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.
28 lines
758 B
28 lines
758 B
3 years ago
|
{
|
||
|
"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"
|
||
|
}
|