@paybond/kit 0.11.0 → 0.11.1

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