@caupulican/pi-adaptative 0.78.1 → 0.78.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +2700 -381
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caupulican/pi-adaptative",
|
|
3
|
-
"version": "0.78.
|
|
3
|
+
"version": "0.78.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@caupulican/pi-adaptative",
|
|
9
|
-
"version": "0.78.
|
|
9
|
+
"version": "0.78.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@earendil-works/pi-agent-core": "
|
|
13
|
-
"@earendil-works/pi-ai": "
|
|
14
|
-
"@earendil-works/pi-tui": "
|
|
12
|
+
"@earendil-works/pi-agent-core": "https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.78.2.tgz",
|
|
13
|
+
"@earendil-works/pi-ai": "https://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.78.2.tgz",
|
|
14
|
+
"@earendil-works/pi-tui": "https://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.78.2.tgz",
|
|
15
15
|
"@silvia-odwyer/photon-node": "0.3.4",
|
|
16
16
|
"chalk": "5.6.2",
|
|
17
17
|
"cross-spawn": "7.0.6",
|
|
@@ -27,15 +27,26 @@
|
|
|
27
27
|
"undici": "8.3.0",
|
|
28
28
|
"yaml": "2.9.0"
|
|
29
29
|
},
|
|
30
|
-
"optionalDependencies": {
|
|
31
|
-
"@mariozechner/clipboard": "0.3.9"
|
|
32
|
-
},
|
|
33
30
|
"bin": {
|
|
34
31
|
"pi": "dist/cli.js",
|
|
35
32
|
"pi-adaptative": "dist/cli.js"
|
|
36
33
|
},
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@types/cross-spawn": "6.0.6",
|
|
36
|
+
"@types/diff": "7.0.2",
|
|
37
|
+
"@types/hosted-git-info": "3.0.5",
|
|
38
|
+
"@types/ms": "2.1.0",
|
|
39
|
+
"@types/node": "24.12.4",
|
|
40
|
+
"@types/proper-lockfile": "4.1.4",
|
|
41
|
+
"shx": "0.4.0",
|
|
42
|
+
"typescript": "5.9.3",
|
|
43
|
+
"vitest": "3.2.4"
|
|
44
|
+
},
|
|
37
45
|
"engines": {
|
|
38
46
|
"node": ">=22.19.0"
|
|
47
|
+
},
|
|
48
|
+
"optionalDependencies": {
|
|
49
|
+
"@mariozechner/clipboard": "0.3.9"
|
|
39
50
|
}
|
|
40
51
|
},
|
|
41
52
|
"node_modules/@anthropic-ai/sdk": {
|
|
@@ -46,6 +57,9 @@
|
|
|
46
57
|
"dependencies": {
|
|
47
58
|
"json-schema-to-ts": "^3.1.1"
|
|
48
59
|
},
|
|
60
|
+
"bin": {
|
|
61
|
+
"anthropic-ai-sdk": "bin/cli"
|
|
62
|
+
},
|
|
49
63
|
"peerDependencies": {
|
|
50
64
|
"zod": "^3.25.0 || ^4.0.0"
|
|
51
65
|
},
|
|
@@ -53,9 +67,6 @@
|
|
|
53
67
|
"zod": {
|
|
54
68
|
"optional": true
|
|
55
69
|
}
|
|
56
|
-
},
|
|
57
|
-
"bin": {
|
|
58
|
-
"anthropic-ai-sdk": "bin/cli"
|
|
59
70
|
}
|
|
60
71
|
},
|
|
61
72
|
"node_modules/@aws-crypto/crc32": {
|
|
@@ -147,17 +158,17 @@
|
|
|
147
158
|
}
|
|
148
159
|
},
|
|
149
160
|
"node_modules/@aws-sdk/core": {
|
|
150
|
-
"version": "3.974.
|
|
151
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.974.
|
|
152
|
-
"integrity": "sha512-
|
|
161
|
+
"version": "3.974.15",
|
|
162
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.974.15.tgz",
|
|
163
|
+
"integrity": "sha512-UpA0rTGW/tHGITcCqHisbuuEPraYg9GG+mWmXjY5+RxZBMLGe6aL9oe0ix50LztwAcPIkGZLH0yWdMIkCM10hw==",
|
|
153
164
|
"license": "Apache-2.0",
|
|
154
165
|
"dependencies": {
|
|
155
|
-
"@aws-sdk/types": "^3.973.
|
|
156
|
-
"@aws-sdk/xml-builder": "^3.972.
|
|
166
|
+
"@aws-sdk/types": "^3.973.9",
|
|
167
|
+
"@aws-sdk/xml-builder": "^3.972.26",
|
|
157
168
|
"@aws/lambda-invoke-store": "^0.2.2",
|
|
158
|
-
"@smithy/core": "^3.24.
|
|
159
|
-
"@smithy/signature-v4": "^5.4.
|
|
160
|
-
"@smithy/types": "^4.14.
|
|
169
|
+
"@smithy/core": "^3.24.5",
|
|
170
|
+
"@smithy/signature-v4": "^5.4.5",
|
|
171
|
+
"@smithy/types": "^4.14.2",
|
|
161
172
|
"bowser": "^2.11.0",
|
|
162
173
|
"tslib": "^2.6.2"
|
|
163
174
|
},
|
|
@@ -166,15 +177,15 @@
|
|
|
166
177
|
}
|
|
167
178
|
},
|
|
168
179
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
169
|
-
"version": "3.972.
|
|
170
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.
|
|
171
|
-
"integrity": "sha512
|
|
180
|
+
"version": "3.972.41",
|
|
181
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.41.tgz",
|
|
182
|
+
"integrity": "sha512-n1EbJ98yvPWWdHZZv8bRBMqqDQJrtgtxyJ4xLy2Uqrh25BCOZQ7nnS1CsFXvuH8r0b0KVHDZEGEH5FxmEMP8jg==",
|
|
172
183
|
"license": "Apache-2.0",
|
|
173
184
|
"dependencies": {
|
|
174
|
-
"@aws-sdk/core": "^3.974.
|
|
175
|
-
"@aws-sdk/types": "^3.973.
|
|
176
|
-
"@smithy/core": "^3.24.
|
|
177
|
-
"@smithy/types": "^4.14.
|
|
185
|
+
"@aws-sdk/core": "^3.974.15",
|
|
186
|
+
"@aws-sdk/types": "^3.973.9",
|
|
187
|
+
"@smithy/core": "^3.24.5",
|
|
188
|
+
"@smithy/types": "^4.14.2",
|
|
178
189
|
"tslib": "^2.6.2"
|
|
179
190
|
},
|
|
180
191
|
"engines": {
|
|
@@ -182,41 +193,55 @@
|
|
|
182
193
|
}
|
|
183
194
|
},
|
|
184
195
|
"node_modules/@aws-sdk/credential-provider-http": {
|
|
185
|
-
"version": "3.972.
|
|
186
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.
|
|
187
|
-
"integrity": "sha512-
|
|
196
|
+
"version": "3.972.43",
|
|
197
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.43.tgz",
|
|
198
|
+
"integrity": "sha512-TT76RN1NkI9WoyZqCNxOw6/WBMF7pYOTJcXbMokNFU+euSG40Kaf/t/FhDACVZWP+43wEM6ZynIPIkzS1wR1iA==",
|
|
188
199
|
"license": "Apache-2.0",
|
|
189
200
|
"dependencies": {
|
|
190
|
-
"@aws-sdk/core": "^3.974.
|
|
191
|
-
"@aws-sdk/types": "^3.973.
|
|
192
|
-
"@smithy/core": "^3.24.
|
|
193
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
194
|
-
"@smithy/node-http-handler": "^4.7.
|
|
195
|
-
"@smithy/types": "^4.14.
|
|
201
|
+
"@aws-sdk/core": "^3.974.15",
|
|
202
|
+
"@aws-sdk/types": "^3.973.9",
|
|
203
|
+
"@smithy/core": "^3.24.5",
|
|
204
|
+
"@smithy/fetch-http-handler": "^5.4.5",
|
|
205
|
+
"@smithy/node-http-handler": "^4.7.5",
|
|
206
|
+
"@smithy/types": "^4.14.2",
|
|
196
207
|
"tslib": "^2.6.2"
|
|
197
208
|
},
|
|
198
209
|
"engines": {
|
|
199
210
|
"node": ">=20.0.0"
|
|
200
211
|
}
|
|
201
212
|
},
|
|
213
|
+
"node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler": {
|
|
214
|
+
"version": "4.7.5",
|
|
215
|
+
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.7.5.tgz",
|
|
216
|
+
"integrity": "sha512-3dA9TQ+ybRSZ/m0wnbZhiBy4Dezjgq1Ib/ZZrYTpJDBgpoLLU/SDzZc/g0x0MNAdOJe1wPcM+x2PBRmoOur+Sw==",
|
|
217
|
+
"license": "Apache-2.0",
|
|
218
|
+
"dependencies": {
|
|
219
|
+
"@smithy/core": "^3.24.5",
|
|
220
|
+
"@smithy/types": "^4.14.2",
|
|
221
|
+
"tslib": "^2.6.2"
|
|
222
|
+
},
|
|
223
|
+
"engines": {
|
|
224
|
+
"node": ">=18.0.0"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
202
227
|
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
203
|
-
"version": "3.972.
|
|
204
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.
|
|
205
|
-
"integrity": "sha512-
|
|
228
|
+
"version": "3.972.46",
|
|
229
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.46.tgz",
|
|
230
|
+
"integrity": "sha512-hvcgcwOiS0nb2XFb5Op1Pz/vYaWz5K8kKullziGpdNRuG0NwzRXseuPt2CoBqknHGaSPVesu1aOn2OcctEYdCA==",
|
|
206
231
|
"license": "Apache-2.0",
|
|
207
232
|
"dependencies": {
|
|
208
|
-
"@aws-sdk/core": "^3.974.
|
|
209
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
210
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
211
|
-
"@aws-sdk/credential-provider-login": "^3.972.
|
|
212
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
213
|
-
"@aws-sdk/credential-provider-sso": "^3.972.
|
|
214
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
215
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
216
|
-
"@aws-sdk/types": "^3.973.
|
|
217
|
-
"@smithy/core": "^3.24.
|
|
218
|
-
"@smithy/credential-provider-imds": "^4.3.
|
|
219
|
-
"@smithy/types": "^4.14.
|
|
233
|
+
"@aws-sdk/core": "^3.974.15",
|
|
234
|
+
"@aws-sdk/credential-provider-env": "^3.972.41",
|
|
235
|
+
"@aws-sdk/credential-provider-http": "^3.972.43",
|
|
236
|
+
"@aws-sdk/credential-provider-login": "^3.972.45",
|
|
237
|
+
"@aws-sdk/credential-provider-process": "^3.972.41",
|
|
238
|
+
"@aws-sdk/credential-provider-sso": "^3.972.45",
|
|
239
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.45",
|
|
240
|
+
"@aws-sdk/nested-clients": "^3.997.13",
|
|
241
|
+
"@aws-sdk/types": "^3.973.9",
|
|
242
|
+
"@smithy/core": "^3.24.5",
|
|
243
|
+
"@smithy/credential-provider-imds": "^4.3.6",
|
|
244
|
+
"@smithy/types": "^4.14.2",
|
|
220
245
|
"tslib": "^2.6.2"
|
|
221
246
|
},
|
|
222
247
|
"engines": {
|
|
@@ -224,16 +249,16 @@
|
|
|
224
249
|
}
|
|
225
250
|
},
|
|
226
251
|
"node_modules/@aws-sdk/credential-provider-login": {
|
|
227
|
-
"version": "3.972.
|
|
228
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.
|
|
229
|
-
"integrity": "sha512-
|
|
252
|
+
"version": "3.972.45",
|
|
253
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.45.tgz",
|
|
254
|
+
"integrity": "sha512-MZQv4SNjByk1iOKmrqmzcUF/uCB05wjvEHyXKxmGQTUANTIVayX6HPUF0bzkWLvtnkH7sAn9kUCfkXbSpj9sDA==",
|
|
230
255
|
"license": "Apache-2.0",
|
|
231
256
|
"dependencies": {
|
|
232
|
-
"@aws-sdk/core": "^3.974.
|
|
233
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
234
|
-
"@aws-sdk/types": "^3.973.
|
|
235
|
-
"@smithy/core": "^3.24.
|
|
236
|
-
"@smithy/types": "^4.14.
|
|
257
|
+
"@aws-sdk/core": "^3.974.15",
|
|
258
|
+
"@aws-sdk/nested-clients": "^3.997.13",
|
|
259
|
+
"@aws-sdk/types": "^3.973.9",
|
|
260
|
+
"@smithy/core": "^3.24.5",
|
|
261
|
+
"@smithy/types": "^4.14.2",
|
|
237
262
|
"tslib": "^2.6.2"
|
|
238
263
|
},
|
|
239
264
|
"engines": {
|
|
@@ -241,21 +266,21 @@
|
|
|
241
266
|
}
|
|
242
267
|
},
|
|
243
268
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
244
|
-
"version": "3.972.
|
|
245
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.
|
|
246
|
-
"integrity": "sha512-
|
|
269
|
+
"version": "3.972.47",
|
|
270
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.47.tgz",
|
|
271
|
+
"integrity": "sha512-HrId+C0DWA5qDIyLG64/kjUB2RNtPypxmABnIctK+TA1P1kHlOYoE/Wf5T5tKOMKgb08P7k/zNyhvfJ3lh5Oag==",
|
|
247
272
|
"license": "Apache-2.0",
|
|
248
273
|
"dependencies": {
|
|
249
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
250
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
251
|
-
"@aws-sdk/credential-provider-ini": "^3.972.
|
|
252
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
253
|
-
"@aws-sdk/credential-provider-sso": "^3.972.
|
|
254
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
255
|
-
"@aws-sdk/types": "^3.973.
|
|
256
|
-
"@smithy/core": "^3.24.
|
|
257
|
-
"@smithy/credential-provider-imds": "^4.3.
|
|
258
|
-
"@smithy/types": "^4.14.
|
|
274
|
+
"@aws-sdk/credential-provider-env": "^3.972.41",
|
|
275
|
+
"@aws-sdk/credential-provider-http": "^3.972.43",
|
|
276
|
+
"@aws-sdk/credential-provider-ini": "^3.972.46",
|
|
277
|
+
"@aws-sdk/credential-provider-process": "^3.972.41",
|
|
278
|
+
"@aws-sdk/credential-provider-sso": "^3.972.45",
|
|
279
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.45",
|
|
280
|
+
"@aws-sdk/types": "^3.973.9",
|
|
281
|
+
"@smithy/core": "^3.24.5",
|
|
282
|
+
"@smithy/credential-provider-imds": "^4.3.6",
|
|
283
|
+
"@smithy/types": "^4.14.2",
|
|
259
284
|
"tslib": "^2.6.2"
|
|
260
285
|
},
|
|
261
286
|
"engines": {
|
|
@@ -263,15 +288,15 @@
|
|
|
263
288
|
}
|
|
264
289
|
},
|
|
265
290
|
"node_modules/@aws-sdk/credential-provider-process": {
|
|
266
|
-
"version": "3.972.
|
|
267
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.
|
|
268
|
-
"integrity": "sha512-
|
|
291
|
+
"version": "3.972.41",
|
|
292
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.41.tgz",
|
|
293
|
+
"integrity": "sha512-7I/n1zkysouLOWvkEhjNEP4vMnD2v4kzzr3/3QBdrripEpn7ap1/I5DF3Hou1SUqkKWo1f3oPGMyFAA1FAMvsQ==",
|
|
269
294
|
"license": "Apache-2.0",
|
|
270
295
|
"dependencies": {
|
|
271
|
-
"@aws-sdk/core": "^3.974.
|
|
272
|
-
"@aws-sdk/types": "^3.973.
|
|
273
|
-
"@smithy/core": "^3.24.
|
|
274
|
-
"@smithy/types": "^4.14.
|
|
296
|
+
"@aws-sdk/core": "^3.974.15",
|
|
297
|
+
"@aws-sdk/types": "^3.973.9",
|
|
298
|
+
"@smithy/core": "^3.24.5",
|
|
299
|
+
"@smithy/types": "^4.14.2",
|
|
275
300
|
"tslib": "^2.6.2"
|
|
276
301
|
},
|
|
277
302
|
"engines": {
|
|
@@ -279,17 +304,34 @@
|
|
|
279
304
|
}
|
|
280
305
|
},
|
|
281
306
|
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
282
|
-
"version": "3.972.
|
|
283
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.
|
|
284
|
-
"integrity": "sha512-
|
|
307
|
+
"version": "3.972.45",
|
|
308
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.45.tgz",
|
|
309
|
+
"integrity": "sha512-oHgbz/eFD8IKiksqDsz9ZMU4A59BpQq4QwJedBnGD80ZqYcHPPHZBwjBnxLVkB7iRVVHWpDclR8yWdD2PkQIUA==",
|
|
285
310
|
"license": "Apache-2.0",
|
|
286
311
|
"dependencies": {
|
|
287
|
-
"@aws-sdk/core": "^3.974.
|
|
288
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
289
|
-
"@aws-sdk/token-providers": "3.
|
|
290
|
-
"@aws-sdk/types": "^3.973.
|
|
291
|
-
"@smithy/core": "^3.24.
|
|
292
|
-
"@smithy/types": "^4.14.
|
|
312
|
+
"@aws-sdk/core": "^3.974.15",
|
|
313
|
+
"@aws-sdk/nested-clients": "^3.997.13",
|
|
314
|
+
"@aws-sdk/token-providers": "3.1056.0",
|
|
315
|
+
"@aws-sdk/types": "^3.973.9",
|
|
316
|
+
"@smithy/core": "^3.24.5",
|
|
317
|
+
"@smithy/types": "^4.14.2",
|
|
318
|
+
"tslib": "^2.6.2"
|
|
319
|
+
},
|
|
320
|
+
"engines": {
|
|
321
|
+
"node": ">=20.0.0"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
"node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers": {
|
|
325
|
+
"version": "3.1056.0",
|
|
326
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1056.0.tgz",
|
|
327
|
+
"integrity": "sha512-81duvlltQlsfn5K+o8zILcystBRdbT1G2JJYVCML5NZHBz4CL/zf+sAemCtBh/uh6RQUMyInGeZLQ7/8igZhbA==",
|
|
328
|
+
"license": "Apache-2.0",
|
|
329
|
+
"dependencies": {
|
|
330
|
+
"@aws-sdk/core": "^3.974.15",
|
|
331
|
+
"@aws-sdk/nested-clients": "^3.997.13",
|
|
332
|
+
"@aws-sdk/types": "^3.973.9",
|
|
333
|
+
"@smithy/core": "^3.24.5",
|
|
334
|
+
"@smithy/types": "^4.14.2",
|
|
293
335
|
"tslib": "^2.6.2"
|
|
294
336
|
},
|
|
295
337
|
"engines": {
|
|
@@ -297,16 +339,16 @@
|
|
|
297
339
|
}
|
|
298
340
|
},
|
|
299
341
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
300
|
-
"version": "3.972.
|
|
301
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.
|
|
302
|
-
"integrity": "sha512-
|
|
342
|
+
"version": "3.972.45",
|
|
343
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.45.tgz",
|
|
344
|
+
"integrity": "sha512-CDhzKdb2onv5bpnjn/acgdNmJOQthPDLsPizU7rZflsEcgMMp8Mlri+U5hdxf8ldvZJpvM3vLU6D56vfJm5AMQ==",
|
|
303
345
|
"license": "Apache-2.0",
|
|
304
346
|
"dependencies": {
|
|
305
|
-
"@aws-sdk/core": "^3.974.
|
|
306
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
307
|
-
"@aws-sdk/types": "^3.973.
|
|
308
|
-
"@smithy/core": "^3.24.
|
|
309
|
-
"@smithy/types": "^4.14.
|
|
347
|
+
"@aws-sdk/core": "^3.974.15",
|
|
348
|
+
"@aws-sdk/nested-clients": "^3.997.13",
|
|
349
|
+
"@aws-sdk/types": "^3.973.9",
|
|
350
|
+
"@smithy/core": "^3.24.5",
|
|
351
|
+
"@smithy/types": "^4.14.2",
|
|
310
352
|
"tslib": "^2.6.2"
|
|
311
353
|
},
|
|
312
354
|
"engines": {
|
|
@@ -314,14 +356,14 @@
|
|
|
314
356
|
}
|
|
315
357
|
},
|
|
316
358
|
"node_modules/@aws-sdk/eventstream-handler-node": {
|
|
317
|
-
"version": "3.972.
|
|
318
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.
|
|
319
|
-
"integrity": "sha512-
|
|
359
|
+
"version": "3.972.18",
|
|
360
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.18.tgz",
|
|
361
|
+
"integrity": "sha512-QPQhwY/fstR8fMZFWrsJRNoTP6D1RjRPHGRX7u9/VkF3opCsvD0oXPz6qzkX94SchzvuS5vyFZbJbPcMEs2Jeg==",
|
|
320
362
|
"license": "Apache-2.0",
|
|
321
363
|
"dependencies": {
|
|
322
|
-
"@aws-sdk/types": "^3.973.
|
|
323
|
-
"@smithy/core": "^3.24.
|
|
324
|
-
"@smithy/types": "^4.14.
|
|
364
|
+
"@aws-sdk/types": "^3.973.9",
|
|
365
|
+
"@smithy/core": "^3.24.5",
|
|
366
|
+
"@smithy/types": "^4.14.2",
|
|
325
367
|
"tslib": "^2.6.2"
|
|
326
368
|
},
|
|
327
369
|
"engines": {
|
|
@@ -329,14 +371,14 @@
|
|
|
329
371
|
}
|
|
330
372
|
},
|
|
331
373
|
"node_modules/@aws-sdk/middleware-eventstream": {
|
|
332
|
-
"version": "3.972.
|
|
333
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.
|
|
334
|
-
"integrity": "sha512-
|
|
374
|
+
"version": "3.972.14",
|
|
375
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.14.tgz",
|
|
376
|
+
"integrity": "sha512-DoZ4djVj/74XQ6M/IwxuKh543tTvLCL7u1Dx+VDHMgW9yGNrFSJJ1l0LrUQRaekic5CB12wUiiOoHL0VI6H0gg==",
|
|
335
377
|
"license": "Apache-2.0",
|
|
336
378
|
"dependencies": {
|
|
337
|
-
"@aws-sdk/types": "^3.973.
|
|
338
|
-
"@smithy/core": "^3.24.
|
|
339
|
-
"@smithy/types": "^4.14.
|
|
379
|
+
"@aws-sdk/types": "^3.973.9",
|
|
380
|
+
"@smithy/core": "^3.24.5",
|
|
381
|
+
"@smithy/types": "^4.14.2",
|
|
340
382
|
"tslib": "^2.6.2"
|
|
341
383
|
},
|
|
342
384
|
"engines": {
|
|
@@ -344,17 +386,17 @@
|
|
|
344
386
|
}
|
|
345
387
|
},
|
|
346
388
|
"node_modules/@aws-sdk/middleware-websocket": {
|
|
347
|
-
"version": "3.972.
|
|
348
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.
|
|
349
|
-
"integrity": "sha512-
|
|
389
|
+
"version": "3.972.23",
|
|
390
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.23.tgz",
|
|
391
|
+
"integrity": "sha512-F0d4A9pJFiwljyKgSwU1Z5n+CXSv8bp+V5SthbS2rftB8wBN9z1K2Yyv3xbeK0AM2T0g4q6Ptf0shFF+oQZyiA==",
|
|
350
392
|
"license": "Apache-2.0",
|
|
351
393
|
"dependencies": {
|
|
352
|
-
"@aws-sdk/core": "^3.974.
|
|
353
|
-
"@aws-sdk/types": "^3.973.
|
|
354
|
-
"@smithy/core": "^3.24.
|
|
355
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
356
|
-
"@smithy/signature-v4": "^5.4.
|
|
357
|
-
"@smithy/types": "^4.14.
|
|
394
|
+
"@aws-sdk/core": "^3.974.15",
|
|
395
|
+
"@aws-sdk/types": "^3.973.9",
|
|
396
|
+
"@smithy/core": "^3.24.5",
|
|
397
|
+
"@smithy/fetch-http-handler": "^5.4.5",
|
|
398
|
+
"@smithy/signature-v4": "^5.4.5",
|
|
399
|
+
"@smithy/types": "^4.14.2",
|
|
358
400
|
"tslib": "^2.6.2"
|
|
359
401
|
},
|
|
360
402
|
"engines": {
|
|
@@ -362,36 +404,49 @@
|
|
|
362
404
|
}
|
|
363
405
|
},
|
|
364
406
|
"node_modules/@aws-sdk/nested-clients": {
|
|
365
|
-
"version": "3.997.
|
|
366
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.
|
|
367
|
-
"integrity": "sha512-
|
|
407
|
+
"version": "3.997.13",
|
|
408
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.13.tgz",
|
|
409
|
+
"integrity": "sha512-2pA6eyb5nSo/ZD2cayhOTEMoGQYgspq0RI05GDLkzQ3ajZ6isS6waV6E92Am/hz4LIlLUTrbwPLurJ/fuiHvkg==",
|
|
368
410
|
"license": "Apache-2.0",
|
|
369
411
|
"dependencies": {
|
|
370
412
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
371
413
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
372
|
-
"@aws-sdk/core": "^3.974.
|
|
373
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
374
|
-
"@aws-sdk/types": "^3.973.
|
|
375
|
-
"@smithy/core": "^3.24.
|
|
376
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
377
|
-
"@smithy/node-http-handler": "^4.7.
|
|
378
|
-
"@smithy/types": "^4.14.
|
|
414
|
+
"@aws-sdk/core": "^3.974.15",
|
|
415
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.30",
|
|
416
|
+
"@aws-sdk/types": "^3.973.9",
|
|
417
|
+
"@smithy/core": "^3.24.5",
|
|
418
|
+
"@smithy/fetch-http-handler": "^5.4.5",
|
|
419
|
+
"@smithy/node-http-handler": "^4.7.5",
|
|
420
|
+
"@smithy/types": "^4.14.2",
|
|
379
421
|
"tslib": "^2.6.2"
|
|
380
422
|
},
|
|
381
423
|
"engines": {
|
|
382
424
|
"node": ">=20.0.0"
|
|
383
425
|
}
|
|
384
426
|
},
|
|
427
|
+
"node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler": {
|
|
428
|
+
"version": "4.7.5",
|
|
429
|
+
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.7.5.tgz",
|
|
430
|
+
"integrity": "sha512-3dA9TQ+ybRSZ/m0wnbZhiBy4Dezjgq1Ib/ZZrYTpJDBgpoLLU/SDzZc/g0x0MNAdOJe1wPcM+x2PBRmoOur+Sw==",
|
|
431
|
+
"license": "Apache-2.0",
|
|
432
|
+
"dependencies": {
|
|
433
|
+
"@smithy/core": "^3.24.5",
|
|
434
|
+
"@smithy/types": "^4.14.2",
|
|
435
|
+
"tslib": "^2.6.2"
|
|
436
|
+
},
|
|
437
|
+
"engines": {
|
|
438
|
+
"node": ">=18.0.0"
|
|
439
|
+
}
|
|
440
|
+
},
|
|
385
441
|
"node_modules/@aws-sdk/signature-v4-multi-region": {
|
|
386
|
-
"version": "3.996.
|
|
387
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.
|
|
388
|
-
"integrity": "sha512-
|
|
442
|
+
"version": "3.996.30",
|
|
443
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.30.tgz",
|
|
444
|
+
"integrity": "sha512-HULDLMVzkmTSEv6//7kx2kRevp/VYUpm8hJNNFbmhxDn0fUiGTxVcM9yg31TukvTq8nyOBDUN2gH0o5IRbKjdw==",
|
|
389
445
|
"license": "Apache-2.0",
|
|
390
446
|
"dependencies": {
|
|
391
|
-
"@aws-sdk/types": "^3.973.
|
|
392
|
-
"@smithy/
|
|
393
|
-
"@smithy/
|
|
394
|
-
"@smithy/types": "^4.14.1",
|
|
447
|
+
"@aws-sdk/types": "^3.973.9",
|
|
448
|
+
"@smithy/signature-v4": "^5.4.5",
|
|
449
|
+
"@smithy/types": "^4.14.2",
|
|
395
450
|
"tslib": "^2.6.2"
|
|
396
451
|
},
|
|
397
452
|
"engines": {
|
|
@@ -416,12 +471,12 @@
|
|
|
416
471
|
}
|
|
417
472
|
},
|
|
418
473
|
"node_modules/@aws-sdk/types": {
|
|
419
|
-
"version": "3.973.
|
|
420
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.973.
|
|
421
|
-
"integrity": "sha512-
|
|
474
|
+
"version": "3.973.9",
|
|
475
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.973.9.tgz",
|
|
476
|
+
"integrity": "sha512-kuBfgQVdcz5Bmapc4A13YbpVw/pXkesfhetcFYwbntqas8sF41OHyd4o28+/TG2ZQdHBsv90Lsu5y6oitvYCdg==",
|
|
422
477
|
"license": "Apache-2.0",
|
|
423
478
|
"dependencies": {
|
|
424
|
-
"@smithy/types": "^4.14.
|
|
479
|
+
"@smithy/types": "^4.14.2",
|
|
425
480
|
"tslib": "^2.6.2"
|
|
426
481
|
},
|
|
427
482
|
"engines": {
|
|
@@ -441,13 +496,12 @@
|
|
|
441
496
|
}
|
|
442
497
|
},
|
|
443
498
|
"node_modules/@aws-sdk/xml-builder": {
|
|
444
|
-
"version": "3.972.
|
|
445
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.
|
|
446
|
-
"integrity": "sha512-
|
|
499
|
+
"version": "3.972.26",
|
|
500
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.26.tgz",
|
|
501
|
+
"integrity": "sha512-cDbrqvDS73whl6YAPSPq0U6whzG6UWI9PuWh0wrUuGoZexhWEqhdunbukV7iBoaWnFV1AODutM5hOD6rtn439g==",
|
|
447
502
|
"license": "Apache-2.0",
|
|
448
503
|
"dependencies": {
|
|
449
|
-
"@
|
|
450
|
-
"@smithy/types": "^4.14.1",
|
|
504
|
+
"@smithy/types": "^4.14.2",
|
|
451
505
|
"fast-xml-parser": "5.7.3",
|
|
452
506
|
"tslib": "^2.6.2"
|
|
453
507
|
},
|
|
@@ -465,20 +519,22 @@
|
|
|
465
519
|
}
|
|
466
520
|
},
|
|
467
521
|
"node_modules/@babel/runtime": {
|
|
468
|
-
"version": "7.29.
|
|
469
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.
|
|
470
|
-
"integrity": "sha512-
|
|
522
|
+
"version": "7.29.7",
|
|
523
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
|
|
524
|
+
"integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
|
|
471
525
|
"license": "MIT",
|
|
472
526
|
"engines": {
|
|
473
527
|
"node": ">=6.9.0"
|
|
474
528
|
}
|
|
475
529
|
},
|
|
476
530
|
"node_modules/@earendil-works/pi-agent-core": {
|
|
477
|
-
"
|
|
478
|
-
"
|
|
531
|
+
"name": "@caupulican/pi-agent-core",
|
|
532
|
+
"version": "0.78.2",
|
|
533
|
+
"resolved": "https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.78.2.tgz",
|
|
534
|
+
"integrity": "sha512-EcmNgBB11cUJoj6ijvdpXE6PHJv2L68glkTwj+IITzp6AFrxxSPVussJ/zCLY3/eGIxkoqmoAqyorsK5RDyFmw==",
|
|
479
535
|
"license": "MIT",
|
|
480
536
|
"dependencies": {
|
|
481
|
-
"@earendil-works/pi-ai": "
|
|
537
|
+
"@earendil-works/pi-ai": "npm:@caupulican/pi-ai@0.78.2",
|
|
482
538
|
"ignore": "7.0.5",
|
|
483
539
|
"typebox": "1.1.38",
|
|
484
540
|
"yaml": "2.9.0"
|
|
@@ -488,15 +544,17 @@
|
|
|
488
544
|
}
|
|
489
545
|
},
|
|
490
546
|
"node_modules/@earendil-works/pi-ai": {
|
|
491
|
-
"
|
|
492
|
-
"
|
|
547
|
+
"name": "@caupulican/pi-ai",
|
|
548
|
+
"version": "0.78.2",
|
|
549
|
+
"resolved": "https://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.78.2.tgz",
|
|
550
|
+
"integrity": "sha512-BxL/i0+AtaQ19HFrBMhHHTvSpZZxBWxWDnzRRY0kAQhoZ//nUtzq01O7ni62H9hSFD+yL/0UAjesr67yH1zskg==",
|
|
493
551
|
"license": "MIT",
|
|
494
552
|
"dependencies": {
|
|
495
553
|
"@anthropic-ai/sdk": "0.91.1",
|
|
496
554
|
"@aws-sdk/client-bedrock-runtime": "3.1048.0",
|
|
497
|
-
"@smithy/node-http-handler": "4.7.3",
|
|
498
555
|
"@google/genai": "1.52.0",
|
|
499
556
|
"@mistralai/mistralai": "2.2.1",
|
|
557
|
+
"@smithy/node-http-handler": "4.7.3",
|
|
500
558
|
"http-proxy-agent": "7.0.2",
|
|
501
559
|
"https-proxy-agent": "7.0.6",
|
|
502
560
|
"openai": "6.26.0",
|
|
@@ -504,15 +562,17 @@
|
|
|
504
562
|
"typebox": "1.1.38"
|
|
505
563
|
},
|
|
506
564
|
"bin": {
|
|
507
|
-
"pi-ai": "
|
|
565
|
+
"pi-ai": "dist/cli.js"
|
|
508
566
|
},
|
|
509
567
|
"engines": {
|
|
510
568
|
"node": ">=22.19.0"
|
|
511
569
|
}
|
|
512
570
|
},
|
|
513
571
|
"node_modules/@earendil-works/pi-tui": {
|
|
514
|
-
"
|
|
515
|
-
"
|
|
572
|
+
"name": "@caupulican/pi-tui",
|
|
573
|
+
"version": "0.78.2",
|
|
574
|
+
"resolved": "https://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.78.2.tgz",
|
|
575
|
+
"integrity": "sha512-QFVEXJh03Rxo8Q4nj85b2t32TBoR6hUJIhZmtl/3gtGUB5acZ/jAU5vxw2qIo0+qDw4jOM7oKjvMgzx+/LpDjg==",
|
|
516
576
|
"license": "MIT",
|
|
517
577
|
"dependencies": {
|
|
518
578
|
"get-east-asian-width": "1.6.0",
|
|
@@ -522,208 +582,657 @@
|
|
|
522
582
|
"node": ">=22.19.0"
|
|
523
583
|
}
|
|
524
584
|
},
|
|
525
|
-
"node_modules/@
|
|
526
|
-
"version": "
|
|
527
|
-
"resolved": "https://registry.npmjs.org/@
|
|
528
|
-
"integrity": "sha512-
|
|
529
|
-
"
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
"protobufjs": "^7.5.4",
|
|
534
|
-
"ws": "^8.18.0"
|
|
535
|
-
},
|
|
536
|
-
"peerDependencies": {
|
|
537
|
-
"@modelcontextprotocol/sdk": "^1.25.2"
|
|
538
|
-
},
|
|
539
|
-
"peerDependenciesMeta": {
|
|
540
|
-
"@modelcontextprotocol/sdk": {
|
|
541
|
-
"optional": true
|
|
542
|
-
}
|
|
543
|
-
},
|
|
544
|
-
"engines": {
|
|
545
|
-
"node": ">=20.0.0"
|
|
546
|
-
},
|
|
547
|
-
"hasInstallScript": true
|
|
548
|
-
},
|
|
549
|
-
"node_modules/@mariozechner/clipboard": {
|
|
550
|
-
"version": "0.3.9",
|
|
551
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard/-/clipboard-0.3.9.tgz",
|
|
552
|
-
"integrity": "sha512-ABnA53mdfkGZwOFUdZNv2S0CWGO/EIuPj8Vv9xmBFmSYg/qFc7ihO6q5FcQjvoE67kZpWkEc4AhD6B/os04yuA==",
|
|
585
|
+
"node_modules/@esbuild/aix-ppc64": {
|
|
586
|
+
"version": "0.27.7",
|
|
587
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",
|
|
588
|
+
"integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",
|
|
589
|
+
"cpu": [
|
|
590
|
+
"ppc64"
|
|
591
|
+
],
|
|
592
|
+
"dev": true,
|
|
553
593
|
"license": "MIT",
|
|
554
|
-
"
|
|
555
|
-
|
|
556
|
-
"
|
|
557
|
-
|
|
558
|
-
"@mariozechner/clipboard-linux-arm64-gnu": "0.3.9",
|
|
559
|
-
"@mariozechner/clipboard-linux-arm64-musl": "0.3.9",
|
|
560
|
-
"@mariozechner/clipboard-linux-riscv64-gnu": "0.3.9",
|
|
561
|
-
"@mariozechner/clipboard-linux-x64-gnu": "0.3.9",
|
|
562
|
-
"@mariozechner/clipboard-linux-x64-musl": "0.3.9",
|
|
563
|
-
"@mariozechner/clipboard-win32-arm64-msvc": "0.3.9",
|
|
564
|
-
"@mariozechner/clipboard-win32-x64-msvc": "0.3.9"
|
|
565
|
-
},
|
|
594
|
+
"optional": true,
|
|
595
|
+
"os": [
|
|
596
|
+
"aix"
|
|
597
|
+
],
|
|
566
598
|
"engines": {
|
|
567
|
-
"node": ">=
|
|
568
|
-
}
|
|
569
|
-
"optional": true
|
|
599
|
+
"node": ">=18"
|
|
600
|
+
}
|
|
570
601
|
},
|
|
571
|
-
"node_modules/@
|
|
572
|
-
"version": "0.
|
|
573
|
-
"resolved": "https://registry.npmjs.org/@
|
|
574
|
-
"integrity": "sha512-
|
|
602
|
+
"node_modules/@esbuild/android-arm": {
|
|
603
|
+
"version": "0.27.7",
|
|
604
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",
|
|
605
|
+
"integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",
|
|
606
|
+
"cpu": [
|
|
607
|
+
"arm"
|
|
608
|
+
],
|
|
609
|
+
"dev": true,
|
|
575
610
|
"license": "MIT",
|
|
576
|
-
"
|
|
577
|
-
"node": ">= 10"
|
|
578
|
-
},
|
|
611
|
+
"optional": true,
|
|
579
612
|
"os": [
|
|
580
|
-
"
|
|
613
|
+
"android"
|
|
581
614
|
],
|
|
615
|
+
"engines": {
|
|
616
|
+
"node": ">=18"
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
"node_modules/@esbuild/android-arm64": {
|
|
620
|
+
"version": "0.27.7",
|
|
621
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",
|
|
622
|
+
"integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",
|
|
582
623
|
"cpu": [
|
|
583
624
|
"arm64"
|
|
584
625
|
],
|
|
585
|
-
"
|
|
586
|
-
},
|
|
587
|
-
"node_modules/@mariozechner/clipboard-darwin-universal": {
|
|
588
|
-
"version": "0.3.9",
|
|
589
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-darwin-universal/-/clipboard-darwin-universal-0.3.9.tgz",
|
|
590
|
-
"integrity": "sha512-BGGR4iA9Z2shAjI65eI5xtyb3LYNlDW9X3gxKxDbqtbnREohsrqznov6zpKoIrsRWpzlYVEdKphS7ksJ0/ndSQ==",
|
|
626
|
+
"dev": true,
|
|
591
627
|
"license": "MIT",
|
|
592
|
-
"
|
|
593
|
-
"node": ">= 10"
|
|
594
|
-
},
|
|
628
|
+
"optional": true,
|
|
595
629
|
"os": [
|
|
596
|
-
"
|
|
630
|
+
"android"
|
|
597
631
|
],
|
|
598
|
-
"
|
|
632
|
+
"engines": {
|
|
633
|
+
"node": ">=18"
|
|
634
|
+
}
|
|
599
635
|
},
|
|
600
|
-
"node_modules/@
|
|
601
|
-
"version": "0.
|
|
602
|
-
"resolved": "https://registry.npmjs.org/@
|
|
603
|
-
"integrity": "sha512-
|
|
636
|
+
"node_modules/@esbuild/android-x64": {
|
|
637
|
+
"version": "0.27.7",
|
|
638
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",
|
|
639
|
+
"integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",
|
|
640
|
+
"cpu": [
|
|
641
|
+
"x64"
|
|
642
|
+
],
|
|
643
|
+
"dev": true,
|
|
604
644
|
"license": "MIT",
|
|
645
|
+
"optional": true,
|
|
646
|
+
"os": [
|
|
647
|
+
"android"
|
|
648
|
+
],
|
|
605
649
|
"engines": {
|
|
606
|
-
"node": ">=
|
|
607
|
-
}
|
|
650
|
+
"node": ">=18"
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
"node_modules/@esbuild/darwin-arm64": {
|
|
654
|
+
"version": "0.27.7",
|
|
655
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",
|
|
656
|
+
"integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",
|
|
657
|
+
"cpu": [
|
|
658
|
+
"arm64"
|
|
659
|
+
],
|
|
660
|
+
"dev": true,
|
|
661
|
+
"license": "MIT",
|
|
662
|
+
"optional": true,
|
|
608
663
|
"os": [
|
|
609
664
|
"darwin"
|
|
610
665
|
],
|
|
666
|
+
"engines": {
|
|
667
|
+
"node": ">=18"
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
"node_modules/@esbuild/darwin-x64": {
|
|
671
|
+
"version": "0.27.7",
|
|
672
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",
|
|
673
|
+
"integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",
|
|
611
674
|
"cpu": [
|
|
612
675
|
"x64"
|
|
613
676
|
],
|
|
614
|
-
"
|
|
615
|
-
},
|
|
616
|
-
"node_modules/@mariozechner/clipboard-linux-arm64-gnu": {
|
|
617
|
-
"version": "0.3.9",
|
|
618
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-arm64-gnu/-/clipboard-linux-arm64-gnu-0.3.9.tgz",
|
|
619
|
-
"integrity": "sha512-g59OkUGP2DDfCOIKypHeYgv2M55u/cKvXa5dSxFbEJ34XvIQMdcVmpKCkGUro3ZgefXiGVdwguvTMQGpHWzIXw==",
|
|
677
|
+
"dev": true,
|
|
620
678
|
"license": "MIT",
|
|
621
|
-
"
|
|
622
|
-
"node": ">= 10"
|
|
623
|
-
},
|
|
679
|
+
"optional": true,
|
|
624
680
|
"os": [
|
|
625
|
-
"
|
|
681
|
+
"darwin"
|
|
626
682
|
],
|
|
683
|
+
"engines": {
|
|
684
|
+
"node": ">=18"
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"node_modules/@esbuild/freebsd-arm64": {
|
|
688
|
+
"version": "0.27.7",
|
|
689
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",
|
|
690
|
+
"integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",
|
|
627
691
|
"cpu": [
|
|
628
692
|
"arm64"
|
|
629
693
|
],
|
|
630
|
-
"
|
|
631
|
-
},
|
|
632
|
-
"node_modules/@mariozechner/clipboard-linux-arm64-musl": {
|
|
633
|
-
"version": "0.3.9",
|
|
634
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-arm64-musl/-/clipboard-linux-arm64-musl-0.3.9.tgz",
|
|
635
|
-
"integrity": "sha512-AGuJdgKsmJdm4Pych7kv3sqe591ERRaAHW3xjLooiFzn8J+PxUyof++7YZrB5Y5tpnTO+K18Og3taj2NpluCRQ==",
|
|
694
|
+
"dev": true,
|
|
636
695
|
"license": "MIT",
|
|
637
|
-
"
|
|
638
|
-
"node": ">= 10"
|
|
639
|
-
},
|
|
696
|
+
"optional": true,
|
|
640
697
|
"os": [
|
|
641
|
-
"
|
|
698
|
+
"freebsd"
|
|
642
699
|
],
|
|
700
|
+
"engines": {
|
|
701
|
+
"node": ">=18"
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
"node_modules/@esbuild/freebsd-x64": {
|
|
705
|
+
"version": "0.27.7",
|
|
706
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",
|
|
707
|
+
"integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",
|
|
643
708
|
"cpu": [
|
|
644
|
-
"
|
|
709
|
+
"x64"
|
|
645
710
|
],
|
|
646
|
-
"
|
|
647
|
-
},
|
|
648
|
-
"node_modules/@mariozechner/clipboard-linux-riscv64-gnu": {
|
|
649
|
-
"version": "0.3.9",
|
|
650
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-riscv64-gnu/-/clipboard-linux-riscv64-gnu-0.3.9.tgz",
|
|
651
|
-
"integrity": "sha512-DXBEAiuMpk7dhS1a9NzNxVAFi1vaKoPu7rQNgY8LIDLGrK3lnIp3nT10DUum+PKVJoJppIP+NAA8IZe4DMNDPw==",
|
|
711
|
+
"dev": true,
|
|
652
712
|
"license": "MIT",
|
|
713
|
+
"optional": true,
|
|
714
|
+
"os": [
|
|
715
|
+
"freebsd"
|
|
716
|
+
],
|
|
717
|
+
"engines": {
|
|
718
|
+
"node": ">=18"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"node_modules/@esbuild/linux-arm": {
|
|
722
|
+
"version": "0.27.7",
|
|
723
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",
|
|
724
|
+
"integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",
|
|
725
|
+
"cpu": [
|
|
726
|
+
"arm"
|
|
727
|
+
],
|
|
728
|
+
"dev": true,
|
|
729
|
+
"license": "MIT",
|
|
730
|
+
"optional": true,
|
|
731
|
+
"os": [
|
|
732
|
+
"linux"
|
|
733
|
+
],
|
|
734
|
+
"engines": {
|
|
735
|
+
"node": ">=18"
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
"node_modules/@esbuild/linux-arm64": {
|
|
739
|
+
"version": "0.27.7",
|
|
740
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",
|
|
741
|
+
"integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",
|
|
742
|
+
"cpu": [
|
|
743
|
+
"arm64"
|
|
744
|
+
],
|
|
745
|
+
"dev": true,
|
|
746
|
+
"license": "MIT",
|
|
747
|
+
"optional": true,
|
|
748
|
+
"os": [
|
|
749
|
+
"linux"
|
|
750
|
+
],
|
|
751
|
+
"engines": {
|
|
752
|
+
"node": ">=18"
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
"node_modules/@esbuild/linux-ia32": {
|
|
756
|
+
"version": "0.27.7",
|
|
757
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",
|
|
758
|
+
"integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",
|
|
759
|
+
"cpu": [
|
|
760
|
+
"ia32"
|
|
761
|
+
],
|
|
762
|
+
"dev": true,
|
|
763
|
+
"license": "MIT",
|
|
764
|
+
"optional": true,
|
|
765
|
+
"os": [
|
|
766
|
+
"linux"
|
|
767
|
+
],
|
|
768
|
+
"engines": {
|
|
769
|
+
"node": ">=18"
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
"node_modules/@esbuild/linux-loong64": {
|
|
773
|
+
"version": "0.27.7",
|
|
774
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",
|
|
775
|
+
"integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",
|
|
776
|
+
"cpu": [
|
|
777
|
+
"loong64"
|
|
778
|
+
],
|
|
779
|
+
"dev": true,
|
|
780
|
+
"license": "MIT",
|
|
781
|
+
"optional": true,
|
|
782
|
+
"os": [
|
|
783
|
+
"linux"
|
|
784
|
+
],
|
|
785
|
+
"engines": {
|
|
786
|
+
"node": ">=18"
|
|
787
|
+
}
|
|
788
|
+
},
|
|
789
|
+
"node_modules/@esbuild/linux-mips64el": {
|
|
790
|
+
"version": "0.27.7",
|
|
791
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",
|
|
792
|
+
"integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",
|
|
793
|
+
"cpu": [
|
|
794
|
+
"mips64el"
|
|
795
|
+
],
|
|
796
|
+
"dev": true,
|
|
797
|
+
"license": "MIT",
|
|
798
|
+
"optional": true,
|
|
799
|
+
"os": [
|
|
800
|
+
"linux"
|
|
801
|
+
],
|
|
802
|
+
"engines": {
|
|
803
|
+
"node": ">=18"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
"node_modules/@esbuild/linux-ppc64": {
|
|
807
|
+
"version": "0.27.7",
|
|
808
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",
|
|
809
|
+
"integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",
|
|
810
|
+
"cpu": [
|
|
811
|
+
"ppc64"
|
|
812
|
+
],
|
|
813
|
+
"dev": true,
|
|
814
|
+
"license": "MIT",
|
|
815
|
+
"optional": true,
|
|
816
|
+
"os": [
|
|
817
|
+
"linux"
|
|
818
|
+
],
|
|
819
|
+
"engines": {
|
|
820
|
+
"node": ">=18"
|
|
821
|
+
}
|
|
822
|
+
},
|
|
823
|
+
"node_modules/@esbuild/linux-riscv64": {
|
|
824
|
+
"version": "0.27.7",
|
|
825
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",
|
|
826
|
+
"integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",
|
|
827
|
+
"cpu": [
|
|
828
|
+
"riscv64"
|
|
829
|
+
],
|
|
830
|
+
"dev": true,
|
|
831
|
+
"license": "MIT",
|
|
832
|
+
"optional": true,
|
|
833
|
+
"os": [
|
|
834
|
+
"linux"
|
|
835
|
+
],
|
|
836
|
+
"engines": {
|
|
837
|
+
"node": ">=18"
|
|
838
|
+
}
|
|
839
|
+
},
|
|
840
|
+
"node_modules/@esbuild/linux-s390x": {
|
|
841
|
+
"version": "0.27.7",
|
|
842
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",
|
|
843
|
+
"integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",
|
|
844
|
+
"cpu": [
|
|
845
|
+
"s390x"
|
|
846
|
+
],
|
|
847
|
+
"dev": true,
|
|
848
|
+
"license": "MIT",
|
|
849
|
+
"optional": true,
|
|
850
|
+
"os": [
|
|
851
|
+
"linux"
|
|
852
|
+
],
|
|
853
|
+
"engines": {
|
|
854
|
+
"node": ">=18"
|
|
855
|
+
}
|
|
856
|
+
},
|
|
857
|
+
"node_modules/@esbuild/linux-x64": {
|
|
858
|
+
"version": "0.27.7",
|
|
859
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",
|
|
860
|
+
"integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",
|
|
861
|
+
"cpu": [
|
|
862
|
+
"x64"
|
|
863
|
+
],
|
|
864
|
+
"dev": true,
|
|
865
|
+
"license": "MIT",
|
|
866
|
+
"optional": true,
|
|
867
|
+
"os": [
|
|
868
|
+
"linux"
|
|
869
|
+
],
|
|
870
|
+
"engines": {
|
|
871
|
+
"node": ">=18"
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
"node_modules/@esbuild/netbsd-arm64": {
|
|
875
|
+
"version": "0.27.7",
|
|
876
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",
|
|
877
|
+
"integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",
|
|
878
|
+
"cpu": [
|
|
879
|
+
"arm64"
|
|
880
|
+
],
|
|
881
|
+
"dev": true,
|
|
882
|
+
"license": "MIT",
|
|
883
|
+
"optional": true,
|
|
884
|
+
"os": [
|
|
885
|
+
"netbsd"
|
|
886
|
+
],
|
|
887
|
+
"engines": {
|
|
888
|
+
"node": ">=18"
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
"node_modules/@esbuild/netbsd-x64": {
|
|
892
|
+
"version": "0.27.7",
|
|
893
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",
|
|
894
|
+
"integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",
|
|
895
|
+
"cpu": [
|
|
896
|
+
"x64"
|
|
897
|
+
],
|
|
898
|
+
"dev": true,
|
|
899
|
+
"license": "MIT",
|
|
900
|
+
"optional": true,
|
|
901
|
+
"os": [
|
|
902
|
+
"netbsd"
|
|
903
|
+
],
|
|
904
|
+
"engines": {
|
|
905
|
+
"node": ">=18"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"node_modules/@esbuild/openbsd-arm64": {
|
|
909
|
+
"version": "0.27.7",
|
|
910
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",
|
|
911
|
+
"integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",
|
|
912
|
+
"cpu": [
|
|
913
|
+
"arm64"
|
|
914
|
+
],
|
|
915
|
+
"dev": true,
|
|
916
|
+
"license": "MIT",
|
|
917
|
+
"optional": true,
|
|
918
|
+
"os": [
|
|
919
|
+
"openbsd"
|
|
920
|
+
],
|
|
921
|
+
"engines": {
|
|
922
|
+
"node": ">=18"
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
"node_modules/@esbuild/openbsd-x64": {
|
|
926
|
+
"version": "0.27.7",
|
|
927
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",
|
|
928
|
+
"integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",
|
|
929
|
+
"cpu": [
|
|
930
|
+
"x64"
|
|
931
|
+
],
|
|
932
|
+
"dev": true,
|
|
933
|
+
"license": "MIT",
|
|
934
|
+
"optional": true,
|
|
935
|
+
"os": [
|
|
936
|
+
"openbsd"
|
|
937
|
+
],
|
|
938
|
+
"engines": {
|
|
939
|
+
"node": ">=18"
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
"node_modules/@esbuild/openharmony-arm64": {
|
|
943
|
+
"version": "0.27.7",
|
|
944
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",
|
|
945
|
+
"integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",
|
|
946
|
+
"cpu": [
|
|
947
|
+
"arm64"
|
|
948
|
+
],
|
|
949
|
+
"dev": true,
|
|
950
|
+
"license": "MIT",
|
|
951
|
+
"optional": true,
|
|
952
|
+
"os": [
|
|
953
|
+
"openharmony"
|
|
954
|
+
],
|
|
955
|
+
"engines": {
|
|
956
|
+
"node": ">=18"
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
"node_modules/@esbuild/sunos-x64": {
|
|
960
|
+
"version": "0.27.7",
|
|
961
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",
|
|
962
|
+
"integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",
|
|
963
|
+
"cpu": [
|
|
964
|
+
"x64"
|
|
965
|
+
],
|
|
966
|
+
"dev": true,
|
|
967
|
+
"license": "MIT",
|
|
968
|
+
"optional": true,
|
|
969
|
+
"os": [
|
|
970
|
+
"sunos"
|
|
971
|
+
],
|
|
972
|
+
"engines": {
|
|
973
|
+
"node": ">=18"
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
"node_modules/@esbuild/win32-arm64": {
|
|
977
|
+
"version": "0.27.7",
|
|
978
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",
|
|
979
|
+
"integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",
|
|
980
|
+
"cpu": [
|
|
981
|
+
"arm64"
|
|
982
|
+
],
|
|
983
|
+
"dev": true,
|
|
984
|
+
"license": "MIT",
|
|
985
|
+
"optional": true,
|
|
986
|
+
"os": [
|
|
987
|
+
"win32"
|
|
988
|
+
],
|
|
989
|
+
"engines": {
|
|
990
|
+
"node": ">=18"
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
"node_modules/@esbuild/win32-ia32": {
|
|
994
|
+
"version": "0.27.7",
|
|
995
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",
|
|
996
|
+
"integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",
|
|
997
|
+
"cpu": [
|
|
998
|
+
"ia32"
|
|
999
|
+
],
|
|
1000
|
+
"dev": true,
|
|
1001
|
+
"license": "MIT",
|
|
1002
|
+
"optional": true,
|
|
1003
|
+
"os": [
|
|
1004
|
+
"win32"
|
|
1005
|
+
],
|
|
1006
|
+
"engines": {
|
|
1007
|
+
"node": ">=18"
|
|
1008
|
+
}
|
|
1009
|
+
},
|
|
1010
|
+
"node_modules/@esbuild/win32-x64": {
|
|
1011
|
+
"version": "0.27.7",
|
|
1012
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",
|
|
1013
|
+
"integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",
|
|
1014
|
+
"cpu": [
|
|
1015
|
+
"x64"
|
|
1016
|
+
],
|
|
1017
|
+
"dev": true,
|
|
1018
|
+
"license": "MIT",
|
|
1019
|
+
"optional": true,
|
|
1020
|
+
"os": [
|
|
1021
|
+
"win32"
|
|
1022
|
+
],
|
|
1023
|
+
"engines": {
|
|
1024
|
+
"node": ">=18"
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"node_modules/@google/genai": {
|
|
1028
|
+
"version": "1.52.0",
|
|
1029
|
+
"resolved": "https://registry.npmjs.org/@google/genai/-/genai-1.52.0.tgz",
|
|
1030
|
+
"integrity": "sha512-gwSvbpiN/17O9TbsqSsE/OzZcpv5Fo4RQjdngGgogtuB9RsyJ8ZHhX5KjHj1bp5N9snN2eK8LDGXSaWW2hof8Q==",
|
|
1031
|
+
"hasInstallScript": true,
|
|
1032
|
+
"license": "Apache-2.0",
|
|
1033
|
+
"dependencies": {
|
|
1034
|
+
"google-auth-library": "^10.3.0",
|
|
1035
|
+
"p-retry": "^4.6.2",
|
|
1036
|
+
"protobufjs": "^7.5.4",
|
|
1037
|
+
"ws": "^8.18.0"
|
|
1038
|
+
},
|
|
1039
|
+
"engines": {
|
|
1040
|
+
"node": ">=20.0.0"
|
|
1041
|
+
},
|
|
1042
|
+
"peerDependencies": {
|
|
1043
|
+
"@modelcontextprotocol/sdk": "^1.25.2"
|
|
1044
|
+
},
|
|
1045
|
+
"peerDependenciesMeta": {
|
|
1046
|
+
"@modelcontextprotocol/sdk": {
|
|
1047
|
+
"optional": true
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
1052
|
+
"version": "1.5.5",
|
|
1053
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
1054
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
1055
|
+
"dev": true,
|
|
1056
|
+
"license": "MIT"
|
|
1057
|
+
},
|
|
1058
|
+
"node_modules/@mariozechner/clipboard": {
|
|
1059
|
+
"version": "0.3.9",
|
|
1060
|
+
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard/-/clipboard-0.3.9.tgz",
|
|
1061
|
+
"integrity": "sha512-ABnA53mdfkGZwOFUdZNv2S0CWGO/EIuPj8Vv9xmBFmSYg/qFc7ihO6q5FcQjvoE67kZpWkEc4AhD6B/os04yuA==",
|
|
1062
|
+
"license": "MIT",
|
|
1063
|
+
"optional": true,
|
|
653
1064
|
"engines": {
|
|
654
1065
|
"node": ">= 10"
|
|
655
1066
|
},
|
|
1067
|
+
"optionalDependencies": {
|
|
1068
|
+
"@mariozechner/clipboard-darwin-arm64": "0.3.9",
|
|
1069
|
+
"@mariozechner/clipboard-darwin-universal": "0.3.9",
|
|
1070
|
+
"@mariozechner/clipboard-darwin-x64": "0.3.9",
|
|
1071
|
+
"@mariozechner/clipboard-linux-arm64-gnu": "0.3.9",
|
|
1072
|
+
"@mariozechner/clipboard-linux-arm64-musl": "0.3.9",
|
|
1073
|
+
"@mariozechner/clipboard-linux-riscv64-gnu": "0.3.9",
|
|
1074
|
+
"@mariozechner/clipboard-linux-x64-gnu": "0.3.9",
|
|
1075
|
+
"@mariozechner/clipboard-linux-x64-musl": "0.3.9",
|
|
1076
|
+
"@mariozechner/clipboard-win32-arm64-msvc": "0.3.9",
|
|
1077
|
+
"@mariozechner/clipboard-win32-x64-msvc": "0.3.9"
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
"node_modules/@mariozechner/clipboard-darwin-arm64": {
|
|
1081
|
+
"version": "0.3.9",
|
|
1082
|
+
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-darwin-arm64/-/clipboard-darwin-arm64-0.3.9.tgz",
|
|
1083
|
+
"integrity": "sha512-BfgV7vCEWZwJwZJw03r6bP5+tf0iI/ANuQYCxi9RNn7FrWB3yzGuMKCrNLRl6V761vXRdL8+OqZ0wd4TqlsNOQ==",
|
|
1084
|
+
"cpu": [
|
|
1085
|
+
"arm64"
|
|
1086
|
+
],
|
|
1087
|
+
"license": "MIT",
|
|
1088
|
+
"optional": true,
|
|
1089
|
+
"os": [
|
|
1090
|
+
"darwin"
|
|
1091
|
+
],
|
|
1092
|
+
"engines": {
|
|
1093
|
+
"node": ">= 10"
|
|
1094
|
+
}
|
|
1095
|
+
},
|
|
1096
|
+
"node_modules/@mariozechner/clipboard-darwin-universal": {
|
|
1097
|
+
"version": "0.3.9",
|
|
1098
|
+
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-darwin-universal/-/clipboard-darwin-universal-0.3.9.tgz",
|
|
1099
|
+
"integrity": "sha512-BGGR4iA9Z2shAjI65eI5xtyb3LYNlDW9X3gxKxDbqtbnREohsrqznov6zpKoIrsRWpzlYVEdKphS7ksJ0/ndSQ==",
|
|
1100
|
+
"license": "MIT",
|
|
1101
|
+
"optional": true,
|
|
1102
|
+
"os": [
|
|
1103
|
+
"darwin"
|
|
1104
|
+
],
|
|
1105
|
+
"engines": {
|
|
1106
|
+
"node": ">= 10"
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
"node_modules/@mariozechner/clipboard-darwin-x64": {
|
|
1110
|
+
"version": "0.3.9",
|
|
1111
|
+
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-darwin-x64/-/clipboard-darwin-x64-0.3.9.tgz",
|
|
1112
|
+
"integrity": "sha512-4kURmCbS6nt8uYhtmWpUcJWyPHfmAr5dTpXD1nO3pIfa+TSQ9DbrGOYCKH+aEFW47XhQ4Vp8ZTszie+wfFvDKg==",
|
|
1113
|
+
"cpu": [
|
|
1114
|
+
"x64"
|
|
1115
|
+
],
|
|
1116
|
+
"license": "MIT",
|
|
1117
|
+
"optional": true,
|
|
1118
|
+
"os": [
|
|
1119
|
+
"darwin"
|
|
1120
|
+
],
|
|
1121
|
+
"engines": {
|
|
1122
|
+
"node": ">= 10"
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
"node_modules/@mariozechner/clipboard-linux-arm64-gnu": {
|
|
1126
|
+
"version": "0.3.9",
|
|
1127
|
+
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-arm64-gnu/-/clipboard-linux-arm64-gnu-0.3.9.tgz",
|
|
1128
|
+
"integrity": "sha512-g59OkUGP2DDfCOIKypHeYgv2M55u/cKvXa5dSxFbEJ34XvIQMdcVmpKCkGUro3ZgefXiGVdwguvTMQGpHWzIXw==",
|
|
1129
|
+
"cpu": [
|
|
1130
|
+
"arm64"
|
|
1131
|
+
],
|
|
1132
|
+
"license": "MIT",
|
|
1133
|
+
"optional": true,
|
|
1134
|
+
"os": [
|
|
1135
|
+
"linux"
|
|
1136
|
+
],
|
|
1137
|
+
"engines": {
|
|
1138
|
+
"node": ">= 10"
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
"node_modules/@mariozechner/clipboard-linux-arm64-musl": {
|
|
1142
|
+
"version": "0.3.9",
|
|
1143
|
+
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-arm64-musl/-/clipboard-linux-arm64-musl-0.3.9.tgz",
|
|
1144
|
+
"integrity": "sha512-AGuJdgKsmJdm4Pych7kv3sqe591ERRaAHW3xjLooiFzn8J+PxUyof++7YZrB5Y5tpnTO+K18Og3taj2NpluCRQ==",
|
|
1145
|
+
"cpu": [
|
|
1146
|
+
"arm64"
|
|
1147
|
+
],
|
|
1148
|
+
"license": "MIT",
|
|
1149
|
+
"optional": true,
|
|
656
1150
|
"os": [
|
|
657
1151
|
"linux"
|
|
658
1152
|
],
|
|
1153
|
+
"engines": {
|
|
1154
|
+
"node": ">= 10"
|
|
1155
|
+
}
|
|
1156
|
+
},
|
|
1157
|
+
"node_modules/@mariozechner/clipboard-linux-riscv64-gnu": {
|
|
1158
|
+
"version": "0.3.9",
|
|
1159
|
+
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-riscv64-gnu/-/clipboard-linux-riscv64-gnu-0.3.9.tgz",
|
|
1160
|
+
"integrity": "sha512-DXBEAiuMpk7dhS1a9NzNxVAFi1vaKoPu7rQNgY8LIDLGrK3lnIp3nT10DUum+PKVJoJppIP+NAA8IZe4DMNDPw==",
|
|
659
1161
|
"cpu": [
|
|
660
1162
|
"riscv64"
|
|
661
1163
|
],
|
|
662
|
-
"
|
|
1164
|
+
"license": "MIT",
|
|
1165
|
+
"optional": true,
|
|
1166
|
+
"os": [
|
|
1167
|
+
"linux"
|
|
1168
|
+
],
|
|
1169
|
+
"engines": {
|
|
1170
|
+
"node": ">= 10"
|
|
1171
|
+
}
|
|
663
1172
|
},
|
|
664
1173
|
"node_modules/@mariozechner/clipboard-linux-x64-gnu": {
|
|
665
1174
|
"version": "0.3.9",
|
|
666
1175
|
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-x64-gnu/-/clipboard-linux-x64-gnu-0.3.9.tgz",
|
|
667
1176
|
"integrity": "sha512-WORrMLd6EpElEME7JRKfSaY34nW1P5LbdgK5YNCS1ncG2LqmITsSMEJ8nh2mpvxb3TxqbOOKgY7k9eMJYlW9Mw==",
|
|
1177
|
+
"cpu": [
|
|
1178
|
+
"x64"
|
|
1179
|
+
],
|
|
668
1180
|
"license": "MIT",
|
|
669
|
-
"
|
|
670
|
-
"node": ">= 10"
|
|
671
|
-
},
|
|
1181
|
+
"optional": true,
|
|
672
1182
|
"os": [
|
|
673
1183
|
"linux"
|
|
674
1184
|
],
|
|
675
|
-
"
|
|
676
|
-
"
|
|
677
|
-
|
|
678
|
-
"optional": true
|
|
1185
|
+
"engines": {
|
|
1186
|
+
"node": ">= 10"
|
|
1187
|
+
}
|
|
679
1188
|
},
|
|
680
1189
|
"node_modules/@mariozechner/clipboard-linux-x64-musl": {
|
|
681
1190
|
"version": "0.3.9",
|
|
682
1191
|
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-x64-musl/-/clipboard-linux-x64-musl-0.3.9.tgz",
|
|
683
1192
|
"integrity": "sha512-/DHn+1DrfL6oRaPPWXaOKvonFFrni666fxd+zFqiQEfvBH0tsHVWjq9iqBk0oDp0qaPA72lIMy5BptxISBEhZQ==",
|
|
1193
|
+
"cpu": [
|
|
1194
|
+
"x64"
|
|
1195
|
+
],
|
|
684
1196
|
"license": "MIT",
|
|
685
|
-
"
|
|
686
|
-
"node": ">= 10"
|
|
687
|
-
},
|
|
1197
|
+
"optional": true,
|
|
688
1198
|
"os": [
|
|
689
1199
|
"linux"
|
|
690
1200
|
],
|
|
691
|
-
"
|
|
692
|
-
"
|
|
693
|
-
|
|
694
|
-
"optional": true
|
|
1201
|
+
"engines": {
|
|
1202
|
+
"node": ">= 10"
|
|
1203
|
+
}
|
|
695
1204
|
},
|
|
696
1205
|
"node_modules/@mariozechner/clipboard-win32-arm64-msvc": {
|
|
697
1206
|
"version": "0.3.9",
|
|
698
1207
|
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-win32-arm64-msvc/-/clipboard-win32-arm64-msvc-0.3.9.tgz",
|
|
699
1208
|
"integrity": "sha512-O5FHD3ErkMwMhNzAfu3ggy0ug4z7btZuoQgwwxlzPrwV2bxlD6WDpqBY4NCgICAgZdDKdp+loUEKVAVt8aYnhQ==",
|
|
1209
|
+
"cpu": [
|
|
1210
|
+
"arm64"
|
|
1211
|
+
],
|
|
700
1212
|
"license": "MIT",
|
|
701
|
-
"
|
|
702
|
-
"node": ">= 10"
|
|
703
|
-
},
|
|
1213
|
+
"optional": true,
|
|
704
1214
|
"os": [
|
|
705
1215
|
"win32"
|
|
706
1216
|
],
|
|
707
|
-
"
|
|
708
|
-
"
|
|
709
|
-
|
|
710
|
-
"optional": true
|
|
1217
|
+
"engines": {
|
|
1218
|
+
"node": ">= 10"
|
|
1219
|
+
}
|
|
711
1220
|
},
|
|
712
1221
|
"node_modules/@mariozechner/clipboard-win32-x64-msvc": {
|
|
713
1222
|
"version": "0.3.9",
|
|
714
1223
|
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-win32-x64-msvc/-/clipboard-win32-x64-msvc-0.3.9.tgz",
|
|
715
1224
|
"integrity": "sha512-ihQC3EufqEY81vhXBgVBtK4prL+wc62zJsSvxrgz7K1hsdt6OObz6v9p3Rn1OG3GJksTTKMJF0u/guMISHPhSA==",
|
|
1225
|
+
"cpu": [
|
|
1226
|
+
"x64"
|
|
1227
|
+
],
|
|
716
1228
|
"license": "MIT",
|
|
717
|
-
"
|
|
718
|
-
"node": ">= 10"
|
|
719
|
-
},
|
|
1229
|
+
"optional": true,
|
|
720
1230
|
"os": [
|
|
721
1231
|
"win32"
|
|
722
1232
|
],
|
|
723
|
-
"
|
|
724
|
-
"
|
|
725
|
-
|
|
726
|
-
"optional": true
|
|
1233
|
+
"engines": {
|
|
1234
|
+
"node": ">= 10"
|
|
1235
|
+
}
|
|
727
1236
|
},
|
|
728
1237
|
"node_modules/@mistralai/mistralai": {
|
|
729
1238
|
"version": "2.2.1",
|
|
@@ -737,16 +1246,54 @@
|
|
|
737
1246
|
}
|
|
738
1247
|
},
|
|
739
1248
|
"node_modules/@nodable/entities": {
|
|
740
|
-
"version": "2.1.
|
|
741
|
-
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.
|
|
742
|
-
"integrity": "sha512-
|
|
743
|
-
"license": "MIT",
|
|
1249
|
+
"version": "2.1.1",
|
|
1250
|
+
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.1.tgz",
|
|
1251
|
+
"integrity": "sha512-Pig3HxDIoMgjdEH8OCf/dkcTmLFjJRjWuq8jSnklu284/TKOPibSRERmOykiwmyXTtv61mP+44f3GMx0tLAyjg==",
|
|
744
1252
|
"funding": [
|
|
745
1253
|
{
|
|
746
1254
|
"type": "github",
|
|
747
1255
|
"url": "https://github.com/sponsors/nodable"
|
|
748
1256
|
}
|
|
749
|
-
]
|
|
1257
|
+
],
|
|
1258
|
+
"license": "MIT"
|
|
1259
|
+
},
|
|
1260
|
+
"node_modules/@nodelib/fs.scandir": {
|
|
1261
|
+
"version": "2.1.5",
|
|
1262
|
+
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
1263
|
+
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
1264
|
+
"dev": true,
|
|
1265
|
+
"license": "MIT",
|
|
1266
|
+
"dependencies": {
|
|
1267
|
+
"@nodelib/fs.stat": "2.0.5",
|
|
1268
|
+
"run-parallel": "^1.1.9"
|
|
1269
|
+
},
|
|
1270
|
+
"engines": {
|
|
1271
|
+
"node": ">= 8"
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
"node_modules/@nodelib/fs.stat": {
|
|
1275
|
+
"version": "2.0.5",
|
|
1276
|
+
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
|
|
1277
|
+
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
|
|
1278
|
+
"dev": true,
|
|
1279
|
+
"license": "MIT",
|
|
1280
|
+
"engines": {
|
|
1281
|
+
"node": ">= 8"
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1284
|
+
"node_modules/@nodelib/fs.walk": {
|
|
1285
|
+
"version": "1.2.8",
|
|
1286
|
+
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
|
1287
|
+
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
|
1288
|
+
"dev": true,
|
|
1289
|
+
"license": "MIT",
|
|
1290
|
+
"dependencies": {
|
|
1291
|
+
"@nodelib/fs.scandir": "2.1.5",
|
|
1292
|
+
"fastq": "^1.6.0"
|
|
1293
|
+
},
|
|
1294
|
+
"engines": {
|
|
1295
|
+
"node": ">= 8"
|
|
1296
|
+
}
|
|
750
1297
|
},
|
|
751
1298
|
"node_modules/@protobufjs/aspromise": {
|
|
752
1299
|
"version": "1.1.2",
|
|
@@ -767,9 +1314,9 @@
|
|
|
767
1314
|
"license": "BSD-3-Clause"
|
|
768
1315
|
},
|
|
769
1316
|
"node_modules/@protobufjs/eventemitter": {
|
|
770
|
-
"version": "1.1.
|
|
771
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.
|
|
772
|
-
"integrity": "sha512-
|
|
1317
|
+
"version": "1.1.1",
|
|
1318
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.1.tgz",
|
|
1319
|
+
"integrity": "sha512-vW1GmwMZNnL+gMRaovlh9yZX74kc+TTU3FObkkurpMaRtBfLP3ldjS9KQWlwZgraRE0+dheEEoAxdzcJQ8eXZg==",
|
|
773
1320
|
"license": "BSD-3-Clause"
|
|
774
1321
|
},
|
|
775
1322
|
"node_modules/@protobufjs/fetch": {
|
|
@@ -805,11 +1352,361 @@
|
|
|
805
1352
|
"integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
|
|
806
1353
|
"license": "BSD-3-Clause"
|
|
807
1354
|
},
|
|
808
|
-
"node_modules/@protobufjs/utf8": {
|
|
809
|
-
"version": "1.1.1",
|
|
810
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz",
|
|
811
|
-
"integrity": "sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==",
|
|
812
|
-
"license": "BSD-3-Clause"
|
|
1355
|
+
"node_modules/@protobufjs/utf8": {
|
|
1356
|
+
"version": "1.1.1",
|
|
1357
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz",
|
|
1358
|
+
"integrity": "sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==",
|
|
1359
|
+
"license": "BSD-3-Clause"
|
|
1360
|
+
},
|
|
1361
|
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
1362
|
+
"version": "4.60.4",
|
|
1363
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.4.tgz",
|
|
1364
|
+
"integrity": "sha512-F5QXMSiFebS9hKZj02XhWLLnRpJ3B3AROP0tWbFBSj+6kCbg5m9j5JoHKd4mmSVy5mS/IMQloYgYxCuJC0fxEQ==",
|
|
1365
|
+
"cpu": [
|
|
1366
|
+
"arm"
|
|
1367
|
+
],
|
|
1368
|
+
"dev": true,
|
|
1369
|
+
"license": "MIT",
|
|
1370
|
+
"optional": true,
|
|
1371
|
+
"os": [
|
|
1372
|
+
"android"
|
|
1373
|
+
]
|
|
1374
|
+
},
|
|
1375
|
+
"node_modules/@rollup/rollup-android-arm64": {
|
|
1376
|
+
"version": "4.60.4",
|
|
1377
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.4.tgz",
|
|
1378
|
+
"integrity": "sha512-GxxTKApUpzRhof7poWvCJHRF51C67u1R7D6DiluBE8wKU1u5GWE8t+v81JvJYtbawoBFX1hLv5Ei4eVjkWokaw==",
|
|
1379
|
+
"cpu": [
|
|
1380
|
+
"arm64"
|
|
1381
|
+
],
|
|
1382
|
+
"dev": true,
|
|
1383
|
+
"license": "MIT",
|
|
1384
|
+
"optional": true,
|
|
1385
|
+
"os": [
|
|
1386
|
+
"android"
|
|
1387
|
+
]
|
|
1388
|
+
},
|
|
1389
|
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
1390
|
+
"version": "4.60.4",
|
|
1391
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.4.tgz",
|
|
1392
|
+
"integrity": "sha512-tua0TaJxMOB1R0V0RS1jFZ/RpURFDJIOR2A6jWwQeawuFyS4gBW+rntLRaQd0EQ4bd6Vp44Z2rXW+YYDBsj6IA==",
|
|
1393
|
+
"cpu": [
|
|
1394
|
+
"arm64"
|
|
1395
|
+
],
|
|
1396
|
+
"dev": true,
|
|
1397
|
+
"license": "MIT",
|
|
1398
|
+
"optional": true,
|
|
1399
|
+
"os": [
|
|
1400
|
+
"darwin"
|
|
1401
|
+
]
|
|
1402
|
+
},
|
|
1403
|
+
"node_modules/@rollup/rollup-darwin-x64": {
|
|
1404
|
+
"version": "4.60.4",
|
|
1405
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.4.tgz",
|
|
1406
|
+
"integrity": "sha512-CSKq7MsP+5PFIcydhAiR1K0UhEI1A2jWXVKHPCBZ151yOutENwvnPocgVHkivu2kviURtCEB6zUQw0vs8RrhMg==",
|
|
1407
|
+
"cpu": [
|
|
1408
|
+
"x64"
|
|
1409
|
+
],
|
|
1410
|
+
"dev": true,
|
|
1411
|
+
"license": "MIT",
|
|
1412
|
+
"optional": true,
|
|
1413
|
+
"os": [
|
|
1414
|
+
"darwin"
|
|
1415
|
+
]
|
|
1416
|
+
},
|
|
1417
|
+
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
1418
|
+
"version": "4.60.4",
|
|
1419
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.4.tgz",
|
|
1420
|
+
"integrity": "sha512-+O8OkVdyvXMtJEciu2wS/pzm1IxntEEQx3z5TAVy4l32G0etZn+RsA48ARRrFm6Ri8fvqPQfgrvNxSjKAbnd3g==",
|
|
1421
|
+
"cpu": [
|
|
1422
|
+
"arm64"
|
|
1423
|
+
],
|
|
1424
|
+
"dev": true,
|
|
1425
|
+
"license": "MIT",
|
|
1426
|
+
"optional": true,
|
|
1427
|
+
"os": [
|
|
1428
|
+
"freebsd"
|
|
1429
|
+
]
|
|
1430
|
+
},
|
|
1431
|
+
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
1432
|
+
"version": "4.60.4",
|
|
1433
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.4.tgz",
|
|
1434
|
+
"integrity": "sha512-Iw3oMskH3AfNuhU0MSN7vNbdi4me/NiYo2azqPz/Le16zHSa+3RRmliCMWWQmh4lcndccU40xcJuTYJZxNo/lw==",
|
|
1435
|
+
"cpu": [
|
|
1436
|
+
"x64"
|
|
1437
|
+
],
|
|
1438
|
+
"dev": true,
|
|
1439
|
+
"license": "MIT",
|
|
1440
|
+
"optional": true,
|
|
1441
|
+
"os": [
|
|
1442
|
+
"freebsd"
|
|
1443
|
+
]
|
|
1444
|
+
},
|
|
1445
|
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
1446
|
+
"version": "4.60.4",
|
|
1447
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.4.tgz",
|
|
1448
|
+
"integrity": "sha512-EIPRXTVQpHyF8WOo219AD2yEltPehLTcTMz2fn6JsatLYSzQf00hj3rulF+yauOlF9/FtM2WpkT/hJh/KJFGhA==",
|
|
1449
|
+
"cpu": [
|
|
1450
|
+
"arm"
|
|
1451
|
+
],
|
|
1452
|
+
"dev": true,
|
|
1453
|
+
"license": "MIT",
|
|
1454
|
+
"optional": true,
|
|
1455
|
+
"os": [
|
|
1456
|
+
"linux"
|
|
1457
|
+
]
|
|
1458
|
+
},
|
|
1459
|
+
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
1460
|
+
"version": "4.60.4",
|
|
1461
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.4.tgz",
|
|
1462
|
+
"integrity": "sha512-J3Yh9PzzF1Ovah2At+lHiGQdsYgArxBbXv/zHfSyaiFQEqvNv7DcW98pCrmdjCZBrqBiKrKKe2V+aaSGWuBe/w==",
|
|
1463
|
+
"cpu": [
|
|
1464
|
+
"arm"
|
|
1465
|
+
],
|
|
1466
|
+
"dev": true,
|
|
1467
|
+
"license": "MIT",
|
|
1468
|
+
"optional": true,
|
|
1469
|
+
"os": [
|
|
1470
|
+
"linux"
|
|
1471
|
+
]
|
|
1472
|
+
},
|
|
1473
|
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
1474
|
+
"version": "4.60.4",
|
|
1475
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.4.tgz",
|
|
1476
|
+
"integrity": "sha512-BFDEZMYfUvLn37ONE1yMBojPxnMlTFsdyNoqncT0qFq1mAfllL+ATMMJd8TeuVMiX84s1KbcxcZbXInmcO2mRg==",
|
|
1477
|
+
"cpu": [
|
|
1478
|
+
"arm64"
|
|
1479
|
+
],
|
|
1480
|
+
"dev": true,
|
|
1481
|
+
"license": "MIT",
|
|
1482
|
+
"optional": true,
|
|
1483
|
+
"os": [
|
|
1484
|
+
"linux"
|
|
1485
|
+
]
|
|
1486
|
+
},
|
|
1487
|
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
1488
|
+
"version": "4.60.4",
|
|
1489
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.4.tgz",
|
|
1490
|
+
"integrity": "sha512-pc9EYOSlOgdQ2uPl1o9PF6/kLSgaUosia7gOuS8mB69IxJvlclko1MECXysjs5ryez1/5zjYqx3+xYU0TU6R1A==",
|
|
1491
|
+
"cpu": [
|
|
1492
|
+
"arm64"
|
|
1493
|
+
],
|
|
1494
|
+
"dev": true,
|
|
1495
|
+
"license": "MIT",
|
|
1496
|
+
"optional": true,
|
|
1497
|
+
"os": [
|
|
1498
|
+
"linux"
|
|
1499
|
+
]
|
|
1500
|
+
},
|
|
1501
|
+
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
1502
|
+
"version": "4.60.4",
|
|
1503
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.4.tgz",
|
|
1504
|
+
"integrity": "sha512-NxnomyxYerDh5n4iLrNa+sH+Z+U4BMEE46V2PgQ/hoB909i8gV1M5wPojWg9fk1jWpO3IQnOs20K4wyZuFLEFQ==",
|
|
1505
|
+
"cpu": [
|
|
1506
|
+
"loong64"
|
|
1507
|
+
],
|
|
1508
|
+
"dev": true,
|
|
1509
|
+
"license": "MIT",
|
|
1510
|
+
"optional": true,
|
|
1511
|
+
"os": [
|
|
1512
|
+
"linux"
|
|
1513
|
+
]
|
|
1514
|
+
},
|
|
1515
|
+
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
1516
|
+
"version": "4.60.4",
|
|
1517
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.4.tgz",
|
|
1518
|
+
"integrity": "sha512-nbJnQ8a3z1mtmrwImCYhc6BGpThAyYVRQxw9uKSKG4wR6aAYno9sVjJ0zaZcW9BPJX1GbrDPf+SvdWjgTuDmnw==",
|
|
1519
|
+
"cpu": [
|
|
1520
|
+
"loong64"
|
|
1521
|
+
],
|
|
1522
|
+
"dev": true,
|
|
1523
|
+
"license": "MIT",
|
|
1524
|
+
"optional": true,
|
|
1525
|
+
"os": [
|
|
1526
|
+
"linux"
|
|
1527
|
+
]
|
|
1528
|
+
},
|
|
1529
|
+
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
1530
|
+
"version": "4.60.4",
|
|
1531
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.4.tgz",
|
|
1532
|
+
"integrity": "sha512-2EU6acNrQLd8tYvo/LXW535wupT3m6fo7HKo6lr7ktQoItxTyOL1ZCR/GfGCuXl2vR+zmfI6eRXkSemafv+iVg==",
|
|
1533
|
+
"cpu": [
|
|
1534
|
+
"ppc64"
|
|
1535
|
+
],
|
|
1536
|
+
"dev": true,
|
|
1537
|
+
"license": "MIT",
|
|
1538
|
+
"optional": true,
|
|
1539
|
+
"os": [
|
|
1540
|
+
"linux"
|
|
1541
|
+
]
|
|
1542
|
+
},
|
|
1543
|
+
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
1544
|
+
"version": "4.60.4",
|
|
1545
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.4.tgz",
|
|
1546
|
+
"integrity": "sha512-WeBtoMuaMxiiIrO2IYP3xs6GMWkJP2C0EoT8beTLkUPmzV1i/UcOSVw1d5r9KBODtHKilG5yFxsGRnBbK3wJ4A==",
|
|
1547
|
+
"cpu": [
|
|
1548
|
+
"ppc64"
|
|
1549
|
+
],
|
|
1550
|
+
"dev": true,
|
|
1551
|
+
"license": "MIT",
|
|
1552
|
+
"optional": true,
|
|
1553
|
+
"os": [
|
|
1554
|
+
"linux"
|
|
1555
|
+
]
|
|
1556
|
+
},
|
|
1557
|
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
1558
|
+
"version": "4.60.4",
|
|
1559
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.4.tgz",
|
|
1560
|
+
"integrity": "sha512-FJHFfqpKUI3A10WrWKiFbBZ7yVbGT4q4B5o1qKFFojqpaYoh9LrQgqWCmmcxQzVSXYtyB5bzkXrYzlHTs21MYA==",
|
|
1561
|
+
"cpu": [
|
|
1562
|
+
"riscv64"
|
|
1563
|
+
],
|
|
1564
|
+
"dev": true,
|
|
1565
|
+
"license": "MIT",
|
|
1566
|
+
"optional": true,
|
|
1567
|
+
"os": [
|
|
1568
|
+
"linux"
|
|
1569
|
+
]
|
|
1570
|
+
},
|
|
1571
|
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
1572
|
+
"version": "4.60.4",
|
|
1573
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.4.tgz",
|
|
1574
|
+
"integrity": "sha512-mcEl6CUT5IAUmQf1m9FYSmVqCJlpQ8r8eyftFUHG8i9OhY7BkBXSUdnLH5DOf0wCOjcP9v/QO93zpmF1SptCCw==",
|
|
1575
|
+
"cpu": [
|
|
1576
|
+
"riscv64"
|
|
1577
|
+
],
|
|
1578
|
+
"dev": true,
|
|
1579
|
+
"license": "MIT",
|
|
1580
|
+
"optional": true,
|
|
1581
|
+
"os": [
|
|
1582
|
+
"linux"
|
|
1583
|
+
]
|
|
1584
|
+
},
|
|
1585
|
+
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
1586
|
+
"version": "4.60.4",
|
|
1587
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.4.tgz",
|
|
1588
|
+
"integrity": "sha512-ynt3JxVd2w2buzoKDWIyiV1pJW93xlQic1THVLXilz429oijRpSHivZAgp65KBu+cMcgf1eVVjdnTLvPxgCuoQ==",
|
|
1589
|
+
"cpu": [
|
|
1590
|
+
"s390x"
|
|
1591
|
+
],
|
|
1592
|
+
"dev": true,
|
|
1593
|
+
"license": "MIT",
|
|
1594
|
+
"optional": true,
|
|
1595
|
+
"os": [
|
|
1596
|
+
"linux"
|
|
1597
|
+
]
|
|
1598
|
+
},
|
|
1599
|
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
1600
|
+
"version": "4.60.4",
|
|
1601
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.4.tgz",
|
|
1602
|
+
"integrity": "sha512-Boiz5+MsaROEWDf+GGEwF8VMHGhlUoQMtIPjOgA5fv4osupqTVnJteQNKJwUcnUog2G55jYXH7KZFFiJe0TEzQ==",
|
|
1603
|
+
"cpu": [
|
|
1604
|
+
"x64"
|
|
1605
|
+
],
|
|
1606
|
+
"dev": true,
|
|
1607
|
+
"license": "MIT",
|
|
1608
|
+
"optional": true,
|
|
1609
|
+
"os": [
|
|
1610
|
+
"linux"
|
|
1611
|
+
]
|
|
1612
|
+
},
|
|
1613
|
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
1614
|
+
"version": "4.60.4",
|
|
1615
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.4.tgz",
|
|
1616
|
+
"integrity": "sha512-+qfSY27qIrFfI/Hom04KYFw3GKZSGU4lXus51wsb5EuySfFlWRwjkKWoE9emgRw/ukoT4Udsj4W/+xxG8VbPKg==",
|
|
1617
|
+
"cpu": [
|
|
1618
|
+
"x64"
|
|
1619
|
+
],
|
|
1620
|
+
"dev": true,
|
|
1621
|
+
"license": "MIT",
|
|
1622
|
+
"optional": true,
|
|
1623
|
+
"os": [
|
|
1624
|
+
"linux"
|
|
1625
|
+
]
|
|
1626
|
+
},
|
|
1627
|
+
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
1628
|
+
"version": "4.60.4",
|
|
1629
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.4.tgz",
|
|
1630
|
+
"integrity": "sha512-VpTfOPHgVXEBeeR8hZ2O0F3aSso+JDWqTWmTmzcQKted54IAdUVbxE+j/MVxUsKa8L20HJhv3vUezVPoquqWjA==",
|
|
1631
|
+
"cpu": [
|
|
1632
|
+
"x64"
|
|
1633
|
+
],
|
|
1634
|
+
"dev": true,
|
|
1635
|
+
"license": "MIT",
|
|
1636
|
+
"optional": true,
|
|
1637
|
+
"os": [
|
|
1638
|
+
"openbsd"
|
|
1639
|
+
]
|
|
1640
|
+
},
|
|
1641
|
+
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
1642
|
+
"version": "4.60.4",
|
|
1643
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.4.tgz",
|
|
1644
|
+
"integrity": "sha512-IPOsh5aRYuLv/nkU51X10Bf75Bsf6+gZdx1X+QP5QM6lIJFHHqbHLG0uJn/hWthzo13UAc2umiUorqZy3axoZg==",
|
|
1645
|
+
"cpu": [
|
|
1646
|
+
"arm64"
|
|
1647
|
+
],
|
|
1648
|
+
"dev": true,
|
|
1649
|
+
"license": "MIT",
|
|
1650
|
+
"optional": true,
|
|
1651
|
+
"os": [
|
|
1652
|
+
"openharmony"
|
|
1653
|
+
]
|
|
1654
|
+
},
|
|
1655
|
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
1656
|
+
"version": "4.60.4",
|
|
1657
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.4.tgz",
|
|
1658
|
+
"integrity": "sha512-4QzE9E81OohJ/HKzHhsqU+zcYYojVOXlFMs1DdyMT6qXl/niOH7AVElmmEdUNHHS/oRkc++d5k6Vy85zFs0DEw==",
|
|
1659
|
+
"cpu": [
|
|
1660
|
+
"arm64"
|
|
1661
|
+
],
|
|
1662
|
+
"dev": true,
|
|
1663
|
+
"license": "MIT",
|
|
1664
|
+
"optional": true,
|
|
1665
|
+
"os": [
|
|
1666
|
+
"win32"
|
|
1667
|
+
]
|
|
1668
|
+
},
|
|
1669
|
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
1670
|
+
"version": "4.60.4",
|
|
1671
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.4.tgz",
|
|
1672
|
+
"integrity": "sha512-zTPgT1YuHHcd+Tmx7h8aml0FWFVelV5N54oHow9SLj+GfoDy/huQ+UV396N/C7KpMDMiPspRktzM1/0r1usYEA==",
|
|
1673
|
+
"cpu": [
|
|
1674
|
+
"ia32"
|
|
1675
|
+
],
|
|
1676
|
+
"dev": true,
|
|
1677
|
+
"license": "MIT",
|
|
1678
|
+
"optional": true,
|
|
1679
|
+
"os": [
|
|
1680
|
+
"win32"
|
|
1681
|
+
]
|
|
1682
|
+
},
|
|
1683
|
+
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
1684
|
+
"version": "4.60.4",
|
|
1685
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.4.tgz",
|
|
1686
|
+
"integrity": "sha512-DRS4G7mi9lJxqEDezIkKCaUIKCrLUUDCUaCsTPCi/rtqaC6D/jjwslMQyiDU50Ka0JKpeXeRBFBAXwArY52vBw==",
|
|
1687
|
+
"cpu": [
|
|
1688
|
+
"x64"
|
|
1689
|
+
],
|
|
1690
|
+
"dev": true,
|
|
1691
|
+
"license": "MIT",
|
|
1692
|
+
"optional": true,
|
|
1693
|
+
"os": [
|
|
1694
|
+
"win32"
|
|
1695
|
+
]
|
|
1696
|
+
},
|
|
1697
|
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
1698
|
+
"version": "4.60.4",
|
|
1699
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.4.tgz",
|
|
1700
|
+
"integrity": "sha512-QVTUovf40zgTqlFVrKA1uXMVvU2QWEFWfAH8Wdc48IxLvrJMQVMBRjuQyUpzZCDkakImib9eVazbWlC6ksWtJw==",
|
|
1701
|
+
"cpu": [
|
|
1702
|
+
"x64"
|
|
1703
|
+
],
|
|
1704
|
+
"dev": true,
|
|
1705
|
+
"license": "MIT",
|
|
1706
|
+
"optional": true,
|
|
1707
|
+
"os": [
|
|
1708
|
+
"win32"
|
|
1709
|
+
]
|
|
813
1710
|
},
|
|
814
1711
|
"node_modules/@silvia-odwyer/photon-node": {
|
|
815
1712
|
"version": "0.3.4",
|
|
@@ -818,9 +1715,9 @@
|
|
|
818
1715
|
"license": "Apache-2.0"
|
|
819
1716
|
},
|
|
820
1717
|
"node_modules/@smithy/core": {
|
|
821
|
-
"version": "3.24.
|
|
822
|
-
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.24.
|
|
823
|
-
"integrity": "sha512-
|
|
1718
|
+
"version": "3.24.5",
|
|
1719
|
+
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.24.5.tgz",
|
|
1720
|
+
"integrity": "sha512-Kt8phUg45M15EjhYAbZ+fFikYneijLu9Liugz8ZsYz2i8j0hzGv27LWKpEHYRfvj+LyCOSijpcR/2i8RouV+cA==",
|
|
824
1721
|
"license": "Apache-2.0",
|
|
825
1722
|
"dependencies": {
|
|
826
1723
|
"@aws-crypto/crc32": "5.2.0",
|
|
@@ -832,12 +1729,12 @@
|
|
|
832
1729
|
}
|
|
833
1730
|
},
|
|
834
1731
|
"node_modules/@smithy/credential-provider-imds": {
|
|
835
|
-
"version": "4.3.
|
|
836
|
-
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.3.
|
|
837
|
-
"integrity": "sha512-
|
|
1732
|
+
"version": "4.3.6",
|
|
1733
|
+
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.3.6.tgz",
|
|
1734
|
+
"integrity": "sha512-tHhdiWZfG1ZIh2YcRfPJmY2gHcBmqbAzqm3ER4TIDFYsSEqTD5tICT7cgQ/kI8LRakxp12myOYyK68XPn7MnHw==",
|
|
838
1735
|
"license": "Apache-2.0",
|
|
839
1736
|
"dependencies": {
|
|
840
|
-
"@smithy/core": "^3.24.
|
|
1737
|
+
"@smithy/core": "^3.24.5",
|
|
841
1738
|
"@smithy/types": "^4.14.2",
|
|
842
1739
|
"tslib": "^2.6.2"
|
|
843
1740
|
},
|
|
@@ -846,12 +1743,12 @@
|
|
|
846
1743
|
}
|
|
847
1744
|
},
|
|
848
1745
|
"node_modules/@smithy/fetch-http-handler": {
|
|
849
|
-
"version": "5.4.
|
|
850
|
-
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.4.
|
|
851
|
-
"integrity": "sha512-
|
|
1746
|
+
"version": "5.4.5",
|
|
1747
|
+
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.4.5.tgz",
|
|
1748
|
+
"integrity": "sha512-SK3VMeH0fibgdTg2QeB+O4p7Yy/2E5HBOHJeC58FshkDdeuX8lOgO7PfjYfLyPLP1ch55j91cQqKBzDS0mRjSQ==",
|
|
852
1749
|
"license": "Apache-2.0",
|
|
853
1750
|
"dependencies": {
|
|
854
|
-
"@smithy/core": "^3.24.
|
|
1751
|
+
"@smithy/core": "^3.24.5",
|
|
855
1752
|
"@smithy/types": "^4.14.2",
|
|
856
1753
|
"tslib": "^2.6.2"
|
|
857
1754
|
},
|
|
@@ -886,12 +1783,12 @@
|
|
|
886
1783
|
}
|
|
887
1784
|
},
|
|
888
1785
|
"node_modules/@smithy/signature-v4": {
|
|
889
|
-
"version": "5.4.
|
|
890
|
-
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.4.
|
|
891
|
-
"integrity": "sha512-
|
|
1786
|
+
"version": "5.4.5",
|
|
1787
|
+
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.4.5.tgz",
|
|
1788
|
+
"integrity": "sha512-QBJKWGqIknH0dc9LWpfH1mkdokAx6iXYN3UcQ3eY6uIEyScuoQAhfl94ge7ozUy9WgFUdE8xsvwBjaYBbWmPNA==",
|
|
892
1789
|
"license": "Apache-2.0",
|
|
893
1790
|
"dependencies": {
|
|
894
|
-
"@smithy/core": "^3.24.
|
|
1791
|
+
"@smithy/core": "^3.24.5",
|
|
895
1792
|
"@smithy/types": "^4.14.2",
|
|
896
1793
|
"tslib": "^2.6.2"
|
|
897
1794
|
},
|
|
@@ -937,13 +1834,199 @@
|
|
|
937
1834
|
"node": ">=14.0.0"
|
|
938
1835
|
}
|
|
939
1836
|
},
|
|
1837
|
+
"node_modules/@types/chai": {
|
|
1838
|
+
"version": "5.2.3",
|
|
1839
|
+
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
|
|
1840
|
+
"integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
|
|
1841
|
+
"dev": true,
|
|
1842
|
+
"license": "MIT",
|
|
1843
|
+
"dependencies": {
|
|
1844
|
+
"@types/deep-eql": "*",
|
|
1845
|
+
"assertion-error": "^2.0.1"
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
"node_modules/@types/cross-spawn": {
|
|
1849
|
+
"version": "6.0.6",
|
|
1850
|
+
"resolved": "https://registry.npmjs.org/@types/cross-spawn/-/cross-spawn-6.0.6.tgz",
|
|
1851
|
+
"integrity": "sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==",
|
|
1852
|
+
"dev": true,
|
|
1853
|
+
"license": "MIT",
|
|
1854
|
+
"dependencies": {
|
|
1855
|
+
"@types/node": "*"
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1858
|
+
"node_modules/@types/deep-eql": {
|
|
1859
|
+
"version": "4.0.2",
|
|
1860
|
+
"resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
|
|
1861
|
+
"integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
|
|
1862
|
+
"dev": true,
|
|
1863
|
+
"license": "MIT"
|
|
1864
|
+
},
|
|
1865
|
+
"node_modules/@types/diff": {
|
|
1866
|
+
"version": "7.0.2",
|
|
1867
|
+
"resolved": "https://registry.npmjs.org/@types/diff/-/diff-7.0.2.tgz",
|
|
1868
|
+
"integrity": "sha512-JSWRMozjFKsGlEjiiKajUjIJVKuKdE3oVy2DNtK+fUo8q82nhFZ2CPQwicAIkXrofahDXrWJ7mjelvZphMS98Q==",
|
|
1869
|
+
"dev": true,
|
|
1870
|
+
"license": "MIT"
|
|
1871
|
+
},
|
|
1872
|
+
"node_modules/@types/estree": {
|
|
1873
|
+
"version": "1.0.9",
|
|
1874
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
|
|
1875
|
+
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
|
|
1876
|
+
"dev": true,
|
|
1877
|
+
"license": "MIT"
|
|
1878
|
+
},
|
|
1879
|
+
"node_modules/@types/hosted-git-info": {
|
|
1880
|
+
"version": "3.0.5",
|
|
1881
|
+
"resolved": "https://registry.npmjs.org/@types/hosted-git-info/-/hosted-git-info-3.0.5.tgz",
|
|
1882
|
+
"integrity": "sha512-Dmngh7U003cOHPhKGyA7LWqrnvcTyILNgNPmNCxlx7j8MIi54iBliiT8XqVLIQ3GchoOjVAyBzNJVyuaJjqokg==",
|
|
1883
|
+
"dev": true,
|
|
1884
|
+
"license": "MIT"
|
|
1885
|
+
},
|
|
1886
|
+
"node_modules/@types/ms": {
|
|
1887
|
+
"version": "2.1.0",
|
|
1888
|
+
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
1889
|
+
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
|
|
1890
|
+
"dev": true,
|
|
1891
|
+
"license": "MIT"
|
|
1892
|
+
},
|
|
940
1893
|
"node_modules/@types/node": {
|
|
941
|
-
"version": "
|
|
942
|
-
"
|
|
943
|
-
"
|
|
1894
|
+
"version": "24.12.4",
|
|
1895
|
+
"license": "MIT",
|
|
1896
|
+
"dependencies": {
|
|
1897
|
+
"undici-types": "~7.16.0"
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
"node_modules/@types/proper-lockfile": {
|
|
1901
|
+
"version": "4.1.4",
|
|
1902
|
+
"resolved": "https://registry.npmjs.org/@types/proper-lockfile/-/proper-lockfile-4.1.4.tgz",
|
|
1903
|
+
"integrity": "sha512-uo2ABllncSqg9F1D4nugVl9v93RmjxF6LJzQLMLDdPaXCUIDPeOJ21Gbqi43xNKzBi/WQ0Q0dICqufzQbMjipQ==",
|
|
1904
|
+
"dev": true,
|
|
1905
|
+
"license": "MIT",
|
|
1906
|
+
"dependencies": {
|
|
1907
|
+
"@types/retry": "*"
|
|
1908
|
+
}
|
|
1909
|
+
},
|
|
1910
|
+
"node_modules/@types/retry": {
|
|
1911
|
+
"version": "0.12.5",
|
|
1912
|
+
"resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.5.tgz",
|
|
1913
|
+
"integrity": "sha512-3xSjTp3v03X/lSQLkczaN9UIEwJMoMCA1+Nb5HfbJEQWogdeQIyVtTvxPXDQjZ5zws8rFQfVfRdz03ARihPJgw==",
|
|
1914
|
+
"dev": true,
|
|
1915
|
+
"license": "MIT"
|
|
1916
|
+
},
|
|
1917
|
+
"node_modules/@vitest/expect": {
|
|
1918
|
+
"version": "3.2.4",
|
|
1919
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.4.tgz",
|
|
1920
|
+
"integrity": "sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==",
|
|
1921
|
+
"dev": true,
|
|
1922
|
+
"license": "MIT",
|
|
1923
|
+
"dependencies": {
|
|
1924
|
+
"@types/chai": "^5.2.2",
|
|
1925
|
+
"@vitest/spy": "3.2.4",
|
|
1926
|
+
"@vitest/utils": "3.2.4",
|
|
1927
|
+
"chai": "^5.2.0",
|
|
1928
|
+
"tinyrainbow": "^2.0.0"
|
|
1929
|
+
},
|
|
1930
|
+
"funding": {
|
|
1931
|
+
"url": "https://opencollective.com/vitest"
|
|
1932
|
+
}
|
|
1933
|
+
},
|
|
1934
|
+
"node_modules/@vitest/mocker": {
|
|
1935
|
+
"version": "3.2.4",
|
|
1936
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.2.4.tgz",
|
|
1937
|
+
"integrity": "sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==",
|
|
1938
|
+
"dev": true,
|
|
1939
|
+
"license": "MIT",
|
|
1940
|
+
"dependencies": {
|
|
1941
|
+
"@vitest/spy": "3.2.4",
|
|
1942
|
+
"estree-walker": "^3.0.3",
|
|
1943
|
+
"magic-string": "^0.30.17"
|
|
1944
|
+
},
|
|
1945
|
+
"funding": {
|
|
1946
|
+
"url": "https://opencollective.com/vitest"
|
|
1947
|
+
},
|
|
1948
|
+
"peerDependencies": {
|
|
1949
|
+
"msw": "^2.4.9",
|
|
1950
|
+
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
|
|
1951
|
+
},
|
|
1952
|
+
"peerDependenciesMeta": {
|
|
1953
|
+
"msw": {
|
|
1954
|
+
"optional": true
|
|
1955
|
+
},
|
|
1956
|
+
"vite": {
|
|
1957
|
+
"optional": true
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
"node_modules/@vitest/pretty-format": {
|
|
1962
|
+
"version": "3.2.4",
|
|
1963
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.4.tgz",
|
|
1964
|
+
"integrity": "sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==",
|
|
1965
|
+
"dev": true,
|
|
1966
|
+
"license": "MIT",
|
|
1967
|
+
"dependencies": {
|
|
1968
|
+
"tinyrainbow": "^2.0.0"
|
|
1969
|
+
},
|
|
1970
|
+
"funding": {
|
|
1971
|
+
"url": "https://opencollective.com/vitest"
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
"node_modules/@vitest/runner": {
|
|
1975
|
+
"version": "3.2.4",
|
|
1976
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-3.2.4.tgz",
|
|
1977
|
+
"integrity": "sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==",
|
|
1978
|
+
"dev": true,
|
|
1979
|
+
"license": "MIT",
|
|
1980
|
+
"dependencies": {
|
|
1981
|
+
"@vitest/utils": "3.2.4",
|
|
1982
|
+
"pathe": "^2.0.3",
|
|
1983
|
+
"strip-literal": "^3.0.0"
|
|
1984
|
+
},
|
|
1985
|
+
"funding": {
|
|
1986
|
+
"url": "https://opencollective.com/vitest"
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
"node_modules/@vitest/snapshot": {
|
|
1990
|
+
"version": "3.2.4",
|
|
1991
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-3.2.4.tgz",
|
|
1992
|
+
"integrity": "sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==",
|
|
1993
|
+
"dev": true,
|
|
1994
|
+
"license": "MIT",
|
|
1995
|
+
"dependencies": {
|
|
1996
|
+
"@vitest/pretty-format": "3.2.4",
|
|
1997
|
+
"magic-string": "^0.30.17",
|
|
1998
|
+
"pathe": "^2.0.3"
|
|
1999
|
+
},
|
|
2000
|
+
"funding": {
|
|
2001
|
+
"url": "https://opencollective.com/vitest"
|
|
2002
|
+
}
|
|
2003
|
+
},
|
|
2004
|
+
"node_modules/@vitest/spy": {
|
|
2005
|
+
"version": "3.2.4",
|
|
2006
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.4.tgz",
|
|
2007
|
+
"integrity": "sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==",
|
|
2008
|
+
"dev": true,
|
|
2009
|
+
"license": "MIT",
|
|
2010
|
+
"dependencies": {
|
|
2011
|
+
"tinyspy": "^4.0.3"
|
|
2012
|
+
},
|
|
2013
|
+
"funding": {
|
|
2014
|
+
"url": "https://opencollective.com/vitest"
|
|
2015
|
+
}
|
|
2016
|
+
},
|
|
2017
|
+
"node_modules/@vitest/utils": {
|
|
2018
|
+
"version": "3.2.4",
|
|
2019
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.4.tgz",
|
|
2020
|
+
"integrity": "sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==",
|
|
2021
|
+
"dev": true,
|
|
944
2022
|
"license": "MIT",
|
|
945
2023
|
"dependencies": {
|
|
946
|
-
"
|
|
2024
|
+
"@vitest/pretty-format": "3.2.4",
|
|
2025
|
+
"loupe": "^3.1.4",
|
|
2026
|
+
"tinyrainbow": "^2.0.0"
|
|
2027
|
+
},
|
|
2028
|
+
"funding": {
|
|
2029
|
+
"url": "https://opencollective.com/vitest"
|
|
947
2030
|
}
|
|
948
2031
|
},
|
|
949
2032
|
"node_modules/agent-base": {
|
|
@@ -955,6 +2038,16 @@
|
|
|
955
2038
|
"node": ">= 14"
|
|
956
2039
|
}
|
|
957
2040
|
},
|
|
2041
|
+
"node_modules/assertion-error": {
|
|
2042
|
+
"version": "2.0.1",
|
|
2043
|
+
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
|
|
2044
|
+
"integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
|
|
2045
|
+
"dev": true,
|
|
2046
|
+
"license": "MIT",
|
|
2047
|
+
"engines": {
|
|
2048
|
+
"node": ">=12"
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
958
2051
|
"node_modules/balanced-match": {
|
|
959
2052
|
"version": "4.0.4",
|
|
960
2053
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
@@ -968,7 +2061,6 @@
|
|
|
968
2061
|
"version": "1.5.1",
|
|
969
2062
|
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
970
2063
|
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
971
|
-
"license": "MIT",
|
|
972
2064
|
"funding": [
|
|
973
2065
|
{
|
|
974
2066
|
"type": "github",
|
|
@@ -982,7 +2074,8 @@
|
|
|
982
2074
|
"type": "consulting",
|
|
983
2075
|
"url": "https://feross.org/support"
|
|
984
2076
|
}
|
|
985
|
-
]
|
|
2077
|
+
],
|
|
2078
|
+
"license": "MIT"
|
|
986
2079
|
},
|
|
987
2080
|
"node_modules/bignumber.js": {
|
|
988
2081
|
"version": "9.3.1",
|
|
@@ -1011,12 +2104,52 @@
|
|
|
1011
2104
|
"node": "18 || 20 || >=22"
|
|
1012
2105
|
}
|
|
1013
2106
|
},
|
|
2107
|
+
"node_modules/braces": {
|
|
2108
|
+
"version": "3.0.3",
|
|
2109
|
+
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
2110
|
+
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
2111
|
+
"dev": true,
|
|
2112
|
+
"license": "MIT",
|
|
2113
|
+
"dependencies": {
|
|
2114
|
+
"fill-range": "^7.1.1"
|
|
2115
|
+
},
|
|
2116
|
+
"engines": {
|
|
2117
|
+
"node": ">=8"
|
|
2118
|
+
}
|
|
2119
|
+
},
|
|
1014
2120
|
"node_modules/buffer-equal-constant-time": {
|
|
1015
2121
|
"version": "1.0.1",
|
|
1016
2122
|
"resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
|
|
1017
2123
|
"integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
|
|
1018
2124
|
"license": "BSD-3-Clause"
|
|
1019
2125
|
},
|
|
2126
|
+
"node_modules/cac": {
|
|
2127
|
+
"version": "6.7.14",
|
|
2128
|
+
"resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
|
|
2129
|
+
"integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
|
|
2130
|
+
"dev": true,
|
|
2131
|
+
"license": "MIT",
|
|
2132
|
+
"engines": {
|
|
2133
|
+
"node": ">=8"
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
"node_modules/chai": {
|
|
2137
|
+
"version": "5.3.3",
|
|
2138
|
+
"resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz",
|
|
2139
|
+
"integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==",
|
|
2140
|
+
"dev": true,
|
|
2141
|
+
"license": "MIT",
|
|
2142
|
+
"dependencies": {
|
|
2143
|
+
"assertion-error": "^2.0.1",
|
|
2144
|
+
"check-error": "^2.1.1",
|
|
2145
|
+
"deep-eql": "^5.0.1",
|
|
2146
|
+
"loupe": "^3.1.0",
|
|
2147
|
+
"pathval": "^2.0.0"
|
|
2148
|
+
},
|
|
2149
|
+
"engines": {
|
|
2150
|
+
"node": ">=18"
|
|
2151
|
+
}
|
|
2152
|
+
},
|
|
1020
2153
|
"node_modules/chalk": {
|
|
1021
2154
|
"version": "5.6.2",
|
|
1022
2155
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
@@ -1029,6 +2162,16 @@
|
|
|
1029
2162
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
1030
2163
|
}
|
|
1031
2164
|
},
|
|
2165
|
+
"node_modules/check-error": {
|
|
2166
|
+
"version": "2.1.3",
|
|
2167
|
+
"resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.3.tgz",
|
|
2168
|
+
"integrity": "sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==",
|
|
2169
|
+
"dev": true,
|
|
2170
|
+
"license": "MIT",
|
|
2171
|
+
"engines": {
|
|
2172
|
+
"node": ">= 16"
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
1032
2175
|
"node_modules/cross-spawn": {
|
|
1033
2176
|
"version": "7.0.6",
|
|
1034
2177
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
@@ -1060,13 +2203,23 @@
|
|
|
1060
2203
|
"dependencies": {
|
|
1061
2204
|
"ms": "^2.1.3"
|
|
1062
2205
|
},
|
|
2206
|
+
"engines": {
|
|
2207
|
+
"node": ">=6.0"
|
|
2208
|
+
},
|
|
1063
2209
|
"peerDependenciesMeta": {
|
|
1064
2210
|
"supports-color": {
|
|
1065
2211
|
"optional": true
|
|
1066
2212
|
}
|
|
1067
|
-
}
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2215
|
+
"node_modules/deep-eql": {
|
|
2216
|
+
"version": "5.0.2",
|
|
2217
|
+
"resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
|
|
2218
|
+
"integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
|
|
2219
|
+
"dev": true,
|
|
2220
|
+
"license": "MIT",
|
|
1068
2221
|
"engines": {
|
|
1069
|
-
"node": ">=6
|
|
2222
|
+
"node": ">=6"
|
|
1070
2223
|
}
|
|
1071
2224
|
},
|
|
1072
2225
|
"node_modules/diff": {
|
|
@@ -1087,32 +2240,226 @@
|
|
|
1087
2240
|
"safe-buffer": "^5.0.1"
|
|
1088
2241
|
}
|
|
1089
2242
|
},
|
|
2243
|
+
"node_modules/end-of-stream": {
|
|
2244
|
+
"version": "1.4.5",
|
|
2245
|
+
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
|
|
2246
|
+
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
|
2247
|
+
"dev": true,
|
|
2248
|
+
"license": "MIT",
|
|
2249
|
+
"dependencies": {
|
|
2250
|
+
"once": "^1.4.0"
|
|
2251
|
+
}
|
|
2252
|
+
},
|
|
2253
|
+
"node_modules/es-errors": {
|
|
2254
|
+
"version": "1.3.0",
|
|
2255
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
2256
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
2257
|
+
"dev": true,
|
|
2258
|
+
"license": "MIT",
|
|
2259
|
+
"engines": {
|
|
2260
|
+
"node": ">= 0.4"
|
|
2261
|
+
}
|
|
2262
|
+
},
|
|
2263
|
+
"node_modules/es-module-lexer": {
|
|
2264
|
+
"version": "1.7.0",
|
|
2265
|
+
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
|
|
2266
|
+
"integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
|
|
2267
|
+
"dev": true,
|
|
2268
|
+
"license": "MIT"
|
|
2269
|
+
},
|
|
2270
|
+
"node_modules/esbuild": {
|
|
2271
|
+
"version": "0.27.7",
|
|
2272
|
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.7.tgz",
|
|
2273
|
+
"integrity": "sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==",
|
|
2274
|
+
"dev": true,
|
|
2275
|
+
"hasInstallScript": true,
|
|
2276
|
+
"license": "MIT",
|
|
2277
|
+
"bin": {
|
|
2278
|
+
"esbuild": "bin/esbuild"
|
|
2279
|
+
},
|
|
2280
|
+
"engines": {
|
|
2281
|
+
"node": ">=18"
|
|
2282
|
+
},
|
|
2283
|
+
"optionalDependencies": {
|
|
2284
|
+
"@esbuild/aix-ppc64": "0.27.7",
|
|
2285
|
+
"@esbuild/android-arm": "0.27.7",
|
|
2286
|
+
"@esbuild/android-arm64": "0.27.7",
|
|
2287
|
+
"@esbuild/android-x64": "0.27.7",
|
|
2288
|
+
"@esbuild/darwin-arm64": "0.27.7",
|
|
2289
|
+
"@esbuild/darwin-x64": "0.27.7",
|
|
2290
|
+
"@esbuild/freebsd-arm64": "0.27.7",
|
|
2291
|
+
"@esbuild/freebsd-x64": "0.27.7",
|
|
2292
|
+
"@esbuild/linux-arm": "0.27.7",
|
|
2293
|
+
"@esbuild/linux-arm64": "0.27.7",
|
|
2294
|
+
"@esbuild/linux-ia32": "0.27.7",
|
|
2295
|
+
"@esbuild/linux-loong64": "0.27.7",
|
|
2296
|
+
"@esbuild/linux-mips64el": "0.27.7",
|
|
2297
|
+
"@esbuild/linux-ppc64": "0.27.7",
|
|
2298
|
+
"@esbuild/linux-riscv64": "0.27.7",
|
|
2299
|
+
"@esbuild/linux-s390x": "0.27.7",
|
|
2300
|
+
"@esbuild/linux-x64": "0.27.7",
|
|
2301
|
+
"@esbuild/netbsd-arm64": "0.27.7",
|
|
2302
|
+
"@esbuild/netbsd-x64": "0.27.7",
|
|
2303
|
+
"@esbuild/openbsd-arm64": "0.27.7",
|
|
2304
|
+
"@esbuild/openbsd-x64": "0.27.7",
|
|
2305
|
+
"@esbuild/openharmony-arm64": "0.27.7",
|
|
2306
|
+
"@esbuild/sunos-x64": "0.27.7",
|
|
2307
|
+
"@esbuild/win32-arm64": "0.27.7",
|
|
2308
|
+
"@esbuild/win32-ia32": "0.27.7",
|
|
2309
|
+
"@esbuild/win32-x64": "0.27.7"
|
|
2310
|
+
}
|
|
2311
|
+
},
|
|
2312
|
+
"node_modules/estree-walker": {
|
|
2313
|
+
"version": "3.0.3",
|
|
2314
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
|
|
2315
|
+
"integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
|
|
2316
|
+
"dev": true,
|
|
2317
|
+
"license": "MIT",
|
|
2318
|
+
"dependencies": {
|
|
2319
|
+
"@types/estree": "^1.0.0"
|
|
2320
|
+
}
|
|
2321
|
+
},
|
|
2322
|
+
"node_modules/execa": {
|
|
2323
|
+
"version": "1.0.0",
|
|
2324
|
+
"resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
|
|
2325
|
+
"integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
|
|
2326
|
+
"dev": true,
|
|
2327
|
+
"license": "MIT",
|
|
2328
|
+
"dependencies": {
|
|
2329
|
+
"cross-spawn": "^6.0.0",
|
|
2330
|
+
"get-stream": "^4.0.0",
|
|
2331
|
+
"is-stream": "^1.1.0",
|
|
2332
|
+
"npm-run-path": "^2.0.0",
|
|
2333
|
+
"p-finally": "^1.0.0",
|
|
2334
|
+
"signal-exit": "^3.0.0",
|
|
2335
|
+
"strip-eof": "^1.0.0"
|
|
2336
|
+
},
|
|
2337
|
+
"engines": {
|
|
2338
|
+
"node": ">=6"
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2341
|
+
"node_modules/execa/node_modules/cross-spawn": {
|
|
2342
|
+
"version": "6.0.6",
|
|
2343
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.6.tgz",
|
|
2344
|
+
"integrity": "sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==",
|
|
2345
|
+
"dev": true,
|
|
2346
|
+
"license": "MIT",
|
|
2347
|
+
"dependencies": {
|
|
2348
|
+
"nice-try": "^1.0.4",
|
|
2349
|
+
"path-key": "^2.0.1",
|
|
2350
|
+
"semver": "^5.5.0",
|
|
2351
|
+
"shebang-command": "^1.2.0",
|
|
2352
|
+
"which": "^1.2.9"
|
|
2353
|
+
},
|
|
2354
|
+
"engines": {
|
|
2355
|
+
"node": ">=4.8"
|
|
2356
|
+
}
|
|
2357
|
+
},
|
|
2358
|
+
"node_modules/execa/node_modules/path-key": {
|
|
2359
|
+
"version": "2.0.1",
|
|
2360
|
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
|
|
2361
|
+
"integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==",
|
|
2362
|
+
"dev": true,
|
|
2363
|
+
"license": "MIT",
|
|
2364
|
+
"engines": {
|
|
2365
|
+
"node": ">=4"
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
"node_modules/execa/node_modules/shebang-command": {
|
|
2369
|
+
"version": "1.2.0",
|
|
2370
|
+
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
|
|
2371
|
+
"integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",
|
|
2372
|
+
"dev": true,
|
|
2373
|
+
"license": "MIT",
|
|
2374
|
+
"dependencies": {
|
|
2375
|
+
"shebang-regex": "^1.0.0"
|
|
2376
|
+
},
|
|
2377
|
+
"engines": {
|
|
2378
|
+
"node": ">=0.10.0"
|
|
2379
|
+
}
|
|
2380
|
+
},
|
|
2381
|
+
"node_modules/execa/node_modules/shebang-regex": {
|
|
2382
|
+
"version": "1.0.0",
|
|
2383
|
+
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
|
|
2384
|
+
"integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",
|
|
2385
|
+
"dev": true,
|
|
2386
|
+
"license": "MIT",
|
|
2387
|
+
"engines": {
|
|
2388
|
+
"node": ">=0.10.0"
|
|
2389
|
+
}
|
|
2390
|
+
},
|
|
2391
|
+
"node_modules/execa/node_modules/which": {
|
|
2392
|
+
"version": "1.3.1",
|
|
2393
|
+
"resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
|
|
2394
|
+
"integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
|
|
2395
|
+
"dev": true,
|
|
2396
|
+
"license": "ISC",
|
|
2397
|
+
"dependencies": {
|
|
2398
|
+
"isexe": "^2.0.0"
|
|
2399
|
+
},
|
|
2400
|
+
"bin": {
|
|
2401
|
+
"which": "bin/which"
|
|
2402
|
+
}
|
|
2403
|
+
},
|
|
2404
|
+
"node_modules/expect-type": {
|
|
2405
|
+
"version": "1.3.0",
|
|
2406
|
+
"resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz",
|
|
2407
|
+
"integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==",
|
|
2408
|
+
"dev": true,
|
|
2409
|
+
"license": "Apache-2.0",
|
|
2410
|
+
"engines": {
|
|
2411
|
+
"node": ">=12.0.0"
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
1090
2414
|
"node_modules/extend": {
|
|
1091
2415
|
"version": "3.0.2",
|
|
1092
2416
|
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
|
1093
2417
|
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
|
|
1094
2418
|
"license": "MIT"
|
|
1095
2419
|
},
|
|
2420
|
+
"node_modules/fast-glob": {
|
|
2421
|
+
"version": "3.3.3",
|
|
2422
|
+
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
2423
|
+
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
2424
|
+
"dev": true,
|
|
2425
|
+
"license": "MIT",
|
|
2426
|
+
"dependencies": {
|
|
2427
|
+
"@nodelib/fs.stat": "^2.0.2",
|
|
2428
|
+
"@nodelib/fs.walk": "^1.2.3",
|
|
2429
|
+
"glob-parent": "^5.1.2",
|
|
2430
|
+
"merge2": "^1.3.0",
|
|
2431
|
+
"micromatch": "^4.0.8"
|
|
2432
|
+
},
|
|
2433
|
+
"engines": {
|
|
2434
|
+
"node": ">=8.6.0"
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
1096
2437
|
"node_modules/fast-xml-builder": {
|
|
1097
2438
|
"version": "1.2.0",
|
|
1098
2439
|
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
1099
2440
|
"integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
|
|
1100
|
-
"license": "MIT",
|
|
1101
|
-
"dependencies": {
|
|
1102
|
-
"path-expression-matcher": "^1.5.0",
|
|
1103
|
-
"xml-naming": "^0.1.0"
|
|
1104
|
-
},
|
|
1105
2441
|
"funding": [
|
|
1106
2442
|
{
|
|
1107
2443
|
"type": "github",
|
|
1108
2444
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1109
2445
|
}
|
|
1110
|
-
]
|
|
2446
|
+
],
|
|
2447
|
+
"license": "MIT",
|
|
2448
|
+
"dependencies": {
|
|
2449
|
+
"path-expression-matcher": "^1.5.0",
|
|
2450
|
+
"xml-naming": "^0.1.0"
|
|
2451
|
+
}
|
|
1111
2452
|
},
|
|
1112
2453
|
"node_modules/fast-xml-parser": {
|
|
1113
2454
|
"version": "5.7.3",
|
|
1114
2455
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz",
|
|
1115
2456
|
"integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==",
|
|
2457
|
+
"funding": [
|
|
2458
|
+
{
|
|
2459
|
+
"type": "github",
|
|
2460
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
2461
|
+
}
|
|
2462
|
+
],
|
|
1116
2463
|
"license": "MIT",
|
|
1117
2464
|
"dependencies": {
|
|
1118
2465
|
"@nodable/entities": "^2.1.0",
|
|
@@ -1122,26 +2469,22 @@
|
|
|
1122
2469
|
},
|
|
1123
2470
|
"bin": {
|
|
1124
2471
|
"fxparser": "src/cli/cli.js"
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
2472
|
+
}
|
|
2473
|
+
},
|
|
2474
|
+
"node_modules/fastq": {
|
|
2475
|
+
"version": "1.20.1",
|
|
2476
|
+
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
|
|
2477
|
+
"integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
|
|
2478
|
+
"dev": true,
|
|
2479
|
+
"license": "ISC",
|
|
2480
|
+
"dependencies": {
|
|
2481
|
+
"reusify": "^1.0.4"
|
|
2482
|
+
}
|
|
1132
2483
|
},
|
|
1133
2484
|
"node_modules/fetch-blob": {
|
|
1134
2485
|
"version": "3.2.0",
|
|
1135
2486
|
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
1136
2487
|
"integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
|
1137
|
-
"license": "MIT",
|
|
1138
|
-
"dependencies": {
|
|
1139
|
-
"node-domexception": "^1.0.0",
|
|
1140
|
-
"web-streams-polyfill": "^3.0.3"
|
|
1141
|
-
},
|
|
1142
|
-
"engines": {
|
|
1143
|
-
"node": "^12.20 || >= 14.13"
|
|
1144
|
-
},
|
|
1145
2488
|
"funding": [
|
|
1146
2489
|
{
|
|
1147
2490
|
"type": "github",
|
|
@@ -1151,7 +2494,28 @@
|
|
|
1151
2494
|
"type": "paypal",
|
|
1152
2495
|
"url": "https://paypal.me/jimmywarting"
|
|
1153
2496
|
}
|
|
1154
|
-
]
|
|
2497
|
+
],
|
|
2498
|
+
"license": "MIT",
|
|
2499
|
+
"dependencies": {
|
|
2500
|
+
"node-domexception": "^1.0.0",
|
|
2501
|
+
"web-streams-polyfill": "^3.0.3"
|
|
2502
|
+
},
|
|
2503
|
+
"engines": {
|
|
2504
|
+
"node": "^12.20 || >= 14.13"
|
|
2505
|
+
}
|
|
2506
|
+
},
|
|
2507
|
+
"node_modules/fill-range": {
|
|
2508
|
+
"version": "7.1.1",
|
|
2509
|
+
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
2510
|
+
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
2511
|
+
"dev": true,
|
|
2512
|
+
"license": "MIT",
|
|
2513
|
+
"dependencies": {
|
|
2514
|
+
"to-regex-range": "^5.0.1"
|
|
2515
|
+
},
|
|
2516
|
+
"engines": {
|
|
2517
|
+
"node": ">=8"
|
|
2518
|
+
}
|
|
1155
2519
|
},
|
|
1156
2520
|
"node_modules/formdata-polyfill": {
|
|
1157
2521
|
"version": "4.0.10",
|
|
@@ -1165,6 +2529,31 @@
|
|
|
1165
2529
|
"node": ">=12.20.0"
|
|
1166
2530
|
}
|
|
1167
2531
|
},
|
|
2532
|
+
"node_modules/fsevents": {
|
|
2533
|
+
"version": "2.3.3",
|
|
2534
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
2535
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
2536
|
+
"dev": true,
|
|
2537
|
+
"hasInstallScript": true,
|
|
2538
|
+
"license": "MIT",
|
|
2539
|
+
"optional": true,
|
|
2540
|
+
"os": [
|
|
2541
|
+
"darwin"
|
|
2542
|
+
],
|
|
2543
|
+
"engines": {
|
|
2544
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
2545
|
+
}
|
|
2546
|
+
},
|
|
2547
|
+
"node_modules/function-bind": {
|
|
2548
|
+
"version": "1.1.2",
|
|
2549
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
2550
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
2551
|
+
"dev": true,
|
|
2552
|
+
"license": "MIT",
|
|
2553
|
+
"funding": {
|
|
2554
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
1168
2557
|
"node_modules/gaxios": {
|
|
1169
2558
|
"version": "7.1.4",
|
|
1170
2559
|
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-7.1.4.tgz",
|
|
@@ -1205,6 +2594,19 @@
|
|
|
1205
2594
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1206
2595
|
}
|
|
1207
2596
|
},
|
|
2597
|
+
"node_modules/get-stream": {
|
|
2598
|
+
"version": "4.1.0",
|
|
2599
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
|
|
2600
|
+
"integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
|
|
2601
|
+
"dev": true,
|
|
2602
|
+
"license": "MIT",
|
|
2603
|
+
"dependencies": {
|
|
2604
|
+
"pump": "^3.0.0"
|
|
2605
|
+
},
|
|
2606
|
+
"engines": {
|
|
2607
|
+
"node": ">=6"
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
1208
2610
|
"node_modules/glob": {
|
|
1209
2611
|
"version": "13.0.6",
|
|
1210
2612
|
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
@@ -1222,6 +2624,19 @@
|
|
|
1222
2624
|
"url": "https://github.com/sponsors/isaacs"
|
|
1223
2625
|
}
|
|
1224
2626
|
},
|
|
2627
|
+
"node_modules/glob-parent": {
|
|
2628
|
+
"version": "5.1.2",
|
|
2629
|
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
2630
|
+
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
2631
|
+
"dev": true,
|
|
2632
|
+
"license": "ISC",
|
|
2633
|
+
"dependencies": {
|
|
2634
|
+
"is-glob": "^4.0.1"
|
|
2635
|
+
},
|
|
2636
|
+
"engines": {
|
|
2637
|
+
"node": ">= 6"
|
|
2638
|
+
}
|
|
2639
|
+
},
|
|
1225
2640
|
"node_modules/google-auth-library": {
|
|
1226
2641
|
"version": "10.6.2",
|
|
1227
2642
|
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.6.2.tgz",
|
|
@@ -1254,6 +2669,19 @@
|
|
|
1254
2669
|
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
1255
2670
|
"license": "ISC"
|
|
1256
2671
|
},
|
|
2672
|
+
"node_modules/hasown": {
|
|
2673
|
+
"version": "2.0.4",
|
|
2674
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
|
|
2675
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
2676
|
+
"dev": true,
|
|
2677
|
+
"license": "MIT",
|
|
2678
|
+
"dependencies": {
|
|
2679
|
+
"function-bind": "^1.1.2"
|
|
2680
|
+
},
|
|
2681
|
+
"engines": {
|
|
2682
|
+
"node": ">= 0.4"
|
|
2683
|
+
}
|
|
2684
|
+
},
|
|
1257
2685
|
"node_modules/highlight.js": {
|
|
1258
2686
|
"version": "10.7.3",
|
|
1259
2687
|
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
|
|
@@ -1310,6 +2738,75 @@
|
|
|
1310
2738
|
"node": ">= 4"
|
|
1311
2739
|
}
|
|
1312
2740
|
},
|
|
2741
|
+
"node_modules/interpret": {
|
|
2742
|
+
"version": "1.4.0",
|
|
2743
|
+
"resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",
|
|
2744
|
+
"integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
|
|
2745
|
+
"dev": true,
|
|
2746
|
+
"license": "MIT",
|
|
2747
|
+
"engines": {
|
|
2748
|
+
"node": ">= 0.10"
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
"node_modules/is-core-module": {
|
|
2752
|
+
"version": "2.16.2",
|
|
2753
|
+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
|
|
2754
|
+
"integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
|
|
2755
|
+
"dev": true,
|
|
2756
|
+
"license": "MIT",
|
|
2757
|
+
"dependencies": {
|
|
2758
|
+
"hasown": "^2.0.3"
|
|
2759
|
+
},
|
|
2760
|
+
"engines": {
|
|
2761
|
+
"node": ">= 0.4"
|
|
2762
|
+
},
|
|
2763
|
+
"funding": {
|
|
2764
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2765
|
+
}
|
|
2766
|
+
},
|
|
2767
|
+
"node_modules/is-extglob": {
|
|
2768
|
+
"version": "2.1.1",
|
|
2769
|
+
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
2770
|
+
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
2771
|
+
"dev": true,
|
|
2772
|
+
"license": "MIT",
|
|
2773
|
+
"engines": {
|
|
2774
|
+
"node": ">=0.10.0"
|
|
2775
|
+
}
|
|
2776
|
+
},
|
|
2777
|
+
"node_modules/is-glob": {
|
|
2778
|
+
"version": "4.0.3",
|
|
2779
|
+
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
2780
|
+
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
2781
|
+
"dev": true,
|
|
2782
|
+
"license": "MIT",
|
|
2783
|
+
"dependencies": {
|
|
2784
|
+
"is-extglob": "^2.1.1"
|
|
2785
|
+
},
|
|
2786
|
+
"engines": {
|
|
2787
|
+
"node": ">=0.10.0"
|
|
2788
|
+
}
|
|
2789
|
+
},
|
|
2790
|
+
"node_modules/is-number": {
|
|
2791
|
+
"version": "7.0.0",
|
|
2792
|
+
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
2793
|
+
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
2794
|
+
"dev": true,
|
|
2795
|
+
"license": "MIT",
|
|
2796
|
+
"engines": {
|
|
2797
|
+
"node": ">=0.12.0"
|
|
2798
|
+
}
|
|
2799
|
+
},
|
|
2800
|
+
"node_modules/is-stream": {
|
|
2801
|
+
"version": "1.1.0",
|
|
2802
|
+
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
|
|
2803
|
+
"integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",
|
|
2804
|
+
"dev": true,
|
|
2805
|
+
"license": "MIT",
|
|
2806
|
+
"engines": {
|
|
2807
|
+
"node": ">=0.10.0"
|
|
2808
|
+
}
|
|
2809
|
+
},
|
|
1313
2810
|
"node_modules/isexe": {
|
|
1314
2811
|
"version": "2.0.0",
|
|
1315
2812
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
@@ -1325,6 +2822,13 @@
|
|
|
1325
2822
|
"jiti": "lib/jiti-cli.mjs"
|
|
1326
2823
|
}
|
|
1327
2824
|
},
|
|
2825
|
+
"node_modules/js-tokens": {
|
|
2826
|
+
"version": "9.0.1",
|
|
2827
|
+
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
|
|
2828
|
+
"integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
|
|
2829
|
+
"dev": true,
|
|
2830
|
+
"license": "MIT"
|
|
2831
|
+
},
|
|
1328
2832
|
"node_modules/json-bigint": {
|
|
1329
2833
|
"version": "1.0.0",
|
|
1330
2834
|
"resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
|
|
@@ -1374,15 +2878,32 @@
|
|
|
1374
2878
|
"integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
|
|
1375
2879
|
"license": "Apache-2.0"
|
|
1376
2880
|
},
|
|
2881
|
+
"node_modules/loupe": {
|
|
2882
|
+
"version": "3.2.1",
|
|
2883
|
+
"resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz",
|
|
2884
|
+
"integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==",
|
|
2885
|
+
"dev": true,
|
|
2886
|
+
"license": "MIT"
|
|
2887
|
+
},
|
|
1377
2888
|
"node_modules/lru-cache": {
|
|
1378
|
-
"version": "11.
|
|
1379
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.
|
|
1380
|
-
"integrity": "sha512-
|
|
2889
|
+
"version": "11.5.1",
|
|
2890
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz",
|
|
2891
|
+
"integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==",
|
|
1381
2892
|
"license": "BlueOak-1.0.0",
|
|
1382
2893
|
"engines": {
|
|
1383
2894
|
"node": "20 || >=22"
|
|
1384
2895
|
}
|
|
1385
2896
|
},
|
|
2897
|
+
"node_modules/magic-string": {
|
|
2898
|
+
"version": "0.30.21",
|
|
2899
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
2900
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
2901
|
+
"dev": true,
|
|
2902
|
+
"license": "MIT",
|
|
2903
|
+
"dependencies": {
|
|
2904
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
2905
|
+
}
|
|
2906
|
+
},
|
|
1386
2907
|
"node_modules/marked": {
|
|
1387
2908
|
"version": "15.0.12",
|
|
1388
2909
|
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz",
|
|
@@ -1395,6 +2916,30 @@
|
|
|
1395
2916
|
"node": ">= 18"
|
|
1396
2917
|
}
|
|
1397
2918
|
},
|
|
2919
|
+
"node_modules/merge2": {
|
|
2920
|
+
"version": "1.4.1",
|
|
2921
|
+
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
|
2922
|
+
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
2923
|
+
"dev": true,
|
|
2924
|
+
"license": "MIT",
|
|
2925
|
+
"engines": {
|
|
2926
|
+
"node": ">= 8"
|
|
2927
|
+
}
|
|
2928
|
+
},
|
|
2929
|
+
"node_modules/micromatch": {
|
|
2930
|
+
"version": "4.0.8",
|
|
2931
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
2932
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
2933
|
+
"dev": true,
|
|
2934
|
+
"license": "MIT",
|
|
2935
|
+
"dependencies": {
|
|
2936
|
+
"braces": "^3.0.3",
|
|
2937
|
+
"picomatch": "^2.3.1"
|
|
2938
|
+
},
|
|
2939
|
+
"engines": {
|
|
2940
|
+
"node": ">=8.6"
|
|
2941
|
+
}
|
|
2942
|
+
},
|
|
1398
2943
|
"node_modules/minimatch": {
|
|
1399
2944
|
"version": "10.2.5",
|
|
1400
2945
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
@@ -1410,6 +2955,16 @@
|
|
|
1410
2955
|
"url": "https://github.com/sponsors/isaacs"
|
|
1411
2956
|
}
|
|
1412
2957
|
},
|
|
2958
|
+
"node_modules/minimist": {
|
|
2959
|
+
"version": "1.2.8",
|
|
2960
|
+
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
2961
|
+
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
2962
|
+
"dev": true,
|
|
2963
|
+
"license": "MIT",
|
|
2964
|
+
"funding": {
|
|
2965
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2966
|
+
}
|
|
2967
|
+
},
|
|
1413
2968
|
"node_modules/minipass": {
|
|
1414
2969
|
"version": "7.1.3",
|
|
1415
2970
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
|
|
@@ -1425,14 +2980,36 @@
|
|
|
1425
2980
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1426
2981
|
"license": "MIT"
|
|
1427
2982
|
},
|
|
2983
|
+
"node_modules/nanoid": {
|
|
2984
|
+
"version": "3.3.12",
|
|
2985
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
|
|
2986
|
+
"integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
|
|
2987
|
+
"dev": true,
|
|
2988
|
+
"funding": [
|
|
2989
|
+
{
|
|
2990
|
+
"type": "github",
|
|
2991
|
+
"url": "https://github.com/sponsors/ai"
|
|
2992
|
+
}
|
|
2993
|
+
],
|
|
2994
|
+
"license": "MIT",
|
|
2995
|
+
"bin": {
|
|
2996
|
+
"nanoid": "bin/nanoid.cjs"
|
|
2997
|
+
},
|
|
2998
|
+
"engines": {
|
|
2999
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
3000
|
+
}
|
|
3001
|
+
},
|
|
3002
|
+
"node_modules/nice-try": {
|
|
3003
|
+
"version": "1.0.5",
|
|
3004
|
+
"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
|
|
3005
|
+
"integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
|
|
3006
|
+
"dev": true,
|
|
3007
|
+
"license": "MIT"
|
|
3008
|
+
},
|
|
1428
3009
|
"node_modules/node-domexception": {
|
|
1429
3010
|
"version": "1.0.0",
|
|
1430
3011
|
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
1431
3012
|
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
|
1432
|
-
"license": "MIT",
|
|
1433
|
-
"engines": {
|
|
1434
|
-
"node": ">=10.5.0"
|
|
1435
|
-
},
|
|
1436
3013
|
"deprecated": "Use your platform's native DOMException instead",
|
|
1437
3014
|
"funding": [
|
|
1438
3015
|
{
|
|
@@ -1443,7 +3020,11 @@
|
|
|
1443
3020
|
"type": "github",
|
|
1444
3021
|
"url": "https://paypal.me/jimmywarting"
|
|
1445
3022
|
}
|
|
1446
|
-
]
|
|
3023
|
+
],
|
|
3024
|
+
"license": "MIT",
|
|
3025
|
+
"engines": {
|
|
3026
|
+
"node": ">=10.5.0"
|
|
3027
|
+
}
|
|
1447
3028
|
},
|
|
1448
3029
|
"node_modules/node-fetch": {
|
|
1449
3030
|
"version": "3.3.2",
|
|
@@ -1463,11 +3044,47 @@
|
|
|
1463
3044
|
"url": "https://opencollective.com/node-fetch"
|
|
1464
3045
|
}
|
|
1465
3046
|
},
|
|
3047
|
+
"node_modules/npm-run-path": {
|
|
3048
|
+
"version": "2.0.2",
|
|
3049
|
+
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
|
|
3050
|
+
"integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==",
|
|
3051
|
+
"dev": true,
|
|
3052
|
+
"license": "MIT",
|
|
3053
|
+
"dependencies": {
|
|
3054
|
+
"path-key": "^2.0.0"
|
|
3055
|
+
},
|
|
3056
|
+
"engines": {
|
|
3057
|
+
"node": ">=4"
|
|
3058
|
+
}
|
|
3059
|
+
},
|
|
3060
|
+
"node_modules/npm-run-path/node_modules/path-key": {
|
|
3061
|
+
"version": "2.0.1",
|
|
3062
|
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
|
|
3063
|
+
"integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==",
|
|
3064
|
+
"dev": true,
|
|
3065
|
+
"license": "MIT",
|
|
3066
|
+
"engines": {
|
|
3067
|
+
"node": ">=4"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
3070
|
+
"node_modules/once": {
|
|
3071
|
+
"version": "1.4.0",
|
|
3072
|
+
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
3073
|
+
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
3074
|
+
"dev": true,
|
|
3075
|
+
"license": "ISC",
|
|
3076
|
+
"dependencies": {
|
|
3077
|
+
"wrappy": "1"
|
|
3078
|
+
}
|
|
3079
|
+
},
|
|
1466
3080
|
"node_modules/openai": {
|
|
1467
3081
|
"version": "6.26.0",
|
|
1468
3082
|
"resolved": "https://registry.npmjs.org/openai/-/openai-6.26.0.tgz",
|
|
1469
3083
|
"integrity": "sha512-zd23dbWTjiJ6sSAX6s0HrCZi41JwTA1bQVs0wLQPZ2/5o2gxOJA5wh7yOAUgwYybfhDXyhwlpeQf7Mlgx8EOCA==",
|
|
1470
3084
|
"license": "Apache-2.0",
|
|
3085
|
+
"bin": {
|
|
3086
|
+
"openai": "bin/cli"
|
|
3087
|
+
},
|
|
1471
3088
|
"peerDependencies": {
|
|
1472
3089
|
"ws": "^8.18.0",
|
|
1473
3090
|
"zod": "^3.25 || ^4.0"
|
|
@@ -1479,9 +3096,16 @@
|
|
|
1479
3096
|
"zod": {
|
|
1480
3097
|
"optional": true
|
|
1481
3098
|
}
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
|
|
3099
|
+
}
|
|
3100
|
+
},
|
|
3101
|
+
"node_modules/p-finally": {
|
|
3102
|
+
"version": "1.0.0",
|
|
3103
|
+
"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
|
|
3104
|
+
"integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
|
|
3105
|
+
"dev": true,
|
|
3106
|
+
"license": "MIT",
|
|
3107
|
+
"engines": {
|
|
3108
|
+
"node": ">=4"
|
|
1485
3109
|
}
|
|
1486
3110
|
},
|
|
1487
3111
|
"node_modules/p-retry": {
|
|
@@ -1513,16 +3137,16 @@
|
|
|
1513
3137
|
"version": "1.5.0",
|
|
1514
3138
|
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
|
|
1515
3139
|
"integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
|
|
1516
|
-
"license": "MIT",
|
|
1517
|
-
"engines": {
|
|
1518
|
-
"node": ">=14.0.0"
|
|
1519
|
-
},
|
|
1520
3140
|
"funding": [
|
|
1521
3141
|
{
|
|
1522
3142
|
"type": "github",
|
|
1523
3143
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1524
3144
|
}
|
|
1525
|
-
]
|
|
3145
|
+
],
|
|
3146
|
+
"license": "MIT",
|
|
3147
|
+
"engines": {
|
|
3148
|
+
"node": ">=14.0.0"
|
|
3149
|
+
}
|
|
1526
3150
|
},
|
|
1527
3151
|
"node_modules/path-key": {
|
|
1528
3152
|
"version": "3.1.1",
|
|
@@ -1533,6 +3157,13 @@
|
|
|
1533
3157
|
"node": ">=8"
|
|
1534
3158
|
}
|
|
1535
3159
|
},
|
|
3160
|
+
"node_modules/path-parse": {
|
|
3161
|
+
"version": "1.0.7",
|
|
3162
|
+
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
|
3163
|
+
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
|
3164
|
+
"dev": true,
|
|
3165
|
+
"license": "MIT"
|
|
3166
|
+
},
|
|
1536
3167
|
"node_modules/path-scurry": {
|
|
1537
3168
|
"version": "2.0.2",
|
|
1538
3169
|
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
|
|
@@ -1549,6 +3180,72 @@
|
|
|
1549
3180
|
"url": "https://github.com/sponsors/isaacs"
|
|
1550
3181
|
}
|
|
1551
3182
|
},
|
|
3183
|
+
"node_modules/pathe": {
|
|
3184
|
+
"version": "2.0.3",
|
|
3185
|
+
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
|
3186
|
+
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
3187
|
+
"dev": true,
|
|
3188
|
+
"license": "MIT"
|
|
3189
|
+
},
|
|
3190
|
+
"node_modules/pathval": {
|
|
3191
|
+
"version": "2.0.1",
|
|
3192
|
+
"resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz",
|
|
3193
|
+
"integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==",
|
|
3194
|
+
"dev": true,
|
|
3195
|
+
"license": "MIT",
|
|
3196
|
+
"engines": {
|
|
3197
|
+
"node": ">= 14.16"
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
"node_modules/picocolors": {
|
|
3201
|
+
"version": "1.1.1",
|
|
3202
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
3203
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
3204
|
+
"dev": true,
|
|
3205
|
+
"license": "ISC"
|
|
3206
|
+
},
|
|
3207
|
+
"node_modules/picomatch": {
|
|
3208
|
+
"version": "2.3.2",
|
|
3209
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
3210
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
3211
|
+
"dev": true,
|
|
3212
|
+
"license": "MIT",
|
|
3213
|
+
"engines": {
|
|
3214
|
+
"node": ">=8.6"
|
|
3215
|
+
},
|
|
3216
|
+
"funding": {
|
|
3217
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3218
|
+
}
|
|
3219
|
+
},
|
|
3220
|
+
"node_modules/postcss": {
|
|
3221
|
+
"version": "8.5.15",
|
|
3222
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
|
|
3223
|
+
"integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
|
|
3224
|
+
"dev": true,
|
|
3225
|
+
"funding": [
|
|
3226
|
+
{
|
|
3227
|
+
"type": "opencollective",
|
|
3228
|
+
"url": "https://opencollective.com/postcss/"
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"type": "tidelift",
|
|
3232
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"type": "github",
|
|
3236
|
+
"url": "https://github.com/sponsors/ai"
|
|
3237
|
+
}
|
|
3238
|
+
],
|
|
3239
|
+
"license": "MIT",
|
|
3240
|
+
"dependencies": {
|
|
3241
|
+
"nanoid": "^3.3.12",
|
|
3242
|
+
"picocolors": "^1.1.1",
|
|
3243
|
+
"source-map-js": "^1.2.1"
|
|
3244
|
+
},
|
|
3245
|
+
"engines": {
|
|
3246
|
+
"node": "^10 || ^12 || >=14"
|
|
3247
|
+
}
|
|
3248
|
+
},
|
|
1552
3249
|
"node_modules/proper-lockfile": {
|
|
1553
3250
|
"version": "4.1.2",
|
|
1554
3251
|
"resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
|
|
@@ -1570,15 +3267,16 @@
|
|
|
1570
3267
|
}
|
|
1571
3268
|
},
|
|
1572
3269
|
"node_modules/protobufjs": {
|
|
1573
|
-
"version": "7.
|
|
1574
|
-
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.
|
|
1575
|
-
"integrity": "sha512-
|
|
3270
|
+
"version": "7.6.2",
|
|
3271
|
+
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.6.2.tgz",
|
|
3272
|
+
"integrity": "sha512-N9EiLovGEQOJSPF26Ij7qUGvahfEnq0eeYZ02aigIedkmz1qZSwjnP9SBITHJuF/6MYbIW4HDN8zdYjsjqJKXQ==",
|
|
3273
|
+
"hasInstallScript": true,
|
|
1576
3274
|
"license": "BSD-3-Clause",
|
|
1577
3275
|
"dependencies": {
|
|
1578
3276
|
"@protobufjs/aspromise": "^1.1.2",
|
|
1579
3277
|
"@protobufjs/base64": "^1.1.2",
|
|
1580
3278
|
"@protobufjs/codegen": "^2.0.5",
|
|
1581
|
-
"@protobufjs/eventemitter": "^1.1.
|
|
3279
|
+
"@protobufjs/eventemitter": "^1.1.1",
|
|
1582
3280
|
"@protobufjs/fetch": "^1.1.1",
|
|
1583
3281
|
"@protobufjs/float": "^1.0.2",
|
|
1584
3282
|
"@protobufjs/inquire": "^1.1.2",
|
|
@@ -1586,27 +3284,178 @@
|
|
|
1586
3284
|
"@protobufjs/pool": "^1.1.0",
|
|
1587
3285
|
"@protobufjs/utf8": "^1.1.1",
|
|
1588
3286
|
"@types/node": ">=13.7.0",
|
|
1589
|
-
"long": "^5.
|
|
3287
|
+
"long": "^5.3.2"
|
|
1590
3288
|
},
|
|
1591
3289
|
"engines": {
|
|
1592
3290
|
"node": ">=12.0.0"
|
|
3291
|
+
}
|
|
3292
|
+
},
|
|
3293
|
+
"node_modules/pump": {
|
|
3294
|
+
"version": "3.0.4",
|
|
3295
|
+
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
|
|
3296
|
+
"integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
|
|
3297
|
+
"dev": true,
|
|
3298
|
+
"license": "MIT",
|
|
3299
|
+
"dependencies": {
|
|
3300
|
+
"end-of-stream": "^1.1.0",
|
|
3301
|
+
"once": "^1.3.1"
|
|
3302
|
+
}
|
|
3303
|
+
},
|
|
3304
|
+
"node_modules/queue-microtask": {
|
|
3305
|
+
"version": "1.2.3",
|
|
3306
|
+
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
3307
|
+
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
3308
|
+
"dev": true,
|
|
3309
|
+
"funding": [
|
|
3310
|
+
{
|
|
3311
|
+
"type": "github",
|
|
3312
|
+
"url": "https://github.com/sponsors/feross"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"type": "patreon",
|
|
3316
|
+
"url": "https://www.patreon.com/feross"
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"type": "consulting",
|
|
3320
|
+
"url": "https://feross.org/support"
|
|
3321
|
+
}
|
|
3322
|
+
],
|
|
3323
|
+
"license": "MIT"
|
|
3324
|
+
},
|
|
3325
|
+
"node_modules/rechoir": {
|
|
3326
|
+
"version": "0.6.2",
|
|
3327
|
+
"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
|
|
3328
|
+
"integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==",
|
|
3329
|
+
"dev": true,
|
|
3330
|
+
"dependencies": {
|
|
3331
|
+
"resolve": "^1.1.6"
|
|
3332
|
+
},
|
|
3333
|
+
"engines": {
|
|
3334
|
+
"node": ">= 0.10"
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
3337
|
+
"node_modules/resolve": {
|
|
3338
|
+
"version": "1.22.12",
|
|
3339
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
|
|
3340
|
+
"integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
|
|
3341
|
+
"dev": true,
|
|
3342
|
+
"license": "MIT",
|
|
3343
|
+
"dependencies": {
|
|
3344
|
+
"es-errors": "^1.3.0",
|
|
3345
|
+
"is-core-module": "^2.16.1",
|
|
3346
|
+
"path-parse": "^1.0.7",
|
|
3347
|
+
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
3348
|
+
},
|
|
3349
|
+
"bin": {
|
|
3350
|
+
"resolve": "bin/resolve"
|
|
3351
|
+
},
|
|
3352
|
+
"engines": {
|
|
3353
|
+
"node": ">= 0.4"
|
|
1593
3354
|
},
|
|
1594
|
-
"
|
|
3355
|
+
"funding": {
|
|
3356
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
3357
|
+
}
|
|
1595
3358
|
},
|
|
1596
3359
|
"node_modules/retry": {
|
|
1597
3360
|
"version": "0.13.1",
|
|
1598
3361
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
|
|
1599
3362
|
"integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
|
|
1600
3363
|
"license": "MIT",
|
|
1601
|
-
"engines": {
|
|
1602
|
-
"node": ">= 4"
|
|
3364
|
+
"engines": {
|
|
3365
|
+
"node": ">= 4"
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
"node_modules/reusify": {
|
|
3369
|
+
"version": "1.1.0",
|
|
3370
|
+
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
|
|
3371
|
+
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
|
3372
|
+
"dev": true,
|
|
3373
|
+
"license": "MIT",
|
|
3374
|
+
"engines": {
|
|
3375
|
+
"iojs": ">=1.0.0",
|
|
3376
|
+
"node": ">=0.10.0"
|
|
3377
|
+
}
|
|
3378
|
+
},
|
|
3379
|
+
"node_modules/rollup": {
|
|
3380
|
+
"version": "4.60.4",
|
|
3381
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.4.tgz",
|
|
3382
|
+
"integrity": "sha512-WHeFSbZYsPu3+bLoNRUuAO+wavNlocOPf3wSHTP7hcFKVnJeWsYlCDbr3mTS14FCizf9ccIxXA8sGL8zKeQN3g==",
|
|
3383
|
+
"dev": true,
|
|
3384
|
+
"license": "MIT",
|
|
3385
|
+
"dependencies": {
|
|
3386
|
+
"@types/estree": "1.0.8"
|
|
3387
|
+
},
|
|
3388
|
+
"bin": {
|
|
3389
|
+
"rollup": "dist/bin/rollup"
|
|
3390
|
+
},
|
|
3391
|
+
"engines": {
|
|
3392
|
+
"node": ">=18.0.0",
|
|
3393
|
+
"npm": ">=8.0.0"
|
|
3394
|
+
},
|
|
3395
|
+
"optionalDependencies": {
|
|
3396
|
+
"@rollup/rollup-android-arm-eabi": "4.60.4",
|
|
3397
|
+
"@rollup/rollup-android-arm64": "4.60.4",
|
|
3398
|
+
"@rollup/rollup-darwin-arm64": "4.60.4",
|
|
3399
|
+
"@rollup/rollup-darwin-x64": "4.60.4",
|
|
3400
|
+
"@rollup/rollup-freebsd-arm64": "4.60.4",
|
|
3401
|
+
"@rollup/rollup-freebsd-x64": "4.60.4",
|
|
3402
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.60.4",
|
|
3403
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.60.4",
|
|
3404
|
+
"@rollup/rollup-linux-arm64-gnu": "4.60.4",
|
|
3405
|
+
"@rollup/rollup-linux-arm64-musl": "4.60.4",
|
|
3406
|
+
"@rollup/rollup-linux-loong64-gnu": "4.60.4",
|
|
3407
|
+
"@rollup/rollup-linux-loong64-musl": "4.60.4",
|
|
3408
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.60.4",
|
|
3409
|
+
"@rollup/rollup-linux-ppc64-musl": "4.60.4",
|
|
3410
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.60.4",
|
|
3411
|
+
"@rollup/rollup-linux-riscv64-musl": "4.60.4",
|
|
3412
|
+
"@rollup/rollup-linux-s390x-gnu": "4.60.4",
|
|
3413
|
+
"@rollup/rollup-linux-x64-gnu": "4.60.4",
|
|
3414
|
+
"@rollup/rollup-linux-x64-musl": "4.60.4",
|
|
3415
|
+
"@rollup/rollup-openbsd-x64": "4.60.4",
|
|
3416
|
+
"@rollup/rollup-openharmony-arm64": "4.60.4",
|
|
3417
|
+
"@rollup/rollup-win32-arm64-msvc": "4.60.4",
|
|
3418
|
+
"@rollup/rollup-win32-ia32-msvc": "4.60.4",
|
|
3419
|
+
"@rollup/rollup-win32-x64-gnu": "4.60.4",
|
|
3420
|
+
"@rollup/rollup-win32-x64-msvc": "4.60.4",
|
|
3421
|
+
"fsevents": "~2.3.2"
|
|
3422
|
+
}
|
|
3423
|
+
},
|
|
3424
|
+
"node_modules/rollup/node_modules/@types/estree": {
|
|
3425
|
+
"version": "1.0.8",
|
|
3426
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
3427
|
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
3428
|
+
"dev": true,
|
|
3429
|
+
"license": "MIT"
|
|
3430
|
+
},
|
|
3431
|
+
"node_modules/run-parallel": {
|
|
3432
|
+
"version": "1.2.0",
|
|
3433
|
+
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
3434
|
+
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
|
3435
|
+
"dev": true,
|
|
3436
|
+
"funding": [
|
|
3437
|
+
{
|
|
3438
|
+
"type": "github",
|
|
3439
|
+
"url": "https://github.com/sponsors/feross"
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"type": "patreon",
|
|
3443
|
+
"url": "https://www.patreon.com/feross"
|
|
3444
|
+
},
|
|
3445
|
+
{
|
|
3446
|
+
"type": "consulting",
|
|
3447
|
+
"url": "https://feross.org/support"
|
|
3448
|
+
}
|
|
3449
|
+
],
|
|
3450
|
+
"license": "MIT",
|
|
3451
|
+
"dependencies": {
|
|
3452
|
+
"queue-microtask": "^1.2.2"
|
|
1603
3453
|
}
|
|
1604
3454
|
},
|
|
1605
3455
|
"node_modules/safe-buffer": {
|
|
1606
3456
|
"version": "5.2.1",
|
|
1607
3457
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
1608
3458
|
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
1609
|
-
"license": "MIT",
|
|
1610
3459
|
"funding": [
|
|
1611
3460
|
{
|
|
1612
3461
|
"type": "github",
|
|
@@ -1620,7 +3469,18 @@
|
|
|
1620
3469
|
"type": "consulting",
|
|
1621
3470
|
"url": "https://feross.org/support"
|
|
1622
3471
|
}
|
|
1623
|
-
]
|
|
3472
|
+
],
|
|
3473
|
+
"license": "MIT"
|
|
3474
|
+
},
|
|
3475
|
+
"node_modules/semver": {
|
|
3476
|
+
"version": "5.7.2",
|
|
3477
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
|
|
3478
|
+
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
3479
|
+
"dev": true,
|
|
3480
|
+
"license": "ISC",
|
|
3481
|
+
"bin": {
|
|
3482
|
+
"semver": "bin/semver"
|
|
3483
|
+
}
|
|
1624
3484
|
},
|
|
1625
3485
|
"node_modules/shebang-command": {
|
|
1626
3486
|
"version": "2.0.0",
|
|
@@ -1643,23 +3503,231 @@
|
|
|
1643
3503
|
"node": ">=8"
|
|
1644
3504
|
}
|
|
1645
3505
|
},
|
|
3506
|
+
"node_modules/shelljs": {
|
|
3507
|
+
"version": "0.9.2",
|
|
3508
|
+
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.9.2.tgz",
|
|
3509
|
+
"integrity": "sha512-S3I64fEiKgTZzKCC46zT/Ib9meqofLrQVbpSswtjFfAVDW+AZ54WTnAM/3/yENoxz/V1Cy6u3kiiEbQ4DNphvw==",
|
|
3510
|
+
"dev": true,
|
|
3511
|
+
"license": "BSD-3-Clause",
|
|
3512
|
+
"dependencies": {
|
|
3513
|
+
"execa": "^1.0.0",
|
|
3514
|
+
"fast-glob": "^3.3.2",
|
|
3515
|
+
"interpret": "^1.0.0",
|
|
3516
|
+
"rechoir": "^0.6.2"
|
|
3517
|
+
},
|
|
3518
|
+
"bin": {
|
|
3519
|
+
"shjs": "bin/shjs"
|
|
3520
|
+
},
|
|
3521
|
+
"engines": {
|
|
3522
|
+
"node": ">=18"
|
|
3523
|
+
}
|
|
3524
|
+
},
|
|
3525
|
+
"node_modules/shx": {
|
|
3526
|
+
"version": "0.4.0",
|
|
3527
|
+
"resolved": "https://registry.npmjs.org/shx/-/shx-0.4.0.tgz",
|
|
3528
|
+
"integrity": "sha512-Z0KixSIlGPpijKgcH6oCMCbltPImvaKy0sGH8AkLRXw1KyzpKtaCTizP2xen+hNDqVF4xxgvA0KXSb9o4Q6hnA==",
|
|
3529
|
+
"dev": true,
|
|
3530
|
+
"license": "MIT",
|
|
3531
|
+
"dependencies": {
|
|
3532
|
+
"minimist": "^1.2.8",
|
|
3533
|
+
"shelljs": "^0.9.2"
|
|
3534
|
+
},
|
|
3535
|
+
"bin": {
|
|
3536
|
+
"shx": "lib/cli.js"
|
|
3537
|
+
},
|
|
3538
|
+
"engines": {
|
|
3539
|
+
"node": ">=18"
|
|
3540
|
+
}
|
|
3541
|
+
},
|
|
3542
|
+
"node_modules/siginfo": {
|
|
3543
|
+
"version": "2.0.0",
|
|
3544
|
+
"resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
|
|
3545
|
+
"integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
|
|
3546
|
+
"dev": true,
|
|
3547
|
+
"license": "ISC"
|
|
3548
|
+
},
|
|
1646
3549
|
"node_modules/signal-exit": {
|
|
1647
3550
|
"version": "3.0.7",
|
|
1648
3551
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
1649
3552
|
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
1650
3553
|
"license": "ISC"
|
|
1651
3554
|
},
|
|
3555
|
+
"node_modules/source-map-js": {
|
|
3556
|
+
"version": "1.2.1",
|
|
3557
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
3558
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
3559
|
+
"dev": true,
|
|
3560
|
+
"license": "BSD-3-Clause",
|
|
3561
|
+
"engines": {
|
|
3562
|
+
"node": ">=0.10.0"
|
|
3563
|
+
}
|
|
3564
|
+
},
|
|
3565
|
+
"node_modules/stackback": {
|
|
3566
|
+
"version": "0.0.2",
|
|
3567
|
+
"resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
|
|
3568
|
+
"integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
|
|
3569
|
+
"dev": true,
|
|
3570
|
+
"license": "MIT"
|
|
3571
|
+
},
|
|
3572
|
+
"node_modules/std-env": {
|
|
3573
|
+
"version": "3.10.0",
|
|
3574
|
+
"resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
|
|
3575
|
+
"integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
|
|
3576
|
+
"dev": true,
|
|
3577
|
+
"license": "MIT"
|
|
3578
|
+
},
|
|
3579
|
+
"node_modules/strip-eof": {
|
|
3580
|
+
"version": "1.0.0",
|
|
3581
|
+
"resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
|
|
3582
|
+
"integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==",
|
|
3583
|
+
"dev": true,
|
|
3584
|
+
"license": "MIT",
|
|
3585
|
+
"engines": {
|
|
3586
|
+
"node": ">=0.10.0"
|
|
3587
|
+
}
|
|
3588
|
+
},
|
|
3589
|
+
"node_modules/strip-literal": {
|
|
3590
|
+
"version": "3.1.0",
|
|
3591
|
+
"resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz",
|
|
3592
|
+
"integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
|
|
3593
|
+
"dev": true,
|
|
3594
|
+
"license": "MIT",
|
|
3595
|
+
"dependencies": {
|
|
3596
|
+
"js-tokens": "^9.0.1"
|
|
3597
|
+
},
|
|
3598
|
+
"funding": {
|
|
3599
|
+
"url": "https://github.com/sponsors/antfu"
|
|
3600
|
+
}
|
|
3601
|
+
},
|
|
1652
3602
|
"node_modules/strnum": {
|
|
1653
3603
|
"version": "2.3.0",
|
|
1654
3604
|
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.3.0.tgz",
|
|
1655
3605
|
"integrity": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==",
|
|
1656
|
-
"license": "MIT",
|
|
1657
3606
|
"funding": [
|
|
1658
3607
|
{
|
|
1659
3608
|
"type": "github",
|
|
1660
3609
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1661
3610
|
}
|
|
1662
|
-
]
|
|
3611
|
+
],
|
|
3612
|
+
"license": "MIT"
|
|
3613
|
+
},
|
|
3614
|
+
"node_modules/supports-preserve-symlinks-flag": {
|
|
3615
|
+
"version": "1.0.0",
|
|
3616
|
+
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
3617
|
+
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
|
3618
|
+
"dev": true,
|
|
3619
|
+
"license": "MIT",
|
|
3620
|
+
"engines": {
|
|
3621
|
+
"node": ">= 0.4"
|
|
3622
|
+
},
|
|
3623
|
+
"funding": {
|
|
3624
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
3625
|
+
}
|
|
3626
|
+
},
|
|
3627
|
+
"node_modules/tinybench": {
|
|
3628
|
+
"version": "2.9.0",
|
|
3629
|
+
"resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
|
|
3630
|
+
"integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
|
|
3631
|
+
"dev": true,
|
|
3632
|
+
"license": "MIT"
|
|
3633
|
+
},
|
|
3634
|
+
"node_modules/tinyexec": {
|
|
3635
|
+
"version": "0.3.2",
|
|
3636
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
|
|
3637
|
+
"integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
|
|
3638
|
+
"dev": true,
|
|
3639
|
+
"license": "MIT"
|
|
3640
|
+
},
|
|
3641
|
+
"node_modules/tinyglobby": {
|
|
3642
|
+
"version": "0.2.17",
|
|
3643
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
3644
|
+
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
3645
|
+
"dev": true,
|
|
3646
|
+
"license": "MIT",
|
|
3647
|
+
"dependencies": {
|
|
3648
|
+
"fdir": "^6.5.0",
|
|
3649
|
+
"picomatch": "^4.0.4"
|
|
3650
|
+
},
|
|
3651
|
+
"engines": {
|
|
3652
|
+
"node": ">=12.0.0"
|
|
3653
|
+
},
|
|
3654
|
+
"funding": {
|
|
3655
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
3656
|
+
}
|
|
3657
|
+
},
|
|
3658
|
+
"node_modules/tinyglobby/node_modules/fdir": {
|
|
3659
|
+
"version": "6.5.0",
|
|
3660
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
3661
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
3662
|
+
"dev": true,
|
|
3663
|
+
"license": "MIT",
|
|
3664
|
+
"engines": {
|
|
3665
|
+
"node": ">=12.0.0"
|
|
3666
|
+
},
|
|
3667
|
+
"peerDependencies": {
|
|
3668
|
+
"picomatch": "^3 || ^4"
|
|
3669
|
+
},
|
|
3670
|
+
"peerDependenciesMeta": {
|
|
3671
|
+
"picomatch": {
|
|
3672
|
+
"optional": true
|
|
3673
|
+
}
|
|
3674
|
+
}
|
|
3675
|
+
},
|
|
3676
|
+
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
3677
|
+
"version": "4.0.4",
|
|
3678
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
3679
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
3680
|
+
"dev": true,
|
|
3681
|
+
"license": "MIT",
|
|
3682
|
+
"engines": {
|
|
3683
|
+
"node": ">=12"
|
|
3684
|
+
},
|
|
3685
|
+
"funding": {
|
|
3686
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3687
|
+
}
|
|
3688
|
+
},
|
|
3689
|
+
"node_modules/tinypool": {
|
|
3690
|
+
"version": "1.1.1",
|
|
3691
|
+
"resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.1.1.tgz",
|
|
3692
|
+
"integrity": "sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==",
|
|
3693
|
+
"dev": true,
|
|
3694
|
+
"license": "MIT",
|
|
3695
|
+
"engines": {
|
|
3696
|
+
"node": "^18.0.0 || >=20.0.0"
|
|
3697
|
+
}
|
|
3698
|
+
},
|
|
3699
|
+
"node_modules/tinyrainbow": {
|
|
3700
|
+
"version": "2.0.0",
|
|
3701
|
+
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz",
|
|
3702
|
+
"integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==",
|
|
3703
|
+
"dev": true,
|
|
3704
|
+
"license": "MIT",
|
|
3705
|
+
"engines": {
|
|
3706
|
+
"node": ">=14.0.0"
|
|
3707
|
+
}
|
|
3708
|
+
},
|
|
3709
|
+
"node_modules/tinyspy": {
|
|
3710
|
+
"version": "4.0.4",
|
|
3711
|
+
"resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.4.tgz",
|
|
3712
|
+
"integrity": "sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==",
|
|
3713
|
+
"dev": true,
|
|
3714
|
+
"license": "MIT",
|
|
3715
|
+
"engines": {
|
|
3716
|
+
"node": ">=14.0.0"
|
|
3717
|
+
}
|
|
3718
|
+
},
|
|
3719
|
+
"node_modules/to-regex-range": {
|
|
3720
|
+
"version": "5.0.1",
|
|
3721
|
+
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
3722
|
+
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
3723
|
+
"dev": true,
|
|
3724
|
+
"license": "MIT",
|
|
3725
|
+
"dependencies": {
|
|
3726
|
+
"is-number": "^7.0.0"
|
|
3727
|
+
},
|
|
3728
|
+
"engines": {
|
|
3729
|
+
"node": ">=8.0"
|
|
3730
|
+
}
|
|
1663
3731
|
},
|
|
1664
3732
|
"node_modules/ts-algebra": {
|
|
1665
3733
|
"version": "2.0.0",
|
|
@@ -1679,6 +3747,20 @@
|
|
|
1679
3747
|
"integrity": "sha512-pZ0aQPmMmXoUvSbeuWf/Hzsc+avNw/Zd6VeE8CFgkVGWyuHPJvqeJJDeJqLve+K70LvjYIoleGcoJHPT17cWoA==",
|
|
1680
3748
|
"license": "MIT"
|
|
1681
3749
|
},
|
|
3750
|
+
"node_modules/typescript": {
|
|
3751
|
+
"version": "5.9.3",
|
|
3752
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
3753
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
3754
|
+
"dev": true,
|
|
3755
|
+
"license": "Apache-2.0",
|
|
3756
|
+
"bin": {
|
|
3757
|
+
"tsc": "bin/tsc",
|
|
3758
|
+
"tsserver": "bin/tsserver"
|
|
3759
|
+
},
|
|
3760
|
+
"engines": {
|
|
3761
|
+
"node": ">=14.17"
|
|
3762
|
+
}
|
|
3763
|
+
},
|
|
1682
3764
|
"node_modules/undici": {
|
|
1683
3765
|
"version": "8.3.0",
|
|
1684
3766
|
"resolved": "https://registry.npmjs.org/undici/-/undici-8.3.0.tgz",
|
|
@@ -1689,11 +3771,224 @@
|
|
|
1689
3771
|
}
|
|
1690
3772
|
},
|
|
1691
3773
|
"node_modules/undici-types": {
|
|
1692
|
-
"version": "
|
|
1693
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
1694
|
-
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
3774
|
+
"version": "7.16.0",
|
|
1695
3775
|
"license": "MIT"
|
|
1696
3776
|
},
|
|
3777
|
+
"node_modules/vite": {
|
|
3778
|
+
"version": "7.3.3",
|
|
3779
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-7.3.3.tgz",
|
|
3780
|
+
"integrity": "sha512-/4XH147Ui7OGTjg3HbdWe5arnZQSbfuRzdr9Ec7TQi5I7R+ir0Rlc9GIvD4v0XZurELqA035KVXJXpR61xhiTA==",
|
|
3781
|
+
"dev": true,
|
|
3782
|
+
"license": "MIT",
|
|
3783
|
+
"dependencies": {
|
|
3784
|
+
"esbuild": "^0.27.0",
|
|
3785
|
+
"fdir": "^6.5.0",
|
|
3786
|
+
"picomatch": "^4.0.3",
|
|
3787
|
+
"postcss": "^8.5.6",
|
|
3788
|
+
"rollup": "^4.43.0",
|
|
3789
|
+
"tinyglobby": "^0.2.15"
|
|
3790
|
+
},
|
|
3791
|
+
"bin": {
|
|
3792
|
+
"vite": "bin/vite.js"
|
|
3793
|
+
},
|
|
3794
|
+
"engines": {
|
|
3795
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
3796
|
+
},
|
|
3797
|
+
"funding": {
|
|
3798
|
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
3799
|
+
},
|
|
3800
|
+
"optionalDependencies": {
|
|
3801
|
+
"fsevents": "~2.3.3"
|
|
3802
|
+
},
|
|
3803
|
+
"peerDependencies": {
|
|
3804
|
+
"@types/node": "^20.19.0 || >=22.12.0",
|
|
3805
|
+
"jiti": ">=1.21.0",
|
|
3806
|
+
"less": "^4.0.0",
|
|
3807
|
+
"lightningcss": "^1.21.0",
|
|
3808
|
+
"sass": "^1.70.0",
|
|
3809
|
+
"sass-embedded": "^1.70.0",
|
|
3810
|
+
"stylus": ">=0.54.8",
|
|
3811
|
+
"sugarss": "^5.0.0",
|
|
3812
|
+
"terser": "^5.16.0",
|
|
3813
|
+
"tsx": "^4.8.1",
|
|
3814
|
+
"yaml": "^2.4.2"
|
|
3815
|
+
},
|
|
3816
|
+
"peerDependenciesMeta": {
|
|
3817
|
+
"@types/node": {
|
|
3818
|
+
"optional": true
|
|
3819
|
+
},
|
|
3820
|
+
"jiti": {
|
|
3821
|
+
"optional": true
|
|
3822
|
+
},
|
|
3823
|
+
"less": {
|
|
3824
|
+
"optional": true
|
|
3825
|
+
},
|
|
3826
|
+
"lightningcss": {
|
|
3827
|
+
"optional": true
|
|
3828
|
+
},
|
|
3829
|
+
"sass": {
|
|
3830
|
+
"optional": true
|
|
3831
|
+
},
|
|
3832
|
+
"sass-embedded": {
|
|
3833
|
+
"optional": true
|
|
3834
|
+
},
|
|
3835
|
+
"stylus": {
|
|
3836
|
+
"optional": true
|
|
3837
|
+
},
|
|
3838
|
+
"sugarss": {
|
|
3839
|
+
"optional": true
|
|
3840
|
+
},
|
|
3841
|
+
"terser": {
|
|
3842
|
+
"optional": true
|
|
3843
|
+
},
|
|
3844
|
+
"tsx": {
|
|
3845
|
+
"optional": true
|
|
3846
|
+
},
|
|
3847
|
+
"yaml": {
|
|
3848
|
+
"optional": true
|
|
3849
|
+
}
|
|
3850
|
+
}
|
|
3851
|
+
},
|
|
3852
|
+
"node_modules/vite-node": {
|
|
3853
|
+
"version": "3.2.4",
|
|
3854
|
+
"resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz",
|
|
3855
|
+
"integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==",
|
|
3856
|
+
"dev": true,
|
|
3857
|
+
"license": "MIT",
|
|
3858
|
+
"dependencies": {
|
|
3859
|
+
"cac": "^6.7.14",
|
|
3860
|
+
"debug": "^4.4.1",
|
|
3861
|
+
"es-module-lexer": "^1.7.0",
|
|
3862
|
+
"pathe": "^2.0.3",
|
|
3863
|
+
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
|
|
3864
|
+
},
|
|
3865
|
+
"bin": {
|
|
3866
|
+
"vite-node": "vite-node.mjs"
|
|
3867
|
+
},
|
|
3868
|
+
"engines": {
|
|
3869
|
+
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|
3870
|
+
},
|
|
3871
|
+
"funding": {
|
|
3872
|
+
"url": "https://opencollective.com/vitest"
|
|
3873
|
+
}
|
|
3874
|
+
},
|
|
3875
|
+
"node_modules/vite/node_modules/fdir": {
|
|
3876
|
+
"version": "6.5.0",
|
|
3877
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
3878
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
3879
|
+
"dev": true,
|
|
3880
|
+
"license": "MIT",
|
|
3881
|
+
"engines": {
|
|
3882
|
+
"node": ">=12.0.0"
|
|
3883
|
+
},
|
|
3884
|
+
"peerDependencies": {
|
|
3885
|
+
"picomatch": "^3 || ^4"
|
|
3886
|
+
},
|
|
3887
|
+
"peerDependenciesMeta": {
|
|
3888
|
+
"picomatch": {
|
|
3889
|
+
"optional": true
|
|
3890
|
+
}
|
|
3891
|
+
}
|
|
3892
|
+
},
|
|
3893
|
+
"node_modules/vite/node_modules/picomatch": {
|
|
3894
|
+
"version": "4.0.4",
|
|
3895
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
3896
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
3897
|
+
"dev": true,
|
|
3898
|
+
"license": "MIT",
|
|
3899
|
+
"engines": {
|
|
3900
|
+
"node": ">=12"
|
|
3901
|
+
},
|
|
3902
|
+
"funding": {
|
|
3903
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3904
|
+
}
|
|
3905
|
+
},
|
|
3906
|
+
"node_modules/vitest": {
|
|
3907
|
+
"version": "3.2.4",
|
|
3908
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-3.2.4.tgz",
|
|
3909
|
+
"integrity": "sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==",
|
|
3910
|
+
"dev": true,
|
|
3911
|
+
"license": "MIT",
|
|
3912
|
+
"dependencies": {
|
|
3913
|
+
"@types/chai": "^5.2.2",
|
|
3914
|
+
"@vitest/expect": "3.2.4",
|
|
3915
|
+
"@vitest/mocker": "3.2.4",
|
|
3916
|
+
"@vitest/pretty-format": "^3.2.4",
|
|
3917
|
+
"@vitest/runner": "3.2.4",
|
|
3918
|
+
"@vitest/snapshot": "3.2.4",
|
|
3919
|
+
"@vitest/spy": "3.2.4",
|
|
3920
|
+
"@vitest/utils": "3.2.4",
|
|
3921
|
+
"chai": "^5.2.0",
|
|
3922
|
+
"debug": "^4.4.1",
|
|
3923
|
+
"expect-type": "^1.2.1",
|
|
3924
|
+
"magic-string": "^0.30.17",
|
|
3925
|
+
"pathe": "^2.0.3",
|
|
3926
|
+
"picomatch": "^4.0.2",
|
|
3927
|
+
"std-env": "^3.9.0",
|
|
3928
|
+
"tinybench": "^2.9.0",
|
|
3929
|
+
"tinyexec": "^0.3.2",
|
|
3930
|
+
"tinyglobby": "^0.2.14",
|
|
3931
|
+
"tinypool": "^1.1.1",
|
|
3932
|
+
"tinyrainbow": "^2.0.0",
|
|
3933
|
+
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0",
|
|
3934
|
+
"vite-node": "3.2.4",
|
|
3935
|
+
"why-is-node-running": "^2.3.0"
|
|
3936
|
+
},
|
|
3937
|
+
"bin": {
|
|
3938
|
+
"vitest": "vitest.mjs"
|
|
3939
|
+
},
|
|
3940
|
+
"engines": {
|
|
3941
|
+
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
|
3942
|
+
},
|
|
3943
|
+
"funding": {
|
|
3944
|
+
"url": "https://opencollective.com/vitest"
|
|
3945
|
+
},
|
|
3946
|
+
"peerDependencies": {
|
|
3947
|
+
"@edge-runtime/vm": "*",
|
|
3948
|
+
"@types/debug": "^4.1.12",
|
|
3949
|
+
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
|
3950
|
+
"@vitest/browser": "3.2.4",
|
|
3951
|
+
"@vitest/ui": "3.2.4",
|
|
3952
|
+
"happy-dom": "*",
|
|
3953
|
+
"jsdom": "*"
|
|
3954
|
+
},
|
|
3955
|
+
"peerDependenciesMeta": {
|
|
3956
|
+
"@edge-runtime/vm": {
|
|
3957
|
+
"optional": true
|
|
3958
|
+
},
|
|
3959
|
+
"@types/debug": {
|
|
3960
|
+
"optional": true
|
|
3961
|
+
},
|
|
3962
|
+
"@types/node": {
|
|
3963
|
+
"optional": true
|
|
3964
|
+
},
|
|
3965
|
+
"@vitest/browser": {
|
|
3966
|
+
"optional": true
|
|
3967
|
+
},
|
|
3968
|
+
"@vitest/ui": {
|
|
3969
|
+
"optional": true
|
|
3970
|
+
},
|
|
3971
|
+
"happy-dom": {
|
|
3972
|
+
"optional": true
|
|
3973
|
+
},
|
|
3974
|
+
"jsdom": {
|
|
3975
|
+
"optional": true
|
|
3976
|
+
}
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3979
|
+
"node_modules/vitest/node_modules/picomatch": {
|
|
3980
|
+
"version": "4.0.4",
|
|
3981
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
3982
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
3983
|
+
"dev": true,
|
|
3984
|
+
"license": "MIT",
|
|
3985
|
+
"engines": {
|
|
3986
|
+
"node": ">=12"
|
|
3987
|
+
},
|
|
3988
|
+
"funding": {
|
|
3989
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3990
|
+
}
|
|
3991
|
+
},
|
|
1697
3992
|
"node_modules/web-streams-polyfill": {
|
|
1698
3993
|
"version": "3.3.3",
|
|
1699
3994
|
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
|
|
@@ -1718,11 +4013,38 @@
|
|
|
1718
4013
|
"node": ">= 8"
|
|
1719
4014
|
}
|
|
1720
4015
|
},
|
|
4016
|
+
"node_modules/why-is-node-running": {
|
|
4017
|
+
"version": "2.3.0",
|
|
4018
|
+
"resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
|
|
4019
|
+
"integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
|
|
4020
|
+
"dev": true,
|
|
4021
|
+
"license": "MIT",
|
|
4022
|
+
"dependencies": {
|
|
4023
|
+
"siginfo": "^2.0.0",
|
|
4024
|
+
"stackback": "0.0.2"
|
|
4025
|
+
},
|
|
4026
|
+
"bin": {
|
|
4027
|
+
"why-is-node-running": "cli.js"
|
|
4028
|
+
},
|
|
4029
|
+
"engines": {
|
|
4030
|
+
"node": ">=8"
|
|
4031
|
+
}
|
|
4032
|
+
},
|
|
4033
|
+
"node_modules/wrappy": {
|
|
4034
|
+
"version": "1.0.2",
|
|
4035
|
+
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
4036
|
+
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
4037
|
+
"dev": true,
|
|
4038
|
+
"license": "ISC"
|
|
4039
|
+
},
|
|
1721
4040
|
"node_modules/ws": {
|
|
1722
|
-
"version": "8.
|
|
1723
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
1724
|
-
"integrity": "sha512-
|
|
4041
|
+
"version": "8.21.0",
|
|
4042
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
4043
|
+
"integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
|
|
1725
4044
|
"license": "MIT",
|
|
4045
|
+
"engines": {
|
|
4046
|
+
"node": ">=10.0.0"
|
|
4047
|
+
},
|
|
1726
4048
|
"peerDependencies": {
|
|
1727
4049
|
"bufferutil": "^4.0.1",
|
|
1728
4050
|
"utf-8-validate": ">=5.0.2"
|
|
@@ -1734,25 +4056,22 @@
|
|
|
1734
4056
|
"utf-8-validate": {
|
|
1735
4057
|
"optional": true
|
|
1736
4058
|
}
|
|
1737
|
-
},
|
|
1738
|
-
"engines": {
|
|
1739
|
-
"node": ">=10.0.0"
|
|
1740
4059
|
}
|
|
1741
4060
|
},
|
|
1742
4061
|
"node_modules/xml-naming": {
|
|
1743
4062
|
"version": "0.1.0",
|
|
1744
4063
|
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
|
1745
4064
|
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
|
1746
|
-
"license": "MIT",
|
|
1747
|
-
"engines": {
|
|
1748
|
-
"node": ">=16.0.0"
|
|
1749
|
-
},
|
|
1750
4065
|
"funding": [
|
|
1751
4066
|
{
|
|
1752
4067
|
"type": "github",
|
|
1753
4068
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
1754
4069
|
}
|
|
1755
|
-
]
|
|
4070
|
+
],
|
|
4071
|
+
"license": "MIT",
|
|
4072
|
+
"engines": {
|
|
4073
|
+
"node": ">=16.0.0"
|
|
4074
|
+
}
|
|
1756
4075
|
},
|
|
1757
4076
|
"node_modules/yaml": {
|
|
1758
4077
|
"version": "2.9.0",
|
|
@@ -1770,9 +4089,9 @@
|
|
|
1770
4089
|
}
|
|
1771
4090
|
},
|
|
1772
4091
|
"node_modules/zod": {
|
|
1773
|
-
"version": "
|
|
1774
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-
|
|
1775
|
-
"integrity": "sha512-
|
|
4092
|
+
"version": "4.4.3",
|
|
4093
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
|
|
4094
|
+
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
|
|
1776
4095
|
"license": "MIT",
|
|
1777
4096
|
"funding": {
|
|
1778
4097
|
"url": "https://github.com/sponsors/colinhacks"
|