-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
111 lines (111 loc) · 3.14 KB
/
package-lock.json
File metadata and controls
111 lines (111 loc) · 3.14 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "cli",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"seedfast": "^1.24.1"
}
},
"node_modules/seedfast": {
"version": "1.24.1",
"resolved": "https://registry.npmjs.org/seedfast/-/seedfast-1.24.1.tgz",
"integrity": "sha512-XEoD4bXOmOWeSw3VQ0sUC34RLW+eZhLUip99ywtViK2HB48V5WFao2LnCr6hPf5c04jF3y0J5qzlvqim6I43mw==",
"cpu": [
"x64",
"arm64"
],
"os": [
"darwin",
"win32",
"linux"
],
"bin": {
"seedfast": "index.js"
},
"optionalDependencies": {
"seedfast_darwin_amd64": "1.24.1",
"seedfast_darwin_arm64": "1.24.1",
"seedfast_linux_amd64": "1.24.1",
"seedfast_linux_arm64": "1.24.1",
"seedfast_windows_amd64": "1.24.1"
}
},
"node_modules/seedfast_darwin_amd64": {
"version": "1.24.1",
"resolved": "https://registry.npmjs.org/seedfast_darwin_amd64/-/seedfast_darwin_amd64-1.24.1.tgz",
"integrity": "sha512-MxRbw0FuyMHQ+zvYWFk0abbiJsiOUz+TjyGh05VLPz0tye1ZcXCbqW4bazzSe3WdtvH33/BCLvxAa3uuh0Vpxg==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"darwin"
],
"bin": {
"seedfast_darwin_amd64": "seedfast"
}
},
"node_modules/seedfast_darwin_arm64": {
"version": "1.24.1",
"resolved": "https://registry.npmjs.org/seedfast_darwin_arm64/-/seedfast_darwin_arm64-1.24.1.tgz",
"integrity": "sha512-8LE6w45mxC4x1L8QTHsIRRrdmZQY0oP/WkU8ReUxrYB5Uc9xazeCYdye52GpP4W8U90QorHzwovuJ2t+QvwVVw==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"darwin"
],
"bin": {
"seedfast_darwin_arm64": "seedfast"
}
},
"node_modules/seedfast_linux_amd64": {
"version": "1.24.1",
"resolved": "https://registry.npmjs.org/seedfast_linux_amd64/-/seedfast_linux_amd64-1.24.1.tgz",
"integrity": "sha512-u77Yc9qe5wBEGyQRwCRUDQGpIUgXFAPAFXnaHoESaKfdQ8Kf8BC/4Onxsg3J2OVbcIkHH/wh2ozfSa3tuH1IGA==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"linux"
],
"bin": {
"seedfast_linux_amd64": "seedfast"
}
},
"node_modules/seedfast_linux_arm64": {
"version": "1.24.1",
"resolved": "https://registry.npmjs.org/seedfast_linux_arm64/-/seedfast_linux_arm64-1.24.1.tgz",
"integrity": "sha512-lGQyHTG1/WhWKELE7syNaiGrUb69DOPesnEbnUljYsiejTfc0J+aP3hgQl5u4cQb3arJhhXhQ+lbDJRlsa7QBg==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"linux"
],
"bin": {
"seedfast_linux_arm64": "seedfast"
}
},
"node_modules/seedfast_windows_amd64": {
"version": "1.24.1",
"resolved": "https://registry.npmjs.org/seedfast_windows_amd64/-/seedfast_windows_amd64-1.24.1.tgz",
"integrity": "sha512-EvOfTPh/dqiiYquviHqm8Y2YIYpTv8cD6O0V/RBYdp/gzBlTI4xVuUvbrgnvapwClcfO0XzfHpHUWb5Yb7BxsA==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"win32"
],
"bin": {
"seedfast_windows_amd64": "seedfast.exe"
}
}
}
}