package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "htmlparser2@3.8.x",
  3. "_id": "htmlparser2@3.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=",
  6. "_location": "/htmlparser2",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.2",
  9. "inherits": "2.0.3"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "htmlparser2@3.8.x",
  15. "name": "htmlparser2",
  16. "escapedName": "htmlparser2",
  17. "rawSpec": "3.8.x",
  18. "saveSpec": null,
  19. "fetchSpec": "3.8.x"
  20. },
  21. "_requiredBy": [
  22. "/jshint"
  23. ],
  24. "_resolved": "http://registry.npm.taobao.org/htmlparser2/download/htmlparser2-3.8.3.tgz",
  25. "_shasum": "996c28b191516a8be86501a7d79757e5c70c1068",
  26. "_spec": "htmlparser2@3.8.x",
  27. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\jshint",
  28. "author": {
  29. "name": "Felix Boehm",
  30. "email": "me@feedic.com"
  31. },
  32. "browser": {
  33. "readable-stream": false
  34. },
  35. "bugs": {
  36. "url": "http://github.com/fb55/htmlparser2/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "domelementtype": "1",
  41. "domhandler": "2.3",
  42. "domutils": "1.5",
  43. "entities": "1.0",
  44. "readable-stream": "1.1"
  45. },
  46. "deprecated": false,
  47. "description": "Fast & forgiving HTML/XML/RSS parser",
  48. "devDependencies": {
  49. "coveralls": "*",
  50. "istanbul": "*",
  51. "jscs": "1.5.8",
  52. "jshint": "2",
  53. "mocha": "1",
  54. "mocha-lcov-reporter": "*"
  55. },
  56. "directories": {
  57. "lib": "lib/"
  58. },
  59. "homepage": "https://github.com/fb55/htmlparser2#readme",
  60. "jshintConfig": {
  61. "eqeqeq": true,
  62. "freeze": true,
  63. "latedef": "nofunc",
  64. "noarg": true,
  65. "nonbsp": true,
  66. "quotmark": "double",
  67. "undef": true,
  68. "unused": true,
  69. "trailing": true,
  70. "eqnull": true,
  71. "proto": true,
  72. "smarttabs": true,
  73. "node": true,
  74. "globals": {
  75. "describe": true,
  76. "it": true
  77. }
  78. },
  79. "keywords": [
  80. "html",
  81. "parser",
  82. "streams",
  83. "xml",
  84. "dom",
  85. "rss",
  86. "feed",
  87. "atom"
  88. ],
  89. "license": "MIT",
  90. "main": "lib/index.js",
  91. "name": "htmlparser2",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/fb55/htmlparser2.git"
  95. },
  96. "scripts": {
  97. "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
  98. "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
  99. "lint": "jshint lib test && jscs lib test",
  100. "test": "mocha && npm run lint"
  101. },
  102. "version": "3.8.3"
  103. }