lepu-test-platform-web/node_modules/entities/package.json

93 lines
2.2 KiB
JSON

{
"_args": [
[
"entities@2.0.3",
"/Applications/work/GitLab/lepu-test-platform-web"
]
],
"_development": true,
"_from": "entities@2.0.3",
"_id": "entities@2.0.3",
"_inBundle": false,
"_integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==",
"_location": "/entities",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "entities@2.0.3",
"name": "entities",
"escapedName": "entities",
"rawSpec": "2.0.3",
"saveSpec": null,
"fetchSpec": "2.0.3"
},
"_requiredBy": [
"/dom-serializer"
],
"_resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz",
"_spec": "2.0.3",
"_where": "/Applications/work/GitLab/lepu-test-platform-web",
"author": {
"name": "Felix Boehm",
"email": "me@feedic.com"
},
"bugs": {
"url": "https://github.com/fb55/entities/issues"
},
"description": "Encode & decode XML and HTML entities with ease",
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/node": "^14.0.6",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"coveralls": "*",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.0.0",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^26.1.0",
"typescript": "^3.5.3"
},
"directories": {
"lib": "lib/"
},
"files": [
"lib/**/*"
],
"homepage": "https://github.com/fb55/entities#readme",
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"keywords": [
"entity",
"decoding",
"encoding",
"html",
"xml",
"html entities"
],
"license": "BSD-2-Clause",
"main": "lib/index.js",
"name": "entities",
"prettier": {
"tabWidth": 4
},
"repository": {
"type": "git",
"url": "git://github.com/fb55/entities.git"
},
"scripts": {
"build": "tsc",
"coverage": "cat coverage/lcov.info | coveralls",
"format": "prettier --write **/*.{ts,md}",
"lint": "eslint --ext=js,ts src",
"prepare": "npm run build",
"test": "jest --coverage && npm run lint"
},
"sideEffects": false,
"types": "lib/index.d.ts",
"version": "2.0.3"
}