@bastani/atomic 0.9.3 → 0.9.4-alpha.2

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