package.json
2.98 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"_args": [
[
{
"raw": "html-entities@^1.2.0",
"scope": null,
"escapedName": "html-entities",
"name": "html-entities",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/webpack-hot-middleware"
]
],
"_from": "html-entities@>=1.2.0 <2.0.0",
"_id": "html-entities@1.2.0",
"_inCache": true,
"_location": "/html-entities",
"_nodeVersion": "0.12.5",
"_npmUser": {
"name": "mdevils",
"email": "mdevils@yandex.ru"
},
"_npmVersion": "2.11.2",
"_phantomChildren": {},
"_requested": {
"raw": "html-entities@^1.2.0",
"scope": null,
"escapedName": "html-entities",
"name": "html-entities",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/webpack-hot-middleware"
],
"_resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.0.tgz",
"_shasum": "41948caf85ce82fed36e4e6a0ed371a6664379e2",
"_shrinkwrap": null,
"_spec": "html-entities@^1.2.0",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/webpack-hot-middleware",
"author": {
"name": "Marat Dulin",
"email": "mdevils@yandex.ru"
},
"bugs": {
"url": "https://github.com/mdevils/node-html-entities/issues"
},
"dependencies": {},
"description": "Faster HTML entities encode/decode library.",
"devDependencies": {
"chai": "^1.9.1",
"coveralls": "^2.11.2",
"entities": "*",
"mocha": "^1.21.4",
"node-html-encoder": "*",
"unit-coverage": "^3.0.1"
},
"directories": {},
"dist": {
"shasum": "41948caf85ce82fed36e4e6a0ed371a6664379e2",
"tarball": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.0.tgz"
},
"engines": [
"node >= 0.4.0"
],
"files": [
"index.js",
"lib",
"LICENSE"
],
"gitHead": "3a2cd397697c872325f526bb422bdee74f089cda",
"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": "index",
"maintainers": [
{
"name": "mdevils",
"email": "mdevils@yandex.ru"
}
],
"name": "html-entities",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mdevils/node-html-entities.git"
},
"scripts": {
"benchmark": "node benchmark/benchmark",
"coverage": "unit-coverage run -p common",
"coverage-html": "unit-coverage run -p common -r html -o coverage.html",
"test": "mocha --recursive -R spec test",
"travis": "npm test && unit-coverage run -p common -r lcov -o coverage.lcov && cat coverage.lcov | coveralls"
},
"unit-coverage": {
"common": [
"-s",
"lib/**/*.js",
"-t",
"test/**/*.js"
]
},
"version": "1.2.0"
}