28 lines
758 B
JSON
28 lines
758 B
JSON
![]() |
{
|
||
|
"name": "parse5-htmlparser2-tree-adapter",
|
||
|
"description": "htmlparser2 tree adapter for parse5.",
|
||
|
"version": "5.1.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": "^5.1.1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/inikulin/parse5.git"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"gitHead": "9c7556ed05e4ff4d884ab2447e27ce3817c42e79"
|
||
|
}
|