openclaw-code-agent 4.7.6 → 4.7.8

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,1401 @@
1
+ {
2
+ "name": "openclaw-code-agent",
3
+ "version": "4.7.8",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "openclaw-code-agent",
9
+ "version": "4.7.8",
10
+ "license": "MIT",
11
+ "dependencies": {
12
+ "@anthropic-ai/claude-agent-sdk": "0.3.220",
13
+ "@anthropic-ai/sdk": "0.109.1",
14
+ "@hono/node-server": "2.0.10",
15
+ "@modelcontextprotocol/sdk": "1.30.0",
16
+ "express-rate-limit": "8.6.1",
17
+ "fast-uri": "3.1.5",
18
+ "hono": "4.12.34",
19
+ "ip-address": "10.3.1",
20
+ "zod": "4.4.3"
21
+ },
22
+ "peerDependencies": {
23
+ "openclaw": ">=2026.7.1-2"
24
+ }
25
+ },
26
+ "node_modules/@anthropic-ai/claude-agent-sdk": {
27
+ "version": "0.3.220",
28
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk/-/claude-agent-sdk-0.3.220.tgz",
29
+ "integrity": "sha512-glc7SdwPkOkLw8oxwLo9PKTdLJGqW/PIR4urWXFoRtX9YllwozsEVc5Tc1+EvLSkfrsxPJqQWqOgpjUOQXf1oA==",
30
+ "license": "SEE LICENSE IN README.md",
31
+ "engines": {
32
+ "node": ">=18.0.0"
33
+ },
34
+ "optionalDependencies": {
35
+ "@anthropic-ai/claude-agent-sdk-darwin-arm64": "0.3.220",
36
+ "@anthropic-ai/claude-agent-sdk-darwin-x64": "0.3.220",
37
+ "@anthropic-ai/claude-agent-sdk-linux-arm64": "0.3.220",
38
+ "@anthropic-ai/claude-agent-sdk-linux-arm64-musl": "0.3.220",
39
+ "@anthropic-ai/claude-agent-sdk-linux-x64": "0.3.220",
40
+ "@anthropic-ai/claude-agent-sdk-linux-x64-musl": "0.3.220",
41
+ "@anthropic-ai/claude-agent-sdk-win32-arm64": "0.3.220",
42
+ "@anthropic-ai/claude-agent-sdk-win32-x64": "0.3.220"
43
+ },
44
+ "peerDependencies": {
45
+ "@anthropic-ai/sdk": ">=0.93.0",
46
+ "@modelcontextprotocol/sdk": "^1.29.0",
47
+ "zod": "^4.0.0"
48
+ }
49
+ },
50
+ "node_modules/@anthropic-ai/claude-agent-sdk-darwin-arm64": {
51
+ "version": "0.3.220",
52
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-darwin-arm64/-/claude-agent-sdk-darwin-arm64-0.3.220.tgz",
53
+ "integrity": "sha512-7VxlbEosK7DODiOnsjoVd0DSJzbnaPrM2jelMHI0y8zx1UnLS3WC6EFUXbvy74F2sXqEznh2tzn7EKWInaRN6Q==",
54
+ "cpu": [
55
+ "arm64"
56
+ ],
57
+ "license": "SEE LICENSE IN LICENSE.md",
58
+ "optional": true,
59
+ "os": [
60
+ "darwin"
61
+ ]
62
+ },
63
+ "node_modules/@anthropic-ai/claude-agent-sdk-darwin-x64": {
64
+ "version": "0.3.220",
65
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-darwin-x64/-/claude-agent-sdk-darwin-x64-0.3.220.tgz",
66
+ "integrity": "sha512-X9RwDsSmbF6ultKZroaip+DL8WRgC64gHbrAwrRlAFSPNZV7zmJyP2ur8rW7KrxqmtuehdMMkw8+SAC/6hD2PA==",
67
+ "cpu": [
68
+ "x64"
69
+ ],
70
+ "license": "SEE LICENSE IN LICENSE.md",
71
+ "optional": true,
72
+ "os": [
73
+ "darwin"
74
+ ]
75
+ },
76
+ "node_modules/@anthropic-ai/claude-agent-sdk-linux-arm64": {
77
+ "version": "0.3.220",
78
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-linux-arm64/-/claude-agent-sdk-linux-arm64-0.3.220.tgz",
79
+ "integrity": "sha512-WkROPwWskqhKR9XgnmseHQ6rLi9zM9qt57IWoToIjL/eXOqDWipp7JXZ1L5ud+LrA42dunHPZfBwD/vXZ+A7LA==",
80
+ "cpu": [
81
+ "arm64"
82
+ ],
83
+ "libc": [
84
+ "glibc"
85
+ ],
86
+ "license": "SEE LICENSE IN LICENSE.md",
87
+ "optional": true,
88
+ "os": [
89
+ "linux"
90
+ ]
91
+ },
92
+ "node_modules/@anthropic-ai/claude-agent-sdk-linux-arm64-musl": {
93
+ "version": "0.3.220",
94
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-linux-arm64-musl/-/claude-agent-sdk-linux-arm64-musl-0.3.220.tgz",
95
+ "integrity": "sha512-OHoZOZ8Cf2TBr6oXIXPwyvUxj9jrq2w8E4poA8dMpacXszcPSPiCQCMuuOh4aWJzfeJE1+TtWxhKMVb2csXyZQ==",
96
+ "cpu": [
97
+ "arm64"
98
+ ],
99
+ "libc": [
100
+ "musl"
101
+ ],
102
+ "license": "SEE LICENSE IN LICENSE.md",
103
+ "optional": true,
104
+ "os": [
105
+ "linux"
106
+ ]
107
+ },
108
+ "node_modules/@anthropic-ai/claude-agent-sdk-linux-x64": {
109
+ "version": "0.3.220",
110
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-linux-x64/-/claude-agent-sdk-linux-x64-0.3.220.tgz",
111
+ "integrity": "sha512-tkTJFnpR9VifvWX2fmkCAPkT6+8Wk/gVu8B5jsVekKZPiZoWRHmMXO30BnZn+f0TZhgYP+82PSX3S8crH1kn+w==",
112
+ "cpu": [
113
+ "x64"
114
+ ],
115
+ "libc": [
116
+ "glibc"
117
+ ],
118
+ "license": "SEE LICENSE IN LICENSE.md",
119
+ "optional": true,
120
+ "os": [
121
+ "linux"
122
+ ]
123
+ },
124
+ "node_modules/@anthropic-ai/claude-agent-sdk-linux-x64-musl": {
125
+ "version": "0.3.220",
126
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-linux-x64-musl/-/claude-agent-sdk-linux-x64-musl-0.3.220.tgz",
127
+ "integrity": "sha512-K+FWj+LcGhC1Z7wqeWoLxm1iemcba5xKpLLFVwYm4V6HyMx3ruYd/2r2TiQtjT+JWeNFWIys0ScHiItR6vWAiA==",
128
+ "cpu": [
129
+ "x64"
130
+ ],
131
+ "libc": [
132
+ "musl"
133
+ ],
134
+ "license": "SEE LICENSE IN LICENSE.md",
135
+ "optional": true,
136
+ "os": [
137
+ "linux"
138
+ ]
139
+ },
140
+ "node_modules/@anthropic-ai/claude-agent-sdk-win32-arm64": {
141
+ "version": "0.3.220",
142
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-win32-arm64/-/claude-agent-sdk-win32-arm64-0.3.220.tgz",
143
+ "integrity": "sha512-rIwgq0UwQExWl6KrHUyC4w5KwpL9l6nd95aUTx6RitexaAuEw//xtfTVLnuE4hDDQZFkzEwpdKc3nxDWoGcUbA==",
144
+ "cpu": [
145
+ "arm64"
146
+ ],
147
+ "license": "SEE LICENSE IN LICENSE.md",
148
+ "optional": true,
149
+ "os": [
150
+ "win32"
151
+ ]
152
+ },
153
+ "node_modules/@anthropic-ai/claude-agent-sdk-win32-x64": {
154
+ "version": "0.3.220",
155
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-win32-x64/-/claude-agent-sdk-win32-x64-0.3.220.tgz",
156
+ "integrity": "sha512-MuOuXhbr66HlGaWXD2f3w0k2PsvmnbkwcUZ0dAe2poFLdl72GC2dapwwOBefxm9QmoNqk9+jmv/dSKGOVWyvLw==",
157
+ "cpu": [
158
+ "x64"
159
+ ],
160
+ "license": "SEE LICENSE IN LICENSE.md",
161
+ "optional": true,
162
+ "os": [
163
+ "win32"
164
+ ]
165
+ },
166
+ "node_modules/@anthropic-ai/sdk": {
167
+ "version": "0.109.1",
168
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.109.1.tgz",
169
+ "integrity": "sha512-q9OnEKLr5H9nxSuXdgDgJhxfYMiE+AaUEBze2Gk91UcaaLnsN+Lx5fbCYywiqurU/APLdwv23x03Wm6WN3EBsg==",
170
+ "license": "MIT",
171
+ "dependencies": {
172
+ "json-schema-to-ts": "^3.1.1",
173
+ "standardwebhooks": "^1.0.0"
174
+ },
175
+ "bin": {
176
+ "anthropic-ai-sdk": "bin/cli"
177
+ },
178
+ "peerDependencies": {
179
+ "zod": "^3.25.0 || ^4.0.0"
180
+ },
181
+ "peerDependenciesMeta": {
182
+ "zod": {
183
+ "optional": true
184
+ }
185
+ }
186
+ },
187
+ "node_modules/@babel/runtime": {
188
+ "version": "7.29.7",
189
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
190
+ "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
191
+ "license": "MIT",
192
+ "engines": {
193
+ "node": ">=6.9.0"
194
+ }
195
+ },
196
+ "node_modules/@hono/node-server": {
197
+ "version": "2.0.10",
198
+ "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-2.0.10.tgz",
199
+ "integrity": "sha512-ZcnNVhKTmyDJeg0UlnZjvM73JBsTAuhrH/J4fjwGOw59PwOW51r4J+p6CsKZWXdKSme4MFqU62CZMOsdDrU4CA==",
200
+ "license": "MIT",
201
+ "engines": {
202
+ "node": ">=20"
203
+ },
204
+ "peerDependencies": {
205
+ "hono": "^4"
206
+ }
207
+ },
208
+ "node_modules/@modelcontextprotocol/sdk": {
209
+ "version": "1.30.0",
210
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.30.0.tgz",
211
+ "integrity": "sha512-xKd8OIzlqNzcqcNumGAa6g+PW2kjD5vrpcKOnfldAUPP3j7lnqMPwlTXQm8gF+UwH72z0lqaRbjr9hqGz0eITA==",
212
+ "license": "MIT",
213
+ "dependencies": {
214
+ "@hono/node-server": "^1.19.9 || ^2.0.5",
215
+ "ajv": "^8.17.1",
216
+ "ajv-formats": "^3.0.1",
217
+ "content-type": "^1.0.5",
218
+ "cors": "^2.8.5",
219
+ "cross-spawn": "^7.0.5",
220
+ "eventsource": "^3.0.2",
221
+ "eventsource-parser": "^3.0.0",
222
+ "express": "^5.2.1",
223
+ "express-rate-limit": "^8.2.1",
224
+ "hono": "^4.11.4",
225
+ "jose": "^6.1.3",
226
+ "json-schema-typed": "^8.0.2",
227
+ "pkce-challenge": "^5.0.0",
228
+ "raw-body": "^3.0.0",
229
+ "zod": "^3.25 || ^4.0",
230
+ "zod-to-json-schema": "^3.25.1"
231
+ },
232
+ "engines": {
233
+ "node": ">=18"
234
+ },
235
+ "peerDependencies": {
236
+ "@cfworker/json-schema": "^4.1.1",
237
+ "zod": "^3.25 || ^4.0"
238
+ },
239
+ "peerDependenciesMeta": {
240
+ "@cfworker/json-schema": {
241
+ "optional": true
242
+ },
243
+ "zod": {
244
+ "optional": false
245
+ }
246
+ }
247
+ },
248
+ "node_modules/@stablelib/base64": {
249
+ "version": "1.0.1",
250
+ "resolved": "https://registry.npmjs.org/@stablelib/base64/-/base64-1.0.1.tgz",
251
+ "integrity": "sha512-1bnPQqSxSuc3Ii6MhBysoWCg58j97aUjuCSZrGSmDxNqtytIi0k8utUenAwTZN4V5mXXYGsVUI9zeBqy+jBOSQ==",
252
+ "license": "MIT"
253
+ },
254
+ "node_modules/accepts": {
255
+ "version": "2.0.0",
256
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
257
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
258
+ "license": "MIT",
259
+ "dependencies": {
260
+ "mime-types": "^3.0.0",
261
+ "negotiator": "^1.0.0"
262
+ },
263
+ "engines": {
264
+ "node": ">= 0.6"
265
+ }
266
+ },
267
+ "node_modules/ajv": {
268
+ "version": "8.20.0",
269
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
270
+ "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
271
+ "license": "MIT",
272
+ "dependencies": {
273
+ "fast-deep-equal": "^3.1.3",
274
+ "fast-uri": "^3.0.1",
275
+ "json-schema-traverse": "^1.0.0",
276
+ "require-from-string": "^2.0.2"
277
+ },
278
+ "funding": {
279
+ "type": "github",
280
+ "url": "https://github.com/sponsors/epoberezkin"
281
+ }
282
+ },
283
+ "node_modules/ajv-formats": {
284
+ "version": "3.0.1",
285
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
286
+ "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
287
+ "license": "MIT",
288
+ "dependencies": {
289
+ "ajv": "^8.0.0"
290
+ },
291
+ "peerDependencies": {
292
+ "ajv": "^8.0.0"
293
+ },
294
+ "peerDependenciesMeta": {
295
+ "ajv": {
296
+ "optional": true
297
+ }
298
+ }
299
+ },
300
+ "node_modules/body-parser": {
301
+ "version": "2.3.0",
302
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
303
+ "integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
304
+ "license": "MIT",
305
+ "dependencies": {
306
+ "bytes": "^3.1.2",
307
+ "content-type": "^2.0.0",
308
+ "debug": "^4.4.3",
309
+ "http-errors": "^2.0.1",
310
+ "iconv-lite": "^0.7.2",
311
+ "on-finished": "^2.4.1",
312
+ "qs": "^6.15.2",
313
+ "raw-body": "^3.0.2",
314
+ "type-is": "^2.1.0"
315
+ },
316
+ "engines": {
317
+ "node": ">=18"
318
+ },
319
+ "funding": {
320
+ "type": "opencollective",
321
+ "url": "https://opencollective.com/express"
322
+ }
323
+ },
324
+ "node_modules/body-parser/node_modules/content-type": {
325
+ "version": "2.0.0",
326
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
327
+ "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
328
+ "license": "MIT",
329
+ "engines": {
330
+ "node": ">=18"
331
+ },
332
+ "funding": {
333
+ "type": "opencollective",
334
+ "url": "https://opencollective.com/express"
335
+ }
336
+ },
337
+ "node_modules/bytes": {
338
+ "version": "3.1.2",
339
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
340
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
341
+ "license": "MIT",
342
+ "engines": {
343
+ "node": ">= 0.8"
344
+ }
345
+ },
346
+ "node_modules/call-bind-apply-helpers": {
347
+ "version": "1.0.2",
348
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
349
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
350
+ "license": "MIT",
351
+ "dependencies": {
352
+ "es-errors": "^1.3.0",
353
+ "function-bind": "^1.1.2"
354
+ },
355
+ "engines": {
356
+ "node": ">= 0.4"
357
+ }
358
+ },
359
+ "node_modules/call-bound": {
360
+ "version": "1.0.4",
361
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
362
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
363
+ "license": "MIT",
364
+ "dependencies": {
365
+ "call-bind-apply-helpers": "^1.0.2",
366
+ "get-intrinsic": "^1.3.0"
367
+ },
368
+ "engines": {
369
+ "node": ">= 0.4"
370
+ },
371
+ "funding": {
372
+ "url": "https://github.com/sponsors/ljharb"
373
+ }
374
+ },
375
+ "node_modules/content-disposition": {
376
+ "version": "1.1.0",
377
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
378
+ "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
379
+ "license": "MIT",
380
+ "engines": {
381
+ "node": ">=18"
382
+ },
383
+ "funding": {
384
+ "type": "opencollective",
385
+ "url": "https://opencollective.com/express"
386
+ }
387
+ },
388
+ "node_modules/content-type": {
389
+ "version": "1.0.5",
390
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
391
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
392
+ "license": "MIT",
393
+ "engines": {
394
+ "node": ">= 0.6"
395
+ }
396
+ },
397
+ "node_modules/cookie": {
398
+ "version": "0.7.2",
399
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
400
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
401
+ "license": "MIT",
402
+ "engines": {
403
+ "node": ">= 0.6"
404
+ }
405
+ },
406
+ "node_modules/cookie-signature": {
407
+ "version": "1.2.2",
408
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
409
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
410
+ "license": "MIT",
411
+ "engines": {
412
+ "node": ">=6.6.0"
413
+ }
414
+ },
415
+ "node_modules/cors": {
416
+ "version": "2.8.6",
417
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
418
+ "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
419
+ "license": "MIT",
420
+ "dependencies": {
421
+ "object-assign": "^4",
422
+ "vary": "^1"
423
+ },
424
+ "engines": {
425
+ "node": ">= 0.10"
426
+ },
427
+ "funding": {
428
+ "type": "opencollective",
429
+ "url": "https://opencollective.com/express"
430
+ }
431
+ },
432
+ "node_modules/cross-spawn": {
433
+ "version": "7.0.6",
434
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
435
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
436
+ "license": "MIT",
437
+ "dependencies": {
438
+ "path-key": "^3.1.0",
439
+ "shebang-command": "^2.0.0",
440
+ "which": "^2.0.1"
441
+ },
442
+ "engines": {
443
+ "node": ">= 8"
444
+ }
445
+ },
446
+ "node_modules/debug": {
447
+ "version": "4.4.3",
448
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
449
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
450
+ "license": "MIT",
451
+ "dependencies": {
452
+ "ms": "^2.1.3"
453
+ },
454
+ "engines": {
455
+ "node": ">=6.0"
456
+ },
457
+ "peerDependenciesMeta": {
458
+ "supports-color": {
459
+ "optional": true
460
+ }
461
+ }
462
+ },
463
+ "node_modules/depd": {
464
+ "version": "2.0.0",
465
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
466
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
467
+ "license": "MIT",
468
+ "engines": {
469
+ "node": ">= 0.8"
470
+ }
471
+ },
472
+ "node_modules/dunder-proto": {
473
+ "version": "1.0.1",
474
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
475
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
476
+ "license": "MIT",
477
+ "dependencies": {
478
+ "call-bind-apply-helpers": "^1.0.1",
479
+ "es-errors": "^1.3.0",
480
+ "gopd": "^1.2.0"
481
+ },
482
+ "engines": {
483
+ "node": ">= 0.4"
484
+ }
485
+ },
486
+ "node_modules/ee-first": {
487
+ "version": "1.1.1",
488
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
489
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
490
+ "license": "MIT"
491
+ },
492
+ "node_modules/encodeurl": {
493
+ "version": "2.0.0",
494
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
495
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
496
+ "license": "MIT",
497
+ "engines": {
498
+ "node": ">= 0.8"
499
+ }
500
+ },
501
+ "node_modules/es-define-property": {
502
+ "version": "1.0.1",
503
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
504
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
505
+ "license": "MIT",
506
+ "engines": {
507
+ "node": ">= 0.4"
508
+ }
509
+ },
510
+ "node_modules/es-errors": {
511
+ "version": "1.3.0",
512
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
513
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
514
+ "license": "MIT",
515
+ "engines": {
516
+ "node": ">= 0.4"
517
+ }
518
+ },
519
+ "node_modules/es-object-atoms": {
520
+ "version": "1.1.2",
521
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
522
+ "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
523
+ "license": "MIT",
524
+ "dependencies": {
525
+ "es-errors": "^1.3.0"
526
+ },
527
+ "engines": {
528
+ "node": ">= 0.4"
529
+ }
530
+ },
531
+ "node_modules/escape-html": {
532
+ "version": "1.0.3",
533
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
534
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
535
+ "license": "MIT"
536
+ },
537
+ "node_modules/etag": {
538
+ "version": "1.8.1",
539
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
540
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
541
+ "license": "MIT",
542
+ "engines": {
543
+ "node": ">= 0.6"
544
+ }
545
+ },
546
+ "node_modules/eventsource": {
547
+ "version": "3.0.7",
548
+ "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
549
+ "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
550
+ "license": "MIT",
551
+ "dependencies": {
552
+ "eventsource-parser": "^3.0.1"
553
+ },
554
+ "engines": {
555
+ "node": ">=18.0.0"
556
+ }
557
+ },
558
+ "node_modules/eventsource-parser": {
559
+ "version": "3.1.0",
560
+ "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.1.0.tgz",
561
+ "integrity": "sha512-kJezFj9YFAMLeORyi7aCLxLbD5/qWMQnoMVlVPyHIll7lgRJCc3JVln9Vgl9nwQi0YkMnhdGTMNn7CkRRAptMg==",
562
+ "license": "MIT",
563
+ "engines": {
564
+ "node": ">=18.0.0"
565
+ }
566
+ },
567
+ "node_modules/express": {
568
+ "version": "5.2.1",
569
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
570
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
571
+ "license": "MIT",
572
+ "dependencies": {
573
+ "accepts": "^2.0.0",
574
+ "body-parser": "^2.2.1",
575
+ "content-disposition": "^1.0.0",
576
+ "content-type": "^1.0.5",
577
+ "cookie": "^0.7.1",
578
+ "cookie-signature": "^1.2.1",
579
+ "debug": "^4.4.0",
580
+ "depd": "^2.0.0",
581
+ "encodeurl": "^2.0.0",
582
+ "escape-html": "^1.0.3",
583
+ "etag": "^1.8.1",
584
+ "finalhandler": "^2.1.0",
585
+ "fresh": "^2.0.0",
586
+ "http-errors": "^2.0.0",
587
+ "merge-descriptors": "^2.0.0",
588
+ "mime-types": "^3.0.0",
589
+ "on-finished": "^2.4.1",
590
+ "once": "^1.4.0",
591
+ "parseurl": "^1.3.3",
592
+ "proxy-addr": "^2.0.7",
593
+ "qs": "^6.14.0",
594
+ "range-parser": "^1.2.1",
595
+ "router": "^2.2.0",
596
+ "send": "^1.1.0",
597
+ "serve-static": "^2.2.0",
598
+ "statuses": "^2.0.1",
599
+ "type-is": "^2.0.1",
600
+ "vary": "^1.1.2"
601
+ },
602
+ "engines": {
603
+ "node": ">= 18"
604
+ },
605
+ "funding": {
606
+ "type": "opencollective",
607
+ "url": "https://opencollective.com/express"
608
+ }
609
+ },
610
+ "node_modules/express-rate-limit": {
611
+ "version": "8.6.1",
612
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.6.1.tgz",
613
+ "integrity": "sha512-0D493aP61w0TJ2A0wy27riRsO7FMQ7FK+KUHOKCSfPvYo0R55aiC6emCVgFUeShH0fq0ICPVzNcgoS+BsbXQCA==",
614
+ "license": "MIT",
615
+ "dependencies": {
616
+ "debug": "^4.4.3",
617
+ "ip-address": "^10.2.0"
618
+ },
619
+ "engines": {
620
+ "node": ">= 16"
621
+ },
622
+ "funding": {
623
+ "url": "https://github.com/sponsors/express-rate-limit"
624
+ },
625
+ "peerDependencies": {
626
+ "express": ">= 4.11"
627
+ }
628
+ },
629
+ "node_modules/fast-deep-equal": {
630
+ "version": "3.1.3",
631
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
632
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
633
+ "license": "MIT"
634
+ },
635
+ "node_modules/fast-sha256": {
636
+ "version": "1.3.0",
637
+ "resolved": "https://registry.npmjs.org/fast-sha256/-/fast-sha256-1.3.0.tgz",
638
+ "integrity": "sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==",
639
+ "license": "Unlicense"
640
+ },
641
+ "node_modules/fast-uri": {
642
+ "version": "3.1.5",
643
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz",
644
+ "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==",
645
+ "funding": [
646
+ {
647
+ "type": "github",
648
+ "url": "https://github.com/sponsors/fastify"
649
+ },
650
+ {
651
+ "type": "opencollective",
652
+ "url": "https://opencollective.com/fastify"
653
+ }
654
+ ],
655
+ "license": "BSD-3-Clause"
656
+ },
657
+ "node_modules/finalhandler": {
658
+ "version": "2.1.1",
659
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
660
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
661
+ "license": "MIT",
662
+ "dependencies": {
663
+ "debug": "^4.4.0",
664
+ "encodeurl": "^2.0.0",
665
+ "escape-html": "^1.0.3",
666
+ "on-finished": "^2.4.1",
667
+ "parseurl": "^1.3.3",
668
+ "statuses": "^2.0.1"
669
+ },
670
+ "engines": {
671
+ "node": ">= 18.0.0"
672
+ },
673
+ "funding": {
674
+ "type": "opencollective",
675
+ "url": "https://opencollective.com/express"
676
+ }
677
+ },
678
+ "node_modules/forwarded": {
679
+ "version": "0.2.0",
680
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
681
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
682
+ "license": "MIT",
683
+ "engines": {
684
+ "node": ">= 0.6"
685
+ }
686
+ },
687
+ "node_modules/fresh": {
688
+ "version": "2.0.0",
689
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
690
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
691
+ "license": "MIT",
692
+ "engines": {
693
+ "node": ">= 0.8"
694
+ }
695
+ },
696
+ "node_modules/function-bind": {
697
+ "version": "1.1.2",
698
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
699
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
700
+ "license": "MIT",
701
+ "funding": {
702
+ "url": "https://github.com/sponsors/ljharb"
703
+ }
704
+ },
705
+ "node_modules/get-intrinsic": {
706
+ "version": "1.3.0",
707
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
708
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
709
+ "license": "MIT",
710
+ "dependencies": {
711
+ "call-bind-apply-helpers": "^1.0.2",
712
+ "es-define-property": "^1.0.1",
713
+ "es-errors": "^1.3.0",
714
+ "es-object-atoms": "^1.1.1",
715
+ "function-bind": "^1.1.2",
716
+ "get-proto": "^1.0.1",
717
+ "gopd": "^1.2.0",
718
+ "has-symbols": "^1.1.0",
719
+ "hasown": "^2.0.2",
720
+ "math-intrinsics": "^1.1.0"
721
+ },
722
+ "engines": {
723
+ "node": ">= 0.4"
724
+ },
725
+ "funding": {
726
+ "url": "https://github.com/sponsors/ljharb"
727
+ }
728
+ },
729
+ "node_modules/get-proto": {
730
+ "version": "1.0.1",
731
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
732
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
733
+ "license": "MIT",
734
+ "dependencies": {
735
+ "dunder-proto": "^1.0.1",
736
+ "es-object-atoms": "^1.0.0"
737
+ },
738
+ "engines": {
739
+ "node": ">= 0.4"
740
+ }
741
+ },
742
+ "node_modules/gopd": {
743
+ "version": "1.2.0",
744
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
745
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
746
+ "license": "MIT",
747
+ "engines": {
748
+ "node": ">= 0.4"
749
+ },
750
+ "funding": {
751
+ "url": "https://github.com/sponsors/ljharb"
752
+ }
753
+ },
754
+ "node_modules/has-symbols": {
755
+ "version": "1.1.0",
756
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
757
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
758
+ "license": "MIT",
759
+ "engines": {
760
+ "node": ">= 0.4"
761
+ },
762
+ "funding": {
763
+ "url": "https://github.com/sponsors/ljharb"
764
+ }
765
+ },
766
+ "node_modules/hasown": {
767
+ "version": "2.0.4",
768
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
769
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
770
+ "license": "MIT",
771
+ "dependencies": {
772
+ "function-bind": "^1.1.2"
773
+ },
774
+ "engines": {
775
+ "node": ">= 0.4"
776
+ }
777
+ },
778
+ "node_modules/hono": {
779
+ "version": "4.12.34",
780
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.34.tgz",
781
+ "integrity": "sha512-GqXJqY/xJkJmuloTrnV1ZEXG3fqte+VjkUqoRNZXcrUidiUOP4fMSIHHY4tsqZBK++kVyWmt/AAfSUuy57/eSA==",
782
+ "license": "MIT",
783
+ "engines": {
784
+ "node": ">=16.9.0"
785
+ }
786
+ },
787
+ "node_modules/http-errors": {
788
+ "version": "2.0.1",
789
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
790
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
791
+ "license": "MIT",
792
+ "dependencies": {
793
+ "depd": "~2.0.0",
794
+ "inherits": "~2.0.4",
795
+ "setprototypeof": "~1.2.0",
796
+ "statuses": "~2.0.2",
797
+ "toidentifier": "~1.0.1"
798
+ },
799
+ "engines": {
800
+ "node": ">= 0.8"
801
+ },
802
+ "funding": {
803
+ "type": "opencollective",
804
+ "url": "https://opencollective.com/express"
805
+ }
806
+ },
807
+ "node_modules/iconv-lite": {
808
+ "version": "0.7.3",
809
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.3.tgz",
810
+ "integrity": "sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==",
811
+ "license": "MIT",
812
+ "dependencies": {
813
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
814
+ },
815
+ "engines": {
816
+ "node": ">=0.10.0"
817
+ },
818
+ "funding": {
819
+ "type": "opencollective",
820
+ "url": "https://opencollective.com/express"
821
+ }
822
+ },
823
+ "node_modules/inherits": {
824
+ "version": "2.0.4",
825
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
826
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
827
+ "license": "ISC"
828
+ },
829
+ "node_modules/ip-address": {
830
+ "version": "10.3.1",
831
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.3.1.tgz",
832
+ "integrity": "sha512-1e9d3kb97NHJTIJDZW9rKqW2h6+dFa50Dy0fpPSMQp2ADje5gvKsXmdiK6dwY5t76TaTt5+P5N1Y/LoToIxP6g==",
833
+ "license": "MIT",
834
+ "engines": {
835
+ "node": ">= 12"
836
+ }
837
+ },
838
+ "node_modules/ipaddr.js": {
839
+ "version": "1.9.1",
840
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
841
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
842
+ "license": "MIT",
843
+ "engines": {
844
+ "node": ">= 0.10"
845
+ }
846
+ },
847
+ "node_modules/is-promise": {
848
+ "version": "4.0.0",
849
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
850
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
851
+ "license": "MIT"
852
+ },
853
+ "node_modules/isexe": {
854
+ "version": "2.0.0",
855
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
856
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
857
+ "license": "ISC"
858
+ },
859
+ "node_modules/jose": {
860
+ "version": "6.2.8",
861
+ "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.8.tgz",
862
+ "integrity": "sha512-Bsdjwm3Qsd/P0jR+BHDe3LytDfY7WBq2HmCCLIwuVRHMuEC9ae7/R474GIUdF1NgCyZjzVo/A9DOiOBtXq8ZoQ==",
863
+ "license": "MIT",
864
+ "funding": {
865
+ "url": "https://github.com/sponsors/panva"
866
+ }
867
+ },
868
+ "node_modules/json-schema-to-ts": {
869
+ "version": "3.1.1",
870
+ "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz",
871
+ "integrity": "sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==",
872
+ "license": "MIT",
873
+ "dependencies": {
874
+ "@babel/runtime": "^7.18.3",
875
+ "ts-algebra": "^2.0.0"
876
+ },
877
+ "engines": {
878
+ "node": ">=16"
879
+ }
880
+ },
881
+ "node_modules/json-schema-traverse": {
882
+ "version": "1.0.0",
883
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
884
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
885
+ "license": "MIT"
886
+ },
887
+ "node_modules/json-schema-typed": {
888
+ "version": "8.0.2",
889
+ "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
890
+ "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
891
+ "license": "BSD-2-Clause"
892
+ },
893
+ "node_modules/math-intrinsics": {
894
+ "version": "1.1.0",
895
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
896
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
897
+ "license": "MIT",
898
+ "engines": {
899
+ "node": ">= 0.4"
900
+ }
901
+ },
902
+ "node_modules/media-typer": {
903
+ "version": "1.1.1",
904
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.1.tgz",
905
+ "integrity": "sha512-yz3xRaG20c6/BOzvYoDaGtPmGscs7YivItZEEqe6GbwNfHuxu9YNmvnEkMzKldAGY4/80pRcQRZSEnhquk9XuQ==",
906
+ "license": "MIT",
907
+ "engines": {
908
+ "node": ">= 0.8"
909
+ },
910
+ "funding": {
911
+ "type": "opencollective",
912
+ "url": "https://opencollective.com/express"
913
+ }
914
+ },
915
+ "node_modules/merge-descriptors": {
916
+ "version": "2.0.0",
917
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
918
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
919
+ "license": "MIT",
920
+ "engines": {
921
+ "node": ">=18"
922
+ },
923
+ "funding": {
924
+ "url": "https://github.com/sponsors/sindresorhus"
925
+ }
926
+ },
927
+ "node_modules/mime-db": {
928
+ "version": "1.54.0",
929
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
930
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
931
+ "license": "MIT",
932
+ "engines": {
933
+ "node": ">= 0.6"
934
+ }
935
+ },
936
+ "node_modules/mime-types": {
937
+ "version": "3.0.2",
938
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
939
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
940
+ "license": "MIT",
941
+ "dependencies": {
942
+ "mime-db": "^1.54.0"
943
+ },
944
+ "engines": {
945
+ "node": ">=18"
946
+ },
947
+ "funding": {
948
+ "type": "opencollective",
949
+ "url": "https://opencollective.com/express"
950
+ }
951
+ },
952
+ "node_modules/ms": {
953
+ "version": "2.1.3",
954
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
955
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
956
+ "license": "MIT"
957
+ },
958
+ "node_modules/negotiator": {
959
+ "version": "1.0.0",
960
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
961
+ "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
962
+ "license": "MIT",
963
+ "engines": {
964
+ "node": ">= 0.6"
965
+ }
966
+ },
967
+ "node_modules/object-assign": {
968
+ "version": "4.1.1",
969
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
970
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
971
+ "license": "MIT",
972
+ "engines": {
973
+ "node": ">=0.10.0"
974
+ }
975
+ },
976
+ "node_modules/object-inspect": {
977
+ "version": "1.13.4",
978
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
979
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
980
+ "license": "MIT",
981
+ "engines": {
982
+ "node": ">= 0.4"
983
+ },
984
+ "funding": {
985
+ "url": "https://github.com/sponsors/ljharb"
986
+ }
987
+ },
988
+ "node_modules/on-finished": {
989
+ "version": "2.4.1",
990
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
991
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
992
+ "license": "MIT",
993
+ "dependencies": {
994
+ "ee-first": "1.1.1"
995
+ },
996
+ "engines": {
997
+ "node": ">= 0.8"
998
+ }
999
+ },
1000
+ "node_modules/once": {
1001
+ "version": "1.4.0",
1002
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1003
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1004
+ "license": "ISC",
1005
+ "dependencies": {
1006
+ "wrappy": "1"
1007
+ }
1008
+ },
1009
+ "node_modules/parseurl": {
1010
+ "version": "1.3.3",
1011
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
1012
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
1013
+ "license": "MIT",
1014
+ "engines": {
1015
+ "node": ">= 0.8"
1016
+ }
1017
+ },
1018
+ "node_modules/path-key": {
1019
+ "version": "3.1.1",
1020
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
1021
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
1022
+ "license": "MIT",
1023
+ "engines": {
1024
+ "node": ">=8"
1025
+ }
1026
+ },
1027
+ "node_modules/path-to-regexp": {
1028
+ "version": "8.4.2",
1029
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
1030
+ "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
1031
+ "license": "MIT",
1032
+ "funding": {
1033
+ "type": "opencollective",
1034
+ "url": "https://opencollective.com/express"
1035
+ }
1036
+ },
1037
+ "node_modules/pkce-challenge": {
1038
+ "version": "5.0.1",
1039
+ "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
1040
+ "integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
1041
+ "license": "MIT",
1042
+ "engines": {
1043
+ "node": ">=16.20.0"
1044
+ }
1045
+ },
1046
+ "node_modules/proxy-addr": {
1047
+ "version": "2.0.7",
1048
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
1049
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
1050
+ "license": "MIT",
1051
+ "dependencies": {
1052
+ "forwarded": "0.2.0",
1053
+ "ipaddr.js": "1.9.1"
1054
+ },
1055
+ "engines": {
1056
+ "node": ">= 0.10"
1057
+ }
1058
+ },
1059
+ "node_modules/qs": {
1060
+ "version": "6.15.3",
1061
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.3.tgz",
1062
+ "integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==",
1063
+ "license": "BSD-3-Clause",
1064
+ "dependencies": {
1065
+ "es-define-property": "^1.0.1",
1066
+ "side-channel": "^1.1.1"
1067
+ },
1068
+ "engines": {
1069
+ "node": ">=0.6"
1070
+ },
1071
+ "funding": {
1072
+ "url": "https://github.com/sponsors/ljharb"
1073
+ }
1074
+ },
1075
+ "node_modules/range-parser": {
1076
+ "version": "1.3.0",
1077
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.3.0.tgz",
1078
+ "integrity": "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==",
1079
+ "license": "MIT",
1080
+ "engines": {
1081
+ "node": ">= 0.6"
1082
+ },
1083
+ "funding": {
1084
+ "type": "opencollective",
1085
+ "url": "https://opencollective.com/express"
1086
+ }
1087
+ },
1088
+ "node_modules/raw-body": {
1089
+ "version": "3.0.2",
1090
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
1091
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
1092
+ "license": "MIT",
1093
+ "dependencies": {
1094
+ "bytes": "~3.1.2",
1095
+ "http-errors": "~2.0.1",
1096
+ "iconv-lite": "~0.7.0",
1097
+ "unpipe": "~1.0.0"
1098
+ },
1099
+ "engines": {
1100
+ "node": ">= 0.10"
1101
+ }
1102
+ },
1103
+ "node_modules/require-from-string": {
1104
+ "version": "2.0.2",
1105
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
1106
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
1107
+ "license": "MIT",
1108
+ "engines": {
1109
+ "node": ">=0.10.0"
1110
+ }
1111
+ },
1112
+ "node_modules/router": {
1113
+ "version": "2.2.0",
1114
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
1115
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
1116
+ "license": "MIT",
1117
+ "dependencies": {
1118
+ "debug": "^4.4.0",
1119
+ "depd": "^2.0.0",
1120
+ "is-promise": "^4.0.0",
1121
+ "parseurl": "^1.3.3",
1122
+ "path-to-regexp": "^8.0.0"
1123
+ },
1124
+ "engines": {
1125
+ "node": ">= 18"
1126
+ }
1127
+ },
1128
+ "node_modules/safer-buffer": {
1129
+ "version": "2.1.2",
1130
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
1131
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
1132
+ "license": "MIT"
1133
+ },
1134
+ "node_modules/send": {
1135
+ "version": "1.2.1",
1136
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
1137
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
1138
+ "license": "MIT",
1139
+ "dependencies": {
1140
+ "debug": "^4.4.3",
1141
+ "encodeurl": "^2.0.0",
1142
+ "escape-html": "^1.0.3",
1143
+ "etag": "^1.8.1",
1144
+ "fresh": "^2.0.0",
1145
+ "http-errors": "^2.0.1",
1146
+ "mime-types": "^3.0.2",
1147
+ "ms": "^2.1.3",
1148
+ "on-finished": "^2.4.1",
1149
+ "range-parser": "^1.2.1",
1150
+ "statuses": "^2.0.2"
1151
+ },
1152
+ "engines": {
1153
+ "node": ">= 18"
1154
+ },
1155
+ "funding": {
1156
+ "type": "opencollective",
1157
+ "url": "https://opencollective.com/express"
1158
+ }
1159
+ },
1160
+ "node_modules/serve-static": {
1161
+ "version": "2.2.1",
1162
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
1163
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
1164
+ "license": "MIT",
1165
+ "dependencies": {
1166
+ "encodeurl": "^2.0.0",
1167
+ "escape-html": "^1.0.3",
1168
+ "parseurl": "^1.3.3",
1169
+ "send": "^1.2.0"
1170
+ },
1171
+ "engines": {
1172
+ "node": ">= 18"
1173
+ },
1174
+ "funding": {
1175
+ "type": "opencollective",
1176
+ "url": "https://opencollective.com/express"
1177
+ }
1178
+ },
1179
+ "node_modules/setprototypeof": {
1180
+ "version": "1.2.0",
1181
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
1182
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
1183
+ "license": "ISC"
1184
+ },
1185
+ "node_modules/shebang-command": {
1186
+ "version": "2.0.0",
1187
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
1188
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
1189
+ "license": "MIT",
1190
+ "dependencies": {
1191
+ "shebang-regex": "^3.0.0"
1192
+ },
1193
+ "engines": {
1194
+ "node": ">=8"
1195
+ }
1196
+ },
1197
+ "node_modules/shebang-regex": {
1198
+ "version": "3.0.0",
1199
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
1200
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
1201
+ "license": "MIT",
1202
+ "engines": {
1203
+ "node": ">=8"
1204
+ }
1205
+ },
1206
+ "node_modules/side-channel": {
1207
+ "version": "1.1.1",
1208
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
1209
+ "integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
1210
+ "license": "MIT",
1211
+ "dependencies": {
1212
+ "es-errors": "^1.3.0",
1213
+ "object-inspect": "^1.13.4",
1214
+ "side-channel-list": "^1.0.1",
1215
+ "side-channel-map": "^1.0.1",
1216
+ "side-channel-weakmap": "^1.0.2"
1217
+ },
1218
+ "engines": {
1219
+ "node": ">= 0.4"
1220
+ },
1221
+ "funding": {
1222
+ "url": "https://github.com/sponsors/ljharb"
1223
+ }
1224
+ },
1225
+ "node_modules/side-channel-list": {
1226
+ "version": "1.0.1",
1227
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
1228
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
1229
+ "license": "MIT",
1230
+ "dependencies": {
1231
+ "es-errors": "^1.3.0",
1232
+ "object-inspect": "^1.13.4"
1233
+ },
1234
+ "engines": {
1235
+ "node": ">= 0.4"
1236
+ },
1237
+ "funding": {
1238
+ "url": "https://github.com/sponsors/ljharb"
1239
+ }
1240
+ },
1241
+ "node_modules/side-channel-map": {
1242
+ "version": "1.0.1",
1243
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
1244
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
1245
+ "license": "MIT",
1246
+ "dependencies": {
1247
+ "call-bound": "^1.0.2",
1248
+ "es-errors": "^1.3.0",
1249
+ "get-intrinsic": "^1.2.5",
1250
+ "object-inspect": "^1.13.3"
1251
+ },
1252
+ "engines": {
1253
+ "node": ">= 0.4"
1254
+ },
1255
+ "funding": {
1256
+ "url": "https://github.com/sponsors/ljharb"
1257
+ }
1258
+ },
1259
+ "node_modules/side-channel-weakmap": {
1260
+ "version": "1.0.2",
1261
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
1262
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
1263
+ "license": "MIT",
1264
+ "dependencies": {
1265
+ "call-bound": "^1.0.2",
1266
+ "es-errors": "^1.3.0",
1267
+ "get-intrinsic": "^1.2.5",
1268
+ "object-inspect": "^1.13.3",
1269
+ "side-channel-map": "^1.0.1"
1270
+ },
1271
+ "engines": {
1272
+ "node": ">= 0.4"
1273
+ },
1274
+ "funding": {
1275
+ "url": "https://github.com/sponsors/ljharb"
1276
+ }
1277
+ },
1278
+ "node_modules/standardwebhooks": {
1279
+ "version": "1.0.0",
1280
+ "resolved": "https://registry.npmjs.org/standardwebhooks/-/standardwebhooks-1.0.0.tgz",
1281
+ "integrity": "sha512-BbHGOQK9olHPMvQNHWul6MYlrRTAOKn03rOe4A8O3CLWhNf4YHBqq2HJKKC+sfqpxiBY52pNeesD6jIiLDz8jg==",
1282
+ "license": "MIT",
1283
+ "dependencies": {
1284
+ "@stablelib/base64": "^1.0.0",
1285
+ "fast-sha256": "^1.3.0"
1286
+ }
1287
+ },
1288
+ "node_modules/statuses": {
1289
+ "version": "2.0.2",
1290
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
1291
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
1292
+ "license": "MIT",
1293
+ "engines": {
1294
+ "node": ">= 0.8"
1295
+ }
1296
+ },
1297
+ "node_modules/toidentifier": {
1298
+ "version": "1.0.1",
1299
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
1300
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
1301
+ "license": "MIT",
1302
+ "engines": {
1303
+ "node": ">=0.6"
1304
+ }
1305
+ },
1306
+ "node_modules/ts-algebra": {
1307
+ "version": "2.0.0",
1308
+ "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
1309
+ "integrity": "sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==",
1310
+ "license": "MIT"
1311
+ },
1312
+ "node_modules/type-is": {
1313
+ "version": "2.1.0",
1314
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
1315
+ "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
1316
+ "license": "MIT",
1317
+ "dependencies": {
1318
+ "content-type": "^2.0.0",
1319
+ "media-typer": "^1.1.0",
1320
+ "mime-types": "^3.0.0"
1321
+ },
1322
+ "engines": {
1323
+ "node": ">= 18"
1324
+ },
1325
+ "funding": {
1326
+ "type": "opencollective",
1327
+ "url": "https://opencollective.com/express"
1328
+ }
1329
+ },
1330
+ "node_modules/type-is/node_modules/content-type": {
1331
+ "version": "2.0.0",
1332
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
1333
+ "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
1334
+ "license": "MIT",
1335
+ "engines": {
1336
+ "node": ">=18"
1337
+ },
1338
+ "funding": {
1339
+ "type": "opencollective",
1340
+ "url": "https://opencollective.com/express"
1341
+ }
1342
+ },
1343
+ "node_modules/unpipe": {
1344
+ "version": "1.0.0",
1345
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
1346
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
1347
+ "license": "MIT",
1348
+ "engines": {
1349
+ "node": ">= 0.8"
1350
+ }
1351
+ },
1352
+ "node_modules/vary": {
1353
+ "version": "1.1.2",
1354
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
1355
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
1356
+ "license": "MIT",
1357
+ "engines": {
1358
+ "node": ">= 0.8"
1359
+ }
1360
+ },
1361
+ "node_modules/which": {
1362
+ "version": "2.0.2",
1363
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1364
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1365
+ "license": "ISC",
1366
+ "dependencies": {
1367
+ "isexe": "^2.0.0"
1368
+ },
1369
+ "bin": {
1370
+ "node-which": "bin/node-which"
1371
+ },
1372
+ "engines": {
1373
+ "node": ">= 8"
1374
+ }
1375
+ },
1376
+ "node_modules/wrappy": {
1377
+ "version": "1.0.2",
1378
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
1379
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
1380
+ "license": "ISC"
1381
+ },
1382
+ "node_modules/zod": {
1383
+ "version": "4.4.3",
1384
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
1385
+ "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
1386
+ "license": "MIT",
1387
+ "funding": {
1388
+ "url": "https://github.com/sponsors/colinhacks"
1389
+ }
1390
+ },
1391
+ "node_modules/zod-to-json-schema": {
1392
+ "version": "3.25.2",
1393
+ "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
1394
+ "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
1395
+ "license": "ISC",
1396
+ "peerDependencies": {
1397
+ "zod": "^3.25.28 || ^4"
1398
+ }
1399
+ }
1400
+ }
1401
+ }