| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/node-html-parser/ |
Upload File : |
{
"_args": [
[
"node-html-parser@6.1.13",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "node-html-parser@6.1.13",
"_id": "node-html-parser@6.1.13",
"_inBundle": false,
"_integrity": "sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==",
"_location": "/node-html-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-html-parser@6.1.13",
"name": "node-html-parser",
"escapedName": "node-html-parser",
"rawSpec": "6.1.13",
"saveSpec": null,
"fetchSpec": "6.1.13"
},
"_requiredBy": [
"/@nuxt/generator"
],
"_resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-6.1.13.tgz",
"_spec": "6.1.13",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"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"
},
{
"name": "Ron S.",
"email": "ron@nonara.com"
}
],
"dependencies": {
"css-select": "^5.1.0",
"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",
"boolbase": "^1.0.0",
"cheerio": "^1.0.0-rc.12",
"cross-env": "^7.0.3",
"eslint": "^8.23.1",
"eslint-config-prettier": "latest",
"eslint-plugin-import": "latest",
"high5": "^1.0.0",
"html-dom-parser": "^3.1.2",
"html-parser": "^0.11.0",
"html5parser": "^2.0.2",
"htmljs-parser": "^5.1.4",
"htmlparser": "^1.7.7",
"htmlparser-benchmark": "^1.1.3",
"htmlparser2": "^8.0.1",
"mocha": "latest",
"mocha-each": "^2.0.1",
"neutron-html5parser": "^0.2.0",
"np": "latest",
"parse5": "^7.1.1",
"rimraf": "^3.0.2",
"saxes": "^6.0.0",
"should": "latest",
"spec": "latest",
"standard-version": "^9.5.0",
"travis-cov": "latest",
"ts-node": "^10.9.1",
"typescript": "latest"
},
"directories": {
"test": "test"
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"homepage": "https://github.com/taoqf/node-fast-html-parser",
"keywords": [
"html",
"parser",
"nodejs",
"typescript"
],
"license": "MIT",
"main": "dist/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": {
"---------------": "",
"--------------- ": "",
"--------------- ": "",
"benchmark": "node ./test/benchmark/compare.mjs",
"build": "npm run lint && npm run clean && npm run compile:cjs && npm run compile:amd",
"clean": "npx rimraf ./dist/",
"clean:global": "yarn run clean && npx rimraf yarn.lock test/yarn.lock test/node_modules node_modules",
"compile": "tsc",
"compile:amd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js",
"compile:cjs": "tsc -m commonjs",
"lint": "eslint ./src/*.ts ./src/**/*.ts",
"posttest": "yarn run benchmark",
"prepare": "npm run build",
"release": "standard-version && git push --follow-tags origin main",
"reset": "yarn run clean:global && yarn install && yarn build",
"test": "yarn run test:target",
"test:ci": "cd test && yarn install && cd .. && cross-env TEST_TARGET=dist yarn run test:target",
"test:dist": "cross-env TEST_TARGET=dist yarn run test",
"test:src": "cross-env TEST_TARGET=src yarn run test",
"test:target": "mocha --recursive \"./test/tests\"",
"watch": "npx tsc -m commonjs --watch --preserveWatchOutput"
},
"sideEffects": false,
"types": "dist/index.d.ts",
"version": "6.1.13"
}