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.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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": "range",
  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. "/cheerio",
  20. "/parse5-htmlparser2-tree-adapter"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
  23. "_shasum": "e1a1c085c569b3dc08321184f19a39cc27f7c30b",
  24. "_spec": "parse5@^6.0.1",
  25. "_where": "D:\\diligent\\projects\\scrapper\\node_modules\\cheerio",
  26. "author": {
  27. "name": "Ivan Nikulin",
  28. "email": "ifaaan@gmail.com",
  29. "url": "https://github.com/inikulin"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/inikulin/parse5/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
  36. "deprecated": false,
  37. "description": "HTML parser and serializer.",
  38. "files": [
  39. "lib"
  40. ],
  41. "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6",
  42. "homepage": "https://github.com/inikulin/parse5",
  43. "keywords": [
  44. "html",
  45. "parser",
  46. "html5",
  47. "WHATWG",
  48. "specification",
  49. "fast",
  50. "html parser",
  51. "html5 parser",
  52. "htmlparser",
  53. "parse5",
  54. "serializer",
  55. "html serializer",
  56. "htmlserializer",
  57. "parse",
  58. "serialize"
  59. ],
  60. "license": "MIT",
  61. "main": "./lib/index.js",
  62. "name": "parse5",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/inikulin/parse5.git"
  66. },
  67. "version": "6.0.1"
  68. }