claude-phone-local 2.0.14 → 2.1.0

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.
@@ -1,20 +1,630 @@
1
1
  {
2
2
  "name": "claude-api-server",
3
- "version": "1.0.0",
3
+ "version": "2.0.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "claude-api-server",
9
- "version": "1.0.0",
9
+ "version": "2.0.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
+ "@anthropic-ai/claude-agent-sdk": "^0.3.252",
12
13
  "express": "^4.18.2"
13
14
  },
14
15
  "engines": {
15
16
  "node": ">=20.0.0"
16
17
  }
17
18
  },
19
+ "node_modules/@anthropic-ai/claude-agent-sdk": {
20
+ "version": "0.3.252",
21
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk/-/claude-agent-sdk-0.3.252.tgz",
22
+ "integrity": "sha512-hCkyZFn3J46aAMNqS6AZbYz91FaLUmX5VvJOzYZqzlVBJN47OxXQugqOzqa6b6GOZRmwiqW2ck8J8TE7bQZswQ==",
23
+ "license": "SEE LICENSE IN README.md",
24
+ "engines": {
25
+ "node": ">=18.0.0"
26
+ },
27
+ "optionalDependencies": {
28
+ "@anthropic-ai/claude-agent-sdk-darwin-arm64": "0.3.252",
29
+ "@anthropic-ai/claude-agent-sdk-darwin-x64": "0.3.252",
30
+ "@anthropic-ai/claude-agent-sdk-linux-arm64": "0.3.252",
31
+ "@anthropic-ai/claude-agent-sdk-linux-arm64-musl": "0.3.252",
32
+ "@anthropic-ai/claude-agent-sdk-linux-x64": "0.3.252",
33
+ "@anthropic-ai/claude-agent-sdk-linux-x64-musl": "0.3.252",
34
+ "@anthropic-ai/claude-agent-sdk-win32-arm64": "0.3.252",
35
+ "@anthropic-ai/claude-agent-sdk-win32-x64": "0.3.252"
36
+ },
37
+ "peerDependencies": {
38
+ "@anthropic-ai/sdk": ">=0.93.0",
39
+ "@modelcontextprotocol/sdk": "^1.29.0",
40
+ "zod": "^4.0.0"
41
+ }
42
+ },
43
+ "node_modules/@anthropic-ai/claude-agent-sdk-darwin-arm64": {
44
+ "version": "0.3.252",
45
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-darwin-arm64/-/claude-agent-sdk-darwin-arm64-0.3.252.tgz",
46
+ "integrity": "sha512-7lcngnoB3o3ex3lCt54mVhmL4u7ieBqd2g0sLF4YU8GdZap6skJMphe+7p8+upnpmTNJb7QWJYa6+FqINdMknQ==",
47
+ "cpu": [
48
+ "arm64"
49
+ ],
50
+ "license": "SEE LICENSE IN LICENSE.md",
51
+ "optional": true,
52
+ "os": [
53
+ "darwin"
54
+ ]
55
+ },
56
+ "node_modules/@anthropic-ai/claude-agent-sdk-darwin-x64": {
57
+ "version": "0.3.252",
58
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-darwin-x64/-/claude-agent-sdk-darwin-x64-0.3.252.tgz",
59
+ "integrity": "sha512-jznf/im+Ry47vHao6+U8RT2w5gEjxs1ut3EjaoSRVyn35iK40VcjCPjLG7WQMNSqkuxFLTLGxNlKesOw4gXQQg==",
60
+ "cpu": [
61
+ "x64"
62
+ ],
63
+ "license": "SEE LICENSE IN LICENSE.md",
64
+ "optional": true,
65
+ "os": [
66
+ "darwin"
67
+ ]
68
+ },
69
+ "node_modules/@anthropic-ai/claude-agent-sdk-linux-arm64": {
70
+ "version": "0.3.252",
71
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-linux-arm64/-/claude-agent-sdk-linux-arm64-0.3.252.tgz",
72
+ "integrity": "sha512-yXet0aNf32MaGJcJvQqMfLv4mfrnBqdKPa1f/KSPQQJA/7v3EFKd2OlBguSwmBJAd0uB671G0PBThzlzcIEiTA==",
73
+ "cpu": [
74
+ "arm64"
75
+ ],
76
+ "libc": [
77
+ "glibc"
78
+ ],
79
+ "license": "SEE LICENSE IN LICENSE.md",
80
+ "optional": true,
81
+ "os": [
82
+ "linux"
83
+ ]
84
+ },
85
+ "node_modules/@anthropic-ai/claude-agent-sdk-linux-arm64-musl": {
86
+ "version": "0.3.252",
87
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-linux-arm64-musl/-/claude-agent-sdk-linux-arm64-musl-0.3.252.tgz",
88
+ "integrity": "sha512-BnFd6MTl2Egid7JuISaJKSmgz8jVm3J/qrnN6u+CKia42k7h5gKawKLi+Jh6FanZQKRTfq/mAQMjiARylaKeMA==",
89
+ "cpu": [
90
+ "arm64"
91
+ ],
92
+ "libc": [
93
+ "musl"
94
+ ],
95
+ "license": "SEE LICENSE IN LICENSE.md",
96
+ "optional": true,
97
+ "os": [
98
+ "linux"
99
+ ]
100
+ },
101
+ "node_modules/@anthropic-ai/claude-agent-sdk-linux-x64": {
102
+ "version": "0.3.252",
103
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-linux-x64/-/claude-agent-sdk-linux-x64-0.3.252.tgz",
104
+ "integrity": "sha512-pSwulGf0yQJu02FzlV/mVoGH2HQMHsBmIhmnKtYF5/zp22vF1vnFANCtUZjyNnvAhmCnkNJRhOe76pzlaRd89w==",
105
+ "cpu": [
106
+ "x64"
107
+ ],
108
+ "libc": [
109
+ "glibc"
110
+ ],
111
+ "license": "SEE LICENSE IN LICENSE.md",
112
+ "optional": true,
113
+ "os": [
114
+ "linux"
115
+ ]
116
+ },
117
+ "node_modules/@anthropic-ai/claude-agent-sdk-linux-x64-musl": {
118
+ "version": "0.3.252",
119
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-linux-x64-musl/-/claude-agent-sdk-linux-x64-musl-0.3.252.tgz",
120
+ "integrity": "sha512-SsFTpHDjNCtpCVAlcFp/gwZj8WVsbtORuPZoKujlxNOHjE1uJ9FLXhyo8grFsfxMnyp1QCdsFmFIVt1YO4NDxw==",
121
+ "cpu": [
122
+ "x64"
123
+ ],
124
+ "libc": [
125
+ "musl"
126
+ ],
127
+ "license": "SEE LICENSE IN LICENSE.md",
128
+ "optional": true,
129
+ "os": [
130
+ "linux"
131
+ ]
132
+ },
133
+ "node_modules/@anthropic-ai/claude-agent-sdk-win32-arm64": {
134
+ "version": "0.3.252",
135
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-win32-arm64/-/claude-agent-sdk-win32-arm64-0.3.252.tgz",
136
+ "integrity": "sha512-oxtZaKcHiRKI5OIfAogIgw8oNCC6U1E7jqUsl1FvXG72JSMrRFnMViXuE5EVZoJH8m6NkFqzxVuVB7gf8HZZgw==",
137
+ "cpu": [
138
+ "arm64"
139
+ ],
140
+ "license": "SEE LICENSE IN LICENSE.md",
141
+ "optional": true,
142
+ "os": [
143
+ "win32"
144
+ ]
145
+ },
146
+ "node_modules/@anthropic-ai/claude-agent-sdk-win32-x64": {
147
+ "version": "0.3.252",
148
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-win32-x64/-/claude-agent-sdk-win32-x64-0.3.252.tgz",
149
+ "integrity": "sha512-2Lv3mzxXP1OwY9ZXvKy8Fr1GE8UQS8mKp8lvDexnFfSqVkfs3BfB2qqfuv81H9QCIDX3vu/G+dJKKQxgElrTzA==",
150
+ "cpu": [
151
+ "x64"
152
+ ],
153
+ "license": "SEE LICENSE IN LICENSE.md",
154
+ "optional": true,
155
+ "os": [
156
+ "win32"
157
+ ]
158
+ },
159
+ "node_modules/@anthropic-ai/sdk": {
160
+ "version": "0.122.0",
161
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.122.0.tgz",
162
+ "integrity": "sha512-GGPNftt0caaz9MDlmNQGHX8855Ojaduyy5pm9Sm1h7HalCn0cWNb5/bweadJF+4yzbal+QL6ztBa09WAAOzLmQ==",
163
+ "license": "MIT",
164
+ "peer": true,
165
+ "dependencies": {
166
+ "json-schema-to-ts": "^3.1.1",
167
+ "standardwebhooks": "^1.0.0"
168
+ },
169
+ "bin": {
170
+ "anthropic-ai-sdk": "bin/cli"
171
+ },
172
+ "peerDependencies": {
173
+ "zod": "^3.25.0 || ^4.0.0"
174
+ },
175
+ "peerDependenciesMeta": {
176
+ "zod": {
177
+ "optional": true
178
+ }
179
+ }
180
+ },
181
+ "node_modules/@babel/runtime": {
182
+ "version": "7.29.7",
183
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
184
+ "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
185
+ "license": "MIT",
186
+ "peer": true,
187
+ "engines": {
188
+ "node": ">=6.9.0"
189
+ }
190
+ },
191
+ "node_modules/@hono/node-server": {
192
+ "version": "2.1.1",
193
+ "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-2.1.1.tgz",
194
+ "integrity": "sha512-ELuehkj5VCBdgEw9zs+ivkKwyzzUCSQuE96YmiPvn1ECBoZCczbFXJLeEGMTYjphP6gydh4pHMqEYPVMYUVgQg==",
195
+ "license": "MIT",
196
+ "peer": true,
197
+ "engines": {
198
+ "node": ">=20"
199
+ },
200
+ "peerDependencies": {
201
+ "hono": "^4"
202
+ }
203
+ },
204
+ "node_modules/@modelcontextprotocol/sdk": {
205
+ "version": "1.30.0",
206
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.30.0.tgz",
207
+ "integrity": "sha512-xKd8OIzlqNzcqcNumGAa6g+PW2kjD5vrpcKOnfldAUPP3j7lnqMPwlTXQm8gF+UwH72z0lqaRbjr9hqGz0eITA==",
208
+ "license": "MIT",
209
+ "peer": true,
210
+ "dependencies": {
211
+ "@hono/node-server": "^1.19.9 || ^2.0.5",
212
+ "ajv": "^8.17.1",
213
+ "ajv-formats": "^3.0.1",
214
+ "content-type": "^1.0.5",
215
+ "cors": "^2.8.5",
216
+ "cross-spawn": "^7.0.5",
217
+ "eventsource": "^3.0.2",
218
+ "eventsource-parser": "^3.0.0",
219
+ "express": "^5.2.1",
220
+ "express-rate-limit": "^8.2.1",
221
+ "hono": "^4.11.4",
222
+ "jose": "^6.1.3",
223
+ "json-schema-typed": "^8.0.2",
224
+ "pkce-challenge": "^5.0.0",
225
+ "raw-body": "^3.0.0",
226
+ "zod": "^3.25 || ^4.0",
227
+ "zod-to-json-schema": "^3.25.1"
228
+ },
229
+ "engines": {
230
+ "node": ">=18"
231
+ },
232
+ "peerDependencies": {
233
+ "@cfworker/json-schema": "^4.1.1",
234
+ "zod": "^3.25 || ^4.0"
235
+ },
236
+ "peerDependenciesMeta": {
237
+ "@cfworker/json-schema": {
238
+ "optional": true
239
+ },
240
+ "zod": {
241
+ "optional": false
242
+ }
243
+ }
244
+ },
245
+ "node_modules/@modelcontextprotocol/sdk/node_modules/accepts": {
246
+ "version": "2.0.0",
247
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
248
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
249
+ "license": "MIT",
250
+ "peer": true,
251
+ "dependencies": {
252
+ "mime-types": "^3.0.0",
253
+ "negotiator": "^1.0.0"
254
+ },
255
+ "engines": {
256
+ "node": ">= 0.6"
257
+ }
258
+ },
259
+ "node_modules/@modelcontextprotocol/sdk/node_modules/body-parser": {
260
+ "version": "2.3.0",
261
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
262
+ "integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
263
+ "license": "MIT",
264
+ "peer": true,
265
+ "dependencies": {
266
+ "bytes": "^3.1.2",
267
+ "content-type": "^2.0.0",
268
+ "debug": "^4.4.3",
269
+ "http-errors": "^2.0.1",
270
+ "iconv-lite": "^0.7.2",
271
+ "on-finished": "^2.4.1",
272
+ "qs": "^6.15.2",
273
+ "raw-body": "^3.0.2",
274
+ "type-is": "^2.1.0"
275
+ },
276
+ "engines": {
277
+ "node": ">=18"
278
+ },
279
+ "funding": {
280
+ "type": "opencollective",
281
+ "url": "https://opencollective.com/express"
282
+ }
283
+ },
284
+ "node_modules/@modelcontextprotocol/sdk/node_modules/body-parser/node_modules/content-type": {
285
+ "version": "2.1.0",
286
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.1.0.tgz",
287
+ "integrity": "sha512-mj7UPXE0jaqaOsukNZRUEfEi2AcL7C/vwmwcHV0O97eO1E1pxBZuyjlZrx5seTaNBg1U6+o35wpa35Qfcc+7ag==",
288
+ "license": "MIT",
289
+ "peer": true,
290
+ "engines": {
291
+ "node": ">=18"
292
+ },
293
+ "funding": {
294
+ "type": "opencollective",
295
+ "url": "https://opencollective.com/express"
296
+ }
297
+ },
298
+ "node_modules/@modelcontextprotocol/sdk/node_modules/content-disposition": {
299
+ "version": "1.1.0",
300
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
301
+ "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
302
+ "license": "MIT",
303
+ "peer": true,
304
+ "engines": {
305
+ "node": ">=18"
306
+ },
307
+ "funding": {
308
+ "type": "opencollective",
309
+ "url": "https://opencollective.com/express"
310
+ }
311
+ },
312
+ "node_modules/@modelcontextprotocol/sdk/node_modules/cookie-signature": {
313
+ "version": "1.2.2",
314
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
315
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
316
+ "license": "MIT",
317
+ "peer": true,
318
+ "engines": {
319
+ "node": ">=6.6.0"
320
+ }
321
+ },
322
+ "node_modules/@modelcontextprotocol/sdk/node_modules/debug": {
323
+ "version": "4.4.3",
324
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
325
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
326
+ "license": "MIT",
327
+ "peer": true,
328
+ "dependencies": {
329
+ "ms": "^2.1.3"
330
+ },
331
+ "engines": {
332
+ "node": ">=6.0"
333
+ },
334
+ "peerDependenciesMeta": {
335
+ "supports-color": {
336
+ "optional": true
337
+ }
338
+ }
339
+ },
340
+ "node_modules/@modelcontextprotocol/sdk/node_modules/express": {
341
+ "version": "5.2.1",
342
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
343
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
344
+ "license": "MIT",
345
+ "peer": true,
346
+ "dependencies": {
347
+ "accepts": "^2.0.0",
348
+ "body-parser": "^2.2.1",
349
+ "content-disposition": "^1.0.0",
350
+ "content-type": "^1.0.5",
351
+ "cookie": "^0.7.1",
352
+ "cookie-signature": "^1.2.1",
353
+ "debug": "^4.4.0",
354
+ "depd": "^2.0.0",
355
+ "encodeurl": "^2.0.0",
356
+ "escape-html": "^1.0.3",
357
+ "etag": "^1.8.1",
358
+ "finalhandler": "^2.1.0",
359
+ "fresh": "^2.0.0",
360
+ "http-errors": "^2.0.0",
361
+ "merge-descriptors": "^2.0.0",
362
+ "mime-types": "^3.0.0",
363
+ "on-finished": "^2.4.1",
364
+ "once": "^1.4.0",
365
+ "parseurl": "^1.3.3",
366
+ "proxy-addr": "^2.0.7",
367
+ "qs": "^6.14.0",
368
+ "range-parser": "^1.2.1",
369
+ "router": "^2.2.0",
370
+ "send": "^1.1.0",
371
+ "serve-static": "^2.2.0",
372
+ "statuses": "^2.0.1",
373
+ "type-is": "^2.0.1",
374
+ "vary": "^1.1.2"
375
+ },
376
+ "engines": {
377
+ "node": ">= 18"
378
+ },
379
+ "funding": {
380
+ "type": "opencollective",
381
+ "url": "https://opencollective.com/express"
382
+ }
383
+ },
384
+ "node_modules/@modelcontextprotocol/sdk/node_modules/finalhandler": {
385
+ "version": "2.1.1",
386
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
387
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
388
+ "license": "MIT",
389
+ "peer": true,
390
+ "dependencies": {
391
+ "debug": "^4.4.0",
392
+ "encodeurl": "^2.0.0",
393
+ "escape-html": "^1.0.3",
394
+ "on-finished": "^2.4.1",
395
+ "parseurl": "^1.3.3",
396
+ "statuses": "^2.0.1"
397
+ },
398
+ "engines": {
399
+ "node": ">= 18.0.0"
400
+ },
401
+ "funding": {
402
+ "type": "opencollective",
403
+ "url": "https://opencollective.com/express"
404
+ }
405
+ },
406
+ "node_modules/@modelcontextprotocol/sdk/node_modules/fresh": {
407
+ "version": "2.0.0",
408
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
409
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
410
+ "license": "MIT",
411
+ "peer": true,
412
+ "engines": {
413
+ "node": ">= 0.8"
414
+ }
415
+ },
416
+ "node_modules/@modelcontextprotocol/sdk/node_modules/iconv-lite": {
417
+ "version": "0.7.3",
418
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.3.tgz",
419
+ "integrity": "sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==",
420
+ "license": "MIT",
421
+ "peer": true,
422
+ "dependencies": {
423
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
424
+ },
425
+ "engines": {
426
+ "node": ">=0.10.0"
427
+ },
428
+ "funding": {
429
+ "type": "opencollective",
430
+ "url": "https://opencollective.com/express"
431
+ }
432
+ },
433
+ "node_modules/@modelcontextprotocol/sdk/node_modules/media-typer": {
434
+ "version": "1.1.1",
435
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.1.tgz",
436
+ "integrity": "sha512-yz3xRaG20c6/BOzvYoDaGtPmGscs7YivItZEEqe6GbwNfHuxu9YNmvnEkMzKldAGY4/80pRcQRZSEnhquk9XuQ==",
437
+ "license": "MIT",
438
+ "peer": true,
439
+ "engines": {
440
+ "node": ">= 0.8"
441
+ },
442
+ "funding": {
443
+ "type": "opencollective",
444
+ "url": "https://opencollective.com/express"
445
+ }
446
+ },
447
+ "node_modules/@modelcontextprotocol/sdk/node_modules/merge-descriptors": {
448
+ "version": "2.0.0",
449
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
450
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
451
+ "license": "MIT",
452
+ "peer": true,
453
+ "engines": {
454
+ "node": ">=18"
455
+ },
456
+ "funding": {
457
+ "url": "https://github.com/sponsors/sindresorhus"
458
+ }
459
+ },
460
+ "node_modules/@modelcontextprotocol/sdk/node_modules/mime-db": {
461
+ "version": "1.54.0",
462
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
463
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
464
+ "license": "MIT",
465
+ "peer": true,
466
+ "engines": {
467
+ "node": ">= 0.6"
468
+ }
469
+ },
470
+ "node_modules/@modelcontextprotocol/sdk/node_modules/mime-types": {
471
+ "version": "3.0.2",
472
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
473
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
474
+ "license": "MIT",
475
+ "peer": true,
476
+ "dependencies": {
477
+ "mime-db": "^1.54.0"
478
+ },
479
+ "engines": {
480
+ "node": ">=18"
481
+ },
482
+ "funding": {
483
+ "type": "opencollective",
484
+ "url": "https://opencollective.com/express"
485
+ }
486
+ },
487
+ "node_modules/@modelcontextprotocol/sdk/node_modules/ms": {
488
+ "version": "2.1.3",
489
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
490
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
491
+ "license": "MIT",
492
+ "peer": true
493
+ },
494
+ "node_modules/@modelcontextprotocol/sdk/node_modules/negotiator": {
495
+ "version": "1.1.0",
496
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.1.0.tgz",
497
+ "integrity": "sha512-NMPBRMJgiQHjbd8phG3Vebdx4kZ1H121rbl5IkMqeOsahptB9BKo/d7oJ3zTXqTgagn2bWlNSXkh0QUGM31RYg==",
498
+ "license": "MIT",
499
+ "peer": true,
500
+ "dependencies": {
501
+ "content-type": "^2.1.0"
502
+ },
503
+ "engines": {
504
+ "node": ">=18"
505
+ },
506
+ "funding": {
507
+ "type": "opencollective",
508
+ "url": "https://opencollective.com/express"
509
+ }
510
+ },
511
+ "node_modules/@modelcontextprotocol/sdk/node_modules/negotiator/node_modules/content-type": {
512
+ "version": "2.1.0",
513
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.1.0.tgz",
514
+ "integrity": "sha512-mj7UPXE0jaqaOsukNZRUEfEi2AcL7C/vwmwcHV0O97eO1E1pxBZuyjlZrx5seTaNBg1U6+o35wpa35Qfcc+7ag==",
515
+ "license": "MIT",
516
+ "peer": true,
517
+ "engines": {
518
+ "node": ">=18"
519
+ },
520
+ "funding": {
521
+ "type": "opencollective",
522
+ "url": "https://opencollective.com/express"
523
+ }
524
+ },
525
+ "node_modules/@modelcontextprotocol/sdk/node_modules/raw-body": {
526
+ "version": "3.0.2",
527
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
528
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
529
+ "license": "MIT",
530
+ "peer": true,
531
+ "dependencies": {
532
+ "bytes": "~3.1.2",
533
+ "http-errors": "~2.0.1",
534
+ "iconv-lite": "~0.7.0",
535
+ "unpipe": "~1.0.0"
536
+ },
537
+ "engines": {
538
+ "node": ">= 0.10"
539
+ }
540
+ },
541
+ "node_modules/@modelcontextprotocol/sdk/node_modules/send": {
542
+ "version": "1.2.1",
543
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
544
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
545
+ "license": "MIT",
546
+ "peer": true,
547
+ "dependencies": {
548
+ "debug": "^4.4.3",
549
+ "encodeurl": "^2.0.0",
550
+ "escape-html": "^1.0.3",
551
+ "etag": "^1.8.1",
552
+ "fresh": "^2.0.0",
553
+ "http-errors": "^2.0.1",
554
+ "mime-types": "^3.0.2",
555
+ "ms": "^2.1.3",
556
+ "on-finished": "^2.4.1",
557
+ "range-parser": "^1.2.1",
558
+ "statuses": "^2.0.2"
559
+ },
560
+ "engines": {
561
+ "node": ">= 18"
562
+ },
563
+ "funding": {
564
+ "type": "opencollective",
565
+ "url": "https://opencollective.com/express"
566
+ }
567
+ },
568
+ "node_modules/@modelcontextprotocol/sdk/node_modules/serve-static": {
569
+ "version": "2.2.1",
570
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
571
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
572
+ "license": "MIT",
573
+ "peer": true,
574
+ "dependencies": {
575
+ "encodeurl": "^2.0.0",
576
+ "escape-html": "^1.0.3",
577
+ "parseurl": "^1.3.3",
578
+ "send": "^1.2.0"
579
+ },
580
+ "engines": {
581
+ "node": ">= 18"
582
+ },
583
+ "funding": {
584
+ "type": "opencollective",
585
+ "url": "https://opencollective.com/express"
586
+ }
587
+ },
588
+ "node_modules/@modelcontextprotocol/sdk/node_modules/type-is": {
589
+ "version": "2.1.0",
590
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
591
+ "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
592
+ "license": "MIT",
593
+ "peer": true,
594
+ "dependencies": {
595
+ "content-type": "^2.0.0",
596
+ "media-typer": "^1.1.0",
597
+ "mime-types": "^3.0.0"
598
+ },
599
+ "engines": {
600
+ "node": ">= 18"
601
+ },
602
+ "funding": {
603
+ "type": "opencollective",
604
+ "url": "https://opencollective.com/express"
605
+ }
606
+ },
607
+ "node_modules/@modelcontextprotocol/sdk/node_modules/type-is/node_modules/content-type": {
608
+ "version": "2.1.0",
609
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.1.0.tgz",
610
+ "integrity": "sha512-mj7UPXE0jaqaOsukNZRUEfEi2AcL7C/vwmwcHV0O97eO1E1pxBZuyjlZrx5seTaNBg1U6+o35wpa35Qfcc+7ag==",
611
+ "license": "MIT",
612
+ "peer": true,
613
+ "engines": {
614
+ "node": ">=18"
615
+ },
616
+ "funding": {
617
+ "type": "opencollective",
618
+ "url": "https://opencollective.com/express"
619
+ }
620
+ },
621
+ "node_modules/@stablelib/base64": {
622
+ "version": "1.0.1",
623
+ "resolved": "https://registry.npmjs.org/@stablelib/base64/-/base64-1.0.1.tgz",
624
+ "integrity": "sha512-1bnPQqSxSuc3Ii6MhBysoWCg58j97aUjuCSZrGSmDxNqtytIi0k8utUenAwTZN4V5mXXYGsVUI9zeBqy+jBOSQ==",
625
+ "license": "MIT",
626
+ "peer": true
627
+ },
18
628
  "node_modules/accepts": {
19
629
  "version": "1.3.8",
20
630
  "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
@@ -28,6 +638,41 @@
28
638
  "node": ">= 0.6"
29
639
  }
30
640
  },
641
+ "node_modules/ajv": {
642
+ "version": "8.20.0",
643
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
644
+ "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
645
+ "license": "MIT",
646
+ "peer": true,
647
+ "dependencies": {
648
+ "fast-deep-equal": "^3.1.3",
649
+ "fast-uri": "^3.0.1",
650
+ "json-schema-traverse": "^1.0.0",
651
+ "require-from-string": "^2.0.2"
652
+ },
653
+ "funding": {
654
+ "type": "github",
655
+ "url": "https://github.com/sponsors/epoberezkin"
656
+ }
657
+ },
658
+ "node_modules/ajv-formats": {
659
+ "version": "3.0.1",
660
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
661
+ "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
662
+ "license": "MIT",
663
+ "peer": true,
664
+ "dependencies": {
665
+ "ajv": "^8.0.0"
666
+ },
667
+ "peerDependencies": {
668
+ "ajv": "^8.0.0"
669
+ },
670
+ "peerDependenciesMeta": {
671
+ "ajv": {
672
+ "optional": true
673
+ }
674
+ }
675
+ },
31
676
  "node_modules/array-flatten": {
32
677
  "version": "1.1.1",
33
678
  "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
@@ -132,6 +777,39 @@
132
777
  "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==",
133
778
  "license": "MIT"
134
779
  },
780
+ "node_modules/cors": {
781
+ "version": "2.8.6",
782
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
783
+ "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
784
+ "license": "MIT",
785
+ "peer": true,
786
+ "dependencies": {
787
+ "object-assign": "^4",
788
+ "vary": "^1"
789
+ },
790
+ "engines": {
791
+ "node": ">= 0.10"
792
+ },
793
+ "funding": {
794
+ "type": "opencollective",
795
+ "url": "https://opencollective.com/express"
796
+ }
797
+ },
798
+ "node_modules/cross-spawn": {
799
+ "version": "7.0.6",
800
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
801
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
802
+ "license": "MIT",
803
+ "peer": true,
804
+ "dependencies": {
805
+ "path-key": "^3.1.0",
806
+ "shebang-command": "^2.0.0",
807
+ "which": "^2.0.1"
808
+ },
809
+ "engines": {
810
+ "node": ">= 8"
811
+ }
812
+ },
135
813
  "node_modules/debug": {
136
814
  "version": "2.6.9",
137
815
  "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
@@ -234,6 +912,29 @@
234
912
  "node": ">= 0.6"
235
913
  }
236
914
  },
915
+ "node_modules/eventsource": {
916
+ "version": "3.0.7",
917
+ "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
918
+ "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
919
+ "license": "MIT",
920
+ "peer": true,
921
+ "dependencies": {
922
+ "eventsource-parser": "^3.0.1"
923
+ },
924
+ "engines": {
925
+ "node": ">=18.0.0"
926
+ }
927
+ },
928
+ "node_modules/eventsource-parser": {
929
+ "version": "3.1.1",
930
+ "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.1.1.tgz",
931
+ "integrity": "sha512-EKN1vKAMcZ8MlYMpaNuxN6R9yakzH6uajHcHVTqWJzvu5pWw9DyhbP35HH8MVBQ+dZjAfDxk+A8NiR9KWaXiyQ==",
932
+ "license": "MIT",
933
+ "peer": true,
934
+ "engines": {
935
+ "node": ">=18.0.0"
936
+ }
937
+ },
237
938
  "node_modules/express": {
238
939
  "version": "4.22.2",
239
940
  "resolved": "https://registry.npmjs.org/express/-/express-4.22.2.tgz",
@@ -280,6 +981,82 @@
280
981
  "url": "https://opencollective.com/express"
281
982
  }
282
983
  },
984
+ "node_modules/express-rate-limit": {
985
+ "version": "8.7.0",
986
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.7.0.tgz",
987
+ "integrity": "sha512-hOwV7WOxXfjRpAM1DSJWZDXx3GhplwD8IfwuwvogD8i1Qnkgosw/H45s4ZnFAUHDAhPjlY9hLBvJhKmGMyY26g==",
988
+ "license": "MIT",
989
+ "peer": true,
990
+ "dependencies": {
991
+ "debug": "^4.4.3",
992
+ "ip-address": "^10.2.0"
993
+ },
994
+ "engines": {
995
+ "node": ">= 16"
996
+ },
997
+ "funding": {
998
+ "url": "https://github.com/sponsors/express-rate-limit"
999
+ },
1000
+ "peerDependencies": {
1001
+ "express": ">= 4.11"
1002
+ }
1003
+ },
1004
+ "node_modules/express-rate-limit/node_modules/debug": {
1005
+ "version": "4.4.3",
1006
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1007
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1008
+ "license": "MIT",
1009
+ "peer": true,
1010
+ "dependencies": {
1011
+ "ms": "^2.1.3"
1012
+ },
1013
+ "engines": {
1014
+ "node": ">=6.0"
1015
+ },
1016
+ "peerDependenciesMeta": {
1017
+ "supports-color": {
1018
+ "optional": true
1019
+ }
1020
+ }
1021
+ },
1022
+ "node_modules/express-rate-limit/node_modules/ms": {
1023
+ "version": "2.1.3",
1024
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1025
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1026
+ "license": "MIT",
1027
+ "peer": true
1028
+ },
1029
+ "node_modules/fast-deep-equal": {
1030
+ "version": "3.1.3",
1031
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1032
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1033
+ "license": "MIT",
1034
+ "peer": true
1035
+ },
1036
+ "node_modules/fast-sha256": {
1037
+ "version": "1.3.0",
1038
+ "resolved": "https://registry.npmjs.org/fast-sha256/-/fast-sha256-1.3.0.tgz",
1039
+ "integrity": "sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==",
1040
+ "license": "Unlicense",
1041
+ "peer": true
1042
+ },
1043
+ "node_modules/fast-uri": {
1044
+ "version": "3.1.6",
1045
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.6.tgz",
1046
+ "integrity": "sha512-7Ical1vFEMr0onbVzEDIreM22I4khW+fzyQPwvAFWBp1iwdshSZRsL4jjRvPG9JP1uiqMHRto+YU6R2/CzDz5Q==",
1047
+ "funding": [
1048
+ {
1049
+ "type": "github",
1050
+ "url": "https://github.com/sponsors/fastify"
1051
+ },
1052
+ {
1053
+ "type": "opencollective",
1054
+ "url": "https://opencollective.com/fastify"
1055
+ }
1056
+ ],
1057
+ "license": "BSD-3-Clause",
1058
+ "peer": true
1059
+ },
283
1060
  "node_modules/finalhandler": {
284
1061
  "version": "1.3.2",
285
1062
  "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz",
@@ -398,6 +1175,16 @@
398
1175
  "node": ">= 0.4"
399
1176
  }
400
1177
  },
1178
+ "node_modules/hono": {
1179
+ "version": "4.13.5",
1180
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.5.tgz",
1181
+ "integrity": "sha512-O6+/eCYRkzzzy0rPWwKLiGBR1nFuUPZynnwjxN1MBA62NNqbT0wQEzQyK2gSO5yDIDB336sXQleAhOHrzlYyKw==",
1182
+ "license": "MIT",
1183
+ "peer": true,
1184
+ "engines": {
1185
+ "node": ">=16.9.0"
1186
+ }
1187
+ },
401
1188
  "node_modules/http-errors": {
402
1189
  "version": "2.0.1",
403
1190
  "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
@@ -436,6 +1223,16 @@
436
1223
  "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
437
1224
  "license": "ISC"
438
1225
  },
1226
+ "node_modules/ip-address": {
1227
+ "version": "10.7.0",
1228
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.7.0.tgz",
1229
+ "integrity": "sha512-BGFsyJd5mpXp3rK6jIdADLNgpJUK1jnjzvYF8lK+VyDab9JAmqN0YOKDdP17HlgKb2+ehPgDc8EtnRLbGCAMhA==",
1230
+ "license": "MIT",
1231
+ "peer": true,
1232
+ "engines": {
1233
+ "node": ">= 12"
1234
+ }
1235
+ },
439
1236
  "node_modules/ipaddr.js": {
440
1237
  "version": "1.9.1",
441
1238
  "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
@@ -445,6 +1242,58 @@
445
1242
  "node": ">= 0.10"
446
1243
  }
447
1244
  },
1245
+ "node_modules/is-promise": {
1246
+ "version": "4.0.0",
1247
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
1248
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
1249
+ "license": "MIT",
1250
+ "peer": true
1251
+ },
1252
+ "node_modules/isexe": {
1253
+ "version": "2.0.0",
1254
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1255
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1256
+ "license": "ISC",
1257
+ "peer": true
1258
+ },
1259
+ "node_modules/jose": {
1260
+ "version": "6.2.10",
1261
+ "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.10.tgz",
1262
+ "integrity": "sha512-iiW7J9qRFlGxvCOIBDBDxFePQSn7ZMAnrYGhrrOo6siO/MIqwfyilLR27pkfDgUk+raLuzADS8A3S/KLBisc0g==",
1263
+ "license": "MIT",
1264
+ "peer": true,
1265
+ "funding": {
1266
+ "url": "https://github.com/sponsors/panva"
1267
+ }
1268
+ },
1269
+ "node_modules/json-schema-to-ts": {
1270
+ "version": "3.1.1",
1271
+ "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz",
1272
+ "integrity": "sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==",
1273
+ "license": "MIT",
1274
+ "peer": true,
1275
+ "dependencies": {
1276
+ "@babel/runtime": "^7.18.3",
1277
+ "ts-algebra": "^2.0.0"
1278
+ },
1279
+ "engines": {
1280
+ "node": ">=16"
1281
+ }
1282
+ },
1283
+ "node_modules/json-schema-traverse": {
1284
+ "version": "1.0.0",
1285
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1286
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
1287
+ "license": "MIT",
1288
+ "peer": true
1289
+ },
1290
+ "node_modules/json-schema-typed": {
1291
+ "version": "8.0.2",
1292
+ "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
1293
+ "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
1294
+ "license": "BSD-2-Clause",
1295
+ "peer": true
1296
+ },
448
1297
  "node_modules/math-intrinsics": {
449
1298
  "version": "1.1.0",
450
1299
  "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
@@ -529,6 +1378,16 @@
529
1378
  "node": ">= 0.6"
530
1379
  }
531
1380
  },
1381
+ "node_modules/object-assign": {
1382
+ "version": "4.1.1",
1383
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1384
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
1385
+ "license": "MIT",
1386
+ "peer": true,
1387
+ "engines": {
1388
+ "node": ">=0.10.0"
1389
+ }
1390
+ },
532
1391
  "node_modules/object-inspect": {
533
1392
  "version": "1.13.4",
534
1393
  "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
@@ -553,6 +1412,16 @@
553
1412
  "node": ">= 0.8"
554
1413
  }
555
1414
  },
1415
+ "node_modules/once": {
1416
+ "version": "1.4.0",
1417
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1418
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1419
+ "license": "ISC",
1420
+ "peer": true,
1421
+ "dependencies": {
1422
+ "wrappy": "1"
1423
+ }
1424
+ },
556
1425
  "node_modules/parseurl": {
557
1426
  "version": "1.3.3",
558
1427
  "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
@@ -562,12 +1431,32 @@
562
1431
  "node": ">= 0.8"
563
1432
  }
564
1433
  },
1434
+ "node_modules/path-key": {
1435
+ "version": "3.1.1",
1436
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
1437
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
1438
+ "license": "MIT",
1439
+ "peer": true,
1440
+ "engines": {
1441
+ "node": ">=8"
1442
+ }
1443
+ },
565
1444
  "node_modules/path-to-regexp": {
566
1445
  "version": "0.1.13",
567
1446
  "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz",
568
1447
  "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==",
569
1448
  "license": "MIT"
570
1449
  },
1450
+ "node_modules/pkce-challenge": {
1451
+ "version": "5.0.1",
1452
+ "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
1453
+ "integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
1454
+ "license": "MIT",
1455
+ "peer": true,
1456
+ "engines": {
1457
+ "node": ">=16.20.0"
1458
+ }
1459
+ },
571
1460
  "node_modules/proxy-addr": {
572
1461
  "version": "2.0.7",
573
1462
  "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
@@ -621,6 +1510,69 @@
621
1510
  "node": ">= 0.8"
622
1511
  }
623
1512
  },
1513
+ "node_modules/require-from-string": {
1514
+ "version": "2.0.2",
1515
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
1516
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
1517
+ "license": "MIT",
1518
+ "peer": true,
1519
+ "engines": {
1520
+ "node": ">=0.10.0"
1521
+ }
1522
+ },
1523
+ "node_modules/router": {
1524
+ "version": "2.2.0",
1525
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
1526
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
1527
+ "license": "MIT",
1528
+ "peer": true,
1529
+ "dependencies": {
1530
+ "debug": "^4.4.0",
1531
+ "depd": "^2.0.0",
1532
+ "is-promise": "^4.0.0",
1533
+ "parseurl": "^1.3.3",
1534
+ "path-to-regexp": "^8.0.0"
1535
+ },
1536
+ "engines": {
1537
+ "node": ">= 18"
1538
+ }
1539
+ },
1540
+ "node_modules/router/node_modules/debug": {
1541
+ "version": "4.4.3",
1542
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1543
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1544
+ "license": "MIT",
1545
+ "peer": true,
1546
+ "dependencies": {
1547
+ "ms": "^2.1.3"
1548
+ },
1549
+ "engines": {
1550
+ "node": ">=6.0"
1551
+ },
1552
+ "peerDependenciesMeta": {
1553
+ "supports-color": {
1554
+ "optional": true
1555
+ }
1556
+ }
1557
+ },
1558
+ "node_modules/router/node_modules/ms": {
1559
+ "version": "2.1.3",
1560
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1561
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1562
+ "license": "MIT",
1563
+ "peer": true
1564
+ },
1565
+ "node_modules/router/node_modules/path-to-regexp": {
1566
+ "version": "8.4.2",
1567
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
1568
+ "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
1569
+ "license": "MIT",
1570
+ "peer": true,
1571
+ "funding": {
1572
+ "type": "opencollective",
1573
+ "url": "https://opencollective.com/express"
1574
+ }
1575
+ },
624
1576
  "node_modules/safe-buffer": {
625
1577
  "version": "5.2.1",
626
1578
  "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
@@ -698,6 +1650,29 @@
698
1650
  "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
699
1651
  "license": "ISC"
700
1652
  },
1653
+ "node_modules/shebang-command": {
1654
+ "version": "2.0.0",
1655
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
1656
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
1657
+ "license": "MIT",
1658
+ "peer": true,
1659
+ "dependencies": {
1660
+ "shebang-regex": "^3.0.0"
1661
+ },
1662
+ "engines": {
1663
+ "node": ">=8"
1664
+ }
1665
+ },
1666
+ "node_modules/shebang-regex": {
1667
+ "version": "3.0.0",
1668
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
1669
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
1670
+ "license": "MIT",
1671
+ "peer": true,
1672
+ "engines": {
1673
+ "node": ">=8"
1674
+ }
1675
+ },
701
1676
  "node_modules/side-channel": {
702
1677
  "version": "1.1.1",
703
1678
  "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
@@ -770,6 +1745,17 @@
770
1745
  "url": "https://github.com/sponsors/ljharb"
771
1746
  }
772
1747
  },
1748
+ "node_modules/standardwebhooks": {
1749
+ "version": "1.1.1",
1750
+ "resolved": "https://registry.npmjs.org/standardwebhooks/-/standardwebhooks-1.1.1.tgz",
1751
+ "integrity": "sha512-bCbX9ZEyFkWPsRz7Bl3NuQUJohmwGSev/yhr7vhaGPlc4AfIrspIRa6cPTBuI1ItmrTDJ4d/S2hCsfe4+vQGnQ==",
1752
+ "license": "MIT",
1753
+ "peer": true,
1754
+ "dependencies": {
1755
+ "@stablelib/base64": "^1.0.0",
1756
+ "fast-sha256": "^1.3.0"
1757
+ }
1758
+ },
773
1759
  "node_modules/statuses": {
774
1760
  "version": "2.0.2",
775
1761
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
@@ -788,6 +1774,13 @@
788
1774
  "node": ">=0.6"
789
1775
  }
790
1776
  },
1777
+ "node_modules/ts-algebra": {
1778
+ "version": "2.0.0",
1779
+ "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
1780
+ "integrity": "sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==",
1781
+ "license": "MIT",
1782
+ "peer": true
1783
+ },
791
1784
  "node_modules/type-is": {
792
1785
  "version": "1.6.18",
793
1786
  "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
@@ -827,6 +1820,49 @@
827
1820
  "engines": {
828
1821
  "node": ">= 0.8"
829
1822
  }
1823
+ },
1824
+ "node_modules/which": {
1825
+ "version": "2.0.2",
1826
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1827
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1828
+ "license": "ISC",
1829
+ "peer": true,
1830
+ "dependencies": {
1831
+ "isexe": "^2.0.0"
1832
+ },
1833
+ "bin": {
1834
+ "node-which": "bin/node-which"
1835
+ },
1836
+ "engines": {
1837
+ "node": ">= 8"
1838
+ }
1839
+ },
1840
+ "node_modules/wrappy": {
1841
+ "version": "1.0.2",
1842
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
1843
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
1844
+ "license": "ISC",
1845
+ "peer": true
1846
+ },
1847
+ "node_modules/zod": {
1848
+ "version": "4.5.4",
1849
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.5.4.tgz",
1850
+ "integrity": "sha512-sC95tT5iHHH9gtpj6A81kh+NEaRAUFN+qlUPDUbRfOMvNf5QCBqsb3WgvnpVtK5Y+4UfA6KqufotuTvMGiTlsA==",
1851
+ "license": "MIT",
1852
+ "peer": true,
1853
+ "funding": {
1854
+ "url": "https://github.com/sponsors/colinhacks"
1855
+ }
1856
+ },
1857
+ "node_modules/zod-to-json-schema": {
1858
+ "version": "3.25.2",
1859
+ "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
1860
+ "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
1861
+ "license": "ISC",
1862
+ "peer": true,
1863
+ "peerDependencies": {
1864
+ "zod": "^3.25.28 || ^4"
1865
+ }
830
1866
  }
831
1867
  }
832
1868
  }