@paybond/kit 0.11.0 → 0.11.2

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