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

99 lines
2.7 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "entities@^2.0.0",
"_id": "entities@2.2.0",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
2023-12-18 13:12:25 +08:00
"_location": "/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": "entities@^2.0.0",
2023-12-18 13:12:25 +08:00
"name": "entities",
"escapedName": "entities",
2024-01-16 21:26:16 +08:00
"rawSpec": "^2.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^2.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/dom-serializer",
2024-01-16 21:26:16 +08:00
"/htmlparser2",
"/svgo/dom-serializer"
2023-12-18 13:12:25 +08:00
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz",
"_shasum": "098dc90ebb83d8dffa089d55256b351d34c4da55",
"_spec": "entities@^2.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\dom-serializer",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Felix Boehm",
"email": "me@feedic.com"
},
"bugs": {
"url": "https://github.com/fb55/entities/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
"description": "Encode & decode XML and HTML entities with ease",
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.11.8",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
2023-12-18 13:12:25 +08:00
"coveralls": "*",
2024-01-16 21:26:16 +08:00
"eslint": "^7.11.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^26.5.3",
"prettier": "^2.0.5",
"ts-jest": "^26.1.0",
"typescript": "^4.0.2"
2023-12-18 13:12:25 +08:00
},
"directories": {
2024-01-16 21:26:16 +08:00
"lib": "lib/"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"files": [
"lib/**/*"
],
"funding": "https://github.com/fb55/entities?sponsor=1",
2023-12-18 13:12:25 +08:00
"homepage": "https://github.com/fb55/entities#readme",
2024-01-16 21:26:16 +08:00
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
2023-12-18 13:12:25 +08:00
},
"keywords": [
"entity",
"decoding",
2024-01-16 21:26:16 +08:00
"encoding",
"html",
"xml",
"html entities"
2023-12-18 13:12:25 +08:00
],
"license": "BSD-2-Clause",
2024-01-16 21:26:16 +08:00
"main": "lib/index.js",
2023-12-18 13:12:25 +08:00
"name": "entities",
"prettier": {
2024-01-16 21:26:16 +08:00
"tabWidth": 4,
"proseWrap": "always"
2023-12-18 13:12:25 +08:00
},
"repository": {
"type": "git",
"url": "git://github.com/fb55/entities.git"
},
"scripts": {
2024-01-16 21:26:16 +08:00
"build": "tsc && cp -r src/maps lib",
"coverage": "cat coverage/lcov.info | coveralls",
"format": "npm run format:es && npm run format:prettier",
"format:es": "npm run lint:es -- --fix",
"format:prettier": "npm run prettier -- --write",
"lint": "npm run lint:es && npm run lint:prettier",
"lint:es": "eslint .",
"lint:prettier": "npm run prettier -- --check",
"prepare": "npm run build",
"prettier": "prettier '**/*.{ts,md,json,yml}'",
"test": "jest --coverage && npm run lint"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"sideEffects": false,
"types": "lib/index.d.ts",
"version": "2.2.0"
2023-12-18 13:12:25 +08:00
}