web 3d图形渲染器
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.

35 lines
895 B

  1. {
  2. "name": "parse5",
  3. "description": "HTML parser and serializer.",
  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. "html",
  10. "parser",
  11. "html5",
  12. "WHATWG",
  13. "specification",
  14. "fast",
  15. "html parser",
  16. "html5 parser",
  17. "htmlparser",
  18. "parse5",
  19. "serializer",
  20. "html serializer",
  21. "htmlserializer",
  22. "parse",
  23. "serialize"
  24. ],
  25. "license": "MIT",
  26. "main": "./lib/index.js",
  27. "repository": {
  28. "type": "git",
  29. "url": "git://github.com/inikulin/parse5.git"
  30. },
  31. "files": [
  32. "lib"
  33. ],
  34. "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6"
  35. }