-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-shrinkwrap.json
46 lines (46 loc) · 1.32 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
{
"name": "s3fs",
"version": "2.5.0",
"dependencies": {
"aws-sdk": {
"version": "2.5.2",
"from": "aws-sdk@>=2.5.2 <2.6.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.5.2.tgz"
},
"bluebird": {
"version": "3.4.1",
"from": "bluebird@>=3.4.1 <3.5.0",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.1.tgz"
},
"extend": {
"version": "3.0.0",
"from": "extend@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz"
},
"jmespath": {
"version": "0.15.0",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz"
},
"lodash": {
"version": "3.5.0",
"from": "lodash@>=3.5.0 <3.6.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.5.0.tgz"
},
"sax": {
"version": "1.1.5",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.1.5.tgz"
},
"xml2js": {
"version": "0.4.15",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.15.tgz"
},
"xmlbuilder": {
"version": "2.6.2",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-2.6.2.tgz"
}
}
}