claude-crap 0.3.3 → 0.3.4

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,2714 @@
1
+ {
2
+ "name": "claude-crap-plugin",
3
+ "version": "0.3.4",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "claude-crap-plugin",
9
+ "version": "0.3.4",
10
+ "dependencies": {
11
+ "@fastify/static": "^8.0.3",
12
+ "@modelcontextprotocol/sdk": "^1.0.4",
13
+ "fastify": "^5.2.0",
14
+ "pino": "^9.5.0",
15
+ "tree-sitter-wasms": "^0.1.12",
16
+ "web-tree-sitter": "^0.24.4"
17
+ },
18
+ "devDependencies": {
19
+ "@eslint/js": "^10.0.1",
20
+ "eslint": "^10.2.0"
21
+ },
22
+ "engines": {
23
+ "node": ">=20.0.0"
24
+ }
25
+ },
26
+ "node_modules/@eslint-community/eslint-utils": {
27
+ "version": "4.9.1",
28
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
29
+ "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
30
+ "dev": true,
31
+ "license": "MIT",
32
+ "dependencies": {
33
+ "eslint-visitor-keys": "^3.4.3"
34
+ },
35
+ "engines": {
36
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
37
+ },
38
+ "funding": {
39
+ "url": "https://opencollective.com/eslint"
40
+ },
41
+ "peerDependencies": {
42
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
43
+ }
44
+ },
45
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
46
+ "version": "3.4.3",
47
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
48
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
49
+ "dev": true,
50
+ "license": "Apache-2.0",
51
+ "engines": {
52
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
53
+ },
54
+ "funding": {
55
+ "url": "https://opencollective.com/eslint"
56
+ }
57
+ },
58
+ "node_modules/@eslint-community/regexpp": {
59
+ "version": "4.12.2",
60
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
61
+ "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
62
+ "dev": true,
63
+ "license": "MIT",
64
+ "engines": {
65
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
66
+ }
67
+ },
68
+ "node_modules/@eslint/config-array": {
69
+ "version": "0.23.5",
70
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
71
+ "integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
72
+ "dev": true,
73
+ "license": "Apache-2.0",
74
+ "dependencies": {
75
+ "@eslint/object-schema": "^3.0.5",
76
+ "debug": "^4.3.1",
77
+ "minimatch": "^10.2.4"
78
+ },
79
+ "engines": {
80
+ "node": "^20.19.0 || ^22.13.0 || >=24"
81
+ }
82
+ },
83
+ "node_modules/@eslint/config-helpers": {
84
+ "version": "0.5.5",
85
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.5.tgz",
86
+ "integrity": "sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==",
87
+ "dev": true,
88
+ "license": "Apache-2.0",
89
+ "dependencies": {
90
+ "@eslint/core": "^1.2.1"
91
+ },
92
+ "engines": {
93
+ "node": "^20.19.0 || ^22.13.0 || >=24"
94
+ }
95
+ },
96
+ "node_modules/@eslint/core": {
97
+ "version": "1.2.1",
98
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
99
+ "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
100
+ "dev": true,
101
+ "license": "Apache-2.0",
102
+ "dependencies": {
103
+ "@types/json-schema": "^7.0.15"
104
+ },
105
+ "engines": {
106
+ "node": "^20.19.0 || ^22.13.0 || >=24"
107
+ }
108
+ },
109
+ "node_modules/@eslint/js": {
110
+ "version": "10.0.1",
111
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz",
112
+ "integrity": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==",
113
+ "dev": true,
114
+ "license": "MIT",
115
+ "engines": {
116
+ "node": "^20.19.0 || ^22.13.0 || >=24"
117
+ },
118
+ "funding": {
119
+ "url": "https://eslint.org/donate"
120
+ },
121
+ "peerDependencies": {
122
+ "eslint": "^10.0.0"
123
+ },
124
+ "peerDependenciesMeta": {
125
+ "eslint": {
126
+ "optional": true
127
+ }
128
+ }
129
+ },
130
+ "node_modules/@eslint/object-schema": {
131
+ "version": "3.0.5",
132
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
133
+ "integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
134
+ "dev": true,
135
+ "license": "Apache-2.0",
136
+ "engines": {
137
+ "node": "^20.19.0 || ^22.13.0 || >=24"
138
+ }
139
+ },
140
+ "node_modules/@eslint/plugin-kit": {
141
+ "version": "0.7.1",
142
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz",
143
+ "integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==",
144
+ "dev": true,
145
+ "license": "Apache-2.0",
146
+ "dependencies": {
147
+ "@eslint/core": "^1.2.1",
148
+ "levn": "^0.4.1"
149
+ },
150
+ "engines": {
151
+ "node": "^20.19.0 || ^22.13.0 || >=24"
152
+ }
153
+ },
154
+ "node_modules/@fastify/accept-negotiator": {
155
+ "version": "2.0.1",
156
+ "resolved": "https://registry.npmjs.org/@fastify/accept-negotiator/-/accept-negotiator-2.0.1.tgz",
157
+ "integrity": "sha512-/c/TW2bO/v9JeEgoD/g1G5GxGeCF1Hafdf79WPmUlgYiBXummY0oX3VVq4yFkKKVBKDNlaDUYoab7g38RpPqCQ==",
158
+ "funding": [
159
+ {
160
+ "type": "github",
161
+ "url": "https://github.com/sponsors/fastify"
162
+ },
163
+ {
164
+ "type": "opencollective",
165
+ "url": "https://opencollective.com/fastify"
166
+ }
167
+ ],
168
+ "license": "MIT"
169
+ },
170
+ "node_modules/@fastify/ajv-compiler": {
171
+ "version": "4.0.5",
172
+ "resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-4.0.5.tgz",
173
+ "integrity": "sha512-KoWKW+MhvfTRWL4qrhUwAAZoaChluo0m0vbiJlGMt2GXvL4LVPQEjt8kSpHI3IBq5Rez8fg+XeH3cneztq+C7A==",
174
+ "funding": [
175
+ {
176
+ "type": "github",
177
+ "url": "https://github.com/sponsors/fastify"
178
+ },
179
+ {
180
+ "type": "opencollective",
181
+ "url": "https://opencollective.com/fastify"
182
+ }
183
+ ],
184
+ "license": "MIT",
185
+ "dependencies": {
186
+ "ajv": "^8.12.0",
187
+ "ajv-formats": "^3.0.1",
188
+ "fast-uri": "^3.0.0"
189
+ }
190
+ },
191
+ "node_modules/@fastify/error": {
192
+ "version": "4.2.0",
193
+ "resolved": "https://registry.npmjs.org/@fastify/error/-/error-4.2.0.tgz",
194
+ "integrity": "sha512-RSo3sVDXfHskiBZKBPRgnQTtIqpi/7zhJOEmAxCiBcM7d0uwdGdxLlsCaLzGs8v8NnxIRlfG0N51p5yFaOentQ==",
195
+ "funding": [
196
+ {
197
+ "type": "github",
198
+ "url": "https://github.com/sponsors/fastify"
199
+ },
200
+ {
201
+ "type": "opencollective",
202
+ "url": "https://opencollective.com/fastify"
203
+ }
204
+ ],
205
+ "license": "MIT"
206
+ },
207
+ "node_modules/@fastify/fast-json-stringify-compiler": {
208
+ "version": "5.0.3",
209
+ "resolved": "https://registry.npmjs.org/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-5.0.3.tgz",
210
+ "integrity": "sha512-uik7yYHkLr6fxd8hJSZ8c+xF4WafPK+XzneQDPU+D10r5X19GW8lJcom2YijX2+qtFF1ENJlHXKFM9ouXNJYgQ==",
211
+ "funding": [
212
+ {
213
+ "type": "github",
214
+ "url": "https://github.com/sponsors/fastify"
215
+ },
216
+ {
217
+ "type": "opencollective",
218
+ "url": "https://opencollective.com/fastify"
219
+ }
220
+ ],
221
+ "license": "MIT",
222
+ "dependencies": {
223
+ "fast-json-stringify": "^6.0.0"
224
+ }
225
+ },
226
+ "node_modules/@fastify/forwarded": {
227
+ "version": "3.0.1",
228
+ "resolved": "https://registry.npmjs.org/@fastify/forwarded/-/forwarded-3.0.1.tgz",
229
+ "integrity": "sha512-JqDochHFqXs3C3Ml3gOY58zM7OqO9ENqPo0UqAjAjH8L01fRZqwX9iLeX34//kiJubF7r2ZQHtBRU36vONbLlw==",
230
+ "funding": [
231
+ {
232
+ "type": "github",
233
+ "url": "https://github.com/sponsors/fastify"
234
+ },
235
+ {
236
+ "type": "opencollective",
237
+ "url": "https://opencollective.com/fastify"
238
+ }
239
+ ],
240
+ "license": "MIT"
241
+ },
242
+ "node_modules/@fastify/merge-json-schemas": {
243
+ "version": "0.2.1",
244
+ "resolved": "https://registry.npmjs.org/@fastify/merge-json-schemas/-/merge-json-schemas-0.2.1.tgz",
245
+ "integrity": "sha512-OA3KGBCy6KtIvLf8DINC5880o5iBlDX4SxzLQS8HorJAbqluzLRn80UXU0bxZn7UOFhFgpRJDasfwn9nG4FG4A==",
246
+ "funding": [
247
+ {
248
+ "type": "github",
249
+ "url": "https://github.com/sponsors/fastify"
250
+ },
251
+ {
252
+ "type": "opencollective",
253
+ "url": "https://opencollective.com/fastify"
254
+ }
255
+ ],
256
+ "license": "MIT",
257
+ "dependencies": {
258
+ "dequal": "^2.0.3"
259
+ }
260
+ },
261
+ "node_modules/@fastify/proxy-addr": {
262
+ "version": "5.1.0",
263
+ "resolved": "https://registry.npmjs.org/@fastify/proxy-addr/-/proxy-addr-5.1.0.tgz",
264
+ "integrity": "sha512-INS+6gh91cLUjB+PVHfu1UqcB76Sqtpyp7bnL+FYojhjygvOPA9ctiD/JDKsyD9Xgu4hUhCSJBPig/w7duNajw==",
265
+ "funding": [
266
+ {
267
+ "type": "github",
268
+ "url": "https://github.com/sponsors/fastify"
269
+ },
270
+ {
271
+ "type": "opencollective",
272
+ "url": "https://opencollective.com/fastify"
273
+ }
274
+ ],
275
+ "license": "MIT",
276
+ "dependencies": {
277
+ "@fastify/forwarded": "^3.0.0",
278
+ "ipaddr.js": "^2.1.0"
279
+ }
280
+ },
281
+ "node_modules/@fastify/send": {
282
+ "version": "4.1.0",
283
+ "resolved": "https://registry.npmjs.org/@fastify/send/-/send-4.1.0.tgz",
284
+ "integrity": "sha512-TMYeQLCBSy2TOFmV95hQWkiTYgC/SEx7vMdV+wnZVX4tt8VBLKzmH8vV9OzJehV0+XBfg+WxPMt5wp+JBUKsVw==",
285
+ "funding": [
286
+ {
287
+ "type": "github",
288
+ "url": "https://github.com/sponsors/fastify"
289
+ },
290
+ {
291
+ "type": "opencollective",
292
+ "url": "https://opencollective.com/fastify"
293
+ }
294
+ ],
295
+ "license": "MIT",
296
+ "dependencies": {
297
+ "@lukeed/ms": "^2.0.2",
298
+ "escape-html": "~1.0.3",
299
+ "fast-decode-uri-component": "^1.0.1",
300
+ "http-errors": "^2.0.0",
301
+ "mime": "^3"
302
+ }
303
+ },
304
+ "node_modules/@fastify/static": {
305
+ "version": "8.3.0",
306
+ "resolved": "https://registry.npmjs.org/@fastify/static/-/static-8.3.0.tgz",
307
+ "integrity": "sha512-yKxviR5PH1OKNnisIzZKmgZSus0r2OZb8qCSbqmw34aolT4g3UlzYfeBRym+HJ1J471CR8e2ldNub4PubD1coA==",
308
+ "funding": [
309
+ {
310
+ "type": "github",
311
+ "url": "https://github.com/sponsors/fastify"
312
+ },
313
+ {
314
+ "type": "opencollective",
315
+ "url": "https://opencollective.com/fastify"
316
+ }
317
+ ],
318
+ "license": "MIT",
319
+ "dependencies": {
320
+ "@fastify/accept-negotiator": "^2.0.0",
321
+ "@fastify/send": "^4.0.0",
322
+ "content-disposition": "^0.5.4",
323
+ "fastify-plugin": "^5.0.0",
324
+ "fastq": "^1.17.1",
325
+ "glob": "^11.0.0"
326
+ }
327
+ },
328
+ "node_modules/@hono/node-server": {
329
+ "version": "1.19.13",
330
+ "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.13.tgz",
331
+ "integrity": "sha512-TsQLe4i2gvoTtrHje625ngThGBySOgSK3Xo2XRYOdqGN1teR8+I7vchQC46uLJi8OF62YTYA3AhSpumtkhsaKQ==",
332
+ "license": "MIT",
333
+ "engines": {
334
+ "node": ">=18.14.1"
335
+ },
336
+ "peerDependencies": {
337
+ "hono": "^4"
338
+ }
339
+ },
340
+ "node_modules/@humanfs/core": {
341
+ "version": "0.19.1",
342
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
343
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
344
+ "dev": true,
345
+ "license": "Apache-2.0",
346
+ "engines": {
347
+ "node": ">=18.18.0"
348
+ }
349
+ },
350
+ "node_modules/@humanfs/node": {
351
+ "version": "0.16.7",
352
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
353
+ "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
354
+ "dev": true,
355
+ "license": "Apache-2.0",
356
+ "dependencies": {
357
+ "@humanfs/core": "^0.19.1",
358
+ "@humanwhocodes/retry": "^0.4.0"
359
+ },
360
+ "engines": {
361
+ "node": ">=18.18.0"
362
+ }
363
+ },
364
+ "node_modules/@humanwhocodes/module-importer": {
365
+ "version": "1.0.1",
366
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
367
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
368
+ "dev": true,
369
+ "license": "Apache-2.0",
370
+ "engines": {
371
+ "node": ">=12.22"
372
+ },
373
+ "funding": {
374
+ "type": "github",
375
+ "url": "https://github.com/sponsors/nzakas"
376
+ }
377
+ },
378
+ "node_modules/@humanwhocodes/retry": {
379
+ "version": "0.4.3",
380
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
381
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
382
+ "dev": true,
383
+ "license": "Apache-2.0",
384
+ "engines": {
385
+ "node": ">=18.18"
386
+ },
387
+ "funding": {
388
+ "type": "github",
389
+ "url": "https://github.com/sponsors/nzakas"
390
+ }
391
+ },
392
+ "node_modules/@isaacs/cliui": {
393
+ "version": "9.0.0",
394
+ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-9.0.0.tgz",
395
+ "integrity": "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==",
396
+ "license": "BlueOak-1.0.0",
397
+ "engines": {
398
+ "node": ">=18"
399
+ }
400
+ },
401
+ "node_modules/@lukeed/ms": {
402
+ "version": "2.0.2",
403
+ "resolved": "https://registry.npmjs.org/@lukeed/ms/-/ms-2.0.2.tgz",
404
+ "integrity": "sha512-9I2Zn6+NJLfaGoz9jN3lpwDgAYvfGeNYdbAIjJOqzs4Tpc+VU3Jqq4IofSUBKajiDS8k9fZIg18/z13mpk1bsA==",
405
+ "license": "MIT",
406
+ "engines": {
407
+ "node": ">=8"
408
+ }
409
+ },
410
+ "node_modules/@modelcontextprotocol/sdk": {
411
+ "version": "1.29.0",
412
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz",
413
+ "integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==",
414
+ "license": "MIT",
415
+ "dependencies": {
416
+ "@hono/node-server": "^1.19.9",
417
+ "ajv": "^8.17.1",
418
+ "ajv-formats": "^3.0.1",
419
+ "content-type": "^1.0.5",
420
+ "cors": "^2.8.5",
421
+ "cross-spawn": "^7.0.5",
422
+ "eventsource": "^3.0.2",
423
+ "eventsource-parser": "^3.0.0",
424
+ "express": "^5.2.1",
425
+ "express-rate-limit": "^8.2.1",
426
+ "hono": "^4.11.4",
427
+ "jose": "^6.1.3",
428
+ "json-schema-typed": "^8.0.2",
429
+ "pkce-challenge": "^5.0.0",
430
+ "raw-body": "^3.0.0",
431
+ "zod": "^3.25 || ^4.0",
432
+ "zod-to-json-schema": "^3.25.1"
433
+ },
434
+ "engines": {
435
+ "node": ">=18"
436
+ },
437
+ "peerDependencies": {
438
+ "@cfworker/json-schema": "^4.1.1",
439
+ "zod": "^3.25 || ^4.0"
440
+ },
441
+ "peerDependenciesMeta": {
442
+ "@cfworker/json-schema": {
443
+ "optional": true
444
+ },
445
+ "zod": {
446
+ "optional": false
447
+ }
448
+ }
449
+ },
450
+ "node_modules/@pinojs/redact": {
451
+ "version": "0.4.0",
452
+ "resolved": "https://registry.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz",
453
+ "integrity": "sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==",
454
+ "license": "MIT"
455
+ },
456
+ "node_modules/@types/esrecurse": {
457
+ "version": "4.3.1",
458
+ "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
459
+ "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
460
+ "dev": true,
461
+ "license": "MIT"
462
+ },
463
+ "node_modules/@types/estree": {
464
+ "version": "1.0.8",
465
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
466
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
467
+ "dev": true,
468
+ "license": "MIT"
469
+ },
470
+ "node_modules/@types/json-schema": {
471
+ "version": "7.0.15",
472
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
473
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
474
+ "dev": true,
475
+ "license": "MIT"
476
+ },
477
+ "node_modules/abstract-logging": {
478
+ "version": "2.0.1",
479
+ "resolved": "https://registry.npmjs.org/abstract-logging/-/abstract-logging-2.0.1.tgz",
480
+ "integrity": "sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==",
481
+ "license": "MIT"
482
+ },
483
+ "node_modules/accepts": {
484
+ "version": "2.0.0",
485
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
486
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
487
+ "license": "MIT",
488
+ "dependencies": {
489
+ "mime-types": "^3.0.0",
490
+ "negotiator": "^1.0.0"
491
+ },
492
+ "engines": {
493
+ "node": ">= 0.6"
494
+ }
495
+ },
496
+ "node_modules/acorn": {
497
+ "version": "8.16.0",
498
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
499
+ "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
500
+ "dev": true,
501
+ "license": "MIT",
502
+ "bin": {
503
+ "acorn": "bin/acorn"
504
+ },
505
+ "engines": {
506
+ "node": ">=0.4.0"
507
+ }
508
+ },
509
+ "node_modules/acorn-jsx": {
510
+ "version": "5.3.2",
511
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
512
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
513
+ "dev": true,
514
+ "license": "MIT",
515
+ "peerDependencies": {
516
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
517
+ }
518
+ },
519
+ "node_modules/ajv": {
520
+ "version": "8.18.0",
521
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
522
+ "integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
523
+ "license": "MIT",
524
+ "dependencies": {
525
+ "fast-deep-equal": "^3.1.3",
526
+ "fast-uri": "^3.0.1",
527
+ "json-schema-traverse": "^1.0.0",
528
+ "require-from-string": "^2.0.2"
529
+ },
530
+ "funding": {
531
+ "type": "github",
532
+ "url": "https://github.com/sponsors/epoberezkin"
533
+ }
534
+ },
535
+ "node_modules/ajv-formats": {
536
+ "version": "3.0.1",
537
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
538
+ "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
539
+ "license": "MIT",
540
+ "dependencies": {
541
+ "ajv": "^8.0.0"
542
+ },
543
+ "peerDependencies": {
544
+ "ajv": "^8.0.0"
545
+ },
546
+ "peerDependenciesMeta": {
547
+ "ajv": {
548
+ "optional": true
549
+ }
550
+ }
551
+ },
552
+ "node_modules/atomic-sleep": {
553
+ "version": "1.0.0",
554
+ "resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz",
555
+ "integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==",
556
+ "license": "MIT",
557
+ "engines": {
558
+ "node": ">=8.0.0"
559
+ }
560
+ },
561
+ "node_modules/avvio": {
562
+ "version": "9.2.0",
563
+ "resolved": "https://registry.npmjs.org/avvio/-/avvio-9.2.0.tgz",
564
+ "integrity": "sha512-2t/sy01ArdHHE0vRH5Hsay+RtCZt3dLPji7W7/MMOCEgze5b7SNDC4j5H6FnVgPkI1MTNFGzHdHrVXDDl7QSSQ==",
565
+ "funding": [
566
+ {
567
+ "type": "github",
568
+ "url": "https://github.com/sponsors/fastify"
569
+ },
570
+ {
571
+ "type": "opencollective",
572
+ "url": "https://opencollective.com/fastify"
573
+ }
574
+ ],
575
+ "license": "MIT",
576
+ "dependencies": {
577
+ "@fastify/error": "^4.0.0",
578
+ "fastq": "^1.17.1"
579
+ }
580
+ },
581
+ "node_modules/balanced-match": {
582
+ "version": "4.0.4",
583
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
584
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
585
+ "license": "MIT",
586
+ "engines": {
587
+ "node": "18 || 20 || >=22"
588
+ }
589
+ },
590
+ "node_modules/body-parser": {
591
+ "version": "2.2.2",
592
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
593
+ "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
594
+ "license": "MIT",
595
+ "dependencies": {
596
+ "bytes": "^3.1.2",
597
+ "content-type": "^1.0.5",
598
+ "debug": "^4.4.3",
599
+ "http-errors": "^2.0.0",
600
+ "iconv-lite": "^0.7.0",
601
+ "on-finished": "^2.4.1",
602
+ "qs": "^6.14.1",
603
+ "raw-body": "^3.0.1",
604
+ "type-is": "^2.0.1"
605
+ },
606
+ "engines": {
607
+ "node": ">=18"
608
+ },
609
+ "funding": {
610
+ "type": "opencollective",
611
+ "url": "https://opencollective.com/express"
612
+ }
613
+ },
614
+ "node_modules/brace-expansion": {
615
+ "version": "5.0.5",
616
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
617
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
618
+ "license": "MIT",
619
+ "dependencies": {
620
+ "balanced-match": "^4.0.2"
621
+ },
622
+ "engines": {
623
+ "node": "18 || 20 || >=22"
624
+ }
625
+ },
626
+ "node_modules/bytes": {
627
+ "version": "3.1.2",
628
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
629
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
630
+ "license": "MIT",
631
+ "engines": {
632
+ "node": ">= 0.8"
633
+ }
634
+ },
635
+ "node_modules/call-bind-apply-helpers": {
636
+ "version": "1.0.2",
637
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
638
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
639
+ "license": "MIT",
640
+ "dependencies": {
641
+ "es-errors": "^1.3.0",
642
+ "function-bind": "^1.1.2"
643
+ },
644
+ "engines": {
645
+ "node": ">= 0.4"
646
+ }
647
+ },
648
+ "node_modules/call-bound": {
649
+ "version": "1.0.4",
650
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
651
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
652
+ "license": "MIT",
653
+ "dependencies": {
654
+ "call-bind-apply-helpers": "^1.0.2",
655
+ "get-intrinsic": "^1.3.0"
656
+ },
657
+ "engines": {
658
+ "node": ">= 0.4"
659
+ },
660
+ "funding": {
661
+ "url": "https://github.com/sponsors/ljharb"
662
+ }
663
+ },
664
+ "node_modules/content-disposition": {
665
+ "version": "0.5.4",
666
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
667
+ "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
668
+ "license": "MIT",
669
+ "dependencies": {
670
+ "safe-buffer": "5.2.1"
671
+ },
672
+ "engines": {
673
+ "node": ">= 0.6"
674
+ }
675
+ },
676
+ "node_modules/content-type": {
677
+ "version": "1.0.5",
678
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
679
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
680
+ "license": "MIT",
681
+ "engines": {
682
+ "node": ">= 0.6"
683
+ }
684
+ },
685
+ "node_modules/cookie": {
686
+ "version": "0.7.2",
687
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
688
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
689
+ "license": "MIT",
690
+ "engines": {
691
+ "node": ">= 0.6"
692
+ }
693
+ },
694
+ "node_modules/cookie-signature": {
695
+ "version": "1.2.2",
696
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
697
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
698
+ "license": "MIT",
699
+ "engines": {
700
+ "node": ">=6.6.0"
701
+ }
702
+ },
703
+ "node_modules/cors": {
704
+ "version": "2.8.6",
705
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
706
+ "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
707
+ "license": "MIT",
708
+ "dependencies": {
709
+ "object-assign": "^4",
710
+ "vary": "^1"
711
+ },
712
+ "engines": {
713
+ "node": ">= 0.10"
714
+ },
715
+ "funding": {
716
+ "type": "opencollective",
717
+ "url": "https://opencollective.com/express"
718
+ }
719
+ },
720
+ "node_modules/cross-spawn": {
721
+ "version": "7.0.6",
722
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
723
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
724
+ "license": "MIT",
725
+ "dependencies": {
726
+ "path-key": "^3.1.0",
727
+ "shebang-command": "^2.0.0",
728
+ "which": "^2.0.1"
729
+ },
730
+ "engines": {
731
+ "node": ">= 8"
732
+ }
733
+ },
734
+ "node_modules/debug": {
735
+ "version": "4.4.3",
736
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
737
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
738
+ "license": "MIT",
739
+ "dependencies": {
740
+ "ms": "^2.1.3"
741
+ },
742
+ "engines": {
743
+ "node": ">=6.0"
744
+ },
745
+ "peerDependenciesMeta": {
746
+ "supports-color": {
747
+ "optional": true
748
+ }
749
+ }
750
+ },
751
+ "node_modules/deep-is": {
752
+ "version": "0.1.4",
753
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
754
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
755
+ "dev": true,
756
+ "license": "MIT"
757
+ },
758
+ "node_modules/depd": {
759
+ "version": "2.0.0",
760
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
761
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
762
+ "license": "MIT",
763
+ "engines": {
764
+ "node": ">= 0.8"
765
+ }
766
+ },
767
+ "node_modules/dequal": {
768
+ "version": "2.0.3",
769
+ "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
770
+ "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
771
+ "license": "MIT",
772
+ "engines": {
773
+ "node": ">=6"
774
+ }
775
+ },
776
+ "node_modules/dunder-proto": {
777
+ "version": "1.0.1",
778
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
779
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
780
+ "license": "MIT",
781
+ "dependencies": {
782
+ "call-bind-apply-helpers": "^1.0.1",
783
+ "es-errors": "^1.3.0",
784
+ "gopd": "^1.2.0"
785
+ },
786
+ "engines": {
787
+ "node": ">= 0.4"
788
+ }
789
+ },
790
+ "node_modules/ee-first": {
791
+ "version": "1.1.1",
792
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
793
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
794
+ "license": "MIT"
795
+ },
796
+ "node_modules/encodeurl": {
797
+ "version": "2.0.0",
798
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
799
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
800
+ "license": "MIT",
801
+ "engines": {
802
+ "node": ">= 0.8"
803
+ }
804
+ },
805
+ "node_modules/es-define-property": {
806
+ "version": "1.0.1",
807
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
808
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
809
+ "license": "MIT",
810
+ "engines": {
811
+ "node": ">= 0.4"
812
+ }
813
+ },
814
+ "node_modules/es-errors": {
815
+ "version": "1.3.0",
816
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
817
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
818
+ "license": "MIT",
819
+ "engines": {
820
+ "node": ">= 0.4"
821
+ }
822
+ },
823
+ "node_modules/es-object-atoms": {
824
+ "version": "1.1.1",
825
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
826
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
827
+ "license": "MIT",
828
+ "dependencies": {
829
+ "es-errors": "^1.3.0"
830
+ },
831
+ "engines": {
832
+ "node": ">= 0.4"
833
+ }
834
+ },
835
+ "node_modules/escape-html": {
836
+ "version": "1.0.3",
837
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
838
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
839
+ "license": "MIT"
840
+ },
841
+ "node_modules/escape-string-regexp": {
842
+ "version": "4.0.0",
843
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
844
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
845
+ "dev": true,
846
+ "license": "MIT",
847
+ "engines": {
848
+ "node": ">=10"
849
+ },
850
+ "funding": {
851
+ "url": "https://github.com/sponsors/sindresorhus"
852
+ }
853
+ },
854
+ "node_modules/eslint": {
855
+ "version": "10.2.0",
856
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.2.0.tgz",
857
+ "integrity": "sha512-+L0vBFYGIpSNIt/KWTpFonPrqYvgKw1eUI5Vn7mEogrQcWtWYtNQ7dNqC+px/J0idT3BAkiWrhfS7k+Tum8TUA==",
858
+ "dev": true,
859
+ "license": "MIT",
860
+ "dependencies": {
861
+ "@eslint-community/eslint-utils": "^4.8.0",
862
+ "@eslint-community/regexpp": "^4.12.2",
863
+ "@eslint/config-array": "^0.23.4",
864
+ "@eslint/config-helpers": "^0.5.4",
865
+ "@eslint/core": "^1.2.0",
866
+ "@eslint/plugin-kit": "^0.7.0",
867
+ "@humanfs/node": "^0.16.6",
868
+ "@humanwhocodes/module-importer": "^1.0.1",
869
+ "@humanwhocodes/retry": "^0.4.2",
870
+ "@types/estree": "^1.0.6",
871
+ "ajv": "^6.14.0",
872
+ "cross-spawn": "^7.0.6",
873
+ "debug": "^4.3.2",
874
+ "escape-string-regexp": "^4.0.0",
875
+ "eslint-scope": "^9.1.2",
876
+ "eslint-visitor-keys": "^5.0.1",
877
+ "espree": "^11.2.0",
878
+ "esquery": "^1.7.0",
879
+ "esutils": "^2.0.2",
880
+ "fast-deep-equal": "^3.1.3",
881
+ "file-entry-cache": "^8.0.0",
882
+ "find-up": "^5.0.0",
883
+ "glob-parent": "^6.0.2",
884
+ "ignore": "^5.2.0",
885
+ "imurmurhash": "^0.1.4",
886
+ "is-glob": "^4.0.0",
887
+ "json-stable-stringify-without-jsonify": "^1.0.1",
888
+ "minimatch": "^10.2.4",
889
+ "natural-compare": "^1.4.0",
890
+ "optionator": "^0.9.3"
891
+ },
892
+ "bin": {
893
+ "eslint": "bin/eslint.js"
894
+ },
895
+ "engines": {
896
+ "node": "^20.19.0 || ^22.13.0 || >=24"
897
+ },
898
+ "funding": {
899
+ "url": "https://eslint.org/donate"
900
+ },
901
+ "peerDependencies": {
902
+ "jiti": "*"
903
+ },
904
+ "peerDependenciesMeta": {
905
+ "jiti": {
906
+ "optional": true
907
+ }
908
+ }
909
+ },
910
+ "node_modules/eslint-scope": {
911
+ "version": "9.1.2",
912
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
913
+ "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
914
+ "dev": true,
915
+ "license": "BSD-2-Clause",
916
+ "dependencies": {
917
+ "@types/esrecurse": "^4.3.1",
918
+ "@types/estree": "^1.0.8",
919
+ "esrecurse": "^4.3.0",
920
+ "estraverse": "^5.2.0"
921
+ },
922
+ "engines": {
923
+ "node": "^20.19.0 || ^22.13.0 || >=24"
924
+ },
925
+ "funding": {
926
+ "url": "https://opencollective.com/eslint"
927
+ }
928
+ },
929
+ "node_modules/eslint-visitor-keys": {
930
+ "version": "5.0.1",
931
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
932
+ "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
933
+ "dev": true,
934
+ "license": "Apache-2.0",
935
+ "engines": {
936
+ "node": "^20.19.0 || ^22.13.0 || >=24"
937
+ },
938
+ "funding": {
939
+ "url": "https://opencollective.com/eslint"
940
+ }
941
+ },
942
+ "node_modules/eslint/node_modules/ajv": {
943
+ "version": "6.14.0",
944
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
945
+ "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
946
+ "dev": true,
947
+ "license": "MIT",
948
+ "dependencies": {
949
+ "fast-deep-equal": "^3.1.1",
950
+ "fast-json-stable-stringify": "^2.0.0",
951
+ "json-schema-traverse": "^0.4.1",
952
+ "uri-js": "^4.2.2"
953
+ },
954
+ "funding": {
955
+ "type": "github",
956
+ "url": "https://github.com/sponsors/epoberezkin"
957
+ }
958
+ },
959
+ "node_modules/eslint/node_modules/json-schema-traverse": {
960
+ "version": "0.4.1",
961
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
962
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
963
+ "dev": true,
964
+ "license": "MIT"
965
+ },
966
+ "node_modules/espree": {
967
+ "version": "11.2.0",
968
+ "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
969
+ "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
970
+ "dev": true,
971
+ "license": "BSD-2-Clause",
972
+ "dependencies": {
973
+ "acorn": "^8.16.0",
974
+ "acorn-jsx": "^5.3.2",
975
+ "eslint-visitor-keys": "^5.0.1"
976
+ },
977
+ "engines": {
978
+ "node": "^20.19.0 || ^22.13.0 || >=24"
979
+ },
980
+ "funding": {
981
+ "url": "https://opencollective.com/eslint"
982
+ }
983
+ },
984
+ "node_modules/esquery": {
985
+ "version": "1.7.0",
986
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
987
+ "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
988
+ "dev": true,
989
+ "license": "BSD-3-Clause",
990
+ "dependencies": {
991
+ "estraverse": "^5.1.0"
992
+ },
993
+ "engines": {
994
+ "node": ">=0.10"
995
+ }
996
+ },
997
+ "node_modules/esrecurse": {
998
+ "version": "4.3.0",
999
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
1000
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
1001
+ "dev": true,
1002
+ "license": "BSD-2-Clause",
1003
+ "dependencies": {
1004
+ "estraverse": "^5.2.0"
1005
+ },
1006
+ "engines": {
1007
+ "node": ">=4.0"
1008
+ }
1009
+ },
1010
+ "node_modules/estraverse": {
1011
+ "version": "5.3.0",
1012
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
1013
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
1014
+ "dev": true,
1015
+ "license": "BSD-2-Clause",
1016
+ "engines": {
1017
+ "node": ">=4.0"
1018
+ }
1019
+ },
1020
+ "node_modules/esutils": {
1021
+ "version": "2.0.3",
1022
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
1023
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
1024
+ "dev": true,
1025
+ "license": "BSD-2-Clause",
1026
+ "engines": {
1027
+ "node": ">=0.10.0"
1028
+ }
1029
+ },
1030
+ "node_modules/etag": {
1031
+ "version": "1.8.1",
1032
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
1033
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
1034
+ "license": "MIT",
1035
+ "engines": {
1036
+ "node": ">= 0.6"
1037
+ }
1038
+ },
1039
+ "node_modules/eventsource": {
1040
+ "version": "3.0.7",
1041
+ "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
1042
+ "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
1043
+ "license": "MIT",
1044
+ "dependencies": {
1045
+ "eventsource-parser": "^3.0.1"
1046
+ },
1047
+ "engines": {
1048
+ "node": ">=18.0.0"
1049
+ }
1050
+ },
1051
+ "node_modules/eventsource-parser": {
1052
+ "version": "3.0.6",
1053
+ "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.6.tgz",
1054
+ "integrity": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==",
1055
+ "license": "MIT",
1056
+ "engines": {
1057
+ "node": ">=18.0.0"
1058
+ }
1059
+ },
1060
+ "node_modules/express": {
1061
+ "version": "5.2.1",
1062
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
1063
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
1064
+ "license": "MIT",
1065
+ "dependencies": {
1066
+ "accepts": "^2.0.0",
1067
+ "body-parser": "^2.2.1",
1068
+ "content-disposition": "^1.0.0",
1069
+ "content-type": "^1.0.5",
1070
+ "cookie": "^0.7.1",
1071
+ "cookie-signature": "^1.2.1",
1072
+ "debug": "^4.4.0",
1073
+ "depd": "^2.0.0",
1074
+ "encodeurl": "^2.0.0",
1075
+ "escape-html": "^1.0.3",
1076
+ "etag": "^1.8.1",
1077
+ "finalhandler": "^2.1.0",
1078
+ "fresh": "^2.0.0",
1079
+ "http-errors": "^2.0.0",
1080
+ "merge-descriptors": "^2.0.0",
1081
+ "mime-types": "^3.0.0",
1082
+ "on-finished": "^2.4.1",
1083
+ "once": "^1.4.0",
1084
+ "parseurl": "^1.3.3",
1085
+ "proxy-addr": "^2.0.7",
1086
+ "qs": "^6.14.0",
1087
+ "range-parser": "^1.2.1",
1088
+ "router": "^2.2.0",
1089
+ "send": "^1.1.0",
1090
+ "serve-static": "^2.2.0",
1091
+ "statuses": "^2.0.1",
1092
+ "type-is": "^2.0.1",
1093
+ "vary": "^1.1.2"
1094
+ },
1095
+ "engines": {
1096
+ "node": ">= 18"
1097
+ },
1098
+ "funding": {
1099
+ "type": "opencollective",
1100
+ "url": "https://opencollective.com/express"
1101
+ }
1102
+ },
1103
+ "node_modules/express-rate-limit": {
1104
+ "version": "8.3.2",
1105
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.3.2.tgz",
1106
+ "integrity": "sha512-77VmFeJkO0/rvimEDuUC5H30oqUC4EyOhyGccfqoLebB0oiEYfM7nwPrsDsBL1gsTpwfzX8SFy2MT3TDyRq+bg==",
1107
+ "license": "MIT",
1108
+ "dependencies": {
1109
+ "ip-address": "10.1.0"
1110
+ },
1111
+ "engines": {
1112
+ "node": ">= 16"
1113
+ },
1114
+ "funding": {
1115
+ "url": "https://github.com/sponsors/express-rate-limit"
1116
+ },
1117
+ "peerDependencies": {
1118
+ "express": ">= 4.11"
1119
+ }
1120
+ },
1121
+ "node_modules/express/node_modules/content-disposition": {
1122
+ "version": "1.1.0",
1123
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
1124
+ "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
1125
+ "license": "MIT",
1126
+ "engines": {
1127
+ "node": ">=18"
1128
+ },
1129
+ "funding": {
1130
+ "type": "opencollective",
1131
+ "url": "https://opencollective.com/express"
1132
+ }
1133
+ },
1134
+ "node_modules/fast-decode-uri-component": {
1135
+ "version": "1.0.1",
1136
+ "resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
1137
+ "integrity": "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==",
1138
+ "license": "MIT"
1139
+ },
1140
+ "node_modules/fast-deep-equal": {
1141
+ "version": "3.1.3",
1142
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1143
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1144
+ "license": "MIT"
1145
+ },
1146
+ "node_modules/fast-json-stable-stringify": {
1147
+ "version": "2.1.0",
1148
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
1149
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
1150
+ "dev": true,
1151
+ "license": "MIT"
1152
+ },
1153
+ "node_modules/fast-json-stringify": {
1154
+ "version": "6.3.0",
1155
+ "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-6.3.0.tgz",
1156
+ "integrity": "sha512-oRCntNDY/329HJPlmdNLIdogNtt6Vyjb1WuT01Soss3slIdyUp8kAcDU3saQTOquEK8KFVfwIIF7FebxUAu+yA==",
1157
+ "funding": [
1158
+ {
1159
+ "type": "github",
1160
+ "url": "https://github.com/sponsors/fastify"
1161
+ },
1162
+ {
1163
+ "type": "opencollective",
1164
+ "url": "https://opencollective.com/fastify"
1165
+ }
1166
+ ],
1167
+ "license": "MIT",
1168
+ "dependencies": {
1169
+ "@fastify/merge-json-schemas": "^0.2.0",
1170
+ "ajv": "^8.12.0",
1171
+ "ajv-formats": "^3.0.1",
1172
+ "fast-uri": "^3.0.0",
1173
+ "json-schema-ref-resolver": "^3.0.0",
1174
+ "rfdc": "^1.2.0"
1175
+ }
1176
+ },
1177
+ "node_modules/fast-levenshtein": {
1178
+ "version": "2.0.6",
1179
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
1180
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
1181
+ "dev": true,
1182
+ "license": "MIT"
1183
+ },
1184
+ "node_modules/fast-querystring": {
1185
+ "version": "1.1.2",
1186
+ "resolved": "https://registry.npmjs.org/fast-querystring/-/fast-querystring-1.1.2.tgz",
1187
+ "integrity": "sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==",
1188
+ "license": "MIT",
1189
+ "dependencies": {
1190
+ "fast-decode-uri-component": "^1.0.1"
1191
+ }
1192
+ },
1193
+ "node_modules/fast-uri": {
1194
+ "version": "3.1.0",
1195
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
1196
+ "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
1197
+ "funding": [
1198
+ {
1199
+ "type": "github",
1200
+ "url": "https://github.com/sponsors/fastify"
1201
+ },
1202
+ {
1203
+ "type": "opencollective",
1204
+ "url": "https://opencollective.com/fastify"
1205
+ }
1206
+ ],
1207
+ "license": "BSD-3-Clause"
1208
+ },
1209
+ "node_modules/fastify": {
1210
+ "version": "5.8.4",
1211
+ "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.4.tgz",
1212
+ "integrity": "sha512-sa42J1xylbBAYUWALSBoyXKPDUvM3OoNOibIefA+Oha57FryXKKCZarA1iDntOCWp3O35voZLuDg2mdODXtPzQ==",
1213
+ "funding": [
1214
+ {
1215
+ "type": "github",
1216
+ "url": "https://github.com/sponsors/fastify"
1217
+ },
1218
+ {
1219
+ "type": "opencollective",
1220
+ "url": "https://opencollective.com/fastify"
1221
+ }
1222
+ ],
1223
+ "license": "MIT",
1224
+ "dependencies": {
1225
+ "@fastify/ajv-compiler": "^4.0.5",
1226
+ "@fastify/error": "^4.0.0",
1227
+ "@fastify/fast-json-stringify-compiler": "^5.0.0",
1228
+ "@fastify/proxy-addr": "^5.0.0",
1229
+ "abstract-logging": "^2.0.1",
1230
+ "avvio": "^9.0.0",
1231
+ "fast-json-stringify": "^6.0.0",
1232
+ "find-my-way": "^9.0.0",
1233
+ "light-my-request": "^6.0.0",
1234
+ "pino": "^9.14.0 || ^10.1.0",
1235
+ "process-warning": "^5.0.0",
1236
+ "rfdc": "^1.3.1",
1237
+ "secure-json-parse": "^4.0.0",
1238
+ "semver": "^7.6.0",
1239
+ "toad-cache": "^3.7.0"
1240
+ }
1241
+ },
1242
+ "node_modules/fastify-plugin": {
1243
+ "version": "5.1.0",
1244
+ "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.1.0.tgz",
1245
+ "integrity": "sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==",
1246
+ "funding": [
1247
+ {
1248
+ "type": "github",
1249
+ "url": "https://github.com/sponsors/fastify"
1250
+ },
1251
+ {
1252
+ "type": "opencollective",
1253
+ "url": "https://opencollective.com/fastify"
1254
+ }
1255
+ ],
1256
+ "license": "MIT"
1257
+ },
1258
+ "node_modules/fastq": {
1259
+ "version": "1.20.1",
1260
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
1261
+ "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
1262
+ "license": "ISC",
1263
+ "dependencies": {
1264
+ "reusify": "^1.0.4"
1265
+ }
1266
+ },
1267
+ "node_modules/file-entry-cache": {
1268
+ "version": "8.0.0",
1269
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
1270
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
1271
+ "dev": true,
1272
+ "license": "MIT",
1273
+ "dependencies": {
1274
+ "flat-cache": "^4.0.0"
1275
+ },
1276
+ "engines": {
1277
+ "node": ">=16.0.0"
1278
+ }
1279
+ },
1280
+ "node_modules/finalhandler": {
1281
+ "version": "2.1.1",
1282
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
1283
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
1284
+ "license": "MIT",
1285
+ "dependencies": {
1286
+ "debug": "^4.4.0",
1287
+ "encodeurl": "^2.0.0",
1288
+ "escape-html": "^1.0.3",
1289
+ "on-finished": "^2.4.1",
1290
+ "parseurl": "^1.3.3",
1291
+ "statuses": "^2.0.1"
1292
+ },
1293
+ "engines": {
1294
+ "node": ">= 18.0.0"
1295
+ },
1296
+ "funding": {
1297
+ "type": "opencollective",
1298
+ "url": "https://opencollective.com/express"
1299
+ }
1300
+ },
1301
+ "node_modules/find-my-way": {
1302
+ "version": "9.5.0",
1303
+ "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-9.5.0.tgz",
1304
+ "integrity": "sha512-VW2RfnmscZO5KgBY5XVyKREMW5nMZcxDy+buTOsL+zIPnBlbKm+00sgzoQzq1EVh4aALZLfKdwv6atBGcjvjrQ==",
1305
+ "license": "MIT",
1306
+ "dependencies": {
1307
+ "fast-deep-equal": "^3.1.3",
1308
+ "fast-querystring": "^1.0.0",
1309
+ "safe-regex2": "^5.0.0"
1310
+ },
1311
+ "engines": {
1312
+ "node": ">=20"
1313
+ }
1314
+ },
1315
+ "node_modules/find-up": {
1316
+ "version": "5.0.0",
1317
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
1318
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
1319
+ "dev": true,
1320
+ "license": "MIT",
1321
+ "dependencies": {
1322
+ "locate-path": "^6.0.0",
1323
+ "path-exists": "^4.0.0"
1324
+ },
1325
+ "engines": {
1326
+ "node": ">=10"
1327
+ },
1328
+ "funding": {
1329
+ "url": "https://github.com/sponsors/sindresorhus"
1330
+ }
1331
+ },
1332
+ "node_modules/flat-cache": {
1333
+ "version": "4.0.1",
1334
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
1335
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
1336
+ "dev": true,
1337
+ "license": "MIT",
1338
+ "dependencies": {
1339
+ "flatted": "^3.2.9",
1340
+ "keyv": "^4.5.4"
1341
+ },
1342
+ "engines": {
1343
+ "node": ">=16"
1344
+ }
1345
+ },
1346
+ "node_modules/flatted": {
1347
+ "version": "3.4.2",
1348
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
1349
+ "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
1350
+ "dev": true,
1351
+ "license": "ISC"
1352
+ },
1353
+ "node_modules/foreground-child": {
1354
+ "version": "3.3.1",
1355
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
1356
+ "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
1357
+ "license": "ISC",
1358
+ "dependencies": {
1359
+ "cross-spawn": "^7.0.6",
1360
+ "signal-exit": "^4.0.1"
1361
+ },
1362
+ "engines": {
1363
+ "node": ">=14"
1364
+ },
1365
+ "funding": {
1366
+ "url": "https://github.com/sponsors/isaacs"
1367
+ }
1368
+ },
1369
+ "node_modules/forwarded": {
1370
+ "version": "0.2.0",
1371
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
1372
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
1373
+ "license": "MIT",
1374
+ "engines": {
1375
+ "node": ">= 0.6"
1376
+ }
1377
+ },
1378
+ "node_modules/fresh": {
1379
+ "version": "2.0.0",
1380
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
1381
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
1382
+ "license": "MIT",
1383
+ "engines": {
1384
+ "node": ">= 0.8"
1385
+ }
1386
+ },
1387
+ "node_modules/function-bind": {
1388
+ "version": "1.1.2",
1389
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1390
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1391
+ "license": "MIT",
1392
+ "funding": {
1393
+ "url": "https://github.com/sponsors/ljharb"
1394
+ }
1395
+ },
1396
+ "node_modules/get-intrinsic": {
1397
+ "version": "1.3.0",
1398
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
1399
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
1400
+ "license": "MIT",
1401
+ "dependencies": {
1402
+ "call-bind-apply-helpers": "^1.0.2",
1403
+ "es-define-property": "^1.0.1",
1404
+ "es-errors": "^1.3.0",
1405
+ "es-object-atoms": "^1.1.1",
1406
+ "function-bind": "^1.1.2",
1407
+ "get-proto": "^1.0.1",
1408
+ "gopd": "^1.2.0",
1409
+ "has-symbols": "^1.1.0",
1410
+ "hasown": "^2.0.2",
1411
+ "math-intrinsics": "^1.1.0"
1412
+ },
1413
+ "engines": {
1414
+ "node": ">= 0.4"
1415
+ },
1416
+ "funding": {
1417
+ "url": "https://github.com/sponsors/ljharb"
1418
+ }
1419
+ },
1420
+ "node_modules/get-proto": {
1421
+ "version": "1.0.1",
1422
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
1423
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
1424
+ "license": "MIT",
1425
+ "dependencies": {
1426
+ "dunder-proto": "^1.0.1",
1427
+ "es-object-atoms": "^1.0.0"
1428
+ },
1429
+ "engines": {
1430
+ "node": ">= 0.4"
1431
+ }
1432
+ },
1433
+ "node_modules/glob": {
1434
+ "version": "11.1.0",
1435
+ "resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz",
1436
+ "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
1437
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
1438
+ "license": "BlueOak-1.0.0",
1439
+ "dependencies": {
1440
+ "foreground-child": "^3.3.1",
1441
+ "jackspeak": "^4.1.1",
1442
+ "minimatch": "^10.1.1",
1443
+ "minipass": "^7.1.2",
1444
+ "package-json-from-dist": "^1.0.0",
1445
+ "path-scurry": "^2.0.0"
1446
+ },
1447
+ "bin": {
1448
+ "glob": "dist/esm/bin.mjs"
1449
+ },
1450
+ "engines": {
1451
+ "node": "20 || >=22"
1452
+ },
1453
+ "funding": {
1454
+ "url": "https://github.com/sponsors/isaacs"
1455
+ }
1456
+ },
1457
+ "node_modules/glob-parent": {
1458
+ "version": "6.0.2",
1459
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
1460
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
1461
+ "dev": true,
1462
+ "license": "ISC",
1463
+ "dependencies": {
1464
+ "is-glob": "^4.0.3"
1465
+ },
1466
+ "engines": {
1467
+ "node": ">=10.13.0"
1468
+ }
1469
+ },
1470
+ "node_modules/gopd": {
1471
+ "version": "1.2.0",
1472
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
1473
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
1474
+ "license": "MIT",
1475
+ "engines": {
1476
+ "node": ">= 0.4"
1477
+ },
1478
+ "funding": {
1479
+ "url": "https://github.com/sponsors/ljharb"
1480
+ }
1481
+ },
1482
+ "node_modules/has-symbols": {
1483
+ "version": "1.1.0",
1484
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
1485
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
1486
+ "license": "MIT",
1487
+ "engines": {
1488
+ "node": ">= 0.4"
1489
+ },
1490
+ "funding": {
1491
+ "url": "https://github.com/sponsors/ljharb"
1492
+ }
1493
+ },
1494
+ "node_modules/hasown": {
1495
+ "version": "2.0.2",
1496
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
1497
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
1498
+ "license": "MIT",
1499
+ "dependencies": {
1500
+ "function-bind": "^1.1.2"
1501
+ },
1502
+ "engines": {
1503
+ "node": ">= 0.4"
1504
+ }
1505
+ },
1506
+ "node_modules/hono": {
1507
+ "version": "4.12.12",
1508
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz",
1509
+ "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==",
1510
+ "license": "MIT",
1511
+ "engines": {
1512
+ "node": ">=16.9.0"
1513
+ }
1514
+ },
1515
+ "node_modules/http-errors": {
1516
+ "version": "2.0.1",
1517
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
1518
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
1519
+ "license": "MIT",
1520
+ "dependencies": {
1521
+ "depd": "~2.0.0",
1522
+ "inherits": "~2.0.4",
1523
+ "setprototypeof": "~1.2.0",
1524
+ "statuses": "~2.0.2",
1525
+ "toidentifier": "~1.0.1"
1526
+ },
1527
+ "engines": {
1528
+ "node": ">= 0.8"
1529
+ },
1530
+ "funding": {
1531
+ "type": "opencollective",
1532
+ "url": "https://opencollective.com/express"
1533
+ }
1534
+ },
1535
+ "node_modules/iconv-lite": {
1536
+ "version": "0.7.2",
1537
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
1538
+ "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
1539
+ "license": "MIT",
1540
+ "dependencies": {
1541
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
1542
+ },
1543
+ "engines": {
1544
+ "node": ">=0.10.0"
1545
+ },
1546
+ "funding": {
1547
+ "type": "opencollective",
1548
+ "url": "https://opencollective.com/express"
1549
+ }
1550
+ },
1551
+ "node_modules/ignore": {
1552
+ "version": "5.3.2",
1553
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
1554
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
1555
+ "dev": true,
1556
+ "license": "MIT",
1557
+ "engines": {
1558
+ "node": ">= 4"
1559
+ }
1560
+ },
1561
+ "node_modules/imurmurhash": {
1562
+ "version": "0.1.4",
1563
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
1564
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
1565
+ "dev": true,
1566
+ "license": "MIT",
1567
+ "engines": {
1568
+ "node": ">=0.8.19"
1569
+ }
1570
+ },
1571
+ "node_modules/inherits": {
1572
+ "version": "2.0.4",
1573
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1574
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
1575
+ "license": "ISC"
1576
+ },
1577
+ "node_modules/ip-address": {
1578
+ "version": "10.1.0",
1579
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
1580
+ "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
1581
+ "license": "MIT",
1582
+ "engines": {
1583
+ "node": ">= 12"
1584
+ }
1585
+ },
1586
+ "node_modules/ipaddr.js": {
1587
+ "version": "2.3.0",
1588
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.3.0.tgz",
1589
+ "integrity": "sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==",
1590
+ "license": "MIT",
1591
+ "engines": {
1592
+ "node": ">= 10"
1593
+ }
1594
+ },
1595
+ "node_modules/is-extglob": {
1596
+ "version": "2.1.1",
1597
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1598
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
1599
+ "dev": true,
1600
+ "license": "MIT",
1601
+ "engines": {
1602
+ "node": ">=0.10.0"
1603
+ }
1604
+ },
1605
+ "node_modules/is-glob": {
1606
+ "version": "4.0.3",
1607
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
1608
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
1609
+ "dev": true,
1610
+ "license": "MIT",
1611
+ "dependencies": {
1612
+ "is-extglob": "^2.1.1"
1613
+ },
1614
+ "engines": {
1615
+ "node": ">=0.10.0"
1616
+ }
1617
+ },
1618
+ "node_modules/is-promise": {
1619
+ "version": "4.0.0",
1620
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
1621
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
1622
+ "license": "MIT"
1623
+ },
1624
+ "node_modules/isexe": {
1625
+ "version": "2.0.0",
1626
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1627
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1628
+ "license": "ISC"
1629
+ },
1630
+ "node_modules/jackspeak": {
1631
+ "version": "4.2.3",
1632
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
1633
+ "integrity": "sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==",
1634
+ "license": "BlueOak-1.0.0",
1635
+ "dependencies": {
1636
+ "@isaacs/cliui": "^9.0.0"
1637
+ },
1638
+ "engines": {
1639
+ "node": "20 || >=22"
1640
+ },
1641
+ "funding": {
1642
+ "url": "https://github.com/sponsors/isaacs"
1643
+ }
1644
+ },
1645
+ "node_modules/jose": {
1646
+ "version": "6.2.2",
1647
+ "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.2.tgz",
1648
+ "integrity": "sha512-d7kPDd34KO/YnzaDOlikGpOurfF0ByC2sEV4cANCtdqLlTfBlw2p14O/5d/zv40gJPbIQxfES3nSx1/oYNyuZQ==",
1649
+ "license": "MIT",
1650
+ "funding": {
1651
+ "url": "https://github.com/sponsors/panva"
1652
+ }
1653
+ },
1654
+ "node_modules/json-buffer": {
1655
+ "version": "3.0.1",
1656
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
1657
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
1658
+ "dev": true,
1659
+ "license": "MIT"
1660
+ },
1661
+ "node_modules/json-schema-ref-resolver": {
1662
+ "version": "3.0.0",
1663
+ "resolved": "https://registry.npmjs.org/json-schema-ref-resolver/-/json-schema-ref-resolver-3.0.0.tgz",
1664
+ "integrity": "sha512-hOrZIVL5jyYFjzk7+y7n5JDzGlU8rfWDuYyHwGa2WA8/pcmMHezp2xsVwxrebD/Q9t8Nc5DboieySDpCp4WG4A==",
1665
+ "funding": [
1666
+ {
1667
+ "type": "github",
1668
+ "url": "https://github.com/sponsors/fastify"
1669
+ },
1670
+ {
1671
+ "type": "opencollective",
1672
+ "url": "https://opencollective.com/fastify"
1673
+ }
1674
+ ],
1675
+ "license": "MIT",
1676
+ "dependencies": {
1677
+ "dequal": "^2.0.3"
1678
+ }
1679
+ },
1680
+ "node_modules/json-schema-traverse": {
1681
+ "version": "1.0.0",
1682
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1683
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
1684
+ "license": "MIT"
1685
+ },
1686
+ "node_modules/json-schema-typed": {
1687
+ "version": "8.0.2",
1688
+ "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
1689
+ "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
1690
+ "license": "BSD-2-Clause"
1691
+ },
1692
+ "node_modules/json-stable-stringify-without-jsonify": {
1693
+ "version": "1.0.1",
1694
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
1695
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
1696
+ "dev": true,
1697
+ "license": "MIT"
1698
+ },
1699
+ "node_modules/keyv": {
1700
+ "version": "4.5.4",
1701
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
1702
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
1703
+ "dev": true,
1704
+ "license": "MIT",
1705
+ "dependencies": {
1706
+ "json-buffer": "3.0.1"
1707
+ }
1708
+ },
1709
+ "node_modules/levn": {
1710
+ "version": "0.4.1",
1711
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
1712
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
1713
+ "dev": true,
1714
+ "license": "MIT",
1715
+ "dependencies": {
1716
+ "prelude-ls": "^1.2.1",
1717
+ "type-check": "~0.4.0"
1718
+ },
1719
+ "engines": {
1720
+ "node": ">= 0.8.0"
1721
+ }
1722
+ },
1723
+ "node_modules/light-my-request": {
1724
+ "version": "6.6.0",
1725
+ "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-6.6.0.tgz",
1726
+ "integrity": "sha512-CHYbu8RtboSIoVsHZ6Ye4cj4Aw/yg2oAFimlF7mNvfDV192LR7nDiKtSIfCuLT7KokPSTn/9kfVLm5OGN0A28A==",
1727
+ "funding": [
1728
+ {
1729
+ "type": "github",
1730
+ "url": "https://github.com/sponsors/fastify"
1731
+ },
1732
+ {
1733
+ "type": "opencollective",
1734
+ "url": "https://opencollective.com/fastify"
1735
+ }
1736
+ ],
1737
+ "license": "BSD-3-Clause",
1738
+ "dependencies": {
1739
+ "cookie": "^1.0.1",
1740
+ "process-warning": "^4.0.0",
1741
+ "set-cookie-parser": "^2.6.0"
1742
+ }
1743
+ },
1744
+ "node_modules/light-my-request/node_modules/cookie": {
1745
+ "version": "1.1.1",
1746
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
1747
+ "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
1748
+ "license": "MIT",
1749
+ "engines": {
1750
+ "node": ">=18"
1751
+ },
1752
+ "funding": {
1753
+ "type": "opencollective",
1754
+ "url": "https://opencollective.com/express"
1755
+ }
1756
+ },
1757
+ "node_modules/light-my-request/node_modules/process-warning": {
1758
+ "version": "4.0.1",
1759
+ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.1.tgz",
1760
+ "integrity": "sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==",
1761
+ "funding": [
1762
+ {
1763
+ "type": "github",
1764
+ "url": "https://github.com/sponsors/fastify"
1765
+ },
1766
+ {
1767
+ "type": "opencollective",
1768
+ "url": "https://opencollective.com/fastify"
1769
+ }
1770
+ ],
1771
+ "license": "MIT"
1772
+ },
1773
+ "node_modules/locate-path": {
1774
+ "version": "6.0.0",
1775
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
1776
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
1777
+ "dev": true,
1778
+ "license": "MIT",
1779
+ "dependencies": {
1780
+ "p-locate": "^5.0.0"
1781
+ },
1782
+ "engines": {
1783
+ "node": ">=10"
1784
+ },
1785
+ "funding": {
1786
+ "url": "https://github.com/sponsors/sindresorhus"
1787
+ }
1788
+ },
1789
+ "node_modules/lru-cache": {
1790
+ "version": "11.3.3",
1791
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.3.tgz",
1792
+ "integrity": "sha512-JvNw9Y81y33E+BEYPr0U7omo+U9AySnsMsEiXgwT6yqd31VQWTLNQqmT4ou5eqPFUrTfIDFta2wKhB1hyohtAQ==",
1793
+ "license": "BlueOak-1.0.0",
1794
+ "engines": {
1795
+ "node": "20 || >=22"
1796
+ }
1797
+ },
1798
+ "node_modules/math-intrinsics": {
1799
+ "version": "1.1.0",
1800
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
1801
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1802
+ "license": "MIT",
1803
+ "engines": {
1804
+ "node": ">= 0.4"
1805
+ }
1806
+ },
1807
+ "node_modules/media-typer": {
1808
+ "version": "1.1.0",
1809
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
1810
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
1811
+ "license": "MIT",
1812
+ "engines": {
1813
+ "node": ">= 0.8"
1814
+ }
1815
+ },
1816
+ "node_modules/merge-descriptors": {
1817
+ "version": "2.0.0",
1818
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
1819
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
1820
+ "license": "MIT",
1821
+ "engines": {
1822
+ "node": ">=18"
1823
+ },
1824
+ "funding": {
1825
+ "url": "https://github.com/sponsors/sindresorhus"
1826
+ }
1827
+ },
1828
+ "node_modules/mime": {
1829
+ "version": "3.0.0",
1830
+ "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
1831
+ "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
1832
+ "license": "MIT",
1833
+ "bin": {
1834
+ "mime": "cli.js"
1835
+ },
1836
+ "engines": {
1837
+ "node": ">=10.0.0"
1838
+ }
1839
+ },
1840
+ "node_modules/mime-db": {
1841
+ "version": "1.54.0",
1842
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
1843
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
1844
+ "license": "MIT",
1845
+ "engines": {
1846
+ "node": ">= 0.6"
1847
+ }
1848
+ },
1849
+ "node_modules/mime-types": {
1850
+ "version": "3.0.2",
1851
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
1852
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
1853
+ "license": "MIT",
1854
+ "dependencies": {
1855
+ "mime-db": "^1.54.0"
1856
+ },
1857
+ "engines": {
1858
+ "node": ">=18"
1859
+ },
1860
+ "funding": {
1861
+ "type": "opencollective",
1862
+ "url": "https://opencollective.com/express"
1863
+ }
1864
+ },
1865
+ "node_modules/minimatch": {
1866
+ "version": "10.2.5",
1867
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
1868
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
1869
+ "license": "BlueOak-1.0.0",
1870
+ "dependencies": {
1871
+ "brace-expansion": "^5.0.5"
1872
+ },
1873
+ "engines": {
1874
+ "node": "18 || 20 || >=22"
1875
+ },
1876
+ "funding": {
1877
+ "url": "https://github.com/sponsors/isaacs"
1878
+ }
1879
+ },
1880
+ "node_modules/minipass": {
1881
+ "version": "7.1.3",
1882
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
1883
+ "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
1884
+ "license": "BlueOak-1.0.0",
1885
+ "engines": {
1886
+ "node": ">=16 || 14 >=14.17"
1887
+ }
1888
+ },
1889
+ "node_modules/ms": {
1890
+ "version": "2.1.3",
1891
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1892
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1893
+ "license": "MIT"
1894
+ },
1895
+ "node_modules/natural-compare": {
1896
+ "version": "1.4.0",
1897
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
1898
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
1899
+ "dev": true,
1900
+ "license": "MIT"
1901
+ },
1902
+ "node_modules/negotiator": {
1903
+ "version": "1.0.0",
1904
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
1905
+ "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
1906
+ "license": "MIT",
1907
+ "engines": {
1908
+ "node": ">= 0.6"
1909
+ }
1910
+ },
1911
+ "node_modules/object-assign": {
1912
+ "version": "4.1.1",
1913
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1914
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
1915
+ "license": "MIT",
1916
+ "engines": {
1917
+ "node": ">=0.10.0"
1918
+ }
1919
+ },
1920
+ "node_modules/object-inspect": {
1921
+ "version": "1.13.4",
1922
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
1923
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
1924
+ "license": "MIT",
1925
+ "engines": {
1926
+ "node": ">= 0.4"
1927
+ },
1928
+ "funding": {
1929
+ "url": "https://github.com/sponsors/ljharb"
1930
+ }
1931
+ },
1932
+ "node_modules/on-exit-leak-free": {
1933
+ "version": "2.1.2",
1934
+ "resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
1935
+ "integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==",
1936
+ "license": "MIT",
1937
+ "engines": {
1938
+ "node": ">=14.0.0"
1939
+ }
1940
+ },
1941
+ "node_modules/on-finished": {
1942
+ "version": "2.4.1",
1943
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
1944
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
1945
+ "license": "MIT",
1946
+ "dependencies": {
1947
+ "ee-first": "1.1.1"
1948
+ },
1949
+ "engines": {
1950
+ "node": ">= 0.8"
1951
+ }
1952
+ },
1953
+ "node_modules/once": {
1954
+ "version": "1.4.0",
1955
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1956
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1957
+ "license": "ISC",
1958
+ "dependencies": {
1959
+ "wrappy": "1"
1960
+ }
1961
+ },
1962
+ "node_modules/optionator": {
1963
+ "version": "0.9.4",
1964
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
1965
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
1966
+ "dev": true,
1967
+ "license": "MIT",
1968
+ "dependencies": {
1969
+ "deep-is": "^0.1.3",
1970
+ "fast-levenshtein": "^2.0.6",
1971
+ "levn": "^0.4.1",
1972
+ "prelude-ls": "^1.2.1",
1973
+ "type-check": "^0.4.0",
1974
+ "word-wrap": "^1.2.5"
1975
+ },
1976
+ "engines": {
1977
+ "node": ">= 0.8.0"
1978
+ }
1979
+ },
1980
+ "node_modules/p-limit": {
1981
+ "version": "3.1.0",
1982
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
1983
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
1984
+ "dev": true,
1985
+ "license": "MIT",
1986
+ "dependencies": {
1987
+ "yocto-queue": "^0.1.0"
1988
+ },
1989
+ "engines": {
1990
+ "node": ">=10"
1991
+ },
1992
+ "funding": {
1993
+ "url": "https://github.com/sponsors/sindresorhus"
1994
+ }
1995
+ },
1996
+ "node_modules/p-locate": {
1997
+ "version": "5.0.0",
1998
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
1999
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
2000
+ "dev": true,
2001
+ "license": "MIT",
2002
+ "dependencies": {
2003
+ "p-limit": "^3.0.2"
2004
+ },
2005
+ "engines": {
2006
+ "node": ">=10"
2007
+ },
2008
+ "funding": {
2009
+ "url": "https://github.com/sponsors/sindresorhus"
2010
+ }
2011
+ },
2012
+ "node_modules/package-json-from-dist": {
2013
+ "version": "1.0.1",
2014
+ "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
2015
+ "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
2016
+ "license": "BlueOak-1.0.0"
2017
+ },
2018
+ "node_modules/parseurl": {
2019
+ "version": "1.3.3",
2020
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
2021
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
2022
+ "license": "MIT",
2023
+ "engines": {
2024
+ "node": ">= 0.8"
2025
+ }
2026
+ },
2027
+ "node_modules/path-exists": {
2028
+ "version": "4.0.0",
2029
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
2030
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
2031
+ "dev": true,
2032
+ "license": "MIT",
2033
+ "engines": {
2034
+ "node": ">=8"
2035
+ }
2036
+ },
2037
+ "node_modules/path-key": {
2038
+ "version": "3.1.1",
2039
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2040
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2041
+ "license": "MIT",
2042
+ "engines": {
2043
+ "node": ">=8"
2044
+ }
2045
+ },
2046
+ "node_modules/path-scurry": {
2047
+ "version": "2.0.2",
2048
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
2049
+ "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
2050
+ "license": "BlueOak-1.0.0",
2051
+ "dependencies": {
2052
+ "lru-cache": "^11.0.0",
2053
+ "minipass": "^7.1.2"
2054
+ },
2055
+ "engines": {
2056
+ "node": "18 || 20 || >=22"
2057
+ },
2058
+ "funding": {
2059
+ "url": "https://github.com/sponsors/isaacs"
2060
+ }
2061
+ },
2062
+ "node_modules/path-to-regexp": {
2063
+ "version": "8.4.2",
2064
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
2065
+ "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
2066
+ "license": "MIT",
2067
+ "funding": {
2068
+ "type": "opencollective",
2069
+ "url": "https://opencollective.com/express"
2070
+ }
2071
+ },
2072
+ "node_modules/pino": {
2073
+ "version": "9.14.0",
2074
+ "resolved": "https://registry.npmjs.org/pino/-/pino-9.14.0.tgz",
2075
+ "integrity": "sha512-8OEwKp5juEvb/MjpIc4hjqfgCNysrS94RIOMXYvpYCdm/jglrKEiAYmiumbmGhCvs+IcInsphYDFwqrjr7398w==",
2076
+ "license": "MIT",
2077
+ "dependencies": {
2078
+ "@pinojs/redact": "^0.4.0",
2079
+ "atomic-sleep": "^1.0.0",
2080
+ "on-exit-leak-free": "^2.1.0",
2081
+ "pino-abstract-transport": "^2.0.0",
2082
+ "pino-std-serializers": "^7.0.0",
2083
+ "process-warning": "^5.0.0",
2084
+ "quick-format-unescaped": "^4.0.3",
2085
+ "real-require": "^0.2.0",
2086
+ "safe-stable-stringify": "^2.3.1",
2087
+ "sonic-boom": "^4.0.1",
2088
+ "thread-stream": "^3.0.0"
2089
+ },
2090
+ "bin": {
2091
+ "pino": "bin.js"
2092
+ }
2093
+ },
2094
+ "node_modules/pino-abstract-transport": {
2095
+ "version": "2.0.0",
2096
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
2097
+ "integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
2098
+ "license": "MIT",
2099
+ "dependencies": {
2100
+ "split2": "^4.0.0"
2101
+ }
2102
+ },
2103
+ "node_modules/pino-std-serializers": {
2104
+ "version": "7.1.0",
2105
+ "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.1.0.tgz",
2106
+ "integrity": "sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==",
2107
+ "license": "MIT"
2108
+ },
2109
+ "node_modules/pkce-challenge": {
2110
+ "version": "5.0.1",
2111
+ "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
2112
+ "integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
2113
+ "license": "MIT",
2114
+ "engines": {
2115
+ "node": ">=16.20.0"
2116
+ }
2117
+ },
2118
+ "node_modules/prelude-ls": {
2119
+ "version": "1.2.1",
2120
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
2121
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
2122
+ "dev": true,
2123
+ "license": "MIT",
2124
+ "engines": {
2125
+ "node": ">= 0.8.0"
2126
+ }
2127
+ },
2128
+ "node_modules/process-warning": {
2129
+ "version": "5.0.0",
2130
+ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
2131
+ "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
2132
+ "funding": [
2133
+ {
2134
+ "type": "github",
2135
+ "url": "https://github.com/sponsors/fastify"
2136
+ },
2137
+ {
2138
+ "type": "opencollective",
2139
+ "url": "https://opencollective.com/fastify"
2140
+ }
2141
+ ],
2142
+ "license": "MIT"
2143
+ },
2144
+ "node_modules/proxy-addr": {
2145
+ "version": "2.0.7",
2146
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
2147
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
2148
+ "license": "MIT",
2149
+ "dependencies": {
2150
+ "forwarded": "0.2.0",
2151
+ "ipaddr.js": "1.9.1"
2152
+ },
2153
+ "engines": {
2154
+ "node": ">= 0.10"
2155
+ }
2156
+ },
2157
+ "node_modules/proxy-addr/node_modules/ipaddr.js": {
2158
+ "version": "1.9.1",
2159
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
2160
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
2161
+ "license": "MIT",
2162
+ "engines": {
2163
+ "node": ">= 0.10"
2164
+ }
2165
+ },
2166
+ "node_modules/punycode": {
2167
+ "version": "2.3.1",
2168
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
2169
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
2170
+ "dev": true,
2171
+ "license": "MIT",
2172
+ "engines": {
2173
+ "node": ">=6"
2174
+ }
2175
+ },
2176
+ "node_modules/qs": {
2177
+ "version": "6.15.1",
2178
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.1.tgz",
2179
+ "integrity": "sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==",
2180
+ "license": "BSD-3-Clause",
2181
+ "dependencies": {
2182
+ "side-channel": "^1.1.0"
2183
+ },
2184
+ "engines": {
2185
+ "node": ">=0.6"
2186
+ },
2187
+ "funding": {
2188
+ "url": "https://github.com/sponsors/ljharb"
2189
+ }
2190
+ },
2191
+ "node_modules/quick-format-unescaped": {
2192
+ "version": "4.0.4",
2193
+ "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
2194
+ "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==",
2195
+ "license": "MIT"
2196
+ },
2197
+ "node_modules/range-parser": {
2198
+ "version": "1.2.1",
2199
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
2200
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
2201
+ "license": "MIT",
2202
+ "engines": {
2203
+ "node": ">= 0.6"
2204
+ }
2205
+ },
2206
+ "node_modules/raw-body": {
2207
+ "version": "3.0.2",
2208
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
2209
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
2210
+ "license": "MIT",
2211
+ "dependencies": {
2212
+ "bytes": "~3.1.2",
2213
+ "http-errors": "~2.0.1",
2214
+ "iconv-lite": "~0.7.0",
2215
+ "unpipe": "~1.0.0"
2216
+ },
2217
+ "engines": {
2218
+ "node": ">= 0.10"
2219
+ }
2220
+ },
2221
+ "node_modules/real-require": {
2222
+ "version": "0.2.0",
2223
+ "resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
2224
+ "integrity": "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==",
2225
+ "license": "MIT",
2226
+ "engines": {
2227
+ "node": ">= 12.13.0"
2228
+ }
2229
+ },
2230
+ "node_modules/require-from-string": {
2231
+ "version": "2.0.2",
2232
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
2233
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
2234
+ "license": "MIT",
2235
+ "engines": {
2236
+ "node": ">=0.10.0"
2237
+ }
2238
+ },
2239
+ "node_modules/ret": {
2240
+ "version": "0.5.0",
2241
+ "resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
2242
+ "integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
2243
+ "license": "MIT",
2244
+ "engines": {
2245
+ "node": ">=10"
2246
+ }
2247
+ },
2248
+ "node_modules/reusify": {
2249
+ "version": "1.1.0",
2250
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
2251
+ "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
2252
+ "license": "MIT",
2253
+ "engines": {
2254
+ "iojs": ">=1.0.0",
2255
+ "node": ">=0.10.0"
2256
+ }
2257
+ },
2258
+ "node_modules/rfdc": {
2259
+ "version": "1.4.1",
2260
+ "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
2261
+ "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
2262
+ "license": "MIT"
2263
+ },
2264
+ "node_modules/router": {
2265
+ "version": "2.2.0",
2266
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
2267
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
2268
+ "license": "MIT",
2269
+ "dependencies": {
2270
+ "debug": "^4.4.0",
2271
+ "depd": "^2.0.0",
2272
+ "is-promise": "^4.0.0",
2273
+ "parseurl": "^1.3.3",
2274
+ "path-to-regexp": "^8.0.0"
2275
+ },
2276
+ "engines": {
2277
+ "node": ">= 18"
2278
+ }
2279
+ },
2280
+ "node_modules/safe-buffer": {
2281
+ "version": "5.2.1",
2282
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
2283
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
2284
+ "funding": [
2285
+ {
2286
+ "type": "github",
2287
+ "url": "https://github.com/sponsors/feross"
2288
+ },
2289
+ {
2290
+ "type": "patreon",
2291
+ "url": "https://www.patreon.com/feross"
2292
+ },
2293
+ {
2294
+ "type": "consulting",
2295
+ "url": "https://feross.org/support"
2296
+ }
2297
+ ],
2298
+ "license": "MIT"
2299
+ },
2300
+ "node_modules/safe-regex2": {
2301
+ "version": "5.1.0",
2302
+ "resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.1.0.tgz",
2303
+ "integrity": "sha512-pNHAuBW7TrcleFHsxBr5QMi/Iyp0ENjUKz7GCcX1UO7cMh+NmVK6HxQckNL1tJp1XAJVjG6B8OKIPqodqj9rtw==",
2304
+ "funding": [
2305
+ {
2306
+ "type": "github",
2307
+ "url": "https://github.com/sponsors/fastify"
2308
+ },
2309
+ {
2310
+ "type": "opencollective",
2311
+ "url": "https://opencollective.com/fastify"
2312
+ }
2313
+ ],
2314
+ "license": "MIT",
2315
+ "dependencies": {
2316
+ "ret": "~0.5.0"
2317
+ },
2318
+ "bin": {
2319
+ "safe-regex2": "bin/safe-regex2.js"
2320
+ }
2321
+ },
2322
+ "node_modules/safe-stable-stringify": {
2323
+ "version": "2.5.0",
2324
+ "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
2325
+ "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
2326
+ "license": "MIT",
2327
+ "engines": {
2328
+ "node": ">=10"
2329
+ }
2330
+ },
2331
+ "node_modules/safer-buffer": {
2332
+ "version": "2.1.2",
2333
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
2334
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
2335
+ "license": "MIT"
2336
+ },
2337
+ "node_modules/secure-json-parse": {
2338
+ "version": "4.1.0",
2339
+ "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-4.1.0.tgz",
2340
+ "integrity": "sha512-l4KnYfEyqYJxDwlNVyRfO2E4NTHfMKAWdUuA8J0yve2Dz/E/PdBepY03RvyJpssIpRFwJoCD55wA+mEDs6ByWA==",
2341
+ "funding": [
2342
+ {
2343
+ "type": "github",
2344
+ "url": "https://github.com/sponsors/fastify"
2345
+ },
2346
+ {
2347
+ "type": "opencollective",
2348
+ "url": "https://opencollective.com/fastify"
2349
+ }
2350
+ ],
2351
+ "license": "BSD-3-Clause"
2352
+ },
2353
+ "node_modules/semver": {
2354
+ "version": "7.7.4",
2355
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
2356
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
2357
+ "license": "ISC",
2358
+ "bin": {
2359
+ "semver": "bin/semver.js"
2360
+ },
2361
+ "engines": {
2362
+ "node": ">=10"
2363
+ }
2364
+ },
2365
+ "node_modules/send": {
2366
+ "version": "1.2.1",
2367
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
2368
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
2369
+ "license": "MIT",
2370
+ "dependencies": {
2371
+ "debug": "^4.4.3",
2372
+ "encodeurl": "^2.0.0",
2373
+ "escape-html": "^1.0.3",
2374
+ "etag": "^1.8.1",
2375
+ "fresh": "^2.0.0",
2376
+ "http-errors": "^2.0.1",
2377
+ "mime-types": "^3.0.2",
2378
+ "ms": "^2.1.3",
2379
+ "on-finished": "^2.4.1",
2380
+ "range-parser": "^1.2.1",
2381
+ "statuses": "^2.0.2"
2382
+ },
2383
+ "engines": {
2384
+ "node": ">= 18"
2385
+ },
2386
+ "funding": {
2387
+ "type": "opencollective",
2388
+ "url": "https://opencollective.com/express"
2389
+ }
2390
+ },
2391
+ "node_modules/serve-static": {
2392
+ "version": "2.2.1",
2393
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
2394
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
2395
+ "license": "MIT",
2396
+ "dependencies": {
2397
+ "encodeurl": "^2.0.0",
2398
+ "escape-html": "^1.0.3",
2399
+ "parseurl": "^1.3.3",
2400
+ "send": "^1.2.0"
2401
+ },
2402
+ "engines": {
2403
+ "node": ">= 18"
2404
+ },
2405
+ "funding": {
2406
+ "type": "opencollective",
2407
+ "url": "https://opencollective.com/express"
2408
+ }
2409
+ },
2410
+ "node_modules/set-cookie-parser": {
2411
+ "version": "2.7.2",
2412
+ "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
2413
+ "integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==",
2414
+ "license": "MIT"
2415
+ },
2416
+ "node_modules/setprototypeof": {
2417
+ "version": "1.2.0",
2418
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
2419
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
2420
+ "license": "ISC"
2421
+ },
2422
+ "node_modules/shebang-command": {
2423
+ "version": "2.0.0",
2424
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2425
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2426
+ "license": "MIT",
2427
+ "dependencies": {
2428
+ "shebang-regex": "^3.0.0"
2429
+ },
2430
+ "engines": {
2431
+ "node": ">=8"
2432
+ }
2433
+ },
2434
+ "node_modules/shebang-regex": {
2435
+ "version": "3.0.0",
2436
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2437
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2438
+ "license": "MIT",
2439
+ "engines": {
2440
+ "node": ">=8"
2441
+ }
2442
+ },
2443
+ "node_modules/side-channel": {
2444
+ "version": "1.1.0",
2445
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
2446
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
2447
+ "license": "MIT",
2448
+ "dependencies": {
2449
+ "es-errors": "^1.3.0",
2450
+ "object-inspect": "^1.13.3",
2451
+ "side-channel-list": "^1.0.0",
2452
+ "side-channel-map": "^1.0.1",
2453
+ "side-channel-weakmap": "^1.0.2"
2454
+ },
2455
+ "engines": {
2456
+ "node": ">= 0.4"
2457
+ },
2458
+ "funding": {
2459
+ "url": "https://github.com/sponsors/ljharb"
2460
+ }
2461
+ },
2462
+ "node_modules/side-channel-list": {
2463
+ "version": "1.0.1",
2464
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
2465
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
2466
+ "license": "MIT",
2467
+ "dependencies": {
2468
+ "es-errors": "^1.3.0",
2469
+ "object-inspect": "^1.13.4"
2470
+ },
2471
+ "engines": {
2472
+ "node": ">= 0.4"
2473
+ },
2474
+ "funding": {
2475
+ "url": "https://github.com/sponsors/ljharb"
2476
+ }
2477
+ },
2478
+ "node_modules/side-channel-map": {
2479
+ "version": "1.0.1",
2480
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
2481
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
2482
+ "license": "MIT",
2483
+ "dependencies": {
2484
+ "call-bound": "^1.0.2",
2485
+ "es-errors": "^1.3.0",
2486
+ "get-intrinsic": "^1.2.5",
2487
+ "object-inspect": "^1.13.3"
2488
+ },
2489
+ "engines": {
2490
+ "node": ">= 0.4"
2491
+ },
2492
+ "funding": {
2493
+ "url": "https://github.com/sponsors/ljharb"
2494
+ }
2495
+ },
2496
+ "node_modules/side-channel-weakmap": {
2497
+ "version": "1.0.2",
2498
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
2499
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
2500
+ "license": "MIT",
2501
+ "dependencies": {
2502
+ "call-bound": "^1.0.2",
2503
+ "es-errors": "^1.3.0",
2504
+ "get-intrinsic": "^1.2.5",
2505
+ "object-inspect": "^1.13.3",
2506
+ "side-channel-map": "^1.0.1"
2507
+ },
2508
+ "engines": {
2509
+ "node": ">= 0.4"
2510
+ },
2511
+ "funding": {
2512
+ "url": "https://github.com/sponsors/ljharb"
2513
+ }
2514
+ },
2515
+ "node_modules/signal-exit": {
2516
+ "version": "4.1.0",
2517
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2518
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
2519
+ "license": "ISC",
2520
+ "engines": {
2521
+ "node": ">=14"
2522
+ },
2523
+ "funding": {
2524
+ "url": "https://github.com/sponsors/isaacs"
2525
+ }
2526
+ },
2527
+ "node_modules/sonic-boom": {
2528
+ "version": "4.2.1",
2529
+ "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.2.1.tgz",
2530
+ "integrity": "sha512-w6AxtubXa2wTXAUsZMMWERrsIRAdrK0Sc+FUytWvYAhBJLyuI4llrMIC1DtlNSdI99EI86KZum2MMq3EAZlF9Q==",
2531
+ "license": "MIT",
2532
+ "dependencies": {
2533
+ "atomic-sleep": "^1.0.0"
2534
+ }
2535
+ },
2536
+ "node_modules/split2": {
2537
+ "version": "4.2.0",
2538
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
2539
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
2540
+ "license": "ISC",
2541
+ "engines": {
2542
+ "node": ">= 10.x"
2543
+ }
2544
+ },
2545
+ "node_modules/statuses": {
2546
+ "version": "2.0.2",
2547
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
2548
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
2549
+ "license": "MIT",
2550
+ "engines": {
2551
+ "node": ">= 0.8"
2552
+ }
2553
+ },
2554
+ "node_modules/thread-stream": {
2555
+ "version": "3.1.0",
2556
+ "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-3.1.0.tgz",
2557
+ "integrity": "sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==",
2558
+ "license": "MIT",
2559
+ "dependencies": {
2560
+ "real-require": "^0.2.0"
2561
+ }
2562
+ },
2563
+ "node_modules/toad-cache": {
2564
+ "version": "3.7.0",
2565
+ "resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.7.0.tgz",
2566
+ "integrity": "sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==",
2567
+ "license": "MIT",
2568
+ "engines": {
2569
+ "node": ">=12"
2570
+ }
2571
+ },
2572
+ "node_modules/toidentifier": {
2573
+ "version": "1.0.1",
2574
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
2575
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
2576
+ "license": "MIT",
2577
+ "engines": {
2578
+ "node": ">=0.6"
2579
+ }
2580
+ },
2581
+ "node_modules/tree-sitter-wasms": {
2582
+ "version": "0.1.13",
2583
+ "resolved": "https://registry.npmjs.org/tree-sitter-wasms/-/tree-sitter-wasms-0.1.13.tgz",
2584
+ "integrity": "sha512-wT+cR6DwaIz80/vho3AvSF0N4txuNx/5bcRKoXouOfClpxh/qqrF4URNLQXbbt8MaAxeksZcZd1j8gcGjc+QxQ==",
2585
+ "license": "Unlicense",
2586
+ "dependencies": {
2587
+ "tree-sitter-wasms": "^0.1.11"
2588
+ }
2589
+ },
2590
+ "node_modules/type-check": {
2591
+ "version": "0.4.0",
2592
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
2593
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
2594
+ "dev": true,
2595
+ "license": "MIT",
2596
+ "dependencies": {
2597
+ "prelude-ls": "^1.2.1"
2598
+ },
2599
+ "engines": {
2600
+ "node": ">= 0.8.0"
2601
+ }
2602
+ },
2603
+ "node_modules/type-is": {
2604
+ "version": "2.0.1",
2605
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
2606
+ "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
2607
+ "license": "MIT",
2608
+ "dependencies": {
2609
+ "content-type": "^1.0.5",
2610
+ "media-typer": "^1.1.0",
2611
+ "mime-types": "^3.0.0"
2612
+ },
2613
+ "engines": {
2614
+ "node": ">= 0.6"
2615
+ }
2616
+ },
2617
+ "node_modules/unpipe": {
2618
+ "version": "1.0.0",
2619
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
2620
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
2621
+ "license": "MIT",
2622
+ "engines": {
2623
+ "node": ">= 0.8"
2624
+ }
2625
+ },
2626
+ "node_modules/uri-js": {
2627
+ "version": "4.4.1",
2628
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
2629
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
2630
+ "dev": true,
2631
+ "license": "BSD-2-Clause",
2632
+ "dependencies": {
2633
+ "punycode": "^2.1.0"
2634
+ }
2635
+ },
2636
+ "node_modules/vary": {
2637
+ "version": "1.1.2",
2638
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
2639
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
2640
+ "license": "MIT",
2641
+ "engines": {
2642
+ "node": ">= 0.8"
2643
+ }
2644
+ },
2645
+ "node_modules/web-tree-sitter": {
2646
+ "version": "0.24.7",
2647
+ "resolved": "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.24.7.tgz",
2648
+ "integrity": "sha512-CdC/TqVFbXqR+C51v38hv6wOPatKEUGxa39scAeFSm98wIhZxAYonhRQPSMmfZ2w7JDI0zQDdzdmgtNk06/krQ==",
2649
+ "license": "MIT"
2650
+ },
2651
+ "node_modules/which": {
2652
+ "version": "2.0.2",
2653
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2654
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2655
+ "license": "ISC",
2656
+ "dependencies": {
2657
+ "isexe": "^2.0.0"
2658
+ },
2659
+ "bin": {
2660
+ "node-which": "bin/node-which"
2661
+ },
2662
+ "engines": {
2663
+ "node": ">= 8"
2664
+ }
2665
+ },
2666
+ "node_modules/word-wrap": {
2667
+ "version": "1.2.5",
2668
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
2669
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
2670
+ "dev": true,
2671
+ "license": "MIT",
2672
+ "engines": {
2673
+ "node": ">=0.10.0"
2674
+ }
2675
+ },
2676
+ "node_modules/wrappy": {
2677
+ "version": "1.0.2",
2678
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
2679
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
2680
+ "license": "ISC"
2681
+ },
2682
+ "node_modules/yocto-queue": {
2683
+ "version": "0.1.0",
2684
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
2685
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
2686
+ "dev": true,
2687
+ "license": "MIT",
2688
+ "engines": {
2689
+ "node": ">=10"
2690
+ },
2691
+ "funding": {
2692
+ "url": "https://github.com/sponsors/sindresorhus"
2693
+ }
2694
+ },
2695
+ "node_modules/zod": {
2696
+ "version": "4.3.6",
2697
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
2698
+ "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
2699
+ "license": "MIT",
2700
+ "funding": {
2701
+ "url": "https://github.com/sponsors/colinhacks"
2702
+ }
2703
+ },
2704
+ "node_modules/zod-to-json-schema": {
2705
+ "version": "3.25.2",
2706
+ "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
2707
+ "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
2708
+ "license": "ISC",
2709
+ "peerDependencies": {
2710
+ "zod": "^3.25.28 || ^4"
2711
+ }
2712
+ }
2713
+ }
2714
+ }