-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage-lock.json
More file actions
44 lines (44 loc) · 1.44 KB
/
Copy pathpackage-lock.json
File metadata and controls
44 lines (44 loc) · 1.44 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
{
"name": "couchimport",
"version": "3.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "couchimport",
"version": "3.0.2",
"license": "Apache-2.0",
"dependencies": {
"ccurllib": "^4.0.3",
"jsonpour": "^2.0.1"
},
"bin": {
"couchimport": "bin/couchimport.bin.js"
}
},
"node_modules/ccurllib": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/ccurllib/-/ccurllib-4.0.3.tgz",
"integrity": "sha512-mxgRXdwUd4fRonJsSexXCEudaCEH66ql3GmLLgUv8iIFo7ZZyCB3e9ot7yg4C9hOAodVlSxrQp6DXQvC4bC6mQ==",
"license": "Apache-2.0"
},
"node_modules/jsonpour": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/jsonpour/-/jsonpour-2.0.1.tgz",
"integrity": "sha512-5SKe9emlRis1jR6wRJZ5ioWnO15HPnqFUt2a350RrxbtBMGLWQ4MPF7SXO7XQcQLNO5DY73/IcB5jT1AA1Z17Q==",
"license": "Apache-2.0"
}
},
"dependencies": {
"ccurllib": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/ccurllib/-/ccurllib-4.0.3.tgz",
"integrity": "sha512-mxgRXdwUd4fRonJsSexXCEudaCEH66ql3GmLLgUv8iIFo7ZZyCB3e9ot7yg4C9hOAodVlSxrQp6DXQvC4bC6mQ=="
},
"jsonpour": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/jsonpour/-/jsonpour-2.0.1.tgz",
"integrity": "sha512-5SKe9emlRis1jR6wRJZ5ioWnO15HPnqFUt2a350RrxbtBMGLWQ4MPF7SXO7XQcQLNO5DY73/IcB5jT1AA1Z17Q=="
}
}
}