This repository was archived by the owner on Jul 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-shrinkwrap.json
109 lines (109 loc) · 2.53 KB
/
npm-shrinkwrap.json
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
{
"name": "nway",
"version": "0.3.2",
"dependencies": {
"async": {
"version": "0.2.9",
"from": "[email protected]"
},
"underscore": {
"version": "1.4.4",
"from": "[email protected]"
},
"underscore.string": {
"version": "2.3.1",
"from": "[email protected]"
},
"commander": {
"version": "0.6.1",
"from": "[email protected]"
},
"uglify-js": {
"version": "1.3.5",
"from": "uglify-js@<2.0.0"
},
"colors": {
"version": "0.6.0-1",
"from": "[email protected]"
},
"crc": {
"version": "0.2.0",
"from": "[email protected]"
},
"resolve": {
"version": "0.2.8",
"from": "[email protected]"
},
"mkdirp": {
"version": "0.3.5",
"from": "[email protected]"
},
"debug": {
"version": "0.7.2",
"from": "[email protected]"
},
"minimatch": {
"version": "0.2.12",
"from": "[email protected]",
"dependencies": {
"lru-cache": {
"version": "2.3.0",
"from": "lru-cache@2"
},
"sigmund": {
"version": "1.0.0",
"from": "sigmund@~1.0.0"
}
}
},
"rework": {
"version": "0.17.1",
"from": "rework@",
"resolved": "https://registry.npmjs.org/rework/-/rework-0.17.1.tgz",
"dependencies": {
"css": {
"version": "1.4.0",
"from": "[email protected]",
"dependencies": {
"css-parse": {
"version": "1.5.0",
"from": "[email protected]"
},
"css-stringify": {
"version": "1.3.1",
"from": "[email protected]"
}
}
},
"commander": {
"version": "1.0.4",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/commander/-/commander-1.0.4.tgz",
"dependencies": {
"keypress": {
"version": "0.1.0",
"from": "[email protected]"
}
}
},
"color-parser": {
"version": "0.1.0",
"from": "[email protected]"
},
"mime": {
"version": "1.2.9",
"from": "[email protected]"
},
"rework-inherit": {
"version": "0.1.5",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/rework-inherit/-/rework-inherit-0.1.5.tgz"
},
"rework-visit": {
"version": "1.0.0",
"from": "[email protected]"
}
}
}
}
}