-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
52 lines (52 loc) · 1.54 KB
/
package-lock.json
File metadata and controls
52 lines (52 loc) · 1.54 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
45
46
47
48
49
50
51
52
{
"name": "book_store",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"open-uri": "^0.4.3"
}
},
"node_modules/addressable": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/addressable/-/addressable-0.3.3.tgz",
"integrity": "sha512-1+KXuxNhnDmYNzf+gNsWP7C8FlQuLPKR4J0FizamjscdIouPm4vaDwmHoE6e0mMDRNlh5PSsM5q8+NEmK/mPzw==",
"engines": {
"node": ">= 0.2.0"
}
},
"node_modules/ftp": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/ftp/-/ftp-0.1.1.tgz",
"integrity": "sha512-ko2WnHEtc22TZqIS/EuR+cJfRfT1vBO/ezCj/Ky553QT9QvwiemJUWwbehuNPAFyLXhPqxF5H/pCglChGh9AVg==",
"optional": true,
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/mime": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/mime/-/mime-1.2.5.tgz",
"integrity": "sha512-QfwTOA+zRHSZXxl9Y7ue5ifKDhU1prnh0dO67Vgcl7Lcx0+79vL9A1ln0qtVur8CFSdYq5Zhnw9DDZQgwDh8Ng==",
"engines": {
"node": "*"
}
},
"node_modules/open-uri": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/open-uri/-/open-uri-0.4.3.tgz",
"integrity": "sha512-vsgqA5mMlicslW2IATVKr5hrONHnKSJzrGk/yxstHdeLqEvU0KdfD/VWz2LiEtX2NmSIvWSSUbZmvKoWrHz4XQ==",
"dependencies": {
"addressable": "0.3.3",
"mime": "1.2.5"
},
"engines": {
"node": ">= 0.3.6"
},
"optionalDependencies": {
"ftp": "0.1.1"
}
}
}
}