package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "domutils@1.5",
  6. "scope": null,
  7. "escapedName": "domutils",
  8. "name": "domutils",
  9. "rawSpec": "1.5",
  10. "spec": ">=1.5.0 <1.6.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/htmlparser2"
  14. ]
  15. ],
  16. "_from": "domutils@>=1.5.0 <1.6.0",
  17. "_id": "domutils@1.5.1",
  18. "_inCache": true,
  19. "_location": "/domutils",
  20. "_nodeVersion": "1.0.4",
  21. "_npmUser": {
  22. "name": "feedic",
  23. "email": "me@feedic.com"
  24. },
  25. "_npmVersion": "2.3.0",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "domutils@1.5",
  29. "scope": null,
  30. "escapedName": "domutils",
  31. "name": "domutils",
  32. "rawSpec": "1.5",
  33. "spec": ">=1.5.0 <1.6.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/htmlparser2"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
  40. "_shasum": "dcd8488a26f563d61079e48c9f7b7e32373682cf",
  41. "_shrinkwrap": null,
  42. "_spec": "domutils@1.5",
  43. "_where": "/home/conte/data/reveal.js/node_modules/htmlparser2",
  44. "author": {
  45. "name": "Felix Boehm",
  46. "email": "me@feedic.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/FB55/domutils/issues"
  50. },
  51. "dependencies": {
  52. "dom-serializer": "0",
  53. "domelementtype": "1"
  54. },
  55. "description": "utilities for working with htmlparser2's dom",
  56. "devDependencies": {
  57. "domhandler": "2",
  58. "htmlparser2": "~3.3.0",
  59. "jshint": "~2.3.0",
  60. "mocha": "~1.15.1"
  61. },
  62. "directories": {
  63. "test": "tests"
  64. },
  65. "dist": {
  66. "shasum": "dcd8488a26f563d61079e48c9f7b7e32373682cf",
  67. "tarball": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz"
  68. },
  69. "gitHead": "7d4bd16cd36ffce62362ef91616806ea27e30d95",
  70. "homepage": "https://github.com/FB55/domutils",
  71. "jshintConfig": {
  72. "proto": true,
  73. "unused": true,
  74. "eqnull": true,
  75. "undef": true,
  76. "quotmark": "double",
  77. "eqeqeq": true,
  78. "trailing": true,
  79. "node": true,
  80. "globals": {
  81. "describe": true,
  82. "it": true,
  83. "beforeEach": true
  84. }
  85. },
  86. "keywords": [
  87. "dom",
  88. "htmlparser2"
  89. ],
  90. "main": "index.js",
  91. "maintainers": [
  92. {
  93. "name": "feedic",
  94. "email": "me@feedic.com"
  95. }
  96. ],
  97. "name": "domutils",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git://github.com/FB55/domutils.git"
  103. },
  104. "scripts": {
  105. "test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js"
  106. },
  107. "version": "1.5.1"
  108. }