forked from geddski/grunt-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-shrinkwrap.json
56 lines (56 loc) · 1.2 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
{
"name": "grunt-release",
"version": "0.7.4",
"dependencies": {
"shelljs": {
"version": "0.1.4",
"from": "shelljs@~0.1.2"
},
"semver": {
"version": "2.0.11",
"from": "semver@~2.0.10"
},
"superagent": {
"version": "0.15.7",
"from": "superagent@~0.15.4",
"dependencies": {
"qs": {
"version": "0.6.5",
"from": "[email protected]"
},
"formidable": {
"version": "1.0.14",
"from": "[email protected]"
},
"mime": {
"version": "1.2.5",
"from": "[email protected]"
},
"emitter-component": {
"version": "1.0.0",
"from": "[email protected]"
},
"methods": {
"version": "0.0.1",
"from": "[email protected]"
},
"cookiejar": {
"version": "1.3.0",
"from": "[email protected]"
},
"debug": {
"version": "0.7.4",
"from": "debug@~0.7.2"
},
"reduce-component": {
"version": "1.0.1",
"from": "[email protected]"
}
}
},
"q": {
"version": "1.0.0",
"from": "q@~1.0.0"
}
}
}