-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-shrinkwrap.json
More file actions
151 lines (151 loc) · 4.77 KB
/
npm-shrinkwrap.json
File metadata and controls
151 lines (151 loc) · 4.77 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "DailyProgrammer",
"version": "0.0.0",
"dependencies": {
"moment": {
"version": "2.9.0",
"from": "moment@2.9.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.9.0.tgz"
},
"sprintf-js": {
"version": "0.0.7",
"from": "sprintf-js@*",
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-0.0.7.tgz"
},
"sugar": {
"version": "1.4.1",
"from": "sugar@*",
"resolved": "https://registry.npmjs.org/sugar/-/sugar-1.4.1.tgz"
},
"traceur": {
"version": "0.0.49",
"from": "traceur@*",
"resolved": "https://registry.npmjs.org/traceur/-/traceur-0.0.49.tgz",
"dependencies": {
"commander": {
"version": "2.7.1",
"from": "commander@2.7.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.7.1.tgz",
"dependencies": {
"graceful-readlink": {
"version": "1.0.1",
"from": "graceful-readlink@>= 1.0.0",
"resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz"
}
}
},
"glob": {
"version": "5.0.3",
"from": "glob@5.0.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-5.0.3.tgz",
"dependencies": {
"inflight": {
"version": "1.0.4",
"from": "inflight@^1.0.4",
"dependencies": {
"wrappy": {
"version": "1.0.1",
"from": "wrappy@1"
}
}
},
"inherits": {
"version": "2.0.1",
"from": "inherits@2"
},
"minimatch": {
"version": "2.0.4",
"from": "minimatch@^2.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.4.tgz",
"dependencies": {
"brace-expansion": {
"version": "1.1.0",
"from": "brace-expansion@^1.0.0",
"dependencies": {
"balanced-match": {
"version": "0.2.0",
"from": "balanced-match@^0.2.0"
},
"concat-map": {
"version": "0.0.1",
"from": "concat-map@0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
}
}
}
}
},
"once": {
"version": "1.3.1",
"from": "once@^1.3.0",
"dependencies": {
"wrappy": {
"version": "1.0.1",
"from": "wrappy@1"
}
}
}
}
},
"semver": {
"version": "4.3.3",
"from": "semver@4.3.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-4.3.3.tgz"
}
}
},
"underscore-contrib": {
"version": "0.3.0",
"from": "underscore-contrib@",
"dependencies": {
"underscore": {
"version": "1.6.0",
"from": "underscore@1.6.0",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
}
}
},
"underscore.string": {
"version": "2.3.3",
"from": "underscore.string@",
"resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz"
},
"gm": {
"version": "1.16.0",
"from": "gm@",
"resolved": "https://registry.npmjs.org/gm/-/gm-1.16.0.tgz",
"dependencies": {
"debug": {
"version": "0.7.0",
"from": "debug@0.7.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-0.7.0.tgz"
},
"array-series": {
"version": "0.1.5",
"from": "array-series@~0.1.0",
"resolved": "https://registry.npmjs.org/array-series/-/array-series-0.1.5.tgz"
},
"array-parallel": {
"version": "0.1.3",
"from": "array-parallel@~0.1.0",
"resolved": "https://registry.npmjs.org/array-parallel/-/array-parallel-0.1.3.tgz"
},
"stream-to-buffer": {
"version": "0.0.1",
"from": "stream-to-buffer@~0.0.1",
"resolved": "https://registry.npmjs.org/stream-to-buffer/-/stream-to-buffer-0.0.1.tgz"
},
"through": {
"version": "2.3.6",
"from": "through@2.3.6",
"resolved": "https://registry.npmjs.org/through/-/through-2.3.6.tgz"
}
}
},
"bit-array": {
"version": "0.2.2",
"from": "bit-array@",
"resolved": "https://registry.npmjs.org/bit-array/-/bit-array-0.2.2.tgz"
}
}
}