@averyyy/pi-coding-agent 0.80.3-piclient.3 → 0.80.3-piclient.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,1824 +0,0 @@
1
- {
2
- "name": "@earendil-works/pi-coding-agent",
3
- "version": "0.80.3",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "@earendil-works/pi-coding-agent",
9
- "version": "0.80.3",
10
- "license": "MIT",
11
- "dependencies": {
12
- "@earendil-works/pi-agent-core": "^0.80.3",
13
- "@earendil-works/pi-ai": "^0.80.3",
14
- "@earendil-works/pi-tui": "^0.80.3",
15
- "@silvia-odwyer/photon-node": "0.3.4",
16
- "chalk": "5.6.2",
17
- "cross-spawn": "7.0.6",
18
- "diff": "8.0.4",
19
- "glob": "13.0.6",
20
- "highlight.js": "10.7.3",
21
- "hosted-git-info": "9.0.3",
22
- "ignore": "7.0.5",
23
- "jiti": "2.7.0",
24
- "minimatch": "10.2.5",
25
- "proper-lockfile": "4.1.2",
26
- "semver": "7.8.0",
27
- "typebox": "1.1.38",
28
- "undici": "8.5.0",
29
- "yaml": "2.9.0"
30
- },
31
- "optionalDependencies": {
32
- "@mariozechner/clipboard": "0.3.9"
33
- },
34
- "bin": {
35
- "pi": "dist/cli.js"
36
- },
37
- "engines": {
38
- "node": ">=22.19.0"
39
- }
40
- },
41
- "node_modules/@anthropic-ai/sdk": {
42
- "version": "0.91.1",
43
- "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.91.1.tgz",
44
- "integrity": "sha512-LAmu761tSN9r66ixvmciswUj/ZC+1Q4iAfpedTfSVLeswRwnY3n2Nb6Tsk+cLPP28aLOPWeMgIuTuCcMC6W/iw==",
45
- "license": "MIT",
46
- "dependencies": {
47
- "json-schema-to-ts": "^3.1.1"
48
- },
49
- "peerDependencies": {
50
- "zod": "^3.25.0 || ^4.0.0"
51
- },
52
- "peerDependenciesMeta": {
53
- "zod": {
54
- "optional": true
55
- }
56
- },
57
- "bin": {
58
- "anthropic-ai-sdk": "bin/cli"
59
- }
60
- },
61
- "node_modules/@aws-crypto/crc32": {
62
- "version": "5.2.0",
63
- "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz",
64
- "integrity": "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==",
65
- "license": "Apache-2.0",
66
- "dependencies": {
67
- "@aws-crypto/util": "^5.2.0",
68
- "@aws-sdk/types": "^3.222.0",
69
- "tslib": "^2.6.2"
70
- },
71
- "engines": {
72
- "node": ">=16.0.0"
73
- }
74
- },
75
- "node_modules/@aws-crypto/sha256-browser": {
76
- "version": "5.2.0",
77
- "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz",
78
- "integrity": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==",
79
- "license": "Apache-2.0",
80
- "dependencies": {
81
- "@aws-crypto/sha256-js": "^5.2.0",
82
- "@aws-crypto/supports-web-crypto": "^5.2.0",
83
- "@aws-crypto/util": "^5.2.0",
84
- "@aws-sdk/types": "^3.222.0",
85
- "@aws-sdk/util-locate-window": "^3.0.0",
86
- "@smithy/util-utf8": "^2.0.0",
87
- "tslib": "^2.6.2"
88
- }
89
- },
90
- "node_modules/@aws-crypto/sha256-js": {
91
- "version": "5.2.0",
92
- "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz",
93
- "integrity": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==",
94
- "license": "Apache-2.0",
95
- "dependencies": {
96
- "@aws-crypto/util": "^5.2.0",
97
- "@aws-sdk/types": "^3.222.0",
98
- "tslib": "^2.6.2"
99
- },
100
- "engines": {
101
- "node": ">=16.0.0"
102
- }
103
- },
104
- "node_modules/@aws-crypto/supports-web-crypto": {
105
- "version": "5.2.0",
106
- "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
107
- "integrity": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==",
108
- "license": "Apache-2.0",
109
- "dependencies": {
110
- "tslib": "^2.6.2"
111
- }
112
- },
113
- "node_modules/@aws-crypto/util": {
114
- "version": "5.2.0",
115
- "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
116
- "integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
117
- "license": "Apache-2.0",
118
- "dependencies": {
119
- "@aws-sdk/types": "^3.222.0",
120
- "@smithy/util-utf8": "^2.0.0",
121
- "tslib": "^2.6.2"
122
- }
123
- },
124
- "node_modules/@aws-sdk/client-bedrock-runtime": {
125
- "version": "3.1048.0",
126
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-runtime/-/client-bedrock-runtime-3.1048.0.tgz",
127
- "integrity": "sha512-u+NT61JZEkRFtpL0CAw1N1dwxnaLgwVXQl/zjJxTGgLyS/jTIdg2SdoEoCTHxgDyCnqa1HEi9QOoE9/pYRNpOQ==",
128
- "license": "Apache-2.0",
129
- "dependencies": {
130
- "@aws-crypto/sha256-browser": "5.2.0",
131
- "@aws-crypto/sha256-js": "5.2.0",
132
- "@aws-sdk/core": "^3.974.11",
133
- "@aws-sdk/credential-provider-node": "^3.972.42",
134
- "@aws-sdk/eventstream-handler-node": "^3.972.16",
135
- "@aws-sdk/middleware-eventstream": "^3.972.12",
136
- "@aws-sdk/middleware-websocket": "^3.972.19",
137
- "@aws-sdk/token-providers": "3.1048.0",
138
- "@aws-sdk/types": "^3.973.8",
139
- "@smithy/core": "^3.24.2",
140
- "@smithy/fetch-http-handler": "^5.4.2",
141
- "@smithy/node-http-handler": "^4.7.2",
142
- "@smithy/types": "^4.14.1",
143
- "tslib": "^2.6.2"
144
- },
145
- "engines": {
146
- "node": ">=20.0.0"
147
- }
148
- },
149
- "node_modules/@aws-sdk/core": {
150
- "version": "3.974.11",
151
- "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.974.11.tgz",
152
- "integrity": "sha512-QpnINq5FZH6EOaDEkmHdT7eUunbvD27pDNQypaWjFyYz7Zl1q3UCMQErBZxpmfGfI7MvI2TlK8KTkgNpv8b1ug==",
153
- "license": "Apache-2.0",
154
- "dependencies": {
155
- "@aws-sdk/types": "^3.973.8",
156
- "@aws-sdk/xml-builder": "^3.972.24",
157
- "@aws/lambda-invoke-store": "^0.2.2",
158
- "@smithy/core": "^3.24.2",
159
- "@smithy/signature-v4": "^5.4.2",
160
- "@smithy/types": "^4.14.1",
161
- "bowser": "^2.11.0",
162
- "tslib": "^2.6.2"
163
- },
164
- "engines": {
165
- "node": ">=20.0.0"
166
- }
167
- },
168
- "node_modules/@aws-sdk/credential-provider-env": {
169
- "version": "3.972.37",
170
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.37.tgz",
171
- "integrity": "sha512-/jpPvEh6f7ntmIzf7dNxoNX6Q8vt8UpesCjbW6mFfk4V1NW6bIy9qxcQ6WbA8As5yQhsZOe+xeNd4xHX8kdY2Q==",
172
- "license": "Apache-2.0",
173
- "dependencies": {
174
- "@aws-sdk/core": "^3.974.11",
175
- "@aws-sdk/types": "^3.973.8",
176
- "@smithy/core": "^3.24.2",
177
- "@smithy/types": "^4.14.1",
178
- "tslib": "^2.6.2"
179
- },
180
- "engines": {
181
- "node": ">=20.0.0"
182
- }
183
- },
184
- "node_modules/@aws-sdk/credential-provider-http": {
185
- "version": "3.972.39",
186
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.39.tgz",
187
- "integrity": "sha512-pIgTpisWyWg7X1bUbzSjuUYosYTD0Ghz2M0hkSTmb3a6i3qV3uU+NYJPI/E2XSC0HcsZh5rsLPzeXrkb2DS0Cg==",
188
- "license": "Apache-2.0",
189
- "dependencies": {
190
- "@aws-sdk/core": "^3.974.11",
191
- "@aws-sdk/types": "^3.973.8",
192
- "@smithy/core": "^3.24.2",
193
- "@smithy/fetch-http-handler": "^5.4.2",
194
- "@smithy/node-http-handler": "^4.7.2",
195
- "@smithy/types": "^4.14.1",
196
- "tslib": "^2.6.2"
197
- },
198
- "engines": {
199
- "node": ">=20.0.0"
200
- }
201
- },
202
- "node_modules/@aws-sdk/credential-provider-ini": {
203
- "version": "3.972.41",
204
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.41.tgz",
205
- "integrity": "sha512-u2tyjaxJJzW8UtW4SM1ZcPMDwO6y+kV+llvou+Adts0FAKyzes5jG4izQN+KX3yE8ZROpS5y1LJ//xL2iSf76w==",
206
- "license": "Apache-2.0",
207
- "dependencies": {
208
- "@aws-sdk/core": "^3.974.11",
209
- "@aws-sdk/credential-provider-env": "^3.972.37",
210
- "@aws-sdk/credential-provider-http": "^3.972.39",
211
- "@aws-sdk/credential-provider-login": "^3.972.41",
212
- "@aws-sdk/credential-provider-process": "^3.972.37",
213
- "@aws-sdk/credential-provider-sso": "^3.972.41",
214
- "@aws-sdk/credential-provider-web-identity": "^3.972.41",
215
- "@aws-sdk/nested-clients": "^3.997.9",
216
- "@aws-sdk/types": "^3.973.8",
217
- "@smithy/core": "^3.24.2",
218
- "@smithy/credential-provider-imds": "^4.3.2",
219
- "@smithy/types": "^4.14.1",
220
- "tslib": "^2.6.2"
221
- },
222
- "engines": {
223
- "node": ">=20.0.0"
224
- }
225
- },
226
- "node_modules/@aws-sdk/credential-provider-login": {
227
- "version": "3.972.41",
228
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.41.tgz",
229
- "integrity": "sha512-0LBitxXiAiaE5nlFPfpNIww/8FRY/I7WIndWsc9GmNFOM7cE1wNpVNQEGEk9Outg5l8xl+3vybxFyUy4l9q/LQ==",
230
- "license": "Apache-2.0",
231
- "dependencies": {
232
- "@aws-sdk/core": "^3.974.11",
233
- "@aws-sdk/nested-clients": "^3.997.9",
234
- "@aws-sdk/types": "^3.973.8",
235
- "@smithy/core": "^3.24.2",
236
- "@smithy/types": "^4.14.1",
237
- "tslib": "^2.6.2"
238
- },
239
- "engines": {
240
- "node": ">=20.0.0"
241
- }
242
- },
243
- "node_modules/@aws-sdk/credential-provider-node": {
244
- "version": "3.972.42",
245
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.42.tgz",
246
- "integrity": "sha512-D4oon2zbqqsWOJUM99Gm3/ZyJ0IJvTXVN3PyloGb3kQEyI36fjCZheZj422lAgTWWd6TSHgiImLt3RIaLdv3dQ==",
247
- "license": "Apache-2.0",
248
- "dependencies": {
249
- "@aws-sdk/credential-provider-env": "^3.972.37",
250
- "@aws-sdk/credential-provider-http": "^3.972.39",
251
- "@aws-sdk/credential-provider-ini": "^3.972.41",
252
- "@aws-sdk/credential-provider-process": "^3.972.37",
253
- "@aws-sdk/credential-provider-sso": "^3.972.41",
254
- "@aws-sdk/credential-provider-web-identity": "^3.972.41",
255
- "@aws-sdk/types": "^3.973.8",
256
- "@smithy/core": "^3.24.2",
257
- "@smithy/credential-provider-imds": "^4.3.2",
258
- "@smithy/types": "^4.14.1",
259
- "tslib": "^2.6.2"
260
- },
261
- "engines": {
262
- "node": ">=20.0.0"
263
- }
264
- },
265
- "node_modules/@aws-sdk/credential-provider-process": {
266
- "version": "3.972.37",
267
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.37.tgz",
268
- "integrity": "sha512-7nVaHBUaWIddASYfVaA9O4D5ZVjewU3sCol9WqZPGfW0nR+0WqE0xHZnD/U2L33PlOB8KNXGKZ6wOES/QijKzg==",
269
- "license": "Apache-2.0",
270
- "dependencies": {
271
- "@aws-sdk/core": "^3.974.11",
272
- "@aws-sdk/types": "^3.973.8",
273
- "@smithy/core": "^3.24.2",
274
- "@smithy/types": "^4.14.1",
275
- "tslib": "^2.6.2"
276
- },
277
- "engines": {
278
- "node": ">=20.0.0"
279
- }
280
- },
281
- "node_modules/@aws-sdk/credential-provider-sso": {
282
- "version": "3.972.41",
283
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.41.tgz",
284
- "integrity": "sha512-IOWAWEHe5LkjSKkkUUX9ciV6Y1scHTsnfEkdt5yyC4Slrc7AGbkLPrpntjqh18ksJAMOaVhoBsO8p2WyTcY2wQ==",
285
- "license": "Apache-2.0",
286
- "dependencies": {
287
- "@aws-sdk/core": "^3.974.11",
288
- "@aws-sdk/nested-clients": "^3.997.9",
289
- "@aws-sdk/token-providers": "3.1048.0",
290
- "@aws-sdk/types": "^3.973.8",
291
- "@smithy/core": "^3.24.2",
292
- "@smithy/types": "^4.14.1",
293
- "tslib": "^2.6.2"
294
- },
295
- "engines": {
296
- "node": ">=20.0.0"
297
- }
298
- },
299
- "node_modules/@aws-sdk/credential-provider-web-identity": {
300
- "version": "3.972.41",
301
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.41.tgz",
302
- "integrity": "sha512-mbACk9Yypa8nm4iGZLs0PofOXEcTDOUw6wDnsPXNDNSd2WNXs1tSo+6nc/fh0jLYdfVZThhBL98PHW4aXFsG5A==",
303
- "license": "Apache-2.0",
304
- "dependencies": {
305
- "@aws-sdk/core": "^3.974.11",
306
- "@aws-sdk/nested-clients": "^3.997.9",
307
- "@aws-sdk/types": "^3.973.8",
308
- "@smithy/core": "^3.24.2",
309
- "@smithy/types": "^4.14.1",
310
- "tslib": "^2.6.2"
311
- },
312
- "engines": {
313
- "node": ">=20.0.0"
314
- }
315
- },
316
- "node_modules/@aws-sdk/eventstream-handler-node": {
317
- "version": "3.972.16",
318
- "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.16.tgz",
319
- "integrity": "sha512-yedpPgKftqjU5SlPFHfqWpOw6xSCRieWRG1euWOlXn4WJxt2VX92VprCa2PpSOXjVCAeK6dTjW9eJRXVig9yGA==",
320
- "license": "Apache-2.0",
321
- "dependencies": {
322
- "@aws-sdk/types": "^3.973.8",
323
- "@smithy/core": "^3.24.2",
324
- "@smithy/types": "^4.14.1",
325
- "tslib": "^2.6.2"
326
- },
327
- "engines": {
328
- "node": ">=20.0.0"
329
- }
330
- },
331
- "node_modules/@aws-sdk/middleware-eventstream": {
332
- "version": "3.972.12",
333
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.12.tgz",
334
- "integrity": "sha512-tHTHHCHNrq6XklQvlzHBDJG4Iuhh7NVPRdtmvP+nHFA+5sxPlIDzlAHHgfoYHGvT3NXP1yVP/L5c3opUn6T3Qg==",
335
- "license": "Apache-2.0",
336
- "dependencies": {
337
- "@aws-sdk/types": "^3.973.8",
338
- "@smithy/core": "^3.24.2",
339
- "@smithy/types": "^4.14.1",
340
- "tslib": "^2.6.2"
341
- },
342
- "engines": {
343
- "node": ">=20.0.0"
344
- }
345
- },
346
- "node_modules/@aws-sdk/middleware-websocket": {
347
- "version": "3.972.19",
348
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.19.tgz",
349
- "integrity": "sha512-mkEhOGYozqKQkbFaVrjwr0faiwwZza1v5/jSY6Tucm3bD+uKTazIUH/4Yo6aMnQD2ua2W9cMP6s8mvwTcjtqHw==",
350
- "license": "Apache-2.0",
351
- "dependencies": {
352
- "@aws-sdk/core": "^3.974.11",
353
- "@aws-sdk/types": "^3.973.8",
354
- "@smithy/core": "^3.24.2",
355
- "@smithy/fetch-http-handler": "^5.4.2",
356
- "@smithy/signature-v4": "^5.4.2",
357
- "@smithy/types": "^4.14.1",
358
- "tslib": "^2.6.2"
359
- },
360
- "engines": {
361
- "node": ">= 14.0.0"
362
- }
363
- },
364
- "node_modules/@aws-sdk/nested-clients": {
365
- "version": "3.997.9",
366
- "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.9.tgz",
367
- "integrity": "sha512-jPR3rnmRI4hWYyzfmTGBr7NblMp8QYYeflHXba1H6+7CGrWVqWKQzaXFQ4qbExqPRsXN3T3L3JxFhr6aouXUGQ==",
368
- "license": "Apache-2.0",
369
- "dependencies": {
370
- "@aws-crypto/sha256-browser": "5.2.0",
371
- "@aws-crypto/sha256-js": "5.2.0",
372
- "@aws-sdk/core": "^3.974.11",
373
- "@aws-sdk/signature-v4-multi-region": "^3.996.27",
374
- "@aws-sdk/types": "^3.973.8",
375
- "@smithy/core": "^3.24.2",
376
- "@smithy/fetch-http-handler": "^5.4.2",
377
- "@smithy/node-http-handler": "^4.7.2",
378
- "@smithy/types": "^4.14.1",
379
- "tslib": "^2.6.2"
380
- },
381
- "engines": {
382
- "node": ">=20.0.0"
383
- }
384
- },
385
- "node_modules/@aws-sdk/signature-v4-multi-region": {
386
- "version": "3.996.27",
387
- "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.27.tgz",
388
- "integrity": "sha512-0Phbz4t6HI3D3skxvG2uI+VWU034/nSIw1T8d+FPzzQG9EQTrw94o9mOKO2Gv3n3Oc8P7JD7RAUxkoneLWv5Eg==",
389
- "license": "Apache-2.0",
390
- "dependencies": {
391
- "@aws-sdk/types": "^3.973.8",
392
- "@smithy/core": "^3.24.2",
393
- "@smithy/signature-v4": "^5.4.2",
394
- "@smithy/types": "^4.14.1",
395
- "tslib": "^2.6.2"
396
- },
397
- "engines": {
398
- "node": ">=20.0.0"
399
- }
400
- },
401
- "node_modules/@aws-sdk/token-providers": {
402
- "version": "3.1048.0",
403
- "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1048.0.tgz",
404
- "integrity": "sha512-k0y/GcuesuSfWyUM0WamrGyeZmltRYaPbHO82UDA6mZ/doB+FOHKutikPAtSXMn/hDz970cF+iRuuiYO9VEbAA==",
405
- "license": "Apache-2.0",
406
- "dependencies": {
407
- "@aws-sdk/core": "^3.974.11",
408
- "@aws-sdk/nested-clients": "^3.997.9",
409
- "@aws-sdk/types": "^3.973.8",
410
- "@smithy/core": "^3.24.2",
411
- "@smithy/types": "^4.14.1",
412
- "tslib": "^2.6.2"
413
- },
414
- "engines": {
415
- "node": ">=20.0.0"
416
- }
417
- },
418
- "node_modules/@aws-sdk/types": {
419
- "version": "3.973.8",
420
- "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.973.8.tgz",
421
- "integrity": "sha512-gjlAdtHMbtR9X5iIhVUvbVcy55KnznpC6bkDUWW9z915bi0ckdUr5cjf16Kp6xq0bP5HBD2xzgbL9F9Quv5vUw==",
422
- "license": "Apache-2.0",
423
- "dependencies": {
424
- "@smithy/types": "^4.14.1",
425
- "tslib": "^2.6.2"
426
- },
427
- "engines": {
428
- "node": ">=20.0.0"
429
- }
430
- },
431
- "node_modules/@aws-sdk/util-locate-window": {
432
- "version": "3.965.5",
433
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.965.5.tgz",
434
- "integrity": "sha512-WhlJNNINQB+9qtLtZJcpQdgZw3SCDCpXdUJP7cToGwHbCWCnRckGlc6Bx/OhWwIYFNAn+FIydY8SZ0QmVu3xTQ==",
435
- "license": "Apache-2.0",
436
- "dependencies": {
437
- "tslib": "^2.6.2"
438
- },
439
- "engines": {
440
- "node": ">=20.0.0"
441
- }
442
- },
443
- "node_modules/@aws-sdk/xml-builder": {
444
- "version": "3.972.24",
445
- "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.24.tgz",
446
- "integrity": "sha512-V8z5YcDPfsvzrBlj0xR1vhRtocblhYbqdreCJB/voGd4Sr5zjNAeWxexbnqVtskTJe0vFb5KMqbSL++ePl+zRw==",
447
- "license": "Apache-2.0",
448
- "dependencies": {
449
- "@nodable/entities": "2.1.0",
450
- "@smithy/types": "^4.14.1",
451
- "fast-xml-parser": "5.7.3",
452
- "tslib": "^2.6.2"
453
- },
454
- "engines": {
455
- "node": ">=20.0.0"
456
- }
457
- },
458
- "node_modules/@aws/lambda-invoke-store": {
459
- "version": "0.2.4",
460
- "resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.4.tgz",
461
- "integrity": "sha512-iY8yvjE0y651BixKNPgmv1WrQc+GZ142sb0z4gYnChDDY2YqI4P/jsSopBWrKfAt7LOJAkOXt7rC/hms+WclQQ==",
462
- "license": "Apache-2.0",
463
- "engines": {
464
- "node": ">=18.0.0"
465
- }
466
- },
467
- "node_modules/@babel/runtime": {
468
- "version": "7.29.2",
469
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
470
- "integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
471
- "license": "MIT",
472
- "engines": {
473
- "node": ">=6.9.0"
474
- }
475
- },
476
- "node_modules/@earendil-works/pi-agent-core": {
477
- "version": "0.80.3",
478
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.80.3.tgz",
479
- "license": "MIT",
480
- "dependencies": {
481
- "@earendil-works/pi-ai": "^0.80.3",
482
- "ignore": "7.0.5",
483
- "typebox": "1.1.38",
484
- "yaml": "2.9.0"
485
- },
486
- "engines": {
487
- "node": ">=22.19.0"
488
- }
489
- },
490
- "node_modules/@earendil-works/pi-ai": {
491
- "version": "0.80.3",
492
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.80.3.tgz",
493
- "license": "MIT",
494
- "dependencies": {
495
- "@anthropic-ai/sdk": "0.91.1",
496
- "@aws-sdk/client-bedrock-runtime": "3.1048.0",
497
- "@google/genai": "1.52.0",
498
- "@mistralai/mistralai": "2.2.6",
499
- "@opentelemetry/api": "1.9.0",
500
- "@smithy/node-http-handler": "4.7.3",
501
- "http-proxy-agent": "7.0.2",
502
- "https-proxy-agent": "7.0.6",
503
- "openai": "6.26.0",
504
- "partial-json": "0.1.7",
505
- "typebox": "1.1.38"
506
- },
507
- "bin": {
508
- "pi-ai": "./dist/cli.js"
509
- },
510
- "engines": {
511
- "node": ">=22.19.0"
512
- }
513
- },
514
- "node_modules/@earendil-works/pi-tui": {
515
- "version": "0.80.3",
516
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.80.3.tgz",
517
- "license": "MIT",
518
- "dependencies": {
519
- "get-east-asian-width": "1.6.0",
520
- "marked": "18.0.5"
521
- },
522
- "engines": {
523
- "node": ">=22.19.0"
524
- }
525
- },
526
- "node_modules/@google/genai": {
527
- "version": "1.52.0",
528
- "resolved": "https://registry.npmjs.org/@google/genai/-/genai-1.52.0.tgz",
529
- "integrity": "sha512-gwSvbpiN/17O9TbsqSsE/OzZcpv5Fo4RQjdngGgogtuB9RsyJ8ZHhX5KjHj1bp5N9snN2eK8LDGXSaWW2hof8Q==",
530
- "license": "Apache-2.0",
531
- "dependencies": {
532
- "google-auth-library": "^10.3.0",
533
- "p-retry": "^4.6.2",
534
- "protobufjs": "^7.5.4",
535
- "ws": "^8.18.0"
536
- },
537
- "peerDependencies": {
538
- "@modelcontextprotocol/sdk": "^1.25.2"
539
- },
540
- "peerDependenciesMeta": {
541
- "@modelcontextprotocol/sdk": {
542
- "optional": true
543
- }
544
- },
545
- "engines": {
546
- "node": ">=20.0.0"
547
- },
548
- "hasInstallScript": true
549
- },
550
- "node_modules/@mariozechner/clipboard": {
551
- "version": "0.3.9",
552
- "resolved": "https://registry.npmjs.org/@mariozechner/clipboard/-/clipboard-0.3.9.tgz",
553
- "integrity": "sha512-ABnA53mdfkGZwOFUdZNv2S0CWGO/EIuPj8Vv9xmBFmSYg/qFc7ihO6q5FcQjvoE67kZpWkEc4AhD6B/os04yuA==",
554
- "license": "MIT",
555
- "optionalDependencies": {
556
- "@mariozechner/clipboard-darwin-arm64": "0.3.9",
557
- "@mariozechner/clipboard-darwin-universal": "0.3.9",
558
- "@mariozechner/clipboard-darwin-x64": "0.3.9",
559
- "@mariozechner/clipboard-linux-arm64-gnu": "0.3.9",
560
- "@mariozechner/clipboard-linux-arm64-musl": "0.3.9",
561
- "@mariozechner/clipboard-linux-riscv64-gnu": "0.3.9",
562
- "@mariozechner/clipboard-linux-x64-gnu": "0.3.9",
563
- "@mariozechner/clipboard-linux-x64-musl": "0.3.9",
564
- "@mariozechner/clipboard-win32-arm64-msvc": "0.3.9",
565
- "@mariozechner/clipboard-win32-x64-msvc": "0.3.9"
566
- },
567
- "engines": {
568
- "node": ">= 10"
569
- },
570
- "optional": true
571
- },
572
- "node_modules/@mariozechner/clipboard-darwin-arm64": {
573
- "version": "0.3.9",
574
- "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-darwin-arm64/-/clipboard-darwin-arm64-0.3.9.tgz",
575
- "integrity": "sha512-BfgV7vCEWZwJwZJw03r6bP5+tf0iI/ANuQYCxi9RNn7FrWB3yzGuMKCrNLRl6V761vXRdL8+OqZ0wd4TqlsNOQ==",
576
- "license": "MIT",
577
- "engines": {
578
- "node": ">= 10"
579
- },
580
- "os": [
581
- "darwin"
582
- ],
583
- "cpu": [
584
- "arm64"
585
- ],
586
- "optional": true
587
- },
588
- "node_modules/@mariozechner/clipboard-darwin-universal": {
589
- "version": "0.3.9",
590
- "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-darwin-universal/-/clipboard-darwin-universal-0.3.9.tgz",
591
- "integrity": "sha512-BGGR4iA9Z2shAjI65eI5xtyb3LYNlDW9X3gxKxDbqtbnREohsrqznov6zpKoIrsRWpzlYVEdKphS7ksJ0/ndSQ==",
592
- "license": "MIT",
593
- "engines": {
594
- "node": ">= 10"
595
- },
596
- "os": [
597
- "darwin"
598
- ],
599
- "optional": true
600
- },
601
- "node_modules/@mariozechner/clipboard-darwin-x64": {
602
- "version": "0.3.9",
603
- "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-darwin-x64/-/clipboard-darwin-x64-0.3.9.tgz",
604
- "integrity": "sha512-4kURmCbS6nt8uYhtmWpUcJWyPHfmAr5dTpXD1nO3pIfa+TSQ9DbrGOYCKH+aEFW47XhQ4Vp8ZTszie+wfFvDKg==",
605
- "license": "MIT",
606
- "engines": {
607
- "node": ">= 10"
608
- },
609
- "os": [
610
- "darwin"
611
- ],
612
- "cpu": [
613
- "x64"
614
- ],
615
- "optional": true
616
- },
617
- "node_modules/@mariozechner/clipboard-linux-arm64-gnu": {
618
- "version": "0.3.9",
619
- "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-arm64-gnu/-/clipboard-linux-arm64-gnu-0.3.9.tgz",
620
- "integrity": "sha512-g59OkUGP2DDfCOIKypHeYgv2M55u/cKvXa5dSxFbEJ34XvIQMdcVmpKCkGUro3ZgefXiGVdwguvTMQGpHWzIXw==",
621
- "license": "MIT",
622
- "engines": {
623
- "node": ">= 10"
624
- },
625
- "os": [
626
- "linux"
627
- ],
628
- "cpu": [
629
- "arm64"
630
- ],
631
- "optional": true
632
- },
633
- "node_modules/@mariozechner/clipboard-linux-arm64-musl": {
634
- "version": "0.3.9",
635
- "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-arm64-musl/-/clipboard-linux-arm64-musl-0.3.9.tgz",
636
- "integrity": "sha512-AGuJdgKsmJdm4Pych7kv3sqe591ERRaAHW3xjLooiFzn8J+PxUyof++7YZrB5Y5tpnTO+K18Og3taj2NpluCRQ==",
637
- "license": "MIT",
638
- "engines": {
639
- "node": ">= 10"
640
- },
641
- "os": [
642
- "linux"
643
- ],
644
- "cpu": [
645
- "arm64"
646
- ],
647
- "optional": true
648
- },
649
- "node_modules/@mariozechner/clipboard-linux-riscv64-gnu": {
650
- "version": "0.3.9",
651
- "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-riscv64-gnu/-/clipboard-linux-riscv64-gnu-0.3.9.tgz",
652
- "integrity": "sha512-DXBEAiuMpk7dhS1a9NzNxVAFi1vaKoPu7rQNgY8LIDLGrK3lnIp3nT10DUum+PKVJoJppIP+NAA8IZe4DMNDPw==",
653
- "license": "MIT",
654
- "engines": {
655
- "node": ">= 10"
656
- },
657
- "os": [
658
- "linux"
659
- ],
660
- "cpu": [
661
- "riscv64"
662
- ],
663
- "optional": true
664
- },
665
- "node_modules/@mariozechner/clipboard-linux-x64-gnu": {
666
- "version": "0.3.9",
667
- "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-x64-gnu/-/clipboard-linux-x64-gnu-0.3.9.tgz",
668
- "integrity": "sha512-WORrMLd6EpElEME7JRKfSaY34nW1P5LbdgK5YNCS1ncG2LqmITsSMEJ8nh2mpvxb3TxqbOOKgY7k9eMJYlW9Mw==",
669
- "license": "MIT",
670
- "engines": {
671
- "node": ">= 10"
672
- },
673
- "os": [
674
- "linux"
675
- ],
676
- "cpu": [
677
- "x64"
678
- ],
679
- "optional": true
680
- },
681
- "node_modules/@mariozechner/clipboard-linux-x64-musl": {
682
- "version": "0.3.9",
683
- "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-x64-musl/-/clipboard-linux-x64-musl-0.3.9.tgz",
684
- "integrity": "sha512-/DHn+1DrfL6oRaPPWXaOKvonFFrni666fxd+zFqiQEfvBH0tsHVWjq9iqBk0oDp0qaPA72lIMy5BptxISBEhZQ==",
685
- "license": "MIT",
686
- "engines": {
687
- "node": ">= 10"
688
- },
689
- "os": [
690
- "linux"
691
- ],
692
- "cpu": [
693
- "x64"
694
- ],
695
- "optional": true
696
- },
697
- "node_modules/@mariozechner/clipboard-win32-arm64-msvc": {
698
- "version": "0.3.9",
699
- "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-win32-arm64-msvc/-/clipboard-win32-arm64-msvc-0.3.9.tgz",
700
- "integrity": "sha512-O5FHD3ErkMwMhNzAfu3ggy0ug4z7btZuoQgwwxlzPrwV2bxlD6WDpqBY4NCgICAgZdDKdp+loUEKVAVt8aYnhQ==",
701
- "license": "MIT",
702
- "engines": {
703
- "node": ">= 10"
704
- },
705
- "os": [
706
- "win32"
707
- ],
708
- "cpu": [
709
- "arm64"
710
- ],
711
- "optional": true
712
- },
713
- "node_modules/@mariozechner/clipboard-win32-x64-msvc": {
714
- "version": "0.3.9",
715
- "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-win32-x64-msvc/-/clipboard-win32-x64-msvc-0.3.9.tgz",
716
- "integrity": "sha512-ihQC3EufqEY81vhXBgVBtK4prL+wc62zJsSvxrgz7K1hsdt6OObz6v9p3Rn1OG3GJksTTKMJF0u/guMISHPhSA==",
717
- "license": "MIT",
718
- "engines": {
719
- "node": ">= 10"
720
- },
721
- "os": [
722
- "win32"
723
- ],
724
- "cpu": [
725
- "x64"
726
- ],
727
- "optional": true
728
- },
729
- "node_modules/@mistralai/mistralai": {
730
- "version": "2.2.6",
731
- "resolved": "https://registry.npmjs.org/@mistralai/mistralai/-/mistralai-2.2.6.tgz",
732
- "integrity": "sha512-W8pX7zHxjJvMIpw8JMxeJEleapXX0Q9NPszdNzqkM3MIEoIGPObdodujj+WHteXEvGfaP/AMwlNyRfEzSY6dQQ==",
733
- "license": "Apache-2.0",
734
- "dependencies": {
735
- "@opentelemetry/semantic-conventions": "^1.40.0",
736
- "ws": "^8.18.0",
737
- "zod": "^3.25.0 || ^4.0.0",
738
- "zod-to-json-schema": "^3.25.0"
739
- },
740
- "peerDependencies": {
741
- "@opentelemetry/api": "^1.9.0"
742
- },
743
- "peerDependenciesMeta": {
744
- "@opentelemetry/api": {
745
- "optional": true
746
- }
747
- }
748
- },
749
- "node_modules/@nodable/entities": {
750
- "version": "2.1.0",
751
- "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
752
- "integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
753
- "license": "MIT",
754
- "funding": [
755
- {
756
- "type": "github",
757
- "url": "https://github.com/sponsors/nodable"
758
- }
759
- ]
760
- },
761
- "node_modules/@opentelemetry/api": {
762
- "version": "1.9.0",
763
- "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz",
764
- "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==",
765
- "license": "Apache-2.0",
766
- "engines": {
767
- "node": ">=8.0.0"
768
- }
769
- },
770
- "node_modules/@opentelemetry/semantic-conventions": {
771
- "version": "1.41.1",
772
- "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.41.1.tgz",
773
- "integrity": "sha512-/UhIkaZgPutTFmQ7RnIJGgDXZmtEJ7Dvi86xNTFWcnRxVRNk/aotsqDJYeEvDP+FSMB2SdW+pQzNMcWP0rwuNA==",
774
- "license": "Apache-2.0",
775
- "engines": {
776
- "node": ">=14"
777
- }
778
- },
779
- "node_modules/@protobufjs/aspromise": {
780
- "version": "1.1.2",
781
- "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
782
- "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
783
- "license": "BSD-3-Clause"
784
- },
785
- "node_modules/@protobufjs/base64": {
786
- "version": "1.1.2",
787
- "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
788
- "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
789
- "license": "BSD-3-Clause"
790
- },
791
- "node_modules/@protobufjs/codegen": {
792
- "version": "2.0.5",
793
- "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.5.tgz",
794
- "integrity": "sha512-zgXFLzW3Ap33e6d0Wlj4MGIm6Ce8O89n/apUaGNB/jx+hw+ruWEp7EwGUshdLKVRCxZW12fp9r40E1mQrf/34g==",
795
- "license": "BSD-3-Clause"
796
- },
797
- "node_modules/@protobufjs/eventemitter": {
798
- "version": "1.1.1",
799
- "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.1.tgz",
800
- "integrity": "sha512-vW1GmwMZNnL+gMRaovlh9yZX74kc+TTU3FObkkurpMaRtBfLP3ldjS9KQWlwZgraRE0+dheEEoAxdzcJQ8eXZg==",
801
- "license": "BSD-3-Clause"
802
- },
803
- "node_modules/@protobufjs/fetch": {
804
- "version": "1.1.1",
805
- "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.1.tgz",
806
- "integrity": "sha512-GpptLrs57adMSuHi3VNj0mAF8dwh36LMaYF6XyJ6JMWlVsc+t42tm1HSEDmOs3A8fC9yyeisgLhsTVQokOZ0zw==",
807
- "license": "BSD-3-Clause",
808
- "dependencies": {
809
- "@protobufjs/aspromise": "^1.1.1"
810
- }
811
- },
812
- "node_modules/@protobufjs/float": {
813
- "version": "1.0.2",
814
- "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
815
- "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
816
- "license": "BSD-3-Clause"
817
- },
818
- "node_modules/@protobufjs/path": {
819
- "version": "1.1.2",
820
- "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
821
- "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
822
- "license": "BSD-3-Clause"
823
- },
824
- "node_modules/@protobufjs/pool": {
825
- "version": "1.1.0",
826
- "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
827
- "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
828
- "license": "BSD-3-Clause"
829
- },
830
- "node_modules/@protobufjs/utf8": {
831
- "version": "1.1.1",
832
- "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz",
833
- "integrity": "sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==",
834
- "license": "BSD-3-Clause"
835
- },
836
- "node_modules/@silvia-odwyer/photon-node": {
837
- "version": "0.3.4",
838
- "resolved": "https://registry.npmjs.org/@silvia-odwyer/photon-node/-/photon-node-0.3.4.tgz",
839
- "integrity": "sha512-bnly4BKB3KDTFxrUIcgCLbaeVVS8lrAkri1pEzskpmxu9MdfGQTy8b8EgcD83ywD3RPMsIulY8xJH5Awa+t9fA==",
840
- "license": "Apache-2.0"
841
- },
842
- "node_modules/@smithy/core": {
843
- "version": "3.24.3",
844
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.24.3.tgz",
845
- "integrity": "sha512-Ep/7tPamGY8mgESE3LyLKtxJyy6U52WWAqr/3wial47Sj4u3PiIF73AOGI27UyLy9duTkhZbgzodOfLV4TduZg==",
846
- "license": "Apache-2.0",
847
- "dependencies": {
848
- "@aws-crypto/crc32": "5.2.0",
849
- "@smithy/types": "^4.14.2",
850
- "tslib": "^2.6.2"
851
- },
852
- "engines": {
853
- "node": ">=18.0.0"
854
- }
855
- },
856
- "node_modules/@smithy/credential-provider-imds": {
857
- "version": "4.3.3",
858
- "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.3.3.tgz",
859
- "integrity": "sha512-I2Bti0DKFo2IJyN28ijCsx51BAumEYR4/1yZ1FXyBygy9MqbnMqCev4JPth/MbpRfBSRAX35hITSnAdJRo1u5w==",
860
- "license": "Apache-2.0",
861
- "dependencies": {
862
- "@smithy/core": "^3.24.3",
863
- "@smithy/types": "^4.14.2",
864
- "tslib": "^2.6.2"
865
- },
866
- "engines": {
867
- "node": ">=18.0.0"
868
- }
869
- },
870
- "node_modules/@smithy/fetch-http-handler": {
871
- "version": "5.4.3",
872
- "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.4.3.tgz",
873
- "integrity": "sha512-F+DRf8IJazRJgYog2A/yJK7eYVc0rqTlRzO+5ZxjJd4WkZoKz0IJRncf7G6t1pdVT3kryJcwuTFhN1c5m6N47A==",
874
- "license": "Apache-2.0",
875
- "dependencies": {
876
- "@smithy/core": "^3.24.3",
877
- "@smithy/types": "^4.14.2",
878
- "tslib": "^2.6.2"
879
- },
880
- "engines": {
881
- "node": ">=18.0.0"
882
- }
883
- },
884
- "node_modules/@smithy/is-array-buffer": {
885
- "version": "2.2.0",
886
- "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
887
- "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
888
- "license": "Apache-2.0",
889
- "dependencies": {
890
- "tslib": "^2.6.2"
891
- },
892
- "engines": {
893
- "node": ">=14.0.0"
894
- }
895
- },
896
- "node_modules/@smithy/node-http-handler": {
897
- "version": "4.7.3",
898
- "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.7.3.tgz",
899
- "integrity": "sha512-/jPhevcTFPMVl6KNjbaI47iOg1zxC7IsnX4PQDGVZKMFceOXtB8IEYaB7a9VvkP/3oC60WzTeKocvSI7vLT0vA==",
900
- "license": "Apache-2.0",
901
- "dependencies": {
902
- "@smithy/core": "^3.24.3",
903
- "@smithy/types": "^4.14.2",
904
- "tslib": "^2.6.2"
905
- },
906
- "engines": {
907
- "node": ">=18.0.0"
908
- }
909
- },
910
- "node_modules/@smithy/signature-v4": {
911
- "version": "5.4.3",
912
- "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.4.3.tgz",
913
- "integrity": "sha512-53+75QuPl6DL+ct6vVEB51FDO5oulXr20TPV46VvJZg76lIlXNWfxi8j+G2V/t0I2qxCBOa3vX/8bmjrpFVo9g==",
914
- "license": "Apache-2.0",
915
- "dependencies": {
916
- "@smithy/core": "^3.24.3",
917
- "@smithy/types": "^4.14.2",
918
- "tslib": "^2.6.2"
919
- },
920
- "engines": {
921
- "node": ">=18.0.0"
922
- }
923
- },
924
- "node_modules/@smithy/types": {
925
- "version": "4.14.2",
926
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.2.tgz",
927
- "integrity": "sha512-P+otAxbV4CqBybp7EkcJCrig63yE2E7PuNVOmilVMRcx/O+QDzGULTrKsq4DV13gSfak9ObPrWaHl/9bL5YcWw==",
928
- "license": "Apache-2.0",
929
- "dependencies": {
930
- "tslib": "^2.6.2"
931
- },
932
- "engines": {
933
- "node": ">=18.0.0"
934
- }
935
- },
936
- "node_modules/@smithy/util-buffer-from": {
937
- "version": "2.2.0",
938
- "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
939
- "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
940
- "license": "Apache-2.0",
941
- "dependencies": {
942
- "@smithy/is-array-buffer": "^2.2.0",
943
- "tslib": "^2.6.2"
944
- },
945
- "engines": {
946
- "node": ">=14.0.0"
947
- }
948
- },
949
- "node_modules/@smithy/util-utf8": {
950
- "version": "2.3.0",
951
- "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
952
- "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
953
- "license": "Apache-2.0",
954
- "dependencies": {
955
- "@smithy/util-buffer-from": "^2.2.0",
956
- "tslib": "^2.6.2"
957
- },
958
- "engines": {
959
- "node": ">=14.0.0"
960
- }
961
- },
962
- "node_modules/@types/node": {
963
- "version": "22.19.19",
964
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.19.tgz",
965
- "integrity": "sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==",
966
- "license": "MIT",
967
- "dependencies": {
968
- "undici-types": "~6.21.0"
969
- }
970
- },
971
- "node_modules/agent-base": {
972
- "version": "7.1.4",
973
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
974
- "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
975
- "license": "MIT",
976
- "engines": {
977
- "node": ">= 14"
978
- }
979
- },
980
- "node_modules/balanced-match": {
981
- "version": "4.0.4",
982
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
983
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
984
- "license": "MIT",
985
- "engines": {
986
- "node": "18 || 20 || >=22"
987
- }
988
- },
989
- "node_modules/base64-js": {
990
- "version": "1.5.1",
991
- "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
992
- "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
993
- "license": "MIT",
994
- "funding": [
995
- {
996
- "type": "github",
997
- "url": "https://github.com/sponsors/feross"
998
- },
999
- {
1000
- "type": "patreon",
1001
- "url": "https://www.patreon.com/feross"
1002
- },
1003
- {
1004
- "type": "consulting",
1005
- "url": "https://feross.org/support"
1006
- }
1007
- ]
1008
- },
1009
- "node_modules/bignumber.js": {
1010
- "version": "9.3.1",
1011
- "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz",
1012
- "integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==",
1013
- "license": "MIT",
1014
- "engines": {
1015
- "node": "*"
1016
- }
1017
- },
1018
- "node_modules/bowser": {
1019
- "version": "2.14.1",
1020
- "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.14.1.tgz",
1021
- "integrity": "sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==",
1022
- "license": "MIT"
1023
- },
1024
- "node_modules/brace-expansion": {
1025
- "version": "5.0.6",
1026
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
1027
- "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
1028
- "license": "MIT",
1029
- "dependencies": {
1030
- "balanced-match": "^4.0.2"
1031
- },
1032
- "engines": {
1033
- "node": "18 || 20 || >=22"
1034
- }
1035
- },
1036
- "node_modules/buffer-equal-constant-time": {
1037
- "version": "1.0.1",
1038
- "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
1039
- "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
1040
- "license": "BSD-3-Clause"
1041
- },
1042
- "node_modules/chalk": {
1043
- "version": "5.6.2",
1044
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
1045
- "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
1046
- "license": "MIT",
1047
- "engines": {
1048
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
1049
- },
1050
- "funding": {
1051
- "url": "https://github.com/chalk/chalk?sponsor=1"
1052
- }
1053
- },
1054
- "node_modules/cross-spawn": {
1055
- "version": "7.0.6",
1056
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1057
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1058
- "license": "MIT",
1059
- "dependencies": {
1060
- "path-key": "^3.1.0",
1061
- "shebang-command": "^2.0.0",
1062
- "which": "^2.0.1"
1063
- },
1064
- "engines": {
1065
- "node": ">= 8"
1066
- }
1067
- },
1068
- "node_modules/data-uri-to-buffer": {
1069
- "version": "4.0.1",
1070
- "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
1071
- "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
1072
- "license": "MIT",
1073
- "engines": {
1074
- "node": ">= 12"
1075
- }
1076
- },
1077
- "node_modules/debug": {
1078
- "version": "4.4.3",
1079
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1080
- "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1081
- "license": "MIT",
1082
- "dependencies": {
1083
- "ms": "^2.1.3"
1084
- },
1085
- "peerDependenciesMeta": {
1086
- "supports-color": {
1087
- "optional": true
1088
- }
1089
- },
1090
- "engines": {
1091
- "node": ">=6.0"
1092
- }
1093
- },
1094
- "node_modules/diff": {
1095
- "version": "8.0.4",
1096
- "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
1097
- "integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
1098
- "license": "BSD-3-Clause",
1099
- "engines": {
1100
- "node": ">=0.3.1"
1101
- }
1102
- },
1103
- "node_modules/ecdsa-sig-formatter": {
1104
- "version": "1.0.11",
1105
- "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
1106
- "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
1107
- "license": "Apache-2.0",
1108
- "dependencies": {
1109
- "safe-buffer": "^5.0.1"
1110
- }
1111
- },
1112
- "node_modules/extend": {
1113
- "version": "3.0.2",
1114
- "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
1115
- "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
1116
- "license": "MIT"
1117
- },
1118
- "node_modules/fast-xml-builder": {
1119
- "version": "1.2.0",
1120
- "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
1121
- "integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
1122
- "license": "MIT",
1123
- "dependencies": {
1124
- "path-expression-matcher": "^1.5.0",
1125
- "xml-naming": "^0.1.0"
1126
- },
1127
- "funding": [
1128
- {
1129
- "type": "github",
1130
- "url": "https://github.com/sponsors/NaturalIntelligence"
1131
- }
1132
- ]
1133
- },
1134
- "node_modules/fast-xml-parser": {
1135
- "version": "5.7.3",
1136
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz",
1137
- "integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==",
1138
- "license": "MIT",
1139
- "dependencies": {
1140
- "@nodable/entities": "^2.1.0",
1141
- "fast-xml-builder": "^1.1.7",
1142
- "path-expression-matcher": "^1.5.0",
1143
- "strnum": "^2.2.3"
1144
- },
1145
- "bin": {
1146
- "fxparser": "src/cli/cli.js"
1147
- },
1148
- "funding": [
1149
- {
1150
- "type": "github",
1151
- "url": "https://github.com/sponsors/NaturalIntelligence"
1152
- }
1153
- ]
1154
- },
1155
- "node_modules/fetch-blob": {
1156
- "version": "3.2.0",
1157
- "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
1158
- "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
1159
- "license": "MIT",
1160
- "dependencies": {
1161
- "node-domexception": "^1.0.0",
1162
- "web-streams-polyfill": "^3.0.3"
1163
- },
1164
- "engines": {
1165
- "node": "^12.20 || >= 14.13"
1166
- },
1167
- "funding": [
1168
- {
1169
- "type": "github",
1170
- "url": "https://github.com/sponsors/jimmywarting"
1171
- },
1172
- {
1173
- "type": "paypal",
1174
- "url": "https://paypal.me/jimmywarting"
1175
- }
1176
- ]
1177
- },
1178
- "node_modules/formdata-polyfill": {
1179
- "version": "4.0.10",
1180
- "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
1181
- "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
1182
- "license": "MIT",
1183
- "dependencies": {
1184
- "fetch-blob": "^3.1.2"
1185
- },
1186
- "engines": {
1187
- "node": ">=12.20.0"
1188
- }
1189
- },
1190
- "node_modules/gaxios": {
1191
- "version": "7.1.4",
1192
- "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-7.1.4.tgz",
1193
- "integrity": "sha512-bTIgTsM2bWn3XklZISBTQX7ZSddGW+IO3bMdGaemHZ3tbqExMENHLx6kKZ/KlejgrMtj8q7wBItt51yegqalrA==",
1194
- "license": "Apache-2.0",
1195
- "dependencies": {
1196
- "extend": "^3.0.2",
1197
- "https-proxy-agent": "^7.0.1",
1198
- "node-fetch": "^3.3.2"
1199
- },
1200
- "engines": {
1201
- "node": ">=18"
1202
- }
1203
- },
1204
- "node_modules/gcp-metadata": {
1205
- "version": "8.1.2",
1206
- "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-8.1.2.tgz",
1207
- "integrity": "sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==",
1208
- "license": "Apache-2.0",
1209
- "dependencies": {
1210
- "gaxios": "^7.0.0",
1211
- "google-logging-utils": "^1.0.0",
1212
- "json-bigint": "^1.0.0"
1213
- },
1214
- "engines": {
1215
- "node": ">=18"
1216
- }
1217
- },
1218
- "node_modules/get-east-asian-width": {
1219
- "version": "1.6.0",
1220
- "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
1221
- "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
1222
- "license": "MIT",
1223
- "engines": {
1224
- "node": ">=18"
1225
- },
1226
- "funding": {
1227
- "url": "https://github.com/sponsors/sindresorhus"
1228
- }
1229
- },
1230
- "node_modules/glob": {
1231
- "version": "13.0.6",
1232
- "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
1233
- "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
1234
- "license": "BlueOak-1.0.0",
1235
- "dependencies": {
1236
- "minimatch": "^10.2.2",
1237
- "minipass": "^7.1.3",
1238
- "path-scurry": "^2.0.2"
1239
- },
1240
- "engines": {
1241
- "node": "18 || 20 || >=22"
1242
- },
1243
- "funding": {
1244
- "url": "https://github.com/sponsors/isaacs"
1245
- }
1246
- },
1247
- "node_modules/google-auth-library": {
1248
- "version": "10.6.2",
1249
- "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.6.2.tgz",
1250
- "integrity": "sha512-e27Z6EThmVNNvtYASwQxose/G57rkRuaRbQyxM2bvYLLX/GqWZ5chWq2EBoUchJbCc57eC9ArzO5wMsEmWftCw==",
1251
- "license": "Apache-2.0",
1252
- "dependencies": {
1253
- "base64-js": "^1.3.0",
1254
- "ecdsa-sig-formatter": "^1.0.11",
1255
- "gaxios": "^7.1.4",
1256
- "gcp-metadata": "8.1.2",
1257
- "google-logging-utils": "1.1.3",
1258
- "jws": "^4.0.0"
1259
- },
1260
- "engines": {
1261
- "node": ">=18"
1262
- }
1263
- },
1264
- "node_modules/google-logging-utils": {
1265
- "version": "1.1.3",
1266
- "resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-1.1.3.tgz",
1267
- "integrity": "sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==",
1268
- "license": "Apache-2.0",
1269
- "engines": {
1270
- "node": ">=14"
1271
- }
1272
- },
1273
- "node_modules/graceful-fs": {
1274
- "version": "4.2.11",
1275
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1276
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1277
- "license": "ISC"
1278
- },
1279
- "node_modules/highlight.js": {
1280
- "version": "10.7.3",
1281
- "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
1282
- "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
1283
- "license": "BSD-3-Clause",
1284
- "engines": {
1285
- "node": "*"
1286
- }
1287
- },
1288
- "node_modules/hosted-git-info": {
1289
- "version": "9.0.3",
1290
- "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.3.tgz",
1291
- "integrity": "sha512-Hc+ghLoSt6QaYZUv0WBiIvmMDZuZZ7oaDvdH8MbfOO4lOsxdXLEvuC6ePoGs9H1X9oCLyq6+NVN0MKqD+ydxyg==",
1292
- "license": "ISC",
1293
- "dependencies": {
1294
- "lru-cache": "^11.1.0"
1295
- },
1296
- "engines": {
1297
- "node": "^20.17.0 || >=22.9.0"
1298
- }
1299
- },
1300
- "node_modules/http-proxy-agent": {
1301
- "version": "7.0.2",
1302
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
1303
- "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
1304
- "license": "MIT",
1305
- "dependencies": {
1306
- "agent-base": "^7.1.0",
1307
- "debug": "^4.3.4"
1308
- },
1309
- "engines": {
1310
- "node": ">= 14"
1311
- }
1312
- },
1313
- "node_modules/https-proxy-agent": {
1314
- "version": "7.0.6",
1315
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
1316
- "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
1317
- "license": "MIT",
1318
- "dependencies": {
1319
- "agent-base": "^7.1.2",
1320
- "debug": "4"
1321
- },
1322
- "engines": {
1323
- "node": ">= 14"
1324
- }
1325
- },
1326
- "node_modules/ignore": {
1327
- "version": "7.0.5",
1328
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
1329
- "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
1330
- "license": "MIT",
1331
- "engines": {
1332
- "node": ">= 4"
1333
- }
1334
- },
1335
- "node_modules/isexe": {
1336
- "version": "2.0.0",
1337
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1338
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1339
- "license": "ISC"
1340
- },
1341
- "node_modules/jiti": {
1342
- "version": "2.7.0",
1343
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
1344
- "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
1345
- "license": "MIT",
1346
- "bin": {
1347
- "jiti": "lib/jiti-cli.mjs"
1348
- }
1349
- },
1350
- "node_modules/json-bigint": {
1351
- "version": "1.0.0",
1352
- "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
1353
- "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
1354
- "license": "MIT",
1355
- "dependencies": {
1356
- "bignumber.js": "^9.0.0"
1357
- }
1358
- },
1359
- "node_modules/json-schema-to-ts": {
1360
- "version": "3.1.1",
1361
- "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz",
1362
- "integrity": "sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==",
1363
- "license": "MIT",
1364
- "dependencies": {
1365
- "@babel/runtime": "^7.18.3",
1366
- "ts-algebra": "^2.0.0"
1367
- },
1368
- "engines": {
1369
- "node": ">=16"
1370
- }
1371
- },
1372
- "node_modules/jwa": {
1373
- "version": "2.0.1",
1374
- "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
1375
- "integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
1376
- "license": "MIT",
1377
- "dependencies": {
1378
- "buffer-equal-constant-time": "^1.0.1",
1379
- "ecdsa-sig-formatter": "1.0.11",
1380
- "safe-buffer": "^5.0.1"
1381
- }
1382
- },
1383
- "node_modules/jws": {
1384
- "version": "4.0.1",
1385
- "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz",
1386
- "integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==",
1387
- "license": "MIT",
1388
- "dependencies": {
1389
- "jwa": "^2.0.1",
1390
- "safe-buffer": "^5.0.1"
1391
- }
1392
- },
1393
- "node_modules/long": {
1394
- "version": "5.3.2",
1395
- "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
1396
- "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
1397
- "license": "Apache-2.0"
1398
- },
1399
- "node_modules/lru-cache": {
1400
- "version": "11.4.0",
1401
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.4.0.tgz",
1402
- "integrity": "sha512-W+R+kFL4HgVxONq2bhXPi3bGpzGe/yEhVOp233qw9wCRtgncJ15P3bC+e4zZMu4Cq7d+WAJjXGW0uUkifhcatA==",
1403
- "license": "BlueOak-1.0.0",
1404
- "engines": {
1405
- "node": "20 || >=22"
1406
- }
1407
- },
1408
- "node_modules/marked": {
1409
- "version": "18.0.5",
1410
- "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.5.tgz",
1411
- "integrity": "sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w==",
1412
- "license": "MIT",
1413
- "bin": {
1414
- "marked": "bin/marked.js"
1415
- },
1416
- "engines": {
1417
- "node": ">= 20"
1418
- }
1419
- },
1420
- "node_modules/minimatch": {
1421
- "version": "10.2.5",
1422
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
1423
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
1424
- "license": "BlueOak-1.0.0",
1425
- "dependencies": {
1426
- "brace-expansion": "^5.0.5"
1427
- },
1428
- "engines": {
1429
- "node": "18 || 20 || >=22"
1430
- },
1431
- "funding": {
1432
- "url": "https://github.com/sponsors/isaacs"
1433
- }
1434
- },
1435
- "node_modules/minipass": {
1436
- "version": "7.1.3",
1437
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
1438
- "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
1439
- "license": "BlueOak-1.0.0",
1440
- "engines": {
1441
- "node": ">=16 || 14 >=14.17"
1442
- }
1443
- },
1444
- "node_modules/ms": {
1445
- "version": "2.1.3",
1446
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1447
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1448
- "license": "MIT"
1449
- },
1450
- "node_modules/node-domexception": {
1451
- "version": "1.0.0",
1452
- "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
1453
- "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
1454
- "license": "MIT",
1455
- "engines": {
1456
- "node": ">=10.5.0"
1457
- },
1458
- "deprecated": "Use your platform's native DOMException instead",
1459
- "funding": [
1460
- {
1461
- "type": "github",
1462
- "url": "https://github.com/sponsors/jimmywarting"
1463
- },
1464
- {
1465
- "type": "github",
1466
- "url": "https://paypal.me/jimmywarting"
1467
- }
1468
- ]
1469
- },
1470
- "node_modules/node-fetch": {
1471
- "version": "3.3.2",
1472
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
1473
- "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
1474
- "license": "MIT",
1475
- "dependencies": {
1476
- "data-uri-to-buffer": "^4.0.0",
1477
- "fetch-blob": "^3.1.4",
1478
- "formdata-polyfill": "^4.0.10"
1479
- },
1480
- "engines": {
1481
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1482
- },
1483
- "funding": {
1484
- "type": "opencollective",
1485
- "url": "https://opencollective.com/node-fetch"
1486
- }
1487
- },
1488
- "node_modules/openai": {
1489
- "version": "6.26.0",
1490
- "resolved": "https://registry.npmjs.org/openai/-/openai-6.26.0.tgz",
1491
- "integrity": "sha512-zd23dbWTjiJ6sSAX6s0HrCZi41JwTA1bQVs0wLQPZ2/5o2gxOJA5wh7yOAUgwYybfhDXyhwlpeQf7Mlgx8EOCA==",
1492
- "license": "Apache-2.0",
1493
- "peerDependencies": {
1494
- "ws": "^8.18.0",
1495
- "zod": "^3.25 || ^4.0"
1496
- },
1497
- "peerDependenciesMeta": {
1498
- "ws": {
1499
- "optional": true
1500
- },
1501
- "zod": {
1502
- "optional": true
1503
- }
1504
- },
1505
- "bin": {
1506
- "openai": "bin/cli"
1507
- }
1508
- },
1509
- "node_modules/p-retry": {
1510
- "version": "4.6.2",
1511
- "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
1512
- "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
1513
- "license": "MIT",
1514
- "dependencies": {
1515
- "@types/retry": "0.12.0",
1516
- "retry": "^0.13.1"
1517
- },
1518
- "engines": {
1519
- "node": ">=8"
1520
- }
1521
- },
1522
- "node_modules/p-retry/node_modules/@types/retry": {
1523
- "version": "0.12.0",
1524
- "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
1525
- "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
1526
- "license": "MIT"
1527
- },
1528
- "node_modules/partial-json": {
1529
- "version": "0.1.7",
1530
- "resolved": "https://registry.npmjs.org/partial-json/-/partial-json-0.1.7.tgz",
1531
- "integrity": "sha512-Njv/59hHaokb/hRUjce3Hdv12wd60MtM9Z5Olmn+nehe0QDAsRtRbJPvJ0Z91TusF0SuZRIvnM+S4l6EIP8leA==",
1532
- "license": "MIT"
1533
- },
1534
- "node_modules/path-expression-matcher": {
1535
- "version": "1.5.0",
1536
- "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
1537
- "integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
1538
- "license": "MIT",
1539
- "engines": {
1540
- "node": ">=14.0.0"
1541
- },
1542
- "funding": [
1543
- {
1544
- "type": "github",
1545
- "url": "https://github.com/sponsors/NaturalIntelligence"
1546
- }
1547
- ]
1548
- },
1549
- "node_modules/path-key": {
1550
- "version": "3.1.1",
1551
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
1552
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
1553
- "license": "MIT",
1554
- "engines": {
1555
- "node": ">=8"
1556
- }
1557
- },
1558
- "node_modules/path-scurry": {
1559
- "version": "2.0.2",
1560
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
1561
- "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
1562
- "license": "BlueOak-1.0.0",
1563
- "dependencies": {
1564
- "lru-cache": "^11.0.0",
1565
- "minipass": "^7.1.2"
1566
- },
1567
- "engines": {
1568
- "node": "18 || 20 || >=22"
1569
- },
1570
- "funding": {
1571
- "url": "https://github.com/sponsors/isaacs"
1572
- }
1573
- },
1574
- "node_modules/proper-lockfile": {
1575
- "version": "4.1.2",
1576
- "resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
1577
- "integrity": "sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==",
1578
- "license": "MIT",
1579
- "dependencies": {
1580
- "graceful-fs": "^4.2.4",
1581
- "retry": "^0.12.0",
1582
- "signal-exit": "^3.0.2"
1583
- }
1584
- },
1585
- "node_modules/proper-lockfile/node_modules/retry": {
1586
- "version": "0.12.0",
1587
- "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
1588
- "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
1589
- "license": "MIT",
1590
- "engines": {
1591
- "node": ">= 4"
1592
- }
1593
- },
1594
- "node_modules/protobufjs": {
1595
- "version": "7.6.4",
1596
- "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.6.4.tgz",
1597
- "integrity": "sha512-RJJPTTpvFfHcWLkIa2JFWK4XvtSzS0yEWDmunqHXli1h3JlkbcQZXDZdcWxv+JK3Xsl5/UFDPZ0iGm7DAengYw==",
1598
- "license": "BSD-3-Clause",
1599
- "dependencies": {
1600
- "@protobufjs/aspromise": "^1.1.2",
1601
- "@protobufjs/base64": "^1.1.2",
1602
- "@protobufjs/codegen": "^2.0.5",
1603
- "@protobufjs/eventemitter": "^1.1.1",
1604
- "@protobufjs/fetch": "^1.1.1",
1605
- "@protobufjs/float": "^1.0.2",
1606
- "@protobufjs/path": "^1.1.2",
1607
- "@protobufjs/pool": "^1.1.0",
1608
- "@protobufjs/utf8": "^1.1.1",
1609
- "@types/node": ">=13.7.0",
1610
- "long": "^5.3.2"
1611
- },
1612
- "engines": {
1613
- "node": ">=12.0.0"
1614
- },
1615
- "hasInstallScript": true
1616
- },
1617
- "node_modules/retry": {
1618
- "version": "0.13.1",
1619
- "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
1620
- "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
1621
- "license": "MIT",
1622
- "engines": {
1623
- "node": ">= 4"
1624
- }
1625
- },
1626
- "node_modules/safe-buffer": {
1627
- "version": "5.2.1",
1628
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
1629
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1630
- "license": "MIT",
1631
- "funding": [
1632
- {
1633
- "type": "github",
1634
- "url": "https://github.com/sponsors/feross"
1635
- },
1636
- {
1637
- "type": "patreon",
1638
- "url": "https://www.patreon.com/feross"
1639
- },
1640
- {
1641
- "type": "consulting",
1642
- "url": "https://feross.org/support"
1643
- }
1644
- ]
1645
- },
1646
- "node_modules/semver": {
1647
- "version": "7.8.0",
1648
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
1649
- "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
1650
- "license": "ISC",
1651
- "bin": {
1652
- "semver": "bin/semver.js"
1653
- },
1654
- "engines": {
1655
- "node": ">=10"
1656
- }
1657
- },
1658
- "node_modules/shebang-command": {
1659
- "version": "2.0.0",
1660
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
1661
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
1662
- "license": "MIT",
1663
- "dependencies": {
1664
- "shebang-regex": "^3.0.0"
1665
- },
1666
- "engines": {
1667
- "node": ">=8"
1668
- }
1669
- },
1670
- "node_modules/shebang-regex": {
1671
- "version": "3.0.0",
1672
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
1673
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
1674
- "license": "MIT",
1675
- "engines": {
1676
- "node": ">=8"
1677
- }
1678
- },
1679
- "node_modules/signal-exit": {
1680
- "version": "3.0.7",
1681
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
1682
- "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
1683
- "license": "ISC"
1684
- },
1685
- "node_modules/strnum": {
1686
- "version": "2.3.0",
1687
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.3.0.tgz",
1688
- "integrity": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==",
1689
- "license": "MIT",
1690
- "funding": [
1691
- {
1692
- "type": "github",
1693
- "url": "https://github.com/sponsors/NaturalIntelligence"
1694
- }
1695
- ]
1696
- },
1697
- "node_modules/ts-algebra": {
1698
- "version": "2.0.0",
1699
- "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
1700
- "integrity": "sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==",
1701
- "license": "MIT"
1702
- },
1703
- "node_modules/tslib": {
1704
- "version": "2.8.1",
1705
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1706
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
1707
- "license": "0BSD"
1708
- },
1709
- "node_modules/typebox": {
1710
- "version": "1.1.38",
1711
- "resolved": "https://registry.npmjs.org/typebox/-/typebox-1.1.38.tgz",
1712
- "integrity": "sha512-pZ0aQPmMmXoUvSbeuWf/Hzsc+avNw/Zd6VeE8CFgkVGWyuHPJvqeJJDeJqLve+K70LvjYIoleGcoJHPT17cWoA==",
1713
- "license": "MIT"
1714
- },
1715
- "node_modules/undici": {
1716
- "version": "8.5.0",
1717
- "resolved": "https://registry.npmjs.org/undici/-/undici-8.5.0.tgz",
1718
- "integrity": "sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==",
1719
- "license": "MIT",
1720
- "engines": {
1721
- "node": ">=22.19.0"
1722
- }
1723
- },
1724
- "node_modules/undici-types": {
1725
- "version": "6.21.0",
1726
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
1727
- "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
1728
- "license": "MIT"
1729
- },
1730
- "node_modules/web-streams-polyfill": {
1731
- "version": "3.3.3",
1732
- "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
1733
- "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
1734
- "license": "MIT",
1735
- "engines": {
1736
- "node": ">= 8"
1737
- }
1738
- },
1739
- "node_modules/which": {
1740
- "version": "2.0.2",
1741
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1742
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1743
- "license": "ISC",
1744
- "dependencies": {
1745
- "isexe": "^2.0.0"
1746
- },
1747
- "bin": {
1748
- "node-which": "bin/node-which"
1749
- },
1750
- "engines": {
1751
- "node": ">= 8"
1752
- }
1753
- },
1754
- "node_modules/ws": {
1755
- "version": "8.21.0",
1756
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
1757
- "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
1758
- "license": "MIT",
1759
- "peerDependencies": {
1760
- "bufferutil": "^4.0.1",
1761
- "utf-8-validate": ">=5.0.2"
1762
- },
1763
- "peerDependenciesMeta": {
1764
- "bufferutil": {
1765
- "optional": true
1766
- },
1767
- "utf-8-validate": {
1768
- "optional": true
1769
- }
1770
- },
1771
- "engines": {
1772
- "node": ">=10.0.0"
1773
- }
1774
- },
1775
- "node_modules/xml-naming": {
1776
- "version": "0.1.0",
1777
- "resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
1778
- "integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
1779
- "license": "MIT",
1780
- "engines": {
1781
- "node": ">=16.0.0"
1782
- },
1783
- "funding": [
1784
- {
1785
- "type": "github",
1786
- "url": "https://github.com/sponsors/NaturalIntelligence"
1787
- }
1788
- ]
1789
- },
1790
- "node_modules/yaml": {
1791
- "version": "2.9.0",
1792
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
1793
- "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
1794
- "license": "ISC",
1795
- "bin": {
1796
- "yaml": "bin.mjs"
1797
- },
1798
- "engines": {
1799
- "node": ">= 14.6"
1800
- },
1801
- "funding": {
1802
- "url": "https://github.com/sponsors/eemeli"
1803
- }
1804
- },
1805
- "node_modules/zod": {
1806
- "version": "3.25.76",
1807
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
1808
- "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
1809
- "license": "MIT",
1810
- "funding": {
1811
- "url": "https://github.com/sponsors/colinhacks"
1812
- }
1813
- },
1814
- "node_modules/zod-to-json-schema": {
1815
- "version": "3.25.2",
1816
- "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
1817
- "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
1818
- "license": "ISC",
1819
- "peerDependencies": {
1820
- "zod": "^3.25.28 || ^4"
1821
- }
1822
- }
1823
- }
1824
- }