helixevo 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -12416,16 +12416,18 @@ function copyToHelix(sourceDir) {
12416
12416
  mkdirSync4(HELIX_DASHBOARD_DIR, { recursive: true });
12417
12417
  const items = readdirSync2(sourceDir, { withFileTypes: true });
12418
12418
  for (const item of items) {
12419
- if (item.name === "node_modules" || item.name === ".next")
12419
+ if (item.name === "node_modules" || item.name === ".next" || item.name === "package-lock.json")
12420
12420
  continue;
12421
12421
  const src = join14(sourceDir, item.name);
12422
12422
  const dest = join14(HELIX_DASHBOARD_DIR, item.name);
12423
12423
  cpSync3(src, dest, { recursive: true });
12424
12424
  }
12425
12425
  const oldModules = join14(HELIX_DASHBOARD_DIR, "node_modules");
12426
- if (existsSync10(oldModules)) {
12426
+ if (existsSync10(oldModules))
12427
12427
  rmSync2(oldModules, { recursive: true });
12428
- }
12428
+ const oldLock = join14(HELIX_DASHBOARD_DIR, "package-lock.json");
12429
+ if (existsSync10(oldLock))
12430
+ rmSync2(oldLock);
12429
12431
  return HELIX_DASHBOARD_DIR;
12430
12432
  }
12431
12433
 
@@ -12922,7 +12924,7 @@ async function metricsCommand(options) {
12922
12924
 
12923
12925
  // src/cli.ts
12924
12926
  var program2 = new Command;
12925
- program2.name("helixevo").description("Self-evolving skill ecosystem for AI agents").version("0.2.2").addHelpText("after", `
12927
+ program2.name("helixevo").description("Self-evolving skill ecosystem for AI agents").version("0.2.5").addHelpText("after", `
12926
12928
  Examples:
12927
12929
  $ helixevo watch Always-on learning (auto-capture + auto-evolve)
12928
12930
  $ helixevo watch --project myapp Watch with project context
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helixevo",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Self-evolving skill ecosystem for AI agents. Skills and projects co-evolve through multi-judge evaluation and a Pareto frontier.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,7 +12,6 @@
12
12
  "dashboard/components/",
13
13
  "dashboard/lib/",
14
14
  "dashboard/package.json",
15
- "dashboard/package-lock.json",
16
15
  "dashboard/tsconfig.json",
17
16
  "dashboard/next-env.d.ts",
18
17
  "README.md",
@@ -1,1175 +0,0 @@
1
- {
2
- "name": "helix-dashboard",
3
- "version": "0.1.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "helix-dashboard",
9
- "version": "0.1.0",
10
- "dependencies": {
11
- "@types/node": "^22.0.0",
12
- "@types/react": "^19.0.0",
13
- "@xyflow/react": "^12.10.1",
14
- "next": "^15.3.0",
15
- "react": "^19.0.0",
16
- "react-dom": "^19.0.0",
17
- "typescript": "^5.7.0"
18
- }
19
- },
20
- "node_modules/@emnapi/runtime": {
21
- "version": "1.9.1",
22
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.1.tgz",
23
- "integrity": "sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==",
24
- "license": "MIT",
25
- "optional": true,
26
- "dependencies": {
27
- "tslib": "^2.4.0"
28
- }
29
- },
30
- "node_modules/@img/colour": {
31
- "version": "1.1.0",
32
- "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
33
- "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
34
- "license": "MIT",
35
- "optional": true,
36
- "engines": {
37
- "node": ">=18"
38
- }
39
- },
40
- "node_modules/@img/sharp-darwin-arm64": {
41
- "version": "0.34.5",
42
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
43
- "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
44
- "cpu": [
45
- "arm64"
46
- ],
47
- "license": "Apache-2.0",
48
- "optional": true,
49
- "os": [
50
- "darwin"
51
- ],
52
- "engines": {
53
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
54
- },
55
- "funding": {
56
- "url": "https://opencollective.com/libvips"
57
- },
58
- "optionalDependencies": {
59
- "@img/sharp-libvips-darwin-arm64": "1.2.4"
60
- }
61
- },
62
- "node_modules/@img/sharp-darwin-x64": {
63
- "version": "0.34.5",
64
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
65
- "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
66
- "cpu": [
67
- "x64"
68
- ],
69
- "license": "Apache-2.0",
70
- "optional": true,
71
- "os": [
72
- "darwin"
73
- ],
74
- "engines": {
75
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
76
- },
77
- "funding": {
78
- "url": "https://opencollective.com/libvips"
79
- },
80
- "optionalDependencies": {
81
- "@img/sharp-libvips-darwin-x64": "1.2.4"
82
- }
83
- },
84
- "node_modules/@img/sharp-libvips-darwin-arm64": {
85
- "version": "1.2.4",
86
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
87
- "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
88
- "cpu": [
89
- "arm64"
90
- ],
91
- "license": "LGPL-3.0-or-later",
92
- "optional": true,
93
- "os": [
94
- "darwin"
95
- ],
96
- "funding": {
97
- "url": "https://opencollective.com/libvips"
98
- }
99
- },
100
- "node_modules/@img/sharp-libvips-darwin-x64": {
101
- "version": "1.2.4",
102
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
103
- "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
104
- "cpu": [
105
- "x64"
106
- ],
107
- "license": "LGPL-3.0-or-later",
108
- "optional": true,
109
- "os": [
110
- "darwin"
111
- ],
112
- "funding": {
113
- "url": "https://opencollective.com/libvips"
114
- }
115
- },
116
- "node_modules/@img/sharp-libvips-linux-arm": {
117
- "version": "1.2.4",
118
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
119
- "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
120
- "cpu": [
121
- "arm"
122
- ],
123
- "license": "LGPL-3.0-or-later",
124
- "optional": true,
125
- "os": [
126
- "linux"
127
- ],
128
- "funding": {
129
- "url": "https://opencollective.com/libvips"
130
- }
131
- },
132
- "node_modules/@img/sharp-libvips-linux-arm64": {
133
- "version": "1.2.4",
134
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
135
- "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
136
- "cpu": [
137
- "arm64"
138
- ],
139
- "license": "LGPL-3.0-or-later",
140
- "optional": true,
141
- "os": [
142
- "linux"
143
- ],
144
- "funding": {
145
- "url": "https://opencollective.com/libvips"
146
- }
147
- },
148
- "node_modules/@img/sharp-libvips-linux-ppc64": {
149
- "version": "1.2.4",
150
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
151
- "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
152
- "cpu": [
153
- "ppc64"
154
- ],
155
- "license": "LGPL-3.0-or-later",
156
- "optional": true,
157
- "os": [
158
- "linux"
159
- ],
160
- "funding": {
161
- "url": "https://opencollective.com/libvips"
162
- }
163
- },
164
- "node_modules/@img/sharp-libvips-linux-riscv64": {
165
- "version": "1.2.4",
166
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
167
- "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
168
- "cpu": [
169
- "riscv64"
170
- ],
171
- "license": "LGPL-3.0-or-later",
172
- "optional": true,
173
- "os": [
174
- "linux"
175
- ],
176
- "funding": {
177
- "url": "https://opencollective.com/libvips"
178
- }
179
- },
180
- "node_modules/@img/sharp-libvips-linux-s390x": {
181
- "version": "1.2.4",
182
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
183
- "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
184
- "cpu": [
185
- "s390x"
186
- ],
187
- "license": "LGPL-3.0-or-later",
188
- "optional": true,
189
- "os": [
190
- "linux"
191
- ],
192
- "funding": {
193
- "url": "https://opencollective.com/libvips"
194
- }
195
- },
196
- "node_modules/@img/sharp-libvips-linux-x64": {
197
- "version": "1.2.4",
198
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
199
- "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
200
- "cpu": [
201
- "x64"
202
- ],
203
- "license": "LGPL-3.0-or-later",
204
- "optional": true,
205
- "os": [
206
- "linux"
207
- ],
208
- "funding": {
209
- "url": "https://opencollective.com/libvips"
210
- }
211
- },
212
- "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
213
- "version": "1.2.4",
214
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
215
- "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
216
- "cpu": [
217
- "arm64"
218
- ],
219
- "license": "LGPL-3.0-or-later",
220
- "optional": true,
221
- "os": [
222
- "linux"
223
- ],
224
- "funding": {
225
- "url": "https://opencollective.com/libvips"
226
- }
227
- },
228
- "node_modules/@img/sharp-libvips-linuxmusl-x64": {
229
- "version": "1.2.4",
230
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
231
- "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
232
- "cpu": [
233
- "x64"
234
- ],
235
- "license": "LGPL-3.0-or-later",
236
- "optional": true,
237
- "os": [
238
- "linux"
239
- ],
240
- "funding": {
241
- "url": "https://opencollective.com/libvips"
242
- }
243
- },
244
- "node_modules/@img/sharp-linux-arm": {
245
- "version": "0.34.5",
246
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
247
- "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
248
- "cpu": [
249
- "arm"
250
- ],
251
- "license": "Apache-2.0",
252
- "optional": true,
253
- "os": [
254
- "linux"
255
- ],
256
- "engines": {
257
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
258
- },
259
- "funding": {
260
- "url": "https://opencollective.com/libvips"
261
- },
262
- "optionalDependencies": {
263
- "@img/sharp-libvips-linux-arm": "1.2.4"
264
- }
265
- },
266
- "node_modules/@img/sharp-linux-arm64": {
267
- "version": "0.34.5",
268
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
269
- "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
270
- "cpu": [
271
- "arm64"
272
- ],
273
- "license": "Apache-2.0",
274
- "optional": true,
275
- "os": [
276
- "linux"
277
- ],
278
- "engines": {
279
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
280
- },
281
- "funding": {
282
- "url": "https://opencollective.com/libvips"
283
- },
284
- "optionalDependencies": {
285
- "@img/sharp-libvips-linux-arm64": "1.2.4"
286
- }
287
- },
288
- "node_modules/@img/sharp-linux-ppc64": {
289
- "version": "0.34.5",
290
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
291
- "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
292
- "cpu": [
293
- "ppc64"
294
- ],
295
- "license": "Apache-2.0",
296
- "optional": true,
297
- "os": [
298
- "linux"
299
- ],
300
- "engines": {
301
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
302
- },
303
- "funding": {
304
- "url": "https://opencollective.com/libvips"
305
- },
306
- "optionalDependencies": {
307
- "@img/sharp-libvips-linux-ppc64": "1.2.4"
308
- }
309
- },
310
- "node_modules/@img/sharp-linux-riscv64": {
311
- "version": "0.34.5",
312
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
313
- "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
314
- "cpu": [
315
- "riscv64"
316
- ],
317
- "license": "Apache-2.0",
318
- "optional": true,
319
- "os": [
320
- "linux"
321
- ],
322
- "engines": {
323
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
324
- },
325
- "funding": {
326
- "url": "https://opencollective.com/libvips"
327
- },
328
- "optionalDependencies": {
329
- "@img/sharp-libvips-linux-riscv64": "1.2.4"
330
- }
331
- },
332
- "node_modules/@img/sharp-linux-s390x": {
333
- "version": "0.34.5",
334
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
335
- "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
336
- "cpu": [
337
- "s390x"
338
- ],
339
- "license": "Apache-2.0",
340
- "optional": true,
341
- "os": [
342
- "linux"
343
- ],
344
- "engines": {
345
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
346
- },
347
- "funding": {
348
- "url": "https://opencollective.com/libvips"
349
- },
350
- "optionalDependencies": {
351
- "@img/sharp-libvips-linux-s390x": "1.2.4"
352
- }
353
- },
354
- "node_modules/@img/sharp-linux-x64": {
355
- "version": "0.34.5",
356
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
357
- "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
358
- "cpu": [
359
- "x64"
360
- ],
361
- "license": "Apache-2.0",
362
- "optional": true,
363
- "os": [
364
- "linux"
365
- ],
366
- "engines": {
367
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
368
- },
369
- "funding": {
370
- "url": "https://opencollective.com/libvips"
371
- },
372
- "optionalDependencies": {
373
- "@img/sharp-libvips-linux-x64": "1.2.4"
374
- }
375
- },
376
- "node_modules/@img/sharp-linuxmusl-arm64": {
377
- "version": "0.34.5",
378
- "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
379
- "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
380
- "cpu": [
381
- "arm64"
382
- ],
383
- "license": "Apache-2.0",
384
- "optional": true,
385
- "os": [
386
- "linux"
387
- ],
388
- "engines": {
389
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
390
- },
391
- "funding": {
392
- "url": "https://opencollective.com/libvips"
393
- },
394
- "optionalDependencies": {
395
- "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
396
- }
397
- },
398
- "node_modules/@img/sharp-linuxmusl-x64": {
399
- "version": "0.34.5",
400
- "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
401
- "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
402
- "cpu": [
403
- "x64"
404
- ],
405
- "license": "Apache-2.0",
406
- "optional": true,
407
- "os": [
408
- "linux"
409
- ],
410
- "engines": {
411
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
412
- },
413
- "funding": {
414
- "url": "https://opencollective.com/libvips"
415
- },
416
- "optionalDependencies": {
417
- "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
418
- }
419
- },
420
- "node_modules/@img/sharp-wasm32": {
421
- "version": "0.34.5",
422
- "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
423
- "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
424
- "cpu": [
425
- "wasm32"
426
- ],
427
- "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
428
- "optional": true,
429
- "dependencies": {
430
- "@emnapi/runtime": "^1.7.0"
431
- },
432
- "engines": {
433
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
434
- },
435
- "funding": {
436
- "url": "https://opencollective.com/libvips"
437
- }
438
- },
439
- "node_modules/@img/sharp-win32-arm64": {
440
- "version": "0.34.5",
441
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
442
- "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
443
- "cpu": [
444
- "arm64"
445
- ],
446
- "license": "Apache-2.0 AND LGPL-3.0-or-later",
447
- "optional": true,
448
- "os": [
449
- "win32"
450
- ],
451
- "engines": {
452
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
453
- },
454
- "funding": {
455
- "url": "https://opencollective.com/libvips"
456
- }
457
- },
458
- "node_modules/@img/sharp-win32-ia32": {
459
- "version": "0.34.5",
460
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
461
- "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
462
- "cpu": [
463
- "ia32"
464
- ],
465
- "license": "Apache-2.0 AND LGPL-3.0-or-later",
466
- "optional": true,
467
- "os": [
468
- "win32"
469
- ],
470
- "engines": {
471
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
472
- },
473
- "funding": {
474
- "url": "https://opencollective.com/libvips"
475
- }
476
- },
477
- "node_modules/@img/sharp-win32-x64": {
478
- "version": "0.34.5",
479
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
480
- "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
481
- "cpu": [
482
- "x64"
483
- ],
484
- "license": "Apache-2.0 AND LGPL-3.0-or-later",
485
- "optional": true,
486
- "os": [
487
- "win32"
488
- ],
489
- "engines": {
490
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
491
- },
492
- "funding": {
493
- "url": "https://opencollective.com/libvips"
494
- }
495
- },
496
- "node_modules/@next/env": {
497
- "version": "15.5.14",
498
- "resolved": "https://registry.npmjs.org/@next/env/-/env-15.5.14.tgz",
499
- "integrity": "sha512-aXeirLYuASxEgi4X4WhfXsShCFxWDfNn/8ZeC5YXAS2BB4A8FJi1kwwGL6nvMVboE7fZCzmJPNdMvVHc8JpaiA==",
500
- "license": "MIT"
501
- },
502
- "node_modules/@next/swc-darwin-arm64": {
503
- "version": "15.5.14",
504
- "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.14.tgz",
505
- "integrity": "sha512-Y9K6SPzobnZvrRDPO2s0grgzC+Egf0CqfbdvYmQVaztV890zicw8Z8+4Vqw8oPck8r1TjUHxVh8299Cg4TrxXg==",
506
- "cpu": [
507
- "arm64"
508
- ],
509
- "license": "MIT",
510
- "optional": true,
511
- "os": [
512
- "darwin"
513
- ],
514
- "engines": {
515
- "node": ">= 10"
516
- }
517
- },
518
- "node_modules/@next/swc-darwin-x64": {
519
- "version": "15.5.14",
520
- "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.14.tgz",
521
- "integrity": "sha512-aNnkSMjSFRTOmkd7qoNI2/rETQm/vKD6c/Ac9BZGa9CtoOzy3c2njgz7LvebQJ8iPxdeTuGnAjagyis8a9ifBw==",
522
- "cpu": [
523
- "x64"
524
- ],
525
- "license": "MIT",
526
- "optional": true,
527
- "os": [
528
- "darwin"
529
- ],
530
- "engines": {
531
- "node": ">= 10"
532
- }
533
- },
534
- "node_modules/@next/swc-linux-arm64-gnu": {
535
- "version": "15.5.14",
536
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.14.tgz",
537
- "integrity": "sha512-tjlpia+yStPRS//6sdmlVwuO1Rioern4u2onafa5n+h2hCS9MAvMXqpVbSrjgiEOoCs0nJy7oPOmWgtRRNSM5Q==",
538
- "cpu": [
539
- "arm64"
540
- ],
541
- "license": "MIT",
542
- "optional": true,
543
- "os": [
544
- "linux"
545
- ],
546
- "engines": {
547
- "node": ">= 10"
548
- }
549
- },
550
- "node_modules/@next/swc-linux-arm64-musl": {
551
- "version": "15.5.14",
552
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.14.tgz",
553
- "integrity": "sha512-8B8cngBaLadl5lbDRdxGCP1Lef8ipD6KlxS3v0ElDAGil6lafrAM3B258p1KJOglInCVFUjk751IXMr2ixeQOQ==",
554
- "cpu": [
555
- "arm64"
556
- ],
557
- "license": "MIT",
558
- "optional": true,
559
- "os": [
560
- "linux"
561
- ],
562
- "engines": {
563
- "node": ">= 10"
564
- }
565
- },
566
- "node_modules/@next/swc-linux-x64-gnu": {
567
- "version": "15.5.14",
568
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.14.tgz",
569
- "integrity": "sha512-bAS6tIAg8u4Gn3Nz7fCPpSoKAexEt2d5vn1mzokcqdqyov6ZJ6gu6GdF9l8ORFrBuRHgv3go/RfzYz5BkZ6YSQ==",
570
- "cpu": [
571
- "x64"
572
- ],
573
- "license": "MIT",
574
- "optional": true,
575
- "os": [
576
- "linux"
577
- ],
578
- "engines": {
579
- "node": ">= 10"
580
- }
581
- },
582
- "node_modules/@next/swc-linux-x64-musl": {
583
- "version": "15.5.14",
584
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.14.tgz",
585
- "integrity": "sha512-mMxv/FcrT7Gfaq4tsR22l17oKWXZmH/lVqcvjX0kfp5I0lKodHYLICKPoX1KRnnE+ci6oIUdriUhuA3rBCDiSw==",
586
- "cpu": [
587
- "x64"
588
- ],
589
- "license": "MIT",
590
- "optional": true,
591
- "os": [
592
- "linux"
593
- ],
594
- "engines": {
595
- "node": ">= 10"
596
- }
597
- },
598
- "node_modules/@next/swc-win32-arm64-msvc": {
599
- "version": "15.5.14",
600
- "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.14.tgz",
601
- "integrity": "sha512-OTmiBlYThppnvnsqx0rBqjDRemlmIeZ8/o4zI7veaXoeO1PVHoyj2lfTfXTiiGjCyRDhA10y4h6ZvZvBiynr2g==",
602
- "cpu": [
603
- "arm64"
604
- ],
605
- "license": "MIT",
606
- "optional": true,
607
- "os": [
608
- "win32"
609
- ],
610
- "engines": {
611
- "node": ">= 10"
612
- }
613
- },
614
- "node_modules/@next/swc-win32-x64-msvc": {
615
- "version": "15.5.14",
616
- "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.14.tgz",
617
- "integrity": "sha512-+W7eFf3RS7m4G6tppVTOSyP9Y6FsJXfOuKzav1qKniiFm3KFByQfPEcouHdjlZmysl4zJGuGLQ/M9XyVeyeNEg==",
618
- "cpu": [
619
- "x64"
620
- ],
621
- "license": "MIT",
622
- "optional": true,
623
- "os": [
624
- "win32"
625
- ],
626
- "engines": {
627
- "node": ">= 10"
628
- }
629
- },
630
- "node_modules/@swc/helpers": {
631
- "version": "0.5.15",
632
- "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
633
- "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
634
- "license": "Apache-2.0",
635
- "dependencies": {
636
- "tslib": "^2.8.0"
637
- }
638
- },
639
- "node_modules/@types/d3-color": {
640
- "version": "3.1.3",
641
- "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz",
642
- "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
643
- "license": "MIT"
644
- },
645
- "node_modules/@types/d3-drag": {
646
- "version": "3.0.7",
647
- "resolved": "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-3.0.7.tgz",
648
- "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==",
649
- "license": "MIT",
650
- "dependencies": {
651
- "@types/d3-selection": "*"
652
- }
653
- },
654
- "node_modules/@types/d3-interpolate": {
655
- "version": "3.0.4",
656
- "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
657
- "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
658
- "license": "MIT",
659
- "dependencies": {
660
- "@types/d3-color": "*"
661
- }
662
- },
663
- "node_modules/@types/d3-selection": {
664
- "version": "3.0.11",
665
- "resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.11.tgz",
666
- "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==",
667
- "license": "MIT"
668
- },
669
- "node_modules/@types/d3-transition": {
670
- "version": "3.0.9",
671
- "resolved": "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-3.0.9.tgz",
672
- "integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==",
673
- "license": "MIT",
674
- "dependencies": {
675
- "@types/d3-selection": "*"
676
- }
677
- },
678
- "node_modules/@types/d3-zoom": {
679
- "version": "3.0.8",
680
- "resolved": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.8.tgz",
681
- "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==",
682
- "license": "MIT",
683
- "dependencies": {
684
- "@types/d3-interpolate": "*",
685
- "@types/d3-selection": "*"
686
- }
687
- },
688
- "node_modules/@types/node": {
689
- "version": "22.19.15",
690
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.15.tgz",
691
- "integrity": "sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==",
692
- "license": "MIT",
693
- "dependencies": {
694
- "undici-types": "~6.21.0"
695
- }
696
- },
697
- "node_modules/@types/react": {
698
- "version": "19.2.14",
699
- "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
700
- "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
701
- "license": "MIT",
702
- "dependencies": {
703
- "csstype": "^3.2.2"
704
- }
705
- },
706
- "node_modules/@xyflow/react": {
707
- "version": "12.10.1",
708
- "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.10.1.tgz",
709
- "integrity": "sha512-5eSWtIK/+rkldOuFbOOz44CRgQRjtS9v5nufk77DV+XBnfCGL9HAQ8PG00o2ZYKqkEU/Ak6wrKC95Tu+2zuK3Q==",
710
- "license": "MIT",
711
- "dependencies": {
712
- "@xyflow/system": "0.0.75",
713
- "classcat": "^5.0.3",
714
- "zustand": "^4.4.0"
715
- },
716
- "peerDependencies": {
717
- "react": ">=17",
718
- "react-dom": ">=17"
719
- }
720
- },
721
- "node_modules/@xyflow/system": {
722
- "version": "0.0.75",
723
- "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.75.tgz",
724
- "integrity": "sha512-iXs+AGFLi8w/VlAoc/iSxk+CxfT6o64Uw/k0CKASOPqjqz6E0rb5jFZgJtXGZCpfQI6OQpu5EnumP5fGxQheaQ==",
725
- "license": "MIT",
726
- "dependencies": {
727
- "@types/d3-drag": "^3.0.7",
728
- "@types/d3-interpolate": "^3.0.4",
729
- "@types/d3-selection": "^3.0.10",
730
- "@types/d3-transition": "^3.0.8",
731
- "@types/d3-zoom": "^3.0.8",
732
- "d3-drag": "^3.0.0",
733
- "d3-interpolate": "^3.0.1",
734
- "d3-selection": "^3.0.0",
735
- "d3-zoom": "^3.0.0"
736
- }
737
- },
738
- "node_modules/caniuse-lite": {
739
- "version": "1.0.30001780",
740
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001780.tgz",
741
- "integrity": "sha512-llngX0E7nQci5BPJDqoZSbuZ5Bcs9F5db7EtgfwBerX9XGtkkiO4NwfDDIRzHTTwcYC8vC7bmeUEPGrKlR/TkQ==",
742
- "funding": [
743
- {
744
- "type": "opencollective",
745
- "url": "https://opencollective.com/browserslist"
746
- },
747
- {
748
- "type": "tidelift",
749
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
750
- },
751
- {
752
- "type": "github",
753
- "url": "https://github.com/sponsors/ai"
754
- }
755
- ],
756
- "license": "CC-BY-4.0"
757
- },
758
- "node_modules/classcat": {
759
- "version": "5.0.5",
760
- "resolved": "https://registry.npmjs.org/classcat/-/classcat-5.0.5.tgz",
761
- "integrity": "sha512-JhZUT7JFcQy/EzW605k/ktHtncoo9vnyW/2GspNYwFlN1C/WmjuV/xtS04e9SOkL2sTdw0VAZ2UGCcQ9lR6p6w==",
762
- "license": "MIT"
763
- },
764
- "node_modules/client-only": {
765
- "version": "0.0.1",
766
- "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
767
- "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
768
- "license": "MIT"
769
- },
770
- "node_modules/csstype": {
771
- "version": "3.2.3",
772
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
773
- "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
774
- "license": "MIT"
775
- },
776
- "node_modules/d3-color": {
777
- "version": "3.1.0",
778
- "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz",
779
- "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
780
- "license": "ISC",
781
- "engines": {
782
- "node": ">=12"
783
- }
784
- },
785
- "node_modules/d3-dispatch": {
786
- "version": "3.0.1",
787
- "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
788
- "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
789
- "license": "ISC",
790
- "engines": {
791
- "node": ">=12"
792
- }
793
- },
794
- "node_modules/d3-drag": {
795
- "version": "3.0.0",
796
- "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz",
797
- "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==",
798
- "license": "ISC",
799
- "dependencies": {
800
- "d3-dispatch": "1 - 3",
801
- "d3-selection": "3"
802
- },
803
- "engines": {
804
- "node": ">=12"
805
- }
806
- },
807
- "node_modules/d3-ease": {
808
- "version": "3.0.1",
809
- "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz",
810
- "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
811
- "license": "BSD-3-Clause",
812
- "engines": {
813
- "node": ">=12"
814
- }
815
- },
816
- "node_modules/d3-interpolate": {
817
- "version": "3.0.1",
818
- "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
819
- "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
820
- "license": "ISC",
821
- "dependencies": {
822
- "d3-color": "1 - 3"
823
- },
824
- "engines": {
825
- "node": ">=12"
826
- }
827
- },
828
- "node_modules/d3-selection": {
829
- "version": "3.0.0",
830
- "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz",
831
- "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
832
- "license": "ISC",
833
- "engines": {
834
- "node": ">=12"
835
- }
836
- },
837
- "node_modules/d3-timer": {
838
- "version": "3.0.1",
839
- "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz",
840
- "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
841
- "license": "ISC",
842
- "engines": {
843
- "node": ">=12"
844
- }
845
- },
846
- "node_modules/d3-transition": {
847
- "version": "3.0.1",
848
- "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz",
849
- "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
850
- "license": "ISC",
851
- "dependencies": {
852
- "d3-color": "1 - 3",
853
- "d3-dispatch": "1 - 3",
854
- "d3-ease": "1 - 3",
855
- "d3-interpolate": "1 - 3",
856
- "d3-timer": "1 - 3"
857
- },
858
- "engines": {
859
- "node": ">=12"
860
- },
861
- "peerDependencies": {
862
- "d3-selection": "2 - 3"
863
- }
864
- },
865
- "node_modules/d3-zoom": {
866
- "version": "3.0.0",
867
- "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz",
868
- "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==",
869
- "license": "ISC",
870
- "dependencies": {
871
- "d3-dispatch": "1 - 3",
872
- "d3-drag": "2 - 3",
873
- "d3-interpolate": "1 - 3",
874
- "d3-selection": "2 - 3",
875
- "d3-transition": "2 - 3"
876
- },
877
- "engines": {
878
- "node": ">=12"
879
- }
880
- },
881
- "node_modules/detect-libc": {
882
- "version": "2.1.2",
883
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
884
- "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
885
- "license": "Apache-2.0",
886
- "optional": true,
887
- "engines": {
888
- "node": ">=8"
889
- }
890
- },
891
- "node_modules/nanoid": {
892
- "version": "3.3.11",
893
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
894
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
895
- "funding": [
896
- {
897
- "type": "github",
898
- "url": "https://github.com/sponsors/ai"
899
- }
900
- ],
901
- "license": "MIT",
902
- "bin": {
903
- "nanoid": "bin/nanoid.cjs"
904
- },
905
- "engines": {
906
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
907
- }
908
- },
909
- "node_modules/next": {
910
- "version": "15.5.14",
911
- "resolved": "https://registry.npmjs.org/next/-/next-15.5.14.tgz",
912
- "integrity": "sha512-M6S+4JyRjmKic2Ssm7jHUPkE6YUJ6lv4507jprsSZLulubz0ihO2E+S4zmQK3JZ2ov81JrugukKU4Tz0ivgqqQ==",
913
- "license": "MIT",
914
- "dependencies": {
915
- "@next/env": "15.5.14",
916
- "@swc/helpers": "0.5.15",
917
- "caniuse-lite": "^1.0.30001579",
918
- "postcss": "8.4.31",
919
- "styled-jsx": "5.1.6"
920
- },
921
- "bin": {
922
- "next": "dist/bin/next"
923
- },
924
- "engines": {
925
- "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
926
- },
927
- "optionalDependencies": {
928
- "@next/swc-darwin-arm64": "15.5.14",
929
- "@next/swc-darwin-x64": "15.5.14",
930
- "@next/swc-linux-arm64-gnu": "15.5.14",
931
- "@next/swc-linux-arm64-musl": "15.5.14",
932
- "@next/swc-linux-x64-gnu": "15.5.14",
933
- "@next/swc-linux-x64-musl": "15.5.14",
934
- "@next/swc-win32-arm64-msvc": "15.5.14",
935
- "@next/swc-win32-x64-msvc": "15.5.14",
936
- "sharp": "^0.34.3"
937
- },
938
- "peerDependencies": {
939
- "@opentelemetry/api": "^1.1.0",
940
- "@playwright/test": "^1.51.1",
941
- "babel-plugin-react-compiler": "*",
942
- "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
943
- "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
944
- "sass": "^1.3.0"
945
- },
946
- "peerDependenciesMeta": {
947
- "@opentelemetry/api": {
948
- "optional": true
949
- },
950
- "@playwright/test": {
951
- "optional": true
952
- },
953
- "babel-plugin-react-compiler": {
954
- "optional": true
955
- },
956
- "sass": {
957
- "optional": true
958
- }
959
- }
960
- },
961
- "node_modules/picocolors": {
962
- "version": "1.1.1",
963
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
964
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
965
- "license": "ISC"
966
- },
967
- "node_modules/postcss": {
968
- "version": "8.4.31",
969
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
970
- "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
971
- "funding": [
972
- {
973
- "type": "opencollective",
974
- "url": "https://opencollective.com/postcss/"
975
- },
976
- {
977
- "type": "tidelift",
978
- "url": "https://tidelift.com/funding/github/npm/postcss"
979
- },
980
- {
981
- "type": "github",
982
- "url": "https://github.com/sponsors/ai"
983
- }
984
- ],
985
- "license": "MIT",
986
- "dependencies": {
987
- "nanoid": "^3.3.6",
988
- "picocolors": "^1.0.0",
989
- "source-map-js": "^1.0.2"
990
- },
991
- "engines": {
992
- "node": "^10 || ^12 || >=14"
993
- }
994
- },
995
- "node_modules/react": {
996
- "version": "19.2.4",
997
- "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
998
- "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
999
- "license": "MIT",
1000
- "engines": {
1001
- "node": ">=0.10.0"
1002
- }
1003
- },
1004
- "node_modules/react-dom": {
1005
- "version": "19.2.4",
1006
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
1007
- "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
1008
- "license": "MIT",
1009
- "dependencies": {
1010
- "scheduler": "^0.27.0"
1011
- },
1012
- "peerDependencies": {
1013
- "react": "^19.2.4"
1014
- }
1015
- },
1016
- "node_modules/scheduler": {
1017
- "version": "0.27.0",
1018
- "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
1019
- "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
1020
- "license": "MIT"
1021
- },
1022
- "node_modules/semver": {
1023
- "version": "7.7.4",
1024
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
1025
- "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
1026
- "license": "ISC",
1027
- "optional": true,
1028
- "bin": {
1029
- "semver": "bin/semver.js"
1030
- },
1031
- "engines": {
1032
- "node": ">=10"
1033
- }
1034
- },
1035
- "node_modules/sharp": {
1036
- "version": "0.34.5",
1037
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
1038
- "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
1039
- "hasInstallScript": true,
1040
- "license": "Apache-2.0",
1041
- "optional": true,
1042
- "dependencies": {
1043
- "@img/colour": "^1.0.0",
1044
- "detect-libc": "^2.1.2",
1045
- "semver": "^7.7.3"
1046
- },
1047
- "engines": {
1048
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1049
- },
1050
- "funding": {
1051
- "url": "https://opencollective.com/libvips"
1052
- },
1053
- "optionalDependencies": {
1054
- "@img/sharp-darwin-arm64": "0.34.5",
1055
- "@img/sharp-darwin-x64": "0.34.5",
1056
- "@img/sharp-libvips-darwin-arm64": "1.2.4",
1057
- "@img/sharp-libvips-darwin-x64": "1.2.4",
1058
- "@img/sharp-libvips-linux-arm": "1.2.4",
1059
- "@img/sharp-libvips-linux-arm64": "1.2.4",
1060
- "@img/sharp-libvips-linux-ppc64": "1.2.4",
1061
- "@img/sharp-libvips-linux-riscv64": "1.2.4",
1062
- "@img/sharp-libvips-linux-s390x": "1.2.4",
1063
- "@img/sharp-libvips-linux-x64": "1.2.4",
1064
- "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
1065
- "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
1066
- "@img/sharp-linux-arm": "0.34.5",
1067
- "@img/sharp-linux-arm64": "0.34.5",
1068
- "@img/sharp-linux-ppc64": "0.34.5",
1069
- "@img/sharp-linux-riscv64": "0.34.5",
1070
- "@img/sharp-linux-s390x": "0.34.5",
1071
- "@img/sharp-linux-x64": "0.34.5",
1072
- "@img/sharp-linuxmusl-arm64": "0.34.5",
1073
- "@img/sharp-linuxmusl-x64": "0.34.5",
1074
- "@img/sharp-wasm32": "0.34.5",
1075
- "@img/sharp-win32-arm64": "0.34.5",
1076
- "@img/sharp-win32-ia32": "0.34.5",
1077
- "@img/sharp-win32-x64": "0.34.5"
1078
- }
1079
- },
1080
- "node_modules/source-map-js": {
1081
- "version": "1.2.1",
1082
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1083
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1084
- "license": "BSD-3-Clause",
1085
- "engines": {
1086
- "node": ">=0.10.0"
1087
- }
1088
- },
1089
- "node_modules/styled-jsx": {
1090
- "version": "5.1.6",
1091
- "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
1092
- "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
1093
- "license": "MIT",
1094
- "dependencies": {
1095
- "client-only": "0.0.1"
1096
- },
1097
- "engines": {
1098
- "node": ">= 12.0.0"
1099
- },
1100
- "peerDependencies": {
1101
- "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
1102
- },
1103
- "peerDependenciesMeta": {
1104
- "@babel/core": {
1105
- "optional": true
1106
- },
1107
- "babel-plugin-macros": {
1108
- "optional": true
1109
- }
1110
- }
1111
- },
1112
- "node_modules/tslib": {
1113
- "version": "2.8.1",
1114
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1115
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
1116
- "license": "0BSD"
1117
- },
1118
- "node_modules/typescript": {
1119
- "version": "5.9.3",
1120
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
1121
- "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
1122
- "license": "Apache-2.0",
1123
- "bin": {
1124
- "tsc": "bin/tsc",
1125
- "tsserver": "bin/tsserver"
1126
- },
1127
- "engines": {
1128
- "node": ">=14.17"
1129
- }
1130
- },
1131
- "node_modules/undici-types": {
1132
- "version": "6.21.0",
1133
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
1134
- "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
1135
- "license": "MIT"
1136
- },
1137
- "node_modules/use-sync-external-store": {
1138
- "version": "1.6.0",
1139
- "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
1140
- "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
1141
- "license": "MIT",
1142
- "peerDependencies": {
1143
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
1144
- }
1145
- },
1146
- "node_modules/zustand": {
1147
- "version": "4.5.7",
1148
- "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.7.tgz",
1149
- "integrity": "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==",
1150
- "license": "MIT",
1151
- "dependencies": {
1152
- "use-sync-external-store": "^1.2.2"
1153
- },
1154
- "engines": {
1155
- "node": ">=12.7.0"
1156
- },
1157
- "peerDependencies": {
1158
- "@types/react": ">=16.8",
1159
- "immer": ">=9.0.6",
1160
- "react": ">=16.8"
1161
- },
1162
- "peerDependenciesMeta": {
1163
- "@types/react": {
1164
- "optional": true
1165
- },
1166
- "immer": {
1167
- "optional": true
1168
- },
1169
- "react": {
1170
- "optional": true
1171
- }
1172
- }
1173
- }
1174
- }
1175
- }