@gr4vy/sdk 1.1.30 → 1.1.32

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.
Files changed (64) hide show
  1. package/FUNCTIONS.md +6 -1
  2. package/README.md +37 -32
  3. package/docs/sdks/all/README.md +13 -9
  4. package/docs/sdks/auditlogs/README.md +13 -9
  5. package/docs/sdks/balances/README.md +13 -9
  6. package/docs/sdks/buyers/README.md +65 -45
  7. package/docs/sdks/cardschemedefinitions/README.md +13 -9
  8. package/docs/sdks/checkoutsessions/README.md +52 -36
  9. package/docs/sdks/cryptogram/README.md +13 -9
  10. package/docs/sdks/digitalwallets/README.md +65 -45
  11. package/docs/sdks/domains/README.md +26 -18
  12. package/docs/sdks/events/README.md +13 -9
  13. package/docs/sdks/executions/README.md +39 -27
  14. package/docs/sdks/giftcards/README.md +52 -36
  15. package/docs/sdks/gr4vygiftcards/README.md +13 -9
  16. package/docs/sdks/gr4vypaymentmethods/README.md +13 -9
  17. package/docs/sdks/gr4vyrefunds/README.md +39 -27
  18. package/docs/sdks/jobs/README.md +13 -9
  19. package/docs/sdks/merchantaccounts/README.md +48 -36
  20. package/docs/sdks/networktokens/README.md +65 -45
  21. package/docs/sdks/paymentlinks/README.md +52 -36
  22. package/docs/sdks/paymentmethods/README.md +52 -36
  23. package/docs/sdks/paymentoptions/README.md +13 -9
  24. package/docs/sdks/paymentservicedefinitions/README.md +36 -27
  25. package/docs/sdks/paymentservices/README.md +91 -63
  26. package/docs/sdks/paymentservicetokens/README.md +39 -27
  27. package/docs/sdks/payouts/README.md +39 -27
  28. package/docs/sdks/refunds/README.md +13 -9
  29. package/docs/sdks/reportexecutions/README.md +13 -9
  30. package/docs/sdks/reports/README.md +52 -36
  31. package/docs/sdks/sessions/README.md +38 -27
  32. package/docs/sdks/settlements/README.md +26 -18
  33. package/docs/sdks/shippingdetails/README.md +65 -45
  34. package/docs/sdks/transactions/README.md +91 -63
  35. package/examples/accountUpdaterJobsCreate.example.ts +3 -8
  36. package/jsr.json +1 -1
  37. package/lib/config.d.ts +3 -3
  38. package/lib/config.js +3 -3
  39. package/lib/security.d.ts.map +1 -1
  40. package/lib/security.js.map +1 -1
  41. package/models/components/stripeconnectoptions.d.ts +5 -0
  42. package/models/components/stripeconnectoptions.d.ts.map +1 -1
  43. package/models/components/stripeconnectoptions.js +4 -0
  44. package/models/components/stripeconnectoptions.js.map +1 -1
  45. package/models/components/transactionevent.d.ts +2 -0
  46. package/models/components/transactionevent.d.ts.map +1 -1
  47. package/models/components/transactionevent.js +2 -0
  48. package/models/components/transactionevent.js.map +1 -1
  49. package/models/components/travelhuboptions.d.ts +5 -0
  50. package/models/components/travelhuboptions.d.ts.map +1 -1
  51. package/models/components/travelhuboptions.js +2 -0
  52. package/models/components/travelhuboptions.js.map +1 -1
  53. package/models/components/trustlyoptions.d.ts +5 -0
  54. package/models/components/trustlyoptions.d.ts.map +1 -1
  55. package/models/components/trustlyoptions.js +2 -0
  56. package/models/components/trustlyoptions.js.map +1 -1
  57. package/package.json +1 -1
  58. package/src/lib/config.ts +3 -3
  59. package/src/lib/security.ts +4 -1
  60. package/src/models/components/stripeconnectoptions.ts +9 -0
  61. package/src/models/components/transactionevent.ts +4 -0
  62. package/src/models/components/travelhuboptions.ts +7 -0
  63. package/src/models/components/trustlyoptions.ts +7 -0
  64. package/examples/package-lock.json +0 -2716
@@ -1,2716 +0,0 @@
1
- {
2
- "name": "@gr4vy/sdk-examples",
3
- "version": "1.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "@gr4vy/sdk-examples",
9
- "version": "1.0.0",
10
- "dependencies": {
11
- "@gr4vy/sdk": "file:.."
12
- },
13
- "devDependencies": {
14
- "@types/node": "^20.0.0",
15
- "dotenv": "^16.4.5",
16
- "tsx": "^4.19.2"
17
- }
18
- },
19
- "..": {
20
- "name": "@gr4vy/sdk",
21
- "version": "1.1.30",
22
- "dependencies": {
23
- "@trust/keyto": "^1.0.1",
24
- "jsonwebtoken": "^9.0.2",
25
- "jwk-thumbprint": "^0.1.4",
26
- "snakecase-keys": "^6.0.0",
27
- "uuid": "^9.0.1",
28
- "zod": "^3.20.0"
29
- },
30
- "devDependencies": {
31
- "@eslint/js": "^9.19.0",
32
- "@types/jsonwebtoken": "^9.0.6",
33
- "@types/trust__keyto": "^1.0.4",
34
- "@types/uuid": "^9.0.8",
35
- "eslint": "^9.19.0",
36
- "globals": "^15.14.0",
37
- "timekeeper": "^2.3.1",
38
- "typescript": "~5.8.3",
39
- "typescript-eslint": "^8.26.0",
40
- "vitest": "^3.1.2"
41
- }
42
- },
43
- "../node_modules/@aashutoshrathi/word-wrap": {
44
- "version": "1.2.6",
45
- "dev": true,
46
- "license": "MIT",
47
- "engines": {
48
- "node": ">=0.10.0"
49
- }
50
- },
51
- "../node_modules/@esbuild/darwin-arm64": {
52
- "version": "0.25.3",
53
- "cpu": [
54
- "arm64"
55
- ],
56
- "dev": true,
57
- "license": "MIT",
58
- "optional": true,
59
- "os": [
60
- "darwin"
61
- ],
62
- "engines": {
63
- "node": ">=18"
64
- }
65
- },
66
- "../node_modules/@eslint-community/eslint-utils": {
67
- "version": "4.4.0",
68
- "dev": true,
69
- "license": "MIT",
70
- "dependencies": {
71
- "eslint-visitor-keys": "^3.3.0"
72
- },
73
- "engines": {
74
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
75
- },
76
- "peerDependencies": {
77
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
78
- }
79
- },
80
- "../node_modules/@eslint-community/regexpp": {
81
- "version": "4.12.1",
82
- "dev": true,
83
- "license": "MIT",
84
- "engines": {
85
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
86
- }
87
- },
88
- "../node_modules/@eslint/config-array": {
89
- "version": "0.20.0",
90
- "dev": true,
91
- "license": "Apache-2.0",
92
- "dependencies": {
93
- "@eslint/object-schema": "^2.1.6",
94
- "debug": "^4.3.1",
95
- "minimatch": "^3.1.2"
96
- },
97
- "engines": {
98
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
99
- }
100
- },
101
- "../node_modules/@eslint/config-array/node_modules/brace-expansion": {
102
- "version": "1.1.11",
103
- "dev": true,
104
- "license": "MIT",
105
- "dependencies": {
106
- "balanced-match": "^1.0.0",
107
- "concat-map": "0.0.1"
108
- }
109
- },
110
- "../node_modules/@eslint/config-array/node_modules/minimatch": {
111
- "version": "3.1.2",
112
- "dev": true,
113
- "license": "ISC",
114
- "dependencies": {
115
- "brace-expansion": "^1.1.7"
116
- },
117
- "engines": {
118
- "node": "*"
119
- }
120
- },
121
- "../node_modules/@eslint/config-helpers": {
122
- "version": "0.2.1",
123
- "dev": true,
124
- "license": "Apache-2.0",
125
- "engines": {
126
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
127
- }
128
- },
129
- "../node_modules/@eslint/core": {
130
- "version": "0.13.0",
131
- "dev": true,
132
- "license": "Apache-2.0",
133
- "dependencies": {
134
- "@types/json-schema": "^7.0.15"
135
- },
136
- "engines": {
137
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
138
- }
139
- },
140
- "../node_modules/@eslint/eslintrc": {
141
- "version": "3.3.1",
142
- "dev": true,
143
- "license": "MIT",
144
- "dependencies": {
145
- "ajv": "^6.12.4",
146
- "debug": "^4.3.2",
147
- "espree": "^10.0.1",
148
- "globals": "^14.0.0",
149
- "ignore": "^5.2.0",
150
- "import-fresh": "^3.2.1",
151
- "js-yaml": "^4.1.0",
152
- "minimatch": "^3.1.2",
153
- "strip-json-comments": "^3.1.1"
154
- },
155
- "engines": {
156
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
157
- },
158
- "funding": {
159
- "url": "https://opencollective.com/eslint"
160
- }
161
- },
162
- "../node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
163
- "version": "1.1.11",
164
- "dev": true,
165
- "license": "MIT",
166
- "dependencies": {
167
- "balanced-match": "^1.0.0",
168
- "concat-map": "0.0.1"
169
- }
170
- },
171
- "../node_modules/@eslint/eslintrc/node_modules/globals": {
172
- "version": "14.0.0",
173
- "dev": true,
174
- "license": "MIT",
175
- "engines": {
176
- "node": ">=18"
177
- },
178
- "funding": {
179
- "url": "https://github.com/sponsors/sindresorhus"
180
- }
181
- },
182
- "../node_modules/@eslint/eslintrc/node_modules/minimatch": {
183
- "version": "3.1.2",
184
- "dev": true,
185
- "license": "ISC",
186
- "dependencies": {
187
- "brace-expansion": "^1.1.7"
188
- },
189
- "engines": {
190
- "node": "*"
191
- }
192
- },
193
- "../node_modules/@eslint/js": {
194
- "version": "9.25.1",
195
- "dev": true,
196
- "license": "MIT",
197
- "engines": {
198
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
199
- }
200
- },
201
- "../node_modules/@eslint/object-schema": {
202
- "version": "2.1.6",
203
- "dev": true,
204
- "license": "Apache-2.0",
205
- "engines": {
206
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
207
- }
208
- },
209
- "../node_modules/@eslint/plugin-kit": {
210
- "version": "0.2.8",
211
- "dev": true,
212
- "license": "Apache-2.0",
213
- "dependencies": {
214
- "@eslint/core": "^0.13.0",
215
- "levn": "^0.4.1"
216
- },
217
- "engines": {
218
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
219
- }
220
- },
221
- "../node_modules/@humanfs/core": {
222
- "version": "0.19.1",
223
- "dev": true,
224
- "license": "Apache-2.0",
225
- "engines": {
226
- "node": ">=18.18.0"
227
- }
228
- },
229
- "../node_modules/@humanfs/node": {
230
- "version": "0.16.6",
231
- "dev": true,
232
- "license": "Apache-2.0",
233
- "dependencies": {
234
- "@humanfs/core": "^0.19.1",
235
- "@humanwhocodes/retry": "^0.3.0"
236
- },
237
- "engines": {
238
- "node": ">=18.18.0"
239
- }
240
- },
241
- "../node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
242
- "version": "0.3.1",
243
- "dev": true,
244
- "license": "Apache-2.0",
245
- "engines": {
246
- "node": ">=18.18"
247
- },
248
- "funding": {
249
- "type": "github",
250
- "url": "https://github.com/sponsors/nzakas"
251
- }
252
- },
253
- "../node_modules/@humanwhocodes/module-importer": {
254
- "version": "1.0.1",
255
- "dev": true,
256
- "license": "Apache-2.0",
257
- "engines": {
258
- "node": ">=12.22"
259
- },
260
- "funding": {
261
- "type": "github",
262
- "url": "https://github.com/sponsors/nzakas"
263
- }
264
- },
265
- "../node_modules/@humanwhocodes/retry": {
266
- "version": "0.4.2",
267
- "dev": true,
268
- "license": "Apache-2.0",
269
- "engines": {
270
- "node": ">=18.18"
271
- },
272
- "funding": {
273
- "type": "github",
274
- "url": "https://github.com/sponsors/nzakas"
275
- }
276
- },
277
- "../node_modules/@jridgewell/sourcemap-codec": {
278
- "version": "1.5.0",
279
- "dev": true,
280
- "license": "MIT"
281
- },
282
- "../node_modules/@nodelib/fs.scandir": {
283
- "version": "2.1.5",
284
- "dev": true,
285
- "license": "MIT",
286
- "dependencies": {
287
- "@nodelib/fs.stat": "2.0.5",
288
- "run-parallel": "^1.1.9"
289
- },
290
- "engines": {
291
- "node": ">= 8"
292
- }
293
- },
294
- "../node_modules/@nodelib/fs.stat": {
295
- "version": "2.0.5",
296
- "dev": true,
297
- "license": "MIT",
298
- "engines": {
299
- "node": ">= 8"
300
- }
301
- },
302
- "../node_modules/@nodelib/fs.walk": {
303
- "version": "1.2.8",
304
- "dev": true,
305
- "license": "MIT",
306
- "dependencies": {
307
- "@nodelib/fs.scandir": "2.1.5",
308
- "fastq": "^1.6.0"
309
- },
310
- "engines": {
311
- "node": ">= 8"
312
- }
313
- },
314
- "../node_modules/@rollup/rollup-darwin-arm64": {
315
- "version": "4.40.0",
316
- "cpu": [
317
- "arm64"
318
- ],
319
- "dev": true,
320
- "license": "MIT",
321
- "optional": true,
322
- "os": [
323
- "darwin"
324
- ]
325
- },
326
- "../node_modules/@trust/keyto": {
327
- "version": "1.0.1",
328
- "license": "MIT",
329
- "dependencies": {
330
- "asn1.js": "^5.2.0",
331
- "base64url": "^3.0.1",
332
- "elliptic": "^6.5.2"
333
- }
334
- },
335
- "../node_modules/@types/estree": {
336
- "version": "1.0.7",
337
- "dev": true,
338
- "license": "MIT"
339
- },
340
- "../node_modules/@types/json-schema": {
341
- "version": "7.0.15",
342
- "dev": true,
343
- "license": "MIT"
344
- },
345
- "../node_modules/@types/jsonwebtoken": {
346
- "version": "9.0.6",
347
- "dev": true,
348
- "license": "MIT",
349
- "dependencies": {
350
- "@types/node": "*"
351
- }
352
- },
353
- "../node_modules/@types/node": {
354
- "version": "18.19.48",
355
- "dev": true,
356
- "license": "MIT",
357
- "dependencies": {
358
- "undici-types": "~5.26.4"
359
- }
360
- },
361
- "../node_modules/@types/trust__keyto": {
362
- "version": "1.0.4",
363
- "dev": true,
364
- "license": "MIT",
365
- "dependencies": {
366
- "@types/node": "*"
367
- }
368
- },
369
- "../node_modules/@types/uuid": {
370
- "version": "9.0.8",
371
- "dev": true,
372
- "license": "MIT"
373
- },
374
- "../node_modules/@typescript-eslint/type-utils": {
375
- "version": "8.31.0",
376
- "dev": true,
377
- "license": "MIT",
378
- "dependencies": {
379
- "@typescript-eslint/typescript-estree": "8.31.0",
380
- "@typescript-eslint/utils": "8.31.0",
381
- "debug": "^4.3.4",
382
- "ts-api-utils": "^2.0.1"
383
- },
384
- "engines": {
385
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
386
- },
387
- "funding": {
388
- "type": "opencollective",
389
- "url": "https://opencollective.com/typescript-eslint"
390
- },
391
- "peerDependencies": {
392
- "eslint": "^8.57.0 || ^9.0.0",
393
- "typescript": ">=4.8.4 <5.9.0"
394
- }
395
- },
396
- "../node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
397
- "version": "8.31.0",
398
- "dev": true,
399
- "license": "MIT",
400
- "engines": {
401
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
402
- },
403
- "funding": {
404
- "type": "opencollective",
405
- "url": "https://opencollective.com/typescript-eslint"
406
- }
407
- },
408
- "../node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
409
- "version": "8.31.0",
410
- "dev": true,
411
- "license": "MIT",
412
- "dependencies": {
413
- "@typescript-eslint/types": "8.31.0",
414
- "@typescript-eslint/visitor-keys": "8.31.0",
415
- "debug": "^4.3.4",
416
- "fast-glob": "^3.3.2",
417
- "is-glob": "^4.0.3",
418
- "minimatch": "^9.0.4",
419
- "semver": "^7.6.0",
420
- "ts-api-utils": "^2.0.1"
421
- },
422
- "engines": {
423
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
424
- },
425
- "funding": {
426
- "type": "opencollective",
427
- "url": "https://opencollective.com/typescript-eslint"
428
- },
429
- "peerDependencies": {
430
- "typescript": ">=4.8.4 <5.9.0"
431
- }
432
- },
433
- "../node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
434
- "version": "8.31.0",
435
- "dev": true,
436
- "license": "MIT",
437
- "dependencies": {
438
- "@typescript-eslint/types": "8.31.0",
439
- "eslint-visitor-keys": "^4.2.0"
440
- },
441
- "engines": {
442
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
443
- },
444
- "funding": {
445
- "type": "opencollective",
446
- "url": "https://opencollective.com/typescript-eslint"
447
- }
448
- },
449
- "../node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
450
- "version": "4.2.0",
451
- "dev": true,
452
- "license": "Apache-2.0",
453
- "engines": {
454
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
455
- },
456
- "funding": {
457
- "url": "https://opencollective.com/eslint"
458
- }
459
- },
460
- "../node_modules/@typescript-eslint/type-utils/node_modules/ts-api-utils": {
461
- "version": "2.1.0",
462
- "dev": true,
463
- "license": "MIT",
464
- "engines": {
465
- "node": ">=18.12"
466
- },
467
- "peerDependencies": {
468
- "typescript": ">=4.8.4"
469
- }
470
- },
471
- "../node_modules/@typescript-eslint/utils": {
472
- "version": "8.31.0",
473
- "dev": true,
474
- "license": "MIT",
475
- "dependencies": {
476
- "@eslint-community/eslint-utils": "^4.4.0",
477
- "@typescript-eslint/scope-manager": "8.31.0",
478
- "@typescript-eslint/types": "8.31.0",
479
- "@typescript-eslint/typescript-estree": "8.31.0"
480
- },
481
- "engines": {
482
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
483
- },
484
- "funding": {
485
- "type": "opencollective",
486
- "url": "https://opencollective.com/typescript-eslint"
487
- },
488
- "peerDependencies": {
489
- "eslint": "^8.57.0 || ^9.0.0",
490
- "typescript": ">=4.8.4 <5.9.0"
491
- }
492
- },
493
- "../node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
494
- "version": "8.31.0",
495
- "dev": true,
496
- "license": "MIT",
497
- "dependencies": {
498
- "@typescript-eslint/types": "8.31.0",
499
- "@typescript-eslint/visitor-keys": "8.31.0"
500
- },
501
- "engines": {
502
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
503
- },
504
- "funding": {
505
- "type": "opencollective",
506
- "url": "https://opencollective.com/typescript-eslint"
507
- }
508
- },
509
- "../node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
510
- "version": "8.31.0",
511
- "dev": true,
512
- "license": "MIT",
513
- "engines": {
514
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
515
- },
516
- "funding": {
517
- "type": "opencollective",
518
- "url": "https://opencollective.com/typescript-eslint"
519
- }
520
- },
521
- "../node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
522
- "version": "8.31.0",
523
- "dev": true,
524
- "license": "MIT",
525
- "dependencies": {
526
- "@typescript-eslint/types": "8.31.0",
527
- "@typescript-eslint/visitor-keys": "8.31.0",
528
- "debug": "^4.3.4",
529
- "fast-glob": "^3.3.2",
530
- "is-glob": "^4.0.3",
531
- "minimatch": "^9.0.4",
532
- "semver": "^7.6.0",
533
- "ts-api-utils": "^2.0.1"
534
- },
535
- "engines": {
536
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
537
- },
538
- "funding": {
539
- "type": "opencollective",
540
- "url": "https://opencollective.com/typescript-eslint"
541
- },
542
- "peerDependencies": {
543
- "typescript": ">=4.8.4 <5.9.0"
544
- }
545
- },
546
- "../node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
547
- "version": "8.31.0",
548
- "dev": true,
549
- "license": "MIT",
550
- "dependencies": {
551
- "@typescript-eslint/types": "8.31.0",
552
- "eslint-visitor-keys": "^4.2.0"
553
- },
554
- "engines": {
555
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
556
- },
557
- "funding": {
558
- "type": "opencollective",
559
- "url": "https://opencollective.com/typescript-eslint"
560
- }
561
- },
562
- "../node_modules/@typescript-eslint/utils/node_modules/eslint-visitor-keys": {
563
- "version": "4.2.0",
564
- "dev": true,
565
- "license": "Apache-2.0",
566
- "engines": {
567
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
568
- },
569
- "funding": {
570
- "url": "https://opencollective.com/eslint"
571
- }
572
- },
573
- "../node_modules/@typescript-eslint/utils/node_modules/ts-api-utils": {
574
- "version": "2.1.0",
575
- "dev": true,
576
- "license": "MIT",
577
- "engines": {
578
- "node": ">=18.12"
579
- },
580
- "peerDependencies": {
581
- "typescript": ">=4.8.4"
582
- }
583
- },
584
- "../node_modules/@vitest/expect": {
585
- "version": "3.1.2",
586
- "dev": true,
587
- "license": "MIT",
588
- "dependencies": {
589
- "@vitest/spy": "3.1.2",
590
- "@vitest/utils": "3.1.2",
591
- "chai": "^5.2.0",
592
- "tinyrainbow": "^2.0.0"
593
- },
594
- "funding": {
595
- "url": "https://opencollective.com/vitest"
596
- }
597
- },
598
- "../node_modules/@vitest/mocker": {
599
- "version": "3.1.2",
600
- "dev": true,
601
- "license": "MIT",
602
- "dependencies": {
603
- "@vitest/spy": "3.1.2",
604
- "estree-walker": "^3.0.3",
605
- "magic-string": "^0.30.17"
606
- },
607
- "funding": {
608
- "url": "https://opencollective.com/vitest"
609
- },
610
- "peerDependencies": {
611
- "msw": "^2.4.9",
612
- "vite": "^5.0.0 || ^6.0.0"
613
- },
614
- "peerDependenciesMeta": {
615
- "msw": {
616
- "optional": true
617
- },
618
- "vite": {
619
- "optional": true
620
- }
621
- }
622
- },
623
- "../node_modules/@vitest/pretty-format": {
624
- "version": "3.1.2",
625
- "dev": true,
626
- "license": "MIT",
627
- "dependencies": {
628
- "tinyrainbow": "^2.0.0"
629
- },
630
- "funding": {
631
- "url": "https://opencollective.com/vitest"
632
- }
633
- },
634
- "../node_modules/@vitest/runner": {
635
- "version": "3.1.2",
636
- "dev": true,
637
- "license": "MIT",
638
- "dependencies": {
639
- "@vitest/utils": "3.1.2",
640
- "pathe": "^2.0.3"
641
- },
642
- "funding": {
643
- "url": "https://opencollective.com/vitest"
644
- }
645
- },
646
- "../node_modules/@vitest/snapshot": {
647
- "version": "3.1.2",
648
- "dev": true,
649
- "license": "MIT",
650
- "dependencies": {
651
- "@vitest/pretty-format": "3.1.2",
652
- "magic-string": "^0.30.17",
653
- "pathe": "^2.0.3"
654
- },
655
- "funding": {
656
- "url": "https://opencollective.com/vitest"
657
- }
658
- },
659
- "../node_modules/@vitest/spy": {
660
- "version": "3.1.2",
661
- "dev": true,
662
- "license": "MIT",
663
- "dependencies": {
664
- "tinyspy": "^3.0.2"
665
- },
666
- "funding": {
667
- "url": "https://opencollective.com/vitest"
668
- }
669
- },
670
- "../node_modules/@vitest/utils": {
671
- "version": "3.1.2",
672
- "dev": true,
673
- "license": "MIT",
674
- "dependencies": {
675
- "@vitest/pretty-format": "3.1.2",
676
- "loupe": "^3.1.3",
677
- "tinyrainbow": "^2.0.0"
678
- },
679
- "funding": {
680
- "url": "https://opencollective.com/vitest"
681
- }
682
- },
683
- "../node_modules/acorn": {
684
- "version": "8.14.1",
685
- "dev": true,
686
- "license": "MIT",
687
- "bin": {
688
- "acorn": "bin/acorn"
689
- },
690
- "engines": {
691
- "node": ">=0.4.0"
692
- }
693
- },
694
- "../node_modules/acorn-jsx": {
695
- "version": "5.3.2",
696
- "dev": true,
697
- "license": "MIT",
698
- "peerDependencies": {
699
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
700
- }
701
- },
702
- "../node_modules/ajv": {
703
- "version": "6.12.6",
704
- "dev": true,
705
- "license": "MIT",
706
- "dependencies": {
707
- "fast-deep-equal": "^3.1.1",
708
- "fast-json-stable-stringify": "^2.0.0",
709
- "json-schema-traverse": "^0.4.1",
710
- "uri-js": "^4.2.2"
711
- },
712
- "funding": {
713
- "type": "github",
714
- "url": "https://github.com/sponsors/epoberezkin"
715
- }
716
- },
717
- "../node_modules/ansi-styles": {
718
- "version": "4.3.0",
719
- "dev": true,
720
- "license": "MIT",
721
- "dependencies": {
722
- "color-convert": "^2.0.1"
723
- },
724
- "engines": {
725
- "node": ">=8"
726
- },
727
- "funding": {
728
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
729
- }
730
- },
731
- "../node_modules/argparse": {
732
- "version": "2.0.1",
733
- "dev": true,
734
- "license": "Python-2.0"
735
- },
736
- "../node_modules/asn1.js": {
737
- "version": "5.4.1",
738
- "license": "MIT",
739
- "dependencies": {
740
- "bn.js": "^4.0.0",
741
- "inherits": "^2.0.1",
742
- "minimalistic-assert": "^1.0.0",
743
- "safer-buffer": "^2.1.0"
744
- }
745
- },
746
- "../node_modules/assertion-error": {
747
- "version": "2.0.1",
748
- "dev": true,
749
- "license": "MIT",
750
- "engines": {
751
- "node": ">=12"
752
- }
753
- },
754
- "../node_modules/balanced-match": {
755
- "version": "1.0.2",
756
- "dev": true,
757
- "license": "MIT"
758
- },
759
- "../node_modules/base64url": {
760
- "version": "3.0.1",
761
- "license": "MIT",
762
- "engines": {
763
- "node": ">=6.0.0"
764
- }
765
- },
766
- "../node_modules/bn.js": {
767
- "version": "4.12.0",
768
- "license": "MIT"
769
- },
770
- "../node_modules/brace-expansion": {
771
- "version": "2.0.1",
772
- "dev": true,
773
- "license": "MIT",
774
- "dependencies": {
775
- "balanced-match": "^1.0.0"
776
- }
777
- },
778
- "../node_modules/braces": {
779
- "version": "3.0.3",
780
- "dev": true,
781
- "license": "MIT",
782
- "dependencies": {
783
- "fill-range": "^7.1.1"
784
- },
785
- "engines": {
786
- "node": ">=8"
787
- }
788
- },
789
- "../node_modules/brorand": {
790
- "version": "1.1.0",
791
- "license": "MIT"
792
- },
793
- "../node_modules/buffer-equal-constant-time": {
794
- "version": "1.0.1",
795
- "license": "BSD-3-Clause"
796
- },
797
- "../node_modules/cac": {
798
- "version": "6.7.14",
799
- "dev": true,
800
- "license": "MIT",
801
- "engines": {
802
- "node": ">=8"
803
- }
804
- },
805
- "../node_modules/callsites": {
806
- "version": "3.1.0",
807
- "dev": true,
808
- "license": "MIT",
809
- "engines": {
810
- "node": ">=6"
811
- }
812
- },
813
- "../node_modules/chai": {
814
- "version": "5.2.0",
815
- "dev": true,
816
- "license": "MIT",
817
- "dependencies": {
818
- "assertion-error": "^2.0.1",
819
- "check-error": "^2.1.1",
820
- "deep-eql": "^5.0.1",
821
- "loupe": "^3.1.0",
822
- "pathval": "^2.0.0"
823
- },
824
- "engines": {
825
- "node": ">=12"
826
- }
827
- },
828
- "../node_modules/chalk": {
829
- "version": "4.1.2",
830
- "dev": true,
831
- "license": "MIT",
832
- "dependencies": {
833
- "ansi-styles": "^4.1.0",
834
- "supports-color": "^7.1.0"
835
- },
836
- "engines": {
837
- "node": ">=10"
838
- },
839
- "funding": {
840
- "url": "https://github.com/chalk/chalk?sponsor=1"
841
- }
842
- },
843
- "../node_modules/check-error": {
844
- "version": "2.1.1",
845
- "dev": true,
846
- "license": "MIT",
847
- "engines": {
848
- "node": ">= 16"
849
- }
850
- },
851
- "../node_modules/color-convert": {
852
- "version": "2.0.1",
853
- "dev": true,
854
- "license": "MIT",
855
- "dependencies": {
856
- "color-name": "~1.1.4"
857
- },
858
- "engines": {
859
- "node": ">=7.0.0"
860
- }
861
- },
862
- "../node_modules/color-name": {
863
- "version": "1.1.4",
864
- "dev": true,
865
- "license": "MIT"
866
- },
867
- "../node_modules/concat-map": {
868
- "version": "0.0.1",
869
- "dev": true,
870
- "license": "MIT"
871
- },
872
- "../node_modules/cross-spawn": {
873
- "version": "7.0.6",
874
- "dev": true,
875
- "license": "MIT",
876
- "dependencies": {
877
- "path-key": "^3.1.0",
878
- "shebang-command": "^2.0.0",
879
- "which": "^2.0.1"
880
- },
881
- "engines": {
882
- "node": ">= 8"
883
- }
884
- },
885
- "../node_modules/debug": {
886
- "version": "4.4.0",
887
- "dev": true,
888
- "license": "MIT",
889
- "dependencies": {
890
- "ms": "^2.1.3"
891
- },
892
- "engines": {
893
- "node": ">=6.0"
894
- },
895
- "peerDependenciesMeta": {
896
- "supports-color": {
897
- "optional": true
898
- }
899
- }
900
- },
901
- "../node_modules/debug/node_modules/ms": {
902
- "version": "2.1.3",
903
- "dev": true,
904
- "license": "MIT"
905
- },
906
- "../node_modules/deep-eql": {
907
- "version": "5.0.2",
908
- "dev": true,
909
- "license": "MIT",
910
- "engines": {
911
- "node": ">=6"
912
- }
913
- },
914
- "../node_modules/deep-is": {
915
- "version": "0.1.4",
916
- "dev": true,
917
- "license": "MIT"
918
- },
919
- "../node_modules/dot-case": {
920
- "version": "3.0.4",
921
- "license": "MIT",
922
- "dependencies": {
923
- "no-case": "^3.0.4",
924
- "tslib": "^2.0.3"
925
- }
926
- },
927
- "../node_modules/ecdsa-sig-formatter": {
928
- "version": "1.0.11",
929
- "license": "Apache-2.0",
930
- "dependencies": {
931
- "safe-buffer": "^5.0.1"
932
- }
933
- },
934
- "../node_modules/elliptic": {
935
- "version": "6.6.1",
936
- "license": "MIT",
937
- "dependencies": {
938
- "bn.js": "^4.11.9",
939
- "brorand": "^1.1.0",
940
- "hash.js": "^1.0.0",
941
- "hmac-drbg": "^1.0.1",
942
- "inherits": "^2.0.4",
943
- "minimalistic-assert": "^1.0.1",
944
- "minimalistic-crypto-utils": "^1.0.1"
945
- }
946
- },
947
- "../node_modules/es-module-lexer": {
948
- "version": "1.7.0",
949
- "dev": true,
950
- "license": "MIT"
951
- },
952
- "../node_modules/esbuild": {
953
- "version": "0.25.3",
954
- "dev": true,
955
- "hasInstallScript": true,
956
- "license": "MIT",
957
- "bin": {
958
- "esbuild": "bin/esbuild"
959
- },
960
- "engines": {
961
- "node": ">=18"
962
- },
963
- "optionalDependencies": {
964
- "@esbuild/aix-ppc64": "0.25.3",
965
- "@esbuild/android-arm": "0.25.3",
966
- "@esbuild/android-arm64": "0.25.3",
967
- "@esbuild/android-x64": "0.25.3",
968
- "@esbuild/darwin-arm64": "0.25.3",
969
- "@esbuild/darwin-x64": "0.25.3",
970
- "@esbuild/freebsd-arm64": "0.25.3",
971
- "@esbuild/freebsd-x64": "0.25.3",
972
- "@esbuild/linux-arm": "0.25.3",
973
- "@esbuild/linux-arm64": "0.25.3",
974
- "@esbuild/linux-ia32": "0.25.3",
975
- "@esbuild/linux-loong64": "0.25.3",
976
- "@esbuild/linux-mips64el": "0.25.3",
977
- "@esbuild/linux-ppc64": "0.25.3",
978
- "@esbuild/linux-riscv64": "0.25.3",
979
- "@esbuild/linux-s390x": "0.25.3",
980
- "@esbuild/linux-x64": "0.25.3",
981
- "@esbuild/netbsd-arm64": "0.25.3",
982
- "@esbuild/netbsd-x64": "0.25.3",
983
- "@esbuild/openbsd-arm64": "0.25.3",
984
- "@esbuild/openbsd-x64": "0.25.3",
985
- "@esbuild/sunos-x64": "0.25.3",
986
- "@esbuild/win32-arm64": "0.25.3",
987
- "@esbuild/win32-ia32": "0.25.3",
988
- "@esbuild/win32-x64": "0.25.3"
989
- }
990
- },
991
- "../node_modules/escape-string-regexp": {
992
- "version": "4.0.0",
993
- "dev": true,
994
- "license": "MIT",
995
- "engines": {
996
- "node": ">=10"
997
- },
998
- "funding": {
999
- "url": "https://github.com/sponsors/sindresorhus"
1000
- }
1001
- },
1002
- "../node_modules/eslint": {
1003
- "version": "9.25.1",
1004
- "dev": true,
1005
- "license": "MIT",
1006
- "dependencies": {
1007
- "@eslint-community/eslint-utils": "^4.2.0",
1008
- "@eslint-community/regexpp": "^4.12.1",
1009
- "@eslint/config-array": "^0.20.0",
1010
- "@eslint/config-helpers": "^0.2.1",
1011
- "@eslint/core": "^0.13.0",
1012
- "@eslint/eslintrc": "^3.3.1",
1013
- "@eslint/js": "9.25.1",
1014
- "@eslint/plugin-kit": "^0.2.8",
1015
- "@humanfs/node": "^0.16.6",
1016
- "@humanwhocodes/module-importer": "^1.0.1",
1017
- "@humanwhocodes/retry": "^0.4.2",
1018
- "@types/estree": "^1.0.6",
1019
- "@types/json-schema": "^7.0.15",
1020
- "ajv": "^6.12.4",
1021
- "chalk": "^4.0.0",
1022
- "cross-spawn": "^7.0.6",
1023
- "debug": "^4.3.2",
1024
- "escape-string-regexp": "^4.0.0",
1025
- "eslint-scope": "^8.3.0",
1026
- "eslint-visitor-keys": "^4.2.0",
1027
- "espree": "^10.3.0",
1028
- "esquery": "^1.5.0",
1029
- "esutils": "^2.0.2",
1030
- "fast-deep-equal": "^3.1.3",
1031
- "file-entry-cache": "^8.0.0",
1032
- "find-up": "^5.0.0",
1033
- "glob-parent": "^6.0.2",
1034
- "ignore": "^5.2.0",
1035
- "imurmurhash": "^0.1.4",
1036
- "is-glob": "^4.0.0",
1037
- "json-stable-stringify-without-jsonify": "^1.0.1",
1038
- "lodash.merge": "^4.6.2",
1039
- "minimatch": "^3.1.2",
1040
- "natural-compare": "^1.4.0",
1041
- "optionator": "^0.9.3"
1042
- },
1043
- "bin": {
1044
- "eslint": "bin/eslint.js"
1045
- },
1046
- "engines": {
1047
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1048
- },
1049
- "funding": {
1050
- "url": "https://eslint.org/donate"
1051
- },
1052
- "peerDependencies": {
1053
- "jiti": "*"
1054
- },
1055
- "peerDependenciesMeta": {
1056
- "jiti": {
1057
- "optional": true
1058
- }
1059
- }
1060
- },
1061
- "../node_modules/eslint-scope": {
1062
- "version": "8.3.0",
1063
- "dev": true,
1064
- "license": "BSD-2-Clause",
1065
- "dependencies": {
1066
- "esrecurse": "^4.3.0",
1067
- "estraverse": "^5.2.0"
1068
- },
1069
- "engines": {
1070
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1071
- },
1072
- "funding": {
1073
- "url": "https://opencollective.com/eslint"
1074
- }
1075
- },
1076
- "../node_modules/eslint-visitor-keys": {
1077
- "version": "3.4.3",
1078
- "dev": true,
1079
- "license": "Apache-2.0",
1080
- "engines": {
1081
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1082
- },
1083
- "funding": {
1084
- "url": "https://opencollective.com/eslint"
1085
- }
1086
- },
1087
- "../node_modules/eslint/node_modules/brace-expansion": {
1088
- "version": "1.1.11",
1089
- "dev": true,
1090
- "license": "MIT",
1091
- "dependencies": {
1092
- "balanced-match": "^1.0.0",
1093
- "concat-map": "0.0.1"
1094
- }
1095
- },
1096
- "../node_modules/eslint/node_modules/eslint-visitor-keys": {
1097
- "version": "4.2.0",
1098
- "dev": true,
1099
- "license": "Apache-2.0",
1100
- "engines": {
1101
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1102
- },
1103
- "funding": {
1104
- "url": "https://opencollective.com/eslint"
1105
- }
1106
- },
1107
- "../node_modules/eslint/node_modules/minimatch": {
1108
- "version": "3.1.2",
1109
- "dev": true,
1110
- "license": "ISC",
1111
- "dependencies": {
1112
- "brace-expansion": "^1.1.7"
1113
- },
1114
- "engines": {
1115
- "node": "*"
1116
- }
1117
- },
1118
- "../node_modules/espree": {
1119
- "version": "10.3.0",
1120
- "dev": true,
1121
- "license": "BSD-2-Clause",
1122
- "dependencies": {
1123
- "acorn": "^8.14.0",
1124
- "acorn-jsx": "^5.3.2",
1125
- "eslint-visitor-keys": "^4.2.0"
1126
- },
1127
- "engines": {
1128
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1129
- },
1130
- "funding": {
1131
- "url": "https://opencollective.com/eslint"
1132
- }
1133
- },
1134
- "../node_modules/espree/node_modules/eslint-visitor-keys": {
1135
- "version": "4.2.0",
1136
- "dev": true,
1137
- "license": "Apache-2.0",
1138
- "engines": {
1139
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1140
- },
1141
- "funding": {
1142
- "url": "https://opencollective.com/eslint"
1143
- }
1144
- },
1145
- "../node_modules/esquery": {
1146
- "version": "1.5.0",
1147
- "dev": true,
1148
- "license": "BSD-3-Clause",
1149
- "dependencies": {
1150
- "estraverse": "^5.1.0"
1151
- },
1152
- "engines": {
1153
- "node": ">=0.10"
1154
- }
1155
- },
1156
- "../node_modules/esrecurse": {
1157
- "version": "4.3.0",
1158
- "dev": true,
1159
- "license": "BSD-2-Clause",
1160
- "dependencies": {
1161
- "estraverse": "^5.2.0"
1162
- },
1163
- "engines": {
1164
- "node": ">=4.0"
1165
- }
1166
- },
1167
- "../node_modules/estraverse": {
1168
- "version": "5.3.0",
1169
- "dev": true,
1170
- "license": "BSD-2-Clause",
1171
- "engines": {
1172
- "node": ">=4.0"
1173
- }
1174
- },
1175
- "../node_modules/estree-walker": {
1176
- "version": "3.0.3",
1177
- "dev": true,
1178
- "license": "MIT",
1179
- "dependencies": {
1180
- "@types/estree": "^1.0.0"
1181
- }
1182
- },
1183
- "../node_modules/esutils": {
1184
- "version": "2.0.3",
1185
- "dev": true,
1186
- "license": "BSD-2-Clause",
1187
- "engines": {
1188
- "node": ">=0.10.0"
1189
- }
1190
- },
1191
- "../node_modules/expect-type": {
1192
- "version": "1.2.1",
1193
- "dev": true,
1194
- "license": "Apache-2.0",
1195
- "engines": {
1196
- "node": ">=12.0.0"
1197
- }
1198
- },
1199
- "../node_modules/fast-deep-equal": {
1200
- "version": "3.1.3",
1201
- "dev": true,
1202
- "license": "MIT"
1203
- },
1204
- "../node_modules/fast-glob": {
1205
- "version": "3.3.2",
1206
- "dev": true,
1207
- "license": "MIT",
1208
- "dependencies": {
1209
- "@nodelib/fs.stat": "^2.0.2",
1210
- "@nodelib/fs.walk": "^1.2.3",
1211
- "glob-parent": "^5.1.2",
1212
- "merge2": "^1.3.0",
1213
- "micromatch": "^4.0.4"
1214
- },
1215
- "engines": {
1216
- "node": ">=8.6.0"
1217
- }
1218
- },
1219
- "../node_modules/fast-glob/node_modules/glob-parent": {
1220
- "version": "5.1.2",
1221
- "dev": true,
1222
- "license": "ISC",
1223
- "dependencies": {
1224
- "is-glob": "^4.0.1"
1225
- },
1226
- "engines": {
1227
- "node": ">= 6"
1228
- }
1229
- },
1230
- "../node_modules/fast-json-stable-stringify": {
1231
- "version": "2.1.0",
1232
- "dev": true,
1233
- "license": "MIT"
1234
- },
1235
- "../node_modules/fast-levenshtein": {
1236
- "version": "2.0.6",
1237
- "dev": true,
1238
- "license": "MIT"
1239
- },
1240
- "../node_modules/fastq": {
1241
- "version": "1.17.1",
1242
- "dev": true,
1243
- "license": "ISC",
1244
- "dependencies": {
1245
- "reusify": "^1.0.4"
1246
- }
1247
- },
1248
- "../node_modules/file-entry-cache": {
1249
- "version": "8.0.0",
1250
- "dev": true,
1251
- "license": "MIT",
1252
- "dependencies": {
1253
- "flat-cache": "^4.0.0"
1254
- },
1255
- "engines": {
1256
- "node": ">=16.0.0"
1257
- }
1258
- },
1259
- "../node_modules/fill-range": {
1260
- "version": "7.1.1",
1261
- "dev": true,
1262
- "license": "MIT",
1263
- "dependencies": {
1264
- "to-regex-range": "^5.0.1"
1265
- },
1266
- "engines": {
1267
- "node": ">=8"
1268
- }
1269
- },
1270
- "../node_modules/find-up": {
1271
- "version": "5.0.0",
1272
- "dev": true,
1273
- "license": "MIT",
1274
- "dependencies": {
1275
- "locate-path": "^6.0.0",
1276
- "path-exists": "^4.0.0"
1277
- },
1278
- "engines": {
1279
- "node": ">=10"
1280
- },
1281
- "funding": {
1282
- "url": "https://github.com/sponsors/sindresorhus"
1283
- }
1284
- },
1285
- "../node_modules/flat-cache": {
1286
- "version": "4.0.1",
1287
- "dev": true,
1288
- "license": "MIT",
1289
- "dependencies": {
1290
- "flatted": "^3.2.9",
1291
- "keyv": "^4.5.4"
1292
- },
1293
- "engines": {
1294
- "node": ">=16"
1295
- }
1296
- },
1297
- "../node_modules/flatted": {
1298
- "version": "3.3.3",
1299
- "dev": true,
1300
- "license": "ISC"
1301
- },
1302
- "../node_modules/fsevents": {
1303
- "version": "2.3.3",
1304
- "dev": true,
1305
- "license": "MIT",
1306
- "optional": true,
1307
- "os": [
1308
- "darwin"
1309
- ],
1310
- "engines": {
1311
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1312
- }
1313
- },
1314
- "../node_modules/glob-parent": {
1315
- "version": "6.0.2",
1316
- "dev": true,
1317
- "license": "ISC",
1318
- "dependencies": {
1319
- "is-glob": "^4.0.3"
1320
- },
1321
- "engines": {
1322
- "node": ">=10.13.0"
1323
- }
1324
- },
1325
- "../node_modules/globals": {
1326
- "version": "15.15.0",
1327
- "dev": true,
1328
- "license": "MIT",
1329
- "engines": {
1330
- "node": ">=18"
1331
- },
1332
- "funding": {
1333
- "url": "https://github.com/sponsors/sindresorhus"
1334
- }
1335
- },
1336
- "../node_modules/graphemer": {
1337
- "version": "1.4.0",
1338
- "dev": true,
1339
- "license": "MIT"
1340
- },
1341
- "../node_modules/has-flag": {
1342
- "version": "4.0.0",
1343
- "dev": true,
1344
- "license": "MIT",
1345
- "engines": {
1346
- "node": ">=8"
1347
- }
1348
- },
1349
- "../node_modules/hash.js": {
1350
- "version": "1.1.7",
1351
- "license": "MIT",
1352
- "dependencies": {
1353
- "inherits": "^2.0.3",
1354
- "minimalistic-assert": "^1.0.1"
1355
- }
1356
- },
1357
- "../node_modules/hmac-drbg": {
1358
- "version": "1.0.1",
1359
- "license": "MIT",
1360
- "dependencies": {
1361
- "hash.js": "^1.0.3",
1362
- "minimalistic-assert": "^1.0.0",
1363
- "minimalistic-crypto-utils": "^1.0.1"
1364
- }
1365
- },
1366
- "../node_modules/ignore": {
1367
- "version": "5.3.1",
1368
- "dev": true,
1369
- "license": "MIT",
1370
- "engines": {
1371
- "node": ">= 4"
1372
- }
1373
- },
1374
- "../node_modules/import-fresh": {
1375
- "version": "3.3.1",
1376
- "dev": true,
1377
- "license": "MIT",
1378
- "dependencies": {
1379
- "parent-module": "^1.0.0",
1380
- "resolve-from": "^4.0.0"
1381
- },
1382
- "engines": {
1383
- "node": ">=6"
1384
- },
1385
- "funding": {
1386
- "url": "https://github.com/sponsors/sindresorhus"
1387
- }
1388
- },
1389
- "../node_modules/imurmurhash": {
1390
- "version": "0.1.4",
1391
- "dev": true,
1392
- "license": "MIT",
1393
- "engines": {
1394
- "node": ">=0.8.19"
1395
- }
1396
- },
1397
- "../node_modules/inherits": {
1398
- "version": "2.0.4",
1399
- "license": "ISC"
1400
- },
1401
- "../node_modules/is-extglob": {
1402
- "version": "2.1.1",
1403
- "dev": true,
1404
- "license": "MIT",
1405
- "engines": {
1406
- "node": ">=0.10.0"
1407
- }
1408
- },
1409
- "../node_modules/is-glob": {
1410
- "version": "4.0.3",
1411
- "dev": true,
1412
- "license": "MIT",
1413
- "dependencies": {
1414
- "is-extglob": "^2.1.1"
1415
- },
1416
- "engines": {
1417
- "node": ">=0.10.0"
1418
- }
1419
- },
1420
- "../node_modules/is-number": {
1421
- "version": "7.0.0",
1422
- "dev": true,
1423
- "license": "MIT",
1424
- "engines": {
1425
- "node": ">=0.12.0"
1426
- }
1427
- },
1428
- "../node_modules/isexe": {
1429
- "version": "2.0.0",
1430
- "dev": true,
1431
- "license": "ISC"
1432
- },
1433
- "../node_modules/js-base64": {
1434
- "version": "3.7.7",
1435
- "license": "BSD-3-Clause"
1436
- },
1437
- "../node_modules/js-yaml": {
1438
- "version": "4.1.0",
1439
- "dev": true,
1440
- "license": "MIT",
1441
- "dependencies": {
1442
- "argparse": "^2.0.1"
1443
- },
1444
- "bin": {
1445
- "js-yaml": "bin/js-yaml.js"
1446
- }
1447
- },
1448
- "../node_modules/json-buffer": {
1449
- "version": "3.0.1",
1450
- "dev": true,
1451
- "license": "MIT"
1452
- },
1453
- "../node_modules/json-schema-traverse": {
1454
- "version": "0.4.1",
1455
- "dev": true,
1456
- "license": "MIT"
1457
- },
1458
- "../node_modules/json-stable-stringify-without-jsonify": {
1459
- "version": "1.0.1",
1460
- "dev": true,
1461
- "license": "MIT"
1462
- },
1463
- "../node_modules/jsonwebtoken": {
1464
- "version": "9.0.2",
1465
- "license": "MIT",
1466
- "dependencies": {
1467
- "jws": "^3.2.2",
1468
- "lodash.includes": "^4.3.0",
1469
- "lodash.isboolean": "^3.0.3",
1470
- "lodash.isinteger": "^4.0.4",
1471
- "lodash.isnumber": "^3.0.3",
1472
- "lodash.isplainobject": "^4.0.6",
1473
- "lodash.isstring": "^4.0.1",
1474
- "lodash.once": "^4.0.0",
1475
- "ms": "^2.1.1",
1476
- "semver": "^7.5.4"
1477
- },
1478
- "engines": {
1479
- "node": ">=12",
1480
- "npm": ">=6"
1481
- }
1482
- },
1483
- "../node_modules/jwa": {
1484
- "version": "1.4.1",
1485
- "license": "MIT",
1486
- "dependencies": {
1487
- "buffer-equal-constant-time": "1.0.1",
1488
- "ecdsa-sig-formatter": "1.0.11",
1489
- "safe-buffer": "^5.0.1"
1490
- }
1491
- },
1492
- "../node_modules/jwk-thumbprint": {
1493
- "version": "0.1.4",
1494
- "license": "MIT",
1495
- "dependencies": {
1496
- "hash.js": "^1.1.7",
1497
- "js-base64": "^3.2.4"
1498
- }
1499
- },
1500
- "../node_modules/jws": {
1501
- "version": "3.2.2",
1502
- "license": "MIT",
1503
- "dependencies": {
1504
- "jwa": "^1.4.1",
1505
- "safe-buffer": "^5.0.1"
1506
- }
1507
- },
1508
- "../node_modules/keyv": {
1509
- "version": "4.5.4",
1510
- "dev": true,
1511
- "license": "MIT",
1512
- "dependencies": {
1513
- "json-buffer": "3.0.1"
1514
- }
1515
- },
1516
- "../node_modules/levn": {
1517
- "version": "0.4.1",
1518
- "dev": true,
1519
- "license": "MIT",
1520
- "dependencies": {
1521
- "prelude-ls": "^1.2.1",
1522
- "type-check": "~0.4.0"
1523
- },
1524
- "engines": {
1525
- "node": ">= 0.8.0"
1526
- }
1527
- },
1528
- "../node_modules/locate-path": {
1529
- "version": "6.0.0",
1530
- "dev": true,
1531
- "license": "MIT",
1532
- "dependencies": {
1533
- "p-locate": "^5.0.0"
1534
- },
1535
- "engines": {
1536
- "node": ">=10"
1537
- },
1538
- "funding": {
1539
- "url": "https://github.com/sponsors/sindresorhus"
1540
- }
1541
- },
1542
- "../node_modules/lodash.includes": {
1543
- "version": "4.3.0",
1544
- "license": "MIT"
1545
- },
1546
- "../node_modules/lodash.isboolean": {
1547
- "version": "3.0.3",
1548
- "license": "MIT"
1549
- },
1550
- "../node_modules/lodash.isinteger": {
1551
- "version": "4.0.4",
1552
- "license": "MIT"
1553
- },
1554
- "../node_modules/lodash.isnumber": {
1555
- "version": "3.0.3",
1556
- "license": "MIT"
1557
- },
1558
- "../node_modules/lodash.isplainobject": {
1559
- "version": "4.0.6",
1560
- "license": "MIT"
1561
- },
1562
- "../node_modules/lodash.isstring": {
1563
- "version": "4.0.1",
1564
- "license": "MIT"
1565
- },
1566
- "../node_modules/lodash.merge": {
1567
- "version": "4.6.2",
1568
- "dev": true,
1569
- "license": "MIT"
1570
- },
1571
- "../node_modules/lodash.once": {
1572
- "version": "4.1.1",
1573
- "license": "MIT"
1574
- },
1575
- "../node_modules/loupe": {
1576
- "version": "3.1.3",
1577
- "dev": true,
1578
- "license": "MIT"
1579
- },
1580
- "../node_modules/lower-case": {
1581
- "version": "2.0.2",
1582
- "license": "MIT",
1583
- "dependencies": {
1584
- "tslib": "^2.0.3"
1585
- }
1586
- },
1587
- "../node_modules/magic-string": {
1588
- "version": "0.30.17",
1589
- "dev": true,
1590
- "license": "MIT",
1591
- "dependencies": {
1592
- "@jridgewell/sourcemap-codec": "^1.5.0"
1593
- }
1594
- },
1595
- "../node_modules/map-obj": {
1596
- "version": "4.3.0",
1597
- "license": "MIT",
1598
- "engines": {
1599
- "node": ">=8"
1600
- },
1601
- "funding": {
1602
- "url": "https://github.com/sponsors/sindresorhus"
1603
- }
1604
- },
1605
- "../node_modules/merge2": {
1606
- "version": "1.4.1",
1607
- "dev": true,
1608
- "license": "MIT",
1609
- "engines": {
1610
- "node": ">= 8"
1611
- }
1612
- },
1613
- "../node_modules/micromatch": {
1614
- "version": "4.0.8",
1615
- "dev": true,
1616
- "license": "MIT",
1617
- "dependencies": {
1618
- "braces": "^3.0.3",
1619
- "picomatch": "^2.3.1"
1620
- },
1621
- "engines": {
1622
- "node": ">=8.6"
1623
- }
1624
- },
1625
- "../node_modules/minimalistic-assert": {
1626
- "version": "1.0.1",
1627
- "license": "ISC"
1628
- },
1629
- "../node_modules/minimalistic-crypto-utils": {
1630
- "version": "1.0.1",
1631
- "license": "MIT"
1632
- },
1633
- "../node_modules/minimatch": {
1634
- "version": "9.0.5",
1635
- "dev": true,
1636
- "license": "ISC",
1637
- "dependencies": {
1638
- "brace-expansion": "^2.0.1"
1639
- },
1640
- "engines": {
1641
- "node": ">=16 || 14 >=14.17"
1642
- },
1643
- "funding": {
1644
- "url": "https://github.com/sponsors/isaacs"
1645
- }
1646
- },
1647
- "../node_modules/ms": {
1648
- "version": "2.1.2",
1649
- "license": "MIT"
1650
- },
1651
- "../node_modules/nanoid": {
1652
- "version": "3.3.11",
1653
- "dev": true,
1654
- "funding": [
1655
- {
1656
- "type": "github",
1657
- "url": "https://github.com/sponsors/ai"
1658
- }
1659
- ],
1660
- "license": "MIT",
1661
- "bin": {
1662
- "nanoid": "bin/nanoid.cjs"
1663
- },
1664
- "engines": {
1665
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1666
- }
1667
- },
1668
- "../node_modules/natural-compare": {
1669
- "version": "1.4.0",
1670
- "dev": true,
1671
- "license": "MIT"
1672
- },
1673
- "../node_modules/no-case": {
1674
- "version": "3.0.4",
1675
- "license": "MIT",
1676
- "dependencies": {
1677
- "lower-case": "^2.0.2",
1678
- "tslib": "^2.0.3"
1679
- }
1680
- },
1681
- "../node_modules/optionator": {
1682
- "version": "0.9.3",
1683
- "dev": true,
1684
- "license": "MIT",
1685
- "dependencies": {
1686
- "@aashutoshrathi/word-wrap": "^1.2.3",
1687
- "deep-is": "^0.1.3",
1688
- "fast-levenshtein": "^2.0.6",
1689
- "levn": "^0.4.1",
1690
- "prelude-ls": "^1.2.1",
1691
- "type-check": "^0.4.0"
1692
- },
1693
- "engines": {
1694
- "node": ">= 0.8.0"
1695
- }
1696
- },
1697
- "../node_modules/p-limit": {
1698
- "version": "3.1.0",
1699
- "dev": true,
1700
- "license": "MIT",
1701
- "dependencies": {
1702
- "yocto-queue": "^0.1.0"
1703
- },
1704
- "engines": {
1705
- "node": ">=10"
1706
- },
1707
- "funding": {
1708
- "url": "https://github.com/sponsors/sindresorhus"
1709
- }
1710
- },
1711
- "../node_modules/p-locate": {
1712
- "version": "5.0.0",
1713
- "dev": true,
1714
- "license": "MIT",
1715
- "dependencies": {
1716
- "p-limit": "^3.0.2"
1717
- },
1718
- "engines": {
1719
- "node": ">=10"
1720
- },
1721
- "funding": {
1722
- "url": "https://github.com/sponsors/sindresorhus"
1723
- }
1724
- },
1725
- "../node_modules/parent-module": {
1726
- "version": "1.0.1",
1727
- "dev": true,
1728
- "license": "MIT",
1729
- "dependencies": {
1730
- "callsites": "^3.0.0"
1731
- },
1732
- "engines": {
1733
- "node": ">=6"
1734
- }
1735
- },
1736
- "../node_modules/path-exists": {
1737
- "version": "4.0.0",
1738
- "dev": true,
1739
- "license": "MIT",
1740
- "engines": {
1741
- "node": ">=8"
1742
- }
1743
- },
1744
- "../node_modules/path-key": {
1745
- "version": "3.1.1",
1746
- "dev": true,
1747
- "license": "MIT",
1748
- "engines": {
1749
- "node": ">=8"
1750
- }
1751
- },
1752
- "../node_modules/pathe": {
1753
- "version": "2.0.3",
1754
- "dev": true,
1755
- "license": "MIT"
1756
- },
1757
- "../node_modules/pathval": {
1758
- "version": "2.0.0",
1759
- "dev": true,
1760
- "license": "MIT",
1761
- "engines": {
1762
- "node": ">= 14.16"
1763
- }
1764
- },
1765
- "../node_modules/picocolors": {
1766
- "version": "1.1.1",
1767
- "dev": true,
1768
- "license": "ISC"
1769
- },
1770
- "../node_modules/picomatch": {
1771
- "version": "2.3.1",
1772
- "dev": true,
1773
- "license": "MIT",
1774
- "engines": {
1775
- "node": ">=8.6"
1776
- },
1777
- "funding": {
1778
- "url": "https://github.com/sponsors/jonschlinkert"
1779
- }
1780
- },
1781
- "../node_modules/postcss": {
1782
- "version": "8.5.3",
1783
- "dev": true,
1784
- "funding": [
1785
- {
1786
- "type": "opencollective",
1787
- "url": "https://opencollective.com/postcss/"
1788
- },
1789
- {
1790
- "type": "tidelift",
1791
- "url": "https://tidelift.com/funding/github/npm/postcss"
1792
- },
1793
- {
1794
- "type": "github",
1795
- "url": "https://github.com/sponsors/ai"
1796
- }
1797
- ],
1798
- "license": "MIT",
1799
- "dependencies": {
1800
- "nanoid": "^3.3.8",
1801
- "picocolors": "^1.1.1",
1802
- "source-map-js": "^1.2.1"
1803
- },
1804
- "engines": {
1805
- "node": "^10 || ^12 || >=14"
1806
- }
1807
- },
1808
- "../node_modules/prelude-ls": {
1809
- "version": "1.2.1",
1810
- "dev": true,
1811
- "license": "MIT",
1812
- "engines": {
1813
- "node": ">= 0.8.0"
1814
- }
1815
- },
1816
- "../node_modules/punycode": {
1817
- "version": "2.3.1",
1818
- "dev": true,
1819
- "license": "MIT",
1820
- "engines": {
1821
- "node": ">=6"
1822
- }
1823
- },
1824
- "../node_modules/queue-microtask": {
1825
- "version": "1.2.3",
1826
- "dev": true,
1827
- "funding": [
1828
- {
1829
- "type": "github",
1830
- "url": "https://github.com/sponsors/feross"
1831
- },
1832
- {
1833
- "type": "patreon",
1834
- "url": "https://www.patreon.com/feross"
1835
- },
1836
- {
1837
- "type": "consulting",
1838
- "url": "https://feross.org/support"
1839
- }
1840
- ],
1841
- "license": "MIT"
1842
- },
1843
- "../node_modules/resolve-from": {
1844
- "version": "4.0.0",
1845
- "dev": true,
1846
- "license": "MIT",
1847
- "engines": {
1848
- "node": ">=4"
1849
- }
1850
- },
1851
- "../node_modules/reusify": {
1852
- "version": "1.0.4",
1853
- "dev": true,
1854
- "license": "MIT",
1855
- "engines": {
1856
- "iojs": ">=1.0.0",
1857
- "node": ">=0.10.0"
1858
- }
1859
- },
1860
- "../node_modules/rollup": {
1861
- "version": "4.40.0",
1862
- "dev": true,
1863
- "license": "MIT",
1864
- "dependencies": {
1865
- "@types/estree": "1.0.7"
1866
- },
1867
- "bin": {
1868
- "rollup": "dist/bin/rollup"
1869
- },
1870
- "engines": {
1871
- "node": ">=18.0.0",
1872
- "npm": ">=8.0.0"
1873
- },
1874
- "optionalDependencies": {
1875
- "@rollup/rollup-android-arm-eabi": "4.40.0",
1876
- "@rollup/rollup-android-arm64": "4.40.0",
1877
- "@rollup/rollup-darwin-arm64": "4.40.0",
1878
- "@rollup/rollup-darwin-x64": "4.40.0",
1879
- "@rollup/rollup-freebsd-arm64": "4.40.0",
1880
- "@rollup/rollup-freebsd-x64": "4.40.0",
1881
- "@rollup/rollup-linux-arm-gnueabihf": "4.40.0",
1882
- "@rollup/rollup-linux-arm-musleabihf": "4.40.0",
1883
- "@rollup/rollup-linux-arm64-gnu": "4.40.0",
1884
- "@rollup/rollup-linux-arm64-musl": "4.40.0",
1885
- "@rollup/rollup-linux-loongarch64-gnu": "4.40.0",
1886
- "@rollup/rollup-linux-powerpc64le-gnu": "4.40.0",
1887
- "@rollup/rollup-linux-riscv64-gnu": "4.40.0",
1888
- "@rollup/rollup-linux-riscv64-musl": "4.40.0",
1889
- "@rollup/rollup-linux-s390x-gnu": "4.40.0",
1890
- "@rollup/rollup-linux-x64-gnu": "4.40.0",
1891
- "@rollup/rollup-linux-x64-musl": "4.40.0",
1892
- "@rollup/rollup-win32-arm64-msvc": "4.40.0",
1893
- "@rollup/rollup-win32-ia32-msvc": "4.40.0",
1894
- "@rollup/rollup-win32-x64-msvc": "4.40.0",
1895
- "fsevents": "~2.3.2"
1896
- }
1897
- },
1898
- "../node_modules/run-parallel": {
1899
- "version": "1.2.0",
1900
- "dev": true,
1901
- "funding": [
1902
- {
1903
- "type": "github",
1904
- "url": "https://github.com/sponsors/feross"
1905
- },
1906
- {
1907
- "type": "patreon",
1908
- "url": "https://www.patreon.com/feross"
1909
- },
1910
- {
1911
- "type": "consulting",
1912
- "url": "https://feross.org/support"
1913
- }
1914
- ],
1915
- "license": "MIT",
1916
- "dependencies": {
1917
- "queue-microtask": "^1.2.2"
1918
- }
1919
- },
1920
- "../node_modules/safe-buffer": {
1921
- "version": "5.2.1",
1922
- "funding": [
1923
- {
1924
- "type": "github",
1925
- "url": "https://github.com/sponsors/feross"
1926
- },
1927
- {
1928
- "type": "patreon",
1929
- "url": "https://www.patreon.com/feross"
1930
- },
1931
- {
1932
- "type": "consulting",
1933
- "url": "https://feross.org/support"
1934
- }
1935
- ],
1936
- "license": "MIT"
1937
- },
1938
- "../node_modules/safer-buffer": {
1939
- "version": "2.1.2",
1940
- "license": "MIT"
1941
- },
1942
- "../node_modules/semver": {
1943
- "version": "7.7.1",
1944
- "license": "ISC",
1945
- "bin": {
1946
- "semver": "bin/semver.js"
1947
- },
1948
- "engines": {
1949
- "node": ">=10"
1950
- }
1951
- },
1952
- "../node_modules/shebang-command": {
1953
- "version": "2.0.0",
1954
- "dev": true,
1955
- "license": "MIT",
1956
- "dependencies": {
1957
- "shebang-regex": "^3.0.0"
1958
- },
1959
- "engines": {
1960
- "node": ">=8"
1961
- }
1962
- },
1963
- "../node_modules/shebang-regex": {
1964
- "version": "3.0.0",
1965
- "dev": true,
1966
- "license": "MIT",
1967
- "engines": {
1968
- "node": ">=8"
1969
- }
1970
- },
1971
- "../node_modules/siginfo": {
1972
- "version": "2.0.0",
1973
- "dev": true,
1974
- "license": "ISC"
1975
- },
1976
- "../node_modules/snake-case": {
1977
- "version": "3.0.4",
1978
- "license": "MIT",
1979
- "dependencies": {
1980
- "dot-case": "^3.0.4",
1981
- "tslib": "^2.0.3"
1982
- }
1983
- },
1984
- "../node_modules/snakecase-keys": {
1985
- "version": "6.0.0",
1986
- "license": "MIT",
1987
- "dependencies": {
1988
- "map-obj": "^4.1.0",
1989
- "snake-case": "^3.0.4",
1990
- "type-fest": "^3.12.0"
1991
- },
1992
- "engines": {
1993
- "node": ">=18"
1994
- }
1995
- },
1996
- "../node_modules/snakecase-keys/node_modules/type-fest": {
1997
- "version": "3.13.1",
1998
- "license": "(MIT OR CC0-1.0)",
1999
- "engines": {
2000
- "node": ">=14.16"
2001
- },
2002
- "funding": {
2003
- "url": "https://github.com/sponsors/sindresorhus"
2004
- }
2005
- },
2006
- "../node_modules/source-map-js": {
2007
- "version": "1.2.1",
2008
- "dev": true,
2009
- "license": "BSD-3-Clause",
2010
- "engines": {
2011
- "node": ">=0.10.0"
2012
- }
2013
- },
2014
- "../node_modules/stackback": {
2015
- "version": "0.0.2",
2016
- "dev": true,
2017
- "license": "MIT"
2018
- },
2019
- "../node_modules/std-env": {
2020
- "version": "3.9.0",
2021
- "dev": true,
2022
- "license": "MIT"
2023
- },
2024
- "../node_modules/strip-json-comments": {
2025
- "version": "3.1.1",
2026
- "dev": true,
2027
- "license": "MIT",
2028
- "engines": {
2029
- "node": ">=8"
2030
- },
2031
- "funding": {
2032
- "url": "https://github.com/sponsors/sindresorhus"
2033
- }
2034
- },
2035
- "../node_modules/supports-color": {
2036
- "version": "7.2.0",
2037
- "dev": true,
2038
- "license": "MIT",
2039
- "dependencies": {
2040
- "has-flag": "^4.0.0"
2041
- },
2042
- "engines": {
2043
- "node": ">=8"
2044
- }
2045
- },
2046
- "../node_modules/timekeeper": {
2047
- "version": "2.3.1",
2048
- "dev": true,
2049
- "license": "MIT"
2050
- },
2051
- "../node_modules/tinybench": {
2052
- "version": "2.9.0",
2053
- "dev": true,
2054
- "license": "MIT"
2055
- },
2056
- "../node_modules/tinyexec": {
2057
- "version": "0.3.2",
2058
- "dev": true,
2059
- "license": "MIT"
2060
- },
2061
- "../node_modules/tinyglobby": {
2062
- "version": "0.2.13",
2063
- "dev": true,
2064
- "license": "MIT",
2065
- "dependencies": {
2066
- "fdir": "^6.4.4",
2067
- "picomatch": "^4.0.2"
2068
- },
2069
- "engines": {
2070
- "node": ">=12.0.0"
2071
- },
2072
- "funding": {
2073
- "url": "https://github.com/sponsors/SuperchupuDev"
2074
- }
2075
- },
2076
- "../node_modules/tinyglobby/node_modules/fdir": {
2077
- "version": "6.4.4",
2078
- "dev": true,
2079
- "license": "MIT",
2080
- "peerDependencies": {
2081
- "picomatch": "^3 || ^4"
2082
- },
2083
- "peerDependenciesMeta": {
2084
- "picomatch": {
2085
- "optional": true
2086
- }
2087
- }
2088
- },
2089
- "../node_modules/tinyglobby/node_modules/picomatch": {
2090
- "version": "4.0.2",
2091
- "dev": true,
2092
- "license": "MIT",
2093
- "engines": {
2094
- "node": ">=12"
2095
- },
2096
- "funding": {
2097
- "url": "https://github.com/sponsors/jonschlinkert"
2098
- }
2099
- },
2100
- "../node_modules/tinypool": {
2101
- "version": "1.0.2",
2102
- "dev": true,
2103
- "license": "MIT",
2104
- "engines": {
2105
- "node": "^18.0.0 || >=20.0.0"
2106
- }
2107
- },
2108
- "../node_modules/tinyrainbow": {
2109
- "version": "2.0.0",
2110
- "dev": true,
2111
- "license": "MIT",
2112
- "engines": {
2113
- "node": ">=14.0.0"
2114
- }
2115
- },
2116
- "../node_modules/tinyspy": {
2117
- "version": "3.0.2",
2118
- "dev": true,
2119
- "license": "MIT",
2120
- "engines": {
2121
- "node": ">=14.0.0"
2122
- }
2123
- },
2124
- "../node_modules/to-regex-range": {
2125
- "version": "5.0.1",
2126
- "dev": true,
2127
- "license": "MIT",
2128
- "dependencies": {
2129
- "is-number": "^7.0.0"
2130
- },
2131
- "engines": {
2132
- "node": ">=8.0"
2133
- }
2134
- },
2135
- "../node_modules/tslib": {
2136
- "version": "2.6.2",
2137
- "license": "0BSD"
2138
- },
2139
- "../node_modules/type-check": {
2140
- "version": "0.4.0",
2141
- "dev": true,
2142
- "license": "MIT",
2143
- "dependencies": {
2144
- "prelude-ls": "^1.2.1"
2145
- },
2146
- "engines": {
2147
- "node": ">= 0.8.0"
2148
- }
2149
- },
2150
- "../node_modules/typescript": {
2151
- "version": "5.8.3",
2152
- "dev": true,
2153
- "license": "Apache-2.0",
2154
- "bin": {
2155
- "tsc": "bin/tsc",
2156
- "tsserver": "bin/tsserver"
2157
- },
2158
- "engines": {
2159
- "node": ">=14.17"
2160
- }
2161
- },
2162
- "../node_modules/typescript-eslint": {
2163
- "version": "8.31.0",
2164
- "dev": true,
2165
- "license": "MIT",
2166
- "dependencies": {
2167
- "@typescript-eslint/eslint-plugin": "8.31.0",
2168
- "@typescript-eslint/parser": "8.31.0",
2169
- "@typescript-eslint/utils": "8.31.0"
2170
- },
2171
- "engines": {
2172
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2173
- },
2174
- "funding": {
2175
- "type": "opencollective",
2176
- "url": "https://opencollective.com/typescript-eslint"
2177
- },
2178
- "peerDependencies": {
2179
- "eslint": "^8.57.0 || ^9.0.0",
2180
- "typescript": ">=4.8.4 <5.9.0"
2181
- }
2182
- },
2183
- "../node_modules/typescript-eslint/node_modules/@typescript-eslint/eslint-plugin": {
2184
- "version": "8.31.0",
2185
- "dev": true,
2186
- "license": "MIT",
2187
- "dependencies": {
2188
- "@eslint-community/regexpp": "^4.10.0",
2189
- "@typescript-eslint/scope-manager": "8.31.0",
2190
- "@typescript-eslint/type-utils": "8.31.0",
2191
- "@typescript-eslint/utils": "8.31.0",
2192
- "@typescript-eslint/visitor-keys": "8.31.0",
2193
- "graphemer": "^1.4.0",
2194
- "ignore": "^5.3.1",
2195
- "natural-compare": "^1.4.0",
2196
- "ts-api-utils": "^2.0.1"
2197
- },
2198
- "engines": {
2199
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2200
- },
2201
- "funding": {
2202
- "type": "opencollective",
2203
- "url": "https://opencollective.com/typescript-eslint"
2204
- },
2205
- "peerDependencies": {
2206
- "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
2207
- "eslint": "^8.57.0 || ^9.0.0",
2208
- "typescript": ">=4.8.4 <5.9.0"
2209
- }
2210
- },
2211
- "../node_modules/typescript-eslint/node_modules/@typescript-eslint/parser": {
2212
- "version": "8.31.0",
2213
- "dev": true,
2214
- "license": "MIT",
2215
- "dependencies": {
2216
- "@typescript-eslint/scope-manager": "8.31.0",
2217
- "@typescript-eslint/types": "8.31.0",
2218
- "@typescript-eslint/typescript-estree": "8.31.0",
2219
- "@typescript-eslint/visitor-keys": "8.31.0",
2220
- "debug": "^4.3.4"
2221
- },
2222
- "engines": {
2223
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2224
- },
2225
- "funding": {
2226
- "type": "opencollective",
2227
- "url": "https://opencollective.com/typescript-eslint"
2228
- },
2229
- "peerDependencies": {
2230
- "eslint": "^8.57.0 || ^9.0.0",
2231
- "typescript": ">=4.8.4 <5.9.0"
2232
- }
2233
- },
2234
- "../node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": {
2235
- "version": "8.31.0",
2236
- "dev": true,
2237
- "license": "MIT",
2238
- "dependencies": {
2239
- "@typescript-eslint/types": "8.31.0",
2240
- "@typescript-eslint/visitor-keys": "8.31.0"
2241
- },
2242
- "engines": {
2243
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2244
- },
2245
- "funding": {
2246
- "type": "opencollective",
2247
- "url": "https://opencollective.com/typescript-eslint"
2248
- }
2249
- },
2250
- "../node_modules/typescript-eslint/node_modules/@typescript-eslint/types": {
2251
- "version": "8.31.0",
2252
- "dev": true,
2253
- "license": "MIT",
2254
- "engines": {
2255
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2256
- },
2257
- "funding": {
2258
- "type": "opencollective",
2259
- "url": "https://opencollective.com/typescript-eslint"
2260
- }
2261
- },
2262
- "../node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": {
2263
- "version": "8.31.0",
2264
- "dev": true,
2265
- "license": "MIT",
2266
- "dependencies": {
2267
- "@typescript-eslint/types": "8.31.0",
2268
- "@typescript-eslint/visitor-keys": "8.31.0",
2269
- "debug": "^4.3.4",
2270
- "fast-glob": "^3.3.2",
2271
- "is-glob": "^4.0.3",
2272
- "minimatch": "^9.0.4",
2273
- "semver": "^7.6.0",
2274
- "ts-api-utils": "^2.0.1"
2275
- },
2276
- "engines": {
2277
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2278
- },
2279
- "funding": {
2280
- "type": "opencollective",
2281
- "url": "https://opencollective.com/typescript-eslint"
2282
- },
2283
- "peerDependencies": {
2284
- "typescript": ">=4.8.4 <5.9.0"
2285
- }
2286
- },
2287
- "../node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": {
2288
- "version": "8.31.0",
2289
- "dev": true,
2290
- "license": "MIT",
2291
- "dependencies": {
2292
- "@typescript-eslint/types": "8.31.0",
2293
- "eslint-visitor-keys": "^4.2.0"
2294
- },
2295
- "engines": {
2296
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2297
- },
2298
- "funding": {
2299
- "type": "opencollective",
2300
- "url": "https://opencollective.com/typescript-eslint"
2301
- }
2302
- },
2303
- "../node_modules/typescript-eslint/node_modules/eslint-visitor-keys": {
2304
- "version": "4.2.0",
2305
- "dev": true,
2306
- "license": "Apache-2.0",
2307
- "engines": {
2308
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2309
- },
2310
- "funding": {
2311
- "url": "https://opencollective.com/eslint"
2312
- }
2313
- },
2314
- "../node_modules/typescript-eslint/node_modules/ts-api-utils": {
2315
- "version": "2.1.0",
2316
- "dev": true,
2317
- "license": "MIT",
2318
- "engines": {
2319
- "node": ">=18.12"
2320
- },
2321
- "peerDependencies": {
2322
- "typescript": ">=4.8.4"
2323
- }
2324
- },
2325
- "../node_modules/undici-types": {
2326
- "version": "5.26.5",
2327
- "dev": true,
2328
- "license": "MIT"
2329
- },
2330
- "../node_modules/uri-js": {
2331
- "version": "4.4.1",
2332
- "dev": true,
2333
- "license": "BSD-2-Clause",
2334
- "dependencies": {
2335
- "punycode": "^2.1.0"
2336
- }
2337
- },
2338
- "../node_modules/uuid": {
2339
- "version": "9.0.1",
2340
- "funding": [
2341
- "https://github.com/sponsors/broofa",
2342
- "https://github.com/sponsors/ctavan"
2343
- ],
2344
- "license": "MIT",
2345
- "bin": {
2346
- "uuid": "dist/bin/uuid"
2347
- }
2348
- },
2349
- "../node_modules/vite": {
2350
- "version": "6.3.4",
2351
- "dev": true,
2352
- "license": "MIT",
2353
- "dependencies": {
2354
- "esbuild": "^0.25.0",
2355
- "fdir": "^6.4.4",
2356
- "picomatch": "^4.0.2",
2357
- "postcss": "^8.5.3",
2358
- "rollup": "^4.34.9",
2359
- "tinyglobby": "^0.2.13"
2360
- },
2361
- "bin": {
2362
- "vite": "bin/vite.js"
2363
- },
2364
- "engines": {
2365
- "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
2366
- },
2367
- "funding": {
2368
- "url": "https://github.com/vitejs/vite?sponsor=1"
2369
- },
2370
- "optionalDependencies": {
2371
- "fsevents": "~2.3.3"
2372
- },
2373
- "peerDependencies": {
2374
- "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
2375
- "jiti": ">=1.21.0",
2376
- "less": "*",
2377
- "lightningcss": "^1.21.0",
2378
- "sass": "*",
2379
- "sass-embedded": "*",
2380
- "stylus": "*",
2381
- "sugarss": "*",
2382
- "terser": "^5.16.0",
2383
- "tsx": "^4.8.1",
2384
- "yaml": "^2.4.2"
2385
- },
2386
- "peerDependenciesMeta": {
2387
- "@types/node": {
2388
- "optional": true
2389
- },
2390
- "jiti": {
2391
- "optional": true
2392
- },
2393
- "less": {
2394
- "optional": true
2395
- },
2396
- "lightningcss": {
2397
- "optional": true
2398
- },
2399
- "sass": {
2400
- "optional": true
2401
- },
2402
- "sass-embedded": {
2403
- "optional": true
2404
- },
2405
- "stylus": {
2406
- "optional": true
2407
- },
2408
- "sugarss": {
2409
- "optional": true
2410
- },
2411
- "terser": {
2412
- "optional": true
2413
- },
2414
- "tsx": {
2415
- "optional": true
2416
- },
2417
- "yaml": {
2418
- "optional": true
2419
- }
2420
- }
2421
- },
2422
- "../node_modules/vite-node": {
2423
- "version": "3.1.2",
2424
- "dev": true,
2425
- "license": "MIT",
2426
- "dependencies": {
2427
- "cac": "^6.7.14",
2428
- "debug": "^4.4.0",
2429
- "es-module-lexer": "^1.6.0",
2430
- "pathe": "^2.0.3",
2431
- "vite": "^5.0.0 || ^6.0.0"
2432
- },
2433
- "bin": {
2434
- "vite-node": "vite-node.mjs"
2435
- },
2436
- "engines": {
2437
- "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
2438
- },
2439
- "funding": {
2440
- "url": "https://opencollective.com/vitest"
2441
- }
2442
- },
2443
- "../node_modules/vite/node_modules/fdir": {
2444
- "version": "6.4.4",
2445
- "dev": true,
2446
- "license": "MIT",
2447
- "peerDependencies": {
2448
- "picomatch": "^3 || ^4"
2449
- },
2450
- "peerDependenciesMeta": {
2451
- "picomatch": {
2452
- "optional": true
2453
- }
2454
- }
2455
- },
2456
- "../node_modules/vite/node_modules/picomatch": {
2457
- "version": "4.0.2",
2458
- "dev": true,
2459
- "license": "MIT",
2460
- "engines": {
2461
- "node": ">=12"
2462
- },
2463
- "funding": {
2464
- "url": "https://github.com/sponsors/jonschlinkert"
2465
- }
2466
- },
2467
- "../node_modules/vitest": {
2468
- "version": "3.1.2",
2469
- "dev": true,
2470
- "license": "MIT",
2471
- "dependencies": {
2472
- "@vitest/expect": "3.1.2",
2473
- "@vitest/mocker": "3.1.2",
2474
- "@vitest/pretty-format": "^3.1.2",
2475
- "@vitest/runner": "3.1.2",
2476
- "@vitest/snapshot": "3.1.2",
2477
- "@vitest/spy": "3.1.2",
2478
- "@vitest/utils": "3.1.2",
2479
- "chai": "^5.2.0",
2480
- "debug": "^4.4.0",
2481
- "expect-type": "^1.2.1",
2482
- "magic-string": "^0.30.17",
2483
- "pathe": "^2.0.3",
2484
- "std-env": "^3.9.0",
2485
- "tinybench": "^2.9.0",
2486
- "tinyexec": "^0.3.2",
2487
- "tinyglobby": "^0.2.13",
2488
- "tinypool": "^1.0.2",
2489
- "tinyrainbow": "^2.0.0",
2490
- "vite": "^5.0.0 || ^6.0.0",
2491
- "vite-node": "3.1.2",
2492
- "why-is-node-running": "^2.3.0"
2493
- },
2494
- "bin": {
2495
- "vitest": "vitest.mjs"
2496
- },
2497
- "engines": {
2498
- "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
2499
- },
2500
- "funding": {
2501
- "url": "https://opencollective.com/vitest"
2502
- },
2503
- "peerDependencies": {
2504
- "@edge-runtime/vm": "*",
2505
- "@types/debug": "^4.1.12",
2506
- "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
2507
- "@vitest/browser": "3.1.2",
2508
- "@vitest/ui": "3.1.2",
2509
- "happy-dom": "*",
2510
- "jsdom": "*"
2511
- },
2512
- "peerDependenciesMeta": {
2513
- "@edge-runtime/vm": {
2514
- "optional": true
2515
- },
2516
- "@types/debug": {
2517
- "optional": true
2518
- },
2519
- "@types/node": {
2520
- "optional": true
2521
- },
2522
- "@vitest/browser": {
2523
- "optional": true
2524
- },
2525
- "@vitest/ui": {
2526
- "optional": true
2527
- },
2528
- "happy-dom": {
2529
- "optional": true
2530
- },
2531
- "jsdom": {
2532
- "optional": true
2533
- }
2534
- }
2535
- },
2536
- "../node_modules/which": {
2537
- "version": "2.0.2",
2538
- "dev": true,
2539
- "license": "ISC",
2540
- "dependencies": {
2541
- "isexe": "^2.0.0"
2542
- },
2543
- "bin": {
2544
- "node-which": "bin/node-which"
2545
- },
2546
- "engines": {
2547
- "node": ">= 8"
2548
- }
2549
- },
2550
- "../node_modules/why-is-node-running": {
2551
- "version": "2.3.0",
2552
- "dev": true,
2553
- "license": "MIT",
2554
- "dependencies": {
2555
- "siginfo": "^2.0.0",
2556
- "stackback": "0.0.2"
2557
- },
2558
- "bin": {
2559
- "why-is-node-running": "cli.js"
2560
- },
2561
- "engines": {
2562
- "node": ">=8"
2563
- }
2564
- },
2565
- "../node_modules/yocto-queue": {
2566
- "version": "0.1.0",
2567
- "dev": true,
2568
- "license": "MIT",
2569
- "engines": {
2570
- "node": ">=10"
2571
- },
2572
- "funding": {
2573
- "url": "https://github.com/sponsors/sindresorhus"
2574
- }
2575
- },
2576
- "../node_modules/zod": {
2577
- "version": "3.25.34",
2578
- "license": "MIT",
2579
- "funding": {
2580
- "url": "https://github.com/sponsors/colinhacks"
2581
- }
2582
- },
2583
- "node_modules/@esbuild/darwin-arm64": {
2584
- "version": "0.25.8",
2585
- "cpu": [
2586
- "arm64"
2587
- ],
2588
- "dev": true,
2589
- "license": "MIT",
2590
- "optional": true,
2591
- "os": [
2592
- "darwin"
2593
- ],
2594
- "engines": {
2595
- "node": ">=18"
2596
- }
2597
- },
2598
- "node_modules/@gr4vy/sdk": {
2599
- "resolved": "..",
2600
- "link": true
2601
- },
2602
- "node_modules/@types/node": {
2603
- "version": "20.19.10",
2604
- "dev": true,
2605
- "license": "MIT",
2606
- "dependencies": {
2607
- "undici-types": "~6.21.0"
2608
- }
2609
- },
2610
- "node_modules/dotenv": {
2611
- "version": "16.6.1",
2612
- "dev": true,
2613
- "license": "BSD-2-Clause",
2614
- "engines": {
2615
- "node": ">=12"
2616
- },
2617
- "funding": {
2618
- "url": "https://dotenvx.com"
2619
- }
2620
- },
2621
- "node_modules/esbuild": {
2622
- "version": "0.25.8",
2623
- "dev": true,
2624
- "hasInstallScript": true,
2625
- "license": "MIT",
2626
- "bin": {
2627
- "esbuild": "bin/esbuild"
2628
- },
2629
- "engines": {
2630
- "node": ">=18"
2631
- },
2632
- "optionalDependencies": {
2633
- "@esbuild/aix-ppc64": "0.25.8",
2634
- "@esbuild/android-arm": "0.25.8",
2635
- "@esbuild/android-arm64": "0.25.8",
2636
- "@esbuild/android-x64": "0.25.8",
2637
- "@esbuild/darwin-arm64": "0.25.8",
2638
- "@esbuild/darwin-x64": "0.25.8",
2639
- "@esbuild/freebsd-arm64": "0.25.8",
2640
- "@esbuild/freebsd-x64": "0.25.8",
2641
- "@esbuild/linux-arm": "0.25.8",
2642
- "@esbuild/linux-arm64": "0.25.8",
2643
- "@esbuild/linux-ia32": "0.25.8",
2644
- "@esbuild/linux-loong64": "0.25.8",
2645
- "@esbuild/linux-mips64el": "0.25.8",
2646
- "@esbuild/linux-ppc64": "0.25.8",
2647
- "@esbuild/linux-riscv64": "0.25.8",
2648
- "@esbuild/linux-s390x": "0.25.8",
2649
- "@esbuild/linux-x64": "0.25.8",
2650
- "@esbuild/netbsd-arm64": "0.25.8",
2651
- "@esbuild/netbsd-x64": "0.25.8",
2652
- "@esbuild/openbsd-arm64": "0.25.8",
2653
- "@esbuild/openbsd-x64": "0.25.8",
2654
- "@esbuild/openharmony-arm64": "0.25.8",
2655
- "@esbuild/sunos-x64": "0.25.8",
2656
- "@esbuild/win32-arm64": "0.25.8",
2657
- "@esbuild/win32-ia32": "0.25.8",
2658
- "@esbuild/win32-x64": "0.25.8"
2659
- }
2660
- },
2661
- "node_modules/fsevents": {
2662
- "version": "2.3.3",
2663
- "dev": true,
2664
- "license": "MIT",
2665
- "optional": true,
2666
- "os": [
2667
- "darwin"
2668
- ],
2669
- "engines": {
2670
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2671
- }
2672
- },
2673
- "node_modules/get-tsconfig": {
2674
- "version": "4.10.1",
2675
- "dev": true,
2676
- "license": "MIT",
2677
- "dependencies": {
2678
- "resolve-pkg-maps": "^1.0.0"
2679
- },
2680
- "funding": {
2681
- "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
2682
- }
2683
- },
2684
- "node_modules/resolve-pkg-maps": {
2685
- "version": "1.0.0",
2686
- "dev": true,
2687
- "license": "MIT",
2688
- "funding": {
2689
- "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
2690
- }
2691
- },
2692
- "node_modules/tsx": {
2693
- "version": "4.20.4",
2694
- "dev": true,
2695
- "license": "MIT",
2696
- "dependencies": {
2697
- "esbuild": "~0.25.0",
2698
- "get-tsconfig": "^4.7.5"
2699
- },
2700
- "bin": {
2701
- "tsx": "dist/cli.mjs"
2702
- },
2703
- "engines": {
2704
- "node": ">=18.0.0"
2705
- },
2706
- "optionalDependencies": {
2707
- "fsevents": "~2.3.3"
2708
- }
2709
- },
2710
- "node_modules/undici-types": {
2711
- "version": "6.21.0",
2712
- "dev": true,
2713
- "license": "MIT"
2714
- }
2715
- }
2716
- }