package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "parse5@5.1.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parse5@5.1.1",
  10. "_id": "parse5@5.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==",
  13. "_location": "/parse5",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parse5@5.1.1",
  19. "name": "parse5",
  20. "escapedName": "parse5",
  21. "rawSpec": "5.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.1"
  24. },
  25. "_requiredBy": [
  26. "/cli-highlight"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/parse5/-/parse5-5.1.1.tgz",
  29. "_spec": "5.1.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  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": "9c7556ed05e4ff4d884ab2447e27ce3817c42e79",
  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": "5.1.1"
  71. }