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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"_args": [
[
"ent@~2.2.0",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\dom-serialize"
]
],
"_from": "ent@>=2.2.0 <2.3.0",
"_id": "ent@2.2.0",
"_inCache": true,
"_installable": true,
"_location": "/ent",
"_npmUser": {
"email": "nathan@tootallnate.net",
"name": "tootallnate"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "ent",
"raw": "ent@~2.2.0",
"rawSpec": "~2.2.0",
"scope": null,
"spec": ">=2.2.0 <2.3.0",
"type": "range"
},
"_requiredBy": [
"/dom-serialize"
],
"_resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz",
"_shasum": "e964219325a21d05f44466a2f686ed6ce5f5dd1d",
"_shrinkwrap": null,
"_spec": "ent@~2.2.0",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\dom-serialize",
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-ent/issues"
},
"dependencies": {},
"description": "Encode and decode HTML entities",
"devDependencies": {
"tape": "~2.3.2"
},
"directories": {},
"dist": {
"shasum": "e964219325a21d05f44466a2f686ed6ce5f5dd1d",
"tarball": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz"
},
"gitHead": "bf59099130ea3cff66fecd868acd093810245d2a",
"homepage": "https://github.com/substack/node-ent",
"keywords": [
"entities",
"entitify",
"entity",
"html",
"encode",
"decode"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"email": "mail@substack.net",
"name": "substack"
},
{
"email": "nathan@tootallnate.net",
"name": "tootallnate"
}
],
"name": "ent",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/substack/node-ent.git"
},
"scripts": {
"prepublish": "node build/index.js",
"test": "tape test/*.js"
},
"testling": {
"browsers": [
"ie/6..latest",
"ff/3.5",
"ff/latest",
"chrome/10",
"chrome/latest",
"safari/latest",
"opera/latest"
],
"files": "test/*.js"
},
"version": "2.2.0"
}