package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "parse5@4.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/parse5/download/parse5-4.0.0.tgz",
  30. "_spec": "4.0.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Ivan Nikulin",
  34. "email": "ifaaan@gmail.com",
  35. "url": "https://github.com/inikulin"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/inikulin/parse5/issues"
  39. },
  40. "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
  41. "description": "HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.",
  42. "devDependencies": {
  43. "@types/node": "*",
  44. "del": "^2.0.2",
  45. "gulp": "^3.9.0",
  46. "gulp-benchmark": "^1.1.1",
  47. "gulp-download": "0.0.1",
  48. "gulp-eslint": "^3.0.1",
  49. "gulp-install": "^0.6.0",
  50. "gulp-mocha": "^2.1.3",
  51. "gulp-rename": "^1.2.2",
  52. "gulp-typedoc": "^2.0.0",
  53. "gulp-typescript": "^3.1.2",
  54. "publish-please": "^2.2.0",
  55. "through2": "^2.0.0",
  56. "typedoc": "^0.5.1",
  57. "typescript": "^2.0.6"
  58. },
  59. "files": [
  60. "lib"
  61. ],
  62. "homepage": "https://github.com/inikulin/parse5",
  63. "keywords": [
  64. "html",
  65. "parser",
  66. "html5",
  67. "WHATWG",
  68. "specification",
  69. "fast",
  70. "html parser",
  71. "html5 parser",
  72. "htmlparser",
  73. "parse5",
  74. "serializer",
  75. "html serializer",
  76. "htmlserializer",
  77. "sax",
  78. "simple api",
  79. "parse",
  80. "tokenize",
  81. "serialize",
  82. "tokenizer"
  83. ],
  84. "license": "MIT",
  85. "main": "./lib/index.js",
  86. "name": "parse5",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/inikulin/parse5.git"
  90. },
  91. "scripts": {
  92. "prepublish": "publish-please guard",
  93. "publish-please": "publish-please",
  94. "test": "gulp test"
  95. },
  96. "version": "4.0.0"
  97. }