@soos-io/soos-sbom 1.3.2 → 1.3.3-pre.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.
@@ -0,0 +1,2875 @@
1
+ {
2
+ "name": "@soos-io/soos-sbom",
3
+ "version": "1.3.3-pre.2",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "@soos-io/soos-sbom",
9
+ "version": "1.3.3-pre.2",
10
+ "license": "MIT",
11
+ "dependencies": {
12
+ "@soos-io/api-client": "1.10.5",
13
+ "glob": "^13.0.6",
14
+ "tslib": "^2.6.3"
15
+ },
16
+ "bin": {
17
+ "soos-sbom": "bin/index.js"
18
+ },
19
+ "devDependencies": {
20
+ "@eslint/js": "^10.0.1",
21
+ "@types/node": "^24.11.0",
22
+ "eslint": "^10.2.0",
23
+ "globals": "^17.4.0",
24
+ "knip": "^6.3.0",
25
+ "prettier": "^3.5.1",
26
+ "typescript": "^6.0.2",
27
+ "typescript-eslint": "^8.56.1"
28
+ }
29
+ },
30
+ "node_modules/@emnapi/core": {
31
+ "version": "1.9.2",
32
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz",
33
+ "integrity": "sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==",
34
+ "dev": true,
35
+ "license": "MIT",
36
+ "optional": true,
37
+ "peer": true,
38
+ "dependencies": {
39
+ "@emnapi/wasi-threads": "1.2.1",
40
+ "tslib": "^2.4.0"
41
+ }
42
+ },
43
+ "node_modules/@emnapi/runtime": {
44
+ "version": "1.9.2",
45
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
46
+ "integrity": "sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==",
47
+ "dev": true,
48
+ "license": "MIT",
49
+ "optional": true,
50
+ "peer": true,
51
+ "dependencies": {
52
+ "tslib": "^2.4.0"
53
+ }
54
+ },
55
+ "node_modules/@emnapi/wasi-threads": {
56
+ "version": "1.2.1",
57
+ "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
58
+ "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
59
+ "dev": true,
60
+ "license": "MIT",
61
+ "optional": true,
62
+ "peer": true,
63
+ "dependencies": {
64
+ "tslib": "^2.4.0"
65
+ }
66
+ },
67
+ "node_modules/@eslint-community/eslint-utils": {
68
+ "version": "4.9.1",
69
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
70
+ "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
71
+ "dev": true,
72
+ "license": "MIT",
73
+ "dependencies": {
74
+ "eslint-visitor-keys": "^3.4.3"
75
+ },
76
+ "engines": {
77
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
78
+ },
79
+ "funding": {
80
+ "url": "https://opencollective.com/eslint"
81
+ },
82
+ "peerDependencies": {
83
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
84
+ }
85
+ },
86
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
87
+ "version": "3.4.3",
88
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
89
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
90
+ "dev": true,
91
+ "license": "Apache-2.0",
92
+ "engines": {
93
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
94
+ },
95
+ "funding": {
96
+ "url": "https://opencollective.com/eslint"
97
+ }
98
+ },
99
+ "node_modules/@eslint-community/regexpp": {
100
+ "version": "4.12.2",
101
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
102
+ "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
103
+ "dev": true,
104
+ "license": "MIT",
105
+ "engines": {
106
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
107
+ }
108
+ },
109
+ "node_modules/@eslint/config-array": {
110
+ "version": "0.23.4",
111
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.4.tgz",
112
+ "integrity": "sha512-lf19F24LSMfF8weXvW5QEtnLqW70u7kgit5e9PSx0MsHAFclGd1T9ynvWEMDT1w5J4Qt54tomGeAhdoAku1Xow==",
113
+ "dev": true,
114
+ "license": "Apache-2.0",
115
+ "dependencies": {
116
+ "@eslint/object-schema": "^3.0.4",
117
+ "debug": "^4.3.1",
118
+ "minimatch": "^10.2.4"
119
+ },
120
+ "engines": {
121
+ "node": "^20.19.0 || ^22.13.0 || >=24"
122
+ }
123
+ },
124
+ "node_modules/@eslint/config-helpers": {
125
+ "version": "0.5.4",
126
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.4.tgz",
127
+ "integrity": "sha512-jJhqiY3wPMlWWO3370M86CPJ7pt8GmEwSLglMfQhjXal07RCvhmU0as4IuUEW5SJeunfItiEetHmSxCCe9lDBg==",
128
+ "dev": true,
129
+ "license": "Apache-2.0",
130
+ "dependencies": {
131
+ "@eslint/core": "^1.2.0"
132
+ },
133
+ "engines": {
134
+ "node": "^20.19.0 || ^22.13.0 || >=24"
135
+ }
136
+ },
137
+ "node_modules/@eslint/core": {
138
+ "version": "1.2.0",
139
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.0.tgz",
140
+ "integrity": "sha512-8FTGbNzTvmSlc4cZBaShkC6YvFMG0riksYWRFKXztqVdXaQbcZLXlFbSpC05s70sGEsXAw0qwhx69JiW7hQS7A==",
141
+ "dev": true,
142
+ "license": "Apache-2.0",
143
+ "dependencies": {
144
+ "@types/json-schema": "^7.0.15"
145
+ },
146
+ "engines": {
147
+ "node": "^20.19.0 || ^22.13.0 || >=24"
148
+ }
149
+ },
150
+ "node_modules/@eslint/js": {
151
+ "version": "10.0.1",
152
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz",
153
+ "integrity": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==",
154
+ "dev": true,
155
+ "license": "MIT",
156
+ "engines": {
157
+ "node": "^20.19.0 || ^22.13.0 || >=24"
158
+ },
159
+ "funding": {
160
+ "url": "https://eslint.org/donate"
161
+ },
162
+ "peerDependencies": {
163
+ "eslint": "^10.0.0"
164
+ },
165
+ "peerDependenciesMeta": {
166
+ "eslint": {
167
+ "optional": true
168
+ }
169
+ }
170
+ },
171
+ "node_modules/@eslint/object-schema": {
172
+ "version": "3.0.4",
173
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.4.tgz",
174
+ "integrity": "sha512-55lO/7+Yp0ISKRP0PsPtNTeNGapXaO085aELZmWCVc5SH3jfrqpuU6YgOdIxMS99ZHkQN1cXKE+cdIqwww9ptw==",
175
+ "dev": true,
176
+ "license": "Apache-2.0",
177
+ "engines": {
178
+ "node": "^20.19.0 || ^22.13.0 || >=24"
179
+ }
180
+ },
181
+ "node_modules/@eslint/plugin-kit": {
182
+ "version": "0.7.0",
183
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.0.tgz",
184
+ "integrity": "sha512-ejvBr8MQCbVsWNZnCwDXjUKq40MDmHalq7cJ6e9s/qzTUFIIo/afzt1Vui9T97FM/V/pN4YsFVoed5NIa96RDg==",
185
+ "dev": true,
186
+ "license": "Apache-2.0",
187
+ "dependencies": {
188
+ "@eslint/core": "^1.2.0",
189
+ "levn": "^0.4.1"
190
+ },
191
+ "engines": {
192
+ "node": "^20.19.0 || ^22.13.0 || >=24"
193
+ }
194
+ },
195
+ "node_modules/@humanfs/core": {
196
+ "version": "0.19.1",
197
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
198
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
199
+ "dev": true,
200
+ "license": "Apache-2.0",
201
+ "engines": {
202
+ "node": ">=18.18.0"
203
+ }
204
+ },
205
+ "node_modules/@humanfs/node": {
206
+ "version": "0.16.7",
207
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
208
+ "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
209
+ "dev": true,
210
+ "license": "Apache-2.0",
211
+ "dependencies": {
212
+ "@humanfs/core": "^0.19.1",
213
+ "@humanwhocodes/retry": "^0.4.0"
214
+ },
215
+ "engines": {
216
+ "node": ">=18.18.0"
217
+ }
218
+ },
219
+ "node_modules/@humanwhocodes/module-importer": {
220
+ "version": "1.0.1",
221
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
222
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
223
+ "dev": true,
224
+ "license": "Apache-2.0",
225
+ "engines": {
226
+ "node": ">=12.22"
227
+ },
228
+ "funding": {
229
+ "type": "github",
230
+ "url": "https://github.com/sponsors/nzakas"
231
+ }
232
+ },
233
+ "node_modules/@humanwhocodes/retry": {
234
+ "version": "0.4.3",
235
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
236
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
237
+ "dev": true,
238
+ "license": "Apache-2.0",
239
+ "engines": {
240
+ "node": ">=18.18"
241
+ },
242
+ "funding": {
243
+ "type": "github",
244
+ "url": "https://github.com/sponsors/nzakas"
245
+ }
246
+ },
247
+ "node_modules/@napi-rs/wasm-runtime": {
248
+ "version": "1.1.2",
249
+ "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.2.tgz",
250
+ "integrity": "sha512-sNXv5oLJ7ob93xkZ1XnxisYhGYXfaG9f65/ZgYuAu3qt7b3NadcOEhLvx28hv31PgX8SZJRYrAIPQilQmFpLVw==",
251
+ "dev": true,
252
+ "license": "MIT",
253
+ "optional": true,
254
+ "dependencies": {
255
+ "@tybys/wasm-util": "^0.10.1"
256
+ },
257
+ "funding": {
258
+ "type": "github",
259
+ "url": "https://github.com/sponsors/Brooooooklyn"
260
+ },
261
+ "peerDependencies": {
262
+ "@emnapi/core": "^1.7.1",
263
+ "@emnapi/runtime": "^1.7.1"
264
+ }
265
+ },
266
+ "node_modules/@nodelib/fs.scandir": {
267
+ "version": "2.1.5",
268
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
269
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
270
+ "dev": true,
271
+ "license": "MIT",
272
+ "dependencies": {
273
+ "@nodelib/fs.stat": "2.0.5",
274
+ "run-parallel": "^1.1.9"
275
+ },
276
+ "engines": {
277
+ "node": ">= 8"
278
+ }
279
+ },
280
+ "node_modules/@nodelib/fs.stat": {
281
+ "version": "2.0.5",
282
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
283
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
284
+ "dev": true,
285
+ "license": "MIT",
286
+ "engines": {
287
+ "node": ">= 8"
288
+ }
289
+ },
290
+ "node_modules/@nodelib/fs.walk": {
291
+ "version": "1.2.8",
292
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
293
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
294
+ "dev": true,
295
+ "license": "MIT",
296
+ "dependencies": {
297
+ "@nodelib/fs.scandir": "2.1.5",
298
+ "fastq": "^1.6.0"
299
+ },
300
+ "engines": {
301
+ "node": ">= 8"
302
+ }
303
+ },
304
+ "node_modules/@oxc-parser/binding-android-arm-eabi": {
305
+ "version": "0.121.0",
306
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm-eabi/-/binding-android-arm-eabi-0.121.0.tgz",
307
+ "integrity": "sha512-n07FQcySwOlzap424/PLMtOkbS7xOu8nsJduKL8P3COGHKgKoDYXwoAHCbChfgFpHnviehrLWIPX0lKGtbEk/A==",
308
+ "cpu": [
309
+ "arm"
310
+ ],
311
+ "dev": true,
312
+ "license": "MIT",
313
+ "optional": true,
314
+ "os": [
315
+ "android"
316
+ ],
317
+ "engines": {
318
+ "node": "^20.19.0 || >=22.12.0"
319
+ }
320
+ },
321
+ "node_modules/@oxc-parser/binding-android-arm64": {
322
+ "version": "0.121.0",
323
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-android-arm64/-/binding-android-arm64-0.121.0.tgz",
324
+ "integrity": "sha512-/Dd1xIXboYAicw+twT2utxPD7bL8qh7d3ej0qvaYIMj3/EgIrGR+tSnjCUkiCT6g6uTC0neSS4JY8LxhdSU/sA==",
325
+ "cpu": [
326
+ "arm64"
327
+ ],
328
+ "dev": true,
329
+ "license": "MIT",
330
+ "optional": true,
331
+ "os": [
332
+ "android"
333
+ ],
334
+ "engines": {
335
+ "node": "^20.19.0 || >=22.12.0"
336
+ }
337
+ },
338
+ "node_modules/@oxc-parser/binding-darwin-arm64": {
339
+ "version": "0.121.0",
340
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-arm64/-/binding-darwin-arm64-0.121.0.tgz",
341
+ "integrity": "sha512-A0jNEvv7QMtCO1yk205t3DWU9sWUjQ2KNF0hSVO5W9R9r/R1BIvzG01UQAfmtC0dQm7sCrs5puixurKSfr2bRQ==",
342
+ "cpu": [
343
+ "arm64"
344
+ ],
345
+ "dev": true,
346
+ "license": "MIT",
347
+ "optional": true,
348
+ "os": [
349
+ "darwin"
350
+ ],
351
+ "engines": {
352
+ "node": "^20.19.0 || >=22.12.0"
353
+ }
354
+ },
355
+ "node_modules/@oxc-parser/binding-darwin-x64": {
356
+ "version": "0.121.0",
357
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-darwin-x64/-/binding-darwin-x64-0.121.0.tgz",
358
+ "integrity": "sha512-SsHzipdxTKUs3I9EOAPmnIimEeJOemqRlRDOp9LIj+96wtxZejF51gNibmoGq8KoqbT1ssAI5po/E3J+vEtXGA==",
359
+ "cpu": [
360
+ "x64"
361
+ ],
362
+ "dev": true,
363
+ "license": "MIT",
364
+ "optional": true,
365
+ "os": [
366
+ "darwin"
367
+ ],
368
+ "engines": {
369
+ "node": "^20.19.0 || >=22.12.0"
370
+ }
371
+ },
372
+ "node_modules/@oxc-parser/binding-freebsd-x64": {
373
+ "version": "0.121.0",
374
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-freebsd-x64/-/binding-freebsd-x64-0.121.0.tgz",
375
+ "integrity": "sha512-v1APOTkCp+RWOIDAHRoaeW/UoaHF15a60E8eUL6kUQXh+i4K7PBwq2Wi7jm8p0ymID5/m/oC1w3W31Z/+r7HQw==",
376
+ "cpu": [
377
+ "x64"
378
+ ],
379
+ "dev": true,
380
+ "license": "MIT",
381
+ "optional": true,
382
+ "os": [
383
+ "freebsd"
384
+ ],
385
+ "engines": {
386
+ "node": "^20.19.0 || >=22.12.0"
387
+ }
388
+ },
389
+ "node_modules/@oxc-parser/binding-linux-arm-gnueabihf": {
390
+ "version": "0.121.0",
391
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.121.0.tgz",
392
+ "integrity": "sha512-PmqPQuqHZyFVWA4ycr0eu4VnTMmq9laOHZd+8R359w6kzuNZPvmmunmNJ8ybkm769A0nCoVp3TJ6dUz7B3FYIQ==",
393
+ "cpu": [
394
+ "arm"
395
+ ],
396
+ "dev": true,
397
+ "license": "MIT",
398
+ "optional": true,
399
+ "os": [
400
+ "linux"
401
+ ],
402
+ "engines": {
403
+ "node": "^20.19.0 || >=22.12.0"
404
+ }
405
+ },
406
+ "node_modules/@oxc-parser/binding-linux-arm-musleabihf": {
407
+ "version": "0.121.0",
408
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.121.0.tgz",
409
+ "integrity": "sha512-vF24htj+MOH+Q7y9A8NuC6pUZu8t/C2Fr/kDOi2OcNf28oogr2xadBPXAbml802E8wRAVfbta6YLDQTearz+jw==",
410
+ "cpu": [
411
+ "arm"
412
+ ],
413
+ "dev": true,
414
+ "license": "MIT",
415
+ "optional": true,
416
+ "os": [
417
+ "linux"
418
+ ],
419
+ "engines": {
420
+ "node": "^20.19.0 || >=22.12.0"
421
+ }
422
+ },
423
+ "node_modules/@oxc-parser/binding-linux-arm64-gnu": {
424
+ "version": "0.121.0",
425
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.121.0.tgz",
426
+ "integrity": "sha512-wjH8cIG2Lu/3d64iZpbYr73hREMgKAfu7fqpXjgM2S16y2zhTfDIp8EQjxO8vlDtKP5Rc7waZW72lh8nZtWrpA==",
427
+ "cpu": [
428
+ "arm64"
429
+ ],
430
+ "dev": true,
431
+ "libc": [
432
+ "glibc"
433
+ ],
434
+ "license": "MIT",
435
+ "optional": true,
436
+ "os": [
437
+ "linux"
438
+ ],
439
+ "engines": {
440
+ "node": "^20.19.0 || >=22.12.0"
441
+ }
442
+ },
443
+ "node_modules/@oxc-parser/binding-linux-arm64-musl": {
444
+ "version": "0.121.0",
445
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.121.0.tgz",
446
+ "integrity": "sha512-qT663J/W8yQFw3dtscbEi9LKJevr20V7uWs2MPGTnvNZ3rm8anhhE16gXGpxDOHeg9raySaSHKhd4IGa3YZvuw==",
447
+ "cpu": [
448
+ "arm64"
449
+ ],
450
+ "dev": true,
451
+ "libc": [
452
+ "musl"
453
+ ],
454
+ "license": "MIT",
455
+ "optional": true,
456
+ "os": [
457
+ "linux"
458
+ ],
459
+ "engines": {
460
+ "node": "^20.19.0 || >=22.12.0"
461
+ }
462
+ },
463
+ "node_modules/@oxc-parser/binding-linux-ppc64-gnu": {
464
+ "version": "0.121.0",
465
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.121.0.tgz",
466
+ "integrity": "sha512-mYNe4NhVvDBbPkAP8JaVS8lC1dsoJZWH5WCjpw5E+sjhk1R08wt3NnXYUzum7tIiWPfgQxbCMcoxgeemFASbRw==",
467
+ "cpu": [
468
+ "ppc64"
469
+ ],
470
+ "dev": true,
471
+ "libc": [
472
+ "glibc"
473
+ ],
474
+ "license": "MIT",
475
+ "optional": true,
476
+ "os": [
477
+ "linux"
478
+ ],
479
+ "engines": {
480
+ "node": "^20.19.0 || >=22.12.0"
481
+ }
482
+ },
483
+ "node_modules/@oxc-parser/binding-linux-riscv64-gnu": {
484
+ "version": "0.121.0",
485
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.121.0.tgz",
486
+ "integrity": "sha512-+QiFoGxhAbaI/amqX567784cDyyuZIpinBrJNxUzb+/L2aBRX67mN6Jv40pqduHf15yYByI+K5gUEygCuv0z9w==",
487
+ "cpu": [
488
+ "riscv64"
489
+ ],
490
+ "dev": true,
491
+ "libc": [
492
+ "glibc"
493
+ ],
494
+ "license": "MIT",
495
+ "optional": true,
496
+ "os": [
497
+ "linux"
498
+ ],
499
+ "engines": {
500
+ "node": "^20.19.0 || >=22.12.0"
501
+ }
502
+ },
503
+ "node_modules/@oxc-parser/binding-linux-riscv64-musl": {
504
+ "version": "0.121.0",
505
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.121.0.tgz",
506
+ "integrity": "sha512-9ykEgyTa5JD/Uhv2sttbKnCfl2PieUfOjyxJC/oDL2UO0qtXOtjPLl7H8Kaj5G7p3hIvFgu3YWvAxvE0sqY+hQ==",
507
+ "cpu": [
508
+ "riscv64"
509
+ ],
510
+ "dev": true,
511
+ "libc": [
512
+ "musl"
513
+ ],
514
+ "license": "MIT",
515
+ "optional": true,
516
+ "os": [
517
+ "linux"
518
+ ],
519
+ "engines": {
520
+ "node": "^20.19.0 || >=22.12.0"
521
+ }
522
+ },
523
+ "node_modules/@oxc-parser/binding-linux-s390x-gnu": {
524
+ "version": "0.121.0",
525
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.121.0.tgz",
526
+ "integrity": "sha512-DB1EW5VHZdc1lIRjOI3bW/wV6R6y0xlfvdVrqj6kKi7Ayu2U3UqUBdq9KviVkcUGd5Oq+dROqvUEEFRXGAM7EQ==",
527
+ "cpu": [
528
+ "s390x"
529
+ ],
530
+ "dev": true,
531
+ "libc": [
532
+ "glibc"
533
+ ],
534
+ "license": "MIT",
535
+ "optional": true,
536
+ "os": [
537
+ "linux"
538
+ ],
539
+ "engines": {
540
+ "node": "^20.19.0 || >=22.12.0"
541
+ }
542
+ },
543
+ "node_modules/@oxc-parser/binding-linux-x64-gnu": {
544
+ "version": "0.121.0",
545
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.121.0.tgz",
546
+ "integrity": "sha512-s4lfobX9p4kPTclvMiH3gcQUd88VlnkMTF6n2MTMDAyX5FPNRhhRSFZK05Ykhf8Zy5NibV4PbGR6DnK7FGNN6A==",
547
+ "cpu": [
548
+ "x64"
549
+ ],
550
+ "dev": true,
551
+ "libc": [
552
+ "glibc"
553
+ ],
554
+ "license": "MIT",
555
+ "optional": true,
556
+ "os": [
557
+ "linux"
558
+ ],
559
+ "engines": {
560
+ "node": "^20.19.0 || >=22.12.0"
561
+ }
562
+ },
563
+ "node_modules/@oxc-parser/binding-linux-x64-musl": {
564
+ "version": "0.121.0",
565
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-linux-x64-musl/-/binding-linux-x64-musl-0.121.0.tgz",
566
+ "integrity": "sha512-P9KlyTpuBuMi3NRGpJO8MicuGZfOoqZVRP1WjOecwx8yk4L/+mrCRNc5egSi0byhuReblBF2oVoDSMgV9Bj4Hw==",
567
+ "cpu": [
568
+ "x64"
569
+ ],
570
+ "dev": true,
571
+ "libc": [
572
+ "musl"
573
+ ],
574
+ "license": "MIT",
575
+ "optional": true,
576
+ "os": [
577
+ "linux"
578
+ ],
579
+ "engines": {
580
+ "node": "^20.19.0 || >=22.12.0"
581
+ }
582
+ },
583
+ "node_modules/@oxc-parser/binding-openharmony-arm64": {
584
+ "version": "0.121.0",
585
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-openharmony-arm64/-/binding-openharmony-arm64-0.121.0.tgz",
586
+ "integrity": "sha512-R+4jrWOfF2OAPPhj3Eb3U5CaKNAH9/btMveMULIrcNW/hjfysFQlF8wE0GaVBr81dWz8JLgQlsxwctoL78JwXw==",
587
+ "cpu": [
588
+ "arm64"
589
+ ],
590
+ "dev": true,
591
+ "license": "MIT",
592
+ "optional": true,
593
+ "os": [
594
+ "openharmony"
595
+ ],
596
+ "engines": {
597
+ "node": "^20.19.0 || >=22.12.0"
598
+ }
599
+ },
600
+ "node_modules/@oxc-parser/binding-wasm32-wasi": {
601
+ "version": "0.121.0",
602
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-wasm32-wasi/-/binding-wasm32-wasi-0.121.0.tgz",
603
+ "integrity": "sha512-5TFISkPTymKvsmIlKasPVTPuWxzCcrT8pM+p77+mtQbIZDd1UC8zww4CJcRI46kolmgrEX6QpKO8AvWMVZ+ifw==",
604
+ "cpu": [
605
+ "wasm32"
606
+ ],
607
+ "dev": true,
608
+ "license": "MIT",
609
+ "optional": true,
610
+ "dependencies": {
611
+ "@napi-rs/wasm-runtime": "^1.1.1"
612
+ },
613
+ "engines": {
614
+ "node": ">=14.0.0"
615
+ }
616
+ },
617
+ "node_modules/@oxc-parser/binding-win32-arm64-msvc": {
618
+ "version": "0.121.0",
619
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.121.0.tgz",
620
+ "integrity": "sha512-V0pxh4mql4XTt3aiEtRNUeBAUFOw5jzZNxPABLaOKAWrVzSr9+XUaB095lY7jqMf5t8vkfh8NManGB28zanYKw==",
621
+ "cpu": [
622
+ "arm64"
623
+ ],
624
+ "dev": true,
625
+ "license": "MIT",
626
+ "optional": true,
627
+ "os": [
628
+ "win32"
629
+ ],
630
+ "engines": {
631
+ "node": "^20.19.0 || >=22.12.0"
632
+ }
633
+ },
634
+ "node_modules/@oxc-parser/binding-win32-ia32-msvc": {
635
+ "version": "0.121.0",
636
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.121.0.tgz",
637
+ "integrity": "sha512-4Ob1qvYMPnlF2N9rdmKdkQFdrq16QVcQwBsO8yiPZXof0fHKFF+LmQV501XFbi7lHyrKm8rlJRfQ/M8bZZPVLw==",
638
+ "cpu": [
639
+ "ia32"
640
+ ],
641
+ "dev": true,
642
+ "license": "MIT",
643
+ "optional": true,
644
+ "os": [
645
+ "win32"
646
+ ],
647
+ "engines": {
648
+ "node": "^20.19.0 || >=22.12.0"
649
+ }
650
+ },
651
+ "node_modules/@oxc-parser/binding-win32-x64-msvc": {
652
+ "version": "0.121.0",
653
+ "resolved": "https://registry.npmjs.org/@oxc-parser/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.121.0.tgz",
654
+ "integrity": "sha512-BOp1KCzdboB1tPqoCPXgntgFs0jjeSyOXHzgxVFR7B/qfr3F8r4YDacHkTOUNXtDgM8YwKnkf3rE5gwALYX7NA==",
655
+ "cpu": [
656
+ "x64"
657
+ ],
658
+ "dev": true,
659
+ "license": "MIT",
660
+ "optional": true,
661
+ "os": [
662
+ "win32"
663
+ ],
664
+ "engines": {
665
+ "node": "^20.19.0 || >=22.12.0"
666
+ }
667
+ },
668
+ "node_modules/@oxc-project/types": {
669
+ "version": "0.121.0",
670
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.121.0.tgz",
671
+ "integrity": "sha512-CGtOARQb9tyv7ECgdAlFxi0Fv7lmzvmlm2rpD/RdijOO9rfk/JvB1CjT8EnoD+tjna/IYgKKw3IV7objRb+aYw==",
672
+ "dev": true,
673
+ "license": "MIT",
674
+ "funding": {
675
+ "url": "https://github.com/sponsors/Boshen"
676
+ }
677
+ },
678
+ "node_modules/@oxc-resolver/binding-android-arm-eabi": {
679
+ "version": "11.19.1",
680
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-android-arm-eabi/-/binding-android-arm-eabi-11.19.1.tgz",
681
+ "integrity": "sha512-aUs47y+xyXHUKlbhqHUjBABjvycq6YSD7bpxSW7vplUmdzAlJ93yXY6ZR0c1o1x5A/QKbENCvs3+NlY8IpIVzg==",
682
+ "cpu": [
683
+ "arm"
684
+ ],
685
+ "dev": true,
686
+ "license": "MIT",
687
+ "optional": true,
688
+ "os": [
689
+ "android"
690
+ ]
691
+ },
692
+ "node_modules/@oxc-resolver/binding-android-arm64": {
693
+ "version": "11.19.1",
694
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-android-arm64/-/binding-android-arm64-11.19.1.tgz",
695
+ "integrity": "sha512-oolbkRX+m7Pq2LNjr/kKgYeC7bRDMVTWPgxBGMjSpZi/+UskVo4jsMU3MLheZV55jL6c3rNelPl4oD60ggYmqA==",
696
+ "cpu": [
697
+ "arm64"
698
+ ],
699
+ "dev": true,
700
+ "license": "MIT",
701
+ "optional": true,
702
+ "os": [
703
+ "android"
704
+ ]
705
+ },
706
+ "node_modules/@oxc-resolver/binding-darwin-arm64": {
707
+ "version": "11.19.1",
708
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-darwin-arm64/-/binding-darwin-arm64-11.19.1.tgz",
709
+ "integrity": "sha512-nUC6d2i3R5B12sUW4O646qD5cnMXf2oBGPLIIeaRfU9doJRORAbE2SGv4eW6rMqhD+G7nf2Y8TTJTLiiO3Q/dQ==",
710
+ "cpu": [
711
+ "arm64"
712
+ ],
713
+ "dev": true,
714
+ "license": "MIT",
715
+ "optional": true,
716
+ "os": [
717
+ "darwin"
718
+ ]
719
+ },
720
+ "node_modules/@oxc-resolver/binding-darwin-x64": {
721
+ "version": "11.19.1",
722
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-darwin-x64/-/binding-darwin-x64-11.19.1.tgz",
723
+ "integrity": "sha512-cV50vE5+uAgNcFa3QY1JOeKDSkM/9ReIcc/9wn4TavhW/itkDGrXhw9jaKnkQnGbjJ198Yh5nbX/Gr2mr4Z5jQ==",
724
+ "cpu": [
725
+ "x64"
726
+ ],
727
+ "dev": true,
728
+ "license": "MIT",
729
+ "optional": true,
730
+ "os": [
731
+ "darwin"
732
+ ]
733
+ },
734
+ "node_modules/@oxc-resolver/binding-freebsd-x64": {
735
+ "version": "11.19.1",
736
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-freebsd-x64/-/binding-freebsd-x64-11.19.1.tgz",
737
+ "integrity": "sha512-xZOQiYGFxtk48PBKff+Zwoym7ScPAIVp4c14lfLxizO2LTTTJe5sx9vQNGrBymrf/vatSPNMD4FgsaaRigPkqw==",
738
+ "cpu": [
739
+ "x64"
740
+ ],
741
+ "dev": true,
742
+ "license": "MIT",
743
+ "optional": true,
744
+ "os": [
745
+ "freebsd"
746
+ ]
747
+ },
748
+ "node_modules/@oxc-resolver/binding-linux-arm-gnueabihf": {
749
+ "version": "11.19.1",
750
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-11.19.1.tgz",
751
+ "integrity": "sha512-lXZYWAC6kaGe/ky2su94e9jN9t6M0/6c+GrSlCqL//XO1cxi5lpAhnJYdyrKfm0ZEr/c7RNyAx3P7FSBcBd5+A==",
752
+ "cpu": [
753
+ "arm"
754
+ ],
755
+ "dev": true,
756
+ "license": "MIT",
757
+ "optional": true,
758
+ "os": [
759
+ "linux"
760
+ ]
761
+ },
762
+ "node_modules/@oxc-resolver/binding-linux-arm-musleabihf": {
763
+ "version": "11.19.1",
764
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-11.19.1.tgz",
765
+ "integrity": "sha512-veG1kKsuK5+t2IsO9q0DErYVSw2azvCVvWHnfTOS73WE0STdLLB7Q1bB9WR+yHPQM76ASkFyRbogWo1GR1+WbQ==",
766
+ "cpu": [
767
+ "arm"
768
+ ],
769
+ "dev": true,
770
+ "license": "MIT",
771
+ "optional": true,
772
+ "os": [
773
+ "linux"
774
+ ]
775
+ },
776
+ "node_modules/@oxc-resolver/binding-linux-arm64-gnu": {
777
+ "version": "11.19.1",
778
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-11.19.1.tgz",
779
+ "integrity": "sha512-heV2+jmXyYnUrpUXSPugqWDRpnsQcDm2AX4wzTuvgdlZfoNYO0O3W2AVpJYaDn9AG4JdM6Kxom8+foE7/BcSig==",
780
+ "cpu": [
781
+ "arm64"
782
+ ],
783
+ "dev": true,
784
+ "libc": [
785
+ "glibc"
786
+ ],
787
+ "license": "MIT",
788
+ "optional": true,
789
+ "os": [
790
+ "linux"
791
+ ]
792
+ },
793
+ "node_modules/@oxc-resolver/binding-linux-arm64-musl": {
794
+ "version": "11.19.1",
795
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-musl/-/binding-linux-arm64-musl-11.19.1.tgz",
796
+ "integrity": "sha512-jvo2Pjs1c9KPxMuMPIeQsgu0mOJF9rEb3y3TdpsrqwxRM+AN6/nDDwv45n5ZrUnQMsdBy5gIabioMKnQfWo9ew==",
797
+ "cpu": [
798
+ "arm64"
799
+ ],
800
+ "dev": true,
801
+ "libc": [
802
+ "musl"
803
+ ],
804
+ "license": "MIT",
805
+ "optional": true,
806
+ "os": [
807
+ "linux"
808
+ ]
809
+ },
810
+ "node_modules/@oxc-resolver/binding-linux-ppc64-gnu": {
811
+ "version": "11.19.1",
812
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-11.19.1.tgz",
813
+ "integrity": "sha512-vLmdNxWCdN7Uo5suays6A/+ywBby2PWBBPXctWPg5V0+eVuzsJxgAn6MMB4mPlshskYbppjpN2Zg83ArHze9gQ==",
814
+ "cpu": [
815
+ "ppc64"
816
+ ],
817
+ "dev": true,
818
+ "libc": [
819
+ "glibc"
820
+ ],
821
+ "license": "MIT",
822
+ "optional": true,
823
+ "os": [
824
+ "linux"
825
+ ]
826
+ },
827
+ "node_modules/@oxc-resolver/binding-linux-riscv64-gnu": {
828
+ "version": "11.19.1",
829
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-11.19.1.tgz",
830
+ "integrity": "sha512-/b+WgR+VTSBxzgOhDO7TlMXC1ufPIMR6Vj1zN+/x+MnyXGW7prTLzU9eW85Aj7Th7CCEG9ArCbTeqxCzFWdg2w==",
831
+ "cpu": [
832
+ "riscv64"
833
+ ],
834
+ "dev": true,
835
+ "libc": [
836
+ "glibc"
837
+ ],
838
+ "license": "MIT",
839
+ "optional": true,
840
+ "os": [
841
+ "linux"
842
+ ]
843
+ },
844
+ "node_modules/@oxc-resolver/binding-linux-riscv64-musl": {
845
+ "version": "11.19.1",
846
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-11.19.1.tgz",
847
+ "integrity": "sha512-YlRdeWb9j42p29ROh+h4eg/OQ3dTJlpHSa+84pUM9+p6i3djtPz1q55yLJhgW9XfDch7FN1pQ/Vd6YP+xfRIuw==",
848
+ "cpu": [
849
+ "riscv64"
850
+ ],
851
+ "dev": true,
852
+ "libc": [
853
+ "musl"
854
+ ],
855
+ "license": "MIT",
856
+ "optional": true,
857
+ "os": [
858
+ "linux"
859
+ ]
860
+ },
861
+ "node_modules/@oxc-resolver/binding-linux-s390x-gnu": {
862
+ "version": "11.19.1",
863
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-11.19.1.tgz",
864
+ "integrity": "sha512-EDpafVOQWF8/MJynsjOGFThcqhRHy417sRyLfQmeiamJ8qVhSKAn2Dn2VVKUGCjVB9C46VGjhNo7nOPUi1x6uA==",
865
+ "cpu": [
866
+ "s390x"
867
+ ],
868
+ "dev": true,
869
+ "libc": [
870
+ "glibc"
871
+ ],
872
+ "license": "MIT",
873
+ "optional": true,
874
+ "os": [
875
+ "linux"
876
+ ]
877
+ },
878
+ "node_modules/@oxc-resolver/binding-linux-x64-gnu": {
879
+ "version": "11.19.1",
880
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-gnu/-/binding-linux-x64-gnu-11.19.1.tgz",
881
+ "integrity": "sha512-NxjZe+rqWhr+RT8/Ik+5ptA3oz7tUw361Wa5RWQXKnfqwSSHdHyrw6IdcTfYuml9dM856AlKWZIUXDmA9kkiBQ==",
882
+ "cpu": [
883
+ "x64"
884
+ ],
885
+ "dev": true,
886
+ "libc": [
887
+ "glibc"
888
+ ],
889
+ "license": "MIT",
890
+ "optional": true,
891
+ "os": [
892
+ "linux"
893
+ ]
894
+ },
895
+ "node_modules/@oxc-resolver/binding-linux-x64-musl": {
896
+ "version": "11.19.1",
897
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-musl/-/binding-linux-x64-musl-11.19.1.tgz",
898
+ "integrity": "sha512-cM/hQwsO3ReJg5kR+SpI69DMfvNCp+A/eVR4b4YClE5bVZwz8rh2Nh05InhwI5HR/9cArbEkzMjcKgTHS6UaNw==",
899
+ "cpu": [
900
+ "x64"
901
+ ],
902
+ "dev": true,
903
+ "libc": [
904
+ "musl"
905
+ ],
906
+ "license": "MIT",
907
+ "optional": true,
908
+ "os": [
909
+ "linux"
910
+ ]
911
+ },
912
+ "node_modules/@oxc-resolver/binding-openharmony-arm64": {
913
+ "version": "11.19.1",
914
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-openharmony-arm64/-/binding-openharmony-arm64-11.19.1.tgz",
915
+ "integrity": "sha512-QF080IowFB0+9Rh6RcD19bdgh49BpQHUW5TajG1qvWHvmrQznTZZjYlgE2ltLXyKY+qs4F/v5xuX1XS7Is+3qA==",
916
+ "cpu": [
917
+ "arm64"
918
+ ],
919
+ "dev": true,
920
+ "license": "MIT",
921
+ "optional": true,
922
+ "os": [
923
+ "openharmony"
924
+ ]
925
+ },
926
+ "node_modules/@oxc-resolver/binding-wasm32-wasi": {
927
+ "version": "11.19.1",
928
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-wasm32-wasi/-/binding-wasm32-wasi-11.19.1.tgz",
929
+ "integrity": "sha512-w8UCKhX826cP/ZLokXDS6+milN8y4X7zidsAttEdWlVoamTNf6lhBJldaWr3ukTDiye7s4HRcuPEPOXNC432Vg==",
930
+ "cpu": [
931
+ "wasm32"
932
+ ],
933
+ "dev": true,
934
+ "license": "MIT",
935
+ "optional": true,
936
+ "dependencies": {
937
+ "@napi-rs/wasm-runtime": "^1.1.1"
938
+ },
939
+ "engines": {
940
+ "node": ">=14.0.0"
941
+ }
942
+ },
943
+ "node_modules/@oxc-resolver/binding-win32-arm64-msvc": {
944
+ "version": "11.19.1",
945
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-11.19.1.tgz",
946
+ "integrity": "sha512-nJ4AsUVZrVKwnU/QRdzPCCrO0TrabBqgJ8pJhXITdZGYOV28TIYystV1VFLbQ7DtAcaBHpocT5/ZJnF78YJPtQ==",
947
+ "cpu": [
948
+ "arm64"
949
+ ],
950
+ "dev": true,
951
+ "license": "MIT",
952
+ "optional": true,
953
+ "os": [
954
+ "win32"
955
+ ]
956
+ },
957
+ "node_modules/@oxc-resolver/binding-win32-ia32-msvc": {
958
+ "version": "11.19.1",
959
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-11.19.1.tgz",
960
+ "integrity": "sha512-EW+ND5q2Tl+a3pH81l1QbfgbF3HmqgwLfDfVithRFheac8OTcnbXt/JxqD2GbDkb7xYEqy1zNaVFRr3oeG8npA==",
961
+ "cpu": [
962
+ "ia32"
963
+ ],
964
+ "dev": true,
965
+ "license": "MIT",
966
+ "optional": true,
967
+ "os": [
968
+ "win32"
969
+ ]
970
+ },
971
+ "node_modules/@oxc-resolver/binding-win32-x64-msvc": {
972
+ "version": "11.19.1",
973
+ "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-x64-msvc/-/binding-win32-x64-msvc-11.19.1.tgz",
974
+ "integrity": "sha512-6hIU3RQu45B+VNTY4Ru8ppFwjVS/S5qwYyGhBotmjxfEKk41I2DlGtRfGJndZ5+6lneE2pwloqunlOyZuX/XAw==",
975
+ "cpu": [
976
+ "x64"
977
+ ],
978
+ "dev": true,
979
+ "license": "MIT",
980
+ "optional": true,
981
+ "os": [
982
+ "win32"
983
+ ]
984
+ },
985
+ "node_modules/@soos-io/api-client": {
986
+ "version": "1.10.5",
987
+ "resolved": "https://registry.npmjs.org/@soos-io/api-client/-/api-client-1.10.5.tgz",
988
+ "integrity": "sha512-iANlQAUIm9n5J3S8LczyaFq4fnqccnV7Hd7FTYT2MjnzN3fjgN7PSkq4sCHvmzkHOcedT70gSeRias4RV1zCkQ==",
989
+ "license": "MIT",
990
+ "dependencies": {
991
+ "axios": "^1.13.6",
992
+ "commander": "^14.0.3",
993
+ "form-data": "^4.0.5",
994
+ "glob": "^13.0.6",
995
+ "minimatch": "^10.2.5",
996
+ "tslib": "^2.8.1"
997
+ }
998
+ },
999
+ "node_modules/@tybys/wasm-util": {
1000
+ "version": "0.10.1",
1001
+ "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
1002
+ "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
1003
+ "dev": true,
1004
+ "license": "MIT",
1005
+ "optional": true,
1006
+ "dependencies": {
1007
+ "tslib": "^2.4.0"
1008
+ }
1009
+ },
1010
+ "node_modules/@types/esrecurse": {
1011
+ "version": "4.3.1",
1012
+ "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
1013
+ "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
1014
+ "dev": true,
1015
+ "license": "MIT"
1016
+ },
1017
+ "node_modules/@types/estree": {
1018
+ "version": "1.0.8",
1019
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1020
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1021
+ "dev": true,
1022
+ "license": "MIT"
1023
+ },
1024
+ "node_modules/@types/json-schema": {
1025
+ "version": "7.0.15",
1026
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
1027
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
1028
+ "dev": true,
1029
+ "license": "MIT"
1030
+ },
1031
+ "node_modules/@types/node": {
1032
+ "version": "24.12.2",
1033
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz",
1034
+ "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==",
1035
+ "dev": true,
1036
+ "license": "MIT",
1037
+ "dependencies": {
1038
+ "undici-types": "~7.16.0"
1039
+ }
1040
+ },
1041
+ "node_modules/@typescript-eslint/eslint-plugin": {
1042
+ "version": "8.58.0",
1043
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz",
1044
+ "integrity": "sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==",
1045
+ "dev": true,
1046
+ "license": "MIT",
1047
+ "dependencies": {
1048
+ "@eslint-community/regexpp": "^4.12.2",
1049
+ "@typescript-eslint/scope-manager": "8.58.0",
1050
+ "@typescript-eslint/type-utils": "8.58.0",
1051
+ "@typescript-eslint/utils": "8.58.0",
1052
+ "@typescript-eslint/visitor-keys": "8.58.0",
1053
+ "ignore": "^7.0.5",
1054
+ "natural-compare": "^1.4.0",
1055
+ "ts-api-utils": "^2.5.0"
1056
+ },
1057
+ "engines": {
1058
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1059
+ },
1060
+ "funding": {
1061
+ "type": "opencollective",
1062
+ "url": "https://opencollective.com/typescript-eslint"
1063
+ },
1064
+ "peerDependencies": {
1065
+ "@typescript-eslint/parser": "^8.58.0",
1066
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1067
+ "typescript": ">=4.8.4 <6.1.0"
1068
+ }
1069
+ },
1070
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
1071
+ "version": "7.0.5",
1072
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
1073
+ "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
1074
+ "dev": true,
1075
+ "license": "MIT",
1076
+ "engines": {
1077
+ "node": ">= 4"
1078
+ }
1079
+ },
1080
+ "node_modules/@typescript-eslint/parser": {
1081
+ "version": "8.58.0",
1082
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.0.tgz",
1083
+ "integrity": "sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==",
1084
+ "dev": true,
1085
+ "license": "MIT",
1086
+ "dependencies": {
1087
+ "@typescript-eslint/scope-manager": "8.58.0",
1088
+ "@typescript-eslint/types": "8.58.0",
1089
+ "@typescript-eslint/typescript-estree": "8.58.0",
1090
+ "@typescript-eslint/visitor-keys": "8.58.0",
1091
+ "debug": "^4.4.3"
1092
+ },
1093
+ "engines": {
1094
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1095
+ },
1096
+ "funding": {
1097
+ "type": "opencollective",
1098
+ "url": "https://opencollective.com/typescript-eslint"
1099
+ },
1100
+ "peerDependencies": {
1101
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1102
+ "typescript": ">=4.8.4 <6.1.0"
1103
+ }
1104
+ },
1105
+ "node_modules/@typescript-eslint/project-service": {
1106
+ "version": "8.58.0",
1107
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.0.tgz",
1108
+ "integrity": "sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==",
1109
+ "dev": true,
1110
+ "license": "MIT",
1111
+ "dependencies": {
1112
+ "@typescript-eslint/tsconfig-utils": "^8.58.0",
1113
+ "@typescript-eslint/types": "^8.58.0",
1114
+ "debug": "^4.4.3"
1115
+ },
1116
+ "engines": {
1117
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1118
+ },
1119
+ "funding": {
1120
+ "type": "opencollective",
1121
+ "url": "https://opencollective.com/typescript-eslint"
1122
+ },
1123
+ "peerDependencies": {
1124
+ "typescript": ">=4.8.4 <6.1.0"
1125
+ }
1126
+ },
1127
+ "node_modules/@typescript-eslint/scope-manager": {
1128
+ "version": "8.58.0",
1129
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz",
1130
+ "integrity": "sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==",
1131
+ "dev": true,
1132
+ "license": "MIT",
1133
+ "dependencies": {
1134
+ "@typescript-eslint/types": "8.58.0",
1135
+ "@typescript-eslint/visitor-keys": "8.58.0"
1136
+ },
1137
+ "engines": {
1138
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1139
+ },
1140
+ "funding": {
1141
+ "type": "opencollective",
1142
+ "url": "https://opencollective.com/typescript-eslint"
1143
+ }
1144
+ },
1145
+ "node_modules/@typescript-eslint/tsconfig-utils": {
1146
+ "version": "8.58.0",
1147
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz",
1148
+ "integrity": "sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==",
1149
+ "dev": true,
1150
+ "license": "MIT",
1151
+ "engines": {
1152
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1153
+ },
1154
+ "funding": {
1155
+ "type": "opencollective",
1156
+ "url": "https://opencollective.com/typescript-eslint"
1157
+ },
1158
+ "peerDependencies": {
1159
+ "typescript": ">=4.8.4 <6.1.0"
1160
+ }
1161
+ },
1162
+ "node_modules/@typescript-eslint/type-utils": {
1163
+ "version": "8.58.0",
1164
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz",
1165
+ "integrity": "sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==",
1166
+ "dev": true,
1167
+ "license": "MIT",
1168
+ "dependencies": {
1169
+ "@typescript-eslint/types": "8.58.0",
1170
+ "@typescript-eslint/typescript-estree": "8.58.0",
1171
+ "@typescript-eslint/utils": "8.58.0",
1172
+ "debug": "^4.4.3",
1173
+ "ts-api-utils": "^2.5.0"
1174
+ },
1175
+ "engines": {
1176
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1177
+ },
1178
+ "funding": {
1179
+ "type": "opencollective",
1180
+ "url": "https://opencollective.com/typescript-eslint"
1181
+ },
1182
+ "peerDependencies": {
1183
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1184
+ "typescript": ">=4.8.4 <6.1.0"
1185
+ }
1186
+ },
1187
+ "node_modules/@typescript-eslint/types": {
1188
+ "version": "8.58.0",
1189
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
1190
+ "integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
1191
+ "dev": true,
1192
+ "license": "MIT",
1193
+ "engines": {
1194
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1195
+ },
1196
+ "funding": {
1197
+ "type": "opencollective",
1198
+ "url": "https://opencollective.com/typescript-eslint"
1199
+ }
1200
+ },
1201
+ "node_modules/@typescript-eslint/typescript-estree": {
1202
+ "version": "8.58.0",
1203
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz",
1204
+ "integrity": "sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==",
1205
+ "dev": true,
1206
+ "license": "MIT",
1207
+ "dependencies": {
1208
+ "@typescript-eslint/project-service": "8.58.0",
1209
+ "@typescript-eslint/tsconfig-utils": "8.58.0",
1210
+ "@typescript-eslint/types": "8.58.0",
1211
+ "@typescript-eslint/visitor-keys": "8.58.0",
1212
+ "debug": "^4.4.3",
1213
+ "minimatch": "^10.2.2",
1214
+ "semver": "^7.7.3",
1215
+ "tinyglobby": "^0.2.15",
1216
+ "ts-api-utils": "^2.5.0"
1217
+ },
1218
+ "engines": {
1219
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1220
+ },
1221
+ "funding": {
1222
+ "type": "opencollective",
1223
+ "url": "https://opencollective.com/typescript-eslint"
1224
+ },
1225
+ "peerDependencies": {
1226
+ "typescript": ">=4.8.4 <6.1.0"
1227
+ }
1228
+ },
1229
+ "node_modules/@typescript-eslint/utils": {
1230
+ "version": "8.58.0",
1231
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.0.tgz",
1232
+ "integrity": "sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==",
1233
+ "dev": true,
1234
+ "license": "MIT",
1235
+ "dependencies": {
1236
+ "@eslint-community/eslint-utils": "^4.9.1",
1237
+ "@typescript-eslint/scope-manager": "8.58.0",
1238
+ "@typescript-eslint/types": "8.58.0",
1239
+ "@typescript-eslint/typescript-estree": "8.58.0"
1240
+ },
1241
+ "engines": {
1242
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1243
+ },
1244
+ "funding": {
1245
+ "type": "opencollective",
1246
+ "url": "https://opencollective.com/typescript-eslint"
1247
+ },
1248
+ "peerDependencies": {
1249
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
1250
+ "typescript": ">=4.8.4 <6.1.0"
1251
+ }
1252
+ },
1253
+ "node_modules/@typescript-eslint/visitor-keys": {
1254
+ "version": "8.58.0",
1255
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz",
1256
+ "integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==",
1257
+ "dev": true,
1258
+ "license": "MIT",
1259
+ "dependencies": {
1260
+ "@typescript-eslint/types": "8.58.0",
1261
+ "eslint-visitor-keys": "^5.0.0"
1262
+ },
1263
+ "engines": {
1264
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1265
+ },
1266
+ "funding": {
1267
+ "type": "opencollective",
1268
+ "url": "https://opencollective.com/typescript-eslint"
1269
+ }
1270
+ },
1271
+ "node_modules/acorn": {
1272
+ "version": "8.16.0",
1273
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
1274
+ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
1275
+ "dev": true,
1276
+ "license": "MIT",
1277
+ "bin": {
1278
+ "acorn": "bin/acorn"
1279
+ },
1280
+ "engines": {
1281
+ "node": ">=0.4.0"
1282
+ }
1283
+ },
1284
+ "node_modules/acorn-jsx": {
1285
+ "version": "5.3.2",
1286
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
1287
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
1288
+ "dev": true,
1289
+ "license": "MIT",
1290
+ "peerDependencies": {
1291
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
1292
+ }
1293
+ },
1294
+ "node_modules/ajv": {
1295
+ "version": "6.14.0",
1296
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
1297
+ "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
1298
+ "dev": true,
1299
+ "license": "MIT",
1300
+ "dependencies": {
1301
+ "fast-deep-equal": "^3.1.1",
1302
+ "fast-json-stable-stringify": "^2.0.0",
1303
+ "json-schema-traverse": "^0.4.1",
1304
+ "uri-js": "^4.2.2"
1305
+ },
1306
+ "funding": {
1307
+ "type": "github",
1308
+ "url": "https://github.com/sponsors/epoberezkin"
1309
+ }
1310
+ },
1311
+ "node_modules/asynckit": {
1312
+ "version": "0.4.0",
1313
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
1314
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
1315
+ "license": "MIT"
1316
+ },
1317
+ "node_modules/axios": {
1318
+ "version": "1.14.0",
1319
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz",
1320
+ "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==",
1321
+ "license": "MIT",
1322
+ "dependencies": {
1323
+ "follow-redirects": "^1.15.11",
1324
+ "form-data": "^4.0.5",
1325
+ "proxy-from-env": "^2.1.0"
1326
+ }
1327
+ },
1328
+ "node_modules/balanced-match": {
1329
+ "version": "4.0.4",
1330
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
1331
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
1332
+ "license": "MIT",
1333
+ "engines": {
1334
+ "node": "18 || 20 || >=22"
1335
+ }
1336
+ },
1337
+ "node_modules/brace-expansion": {
1338
+ "version": "5.0.5",
1339
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
1340
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
1341
+ "license": "MIT",
1342
+ "dependencies": {
1343
+ "balanced-match": "^4.0.2"
1344
+ },
1345
+ "engines": {
1346
+ "node": "18 || 20 || >=22"
1347
+ }
1348
+ },
1349
+ "node_modules/braces": {
1350
+ "version": "3.0.3",
1351
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
1352
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
1353
+ "dev": true,
1354
+ "license": "MIT",
1355
+ "dependencies": {
1356
+ "fill-range": "^7.1.1"
1357
+ },
1358
+ "engines": {
1359
+ "node": ">=8"
1360
+ }
1361
+ },
1362
+ "node_modules/call-bind-apply-helpers": {
1363
+ "version": "1.0.2",
1364
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
1365
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
1366
+ "license": "MIT",
1367
+ "dependencies": {
1368
+ "es-errors": "^1.3.0",
1369
+ "function-bind": "^1.1.2"
1370
+ },
1371
+ "engines": {
1372
+ "node": ">= 0.4"
1373
+ }
1374
+ },
1375
+ "node_modules/combined-stream": {
1376
+ "version": "1.0.8",
1377
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
1378
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
1379
+ "license": "MIT",
1380
+ "dependencies": {
1381
+ "delayed-stream": "~1.0.0"
1382
+ },
1383
+ "engines": {
1384
+ "node": ">= 0.8"
1385
+ }
1386
+ },
1387
+ "node_modules/commander": {
1388
+ "version": "14.0.3",
1389
+ "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
1390
+ "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
1391
+ "license": "MIT",
1392
+ "engines": {
1393
+ "node": ">=20"
1394
+ }
1395
+ },
1396
+ "node_modules/cross-spawn": {
1397
+ "version": "7.0.6",
1398
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1399
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1400
+ "dev": true,
1401
+ "license": "MIT",
1402
+ "dependencies": {
1403
+ "path-key": "^3.1.0",
1404
+ "shebang-command": "^2.0.0",
1405
+ "which": "^2.0.1"
1406
+ },
1407
+ "engines": {
1408
+ "node": ">= 8"
1409
+ }
1410
+ },
1411
+ "node_modules/debug": {
1412
+ "version": "4.4.3",
1413
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1414
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1415
+ "dev": true,
1416
+ "license": "MIT",
1417
+ "dependencies": {
1418
+ "ms": "^2.1.3"
1419
+ },
1420
+ "engines": {
1421
+ "node": ">=6.0"
1422
+ },
1423
+ "peerDependenciesMeta": {
1424
+ "supports-color": {
1425
+ "optional": true
1426
+ }
1427
+ }
1428
+ },
1429
+ "node_modules/deep-is": {
1430
+ "version": "0.1.4",
1431
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
1432
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
1433
+ "dev": true,
1434
+ "license": "MIT"
1435
+ },
1436
+ "node_modules/delayed-stream": {
1437
+ "version": "1.0.0",
1438
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
1439
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
1440
+ "license": "MIT",
1441
+ "engines": {
1442
+ "node": ">=0.4.0"
1443
+ }
1444
+ },
1445
+ "node_modules/dunder-proto": {
1446
+ "version": "1.0.1",
1447
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
1448
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
1449
+ "license": "MIT",
1450
+ "dependencies": {
1451
+ "call-bind-apply-helpers": "^1.0.1",
1452
+ "es-errors": "^1.3.0",
1453
+ "gopd": "^1.2.0"
1454
+ },
1455
+ "engines": {
1456
+ "node": ">= 0.4"
1457
+ }
1458
+ },
1459
+ "node_modules/es-define-property": {
1460
+ "version": "1.0.1",
1461
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
1462
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
1463
+ "license": "MIT",
1464
+ "engines": {
1465
+ "node": ">= 0.4"
1466
+ }
1467
+ },
1468
+ "node_modules/es-errors": {
1469
+ "version": "1.3.0",
1470
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
1471
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
1472
+ "license": "MIT",
1473
+ "engines": {
1474
+ "node": ">= 0.4"
1475
+ }
1476
+ },
1477
+ "node_modules/es-object-atoms": {
1478
+ "version": "1.1.1",
1479
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
1480
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
1481
+ "license": "MIT",
1482
+ "dependencies": {
1483
+ "es-errors": "^1.3.0"
1484
+ },
1485
+ "engines": {
1486
+ "node": ">= 0.4"
1487
+ }
1488
+ },
1489
+ "node_modules/es-set-tostringtag": {
1490
+ "version": "2.1.0",
1491
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
1492
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
1493
+ "license": "MIT",
1494
+ "dependencies": {
1495
+ "es-errors": "^1.3.0",
1496
+ "get-intrinsic": "^1.2.6",
1497
+ "has-tostringtag": "^1.0.2",
1498
+ "hasown": "^2.0.2"
1499
+ },
1500
+ "engines": {
1501
+ "node": ">= 0.4"
1502
+ }
1503
+ },
1504
+ "node_modules/escape-string-regexp": {
1505
+ "version": "4.0.0",
1506
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
1507
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
1508
+ "dev": true,
1509
+ "license": "MIT",
1510
+ "engines": {
1511
+ "node": ">=10"
1512
+ },
1513
+ "funding": {
1514
+ "url": "https://github.com/sponsors/sindresorhus"
1515
+ }
1516
+ },
1517
+ "node_modules/eslint": {
1518
+ "version": "10.2.0",
1519
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.2.0.tgz",
1520
+ "integrity": "sha512-+L0vBFYGIpSNIt/KWTpFonPrqYvgKw1eUI5Vn7mEogrQcWtWYtNQ7dNqC+px/J0idT3BAkiWrhfS7k+Tum8TUA==",
1521
+ "dev": true,
1522
+ "license": "MIT",
1523
+ "dependencies": {
1524
+ "@eslint-community/eslint-utils": "^4.8.0",
1525
+ "@eslint-community/regexpp": "^4.12.2",
1526
+ "@eslint/config-array": "^0.23.4",
1527
+ "@eslint/config-helpers": "^0.5.4",
1528
+ "@eslint/core": "^1.2.0",
1529
+ "@eslint/plugin-kit": "^0.7.0",
1530
+ "@humanfs/node": "^0.16.6",
1531
+ "@humanwhocodes/module-importer": "^1.0.1",
1532
+ "@humanwhocodes/retry": "^0.4.2",
1533
+ "@types/estree": "^1.0.6",
1534
+ "ajv": "^6.14.0",
1535
+ "cross-spawn": "^7.0.6",
1536
+ "debug": "^4.3.2",
1537
+ "escape-string-regexp": "^4.0.0",
1538
+ "eslint-scope": "^9.1.2",
1539
+ "eslint-visitor-keys": "^5.0.1",
1540
+ "espree": "^11.2.0",
1541
+ "esquery": "^1.7.0",
1542
+ "esutils": "^2.0.2",
1543
+ "fast-deep-equal": "^3.1.3",
1544
+ "file-entry-cache": "^8.0.0",
1545
+ "find-up": "^5.0.0",
1546
+ "glob-parent": "^6.0.2",
1547
+ "ignore": "^5.2.0",
1548
+ "imurmurhash": "^0.1.4",
1549
+ "is-glob": "^4.0.0",
1550
+ "json-stable-stringify-without-jsonify": "^1.0.1",
1551
+ "minimatch": "^10.2.4",
1552
+ "natural-compare": "^1.4.0",
1553
+ "optionator": "^0.9.3"
1554
+ },
1555
+ "bin": {
1556
+ "eslint": "bin/eslint.js"
1557
+ },
1558
+ "engines": {
1559
+ "node": "^20.19.0 || ^22.13.0 || >=24"
1560
+ },
1561
+ "funding": {
1562
+ "url": "https://eslint.org/donate"
1563
+ },
1564
+ "peerDependencies": {
1565
+ "jiti": "*"
1566
+ },
1567
+ "peerDependenciesMeta": {
1568
+ "jiti": {
1569
+ "optional": true
1570
+ }
1571
+ }
1572
+ },
1573
+ "node_modules/eslint-scope": {
1574
+ "version": "9.1.2",
1575
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
1576
+ "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
1577
+ "dev": true,
1578
+ "license": "BSD-2-Clause",
1579
+ "dependencies": {
1580
+ "@types/esrecurse": "^4.3.1",
1581
+ "@types/estree": "^1.0.8",
1582
+ "esrecurse": "^4.3.0",
1583
+ "estraverse": "^5.2.0"
1584
+ },
1585
+ "engines": {
1586
+ "node": "^20.19.0 || ^22.13.0 || >=24"
1587
+ },
1588
+ "funding": {
1589
+ "url": "https://opencollective.com/eslint"
1590
+ }
1591
+ },
1592
+ "node_modules/eslint-visitor-keys": {
1593
+ "version": "5.0.1",
1594
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
1595
+ "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
1596
+ "dev": true,
1597
+ "license": "Apache-2.0",
1598
+ "engines": {
1599
+ "node": "^20.19.0 || ^22.13.0 || >=24"
1600
+ },
1601
+ "funding": {
1602
+ "url": "https://opencollective.com/eslint"
1603
+ }
1604
+ },
1605
+ "node_modules/espree": {
1606
+ "version": "11.2.0",
1607
+ "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
1608
+ "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
1609
+ "dev": true,
1610
+ "license": "BSD-2-Clause",
1611
+ "dependencies": {
1612
+ "acorn": "^8.16.0",
1613
+ "acorn-jsx": "^5.3.2",
1614
+ "eslint-visitor-keys": "^5.0.1"
1615
+ },
1616
+ "engines": {
1617
+ "node": "^20.19.0 || ^22.13.0 || >=24"
1618
+ },
1619
+ "funding": {
1620
+ "url": "https://opencollective.com/eslint"
1621
+ }
1622
+ },
1623
+ "node_modules/esquery": {
1624
+ "version": "1.7.0",
1625
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
1626
+ "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
1627
+ "dev": true,
1628
+ "license": "BSD-3-Clause",
1629
+ "dependencies": {
1630
+ "estraverse": "^5.1.0"
1631
+ },
1632
+ "engines": {
1633
+ "node": ">=0.10"
1634
+ }
1635
+ },
1636
+ "node_modules/esrecurse": {
1637
+ "version": "4.3.0",
1638
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
1639
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
1640
+ "dev": true,
1641
+ "license": "BSD-2-Clause",
1642
+ "dependencies": {
1643
+ "estraverse": "^5.2.0"
1644
+ },
1645
+ "engines": {
1646
+ "node": ">=4.0"
1647
+ }
1648
+ },
1649
+ "node_modules/estraverse": {
1650
+ "version": "5.3.0",
1651
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
1652
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
1653
+ "dev": true,
1654
+ "license": "BSD-2-Clause",
1655
+ "engines": {
1656
+ "node": ">=4.0"
1657
+ }
1658
+ },
1659
+ "node_modules/esutils": {
1660
+ "version": "2.0.3",
1661
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
1662
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
1663
+ "dev": true,
1664
+ "license": "BSD-2-Clause",
1665
+ "engines": {
1666
+ "node": ">=0.10.0"
1667
+ }
1668
+ },
1669
+ "node_modules/fast-deep-equal": {
1670
+ "version": "3.1.3",
1671
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1672
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1673
+ "dev": true,
1674
+ "license": "MIT"
1675
+ },
1676
+ "node_modules/fast-glob": {
1677
+ "version": "3.3.3",
1678
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
1679
+ "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
1680
+ "dev": true,
1681
+ "license": "MIT",
1682
+ "dependencies": {
1683
+ "@nodelib/fs.stat": "^2.0.2",
1684
+ "@nodelib/fs.walk": "^1.2.3",
1685
+ "glob-parent": "^5.1.2",
1686
+ "merge2": "^1.3.0",
1687
+ "micromatch": "^4.0.8"
1688
+ },
1689
+ "engines": {
1690
+ "node": ">=8.6.0"
1691
+ }
1692
+ },
1693
+ "node_modules/fast-glob/node_modules/glob-parent": {
1694
+ "version": "5.1.2",
1695
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
1696
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
1697
+ "dev": true,
1698
+ "license": "ISC",
1699
+ "dependencies": {
1700
+ "is-glob": "^4.0.1"
1701
+ },
1702
+ "engines": {
1703
+ "node": ">= 6"
1704
+ }
1705
+ },
1706
+ "node_modules/fast-json-stable-stringify": {
1707
+ "version": "2.1.0",
1708
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
1709
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
1710
+ "dev": true,
1711
+ "license": "MIT"
1712
+ },
1713
+ "node_modules/fast-levenshtein": {
1714
+ "version": "2.0.6",
1715
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
1716
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
1717
+ "dev": true,
1718
+ "license": "MIT"
1719
+ },
1720
+ "node_modules/fastq": {
1721
+ "version": "1.20.1",
1722
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
1723
+ "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
1724
+ "dev": true,
1725
+ "license": "ISC",
1726
+ "dependencies": {
1727
+ "reusify": "^1.0.4"
1728
+ }
1729
+ },
1730
+ "node_modules/fd-package-json": {
1731
+ "version": "2.0.0",
1732
+ "resolved": "https://registry.npmjs.org/fd-package-json/-/fd-package-json-2.0.0.tgz",
1733
+ "integrity": "sha512-jKmm9YtsNXN789RS/0mSzOC1NUq9mkVd65vbSSVsKdjGvYXBuE4oWe2QOEoFeRmJg+lPuZxpmrfFclNhoRMneQ==",
1734
+ "dev": true,
1735
+ "license": "MIT",
1736
+ "dependencies": {
1737
+ "walk-up-path": "^4.0.0"
1738
+ }
1739
+ },
1740
+ "node_modules/fdir": {
1741
+ "version": "6.5.0",
1742
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1743
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1744
+ "dev": true,
1745
+ "license": "MIT",
1746
+ "engines": {
1747
+ "node": ">=12.0.0"
1748
+ },
1749
+ "peerDependencies": {
1750
+ "picomatch": "^3 || ^4"
1751
+ },
1752
+ "peerDependenciesMeta": {
1753
+ "picomatch": {
1754
+ "optional": true
1755
+ }
1756
+ }
1757
+ },
1758
+ "node_modules/file-entry-cache": {
1759
+ "version": "8.0.0",
1760
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
1761
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
1762
+ "dev": true,
1763
+ "license": "MIT",
1764
+ "dependencies": {
1765
+ "flat-cache": "^4.0.0"
1766
+ },
1767
+ "engines": {
1768
+ "node": ">=16.0.0"
1769
+ }
1770
+ },
1771
+ "node_modules/fill-range": {
1772
+ "version": "7.1.1",
1773
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
1774
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
1775
+ "dev": true,
1776
+ "license": "MIT",
1777
+ "dependencies": {
1778
+ "to-regex-range": "^5.0.1"
1779
+ },
1780
+ "engines": {
1781
+ "node": ">=8"
1782
+ }
1783
+ },
1784
+ "node_modules/find-up": {
1785
+ "version": "5.0.0",
1786
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
1787
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
1788
+ "dev": true,
1789
+ "license": "MIT",
1790
+ "dependencies": {
1791
+ "locate-path": "^6.0.0",
1792
+ "path-exists": "^4.0.0"
1793
+ },
1794
+ "engines": {
1795
+ "node": ">=10"
1796
+ },
1797
+ "funding": {
1798
+ "url": "https://github.com/sponsors/sindresorhus"
1799
+ }
1800
+ },
1801
+ "node_modules/flat-cache": {
1802
+ "version": "4.0.1",
1803
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
1804
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
1805
+ "dev": true,
1806
+ "license": "MIT",
1807
+ "dependencies": {
1808
+ "flatted": "^3.2.9",
1809
+ "keyv": "^4.5.4"
1810
+ },
1811
+ "engines": {
1812
+ "node": ">=16"
1813
+ }
1814
+ },
1815
+ "node_modules/flatted": {
1816
+ "version": "3.4.2",
1817
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
1818
+ "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
1819
+ "dev": true,
1820
+ "license": "ISC"
1821
+ },
1822
+ "node_modules/follow-redirects": {
1823
+ "version": "1.15.11",
1824
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
1825
+ "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
1826
+ "funding": [
1827
+ {
1828
+ "type": "individual",
1829
+ "url": "https://github.com/sponsors/RubenVerborgh"
1830
+ }
1831
+ ],
1832
+ "license": "MIT",
1833
+ "engines": {
1834
+ "node": ">=4.0"
1835
+ },
1836
+ "peerDependenciesMeta": {
1837
+ "debug": {
1838
+ "optional": true
1839
+ }
1840
+ }
1841
+ },
1842
+ "node_modules/form-data": {
1843
+ "version": "4.0.5",
1844
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
1845
+ "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
1846
+ "license": "MIT",
1847
+ "dependencies": {
1848
+ "asynckit": "^0.4.0",
1849
+ "combined-stream": "^1.0.8",
1850
+ "es-set-tostringtag": "^2.1.0",
1851
+ "hasown": "^2.0.2",
1852
+ "mime-types": "^2.1.12"
1853
+ },
1854
+ "engines": {
1855
+ "node": ">= 6"
1856
+ }
1857
+ },
1858
+ "node_modules/formatly": {
1859
+ "version": "0.3.0",
1860
+ "resolved": "https://registry.npmjs.org/formatly/-/formatly-0.3.0.tgz",
1861
+ "integrity": "sha512-9XNj/o4wrRFyhSMJOvsuyMwy8aUfBaZ1VrqHVfohyXf0Sw0e+yfKG+xZaY3arGCOMdwFsqObtzVOc1gU9KiT9w==",
1862
+ "dev": true,
1863
+ "license": "MIT",
1864
+ "dependencies": {
1865
+ "fd-package-json": "^2.0.0"
1866
+ },
1867
+ "bin": {
1868
+ "formatly": "bin/index.mjs"
1869
+ },
1870
+ "engines": {
1871
+ "node": ">=18.3.0"
1872
+ }
1873
+ },
1874
+ "node_modules/function-bind": {
1875
+ "version": "1.1.2",
1876
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1877
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1878
+ "license": "MIT",
1879
+ "funding": {
1880
+ "url": "https://github.com/sponsors/ljharb"
1881
+ }
1882
+ },
1883
+ "node_modules/get-intrinsic": {
1884
+ "version": "1.3.0",
1885
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
1886
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
1887
+ "license": "MIT",
1888
+ "dependencies": {
1889
+ "call-bind-apply-helpers": "^1.0.2",
1890
+ "es-define-property": "^1.0.1",
1891
+ "es-errors": "^1.3.0",
1892
+ "es-object-atoms": "^1.1.1",
1893
+ "function-bind": "^1.1.2",
1894
+ "get-proto": "^1.0.1",
1895
+ "gopd": "^1.2.0",
1896
+ "has-symbols": "^1.1.0",
1897
+ "hasown": "^2.0.2",
1898
+ "math-intrinsics": "^1.1.0"
1899
+ },
1900
+ "engines": {
1901
+ "node": ">= 0.4"
1902
+ },
1903
+ "funding": {
1904
+ "url": "https://github.com/sponsors/ljharb"
1905
+ }
1906
+ },
1907
+ "node_modules/get-proto": {
1908
+ "version": "1.0.1",
1909
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
1910
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
1911
+ "license": "MIT",
1912
+ "dependencies": {
1913
+ "dunder-proto": "^1.0.1",
1914
+ "es-object-atoms": "^1.0.0"
1915
+ },
1916
+ "engines": {
1917
+ "node": ">= 0.4"
1918
+ }
1919
+ },
1920
+ "node_modules/get-tsconfig": {
1921
+ "version": "4.13.7",
1922
+ "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.7.tgz",
1923
+ "integrity": "sha512-7tN6rFgBlMgpBML5j8typ92BKFi2sFQvIdpAqLA2beia5avZDrMs0FLZiM5etShWq5irVyGcGMEA1jcDaK7A/Q==",
1924
+ "dev": true,
1925
+ "license": "MIT",
1926
+ "dependencies": {
1927
+ "resolve-pkg-maps": "^1.0.0"
1928
+ },
1929
+ "funding": {
1930
+ "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
1931
+ }
1932
+ },
1933
+ "node_modules/glob": {
1934
+ "version": "13.0.6",
1935
+ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
1936
+ "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
1937
+ "license": "BlueOak-1.0.0",
1938
+ "dependencies": {
1939
+ "minimatch": "^10.2.2",
1940
+ "minipass": "^7.1.3",
1941
+ "path-scurry": "^2.0.2"
1942
+ },
1943
+ "engines": {
1944
+ "node": "18 || 20 || >=22"
1945
+ },
1946
+ "funding": {
1947
+ "url": "https://github.com/sponsors/isaacs"
1948
+ }
1949
+ },
1950
+ "node_modules/glob-parent": {
1951
+ "version": "6.0.2",
1952
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
1953
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
1954
+ "dev": true,
1955
+ "license": "ISC",
1956
+ "dependencies": {
1957
+ "is-glob": "^4.0.3"
1958
+ },
1959
+ "engines": {
1960
+ "node": ">=10.13.0"
1961
+ }
1962
+ },
1963
+ "node_modules/globals": {
1964
+ "version": "17.4.0",
1965
+ "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz",
1966
+ "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==",
1967
+ "dev": true,
1968
+ "license": "MIT",
1969
+ "engines": {
1970
+ "node": ">=18"
1971
+ },
1972
+ "funding": {
1973
+ "url": "https://github.com/sponsors/sindresorhus"
1974
+ }
1975
+ },
1976
+ "node_modules/gopd": {
1977
+ "version": "1.2.0",
1978
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
1979
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
1980
+ "license": "MIT",
1981
+ "engines": {
1982
+ "node": ">= 0.4"
1983
+ },
1984
+ "funding": {
1985
+ "url": "https://github.com/sponsors/ljharb"
1986
+ }
1987
+ },
1988
+ "node_modules/has-symbols": {
1989
+ "version": "1.1.0",
1990
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
1991
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
1992
+ "license": "MIT",
1993
+ "engines": {
1994
+ "node": ">= 0.4"
1995
+ },
1996
+ "funding": {
1997
+ "url": "https://github.com/sponsors/ljharb"
1998
+ }
1999
+ },
2000
+ "node_modules/has-tostringtag": {
2001
+ "version": "1.0.2",
2002
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
2003
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
2004
+ "license": "MIT",
2005
+ "dependencies": {
2006
+ "has-symbols": "^1.0.3"
2007
+ },
2008
+ "engines": {
2009
+ "node": ">= 0.4"
2010
+ },
2011
+ "funding": {
2012
+ "url": "https://github.com/sponsors/ljharb"
2013
+ }
2014
+ },
2015
+ "node_modules/hasown": {
2016
+ "version": "2.0.2",
2017
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
2018
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
2019
+ "license": "MIT",
2020
+ "dependencies": {
2021
+ "function-bind": "^1.1.2"
2022
+ },
2023
+ "engines": {
2024
+ "node": ">= 0.4"
2025
+ }
2026
+ },
2027
+ "node_modules/ignore": {
2028
+ "version": "5.3.2",
2029
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
2030
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
2031
+ "dev": true,
2032
+ "license": "MIT",
2033
+ "engines": {
2034
+ "node": ">= 4"
2035
+ }
2036
+ },
2037
+ "node_modules/imurmurhash": {
2038
+ "version": "0.1.4",
2039
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
2040
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
2041
+ "dev": true,
2042
+ "license": "MIT",
2043
+ "engines": {
2044
+ "node": ">=0.8.19"
2045
+ }
2046
+ },
2047
+ "node_modules/is-extglob": {
2048
+ "version": "2.1.1",
2049
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
2050
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
2051
+ "dev": true,
2052
+ "license": "MIT",
2053
+ "engines": {
2054
+ "node": ">=0.10.0"
2055
+ }
2056
+ },
2057
+ "node_modules/is-glob": {
2058
+ "version": "4.0.3",
2059
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
2060
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2061
+ "dev": true,
2062
+ "license": "MIT",
2063
+ "dependencies": {
2064
+ "is-extglob": "^2.1.1"
2065
+ },
2066
+ "engines": {
2067
+ "node": ">=0.10.0"
2068
+ }
2069
+ },
2070
+ "node_modules/is-number": {
2071
+ "version": "7.0.0",
2072
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
2073
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
2074
+ "dev": true,
2075
+ "license": "MIT",
2076
+ "engines": {
2077
+ "node": ">=0.12.0"
2078
+ }
2079
+ },
2080
+ "node_modules/isexe": {
2081
+ "version": "2.0.0",
2082
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2083
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
2084
+ "dev": true,
2085
+ "license": "ISC"
2086
+ },
2087
+ "node_modules/jiti": {
2088
+ "version": "2.6.1",
2089
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
2090
+ "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
2091
+ "dev": true,
2092
+ "license": "MIT",
2093
+ "bin": {
2094
+ "jiti": "lib/jiti-cli.mjs"
2095
+ }
2096
+ },
2097
+ "node_modules/json-buffer": {
2098
+ "version": "3.0.1",
2099
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
2100
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
2101
+ "dev": true,
2102
+ "license": "MIT"
2103
+ },
2104
+ "node_modules/json-schema-traverse": {
2105
+ "version": "0.4.1",
2106
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
2107
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
2108
+ "dev": true,
2109
+ "license": "MIT"
2110
+ },
2111
+ "node_modules/json-stable-stringify-without-jsonify": {
2112
+ "version": "1.0.1",
2113
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
2114
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
2115
+ "dev": true,
2116
+ "license": "MIT"
2117
+ },
2118
+ "node_modules/keyv": {
2119
+ "version": "4.5.4",
2120
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
2121
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
2122
+ "dev": true,
2123
+ "license": "MIT",
2124
+ "dependencies": {
2125
+ "json-buffer": "3.0.1"
2126
+ }
2127
+ },
2128
+ "node_modules/knip": {
2129
+ "version": "6.3.0",
2130
+ "resolved": "https://registry.npmjs.org/knip/-/knip-6.3.0.tgz",
2131
+ "integrity": "sha512-g6dVPoTw6iNm3cubC5IWxVkVsd0r5hXhTBTbAGIEQN53GdA2ZM/slMTPJ7n5l8pBebNQPHpxjmKxuR4xVQ2/hQ==",
2132
+ "dev": true,
2133
+ "funding": [
2134
+ {
2135
+ "type": "github",
2136
+ "url": "https://github.com/sponsors/webpro"
2137
+ },
2138
+ {
2139
+ "type": "opencollective",
2140
+ "url": "https://opencollective.com/knip"
2141
+ }
2142
+ ],
2143
+ "license": "ISC",
2144
+ "dependencies": {
2145
+ "@nodelib/fs.walk": "^1.2.3",
2146
+ "fast-glob": "^3.3.3",
2147
+ "formatly": "^0.3.0",
2148
+ "get-tsconfig": "4.13.7",
2149
+ "jiti": "^2.6.0",
2150
+ "minimist": "^1.2.8",
2151
+ "oxc-parser": "^0.121.0",
2152
+ "oxc-resolver": "^11.19.1",
2153
+ "picocolors": "^1.1.1",
2154
+ "picomatch": "^4.0.1",
2155
+ "smol-toml": "^1.6.1",
2156
+ "strip-json-comments": "5.0.3",
2157
+ "unbash": "^2.2.0",
2158
+ "yaml": "^2.8.2",
2159
+ "zod": "^4.1.11"
2160
+ },
2161
+ "bin": {
2162
+ "knip": "bin/knip.js",
2163
+ "knip-bun": "bin/knip-bun.js"
2164
+ },
2165
+ "engines": {
2166
+ "node": "^20.19.0 || >=22.12.0"
2167
+ }
2168
+ },
2169
+ "node_modules/knip/node_modules/strip-json-comments": {
2170
+ "version": "5.0.3",
2171
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.3.tgz",
2172
+ "integrity": "sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==",
2173
+ "dev": true,
2174
+ "license": "MIT",
2175
+ "engines": {
2176
+ "node": ">=14.16"
2177
+ },
2178
+ "funding": {
2179
+ "url": "https://github.com/sponsors/sindresorhus"
2180
+ }
2181
+ },
2182
+ "node_modules/levn": {
2183
+ "version": "0.4.1",
2184
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
2185
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
2186
+ "dev": true,
2187
+ "license": "MIT",
2188
+ "dependencies": {
2189
+ "prelude-ls": "^1.2.1",
2190
+ "type-check": "~0.4.0"
2191
+ },
2192
+ "engines": {
2193
+ "node": ">= 0.8.0"
2194
+ }
2195
+ },
2196
+ "node_modules/locate-path": {
2197
+ "version": "6.0.0",
2198
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
2199
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
2200
+ "dev": true,
2201
+ "license": "MIT",
2202
+ "dependencies": {
2203
+ "p-locate": "^5.0.0"
2204
+ },
2205
+ "engines": {
2206
+ "node": ">=10"
2207
+ },
2208
+ "funding": {
2209
+ "url": "https://github.com/sponsors/sindresorhus"
2210
+ }
2211
+ },
2212
+ "node_modules/lru-cache": {
2213
+ "version": "11.3.2",
2214
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.2.tgz",
2215
+ "integrity": "sha512-wgWa6FWQ3QRRJbIjbsldRJZxdxYngT/dO0I5Ynmlnin8qy7tC6xYzbcJjtN4wHLXtkbVwHzk0C+OejVw1XM+DQ==",
2216
+ "license": "BlueOak-1.0.0",
2217
+ "engines": {
2218
+ "node": "20 || >=22"
2219
+ }
2220
+ },
2221
+ "node_modules/math-intrinsics": {
2222
+ "version": "1.1.0",
2223
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
2224
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
2225
+ "license": "MIT",
2226
+ "engines": {
2227
+ "node": ">= 0.4"
2228
+ }
2229
+ },
2230
+ "node_modules/merge2": {
2231
+ "version": "1.4.1",
2232
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
2233
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
2234
+ "dev": true,
2235
+ "license": "MIT",
2236
+ "engines": {
2237
+ "node": ">= 8"
2238
+ }
2239
+ },
2240
+ "node_modules/micromatch": {
2241
+ "version": "4.0.8",
2242
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
2243
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
2244
+ "dev": true,
2245
+ "license": "MIT",
2246
+ "dependencies": {
2247
+ "braces": "^3.0.3",
2248
+ "picomatch": "^2.3.1"
2249
+ },
2250
+ "engines": {
2251
+ "node": ">=8.6"
2252
+ }
2253
+ },
2254
+ "node_modules/micromatch/node_modules/picomatch": {
2255
+ "version": "2.3.2",
2256
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
2257
+ "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
2258
+ "dev": true,
2259
+ "license": "MIT",
2260
+ "engines": {
2261
+ "node": ">=8.6"
2262
+ },
2263
+ "funding": {
2264
+ "url": "https://github.com/sponsors/jonschlinkert"
2265
+ }
2266
+ },
2267
+ "node_modules/mime-db": {
2268
+ "version": "1.52.0",
2269
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
2270
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
2271
+ "license": "MIT",
2272
+ "engines": {
2273
+ "node": ">= 0.6"
2274
+ }
2275
+ },
2276
+ "node_modules/mime-types": {
2277
+ "version": "2.1.35",
2278
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
2279
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
2280
+ "license": "MIT",
2281
+ "dependencies": {
2282
+ "mime-db": "1.52.0"
2283
+ },
2284
+ "engines": {
2285
+ "node": ">= 0.6"
2286
+ }
2287
+ },
2288
+ "node_modules/minimatch": {
2289
+ "version": "10.2.5",
2290
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
2291
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
2292
+ "license": "BlueOak-1.0.0",
2293
+ "dependencies": {
2294
+ "brace-expansion": "^5.0.5"
2295
+ },
2296
+ "engines": {
2297
+ "node": "18 || 20 || >=22"
2298
+ },
2299
+ "funding": {
2300
+ "url": "https://github.com/sponsors/isaacs"
2301
+ }
2302
+ },
2303
+ "node_modules/minimist": {
2304
+ "version": "1.2.8",
2305
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
2306
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
2307
+ "dev": true,
2308
+ "license": "MIT",
2309
+ "funding": {
2310
+ "url": "https://github.com/sponsors/ljharb"
2311
+ }
2312
+ },
2313
+ "node_modules/minipass": {
2314
+ "version": "7.1.3",
2315
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
2316
+ "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
2317
+ "license": "BlueOak-1.0.0",
2318
+ "engines": {
2319
+ "node": ">=16 || 14 >=14.17"
2320
+ }
2321
+ },
2322
+ "node_modules/ms": {
2323
+ "version": "2.1.3",
2324
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2325
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2326
+ "dev": true,
2327
+ "license": "MIT"
2328
+ },
2329
+ "node_modules/natural-compare": {
2330
+ "version": "1.4.0",
2331
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
2332
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
2333
+ "dev": true,
2334
+ "license": "MIT"
2335
+ },
2336
+ "node_modules/optionator": {
2337
+ "version": "0.9.4",
2338
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
2339
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
2340
+ "dev": true,
2341
+ "license": "MIT",
2342
+ "dependencies": {
2343
+ "deep-is": "^0.1.3",
2344
+ "fast-levenshtein": "^2.0.6",
2345
+ "levn": "^0.4.1",
2346
+ "prelude-ls": "^1.2.1",
2347
+ "type-check": "^0.4.0",
2348
+ "word-wrap": "^1.2.5"
2349
+ },
2350
+ "engines": {
2351
+ "node": ">= 0.8.0"
2352
+ }
2353
+ },
2354
+ "node_modules/oxc-parser": {
2355
+ "version": "0.121.0",
2356
+ "resolved": "https://registry.npmjs.org/oxc-parser/-/oxc-parser-0.121.0.tgz",
2357
+ "integrity": "sha512-ek9o58+SCv6AV7nchiAcUJy1DNE2CC5WRdBcO0mF+W4oRjNQfPO7b3pLjTHSFECpHkKGOZSQxx3hk8viIL5YCg==",
2358
+ "dev": true,
2359
+ "license": "MIT",
2360
+ "dependencies": {
2361
+ "@oxc-project/types": "^0.121.0"
2362
+ },
2363
+ "engines": {
2364
+ "node": "^20.19.0 || >=22.12.0"
2365
+ },
2366
+ "funding": {
2367
+ "url": "https://github.com/sponsors/Boshen"
2368
+ },
2369
+ "optionalDependencies": {
2370
+ "@oxc-parser/binding-android-arm-eabi": "0.121.0",
2371
+ "@oxc-parser/binding-android-arm64": "0.121.0",
2372
+ "@oxc-parser/binding-darwin-arm64": "0.121.0",
2373
+ "@oxc-parser/binding-darwin-x64": "0.121.0",
2374
+ "@oxc-parser/binding-freebsd-x64": "0.121.0",
2375
+ "@oxc-parser/binding-linux-arm-gnueabihf": "0.121.0",
2376
+ "@oxc-parser/binding-linux-arm-musleabihf": "0.121.0",
2377
+ "@oxc-parser/binding-linux-arm64-gnu": "0.121.0",
2378
+ "@oxc-parser/binding-linux-arm64-musl": "0.121.0",
2379
+ "@oxc-parser/binding-linux-ppc64-gnu": "0.121.0",
2380
+ "@oxc-parser/binding-linux-riscv64-gnu": "0.121.0",
2381
+ "@oxc-parser/binding-linux-riscv64-musl": "0.121.0",
2382
+ "@oxc-parser/binding-linux-s390x-gnu": "0.121.0",
2383
+ "@oxc-parser/binding-linux-x64-gnu": "0.121.0",
2384
+ "@oxc-parser/binding-linux-x64-musl": "0.121.0",
2385
+ "@oxc-parser/binding-openharmony-arm64": "0.121.0",
2386
+ "@oxc-parser/binding-wasm32-wasi": "0.121.0",
2387
+ "@oxc-parser/binding-win32-arm64-msvc": "0.121.0",
2388
+ "@oxc-parser/binding-win32-ia32-msvc": "0.121.0",
2389
+ "@oxc-parser/binding-win32-x64-msvc": "0.121.0"
2390
+ }
2391
+ },
2392
+ "node_modules/oxc-resolver": {
2393
+ "version": "11.19.1",
2394
+ "resolved": "https://registry.npmjs.org/oxc-resolver/-/oxc-resolver-11.19.1.tgz",
2395
+ "integrity": "sha512-qE/CIg/spwrTBFt5aKmwe3ifeDdLfA2NESN30E42X/lII5ClF8V7Wt6WIJhcGZjp0/Q+nQ+9vgxGk//xZNX2hg==",
2396
+ "dev": true,
2397
+ "license": "MIT",
2398
+ "funding": {
2399
+ "url": "https://github.com/sponsors/Boshen"
2400
+ },
2401
+ "optionalDependencies": {
2402
+ "@oxc-resolver/binding-android-arm-eabi": "11.19.1",
2403
+ "@oxc-resolver/binding-android-arm64": "11.19.1",
2404
+ "@oxc-resolver/binding-darwin-arm64": "11.19.1",
2405
+ "@oxc-resolver/binding-darwin-x64": "11.19.1",
2406
+ "@oxc-resolver/binding-freebsd-x64": "11.19.1",
2407
+ "@oxc-resolver/binding-linux-arm-gnueabihf": "11.19.1",
2408
+ "@oxc-resolver/binding-linux-arm-musleabihf": "11.19.1",
2409
+ "@oxc-resolver/binding-linux-arm64-gnu": "11.19.1",
2410
+ "@oxc-resolver/binding-linux-arm64-musl": "11.19.1",
2411
+ "@oxc-resolver/binding-linux-ppc64-gnu": "11.19.1",
2412
+ "@oxc-resolver/binding-linux-riscv64-gnu": "11.19.1",
2413
+ "@oxc-resolver/binding-linux-riscv64-musl": "11.19.1",
2414
+ "@oxc-resolver/binding-linux-s390x-gnu": "11.19.1",
2415
+ "@oxc-resolver/binding-linux-x64-gnu": "11.19.1",
2416
+ "@oxc-resolver/binding-linux-x64-musl": "11.19.1",
2417
+ "@oxc-resolver/binding-openharmony-arm64": "11.19.1",
2418
+ "@oxc-resolver/binding-wasm32-wasi": "11.19.1",
2419
+ "@oxc-resolver/binding-win32-arm64-msvc": "11.19.1",
2420
+ "@oxc-resolver/binding-win32-ia32-msvc": "11.19.1",
2421
+ "@oxc-resolver/binding-win32-x64-msvc": "11.19.1"
2422
+ }
2423
+ },
2424
+ "node_modules/p-limit": {
2425
+ "version": "3.1.0",
2426
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
2427
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
2428
+ "dev": true,
2429
+ "license": "MIT",
2430
+ "dependencies": {
2431
+ "yocto-queue": "^0.1.0"
2432
+ },
2433
+ "engines": {
2434
+ "node": ">=10"
2435
+ },
2436
+ "funding": {
2437
+ "url": "https://github.com/sponsors/sindresorhus"
2438
+ }
2439
+ },
2440
+ "node_modules/p-locate": {
2441
+ "version": "5.0.0",
2442
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
2443
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
2444
+ "dev": true,
2445
+ "license": "MIT",
2446
+ "dependencies": {
2447
+ "p-limit": "^3.0.2"
2448
+ },
2449
+ "engines": {
2450
+ "node": ">=10"
2451
+ },
2452
+ "funding": {
2453
+ "url": "https://github.com/sponsors/sindresorhus"
2454
+ }
2455
+ },
2456
+ "node_modules/path-exists": {
2457
+ "version": "4.0.0",
2458
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
2459
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
2460
+ "dev": true,
2461
+ "license": "MIT",
2462
+ "engines": {
2463
+ "node": ">=8"
2464
+ }
2465
+ },
2466
+ "node_modules/path-key": {
2467
+ "version": "3.1.1",
2468
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2469
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2470
+ "dev": true,
2471
+ "license": "MIT",
2472
+ "engines": {
2473
+ "node": ">=8"
2474
+ }
2475
+ },
2476
+ "node_modules/path-scurry": {
2477
+ "version": "2.0.2",
2478
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
2479
+ "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
2480
+ "license": "BlueOak-1.0.0",
2481
+ "dependencies": {
2482
+ "lru-cache": "^11.0.0",
2483
+ "minipass": "^7.1.2"
2484
+ },
2485
+ "engines": {
2486
+ "node": "18 || 20 || >=22"
2487
+ },
2488
+ "funding": {
2489
+ "url": "https://github.com/sponsors/isaacs"
2490
+ }
2491
+ },
2492
+ "node_modules/picocolors": {
2493
+ "version": "1.1.1",
2494
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2495
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2496
+ "dev": true,
2497
+ "license": "ISC"
2498
+ },
2499
+ "node_modules/picomatch": {
2500
+ "version": "4.0.4",
2501
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
2502
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
2503
+ "dev": true,
2504
+ "license": "MIT",
2505
+ "engines": {
2506
+ "node": ">=12"
2507
+ },
2508
+ "funding": {
2509
+ "url": "https://github.com/sponsors/jonschlinkert"
2510
+ }
2511
+ },
2512
+ "node_modules/prelude-ls": {
2513
+ "version": "1.2.1",
2514
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
2515
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
2516
+ "dev": true,
2517
+ "license": "MIT",
2518
+ "engines": {
2519
+ "node": ">= 0.8.0"
2520
+ }
2521
+ },
2522
+ "node_modules/prettier": {
2523
+ "version": "3.8.1",
2524
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
2525
+ "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
2526
+ "dev": true,
2527
+ "license": "MIT",
2528
+ "bin": {
2529
+ "prettier": "bin/prettier.cjs"
2530
+ },
2531
+ "engines": {
2532
+ "node": ">=14"
2533
+ },
2534
+ "funding": {
2535
+ "url": "https://github.com/prettier/prettier?sponsor=1"
2536
+ }
2537
+ },
2538
+ "node_modules/proxy-from-env": {
2539
+ "version": "2.1.0",
2540
+ "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
2541
+ "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
2542
+ "license": "MIT",
2543
+ "engines": {
2544
+ "node": ">=10"
2545
+ }
2546
+ },
2547
+ "node_modules/punycode": {
2548
+ "version": "2.3.1",
2549
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
2550
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
2551
+ "dev": true,
2552
+ "license": "MIT",
2553
+ "engines": {
2554
+ "node": ">=6"
2555
+ }
2556
+ },
2557
+ "node_modules/queue-microtask": {
2558
+ "version": "1.2.3",
2559
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
2560
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
2561
+ "dev": true,
2562
+ "funding": [
2563
+ {
2564
+ "type": "github",
2565
+ "url": "https://github.com/sponsors/feross"
2566
+ },
2567
+ {
2568
+ "type": "patreon",
2569
+ "url": "https://www.patreon.com/feross"
2570
+ },
2571
+ {
2572
+ "type": "consulting",
2573
+ "url": "https://feross.org/support"
2574
+ }
2575
+ ],
2576
+ "license": "MIT"
2577
+ },
2578
+ "node_modules/resolve-pkg-maps": {
2579
+ "version": "1.0.0",
2580
+ "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
2581
+ "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
2582
+ "dev": true,
2583
+ "license": "MIT",
2584
+ "funding": {
2585
+ "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
2586
+ }
2587
+ },
2588
+ "node_modules/reusify": {
2589
+ "version": "1.1.0",
2590
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
2591
+ "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
2592
+ "dev": true,
2593
+ "license": "MIT",
2594
+ "engines": {
2595
+ "iojs": ">=1.0.0",
2596
+ "node": ">=0.10.0"
2597
+ }
2598
+ },
2599
+ "node_modules/run-parallel": {
2600
+ "version": "1.2.0",
2601
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
2602
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
2603
+ "dev": true,
2604
+ "funding": [
2605
+ {
2606
+ "type": "github",
2607
+ "url": "https://github.com/sponsors/feross"
2608
+ },
2609
+ {
2610
+ "type": "patreon",
2611
+ "url": "https://www.patreon.com/feross"
2612
+ },
2613
+ {
2614
+ "type": "consulting",
2615
+ "url": "https://feross.org/support"
2616
+ }
2617
+ ],
2618
+ "license": "MIT",
2619
+ "dependencies": {
2620
+ "queue-microtask": "^1.2.2"
2621
+ }
2622
+ },
2623
+ "node_modules/semver": {
2624
+ "version": "7.7.4",
2625
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
2626
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
2627
+ "dev": true,
2628
+ "license": "ISC",
2629
+ "bin": {
2630
+ "semver": "bin/semver.js"
2631
+ },
2632
+ "engines": {
2633
+ "node": ">=10"
2634
+ }
2635
+ },
2636
+ "node_modules/shebang-command": {
2637
+ "version": "2.0.0",
2638
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2639
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2640
+ "dev": true,
2641
+ "license": "MIT",
2642
+ "dependencies": {
2643
+ "shebang-regex": "^3.0.0"
2644
+ },
2645
+ "engines": {
2646
+ "node": ">=8"
2647
+ }
2648
+ },
2649
+ "node_modules/shebang-regex": {
2650
+ "version": "3.0.0",
2651
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2652
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2653
+ "dev": true,
2654
+ "license": "MIT",
2655
+ "engines": {
2656
+ "node": ">=8"
2657
+ }
2658
+ },
2659
+ "node_modules/smol-toml": {
2660
+ "version": "1.6.1",
2661
+ "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.1.tgz",
2662
+ "integrity": "sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==",
2663
+ "dev": true,
2664
+ "license": "BSD-3-Clause",
2665
+ "engines": {
2666
+ "node": ">= 18"
2667
+ },
2668
+ "funding": {
2669
+ "url": "https://github.com/sponsors/cyyynthia"
2670
+ }
2671
+ },
2672
+ "node_modules/tinyglobby": {
2673
+ "version": "0.2.15",
2674
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
2675
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
2676
+ "dev": true,
2677
+ "license": "MIT",
2678
+ "dependencies": {
2679
+ "fdir": "^6.5.0",
2680
+ "picomatch": "^4.0.3"
2681
+ },
2682
+ "engines": {
2683
+ "node": ">=12.0.0"
2684
+ },
2685
+ "funding": {
2686
+ "url": "https://github.com/sponsors/SuperchupuDev"
2687
+ }
2688
+ },
2689
+ "node_modules/to-regex-range": {
2690
+ "version": "5.0.1",
2691
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
2692
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
2693
+ "dev": true,
2694
+ "license": "MIT",
2695
+ "dependencies": {
2696
+ "is-number": "^7.0.0"
2697
+ },
2698
+ "engines": {
2699
+ "node": ">=8.0"
2700
+ }
2701
+ },
2702
+ "node_modules/ts-api-utils": {
2703
+ "version": "2.5.0",
2704
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
2705
+ "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
2706
+ "dev": true,
2707
+ "license": "MIT",
2708
+ "engines": {
2709
+ "node": ">=18.12"
2710
+ },
2711
+ "peerDependencies": {
2712
+ "typescript": ">=4.8.4"
2713
+ }
2714
+ },
2715
+ "node_modules/tslib": {
2716
+ "version": "2.8.1",
2717
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
2718
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
2719
+ "license": "0BSD"
2720
+ },
2721
+ "node_modules/type-check": {
2722
+ "version": "0.4.0",
2723
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
2724
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
2725
+ "dev": true,
2726
+ "license": "MIT",
2727
+ "dependencies": {
2728
+ "prelude-ls": "^1.2.1"
2729
+ },
2730
+ "engines": {
2731
+ "node": ">= 0.8.0"
2732
+ }
2733
+ },
2734
+ "node_modules/typescript": {
2735
+ "version": "6.0.2",
2736
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
2737
+ "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
2738
+ "dev": true,
2739
+ "license": "Apache-2.0",
2740
+ "bin": {
2741
+ "tsc": "bin/tsc",
2742
+ "tsserver": "bin/tsserver"
2743
+ },
2744
+ "engines": {
2745
+ "node": ">=14.17"
2746
+ }
2747
+ },
2748
+ "node_modules/typescript-eslint": {
2749
+ "version": "8.58.0",
2750
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.0.tgz",
2751
+ "integrity": "sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==",
2752
+ "dev": true,
2753
+ "license": "MIT",
2754
+ "dependencies": {
2755
+ "@typescript-eslint/eslint-plugin": "8.58.0",
2756
+ "@typescript-eslint/parser": "8.58.0",
2757
+ "@typescript-eslint/typescript-estree": "8.58.0",
2758
+ "@typescript-eslint/utils": "8.58.0"
2759
+ },
2760
+ "engines": {
2761
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2762
+ },
2763
+ "funding": {
2764
+ "type": "opencollective",
2765
+ "url": "https://opencollective.com/typescript-eslint"
2766
+ },
2767
+ "peerDependencies": {
2768
+ "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
2769
+ "typescript": ">=4.8.4 <6.1.0"
2770
+ }
2771
+ },
2772
+ "node_modules/unbash": {
2773
+ "version": "2.2.0",
2774
+ "resolved": "https://registry.npmjs.org/unbash/-/unbash-2.2.0.tgz",
2775
+ "integrity": "sha512-X2wH19RAPZE3+ldGicOkoj/SIA83OIxcJ6Cuaw23hf8Xc6fQpvZXY0SftE2JgS0QhYLUG4uwodSI3R53keyh7w==",
2776
+ "dev": true,
2777
+ "license": "ISC",
2778
+ "engines": {
2779
+ "node": ">=14"
2780
+ }
2781
+ },
2782
+ "node_modules/undici-types": {
2783
+ "version": "7.16.0",
2784
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
2785
+ "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
2786
+ "dev": true,
2787
+ "license": "MIT"
2788
+ },
2789
+ "node_modules/uri-js": {
2790
+ "version": "4.4.1",
2791
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
2792
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
2793
+ "dev": true,
2794
+ "license": "BSD-2-Clause",
2795
+ "dependencies": {
2796
+ "punycode": "^2.1.0"
2797
+ }
2798
+ },
2799
+ "node_modules/walk-up-path": {
2800
+ "version": "4.0.0",
2801
+ "resolved": "https://registry.npmjs.org/walk-up-path/-/walk-up-path-4.0.0.tgz",
2802
+ "integrity": "sha512-3hu+tD8YzSLGuFYtPRb48vdhKMi0KQV5sn+uWr8+7dMEq/2G/dtLrdDinkLjqq5TIbIBjYJ4Ax/n3YiaW7QM8A==",
2803
+ "dev": true,
2804
+ "license": "ISC",
2805
+ "engines": {
2806
+ "node": "20 || >=22"
2807
+ }
2808
+ },
2809
+ "node_modules/which": {
2810
+ "version": "2.0.2",
2811
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2812
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2813
+ "dev": true,
2814
+ "license": "ISC",
2815
+ "dependencies": {
2816
+ "isexe": "^2.0.0"
2817
+ },
2818
+ "bin": {
2819
+ "node-which": "bin/node-which"
2820
+ },
2821
+ "engines": {
2822
+ "node": ">= 8"
2823
+ }
2824
+ },
2825
+ "node_modules/word-wrap": {
2826
+ "version": "1.2.5",
2827
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
2828
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
2829
+ "dev": true,
2830
+ "license": "MIT",
2831
+ "engines": {
2832
+ "node": ">=0.10.0"
2833
+ }
2834
+ },
2835
+ "node_modules/yaml": {
2836
+ "version": "2.8.3",
2837
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
2838
+ "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
2839
+ "dev": true,
2840
+ "license": "ISC",
2841
+ "bin": {
2842
+ "yaml": "bin.mjs"
2843
+ },
2844
+ "engines": {
2845
+ "node": ">= 14.6"
2846
+ },
2847
+ "funding": {
2848
+ "url": "https://github.com/sponsors/eemeli"
2849
+ }
2850
+ },
2851
+ "node_modules/yocto-queue": {
2852
+ "version": "0.1.0",
2853
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
2854
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
2855
+ "dev": true,
2856
+ "license": "MIT",
2857
+ "engines": {
2858
+ "node": ">=10"
2859
+ },
2860
+ "funding": {
2861
+ "url": "https://github.com/sponsors/sindresorhus"
2862
+ }
2863
+ },
2864
+ "node_modules/zod": {
2865
+ "version": "4.3.6",
2866
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
2867
+ "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
2868
+ "dev": true,
2869
+ "license": "MIT",
2870
+ "funding": {
2871
+ "url": "https://github.com/sponsors/colinhacks"
2872
+ }
2873
+ }
2874
+ }
2875
+ }