makestatic-parse-html
Version:
Parses HTML files to an abstract syntax tree
40 lines (39 loc) • 810 B
JSON
{
"name": "makestatic-parse-html",
"version": "1.1.16",
"description": "Parses HTML files to an abstract syntax tree",
"author": "muji <noop@xpm.io>",
"license": "MIT",
"homepage": "https://makestatic.ws",
"engines": {
"node": " >= 6.1.x"
},
"repository": {
"type": "git",
"url": "https://github.com/makestatic/compiler"
},
"keywords": [
"makestatic",
"makestatic-plugin",
"parse",
"html",
"ast"
],
"files": [
"README.md",
"index.js",
"lib/adapter.js"
],
"dependencies": {
"css-select": "^1.3.0-rc0",
"parse5": "^3.0.1"
},
"devDependencies": {
"chai": "~3.5.0",
"istanbul": "~0.4.4",
"makestatic-core": "^1.0.82",
"makestatic-sources-loader": "^1.0.23",
"mocha": "~3.2.0",
"standard": "^8.6.0"
}
}