123456789101112131415161718192021222324252627 |
- {
- "name": "parse5-htmlparser2-tree-adapter",
- "description": "htmlparser2 tree adapter for parse5.",
- "version": "6.0.1",
- "author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
- "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
- "homepage": "https://github.com/inikulin/parse5",
- "keywords": [
- "parse5",
- "parser",
- "tree adapter",
- "htmlparser2"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "dependencies": {
- "parse5": "^6.0.1"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/inikulin/parse5.git"
- },
- "files": [
- "lib"
- ],
- "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6"
- }
|