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.
 
 
 

105 lines
2.8 KiB

{
"_from": "node-html-parser",
"_id": "node-html-parser@1.2.21",
"_inBundle": false,
"_integrity": "sha512-6vDhgen6J332syN5HUmeT4FfBG7m6bFRrPN+FXY8Am7FGuVpsIxTASVbeoO5PF2IHbX2s+WEIudb1hgxOjllNQ==",
"_location": "/node-html-parser",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "node-html-parser",
"name": "node-html-parser",
"escapedName": "node-html-parser",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-1.2.21.tgz",
"_shasum": "93b074d877007c7148d594968a642cd65d254daa",
"_spec": "node-html-parser",
"_where": "/home/alpcentaur/ProjektA/PermApp",
"author": {
"name": "Xiaoyi Shi",
"email": "ashi009@gmail.com"
},
"bugs": {
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
},
"bundleDependencies": false,
"config": {
"blanket": {
"pattern": "./dist/index.js",
"data-cover-never": [
"node_modules"
]
},
"travis-cov": {
"threshold": 70
}
},
"contributors": [
{
"name": "taoqf",
"email": "tao_qiufeng@126.com"
}
],
"dependencies": {
"he": "1.2.0"
},
"deprecated": false,
"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",
"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": "^4.1.0",
"mocha": "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": [
"fast html parser nodejs typescript"
],
"license": "MIT",
"main": "dist/index.js",
"name": "node-html-parser",
"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:umd",
"clean": "del-cli ./dist/",
"dev": "tsc -w",
"lint": "eslint ./src/*.ts ./src/**/*.ts",
"pretest": "tsc -m commonjs",
"test": "mocha",
"ts:cjs": "tsc -m commonjs",
"ts:umd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js"
},
"types": "dist/index.d.ts",
"version": "1.2.21"
}