package.json 2.2 KB

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