122 lines
3.2 KiB
JSON
122 lines
3.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"node-html-parser@3.3.6",
|
|
"/home/node/nuxt"
|
|
]
|
|
],
|
|
"_from": "node-html-parser@3.3.6",
|
|
"_id": "node-html-parser@3.3.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-VkWDHvNgFGB3mbQGMyzqRE1i/BG7TKX9wRXC8e/v8kL0kZR/Oy6RjYxXH91K6/+m3g8iQ8dTqRy75lTYoA2Cjg==",
|
|
"_location": "/node-html-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "node-html-parser@3.3.6",
|
|
"name": "node-html-parser",
|
|
"escapedName": "node-html-parser",
|
|
"rawSpec": "3.3.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.3.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/@nuxt/generator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-3.3.6.tgz",
|
|
"_spec": "3.3.6",
|
|
"_where": "/home/node/nuxt",
|
|
"author": {
|
|
"name": "Xiaoyi Shi",
|
|
"email": "ashi009@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
|
|
},
|
|
"config": {
|
|
"blanket": {
|
|
"pattern": "./dist/index.js",
|
|
"data-cover-never": [
|
|
"node_modules"
|
|
]
|
|
},
|
|
"travis-cov": {
|
|
"threshold": 70
|
|
}
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "taoqf",
|
|
"email": "tao_qiufeng@126.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"css-select": "^4.1.3",
|
|
"he": "1.2.0"
|
|
},
|
|
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
|
|
"devDependencies": {
|
|
"@types/entities": "latest",
|
|
"@types/he": "latest",
|
|
"@types/node": "latest",
|
|
"@typescript-eslint/eslint-plugin": "latest",
|
|
"@typescript-eslint/eslint-plugin-tslint": "latest",
|
|
"@typescript-eslint/parser": "latest",
|
|
"blanket": "latest",
|
|
"cheerio": "^1.0.0-rc.5",
|
|
"del-cli": "latest",
|
|
"eslint": "latest",
|
|
"eslint-config-prettier": "latest",
|
|
"eslint-plugin-import": "latest",
|
|
"high5": "^1.0.0",
|
|
"htmlparser": "^1.7.7",
|
|
"htmlparser-benchmark": "^1.1.3",
|
|
"htmlparser2": "^6.0.0",
|
|
"mocha": "latest",
|
|
"np": "latest",
|
|
"parse5": "^6.0.1",
|
|
"should": "latest",
|
|
"spec": "latest",
|
|
"travis-cov": "latest",
|
|
"typescript": "next"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/taoqf/node-fast-html-parser",
|
|
"keywords": [
|
|
"parser",
|
|
"html",
|
|
"nodejs",
|
|
"typescript"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"name": "node-html-parser",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/taoqf/node-fast-html-parser.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:amd && npm run ts:esm",
|
|
"clean": "del-cli ./dist/",
|
|
"dev": "tsc -w & mocha -w ./test/*.js",
|
|
"lint": "eslint ./src/*.ts ./src/**/*.ts",
|
|
"prepare": "npm run build",
|
|
"pretest": "tsc -m commonjs",
|
|
"release": "yarn build && np",
|
|
"test": "mocha",
|
|
"ts:amd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js",
|
|
"ts:cjs": "tsc -m commonjs",
|
|
"ts:esm": "tsc -t esnext -m esnext -d false --outDir ./dist/esm/"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "dist/index.d.ts",
|
|
"version": "3.3.6"
|
|
}
|