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