You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "domhandler@^2.3.0",
  3. "_id": "domhandler@2.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==",
  6. "_location": "/domhandler",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "domhandler@^2.3.0",
  12. "name": "domhandler",
  13. "escapedName": "domhandler",
  14. "rawSpec": "^2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/htmlparser2"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz",
  22. "_shasum": "8805097e933d65e85546f726d60f5eb88b44f803",
  23. "_spec": "domhandler@^2.3.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\htmlparser2",
  25. "author": {
  26. "name": "Felix Boehm",
  27. "email": "me@feedic.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/fb55/DomHandler/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "domelementtype": "1"
  35. },
  36. "deprecated": false,
  37. "description": "handler for htmlparser2 that turns pages into a dom",
  38. "devDependencies": {
  39. "htmlparser2": "^3.9.0",
  40. "jshint": "^2.9.1",
  41. "mocha": "^3.0.2"
  42. },
  43. "directories": {
  44. "test": "tests"
  45. },
  46. "homepage": "https://github.com/fb55/DomHandler#readme",
  47. "jshintConfig": {
  48. "quotmark": "double",
  49. "trailing": true,
  50. "unused": true,
  51. "undef": true,
  52. "node": true,
  53. "proto": true,
  54. "globals": {
  55. "it": true
  56. }
  57. },
  58. "keywords": [
  59. "dom",
  60. "htmlparser2"
  61. ],
  62. "license": "BSD-2-Clause",
  63. "main": "index.js",
  64. "name": "domhandler",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/fb55/DomHandler.git"
  68. },
  69. "scripts": {
  70. "test": "mocha -R list && jshint index.js test/"
  71. },
  72. "version": "2.4.2"
  73. }