You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

80 lines
2.1 KiB

{
"_from": "html-entities@^1.2.1",
"_id": "html-entities@1.3.1",
"_inBundle": false,
"_integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==",
"_location": "/html-entities",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "html-entities@^1.2.1",
"name": "html-entities",
"escapedName": "html-entities",
"rawSpec": "^1.2.1",
"saveSpec": null,
"fetchSpec": "^1.2.1"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz",
"_shasum": "fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44",
"_spec": "html-entities@^1.2.1",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\webpack-dev-server",
"author": {
"name": "Marat Dulin",
"email": "mdevils@yandex.ru"
},
"bugs": {
"url": "https://github.com/mdevils/node-html-entities/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Faster HTML entities encode/decode library.",
"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"
},
"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",
"main": "./lib/index.js",
"name": "html-entities",
"repository": {
"type": "git",
"url": "git+https://github.com/mdevils/node-html-entities.git"
},
"scripts": {
"benchmark": "ts-node benchmark/benchmark",
"build": "tsc",
"prepublishOnly": "yarn build",
"test": "mocha --recursive -r ts-node/register test/**/*.ts",
"travis": "yarn test"
},
"types": "./lib/index",
"typings": "./lib/index",
"version": "1.3.1"
}