package.json
2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"_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": [
"/@pmmmwh/react-refresh-webpack-plugin",
"/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\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@pmmmwh\\react-refresh-webpack-plugin",
"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"
}