package.json 758 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "parse5-htmlparser2-tree-adapter",
  3. "description": "htmlparser2 tree adapter for parse5.",
  4. "version": "6.0.1",
  5. "author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
  6. "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
  7. "homepage": "https://github.com/inikulin/parse5",
  8. "keywords": [
  9. "parse5",
  10. "parser",
  11. "tree adapter",
  12. "htmlparser2"
  13. ],
  14. "license": "MIT",
  15. "main": "./lib/index.js",
  16. "dependencies": {
  17. "parse5": "^6.0.1"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/inikulin/parse5.git"
  22. },
  23. "files": [
  24. "lib"
  25. ],
  26. "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6"
  27. }