package.json
2.43 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
{
"_args": [
[
{
"raw": "custom-event@~1.0.0",
"scope": null,
"escapedName": "custom-event",
"name": "custom-event",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/dom-serialize"
]
],
"_from": "custom-event@>=1.0.0 <1.1.0",
"_id": "custom-event@1.0.1",
"_inCache": true,
"_location": "/custom-event",
"_nodeVersion": "6.6.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/custom-event-1.0.1.tgz_1476381234013_0.7809502631425858"
},
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "custom-event@~1.0.0",
"scope": null,
"escapedName": "custom-event",
"name": "custom-event",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/dom-serialize"
],
"_resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz",
"_shasum": "5d02a46850adf1b4a317946a3928fccb5bfd0425",
"_shrinkwrap": null,
"_spec": "custom-event@~1.0.0",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/dom-serialize",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/webmodules/custom-event/issues"
},
"dependencies": {},
"description": "Cross-browser `CustomEvent` constructor",
"devDependencies": {
"zuul": "~1.16.3"
},
"directories": {},
"dist": {
"shasum": "5d02a46850adf1b4a317946a3928fccb5bfd0425",
"tarball": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz"
},
"gitHead": "725c41146f970df345d57cd97b2bf5acd6c8e9f7",
"homepage": "https://github.com/webmodules/custom-event",
"keywords": [
"dom",
"browser",
"event",
"custom",
"customevent",
"constructor"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"name": "custom-event",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/webmodules/custom-event.git"
},
"scripts": {
"test": "make test"
},
"version": "1.0.1"
}