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
82
| {
| "_from": "html-entities@^1.3.1",
| "_id": "html-entities@1.4.0",
| "_inBundle": false,
| "_integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==",
| "_location": "/html-entities",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "html-entities@^1.3.1",
| "name": "html-entities",
| "escapedName": "html-entities",
| "rawSpec": "^1.3.1",
| "saveSpec": null,
| "fetchSpec": "^1.3.1"
| },
| "_requiredBy": [
| "/webpack-dev-server"
| ],
| "_resolved": "https://registry.npmmirror.com/html-entities/-/html-entities-1.4.0.tgz",
| "_shasum": "cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc",
| "_spec": "html-entities@^1.3.1",
| "_where": "D:\\源码\\vue-element-admin-master\\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/benchmark": "^2.1.0",
| "@types/chai": "^4.2.11",
| "@types/mocha": "^7.0.2",
| "@types/node": "^13.13.4",
| "benchmark": "^2.1.4",
| "chai": "^4.2.0",
| "coveralls": "^3.1.0",
| "entities": "^2.0.0",
| "mocha": "^7.1.2",
| "node-html-encoder": "^0.0.2",
| "ts-node": "^8.9.1",
| "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.d.ts",
| "typings": "./lib/index.d.ts",
| "version": "1.4.0"
| }
|
|