mirror of
https://github.com/danbulant/node-html-parser
synced 2026-05-19 04:18:52 +00:00
19 lines
431 B
JSON
19 lines
431 B
JSON
{
|
|
"name": "fast-html-parser",
|
|
"version": "1.0.0",
|
|
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"author": "Xiaoyi Shi <ashi009@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"apollojs": "^1.3.0",
|
|
"entities": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"should": "*"
|
|
}
|
|
}
|