@bastani/atomic 0.9.3 → 0.9.4-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/builtin/cursor/CHANGELOG.md +6 -0
  3. package/dist/builtin/cursor/package.json +2 -2
  4. package/dist/builtin/intercom/CHANGELOG.md +6 -0
  5. package/dist/builtin/intercom/package.json +1 -1
  6. package/dist/builtin/mcp/CHANGELOG.md +6 -0
  7. package/dist/builtin/mcp/package.json +1 -1
  8. package/dist/builtin/subagents/CHANGELOG.md +6 -0
  9. package/dist/builtin/subagents/package.json +1 -1
  10. package/dist/builtin/web-access/CHANGELOG.md +6 -0
  11. package/dist/builtin/web-access/package.json +1 -1
  12. package/dist/builtin/workflows/CHANGELOG.md +6 -0
  13. package/dist/builtin/workflows/README.md +4 -4
  14. package/dist/builtin/workflows/package.json +1 -1
  15. package/dist/builtin/workflows/src/engine/run-durable-finalize.ts +4 -2
  16. package/dist/builtin/workflows/src/engine/run-returned-status.ts +41 -0
  17. package/dist/builtin/workflows/src/engine/run.ts +6 -4
  18. package/dist/builtin/workflows/src/extension/config-file-loader.ts +1 -1
  19. package/dist/builtin/workflows/src/extension/config-loader.ts +1 -1
  20. package/dist/builtin/workflows/src/extension/lifecycle-notifications.ts +37 -12
  21. package/dist/builtin/workflows/src/shared/persistence-restore-helpers.ts +1 -1
  22. package/dist/builtin/workflows/src/shared/store-public-types.ts +3 -2
  23. package/dist/builtin/workflows/src/shared/store-run-methods.ts +6 -1
  24. package/dist/core/http-dispatcher.d.ts +3 -3
  25. package/dist/core/http-dispatcher.d.ts.map +1 -1
  26. package/dist/core/http-dispatcher.js +19 -6
  27. package/dist/core/http-dispatcher.js.map +1 -1
  28. package/dist/core/settings-manager-basic-accessors.d.ts.map +1 -1
  29. package/dist/core/settings-manager-basic-accessors.js +1 -1
  30. package/dist/core/settings-manager-basic-accessors.js.map +1 -1
  31. package/dist/modes/print-mode.d.ts.map +1 -1
  32. package/dist/modes/print-mode.js +15 -13
  33. package/dist/modes/print-mode.js.map +1 -1
  34. package/docs/settings.md +4 -4
  35. package/docs/workflows.md +5 -3
  36. package/npm-shrinkwrap.json +4299 -0
  37. package/package.json +7 -4
@@ -0,0 +1,4299 @@
1
+ {
2
+ "name": "@bastani/atomic",
3
+ "version": "0.9.4-alpha.1",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "@bastani/atomic",
9
+ "version": "0.9.4-alpha.1",
10
+ "license": "MIT",
11
+ "dependencies": {
12
+ "@bastani/atomic-natives": "0.9.4-alpha.1",
13
+ "@bufbuild/protobuf": "^2.0.0",
14
+ "@earendil-works/pi-agent-core": "^0.80.2",
15
+ "@earendil-works/pi-ai": "^0.80.2",
16
+ "@earendil-works/pi-tui": "^0.80.2",
17
+ "@modelcontextprotocol/ext-apps": "^1.7.2",
18
+ "@modelcontextprotocol/sdk": "^1.25.1",
19
+ "@mozilla/readability": "^0.6.0",
20
+ "@silvia-odwyer/photon-node": "0.3.4",
21
+ "chalk": "5.6.2",
22
+ "cross-spawn": "7.0.6",
23
+ "diff": "8.0.4",
24
+ "glob": "13.0.6",
25
+ "highlight.js": "10.7.3",
26
+ "hosted-git-info": "9.0.3",
27
+ "ignore": "7.0.5",
28
+ "jiti": "2.7.0",
29
+ "linkedom": "^0.18.12",
30
+ "lru-cache": "11.3.6",
31
+ "markit-ai": "0.5.3",
32
+ "minimatch": "10.2.5",
33
+ "open": "^11.0.0",
34
+ "p-limit": "^7.3.0",
35
+ "proper-lockfile": "4.1.2",
36
+ "semver": "7.8.0",
37
+ "turndown": "^7.2.0",
38
+ "typebox": "1.1.38",
39
+ "undici": "8.5.0",
40
+ "unpdf": "^1.6.2",
41
+ "yaml": "2.9.0",
42
+ "zod": "^3.25.0 || ^4.0.0"
43
+ },
44
+ "optionalDependencies": {
45
+ "@mariozechner/clipboard": "0.3.9",
46
+ "@dbos-inc/dbos-sdk": "4.20.11"
47
+ },
48
+ "bin": {
49
+ "atomic": "dist/cli.js"
50
+ },
51
+ "engines": {
52
+ "node": ">=22.19.0"
53
+ }
54
+ },
55
+ "node_modules/@anthropic-ai/sdk": {
56
+ "version": "0.91.1",
57
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.91.1.tgz",
58
+ "integrity": "sha512-LAmu761tSN9r66ixvmciswUj/ZC+1Q4iAfpedTfSVLeswRwnY3n2Nb6Tsk+cLPP28aLOPWeMgIuTuCcMC6W/iw==",
59
+ "license": "MIT",
60
+ "dependencies": {
61
+ "json-schema-to-ts": "^3.1.1"
62
+ },
63
+ "peerDependencies": {
64
+ "zod": "^3.25.0 || ^4.0.0"
65
+ },
66
+ "peerDependenciesMeta": {
67
+ "zod": {
68
+ "optional": true
69
+ }
70
+ },
71
+ "bin": {
72
+ "anthropic-ai-sdk": "bin/cli"
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.24",
151
+ "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.974.24.tgz",
152
+ "integrity": "sha512-vWB/qJl21vxGKBkBN8fKPTVXgm14v/bUQWTtR5oikrfAZbIN2bxuSiCY5rRAMR4gs3vtR2Vw0aTfVDU4tdfIPg==",
153
+ "license": "Apache-2.0",
154
+ "dependencies": {
155
+ "@aws-sdk/types": "^3.973.14",
156
+ "@aws-sdk/xml-builder": "^3.972.32",
157
+ "@aws/lambda-invoke-store": "^0.2.2",
158
+ "@smithy/core": "^3.27.0",
159
+ "@smithy/signature-v4": "^5.5.3",
160
+ "@smithy/types": "^4.15.0",
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.50",
170
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.50.tgz",
171
+ "integrity": "sha512-l8bWzhPFTi9tDcvtURxeMlfsboul5/0sEN3SwwXxdpYudVB9+EuQcxo2pwlTzXwDo4Gm2VLGyiZ8zti3nfdOLw==",
172
+ "license": "Apache-2.0",
173
+ "dependencies": {
174
+ "@aws-sdk/core": "^3.974.24",
175
+ "@aws-sdk/types": "^3.973.14",
176
+ "@smithy/core": "^3.27.0",
177
+ "@smithy/types": "^4.15.0",
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.52",
186
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.52.tgz",
187
+ "integrity": "sha512-FjAlnsIvemWzO3JTM3ObuuxpqCyrqkXOewlYY2+NiR1MYO1JuFYSIJ8SJN5Q2KD1jkL5lIuab8awjb/AxsvjiQ==",
188
+ "license": "Apache-2.0",
189
+ "dependencies": {
190
+ "@aws-sdk/core": "^3.974.24",
191
+ "@aws-sdk/types": "^3.973.14",
192
+ "@smithy/core": "^3.27.0",
193
+ "@smithy/fetch-http-handler": "^5.6.0",
194
+ "@smithy/node-http-handler": "^4.9.0",
195
+ "@smithy/types": "^4.15.0",
196
+ "tslib": "^2.6.2"
197
+ },
198
+ "engines": {
199
+ "node": ">=20.0.0"
200
+ }
201
+ },
202
+ "node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler": {
203
+ "version": "4.9.1",
204
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.9.1.tgz",
205
+ "integrity": "sha512-m/f15di58P6NtLQ7eVEb5N19NdJWn+4c7zfkFHMT/i3JH7U8UtknpPoy8o2tm2R3OdliYvsvQhZHIfACQDqT+Q==",
206
+ "license": "Apache-2.0",
207
+ "dependencies": {
208
+ "@smithy/core": "^3.28.0",
209
+ "@smithy/types": "^4.15.0",
210
+ "tslib": "^2.6.2"
211
+ },
212
+ "engines": {
213
+ "node": ">=18.0.0"
214
+ }
215
+ },
216
+ "node_modules/@aws-sdk/credential-provider-ini": {
217
+ "version": "3.972.57",
218
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.57.tgz",
219
+ "integrity": "sha512-8qwNhQ0sK/1KaOpVEFC7TFxrWP3fxzJV1K049MzjouiMIbvTDvIGDEUtj5ND5aTmlHVK/YZxjoYnLCeV/GZU0w==",
220
+ "license": "Apache-2.0",
221
+ "dependencies": {
222
+ "@aws-sdk/core": "^3.974.24",
223
+ "@aws-sdk/credential-provider-env": "^3.972.50",
224
+ "@aws-sdk/credential-provider-http": "^3.972.52",
225
+ "@aws-sdk/credential-provider-login": "^3.972.56",
226
+ "@aws-sdk/credential-provider-process": "^3.972.50",
227
+ "@aws-sdk/credential-provider-sso": "^3.972.56",
228
+ "@aws-sdk/credential-provider-web-identity": "^3.972.56",
229
+ "@aws-sdk/nested-clients": "^3.997.24",
230
+ "@aws-sdk/types": "^3.973.14",
231
+ "@smithy/core": "^3.27.0",
232
+ "@smithy/credential-provider-imds": "^4.4.3",
233
+ "@smithy/types": "^4.15.0",
234
+ "tslib": "^2.6.2"
235
+ },
236
+ "engines": {
237
+ "node": ">=20.0.0"
238
+ }
239
+ },
240
+ "node_modules/@aws-sdk/credential-provider-login": {
241
+ "version": "3.972.56",
242
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.56.tgz",
243
+ "integrity": "sha512-S36dCrDaafakFMlaCVGAF4advbQKoJuMcyMtNWVBpUz65uqhbIAsUfvAyp+djA+jkzaEfgZGd+AELjIGzTqyhw==",
244
+ "license": "Apache-2.0",
245
+ "dependencies": {
246
+ "@aws-sdk/core": "^3.974.24",
247
+ "@aws-sdk/nested-clients": "^3.997.24",
248
+ "@aws-sdk/types": "^3.973.14",
249
+ "@smithy/core": "^3.27.0",
250
+ "@smithy/types": "^4.15.0",
251
+ "tslib": "^2.6.2"
252
+ },
253
+ "engines": {
254
+ "node": ">=20.0.0"
255
+ }
256
+ },
257
+ "node_modules/@aws-sdk/credential-provider-node": {
258
+ "version": "3.972.59",
259
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.59.tgz",
260
+ "integrity": "sha512-LkczBXaEsdManijlEZwbKfEoo1C98Yri3LHF8gQI7CYWv+uFkmpS3OZH3BSew8g1A2ppKsScdPUSlhI6NV7a9g==",
261
+ "license": "Apache-2.0",
262
+ "dependencies": {
263
+ "@aws-sdk/credential-provider-env": "^3.972.50",
264
+ "@aws-sdk/credential-provider-http": "^3.972.52",
265
+ "@aws-sdk/credential-provider-ini": "^3.972.57",
266
+ "@aws-sdk/credential-provider-process": "^3.972.50",
267
+ "@aws-sdk/credential-provider-sso": "^3.972.56",
268
+ "@aws-sdk/credential-provider-web-identity": "^3.972.56",
269
+ "@aws-sdk/types": "^3.973.14",
270
+ "@smithy/core": "^3.27.0",
271
+ "@smithy/credential-provider-imds": "^4.4.3",
272
+ "@smithy/types": "^4.15.0",
273
+ "tslib": "^2.6.2"
274
+ },
275
+ "engines": {
276
+ "node": ">=20.0.0"
277
+ }
278
+ },
279
+ "node_modules/@aws-sdk/credential-provider-process": {
280
+ "version": "3.972.50",
281
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.50.tgz",
282
+ "integrity": "sha512-ARBEVkOQzmowTU0a35smGVyldJ9FN/f57XIGrPatrul4mYN+vvOKxoc1njDOX3nugVze+0sHzQZWJ8kPARAtUA==",
283
+ "license": "Apache-2.0",
284
+ "dependencies": {
285
+ "@aws-sdk/core": "^3.974.24",
286
+ "@aws-sdk/types": "^3.973.14",
287
+ "@smithy/core": "^3.27.0",
288
+ "@smithy/types": "^4.15.0",
289
+ "tslib": "^2.6.2"
290
+ },
291
+ "engines": {
292
+ "node": ">=20.0.0"
293
+ }
294
+ },
295
+ "node_modules/@aws-sdk/credential-provider-sso": {
296
+ "version": "3.972.56",
297
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.56.tgz",
298
+ "integrity": "sha512-LvbWiFcLI/D5RPaT68TrpLLHyv7x5X+dm59wJ5dFizyGPZggBC7OdgJTlP0X1bVjiSSAgE1u1oxxcBps0GCEnA==",
299
+ "license": "Apache-2.0",
300
+ "dependencies": {
301
+ "@aws-sdk/core": "^3.974.24",
302
+ "@aws-sdk/nested-clients": "^3.997.24",
303
+ "@aws-sdk/token-providers": "3.1076.0",
304
+ "@aws-sdk/types": "^3.973.14",
305
+ "@smithy/core": "^3.27.0",
306
+ "@smithy/types": "^4.15.0",
307
+ "tslib": "^2.6.2"
308
+ },
309
+ "engines": {
310
+ "node": ">=20.0.0"
311
+ }
312
+ },
313
+ "node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers": {
314
+ "version": "3.1076.0",
315
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1076.0.tgz",
316
+ "integrity": "sha512-4rTHETRKe2JWAsFUMo5ENmlzc3i9FD4KqBVXgoaF8DLTADjGid8SA+1LR2nJWjefoafvKAHcQH9F2iKa8uHc6Q==",
317
+ "license": "Apache-2.0",
318
+ "dependencies": {
319
+ "@aws-sdk/core": "^3.974.24",
320
+ "@aws-sdk/nested-clients": "^3.997.24",
321
+ "@aws-sdk/types": "^3.973.14",
322
+ "@smithy/core": "^3.27.0",
323
+ "@smithy/types": "^4.15.0",
324
+ "tslib": "^2.6.2"
325
+ },
326
+ "engines": {
327
+ "node": ">=20.0.0"
328
+ }
329
+ },
330
+ "node_modules/@aws-sdk/credential-provider-web-identity": {
331
+ "version": "3.972.56",
332
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.56.tgz",
333
+ "integrity": "sha512-OV3JxmqMphVGMLWupYD2UhZxX07ATk1NwyYk7RgCnAEh0y3owHmtEnkWZ3ciCZ6liiFEwS8dYQpJGmKsR6ml4Q==",
334
+ "license": "Apache-2.0",
335
+ "dependencies": {
336
+ "@aws-sdk/core": "^3.974.24",
337
+ "@aws-sdk/nested-clients": "^3.997.24",
338
+ "@aws-sdk/types": "^3.973.14",
339
+ "@smithy/core": "^3.27.0",
340
+ "@smithy/types": "^4.15.0",
341
+ "tslib": "^2.6.2"
342
+ },
343
+ "engines": {
344
+ "node": ">=20.0.0"
345
+ }
346
+ },
347
+ "node_modules/@aws-sdk/eventstream-handler-node": {
348
+ "version": "3.972.23",
349
+ "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.23.tgz",
350
+ "integrity": "sha512-palwWdW4JouKu2IFI6biJ9r6FlWLqr2pvVe/tNU1TkVEOjtPElD2aYF6Cox8TickL5OiOFkPDThixYPQ8LAr1g==",
351
+ "license": "Apache-2.0",
352
+ "dependencies": {
353
+ "@aws-sdk/types": "^3.973.14",
354
+ "@smithy/core": "^3.27.0",
355
+ "@smithy/types": "^4.15.0",
356
+ "tslib": "^2.6.2"
357
+ },
358
+ "engines": {
359
+ "node": ">=20.0.0"
360
+ }
361
+ },
362
+ "node_modules/@aws-sdk/middleware-eventstream": {
363
+ "version": "3.972.19",
364
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.19.tgz",
365
+ "integrity": "sha512-r3CGU8gnLe+ugV2rcR8IPUE8AKg7znWkzrKR+pvnjFr8eXrTo1TU0O31CD3eCjNH5jUY4+r4d35MDFzazYWFkQ==",
366
+ "license": "Apache-2.0",
367
+ "dependencies": {
368
+ "@aws-sdk/types": "^3.973.14",
369
+ "@smithy/core": "^3.27.0",
370
+ "@smithy/types": "^4.15.0",
371
+ "tslib": "^2.6.2"
372
+ },
373
+ "engines": {
374
+ "node": ">=20.0.0"
375
+ }
376
+ },
377
+ "node_modules/@aws-sdk/middleware-websocket": {
378
+ "version": "3.972.32",
379
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.32.tgz",
380
+ "integrity": "sha512-Qkg0Na1Xr4tSL1o/01Z6YhxWqvmJE0wTNFLNwDx9h3m/uVvgav4FPalqq7uh9qRRvwaPBwIfEvurXFi9Td57mg==",
381
+ "license": "Apache-2.0",
382
+ "dependencies": {
383
+ "@aws-sdk/core": "^3.974.24",
384
+ "@aws-sdk/types": "^3.973.14",
385
+ "@smithy/core": "^3.27.0",
386
+ "@smithy/fetch-http-handler": "^5.6.0",
387
+ "@smithy/signature-v4": "^5.5.3",
388
+ "@smithy/types": "^4.15.0",
389
+ "tslib": "^2.6.2"
390
+ },
391
+ "engines": {
392
+ "node": ">= 14.0.0"
393
+ }
394
+ },
395
+ "node_modules/@aws-sdk/nested-clients": {
396
+ "version": "3.997.24",
397
+ "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.24.tgz",
398
+ "integrity": "sha512-+wFVfVofxeiXdRhUjRwYISB2mVfBCdiCq1wThkRipTeOc10Kyr+LS9QJTjgZuhWsna7jyLMPndrCnzLGWWvZXg==",
399
+ "license": "Apache-2.0",
400
+ "dependencies": {
401
+ "@aws-crypto/sha256-browser": "5.2.0",
402
+ "@aws-crypto/sha256-js": "5.2.0",
403
+ "@aws-sdk/core": "^3.974.24",
404
+ "@aws-sdk/signature-v4-multi-region": "^3.996.36",
405
+ "@aws-sdk/types": "^3.973.14",
406
+ "@smithy/core": "^3.27.0",
407
+ "@smithy/fetch-http-handler": "^5.6.0",
408
+ "@smithy/node-http-handler": "^4.9.0",
409
+ "@smithy/types": "^4.15.0",
410
+ "tslib": "^2.6.2"
411
+ },
412
+ "engines": {
413
+ "node": ">=20.0.0"
414
+ }
415
+ },
416
+ "node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler": {
417
+ "version": "4.9.1",
418
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.9.1.tgz",
419
+ "integrity": "sha512-m/f15di58P6NtLQ7eVEb5N19NdJWn+4c7zfkFHMT/i3JH7U8UtknpPoy8o2tm2R3OdliYvsvQhZHIfACQDqT+Q==",
420
+ "license": "Apache-2.0",
421
+ "dependencies": {
422
+ "@smithy/core": "^3.28.0",
423
+ "@smithy/types": "^4.15.0",
424
+ "tslib": "^2.6.2"
425
+ },
426
+ "engines": {
427
+ "node": ">=18.0.0"
428
+ }
429
+ },
430
+ "node_modules/@aws-sdk/signature-v4-multi-region": {
431
+ "version": "3.996.36",
432
+ "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.36.tgz",
433
+ "integrity": "sha512-VSOWIPkI+g3a7NkxIBCO24HnsR0BZXJAi3wrKaGIZwVKyrMtNRdHxPrQI/igazgla5J9FhDzmg4RgnOSr6UQBw==",
434
+ "license": "Apache-2.0",
435
+ "dependencies": {
436
+ "@aws-sdk/types": "^3.973.14",
437
+ "@smithy/signature-v4": "^5.5.3",
438
+ "@smithy/types": "^4.15.0",
439
+ "tslib": "^2.6.2"
440
+ },
441
+ "engines": {
442
+ "node": ">=20.0.0"
443
+ }
444
+ },
445
+ "node_modules/@aws-sdk/token-providers": {
446
+ "version": "3.1048.0",
447
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1048.0.tgz",
448
+ "integrity": "sha512-k0y/GcuesuSfWyUM0WamrGyeZmltRYaPbHO82UDA6mZ/doB+FOHKutikPAtSXMn/hDz970cF+iRuuiYO9VEbAA==",
449
+ "license": "Apache-2.0",
450
+ "dependencies": {
451
+ "@aws-sdk/core": "^3.974.11",
452
+ "@aws-sdk/nested-clients": "^3.997.9",
453
+ "@aws-sdk/types": "^3.973.8",
454
+ "@smithy/core": "^3.24.2",
455
+ "@smithy/types": "^4.14.1",
456
+ "tslib": "^2.6.2"
457
+ },
458
+ "engines": {
459
+ "node": ">=20.0.0"
460
+ }
461
+ },
462
+ "node_modules/@aws-sdk/types": {
463
+ "version": "3.973.14",
464
+ "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.973.14.tgz",
465
+ "integrity": "sha512-vH4pEu9YBEwr67yT+GVcmKX0GzfIrIYUn+MF5vXg9OspouVnAekuyVyawFvZHEK7WlcwVDwNrqI3ZBDUAiyu9A==",
466
+ "license": "Apache-2.0",
467
+ "dependencies": {
468
+ "@smithy/types": "^4.15.0",
469
+ "tslib": "^2.6.2"
470
+ },
471
+ "engines": {
472
+ "node": ">=20.0.0"
473
+ }
474
+ },
475
+ "node_modules/@aws-sdk/util-locate-window": {
476
+ "version": "3.965.8",
477
+ "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.965.8.tgz",
478
+ "integrity": "sha512-uUbMs1cBZPafD0ohUj6EwNf0fPZ534NvBxHox4hjX+0Rxq5paSYUem7+hi833pYrzrcnBATKIYpR02MDXT5M9g==",
479
+ "license": "Apache-2.0",
480
+ "dependencies": {
481
+ "tslib": "^2.6.2"
482
+ },
483
+ "engines": {
484
+ "node": ">=20.0.0"
485
+ }
486
+ },
487
+ "node_modules/@aws-sdk/xml-builder": {
488
+ "version": "3.972.32",
489
+ "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.32.tgz",
490
+ "integrity": "sha512-2loKuOMRFDg1nwdni5AtJ9S5juVbRNPNsPC7tWTfkHyycPwACMhxepspUHi8GhvfNlL2cQo3sPMod1uib+KZ0w==",
491
+ "license": "Apache-2.0",
492
+ "dependencies": {
493
+ "@smithy/types": "^4.15.0",
494
+ "tslib": "^2.6.2"
495
+ },
496
+ "engines": {
497
+ "node": ">=20.0.0"
498
+ }
499
+ },
500
+ "node_modules/@aws/lambda-invoke-store": {
501
+ "version": "0.2.4",
502
+ "resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.4.tgz",
503
+ "integrity": "sha512-iY8yvjE0y651BixKNPgmv1WrQc+GZ142sb0z4gYnChDDY2YqI4P/jsSopBWrKfAt7LOJAkOXt7rC/hms+WclQQ==",
504
+ "license": "Apache-2.0",
505
+ "engines": {
506
+ "node": ">=18.0.0"
507
+ }
508
+ },
509
+ "node_modules/@babel/runtime": {
510
+ "version": "7.29.7",
511
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
512
+ "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
513
+ "license": "MIT",
514
+ "engines": {
515
+ "node": ">=6.9.0"
516
+ }
517
+ },
518
+ "node_modules/@bastani/atomic-natives": {
519
+ "version": "0.9.4-alpha.1",
520
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives/-/atomic-natives-0.9.4-alpha.1.tgz",
521
+ "integrity": "sha512-+HvxHRJ79/QsbwAqNG1sRCDYcQOmnm2TTIy9c40UaZNpf2IFYZoGCQiILGVtQGn6FumKjV/ATr/bOdOvm+vN6A==",
522
+ "license": "MIT",
523
+ "optionalDependencies": {
524
+ "@bastani/atomic-natives-win32-x64-msvc": "0.9.4-alpha.1",
525
+ "@bastani/atomic-natives-darwin-x64": "0.9.4-alpha.1",
526
+ "@bastani/atomic-natives-linux-x64-gnu": "0.9.4-alpha.1",
527
+ "@bastani/atomic-natives-linux-arm64-gnu": "0.9.4-alpha.1",
528
+ "@bastani/atomic-natives-darwin-arm64": "0.9.4-alpha.1",
529
+ "@bastani/atomic-natives-win32-arm64-msvc": "0.9.4-alpha.1"
530
+ },
531
+ "engines": {
532
+ "bun": ">=1.3.14",
533
+ "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
534
+ }
535
+ },
536
+ "node_modules/@bastani/atomic-natives-darwin-arm64": {
537
+ "version": "0.9.4-alpha.1",
538
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-arm64/-/atomic-natives-darwin-arm64-0.9.4-alpha.1.tgz",
539
+ "integrity": "sha512-muIJSapSOiHPwhNlopCIq0pyx/tU/egwB1gXfDiiVoOaqz/TOSsu/qj2sH17Raso92VzUNToa4DxWrhlBsG5jw==",
540
+ "license": "MIT",
541
+ "engines": {
542
+ "bun": ">=1.3.14",
543
+ "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
544
+ },
545
+ "os": [
546
+ "darwin"
547
+ ],
548
+ "cpu": [
549
+ "arm64"
550
+ ],
551
+ "optional": true
552
+ },
553
+ "node_modules/@bastani/atomic-natives-darwin-x64": {
554
+ "version": "0.9.4-alpha.1",
555
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-darwin-x64/-/atomic-natives-darwin-x64-0.9.4-alpha.1.tgz",
556
+ "integrity": "sha512-fJWx9YQR/gbhiSKUk/fRxrh5byPAipxhWSs3kNNxf0xOuHoA4bi/uOKa+sI+SVkOGPF4Sl9PXpHXCRell1jayw==",
557
+ "license": "MIT",
558
+ "engines": {
559
+ "bun": ">=1.3.14",
560
+ "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
561
+ },
562
+ "os": [
563
+ "darwin"
564
+ ],
565
+ "cpu": [
566
+ "x64"
567
+ ],
568
+ "optional": true
569
+ },
570
+ "node_modules/@bastani/atomic-natives-linux-arm64-gnu": {
571
+ "version": "0.9.4-alpha.1",
572
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-arm64-gnu/-/atomic-natives-linux-arm64-gnu-0.9.4-alpha.1.tgz",
573
+ "integrity": "sha512-fvztNdmAbBgcQIgfGrG8whxVJHnrmr5T+LyQUu5Cc8KXbalBiCYAKcAreaJLWhS1Q+jX6CIBQ2/vTFGGYMFeMg==",
574
+ "license": "MIT",
575
+ "engines": {
576
+ "bun": ">=1.3.14",
577
+ "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
578
+ },
579
+ "os": [
580
+ "linux"
581
+ ],
582
+ "cpu": [
583
+ "arm64"
584
+ ],
585
+ "libc": [
586
+ "glibc"
587
+ ],
588
+ "optional": true
589
+ },
590
+ "node_modules/@bastani/atomic-natives-linux-x64-gnu": {
591
+ "version": "0.9.4-alpha.1",
592
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-linux-x64-gnu/-/atomic-natives-linux-x64-gnu-0.9.4-alpha.1.tgz",
593
+ "integrity": "sha512-XjSJqi0293AeZj/pUc8zdllk4ykZb74E3sD6B/AuBIDiu4mPBZ/oXPJ0Izb65rXIl8+sx0t4YZil8GSGIhVfvQ==",
594
+ "license": "MIT",
595
+ "engines": {
596
+ "bun": ">=1.3.14",
597
+ "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
598
+ },
599
+ "os": [
600
+ "linux"
601
+ ],
602
+ "cpu": [
603
+ "x64"
604
+ ],
605
+ "libc": [
606
+ "glibc"
607
+ ],
608
+ "optional": true
609
+ },
610
+ "node_modules/@bastani/atomic-natives-win32-arm64-msvc": {
611
+ "version": "0.9.4-alpha.1",
612
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-arm64-msvc/-/atomic-natives-win32-arm64-msvc-0.9.4-alpha.1.tgz",
613
+ "integrity": "sha512-jiqdS60fq99Tfp9H7Dj8LyTPz64tfP4yBEW5xUuN66J2uN4TpZKMNbHQ0ffeb91IWAP+B42UailPguvrov/Tvg==",
614
+ "license": "MIT",
615
+ "engines": {
616
+ "bun": ">=1.3.14",
617
+ "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
618
+ },
619
+ "os": [
620
+ "win32"
621
+ ],
622
+ "cpu": [
623
+ "arm64"
624
+ ],
625
+ "optional": true
626
+ },
627
+ "node_modules/@bastani/atomic-natives-win32-x64-msvc": {
628
+ "version": "0.9.4-alpha.1",
629
+ "resolved": "https://registry.npmjs.org/@bastani/atomic-natives-win32-x64-msvc/-/atomic-natives-win32-x64-msvc-0.9.4-alpha.1.tgz",
630
+ "integrity": "sha512-L7nEKNV35pIN1AMNPBH6UmWV0kkM0/KB7wtBPBTildeyyEU2UdwXgLGA8uEqazhgtttJONvjGBF7NySkIz7JFg==",
631
+ "license": "MIT",
632
+ "engines": {
633
+ "bun": ">=1.3.14",
634
+ "node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
635
+ },
636
+ "os": [
637
+ "win32"
638
+ ],
639
+ "cpu": [
640
+ "x64"
641
+ ],
642
+ "optional": true
643
+ },
644
+ "node_modules/@borewit/text-codec": {
645
+ "version": "0.2.2",
646
+ "resolved": "https://registry.npmjs.org/@borewit/text-codec/-/text-codec-0.2.2.tgz",
647
+ "integrity": "sha512-DDaRehssg1aNrH4+2hnj1B7vnUGEjU6OIlyRdkMd0aUdIUvKXrJfXsy8LVtXAy7DRvYVluWbMspsRhz2lcW0mQ==",
648
+ "license": "MIT",
649
+ "funding": {
650
+ "type": "github",
651
+ "url": "https://github.com/sponsors/Borewit"
652
+ }
653
+ },
654
+ "node_modules/@bufbuild/protobuf": {
655
+ "version": "2.12.1",
656
+ "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.12.1.tgz",
657
+ "integrity": "sha512-BvAMfS6LrgZiryOAZ4pBYucu4wG/Ei/9o9DZ9akbREnMLbPJiom2i8b9C8IsKErQoiKqVhrerzt3kOT/RrzLHg==",
658
+ "license": "(Apache-2.0 AND BSD-3-Clause)"
659
+ },
660
+ "node_modules/@dbos-inc/dbos-sdk": {
661
+ "version": "4.20.11",
662
+ "resolved": "https://registry.npmjs.org/@dbos-inc/dbos-sdk/-/dbos-sdk-4.20.11.tgz",
663
+ "integrity": "sha512-gh2y5yFpRLTfTa5vboAj7NuoWOF4ST4Kam0/13Ixa36oi+4n6YgI+xCsfhpu3r/iPGUDTtL5z8trU+dCyNK22w==",
664
+ "license": "MIT",
665
+ "dependencies": {
666
+ "commander": "^12.0.0",
667
+ "pg": "^8.11.3",
668
+ "serialize-error": "^8.1.0",
669
+ "superjson": "^1.13.3",
670
+ "ws": "^8.18.1",
671
+ "yaml": "^2.8.3"
672
+ },
673
+ "bin": {
674
+ "dbos": "dist/src/cli/cli.js",
675
+ "dbos-sdk": "dist/src/cli/cli.js"
676
+ },
677
+ "engines": {
678
+ "node": ">=20"
679
+ },
680
+ "optional": true,
681
+ "workspaces": [
682
+ "packages/*"
683
+ ]
684
+ },
685
+ "node_modules/@earendil-works/pi-agent-core": {
686
+ "version": "0.80.2",
687
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.80.2.tgz",
688
+ "integrity": "sha512-BF9WPhixIFjT6Kp3Iz3H6ugkU+4AWotM8py96XE5pIK0arJbQKMWbR+dXSWWDEmR5yc/aFQODnuyowOEzMGO7Q==",
689
+ "license": "MIT",
690
+ "dependencies": {
691
+ "@earendil-works/pi-ai": "^0.80.2",
692
+ "ignore": "7.0.5",
693
+ "typebox": "1.1.38",
694
+ "yaml": "2.9.0"
695
+ },
696
+ "engines": {
697
+ "node": ">=22.19.0"
698
+ }
699
+ },
700
+ "node_modules/@earendil-works/pi-ai": {
701
+ "version": "0.80.2",
702
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.80.2.tgz",
703
+ "integrity": "sha512-5GNKfdrRJ4uZ5Zd9iudoXggi/BbUcKnD/xfRHtdR+7q4vWqPvfx8auFuaT+ewGBVI8K4wj87eigFQ/iCSuy9RQ==",
704
+ "license": "MIT",
705
+ "dependencies": {
706
+ "@anthropic-ai/sdk": "0.91.1",
707
+ "@aws-sdk/client-bedrock-runtime": "3.1048.0",
708
+ "@google/genai": "1.52.0",
709
+ "@mistralai/mistralai": "2.2.6",
710
+ "@opentelemetry/api": "1.9.0",
711
+ "@smithy/node-http-handler": "4.7.3",
712
+ "http-proxy-agent": "7.0.2",
713
+ "https-proxy-agent": "7.0.6",
714
+ "openai": "6.26.0",
715
+ "partial-json": "0.1.7",
716
+ "typebox": "1.1.38"
717
+ },
718
+ "bin": {
719
+ "pi-ai": "dist/cli.js"
720
+ },
721
+ "engines": {
722
+ "node": ">=22.19.0"
723
+ }
724
+ },
725
+ "node_modules/@earendil-works/pi-tui": {
726
+ "version": "0.80.2",
727
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.80.2.tgz",
728
+ "integrity": "sha512-OvOAMIbXiC9OSse17YMiXIsI9AS5XM/ZV8N/k+UzdlRpPILDQYmLElevgGW92kkXR8qHBClIdzhCjuzlBGvphA==",
729
+ "license": "MIT",
730
+ "dependencies": {
731
+ "get-east-asian-width": "1.6.0",
732
+ "marked": "18.0.5"
733
+ },
734
+ "engines": {
735
+ "node": ">=22.19.0"
736
+ }
737
+ },
738
+ "node_modules/@google/genai": {
739
+ "version": "1.52.0",
740
+ "resolved": "https://registry.npmjs.org/@google/genai/-/genai-1.52.0.tgz",
741
+ "integrity": "sha512-gwSvbpiN/17O9TbsqSsE/OzZcpv5Fo4RQjdngGgogtuB9RsyJ8ZHhX5KjHj1bp5N9snN2eK8LDGXSaWW2hof8Q==",
742
+ "license": "Apache-2.0",
743
+ "dependencies": {
744
+ "google-auth-library": "^10.3.0",
745
+ "p-retry": "^4.6.2",
746
+ "protobufjs": "^7.5.4",
747
+ "ws": "^8.18.0"
748
+ },
749
+ "peerDependencies": {
750
+ "@modelcontextprotocol/sdk": "^1.25.2"
751
+ },
752
+ "peerDependenciesMeta": {
753
+ "@modelcontextprotocol/sdk": {
754
+ "optional": true
755
+ }
756
+ },
757
+ "engines": {
758
+ "node": ">=20.0.0"
759
+ },
760
+ "hasInstallScript": true
761
+ },
762
+ "node_modules/@hono/node-server": {
763
+ "version": "1.19.14",
764
+ "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.14.tgz",
765
+ "integrity": "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==",
766
+ "license": "MIT",
767
+ "peerDependencies": {
768
+ "hono": "^4"
769
+ },
770
+ "engines": {
771
+ "node": ">=18.14.1"
772
+ }
773
+ },
774
+ "node_modules/@mariozechner/clipboard": {
775
+ "version": "0.3.9",
776
+ "resolved": "https://registry.npmjs.org/@mariozechner/clipboard/-/clipboard-0.3.9.tgz",
777
+ "integrity": "sha512-ABnA53mdfkGZwOFUdZNv2S0CWGO/EIuPj8Vv9xmBFmSYg/qFc7ihO6q5FcQjvoE67kZpWkEc4AhD6B/os04yuA==",
778
+ "license": "MIT",
779
+ "optionalDependencies": {
780
+ "@mariozechner/clipboard-darwin-arm64": "0.3.9",
781
+ "@mariozechner/clipboard-darwin-universal": "0.3.9",
782
+ "@mariozechner/clipboard-darwin-x64": "0.3.9",
783
+ "@mariozechner/clipboard-linux-arm64-gnu": "0.3.9",
784
+ "@mariozechner/clipboard-linux-arm64-musl": "0.3.9",
785
+ "@mariozechner/clipboard-linux-riscv64-gnu": "0.3.9",
786
+ "@mariozechner/clipboard-linux-x64-gnu": "0.3.9",
787
+ "@mariozechner/clipboard-linux-x64-musl": "0.3.9",
788
+ "@mariozechner/clipboard-win32-arm64-msvc": "0.3.9",
789
+ "@mariozechner/clipboard-win32-x64-msvc": "0.3.9"
790
+ },
791
+ "engines": {
792
+ "node": ">= 10"
793
+ },
794
+ "optional": true
795
+ },
796
+ "node_modules/@mariozechner/clipboard-darwin-arm64": {
797
+ "version": "0.3.9",
798
+ "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-darwin-arm64/-/clipboard-darwin-arm64-0.3.9.tgz",
799
+ "integrity": "sha512-BfgV7vCEWZwJwZJw03r6bP5+tf0iI/ANuQYCxi9RNn7FrWB3yzGuMKCrNLRl6V761vXRdL8+OqZ0wd4TqlsNOQ==",
800
+ "license": "MIT",
801
+ "engines": {
802
+ "node": ">= 10"
803
+ },
804
+ "os": [
805
+ "darwin"
806
+ ],
807
+ "cpu": [
808
+ "arm64"
809
+ ],
810
+ "optional": true
811
+ },
812
+ "node_modules/@mariozechner/clipboard-darwin-universal": {
813
+ "version": "0.3.9",
814
+ "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-darwin-universal/-/clipboard-darwin-universal-0.3.9.tgz",
815
+ "integrity": "sha512-BGGR4iA9Z2shAjI65eI5xtyb3LYNlDW9X3gxKxDbqtbnREohsrqznov6zpKoIrsRWpzlYVEdKphS7ksJ0/ndSQ==",
816
+ "license": "MIT",
817
+ "engines": {
818
+ "node": ">= 10"
819
+ },
820
+ "os": [
821
+ "darwin"
822
+ ],
823
+ "optional": true
824
+ },
825
+ "node_modules/@mariozechner/clipboard-darwin-x64": {
826
+ "version": "0.3.9",
827
+ "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-darwin-x64/-/clipboard-darwin-x64-0.3.9.tgz",
828
+ "integrity": "sha512-4kURmCbS6nt8uYhtmWpUcJWyPHfmAr5dTpXD1nO3pIfa+TSQ9DbrGOYCKH+aEFW47XhQ4Vp8ZTszie+wfFvDKg==",
829
+ "license": "MIT",
830
+ "engines": {
831
+ "node": ">= 10"
832
+ },
833
+ "os": [
834
+ "darwin"
835
+ ],
836
+ "cpu": [
837
+ "x64"
838
+ ],
839
+ "optional": true
840
+ },
841
+ "node_modules/@mariozechner/clipboard-linux-arm64-gnu": {
842
+ "version": "0.3.9",
843
+ "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-arm64-gnu/-/clipboard-linux-arm64-gnu-0.3.9.tgz",
844
+ "integrity": "sha512-g59OkUGP2DDfCOIKypHeYgv2M55u/cKvXa5dSxFbEJ34XvIQMdcVmpKCkGUro3ZgefXiGVdwguvTMQGpHWzIXw==",
845
+ "license": "MIT",
846
+ "engines": {
847
+ "node": ">= 10"
848
+ },
849
+ "os": [
850
+ "linux"
851
+ ],
852
+ "cpu": [
853
+ "arm64"
854
+ ],
855
+ "optional": true
856
+ },
857
+ "node_modules/@mariozechner/clipboard-linux-arm64-musl": {
858
+ "version": "0.3.9",
859
+ "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-arm64-musl/-/clipboard-linux-arm64-musl-0.3.9.tgz",
860
+ "integrity": "sha512-AGuJdgKsmJdm4Pych7kv3sqe591ERRaAHW3xjLooiFzn8J+PxUyof++7YZrB5Y5tpnTO+K18Og3taj2NpluCRQ==",
861
+ "license": "MIT",
862
+ "engines": {
863
+ "node": ">= 10"
864
+ },
865
+ "os": [
866
+ "linux"
867
+ ],
868
+ "cpu": [
869
+ "arm64"
870
+ ],
871
+ "optional": true
872
+ },
873
+ "node_modules/@mariozechner/clipboard-linux-riscv64-gnu": {
874
+ "version": "0.3.9",
875
+ "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-riscv64-gnu/-/clipboard-linux-riscv64-gnu-0.3.9.tgz",
876
+ "integrity": "sha512-DXBEAiuMpk7dhS1a9NzNxVAFi1vaKoPu7rQNgY8LIDLGrK3lnIp3nT10DUum+PKVJoJppIP+NAA8IZe4DMNDPw==",
877
+ "license": "MIT",
878
+ "engines": {
879
+ "node": ">= 10"
880
+ },
881
+ "os": [
882
+ "linux"
883
+ ],
884
+ "cpu": [
885
+ "riscv64"
886
+ ],
887
+ "optional": true
888
+ },
889
+ "node_modules/@mariozechner/clipboard-linux-x64-gnu": {
890
+ "version": "0.3.9",
891
+ "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-x64-gnu/-/clipboard-linux-x64-gnu-0.3.9.tgz",
892
+ "integrity": "sha512-WORrMLd6EpElEME7JRKfSaY34nW1P5LbdgK5YNCS1ncG2LqmITsSMEJ8nh2mpvxb3TxqbOOKgY7k9eMJYlW9Mw==",
893
+ "license": "MIT",
894
+ "engines": {
895
+ "node": ">= 10"
896
+ },
897
+ "os": [
898
+ "linux"
899
+ ],
900
+ "cpu": [
901
+ "x64"
902
+ ],
903
+ "optional": true
904
+ },
905
+ "node_modules/@mariozechner/clipboard-linux-x64-musl": {
906
+ "version": "0.3.9",
907
+ "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-x64-musl/-/clipboard-linux-x64-musl-0.3.9.tgz",
908
+ "integrity": "sha512-/DHn+1DrfL6oRaPPWXaOKvonFFrni666fxd+zFqiQEfvBH0tsHVWjq9iqBk0oDp0qaPA72lIMy5BptxISBEhZQ==",
909
+ "license": "MIT",
910
+ "engines": {
911
+ "node": ">= 10"
912
+ },
913
+ "os": [
914
+ "linux"
915
+ ],
916
+ "cpu": [
917
+ "x64"
918
+ ],
919
+ "optional": true
920
+ },
921
+ "node_modules/@mariozechner/clipboard-win32-arm64-msvc": {
922
+ "version": "0.3.9",
923
+ "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-win32-arm64-msvc/-/clipboard-win32-arm64-msvc-0.3.9.tgz",
924
+ "integrity": "sha512-O5FHD3ErkMwMhNzAfu3ggy0ug4z7btZuoQgwwxlzPrwV2bxlD6WDpqBY4NCgICAgZdDKdp+loUEKVAVt8aYnhQ==",
925
+ "license": "MIT",
926
+ "engines": {
927
+ "node": ">= 10"
928
+ },
929
+ "os": [
930
+ "win32"
931
+ ],
932
+ "cpu": [
933
+ "arm64"
934
+ ],
935
+ "optional": true
936
+ },
937
+ "node_modules/@mariozechner/clipboard-win32-x64-msvc": {
938
+ "version": "0.3.9",
939
+ "resolved": "https://registry.npmjs.org/@mariozechner/clipboard-win32-x64-msvc/-/clipboard-win32-x64-msvc-0.3.9.tgz",
940
+ "integrity": "sha512-ihQC3EufqEY81vhXBgVBtK4prL+wc62zJsSvxrgz7K1hsdt6OObz6v9p3Rn1OG3GJksTTKMJF0u/guMISHPhSA==",
941
+ "license": "MIT",
942
+ "engines": {
943
+ "node": ">= 10"
944
+ },
945
+ "os": [
946
+ "win32"
947
+ ],
948
+ "cpu": [
949
+ "x64"
950
+ ],
951
+ "optional": true
952
+ },
953
+ "node_modules/@mistralai/mistralai": {
954
+ "version": "2.2.6",
955
+ "resolved": "https://registry.npmjs.org/@mistralai/mistralai/-/mistralai-2.2.6.tgz",
956
+ "integrity": "sha512-W8pX7zHxjJvMIpw8JMxeJEleapXX0Q9NPszdNzqkM3MIEoIGPObdodujj+WHteXEvGfaP/AMwlNyRfEzSY6dQQ==",
957
+ "license": "Apache-2.0",
958
+ "dependencies": {
959
+ "@opentelemetry/semantic-conventions": "^1.40.0",
960
+ "ws": "^8.18.0",
961
+ "zod": "^3.25.0 || ^4.0.0",
962
+ "zod-to-json-schema": "^3.25.0"
963
+ },
964
+ "peerDependencies": {
965
+ "@opentelemetry/api": "^1.9.0"
966
+ },
967
+ "peerDependenciesMeta": {
968
+ "@opentelemetry/api": {
969
+ "optional": true
970
+ }
971
+ }
972
+ },
973
+ "node_modules/@mixmark-io/domino": {
974
+ "version": "2.2.0",
975
+ "resolved": "https://registry.npmjs.org/@mixmark-io/domino/-/domino-2.2.0.tgz",
976
+ "integrity": "sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw==",
977
+ "license": "BSD-2-Clause"
978
+ },
979
+ "node_modules/@modelcontextprotocol/ext-apps": {
980
+ "version": "1.7.4",
981
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/ext-apps/-/ext-apps-1.7.4.tgz",
982
+ "integrity": "sha512-QQqysE549cf/Y0VabBmAACXhj92EhB3t8yVct2BHbkWiPTFA1S91EqTVjYXXcZEefXU0pmHcdObhsNMcomJIOQ==",
983
+ "license": "MIT",
984
+ "dependencies": {
985
+ "@standard-schema/spec": "^1.1.0"
986
+ },
987
+ "peerDependencies": {
988
+ "@modelcontextprotocol/sdk": "^1.29.0",
989
+ "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
990
+ "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
991
+ "zod": "^3.25.0 || ^4.0.0"
992
+ },
993
+ "peerDependenciesMeta": {
994
+ "react": {
995
+ "optional": true
996
+ },
997
+ "react-dom": {
998
+ "optional": true
999
+ }
1000
+ },
1001
+ "engines": {
1002
+ "node": ">=20"
1003
+ },
1004
+ "workspaces": [
1005
+ "examples/*"
1006
+ ]
1007
+ },
1008
+ "node_modules/@modelcontextprotocol/sdk": {
1009
+ "version": "1.29.0",
1010
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz",
1011
+ "integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==",
1012
+ "license": "MIT",
1013
+ "dependencies": {
1014
+ "@hono/node-server": "^1.19.9",
1015
+ "ajv": "^8.17.1",
1016
+ "ajv-formats": "^3.0.1",
1017
+ "content-type": "^1.0.5",
1018
+ "cors": "^2.8.5",
1019
+ "cross-spawn": "^7.0.5",
1020
+ "eventsource": "^3.0.2",
1021
+ "eventsource-parser": "^3.0.0",
1022
+ "express": "^5.2.1",
1023
+ "express-rate-limit": "^8.2.1",
1024
+ "hono": "^4.11.4",
1025
+ "jose": "^6.1.3",
1026
+ "json-schema-typed": "^8.0.2",
1027
+ "pkce-challenge": "^5.0.0",
1028
+ "raw-body": "^3.0.0",
1029
+ "zod": "^3.25 || ^4.0",
1030
+ "zod-to-json-schema": "^3.25.1"
1031
+ },
1032
+ "peerDependencies": {
1033
+ "@cfworker/json-schema": "^4.1.1",
1034
+ "zod": "^3.25 || ^4.0"
1035
+ },
1036
+ "peerDependenciesMeta": {
1037
+ "@cfworker/json-schema": {
1038
+ "optional": true
1039
+ },
1040
+ "zod": {
1041
+ "optional": false
1042
+ }
1043
+ },
1044
+ "engines": {
1045
+ "node": ">=18"
1046
+ }
1047
+ },
1048
+ "node_modules/@mozilla/readability": {
1049
+ "version": "0.6.0",
1050
+ "resolved": "https://registry.npmjs.org/@mozilla/readability/-/readability-0.6.0.tgz",
1051
+ "integrity": "sha512-juG5VWh4qAivzTAeMzvY9xs9HY5rAcr2E4I7tiSSCokRFi7XIZCAu92ZkSTsIj1OPceCifL3cpfteP3pDT9/QQ==",
1052
+ "license": "Apache-2.0",
1053
+ "engines": {
1054
+ "node": ">=14.0.0"
1055
+ }
1056
+ },
1057
+ "node_modules/@nodable/entities": {
1058
+ "version": "2.2.0",
1059
+ "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.2.0.tgz",
1060
+ "integrity": "sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==",
1061
+ "license": "MIT",
1062
+ "funding": [
1063
+ {
1064
+ "type": "github",
1065
+ "url": "https://github.com/sponsors/nodable"
1066
+ }
1067
+ ]
1068
+ },
1069
+ "node_modules/@opentelemetry/api": {
1070
+ "version": "1.9.0",
1071
+ "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz",
1072
+ "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==",
1073
+ "license": "Apache-2.0",
1074
+ "engines": {
1075
+ "node": ">=8.0.0"
1076
+ }
1077
+ },
1078
+ "node_modules/@opentelemetry/semantic-conventions": {
1079
+ "version": "1.41.1",
1080
+ "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.41.1.tgz",
1081
+ "integrity": "sha512-/UhIkaZgPutTFmQ7RnIJGgDXZmtEJ7Dvi86xNTFWcnRxVRNk/aotsqDJYeEvDP+FSMB2SdW+pQzNMcWP0rwuNA==",
1082
+ "license": "Apache-2.0",
1083
+ "engines": {
1084
+ "node": ">=14"
1085
+ }
1086
+ },
1087
+ "node_modules/@protobufjs/aspromise": {
1088
+ "version": "1.1.2",
1089
+ "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
1090
+ "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
1091
+ "license": "BSD-3-Clause"
1092
+ },
1093
+ "node_modules/@protobufjs/base64": {
1094
+ "version": "1.1.2",
1095
+ "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
1096
+ "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
1097
+ "license": "BSD-3-Clause"
1098
+ },
1099
+ "node_modules/@protobufjs/codegen": {
1100
+ "version": "2.0.5",
1101
+ "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.5.tgz",
1102
+ "integrity": "sha512-zgXFLzW3Ap33e6d0Wlj4MGIm6Ce8O89n/apUaGNB/jx+hw+ruWEp7EwGUshdLKVRCxZW12fp9r40E1mQrf/34g==",
1103
+ "license": "BSD-3-Clause"
1104
+ },
1105
+ "node_modules/@protobufjs/eventemitter": {
1106
+ "version": "1.1.1",
1107
+ "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.1.tgz",
1108
+ "integrity": "sha512-vW1GmwMZNnL+gMRaovlh9yZX74kc+TTU3FObkkurpMaRtBfLP3ldjS9KQWlwZgraRE0+dheEEoAxdzcJQ8eXZg==",
1109
+ "license": "BSD-3-Clause"
1110
+ },
1111
+ "node_modules/@protobufjs/fetch": {
1112
+ "version": "1.1.1",
1113
+ "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.1.tgz",
1114
+ "integrity": "sha512-GpptLrs57adMSuHi3VNj0mAF8dwh36LMaYF6XyJ6JMWlVsc+t42tm1HSEDmOs3A8fC9yyeisgLhsTVQokOZ0zw==",
1115
+ "license": "BSD-3-Clause",
1116
+ "dependencies": {
1117
+ "@protobufjs/aspromise": "^1.1.1"
1118
+ }
1119
+ },
1120
+ "node_modules/@protobufjs/float": {
1121
+ "version": "1.0.2",
1122
+ "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
1123
+ "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
1124
+ "license": "BSD-3-Clause"
1125
+ },
1126
+ "node_modules/@protobufjs/path": {
1127
+ "version": "1.1.2",
1128
+ "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
1129
+ "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
1130
+ "license": "BSD-3-Clause"
1131
+ },
1132
+ "node_modules/@protobufjs/pool": {
1133
+ "version": "1.1.0",
1134
+ "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
1135
+ "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
1136
+ "license": "BSD-3-Clause"
1137
+ },
1138
+ "node_modules/@protobufjs/utf8": {
1139
+ "version": "1.1.1",
1140
+ "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz",
1141
+ "integrity": "sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==",
1142
+ "license": "BSD-3-Clause"
1143
+ },
1144
+ "node_modules/@silvia-odwyer/photon-node": {
1145
+ "version": "0.3.4",
1146
+ "resolved": "https://registry.npmjs.org/@silvia-odwyer/photon-node/-/photon-node-0.3.4.tgz",
1147
+ "integrity": "sha512-bnly4BKB3KDTFxrUIcgCLbaeVVS8lrAkri1pEzskpmxu9MdfGQTy8b8EgcD83ywD3RPMsIulY8xJH5Awa+t9fA==",
1148
+ "license": "Apache-2.0"
1149
+ },
1150
+ "node_modules/@smithy/core": {
1151
+ "version": "3.28.0",
1152
+ "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.28.0.tgz",
1153
+ "integrity": "sha512-N/LoLG8pZ1zv5cIWpdF6vmSjtZtXKK9G0OqT5yYCOZU+CzPq1+nYA95VoKJBGWRScs7YbMugZ7lZx8Fj1vdHoA==",
1154
+ "license": "Apache-2.0",
1155
+ "dependencies": {
1156
+ "@smithy/types": "^4.15.0",
1157
+ "tslib": "^2.6.2"
1158
+ },
1159
+ "engines": {
1160
+ "node": ">=18.0.0"
1161
+ }
1162
+ },
1163
+ "node_modules/@smithy/credential-provider-imds": {
1164
+ "version": "4.4.4",
1165
+ "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.4.4.tgz",
1166
+ "integrity": "sha512-jT0WrDaM88L5na9FX1xRNywCS3B1n75wPY5Ksasjo0PHUtuI7d8FclksN1BbOSYTiaiKxUDqU23nUymH/V+AaQ==",
1167
+ "license": "Apache-2.0",
1168
+ "dependencies": {
1169
+ "@smithy/core": "^3.28.0",
1170
+ "@smithy/types": "^4.15.0",
1171
+ "tslib": "^2.6.2"
1172
+ },
1173
+ "engines": {
1174
+ "node": ">=18.0.0"
1175
+ }
1176
+ },
1177
+ "node_modules/@smithy/fetch-http-handler": {
1178
+ "version": "5.6.1",
1179
+ "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.6.1.tgz",
1180
+ "integrity": "sha512-fW6l9rWoyk1iyzfuZaERnZLNjB6WIojgGm6Bo9Hpfpy3RUpltjLikNlxTsS/YtxVobcfbCGBuAncREYqT4hvqQ==",
1181
+ "license": "Apache-2.0",
1182
+ "dependencies": {
1183
+ "@smithy/core": "^3.28.0",
1184
+ "@smithy/types": "^4.15.0",
1185
+ "tslib": "^2.6.2"
1186
+ },
1187
+ "engines": {
1188
+ "node": ">=18.0.0"
1189
+ }
1190
+ },
1191
+ "node_modules/@smithy/is-array-buffer": {
1192
+ "version": "2.2.0",
1193
+ "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
1194
+ "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
1195
+ "license": "Apache-2.0",
1196
+ "dependencies": {
1197
+ "tslib": "^2.6.2"
1198
+ },
1199
+ "engines": {
1200
+ "node": ">=14.0.0"
1201
+ }
1202
+ },
1203
+ "node_modules/@smithy/node-http-handler": {
1204
+ "version": "4.7.3",
1205
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.7.3.tgz",
1206
+ "integrity": "sha512-/jPhevcTFPMVl6KNjbaI47iOg1zxC7IsnX4PQDGVZKMFceOXtB8IEYaB7a9VvkP/3oC60WzTeKocvSI7vLT0vA==",
1207
+ "license": "Apache-2.0",
1208
+ "dependencies": {
1209
+ "@smithy/core": "^3.24.3",
1210
+ "@smithy/types": "^4.14.2",
1211
+ "tslib": "^2.6.2"
1212
+ },
1213
+ "engines": {
1214
+ "node": ">=18.0.0"
1215
+ }
1216
+ },
1217
+ "node_modules/@smithy/signature-v4": {
1218
+ "version": "5.6.0",
1219
+ "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.6.0.tgz",
1220
+ "integrity": "sha512-IkPHQdbyoebSwBCuMTzJ/2oIhKVqiZZAZxQYSlpDZqq/WhJUpmdgbHvP7ItddxsPzcDUJeI0V4PNMSNtlZ0aqA==",
1221
+ "license": "Apache-2.0",
1222
+ "dependencies": {
1223
+ "@smithy/core": "^3.28.0",
1224
+ "@smithy/types": "^4.15.0",
1225
+ "tslib": "^2.6.2"
1226
+ },
1227
+ "engines": {
1228
+ "node": ">=18.0.0"
1229
+ }
1230
+ },
1231
+ "node_modules/@smithy/types": {
1232
+ "version": "4.15.0",
1233
+ "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.15.0.tgz",
1234
+ "integrity": "sha512-Z5TAOxygoFvybJV3igo5SloFflSokHx2hu1eFA+DxDTcn+FtKxUSui+rbTRG1pAafMA888Z3MVvCWUuvCrTXjg==",
1235
+ "license": "Apache-2.0",
1236
+ "dependencies": {
1237
+ "tslib": "^2.6.2"
1238
+ },
1239
+ "engines": {
1240
+ "node": ">=18.0.0"
1241
+ }
1242
+ },
1243
+ "node_modules/@smithy/util-buffer-from": {
1244
+ "version": "2.2.0",
1245
+ "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
1246
+ "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
1247
+ "license": "Apache-2.0",
1248
+ "dependencies": {
1249
+ "@smithy/is-array-buffer": "^2.2.0",
1250
+ "tslib": "^2.6.2"
1251
+ },
1252
+ "engines": {
1253
+ "node": ">=14.0.0"
1254
+ }
1255
+ },
1256
+ "node_modules/@smithy/util-utf8": {
1257
+ "version": "2.3.0",
1258
+ "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
1259
+ "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
1260
+ "license": "Apache-2.0",
1261
+ "dependencies": {
1262
+ "@smithy/util-buffer-from": "^2.2.0",
1263
+ "tslib": "^2.6.2"
1264
+ },
1265
+ "engines": {
1266
+ "node": ">=14.0.0"
1267
+ }
1268
+ },
1269
+ "node_modules/@standard-schema/spec": {
1270
+ "version": "1.1.0",
1271
+ "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
1272
+ "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
1273
+ "license": "MIT"
1274
+ },
1275
+ "node_modules/@tokenizer/inflate": {
1276
+ "version": "0.4.1",
1277
+ "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.4.1.tgz",
1278
+ "integrity": "sha512-2mAv+8pkG6GIZiF1kNg1jAjh27IDxEPKwdGul3snfztFerfPGI1LjDezZp3i7BElXompqEtPmoPx6c2wgtWsOA==",
1279
+ "license": "MIT",
1280
+ "dependencies": {
1281
+ "debug": "^4.4.3",
1282
+ "token-types": "^6.1.1"
1283
+ },
1284
+ "engines": {
1285
+ "node": ">=18"
1286
+ },
1287
+ "funding": {
1288
+ "type": "github",
1289
+ "url": "https://github.com/sponsors/Borewit"
1290
+ }
1291
+ },
1292
+ "node_modules/@tokenizer/token": {
1293
+ "version": "0.3.0",
1294
+ "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
1295
+ "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==",
1296
+ "license": "MIT"
1297
+ },
1298
+ "node_modules/@types/node": {
1299
+ "version": "24.12.4",
1300
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz",
1301
+ "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==",
1302
+ "license": "MIT",
1303
+ "dependencies": {
1304
+ "undici-types": "~7.16.0"
1305
+ }
1306
+ },
1307
+ "node_modules/@xmldom/xmldom": {
1308
+ "version": "0.8.13",
1309
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz",
1310
+ "integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==",
1311
+ "license": "MIT",
1312
+ "engines": {
1313
+ "node": ">=10.0.0"
1314
+ }
1315
+ },
1316
+ "node_modules/accepts": {
1317
+ "version": "2.0.0",
1318
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
1319
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
1320
+ "license": "MIT",
1321
+ "dependencies": {
1322
+ "mime-types": "^3.0.0",
1323
+ "negotiator": "^1.0.0"
1324
+ },
1325
+ "engines": {
1326
+ "node": ">= 0.6"
1327
+ }
1328
+ },
1329
+ "node_modules/agent-base": {
1330
+ "version": "7.1.4",
1331
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
1332
+ "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
1333
+ "license": "MIT",
1334
+ "engines": {
1335
+ "node": ">= 14"
1336
+ }
1337
+ },
1338
+ "node_modules/ajv": {
1339
+ "version": "8.20.0",
1340
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
1341
+ "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
1342
+ "license": "MIT",
1343
+ "dependencies": {
1344
+ "fast-deep-equal": "^3.1.3",
1345
+ "fast-uri": "^3.0.1",
1346
+ "json-schema-traverse": "^1.0.0",
1347
+ "require-from-string": "^2.0.2"
1348
+ },
1349
+ "funding": {
1350
+ "type": "github",
1351
+ "url": "https://github.com/sponsors/epoberezkin"
1352
+ }
1353
+ },
1354
+ "node_modules/ajv-formats": {
1355
+ "version": "3.0.1",
1356
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
1357
+ "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
1358
+ "license": "MIT",
1359
+ "dependencies": {
1360
+ "ajv": "^8.0.0"
1361
+ },
1362
+ "peerDependencies": {
1363
+ "ajv": "^8.0.0"
1364
+ },
1365
+ "peerDependenciesMeta": {
1366
+ "ajv": {
1367
+ "optional": true
1368
+ }
1369
+ }
1370
+ },
1371
+ "node_modules/anynum": {
1372
+ "version": "1.0.1",
1373
+ "resolved": "https://registry.npmjs.org/anynum/-/anynum-1.0.1.tgz",
1374
+ "integrity": "sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==",
1375
+ "license": "MIT",
1376
+ "funding": [
1377
+ {
1378
+ "type": "github",
1379
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1380
+ }
1381
+ ]
1382
+ },
1383
+ "node_modules/argparse": {
1384
+ "version": "1.0.10",
1385
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
1386
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
1387
+ "license": "MIT",
1388
+ "dependencies": {
1389
+ "sprintf-js": "~1.0.2"
1390
+ }
1391
+ },
1392
+ "node_modules/balanced-match": {
1393
+ "version": "4.0.4",
1394
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
1395
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
1396
+ "license": "MIT",
1397
+ "engines": {
1398
+ "node": "18 || 20 || >=22"
1399
+ }
1400
+ },
1401
+ "node_modules/base64-js": {
1402
+ "version": "1.5.1",
1403
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
1404
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
1405
+ "license": "MIT",
1406
+ "funding": [
1407
+ {
1408
+ "type": "github",
1409
+ "url": "https://github.com/sponsors/feross"
1410
+ },
1411
+ {
1412
+ "type": "patreon",
1413
+ "url": "https://www.patreon.com/feross"
1414
+ },
1415
+ {
1416
+ "type": "consulting",
1417
+ "url": "https://feross.org/support"
1418
+ }
1419
+ ]
1420
+ },
1421
+ "node_modules/bignumber.js": {
1422
+ "version": "9.3.1",
1423
+ "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz",
1424
+ "integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==",
1425
+ "license": "MIT",
1426
+ "engines": {
1427
+ "node": "*"
1428
+ }
1429
+ },
1430
+ "node_modules/bluebird": {
1431
+ "version": "3.4.7",
1432
+ "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz",
1433
+ "integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==",
1434
+ "license": "MIT"
1435
+ },
1436
+ "node_modules/body-parser": {
1437
+ "version": "2.3.0",
1438
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
1439
+ "integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
1440
+ "license": "MIT",
1441
+ "dependencies": {
1442
+ "bytes": "^3.1.2",
1443
+ "content-type": "^2.0.0",
1444
+ "debug": "^4.4.3",
1445
+ "http-errors": "^2.0.1",
1446
+ "iconv-lite": "^0.7.2",
1447
+ "on-finished": "^2.4.1",
1448
+ "qs": "^6.15.2",
1449
+ "raw-body": "^3.0.2",
1450
+ "type-is": "^2.1.0"
1451
+ },
1452
+ "engines": {
1453
+ "node": ">=18"
1454
+ },
1455
+ "funding": {
1456
+ "type": "opencollective",
1457
+ "url": "https://opencollective.com/express"
1458
+ }
1459
+ },
1460
+ "node_modules/body-parser/node_modules/content-type": {
1461
+ "version": "2.0.0",
1462
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
1463
+ "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
1464
+ "license": "MIT",
1465
+ "engines": {
1466
+ "node": ">=18"
1467
+ },
1468
+ "funding": {
1469
+ "type": "opencollective",
1470
+ "url": "https://opencollective.com/express"
1471
+ }
1472
+ },
1473
+ "node_modules/boolbase": {
1474
+ "version": "1.0.0",
1475
+ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
1476
+ "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
1477
+ "license": "ISC"
1478
+ },
1479
+ "node_modules/bowser": {
1480
+ "version": "2.14.1",
1481
+ "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.14.1.tgz",
1482
+ "integrity": "sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==",
1483
+ "license": "MIT"
1484
+ },
1485
+ "node_modules/brace-expansion": {
1486
+ "version": "5.0.7",
1487
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
1488
+ "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
1489
+ "license": "MIT",
1490
+ "dependencies": {
1491
+ "balanced-match": "^4.0.2"
1492
+ },
1493
+ "engines": {
1494
+ "node": "18 || 20 || >=22"
1495
+ }
1496
+ },
1497
+ "node_modules/buffer-equal-constant-time": {
1498
+ "version": "1.0.1",
1499
+ "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
1500
+ "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
1501
+ "license": "BSD-3-Clause"
1502
+ },
1503
+ "node_modules/bundle-name": {
1504
+ "version": "4.1.0",
1505
+ "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
1506
+ "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
1507
+ "license": "MIT",
1508
+ "dependencies": {
1509
+ "run-applescript": "^7.0.0"
1510
+ },
1511
+ "engines": {
1512
+ "node": ">=18"
1513
+ },
1514
+ "funding": {
1515
+ "url": "https://github.com/sponsors/sindresorhus"
1516
+ }
1517
+ },
1518
+ "node_modules/bytes": {
1519
+ "version": "3.1.2",
1520
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
1521
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
1522
+ "license": "MIT",
1523
+ "engines": {
1524
+ "node": ">= 0.8"
1525
+ }
1526
+ },
1527
+ "node_modules/call-bind-apply-helpers": {
1528
+ "version": "1.0.2",
1529
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
1530
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
1531
+ "license": "MIT",
1532
+ "dependencies": {
1533
+ "es-errors": "^1.3.0",
1534
+ "function-bind": "^1.1.2"
1535
+ },
1536
+ "engines": {
1537
+ "node": ">= 0.4"
1538
+ }
1539
+ },
1540
+ "node_modules/call-bound": {
1541
+ "version": "1.0.4",
1542
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
1543
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
1544
+ "license": "MIT",
1545
+ "dependencies": {
1546
+ "call-bind-apply-helpers": "^1.0.2",
1547
+ "get-intrinsic": "^1.3.0"
1548
+ },
1549
+ "engines": {
1550
+ "node": ">= 0.4"
1551
+ },
1552
+ "funding": {
1553
+ "url": "https://github.com/sponsors/ljharb"
1554
+ }
1555
+ },
1556
+ "node_modules/chalk": {
1557
+ "version": "5.6.2",
1558
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
1559
+ "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
1560
+ "license": "MIT",
1561
+ "engines": {
1562
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
1563
+ },
1564
+ "funding": {
1565
+ "url": "https://github.com/chalk/chalk?sponsor=1"
1566
+ }
1567
+ },
1568
+ "node_modules/commander": {
1569
+ "version": "12.1.0",
1570
+ "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
1571
+ "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
1572
+ "license": "MIT",
1573
+ "engines": {
1574
+ "node": ">=18"
1575
+ },
1576
+ "optional": true
1577
+ },
1578
+ "node_modules/content-disposition": {
1579
+ "version": "1.1.0",
1580
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
1581
+ "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
1582
+ "license": "MIT",
1583
+ "engines": {
1584
+ "node": ">=18"
1585
+ },
1586
+ "funding": {
1587
+ "type": "opencollective",
1588
+ "url": "https://opencollective.com/express"
1589
+ }
1590
+ },
1591
+ "node_modules/content-type": {
1592
+ "version": "1.0.5",
1593
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
1594
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
1595
+ "license": "MIT",
1596
+ "engines": {
1597
+ "node": ">= 0.6"
1598
+ }
1599
+ },
1600
+ "node_modules/cookie": {
1601
+ "version": "0.7.2",
1602
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
1603
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
1604
+ "license": "MIT",
1605
+ "engines": {
1606
+ "node": ">= 0.6"
1607
+ }
1608
+ },
1609
+ "node_modules/cookie-signature": {
1610
+ "version": "1.2.2",
1611
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
1612
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
1613
+ "license": "MIT",
1614
+ "engines": {
1615
+ "node": ">=6.6.0"
1616
+ }
1617
+ },
1618
+ "node_modules/copy-anything": {
1619
+ "version": "3.0.5",
1620
+ "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.5.tgz",
1621
+ "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
1622
+ "license": "MIT",
1623
+ "dependencies": {
1624
+ "is-what": "^4.1.8"
1625
+ },
1626
+ "engines": {
1627
+ "node": ">=12.13"
1628
+ },
1629
+ "optional": true,
1630
+ "funding": {
1631
+ "url": "https://github.com/sponsors/mesqueeb"
1632
+ }
1633
+ },
1634
+ "node_modules/core-util-is": {
1635
+ "version": "1.0.3",
1636
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
1637
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
1638
+ "license": "MIT"
1639
+ },
1640
+ "node_modules/cors": {
1641
+ "version": "2.8.6",
1642
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
1643
+ "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
1644
+ "license": "MIT",
1645
+ "dependencies": {
1646
+ "object-assign": "^4",
1647
+ "vary": "^1"
1648
+ },
1649
+ "engines": {
1650
+ "node": ">= 0.10"
1651
+ },
1652
+ "funding": {
1653
+ "type": "opencollective",
1654
+ "url": "https://opencollective.com/express"
1655
+ }
1656
+ },
1657
+ "node_modules/cross-spawn": {
1658
+ "version": "7.0.6",
1659
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1660
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1661
+ "license": "MIT",
1662
+ "dependencies": {
1663
+ "path-key": "^3.1.0",
1664
+ "shebang-command": "^2.0.0",
1665
+ "which": "^2.0.1"
1666
+ },
1667
+ "engines": {
1668
+ "node": ">= 8"
1669
+ }
1670
+ },
1671
+ "node_modules/css-select": {
1672
+ "version": "5.2.2",
1673
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz",
1674
+ "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
1675
+ "license": "BSD-2-Clause",
1676
+ "dependencies": {
1677
+ "boolbase": "^1.0.0",
1678
+ "css-what": "^6.1.0",
1679
+ "domhandler": "^5.0.2",
1680
+ "domutils": "^3.0.1",
1681
+ "nth-check": "^2.0.1"
1682
+ },
1683
+ "funding": {
1684
+ "url": "https://github.com/sponsors/fb55"
1685
+ }
1686
+ },
1687
+ "node_modules/css-what": {
1688
+ "version": "6.2.2",
1689
+ "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz",
1690
+ "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
1691
+ "license": "BSD-2-Clause",
1692
+ "engines": {
1693
+ "node": ">= 6"
1694
+ },
1695
+ "funding": {
1696
+ "url": "https://github.com/sponsors/fb55"
1697
+ }
1698
+ },
1699
+ "node_modules/cssom": {
1700
+ "version": "0.5.0",
1701
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz",
1702
+ "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==",
1703
+ "license": "MIT"
1704
+ },
1705
+ "node_modules/data-uri-to-buffer": {
1706
+ "version": "4.0.1",
1707
+ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
1708
+ "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
1709
+ "license": "MIT",
1710
+ "engines": {
1711
+ "node": ">= 12"
1712
+ }
1713
+ },
1714
+ "node_modules/debug": {
1715
+ "version": "4.4.3",
1716
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1717
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1718
+ "license": "MIT",
1719
+ "dependencies": {
1720
+ "ms": "^2.1.3"
1721
+ },
1722
+ "peerDependenciesMeta": {
1723
+ "supports-color": {
1724
+ "optional": true
1725
+ }
1726
+ },
1727
+ "engines": {
1728
+ "node": ">=6.0"
1729
+ }
1730
+ },
1731
+ "node_modules/default-browser": {
1732
+ "version": "5.5.0",
1733
+ "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.0.tgz",
1734
+ "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
1735
+ "license": "MIT",
1736
+ "dependencies": {
1737
+ "bundle-name": "^4.1.0",
1738
+ "default-browser-id": "^5.0.0"
1739
+ },
1740
+ "engines": {
1741
+ "node": ">=18"
1742
+ },
1743
+ "funding": {
1744
+ "url": "https://github.com/sponsors/sindresorhus"
1745
+ }
1746
+ },
1747
+ "node_modules/default-browser-id": {
1748
+ "version": "5.0.1",
1749
+ "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz",
1750
+ "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
1751
+ "license": "MIT",
1752
+ "engines": {
1753
+ "node": ">=18"
1754
+ },
1755
+ "funding": {
1756
+ "url": "https://github.com/sponsors/sindresorhus"
1757
+ }
1758
+ },
1759
+ "node_modules/define-lazy-prop": {
1760
+ "version": "3.0.0",
1761
+ "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
1762
+ "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
1763
+ "license": "MIT",
1764
+ "engines": {
1765
+ "node": ">=12"
1766
+ },
1767
+ "funding": {
1768
+ "url": "https://github.com/sponsors/sindresorhus"
1769
+ }
1770
+ },
1771
+ "node_modules/depd": {
1772
+ "version": "2.0.0",
1773
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
1774
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
1775
+ "license": "MIT",
1776
+ "engines": {
1777
+ "node": ">= 0.8"
1778
+ }
1779
+ },
1780
+ "node_modules/diff": {
1781
+ "version": "8.0.4",
1782
+ "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
1783
+ "integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
1784
+ "license": "BSD-3-Clause",
1785
+ "engines": {
1786
+ "node": ">=0.3.1"
1787
+ }
1788
+ },
1789
+ "node_modules/dingbat-to-unicode": {
1790
+ "version": "1.0.1",
1791
+ "resolved": "https://registry.npmjs.org/dingbat-to-unicode/-/dingbat-to-unicode-1.0.1.tgz",
1792
+ "integrity": "sha512-98l0sW87ZT58pU4i61wa2OHwxbiYSbuxsCBozaVnYX2iCnr3bLM3fIes1/ej7h1YdOKuKt/MLs706TVnALA65w==",
1793
+ "license": "BSD-2-Clause"
1794
+ },
1795
+ "node_modules/dom-serializer": {
1796
+ "version": "2.0.0",
1797
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
1798
+ "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
1799
+ "license": "MIT",
1800
+ "dependencies": {
1801
+ "domelementtype": "^2.3.0",
1802
+ "domhandler": "^5.0.2",
1803
+ "entities": "^4.2.0"
1804
+ },
1805
+ "funding": {
1806
+ "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
1807
+ }
1808
+ },
1809
+ "node_modules/domelementtype": {
1810
+ "version": "2.3.0",
1811
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
1812
+ "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
1813
+ "license": "BSD-2-Clause",
1814
+ "funding": [
1815
+ {
1816
+ "type": "github",
1817
+ "url": "https://github.com/sponsors/fb55"
1818
+ }
1819
+ ]
1820
+ },
1821
+ "node_modules/domhandler": {
1822
+ "version": "5.0.3",
1823
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
1824
+ "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
1825
+ "license": "BSD-2-Clause",
1826
+ "dependencies": {
1827
+ "domelementtype": "^2.3.0"
1828
+ },
1829
+ "engines": {
1830
+ "node": ">= 4"
1831
+ },
1832
+ "funding": {
1833
+ "url": "https://github.com/fb55/domhandler?sponsor=1"
1834
+ }
1835
+ },
1836
+ "node_modules/domutils": {
1837
+ "version": "3.2.2",
1838
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
1839
+ "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
1840
+ "license": "BSD-2-Clause",
1841
+ "dependencies": {
1842
+ "dom-serializer": "^2.0.0",
1843
+ "domelementtype": "^2.3.0",
1844
+ "domhandler": "^5.0.3"
1845
+ },
1846
+ "funding": {
1847
+ "url": "https://github.com/fb55/domutils?sponsor=1"
1848
+ }
1849
+ },
1850
+ "node_modules/duck": {
1851
+ "version": "0.1.12",
1852
+ "resolved": "https://registry.npmjs.org/duck/-/duck-0.1.12.tgz",
1853
+ "integrity": "sha512-wkctla1O6VfP89gQ+J/yDesM0S7B7XLXjKGzXxMDVFg7uEn706niAtyYovKbyq1oT9YwDcly721/iUWoc8MVRg==",
1854
+ "license": "BSD",
1855
+ "dependencies": {
1856
+ "underscore": "^1.13.1"
1857
+ }
1858
+ },
1859
+ "node_modules/dunder-proto": {
1860
+ "version": "1.0.1",
1861
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
1862
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
1863
+ "license": "MIT",
1864
+ "dependencies": {
1865
+ "call-bind-apply-helpers": "^1.0.1",
1866
+ "es-errors": "^1.3.0",
1867
+ "gopd": "^1.2.0"
1868
+ },
1869
+ "engines": {
1870
+ "node": ">= 0.4"
1871
+ }
1872
+ },
1873
+ "node_modules/ecdsa-sig-formatter": {
1874
+ "version": "1.0.11",
1875
+ "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
1876
+ "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
1877
+ "license": "Apache-2.0",
1878
+ "dependencies": {
1879
+ "safe-buffer": "^5.0.1"
1880
+ }
1881
+ },
1882
+ "node_modules/ee-first": {
1883
+ "version": "1.1.1",
1884
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
1885
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
1886
+ "license": "MIT"
1887
+ },
1888
+ "node_modules/encodeurl": {
1889
+ "version": "2.0.0",
1890
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
1891
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
1892
+ "license": "MIT",
1893
+ "engines": {
1894
+ "node": ">= 0.8"
1895
+ }
1896
+ },
1897
+ "node_modules/entities": {
1898
+ "version": "4.5.0",
1899
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
1900
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
1901
+ "license": "BSD-2-Clause",
1902
+ "engines": {
1903
+ "node": ">=0.12"
1904
+ },
1905
+ "funding": {
1906
+ "url": "https://github.com/fb55/entities?sponsor=1"
1907
+ }
1908
+ },
1909
+ "node_modules/es-define-property": {
1910
+ "version": "1.0.1",
1911
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
1912
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
1913
+ "license": "MIT",
1914
+ "engines": {
1915
+ "node": ">= 0.4"
1916
+ }
1917
+ },
1918
+ "node_modules/es-errors": {
1919
+ "version": "1.3.0",
1920
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
1921
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
1922
+ "license": "MIT",
1923
+ "engines": {
1924
+ "node": ">= 0.4"
1925
+ }
1926
+ },
1927
+ "node_modules/es-object-atoms": {
1928
+ "version": "1.1.2",
1929
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
1930
+ "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
1931
+ "license": "MIT",
1932
+ "dependencies": {
1933
+ "es-errors": "^1.3.0"
1934
+ },
1935
+ "engines": {
1936
+ "node": ">= 0.4"
1937
+ }
1938
+ },
1939
+ "node_modules/escape-html": {
1940
+ "version": "1.0.3",
1941
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
1942
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
1943
+ "license": "MIT"
1944
+ },
1945
+ "node_modules/etag": {
1946
+ "version": "1.8.1",
1947
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
1948
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
1949
+ "license": "MIT",
1950
+ "engines": {
1951
+ "node": ">= 0.6"
1952
+ }
1953
+ },
1954
+ "node_modules/eventsource": {
1955
+ "version": "3.0.7",
1956
+ "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
1957
+ "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
1958
+ "license": "MIT",
1959
+ "dependencies": {
1960
+ "eventsource-parser": "^3.0.1"
1961
+ },
1962
+ "engines": {
1963
+ "node": ">=18.0.0"
1964
+ }
1965
+ },
1966
+ "node_modules/eventsource-parser": {
1967
+ "version": "3.1.0",
1968
+ "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.1.0.tgz",
1969
+ "integrity": "sha512-kJezFj9YFAMLeORyi7aCLxLbD5/qWMQnoMVlVPyHIll7lgRJCc3JVln9Vgl9nwQi0YkMnhdGTMNn7CkRRAptMg==",
1970
+ "license": "MIT",
1971
+ "engines": {
1972
+ "node": ">=18.0.0"
1973
+ }
1974
+ },
1975
+ "node_modules/exifr": {
1976
+ "version": "7.1.3",
1977
+ "resolved": "https://registry.npmjs.org/exifr/-/exifr-7.1.3.tgz",
1978
+ "integrity": "sha512-g/aje2noHivrRSLbAUtBPWFbxKdKhgj/xr1vATDdUXPOFYJlQ62Ft0oy+72V6XLIpDJfHs6gXLbBLAolqOXYRw==",
1979
+ "license": "MIT"
1980
+ },
1981
+ "node_modules/express": {
1982
+ "version": "5.2.1",
1983
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
1984
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
1985
+ "license": "MIT",
1986
+ "dependencies": {
1987
+ "accepts": "^2.0.0",
1988
+ "body-parser": "^2.2.1",
1989
+ "content-disposition": "^1.0.0",
1990
+ "content-type": "^1.0.5",
1991
+ "cookie": "^0.7.1",
1992
+ "cookie-signature": "^1.2.1",
1993
+ "debug": "^4.4.0",
1994
+ "depd": "^2.0.0",
1995
+ "encodeurl": "^2.0.0",
1996
+ "escape-html": "^1.0.3",
1997
+ "etag": "^1.8.1",
1998
+ "finalhandler": "^2.1.0",
1999
+ "fresh": "^2.0.0",
2000
+ "http-errors": "^2.0.0",
2001
+ "merge-descriptors": "^2.0.0",
2002
+ "mime-types": "^3.0.0",
2003
+ "on-finished": "^2.4.1",
2004
+ "once": "^1.4.0",
2005
+ "parseurl": "^1.3.3",
2006
+ "proxy-addr": "^2.0.7",
2007
+ "qs": "^6.14.0",
2008
+ "range-parser": "^1.2.1",
2009
+ "router": "^2.2.0",
2010
+ "send": "^1.1.0",
2011
+ "serve-static": "^2.2.0",
2012
+ "statuses": "^2.0.1",
2013
+ "type-is": "^2.0.1",
2014
+ "vary": "^1.1.2"
2015
+ },
2016
+ "engines": {
2017
+ "node": ">= 18"
2018
+ },
2019
+ "funding": {
2020
+ "type": "opencollective",
2021
+ "url": "https://opencollective.com/express"
2022
+ }
2023
+ },
2024
+ "node_modules/express-rate-limit": {
2025
+ "version": "8.5.2",
2026
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.2.tgz",
2027
+ "integrity": "sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==",
2028
+ "license": "MIT",
2029
+ "dependencies": {
2030
+ "ip-address": "^10.2.0"
2031
+ },
2032
+ "peerDependencies": {
2033
+ "express": ">= 4.11"
2034
+ },
2035
+ "engines": {
2036
+ "node": ">= 16"
2037
+ },
2038
+ "funding": {
2039
+ "url": "https://github.com/sponsors/express-rate-limit"
2040
+ }
2041
+ },
2042
+ "node_modules/extend": {
2043
+ "version": "3.0.2",
2044
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
2045
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
2046
+ "license": "MIT"
2047
+ },
2048
+ "node_modules/fast-deep-equal": {
2049
+ "version": "3.1.3",
2050
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2051
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
2052
+ "license": "MIT"
2053
+ },
2054
+ "node_modules/fast-uri": {
2055
+ "version": "3.1.3",
2056
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.3.tgz",
2057
+ "integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==",
2058
+ "license": "BSD-3-Clause",
2059
+ "funding": [
2060
+ {
2061
+ "type": "github",
2062
+ "url": "https://github.com/sponsors/fastify"
2063
+ },
2064
+ {
2065
+ "type": "opencollective",
2066
+ "url": "https://opencollective.com/fastify"
2067
+ }
2068
+ ]
2069
+ },
2070
+ "node_modules/fast-xml-builder": {
2071
+ "version": "1.2.0",
2072
+ "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
2073
+ "integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
2074
+ "license": "MIT",
2075
+ "dependencies": {
2076
+ "path-expression-matcher": "^1.5.0",
2077
+ "xml-naming": "^0.1.0"
2078
+ },
2079
+ "funding": [
2080
+ {
2081
+ "type": "github",
2082
+ "url": "https://github.com/sponsors/NaturalIntelligence"
2083
+ }
2084
+ ]
2085
+ },
2086
+ "node_modules/fast-xml-parser": {
2087
+ "version": "5.9.3",
2088
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.9.3.tgz",
2089
+ "integrity": "sha512-brCNCeScma/kqa54J4PIDriSSSLssRkuYaUCpvHJulGc3HGI/xxKUCTDcYkAdqJsyb//ydpbxecjC3hB9+tb/g==",
2090
+ "license": "MIT",
2091
+ "dependencies": {
2092
+ "@nodable/entities": "^2.2.0",
2093
+ "fast-xml-builder": "^1.2.0",
2094
+ "is-unsafe": "^1.0.1",
2095
+ "path-expression-matcher": "^1.5.0",
2096
+ "strnum": "^2.4.1",
2097
+ "xml-naming": "^0.1.0"
2098
+ },
2099
+ "bin": {
2100
+ "fxparser": "src/cli/cli.js"
2101
+ },
2102
+ "funding": [
2103
+ {
2104
+ "type": "github",
2105
+ "url": "https://github.com/sponsors/NaturalIntelligence"
2106
+ }
2107
+ ]
2108
+ },
2109
+ "node_modules/fetch-blob": {
2110
+ "version": "3.2.0",
2111
+ "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
2112
+ "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
2113
+ "license": "MIT",
2114
+ "dependencies": {
2115
+ "node-domexception": "^1.0.0",
2116
+ "web-streams-polyfill": "^3.0.3"
2117
+ },
2118
+ "engines": {
2119
+ "node": "^12.20 || >= 14.13"
2120
+ },
2121
+ "funding": [
2122
+ {
2123
+ "type": "github",
2124
+ "url": "https://github.com/sponsors/jimmywarting"
2125
+ },
2126
+ {
2127
+ "type": "paypal",
2128
+ "url": "https://paypal.me/jimmywarting"
2129
+ }
2130
+ ]
2131
+ },
2132
+ "node_modules/file-type": {
2133
+ "version": "21.3.4",
2134
+ "resolved": "https://registry.npmjs.org/file-type/-/file-type-21.3.4.tgz",
2135
+ "integrity": "sha512-Ievi/yy8DS3ygGvT47PjSfdFoX+2isQueoYP1cntFW1JLYAuS4GD7NUPGg4zv2iZfV52uDyk5w5Z0TdpRS6Q1g==",
2136
+ "license": "MIT",
2137
+ "dependencies": {
2138
+ "@tokenizer/inflate": "^0.4.1",
2139
+ "strtok3": "^10.3.4",
2140
+ "token-types": "^6.1.1",
2141
+ "uint8array-extras": "^1.4.0"
2142
+ },
2143
+ "engines": {
2144
+ "node": ">=20"
2145
+ },
2146
+ "funding": {
2147
+ "url": "https://github.com/sindresorhus/file-type?sponsor=1"
2148
+ }
2149
+ },
2150
+ "node_modules/finalhandler": {
2151
+ "version": "2.1.1",
2152
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
2153
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
2154
+ "license": "MIT",
2155
+ "dependencies": {
2156
+ "debug": "^4.4.0",
2157
+ "encodeurl": "^2.0.0",
2158
+ "escape-html": "^1.0.3",
2159
+ "on-finished": "^2.4.1",
2160
+ "parseurl": "^1.3.3",
2161
+ "statuses": "^2.0.1"
2162
+ },
2163
+ "engines": {
2164
+ "node": ">= 18.0.0"
2165
+ },
2166
+ "funding": {
2167
+ "type": "opencollective",
2168
+ "url": "https://opencollective.com/express"
2169
+ }
2170
+ },
2171
+ "node_modules/formdata-polyfill": {
2172
+ "version": "4.0.10",
2173
+ "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
2174
+ "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
2175
+ "license": "MIT",
2176
+ "dependencies": {
2177
+ "fetch-blob": "^3.1.2"
2178
+ },
2179
+ "engines": {
2180
+ "node": ">=12.20.0"
2181
+ }
2182
+ },
2183
+ "node_modules/forwarded": {
2184
+ "version": "0.2.0",
2185
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
2186
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
2187
+ "license": "MIT",
2188
+ "engines": {
2189
+ "node": ">= 0.6"
2190
+ }
2191
+ },
2192
+ "node_modules/fresh": {
2193
+ "version": "2.0.0",
2194
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
2195
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
2196
+ "license": "MIT",
2197
+ "engines": {
2198
+ "node": ">= 0.8"
2199
+ }
2200
+ },
2201
+ "node_modules/function-bind": {
2202
+ "version": "1.1.2",
2203
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
2204
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
2205
+ "license": "MIT",
2206
+ "funding": {
2207
+ "url": "https://github.com/sponsors/ljharb"
2208
+ }
2209
+ },
2210
+ "node_modules/gaxios": {
2211
+ "version": "7.1.5",
2212
+ "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-7.1.5.tgz",
2213
+ "integrity": "sha512-5FZy72Rh8LhtjmvDrKkI+lVhrsQrVKVsItxMoDm5mNQE+xR0WVIIs+jzPSJgBvKVsLi24fZhXJIsNI0bihDzFg==",
2214
+ "license": "Apache-2.0",
2215
+ "dependencies": {
2216
+ "extend": "^3.0.2",
2217
+ "https-proxy-agent": "^7.0.1",
2218
+ "node-fetch": "^3.3.2"
2219
+ },
2220
+ "engines": {
2221
+ "node": ">=18"
2222
+ }
2223
+ },
2224
+ "node_modules/gcp-metadata": {
2225
+ "version": "8.1.2",
2226
+ "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-8.1.2.tgz",
2227
+ "integrity": "sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==",
2228
+ "license": "Apache-2.0",
2229
+ "dependencies": {
2230
+ "gaxios": "^7.0.0",
2231
+ "google-logging-utils": "^1.0.0",
2232
+ "json-bigint": "^1.0.0"
2233
+ },
2234
+ "engines": {
2235
+ "node": ">=18"
2236
+ }
2237
+ },
2238
+ "node_modules/get-east-asian-width": {
2239
+ "version": "1.6.0",
2240
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
2241
+ "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
2242
+ "license": "MIT",
2243
+ "engines": {
2244
+ "node": ">=18"
2245
+ },
2246
+ "funding": {
2247
+ "url": "https://github.com/sponsors/sindresorhus"
2248
+ }
2249
+ },
2250
+ "node_modules/get-intrinsic": {
2251
+ "version": "1.3.0",
2252
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
2253
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
2254
+ "license": "MIT",
2255
+ "dependencies": {
2256
+ "call-bind-apply-helpers": "^1.0.2",
2257
+ "es-define-property": "^1.0.1",
2258
+ "es-errors": "^1.3.0",
2259
+ "es-object-atoms": "^1.1.1",
2260
+ "function-bind": "^1.1.2",
2261
+ "get-proto": "^1.0.1",
2262
+ "gopd": "^1.2.0",
2263
+ "has-symbols": "^1.1.0",
2264
+ "hasown": "^2.0.2",
2265
+ "math-intrinsics": "^1.1.0"
2266
+ },
2267
+ "engines": {
2268
+ "node": ">= 0.4"
2269
+ },
2270
+ "funding": {
2271
+ "url": "https://github.com/sponsors/ljharb"
2272
+ }
2273
+ },
2274
+ "node_modules/get-proto": {
2275
+ "version": "1.0.1",
2276
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
2277
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
2278
+ "license": "MIT",
2279
+ "dependencies": {
2280
+ "dunder-proto": "^1.0.1",
2281
+ "es-object-atoms": "^1.0.0"
2282
+ },
2283
+ "engines": {
2284
+ "node": ">= 0.4"
2285
+ }
2286
+ },
2287
+ "node_modules/glob": {
2288
+ "version": "13.0.6",
2289
+ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
2290
+ "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
2291
+ "license": "BlueOak-1.0.0",
2292
+ "dependencies": {
2293
+ "minimatch": "^10.2.2",
2294
+ "minipass": "^7.1.3",
2295
+ "path-scurry": "^2.0.2"
2296
+ },
2297
+ "engines": {
2298
+ "node": "18 || 20 || >=22"
2299
+ },
2300
+ "funding": {
2301
+ "url": "https://github.com/sponsors/isaacs"
2302
+ }
2303
+ },
2304
+ "node_modules/google-auth-library": {
2305
+ "version": "10.9.0",
2306
+ "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.9.0.tgz",
2307
+ "integrity": "sha512-xtvUqvINPhTaBm7nXqlYPcrMHJPm1lCNdSovxnKKhTm+4JsvQ+KGVYJViLoH9Yxu8w+T0Qv5HubzYT9BLrppJg==",
2308
+ "license": "Apache-2.0",
2309
+ "dependencies": {
2310
+ "base64-js": "^1.3.0",
2311
+ "ecdsa-sig-formatter": "^1.0.11",
2312
+ "gaxios": "^7.1.4",
2313
+ "gcp-metadata": "8.1.2",
2314
+ "google-logging-utils": "1.1.3",
2315
+ "jws": "^4.0.0"
2316
+ },
2317
+ "engines": {
2318
+ "node": ">=18"
2319
+ }
2320
+ },
2321
+ "node_modules/google-logging-utils": {
2322
+ "version": "1.1.3",
2323
+ "resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-1.1.3.tgz",
2324
+ "integrity": "sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==",
2325
+ "license": "Apache-2.0",
2326
+ "engines": {
2327
+ "node": ">=14"
2328
+ }
2329
+ },
2330
+ "node_modules/gopd": {
2331
+ "version": "1.2.0",
2332
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
2333
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
2334
+ "license": "MIT",
2335
+ "engines": {
2336
+ "node": ">= 0.4"
2337
+ },
2338
+ "funding": {
2339
+ "url": "https://github.com/sponsors/ljharb"
2340
+ }
2341
+ },
2342
+ "node_modules/graceful-fs": {
2343
+ "version": "4.2.11",
2344
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
2345
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
2346
+ "license": "ISC"
2347
+ },
2348
+ "node_modules/has-symbols": {
2349
+ "version": "1.1.0",
2350
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
2351
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
2352
+ "license": "MIT",
2353
+ "engines": {
2354
+ "node": ">= 0.4"
2355
+ },
2356
+ "funding": {
2357
+ "url": "https://github.com/sponsors/ljharb"
2358
+ }
2359
+ },
2360
+ "node_modules/hasown": {
2361
+ "version": "2.0.4",
2362
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
2363
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
2364
+ "license": "MIT",
2365
+ "dependencies": {
2366
+ "function-bind": "^1.1.2"
2367
+ },
2368
+ "engines": {
2369
+ "node": ">= 0.4"
2370
+ }
2371
+ },
2372
+ "node_modules/highlight.js": {
2373
+ "version": "10.7.3",
2374
+ "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
2375
+ "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
2376
+ "license": "BSD-3-Clause",
2377
+ "engines": {
2378
+ "node": "*"
2379
+ }
2380
+ },
2381
+ "node_modules/hono": {
2382
+ "version": "4.12.27",
2383
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.27.tgz",
2384
+ "integrity": "sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==",
2385
+ "license": "MIT",
2386
+ "engines": {
2387
+ "node": ">=16.9.0"
2388
+ }
2389
+ },
2390
+ "node_modules/hosted-git-info": {
2391
+ "version": "9.0.3",
2392
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.3.tgz",
2393
+ "integrity": "sha512-Hc+ghLoSt6QaYZUv0WBiIvmMDZuZZ7oaDvdH8MbfOO4lOsxdXLEvuC6ePoGs9H1X9oCLyq6+NVN0MKqD+ydxyg==",
2394
+ "license": "ISC",
2395
+ "dependencies": {
2396
+ "lru-cache": "^11.1.0"
2397
+ },
2398
+ "engines": {
2399
+ "node": "^20.17.0 || >=22.9.0"
2400
+ }
2401
+ },
2402
+ "node_modules/html-escaper": {
2403
+ "version": "3.0.3",
2404
+ "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
2405
+ "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==",
2406
+ "license": "MIT"
2407
+ },
2408
+ "node_modules/htmlparser2": {
2409
+ "version": "10.1.0",
2410
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.1.0.tgz",
2411
+ "integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==",
2412
+ "license": "MIT",
2413
+ "dependencies": {
2414
+ "domelementtype": "^2.3.0",
2415
+ "domhandler": "^5.0.3",
2416
+ "domutils": "^3.2.2",
2417
+ "entities": "^7.0.1"
2418
+ },
2419
+ "funding": [
2420
+ "https://github.com/fb55/htmlparser2?sponsor=1",
2421
+ {
2422
+ "type": "github",
2423
+ "url": "https://github.com/sponsors/fb55"
2424
+ }
2425
+ ]
2426
+ },
2427
+ "node_modules/htmlparser2/node_modules/entities": {
2428
+ "version": "7.0.1",
2429
+ "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
2430
+ "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
2431
+ "license": "BSD-2-Clause",
2432
+ "engines": {
2433
+ "node": ">=0.12"
2434
+ },
2435
+ "funding": {
2436
+ "url": "https://github.com/fb55/entities?sponsor=1"
2437
+ }
2438
+ },
2439
+ "node_modules/http-errors": {
2440
+ "version": "2.0.1",
2441
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
2442
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
2443
+ "license": "MIT",
2444
+ "dependencies": {
2445
+ "depd": "~2.0.0",
2446
+ "inherits": "~2.0.4",
2447
+ "setprototypeof": "~1.2.0",
2448
+ "statuses": "~2.0.2",
2449
+ "toidentifier": "~1.0.1"
2450
+ },
2451
+ "engines": {
2452
+ "node": ">= 0.8"
2453
+ },
2454
+ "funding": {
2455
+ "type": "opencollective",
2456
+ "url": "https://opencollective.com/express"
2457
+ }
2458
+ },
2459
+ "node_modules/http-proxy-agent": {
2460
+ "version": "7.0.2",
2461
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
2462
+ "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
2463
+ "license": "MIT",
2464
+ "dependencies": {
2465
+ "agent-base": "^7.1.0",
2466
+ "debug": "^4.3.4"
2467
+ },
2468
+ "engines": {
2469
+ "node": ">= 14"
2470
+ }
2471
+ },
2472
+ "node_modules/https-proxy-agent": {
2473
+ "version": "7.0.6",
2474
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
2475
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
2476
+ "license": "MIT",
2477
+ "dependencies": {
2478
+ "agent-base": "^7.1.2",
2479
+ "debug": "4"
2480
+ },
2481
+ "engines": {
2482
+ "node": ">= 14"
2483
+ }
2484
+ },
2485
+ "node_modules/iconv-lite": {
2486
+ "version": "0.7.2",
2487
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
2488
+ "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
2489
+ "license": "MIT",
2490
+ "dependencies": {
2491
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
2492
+ },
2493
+ "engines": {
2494
+ "node": ">=0.10.0"
2495
+ },
2496
+ "funding": {
2497
+ "type": "opencollective",
2498
+ "url": "https://opencollective.com/express"
2499
+ }
2500
+ },
2501
+ "node_modules/ieee754": {
2502
+ "version": "1.2.1",
2503
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
2504
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
2505
+ "license": "BSD-3-Clause",
2506
+ "funding": [
2507
+ {
2508
+ "type": "github",
2509
+ "url": "https://github.com/sponsors/feross"
2510
+ },
2511
+ {
2512
+ "type": "patreon",
2513
+ "url": "https://www.patreon.com/feross"
2514
+ },
2515
+ {
2516
+ "type": "consulting",
2517
+ "url": "https://feross.org/support"
2518
+ }
2519
+ ]
2520
+ },
2521
+ "node_modules/ignore": {
2522
+ "version": "7.0.5",
2523
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
2524
+ "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
2525
+ "license": "MIT",
2526
+ "engines": {
2527
+ "node": ">= 4"
2528
+ }
2529
+ },
2530
+ "node_modules/immediate": {
2531
+ "version": "3.0.6",
2532
+ "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
2533
+ "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
2534
+ "license": "MIT"
2535
+ },
2536
+ "node_modules/inherits": {
2537
+ "version": "2.0.4",
2538
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2539
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2540
+ "license": "ISC"
2541
+ },
2542
+ "node_modules/ip-address": {
2543
+ "version": "10.2.0",
2544
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",
2545
+ "integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
2546
+ "license": "MIT",
2547
+ "engines": {
2548
+ "node": ">= 12"
2549
+ }
2550
+ },
2551
+ "node_modules/ipaddr.js": {
2552
+ "version": "1.9.1",
2553
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
2554
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
2555
+ "license": "MIT",
2556
+ "engines": {
2557
+ "node": ">= 0.10"
2558
+ }
2559
+ },
2560
+ "node_modules/is-docker": {
2561
+ "version": "3.0.0",
2562
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
2563
+ "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
2564
+ "license": "MIT",
2565
+ "bin": {
2566
+ "is-docker": "cli.js"
2567
+ },
2568
+ "engines": {
2569
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2570
+ },
2571
+ "funding": {
2572
+ "url": "https://github.com/sponsors/sindresorhus"
2573
+ }
2574
+ },
2575
+ "node_modules/is-in-ssh": {
2576
+ "version": "1.0.0",
2577
+ "resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
2578
+ "integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
2579
+ "license": "MIT",
2580
+ "engines": {
2581
+ "node": ">=20"
2582
+ },
2583
+ "funding": {
2584
+ "url": "https://github.com/sponsors/sindresorhus"
2585
+ }
2586
+ },
2587
+ "node_modules/is-inside-container": {
2588
+ "version": "1.0.0",
2589
+ "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
2590
+ "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
2591
+ "license": "MIT",
2592
+ "dependencies": {
2593
+ "is-docker": "^3.0.0"
2594
+ },
2595
+ "bin": {
2596
+ "is-inside-container": "cli.js"
2597
+ },
2598
+ "engines": {
2599
+ "node": ">=14.16"
2600
+ },
2601
+ "funding": {
2602
+ "url": "https://github.com/sponsors/sindresorhus"
2603
+ }
2604
+ },
2605
+ "node_modules/is-promise": {
2606
+ "version": "4.0.0",
2607
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
2608
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
2609
+ "license": "MIT"
2610
+ },
2611
+ "node_modules/is-unsafe": {
2612
+ "version": "1.0.1",
2613
+ "resolved": "https://registry.npmjs.org/is-unsafe/-/is-unsafe-1.0.1.tgz",
2614
+ "integrity": "sha512-CLK2+VdgERgD96EYm5lUQssZYlRg2tkZnbsxZoacmSiRxiFJ4Nk4SzjCl+Ur+v3kXIY9dTIdb3IH22y1mZ56LA==",
2615
+ "license": "MIT",
2616
+ "funding": [
2617
+ {
2618
+ "type": "github",
2619
+ "url": "https://github.com/sponsors/NaturalIntelligence"
2620
+ }
2621
+ ]
2622
+ },
2623
+ "node_modules/is-what": {
2624
+ "version": "4.1.16",
2625
+ "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz",
2626
+ "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
2627
+ "license": "MIT",
2628
+ "engines": {
2629
+ "node": ">=12.13"
2630
+ },
2631
+ "optional": true,
2632
+ "funding": {
2633
+ "url": "https://github.com/sponsors/mesqueeb"
2634
+ }
2635
+ },
2636
+ "node_modules/is-wsl": {
2637
+ "version": "3.1.1",
2638
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.1.tgz",
2639
+ "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
2640
+ "license": "MIT",
2641
+ "dependencies": {
2642
+ "is-inside-container": "^1.0.0"
2643
+ },
2644
+ "engines": {
2645
+ "node": ">=16"
2646
+ },
2647
+ "funding": {
2648
+ "url": "https://github.com/sponsors/sindresorhus"
2649
+ }
2650
+ },
2651
+ "node_modules/isarray": {
2652
+ "version": "1.0.0",
2653
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
2654
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
2655
+ "license": "MIT"
2656
+ },
2657
+ "node_modules/isexe": {
2658
+ "version": "2.0.0",
2659
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2660
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
2661
+ "license": "ISC"
2662
+ },
2663
+ "node_modules/jiti": {
2664
+ "version": "2.7.0",
2665
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
2666
+ "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
2667
+ "license": "MIT",
2668
+ "bin": {
2669
+ "jiti": "lib/jiti-cli.mjs"
2670
+ }
2671
+ },
2672
+ "node_modules/jose": {
2673
+ "version": "6.2.3",
2674
+ "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.3.tgz",
2675
+ "integrity": "sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==",
2676
+ "license": "MIT",
2677
+ "funding": {
2678
+ "url": "https://github.com/sponsors/panva"
2679
+ }
2680
+ },
2681
+ "node_modules/json-bigint": {
2682
+ "version": "1.0.0",
2683
+ "resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
2684
+ "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
2685
+ "license": "MIT",
2686
+ "dependencies": {
2687
+ "bignumber.js": "^9.0.0"
2688
+ }
2689
+ },
2690
+ "node_modules/json-schema-to-ts": {
2691
+ "version": "3.1.1",
2692
+ "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz",
2693
+ "integrity": "sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==",
2694
+ "license": "MIT",
2695
+ "dependencies": {
2696
+ "@babel/runtime": "^7.18.3",
2697
+ "ts-algebra": "^2.0.0"
2698
+ },
2699
+ "engines": {
2700
+ "node": ">=16"
2701
+ }
2702
+ },
2703
+ "node_modules/json-schema-traverse": {
2704
+ "version": "1.0.0",
2705
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
2706
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
2707
+ "license": "MIT"
2708
+ },
2709
+ "node_modules/json-schema-typed": {
2710
+ "version": "8.0.2",
2711
+ "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
2712
+ "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
2713
+ "license": "BSD-2-Clause"
2714
+ },
2715
+ "node_modules/jszip": {
2716
+ "version": "3.10.1",
2717
+ "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz",
2718
+ "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
2719
+ "license": "(MIT OR GPL-3.0-or-later)",
2720
+ "dependencies": {
2721
+ "lie": "~3.3.0",
2722
+ "pako": "~1.0.2",
2723
+ "readable-stream": "~2.3.6",
2724
+ "setimmediate": "^1.0.5"
2725
+ }
2726
+ },
2727
+ "node_modules/jwa": {
2728
+ "version": "2.0.1",
2729
+ "resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
2730
+ "integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
2731
+ "license": "MIT",
2732
+ "dependencies": {
2733
+ "buffer-equal-constant-time": "^1.0.1",
2734
+ "ecdsa-sig-formatter": "1.0.11",
2735
+ "safe-buffer": "^5.0.1"
2736
+ }
2737
+ },
2738
+ "node_modules/jws": {
2739
+ "version": "4.0.1",
2740
+ "resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz",
2741
+ "integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==",
2742
+ "license": "MIT",
2743
+ "dependencies": {
2744
+ "jwa": "^2.0.1",
2745
+ "safe-buffer": "^5.0.1"
2746
+ }
2747
+ },
2748
+ "node_modules/lie": {
2749
+ "version": "3.3.0",
2750
+ "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
2751
+ "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
2752
+ "license": "MIT",
2753
+ "dependencies": {
2754
+ "immediate": "~3.0.5"
2755
+ }
2756
+ },
2757
+ "node_modules/linkedom": {
2758
+ "version": "0.18.12",
2759
+ "resolved": "https://registry.npmjs.org/linkedom/-/linkedom-0.18.12.tgz",
2760
+ "integrity": "sha512-jalJsOwIKuQJSeTvsgzPe9iJzyfVaEJiEXl+25EkKevsULHvMJzpNqwvj1jOESWdmgKDiXObyjOYwlUqG7wo1Q==",
2761
+ "license": "ISC",
2762
+ "dependencies": {
2763
+ "css-select": "^5.1.0",
2764
+ "cssom": "^0.5.0",
2765
+ "html-escaper": "^3.0.3",
2766
+ "htmlparser2": "^10.0.0",
2767
+ "uhyphen": "^0.2.0"
2768
+ },
2769
+ "peerDependencies": {
2770
+ "canvas": ">= 2"
2771
+ },
2772
+ "peerDependenciesMeta": {
2773
+ "canvas": {
2774
+ "optional": true
2775
+ }
2776
+ },
2777
+ "engines": {
2778
+ "node": ">=16"
2779
+ }
2780
+ },
2781
+ "node_modules/long": {
2782
+ "version": "5.3.2",
2783
+ "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
2784
+ "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
2785
+ "license": "Apache-2.0"
2786
+ },
2787
+ "node_modules/lop": {
2788
+ "version": "0.4.2",
2789
+ "resolved": "https://registry.npmjs.org/lop/-/lop-0.4.2.tgz",
2790
+ "integrity": "sha512-RefILVDQ4DKoRZsJ4Pj22TxE3omDO47yFpkIBoDKzkqPRISs5U1cnAdg/5583YPkWPaLIYHOKRMQSvjFsO26cw==",
2791
+ "license": "BSD-2-Clause",
2792
+ "dependencies": {
2793
+ "duck": "^0.1.12",
2794
+ "option": "~0.2.1",
2795
+ "underscore": "^1.13.1"
2796
+ }
2797
+ },
2798
+ "node_modules/lru-cache": {
2799
+ "version": "11.3.6",
2800
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.6.tgz",
2801
+ "integrity": "sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==",
2802
+ "license": "BlueOak-1.0.0",
2803
+ "engines": {
2804
+ "node": "20 || >=22"
2805
+ }
2806
+ },
2807
+ "node_modules/mammoth": {
2808
+ "version": "1.12.0",
2809
+ "resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.12.0.tgz",
2810
+ "integrity": "sha512-cwnK1RIcRdDMi2HRx2EXGYlxqIEh0Oo3bLhorgnsVJi2UkbX1+jKxuBNR9PC5+JaX7EkmJxFPmo6mjLpqShI2w==",
2811
+ "license": "BSD-2-Clause",
2812
+ "dependencies": {
2813
+ "@xmldom/xmldom": "^0.8.6",
2814
+ "argparse": "~1.0.3",
2815
+ "base64-js": "^1.5.1",
2816
+ "bluebird": "~3.4.0",
2817
+ "dingbat-to-unicode": "^1.0.1",
2818
+ "jszip": "^3.7.1",
2819
+ "lop": "^0.4.2",
2820
+ "path-is-absolute": "^1.0.0",
2821
+ "underscore": "^1.13.1",
2822
+ "xmlbuilder": "^10.0.0"
2823
+ },
2824
+ "bin": {
2825
+ "mammoth": "bin/mammoth"
2826
+ },
2827
+ "engines": {
2828
+ "node": ">=12.0.0"
2829
+ }
2830
+ },
2831
+ "node_modules/marked": {
2832
+ "version": "18.0.5",
2833
+ "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.5.tgz",
2834
+ "integrity": "sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w==",
2835
+ "license": "MIT",
2836
+ "bin": {
2837
+ "marked": "bin/marked.js"
2838
+ },
2839
+ "engines": {
2840
+ "node": ">= 20"
2841
+ }
2842
+ },
2843
+ "node_modules/markit-ai": {
2844
+ "version": "0.5.3",
2845
+ "resolved": "https://registry.npmjs.org/markit-ai/-/markit-ai-0.5.3.tgz",
2846
+ "integrity": "sha512-h4nhn6a/SNXEdc3kLVtL37TspxjUNCNL0OM7LRWxd389ZByI/B7bjNNgxFdVAT0O+H7ZekSwLdVe/lws1l2AZQ==",
2847
+ "license": "MIT",
2848
+ "dependencies": {
2849
+ "chalk": "^5.6.2",
2850
+ "commander": "^14.0.3",
2851
+ "exifr": "^7.1.3",
2852
+ "fast-xml-parser": "^5.5.9",
2853
+ "jszip": "^3.10.1",
2854
+ "mammoth": "^1.9.0",
2855
+ "mupdf": "^1.27.0",
2856
+ "music-metadata": "^11.12.3",
2857
+ "rss-parser": "^3.13.0",
2858
+ "turndown": "^7.2.0",
2859
+ "turndown-plugin-gfm": "^1.0.2"
2860
+ },
2861
+ "bin": {
2862
+ "markit": "dist/main.js"
2863
+ }
2864
+ },
2865
+ "node_modules/markit-ai/node_modules/commander": {
2866
+ "version": "14.0.3",
2867
+ "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
2868
+ "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
2869
+ "license": "MIT",
2870
+ "engines": {
2871
+ "node": ">=20"
2872
+ }
2873
+ },
2874
+ "node_modules/math-intrinsics": {
2875
+ "version": "1.1.0",
2876
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
2877
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
2878
+ "license": "MIT",
2879
+ "engines": {
2880
+ "node": ">= 0.4"
2881
+ }
2882
+ },
2883
+ "node_modules/media-typer": {
2884
+ "version": "2.0.0",
2885
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-2.0.0.tgz",
2886
+ "integrity": "sha512-kOy3OxT2HH39N70UnKgu4NWDZjLOz8W/mfyvniHjRH/DrL3f2pOfvWQ4p60offbbtDAnXWp0v9LfMIqMec269Q==",
2887
+ "license": "MIT",
2888
+ "engines": {
2889
+ "node": ">=18"
2890
+ },
2891
+ "funding": {
2892
+ "type": "opencollective",
2893
+ "url": "https://opencollective.com/express"
2894
+ }
2895
+ },
2896
+ "node_modules/merge-descriptors": {
2897
+ "version": "2.0.0",
2898
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
2899
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
2900
+ "license": "MIT",
2901
+ "engines": {
2902
+ "node": ">=18"
2903
+ },
2904
+ "funding": {
2905
+ "url": "https://github.com/sponsors/sindresorhus"
2906
+ }
2907
+ },
2908
+ "node_modules/mime-db": {
2909
+ "version": "1.54.0",
2910
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
2911
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
2912
+ "license": "MIT",
2913
+ "engines": {
2914
+ "node": ">= 0.6"
2915
+ }
2916
+ },
2917
+ "node_modules/mime-types": {
2918
+ "version": "3.0.2",
2919
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
2920
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
2921
+ "license": "MIT",
2922
+ "dependencies": {
2923
+ "mime-db": "^1.54.0"
2924
+ },
2925
+ "engines": {
2926
+ "node": ">=18"
2927
+ },
2928
+ "funding": {
2929
+ "type": "opencollective",
2930
+ "url": "https://opencollective.com/express"
2931
+ }
2932
+ },
2933
+ "node_modules/minimatch": {
2934
+ "version": "10.2.5",
2935
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
2936
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
2937
+ "license": "BlueOak-1.0.0",
2938
+ "dependencies": {
2939
+ "brace-expansion": "^5.0.5"
2940
+ },
2941
+ "engines": {
2942
+ "node": "18 || 20 || >=22"
2943
+ },
2944
+ "funding": {
2945
+ "url": "https://github.com/sponsors/isaacs"
2946
+ }
2947
+ },
2948
+ "node_modules/minipass": {
2949
+ "version": "7.1.3",
2950
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
2951
+ "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
2952
+ "license": "BlueOak-1.0.0",
2953
+ "engines": {
2954
+ "node": ">=16 || 14 >=14.17"
2955
+ }
2956
+ },
2957
+ "node_modules/ms": {
2958
+ "version": "2.1.3",
2959
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2960
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2961
+ "license": "MIT"
2962
+ },
2963
+ "node_modules/mupdf": {
2964
+ "version": "1.28.0",
2965
+ "resolved": "https://registry.npmjs.org/mupdf/-/mupdf-1.28.0.tgz",
2966
+ "integrity": "sha512-ACUnbpECaQ5JLq04pwd89lS+0IGMest5qL5tb08g9TAR7bDtfqflHEkb2Xm3o4rvC/szguLiV+WEbW9kstj8Sg==",
2967
+ "license": "AGPL-3.0-or-later"
2968
+ },
2969
+ "node_modules/music-metadata": {
2970
+ "version": "11.13.0",
2971
+ "resolved": "https://registry.npmjs.org/music-metadata/-/music-metadata-11.13.0.tgz",
2972
+ "integrity": "sha512-uXRaov9dfjSpQufXIU7sMxVZnh+FilCQv2mXn+K5EJ/decP3dTWrgvPYa5r6MtRbieNSCE708Da4J0u1UGfQIw==",
2973
+ "license": "MIT",
2974
+ "dependencies": {
2975
+ "@borewit/text-codec": "^0.2.2",
2976
+ "@tokenizer/token": "^0.3.0",
2977
+ "content-type": "^2.0.0",
2978
+ "debug": "^4.4.3",
2979
+ "file-type": "^21.3.4",
2980
+ "media-typer": "^2.0.0",
2981
+ "strtok3": "^10.3.5",
2982
+ "token-types": "^6.1.2",
2983
+ "uint8array-extras": "^1.5.0",
2984
+ "win-guid": "^0.2.1"
2985
+ },
2986
+ "engines": {
2987
+ "node": ">=18"
2988
+ },
2989
+ "funding": [
2990
+ {
2991
+ "type": "github",
2992
+ "url": "https://github.com/sponsors/Borewit"
2993
+ },
2994
+ {
2995
+ "type": "buymeacoffee",
2996
+ "url": "https://buymeacoffee.com/borewit"
2997
+ }
2998
+ ]
2999
+ },
3000
+ "node_modules/music-metadata/node_modules/content-type": {
3001
+ "version": "2.0.0",
3002
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
3003
+ "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
3004
+ "license": "MIT",
3005
+ "engines": {
3006
+ "node": ">=18"
3007
+ },
3008
+ "funding": {
3009
+ "type": "opencollective",
3010
+ "url": "https://opencollective.com/express"
3011
+ }
3012
+ },
3013
+ "node_modules/negotiator": {
3014
+ "version": "1.0.0",
3015
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
3016
+ "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
3017
+ "license": "MIT",
3018
+ "engines": {
3019
+ "node": ">= 0.6"
3020
+ }
3021
+ },
3022
+ "node_modules/node-domexception": {
3023
+ "version": "1.0.0",
3024
+ "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
3025
+ "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
3026
+ "license": "MIT",
3027
+ "engines": {
3028
+ "node": ">=10.5.0"
3029
+ },
3030
+ "deprecated": "Use your platform's native DOMException instead",
3031
+ "funding": [
3032
+ {
3033
+ "type": "github",
3034
+ "url": "https://github.com/sponsors/jimmywarting"
3035
+ },
3036
+ {
3037
+ "type": "github",
3038
+ "url": "https://paypal.me/jimmywarting"
3039
+ }
3040
+ ]
3041
+ },
3042
+ "node_modules/node-fetch": {
3043
+ "version": "3.3.2",
3044
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
3045
+ "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
3046
+ "license": "MIT",
3047
+ "dependencies": {
3048
+ "data-uri-to-buffer": "^4.0.0",
3049
+ "fetch-blob": "^3.1.4",
3050
+ "formdata-polyfill": "^4.0.10"
3051
+ },
3052
+ "engines": {
3053
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
3054
+ },
3055
+ "funding": {
3056
+ "type": "opencollective",
3057
+ "url": "https://opencollective.com/node-fetch"
3058
+ }
3059
+ },
3060
+ "node_modules/nth-check": {
3061
+ "version": "2.1.1",
3062
+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
3063
+ "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
3064
+ "license": "BSD-2-Clause",
3065
+ "dependencies": {
3066
+ "boolbase": "^1.0.0"
3067
+ },
3068
+ "funding": {
3069
+ "url": "https://github.com/fb55/nth-check?sponsor=1"
3070
+ }
3071
+ },
3072
+ "node_modules/object-assign": {
3073
+ "version": "4.1.1",
3074
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
3075
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
3076
+ "license": "MIT",
3077
+ "engines": {
3078
+ "node": ">=0.10.0"
3079
+ }
3080
+ },
3081
+ "node_modules/object-inspect": {
3082
+ "version": "1.13.4",
3083
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
3084
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
3085
+ "license": "MIT",
3086
+ "engines": {
3087
+ "node": ">= 0.4"
3088
+ },
3089
+ "funding": {
3090
+ "url": "https://github.com/sponsors/ljharb"
3091
+ }
3092
+ },
3093
+ "node_modules/on-finished": {
3094
+ "version": "2.4.1",
3095
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
3096
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
3097
+ "license": "MIT",
3098
+ "dependencies": {
3099
+ "ee-first": "1.1.1"
3100
+ },
3101
+ "engines": {
3102
+ "node": ">= 0.8"
3103
+ }
3104
+ },
3105
+ "node_modules/once": {
3106
+ "version": "1.4.0",
3107
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
3108
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
3109
+ "license": "ISC",
3110
+ "dependencies": {
3111
+ "wrappy": "1"
3112
+ }
3113
+ },
3114
+ "node_modules/open": {
3115
+ "version": "11.0.0",
3116
+ "resolved": "https://registry.npmjs.org/open/-/open-11.0.0.tgz",
3117
+ "integrity": "sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==",
3118
+ "license": "MIT",
3119
+ "dependencies": {
3120
+ "default-browser": "^5.4.0",
3121
+ "define-lazy-prop": "^3.0.0",
3122
+ "is-in-ssh": "^1.0.0",
3123
+ "is-inside-container": "^1.0.0",
3124
+ "powershell-utils": "^0.1.0",
3125
+ "wsl-utils": "^0.3.0"
3126
+ },
3127
+ "engines": {
3128
+ "node": ">=20"
3129
+ },
3130
+ "funding": {
3131
+ "url": "https://github.com/sponsors/sindresorhus"
3132
+ }
3133
+ },
3134
+ "node_modules/openai": {
3135
+ "version": "6.26.0",
3136
+ "resolved": "https://registry.npmjs.org/openai/-/openai-6.26.0.tgz",
3137
+ "integrity": "sha512-zd23dbWTjiJ6sSAX6s0HrCZi41JwTA1bQVs0wLQPZ2/5o2gxOJA5wh7yOAUgwYybfhDXyhwlpeQf7Mlgx8EOCA==",
3138
+ "license": "Apache-2.0",
3139
+ "peerDependencies": {
3140
+ "ws": "^8.18.0",
3141
+ "zod": "^3.25 || ^4.0"
3142
+ },
3143
+ "peerDependenciesMeta": {
3144
+ "ws": {
3145
+ "optional": true
3146
+ },
3147
+ "zod": {
3148
+ "optional": true
3149
+ }
3150
+ },
3151
+ "bin": {
3152
+ "openai": "bin/cli"
3153
+ }
3154
+ },
3155
+ "node_modules/option": {
3156
+ "version": "0.2.4",
3157
+ "resolved": "https://registry.npmjs.org/option/-/option-0.2.4.tgz",
3158
+ "integrity": "sha512-pkEqbDyl8ou5cpq+VsnQbe/WlEy5qS7xPzMS1U55OCG9KPvwFD46zDbxQIj3egJSFc3D+XhYOPUzz49zQAVy7A==",
3159
+ "license": "BSD-2-Clause"
3160
+ },
3161
+ "node_modules/p-limit": {
3162
+ "version": "7.3.0",
3163
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.3.0.tgz",
3164
+ "integrity": "sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==",
3165
+ "license": "MIT",
3166
+ "dependencies": {
3167
+ "yocto-queue": "^1.2.1"
3168
+ },
3169
+ "engines": {
3170
+ "node": ">=20"
3171
+ },
3172
+ "funding": {
3173
+ "url": "https://github.com/sponsors/sindresorhus"
3174
+ }
3175
+ },
3176
+ "node_modules/p-retry": {
3177
+ "version": "4.6.2",
3178
+ "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
3179
+ "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
3180
+ "license": "MIT",
3181
+ "dependencies": {
3182
+ "@types/retry": "0.12.0",
3183
+ "retry": "^0.13.1"
3184
+ },
3185
+ "engines": {
3186
+ "node": ">=8"
3187
+ }
3188
+ },
3189
+ "node_modules/p-retry/node_modules/@types/retry": {
3190
+ "version": "0.12.0",
3191
+ "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
3192
+ "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
3193
+ "license": "MIT"
3194
+ },
3195
+ "node_modules/pako": {
3196
+ "version": "1.0.11",
3197
+ "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
3198
+ "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
3199
+ "license": "(MIT AND Zlib)"
3200
+ },
3201
+ "node_modules/parseurl": {
3202
+ "version": "1.3.3",
3203
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
3204
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
3205
+ "license": "MIT",
3206
+ "engines": {
3207
+ "node": ">= 0.8"
3208
+ }
3209
+ },
3210
+ "node_modules/partial-json": {
3211
+ "version": "0.1.7",
3212
+ "resolved": "https://registry.npmjs.org/partial-json/-/partial-json-0.1.7.tgz",
3213
+ "integrity": "sha512-Njv/59hHaokb/hRUjce3Hdv12wd60MtM9Z5Olmn+nehe0QDAsRtRbJPvJ0Z91TusF0SuZRIvnM+S4l6EIP8leA==",
3214
+ "license": "MIT"
3215
+ },
3216
+ "node_modules/path-expression-matcher": {
3217
+ "version": "1.6.1",
3218
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.6.1.tgz",
3219
+ "integrity": "sha512-h7bxdzhHk8Knyc4Tj+jMaa7fEEoUJy7p1qtbVgkYg1Uhpe5Np5VuGXCRZnkZvU+Q42M1vStt0ifa3ueykRJPmQ==",
3220
+ "license": "MIT",
3221
+ "engines": {
3222
+ "node": ">=14.0.0"
3223
+ },
3224
+ "funding": [
3225
+ {
3226
+ "type": "github",
3227
+ "url": "https://github.com/sponsors/NaturalIntelligence"
3228
+ }
3229
+ ]
3230
+ },
3231
+ "node_modules/path-is-absolute": {
3232
+ "version": "1.0.1",
3233
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
3234
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
3235
+ "license": "MIT",
3236
+ "engines": {
3237
+ "node": ">=0.10.0"
3238
+ }
3239
+ },
3240
+ "node_modules/path-key": {
3241
+ "version": "3.1.1",
3242
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
3243
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
3244
+ "license": "MIT",
3245
+ "engines": {
3246
+ "node": ">=8"
3247
+ }
3248
+ },
3249
+ "node_modules/path-scurry": {
3250
+ "version": "2.0.2",
3251
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
3252
+ "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
3253
+ "license": "BlueOak-1.0.0",
3254
+ "dependencies": {
3255
+ "lru-cache": "^11.0.0",
3256
+ "minipass": "^7.1.2"
3257
+ },
3258
+ "engines": {
3259
+ "node": "18 || 20 || >=22"
3260
+ },
3261
+ "funding": {
3262
+ "url": "https://github.com/sponsors/isaacs"
3263
+ }
3264
+ },
3265
+ "node_modules/path-to-regexp": {
3266
+ "version": "8.4.2",
3267
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
3268
+ "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
3269
+ "license": "MIT",
3270
+ "funding": {
3271
+ "type": "opencollective",
3272
+ "url": "https://opencollective.com/express"
3273
+ }
3274
+ },
3275
+ "node_modules/pg": {
3276
+ "version": "8.22.0",
3277
+ "resolved": "https://registry.npmjs.org/pg/-/pg-8.22.0.tgz",
3278
+ "integrity": "sha512-8wih1vVIBMxoUM2oB4soJsD9tDnDpLv4OXBJ+EJzFsvycD+lfyIreC2gGHq78f8jbLLt+bvlPTFdFZfJkOuzAA==",
3279
+ "license": "MIT",
3280
+ "dependencies": {
3281
+ "pg-connection-string": "^2.14.0",
3282
+ "pg-pool": "^3.14.0",
3283
+ "pg-protocol": "^1.15.0",
3284
+ "pg-types": "2.2.0",
3285
+ "pgpass": "1.0.5"
3286
+ },
3287
+ "optionalDependencies": {
3288
+ "pg-cloudflare": "^1.4.0"
3289
+ },
3290
+ "peerDependencies": {
3291
+ "pg-native": ">=3.0.1"
3292
+ },
3293
+ "peerDependenciesMeta": {
3294
+ "pg-native": {
3295
+ "optional": true
3296
+ }
3297
+ },
3298
+ "engines": {
3299
+ "node": ">= 16.0.0"
3300
+ },
3301
+ "optional": true
3302
+ },
3303
+ "node_modules/pg-cloudflare": {
3304
+ "version": "1.4.0",
3305
+ "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.4.0.tgz",
3306
+ "integrity": "sha512-Vo7z/6rrQYxpNRylp4Tlob2elzbh+N/MOQbxFVWCxS7oEx6jF53GTJFxK2WWpKuBRkmiin4Mt+xofFDjx09R0A==",
3307
+ "license": "MIT",
3308
+ "optional": true
3309
+ },
3310
+ "node_modules/pg-connection-string": {
3311
+ "version": "2.14.0",
3312
+ "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.14.0.tgz",
3313
+ "integrity": "sha512-XwWDGcLRGCXAR8F/AM5bG7Q+A3Wm2s6QeEjlOKZLlH3UYcguiqCWKyWXVag5TLTIjR7oOJUY8kcADaZgWPyLeg==",
3314
+ "license": "MIT",
3315
+ "optional": true
3316
+ },
3317
+ "node_modules/pg-int8": {
3318
+ "version": "1.0.1",
3319
+ "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
3320
+ "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
3321
+ "license": "ISC",
3322
+ "engines": {
3323
+ "node": ">=4.0.0"
3324
+ },
3325
+ "optional": true
3326
+ },
3327
+ "node_modules/pg-pool": {
3328
+ "version": "3.14.0",
3329
+ "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.14.0.tgz",
3330
+ "integrity": "sha512-gKtPkFdQPU3DksooVLi9LsjZxrsBUZIpa+7aVx+LV5pNh0KzP4Zleud2po+ConrxbuXGBJ6Hfer6hdgpIBpBaw==",
3331
+ "license": "MIT",
3332
+ "peerDependencies": {
3333
+ "pg": ">=8.0"
3334
+ },
3335
+ "optional": true
3336
+ },
3337
+ "node_modules/pg-protocol": {
3338
+ "version": "1.15.0",
3339
+ "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.15.0.tgz",
3340
+ "integrity": "sha512-cq9sECI5s0+uPUXjbz8ioyPJni6RzsRib0US67i5IoTZKw8fNeYlVE7u8F4dG7vEJJtc5wdD1K189lCCUwqWTQ==",
3341
+ "license": "MIT",
3342
+ "optional": true
3343
+ },
3344
+ "node_modules/pg-types": {
3345
+ "version": "2.2.0",
3346
+ "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
3347
+ "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
3348
+ "license": "MIT",
3349
+ "dependencies": {
3350
+ "pg-int8": "1.0.1",
3351
+ "postgres-array": "~2.0.0",
3352
+ "postgres-bytea": "~1.0.0",
3353
+ "postgres-date": "~1.0.4",
3354
+ "postgres-interval": "^1.1.0"
3355
+ },
3356
+ "engines": {
3357
+ "node": ">=4"
3358
+ },
3359
+ "optional": true
3360
+ },
3361
+ "node_modules/pgpass": {
3362
+ "version": "1.0.5",
3363
+ "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
3364
+ "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
3365
+ "license": "MIT",
3366
+ "dependencies": {
3367
+ "split2": "^4.1.0"
3368
+ },
3369
+ "optional": true
3370
+ },
3371
+ "node_modules/pkce-challenge": {
3372
+ "version": "5.0.1",
3373
+ "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
3374
+ "integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
3375
+ "license": "MIT",
3376
+ "engines": {
3377
+ "node": ">=16.20.0"
3378
+ }
3379
+ },
3380
+ "node_modules/postgres-array": {
3381
+ "version": "2.0.0",
3382
+ "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
3383
+ "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
3384
+ "license": "MIT",
3385
+ "engines": {
3386
+ "node": ">=4"
3387
+ },
3388
+ "optional": true
3389
+ },
3390
+ "node_modules/postgres-bytea": {
3391
+ "version": "1.0.1",
3392
+ "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.1.tgz",
3393
+ "integrity": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==",
3394
+ "license": "MIT",
3395
+ "engines": {
3396
+ "node": ">=0.10.0"
3397
+ },
3398
+ "optional": true
3399
+ },
3400
+ "node_modules/postgres-date": {
3401
+ "version": "1.0.7",
3402
+ "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
3403
+ "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
3404
+ "license": "MIT",
3405
+ "engines": {
3406
+ "node": ">=0.10.0"
3407
+ },
3408
+ "optional": true
3409
+ },
3410
+ "node_modules/postgres-interval": {
3411
+ "version": "1.2.0",
3412
+ "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
3413
+ "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
3414
+ "license": "MIT",
3415
+ "dependencies": {
3416
+ "xtend": "^4.0.0"
3417
+ },
3418
+ "engines": {
3419
+ "node": ">=0.10.0"
3420
+ },
3421
+ "optional": true
3422
+ },
3423
+ "node_modules/powershell-utils": {
3424
+ "version": "0.1.0",
3425
+ "resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
3426
+ "integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
3427
+ "license": "MIT",
3428
+ "engines": {
3429
+ "node": ">=20"
3430
+ },
3431
+ "funding": {
3432
+ "url": "https://github.com/sponsors/sindresorhus"
3433
+ }
3434
+ },
3435
+ "node_modules/process-nextick-args": {
3436
+ "version": "2.0.1",
3437
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
3438
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
3439
+ "license": "MIT"
3440
+ },
3441
+ "node_modules/proper-lockfile": {
3442
+ "version": "4.1.2",
3443
+ "resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
3444
+ "integrity": "sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==",
3445
+ "license": "MIT",
3446
+ "dependencies": {
3447
+ "graceful-fs": "^4.2.4",
3448
+ "retry": "^0.12.0",
3449
+ "signal-exit": "^3.0.2"
3450
+ }
3451
+ },
3452
+ "node_modules/proper-lockfile/node_modules/retry": {
3453
+ "version": "0.12.0",
3454
+ "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
3455
+ "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
3456
+ "license": "MIT",
3457
+ "engines": {
3458
+ "node": ">= 4"
3459
+ }
3460
+ },
3461
+ "node_modules/protobufjs": {
3462
+ "version": "7.6.4",
3463
+ "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.6.4.tgz",
3464
+ "integrity": "sha512-RJJPTTpvFfHcWLkIa2JFWK4XvtSzS0yEWDmunqHXli1h3JlkbcQZXDZdcWxv+JK3Xsl5/UFDPZ0iGm7DAengYw==",
3465
+ "license": "BSD-3-Clause",
3466
+ "dependencies": {
3467
+ "@protobufjs/aspromise": "^1.1.2",
3468
+ "@protobufjs/base64": "^1.1.2",
3469
+ "@protobufjs/codegen": "^2.0.5",
3470
+ "@protobufjs/eventemitter": "^1.1.1",
3471
+ "@protobufjs/fetch": "^1.1.1",
3472
+ "@protobufjs/float": "^1.0.2",
3473
+ "@protobufjs/path": "^1.1.2",
3474
+ "@protobufjs/pool": "^1.1.0",
3475
+ "@protobufjs/utf8": "^1.1.1",
3476
+ "@types/node": ">=13.7.0",
3477
+ "long": "^5.3.2"
3478
+ },
3479
+ "engines": {
3480
+ "node": ">=12.0.0"
3481
+ },
3482
+ "hasInstallScript": true
3483
+ },
3484
+ "node_modules/proxy-addr": {
3485
+ "version": "2.0.7",
3486
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
3487
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
3488
+ "license": "MIT",
3489
+ "dependencies": {
3490
+ "forwarded": "0.2.0",
3491
+ "ipaddr.js": "1.9.1"
3492
+ },
3493
+ "engines": {
3494
+ "node": ">= 0.10"
3495
+ }
3496
+ },
3497
+ "node_modules/qs": {
3498
+ "version": "6.15.3",
3499
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.3.tgz",
3500
+ "integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==",
3501
+ "license": "BSD-3-Clause",
3502
+ "dependencies": {
3503
+ "es-define-property": "^1.0.1",
3504
+ "side-channel": "^1.1.1"
3505
+ },
3506
+ "engines": {
3507
+ "node": ">=0.6"
3508
+ },
3509
+ "funding": {
3510
+ "url": "https://github.com/sponsors/ljharb"
3511
+ }
3512
+ },
3513
+ "node_modules/range-parser": {
3514
+ "version": "1.3.0",
3515
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.3.0.tgz",
3516
+ "integrity": "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==",
3517
+ "license": "MIT",
3518
+ "engines": {
3519
+ "node": ">= 0.6"
3520
+ },
3521
+ "funding": {
3522
+ "type": "opencollective",
3523
+ "url": "https://opencollective.com/express"
3524
+ }
3525
+ },
3526
+ "node_modules/raw-body": {
3527
+ "version": "3.0.2",
3528
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
3529
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
3530
+ "license": "MIT",
3531
+ "dependencies": {
3532
+ "bytes": "~3.1.2",
3533
+ "http-errors": "~2.0.1",
3534
+ "iconv-lite": "~0.7.0",
3535
+ "unpipe": "~1.0.0"
3536
+ },
3537
+ "engines": {
3538
+ "node": ">= 0.10"
3539
+ }
3540
+ },
3541
+ "node_modules/readable-stream": {
3542
+ "version": "2.3.8",
3543
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
3544
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
3545
+ "license": "MIT",
3546
+ "dependencies": {
3547
+ "core-util-is": "~1.0.0",
3548
+ "inherits": "~2.0.3",
3549
+ "isarray": "~1.0.0",
3550
+ "process-nextick-args": "~2.0.0",
3551
+ "safe-buffer": "~5.1.1",
3552
+ "string_decoder": "~1.1.1",
3553
+ "util-deprecate": "~1.0.1"
3554
+ }
3555
+ },
3556
+ "node_modules/readable-stream/node_modules/safe-buffer": {
3557
+ "version": "5.1.2",
3558
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3559
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3560
+ "license": "MIT"
3561
+ },
3562
+ "node_modules/require-from-string": {
3563
+ "version": "2.0.2",
3564
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
3565
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
3566
+ "license": "MIT",
3567
+ "engines": {
3568
+ "node": ">=0.10.0"
3569
+ }
3570
+ },
3571
+ "node_modules/retry": {
3572
+ "version": "0.13.1",
3573
+ "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
3574
+ "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
3575
+ "license": "MIT",
3576
+ "engines": {
3577
+ "node": ">= 4"
3578
+ }
3579
+ },
3580
+ "node_modules/router": {
3581
+ "version": "2.2.0",
3582
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
3583
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
3584
+ "license": "MIT",
3585
+ "dependencies": {
3586
+ "debug": "^4.4.0",
3587
+ "depd": "^2.0.0",
3588
+ "is-promise": "^4.0.0",
3589
+ "parseurl": "^1.3.3",
3590
+ "path-to-regexp": "^8.0.0"
3591
+ },
3592
+ "engines": {
3593
+ "node": ">= 18"
3594
+ }
3595
+ },
3596
+ "node_modules/rss-parser": {
3597
+ "version": "3.13.0",
3598
+ "resolved": "https://registry.npmjs.org/rss-parser/-/rss-parser-3.13.0.tgz",
3599
+ "integrity": "sha512-7jWUBV5yGN3rqMMj7CZufl/291QAhvrrGpDNE4k/02ZchL0npisiYYqULF71jCEKoIiHvK/Q2e6IkDwPziT7+w==",
3600
+ "license": "MIT",
3601
+ "dependencies": {
3602
+ "entities": "^2.0.3",
3603
+ "xml2js": "^0.5.0"
3604
+ }
3605
+ },
3606
+ "node_modules/rss-parser/node_modules/entities": {
3607
+ "version": "2.2.0",
3608
+ "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
3609
+ "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
3610
+ "license": "BSD-2-Clause",
3611
+ "funding": {
3612
+ "url": "https://github.com/fb55/entities?sponsor=1"
3613
+ }
3614
+ },
3615
+ "node_modules/run-applescript": {
3616
+ "version": "7.1.0",
3617
+ "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
3618
+ "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
3619
+ "license": "MIT",
3620
+ "engines": {
3621
+ "node": ">=18"
3622
+ },
3623
+ "funding": {
3624
+ "url": "https://github.com/sponsors/sindresorhus"
3625
+ }
3626
+ },
3627
+ "node_modules/safe-buffer": {
3628
+ "version": "5.2.1",
3629
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
3630
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
3631
+ "license": "MIT",
3632
+ "funding": [
3633
+ {
3634
+ "type": "github",
3635
+ "url": "https://github.com/sponsors/feross"
3636
+ },
3637
+ {
3638
+ "type": "patreon",
3639
+ "url": "https://www.patreon.com/feross"
3640
+ },
3641
+ {
3642
+ "type": "consulting",
3643
+ "url": "https://feross.org/support"
3644
+ }
3645
+ ]
3646
+ },
3647
+ "node_modules/safer-buffer": {
3648
+ "version": "2.1.2",
3649
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
3650
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
3651
+ "license": "MIT"
3652
+ },
3653
+ "node_modules/sax": {
3654
+ "version": "1.6.0",
3655
+ "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
3656
+ "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
3657
+ "license": "BlueOak-1.0.0",
3658
+ "engines": {
3659
+ "node": ">=11.0.0"
3660
+ }
3661
+ },
3662
+ "node_modules/semver": {
3663
+ "version": "7.8.0",
3664
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
3665
+ "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
3666
+ "license": "ISC",
3667
+ "bin": {
3668
+ "semver": "bin/semver.js"
3669
+ },
3670
+ "engines": {
3671
+ "node": ">=10"
3672
+ }
3673
+ },
3674
+ "node_modules/send": {
3675
+ "version": "1.2.1",
3676
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
3677
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
3678
+ "license": "MIT",
3679
+ "dependencies": {
3680
+ "debug": "^4.4.3",
3681
+ "encodeurl": "^2.0.0",
3682
+ "escape-html": "^1.0.3",
3683
+ "etag": "^1.8.1",
3684
+ "fresh": "^2.0.0",
3685
+ "http-errors": "^2.0.1",
3686
+ "mime-types": "^3.0.2",
3687
+ "ms": "^2.1.3",
3688
+ "on-finished": "^2.4.1",
3689
+ "range-parser": "^1.2.1",
3690
+ "statuses": "^2.0.2"
3691
+ },
3692
+ "engines": {
3693
+ "node": ">= 18"
3694
+ },
3695
+ "funding": {
3696
+ "type": "opencollective",
3697
+ "url": "https://opencollective.com/express"
3698
+ }
3699
+ },
3700
+ "node_modules/serialize-error": {
3701
+ "version": "8.1.0",
3702
+ "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-8.1.0.tgz",
3703
+ "integrity": "sha512-3NnuWfM6vBYoy5gZFvHiYsVbafvI9vZv/+jlIigFn4oP4zjNPK3LhcY0xSCgeb1a5L8jO71Mit9LlNoi2UfDDQ==",
3704
+ "license": "MIT",
3705
+ "dependencies": {
3706
+ "type-fest": "^0.20.2"
3707
+ },
3708
+ "engines": {
3709
+ "node": ">=10"
3710
+ },
3711
+ "optional": true,
3712
+ "funding": {
3713
+ "url": "https://github.com/sponsors/sindresorhus"
3714
+ }
3715
+ },
3716
+ "node_modules/serve-static": {
3717
+ "version": "2.2.1",
3718
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
3719
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
3720
+ "license": "MIT",
3721
+ "dependencies": {
3722
+ "encodeurl": "^2.0.0",
3723
+ "escape-html": "^1.0.3",
3724
+ "parseurl": "^1.3.3",
3725
+ "send": "^1.2.0"
3726
+ },
3727
+ "engines": {
3728
+ "node": ">= 18"
3729
+ },
3730
+ "funding": {
3731
+ "type": "opencollective",
3732
+ "url": "https://opencollective.com/express"
3733
+ }
3734
+ },
3735
+ "node_modules/setimmediate": {
3736
+ "version": "1.0.5",
3737
+ "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
3738
+ "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==",
3739
+ "license": "MIT"
3740
+ },
3741
+ "node_modules/setprototypeof": {
3742
+ "version": "1.2.0",
3743
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
3744
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
3745
+ "license": "ISC"
3746
+ },
3747
+ "node_modules/shebang-command": {
3748
+ "version": "2.0.0",
3749
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
3750
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
3751
+ "license": "MIT",
3752
+ "dependencies": {
3753
+ "shebang-regex": "^3.0.0"
3754
+ },
3755
+ "engines": {
3756
+ "node": ">=8"
3757
+ }
3758
+ },
3759
+ "node_modules/shebang-regex": {
3760
+ "version": "3.0.0",
3761
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
3762
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
3763
+ "license": "MIT",
3764
+ "engines": {
3765
+ "node": ">=8"
3766
+ }
3767
+ },
3768
+ "node_modules/side-channel": {
3769
+ "version": "1.1.1",
3770
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
3771
+ "integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
3772
+ "license": "MIT",
3773
+ "dependencies": {
3774
+ "es-errors": "^1.3.0",
3775
+ "object-inspect": "^1.13.4",
3776
+ "side-channel-list": "^1.0.1",
3777
+ "side-channel-map": "^1.0.1",
3778
+ "side-channel-weakmap": "^1.0.2"
3779
+ },
3780
+ "engines": {
3781
+ "node": ">= 0.4"
3782
+ },
3783
+ "funding": {
3784
+ "url": "https://github.com/sponsors/ljharb"
3785
+ }
3786
+ },
3787
+ "node_modules/side-channel-list": {
3788
+ "version": "1.0.1",
3789
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
3790
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
3791
+ "license": "MIT",
3792
+ "dependencies": {
3793
+ "es-errors": "^1.3.0",
3794
+ "object-inspect": "^1.13.4"
3795
+ },
3796
+ "engines": {
3797
+ "node": ">= 0.4"
3798
+ },
3799
+ "funding": {
3800
+ "url": "https://github.com/sponsors/ljharb"
3801
+ }
3802
+ },
3803
+ "node_modules/side-channel-map": {
3804
+ "version": "1.0.1",
3805
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
3806
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
3807
+ "license": "MIT",
3808
+ "dependencies": {
3809
+ "call-bound": "^1.0.2",
3810
+ "es-errors": "^1.3.0",
3811
+ "get-intrinsic": "^1.2.5",
3812
+ "object-inspect": "^1.13.3"
3813
+ },
3814
+ "engines": {
3815
+ "node": ">= 0.4"
3816
+ },
3817
+ "funding": {
3818
+ "url": "https://github.com/sponsors/ljharb"
3819
+ }
3820
+ },
3821
+ "node_modules/side-channel-weakmap": {
3822
+ "version": "1.0.2",
3823
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
3824
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
3825
+ "license": "MIT",
3826
+ "dependencies": {
3827
+ "call-bound": "^1.0.2",
3828
+ "es-errors": "^1.3.0",
3829
+ "get-intrinsic": "^1.2.5",
3830
+ "object-inspect": "^1.13.3",
3831
+ "side-channel-map": "^1.0.1"
3832
+ },
3833
+ "engines": {
3834
+ "node": ">= 0.4"
3835
+ },
3836
+ "funding": {
3837
+ "url": "https://github.com/sponsors/ljharb"
3838
+ }
3839
+ },
3840
+ "node_modules/signal-exit": {
3841
+ "version": "3.0.7",
3842
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
3843
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
3844
+ "license": "ISC"
3845
+ },
3846
+ "node_modules/split2": {
3847
+ "version": "4.2.0",
3848
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
3849
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
3850
+ "license": "ISC",
3851
+ "engines": {
3852
+ "node": ">= 10.x"
3853
+ },
3854
+ "optional": true
3855
+ },
3856
+ "node_modules/sprintf-js": {
3857
+ "version": "1.0.3",
3858
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
3859
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
3860
+ "license": "BSD-3-Clause"
3861
+ },
3862
+ "node_modules/statuses": {
3863
+ "version": "2.0.2",
3864
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
3865
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
3866
+ "license": "MIT",
3867
+ "engines": {
3868
+ "node": ">= 0.8"
3869
+ }
3870
+ },
3871
+ "node_modules/string_decoder": {
3872
+ "version": "1.1.1",
3873
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3874
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3875
+ "license": "MIT",
3876
+ "dependencies": {
3877
+ "safe-buffer": "~5.1.0"
3878
+ }
3879
+ },
3880
+ "node_modules/string_decoder/node_modules/safe-buffer": {
3881
+ "version": "5.1.2",
3882
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
3883
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
3884
+ "license": "MIT"
3885
+ },
3886
+ "node_modules/strnum": {
3887
+ "version": "2.4.1",
3888
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.4.1.tgz",
3889
+ "integrity": "sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==",
3890
+ "license": "MIT",
3891
+ "dependencies": {
3892
+ "anynum": "^1.0.1"
3893
+ },
3894
+ "funding": [
3895
+ {
3896
+ "type": "github",
3897
+ "url": "https://github.com/sponsors/NaturalIntelligence"
3898
+ }
3899
+ ]
3900
+ },
3901
+ "node_modules/strtok3": {
3902
+ "version": "10.3.5",
3903
+ "resolved": "https://registry.npmjs.org/strtok3/-/strtok3-10.3.5.tgz",
3904
+ "integrity": "sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA==",
3905
+ "license": "MIT",
3906
+ "dependencies": {
3907
+ "@tokenizer/token": "^0.3.0"
3908
+ },
3909
+ "engines": {
3910
+ "node": ">=18"
3911
+ },
3912
+ "funding": {
3913
+ "type": "github",
3914
+ "url": "https://github.com/sponsors/Borewit"
3915
+ }
3916
+ },
3917
+ "node_modules/superjson": {
3918
+ "version": "1.13.3",
3919
+ "resolved": "https://registry.npmjs.org/superjson/-/superjson-1.13.3.tgz",
3920
+ "integrity": "sha512-mJiVjfd2vokfDxsQPOwJ/PtanO87LhpYY88ubI5dUB1Ab58Txbyje3+jpm+/83R/fevaq/107NNhtYBLuoTrFg==",
3921
+ "license": "MIT",
3922
+ "dependencies": {
3923
+ "copy-anything": "^3.0.2"
3924
+ },
3925
+ "engines": {
3926
+ "node": ">=10"
3927
+ },
3928
+ "optional": true
3929
+ },
3930
+ "node_modules/toidentifier": {
3931
+ "version": "1.0.1",
3932
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
3933
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
3934
+ "license": "MIT",
3935
+ "engines": {
3936
+ "node": ">=0.6"
3937
+ }
3938
+ },
3939
+ "node_modules/token-types": {
3940
+ "version": "6.1.2",
3941
+ "resolved": "https://registry.npmjs.org/token-types/-/token-types-6.1.2.tgz",
3942
+ "integrity": "sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==",
3943
+ "license": "MIT",
3944
+ "dependencies": {
3945
+ "@borewit/text-codec": "^0.2.1",
3946
+ "@tokenizer/token": "^0.3.0",
3947
+ "ieee754": "^1.2.1"
3948
+ },
3949
+ "engines": {
3950
+ "node": ">=14.16"
3951
+ },
3952
+ "funding": {
3953
+ "type": "github",
3954
+ "url": "https://github.com/sponsors/Borewit"
3955
+ }
3956
+ },
3957
+ "node_modules/ts-algebra": {
3958
+ "version": "2.0.0",
3959
+ "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
3960
+ "integrity": "sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==",
3961
+ "license": "MIT"
3962
+ },
3963
+ "node_modules/tslib": {
3964
+ "version": "2.8.1",
3965
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
3966
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
3967
+ "license": "0BSD"
3968
+ },
3969
+ "node_modules/turndown": {
3970
+ "version": "7.2.4",
3971
+ "resolved": "https://registry.npmjs.org/turndown/-/turndown-7.2.4.tgz",
3972
+ "integrity": "sha512-I8yFsfRzmzK0WV1pNNOA4A7y4RDfFxPRxb3t+e3ui14qSGOxGtiSP6GjeX+Y6CHb7HYaFj7ECUD7VE5kQMZWGQ==",
3973
+ "license": "MIT",
3974
+ "dependencies": {
3975
+ "@mixmark-io/domino": "^2.2.0"
3976
+ },
3977
+ "engines": {
3978
+ "node": ">=18",
3979
+ "npm": ">=9"
3980
+ }
3981
+ },
3982
+ "node_modules/turndown-plugin-gfm": {
3983
+ "version": "1.0.2",
3984
+ "resolved": "https://registry.npmjs.org/turndown-plugin-gfm/-/turndown-plugin-gfm-1.0.2.tgz",
3985
+ "integrity": "sha512-vwz9tfvF7XN/jE0dGoBei3FXWuvll78ohzCZQuOb+ZjWrs3a0XhQVomJEb2Qh4VHTPNRO4GPZh0V7VRbiWwkRg==",
3986
+ "license": "MIT"
3987
+ },
3988
+ "node_modules/type-fest": {
3989
+ "version": "0.20.2",
3990
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
3991
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
3992
+ "license": "(MIT OR CC0-1.0)",
3993
+ "engines": {
3994
+ "node": ">=10"
3995
+ },
3996
+ "optional": true,
3997
+ "funding": {
3998
+ "url": "https://github.com/sponsors/sindresorhus"
3999
+ }
4000
+ },
4001
+ "node_modules/type-is": {
4002
+ "version": "2.1.0",
4003
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
4004
+ "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
4005
+ "license": "MIT",
4006
+ "dependencies": {
4007
+ "content-type": "^2.0.0",
4008
+ "media-typer": "^1.1.0",
4009
+ "mime-types": "^3.0.0"
4010
+ },
4011
+ "engines": {
4012
+ "node": ">= 18"
4013
+ },
4014
+ "funding": {
4015
+ "type": "opencollective",
4016
+ "url": "https://opencollective.com/express"
4017
+ }
4018
+ },
4019
+ "node_modules/type-is/node_modules/content-type": {
4020
+ "version": "2.0.0",
4021
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
4022
+ "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
4023
+ "license": "MIT",
4024
+ "engines": {
4025
+ "node": ">=18"
4026
+ },
4027
+ "funding": {
4028
+ "type": "opencollective",
4029
+ "url": "https://opencollective.com/express"
4030
+ }
4031
+ },
4032
+ "node_modules/type-is/node_modules/media-typer": {
4033
+ "version": "1.1.0",
4034
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
4035
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
4036
+ "license": "MIT",
4037
+ "engines": {
4038
+ "node": ">= 0.8"
4039
+ }
4040
+ },
4041
+ "node_modules/typebox": {
4042
+ "version": "1.1.38",
4043
+ "resolved": "https://registry.npmjs.org/typebox/-/typebox-1.1.38.tgz",
4044
+ "integrity": "sha512-pZ0aQPmMmXoUvSbeuWf/Hzsc+avNw/Zd6VeE8CFgkVGWyuHPJvqeJJDeJqLve+K70LvjYIoleGcoJHPT17cWoA==",
4045
+ "license": "MIT"
4046
+ },
4047
+ "node_modules/uhyphen": {
4048
+ "version": "0.2.0",
4049
+ "resolved": "https://registry.npmjs.org/uhyphen/-/uhyphen-0.2.0.tgz",
4050
+ "integrity": "sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==",
4051
+ "license": "ISC"
4052
+ },
4053
+ "node_modules/uint8array-extras": {
4054
+ "version": "1.5.0",
4055
+ "resolved": "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.5.0.tgz",
4056
+ "integrity": "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==",
4057
+ "license": "MIT",
4058
+ "engines": {
4059
+ "node": ">=18"
4060
+ },
4061
+ "funding": {
4062
+ "url": "https://github.com/sponsors/sindresorhus"
4063
+ }
4064
+ },
4065
+ "node_modules/underscore": {
4066
+ "version": "1.13.8",
4067
+ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.8.tgz",
4068
+ "integrity": "sha512-DXtD3ZtEQzc7M8m4cXotyHR+FAS18C64asBYY5vqZexfYryNNnDc02W4hKg3rdQuqOYas1jkseX0+nZXjTXnvQ==",
4069
+ "license": "MIT"
4070
+ },
4071
+ "node_modules/undici": {
4072
+ "version": "8.5.0",
4073
+ "resolved": "https://registry.npmjs.org/undici/-/undici-8.5.0.tgz",
4074
+ "integrity": "sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==",
4075
+ "license": "MIT",
4076
+ "engines": {
4077
+ "node": ">=22.19.0"
4078
+ }
4079
+ },
4080
+ "node_modules/undici-types": {
4081
+ "version": "7.16.0",
4082
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
4083
+ "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
4084
+ "license": "MIT"
4085
+ },
4086
+ "node_modules/unpdf": {
4087
+ "version": "1.6.2",
4088
+ "resolved": "https://registry.npmjs.org/unpdf/-/unpdf-1.6.2.tgz",
4089
+ "integrity": "sha512-zQ80ySoPuPHOsvIoRp/nJyQt8TOUoTh1+WBCGcBvlddQNgKDLRwm0AY3x8Q35I7+kIiRSgqMx+Ma2pl9McIp7A==",
4090
+ "license": "MIT",
4091
+ "peerDependencies": {
4092
+ "@napi-rs/canvas": "^0.1.69"
4093
+ },
4094
+ "peerDependenciesMeta": {
4095
+ "@napi-rs/canvas": {
4096
+ "optional": true
4097
+ }
4098
+ }
4099
+ },
4100
+ "node_modules/unpipe": {
4101
+ "version": "1.0.0",
4102
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
4103
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
4104
+ "license": "MIT",
4105
+ "engines": {
4106
+ "node": ">= 0.8"
4107
+ }
4108
+ },
4109
+ "node_modules/util-deprecate": {
4110
+ "version": "1.0.2",
4111
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
4112
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
4113
+ "license": "MIT"
4114
+ },
4115
+ "node_modules/vary": {
4116
+ "version": "1.1.2",
4117
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
4118
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
4119
+ "license": "MIT",
4120
+ "engines": {
4121
+ "node": ">= 0.8"
4122
+ }
4123
+ },
4124
+ "node_modules/web-streams-polyfill": {
4125
+ "version": "3.3.3",
4126
+ "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
4127
+ "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
4128
+ "license": "MIT",
4129
+ "engines": {
4130
+ "node": ">= 8"
4131
+ }
4132
+ },
4133
+ "node_modules/which": {
4134
+ "version": "2.0.2",
4135
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
4136
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
4137
+ "license": "ISC",
4138
+ "dependencies": {
4139
+ "isexe": "^2.0.0"
4140
+ },
4141
+ "bin": {
4142
+ "node-which": "bin/node-which"
4143
+ },
4144
+ "engines": {
4145
+ "node": ">= 8"
4146
+ }
4147
+ },
4148
+ "node_modules/win-guid": {
4149
+ "version": "0.2.1",
4150
+ "resolved": "https://registry.npmjs.org/win-guid/-/win-guid-0.2.1.tgz",
4151
+ "integrity": "sha512-gEIQU4mkgl2OPeoNrWflcJFJ3Ae2BPd4eCsHHA/XikslkIVms/nHhvnvzIZV7VLmBvtFlDOzLt9rrZT+n6D67A==",
4152
+ "license": "MIT"
4153
+ },
4154
+ "node_modules/wrappy": {
4155
+ "version": "1.0.2",
4156
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
4157
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
4158
+ "license": "ISC"
4159
+ },
4160
+ "node_modules/ws": {
4161
+ "version": "8.21.0",
4162
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
4163
+ "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
4164
+ "license": "MIT",
4165
+ "peerDependencies": {
4166
+ "bufferutil": "^4.0.1",
4167
+ "utf-8-validate": ">=5.0.2"
4168
+ },
4169
+ "peerDependenciesMeta": {
4170
+ "bufferutil": {
4171
+ "optional": true
4172
+ },
4173
+ "utf-8-validate": {
4174
+ "optional": true
4175
+ }
4176
+ },
4177
+ "engines": {
4178
+ "node": ">=10.0.0"
4179
+ }
4180
+ },
4181
+ "node_modules/wsl-utils": {
4182
+ "version": "0.3.1",
4183
+ "resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.3.1.tgz",
4184
+ "integrity": "sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==",
4185
+ "license": "MIT",
4186
+ "dependencies": {
4187
+ "is-wsl": "^3.1.0",
4188
+ "powershell-utils": "^0.1.0"
4189
+ },
4190
+ "engines": {
4191
+ "node": ">=20"
4192
+ },
4193
+ "funding": {
4194
+ "url": "https://github.com/sponsors/sindresorhus"
4195
+ }
4196
+ },
4197
+ "node_modules/xml-naming": {
4198
+ "version": "0.1.0",
4199
+ "resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
4200
+ "integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
4201
+ "license": "MIT",
4202
+ "engines": {
4203
+ "node": ">=16.0.0"
4204
+ },
4205
+ "funding": [
4206
+ {
4207
+ "type": "github",
4208
+ "url": "https://github.com/sponsors/NaturalIntelligence"
4209
+ }
4210
+ ]
4211
+ },
4212
+ "node_modules/xml2js": {
4213
+ "version": "0.5.0",
4214
+ "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
4215
+ "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
4216
+ "license": "MIT",
4217
+ "dependencies": {
4218
+ "sax": ">=0.6.0",
4219
+ "xmlbuilder": "~11.0.0"
4220
+ },
4221
+ "engines": {
4222
+ "node": ">=4.0.0"
4223
+ }
4224
+ },
4225
+ "node_modules/xml2js/node_modules/xmlbuilder": {
4226
+ "version": "11.0.1",
4227
+ "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
4228
+ "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
4229
+ "license": "MIT",
4230
+ "engines": {
4231
+ "node": ">=4.0"
4232
+ }
4233
+ },
4234
+ "node_modules/xmlbuilder": {
4235
+ "version": "10.1.1",
4236
+ "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-10.1.1.tgz",
4237
+ "integrity": "sha512-OyzrcFLL/nb6fMGHbiRDuPup9ljBycsdCypwuyg5AAHvyWzGfChJpCXMG88AGTIMFhGZ9RccFN1e6lhg3hkwKg==",
4238
+ "license": "MIT",
4239
+ "engines": {
4240
+ "node": ">=4.0"
4241
+ }
4242
+ },
4243
+ "node_modules/xtend": {
4244
+ "version": "4.0.2",
4245
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
4246
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
4247
+ "license": "MIT",
4248
+ "engines": {
4249
+ "node": ">=0.4"
4250
+ },
4251
+ "optional": true
4252
+ },
4253
+ "node_modules/yaml": {
4254
+ "version": "2.9.0",
4255
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
4256
+ "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
4257
+ "license": "ISC",
4258
+ "bin": {
4259
+ "yaml": "bin.mjs"
4260
+ },
4261
+ "engines": {
4262
+ "node": ">= 14.6"
4263
+ },
4264
+ "funding": {
4265
+ "url": "https://github.com/sponsors/eemeli"
4266
+ }
4267
+ },
4268
+ "node_modules/yocto-queue": {
4269
+ "version": "1.2.2",
4270
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
4271
+ "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
4272
+ "license": "MIT",
4273
+ "engines": {
4274
+ "node": ">=12.20"
4275
+ },
4276
+ "funding": {
4277
+ "url": "https://github.com/sponsors/sindresorhus"
4278
+ }
4279
+ },
4280
+ "node_modules/zod": {
4281
+ "version": "4.4.3",
4282
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
4283
+ "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
4284
+ "license": "MIT",
4285
+ "funding": {
4286
+ "url": "https://github.com/sponsors/colinhacks"
4287
+ }
4288
+ },
4289
+ "node_modules/zod-to-json-schema": {
4290
+ "version": "3.25.2",
4291
+ "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
4292
+ "integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
4293
+ "license": "ISC",
4294
+ "peerDependencies": {
4295
+ "zod": "^3.25.28 || ^4"
4296
+ }
4297
+ }
4298
+ }
4299
+ }