@openclaw/acpx 2026.7.2-beta.3 → 2026.7.2-beta.5

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,2517 +0,0 @@
1
- {
2
- "name": "@openclaw/acpx",
3
- "version": "2026.7.2-beta.3",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "@openclaw/acpx",
9
- "version": "2026.7.2-beta.3",
10
- "dependencies": {
11
- "@agentclientprotocol/claude-agent-acp": "0.55.0",
12
- "@agentclientprotocol/codex-acp": "1.1.2",
13
- "acpx": "0.11.2",
14
- "smol-toml": "1.7.0",
15
- "zod": "4.4.3"
16
- }
17
- },
18
- "node_modules/@agentclientprotocol/claude-agent-acp": {
19
- "version": "0.55.0",
20
- "resolved": "https://registry.npmjs.org/@agentclientprotocol/claude-agent-acp/-/claude-agent-acp-0.55.0.tgz",
21
- "integrity": "sha512-zZ4EpT6OppURh3lrTTvQR42+ggPi5Q42TC7Nig+Vt0RGBAmw73xAnM6W5BpdNRL7VcT/2aRndV0Z7fuGrruMGA==",
22
- "license": "Apache-2.0",
23
- "dependencies": {
24
- "@agentclientprotocol/sdk": "1.1.0",
25
- "@anthropic-ai/claude-agent-sdk": "0.3.198",
26
- "zod": "^3.25.0 || ^4.0.0"
27
- },
28
- "bin": {
29
- "claude-agent-acp": "dist/index.js"
30
- },
31
- "engines": {
32
- "node": ">=22"
33
- }
34
- },
35
- "node_modules/@agentclientprotocol/codex-acp": {
36
- "version": "1.1.2",
37
- "resolved": "https://registry.npmjs.org/@agentclientprotocol/codex-acp/-/codex-acp-1.1.2.tgz",
38
- "integrity": "sha512-qE/R1WdqJJ9OFHsHGvbmVmS2j9iCMZzpWT3g2XIViXrGHu1fLOALLINBIlW+WzKDllCh131aB6cqcIWSt0otbw==",
39
- "license": "Apache-2.0",
40
- "dependencies": {
41
- "@agentclientprotocol/sdk": "^1.2.1",
42
- "@openai/codex": "^0.144.0",
43
- "diff": "^9.0.0",
44
- "open": "^11.0.0",
45
- "vscode-jsonrpc": "^9.0.1",
46
- "zod": "^4.0.0"
47
- },
48
- "bin": {
49
- "codex-acp": "dist/index.js"
50
- }
51
- },
52
- "node_modules/@agentclientprotocol/codex-acp/node_modules/@agentclientprotocol/sdk": {
53
- "version": "1.2.1",
54
- "resolved": "https://registry.npmjs.org/@agentclientprotocol/sdk/-/sdk-1.2.1.tgz",
55
- "integrity": "sha512-jwYUdOQR7tc+Zfch53VL4JJyUNK/46q03uUTYb+PjECsmnNl94XFXOfYLJ8RBpMNidXd1rpOAVgb0vqD98xImA==",
56
- "license": "Apache-2.0",
57
- "peerDependencies": {
58
- "zod": "^3.25.0 || ^4.0.0"
59
- }
60
- },
61
- "node_modules/@agentclientprotocol/sdk": {
62
- "version": "1.1.0",
63
- "resolved": "https://registry.npmjs.org/@agentclientprotocol/sdk/-/sdk-1.1.0.tgz",
64
- "integrity": "sha512-NT2KqphUJ3w6EksUL51ZhJgIYgq/ZLGcBPkyMKgRSO5PMVwe9DnKKX+Htnvk6KHh6dUuh34UHK4gKp+4te1Mdg==",
65
- "license": "Apache-2.0",
66
- "peerDependencies": {
67
- "zod": "^3.25.0 || ^4.0.0"
68
- }
69
- },
70
- "node_modules/@anthropic-ai/claude-agent-sdk": {
71
- "version": "0.3.198",
72
- "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk/-/claude-agent-sdk-0.3.198.tgz",
73
- "integrity": "sha512-xt469sSCyclTPtzpLAg0Aschy665GiRMgZKabSmESbGUA5/H56HcILVOiFxclXswkeMUk2fQxfHJUY9UZfiTnA==",
74
- "license": "SEE LICENSE IN README.md",
75
- "engines": {
76
- "node": ">=18.0.0"
77
- },
78
- "optionalDependencies": {
79
- "@anthropic-ai/claude-agent-sdk-darwin-arm64": "0.3.198",
80
- "@anthropic-ai/claude-agent-sdk-darwin-x64": "0.3.198",
81
- "@anthropic-ai/claude-agent-sdk-linux-arm64": "0.3.198",
82
- "@anthropic-ai/claude-agent-sdk-linux-arm64-musl": "0.3.198",
83
- "@anthropic-ai/claude-agent-sdk-linux-x64": "0.3.198",
84
- "@anthropic-ai/claude-agent-sdk-linux-x64-musl": "0.3.198",
85
- "@anthropic-ai/claude-agent-sdk-win32-arm64": "0.3.198",
86
- "@anthropic-ai/claude-agent-sdk-win32-x64": "0.3.198"
87
- },
88
- "peerDependencies": {
89
- "@anthropic-ai/sdk": ">=0.93.0",
90
- "@modelcontextprotocol/sdk": "^1.29.0",
91
- "zod": "^4.0.0"
92
- }
93
- },
94
- "node_modules/@anthropic-ai/claude-agent-sdk-darwin-arm64": {
95
- "version": "0.3.198",
96
- "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-darwin-arm64/-/claude-agent-sdk-darwin-arm64-0.3.198.tgz",
97
- "integrity": "sha512-ZmiAybQKIKcP1qEAE/vfXvfxtKxG9CnJn98QTXC5Zxiwuy7Mllx2ALXh9dfmsf0V87CGEodlZQmMgUJotNIsUw==",
98
- "cpu": [
99
- "arm64"
100
- ],
101
- "license": "SEE LICENSE IN LICENSE.md",
102
- "optional": true,
103
- "os": [
104
- "darwin"
105
- ]
106
- },
107
- "node_modules/@anthropic-ai/claude-agent-sdk-darwin-x64": {
108
- "version": "0.3.198",
109
- "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-darwin-x64/-/claude-agent-sdk-darwin-x64-0.3.198.tgz",
110
- "integrity": "sha512-XwH5vgN46WSwg8aC1OagNofnJpV/G1ciEu118GEKer8ZhVkq/dvK/DqShxMkb6r1jV7u5IJ7zPXu9uKliyNJAw==",
111
- "cpu": [
112
- "x64"
113
- ],
114
- "license": "SEE LICENSE IN LICENSE.md",
115
- "optional": true,
116
- "os": [
117
- "darwin"
118
- ]
119
- },
120
- "node_modules/@anthropic-ai/claude-agent-sdk-linux-arm64": {
121
- "version": "0.3.198",
122
- "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-linux-arm64/-/claude-agent-sdk-linux-arm64-0.3.198.tgz",
123
- "integrity": "sha512-qmz8dxEtDIlKntU5qYe0R4aWTxTue5S7zIQknatLX7aJ6HN/nq1aCNXWn5smTH2FViBkUPPR+sCIsNwSk6AT6Q==",
124
- "cpu": [
125
- "arm64"
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-linux-arm64-musl": {
134
- "version": "0.3.198",
135
- "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-linux-arm64-musl/-/claude-agent-sdk-linux-arm64-musl-0.3.198.tgz",
136
- "integrity": "sha512-Q7lKVNjIrUQ2B/AR77OvRf0zeOdEjonFVaR9FYrrwtzGeEqum69WSht5nM7Y7el3wjbNi0/eV0QTUM0DlsTEfw==",
137
- "cpu": [
138
- "arm64"
139
- ],
140
- "license": "SEE LICENSE IN LICENSE.md",
141
- "optional": true,
142
- "os": [
143
- "linux"
144
- ]
145
- },
146
- "node_modules/@anthropic-ai/claude-agent-sdk-linux-x64": {
147
- "version": "0.3.198",
148
- "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-linux-x64/-/claude-agent-sdk-linux-x64-0.3.198.tgz",
149
- "integrity": "sha512-Zqxyz2AT1UM5WlOOoLJhLssZDgZo8rBK5ku6daveK12zp+UTJGZhGsjFghz1/ASxH08KqOTbUePNTORnPhHAEQ==",
150
- "cpu": [
151
- "x64"
152
- ],
153
- "license": "SEE LICENSE IN LICENSE.md",
154
- "optional": true,
155
- "os": [
156
- "linux"
157
- ]
158
- },
159
- "node_modules/@anthropic-ai/claude-agent-sdk-linux-x64-musl": {
160
- "version": "0.3.198",
161
- "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-linux-x64-musl/-/claude-agent-sdk-linux-x64-musl-0.3.198.tgz",
162
- "integrity": "sha512-h1SrWVIMjLInYNPlf+TxXuKTOdoiOfJLBSoQG97315Z2Nh0IpBfqWExlqYTtPCgKE7q2iga31U283QfHpIDlSQ==",
163
- "cpu": [
164
- "x64"
165
- ],
166
- "license": "SEE LICENSE IN LICENSE.md",
167
- "optional": true,
168
- "os": [
169
- "linux"
170
- ]
171
- },
172
- "node_modules/@anthropic-ai/claude-agent-sdk-win32-arm64": {
173
- "version": "0.3.198",
174
- "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-win32-arm64/-/claude-agent-sdk-win32-arm64-0.3.198.tgz",
175
- "integrity": "sha512-mjIHf1HFiRuXefewWTaNZFlTZlCaEt/xsRjc1nSTCEEpFolZayVhrDKz+O2QFVcDtPl8x8GeYSL0kiikg1DZjQ==",
176
- "cpu": [
177
- "arm64"
178
- ],
179
- "license": "SEE LICENSE IN LICENSE.md",
180
- "optional": true,
181
- "os": [
182
- "win32"
183
- ]
184
- },
185
- "node_modules/@anthropic-ai/claude-agent-sdk-win32-x64": {
186
- "version": "0.3.198",
187
- "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-agent-sdk-win32-x64/-/claude-agent-sdk-win32-x64-0.3.198.tgz",
188
- "integrity": "sha512-y3HLuCCz1kDwUrhd6OnqO+d5BUpTFSzNUsPT9kf3r1vk9HYKF+eMC9eIlcOhiW2kX491kxEvuEOfqgIkGx15cg==",
189
- "cpu": [
190
- "x64"
191
- ],
192
- "license": "SEE LICENSE IN LICENSE.md",
193
- "optional": true,
194
- "os": [
195
- "win32"
196
- ]
197
- },
198
- "node_modules/@anthropic-ai/sdk": {
199
- "version": "0.109.1",
200
- "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.109.1.tgz",
201
- "integrity": "sha512-q9OnEKLr5H9nxSuXdgDgJhxfYMiE+AaUEBze2Gk91UcaaLnsN+Lx5fbCYywiqurU/APLdwv23x03Wm6WN3EBsg==",
202
- "license": "MIT",
203
- "dependencies": {
204
- "json-schema-to-ts": "^3.1.1",
205
- "standardwebhooks": "^1.0.0"
206
- },
207
- "bin": {
208
- "anthropic-ai-sdk": "bin/cli"
209
- },
210
- "peerDependencies": {
211
- "zod": "^3.25.0 || ^4.0.0"
212
- },
213
- "peerDependenciesMeta": {
214
- "zod": {
215
- "optional": true
216
- }
217
- }
218
- },
219
- "node_modules/@babel/runtime": {
220
- "version": "7.29.7",
221
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
222
- "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
223
- "license": "MIT",
224
- "engines": {
225
- "node": ">=6.9.0"
226
- }
227
- },
228
- "node_modules/@clack/core": {
229
- "version": "1.4.2",
230
- "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.4.2.tgz",
231
- "integrity": "sha512-0Ty/1Gfm+Kb07sXcuESjyKfwEhSy4Ns1AgeEisHb/bDY5fWme0tTeTkU14T1Gmcs17YIjB/teiDe4uaCghbYqQ==",
232
- "license": "MIT",
233
- "dependencies": {
234
- "fast-wrap-ansi": "^0.2.0",
235
- "sisteransi": "^1.0.5"
236
- },
237
- "engines": {
238
- "node": ">= 20.12.0"
239
- }
240
- },
241
- "node_modules/@clack/prompts": {
242
- "version": "1.6.0",
243
- "resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.6.0.tgz",
244
- "integrity": "sha512-EYlRokl8szrP9Z25qT5aepMdBjzBvHF9ZEhzIiUBc9guz/T31EqRgvD0QSgZcpE93xiwrr+OkB4nz0BZyF6fSA==",
245
- "license": "MIT",
246
- "dependencies": {
247
- "@clack/core": "1.4.2",
248
- "fast-string-width": "^3.0.2",
249
- "fast-wrap-ansi": "^0.2.0",
250
- "sisteransi": "^1.0.5"
251
- },
252
- "engines": {
253
- "node": ">= 20.12.0"
254
- }
255
- },
256
- "node_modules/@esbuild/aix-ppc64": {
257
- "version": "0.28.1",
258
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.28.1.tgz",
259
- "integrity": "sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==",
260
- "cpu": [
261
- "ppc64"
262
- ],
263
- "license": "MIT",
264
- "optional": true,
265
- "os": [
266
- "aix"
267
- ],
268
- "engines": {
269
- "node": ">=18"
270
- }
271
- },
272
- "node_modules/@esbuild/android-arm": {
273
- "version": "0.28.1",
274
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.28.1.tgz",
275
- "integrity": "sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==",
276
- "cpu": [
277
- "arm"
278
- ],
279
- "license": "MIT",
280
- "optional": true,
281
- "os": [
282
- "android"
283
- ],
284
- "engines": {
285
- "node": ">=18"
286
- }
287
- },
288
- "node_modules/@esbuild/android-arm64": {
289
- "version": "0.28.1",
290
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.28.1.tgz",
291
- "integrity": "sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==",
292
- "cpu": [
293
- "arm64"
294
- ],
295
- "license": "MIT",
296
- "optional": true,
297
- "os": [
298
- "android"
299
- ],
300
- "engines": {
301
- "node": ">=18"
302
- }
303
- },
304
- "node_modules/@esbuild/android-x64": {
305
- "version": "0.28.1",
306
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.28.1.tgz",
307
- "integrity": "sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==",
308
- "cpu": [
309
- "x64"
310
- ],
311
- "license": "MIT",
312
- "optional": true,
313
- "os": [
314
- "android"
315
- ],
316
- "engines": {
317
- "node": ">=18"
318
- }
319
- },
320
- "node_modules/@esbuild/darwin-arm64": {
321
- "version": "0.28.1",
322
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.28.1.tgz",
323
- "integrity": "sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==",
324
- "cpu": [
325
- "arm64"
326
- ],
327
- "license": "MIT",
328
- "optional": true,
329
- "os": [
330
- "darwin"
331
- ],
332
- "engines": {
333
- "node": ">=18"
334
- }
335
- },
336
- "node_modules/@esbuild/darwin-x64": {
337
- "version": "0.28.1",
338
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.28.1.tgz",
339
- "integrity": "sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==",
340
- "cpu": [
341
- "x64"
342
- ],
343
- "license": "MIT",
344
- "optional": true,
345
- "os": [
346
- "darwin"
347
- ],
348
- "engines": {
349
- "node": ">=18"
350
- }
351
- },
352
- "node_modules/@esbuild/freebsd-arm64": {
353
- "version": "0.28.1",
354
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.28.1.tgz",
355
- "integrity": "sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==",
356
- "cpu": [
357
- "arm64"
358
- ],
359
- "license": "MIT",
360
- "optional": true,
361
- "os": [
362
- "freebsd"
363
- ],
364
- "engines": {
365
- "node": ">=18"
366
- }
367
- },
368
- "node_modules/@esbuild/freebsd-x64": {
369
- "version": "0.28.1",
370
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.28.1.tgz",
371
- "integrity": "sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==",
372
- "cpu": [
373
- "x64"
374
- ],
375
- "license": "MIT",
376
- "optional": true,
377
- "os": [
378
- "freebsd"
379
- ],
380
- "engines": {
381
- "node": ">=18"
382
- }
383
- },
384
- "node_modules/@esbuild/linux-arm": {
385
- "version": "0.28.1",
386
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.28.1.tgz",
387
- "integrity": "sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==",
388
- "cpu": [
389
- "arm"
390
- ],
391
- "license": "MIT",
392
- "optional": true,
393
- "os": [
394
- "linux"
395
- ],
396
- "engines": {
397
- "node": ">=18"
398
- }
399
- },
400
- "node_modules/@esbuild/linux-arm64": {
401
- "version": "0.28.1",
402
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.28.1.tgz",
403
- "integrity": "sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==",
404
- "cpu": [
405
- "arm64"
406
- ],
407
- "license": "MIT",
408
- "optional": true,
409
- "os": [
410
- "linux"
411
- ],
412
- "engines": {
413
- "node": ">=18"
414
- }
415
- },
416
- "node_modules/@esbuild/linux-ia32": {
417
- "version": "0.28.1",
418
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.28.1.tgz",
419
- "integrity": "sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==",
420
- "cpu": [
421
- "ia32"
422
- ],
423
- "license": "MIT",
424
- "optional": true,
425
- "os": [
426
- "linux"
427
- ],
428
- "engines": {
429
- "node": ">=18"
430
- }
431
- },
432
- "node_modules/@esbuild/linux-loong64": {
433
- "version": "0.28.1",
434
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.28.1.tgz",
435
- "integrity": "sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==",
436
- "cpu": [
437
- "loong64"
438
- ],
439
- "license": "MIT",
440
- "optional": true,
441
- "os": [
442
- "linux"
443
- ],
444
- "engines": {
445
- "node": ">=18"
446
- }
447
- },
448
- "node_modules/@esbuild/linux-mips64el": {
449
- "version": "0.28.1",
450
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.28.1.tgz",
451
- "integrity": "sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==",
452
- "cpu": [
453
- "mips64el"
454
- ],
455
- "license": "MIT",
456
- "optional": true,
457
- "os": [
458
- "linux"
459
- ],
460
- "engines": {
461
- "node": ">=18"
462
- }
463
- },
464
- "node_modules/@esbuild/linux-ppc64": {
465
- "version": "0.28.1",
466
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.28.1.tgz",
467
- "integrity": "sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==",
468
- "cpu": [
469
- "ppc64"
470
- ],
471
- "license": "MIT",
472
- "optional": true,
473
- "os": [
474
- "linux"
475
- ],
476
- "engines": {
477
- "node": ">=18"
478
- }
479
- },
480
- "node_modules/@esbuild/linux-riscv64": {
481
- "version": "0.28.1",
482
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.28.1.tgz",
483
- "integrity": "sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==",
484
- "cpu": [
485
- "riscv64"
486
- ],
487
- "license": "MIT",
488
- "optional": true,
489
- "os": [
490
- "linux"
491
- ],
492
- "engines": {
493
- "node": ">=18"
494
- }
495
- },
496
- "node_modules/@esbuild/linux-s390x": {
497
- "version": "0.28.1",
498
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.28.1.tgz",
499
- "integrity": "sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==",
500
- "cpu": [
501
- "s390x"
502
- ],
503
- "license": "MIT",
504
- "optional": true,
505
- "os": [
506
- "linux"
507
- ],
508
- "engines": {
509
- "node": ">=18"
510
- }
511
- },
512
- "node_modules/@esbuild/linux-x64": {
513
- "version": "0.28.1",
514
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.28.1.tgz",
515
- "integrity": "sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==",
516
- "cpu": [
517
- "x64"
518
- ],
519
- "license": "MIT",
520
- "optional": true,
521
- "os": [
522
- "linux"
523
- ],
524
- "engines": {
525
- "node": ">=18"
526
- }
527
- },
528
- "node_modules/@esbuild/netbsd-arm64": {
529
- "version": "0.28.1",
530
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.28.1.tgz",
531
- "integrity": "sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==",
532
- "cpu": [
533
- "arm64"
534
- ],
535
- "license": "MIT",
536
- "optional": true,
537
- "os": [
538
- "netbsd"
539
- ],
540
- "engines": {
541
- "node": ">=18"
542
- }
543
- },
544
- "node_modules/@esbuild/netbsd-x64": {
545
- "version": "0.28.1",
546
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.28.1.tgz",
547
- "integrity": "sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==",
548
- "cpu": [
549
- "x64"
550
- ],
551
- "license": "MIT",
552
- "optional": true,
553
- "os": [
554
- "netbsd"
555
- ],
556
- "engines": {
557
- "node": ">=18"
558
- }
559
- },
560
- "node_modules/@esbuild/openbsd-arm64": {
561
- "version": "0.28.1",
562
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.28.1.tgz",
563
- "integrity": "sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==",
564
- "cpu": [
565
- "arm64"
566
- ],
567
- "license": "MIT",
568
- "optional": true,
569
- "os": [
570
- "openbsd"
571
- ],
572
- "engines": {
573
- "node": ">=18"
574
- }
575
- },
576
- "node_modules/@esbuild/openbsd-x64": {
577
- "version": "0.28.1",
578
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.28.1.tgz",
579
- "integrity": "sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==",
580
- "cpu": [
581
- "x64"
582
- ],
583
- "license": "MIT",
584
- "optional": true,
585
- "os": [
586
- "openbsd"
587
- ],
588
- "engines": {
589
- "node": ">=18"
590
- }
591
- },
592
- "node_modules/@esbuild/openharmony-arm64": {
593
- "version": "0.28.1",
594
- "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.28.1.tgz",
595
- "integrity": "sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==",
596
- "cpu": [
597
- "arm64"
598
- ],
599
- "license": "MIT",
600
- "optional": true,
601
- "os": [
602
- "openharmony"
603
- ],
604
- "engines": {
605
- "node": ">=18"
606
- }
607
- },
608
- "node_modules/@esbuild/sunos-x64": {
609
- "version": "0.28.1",
610
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.28.1.tgz",
611
- "integrity": "sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==",
612
- "cpu": [
613
- "x64"
614
- ],
615
- "license": "MIT",
616
- "optional": true,
617
- "os": [
618
- "sunos"
619
- ],
620
- "engines": {
621
- "node": ">=18"
622
- }
623
- },
624
- "node_modules/@esbuild/win32-arm64": {
625
- "version": "0.28.1",
626
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.28.1.tgz",
627
- "integrity": "sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==",
628
- "cpu": [
629
- "arm64"
630
- ],
631
- "license": "MIT",
632
- "optional": true,
633
- "os": [
634
- "win32"
635
- ],
636
- "engines": {
637
- "node": ">=18"
638
- }
639
- },
640
- "node_modules/@esbuild/win32-ia32": {
641
- "version": "0.28.1",
642
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.28.1.tgz",
643
- "integrity": "sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==",
644
- "cpu": [
645
- "ia32"
646
- ],
647
- "license": "MIT",
648
- "optional": true,
649
- "os": [
650
- "win32"
651
- ],
652
- "engines": {
653
- "node": ">=18"
654
- }
655
- },
656
- "node_modules/@esbuild/win32-x64": {
657
- "version": "0.28.1",
658
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.28.1.tgz",
659
- "integrity": "sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==",
660
- "cpu": [
661
- "x64"
662
- ],
663
- "license": "MIT",
664
- "optional": true,
665
- "os": [
666
- "win32"
667
- ],
668
- "engines": {
669
- "node": ">=18"
670
- }
671
- },
672
- "node_modules/@hono/node-server": {
673
- "version": "1.19.14",
674
- "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.14.tgz",
675
- "integrity": "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==",
676
- "license": "MIT",
677
- "engines": {
678
- "node": ">=18.14.1"
679
- },
680
- "peerDependencies": {
681
- "hono": "^4"
682
- }
683
- },
684
- "node_modules/@modelcontextprotocol/sdk": {
685
- "version": "1.29.0",
686
- "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz",
687
- "integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==",
688
- "license": "MIT",
689
- "dependencies": {
690
- "@hono/node-server": "^1.19.9",
691
- "ajv": "^8.17.1",
692
- "ajv-formats": "^3.0.1",
693
- "content-type": "^1.0.5",
694
- "cors": "^2.8.5",
695
- "cross-spawn": "^7.0.5",
696
- "eventsource": "^3.0.2",
697
- "eventsource-parser": "^3.0.0",
698
- "express": "^5.2.1",
699
- "express-rate-limit": "^8.2.1",
700
- "hono": "^4.11.4",
701
- "jose": "^6.1.3",
702
- "json-schema-typed": "^8.0.2",
703
- "pkce-challenge": "^5.0.0",
704
- "raw-body": "^3.0.0",
705
- "zod": "^3.25 || ^4.0",
706
- "zod-to-json-schema": "^3.25.1"
707
- },
708
- "engines": {
709
- "node": ">=18"
710
- },
711
- "peerDependencies": {
712
- "@cfworker/json-schema": "^4.1.1",
713
- "zod": "^3.25 || ^4.0"
714
- },
715
- "peerDependenciesMeta": {
716
- "@cfworker/json-schema": {
717
- "optional": true
718
- },
719
- "zod": {
720
- "optional": false
721
- }
722
- }
723
- },
724
- "node_modules/@openai/codex": {
725
- "version": "0.144.4",
726
- "resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.4.tgz",
727
- "integrity": "sha512-DTHzYatlKq9dw55E0/HsbK4tRCEKabuJ10ybbqpsG8gVv/kvwEdg3Z4OI3cvLXKa21xkIa4lkGlZoO/HmqmFFw==",
728
- "license": "Apache-2.0",
729
- "bin": {
730
- "codex": "bin/codex.js"
731
- },
732
- "engines": {
733
- "node": ">=16"
734
- },
735
- "optionalDependencies": {
736
- "@openai/codex-darwin-arm64": "npm:@openai/codex@0.144.4-darwin-arm64",
737
- "@openai/codex-darwin-x64": "npm:@openai/codex@0.144.4-darwin-x64",
738
- "@openai/codex-linux-arm64": "npm:@openai/codex@0.144.4-linux-arm64",
739
- "@openai/codex-linux-x64": "npm:@openai/codex@0.144.4-linux-x64",
740
- "@openai/codex-win32-arm64": "npm:@openai/codex@0.144.4-win32-arm64",
741
- "@openai/codex-win32-x64": "npm:@openai/codex@0.144.4-win32-x64"
742
- }
743
- },
744
- "node_modules/@openai/codex-darwin-arm64": {
745
- "name": "@openai/codex",
746
- "version": "0.144.4-darwin-arm64",
747
- "resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.4-darwin-arm64.tgz",
748
- "integrity": "sha512-6J3g498cM2oA7vYIJhpuGJlnIi/M5JdYmjB5BZ1Of5HQ0ziIlplFSvH801oVy9J5TQFp642ODzOu/ZEokDUXsg==",
749
- "cpu": [
750
- "arm64"
751
- ],
752
- "license": "Apache-2.0",
753
- "optional": true,
754
- "os": [
755
- "darwin"
756
- ],
757
- "engines": {
758
- "node": ">=16"
759
- }
760
- },
761
- "node_modules/@openai/codex-darwin-x64": {
762
- "name": "@openai/codex",
763
- "version": "0.144.4-darwin-x64",
764
- "resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.4-darwin-x64.tgz",
765
- "integrity": "sha512-k1HC8gdbAy+VmMbekYkhM+r+QE2Xfgd67n1VSp94tjz7aXVKoalHcDkdKNM/uUQ8o2tvbiwhHSUftJF8Sm9/Lw==",
766
- "cpu": [
767
- "x64"
768
- ],
769
- "license": "Apache-2.0",
770
- "optional": true,
771
- "os": [
772
- "darwin"
773
- ],
774
- "engines": {
775
- "node": ">=16"
776
- }
777
- },
778
- "node_modules/@openai/codex-linux-arm64": {
779
- "name": "@openai/codex",
780
- "version": "0.144.4-linux-arm64",
781
- "resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.4-linux-arm64.tgz",
782
- "integrity": "sha512-OlKx65579OwIzech9Tt3OUH9+hFZfFrCBP1hL2MudnMIoNr1+cFZjB5YIj5MWMRoBD+K5W3wdBIpQSH855b5Sg==",
783
- "cpu": [
784
- "arm64"
785
- ],
786
- "license": "Apache-2.0",
787
- "optional": true,
788
- "os": [
789
- "linux"
790
- ],
791
- "engines": {
792
- "node": ">=16"
793
- }
794
- },
795
- "node_modules/@openai/codex-linux-x64": {
796
- "name": "@openai/codex",
797
- "version": "0.144.4-linux-x64",
798
- "resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.4-linux-x64.tgz",
799
- "integrity": "sha512-2jxrmV6+/7eBNdg5uhhmOEPFu2o28eYY/ClLzWhSBHH8uo3f2KA1z9JQcVtwlbToW03nEPlEzYNYfCF1UBqsVQ==",
800
- "cpu": [
801
- "x64"
802
- ],
803
- "license": "Apache-2.0",
804
- "optional": true,
805
- "os": [
806
- "linux"
807
- ],
808
- "engines": {
809
- "node": ">=16"
810
- }
811
- },
812
- "node_modules/@openai/codex-win32-arm64": {
813
- "name": "@openai/codex",
814
- "version": "0.144.4-win32-arm64",
815
- "resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.4-win32-arm64.tgz",
816
- "integrity": "sha512-CCgfI1smFhHZTIpTuBwDJwBr/AR40RTqaFxbBWVabu0RMeYDteRuPiDfdTlktf3C43Y1q10VZXhVGYtCokDg2w==",
817
- "cpu": [
818
- "arm64"
819
- ],
820
- "license": "Apache-2.0",
821
- "optional": true,
822
- "os": [
823
- "win32"
824
- ],
825
- "engines": {
826
- "node": ">=16"
827
- }
828
- },
829
- "node_modules/@openai/codex-win32-x64": {
830
- "name": "@openai/codex",
831
- "version": "0.144.4-win32-x64",
832
- "resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.4-win32-x64.tgz",
833
- "integrity": "sha512-iL1ky0ERgdQJOKzom/Ms1fhpwkSmpsA9eVrzAqURFlYGS8z7JqwEgm33+nLGCsY7y25d8Xs/LJ91Oiqz3yXcUg==",
834
- "cpu": [
835
- "x64"
836
- ],
837
- "license": "Apache-2.0",
838
- "optional": true,
839
- "os": [
840
- "win32"
841
- ],
842
- "engines": {
843
- "node": ">=16"
844
- }
845
- },
846
- "node_modules/@stablelib/base64": {
847
- "version": "1.0.1",
848
- "resolved": "https://registry.npmjs.org/@stablelib/base64/-/base64-1.0.1.tgz",
849
- "integrity": "sha512-1bnPQqSxSuc3Ii6MhBysoWCg58j97aUjuCSZrGSmDxNqtytIi0k8utUenAwTZN4V5mXXYGsVUI9zeBqy+jBOSQ==",
850
- "license": "MIT"
851
- },
852
- "node_modules/accepts": {
853
- "version": "2.0.0",
854
- "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
855
- "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
856
- "license": "MIT",
857
- "dependencies": {
858
- "mime-types": "^3.0.0",
859
- "negotiator": "^1.0.0"
860
- },
861
- "engines": {
862
- "node": ">= 0.6"
863
- }
864
- },
865
- "node_modules/acpx": {
866
- "version": "0.11.2",
867
- "resolved": "https://registry.npmjs.org/acpx/-/acpx-0.11.2.tgz",
868
- "integrity": "sha512-ksTmfJDVqUAJJXsNDamEno03AMZ/aAZzXk/h5nt61VsLc/jcpoDMfCVpErzuYNJjwCd0V6Zm5o6F8OoqxsjQWA==",
869
- "license": "MIT",
870
- "dependencies": {
871
- "@agentclientprotocol/sdk": "^0.28.1",
872
- "commander": "^15.0.0",
873
- "skillflag": "^0.2.0",
874
- "tsx": "^4.22.4",
875
- "zod": "^4.4.3"
876
- },
877
- "bin": {
878
- "acpx": "dist/cli.js"
879
- },
880
- "engines": {
881
- "node": ">=22.13.0"
882
- }
883
- },
884
- "node_modules/acpx/node_modules/@agentclientprotocol/sdk": {
885
- "version": "0.28.1",
886
- "resolved": "https://registry.npmjs.org/@agentclientprotocol/sdk/-/sdk-0.28.1.tgz",
887
- "integrity": "sha512-Z2Frs6YtPhnZZ+XwFXyQkRDXY0fn8FjCalEs0W4yUhQnY4TztmNq0/RnfzWdFN3vqT3h0jTz5klzYbZHGxCDyQ==",
888
- "license": "Apache-2.0",
889
- "peerDependencies": {
890
- "zod": "^3.25.0 || ^4.0.0"
891
- }
892
- },
893
- "node_modules/ajv": {
894
- "version": "8.20.0",
895
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
896
- "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
897
- "license": "MIT",
898
- "dependencies": {
899
- "fast-deep-equal": "^3.1.3",
900
- "fast-uri": "^3.0.1",
901
- "json-schema-traverse": "^1.0.0",
902
- "require-from-string": "^2.0.2"
903
- },
904
- "funding": {
905
- "type": "github",
906
- "url": "https://github.com/sponsors/epoberezkin"
907
- }
908
- },
909
- "node_modules/ajv-formats": {
910
- "version": "3.0.1",
911
- "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
912
- "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
913
- "license": "MIT",
914
- "dependencies": {
915
- "ajv": "^8.0.0"
916
- },
917
- "peerDependencies": {
918
- "ajv": "^8.0.0"
919
- },
920
- "peerDependenciesMeta": {
921
- "ajv": {
922
- "optional": true
923
- }
924
- }
925
- },
926
- "node_modules/b4a": {
927
- "version": "1.8.1",
928
- "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.1.tgz",
929
- "integrity": "sha512-aiqre1Nr0B/6DgE2N5vwTc+2/oQZ4Wh1t4NznYY4E00y8LCt6NqdRv81so00oo27D8MVKTpUa/MwUUtBLXCoDw==",
930
- "license": "Apache-2.0",
931
- "peerDependencies": {
932
- "react-native-b4a": "*"
933
- },
934
- "peerDependenciesMeta": {
935
- "react-native-b4a": {
936
- "optional": true
937
- }
938
- }
939
- },
940
- "node_modules/bare-events": {
941
- "version": "2.9.1",
942
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.9.1.tgz",
943
- "integrity": "sha512-Z0oHEHAFDZkffN8Qc39zNZjQlMDkPJRyyyZieU1VH7u8c5S+qHZ2S8ixdKIAxEjfHO7FJxXmJWgteOghVanIsg==",
944
- "license": "Apache-2.0",
945
- "peerDependencies": {
946
- "bare-abort-controller": "*"
947
- },
948
- "peerDependenciesMeta": {
949
- "bare-abort-controller": {
950
- "optional": true
951
- }
952
- }
953
- },
954
- "node_modules/bare-fs": {
955
- "version": "4.7.2",
956
- "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.2.tgz",
957
- "integrity": "sha512-aTvMFUWkBmjzKtEQMDGGDNF8bkfpD5N1b/FCwt7A3wrU4t1o/e/85Wzkluh6JlODCjqVESYCkQCdTXqZ9G7VFg==",
958
- "license": "Apache-2.0",
959
- "dependencies": {
960
- "bare-events": "^2.5.4",
961
- "bare-path": "^3.0.0",
962
- "bare-stream": "^2.6.4",
963
- "bare-url": "^2.2.2",
964
- "fast-fifo": "^1.3.2"
965
- },
966
- "engines": {
967
- "bare": ">=1.16.0"
968
- },
969
- "peerDependencies": {
970
- "bare-buffer": "*"
971
- },
972
- "peerDependenciesMeta": {
973
- "bare-buffer": {
974
- "optional": true
975
- }
976
- }
977
- },
978
- "node_modules/bare-os": {
979
- "version": "3.9.3",
980
- "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.3.tgz",
981
- "integrity": "sha512-fF4Q7QsyKVF5Rj0qvI8BgUNjqzC2JvQlpTaPLjVJVxYVUX5Zr9un+y3w1HmA4nNKdFmRBT8z/WmrjvXzXVerKQ==",
982
- "license": "Apache-2.0",
983
- "engines": {
984
- "bare": ">=1.14.0"
985
- }
986
- },
987
- "node_modules/bare-path": {
988
- "version": "3.0.1",
989
- "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.1.tgz",
990
- "integrity": "sha512-ghj2DSK/2e99a1anTVPCV4m4YIYtrbXhfM7V3D7XZLOTsybnYyaJloymGqssQc8l/or0UoDyRtNQkmkEF/ysgQ==",
991
- "license": "Apache-2.0",
992
- "dependencies": {
993
- "bare-os": "^3.0.1"
994
- }
995
- },
996
- "node_modules/bare-stream": {
997
- "version": "2.13.3",
998
- "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.3.tgz",
999
- "integrity": "sha512-Kc+brLqvEqGkjyfiwJmImAOqLZL7OsoLKuavx+hJjgVV3nLTOjloJyPMFxjUPerGGHrNH0fLU06jjykMLWrERQ==",
1000
- "license": "Apache-2.0",
1001
- "dependencies": {
1002
- "b4a": "^1.8.1",
1003
- "streamx": "^2.25.0",
1004
- "teex": "^1.0.1"
1005
- },
1006
- "peerDependencies": {
1007
- "bare-abort-controller": "*",
1008
- "bare-buffer": "*",
1009
- "bare-events": "*"
1010
- },
1011
- "peerDependenciesMeta": {
1012
- "bare-abort-controller": {
1013
- "optional": true
1014
- },
1015
- "bare-buffer": {
1016
- "optional": true
1017
- },
1018
- "bare-events": {
1019
- "optional": true
1020
- }
1021
- }
1022
- },
1023
- "node_modules/bare-url": {
1024
- "version": "2.4.5",
1025
- "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.5.tgz",
1026
- "integrity": "sha512-K+y9xF1tN+CdPu4qWwr0QiK1Al07eFPGYK5M2pDXcmHdMdgC/tT/bpmMe1hrmRHaidKLkXrC+cRNYf3XVDUhSQ==",
1027
- "license": "Apache-2.0",
1028
- "dependencies": {
1029
- "bare-path": "^3.0.0"
1030
- }
1031
- },
1032
- "node_modules/body-parser": {
1033
- "version": "2.3.0",
1034
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
1035
- "integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
1036
- "license": "MIT",
1037
- "dependencies": {
1038
- "bytes": "^3.1.2",
1039
- "content-type": "^2.0.0",
1040
- "debug": "^4.4.3",
1041
- "http-errors": "^2.0.1",
1042
- "iconv-lite": "^0.7.2",
1043
- "on-finished": "^2.4.1",
1044
- "qs": "^6.15.2",
1045
- "raw-body": "^3.0.2",
1046
- "type-is": "^2.1.0"
1047
- },
1048
- "engines": {
1049
- "node": ">=18"
1050
- },
1051
- "funding": {
1052
- "type": "opencollective",
1053
- "url": "https://opencollective.com/express"
1054
- }
1055
- },
1056
- "node_modules/body-parser/node_modules/content-type": {
1057
- "version": "2.0.0",
1058
- "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
1059
- "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
1060
- "license": "MIT",
1061
- "engines": {
1062
- "node": ">=18"
1063
- },
1064
- "funding": {
1065
- "type": "opencollective",
1066
- "url": "https://opencollective.com/express"
1067
- }
1068
- },
1069
- "node_modules/bundle-name": {
1070
- "version": "4.1.0",
1071
- "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
1072
- "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
1073
- "license": "MIT",
1074
- "dependencies": {
1075
- "run-applescript": "^7.0.0"
1076
- },
1077
- "engines": {
1078
- "node": ">=18"
1079
- },
1080
- "funding": {
1081
- "url": "https://github.com/sponsors/sindresorhus"
1082
- }
1083
- },
1084
- "node_modules/bytes": {
1085
- "version": "3.1.2",
1086
- "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
1087
- "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
1088
- "license": "MIT",
1089
- "engines": {
1090
- "node": ">= 0.8"
1091
- }
1092
- },
1093
- "node_modules/call-bind-apply-helpers": {
1094
- "version": "1.0.2",
1095
- "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
1096
- "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
1097
- "license": "MIT",
1098
- "dependencies": {
1099
- "es-errors": "^1.3.0",
1100
- "function-bind": "^1.1.2"
1101
- },
1102
- "engines": {
1103
- "node": ">= 0.4"
1104
- }
1105
- },
1106
- "node_modules/call-bound": {
1107
- "version": "1.0.4",
1108
- "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
1109
- "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
1110
- "license": "MIT",
1111
- "dependencies": {
1112
- "call-bind-apply-helpers": "^1.0.2",
1113
- "get-intrinsic": "^1.3.0"
1114
- },
1115
- "engines": {
1116
- "node": ">= 0.4"
1117
- },
1118
- "funding": {
1119
- "url": "https://github.com/sponsors/ljharb"
1120
- }
1121
- },
1122
- "node_modules/commander": {
1123
- "version": "15.0.0",
1124
- "resolved": "https://registry.npmjs.org/commander/-/commander-15.0.0.tgz",
1125
- "integrity": "sha512-z67u4ZhzCL/Tydu1lJARtEZYWbWaN7oYLHbsuzocr6y4N6WZAagG3RQ4FW61V1/0+jImpj293XfrcYnd1qxtPg==",
1126
- "license": "MIT",
1127
- "engines": {
1128
- "node": ">=22.12.0"
1129
- }
1130
- },
1131
- "node_modules/content-disposition": {
1132
- "version": "1.1.0",
1133
- "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
1134
- "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
1135
- "license": "MIT",
1136
- "engines": {
1137
- "node": ">=18"
1138
- },
1139
- "funding": {
1140
- "type": "opencollective",
1141
- "url": "https://opencollective.com/express"
1142
- }
1143
- },
1144
- "node_modules/content-type": {
1145
- "version": "1.0.5",
1146
- "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
1147
- "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
1148
- "license": "MIT",
1149
- "engines": {
1150
- "node": ">= 0.6"
1151
- }
1152
- },
1153
- "node_modules/cookie": {
1154
- "version": "0.7.2",
1155
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
1156
- "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
1157
- "license": "MIT",
1158
- "engines": {
1159
- "node": ">= 0.6"
1160
- }
1161
- },
1162
- "node_modules/cookie-signature": {
1163
- "version": "1.2.2",
1164
- "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
1165
- "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
1166
- "license": "MIT",
1167
- "engines": {
1168
- "node": ">=6.6.0"
1169
- }
1170
- },
1171
- "node_modules/cors": {
1172
- "version": "2.8.6",
1173
- "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
1174
- "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
1175
- "license": "MIT",
1176
- "dependencies": {
1177
- "object-assign": "^4",
1178
- "vary": "^1"
1179
- },
1180
- "engines": {
1181
- "node": ">= 0.10"
1182
- },
1183
- "funding": {
1184
- "type": "opencollective",
1185
- "url": "https://opencollective.com/express"
1186
- }
1187
- },
1188
- "node_modules/cross-spawn": {
1189
- "version": "7.0.6",
1190
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1191
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1192
- "license": "MIT",
1193
- "dependencies": {
1194
- "path-key": "^3.1.0",
1195
- "shebang-command": "^2.0.0",
1196
- "which": "^2.0.1"
1197
- },
1198
- "engines": {
1199
- "node": ">= 8"
1200
- }
1201
- },
1202
- "node_modules/debug": {
1203
- "version": "4.4.3",
1204
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1205
- "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1206
- "license": "MIT",
1207
- "dependencies": {
1208
- "ms": "^2.1.3"
1209
- },
1210
- "engines": {
1211
- "node": ">=6.0"
1212
- },
1213
- "peerDependenciesMeta": {
1214
- "supports-color": {
1215
- "optional": true
1216
- }
1217
- }
1218
- },
1219
- "node_modules/default-browser": {
1220
- "version": "5.5.0",
1221
- "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz",
1222
- "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
1223
- "license": "MIT",
1224
- "dependencies": {
1225
- "bundle-name": "^4.1.0",
1226
- "default-browser-id": "^5.0.0"
1227
- },
1228
- "engines": {
1229
- "node": ">=18"
1230
- },
1231
- "funding": {
1232
- "url": "https://github.com/sponsors/sindresorhus"
1233
- }
1234
- },
1235
- "node_modules/default-browser-id": {
1236
- "version": "5.0.1",
1237
- "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz",
1238
- "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
1239
- "license": "MIT",
1240
- "engines": {
1241
- "node": ">=18"
1242
- },
1243
- "funding": {
1244
- "url": "https://github.com/sponsors/sindresorhus"
1245
- }
1246
- },
1247
- "node_modules/define-lazy-prop": {
1248
- "version": "3.0.0",
1249
- "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
1250
- "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
1251
- "license": "MIT",
1252
- "engines": {
1253
- "node": ">=12"
1254
- },
1255
- "funding": {
1256
- "url": "https://github.com/sponsors/sindresorhus"
1257
- }
1258
- },
1259
- "node_modules/depd": {
1260
- "version": "2.0.0",
1261
- "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
1262
- "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
1263
- "license": "MIT",
1264
- "engines": {
1265
- "node": ">= 0.8"
1266
- }
1267
- },
1268
- "node_modules/diff": {
1269
- "version": "9.0.0",
1270
- "resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz",
1271
- "integrity": "sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==",
1272
- "license": "BSD-3-Clause",
1273
- "engines": {
1274
- "node": ">=0.3.1"
1275
- }
1276
- },
1277
- "node_modules/dunder-proto": {
1278
- "version": "1.0.1",
1279
- "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
1280
- "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
1281
- "license": "MIT",
1282
- "dependencies": {
1283
- "call-bind-apply-helpers": "^1.0.1",
1284
- "es-errors": "^1.3.0",
1285
- "gopd": "^1.2.0"
1286
- },
1287
- "engines": {
1288
- "node": ">= 0.4"
1289
- }
1290
- },
1291
- "node_modules/ee-first": {
1292
- "version": "1.1.1",
1293
- "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
1294
- "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
1295
- "license": "MIT"
1296
- },
1297
- "node_modules/encodeurl": {
1298
- "version": "2.0.0",
1299
- "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
1300
- "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
1301
- "license": "MIT",
1302
- "engines": {
1303
- "node": ">= 0.8"
1304
- }
1305
- },
1306
- "node_modules/es-define-property": {
1307
- "version": "1.0.1",
1308
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
1309
- "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
1310
- "license": "MIT",
1311
- "engines": {
1312
- "node": ">= 0.4"
1313
- }
1314
- },
1315
- "node_modules/es-errors": {
1316
- "version": "1.3.0",
1317
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
1318
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
1319
- "license": "MIT",
1320
- "engines": {
1321
- "node": ">= 0.4"
1322
- }
1323
- },
1324
- "node_modules/es-object-atoms": {
1325
- "version": "1.1.2",
1326
- "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
1327
- "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
1328
- "license": "MIT",
1329
- "dependencies": {
1330
- "es-errors": "^1.3.0"
1331
- },
1332
- "engines": {
1333
- "node": ">= 0.4"
1334
- }
1335
- },
1336
- "node_modules/esbuild": {
1337
- "version": "0.28.1",
1338
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.28.1.tgz",
1339
- "integrity": "sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==",
1340
- "hasInstallScript": true,
1341
- "license": "MIT",
1342
- "bin": {
1343
- "esbuild": "bin/esbuild"
1344
- },
1345
- "engines": {
1346
- "node": ">=18"
1347
- },
1348
- "optionalDependencies": {
1349
- "@esbuild/aix-ppc64": "0.28.1",
1350
- "@esbuild/android-arm": "0.28.1",
1351
- "@esbuild/android-arm64": "0.28.1",
1352
- "@esbuild/android-x64": "0.28.1",
1353
- "@esbuild/darwin-arm64": "0.28.1",
1354
- "@esbuild/darwin-x64": "0.28.1",
1355
- "@esbuild/freebsd-arm64": "0.28.1",
1356
- "@esbuild/freebsd-x64": "0.28.1",
1357
- "@esbuild/linux-arm": "0.28.1",
1358
- "@esbuild/linux-arm64": "0.28.1",
1359
- "@esbuild/linux-ia32": "0.28.1",
1360
- "@esbuild/linux-loong64": "0.28.1",
1361
- "@esbuild/linux-mips64el": "0.28.1",
1362
- "@esbuild/linux-ppc64": "0.28.1",
1363
- "@esbuild/linux-riscv64": "0.28.1",
1364
- "@esbuild/linux-s390x": "0.28.1",
1365
- "@esbuild/linux-x64": "0.28.1",
1366
- "@esbuild/netbsd-arm64": "0.28.1",
1367
- "@esbuild/netbsd-x64": "0.28.1",
1368
- "@esbuild/openbsd-arm64": "0.28.1",
1369
- "@esbuild/openbsd-x64": "0.28.1",
1370
- "@esbuild/openharmony-arm64": "0.28.1",
1371
- "@esbuild/sunos-x64": "0.28.1",
1372
- "@esbuild/win32-arm64": "0.28.1",
1373
- "@esbuild/win32-ia32": "0.28.1",
1374
- "@esbuild/win32-x64": "0.28.1"
1375
- }
1376
- },
1377
- "node_modules/escape-html": {
1378
- "version": "1.0.3",
1379
- "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
1380
- "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
1381
- "license": "MIT"
1382
- },
1383
- "node_modules/etag": {
1384
- "version": "1.8.1",
1385
- "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
1386
- "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
1387
- "license": "MIT",
1388
- "engines": {
1389
- "node": ">= 0.6"
1390
- }
1391
- },
1392
- "node_modules/events-universal": {
1393
- "version": "1.0.1",
1394
- "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
1395
- "integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
1396
- "license": "Apache-2.0",
1397
- "dependencies": {
1398
- "bare-events": "^2.7.0"
1399
- }
1400
- },
1401
- "node_modules/eventsource": {
1402
- "version": "3.0.7",
1403
- "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
1404
- "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
1405
- "license": "MIT",
1406
- "dependencies": {
1407
- "eventsource-parser": "^3.0.1"
1408
- },
1409
- "engines": {
1410
- "node": ">=18.0.0"
1411
- }
1412
- },
1413
- "node_modules/eventsource-parser": {
1414
- "version": "3.1.0",
1415
- "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.1.0.tgz",
1416
- "integrity": "sha512-kJezFj9YFAMLeORyi7aCLxLbD5/qWMQnoMVlVPyHIll7lgRJCc3JVln9Vgl9nwQi0YkMnhdGTMNn7CkRRAptMg==",
1417
- "license": "MIT",
1418
- "engines": {
1419
- "node": ">=18.0.0"
1420
- }
1421
- },
1422
- "node_modules/express": {
1423
- "version": "5.2.1",
1424
- "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
1425
- "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
1426
- "license": "MIT",
1427
- "dependencies": {
1428
- "accepts": "^2.0.0",
1429
- "body-parser": "^2.2.1",
1430
- "content-disposition": "^1.0.0",
1431
- "content-type": "^1.0.5",
1432
- "cookie": "^0.7.1",
1433
- "cookie-signature": "^1.2.1",
1434
- "debug": "^4.4.0",
1435
- "depd": "^2.0.0",
1436
- "encodeurl": "^2.0.0",
1437
- "escape-html": "^1.0.3",
1438
- "etag": "^1.8.1",
1439
- "finalhandler": "^2.1.0",
1440
- "fresh": "^2.0.0",
1441
- "http-errors": "^2.0.0",
1442
- "merge-descriptors": "^2.0.0",
1443
- "mime-types": "^3.0.0",
1444
- "on-finished": "^2.4.1",
1445
- "once": "^1.4.0",
1446
- "parseurl": "^1.3.3",
1447
- "proxy-addr": "^2.0.7",
1448
- "qs": "^6.14.0",
1449
- "range-parser": "^1.2.1",
1450
- "router": "^2.2.0",
1451
- "send": "^1.1.0",
1452
- "serve-static": "^2.2.0",
1453
- "statuses": "^2.0.1",
1454
- "type-is": "^2.0.1",
1455
- "vary": "^1.1.2"
1456
- },
1457
- "engines": {
1458
- "node": ">= 18"
1459
- },
1460
- "funding": {
1461
- "type": "opencollective",
1462
- "url": "https://opencollective.com/express"
1463
- }
1464
- },
1465
- "node_modules/express-rate-limit": {
1466
- "version": "8.5.2",
1467
- "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.2.tgz",
1468
- "integrity": "sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==",
1469
- "license": "MIT",
1470
- "dependencies": {
1471
- "ip-address": "^10.2.0"
1472
- },
1473
- "engines": {
1474
- "node": ">= 16"
1475
- },
1476
- "funding": {
1477
- "url": "https://github.com/sponsors/express-rate-limit"
1478
- },
1479
- "peerDependencies": {
1480
- "express": ">= 4.11"
1481
- }
1482
- },
1483
- "node_modules/fast-deep-equal": {
1484
- "version": "3.1.3",
1485
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1486
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1487
- "license": "MIT"
1488
- },
1489
- "node_modules/fast-fifo": {
1490
- "version": "1.3.2",
1491
- "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
1492
- "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
1493
- "license": "MIT"
1494
- },
1495
- "node_modules/fast-sha256": {
1496
- "version": "1.3.0",
1497
- "resolved": "https://registry.npmjs.org/fast-sha256/-/fast-sha256-1.3.0.tgz",
1498
- "integrity": "sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==",
1499
- "license": "Unlicense"
1500
- },
1501
- "node_modules/fast-string-truncated-width": {
1502
- "version": "3.0.3",
1503
- "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz",
1504
- "integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==",
1505
- "license": "MIT"
1506
- },
1507
- "node_modules/fast-string-width": {
1508
- "version": "3.0.2",
1509
- "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz",
1510
- "integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==",
1511
- "license": "MIT",
1512
- "dependencies": {
1513
- "fast-string-truncated-width": "^3.0.2"
1514
- }
1515
- },
1516
- "node_modules/fast-uri": {
1517
- "version": "3.1.2",
1518
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
1519
- "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
1520
- "funding": [
1521
- {
1522
- "type": "github",
1523
- "url": "https://github.com/sponsors/fastify"
1524
- },
1525
- {
1526
- "type": "opencollective",
1527
- "url": "https://opencollective.com/fastify"
1528
- }
1529
- ],
1530
- "license": "BSD-3-Clause"
1531
- },
1532
- "node_modules/fast-wrap-ansi": {
1533
- "version": "0.2.2",
1534
- "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.2.tgz",
1535
- "integrity": "sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==",
1536
- "license": "MIT",
1537
- "dependencies": {
1538
- "fast-string-width": "^3.0.2"
1539
- }
1540
- },
1541
- "node_modules/finalhandler": {
1542
- "version": "2.1.1",
1543
- "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
1544
- "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
1545
- "license": "MIT",
1546
- "dependencies": {
1547
- "debug": "^4.4.0",
1548
- "encodeurl": "^2.0.0",
1549
- "escape-html": "^1.0.3",
1550
- "on-finished": "^2.4.1",
1551
- "parseurl": "^1.3.3",
1552
- "statuses": "^2.0.1"
1553
- },
1554
- "engines": {
1555
- "node": ">= 18.0.0"
1556
- },
1557
- "funding": {
1558
- "type": "opencollective",
1559
- "url": "https://opencollective.com/express"
1560
- }
1561
- },
1562
- "node_modules/forwarded": {
1563
- "version": "0.2.0",
1564
- "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
1565
- "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
1566
- "license": "MIT",
1567
- "engines": {
1568
- "node": ">= 0.6"
1569
- }
1570
- },
1571
- "node_modules/fresh": {
1572
- "version": "2.0.0",
1573
- "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
1574
- "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
1575
- "license": "MIT",
1576
- "engines": {
1577
- "node": ">= 0.8"
1578
- }
1579
- },
1580
- "node_modules/fsevents": {
1581
- "version": "2.3.3",
1582
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1583
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1584
- "hasInstallScript": true,
1585
- "license": "MIT",
1586
- "optional": true,
1587
- "os": [
1588
- "darwin"
1589
- ],
1590
- "engines": {
1591
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1592
- }
1593
- },
1594
- "node_modules/function-bind": {
1595
- "version": "1.1.2",
1596
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1597
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1598
- "license": "MIT",
1599
- "funding": {
1600
- "url": "https://github.com/sponsors/ljharb"
1601
- }
1602
- },
1603
- "node_modules/get-intrinsic": {
1604
- "version": "1.3.0",
1605
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
1606
- "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
1607
- "license": "MIT",
1608
- "dependencies": {
1609
- "call-bind-apply-helpers": "^1.0.2",
1610
- "es-define-property": "^1.0.1",
1611
- "es-errors": "^1.3.0",
1612
- "es-object-atoms": "^1.1.1",
1613
- "function-bind": "^1.1.2",
1614
- "get-proto": "^1.0.1",
1615
- "gopd": "^1.2.0",
1616
- "has-symbols": "^1.1.0",
1617
- "hasown": "^2.0.2",
1618
- "math-intrinsics": "^1.1.0"
1619
- },
1620
- "engines": {
1621
- "node": ">= 0.4"
1622
- },
1623
- "funding": {
1624
- "url": "https://github.com/sponsors/ljharb"
1625
- }
1626
- },
1627
- "node_modules/get-proto": {
1628
- "version": "1.0.1",
1629
- "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
1630
- "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
1631
- "license": "MIT",
1632
- "dependencies": {
1633
- "dunder-proto": "^1.0.1",
1634
- "es-object-atoms": "^1.0.0"
1635
- },
1636
- "engines": {
1637
- "node": ">= 0.4"
1638
- }
1639
- },
1640
- "node_modules/gopd": {
1641
- "version": "1.2.0",
1642
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
1643
- "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
1644
- "license": "MIT",
1645
- "engines": {
1646
- "node": ">= 0.4"
1647
- },
1648
- "funding": {
1649
- "url": "https://github.com/sponsors/ljharb"
1650
- }
1651
- },
1652
- "node_modules/has-symbols": {
1653
- "version": "1.1.0",
1654
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
1655
- "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
1656
- "license": "MIT",
1657
- "engines": {
1658
- "node": ">= 0.4"
1659
- },
1660
- "funding": {
1661
- "url": "https://github.com/sponsors/ljharb"
1662
- }
1663
- },
1664
- "node_modules/hasown": {
1665
- "version": "2.0.4",
1666
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
1667
- "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
1668
- "license": "MIT",
1669
- "dependencies": {
1670
- "function-bind": "^1.1.2"
1671
- },
1672
- "engines": {
1673
- "node": ">= 0.4"
1674
- }
1675
- },
1676
- "node_modules/hono": {
1677
- "version": "4.12.25",
1678
- "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz",
1679
- "integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==",
1680
- "license": "MIT",
1681
- "engines": {
1682
- "node": ">=16.9.0"
1683
- }
1684
- },
1685
- "node_modules/http-errors": {
1686
- "version": "2.0.1",
1687
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
1688
- "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
1689
- "license": "MIT",
1690
- "dependencies": {
1691
- "depd": "~2.0.0",
1692
- "inherits": "~2.0.4",
1693
- "setprototypeof": "~1.2.0",
1694
- "statuses": "~2.0.2",
1695
- "toidentifier": "~1.0.1"
1696
- },
1697
- "engines": {
1698
- "node": ">= 0.8"
1699
- },
1700
- "funding": {
1701
- "type": "opencollective",
1702
- "url": "https://opencollective.com/express"
1703
- }
1704
- },
1705
- "node_modules/iconv-lite": {
1706
- "version": "0.7.2",
1707
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
1708
- "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
1709
- "license": "MIT",
1710
- "dependencies": {
1711
- "safer-buffer": ">= 2.1.2 < 3.0.0"
1712
- },
1713
- "engines": {
1714
- "node": ">=0.10.0"
1715
- },
1716
- "funding": {
1717
- "type": "opencollective",
1718
- "url": "https://opencollective.com/express"
1719
- }
1720
- },
1721
- "node_modules/inherits": {
1722
- "version": "2.0.4",
1723
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1724
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
1725
- "license": "ISC"
1726
- },
1727
- "node_modules/ip-address": {
1728
- "version": "10.2.0",
1729
- "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",
1730
- "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
1731
- "license": "MIT",
1732
- "engines": {
1733
- "node": ">= 12"
1734
- }
1735
- },
1736
- "node_modules/ipaddr.js": {
1737
- "version": "1.9.1",
1738
- "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
1739
- "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
1740
- "license": "MIT",
1741
- "engines": {
1742
- "node": ">= 0.10"
1743
- }
1744
- },
1745
- "node_modules/is-docker": {
1746
- "version": "3.0.0",
1747
- "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
1748
- "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
1749
- "license": "MIT",
1750
- "bin": {
1751
- "is-docker": "cli.js"
1752
- },
1753
- "engines": {
1754
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1755
- },
1756
- "funding": {
1757
- "url": "https://github.com/sponsors/sindresorhus"
1758
- }
1759
- },
1760
- "node_modules/is-in-ssh": {
1761
- "version": "1.0.0",
1762
- "resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
1763
- "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
1764
- "license": "MIT",
1765
- "engines": {
1766
- "node": ">=20"
1767
- },
1768
- "funding": {
1769
- "url": "https://github.com/sponsors/sindresorhus"
1770
- }
1771
- },
1772
- "node_modules/is-inside-container": {
1773
- "version": "1.0.0",
1774
- "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
1775
- "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
1776
- "license": "MIT",
1777
- "dependencies": {
1778
- "is-docker": "^3.0.0"
1779
- },
1780
- "bin": {
1781
- "is-inside-container": "cli.js"
1782
- },
1783
- "engines": {
1784
- "node": ">=14.16"
1785
- },
1786
- "funding": {
1787
- "url": "https://github.com/sponsors/sindresorhus"
1788
- }
1789
- },
1790
- "node_modules/is-promise": {
1791
- "version": "4.0.0",
1792
- "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
1793
- "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
1794
- "license": "MIT"
1795
- },
1796
- "node_modules/is-wsl": {
1797
- "version": "3.1.1",
1798
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
1799
- "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
1800
- "license": "MIT",
1801
- "dependencies": {
1802
- "is-inside-container": "^1.0.0"
1803
- },
1804
- "engines": {
1805
- "node": ">=16"
1806
- },
1807
- "funding": {
1808
- "url": "https://github.com/sponsors/sindresorhus"
1809
- }
1810
- },
1811
- "node_modules/isexe": {
1812
- "version": "2.0.0",
1813
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1814
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1815
- "license": "ISC"
1816
- },
1817
- "node_modules/jose": {
1818
- "version": "6.2.3",
1819
- "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz",
1820
- "integrity": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==",
1821
- "license": "MIT",
1822
- "funding": {
1823
- "url": "https://github.com/sponsors/panva"
1824
- }
1825
- },
1826
- "node_modules/json-schema-to-ts": {
1827
- "version": "3.1.1",
1828
- "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz",
1829
- "integrity": "sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==",
1830
- "license": "MIT",
1831
- "dependencies": {
1832
- "@babel/runtime": "^7.18.3",
1833
- "ts-algebra": "^2.0.0"
1834
- },
1835
- "engines": {
1836
- "node": ">=16"
1837
- }
1838
- },
1839
- "node_modules/json-schema-traverse": {
1840
- "version": "1.0.0",
1841
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1842
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
1843
- "license": "MIT"
1844
- },
1845
- "node_modules/json-schema-typed": {
1846
- "version": "8.0.2",
1847
- "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
1848
- "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
1849
- "license": "BSD-2-Clause"
1850
- },
1851
- "node_modules/math-intrinsics": {
1852
- "version": "1.1.0",
1853
- "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
1854
- "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1855
- "license": "MIT",
1856
- "engines": {
1857
- "node": ">= 0.4"
1858
- }
1859
- },
1860
- "node_modules/media-typer": {
1861
- "version": "1.1.0",
1862
- "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
1863
- "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
1864
- "license": "MIT",
1865
- "engines": {
1866
- "node": ">= 0.8"
1867
- }
1868
- },
1869
- "node_modules/merge-descriptors": {
1870
- "version": "2.0.0",
1871
- "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
1872
- "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
1873
- "license": "MIT",
1874
- "engines": {
1875
- "node": ">=18"
1876
- },
1877
- "funding": {
1878
- "url": "https://github.com/sponsors/sindresorhus"
1879
- }
1880
- },
1881
- "node_modules/mime-db": {
1882
- "version": "1.54.0",
1883
- "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
1884
- "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
1885
- "license": "MIT",
1886
- "engines": {
1887
- "node": ">= 0.6"
1888
- }
1889
- },
1890
- "node_modules/mime-types": {
1891
- "version": "3.0.2",
1892
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
1893
- "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
1894
- "license": "MIT",
1895
- "dependencies": {
1896
- "mime-db": "^1.54.0"
1897
- },
1898
- "engines": {
1899
- "node": ">=18"
1900
- },
1901
- "funding": {
1902
- "type": "opencollective",
1903
- "url": "https://opencollective.com/express"
1904
- }
1905
- },
1906
- "node_modules/ms": {
1907
- "version": "2.1.3",
1908
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1909
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1910
- "license": "MIT"
1911
- },
1912
- "node_modules/negotiator": {
1913
- "version": "1.0.0",
1914
- "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
1915
- "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
1916
- "license": "MIT",
1917
- "engines": {
1918
- "node": ">= 0.6"
1919
- }
1920
- },
1921
- "node_modules/object-assign": {
1922
- "version": "4.1.1",
1923
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1924
- "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
1925
- "license": "MIT",
1926
- "engines": {
1927
- "node": ">=0.10.0"
1928
- }
1929
- },
1930
- "node_modules/object-inspect": {
1931
- "version": "1.13.4",
1932
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
1933
- "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
1934
- "license": "MIT",
1935
- "engines": {
1936
- "node": ">= 0.4"
1937
- },
1938
- "funding": {
1939
- "url": "https://github.com/sponsors/ljharb"
1940
- }
1941
- },
1942
- "node_modules/on-finished": {
1943
- "version": "2.4.1",
1944
- "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
1945
- "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
1946
- "license": "MIT",
1947
- "dependencies": {
1948
- "ee-first": "1.1.1"
1949
- },
1950
- "engines": {
1951
- "node": ">= 0.8"
1952
- }
1953
- },
1954
- "node_modules/once": {
1955
- "version": "1.4.0",
1956
- "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1957
- "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
1958
- "license": "ISC",
1959
- "dependencies": {
1960
- "wrappy": "1"
1961
- }
1962
- },
1963
- "node_modules/open": {
1964
- "version": "11.0.0",
1965
- "resolved": "https://registry.npmjs.org/open/-/open-11.0.0.tgz",
1966
- "integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
1967
- "license": "MIT",
1968
- "dependencies": {
1969
- "default-browser": "^5.4.0",
1970
- "define-lazy-prop": "^3.0.0",
1971
- "is-in-ssh": "^1.0.0",
1972
- "is-inside-container": "^1.0.0",
1973
- "powershell-utils": "^0.1.0",
1974
- "wsl-utils": "^0.3.0"
1975
- },
1976
- "engines": {
1977
- "node": ">=20"
1978
- },
1979
- "funding": {
1980
- "url": "https://github.com/sponsors/sindresorhus"
1981
- }
1982
- },
1983
- "node_modules/parseurl": {
1984
- "version": "1.3.3",
1985
- "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
1986
- "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
1987
- "license": "MIT",
1988
- "engines": {
1989
- "node": ">= 0.8"
1990
- }
1991
- },
1992
- "node_modules/path-key": {
1993
- "version": "3.1.1",
1994
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
1995
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
1996
- "license": "MIT",
1997
- "engines": {
1998
- "node": ">=8"
1999
- }
2000
- },
2001
- "node_modules/path-to-regexp": {
2002
- "version": "8.4.0",
2003
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.0.tgz",
2004
- "integrity": "sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==",
2005
- "license": "MIT",
2006
- "funding": {
2007
- "type": "opencollective",
2008
- "url": "https://opencollective.com/express"
2009
- }
2010
- },
2011
- "node_modules/pkce-challenge": {
2012
- "version": "5.0.1",
2013
- "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
2014
- "integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
2015
- "license": "MIT",
2016
- "engines": {
2017
- "node": ">=16.20.0"
2018
- }
2019
- },
2020
- "node_modules/powershell-utils": {
2021
- "version": "0.1.0",
2022
- "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
2023
- "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
2024
- "license": "MIT",
2025
- "engines": {
2026
- "node": ">=20"
2027
- },
2028
- "funding": {
2029
- "url": "https://github.com/sponsors/sindresorhus"
2030
- }
2031
- },
2032
- "node_modules/proxy-addr": {
2033
- "version": "2.0.7",
2034
- "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
2035
- "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
2036
- "license": "MIT",
2037
- "dependencies": {
2038
- "forwarded": "0.2.0",
2039
- "ipaddr.js": "1.9.1"
2040
- },
2041
- "engines": {
2042
- "node": ">= 0.10"
2043
- }
2044
- },
2045
- "node_modules/qs": {
2046
- "version": "6.15.2",
2047
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
2048
- "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
2049
- "license": "BSD-3-Clause",
2050
- "dependencies": {
2051
- "side-channel": "^1.1.0"
2052
- },
2053
- "engines": {
2054
- "node": ">=0.6"
2055
- },
2056
- "funding": {
2057
- "url": "https://github.com/sponsors/ljharb"
2058
- }
2059
- },
2060
- "node_modules/range-parser": {
2061
- "version": "1.3.0",
2062
- "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.3.0.tgz",
2063
- "integrity": "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==",
2064
- "license": "MIT",
2065
- "engines": {
2066
- "node": ">= 0.6"
2067
- },
2068
- "funding": {
2069
- "type": "opencollective",
2070
- "url": "https://opencollective.com/express"
2071
- }
2072
- },
2073
- "node_modules/raw-body": {
2074
- "version": "3.0.2",
2075
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
2076
- "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
2077
- "license": "MIT",
2078
- "dependencies": {
2079
- "bytes": "~3.1.2",
2080
- "http-errors": "~2.0.1",
2081
- "iconv-lite": "~0.7.0",
2082
- "unpipe": "~1.0.0"
2083
- },
2084
- "engines": {
2085
- "node": ">= 0.10"
2086
- }
2087
- },
2088
- "node_modules/require-from-string": {
2089
- "version": "2.0.2",
2090
- "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
2091
- "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
2092
- "license": "MIT",
2093
- "engines": {
2094
- "node": ">=0.10.0"
2095
- }
2096
- },
2097
- "node_modules/router": {
2098
- "version": "2.2.0",
2099
- "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
2100
- "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
2101
- "license": "MIT",
2102
- "dependencies": {
2103
- "debug": "^4.4.0",
2104
- "depd": "^2.0.0",
2105
- "is-promise": "^4.0.0",
2106
- "parseurl": "^1.3.3",
2107
- "path-to-regexp": "^8.0.0"
2108
- },
2109
- "engines": {
2110
- "node": ">= 18"
2111
- }
2112
- },
2113
- "node_modules/run-applescript": {
2114
- "version": "7.1.0",
2115
- "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
2116
- "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
2117
- "license": "MIT",
2118
- "engines": {
2119
- "node": ">=18"
2120
- },
2121
- "funding": {
2122
- "url": "https://github.com/sponsors/sindresorhus"
2123
- }
2124
- },
2125
- "node_modules/safer-buffer": {
2126
- "version": "2.1.2",
2127
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
2128
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
2129
- "license": "MIT"
2130
- },
2131
- "node_modules/send": {
2132
- "version": "1.2.1",
2133
- "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
2134
- "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
2135
- "license": "MIT",
2136
- "dependencies": {
2137
- "debug": "^4.4.3",
2138
- "encodeurl": "^2.0.0",
2139
- "escape-html": "^1.0.3",
2140
- "etag": "^1.8.1",
2141
- "fresh": "^2.0.0",
2142
- "http-errors": "^2.0.1",
2143
- "mime-types": "^3.0.2",
2144
- "ms": "^2.1.3",
2145
- "on-finished": "^2.4.1",
2146
- "range-parser": "^1.2.1",
2147
- "statuses": "^2.0.2"
2148
- },
2149
- "engines": {
2150
- "node": ">= 18"
2151
- },
2152
- "funding": {
2153
- "type": "opencollective",
2154
- "url": "https://opencollective.com/express"
2155
- }
2156
- },
2157
- "node_modules/serve-static": {
2158
- "version": "2.2.1",
2159
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
2160
- "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
2161
- "license": "MIT",
2162
- "dependencies": {
2163
- "encodeurl": "^2.0.0",
2164
- "escape-html": "^1.0.3",
2165
- "parseurl": "^1.3.3",
2166
- "send": "^1.2.0"
2167
- },
2168
- "engines": {
2169
- "node": ">= 18"
2170
- },
2171
- "funding": {
2172
- "type": "opencollective",
2173
- "url": "https://opencollective.com/express"
2174
- }
2175
- },
2176
- "node_modules/setprototypeof": {
2177
- "version": "1.2.0",
2178
- "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
2179
- "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
2180
- "license": "ISC"
2181
- },
2182
- "node_modules/shebang-command": {
2183
- "version": "2.0.0",
2184
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2185
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2186
- "license": "MIT",
2187
- "dependencies": {
2188
- "shebang-regex": "^3.0.0"
2189
- },
2190
- "engines": {
2191
- "node": ">=8"
2192
- }
2193
- },
2194
- "node_modules/shebang-regex": {
2195
- "version": "3.0.0",
2196
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2197
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2198
- "license": "MIT",
2199
- "engines": {
2200
- "node": ">=8"
2201
- }
2202
- },
2203
- "node_modules/side-channel": {
2204
- "version": "1.1.1",
2205
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
2206
- "integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
2207
- "license": "MIT",
2208
- "dependencies": {
2209
- "es-errors": "^1.3.0",
2210
- "object-inspect": "^1.13.4",
2211
- "side-channel-list": "^1.0.1",
2212
- "side-channel-map": "^1.0.1",
2213
- "side-channel-weakmap": "^1.0.2"
2214
- },
2215
- "engines": {
2216
- "node": ">= 0.4"
2217
- },
2218
- "funding": {
2219
- "url": "https://github.com/sponsors/ljharb"
2220
- }
2221
- },
2222
- "node_modules/side-channel-list": {
2223
- "version": "1.0.1",
2224
- "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
2225
- "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
2226
- "license": "MIT",
2227
- "dependencies": {
2228
- "es-errors": "^1.3.0",
2229
- "object-inspect": "^1.13.4"
2230
- },
2231
- "engines": {
2232
- "node": ">= 0.4"
2233
- },
2234
- "funding": {
2235
- "url": "https://github.com/sponsors/ljharb"
2236
- }
2237
- },
2238
- "node_modules/side-channel-map": {
2239
- "version": "1.0.1",
2240
- "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
2241
- "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
2242
- "license": "MIT",
2243
- "dependencies": {
2244
- "call-bound": "^1.0.2",
2245
- "es-errors": "^1.3.0",
2246
- "get-intrinsic": "^1.2.5",
2247
- "object-inspect": "^1.13.3"
2248
- },
2249
- "engines": {
2250
- "node": ">= 0.4"
2251
- },
2252
- "funding": {
2253
- "url": "https://github.com/sponsors/ljharb"
2254
- }
2255
- },
2256
- "node_modules/side-channel-weakmap": {
2257
- "version": "1.0.2",
2258
- "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
2259
- "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
2260
- "license": "MIT",
2261
- "dependencies": {
2262
- "call-bound": "^1.0.2",
2263
- "es-errors": "^1.3.0",
2264
- "get-intrinsic": "^1.2.5",
2265
- "object-inspect": "^1.13.3",
2266
- "side-channel-map": "^1.0.1"
2267
- },
2268
- "engines": {
2269
- "node": ">= 0.4"
2270
- },
2271
- "funding": {
2272
- "url": "https://github.com/sponsors/ljharb"
2273
- }
2274
- },
2275
- "node_modules/sisteransi": {
2276
- "version": "1.0.5",
2277
- "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
2278
- "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
2279
- "license": "MIT"
2280
- },
2281
- "node_modules/skillflag": {
2282
- "version": "0.2.0",
2283
- "resolved": "https://registry.npmjs.org/skillflag/-/skillflag-0.2.0.tgz",
2284
- "integrity": "sha512-7ZmEpBeEoPLc+hqZ/StAnCO/hulgEPANzPyZgOM/CZ5zc3b0ApSp3URavY5POM/OKyi5d9+UC/Q21OoiYC2kJw==",
2285
- "license": "MIT",
2286
- "dependencies": {
2287
- "@clack/prompts": "^1.0.1",
2288
- "tar-stream": "^3.1.7"
2289
- },
2290
- "bin": {
2291
- "skill-install": "dist/bin/skill-install.js",
2292
- "skillflag": "dist/bin/skillflag.js"
2293
- },
2294
- "engines": {
2295
- "node": ">=18"
2296
- }
2297
- },
2298
- "node_modules/smol-toml": {
2299
- "version": "1.7.0",
2300
- "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.7.0.tgz",
2301
- "integrity": "sha512-aqVvWoyO21L23mb+drl4RmMXbf6N7FdHjAhTRA9ZBL7apWBgfWC16KjrASI+1p9GAroljyMHj6fK67i0UiTNvQ==",
2302
- "license": "BSD-3-Clause",
2303
- "engines": {
2304
- "node": ">= 18"
2305
- },
2306
- "funding": {
2307
- "url": "https://github.com/sponsors/cyyynthia"
2308
- }
2309
- },
2310
- "node_modules/standardwebhooks": {
2311
- "version": "1.0.0",
2312
- "resolved": "https://registry.npmjs.org/standardwebhooks/-/standardwebhooks-1.0.0.tgz",
2313
- "integrity": "sha512-BbHGOQK9olHPMvQNHWul6MYlrRTAOKn03rOe4A8O3CLWhNf4YHBqq2HJKKC+sfqpxiBY52pNeesD6jIiLDz8jg==",
2314
- "license": "MIT",
2315
- "dependencies": {
2316
- "@stablelib/base64": "^1.0.0",
2317
- "fast-sha256": "^1.3.0"
2318
- }
2319
- },
2320
- "node_modules/statuses": {
2321
- "version": "2.0.2",
2322
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
2323
- "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
2324
- "license": "MIT",
2325
- "engines": {
2326
- "node": ">= 0.8"
2327
- }
2328
- },
2329
- "node_modules/streamx": {
2330
- "version": "2.28.0",
2331
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.28.0.tgz",
2332
- "integrity": "sha512-1Yowhzjf0ivGMrTIkY9hav5TxobO9qIVqUE41fiCGMGgc3CLlf4MY+9AHmZqBWgDTue0fY9zWjYFVyf6Diuobw==",
2333
- "license": "MIT",
2334
- "dependencies": {
2335
- "events-universal": "^1.0.0",
2336
- "fast-fifo": "^1.3.2",
2337
- "text-decoder": "^1.1.0"
2338
- }
2339
- },
2340
- "node_modules/tar-stream": {
2341
- "version": "3.2.0",
2342
- "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.2.0.tgz",
2343
- "integrity": "sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==",
2344
- "license": "MIT",
2345
- "dependencies": {
2346
- "b4a": "^1.6.4",
2347
- "bare-fs": "^4.5.5",
2348
- "fast-fifo": "^1.2.0",
2349
- "streamx": "^2.15.0"
2350
- }
2351
- },
2352
- "node_modules/teex": {
2353
- "version": "1.0.1",
2354
- "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
2355
- "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
2356
- "license": "MIT",
2357
- "dependencies": {
2358
- "streamx": "^2.12.5"
2359
- }
2360
- },
2361
- "node_modules/text-decoder": {
2362
- "version": "1.2.7",
2363
- "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
2364
- "integrity": "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==",
2365
- "license": "Apache-2.0",
2366
- "dependencies": {
2367
- "b4a": "^1.6.4"
2368
- }
2369
- },
2370
- "node_modules/toidentifier": {
2371
- "version": "1.0.1",
2372
- "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
2373
- "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
2374
- "license": "MIT",
2375
- "engines": {
2376
- "node": ">=0.6"
2377
- }
2378
- },
2379
- "node_modules/ts-algebra": {
2380
- "version": "2.0.0",
2381
- "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
2382
- "integrity": "sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==",
2383
- "license": "MIT"
2384
- },
2385
- "node_modules/tsx": {
2386
- "version": "4.22.4",
2387
- "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.4.tgz",
2388
- "integrity": "sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==",
2389
- "license": "MIT",
2390
- "dependencies": {
2391
- "esbuild": "~0.28.0"
2392
- },
2393
- "bin": {
2394
- "tsx": "dist/cli.mjs"
2395
- },
2396
- "engines": {
2397
- "node": ">=18.0.0"
2398
- },
2399
- "optionalDependencies": {
2400
- "fsevents": "~2.3.3"
2401
- }
2402
- },
2403
- "node_modules/type-is": {
2404
- "version": "2.1.0",
2405
- "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
2406
- "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
2407
- "license": "MIT",
2408
- "dependencies": {
2409
- "content-type": "^2.0.0",
2410
- "media-typer": "^1.1.0",
2411
- "mime-types": "^3.0.0"
2412
- },
2413
- "engines": {
2414
- "node": ">= 18"
2415
- },
2416
- "funding": {
2417
- "type": "opencollective",
2418
- "url": "https://opencollective.com/express"
2419
- }
2420
- },
2421
- "node_modules/type-is/node_modules/content-type": {
2422
- "version": "2.0.0",
2423
- "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
2424
- "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
2425
- "license": "MIT",
2426
- "engines": {
2427
- "node": ">=18"
2428
- },
2429
- "funding": {
2430
- "type": "opencollective",
2431
- "url": "https://opencollective.com/express"
2432
- }
2433
- },
2434
- "node_modules/unpipe": {
2435
- "version": "1.0.0",
2436
- "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
2437
- "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
2438
- "license": "MIT",
2439
- "engines": {
2440
- "node": ">= 0.8"
2441
- }
2442
- },
2443
- "node_modules/vary": {
2444
- "version": "1.1.2",
2445
- "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
2446
- "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
2447
- "license": "MIT",
2448
- "engines": {
2449
- "node": ">= 0.8"
2450
- }
2451
- },
2452
- "node_modules/vscode-jsonrpc": {
2453
- "version": "9.0.1",
2454
- "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-9.0.1.tgz",
2455
- "integrity": "sha512-rfuA6T75H6m5EkbhtEPzre9pT0HPcDI2MMy4+nPFIBks5J8JBAUHD4tRYSgaBOijIEC7SRkC1kKyXTLqbmh9jw==",
2456
- "license": "MIT",
2457
- "engines": {
2458
- "node": ">=14.0.0"
2459
- }
2460
- },
2461
- "node_modules/which": {
2462
- "version": "2.0.2",
2463
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2464
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2465
- "license": "ISC",
2466
- "dependencies": {
2467
- "isexe": "^2.0.0"
2468
- },
2469
- "bin": {
2470
- "node-which": "bin/node-which"
2471
- },
2472
- "engines": {
2473
- "node": ">= 8"
2474
- }
2475
- },
2476
- "node_modules/wrappy": {
2477
- "version": "1.0.2",
2478
- "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
2479
- "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
2480
- "license": "ISC"
2481
- },
2482
- "node_modules/wsl-utils": {
2483
- "version": "0.3.1",
2484
- "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
2485
- "integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
2486
- "license": "MIT",
2487
- "dependencies": {
2488
- "is-wsl": "^3.1.0",
2489
- "powershell-utils": "^0.1.0"
2490
- },
2491
- "engines": {
2492
- "node": ">=20"
2493
- },
2494
- "funding": {
2495
- "url": "https://github.com/sponsors/sindresorhus"
2496
- }
2497
- },
2498
- "node_modules/zod": {
2499
- "version": "4.4.3",
2500
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
2501
- "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
2502
- "license": "MIT",
2503
- "funding": {
2504
- "url": "https://github.com/sponsors/colinhacks"
2505
- }
2506
- },
2507
- "node_modules/zod-to-json-schema": {
2508
- "version": "3.25.2",
2509
- "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
2510
- "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
2511
- "license": "ISC",
2512
- "peerDependencies": {
2513
- "zod": "^3.25.28 || ^4"
2514
- }
2515
- }
2516
- }
2517
- }