-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpackage-lock.json
More file actions
69 lines (69 loc) · 1.71 KB
/
package-lock.json
File metadata and controls
69 lines (69 loc) · 1.71 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "blitz-macos",
"version": "1.0.30",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "blitz-macos",
"version": "1.0.30",
"devDependencies": {
"@repalash/rclone.js": "*"
}
},
"node_modules/@repalash/rclone.js": {
"version": "0.6.6",
"resolved": "https://registry.npmjs.org/@repalash/rclone.js/-/rclone.js-0.6.6.tgz",
"integrity": "sha512-QXoG3RV3zPNAdg4ygsY9DQfSquK+GQ7IIoDV00IkRhDyXsoqC6ovG2o/Ia/Xu1CxGHXvEBrYYHXag65ZG5Dx6g==",
"cpu": [
"arm",
"arm64",
"mips",
"mipsel",
"x32",
"x64"
],
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"os": [
"darwin",
"freebsd",
"linux",
"openbsd",
"sunos",
"win32"
],
"dependencies": {
"adm-zip": "^0.5.9",
"mri": "^1.2.0"
},
"bin": {
"rclone": "bin/rclone.js"
},
"engines": {
"node": ">=12"
}
},
"node_modules/adm-zip": {
"version": "0.5.16",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz",
"integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12.0"
}
},
"node_modules/mri": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
"integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
}
}
}