1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/htmlparser2/package.json

107 lines
2.7 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "htmlparser2@^6.1.0",
"_id": "htmlparser2@6.1.0",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
2023-12-18 13:12:25 +08:00
"_location": "/htmlparser2",
2024-01-16 21:26:16 +08:00
"_phantomChildren": {},
2023-12-18 13:12:25 +08:00
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "htmlparser2@^6.1.0",
2023-12-18 13:12:25 +08:00
"name": "htmlparser2",
"escapedName": "htmlparser2",
2024-01-16 21:26:16 +08:00
"rawSpec": "^6.1.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^6.1.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/renderkid"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-6.1.0.tgz",
"_shasum": "c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7",
"_spec": "htmlparser2@^6.1.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\renderkid",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Felix Boehm",
"email": "me@feedic.com"
},
"bugs": {
2024-01-16 21:26:16 +08:00
"url": "https://github.com/fb55/htmlparser2/issues"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
2024-01-16 21:26:16 +08:00
"domelementtype": "^2.0.1",
"domhandler": "^4.0.0",
"domutils": "^2.5.2",
"entities": "^2.0.0"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
"description": "Fast & forgiving HTML/XML parser",
2023-12-18 13:12:25 +08:00
"devDependencies": {
2024-01-16 21:26:16 +08:00
"@types/jest": "^26.0.0",
"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"eslint-config-prettier": "^8.1.0",
"jest": "^26.0.1",
"prettier": "^2.1.1",
"ts-jest": "^26.0.0",
"typescript": "^4.0.2"
2023-12-18 13:12:25 +08:00
},
"directories": {
"lib": "lib/"
},
"files": [
2024-01-16 21:26:16 +08:00
"lib/**/*"
],
"funding": [
"https://github.com/fb55/htmlparser2?sponsor=1",
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
2023-12-18 13:12:25 +08:00
],
"homepage": "https://github.com/fb55/htmlparser2#readme",
2024-01-16 21:26:16 +08:00
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
2023-12-18 13:12:25 +08:00
"keywords": [
"html",
"parser",
"streams",
"xml",
"dom",
"rss",
"feed",
"atom"
],
"license": "MIT",
"main": "lib/index.js",
"name": "htmlparser2",
"prettier": {
"tabWidth": 4
},
"repository": {
"type": "git",
"url": "git://github.com/fb55/htmlparser2.git"
},
"scripts": {
2024-01-16 21:26:16 +08:00
"build": "tsc",
"format": "npm run format:es && npm run format:prettier",
"format:es": "npm run lint:es -- --fix",
"format:prettier": "npm run format:prettier:raw -- --write",
"format:prettier:raw": "prettier '**/*.{ts,md,json,yml}'",
"lint": "npm run lint:es && npm run lint:prettier",
"lint:es": "eslint src",
"lint:prettier": "npm run format:prettier:raw -- --check",
"prepare": "npm run build",
"test": "jest --coverage"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"sideEffects": false,
"types": "lib/index.d.ts",
"version": "6.1.0"
2023-12-18 13:12:25 +08:00
}