@wipcomputer/memory-crystal 0.7.28 → 0.7.30

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 (73) hide show
  1. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/.env.example +20 -0
  2. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/.publish-skill.json +1 -0
  3. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/CHANGELOG.md +1297 -0
  4. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/CLA.md +19 -0
  5. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/LICENSE +52 -0
  6. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/README-ENTERPRISE.md +226 -0
  7. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/README.md +151 -0
  8. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/RELAY.md +199 -0
  9. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/SKILL.md +462 -0
  10. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/TECHNICAL.md +656 -0
  11. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/_trash/RELEASE-NOTES-v0-7-23.md +48 -0
  12. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/_trash/RELEASE-NOTES-v0-7-25.md +24 -0
  13. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/_trash/RELEASE-NOTES-v0-7-26.md +7 -0
  14. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/_trash/RELEASE-NOTES-v0-7-28.md +31 -0
  15. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/_trash/RELEASE-NOTES-v0-7-29.md +28 -0
  16. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/_trash/RELEASE-NOTES-v0-7-4.md +64 -0
  17. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/_trash/RELEASE-NOTES-v0-7-5.md +19 -0
  18. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/cloud/README.md +116 -0
  19. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/cloud/docs/gpt-system-instructions.md +69 -0
  20. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/cloud/migrations/0001_init.sql +52 -0
  21. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/migrations/0001_init.sql +51 -0
  22. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/migrations/0002_cloud_storage.sql +49 -0
  23. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/openclaw.plugin.json +11 -0
  24. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/package-lock.json +4169 -0
  25. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/package.json +61 -0
  26. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/scripts/crystal-capture.sh +29 -0
  27. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/scripts/deploy-cloud.sh +153 -0
  28. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/scripts/ldm-backup.sh +116 -0
  29. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/scripts/migrate-lance-to-sqlite.mjs +218 -0
  30. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/skills/memory/SKILL.md +438 -0
  31. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/wrangler-demo.toml +8 -0
  32. package/.worktrees/memory-crystal-private--cc-mini-fix-home-fallback/wrangler-mcp.toml +24 -0
  33. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/.env.example +20 -0
  34. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/.publish-skill.json +1 -0
  35. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/CHANGELOG.md +1297 -0
  36. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/CLA.md +19 -0
  37. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/LICENSE +52 -0
  38. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/README-ENTERPRISE.md +226 -0
  39. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/README.md +151 -0
  40. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/RELAY.md +199 -0
  41. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/RELEASE-NOTES-v0.7.30.md +29 -0
  42. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/SKILL.md +462 -0
  43. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/TECHNICAL.md +656 -0
  44. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/_trash/RELEASE-NOTES-v0-7-23.md +48 -0
  45. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/_trash/RELEASE-NOTES-v0-7-25.md +24 -0
  46. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/_trash/RELEASE-NOTES-v0-7-26.md +7 -0
  47. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/_trash/RELEASE-NOTES-v0-7-28.md +31 -0
  48. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/_trash/RELEASE-NOTES-v0-7-29.md +28 -0
  49. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/_trash/RELEASE-NOTES-v0-7-4.md +64 -0
  50. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/_trash/RELEASE-NOTES-v0-7-5.md +19 -0
  51. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/cloud/README.md +116 -0
  52. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/cloud/docs/gpt-system-instructions.md +69 -0
  53. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/cloud/migrations/0001_init.sql +52 -0
  54. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/migrations/0001_init.sql +51 -0
  55. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/migrations/0002_cloud_storage.sql +49 -0
  56. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/openclaw.plugin.json +11 -0
  57. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/package-lock.json +4169 -0
  58. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/package.json +61 -0
  59. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/scripts/crystal-capture.sh +29 -0
  60. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/scripts/deploy-cloud.sh +153 -0
  61. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/scripts/ldm-backup.sh +116 -0
  62. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/scripts/migrate-lance-to-sqlite.mjs +218 -0
  63. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/skills/memory/SKILL.md +438 -0
  64. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/wrangler-demo.toml +8 -0
  65. package/.worktrees/memory-crystal-private--cc-mini-release-notes-v0.7.30/wrangler-mcp.toml +24 -0
  66. package/CHANGELOG.md +63 -0
  67. package/SKILL.md +13 -3
  68. package/TECHNICAL.md +30 -2
  69. package/_trash/RELEASE-NOTES-v0-7-28.md +15 -8
  70. package/_trash/RELEASE-NOTES-v0-7-29.md +28 -0
  71. package/_trash/RELEASE-NOTES-v0.7.30.md +29 -0
  72. package/package.json +1 -1
  73. package/scripts/migrate-lance-to-sqlite.mjs +2 -1
@@ -0,0 +1,4169 @@
1
+ {
2
+ "name": "memory-crystal",
3
+ "version": "0.5.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "memory-crystal",
9
+ "version": "0.5.0",
10
+ "dependencies": {
11
+ "@lancedb/lancedb": "^0.15.0",
12
+ "@modelcontextprotocol/sdk": "^1.12.1",
13
+ "agents": "^0.7.2",
14
+ "apache-arrow": "^18.1.0",
15
+ "better-sqlite3": "^11.8.1",
16
+ "dream-weaver-protocol": "file:../dream-weaver-protocol-private",
17
+ "qrcode-terminal": "^0.12.0",
18
+ "sqlite-vec": "^0.1.7-alpha.2",
19
+ "zod": "^4.3.6"
20
+ },
21
+ "bin": {
22
+ "crystal": "dist/cli.js",
23
+ "crystal-mcp": "dist/mcp-server.js"
24
+ },
25
+ "devDependencies": {
26
+ "@cloudflare/workers-types": "^4.20260228.1",
27
+ "@types/better-sqlite3": "^7.6.13",
28
+ "@types/node": "^22.0.0",
29
+ "@types/qrcode-terminal": "^0.12.2",
30
+ "tsup": "^8.0.0",
31
+ "typescript": "^5.7.0"
32
+ },
33
+ "optionalDependencies": {
34
+ "sqlite-vec-darwin-arm64": "^0.1.7-alpha.2"
35
+ }
36
+ },
37
+ "../dream-weaver-protocol-private": {
38
+ "name": "dream-weaver-protocol",
39
+ "version": "0.1.0",
40
+ "license": "MIT",
41
+ "devDependencies": {
42
+ "@types/node": "^22.0.0",
43
+ "tsup": "^8.0.0",
44
+ "typescript": "^5.7.0"
45
+ }
46
+ },
47
+ "node_modules/@ai-sdk/gateway": {
48
+ "version": "3.0.61",
49
+ "resolved": "https://registry.npmjs.org/@ai-sdk/gateway/-/gateway-3.0.61.tgz",
50
+ "integrity": "sha512-OT6SeORuOoqfABhntMJHmInblxE2DbBYvRTynVOGl6dCDDh0cNU1lJgknyDV698eQmfb6Um/94/rImgt0ZPjDA==",
51
+ "license": "Apache-2.0",
52
+ "peer": true,
53
+ "dependencies": {
54
+ "@ai-sdk/provider": "3.0.8",
55
+ "@ai-sdk/provider-utils": "4.0.17",
56
+ "@vercel/oidc": "3.1.0"
57
+ },
58
+ "engines": {
59
+ "node": ">=18"
60
+ },
61
+ "peerDependencies": {
62
+ "zod": "^3.25.76 || ^4.1.8"
63
+ }
64
+ },
65
+ "node_modules/@ai-sdk/provider": {
66
+ "version": "3.0.8",
67
+ "resolved": "https://registry.npmjs.org/@ai-sdk/provider/-/provider-3.0.8.tgz",
68
+ "integrity": "sha512-oGMAgGoQdBXbZqNG0Ze56CHjDZ1IDYOwGYxYjO5KLSlz5HiNQ9udIXsPZ61VWaHGZ5XW/jyjmr6t2xz2jGVwbQ==",
69
+ "license": "Apache-2.0",
70
+ "peer": true,
71
+ "dependencies": {
72
+ "json-schema": "^0.4.0"
73
+ },
74
+ "engines": {
75
+ "node": ">=18"
76
+ }
77
+ },
78
+ "node_modules/@ai-sdk/provider-utils": {
79
+ "version": "4.0.17",
80
+ "resolved": "https://registry.npmjs.org/@ai-sdk/provider-utils/-/provider-utils-4.0.17.tgz",
81
+ "integrity": "sha512-oyCeFINTYK0B8ZGUBiQc05G5vytPlKSmTTtm19xfJuUgoi8zkvvRcoPQci4mSnyfpPn2XSFFDfsALG8uGcapfg==",
82
+ "license": "Apache-2.0",
83
+ "peer": true,
84
+ "dependencies": {
85
+ "@ai-sdk/provider": "3.0.8",
86
+ "@standard-schema/spec": "^1.1.0",
87
+ "eventsource-parser": "^3.0.6"
88
+ },
89
+ "engines": {
90
+ "node": ">=18"
91
+ },
92
+ "peerDependencies": {
93
+ "zod": "^3.25.76 || ^4.1.8"
94
+ }
95
+ },
96
+ "node_modules/@apidevtools/json-schema-ref-parser": {
97
+ "version": "11.9.3",
98
+ "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-11.9.3.tgz",
99
+ "integrity": "sha512-60vepv88RwcJtSHrD6MjIL6Ta3SOYbgfnkHb+ppAVK+o9mXprRtulx7VlRl3lN3bbvysAfCS7WMVfhUYemB0IQ==",
100
+ "license": "MIT",
101
+ "dependencies": {
102
+ "@jsdevtools/ono": "^7.1.3",
103
+ "@types/json-schema": "^7.0.15",
104
+ "js-yaml": "^4.1.0"
105
+ },
106
+ "engines": {
107
+ "node": ">= 16"
108
+ },
109
+ "funding": {
110
+ "url": "https://github.com/sponsors/philsturgeon"
111
+ }
112
+ },
113
+ "node_modules/@babel/runtime": {
114
+ "version": "7.28.6",
115
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz",
116
+ "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
117
+ "license": "MIT",
118
+ "engines": {
119
+ "node": ">=6.9.0"
120
+ }
121
+ },
122
+ "node_modules/@babel/runtime-corejs3": {
123
+ "version": "7.29.0",
124
+ "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.29.0.tgz",
125
+ "integrity": "sha512-TgUkdp71C9pIbBcHudc+gXZnihEDOjUAmXO1VO4HHGES7QLZcShR0stfKIxLSNIYx2fqhmJChOjm/wkF8wv4gA==",
126
+ "license": "MIT",
127
+ "dependencies": {
128
+ "core-js-pure": "^3.48.0"
129
+ },
130
+ "engines": {
131
+ "node": ">=6.9.0"
132
+ }
133
+ },
134
+ "node_modules/@cfworker/json-schema": {
135
+ "version": "4.1.1",
136
+ "resolved": "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-4.1.1.tgz",
137
+ "integrity": "sha512-gAmrUZSGtKc3AiBL71iNWxDsyUC5uMaKKGdvzYsBoTW/xi42JQHl7eKV2OYzCUqvc+D2RCcf7EXY2iCyFIk6og==",
138
+ "license": "MIT"
139
+ },
140
+ "node_modules/@cloudflare/workers-types": {
141
+ "version": "4.20260228.1",
142
+ "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260228.1.tgz",
143
+ "integrity": "sha512-gTpLuST3b1gdQfp+u1yiMavoE+n1g1CXuHeiDtlChOePVje+R/V92k6JeEY+6o9qVmQpHzluMe9j/OwvRJuCUg==",
144
+ "license": "MIT OR Apache-2.0"
145
+ },
146
+ "node_modules/@esbuild/aix-ppc64": {
147
+ "version": "0.27.3",
148
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
149
+ "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
150
+ "cpu": [
151
+ "ppc64"
152
+ ],
153
+ "dev": true,
154
+ "license": "MIT",
155
+ "optional": true,
156
+ "os": [
157
+ "aix"
158
+ ],
159
+ "engines": {
160
+ "node": ">=18"
161
+ }
162
+ },
163
+ "node_modules/@esbuild/android-arm": {
164
+ "version": "0.27.3",
165
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
166
+ "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
167
+ "cpu": [
168
+ "arm"
169
+ ],
170
+ "dev": true,
171
+ "license": "MIT",
172
+ "optional": true,
173
+ "os": [
174
+ "android"
175
+ ],
176
+ "engines": {
177
+ "node": ">=18"
178
+ }
179
+ },
180
+ "node_modules/@esbuild/android-arm64": {
181
+ "version": "0.27.3",
182
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
183
+ "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
184
+ "cpu": [
185
+ "arm64"
186
+ ],
187
+ "dev": true,
188
+ "license": "MIT",
189
+ "optional": true,
190
+ "os": [
191
+ "android"
192
+ ],
193
+ "engines": {
194
+ "node": ">=18"
195
+ }
196
+ },
197
+ "node_modules/@esbuild/android-x64": {
198
+ "version": "0.27.3",
199
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
200
+ "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
201
+ "cpu": [
202
+ "x64"
203
+ ],
204
+ "dev": true,
205
+ "license": "MIT",
206
+ "optional": true,
207
+ "os": [
208
+ "android"
209
+ ],
210
+ "engines": {
211
+ "node": ">=18"
212
+ }
213
+ },
214
+ "node_modules/@esbuild/darwin-arm64": {
215
+ "version": "0.27.3",
216
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
217
+ "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
218
+ "cpu": [
219
+ "arm64"
220
+ ],
221
+ "dev": true,
222
+ "license": "MIT",
223
+ "optional": true,
224
+ "os": [
225
+ "darwin"
226
+ ],
227
+ "engines": {
228
+ "node": ">=18"
229
+ }
230
+ },
231
+ "node_modules/@esbuild/darwin-x64": {
232
+ "version": "0.27.3",
233
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
234
+ "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
235
+ "cpu": [
236
+ "x64"
237
+ ],
238
+ "dev": true,
239
+ "license": "MIT",
240
+ "optional": true,
241
+ "os": [
242
+ "darwin"
243
+ ],
244
+ "engines": {
245
+ "node": ">=18"
246
+ }
247
+ },
248
+ "node_modules/@esbuild/freebsd-arm64": {
249
+ "version": "0.27.3",
250
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
251
+ "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
252
+ "cpu": [
253
+ "arm64"
254
+ ],
255
+ "dev": true,
256
+ "license": "MIT",
257
+ "optional": true,
258
+ "os": [
259
+ "freebsd"
260
+ ],
261
+ "engines": {
262
+ "node": ">=18"
263
+ }
264
+ },
265
+ "node_modules/@esbuild/freebsd-x64": {
266
+ "version": "0.27.3",
267
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
268
+ "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
269
+ "cpu": [
270
+ "x64"
271
+ ],
272
+ "dev": true,
273
+ "license": "MIT",
274
+ "optional": true,
275
+ "os": [
276
+ "freebsd"
277
+ ],
278
+ "engines": {
279
+ "node": ">=18"
280
+ }
281
+ },
282
+ "node_modules/@esbuild/linux-arm": {
283
+ "version": "0.27.3",
284
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
285
+ "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
286
+ "cpu": [
287
+ "arm"
288
+ ],
289
+ "dev": true,
290
+ "license": "MIT",
291
+ "optional": true,
292
+ "os": [
293
+ "linux"
294
+ ],
295
+ "engines": {
296
+ "node": ">=18"
297
+ }
298
+ },
299
+ "node_modules/@esbuild/linux-arm64": {
300
+ "version": "0.27.3",
301
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
302
+ "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
303
+ "cpu": [
304
+ "arm64"
305
+ ],
306
+ "dev": true,
307
+ "license": "MIT",
308
+ "optional": true,
309
+ "os": [
310
+ "linux"
311
+ ],
312
+ "engines": {
313
+ "node": ">=18"
314
+ }
315
+ },
316
+ "node_modules/@esbuild/linux-ia32": {
317
+ "version": "0.27.3",
318
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
319
+ "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
320
+ "cpu": [
321
+ "ia32"
322
+ ],
323
+ "dev": true,
324
+ "license": "MIT",
325
+ "optional": true,
326
+ "os": [
327
+ "linux"
328
+ ],
329
+ "engines": {
330
+ "node": ">=18"
331
+ }
332
+ },
333
+ "node_modules/@esbuild/linux-loong64": {
334
+ "version": "0.27.3",
335
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
336
+ "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
337
+ "cpu": [
338
+ "loong64"
339
+ ],
340
+ "dev": true,
341
+ "license": "MIT",
342
+ "optional": true,
343
+ "os": [
344
+ "linux"
345
+ ],
346
+ "engines": {
347
+ "node": ">=18"
348
+ }
349
+ },
350
+ "node_modules/@esbuild/linux-mips64el": {
351
+ "version": "0.27.3",
352
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
353
+ "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
354
+ "cpu": [
355
+ "mips64el"
356
+ ],
357
+ "dev": true,
358
+ "license": "MIT",
359
+ "optional": true,
360
+ "os": [
361
+ "linux"
362
+ ],
363
+ "engines": {
364
+ "node": ">=18"
365
+ }
366
+ },
367
+ "node_modules/@esbuild/linux-ppc64": {
368
+ "version": "0.27.3",
369
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
370
+ "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
371
+ "cpu": [
372
+ "ppc64"
373
+ ],
374
+ "dev": true,
375
+ "license": "MIT",
376
+ "optional": true,
377
+ "os": [
378
+ "linux"
379
+ ],
380
+ "engines": {
381
+ "node": ">=18"
382
+ }
383
+ },
384
+ "node_modules/@esbuild/linux-riscv64": {
385
+ "version": "0.27.3",
386
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
387
+ "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
388
+ "cpu": [
389
+ "riscv64"
390
+ ],
391
+ "dev": true,
392
+ "license": "MIT",
393
+ "optional": true,
394
+ "os": [
395
+ "linux"
396
+ ],
397
+ "engines": {
398
+ "node": ">=18"
399
+ }
400
+ },
401
+ "node_modules/@esbuild/linux-s390x": {
402
+ "version": "0.27.3",
403
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
404
+ "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
405
+ "cpu": [
406
+ "s390x"
407
+ ],
408
+ "dev": true,
409
+ "license": "MIT",
410
+ "optional": true,
411
+ "os": [
412
+ "linux"
413
+ ],
414
+ "engines": {
415
+ "node": ">=18"
416
+ }
417
+ },
418
+ "node_modules/@esbuild/linux-x64": {
419
+ "version": "0.27.3",
420
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
421
+ "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
422
+ "cpu": [
423
+ "x64"
424
+ ],
425
+ "dev": true,
426
+ "license": "MIT",
427
+ "optional": true,
428
+ "os": [
429
+ "linux"
430
+ ],
431
+ "engines": {
432
+ "node": ">=18"
433
+ }
434
+ },
435
+ "node_modules/@esbuild/netbsd-arm64": {
436
+ "version": "0.27.3",
437
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
438
+ "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
439
+ "cpu": [
440
+ "arm64"
441
+ ],
442
+ "dev": true,
443
+ "license": "MIT",
444
+ "optional": true,
445
+ "os": [
446
+ "netbsd"
447
+ ],
448
+ "engines": {
449
+ "node": ">=18"
450
+ }
451
+ },
452
+ "node_modules/@esbuild/netbsd-x64": {
453
+ "version": "0.27.3",
454
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
455
+ "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
456
+ "cpu": [
457
+ "x64"
458
+ ],
459
+ "dev": true,
460
+ "license": "MIT",
461
+ "optional": true,
462
+ "os": [
463
+ "netbsd"
464
+ ],
465
+ "engines": {
466
+ "node": ">=18"
467
+ }
468
+ },
469
+ "node_modules/@esbuild/openbsd-arm64": {
470
+ "version": "0.27.3",
471
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
472
+ "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
473
+ "cpu": [
474
+ "arm64"
475
+ ],
476
+ "dev": true,
477
+ "license": "MIT",
478
+ "optional": true,
479
+ "os": [
480
+ "openbsd"
481
+ ],
482
+ "engines": {
483
+ "node": ">=18"
484
+ }
485
+ },
486
+ "node_modules/@esbuild/openbsd-x64": {
487
+ "version": "0.27.3",
488
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
489
+ "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
490
+ "cpu": [
491
+ "x64"
492
+ ],
493
+ "dev": true,
494
+ "license": "MIT",
495
+ "optional": true,
496
+ "os": [
497
+ "openbsd"
498
+ ],
499
+ "engines": {
500
+ "node": ">=18"
501
+ }
502
+ },
503
+ "node_modules/@esbuild/openharmony-arm64": {
504
+ "version": "0.27.3",
505
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz",
506
+ "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==",
507
+ "cpu": [
508
+ "arm64"
509
+ ],
510
+ "dev": true,
511
+ "license": "MIT",
512
+ "optional": true,
513
+ "os": [
514
+ "openharmony"
515
+ ],
516
+ "engines": {
517
+ "node": ">=18"
518
+ }
519
+ },
520
+ "node_modules/@esbuild/sunos-x64": {
521
+ "version": "0.27.3",
522
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
523
+ "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
524
+ "cpu": [
525
+ "x64"
526
+ ],
527
+ "dev": true,
528
+ "license": "MIT",
529
+ "optional": true,
530
+ "os": [
531
+ "sunos"
532
+ ],
533
+ "engines": {
534
+ "node": ">=18"
535
+ }
536
+ },
537
+ "node_modules/@esbuild/win32-arm64": {
538
+ "version": "0.27.3",
539
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
540
+ "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
541
+ "cpu": [
542
+ "arm64"
543
+ ],
544
+ "dev": true,
545
+ "license": "MIT",
546
+ "optional": true,
547
+ "os": [
548
+ "win32"
549
+ ],
550
+ "engines": {
551
+ "node": ">=18"
552
+ }
553
+ },
554
+ "node_modules/@esbuild/win32-ia32": {
555
+ "version": "0.27.3",
556
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
557
+ "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
558
+ "cpu": [
559
+ "ia32"
560
+ ],
561
+ "dev": true,
562
+ "license": "MIT",
563
+ "optional": true,
564
+ "os": [
565
+ "win32"
566
+ ],
567
+ "engines": {
568
+ "node": ">=18"
569
+ }
570
+ },
571
+ "node_modules/@esbuild/win32-x64": {
572
+ "version": "0.27.3",
573
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
574
+ "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
575
+ "cpu": [
576
+ "x64"
577
+ ],
578
+ "dev": true,
579
+ "license": "MIT",
580
+ "optional": true,
581
+ "os": [
582
+ "win32"
583
+ ],
584
+ "engines": {
585
+ "node": ">=18"
586
+ }
587
+ },
588
+ "node_modules/@hono/node-server": {
589
+ "version": "1.19.9",
590
+ "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.9.tgz",
591
+ "integrity": "sha512-vHL6w3ecZsky+8P5MD+eFfaGTyCeOHUIFYMGpQGbrBTSmNNoxv0if69rEZ5giu36weC5saFuznL411gRX7bJDw==",
592
+ "license": "MIT",
593
+ "engines": {
594
+ "node": ">=18.14.1"
595
+ },
596
+ "peerDependencies": {
597
+ "hono": "^4"
598
+ }
599
+ },
600
+ "node_modules/@jridgewell/gen-mapping": {
601
+ "version": "0.3.13",
602
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
603
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
604
+ "dev": true,
605
+ "license": "MIT",
606
+ "dependencies": {
607
+ "@jridgewell/sourcemap-codec": "^1.5.0",
608
+ "@jridgewell/trace-mapping": "^0.3.24"
609
+ }
610
+ },
611
+ "node_modules/@jridgewell/resolve-uri": {
612
+ "version": "3.1.2",
613
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
614
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
615
+ "dev": true,
616
+ "license": "MIT",
617
+ "engines": {
618
+ "node": ">=6.0.0"
619
+ }
620
+ },
621
+ "node_modules/@jridgewell/sourcemap-codec": {
622
+ "version": "1.5.5",
623
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
624
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
625
+ "dev": true,
626
+ "license": "MIT"
627
+ },
628
+ "node_modules/@jridgewell/trace-mapping": {
629
+ "version": "0.3.31",
630
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
631
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
632
+ "dev": true,
633
+ "license": "MIT",
634
+ "dependencies": {
635
+ "@jridgewell/resolve-uri": "^3.1.0",
636
+ "@jridgewell/sourcemap-codec": "^1.4.14"
637
+ }
638
+ },
639
+ "node_modules/@jsdevtools/ono": {
640
+ "version": "7.1.3",
641
+ "resolved": "https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.3.tgz",
642
+ "integrity": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==",
643
+ "license": "MIT"
644
+ },
645
+ "node_modules/@lancedb/lancedb": {
646
+ "version": "0.15.0",
647
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb/-/lancedb-0.15.0.tgz",
648
+ "integrity": "sha512-qm3GXLA17/nFGUwrOEuFNW0Qg2gvCtp+yAs6qoCM6vftIreqzp8d4Hio6eG/YojS9XqPnR2q+zIeIFy12Ywvxg==",
649
+ "cpu": [
650
+ "x64",
651
+ "arm64"
652
+ ],
653
+ "license": "Apache 2.0",
654
+ "os": [
655
+ "darwin",
656
+ "linux",
657
+ "win32"
658
+ ],
659
+ "dependencies": {
660
+ "reflect-metadata": "^0.2.2"
661
+ },
662
+ "engines": {
663
+ "node": ">= 18"
664
+ },
665
+ "optionalDependencies": {
666
+ "@lancedb/lancedb-darwin-arm64": "0.15.0",
667
+ "@lancedb/lancedb-darwin-x64": "0.15.0",
668
+ "@lancedb/lancedb-linux-arm64-gnu": "0.15.0",
669
+ "@lancedb/lancedb-linux-arm64-musl": "0.15.0",
670
+ "@lancedb/lancedb-linux-x64-gnu": "0.15.0",
671
+ "@lancedb/lancedb-linux-x64-musl": "0.15.0",
672
+ "@lancedb/lancedb-win32-arm64-msvc": "0.15.0",
673
+ "@lancedb/lancedb-win32-x64-msvc": "0.15.0"
674
+ },
675
+ "peerDependencies": {
676
+ "apache-arrow": ">=15.0.0 <=18.1.0"
677
+ }
678
+ },
679
+ "node_modules/@lancedb/lancedb-darwin-arm64": {
680
+ "version": "0.15.0",
681
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-darwin-arm64/-/lancedb-darwin-arm64-0.15.0.tgz",
682
+ "integrity": "sha512-e6eiS1dUdSx3G3JXFEn5bk6I26GR7UM2QwQ1YMrTsg7IvGDqKmXc/s5j4jpJH0mzm7rwqh+OAILPIjr7DoUCDA==",
683
+ "cpu": [
684
+ "arm64"
685
+ ],
686
+ "license": "Apache 2.0",
687
+ "optional": true,
688
+ "os": [
689
+ "darwin"
690
+ ],
691
+ "engines": {
692
+ "node": ">= 18"
693
+ }
694
+ },
695
+ "node_modules/@lancedb/lancedb-darwin-x64": {
696
+ "version": "0.15.0",
697
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-darwin-x64/-/lancedb-darwin-x64-0.15.0.tgz",
698
+ "integrity": "sha512-kEgigrqKf954egDbUdIp86tjVfFmTCTcq2Hydw/WLc+LI++46aeT2MsJv0CQpkNFMfh/T2G18FsDYLKH0zTaow==",
699
+ "cpu": [
700
+ "x64"
701
+ ],
702
+ "license": "Apache 2.0",
703
+ "optional": true,
704
+ "os": [
705
+ "darwin"
706
+ ],
707
+ "engines": {
708
+ "node": ">= 18"
709
+ }
710
+ },
711
+ "node_modules/@lancedb/lancedb-linux-arm64-gnu": {
712
+ "version": "0.15.0",
713
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-linux-arm64-gnu/-/lancedb-linux-arm64-gnu-0.15.0.tgz",
714
+ "integrity": "sha512-TnpbBT9kaSYQqastJ+S5jm4S5ZYBx18X8PHQ1ic3yMIdPTjCWauj+owDovOpiXK9ucjmi/FnUp8bKNxGnlqmEg==",
715
+ "cpu": [
716
+ "arm64"
717
+ ],
718
+ "license": "Apache 2.0",
719
+ "optional": true,
720
+ "os": [
721
+ "linux"
722
+ ],
723
+ "engines": {
724
+ "node": ">= 18"
725
+ }
726
+ },
727
+ "node_modules/@lancedb/lancedb-linux-arm64-musl": {
728
+ "version": "0.15.0",
729
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-linux-arm64-musl/-/lancedb-linux-arm64-musl-0.15.0.tgz",
730
+ "integrity": "sha512-fe8LnC9YKbLgEJiLQhyVj+xz1d1RgWKs+rLSYPxaD3xQBo3kMC94Esq+xfrdNkSFvPgchRTvBA9jDYJjJL8rcg==",
731
+ "cpu": [
732
+ "arm64"
733
+ ],
734
+ "license": "Apache 2.0",
735
+ "optional": true,
736
+ "os": [
737
+ "linux"
738
+ ],
739
+ "engines": {
740
+ "node": ">= 18"
741
+ }
742
+ },
743
+ "node_modules/@lancedb/lancedb-linux-x64-gnu": {
744
+ "version": "0.15.0",
745
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-linux-x64-gnu/-/lancedb-linux-x64-gnu-0.15.0.tgz",
746
+ "integrity": "sha512-0lKEc3M06ax3RozBbxHuNN9qWqhJUiKDnRC3ttsbmo4VrOUBvAO3fKoaRkjZhAA8q4+EdhZnCaQZezsk60f7Ag==",
747
+ "cpu": [
748
+ "x64"
749
+ ],
750
+ "license": "Apache 2.0",
751
+ "optional": true,
752
+ "os": [
753
+ "linux"
754
+ ],
755
+ "engines": {
756
+ "node": ">= 18"
757
+ }
758
+ },
759
+ "node_modules/@lancedb/lancedb-linux-x64-musl": {
760
+ "version": "0.15.0",
761
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-linux-x64-musl/-/lancedb-linux-x64-musl-0.15.0.tgz",
762
+ "integrity": "sha512-ls+ikV7vWyVnqVT7bMmuqfGCwVR5JzPIfJ5iZ4rkjU4iTIQRpY7u/cTe9rGKt/+psliji8x6PPZHpfdGXHmleQ==",
763
+ "cpu": [
764
+ "x64"
765
+ ],
766
+ "license": "Apache 2.0",
767
+ "optional": true,
768
+ "os": [
769
+ "linux"
770
+ ],
771
+ "engines": {
772
+ "node": ">= 18"
773
+ }
774
+ },
775
+ "node_modules/@lancedb/lancedb-win32-arm64-msvc": {
776
+ "version": "0.15.0",
777
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-win32-arm64-msvc/-/lancedb-win32-arm64-msvc-0.15.0.tgz",
778
+ "integrity": "sha512-C30A+nDaJ4jhjN76hRcp28Eq+G48SR9wO3i1zGm0ZAEcRV1t9O1fAp6g18IPT65Qyu/hXJBgBdVHtent+qg9Ng==",
779
+ "cpu": [
780
+ "arm64"
781
+ ],
782
+ "license": "Apache 2.0",
783
+ "optional": true,
784
+ "os": [
785
+ "win32"
786
+ ],
787
+ "engines": {
788
+ "node": ">= 18"
789
+ }
790
+ },
791
+ "node_modules/@lancedb/lancedb-win32-x64-msvc": {
792
+ "version": "0.15.0",
793
+ "resolved": "https://registry.npmjs.org/@lancedb/lancedb-win32-x64-msvc/-/lancedb-win32-x64-msvc-0.15.0.tgz",
794
+ "integrity": "sha512-amXzIAxqrHyp+c9TpIDI8ze1uCqWC6HXQIoXkoMQrBXoUUo8tJORH2yGAsa3TSgjZDDjg0HPA33dYLhOLk1m8g==",
795
+ "cpu": [
796
+ "x64"
797
+ ],
798
+ "license": "Apache 2.0",
799
+ "optional": true,
800
+ "os": [
801
+ "win32"
802
+ ],
803
+ "engines": {
804
+ "node": ">= 18"
805
+ }
806
+ },
807
+ "node_modules/@modelcontextprotocol/sdk": {
808
+ "version": "1.26.0",
809
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.26.0.tgz",
810
+ "integrity": "sha512-Y5RmPncpiDtTXDbLKswIJzTqu2hyBKxTNsgKqKclDbhIgg1wgtf1fRuvxgTnRfcnxtvvgbIEcqUOzZrJ6iSReg==",
811
+ "license": "MIT",
812
+ "dependencies": {
813
+ "@hono/node-server": "^1.19.9",
814
+ "ajv": "^8.17.1",
815
+ "ajv-formats": "^3.0.1",
816
+ "content-type": "^1.0.5",
817
+ "cors": "^2.8.5",
818
+ "cross-spawn": "^7.0.5",
819
+ "eventsource": "^3.0.2",
820
+ "eventsource-parser": "^3.0.0",
821
+ "express": "^5.2.1",
822
+ "express-rate-limit": "^8.2.1",
823
+ "hono": "^4.11.4",
824
+ "jose": "^6.1.3",
825
+ "json-schema-typed": "^8.0.2",
826
+ "pkce-challenge": "^5.0.0",
827
+ "raw-body": "^3.0.0",
828
+ "zod": "^3.25 || ^4.0",
829
+ "zod-to-json-schema": "^3.25.1"
830
+ },
831
+ "engines": {
832
+ "node": ">=18"
833
+ },
834
+ "peerDependencies": {
835
+ "@cfworker/json-schema": "^4.1.1",
836
+ "zod": "^3.25 || ^4.0"
837
+ },
838
+ "peerDependenciesMeta": {
839
+ "@cfworker/json-schema": {
840
+ "optional": true
841
+ },
842
+ "zod": {
843
+ "optional": false
844
+ }
845
+ }
846
+ },
847
+ "node_modules/@opentelemetry/api": {
848
+ "version": "1.9.0",
849
+ "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz",
850
+ "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==",
851
+ "license": "Apache-2.0",
852
+ "peer": true,
853
+ "engines": {
854
+ "node": ">=8.0.0"
855
+ }
856
+ },
857
+ "node_modules/@rollup/rollup-android-arm-eabi": {
858
+ "version": "4.57.1",
859
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz",
860
+ "integrity": "sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==",
861
+ "cpu": [
862
+ "arm"
863
+ ],
864
+ "dev": true,
865
+ "license": "MIT",
866
+ "optional": true,
867
+ "os": [
868
+ "android"
869
+ ]
870
+ },
871
+ "node_modules/@rollup/rollup-android-arm64": {
872
+ "version": "4.57.1",
873
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.1.tgz",
874
+ "integrity": "sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==",
875
+ "cpu": [
876
+ "arm64"
877
+ ],
878
+ "dev": true,
879
+ "license": "MIT",
880
+ "optional": true,
881
+ "os": [
882
+ "android"
883
+ ]
884
+ },
885
+ "node_modules/@rollup/rollup-darwin-arm64": {
886
+ "version": "4.57.1",
887
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.1.tgz",
888
+ "integrity": "sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==",
889
+ "cpu": [
890
+ "arm64"
891
+ ],
892
+ "dev": true,
893
+ "license": "MIT",
894
+ "optional": true,
895
+ "os": [
896
+ "darwin"
897
+ ]
898
+ },
899
+ "node_modules/@rollup/rollup-darwin-x64": {
900
+ "version": "4.57.1",
901
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.1.tgz",
902
+ "integrity": "sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==",
903
+ "cpu": [
904
+ "x64"
905
+ ],
906
+ "dev": true,
907
+ "license": "MIT",
908
+ "optional": true,
909
+ "os": [
910
+ "darwin"
911
+ ]
912
+ },
913
+ "node_modules/@rollup/rollup-freebsd-arm64": {
914
+ "version": "4.57.1",
915
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.1.tgz",
916
+ "integrity": "sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==",
917
+ "cpu": [
918
+ "arm64"
919
+ ],
920
+ "dev": true,
921
+ "license": "MIT",
922
+ "optional": true,
923
+ "os": [
924
+ "freebsd"
925
+ ]
926
+ },
927
+ "node_modules/@rollup/rollup-freebsd-x64": {
928
+ "version": "4.57.1",
929
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.1.tgz",
930
+ "integrity": "sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==",
931
+ "cpu": [
932
+ "x64"
933
+ ],
934
+ "dev": true,
935
+ "license": "MIT",
936
+ "optional": true,
937
+ "os": [
938
+ "freebsd"
939
+ ]
940
+ },
941
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
942
+ "version": "4.57.1",
943
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.1.tgz",
944
+ "integrity": "sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==",
945
+ "cpu": [
946
+ "arm"
947
+ ],
948
+ "dev": true,
949
+ "license": "MIT",
950
+ "optional": true,
951
+ "os": [
952
+ "linux"
953
+ ]
954
+ },
955
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
956
+ "version": "4.57.1",
957
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.1.tgz",
958
+ "integrity": "sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==",
959
+ "cpu": [
960
+ "arm"
961
+ ],
962
+ "dev": true,
963
+ "license": "MIT",
964
+ "optional": true,
965
+ "os": [
966
+ "linux"
967
+ ]
968
+ },
969
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
970
+ "version": "4.57.1",
971
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.1.tgz",
972
+ "integrity": "sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==",
973
+ "cpu": [
974
+ "arm64"
975
+ ],
976
+ "dev": true,
977
+ "license": "MIT",
978
+ "optional": true,
979
+ "os": [
980
+ "linux"
981
+ ]
982
+ },
983
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
984
+ "version": "4.57.1",
985
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.1.tgz",
986
+ "integrity": "sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==",
987
+ "cpu": [
988
+ "arm64"
989
+ ],
990
+ "dev": true,
991
+ "license": "MIT",
992
+ "optional": true,
993
+ "os": [
994
+ "linux"
995
+ ]
996
+ },
997
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
998
+ "version": "4.57.1",
999
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.1.tgz",
1000
+ "integrity": "sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==",
1001
+ "cpu": [
1002
+ "loong64"
1003
+ ],
1004
+ "dev": true,
1005
+ "license": "MIT",
1006
+ "optional": true,
1007
+ "os": [
1008
+ "linux"
1009
+ ]
1010
+ },
1011
+ "node_modules/@rollup/rollup-linux-loong64-musl": {
1012
+ "version": "4.57.1",
1013
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.1.tgz",
1014
+ "integrity": "sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==",
1015
+ "cpu": [
1016
+ "loong64"
1017
+ ],
1018
+ "dev": true,
1019
+ "license": "MIT",
1020
+ "optional": true,
1021
+ "os": [
1022
+ "linux"
1023
+ ]
1024
+ },
1025
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1026
+ "version": "4.57.1",
1027
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.1.tgz",
1028
+ "integrity": "sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==",
1029
+ "cpu": [
1030
+ "ppc64"
1031
+ ],
1032
+ "dev": true,
1033
+ "license": "MIT",
1034
+ "optional": true,
1035
+ "os": [
1036
+ "linux"
1037
+ ]
1038
+ },
1039
+ "node_modules/@rollup/rollup-linux-ppc64-musl": {
1040
+ "version": "4.57.1",
1041
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.1.tgz",
1042
+ "integrity": "sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==",
1043
+ "cpu": [
1044
+ "ppc64"
1045
+ ],
1046
+ "dev": true,
1047
+ "license": "MIT",
1048
+ "optional": true,
1049
+ "os": [
1050
+ "linux"
1051
+ ]
1052
+ },
1053
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1054
+ "version": "4.57.1",
1055
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.1.tgz",
1056
+ "integrity": "sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==",
1057
+ "cpu": [
1058
+ "riscv64"
1059
+ ],
1060
+ "dev": true,
1061
+ "license": "MIT",
1062
+ "optional": true,
1063
+ "os": [
1064
+ "linux"
1065
+ ]
1066
+ },
1067
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
1068
+ "version": "4.57.1",
1069
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.1.tgz",
1070
+ "integrity": "sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==",
1071
+ "cpu": [
1072
+ "riscv64"
1073
+ ],
1074
+ "dev": true,
1075
+ "license": "MIT",
1076
+ "optional": true,
1077
+ "os": [
1078
+ "linux"
1079
+ ]
1080
+ },
1081
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
1082
+ "version": "4.57.1",
1083
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.1.tgz",
1084
+ "integrity": "sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==",
1085
+ "cpu": [
1086
+ "s390x"
1087
+ ],
1088
+ "dev": true,
1089
+ "license": "MIT",
1090
+ "optional": true,
1091
+ "os": [
1092
+ "linux"
1093
+ ]
1094
+ },
1095
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1096
+ "version": "4.57.1",
1097
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz",
1098
+ "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==",
1099
+ "cpu": [
1100
+ "x64"
1101
+ ],
1102
+ "dev": true,
1103
+ "license": "MIT",
1104
+ "optional": true,
1105
+ "os": [
1106
+ "linux"
1107
+ ]
1108
+ },
1109
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1110
+ "version": "4.57.1",
1111
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.1.tgz",
1112
+ "integrity": "sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==",
1113
+ "cpu": [
1114
+ "x64"
1115
+ ],
1116
+ "dev": true,
1117
+ "license": "MIT",
1118
+ "optional": true,
1119
+ "os": [
1120
+ "linux"
1121
+ ]
1122
+ },
1123
+ "node_modules/@rollup/rollup-openbsd-x64": {
1124
+ "version": "4.57.1",
1125
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.1.tgz",
1126
+ "integrity": "sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==",
1127
+ "cpu": [
1128
+ "x64"
1129
+ ],
1130
+ "dev": true,
1131
+ "license": "MIT",
1132
+ "optional": true,
1133
+ "os": [
1134
+ "openbsd"
1135
+ ]
1136
+ },
1137
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1138
+ "version": "4.57.1",
1139
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.1.tgz",
1140
+ "integrity": "sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==",
1141
+ "cpu": [
1142
+ "arm64"
1143
+ ],
1144
+ "dev": true,
1145
+ "license": "MIT",
1146
+ "optional": true,
1147
+ "os": [
1148
+ "openharmony"
1149
+ ]
1150
+ },
1151
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1152
+ "version": "4.57.1",
1153
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.1.tgz",
1154
+ "integrity": "sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==",
1155
+ "cpu": [
1156
+ "arm64"
1157
+ ],
1158
+ "dev": true,
1159
+ "license": "MIT",
1160
+ "optional": true,
1161
+ "os": [
1162
+ "win32"
1163
+ ]
1164
+ },
1165
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1166
+ "version": "4.57.1",
1167
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.1.tgz",
1168
+ "integrity": "sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==",
1169
+ "cpu": [
1170
+ "ia32"
1171
+ ],
1172
+ "dev": true,
1173
+ "license": "MIT",
1174
+ "optional": true,
1175
+ "os": [
1176
+ "win32"
1177
+ ]
1178
+ },
1179
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1180
+ "version": "4.57.1",
1181
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.1.tgz",
1182
+ "integrity": "sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==",
1183
+ "cpu": [
1184
+ "x64"
1185
+ ],
1186
+ "dev": true,
1187
+ "license": "MIT",
1188
+ "optional": true,
1189
+ "os": [
1190
+ "win32"
1191
+ ]
1192
+ },
1193
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1194
+ "version": "4.57.1",
1195
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.1.tgz",
1196
+ "integrity": "sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==",
1197
+ "cpu": [
1198
+ "x64"
1199
+ ],
1200
+ "dev": true,
1201
+ "license": "MIT",
1202
+ "optional": true,
1203
+ "os": [
1204
+ "win32"
1205
+ ]
1206
+ },
1207
+ "node_modules/@standard-schema/spec": {
1208
+ "version": "1.1.0",
1209
+ "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
1210
+ "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
1211
+ "license": "MIT",
1212
+ "peer": true
1213
+ },
1214
+ "node_modules/@swc/helpers": {
1215
+ "version": "0.5.18",
1216
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.18.tgz",
1217
+ "integrity": "sha512-TXTnIcNJQEKwThMMqBXsZ4VGAza6bvN4pa41Rkqoio6QBKMvo+5lexeTMScGCIxtzgQJzElcvIltani+adC5PQ==",
1218
+ "license": "Apache-2.0",
1219
+ "dependencies": {
1220
+ "tslib": "^2.8.0"
1221
+ }
1222
+ },
1223
+ "node_modules/@types/better-sqlite3": {
1224
+ "version": "7.6.13",
1225
+ "resolved": "https://registry.npmjs.org/@types/better-sqlite3/-/better-sqlite3-7.6.13.tgz",
1226
+ "integrity": "sha512-NMv9ASNARoKksWtsq/SHakpYAYnhBrQgGD8zkLYk/jaK8jUGn08CfEdTRgYhMypUQAfzSP8W6gNLe0q19/t4VA==",
1227
+ "dev": true,
1228
+ "license": "MIT",
1229
+ "dependencies": {
1230
+ "@types/node": "*"
1231
+ }
1232
+ },
1233
+ "node_modules/@types/command-line-args": {
1234
+ "version": "5.2.3",
1235
+ "resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.2.3.tgz",
1236
+ "integrity": "sha512-uv0aG6R0Y8WHZLTamZwtfsDLVRnOa+n+n5rEvFWL5Na5gZ8V2Teab/duDPFzIIIhs9qizDpcavCusCLJZu62Kw==",
1237
+ "license": "MIT"
1238
+ },
1239
+ "node_modules/@types/command-line-usage": {
1240
+ "version": "5.0.4",
1241
+ "resolved": "https://registry.npmjs.org/@types/command-line-usage/-/command-line-usage-5.0.4.tgz",
1242
+ "integrity": "sha512-BwR5KP3Es/CSht0xqBcUXS3qCAUVXwpRKsV2+arxeb65atasuXG9LykC9Ab10Cw3s2raH92ZqOeILaQbsB2ACg==",
1243
+ "license": "MIT"
1244
+ },
1245
+ "node_modules/@types/estree": {
1246
+ "version": "1.0.8",
1247
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1248
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1249
+ "dev": true,
1250
+ "license": "MIT"
1251
+ },
1252
+ "node_modules/@types/json-schema": {
1253
+ "version": "7.0.15",
1254
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
1255
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
1256
+ "license": "MIT"
1257
+ },
1258
+ "node_modules/@types/lodash": {
1259
+ "version": "4.17.24",
1260
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz",
1261
+ "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==",
1262
+ "license": "MIT"
1263
+ },
1264
+ "node_modules/@types/node": {
1265
+ "version": "22.19.11",
1266
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.11.tgz",
1267
+ "integrity": "sha512-BH7YwL6rA93ReqeQS1c4bsPpcfOmJasG+Fkr6Y59q83f9M1WcBRHR2vM+P9eOisYRcN3ujQoiZY8uk5W+1WL8w==",
1268
+ "dev": true,
1269
+ "license": "MIT",
1270
+ "dependencies": {
1271
+ "undici-types": "~6.21.0"
1272
+ }
1273
+ },
1274
+ "node_modules/@types/qrcode-terminal": {
1275
+ "version": "0.12.2",
1276
+ "resolved": "https://registry.npmjs.org/@types/qrcode-terminal/-/qrcode-terminal-0.12.2.tgz",
1277
+ "integrity": "sha512-v+RcIEJ+Uhd6ygSQ0u5YYY7ZM+la7GgPbs0V/7l/kFs2uO4S8BcIUEMoP7za4DNIqNnUD5npf0A/7kBhrCKG5Q==",
1278
+ "dev": true,
1279
+ "license": "MIT"
1280
+ },
1281
+ "node_modules/@vercel/oidc": {
1282
+ "version": "3.1.0",
1283
+ "resolved": "https://registry.npmjs.org/@vercel/oidc/-/oidc-3.1.0.tgz",
1284
+ "integrity": "sha512-Fw28YZpRnA3cAHHDlkt7xQHiJ0fcL+NRcIqsocZQUSmbzeIKRpwttJjik5ZGanXP+vlA4SbTg+AbA3bP363l+w==",
1285
+ "license": "Apache-2.0",
1286
+ "peer": true,
1287
+ "engines": {
1288
+ "node": ">= 20"
1289
+ }
1290
+ },
1291
+ "node_modules/accepts": {
1292
+ "version": "2.0.0",
1293
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
1294
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
1295
+ "license": "MIT",
1296
+ "dependencies": {
1297
+ "mime-types": "^3.0.0",
1298
+ "negotiator": "^1.0.0"
1299
+ },
1300
+ "engines": {
1301
+ "node": ">= 0.6"
1302
+ }
1303
+ },
1304
+ "node_modules/acorn": {
1305
+ "version": "8.15.0",
1306
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
1307
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
1308
+ "dev": true,
1309
+ "license": "MIT",
1310
+ "bin": {
1311
+ "acorn": "bin/acorn"
1312
+ },
1313
+ "engines": {
1314
+ "node": ">=0.4.0"
1315
+ }
1316
+ },
1317
+ "node_modules/agents": {
1318
+ "version": "0.7.2",
1319
+ "resolved": "https://registry.npmjs.org/agents/-/agents-0.7.2.tgz",
1320
+ "integrity": "sha512-bjDfFwc5/a/HoT8LAue42JzZwyE/sNb6hL+d0q92YPyjRjlBY1VSsU9p7GLnR/tgTxNSVwZqH3zrLiKD4rUP9w==",
1321
+ "license": "MIT",
1322
+ "dependencies": {
1323
+ "@cfworker/json-schema": "^4.1.1",
1324
+ "@modelcontextprotocol/sdk": "1.26.0",
1325
+ "cron-schedule": "^6.0.0",
1326
+ "json-schema": "^0.4.0",
1327
+ "json-schema-to-typescript": "^15.0.4",
1328
+ "mimetext": "^3.0.28",
1329
+ "nanoid": "^5.1.6",
1330
+ "partyserver": "^0.3.2",
1331
+ "partysocket": "1.1.16",
1332
+ "yargs": "^18.0.0"
1333
+ },
1334
+ "bin": {
1335
+ "agents": "dist/cli/index.js"
1336
+ },
1337
+ "peerDependencies": {
1338
+ "@ai-sdk/openai": "^3.0.0",
1339
+ "@ai-sdk/react": "^3.0.0",
1340
+ "@cloudflare/ai-chat": "^0.1.7",
1341
+ "@cloudflare/codemode": "^0.1.2",
1342
+ "@x402/core": "^2.0.0",
1343
+ "@x402/evm": "^2.0.0",
1344
+ "ai": "^6.0.0",
1345
+ "react": "^19.0.0",
1346
+ "viem": ">=2.0.0",
1347
+ "zod": "^3.25.0 || ^4.0.0"
1348
+ },
1349
+ "peerDependenciesMeta": {
1350
+ "@ai-sdk/openai": {
1351
+ "optional": true
1352
+ },
1353
+ "@ai-sdk/react": {
1354
+ "optional": true
1355
+ },
1356
+ "@cloudflare/ai-chat": {
1357
+ "optional": true
1358
+ },
1359
+ "@cloudflare/codemode": {
1360
+ "optional": true
1361
+ },
1362
+ "@x402/core": {
1363
+ "optional": true
1364
+ },
1365
+ "@x402/evm": {
1366
+ "optional": true
1367
+ },
1368
+ "viem": {
1369
+ "optional": true
1370
+ }
1371
+ }
1372
+ },
1373
+ "node_modules/ai": {
1374
+ "version": "6.0.108",
1375
+ "resolved": "https://registry.npmjs.org/ai/-/ai-6.0.108.tgz",
1376
+ "integrity": "sha512-h2xwwU9lE+tdLyII/uFcjcrw+7ciWj2S68GrwQsebjHPSfnvxwrn+sjIl+tBt419yA9rYznWXtQvHJxM1wEAAQ==",
1377
+ "license": "Apache-2.0",
1378
+ "peer": true,
1379
+ "dependencies": {
1380
+ "@ai-sdk/gateway": "3.0.61",
1381
+ "@ai-sdk/provider": "3.0.8",
1382
+ "@ai-sdk/provider-utils": "4.0.17",
1383
+ "@opentelemetry/api": "1.9.0"
1384
+ },
1385
+ "engines": {
1386
+ "node": ">=18"
1387
+ },
1388
+ "peerDependencies": {
1389
+ "zod": "^3.25.76 || ^4.1.8"
1390
+ }
1391
+ },
1392
+ "node_modules/ajv": {
1393
+ "version": "8.17.1",
1394
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
1395
+ "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
1396
+ "license": "MIT",
1397
+ "dependencies": {
1398
+ "fast-deep-equal": "^3.1.3",
1399
+ "fast-uri": "^3.0.1",
1400
+ "json-schema-traverse": "^1.0.0",
1401
+ "require-from-string": "^2.0.2"
1402
+ },
1403
+ "funding": {
1404
+ "type": "github",
1405
+ "url": "https://github.com/sponsors/epoberezkin"
1406
+ }
1407
+ },
1408
+ "node_modules/ajv-formats": {
1409
+ "version": "3.0.1",
1410
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
1411
+ "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
1412
+ "license": "MIT",
1413
+ "dependencies": {
1414
+ "ajv": "^8.0.0"
1415
+ },
1416
+ "peerDependencies": {
1417
+ "ajv": "^8.0.0"
1418
+ },
1419
+ "peerDependenciesMeta": {
1420
+ "ajv": {
1421
+ "optional": true
1422
+ }
1423
+ }
1424
+ },
1425
+ "node_modules/ansi-regex": {
1426
+ "version": "6.2.2",
1427
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
1428
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
1429
+ "license": "MIT",
1430
+ "engines": {
1431
+ "node": ">=12"
1432
+ },
1433
+ "funding": {
1434
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
1435
+ }
1436
+ },
1437
+ "node_modules/ansi-styles": {
1438
+ "version": "4.3.0",
1439
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1440
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1441
+ "license": "MIT",
1442
+ "dependencies": {
1443
+ "color-convert": "^2.0.1"
1444
+ },
1445
+ "engines": {
1446
+ "node": ">=8"
1447
+ },
1448
+ "funding": {
1449
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1450
+ }
1451
+ },
1452
+ "node_modules/any-promise": {
1453
+ "version": "1.3.0",
1454
+ "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
1455
+ "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
1456
+ "dev": true,
1457
+ "license": "MIT"
1458
+ },
1459
+ "node_modules/apache-arrow": {
1460
+ "version": "18.1.0",
1461
+ "resolved": "https://registry.npmjs.org/apache-arrow/-/apache-arrow-18.1.0.tgz",
1462
+ "integrity": "sha512-v/ShMp57iBnBp4lDgV8Jx3d3Q5/Hac25FWmQ98eMahUiHPXcvwIMKJD0hBIgclm/FCG+LwPkAKtkRO1O/W0YGg==",
1463
+ "license": "Apache-2.0",
1464
+ "dependencies": {
1465
+ "@swc/helpers": "^0.5.11",
1466
+ "@types/command-line-args": "^5.2.3",
1467
+ "@types/command-line-usage": "^5.0.4",
1468
+ "@types/node": "^20.13.0",
1469
+ "command-line-args": "^5.2.1",
1470
+ "command-line-usage": "^7.0.1",
1471
+ "flatbuffers": "^24.3.25",
1472
+ "json-bignum": "^0.0.3",
1473
+ "tslib": "^2.6.2"
1474
+ },
1475
+ "bin": {
1476
+ "arrow2csv": "bin/arrow2csv.js"
1477
+ }
1478
+ },
1479
+ "node_modules/apache-arrow/node_modules/@types/node": {
1480
+ "version": "20.19.33",
1481
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.33.tgz",
1482
+ "integrity": "sha512-Rs1bVAIdBs5gbTIKza/tgpMuG1k3U/UMJLWecIMxNdJFDMzcM5LOiLVRYh3PilWEYDIeUDv7bpiHPLPsbydGcw==",
1483
+ "license": "MIT",
1484
+ "dependencies": {
1485
+ "undici-types": "~6.21.0"
1486
+ }
1487
+ },
1488
+ "node_modules/argparse": {
1489
+ "version": "2.0.1",
1490
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
1491
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
1492
+ "license": "Python-2.0"
1493
+ },
1494
+ "node_modules/array-back": {
1495
+ "version": "3.1.0",
1496
+ "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz",
1497
+ "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==",
1498
+ "license": "MIT",
1499
+ "engines": {
1500
+ "node": ">=6"
1501
+ }
1502
+ },
1503
+ "node_modules/base64-js": {
1504
+ "version": "1.5.1",
1505
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
1506
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
1507
+ "funding": [
1508
+ {
1509
+ "type": "github",
1510
+ "url": "https://github.com/sponsors/feross"
1511
+ },
1512
+ {
1513
+ "type": "patreon",
1514
+ "url": "https://www.patreon.com/feross"
1515
+ },
1516
+ {
1517
+ "type": "consulting",
1518
+ "url": "https://feross.org/support"
1519
+ }
1520
+ ],
1521
+ "license": "MIT"
1522
+ },
1523
+ "node_modules/better-sqlite3": {
1524
+ "version": "11.10.0",
1525
+ "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-11.10.0.tgz",
1526
+ "integrity": "sha512-EwhOpyXiOEL/lKzHz9AW1msWFNzGc/z+LzeB3/jnFJpxu+th2yqvzsSWas1v9jgs9+xiXJcD5A8CJxAG2TaghQ==",
1527
+ "hasInstallScript": true,
1528
+ "license": "MIT",
1529
+ "dependencies": {
1530
+ "bindings": "^1.5.0",
1531
+ "prebuild-install": "^7.1.1"
1532
+ }
1533
+ },
1534
+ "node_modules/bindings": {
1535
+ "version": "1.5.0",
1536
+ "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
1537
+ "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
1538
+ "license": "MIT",
1539
+ "dependencies": {
1540
+ "file-uri-to-path": "1.0.0"
1541
+ }
1542
+ },
1543
+ "node_modules/bl": {
1544
+ "version": "4.1.0",
1545
+ "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
1546
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
1547
+ "license": "MIT",
1548
+ "dependencies": {
1549
+ "buffer": "^5.5.0",
1550
+ "inherits": "^2.0.4",
1551
+ "readable-stream": "^3.4.0"
1552
+ }
1553
+ },
1554
+ "node_modules/body-parser": {
1555
+ "version": "2.2.2",
1556
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
1557
+ "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
1558
+ "license": "MIT",
1559
+ "dependencies": {
1560
+ "bytes": "^3.1.2",
1561
+ "content-type": "^1.0.5",
1562
+ "debug": "^4.4.3",
1563
+ "http-errors": "^2.0.0",
1564
+ "iconv-lite": "^0.7.0",
1565
+ "on-finished": "^2.4.1",
1566
+ "qs": "^6.14.1",
1567
+ "raw-body": "^3.0.1",
1568
+ "type-is": "^2.0.1"
1569
+ },
1570
+ "engines": {
1571
+ "node": ">=18"
1572
+ },
1573
+ "funding": {
1574
+ "type": "opencollective",
1575
+ "url": "https://opencollective.com/express"
1576
+ }
1577
+ },
1578
+ "node_modules/buffer": {
1579
+ "version": "5.7.1",
1580
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
1581
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
1582
+ "funding": [
1583
+ {
1584
+ "type": "github",
1585
+ "url": "https://github.com/sponsors/feross"
1586
+ },
1587
+ {
1588
+ "type": "patreon",
1589
+ "url": "https://www.patreon.com/feross"
1590
+ },
1591
+ {
1592
+ "type": "consulting",
1593
+ "url": "https://feross.org/support"
1594
+ }
1595
+ ],
1596
+ "license": "MIT",
1597
+ "dependencies": {
1598
+ "base64-js": "^1.3.1",
1599
+ "ieee754": "^1.1.13"
1600
+ }
1601
+ },
1602
+ "node_modules/bundle-require": {
1603
+ "version": "5.1.0",
1604
+ "resolved": "https://registry.npmjs.org/bundle-require/-/bundle-require-5.1.0.tgz",
1605
+ "integrity": "sha512-3WrrOuZiyaaZPWiEt4G3+IffISVC9HYlWueJEBWED4ZH4aIAC2PnkdnuRrR94M+w6yGWn4AglWtJtBI8YqvgoA==",
1606
+ "dev": true,
1607
+ "license": "MIT",
1608
+ "dependencies": {
1609
+ "load-tsconfig": "^0.2.3"
1610
+ },
1611
+ "engines": {
1612
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1613
+ },
1614
+ "peerDependencies": {
1615
+ "esbuild": ">=0.18"
1616
+ }
1617
+ },
1618
+ "node_modules/bytes": {
1619
+ "version": "3.1.2",
1620
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
1621
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
1622
+ "license": "MIT",
1623
+ "engines": {
1624
+ "node": ">= 0.8"
1625
+ }
1626
+ },
1627
+ "node_modules/cac": {
1628
+ "version": "6.7.14",
1629
+ "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
1630
+ "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
1631
+ "dev": true,
1632
+ "license": "MIT",
1633
+ "engines": {
1634
+ "node": ">=8"
1635
+ }
1636
+ },
1637
+ "node_modules/call-bind-apply-helpers": {
1638
+ "version": "1.0.2",
1639
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
1640
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
1641
+ "license": "MIT",
1642
+ "dependencies": {
1643
+ "es-errors": "^1.3.0",
1644
+ "function-bind": "^1.1.2"
1645
+ },
1646
+ "engines": {
1647
+ "node": ">= 0.4"
1648
+ }
1649
+ },
1650
+ "node_modules/call-bound": {
1651
+ "version": "1.0.4",
1652
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
1653
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
1654
+ "license": "MIT",
1655
+ "dependencies": {
1656
+ "call-bind-apply-helpers": "^1.0.2",
1657
+ "get-intrinsic": "^1.3.0"
1658
+ },
1659
+ "engines": {
1660
+ "node": ">= 0.4"
1661
+ },
1662
+ "funding": {
1663
+ "url": "https://github.com/sponsors/ljharb"
1664
+ }
1665
+ },
1666
+ "node_modules/chalk": {
1667
+ "version": "4.1.2",
1668
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
1669
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1670
+ "license": "MIT",
1671
+ "dependencies": {
1672
+ "ansi-styles": "^4.1.0",
1673
+ "supports-color": "^7.1.0"
1674
+ },
1675
+ "engines": {
1676
+ "node": ">=10"
1677
+ },
1678
+ "funding": {
1679
+ "url": "https://github.com/chalk/chalk?sponsor=1"
1680
+ }
1681
+ },
1682
+ "node_modules/chalk-template": {
1683
+ "version": "0.4.0",
1684
+ "resolved": "https://registry.npmjs.org/chalk-template/-/chalk-template-0.4.0.tgz",
1685
+ "integrity": "sha512-/ghrgmhfY8RaSdeo43hNXxpoHAtxdbskUHjPpfqUWGttFgycUhYPGx3YZBCnUCvOa7Doivn1IZec3DEGFoMgLg==",
1686
+ "license": "MIT",
1687
+ "dependencies": {
1688
+ "chalk": "^4.1.2"
1689
+ },
1690
+ "engines": {
1691
+ "node": ">=12"
1692
+ },
1693
+ "funding": {
1694
+ "url": "https://github.com/chalk/chalk-template?sponsor=1"
1695
+ }
1696
+ },
1697
+ "node_modules/chokidar": {
1698
+ "version": "4.0.3",
1699
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
1700
+ "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
1701
+ "dev": true,
1702
+ "license": "MIT",
1703
+ "dependencies": {
1704
+ "readdirp": "^4.0.1"
1705
+ },
1706
+ "engines": {
1707
+ "node": ">= 14.16.0"
1708
+ },
1709
+ "funding": {
1710
+ "url": "https://paulmillr.com/funding/"
1711
+ }
1712
+ },
1713
+ "node_modules/chownr": {
1714
+ "version": "1.1.4",
1715
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
1716
+ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
1717
+ "license": "ISC"
1718
+ },
1719
+ "node_modules/cliui": {
1720
+ "version": "9.0.1",
1721
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
1722
+ "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
1723
+ "license": "ISC",
1724
+ "dependencies": {
1725
+ "string-width": "^7.2.0",
1726
+ "strip-ansi": "^7.1.0",
1727
+ "wrap-ansi": "^9.0.0"
1728
+ },
1729
+ "engines": {
1730
+ "node": ">=20"
1731
+ }
1732
+ },
1733
+ "node_modules/color-convert": {
1734
+ "version": "2.0.1",
1735
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1736
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1737
+ "license": "MIT",
1738
+ "dependencies": {
1739
+ "color-name": "~1.1.4"
1740
+ },
1741
+ "engines": {
1742
+ "node": ">=7.0.0"
1743
+ }
1744
+ },
1745
+ "node_modules/color-name": {
1746
+ "version": "1.1.4",
1747
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1748
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1749
+ "license": "MIT"
1750
+ },
1751
+ "node_modules/command-line-args": {
1752
+ "version": "5.2.1",
1753
+ "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.2.1.tgz",
1754
+ "integrity": "sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==",
1755
+ "license": "MIT",
1756
+ "dependencies": {
1757
+ "array-back": "^3.1.0",
1758
+ "find-replace": "^3.0.0",
1759
+ "lodash.camelcase": "^4.3.0",
1760
+ "typical": "^4.0.0"
1761
+ },
1762
+ "engines": {
1763
+ "node": ">=4.0.0"
1764
+ }
1765
+ },
1766
+ "node_modules/command-line-usage": {
1767
+ "version": "7.0.3",
1768
+ "resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-7.0.3.tgz",
1769
+ "integrity": "sha512-PqMLy5+YGwhMh1wS04mVG44oqDsgyLRSKJBdOo1bnYhMKBW65gZF1dRp2OZRhiTjgUHljy99qkO7bsctLaw35Q==",
1770
+ "license": "MIT",
1771
+ "dependencies": {
1772
+ "array-back": "^6.2.2",
1773
+ "chalk-template": "^0.4.0",
1774
+ "table-layout": "^4.1.0",
1775
+ "typical": "^7.1.1"
1776
+ },
1777
+ "engines": {
1778
+ "node": ">=12.20.0"
1779
+ }
1780
+ },
1781
+ "node_modules/command-line-usage/node_modules/array-back": {
1782
+ "version": "6.2.2",
1783
+ "resolved": "https://registry.npmjs.org/array-back/-/array-back-6.2.2.tgz",
1784
+ "integrity": "sha512-gUAZ7HPyb4SJczXAMUXMGAvI976JoK3qEx9v1FTmeYuJj0IBiaKttG1ydtGKdkfqWkIkouke7nG8ufGy77+Cvw==",
1785
+ "license": "MIT",
1786
+ "engines": {
1787
+ "node": ">=12.17"
1788
+ }
1789
+ },
1790
+ "node_modules/command-line-usage/node_modules/typical": {
1791
+ "version": "7.3.0",
1792
+ "resolved": "https://registry.npmjs.org/typical/-/typical-7.3.0.tgz",
1793
+ "integrity": "sha512-ya4mg/30vm+DOWfBg4YK3j2WD6TWtRkCbasOJr40CseYENzCUby/7rIvXA99JGsQHeNxLbnXdyLLxKSv3tauFw==",
1794
+ "license": "MIT",
1795
+ "engines": {
1796
+ "node": ">=12.17"
1797
+ }
1798
+ },
1799
+ "node_modules/commander": {
1800
+ "version": "4.1.1",
1801
+ "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
1802
+ "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
1803
+ "dev": true,
1804
+ "license": "MIT",
1805
+ "engines": {
1806
+ "node": ">= 6"
1807
+ }
1808
+ },
1809
+ "node_modules/confbox": {
1810
+ "version": "0.1.8",
1811
+ "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
1812
+ "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
1813
+ "dev": true,
1814
+ "license": "MIT"
1815
+ },
1816
+ "node_modules/consola": {
1817
+ "version": "3.4.2",
1818
+ "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
1819
+ "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
1820
+ "dev": true,
1821
+ "license": "MIT",
1822
+ "engines": {
1823
+ "node": "^14.18.0 || >=16.10.0"
1824
+ }
1825
+ },
1826
+ "node_modules/content-disposition": {
1827
+ "version": "1.0.1",
1828
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
1829
+ "integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
1830
+ "license": "MIT",
1831
+ "engines": {
1832
+ "node": ">=18"
1833
+ },
1834
+ "funding": {
1835
+ "type": "opencollective",
1836
+ "url": "https://opencollective.com/express"
1837
+ }
1838
+ },
1839
+ "node_modules/content-type": {
1840
+ "version": "1.0.5",
1841
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
1842
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
1843
+ "license": "MIT",
1844
+ "engines": {
1845
+ "node": ">= 0.6"
1846
+ }
1847
+ },
1848
+ "node_modules/cookie": {
1849
+ "version": "0.7.2",
1850
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
1851
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
1852
+ "license": "MIT",
1853
+ "engines": {
1854
+ "node": ">= 0.6"
1855
+ }
1856
+ },
1857
+ "node_modules/cookie-signature": {
1858
+ "version": "1.2.2",
1859
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
1860
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
1861
+ "license": "MIT",
1862
+ "engines": {
1863
+ "node": ">=6.6.0"
1864
+ }
1865
+ },
1866
+ "node_modules/core-js-pure": {
1867
+ "version": "3.48.0",
1868
+ "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.48.0.tgz",
1869
+ "integrity": "sha512-1slJgk89tWC51HQ1AEqG+s2VuwpTRr8ocu4n20QUcH1v9lAN0RXen0Q0AABa/DK1I7RrNWLucplOHMx8hfTGTw==",
1870
+ "hasInstallScript": true,
1871
+ "license": "MIT",
1872
+ "funding": {
1873
+ "type": "opencollective",
1874
+ "url": "https://opencollective.com/core-js"
1875
+ }
1876
+ },
1877
+ "node_modules/cors": {
1878
+ "version": "2.8.6",
1879
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
1880
+ "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
1881
+ "license": "MIT",
1882
+ "dependencies": {
1883
+ "object-assign": "^4",
1884
+ "vary": "^1"
1885
+ },
1886
+ "engines": {
1887
+ "node": ">= 0.10"
1888
+ },
1889
+ "funding": {
1890
+ "type": "opencollective",
1891
+ "url": "https://opencollective.com/express"
1892
+ }
1893
+ },
1894
+ "node_modules/cron-schedule": {
1895
+ "version": "6.0.0",
1896
+ "resolved": "https://registry.npmjs.org/cron-schedule/-/cron-schedule-6.0.0.tgz",
1897
+ "integrity": "sha512-BoZaseYGXOo5j5HUwTaegIog3JJbuH4BbrY9A1ArLjXpy+RWb3mV28F/9Gv1dDA7E2L8kngWva4NWisnLTyfgQ==",
1898
+ "license": "MIT",
1899
+ "engines": {
1900
+ "node": ">=20"
1901
+ }
1902
+ },
1903
+ "node_modules/cross-spawn": {
1904
+ "version": "7.0.6",
1905
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1906
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1907
+ "license": "MIT",
1908
+ "dependencies": {
1909
+ "path-key": "^3.1.0",
1910
+ "shebang-command": "^2.0.0",
1911
+ "which": "^2.0.1"
1912
+ },
1913
+ "engines": {
1914
+ "node": ">= 8"
1915
+ }
1916
+ },
1917
+ "node_modules/debug": {
1918
+ "version": "4.4.3",
1919
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1920
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1921
+ "license": "MIT",
1922
+ "dependencies": {
1923
+ "ms": "^2.1.3"
1924
+ },
1925
+ "engines": {
1926
+ "node": ">=6.0"
1927
+ },
1928
+ "peerDependenciesMeta": {
1929
+ "supports-color": {
1930
+ "optional": true
1931
+ }
1932
+ }
1933
+ },
1934
+ "node_modules/decompress-response": {
1935
+ "version": "6.0.0",
1936
+ "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
1937
+ "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
1938
+ "license": "MIT",
1939
+ "dependencies": {
1940
+ "mimic-response": "^3.1.0"
1941
+ },
1942
+ "engines": {
1943
+ "node": ">=10"
1944
+ },
1945
+ "funding": {
1946
+ "url": "https://github.com/sponsors/sindresorhus"
1947
+ }
1948
+ },
1949
+ "node_modules/deep-extend": {
1950
+ "version": "0.6.0",
1951
+ "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
1952
+ "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
1953
+ "license": "MIT",
1954
+ "engines": {
1955
+ "node": ">=4.0.0"
1956
+ }
1957
+ },
1958
+ "node_modules/depd": {
1959
+ "version": "2.0.0",
1960
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
1961
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
1962
+ "license": "MIT",
1963
+ "engines": {
1964
+ "node": ">= 0.8"
1965
+ }
1966
+ },
1967
+ "node_modules/detect-libc": {
1968
+ "version": "2.1.2",
1969
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1970
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1971
+ "license": "Apache-2.0",
1972
+ "engines": {
1973
+ "node": ">=8"
1974
+ }
1975
+ },
1976
+ "node_modules/dream-weaver-protocol": {
1977
+ "resolved": "../dream-weaver-protocol-private",
1978
+ "link": true
1979
+ },
1980
+ "node_modules/dunder-proto": {
1981
+ "version": "1.0.1",
1982
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
1983
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
1984
+ "license": "MIT",
1985
+ "dependencies": {
1986
+ "call-bind-apply-helpers": "^1.0.1",
1987
+ "es-errors": "^1.3.0",
1988
+ "gopd": "^1.2.0"
1989
+ },
1990
+ "engines": {
1991
+ "node": ">= 0.4"
1992
+ }
1993
+ },
1994
+ "node_modules/ee-first": {
1995
+ "version": "1.1.1",
1996
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
1997
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
1998
+ "license": "MIT"
1999
+ },
2000
+ "node_modules/emoji-regex": {
2001
+ "version": "10.6.0",
2002
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
2003
+ "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
2004
+ "license": "MIT"
2005
+ },
2006
+ "node_modules/encodeurl": {
2007
+ "version": "2.0.0",
2008
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
2009
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
2010
+ "license": "MIT",
2011
+ "engines": {
2012
+ "node": ">= 0.8"
2013
+ }
2014
+ },
2015
+ "node_modules/end-of-stream": {
2016
+ "version": "1.4.5",
2017
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
2018
+ "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
2019
+ "license": "MIT",
2020
+ "dependencies": {
2021
+ "once": "^1.4.0"
2022
+ }
2023
+ },
2024
+ "node_modules/es-define-property": {
2025
+ "version": "1.0.1",
2026
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
2027
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
2028
+ "license": "MIT",
2029
+ "engines": {
2030
+ "node": ">= 0.4"
2031
+ }
2032
+ },
2033
+ "node_modules/es-errors": {
2034
+ "version": "1.3.0",
2035
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
2036
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
2037
+ "license": "MIT",
2038
+ "engines": {
2039
+ "node": ">= 0.4"
2040
+ }
2041
+ },
2042
+ "node_modules/es-object-atoms": {
2043
+ "version": "1.1.1",
2044
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
2045
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
2046
+ "license": "MIT",
2047
+ "dependencies": {
2048
+ "es-errors": "^1.3.0"
2049
+ },
2050
+ "engines": {
2051
+ "node": ">= 0.4"
2052
+ }
2053
+ },
2054
+ "node_modules/esbuild": {
2055
+ "version": "0.27.3",
2056
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz",
2057
+ "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
2058
+ "dev": true,
2059
+ "hasInstallScript": true,
2060
+ "license": "MIT",
2061
+ "bin": {
2062
+ "esbuild": "bin/esbuild"
2063
+ },
2064
+ "engines": {
2065
+ "node": ">=18"
2066
+ },
2067
+ "optionalDependencies": {
2068
+ "@esbuild/aix-ppc64": "0.27.3",
2069
+ "@esbuild/android-arm": "0.27.3",
2070
+ "@esbuild/android-arm64": "0.27.3",
2071
+ "@esbuild/android-x64": "0.27.3",
2072
+ "@esbuild/darwin-arm64": "0.27.3",
2073
+ "@esbuild/darwin-x64": "0.27.3",
2074
+ "@esbuild/freebsd-arm64": "0.27.3",
2075
+ "@esbuild/freebsd-x64": "0.27.3",
2076
+ "@esbuild/linux-arm": "0.27.3",
2077
+ "@esbuild/linux-arm64": "0.27.3",
2078
+ "@esbuild/linux-ia32": "0.27.3",
2079
+ "@esbuild/linux-loong64": "0.27.3",
2080
+ "@esbuild/linux-mips64el": "0.27.3",
2081
+ "@esbuild/linux-ppc64": "0.27.3",
2082
+ "@esbuild/linux-riscv64": "0.27.3",
2083
+ "@esbuild/linux-s390x": "0.27.3",
2084
+ "@esbuild/linux-x64": "0.27.3",
2085
+ "@esbuild/netbsd-arm64": "0.27.3",
2086
+ "@esbuild/netbsd-x64": "0.27.3",
2087
+ "@esbuild/openbsd-arm64": "0.27.3",
2088
+ "@esbuild/openbsd-x64": "0.27.3",
2089
+ "@esbuild/openharmony-arm64": "0.27.3",
2090
+ "@esbuild/sunos-x64": "0.27.3",
2091
+ "@esbuild/win32-arm64": "0.27.3",
2092
+ "@esbuild/win32-ia32": "0.27.3",
2093
+ "@esbuild/win32-x64": "0.27.3"
2094
+ }
2095
+ },
2096
+ "node_modules/escalade": {
2097
+ "version": "3.2.0",
2098
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
2099
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
2100
+ "license": "MIT",
2101
+ "engines": {
2102
+ "node": ">=6"
2103
+ }
2104
+ },
2105
+ "node_modules/escape-html": {
2106
+ "version": "1.0.3",
2107
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
2108
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
2109
+ "license": "MIT"
2110
+ },
2111
+ "node_modules/etag": {
2112
+ "version": "1.8.1",
2113
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
2114
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
2115
+ "license": "MIT",
2116
+ "engines": {
2117
+ "node": ">= 0.6"
2118
+ }
2119
+ },
2120
+ "node_modules/event-target-polyfill": {
2121
+ "version": "0.0.4",
2122
+ "resolved": "https://registry.npmjs.org/event-target-polyfill/-/event-target-polyfill-0.0.4.tgz",
2123
+ "integrity": "sha512-Gs6RLjzlLRdT8X9ZipJdIZI/Y6/HhRLyq9RdDlCsnpxr/+Nn6bU2EFGuC94GjxqhM+Nmij2Vcq98yoHrU8uNFQ==",
2124
+ "license": "MIT"
2125
+ },
2126
+ "node_modules/eventsource": {
2127
+ "version": "3.0.7",
2128
+ "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
2129
+ "integrity": "sha512-CRT1WTyuQoD771GW56XEZFQ/ZoSfWid1alKGDYMmkt2yl8UXrVR4pspqWNEcqKvVIzg6PAltWjxcSSPrboA4iA==",
2130
+ "license": "MIT",
2131
+ "dependencies": {
2132
+ "eventsource-parser": "^3.0.1"
2133
+ },
2134
+ "engines": {
2135
+ "node": ">=18.0.0"
2136
+ }
2137
+ },
2138
+ "node_modules/eventsource-parser": {
2139
+ "version": "3.0.6",
2140
+ "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.6.tgz",
2141
+ "integrity": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==",
2142
+ "license": "MIT",
2143
+ "engines": {
2144
+ "node": ">=18.0.0"
2145
+ }
2146
+ },
2147
+ "node_modules/expand-template": {
2148
+ "version": "2.0.3",
2149
+ "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
2150
+ "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
2151
+ "license": "(MIT OR WTFPL)",
2152
+ "engines": {
2153
+ "node": ">=6"
2154
+ }
2155
+ },
2156
+ "node_modules/express": {
2157
+ "version": "5.2.1",
2158
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
2159
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
2160
+ "license": "MIT",
2161
+ "dependencies": {
2162
+ "accepts": "^2.0.0",
2163
+ "body-parser": "^2.2.1",
2164
+ "content-disposition": "^1.0.0",
2165
+ "content-type": "^1.0.5",
2166
+ "cookie": "^0.7.1",
2167
+ "cookie-signature": "^1.2.1",
2168
+ "debug": "^4.4.0",
2169
+ "depd": "^2.0.0",
2170
+ "encodeurl": "^2.0.0",
2171
+ "escape-html": "^1.0.3",
2172
+ "etag": "^1.8.1",
2173
+ "finalhandler": "^2.1.0",
2174
+ "fresh": "^2.0.0",
2175
+ "http-errors": "^2.0.0",
2176
+ "merge-descriptors": "^2.0.0",
2177
+ "mime-types": "^3.0.0",
2178
+ "on-finished": "^2.4.1",
2179
+ "once": "^1.4.0",
2180
+ "parseurl": "^1.3.3",
2181
+ "proxy-addr": "^2.0.7",
2182
+ "qs": "^6.14.0",
2183
+ "range-parser": "^1.2.1",
2184
+ "router": "^2.2.0",
2185
+ "send": "^1.1.0",
2186
+ "serve-static": "^2.2.0",
2187
+ "statuses": "^2.0.1",
2188
+ "type-is": "^2.0.1",
2189
+ "vary": "^1.1.2"
2190
+ },
2191
+ "engines": {
2192
+ "node": ">= 18"
2193
+ },
2194
+ "funding": {
2195
+ "type": "opencollective",
2196
+ "url": "https://opencollective.com/express"
2197
+ }
2198
+ },
2199
+ "node_modules/express-rate-limit": {
2200
+ "version": "8.2.1",
2201
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.2.1.tgz",
2202
+ "integrity": "sha512-PCZEIEIxqwhzw4KF0n7QF4QqruVTcF73O5kFKUnGOyjbCCgizBBiFaYpd/fnBLUMPw/BWw9OsiN7GgrNYr7j6g==",
2203
+ "license": "MIT",
2204
+ "dependencies": {
2205
+ "ip-address": "10.0.1"
2206
+ },
2207
+ "engines": {
2208
+ "node": ">= 16"
2209
+ },
2210
+ "funding": {
2211
+ "url": "https://github.com/sponsors/express-rate-limit"
2212
+ },
2213
+ "peerDependencies": {
2214
+ "express": ">= 4.11"
2215
+ }
2216
+ },
2217
+ "node_modules/fast-deep-equal": {
2218
+ "version": "3.1.3",
2219
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2220
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
2221
+ "license": "MIT"
2222
+ },
2223
+ "node_modules/fast-uri": {
2224
+ "version": "3.1.0",
2225
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
2226
+ "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
2227
+ "funding": [
2228
+ {
2229
+ "type": "github",
2230
+ "url": "https://github.com/sponsors/fastify"
2231
+ },
2232
+ {
2233
+ "type": "opencollective",
2234
+ "url": "https://opencollective.com/fastify"
2235
+ }
2236
+ ],
2237
+ "license": "BSD-3-Clause"
2238
+ },
2239
+ "node_modules/fdir": {
2240
+ "version": "6.5.0",
2241
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2242
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2243
+ "license": "MIT",
2244
+ "engines": {
2245
+ "node": ">=12.0.0"
2246
+ },
2247
+ "peerDependencies": {
2248
+ "picomatch": "^3 || ^4"
2249
+ },
2250
+ "peerDependenciesMeta": {
2251
+ "picomatch": {
2252
+ "optional": true
2253
+ }
2254
+ }
2255
+ },
2256
+ "node_modules/file-uri-to-path": {
2257
+ "version": "1.0.0",
2258
+ "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
2259
+ "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
2260
+ "license": "MIT"
2261
+ },
2262
+ "node_modules/finalhandler": {
2263
+ "version": "2.1.1",
2264
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
2265
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
2266
+ "license": "MIT",
2267
+ "dependencies": {
2268
+ "debug": "^4.4.0",
2269
+ "encodeurl": "^2.0.0",
2270
+ "escape-html": "^1.0.3",
2271
+ "on-finished": "^2.4.1",
2272
+ "parseurl": "^1.3.3",
2273
+ "statuses": "^2.0.1"
2274
+ },
2275
+ "engines": {
2276
+ "node": ">= 18.0.0"
2277
+ },
2278
+ "funding": {
2279
+ "type": "opencollective",
2280
+ "url": "https://opencollective.com/express"
2281
+ }
2282
+ },
2283
+ "node_modules/find-replace": {
2284
+ "version": "3.0.0",
2285
+ "resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz",
2286
+ "integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==",
2287
+ "license": "MIT",
2288
+ "dependencies": {
2289
+ "array-back": "^3.0.1"
2290
+ },
2291
+ "engines": {
2292
+ "node": ">=4.0.0"
2293
+ }
2294
+ },
2295
+ "node_modules/fix-dts-default-cjs-exports": {
2296
+ "version": "1.0.1",
2297
+ "resolved": "https://registry.npmjs.org/fix-dts-default-cjs-exports/-/fix-dts-default-cjs-exports-1.0.1.tgz",
2298
+ "integrity": "sha512-pVIECanWFC61Hzl2+oOCtoJ3F17kglZC/6N94eRWycFgBH35hHx0Li604ZIzhseh97mf2p0cv7vVrOZGoqhlEg==",
2299
+ "dev": true,
2300
+ "license": "MIT",
2301
+ "dependencies": {
2302
+ "magic-string": "^0.30.17",
2303
+ "mlly": "^1.7.4",
2304
+ "rollup": "^4.34.8"
2305
+ }
2306
+ },
2307
+ "node_modules/flatbuffers": {
2308
+ "version": "24.12.23",
2309
+ "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-24.12.23.tgz",
2310
+ "integrity": "sha512-dLVCAISd5mhls514keQzmEG6QHmUUsNuWsb4tFafIUwvvgDjXhtfAYSKOzt5SWOy+qByV5pbsDZ+Vb7HUOBEdA==",
2311
+ "license": "Apache-2.0"
2312
+ },
2313
+ "node_modules/forwarded": {
2314
+ "version": "0.2.0",
2315
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
2316
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
2317
+ "license": "MIT",
2318
+ "engines": {
2319
+ "node": ">= 0.6"
2320
+ }
2321
+ },
2322
+ "node_modules/fresh": {
2323
+ "version": "2.0.0",
2324
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
2325
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
2326
+ "license": "MIT",
2327
+ "engines": {
2328
+ "node": ">= 0.8"
2329
+ }
2330
+ },
2331
+ "node_modules/fs-constants": {
2332
+ "version": "1.0.0",
2333
+ "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
2334
+ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
2335
+ "license": "MIT"
2336
+ },
2337
+ "node_modules/fsevents": {
2338
+ "version": "2.3.3",
2339
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2340
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2341
+ "dev": true,
2342
+ "hasInstallScript": true,
2343
+ "license": "MIT",
2344
+ "optional": true,
2345
+ "os": [
2346
+ "darwin"
2347
+ ],
2348
+ "engines": {
2349
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2350
+ }
2351
+ },
2352
+ "node_modules/function-bind": {
2353
+ "version": "1.1.2",
2354
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
2355
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
2356
+ "license": "MIT",
2357
+ "funding": {
2358
+ "url": "https://github.com/sponsors/ljharb"
2359
+ }
2360
+ },
2361
+ "node_modules/get-caller-file": {
2362
+ "version": "2.0.5",
2363
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
2364
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
2365
+ "license": "ISC",
2366
+ "engines": {
2367
+ "node": "6.* || 8.* || >= 10.*"
2368
+ }
2369
+ },
2370
+ "node_modules/get-east-asian-width": {
2371
+ "version": "1.5.0",
2372
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
2373
+ "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
2374
+ "license": "MIT",
2375
+ "engines": {
2376
+ "node": ">=18"
2377
+ },
2378
+ "funding": {
2379
+ "url": "https://github.com/sponsors/sindresorhus"
2380
+ }
2381
+ },
2382
+ "node_modules/get-intrinsic": {
2383
+ "version": "1.3.0",
2384
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
2385
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
2386
+ "license": "MIT",
2387
+ "dependencies": {
2388
+ "call-bind-apply-helpers": "^1.0.2",
2389
+ "es-define-property": "^1.0.1",
2390
+ "es-errors": "^1.3.0",
2391
+ "es-object-atoms": "^1.1.1",
2392
+ "function-bind": "^1.1.2",
2393
+ "get-proto": "^1.0.1",
2394
+ "gopd": "^1.2.0",
2395
+ "has-symbols": "^1.1.0",
2396
+ "hasown": "^2.0.2",
2397
+ "math-intrinsics": "^1.1.0"
2398
+ },
2399
+ "engines": {
2400
+ "node": ">= 0.4"
2401
+ },
2402
+ "funding": {
2403
+ "url": "https://github.com/sponsors/ljharb"
2404
+ }
2405
+ },
2406
+ "node_modules/get-proto": {
2407
+ "version": "1.0.1",
2408
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
2409
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
2410
+ "license": "MIT",
2411
+ "dependencies": {
2412
+ "dunder-proto": "^1.0.1",
2413
+ "es-object-atoms": "^1.0.0"
2414
+ },
2415
+ "engines": {
2416
+ "node": ">= 0.4"
2417
+ }
2418
+ },
2419
+ "node_modules/github-from-package": {
2420
+ "version": "0.0.0",
2421
+ "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
2422
+ "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
2423
+ "license": "MIT"
2424
+ },
2425
+ "node_modules/gopd": {
2426
+ "version": "1.2.0",
2427
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
2428
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
2429
+ "license": "MIT",
2430
+ "engines": {
2431
+ "node": ">= 0.4"
2432
+ },
2433
+ "funding": {
2434
+ "url": "https://github.com/sponsors/ljharb"
2435
+ }
2436
+ },
2437
+ "node_modules/has-flag": {
2438
+ "version": "4.0.0",
2439
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2440
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2441
+ "license": "MIT",
2442
+ "engines": {
2443
+ "node": ">=8"
2444
+ }
2445
+ },
2446
+ "node_modules/has-symbols": {
2447
+ "version": "1.1.0",
2448
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
2449
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
2450
+ "license": "MIT",
2451
+ "engines": {
2452
+ "node": ">= 0.4"
2453
+ },
2454
+ "funding": {
2455
+ "url": "https://github.com/sponsors/ljharb"
2456
+ }
2457
+ },
2458
+ "node_modules/hasown": {
2459
+ "version": "2.0.2",
2460
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
2461
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
2462
+ "license": "MIT",
2463
+ "dependencies": {
2464
+ "function-bind": "^1.1.2"
2465
+ },
2466
+ "engines": {
2467
+ "node": ">= 0.4"
2468
+ }
2469
+ },
2470
+ "node_modules/hono": {
2471
+ "version": "4.11.9",
2472
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.9.tgz",
2473
+ "integrity": "sha512-Eaw2YTGM6WOxA6CXbckaEvslr2Ne4NFsKrvc0v97JD5awbmeBLO5w9Ho9L9kmKonrwF9RJlW6BxT1PVv/agBHQ==",
2474
+ "license": "MIT",
2475
+ "engines": {
2476
+ "node": ">=16.9.0"
2477
+ }
2478
+ },
2479
+ "node_modules/http-errors": {
2480
+ "version": "2.0.1",
2481
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
2482
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
2483
+ "license": "MIT",
2484
+ "dependencies": {
2485
+ "depd": "~2.0.0",
2486
+ "inherits": "~2.0.4",
2487
+ "setprototypeof": "~1.2.0",
2488
+ "statuses": "~2.0.2",
2489
+ "toidentifier": "~1.0.1"
2490
+ },
2491
+ "engines": {
2492
+ "node": ">= 0.8"
2493
+ },
2494
+ "funding": {
2495
+ "type": "opencollective",
2496
+ "url": "https://opencollective.com/express"
2497
+ }
2498
+ },
2499
+ "node_modules/iconv-lite": {
2500
+ "version": "0.7.2",
2501
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
2502
+ "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
2503
+ "license": "MIT",
2504
+ "dependencies": {
2505
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
2506
+ },
2507
+ "engines": {
2508
+ "node": ">=0.10.0"
2509
+ },
2510
+ "funding": {
2511
+ "type": "opencollective",
2512
+ "url": "https://opencollective.com/express"
2513
+ }
2514
+ },
2515
+ "node_modules/ieee754": {
2516
+ "version": "1.2.1",
2517
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
2518
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
2519
+ "funding": [
2520
+ {
2521
+ "type": "github",
2522
+ "url": "https://github.com/sponsors/feross"
2523
+ },
2524
+ {
2525
+ "type": "patreon",
2526
+ "url": "https://www.patreon.com/feross"
2527
+ },
2528
+ {
2529
+ "type": "consulting",
2530
+ "url": "https://feross.org/support"
2531
+ }
2532
+ ],
2533
+ "license": "BSD-3-Clause"
2534
+ },
2535
+ "node_modules/inherits": {
2536
+ "version": "2.0.4",
2537
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2538
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2539
+ "license": "ISC"
2540
+ },
2541
+ "node_modules/ini": {
2542
+ "version": "1.3.8",
2543
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
2544
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
2545
+ "license": "ISC"
2546
+ },
2547
+ "node_modules/ip-address": {
2548
+ "version": "10.0.1",
2549
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.1.tgz",
2550
+ "integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==",
2551
+ "license": "MIT",
2552
+ "engines": {
2553
+ "node": ">= 12"
2554
+ }
2555
+ },
2556
+ "node_modules/ipaddr.js": {
2557
+ "version": "1.9.1",
2558
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
2559
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
2560
+ "license": "MIT",
2561
+ "engines": {
2562
+ "node": ">= 0.10"
2563
+ }
2564
+ },
2565
+ "node_modules/is-extglob": {
2566
+ "version": "2.1.1",
2567
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
2568
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
2569
+ "license": "MIT",
2570
+ "engines": {
2571
+ "node": ">=0.10.0"
2572
+ }
2573
+ },
2574
+ "node_modules/is-glob": {
2575
+ "version": "4.0.3",
2576
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
2577
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2578
+ "license": "MIT",
2579
+ "dependencies": {
2580
+ "is-extglob": "^2.1.1"
2581
+ },
2582
+ "engines": {
2583
+ "node": ">=0.10.0"
2584
+ }
2585
+ },
2586
+ "node_modules/is-promise": {
2587
+ "version": "4.0.0",
2588
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
2589
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
2590
+ "license": "MIT"
2591
+ },
2592
+ "node_modules/isexe": {
2593
+ "version": "2.0.0",
2594
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2595
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
2596
+ "license": "ISC"
2597
+ },
2598
+ "node_modules/jose": {
2599
+ "version": "6.1.3",
2600
+ "resolved": "https://registry.npmjs.org/jose/-/jose-6.1.3.tgz",
2601
+ "integrity": "sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==",
2602
+ "license": "MIT",
2603
+ "funding": {
2604
+ "url": "https://github.com/sponsors/panva"
2605
+ }
2606
+ },
2607
+ "node_modules/joycon": {
2608
+ "version": "3.1.1",
2609
+ "resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz",
2610
+ "integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==",
2611
+ "dev": true,
2612
+ "license": "MIT",
2613
+ "engines": {
2614
+ "node": ">=10"
2615
+ }
2616
+ },
2617
+ "node_modules/js-base64": {
2618
+ "version": "3.7.8",
2619
+ "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-3.7.8.tgz",
2620
+ "integrity": "sha512-hNngCeKxIUQiEUN3GPJOkz4wF/YvdUdbNL9hsBcMQTkKzboD7T/q3OYOuuPZLUE6dBxSGpwhk5mwuDud7JVAow==",
2621
+ "license": "BSD-3-Clause"
2622
+ },
2623
+ "node_modules/js-yaml": {
2624
+ "version": "4.1.1",
2625
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
2626
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
2627
+ "license": "MIT",
2628
+ "dependencies": {
2629
+ "argparse": "^2.0.1"
2630
+ },
2631
+ "bin": {
2632
+ "js-yaml": "bin/js-yaml.js"
2633
+ }
2634
+ },
2635
+ "node_modules/json-bignum": {
2636
+ "version": "0.0.3",
2637
+ "resolved": "https://registry.npmjs.org/json-bignum/-/json-bignum-0.0.3.tgz",
2638
+ "integrity": "sha512-2WHyXj3OfHSgNyuzDbSxI1w2jgw5gkWSWhS7Qg4bWXx1nLk3jnbwfUeS0PSba3IzpTUWdHxBieELUzXRjQB2zg==",
2639
+ "engines": {
2640
+ "node": ">=0.8"
2641
+ }
2642
+ },
2643
+ "node_modules/json-schema": {
2644
+ "version": "0.4.0",
2645
+ "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
2646
+ "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
2647
+ "license": "(AFL-2.1 OR BSD-3-Clause)"
2648
+ },
2649
+ "node_modules/json-schema-to-typescript": {
2650
+ "version": "15.0.4",
2651
+ "resolved": "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-15.0.4.tgz",
2652
+ "integrity": "sha512-Su9oK8DR4xCmDsLlyvadkXzX6+GGXJpbhwoLtOGArAG61dvbW4YQmSEno2y66ahpIdmLMg6YUf/QHLgiwvkrHQ==",
2653
+ "license": "MIT",
2654
+ "dependencies": {
2655
+ "@apidevtools/json-schema-ref-parser": "^11.5.5",
2656
+ "@types/json-schema": "^7.0.15",
2657
+ "@types/lodash": "^4.17.7",
2658
+ "is-glob": "^4.0.3",
2659
+ "js-yaml": "^4.1.0",
2660
+ "lodash": "^4.17.21",
2661
+ "minimist": "^1.2.8",
2662
+ "prettier": "^3.2.5",
2663
+ "tinyglobby": "^0.2.9"
2664
+ },
2665
+ "bin": {
2666
+ "json2ts": "dist/src/cli.js"
2667
+ },
2668
+ "engines": {
2669
+ "node": ">=16.0.0"
2670
+ }
2671
+ },
2672
+ "node_modules/json-schema-traverse": {
2673
+ "version": "1.0.0",
2674
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
2675
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
2676
+ "license": "MIT"
2677
+ },
2678
+ "node_modules/json-schema-typed": {
2679
+ "version": "8.0.2",
2680
+ "resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
2681
+ "integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
2682
+ "license": "BSD-2-Clause"
2683
+ },
2684
+ "node_modules/lilconfig": {
2685
+ "version": "3.1.3",
2686
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
2687
+ "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
2688
+ "dev": true,
2689
+ "license": "MIT",
2690
+ "engines": {
2691
+ "node": ">=14"
2692
+ },
2693
+ "funding": {
2694
+ "url": "https://github.com/sponsors/antonk52"
2695
+ }
2696
+ },
2697
+ "node_modules/lines-and-columns": {
2698
+ "version": "1.2.4",
2699
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
2700
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
2701
+ "dev": true,
2702
+ "license": "MIT"
2703
+ },
2704
+ "node_modules/load-tsconfig": {
2705
+ "version": "0.2.5",
2706
+ "resolved": "https://registry.npmjs.org/load-tsconfig/-/load-tsconfig-0.2.5.tgz",
2707
+ "integrity": "sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==",
2708
+ "dev": true,
2709
+ "license": "MIT",
2710
+ "engines": {
2711
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2712
+ }
2713
+ },
2714
+ "node_modules/lodash": {
2715
+ "version": "4.17.23",
2716
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
2717
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
2718
+ "license": "MIT"
2719
+ },
2720
+ "node_modules/lodash.camelcase": {
2721
+ "version": "4.3.0",
2722
+ "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
2723
+ "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
2724
+ "license": "MIT"
2725
+ },
2726
+ "node_modules/magic-string": {
2727
+ "version": "0.30.21",
2728
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
2729
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
2730
+ "dev": true,
2731
+ "license": "MIT",
2732
+ "dependencies": {
2733
+ "@jridgewell/sourcemap-codec": "^1.5.5"
2734
+ }
2735
+ },
2736
+ "node_modules/math-intrinsics": {
2737
+ "version": "1.1.0",
2738
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
2739
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
2740
+ "license": "MIT",
2741
+ "engines": {
2742
+ "node": ">= 0.4"
2743
+ }
2744
+ },
2745
+ "node_modules/media-typer": {
2746
+ "version": "1.1.0",
2747
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
2748
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
2749
+ "license": "MIT",
2750
+ "engines": {
2751
+ "node": ">= 0.8"
2752
+ }
2753
+ },
2754
+ "node_modules/merge-descriptors": {
2755
+ "version": "2.0.0",
2756
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
2757
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
2758
+ "license": "MIT",
2759
+ "engines": {
2760
+ "node": ">=18"
2761
+ },
2762
+ "funding": {
2763
+ "url": "https://github.com/sponsors/sindresorhus"
2764
+ }
2765
+ },
2766
+ "node_modules/mime-db": {
2767
+ "version": "1.54.0",
2768
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
2769
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
2770
+ "license": "MIT",
2771
+ "engines": {
2772
+ "node": ">= 0.6"
2773
+ }
2774
+ },
2775
+ "node_modules/mime-types": {
2776
+ "version": "3.0.2",
2777
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
2778
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
2779
+ "license": "MIT",
2780
+ "dependencies": {
2781
+ "mime-db": "^1.54.0"
2782
+ },
2783
+ "engines": {
2784
+ "node": ">=18"
2785
+ },
2786
+ "funding": {
2787
+ "type": "opencollective",
2788
+ "url": "https://opencollective.com/express"
2789
+ }
2790
+ },
2791
+ "node_modules/mimetext": {
2792
+ "version": "3.0.28",
2793
+ "resolved": "https://registry.npmjs.org/mimetext/-/mimetext-3.0.28.tgz",
2794
+ "integrity": "sha512-eQXpbNrtxLCjUtiVbR/qR09dbPgZ2o+KR1uA7QKqGhbn8QV7HIL16mXXsobBL4/8TqoYh1us31kfz+dNfCev9g==",
2795
+ "license": "MIT",
2796
+ "dependencies": {
2797
+ "@babel/runtime": "^7.26.0",
2798
+ "@babel/runtime-corejs3": "^7.26.0",
2799
+ "js-base64": "^3.7.7",
2800
+ "mime-types": "^2.1.35"
2801
+ },
2802
+ "funding": {
2803
+ "type": "patreon",
2804
+ "url": "https://patreon.com/muratgozel"
2805
+ }
2806
+ },
2807
+ "node_modules/mimetext/node_modules/mime-db": {
2808
+ "version": "1.52.0",
2809
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
2810
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
2811
+ "license": "MIT",
2812
+ "engines": {
2813
+ "node": ">= 0.6"
2814
+ }
2815
+ },
2816
+ "node_modules/mimetext/node_modules/mime-types": {
2817
+ "version": "2.1.35",
2818
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
2819
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
2820
+ "license": "MIT",
2821
+ "dependencies": {
2822
+ "mime-db": "1.52.0"
2823
+ },
2824
+ "engines": {
2825
+ "node": ">= 0.6"
2826
+ }
2827
+ },
2828
+ "node_modules/mimic-response": {
2829
+ "version": "3.1.0",
2830
+ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
2831
+ "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
2832
+ "license": "MIT",
2833
+ "engines": {
2834
+ "node": ">=10"
2835
+ },
2836
+ "funding": {
2837
+ "url": "https://github.com/sponsors/sindresorhus"
2838
+ }
2839
+ },
2840
+ "node_modules/minimist": {
2841
+ "version": "1.2.8",
2842
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
2843
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
2844
+ "license": "MIT",
2845
+ "funding": {
2846
+ "url": "https://github.com/sponsors/ljharb"
2847
+ }
2848
+ },
2849
+ "node_modules/mkdirp-classic": {
2850
+ "version": "0.5.3",
2851
+ "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
2852
+ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
2853
+ "license": "MIT"
2854
+ },
2855
+ "node_modules/mlly": {
2856
+ "version": "1.8.0",
2857
+ "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz",
2858
+ "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==",
2859
+ "dev": true,
2860
+ "license": "MIT",
2861
+ "dependencies": {
2862
+ "acorn": "^8.15.0",
2863
+ "pathe": "^2.0.3",
2864
+ "pkg-types": "^1.3.1",
2865
+ "ufo": "^1.6.1"
2866
+ }
2867
+ },
2868
+ "node_modules/ms": {
2869
+ "version": "2.1.3",
2870
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2871
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2872
+ "license": "MIT"
2873
+ },
2874
+ "node_modules/mz": {
2875
+ "version": "2.7.0",
2876
+ "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
2877
+ "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
2878
+ "dev": true,
2879
+ "license": "MIT",
2880
+ "dependencies": {
2881
+ "any-promise": "^1.0.0",
2882
+ "object-assign": "^4.0.1",
2883
+ "thenify-all": "^1.0.0"
2884
+ }
2885
+ },
2886
+ "node_modules/nanoid": {
2887
+ "version": "5.1.6",
2888
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz",
2889
+ "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
2890
+ "funding": [
2891
+ {
2892
+ "type": "github",
2893
+ "url": "https://github.com/sponsors/ai"
2894
+ }
2895
+ ],
2896
+ "license": "MIT",
2897
+ "bin": {
2898
+ "nanoid": "bin/nanoid.js"
2899
+ },
2900
+ "engines": {
2901
+ "node": "^18 || >=20"
2902
+ }
2903
+ },
2904
+ "node_modules/napi-build-utils": {
2905
+ "version": "2.0.0",
2906
+ "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
2907
+ "integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
2908
+ "license": "MIT"
2909
+ },
2910
+ "node_modules/negotiator": {
2911
+ "version": "1.0.0",
2912
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
2913
+ "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
2914
+ "license": "MIT",
2915
+ "engines": {
2916
+ "node": ">= 0.6"
2917
+ }
2918
+ },
2919
+ "node_modules/node-abi": {
2920
+ "version": "3.87.0",
2921
+ "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.87.0.tgz",
2922
+ "integrity": "sha512-+CGM1L1CgmtheLcBuleyYOn7NWPVu0s0EJH2C4puxgEZb9h8QpR9G2dBfZJOAUhi7VQxuBPMd0hiISWcTyiYyQ==",
2923
+ "license": "MIT",
2924
+ "dependencies": {
2925
+ "semver": "^7.3.5"
2926
+ },
2927
+ "engines": {
2928
+ "node": ">=10"
2929
+ }
2930
+ },
2931
+ "node_modules/object-assign": {
2932
+ "version": "4.1.1",
2933
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
2934
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
2935
+ "license": "MIT",
2936
+ "engines": {
2937
+ "node": ">=0.10.0"
2938
+ }
2939
+ },
2940
+ "node_modules/object-inspect": {
2941
+ "version": "1.13.4",
2942
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
2943
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
2944
+ "license": "MIT",
2945
+ "engines": {
2946
+ "node": ">= 0.4"
2947
+ },
2948
+ "funding": {
2949
+ "url": "https://github.com/sponsors/ljharb"
2950
+ }
2951
+ },
2952
+ "node_modules/on-finished": {
2953
+ "version": "2.4.1",
2954
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
2955
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
2956
+ "license": "MIT",
2957
+ "dependencies": {
2958
+ "ee-first": "1.1.1"
2959
+ },
2960
+ "engines": {
2961
+ "node": ">= 0.8"
2962
+ }
2963
+ },
2964
+ "node_modules/once": {
2965
+ "version": "1.4.0",
2966
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
2967
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
2968
+ "license": "ISC",
2969
+ "dependencies": {
2970
+ "wrappy": "1"
2971
+ }
2972
+ },
2973
+ "node_modules/parseurl": {
2974
+ "version": "1.3.3",
2975
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
2976
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
2977
+ "license": "MIT",
2978
+ "engines": {
2979
+ "node": ">= 0.8"
2980
+ }
2981
+ },
2982
+ "node_modules/partyserver": {
2983
+ "version": "0.3.2",
2984
+ "resolved": "https://registry.npmjs.org/partyserver/-/partyserver-0.3.2.tgz",
2985
+ "integrity": "sha512-B8G7X75zoDKLVogbtJHWaOg63t2Azi0uV+OD2/wjWSsD/ml7a632CZ7rJJ9vgM05UCUSpxieEeIoG7qhyowJgQ==",
2986
+ "license": "ISC",
2987
+ "dependencies": {
2988
+ "nanoid": "^5.1.6"
2989
+ },
2990
+ "peerDependencies": {
2991
+ "@cloudflare/workers-types": "^4.20240729.0"
2992
+ }
2993
+ },
2994
+ "node_modules/partysocket": {
2995
+ "version": "1.1.16",
2996
+ "resolved": "https://registry.npmjs.org/partysocket/-/partysocket-1.1.16.tgz",
2997
+ "integrity": "sha512-d7xFv+ZC7x0p/DAHWJ5FhxQhimIx+ucyZY+kxL0cKddLBmK9c4p2tEA/L+dOOrWm6EYrRwrBjKQV0uSzOY9x1w==",
2998
+ "license": "MIT",
2999
+ "dependencies": {
3000
+ "event-target-polyfill": "^0.0.4"
3001
+ },
3002
+ "peerDependencies": {
3003
+ "react": ">=17"
3004
+ },
3005
+ "peerDependenciesMeta": {
3006
+ "react": {
3007
+ "optional": true
3008
+ }
3009
+ }
3010
+ },
3011
+ "node_modules/path-key": {
3012
+ "version": "3.1.1",
3013
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
3014
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
3015
+ "license": "MIT",
3016
+ "engines": {
3017
+ "node": ">=8"
3018
+ }
3019
+ },
3020
+ "node_modules/path-to-regexp": {
3021
+ "version": "8.3.0",
3022
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
3023
+ "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
3024
+ "license": "MIT",
3025
+ "funding": {
3026
+ "type": "opencollective",
3027
+ "url": "https://opencollective.com/express"
3028
+ }
3029
+ },
3030
+ "node_modules/pathe": {
3031
+ "version": "2.0.3",
3032
+ "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
3033
+ "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
3034
+ "dev": true,
3035
+ "license": "MIT"
3036
+ },
3037
+ "node_modules/picocolors": {
3038
+ "version": "1.1.1",
3039
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
3040
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
3041
+ "dev": true,
3042
+ "license": "ISC"
3043
+ },
3044
+ "node_modules/picomatch": {
3045
+ "version": "4.0.3",
3046
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
3047
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
3048
+ "license": "MIT",
3049
+ "engines": {
3050
+ "node": ">=12"
3051
+ },
3052
+ "funding": {
3053
+ "url": "https://github.com/sponsors/jonschlinkert"
3054
+ }
3055
+ },
3056
+ "node_modules/pirates": {
3057
+ "version": "4.0.7",
3058
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
3059
+ "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
3060
+ "dev": true,
3061
+ "license": "MIT",
3062
+ "engines": {
3063
+ "node": ">= 6"
3064
+ }
3065
+ },
3066
+ "node_modules/pkce-challenge": {
3067
+ "version": "5.0.1",
3068
+ "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
3069
+ "integrity": "sha512-wQ0b/W4Fr01qtpHlqSqspcj3EhBvimsdh0KlHhH8HRZnMsEa0ea2fTULOXOS9ccQr3om+GcGRk4e+isrZWV8qQ==",
3070
+ "license": "MIT",
3071
+ "engines": {
3072
+ "node": ">=16.20.0"
3073
+ }
3074
+ },
3075
+ "node_modules/pkg-types": {
3076
+ "version": "1.3.1",
3077
+ "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
3078
+ "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
3079
+ "dev": true,
3080
+ "license": "MIT",
3081
+ "dependencies": {
3082
+ "confbox": "^0.1.8",
3083
+ "mlly": "^1.7.4",
3084
+ "pathe": "^2.0.1"
3085
+ }
3086
+ },
3087
+ "node_modules/postcss-load-config": {
3088
+ "version": "6.0.1",
3089
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz",
3090
+ "integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==",
3091
+ "dev": true,
3092
+ "funding": [
3093
+ {
3094
+ "type": "opencollective",
3095
+ "url": "https://opencollective.com/postcss/"
3096
+ },
3097
+ {
3098
+ "type": "github",
3099
+ "url": "https://github.com/sponsors/ai"
3100
+ }
3101
+ ],
3102
+ "license": "MIT",
3103
+ "dependencies": {
3104
+ "lilconfig": "^3.1.1"
3105
+ },
3106
+ "engines": {
3107
+ "node": ">= 18"
3108
+ },
3109
+ "peerDependencies": {
3110
+ "jiti": ">=1.21.0",
3111
+ "postcss": ">=8.0.9",
3112
+ "tsx": "^4.8.1",
3113
+ "yaml": "^2.4.2"
3114
+ },
3115
+ "peerDependenciesMeta": {
3116
+ "jiti": {
3117
+ "optional": true
3118
+ },
3119
+ "postcss": {
3120
+ "optional": true
3121
+ },
3122
+ "tsx": {
3123
+ "optional": true
3124
+ },
3125
+ "yaml": {
3126
+ "optional": true
3127
+ }
3128
+ }
3129
+ },
3130
+ "node_modules/prebuild-install": {
3131
+ "version": "7.1.3",
3132
+ "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
3133
+ "integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
3134
+ "license": "MIT",
3135
+ "dependencies": {
3136
+ "detect-libc": "^2.0.0",
3137
+ "expand-template": "^2.0.3",
3138
+ "github-from-package": "0.0.0",
3139
+ "minimist": "^1.2.3",
3140
+ "mkdirp-classic": "^0.5.3",
3141
+ "napi-build-utils": "^2.0.0",
3142
+ "node-abi": "^3.3.0",
3143
+ "pump": "^3.0.0",
3144
+ "rc": "^1.2.7",
3145
+ "simple-get": "^4.0.0",
3146
+ "tar-fs": "^2.0.0",
3147
+ "tunnel-agent": "^0.6.0"
3148
+ },
3149
+ "bin": {
3150
+ "prebuild-install": "bin.js"
3151
+ },
3152
+ "engines": {
3153
+ "node": ">=10"
3154
+ }
3155
+ },
3156
+ "node_modules/prettier": {
3157
+ "version": "3.8.1",
3158
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
3159
+ "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
3160
+ "license": "MIT",
3161
+ "bin": {
3162
+ "prettier": "bin/prettier.cjs"
3163
+ },
3164
+ "engines": {
3165
+ "node": ">=14"
3166
+ },
3167
+ "funding": {
3168
+ "url": "https://github.com/prettier/prettier?sponsor=1"
3169
+ }
3170
+ },
3171
+ "node_modules/proxy-addr": {
3172
+ "version": "2.0.7",
3173
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
3174
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
3175
+ "license": "MIT",
3176
+ "dependencies": {
3177
+ "forwarded": "0.2.0",
3178
+ "ipaddr.js": "1.9.1"
3179
+ },
3180
+ "engines": {
3181
+ "node": ">= 0.10"
3182
+ }
3183
+ },
3184
+ "node_modules/pump": {
3185
+ "version": "3.0.3",
3186
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz",
3187
+ "integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
3188
+ "license": "MIT",
3189
+ "dependencies": {
3190
+ "end-of-stream": "^1.1.0",
3191
+ "once": "^1.3.1"
3192
+ }
3193
+ },
3194
+ "node_modules/qrcode-terminal": {
3195
+ "version": "0.12.0",
3196
+ "resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz",
3197
+ "integrity": "sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==",
3198
+ "bin": {
3199
+ "qrcode-terminal": "bin/qrcode-terminal.js"
3200
+ }
3201
+ },
3202
+ "node_modules/qs": {
3203
+ "version": "6.14.1",
3204
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
3205
+ "integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
3206
+ "license": "BSD-3-Clause",
3207
+ "dependencies": {
3208
+ "side-channel": "^1.1.0"
3209
+ },
3210
+ "engines": {
3211
+ "node": ">=0.6"
3212
+ },
3213
+ "funding": {
3214
+ "url": "https://github.com/sponsors/ljharb"
3215
+ }
3216
+ },
3217
+ "node_modules/range-parser": {
3218
+ "version": "1.2.1",
3219
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
3220
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
3221
+ "license": "MIT",
3222
+ "engines": {
3223
+ "node": ">= 0.6"
3224
+ }
3225
+ },
3226
+ "node_modules/raw-body": {
3227
+ "version": "3.0.2",
3228
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
3229
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
3230
+ "license": "MIT",
3231
+ "dependencies": {
3232
+ "bytes": "~3.1.2",
3233
+ "http-errors": "~2.0.1",
3234
+ "iconv-lite": "~0.7.0",
3235
+ "unpipe": "~1.0.0"
3236
+ },
3237
+ "engines": {
3238
+ "node": ">= 0.10"
3239
+ }
3240
+ },
3241
+ "node_modules/rc": {
3242
+ "version": "1.2.8",
3243
+ "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
3244
+ "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
3245
+ "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
3246
+ "dependencies": {
3247
+ "deep-extend": "^0.6.0",
3248
+ "ini": "~1.3.0",
3249
+ "minimist": "^1.2.0",
3250
+ "strip-json-comments": "~2.0.1"
3251
+ },
3252
+ "bin": {
3253
+ "rc": "cli.js"
3254
+ }
3255
+ },
3256
+ "node_modules/react": {
3257
+ "version": "19.2.4",
3258
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
3259
+ "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
3260
+ "license": "MIT",
3261
+ "peer": true,
3262
+ "engines": {
3263
+ "node": ">=0.10.0"
3264
+ }
3265
+ },
3266
+ "node_modules/readable-stream": {
3267
+ "version": "3.6.2",
3268
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
3269
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
3270
+ "license": "MIT",
3271
+ "dependencies": {
3272
+ "inherits": "^2.0.3",
3273
+ "string_decoder": "^1.1.1",
3274
+ "util-deprecate": "^1.0.1"
3275
+ },
3276
+ "engines": {
3277
+ "node": ">= 6"
3278
+ }
3279
+ },
3280
+ "node_modules/readdirp": {
3281
+ "version": "4.1.2",
3282
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
3283
+ "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
3284
+ "dev": true,
3285
+ "license": "MIT",
3286
+ "engines": {
3287
+ "node": ">= 14.18.0"
3288
+ },
3289
+ "funding": {
3290
+ "type": "individual",
3291
+ "url": "https://paulmillr.com/funding/"
3292
+ }
3293
+ },
3294
+ "node_modules/reflect-metadata": {
3295
+ "version": "0.2.2",
3296
+ "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
3297
+ "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==",
3298
+ "license": "Apache-2.0"
3299
+ },
3300
+ "node_modules/require-from-string": {
3301
+ "version": "2.0.2",
3302
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
3303
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
3304
+ "license": "MIT",
3305
+ "engines": {
3306
+ "node": ">=0.10.0"
3307
+ }
3308
+ },
3309
+ "node_modules/resolve-from": {
3310
+ "version": "5.0.0",
3311
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
3312
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
3313
+ "dev": true,
3314
+ "license": "MIT",
3315
+ "engines": {
3316
+ "node": ">=8"
3317
+ }
3318
+ },
3319
+ "node_modules/rollup": {
3320
+ "version": "4.57.1",
3321
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.57.1.tgz",
3322
+ "integrity": "sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==",
3323
+ "dev": true,
3324
+ "license": "MIT",
3325
+ "dependencies": {
3326
+ "@types/estree": "1.0.8"
3327
+ },
3328
+ "bin": {
3329
+ "rollup": "dist/bin/rollup"
3330
+ },
3331
+ "engines": {
3332
+ "node": ">=18.0.0",
3333
+ "npm": ">=8.0.0"
3334
+ },
3335
+ "optionalDependencies": {
3336
+ "@rollup/rollup-android-arm-eabi": "4.57.1",
3337
+ "@rollup/rollup-android-arm64": "4.57.1",
3338
+ "@rollup/rollup-darwin-arm64": "4.57.1",
3339
+ "@rollup/rollup-darwin-x64": "4.57.1",
3340
+ "@rollup/rollup-freebsd-arm64": "4.57.1",
3341
+ "@rollup/rollup-freebsd-x64": "4.57.1",
3342
+ "@rollup/rollup-linux-arm-gnueabihf": "4.57.1",
3343
+ "@rollup/rollup-linux-arm-musleabihf": "4.57.1",
3344
+ "@rollup/rollup-linux-arm64-gnu": "4.57.1",
3345
+ "@rollup/rollup-linux-arm64-musl": "4.57.1",
3346
+ "@rollup/rollup-linux-loong64-gnu": "4.57.1",
3347
+ "@rollup/rollup-linux-loong64-musl": "4.57.1",
3348
+ "@rollup/rollup-linux-ppc64-gnu": "4.57.1",
3349
+ "@rollup/rollup-linux-ppc64-musl": "4.57.1",
3350
+ "@rollup/rollup-linux-riscv64-gnu": "4.57.1",
3351
+ "@rollup/rollup-linux-riscv64-musl": "4.57.1",
3352
+ "@rollup/rollup-linux-s390x-gnu": "4.57.1",
3353
+ "@rollup/rollup-linux-x64-gnu": "4.57.1",
3354
+ "@rollup/rollup-linux-x64-musl": "4.57.1",
3355
+ "@rollup/rollup-openbsd-x64": "4.57.1",
3356
+ "@rollup/rollup-openharmony-arm64": "4.57.1",
3357
+ "@rollup/rollup-win32-arm64-msvc": "4.57.1",
3358
+ "@rollup/rollup-win32-ia32-msvc": "4.57.1",
3359
+ "@rollup/rollup-win32-x64-gnu": "4.57.1",
3360
+ "@rollup/rollup-win32-x64-msvc": "4.57.1",
3361
+ "fsevents": "~2.3.2"
3362
+ }
3363
+ },
3364
+ "node_modules/router": {
3365
+ "version": "2.2.0",
3366
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
3367
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
3368
+ "license": "MIT",
3369
+ "dependencies": {
3370
+ "debug": "^4.4.0",
3371
+ "depd": "^2.0.0",
3372
+ "is-promise": "^4.0.0",
3373
+ "parseurl": "^1.3.3",
3374
+ "path-to-regexp": "^8.0.0"
3375
+ },
3376
+ "engines": {
3377
+ "node": ">= 18"
3378
+ }
3379
+ },
3380
+ "node_modules/safe-buffer": {
3381
+ "version": "5.2.1",
3382
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
3383
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
3384
+ "funding": [
3385
+ {
3386
+ "type": "github",
3387
+ "url": "https://github.com/sponsors/feross"
3388
+ },
3389
+ {
3390
+ "type": "patreon",
3391
+ "url": "https://www.patreon.com/feross"
3392
+ },
3393
+ {
3394
+ "type": "consulting",
3395
+ "url": "https://feross.org/support"
3396
+ }
3397
+ ],
3398
+ "license": "MIT"
3399
+ },
3400
+ "node_modules/safer-buffer": {
3401
+ "version": "2.1.2",
3402
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
3403
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
3404
+ "license": "MIT"
3405
+ },
3406
+ "node_modules/semver": {
3407
+ "version": "7.7.4",
3408
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
3409
+ "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
3410
+ "license": "ISC",
3411
+ "bin": {
3412
+ "semver": "bin/semver.js"
3413
+ },
3414
+ "engines": {
3415
+ "node": ">=10"
3416
+ }
3417
+ },
3418
+ "node_modules/send": {
3419
+ "version": "1.2.1",
3420
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
3421
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
3422
+ "license": "MIT",
3423
+ "dependencies": {
3424
+ "debug": "^4.4.3",
3425
+ "encodeurl": "^2.0.0",
3426
+ "escape-html": "^1.0.3",
3427
+ "etag": "^1.8.1",
3428
+ "fresh": "^2.0.0",
3429
+ "http-errors": "^2.0.1",
3430
+ "mime-types": "^3.0.2",
3431
+ "ms": "^2.1.3",
3432
+ "on-finished": "^2.4.1",
3433
+ "range-parser": "^1.2.1",
3434
+ "statuses": "^2.0.2"
3435
+ },
3436
+ "engines": {
3437
+ "node": ">= 18"
3438
+ },
3439
+ "funding": {
3440
+ "type": "opencollective",
3441
+ "url": "https://opencollective.com/express"
3442
+ }
3443
+ },
3444
+ "node_modules/serve-static": {
3445
+ "version": "2.2.1",
3446
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
3447
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
3448
+ "license": "MIT",
3449
+ "dependencies": {
3450
+ "encodeurl": "^2.0.0",
3451
+ "escape-html": "^1.0.3",
3452
+ "parseurl": "^1.3.3",
3453
+ "send": "^1.2.0"
3454
+ },
3455
+ "engines": {
3456
+ "node": ">= 18"
3457
+ },
3458
+ "funding": {
3459
+ "type": "opencollective",
3460
+ "url": "https://opencollective.com/express"
3461
+ }
3462
+ },
3463
+ "node_modules/setprototypeof": {
3464
+ "version": "1.2.0",
3465
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
3466
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
3467
+ "license": "ISC"
3468
+ },
3469
+ "node_modules/shebang-command": {
3470
+ "version": "2.0.0",
3471
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
3472
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
3473
+ "license": "MIT",
3474
+ "dependencies": {
3475
+ "shebang-regex": "^3.0.0"
3476
+ },
3477
+ "engines": {
3478
+ "node": ">=8"
3479
+ }
3480
+ },
3481
+ "node_modules/shebang-regex": {
3482
+ "version": "3.0.0",
3483
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
3484
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
3485
+ "license": "MIT",
3486
+ "engines": {
3487
+ "node": ">=8"
3488
+ }
3489
+ },
3490
+ "node_modules/side-channel": {
3491
+ "version": "1.1.0",
3492
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
3493
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
3494
+ "license": "MIT",
3495
+ "dependencies": {
3496
+ "es-errors": "^1.3.0",
3497
+ "object-inspect": "^1.13.3",
3498
+ "side-channel-list": "^1.0.0",
3499
+ "side-channel-map": "^1.0.1",
3500
+ "side-channel-weakmap": "^1.0.2"
3501
+ },
3502
+ "engines": {
3503
+ "node": ">= 0.4"
3504
+ },
3505
+ "funding": {
3506
+ "url": "https://github.com/sponsors/ljharb"
3507
+ }
3508
+ },
3509
+ "node_modules/side-channel-list": {
3510
+ "version": "1.0.0",
3511
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
3512
+ "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
3513
+ "license": "MIT",
3514
+ "dependencies": {
3515
+ "es-errors": "^1.3.0",
3516
+ "object-inspect": "^1.13.3"
3517
+ },
3518
+ "engines": {
3519
+ "node": ">= 0.4"
3520
+ },
3521
+ "funding": {
3522
+ "url": "https://github.com/sponsors/ljharb"
3523
+ }
3524
+ },
3525
+ "node_modules/side-channel-map": {
3526
+ "version": "1.0.1",
3527
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
3528
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
3529
+ "license": "MIT",
3530
+ "dependencies": {
3531
+ "call-bound": "^1.0.2",
3532
+ "es-errors": "^1.3.0",
3533
+ "get-intrinsic": "^1.2.5",
3534
+ "object-inspect": "^1.13.3"
3535
+ },
3536
+ "engines": {
3537
+ "node": ">= 0.4"
3538
+ },
3539
+ "funding": {
3540
+ "url": "https://github.com/sponsors/ljharb"
3541
+ }
3542
+ },
3543
+ "node_modules/side-channel-weakmap": {
3544
+ "version": "1.0.2",
3545
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
3546
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
3547
+ "license": "MIT",
3548
+ "dependencies": {
3549
+ "call-bound": "^1.0.2",
3550
+ "es-errors": "^1.3.0",
3551
+ "get-intrinsic": "^1.2.5",
3552
+ "object-inspect": "^1.13.3",
3553
+ "side-channel-map": "^1.0.1"
3554
+ },
3555
+ "engines": {
3556
+ "node": ">= 0.4"
3557
+ },
3558
+ "funding": {
3559
+ "url": "https://github.com/sponsors/ljharb"
3560
+ }
3561
+ },
3562
+ "node_modules/simple-concat": {
3563
+ "version": "1.0.1",
3564
+ "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
3565
+ "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
3566
+ "funding": [
3567
+ {
3568
+ "type": "github",
3569
+ "url": "https://github.com/sponsors/feross"
3570
+ },
3571
+ {
3572
+ "type": "patreon",
3573
+ "url": "https://www.patreon.com/feross"
3574
+ },
3575
+ {
3576
+ "type": "consulting",
3577
+ "url": "https://feross.org/support"
3578
+ }
3579
+ ],
3580
+ "license": "MIT"
3581
+ },
3582
+ "node_modules/simple-get": {
3583
+ "version": "4.0.1",
3584
+ "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
3585
+ "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
3586
+ "funding": [
3587
+ {
3588
+ "type": "github",
3589
+ "url": "https://github.com/sponsors/feross"
3590
+ },
3591
+ {
3592
+ "type": "patreon",
3593
+ "url": "https://www.patreon.com/feross"
3594
+ },
3595
+ {
3596
+ "type": "consulting",
3597
+ "url": "https://feross.org/support"
3598
+ }
3599
+ ],
3600
+ "license": "MIT",
3601
+ "dependencies": {
3602
+ "decompress-response": "^6.0.0",
3603
+ "once": "^1.3.1",
3604
+ "simple-concat": "^1.0.0"
3605
+ }
3606
+ },
3607
+ "node_modules/source-map": {
3608
+ "version": "0.7.6",
3609
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
3610
+ "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
3611
+ "dev": true,
3612
+ "license": "BSD-3-Clause",
3613
+ "engines": {
3614
+ "node": ">= 12"
3615
+ }
3616
+ },
3617
+ "node_modules/sqlite-vec": {
3618
+ "version": "0.1.7-alpha.2",
3619
+ "resolved": "https://registry.npmjs.org/sqlite-vec/-/sqlite-vec-0.1.7-alpha.2.tgz",
3620
+ "integrity": "sha512-rNgRCv+4V4Ed3yc33Qr+nNmjhtrMnnHzXfLVPeGb28Dx5mmDL3Ngw/Wk8vhCGjj76+oC6gnkmMG8y73BZWGBwQ==",
3621
+ "license": "MIT OR Apache",
3622
+ "optionalDependencies": {
3623
+ "sqlite-vec-darwin-arm64": "0.1.7-alpha.2",
3624
+ "sqlite-vec-darwin-x64": "0.1.7-alpha.2",
3625
+ "sqlite-vec-linux-arm64": "0.1.7-alpha.2",
3626
+ "sqlite-vec-linux-x64": "0.1.7-alpha.2",
3627
+ "sqlite-vec-windows-x64": "0.1.7-alpha.2"
3628
+ }
3629
+ },
3630
+ "node_modules/sqlite-vec-darwin-arm64": {
3631
+ "version": "0.1.7-alpha.2",
3632
+ "resolved": "https://registry.npmjs.org/sqlite-vec-darwin-arm64/-/sqlite-vec-darwin-arm64-0.1.7-alpha.2.tgz",
3633
+ "integrity": "sha512-raIATOqFYkeCHhb/t3r7W7Cf2lVYdf4J3ogJ6GFc8PQEgHCPEsi+bYnm2JT84MzLfTlSTIdxr4/NKv+zF7oLPw==",
3634
+ "cpu": [
3635
+ "arm64"
3636
+ ],
3637
+ "license": "MIT OR Apache",
3638
+ "optional": true,
3639
+ "os": [
3640
+ "darwin"
3641
+ ]
3642
+ },
3643
+ "node_modules/sqlite-vec-darwin-x64": {
3644
+ "version": "0.1.7-alpha.2",
3645
+ "resolved": "https://registry.npmjs.org/sqlite-vec-darwin-x64/-/sqlite-vec-darwin-x64-0.1.7-alpha.2.tgz",
3646
+ "integrity": "sha512-jeZEELsQjjRsVojsvU5iKxOvkaVuE+JYC8Y4Ma8U45aAERrDYmqZoHvgSG7cg1PXL3bMlumFTAmHynf1y4pOzA==",
3647
+ "cpu": [
3648
+ "x64"
3649
+ ],
3650
+ "license": "MIT OR Apache",
3651
+ "optional": true,
3652
+ "os": [
3653
+ "darwin"
3654
+ ]
3655
+ },
3656
+ "node_modules/sqlite-vec-linux-arm64": {
3657
+ "version": "0.1.7-alpha.2",
3658
+ "resolved": "https://registry.npmjs.org/sqlite-vec-linux-arm64/-/sqlite-vec-linux-arm64-0.1.7-alpha.2.tgz",
3659
+ "integrity": "sha512-6Spj4Nfi7tG13jsUG+W7jnT0bCTWbyPImu2M8nWp20fNrd1SZ4g3CSlDAK8GBdavX7wRlbBHCZ+BDa++rbDewA==",
3660
+ "cpu": [
3661
+ "arm64"
3662
+ ],
3663
+ "license": "MIT OR Apache",
3664
+ "optional": true,
3665
+ "os": [
3666
+ "linux"
3667
+ ]
3668
+ },
3669
+ "node_modules/sqlite-vec-linux-x64": {
3670
+ "version": "0.1.7-alpha.2",
3671
+ "resolved": "https://registry.npmjs.org/sqlite-vec-linux-x64/-/sqlite-vec-linux-x64-0.1.7-alpha.2.tgz",
3672
+ "integrity": "sha512-IcgrbHaDccTVhXDf8Orwdc2+hgDLAFORl6OBUhcvlmwswwBP1hqBTSEhovClG4NItwTOBNgpwOoQ7Qp3VDPWLg==",
3673
+ "cpu": [
3674
+ "x64"
3675
+ ],
3676
+ "license": "MIT OR Apache",
3677
+ "optional": true,
3678
+ "os": [
3679
+ "linux"
3680
+ ]
3681
+ },
3682
+ "node_modules/sqlite-vec-windows-x64": {
3683
+ "version": "0.1.7-alpha.2",
3684
+ "resolved": "https://registry.npmjs.org/sqlite-vec-windows-x64/-/sqlite-vec-windows-x64-0.1.7-alpha.2.tgz",
3685
+ "integrity": "sha512-TRP6hTjAcwvQ6xpCZvjP00pdlda8J38ArFy1lMYhtQWXiIBmWnhMaMbq4kaeCYwvTTddfidatRS+TJrwIKB/oQ==",
3686
+ "cpu": [
3687
+ "x64"
3688
+ ],
3689
+ "license": "MIT OR Apache",
3690
+ "optional": true,
3691
+ "os": [
3692
+ "win32"
3693
+ ]
3694
+ },
3695
+ "node_modules/statuses": {
3696
+ "version": "2.0.2",
3697
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
3698
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
3699
+ "license": "MIT",
3700
+ "engines": {
3701
+ "node": ">= 0.8"
3702
+ }
3703
+ },
3704
+ "node_modules/string_decoder": {
3705
+ "version": "1.3.0",
3706
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
3707
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
3708
+ "license": "MIT",
3709
+ "dependencies": {
3710
+ "safe-buffer": "~5.2.0"
3711
+ }
3712
+ },
3713
+ "node_modules/string-width": {
3714
+ "version": "7.2.0",
3715
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
3716
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
3717
+ "license": "MIT",
3718
+ "dependencies": {
3719
+ "emoji-regex": "^10.3.0",
3720
+ "get-east-asian-width": "^1.0.0",
3721
+ "strip-ansi": "^7.1.0"
3722
+ },
3723
+ "engines": {
3724
+ "node": ">=18"
3725
+ },
3726
+ "funding": {
3727
+ "url": "https://github.com/sponsors/sindresorhus"
3728
+ }
3729
+ },
3730
+ "node_modules/strip-ansi": {
3731
+ "version": "7.2.0",
3732
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
3733
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
3734
+ "license": "MIT",
3735
+ "dependencies": {
3736
+ "ansi-regex": "^6.2.2"
3737
+ },
3738
+ "engines": {
3739
+ "node": ">=12"
3740
+ },
3741
+ "funding": {
3742
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
3743
+ }
3744
+ },
3745
+ "node_modules/strip-json-comments": {
3746
+ "version": "2.0.1",
3747
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
3748
+ "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
3749
+ "license": "MIT",
3750
+ "engines": {
3751
+ "node": ">=0.10.0"
3752
+ }
3753
+ },
3754
+ "node_modules/sucrase": {
3755
+ "version": "3.35.1",
3756
+ "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz",
3757
+ "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
3758
+ "dev": true,
3759
+ "license": "MIT",
3760
+ "dependencies": {
3761
+ "@jridgewell/gen-mapping": "^0.3.2",
3762
+ "commander": "^4.0.0",
3763
+ "lines-and-columns": "^1.1.6",
3764
+ "mz": "^2.7.0",
3765
+ "pirates": "^4.0.1",
3766
+ "tinyglobby": "^0.2.11",
3767
+ "ts-interface-checker": "^0.1.9"
3768
+ },
3769
+ "bin": {
3770
+ "sucrase": "bin/sucrase",
3771
+ "sucrase-node": "bin/sucrase-node"
3772
+ },
3773
+ "engines": {
3774
+ "node": ">=16 || 14 >=14.17"
3775
+ }
3776
+ },
3777
+ "node_modules/supports-color": {
3778
+ "version": "7.2.0",
3779
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3780
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3781
+ "license": "MIT",
3782
+ "dependencies": {
3783
+ "has-flag": "^4.0.0"
3784
+ },
3785
+ "engines": {
3786
+ "node": ">=8"
3787
+ }
3788
+ },
3789
+ "node_modules/table-layout": {
3790
+ "version": "4.1.1",
3791
+ "resolved": "https://registry.npmjs.org/table-layout/-/table-layout-4.1.1.tgz",
3792
+ "integrity": "sha512-iK5/YhZxq5GO5z8wb0bY1317uDF3Zjpha0QFFLA8/trAoiLbQD0HUbMesEaxyzUgDxi2QlcbM8IvqOlEjgoXBA==",
3793
+ "license": "MIT",
3794
+ "dependencies": {
3795
+ "array-back": "^6.2.2",
3796
+ "wordwrapjs": "^5.1.0"
3797
+ },
3798
+ "engines": {
3799
+ "node": ">=12.17"
3800
+ }
3801
+ },
3802
+ "node_modules/table-layout/node_modules/array-back": {
3803
+ "version": "6.2.2",
3804
+ "resolved": "https://registry.npmjs.org/array-back/-/array-back-6.2.2.tgz",
3805
+ "integrity": "sha512-gUAZ7HPyb4SJczXAMUXMGAvI976JoK3qEx9v1FTmeYuJj0IBiaKttG1ydtGKdkfqWkIkouke7nG8ufGy77+Cvw==",
3806
+ "license": "MIT",
3807
+ "engines": {
3808
+ "node": ">=12.17"
3809
+ }
3810
+ },
3811
+ "node_modules/tar-fs": {
3812
+ "version": "2.1.4",
3813
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
3814
+ "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
3815
+ "license": "MIT",
3816
+ "dependencies": {
3817
+ "chownr": "^1.1.1",
3818
+ "mkdirp-classic": "^0.5.2",
3819
+ "pump": "^3.0.0",
3820
+ "tar-stream": "^2.1.4"
3821
+ }
3822
+ },
3823
+ "node_modules/tar-stream": {
3824
+ "version": "2.2.0",
3825
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
3826
+ "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
3827
+ "license": "MIT",
3828
+ "dependencies": {
3829
+ "bl": "^4.0.3",
3830
+ "end-of-stream": "^1.4.1",
3831
+ "fs-constants": "^1.0.0",
3832
+ "inherits": "^2.0.3",
3833
+ "readable-stream": "^3.1.1"
3834
+ },
3835
+ "engines": {
3836
+ "node": ">=6"
3837
+ }
3838
+ },
3839
+ "node_modules/thenify": {
3840
+ "version": "3.3.1",
3841
+ "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
3842
+ "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
3843
+ "dev": true,
3844
+ "license": "MIT",
3845
+ "dependencies": {
3846
+ "any-promise": "^1.0.0"
3847
+ }
3848
+ },
3849
+ "node_modules/thenify-all": {
3850
+ "version": "1.6.0",
3851
+ "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
3852
+ "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
3853
+ "dev": true,
3854
+ "license": "MIT",
3855
+ "dependencies": {
3856
+ "thenify": ">= 3.1.0 < 4"
3857
+ },
3858
+ "engines": {
3859
+ "node": ">=0.8"
3860
+ }
3861
+ },
3862
+ "node_modules/tinyexec": {
3863
+ "version": "0.3.2",
3864
+ "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
3865
+ "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
3866
+ "dev": true,
3867
+ "license": "MIT"
3868
+ },
3869
+ "node_modules/tinyglobby": {
3870
+ "version": "0.2.15",
3871
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
3872
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
3873
+ "license": "MIT",
3874
+ "dependencies": {
3875
+ "fdir": "^6.5.0",
3876
+ "picomatch": "^4.0.3"
3877
+ },
3878
+ "engines": {
3879
+ "node": ">=12.0.0"
3880
+ },
3881
+ "funding": {
3882
+ "url": "https://github.com/sponsors/SuperchupuDev"
3883
+ }
3884
+ },
3885
+ "node_modules/toidentifier": {
3886
+ "version": "1.0.1",
3887
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
3888
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
3889
+ "license": "MIT",
3890
+ "engines": {
3891
+ "node": ">=0.6"
3892
+ }
3893
+ },
3894
+ "node_modules/tree-kill": {
3895
+ "version": "1.2.2",
3896
+ "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
3897
+ "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
3898
+ "dev": true,
3899
+ "license": "MIT",
3900
+ "bin": {
3901
+ "tree-kill": "cli.js"
3902
+ }
3903
+ },
3904
+ "node_modules/ts-interface-checker": {
3905
+ "version": "0.1.13",
3906
+ "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
3907
+ "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
3908
+ "dev": true,
3909
+ "license": "Apache-2.0"
3910
+ },
3911
+ "node_modules/tslib": {
3912
+ "version": "2.8.1",
3913
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
3914
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
3915
+ "license": "0BSD"
3916
+ },
3917
+ "node_modules/tsup": {
3918
+ "version": "8.5.1",
3919
+ "resolved": "https://registry.npmjs.org/tsup/-/tsup-8.5.1.tgz",
3920
+ "integrity": "sha512-xtgkqwdhpKWr3tKPmCkvYmS9xnQK3m3XgxZHwSUjvfTjp7YfXe5tT3GgWi0F2N+ZSMsOeWeZFh7ZZFg5iPhing==",
3921
+ "dev": true,
3922
+ "license": "MIT",
3923
+ "dependencies": {
3924
+ "bundle-require": "^5.1.0",
3925
+ "cac": "^6.7.14",
3926
+ "chokidar": "^4.0.3",
3927
+ "consola": "^3.4.0",
3928
+ "debug": "^4.4.0",
3929
+ "esbuild": "^0.27.0",
3930
+ "fix-dts-default-cjs-exports": "^1.0.0",
3931
+ "joycon": "^3.1.1",
3932
+ "picocolors": "^1.1.1",
3933
+ "postcss-load-config": "^6.0.1",
3934
+ "resolve-from": "^5.0.0",
3935
+ "rollup": "^4.34.8",
3936
+ "source-map": "^0.7.6",
3937
+ "sucrase": "^3.35.0",
3938
+ "tinyexec": "^0.3.2",
3939
+ "tinyglobby": "^0.2.11",
3940
+ "tree-kill": "^1.2.2"
3941
+ },
3942
+ "bin": {
3943
+ "tsup": "dist/cli-default.js",
3944
+ "tsup-node": "dist/cli-node.js"
3945
+ },
3946
+ "engines": {
3947
+ "node": ">=18"
3948
+ },
3949
+ "peerDependencies": {
3950
+ "@microsoft/api-extractor": "^7.36.0",
3951
+ "@swc/core": "^1",
3952
+ "postcss": "^8.4.12",
3953
+ "typescript": ">=4.5.0"
3954
+ },
3955
+ "peerDependenciesMeta": {
3956
+ "@microsoft/api-extractor": {
3957
+ "optional": true
3958
+ },
3959
+ "@swc/core": {
3960
+ "optional": true
3961
+ },
3962
+ "postcss": {
3963
+ "optional": true
3964
+ },
3965
+ "typescript": {
3966
+ "optional": true
3967
+ }
3968
+ }
3969
+ },
3970
+ "node_modules/tunnel-agent": {
3971
+ "version": "0.6.0",
3972
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
3973
+ "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
3974
+ "license": "Apache-2.0",
3975
+ "dependencies": {
3976
+ "safe-buffer": "^5.0.1"
3977
+ },
3978
+ "engines": {
3979
+ "node": "*"
3980
+ }
3981
+ },
3982
+ "node_modules/type-is": {
3983
+ "version": "2.0.1",
3984
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
3985
+ "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
3986
+ "license": "MIT",
3987
+ "dependencies": {
3988
+ "content-type": "^1.0.5",
3989
+ "media-typer": "^1.1.0",
3990
+ "mime-types": "^3.0.0"
3991
+ },
3992
+ "engines": {
3993
+ "node": ">= 0.6"
3994
+ }
3995
+ },
3996
+ "node_modules/typescript": {
3997
+ "version": "5.9.3",
3998
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
3999
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
4000
+ "dev": true,
4001
+ "license": "Apache-2.0",
4002
+ "bin": {
4003
+ "tsc": "bin/tsc",
4004
+ "tsserver": "bin/tsserver"
4005
+ },
4006
+ "engines": {
4007
+ "node": ">=14.17"
4008
+ }
4009
+ },
4010
+ "node_modules/typical": {
4011
+ "version": "4.0.0",
4012
+ "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz",
4013
+ "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==",
4014
+ "license": "MIT",
4015
+ "engines": {
4016
+ "node": ">=8"
4017
+ }
4018
+ },
4019
+ "node_modules/ufo": {
4020
+ "version": "1.6.3",
4021
+ "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
4022
+ "integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
4023
+ "dev": true,
4024
+ "license": "MIT"
4025
+ },
4026
+ "node_modules/undici-types": {
4027
+ "version": "6.21.0",
4028
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
4029
+ "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
4030
+ "license": "MIT"
4031
+ },
4032
+ "node_modules/unpipe": {
4033
+ "version": "1.0.0",
4034
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
4035
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
4036
+ "license": "MIT",
4037
+ "engines": {
4038
+ "node": ">= 0.8"
4039
+ }
4040
+ },
4041
+ "node_modules/util-deprecate": {
4042
+ "version": "1.0.2",
4043
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
4044
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
4045
+ "license": "MIT"
4046
+ },
4047
+ "node_modules/vary": {
4048
+ "version": "1.1.2",
4049
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
4050
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
4051
+ "license": "MIT",
4052
+ "engines": {
4053
+ "node": ">= 0.8"
4054
+ }
4055
+ },
4056
+ "node_modules/which": {
4057
+ "version": "2.0.2",
4058
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
4059
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
4060
+ "license": "ISC",
4061
+ "dependencies": {
4062
+ "isexe": "^2.0.0"
4063
+ },
4064
+ "bin": {
4065
+ "node-which": "bin/node-which"
4066
+ },
4067
+ "engines": {
4068
+ "node": ">= 8"
4069
+ }
4070
+ },
4071
+ "node_modules/wordwrapjs": {
4072
+ "version": "5.1.1",
4073
+ "resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-5.1.1.tgz",
4074
+ "integrity": "sha512-0yweIbkINJodk27gX9LBGMzyQdBDan3s/dEAiwBOj+Mf0PPyWL6/rikalkv8EeD0E8jm4o5RXEOrFTP3NXbhJg==",
4075
+ "license": "MIT",
4076
+ "engines": {
4077
+ "node": ">=12.17"
4078
+ }
4079
+ },
4080
+ "node_modules/wrap-ansi": {
4081
+ "version": "9.0.2",
4082
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
4083
+ "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
4084
+ "license": "MIT",
4085
+ "dependencies": {
4086
+ "ansi-styles": "^6.2.1",
4087
+ "string-width": "^7.0.0",
4088
+ "strip-ansi": "^7.1.0"
4089
+ },
4090
+ "engines": {
4091
+ "node": ">=18"
4092
+ },
4093
+ "funding": {
4094
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4095
+ }
4096
+ },
4097
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
4098
+ "version": "6.2.3",
4099
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
4100
+ "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
4101
+ "license": "MIT",
4102
+ "engines": {
4103
+ "node": ">=12"
4104
+ },
4105
+ "funding": {
4106
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
4107
+ }
4108
+ },
4109
+ "node_modules/wrappy": {
4110
+ "version": "1.0.2",
4111
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
4112
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
4113
+ "license": "ISC"
4114
+ },
4115
+ "node_modules/y18n": {
4116
+ "version": "5.0.8",
4117
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
4118
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
4119
+ "license": "ISC",
4120
+ "engines": {
4121
+ "node": ">=10"
4122
+ }
4123
+ },
4124
+ "node_modules/yargs": {
4125
+ "version": "18.0.0",
4126
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
4127
+ "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
4128
+ "license": "MIT",
4129
+ "dependencies": {
4130
+ "cliui": "^9.0.1",
4131
+ "escalade": "^3.1.1",
4132
+ "get-caller-file": "^2.0.5",
4133
+ "string-width": "^7.2.0",
4134
+ "y18n": "^5.0.5",
4135
+ "yargs-parser": "^22.0.0"
4136
+ },
4137
+ "engines": {
4138
+ "node": "^20.19.0 || ^22.12.0 || >=23"
4139
+ }
4140
+ },
4141
+ "node_modules/yargs-parser": {
4142
+ "version": "22.0.0",
4143
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
4144
+ "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
4145
+ "license": "ISC",
4146
+ "engines": {
4147
+ "node": "^20.19.0 || ^22.12.0 || >=23"
4148
+ }
4149
+ },
4150
+ "node_modules/zod": {
4151
+ "version": "4.3.6",
4152
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
4153
+ "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
4154
+ "license": "MIT",
4155
+ "funding": {
4156
+ "url": "https://github.com/sponsors/colinhacks"
4157
+ }
4158
+ },
4159
+ "node_modules/zod-to-json-schema": {
4160
+ "version": "3.25.1",
4161
+ "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.1.tgz",
4162
+ "integrity": "sha512-pM/SU9d3YAggzi6MtR4h7ruuQlqKtad8e9S0fmxcMi+ueAK5Korys/aWcV9LIIHTVbj01NdzxcnXSN+O74ZIVA==",
4163
+ "license": "ISC",
4164
+ "peerDependencies": {
4165
+ "zod": "^3.25 || ^4"
4166
+ }
4167
+ }
4168
+ }
4169
+ }