management/front/dkha-web-sz-main/node_modules/html-entities/package.json

83 lines
2.2 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "html-entities@^1.3.1",
"_id": "html-entities@1.4.0",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==",
2023-12-18 13:12:25 +08:00
"_location": "/html-entities",
"_phantomChildren": {},
"_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": "html-entities@^1.3.1",
2023-12-18 13:12:25 +08:00
"name": "html-entities",
"escapedName": "html-entities",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.3.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.3.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/webpack-dev-server"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/html-entities/-/html-entities-1.4.0.tgz",
"_shasum": "cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc",
"_spec": "html-entities@^1.3.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\webpack-dev-server",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Marat Dulin",
"email": "mdevils@yandex.ru"
},
"bugs": {
"url": "https://github.com/mdevils/node-html-entities/issues"
},
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
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Faster HTML entities encode/decode library.",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"@types/benchmark": "^2.1.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.4",
"benchmark": "^2.1.4",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"entities": "^2.0.0",
"mocha": "^7.1.2",
"node-html-encoder": "^0.0.2",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
2023-12-18 13:12:25 +08:00
},
"files": [
"index.js",
"lib",
"LICENSE"
],
"homepage": "https://github.com/mdevils/node-html-entities#readme",
"keywords": [
"html",
"html entities",
"html entities encode",
"html entities decode",
"entities",
"entities encode",
"entities decode"
],
"license": "MIT",
2024-01-16 21:26:16 +08:00
"main": "./lib/index.js",
2023-12-18 13:12:25 +08:00
"name": "html-entities",
"repository": {
"type": "git",
"url": "git+https://github.com/mdevils/node-html-entities.git"
},
"scripts": {
2024-01-16 21:26:16 +08:00
"benchmark": "ts-node benchmark/benchmark",
"build": "tsc",
"prepublishOnly": "yarn build",
"test": "mocha --recursive -r ts-node/register test/**/*.ts",
"travis": "yarn test"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"types": "./lib/index.d.ts",
"typings": "./lib/index.d.ts",
"version": "1.4.0"
2023-12-18 13:12:25 +08:00
}