-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
161 lines (161 loc) · 4.7 KB
/
Copy pathpackage-lock.json
File metadata and controls
161 lines (161 loc) · 4.7 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "promptsign-plugin",
"version": "0.3.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "promptsign-plugin",
"version": "0.3.5",
"license": "Apache-2.0",
"dependencies": {
"@promptsign/verify": "0.3.2"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@promptsign/verify": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@promptsign/verify/-/verify-0.3.2.tgz",
"integrity": "sha512-w23Ukq8O+76cQtTM4bqEKNZN67xvInrDVpS/c+1DyqyyvBsgnPzETqKTNB7HfHmNITycSimjUbKq/T7JeNLW9w==",
"license": "Apache-2.0",
"engines": {
"node": ">=16"
},
"optionalDependencies": {
"@promptsign/verify-darwin-arm64": "0.3.2",
"@promptsign/verify-darwin-x64": "0.3.2",
"@promptsign/verify-linux-arm64-gnu": "0.3.2",
"@promptsign/verify-linux-arm64-musl": "0.3.2",
"@promptsign/verify-linux-x64-gnu": "0.3.2",
"@promptsign/verify-linux-x64-musl": "0.3.2",
"@promptsign/verify-win32-x64-msvc": "0.3.2"
}
},
"node_modules/@promptsign/verify-darwin-arm64": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@promptsign/verify-darwin-arm64/-/verify-darwin-arm64-0.3.2.tgz",
"integrity": "sha512-ZKYjwz8TiikUUrZd2IGhGCIzQweAdE4qbChI4hIuXtrKm6c8in2/TUF5fWW9H3MPu4AVNs7dVbGNdZ0NfO6+yQ==",
"cpu": [
"arm64"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">=16"
}
},
"node_modules/@promptsign/verify-darwin-x64": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@promptsign/verify-darwin-x64/-/verify-darwin-x64-0.3.2.tgz",
"integrity": "sha512-CYxF9LxhZ68mAxP8FalcnocVGzc4AQe5DSHck9nMyN4ryk+n09W6a6O6NXlvwKTfSseyqiZ0h6Km3iR7DfHmuQ==",
"cpu": [
"x64"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">=16"
}
},
"node_modules/@promptsign/verify-linux-arm64-gnu": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@promptsign/verify-linux-arm64-gnu/-/verify-linux-arm64-gnu-0.3.2.tgz",
"integrity": "sha512-m5My4y5HSLU8Dn+WFqUmmZzrW5qQRdbHAQ+EfJpE3qVQddlxAnFFx0gsgoPnx5u3dzTq5zjgmxvazKmmeur0SA==",
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">=16"
}
},
"node_modules/@promptsign/verify-linux-arm64-musl": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@promptsign/verify-linux-arm64-musl/-/verify-linux-arm64-musl-0.3.2.tgz",
"integrity": "sha512-CRjaPOQ47bAQSB+jf6fLgMyGils73k0RwXaziRzHwddjP+wMrLFbc7OV9XCtHalinuO/DYL6JZUfmy2SrZz16g==",
"cpu": [
"arm64"
],
"libc": [
"musl"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">=16"
}
},
"node_modules/@promptsign/verify-linux-x64-gnu": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@promptsign/verify-linux-x64-gnu/-/verify-linux-x64-gnu-0.3.2.tgz",
"integrity": "sha512-HEoStttvUe1OcEz/hUL0aelxF7i6leXY37GDURzUMiMDTGHnQwi0AVpkiGA0ey3jZzQ0SpObpJ/cQ2KrfOunpA==",
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">=16"
}
},
"node_modules/@promptsign/verify-linux-x64-musl": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@promptsign/verify-linux-x64-musl/-/verify-linux-x64-musl-0.3.2.tgz",
"integrity": "sha512-hVbG5Mm9Tt9ZDWXGuSqORhiEohmUQdIXePo3UHaSXHOWXXpxlJtl0VYdc++wYXHxCaimSn0zzbm4Qbcczz9oTg==",
"cpu": [
"x64"
],
"libc": [
"musl"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">=16"
}
},
"node_modules/@promptsign/verify-win32-x64-msvc": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@promptsign/verify-win32-x64-msvc/-/verify-win32-x64-msvc-0.3.2.tgz",
"integrity": "sha512-TviioSae80lPwyUGgJsieF9EXaDdaXQYM9nrgG7u8fMO/r1cnq4uFvvRRYKIvy7Q2jG5aQJxsjgNUoimnjwIfg==",
"cpu": [
"x64"
],
"license": "Apache-2.0",
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">=16"
}
}
}
}