package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "parse5@4.0.0",
  3. "_id": "parse5@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==",
  6. "_location": "/parse5",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "parse5@4.0.0",
  12. "name": "parse5",
  13. "escapedName": "parse5",
  14. "rawSpec": "4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz",
  22. "_shasum": "6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608",
  23. "_spec": "parse5@4.0.0",
  24. "_where": "E:\\workspace\\cfd-front-admin\\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 parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.",
  37. "devDependencies": {
  38. "@types/node": "*",
  39. "del": "^2.0.2",
  40. "gulp": "^3.9.0",
  41. "gulp-benchmark": "^1.1.1",
  42. "gulp-download": "0.0.1",
  43. "gulp-eslint": "^3.0.1",
  44. "gulp-install": "^0.6.0",
  45. "gulp-mocha": "^2.1.3",
  46. "gulp-rename": "^1.2.2",
  47. "gulp-typedoc": "^2.0.0",
  48. "gulp-typescript": "^3.1.2",
  49. "publish-please": "^2.2.0",
  50. "through2": "^2.0.0",
  51. "typedoc": "^0.5.1",
  52. "typescript": "^2.0.6"
  53. },
  54. "files": [
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/inikulin/parse5",
  58. "keywords": [
  59. "html",
  60. "parser",
  61. "html5",
  62. "WHATWG",
  63. "specification",
  64. "fast",
  65. "html parser",
  66. "html5 parser",
  67. "htmlparser",
  68. "parse5",
  69. "serializer",
  70. "html serializer",
  71. "htmlserializer",
  72. "sax",
  73. "simple api",
  74. "parse",
  75. "tokenize",
  76. "serialize",
  77. "tokenizer"
  78. ],
  79. "license": "MIT",
  80. "main": "./lib/index.js",
  81. "name": "parse5",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/inikulin/parse5.git"
  85. },
  86. "scripts": {
  87. "prepublish": "publish-please guard",
  88. "publish-please": "publish-please",
  89. "test": "gulp test"
  90. },
  91. "version": "4.0.0"
  92. }