package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "domutils@1.5.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "domutils@1.5.1",
  10. "_id": "domutils@1.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
  13. "_location": "/domutils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "domutils@1.5.1",
  19. "name": "domutils",
  20. "escapedName": "domutils",
  21. "rawSpec": "1.5.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.5.1"
  24. },
  25. "_requiredBy": [
  26. "/css-select",
  27. "/htmlparser2"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
  30. "_spec": "1.5.1",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Felix Boehm",
  34. "email": "me@feedic.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/FB55/domutils/issues"
  38. },
  39. "dependencies": {
  40. "dom-serializer": "0",
  41. "domelementtype": "1"
  42. },
  43. "description": "utilities for working with htmlparser2's dom",
  44. "devDependencies": {
  45. "domhandler": "2",
  46. "htmlparser2": "~3.3.0",
  47. "jshint": "~2.3.0",
  48. "mocha": "~1.15.1"
  49. },
  50. "directories": {
  51. "test": "tests"
  52. },
  53. "homepage": "https://github.com/FB55/domutils#readme",
  54. "jshintConfig": {
  55. "proto": true,
  56. "unused": true,
  57. "eqnull": true,
  58. "undef": true,
  59. "quotmark": "double",
  60. "eqeqeq": true,
  61. "trailing": true,
  62. "node": true,
  63. "globals": {
  64. "describe": true,
  65. "it": true,
  66. "beforeEach": true
  67. }
  68. },
  69. "keywords": [
  70. "dom",
  71. "htmlparser2"
  72. ],
  73. "main": "index.js",
  74. "name": "domutils",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/FB55/domutils.git"
  78. },
  79. "scripts": {
  80. "test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js"
  81. },
  82. "version": "1.5.1"
  83. }