package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "parse5@6.0.1",
  5. "F:\\cocorobo\\CocoRoboDesktop\\node"
  6. ]
  7. ],
  8. "_from": "parse5@6.0.1",
  9. "_id": "parse5@6.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
  12. "_location": "/parse5",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "parse5@6.0.1",
  18. "name": "parse5",
  19. "escapedName": "parse5",
  20. "rawSpec": "6.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "6.0.1"
  23. },
  24. "_requiredBy": [
  25. "/cheerio",
  26. "/parse5-htmlparser2-tree-adapter"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/parse5/-/parse5-6.0.1.tgz",
  29. "_spec": "6.0.1",
  30. "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",
  31. "author": {
  32. "name": "Ivan Nikulin",
  33. "email": "ifaaan@gmail.com",
  34. "url": "https://github.com/inikulin"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/inikulin/parse5/issues"
  38. },
  39. "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
  40. "description": "HTML parser and serializer.",
  41. "files": [
  42. "lib"
  43. ],
  44. "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6",
  45. "homepage": "https://github.com/inikulin/parse5",
  46. "keywords": [
  47. "html",
  48. "parser",
  49. "html5",
  50. "WHATWG",
  51. "specification",
  52. "fast",
  53. "html parser",
  54. "html5 parser",
  55. "htmlparser",
  56. "parse5",
  57. "serializer",
  58. "html serializer",
  59. "htmlserializer",
  60. "parse",
  61. "serialize"
  62. ],
  63. "license": "MIT",
  64. "main": "./lib/index.js",
  65. "name": "parse5",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/inikulin/parse5.git"
  69. },
  70. "version": "6.0.1"
  71. }