This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/html-entities/package.json
2020-11-01 22:46:04 +00:00

52 lines
1.1 KiB
JSON

{
"name": "html-entities",
"version": "1.3.1",
"description": "Faster HTML entities encode/decode library.",
"keywords": [
"html",
"html entities",
"html entities encode",
"html entities decode",
"entities",
"entities encode",
"entities decode"
],
"author": {
"name": "Marat Dulin",
"email": "mdevils@yandex.ru"
},
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"chai": "^1.9.1",
"coveralls": "^2.11.2",
"entities": "*",
"mocha": "^1.21.4",
"node-html-encoder": "*",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/mdevils/node-html-entities.git"
},
"main": "./lib/index.js",
"typings": "./lib/index",
"types": "./lib/index",
"scripts": {
"test": "mocha --recursive -r ts-node/register test/**/*.ts",
"benchmark": "ts-node benchmark/benchmark",
"travis": "yarn test",
"build": "tsc",
"prepublishOnly": "yarn build"
},
"files": [
"index.js",
"lib",
"LICENSE"
],
"license": "MIT"
}