项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

89 lines
1.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "htmlparser2@3.3.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "htmlparser2@3.3.0",
  10. "_id": "htmlparser2@3.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-zHDQWln2VC5D8OaFyYLhTJJKnv4=",
  13. "_location": "/htmlparser2",
  14. "_phantomChildren": {
  15. "core-util-is": "1.0.2",
  16. "domelementtype": "1.2.1",
  17. "inherits": "2.0.3"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "htmlparser2@3.3.0",
  23. "name": "htmlparser2",
  24. "escapedName": "htmlparser2",
  25. "rawSpec": "3.3.0",
  26. "saveSpec": null,
  27. "fetchSpec": "3.3.0"
  28. },
  29. "_requiredBy": [
  30. "/renderkid"
  31. ],
  32. "_resolved": "http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.3.0.tgz",
  33. "_spec": "3.3.0",
  34. "_where": "D:\\A易云\\YiYunJianZhu",
  35. "author": {
  36. "name": "Felix Boehm",
  37. "email": "me@feedic.com"
  38. },
  39. "bugs": {
  40. "url": "http://github.com/fb55/htmlparser2/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Chris Winberry",
  45. "email": "chris@winberry.net"
  46. }
  47. ],
  48. "dependencies": {
  49. "domelementtype": "1",
  50. "domhandler": "2.1",
  51. "domutils": "1.1",
  52. "readable-stream": "1.0"
  53. },
  54. "description": "Fast & forgiving HTML/XML/RSS parser",
  55. "devDependencies": {
  56. "mocha": "1"
  57. },
  58. "directories": {
  59. "lib": "lib/"
  60. },
  61. "homepage": "https://github.com/fb55/htmlparser2#readme",
  62. "keywords": [
  63. "html",
  64. "parser",
  65. "streams",
  66. "xml",
  67. "dom",
  68. "rss",
  69. "feed",
  70. "atom"
  71. ],
  72. "licenses": [
  73. {
  74. "type": "MIT",
  75. "url": "http://github.com/fb55/htmlparser2/raw/master/LICENSE"
  76. }
  77. ],
  78. "main": "lib/index.js",
  79. "name": "htmlparser2",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/fb55/htmlparser2.git"
  83. },
  84. "scripts": {
  85. "test": "mocha -R spec"
  86. },
  87. "version": "3.3.0"
  88. }