@netnodeag/kraftwerk 0.3.0 → 0.4.0

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 (57) hide show
  1. package/README.md +7 -5
  2. package/dist/cli/ui.js +36 -32
  3. package/dist/inspector/context.d.ts +5 -0
  4. package/dist/inspector/context.js +19 -0
  5. package/dist/inspector/runner.d.ts +13 -0
  6. package/dist/inspector/runner.js +66 -0
  7. package/dist/inspector/runs.d.ts +57 -0
  8. package/dist/inspector/runs.js +240 -0
  9. package/dist/inspector/server.d.ts +8 -0
  10. package/dist/inspector/server.js +186 -0
  11. package/dist/inspector/workflows.d.ts +45 -0
  12. package/dist/inspector/workflows.js +186 -0
  13. package/inspector/dist/assets/ibm-plex-mono-latin-400-normal-CvHOgSBP.woff +0 -0
  14. package/inspector/dist/assets/ibm-plex-mono-latin-400-normal-DMJ8VG8y.woff2 +0 -0
  15. package/inspector/dist/assets/ibm-plex-mono-latin-500-normal-CB9ihrfo.woff +0 -0
  16. package/inspector/dist/assets/ibm-plex-mono-latin-500-normal-DSY6xOcd.woff2 +0 -0
  17. package/inspector/dist/assets/ibm-plex-mono-latin-600-normal-BgSNZQsw.woff2 +0 -0
  18. package/inspector/dist/assets/ibm-plex-mono-latin-600-normal-DWFSQ4vo.woff +0 -0
  19. package/inspector/dist/assets/ibm-plex-mono-latin-700-normal-7sUh57Bg.woff2 +0 -0
  20. package/inspector/dist/assets/ibm-plex-mono-latin-700-normal-CNHXzs6v.woff +0 -0
  21. package/inspector/dist/assets/ibm-plex-sans-latin-400-normal-CDDApCn2.woff2 +0 -0
  22. package/inspector/dist/assets/ibm-plex-sans-latin-400-normal-CYLoc0-x.woff +0 -0
  23. package/inspector/dist/assets/ibm-plex-sans-latin-500-normal-6ng42L7E.woff2 +0 -0
  24. package/inspector/dist/assets/ibm-plex-sans-latin-500-normal-BgVn5rGT.woff +0 -0
  25. package/inspector/dist/assets/ibm-plex-sans-latin-600-normal-Cu4Hd6ag.woff +0 -0
  26. package/inspector/dist/assets/ibm-plex-sans-latin-600-normal-CuJfVYMP.woff2 +0 -0
  27. package/inspector/dist/assets/ibm-plex-sans-latin-700-normal-Bth3BMcD.woff +0 -0
  28. package/inspector/dist/assets/ibm-plex-sans-latin-700-normal-Bxkt5Cjx.woff2 +0 -0
  29. package/inspector/dist/assets/index-BCSWkslF.css +1 -0
  30. package/inspector/dist/assets/index-D6WuziFQ.js +9 -0
  31. package/inspector/dist/index.html +24 -0
  32. package/package.json +4 -10
  33. package/inspector/README.md +0 -67
  34. package/inspector/app/api/runs/[id]/file/route.ts +0 -56
  35. package/inspector/app/api/runs/[id]/route.ts +0 -15
  36. package/inspector/app/api/runs/[id]/stop/route.ts +0 -15
  37. package/inspector/app/api/runs/route.ts +0 -9
  38. package/inspector/app/api/workflows/[slug]/route.ts +0 -11
  39. package/inspector/app/api/workflows/[slug]/run/route.ts +0 -37
  40. package/inspector/app/api/workflows/route.ts +0 -8
  41. package/inspector/app/globals.css +0 -460
  42. package/inspector/app/layout.tsx +0 -54
  43. package/inspector/app/page.tsx +0 -16
  44. package/inspector/app/runs/[id]/page.tsx +0 -6
  45. package/inspector/app/runs/[id]/run-detail.tsx +0 -343
  46. package/inspector/app/shared.tsx +0 -81
  47. package/inspector/app/theme-toggle.tsx +0 -19
  48. package/inspector/app/workflows/[slug]/page.tsx +0 -6
  49. package/inspector/app/workflows/[slug]/workflow-view.tsx +0 -271
  50. package/inspector/app/workflows/page.tsx +0 -43
  51. package/inspector/lib/runner.ts +0 -78
  52. package/inspector/lib/runs.ts +0 -313
  53. package/inspector/lib/workflows.ts +0 -240
  54. package/inspector/next.config.ts +0 -5
  55. package/inspector/package-lock.json +0 -982
  56. package/inspector/package.json +0 -24
  57. package/inspector/tsconfig.json +0 -21
@@ -1,982 +0,0 @@
1
- {
2
- "name": "kraftwerk-inspector",
3
- "version": "0.1.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "kraftwerk-inspector",
9
- "version": "0.1.0",
10
- "dependencies": {
11
- "next": "^15.5.0",
12
- "react": "^19.1.0",
13
- "react-dom": "^19.1.0",
14
- "yaml": "^2.9.0"
15
- },
16
- "devDependencies": {
17
- "@types/node": "^24.0.0",
18
- "@types/react": "^19.1.0",
19
- "@types/react-dom": "^19.1.0",
20
- "typescript": "^5.9.0"
21
- }
22
- },
23
- "node_modules/@emnapi/runtime": {
24
- "version": "1.11.3",
25
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.3.tgz",
26
- "integrity": "sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==",
27
- "license": "MIT",
28
- "optional": true,
29
- "dependencies": {
30
- "tslib": "^2.4.0"
31
- }
32
- },
33
- "node_modules/@img/colour": {
34
- "version": "1.1.0",
35
- "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
36
- "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
37
- "license": "MIT",
38
- "optional": true,
39
- "engines": {
40
- "node": ">=18"
41
- }
42
- },
43
- "node_modules/@img/sharp-darwin-arm64": {
44
- "version": "0.34.5",
45
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
46
- "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
47
- "cpu": [
48
- "arm64"
49
- ],
50
- "license": "Apache-2.0",
51
- "optional": true,
52
- "os": [
53
- "darwin"
54
- ],
55
- "engines": {
56
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
57
- },
58
- "funding": {
59
- "url": "https://opencollective.com/libvips"
60
- },
61
- "optionalDependencies": {
62
- "@img/sharp-libvips-darwin-arm64": "1.2.4"
63
- }
64
- },
65
- "node_modules/@img/sharp-darwin-x64": {
66
- "version": "0.34.5",
67
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
68
- "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
69
- "cpu": [
70
- "x64"
71
- ],
72
- "license": "Apache-2.0",
73
- "optional": true,
74
- "os": [
75
- "darwin"
76
- ],
77
- "engines": {
78
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
79
- },
80
- "funding": {
81
- "url": "https://opencollective.com/libvips"
82
- },
83
- "optionalDependencies": {
84
- "@img/sharp-libvips-darwin-x64": "1.2.4"
85
- }
86
- },
87
- "node_modules/@img/sharp-libvips-darwin-arm64": {
88
- "version": "1.2.4",
89
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
90
- "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
91
- "cpu": [
92
- "arm64"
93
- ],
94
- "license": "LGPL-3.0-or-later",
95
- "optional": true,
96
- "os": [
97
- "darwin"
98
- ],
99
- "funding": {
100
- "url": "https://opencollective.com/libvips"
101
- }
102
- },
103
- "node_modules/@img/sharp-libvips-darwin-x64": {
104
- "version": "1.2.4",
105
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
106
- "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
107
- "cpu": [
108
- "x64"
109
- ],
110
- "license": "LGPL-3.0-or-later",
111
- "optional": true,
112
- "os": [
113
- "darwin"
114
- ],
115
- "funding": {
116
- "url": "https://opencollective.com/libvips"
117
- }
118
- },
119
- "node_modules/@img/sharp-libvips-linux-arm": {
120
- "version": "1.2.4",
121
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
122
- "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
123
- "cpu": [
124
- "arm"
125
- ],
126
- "license": "LGPL-3.0-or-later",
127
- "optional": true,
128
- "os": [
129
- "linux"
130
- ],
131
- "funding": {
132
- "url": "https://opencollective.com/libvips"
133
- }
134
- },
135
- "node_modules/@img/sharp-libvips-linux-arm64": {
136
- "version": "1.2.4",
137
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
138
- "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
139
- "cpu": [
140
- "arm64"
141
- ],
142
- "license": "LGPL-3.0-or-later",
143
- "optional": true,
144
- "os": [
145
- "linux"
146
- ],
147
- "funding": {
148
- "url": "https://opencollective.com/libvips"
149
- }
150
- },
151
- "node_modules/@img/sharp-libvips-linux-ppc64": {
152
- "version": "1.2.4",
153
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
154
- "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
155
- "cpu": [
156
- "ppc64"
157
- ],
158
- "license": "LGPL-3.0-or-later",
159
- "optional": true,
160
- "os": [
161
- "linux"
162
- ],
163
- "funding": {
164
- "url": "https://opencollective.com/libvips"
165
- }
166
- },
167
- "node_modules/@img/sharp-libvips-linux-riscv64": {
168
- "version": "1.2.4",
169
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
170
- "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
171
- "cpu": [
172
- "riscv64"
173
- ],
174
- "license": "LGPL-3.0-or-later",
175
- "optional": true,
176
- "os": [
177
- "linux"
178
- ],
179
- "funding": {
180
- "url": "https://opencollective.com/libvips"
181
- }
182
- },
183
- "node_modules/@img/sharp-libvips-linux-s390x": {
184
- "version": "1.2.4",
185
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
186
- "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
187
- "cpu": [
188
- "s390x"
189
- ],
190
- "license": "LGPL-3.0-or-later",
191
- "optional": true,
192
- "os": [
193
- "linux"
194
- ],
195
- "funding": {
196
- "url": "https://opencollective.com/libvips"
197
- }
198
- },
199
- "node_modules/@img/sharp-libvips-linux-x64": {
200
- "version": "1.2.4",
201
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
202
- "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
203
- "cpu": [
204
- "x64"
205
- ],
206
- "license": "LGPL-3.0-or-later",
207
- "optional": true,
208
- "os": [
209
- "linux"
210
- ],
211
- "funding": {
212
- "url": "https://opencollective.com/libvips"
213
- }
214
- },
215
- "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
216
- "version": "1.2.4",
217
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
218
- "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
219
- "cpu": [
220
- "arm64"
221
- ],
222
- "license": "LGPL-3.0-or-later",
223
- "optional": true,
224
- "os": [
225
- "linux"
226
- ],
227
- "funding": {
228
- "url": "https://opencollective.com/libvips"
229
- }
230
- },
231
- "node_modules/@img/sharp-libvips-linuxmusl-x64": {
232
- "version": "1.2.4",
233
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
234
- "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
235
- "cpu": [
236
- "x64"
237
- ],
238
- "license": "LGPL-3.0-or-later",
239
- "optional": true,
240
- "os": [
241
- "linux"
242
- ],
243
- "funding": {
244
- "url": "https://opencollective.com/libvips"
245
- }
246
- },
247
- "node_modules/@img/sharp-linux-arm": {
248
- "version": "0.34.5",
249
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
250
- "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
251
- "cpu": [
252
- "arm"
253
- ],
254
- "license": "Apache-2.0",
255
- "optional": true,
256
- "os": [
257
- "linux"
258
- ],
259
- "engines": {
260
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
261
- },
262
- "funding": {
263
- "url": "https://opencollective.com/libvips"
264
- },
265
- "optionalDependencies": {
266
- "@img/sharp-libvips-linux-arm": "1.2.4"
267
- }
268
- },
269
- "node_modules/@img/sharp-linux-arm64": {
270
- "version": "0.34.5",
271
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
272
- "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
273
- "cpu": [
274
- "arm64"
275
- ],
276
- "license": "Apache-2.0",
277
- "optional": true,
278
- "os": [
279
- "linux"
280
- ],
281
- "engines": {
282
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
283
- },
284
- "funding": {
285
- "url": "https://opencollective.com/libvips"
286
- },
287
- "optionalDependencies": {
288
- "@img/sharp-libvips-linux-arm64": "1.2.4"
289
- }
290
- },
291
- "node_modules/@img/sharp-linux-ppc64": {
292
- "version": "0.34.5",
293
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
294
- "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
295
- "cpu": [
296
- "ppc64"
297
- ],
298
- "license": "Apache-2.0",
299
- "optional": true,
300
- "os": [
301
- "linux"
302
- ],
303
- "engines": {
304
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
305
- },
306
- "funding": {
307
- "url": "https://opencollective.com/libvips"
308
- },
309
- "optionalDependencies": {
310
- "@img/sharp-libvips-linux-ppc64": "1.2.4"
311
- }
312
- },
313
- "node_modules/@img/sharp-linux-riscv64": {
314
- "version": "0.34.5",
315
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
316
- "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
317
- "cpu": [
318
- "riscv64"
319
- ],
320
- "license": "Apache-2.0",
321
- "optional": true,
322
- "os": [
323
- "linux"
324
- ],
325
- "engines": {
326
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
327
- },
328
- "funding": {
329
- "url": "https://opencollective.com/libvips"
330
- },
331
- "optionalDependencies": {
332
- "@img/sharp-libvips-linux-riscv64": "1.2.4"
333
- }
334
- },
335
- "node_modules/@img/sharp-linux-s390x": {
336
- "version": "0.34.5",
337
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
338
- "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
339
- "cpu": [
340
- "s390x"
341
- ],
342
- "license": "Apache-2.0",
343
- "optional": true,
344
- "os": [
345
- "linux"
346
- ],
347
- "engines": {
348
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
349
- },
350
- "funding": {
351
- "url": "https://opencollective.com/libvips"
352
- },
353
- "optionalDependencies": {
354
- "@img/sharp-libvips-linux-s390x": "1.2.4"
355
- }
356
- },
357
- "node_modules/@img/sharp-linux-x64": {
358
- "version": "0.34.5",
359
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
360
- "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
361
- "cpu": [
362
- "x64"
363
- ],
364
- "license": "Apache-2.0",
365
- "optional": true,
366
- "os": [
367
- "linux"
368
- ],
369
- "engines": {
370
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
371
- },
372
- "funding": {
373
- "url": "https://opencollective.com/libvips"
374
- },
375
- "optionalDependencies": {
376
- "@img/sharp-libvips-linux-x64": "1.2.4"
377
- }
378
- },
379
- "node_modules/@img/sharp-linuxmusl-arm64": {
380
- "version": "0.34.5",
381
- "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
382
- "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
383
- "cpu": [
384
- "arm64"
385
- ],
386
- "license": "Apache-2.0",
387
- "optional": true,
388
- "os": [
389
- "linux"
390
- ],
391
- "engines": {
392
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
393
- },
394
- "funding": {
395
- "url": "https://opencollective.com/libvips"
396
- },
397
- "optionalDependencies": {
398
- "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
399
- }
400
- },
401
- "node_modules/@img/sharp-linuxmusl-x64": {
402
- "version": "0.34.5",
403
- "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
404
- "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
405
- "cpu": [
406
- "x64"
407
- ],
408
- "license": "Apache-2.0",
409
- "optional": true,
410
- "os": [
411
- "linux"
412
- ],
413
- "engines": {
414
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
415
- },
416
- "funding": {
417
- "url": "https://opencollective.com/libvips"
418
- },
419
- "optionalDependencies": {
420
- "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
421
- }
422
- },
423
- "node_modules/@img/sharp-wasm32": {
424
- "version": "0.34.5",
425
- "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
426
- "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
427
- "cpu": [
428
- "wasm32"
429
- ],
430
- "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
431
- "optional": true,
432
- "dependencies": {
433
- "@emnapi/runtime": "^1.7.0"
434
- },
435
- "engines": {
436
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
437
- },
438
- "funding": {
439
- "url": "https://opencollective.com/libvips"
440
- }
441
- },
442
- "node_modules/@img/sharp-win32-arm64": {
443
- "version": "0.34.5",
444
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
445
- "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
446
- "cpu": [
447
- "arm64"
448
- ],
449
- "license": "Apache-2.0 AND LGPL-3.0-or-later",
450
- "optional": true,
451
- "os": [
452
- "win32"
453
- ],
454
- "engines": {
455
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
456
- },
457
- "funding": {
458
- "url": "https://opencollective.com/libvips"
459
- }
460
- },
461
- "node_modules/@img/sharp-win32-ia32": {
462
- "version": "0.34.5",
463
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
464
- "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
465
- "cpu": [
466
- "ia32"
467
- ],
468
- "license": "Apache-2.0 AND LGPL-3.0-or-later",
469
- "optional": true,
470
- "os": [
471
- "win32"
472
- ],
473
- "engines": {
474
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
475
- },
476
- "funding": {
477
- "url": "https://opencollective.com/libvips"
478
- }
479
- },
480
- "node_modules/@img/sharp-win32-x64": {
481
- "version": "0.34.5",
482
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
483
- "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
484
- "cpu": [
485
- "x64"
486
- ],
487
- "license": "Apache-2.0 AND LGPL-3.0-or-later",
488
- "optional": true,
489
- "os": [
490
- "win32"
491
- ],
492
- "engines": {
493
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
494
- },
495
- "funding": {
496
- "url": "https://opencollective.com/libvips"
497
- }
498
- },
499
- "node_modules/@next/env": {
500
- "version": "15.5.23",
501
- "resolved": "https://registry.npmjs.org/@next/env/-/env-15.5.23.tgz",
502
- "integrity": "sha512-Mv3Z9hVbFcPnoLevsZ6rnX1TBtyHb5E17yN7HTPDXSXxeNsGBjUFrdbjRXKKXIOhfth7/cg6Ay7PZ2UFawaWsQ==",
503
- "license": "MIT"
504
- },
505
- "node_modules/@next/swc-darwin-arm64": {
506
- "version": "15.5.23",
507
- "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.23.tgz",
508
- "integrity": "sha512-SrEwOROH/rhA03F59hHtdhgtfZMWGzr5duDBWgRQt2rS3mJhqMKOcnNx6txOd0/i3E3D3uFKYFvyHsEiwQxzag==",
509
- "cpu": [
510
- "arm64"
511
- ],
512
- "license": "MIT",
513
- "optional": true,
514
- "os": [
515
- "darwin"
516
- ],
517
- "engines": {
518
- "node": ">= 10"
519
- }
520
- },
521
- "node_modules/@next/swc-darwin-x64": {
522
- "version": "15.5.23",
523
- "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.23.tgz",
524
- "integrity": "sha512-f0FpFbG2EhDCuptBGcfrLcYMDuQAhe6m1QA4VVfXFrIBoFXvXt/olGbBkYkloKlXQtmhuzvtdYyuu/6zf07GIg==",
525
- "cpu": [
526
- "x64"
527
- ],
528
- "license": "MIT",
529
- "optional": true,
530
- "os": [
531
- "darwin"
532
- ],
533
- "engines": {
534
- "node": ">= 10"
535
- }
536
- },
537
- "node_modules/@next/swc-linux-arm64-gnu": {
538
- "version": "15.5.23",
539
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.23.tgz",
540
- "integrity": "sha512-WlNtfepUXKX2u2ZsJZ8c3c8+tJSRZqsYzoMwLOY72A8ucKCCgxgNhiePA3qzFYahVWrwcQd8jOeJmBinc+VFVQ==",
541
- "cpu": [
542
- "arm64"
543
- ],
544
- "license": "MIT",
545
- "optional": true,
546
- "os": [
547
- "linux"
548
- ],
549
- "engines": {
550
- "node": ">= 10"
551
- }
552
- },
553
- "node_modules/@next/swc-linux-arm64-musl": {
554
- "version": "15.5.23",
555
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.23.tgz",
556
- "integrity": "sha512-W/6qKk7UG93mg14PmQC+2urt69MIdwTBLNQ6MJyeC4wOCIHCjz+VfgssvS1pK7mgYBtLC1g6VKNoHD9xB0WWGg==",
557
- "cpu": [
558
- "arm64"
559
- ],
560
- "license": "MIT",
561
- "optional": true,
562
- "os": [
563
- "linux"
564
- ],
565
- "engines": {
566
- "node": ">= 10"
567
- }
568
- },
569
- "node_modules/@next/swc-linux-x64-gnu": {
570
- "version": "15.5.23",
571
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.23.tgz",
572
- "integrity": "sha512-vzefI32mi6VMk96RaTAyxApgfGbiFzQBXVsekEjsDv1fr48mlABTWx0sUYhaYCBHWqCalxmz3DxbxFcbFvzNtw==",
573
- "cpu": [
574
- "x64"
575
- ],
576
- "license": "MIT",
577
- "optional": true,
578
- "os": [
579
- "linux"
580
- ],
581
- "engines": {
582
- "node": ">= 10"
583
- }
584
- },
585
- "node_modules/@next/swc-linux-x64-musl": {
586
- "version": "15.5.23",
587
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.23.tgz",
588
- "integrity": "sha512-qppK/3dTGOTI+aoWWBZc3DshFIhrzgL8guATlaN9V6M1QJxbkP/rhEZ22tdICsQ/2WWXopMZ2Jokzj2u3uKY3Q==",
589
- "cpu": [
590
- "x64"
591
- ],
592
- "license": "MIT",
593
- "optional": true,
594
- "os": [
595
- "linux"
596
- ],
597
- "engines": {
598
- "node": ">= 10"
599
- }
600
- },
601
- "node_modules/@next/swc-win32-arm64-msvc": {
602
- "version": "15.5.23",
603
- "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.23.tgz",
604
- "integrity": "sha512-Wc29KFOdT7XBcII3Vtmw7aoU8Uk3Mes/FNJfhFeSHdYBFJWMcR/DsI8U9BCPUhq/uycsUVuqSKGthW15tLsigA==",
605
- "cpu": [
606
- "arm64"
607
- ],
608
- "license": "MIT",
609
- "optional": true,
610
- "os": [
611
- "win32"
612
- ],
613
- "engines": {
614
- "node": ">= 10"
615
- }
616
- },
617
- "node_modules/@next/swc-win32-x64-msvc": {
618
- "version": "15.5.23",
619
- "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.23.tgz",
620
- "integrity": "sha512-/C7wRW4fa9s/PKA18zGPPpVmx8ycgVpP8yOxro4gzGTzjPJdscbAP3ODeFvgiIovxD176Z2J/SXO9t8PJKHLeQ==",
621
- "cpu": [
622
- "x64"
623
- ],
624
- "license": "MIT",
625
- "optional": true,
626
- "os": [
627
- "win32"
628
- ],
629
- "engines": {
630
- "node": ">= 10"
631
- }
632
- },
633
- "node_modules/@swc/helpers": {
634
- "version": "0.5.15",
635
- "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
636
- "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
637
- "license": "Apache-2.0",
638
- "dependencies": {
639
- "tslib": "^2.8.0"
640
- }
641
- },
642
- "node_modules/@types/node": {
643
- "version": "24.13.3",
644
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz",
645
- "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==",
646
- "dev": true,
647
- "license": "MIT",
648
- "dependencies": {
649
- "undici-types": "~7.18.0"
650
- }
651
- },
652
- "node_modules/@types/react": {
653
- "version": "19.2.18",
654
- "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz",
655
- "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==",
656
- "dev": true,
657
- "license": "MIT",
658
- "peer": true,
659
- "dependencies": {
660
- "csstype": "^3.2.2"
661
- }
662
- },
663
- "node_modules/@types/react-dom": {
664
- "version": "19.2.4",
665
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.4.tgz",
666
- "integrity": "sha512-Bsc+QHgp+P/F02XDzNCY9jnZNCUuLki36KT7VKrTXXLdHf+vHMNZnW1rVu5DNW/rCK+fya3DATySbLM4yhtKUw==",
667
- "dev": true,
668
- "license": "MIT",
669
- "peerDependencies": {
670
- "@types/react": "^19.2.0"
671
- }
672
- },
673
- "node_modules/caniuse-lite": {
674
- "version": "1.0.30001809",
675
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001809.tgz",
676
- "integrity": "sha512-xxWVywk6a6Arlk+hymeycyn/VgqEfLDxupvhH/xiY5SJ/18kmi9o6MiO320DCUzypORHLtvh0I4i04tUhCNHNQ==",
677
- "funding": [
678
- {
679
- "type": "opencollective",
680
- "url": "https://opencollective.com/browserslist"
681
- },
682
- {
683
- "type": "tidelift",
684
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
685
- },
686
- {
687
- "type": "github",
688
- "url": "https://github.com/sponsors/ai"
689
- }
690
- ],
691
- "license": "CC-BY-4.0"
692
- },
693
- "node_modules/client-only": {
694
- "version": "0.0.1",
695
- "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
696
- "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
697
- "license": "MIT"
698
- },
699
- "node_modules/csstype": {
700
- "version": "3.2.3",
701
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
702
- "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
703
- "dev": true,
704
- "license": "MIT"
705
- },
706
- "node_modules/detect-libc": {
707
- "version": "2.1.2",
708
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
709
- "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
710
- "license": "Apache-2.0",
711
- "optional": true,
712
- "engines": {
713
- "node": ">=8"
714
- }
715
- },
716
- "node_modules/nanoid": {
717
- "version": "3.3.18",
718
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
719
- "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
720
- "funding": [
721
- {
722
- "type": "github",
723
- "url": "https://github.com/sponsors/ai"
724
- }
725
- ],
726
- "license": "MIT",
727
- "bin": {
728
- "nanoid": "bin/nanoid.cjs"
729
- },
730
- "engines": {
731
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
732
- }
733
- },
734
- "node_modules/next": {
735
- "version": "15.5.23",
736
- "resolved": "https://registry.npmjs.org/next/-/next-15.5.23.tgz",
737
- "integrity": "sha512-Gvd2WKgvxIXCGotxcI1im/Uf3rS3J3oZGw0g/uskg6AVBZhyE3aAbujkYWzS3xLmEPEtTLfkaVQUKK0KMTSIkA==",
738
- "license": "MIT",
739
- "dependencies": {
740
- "@next/env": "15.5.23",
741
- "@swc/helpers": "0.5.15",
742
- "caniuse-lite": "^1.0.30001579",
743
- "postcss": "8.4.31",
744
- "styled-jsx": "5.1.6"
745
- },
746
- "bin": {
747
- "next": "dist/bin/next"
748
- },
749
- "engines": {
750
- "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
751
- },
752
- "optionalDependencies": {
753
- "@next/swc-darwin-arm64": "15.5.23",
754
- "@next/swc-darwin-x64": "15.5.23",
755
- "@next/swc-linux-arm64-gnu": "15.5.23",
756
- "@next/swc-linux-arm64-musl": "15.5.23",
757
- "@next/swc-linux-x64-gnu": "15.5.23",
758
- "@next/swc-linux-x64-musl": "15.5.23",
759
- "@next/swc-win32-arm64-msvc": "15.5.23",
760
- "@next/swc-win32-x64-msvc": "15.5.23",
761
- "sharp": "^0.34.3"
762
- },
763
- "peerDependencies": {
764
- "@opentelemetry/api": "^1.1.0",
765
- "@playwright/test": "^1.51.1",
766
- "babel-plugin-react-compiler": "*",
767
- "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
768
- "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
769
- "sass": "^1.3.0"
770
- },
771
- "peerDependenciesMeta": {
772
- "@opentelemetry/api": {
773
- "optional": true
774
- },
775
- "@playwright/test": {
776
- "optional": true
777
- },
778
- "babel-plugin-react-compiler": {
779
- "optional": true
780
- },
781
- "sass": {
782
- "optional": true
783
- }
784
- }
785
- },
786
- "node_modules/picocolors": {
787
- "version": "1.1.1",
788
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
789
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
790
- "license": "ISC"
791
- },
792
- "node_modules/postcss": {
793
- "version": "8.4.31",
794
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
795
- "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
796
- "funding": [
797
- {
798
- "type": "opencollective",
799
- "url": "https://opencollective.com/postcss/"
800
- },
801
- {
802
- "type": "tidelift",
803
- "url": "https://tidelift.com/funding/github/npm/postcss"
804
- },
805
- {
806
- "type": "github",
807
- "url": "https://github.com/sponsors/ai"
808
- }
809
- ],
810
- "license": "MIT",
811
- "dependencies": {
812
- "nanoid": "^3.3.6",
813
- "picocolors": "^1.0.0",
814
- "source-map-js": "^1.0.2"
815
- },
816
- "engines": {
817
- "node": "^10 || ^12 || >=14"
818
- }
819
- },
820
- "node_modules/react": {
821
- "version": "19.2.8",
822
- "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz",
823
- "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==",
824
- "license": "MIT",
825
- "peer": true,
826
- "engines": {
827
- "node": ">=0.10.0"
828
- }
829
- },
830
- "node_modules/react-dom": {
831
- "version": "19.2.8",
832
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz",
833
- "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==",
834
- "license": "MIT",
835
- "peer": true,
836
- "dependencies": {
837
- "scheduler": "^0.27.0"
838
- },
839
- "peerDependencies": {
840
- "react": "^19.2.8"
841
- }
842
- },
843
- "node_modules/scheduler": {
844
- "version": "0.27.0",
845
- "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
846
- "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
847
- "license": "MIT"
848
- },
849
- "node_modules/semver": {
850
- "version": "7.8.5",
851
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
852
- "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
853
- "license": "ISC",
854
- "optional": true,
855
- "bin": {
856
- "semver": "bin/semver.js"
857
- },
858
- "engines": {
859
- "node": ">=10"
860
- }
861
- },
862
- "node_modules/sharp": {
863
- "version": "0.34.5",
864
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
865
- "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
866
- "hasInstallScript": true,
867
- "license": "Apache-2.0",
868
- "optional": true,
869
- "dependencies": {
870
- "@img/colour": "^1.0.0",
871
- "detect-libc": "^2.1.2",
872
- "semver": "^7.7.3"
873
- },
874
- "engines": {
875
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
876
- },
877
- "funding": {
878
- "url": "https://opencollective.com/libvips"
879
- },
880
- "optionalDependencies": {
881
- "@img/sharp-darwin-arm64": "0.34.5",
882
- "@img/sharp-darwin-x64": "0.34.5",
883
- "@img/sharp-libvips-darwin-arm64": "1.2.4",
884
- "@img/sharp-libvips-darwin-x64": "1.2.4",
885
- "@img/sharp-libvips-linux-arm": "1.2.4",
886
- "@img/sharp-libvips-linux-arm64": "1.2.4",
887
- "@img/sharp-libvips-linux-ppc64": "1.2.4",
888
- "@img/sharp-libvips-linux-riscv64": "1.2.4",
889
- "@img/sharp-libvips-linux-s390x": "1.2.4",
890
- "@img/sharp-libvips-linux-x64": "1.2.4",
891
- "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
892
- "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
893
- "@img/sharp-linux-arm": "0.34.5",
894
- "@img/sharp-linux-arm64": "0.34.5",
895
- "@img/sharp-linux-ppc64": "0.34.5",
896
- "@img/sharp-linux-riscv64": "0.34.5",
897
- "@img/sharp-linux-s390x": "0.34.5",
898
- "@img/sharp-linux-x64": "0.34.5",
899
- "@img/sharp-linuxmusl-arm64": "0.34.5",
900
- "@img/sharp-linuxmusl-x64": "0.34.5",
901
- "@img/sharp-wasm32": "0.34.5",
902
- "@img/sharp-win32-arm64": "0.34.5",
903
- "@img/sharp-win32-ia32": "0.34.5",
904
- "@img/sharp-win32-x64": "0.34.5"
905
- }
906
- },
907
- "node_modules/source-map-js": {
908
- "version": "1.2.1",
909
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
910
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
911
- "license": "BSD-3-Clause",
912
- "engines": {
913
- "node": ">=0.10.0"
914
- }
915
- },
916
- "node_modules/styled-jsx": {
917
- "version": "5.1.6",
918
- "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
919
- "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
920
- "license": "MIT",
921
- "dependencies": {
922
- "client-only": "0.0.1"
923
- },
924
- "engines": {
925
- "node": ">= 12.0.0"
926
- },
927
- "peerDependencies": {
928
- "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
929
- },
930
- "peerDependenciesMeta": {
931
- "@babel/core": {
932
- "optional": true
933
- },
934
- "babel-plugin-macros": {
935
- "optional": true
936
- }
937
- }
938
- },
939
- "node_modules/tslib": {
940
- "version": "2.8.1",
941
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
942
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
943
- "license": "0BSD"
944
- },
945
- "node_modules/typescript": {
946
- "version": "5.9.3",
947
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
948
- "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
949
- "dev": true,
950
- "license": "Apache-2.0",
951
- "bin": {
952
- "tsc": "bin/tsc",
953
- "tsserver": "bin/tsserver"
954
- },
955
- "engines": {
956
- "node": ">=14.17"
957
- }
958
- },
959
- "node_modules/undici-types": {
960
- "version": "7.18.2",
961
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
962
- "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
963
- "dev": true,
964
- "license": "MIT"
965
- },
966
- "node_modules/yaml": {
967
- "version": "2.9.0",
968
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
969
- "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
970
- "license": "ISC",
971
- "bin": {
972
- "yaml": "bin.mjs"
973
- },
974
- "engines": {
975
- "node": ">= 14.6"
976
- },
977
- "funding": {
978
- "url": "https://github.com/sponsors/eemeli"
979
- }
980
- }
981
- }
982
- }