package.json 1.6 KB

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