-
Notifications
You must be signed in to change notification settings - Fork 30
/
package-lock.json
42 lines (42 loc) · 1.38 KB
/
package-lock.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
{
"name": "couchimport",
"version": "2.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "couchimport",
"version": "2.1.1",
"license": "Apache-2.0",
"dependencies": {
"ccurllib": "^3.0.1",
"jsonpour": "^1.0.2"
},
"bin": {
"couchimport": "bin/couchimport.bin.js"
}
},
"node_modules/ccurllib": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/ccurllib/-/ccurllib-3.0.1.tgz",
"integrity": "sha512-W4Qb8bi1V8/ShLAlP1PzU2txb2KgA6/Knq519jgqX/1WAwCb16HoMrMBuWROzrXP3L+1tDhBbb6lH9CxMOkBrg=="
},
"node_modules/jsonpour": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/jsonpour/-/jsonpour-1.0.2.tgz",
"integrity": "sha512-SSWWn5t7FgToXJXZ3mFbXYne0CdBF2F1Gww6takkRplTzukI48C1Mi0FRbEXb45KC0f0tE2wWRHQhKwZETR+9g=="
}
},
"dependencies": {
"ccurllib": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/ccurllib/-/ccurllib-3.0.1.tgz",
"integrity": "sha512-W4Qb8bi1V8/ShLAlP1PzU2txb2KgA6/Knq519jgqX/1WAwCb16HoMrMBuWROzrXP3L+1tDhBbb6lH9CxMOkBrg=="
},
"jsonpour": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/jsonpour/-/jsonpour-1.0.2.tgz",
"integrity": "sha512-SSWWn5t7FgToXJXZ3mFbXYne0CdBF2F1Gww6takkRplTzukI48C1Mi0FRbEXb45KC0f0tE2wWRHQhKwZETR+9g=="
}
}
}