groove-dev 0.27.113 → 0.27.115

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 (66) hide show
  1. package/CENTRAL_COMMAND_REBUILD.md +689 -0
  2. package/EMBEDDING_DIAGNOSTIC.md +197 -0
  3. package/TRAINING_DATA_v4.md +3 -0
  4. package/node_modules/@groove-dev/cli/package.json +1 -1
  5. package/node_modules/@groove-dev/cli/src/commands/team.js +43 -1
  6. package/node_modules/@groove-dev/daemon/package.json +1 -1
  7. package/node_modules/@groove-dev/daemon/src/api.js +24 -0
  8. package/node_modules/@groove-dev/daemon/src/filewatcher.js +45 -0
  9. package/node_modules/@groove-dev/daemon/src/index.js +14 -2
  10. package/node_modules/@groove-dev/daemon/src/teams.js +100 -6
  11. package/node_modules/@groove-dev/daemon/src/tunnel-manager.js +75 -43
  12. package/node_modules/@groove-dev/gui/dist/assets/{index-BYh6iHqL.js → index-BKCiOUDb.js} +593 -593
  13. package/node_modules/@groove-dev/gui/dist/assets/index-D4Q72afD.css +1 -0
  14. package/node_modules/@groove-dev/gui/dist/index.html +2 -2
  15. package/node_modules/@groove-dev/gui/package.json +1 -1
  16. package/node_modules/@groove-dev/gui/src/components/agents/workspace-mode.jsx +0 -22
  17. package/node_modules/@groove-dev/gui/src/components/layout/status-bar.jsx +43 -45
  18. package/node_modules/@groove-dev/gui/src/components/settings/quick-connect.jsx +2 -1
  19. package/node_modules/@groove-dev/gui/src/stores/groove.js +42 -8
  20. package/node_modules/@groove-dev/gui/src/views/agents.jsx +31 -3
  21. package/node_modules/@groove-dev/gui/src/views/editor.jsx +1 -20
  22. package/node_modules/@groove-dev/gui/src/views/teams.jsx +106 -3
  23. package/package.json +1 -1
  24. package/packages/cli/package.json +1 -1
  25. package/packages/cli/src/commands/team.js +43 -1
  26. package/packages/daemon/package.json +1 -1
  27. package/packages/daemon/src/api.js +24 -0
  28. package/packages/daemon/src/filewatcher.js +45 -0
  29. package/packages/daemon/src/index.js +14 -2
  30. package/packages/daemon/src/teams.js +100 -6
  31. package/packages/daemon/src/tunnel-manager.js +75 -43
  32. package/packages/gui/dist/assets/{index-BYh6iHqL.js → index-BKCiOUDb.js} +593 -593
  33. package/packages/gui/dist/assets/index-D4Q72afD.css +1 -0
  34. package/packages/gui/dist/index.html +2 -2
  35. package/packages/gui/package.json +1 -1
  36. package/packages/gui/src/components/agents/workspace-mode.jsx +0 -22
  37. package/packages/gui/src/components/layout/status-bar.jsx +43 -45
  38. package/packages/gui/src/components/settings/quick-connect.jsx +2 -1
  39. package/packages/gui/src/stores/groove.js +42 -8
  40. package/packages/gui/src/views/agents.jsx +31 -3
  41. package/packages/gui/src/views/editor.jsx +1 -20
  42. package/packages/gui/src/views/teams.jsx +106 -3
  43. package/TRAINING_DATA_v3.md +0 -11
  44. package/codex-test/offroad-nitro-racer/dist/assets/index-CuvdKK6U.js +0 -44
  45. package/codex-test/offroad-nitro-racer/dist/assets/index-DvHn2Thu.css +0 -1
  46. package/codex-test/offroad-nitro-racer/dist/index.html +0 -23
  47. package/codex-test/offroad-nitro-racer/index.html +0 -21
  48. package/codex-test/offroad-nitro-racer/package-lock.json +0 -841
  49. package/codex-test/offroad-nitro-racer/package.json +0 -15
  50. package/codex-test/offroad-nitro-racer/src/game/AI.ts +0 -28
  51. package/codex-test/offroad-nitro-racer/src/game/Audio.ts +0 -63
  52. package/codex-test/offroad-nitro-racer/src/game/Car.ts +0 -247
  53. package/codex-test/offroad-nitro-racer/src/game/Effects.ts +0 -62
  54. package/codex-test/offroad-nitro-racer/src/game/Game.ts +0 -229
  55. package/codex-test/offroad-nitro-racer/src/game/Input.ts +0 -45
  56. package/codex-test/offroad-nitro-racer/src/game/Renderer.ts +0 -224
  57. package/codex-test/offroad-nitro-racer/src/game/Track.ts +0 -158
  58. package/codex-test/offroad-nitro-racer/src/game/UI.ts +0 -96
  59. package/codex-test/offroad-nitro-racer/src/game/math.ts +0 -42
  60. package/codex-test/offroad-nitro-racer/src/main.ts +0 -24
  61. package/codex-test/offroad-nitro-racer/src/style.css +0 -291
  62. package/codex-test/offroad-nitro-racer/src/vite-env.d.ts +0 -1
  63. package/codex-test/offroad-nitro-racer/tsconfig.json +0 -18
  64. package/codex-test/offroad-nitro-racer/vite.config.ts +0 -7
  65. package/node_modules/@groove-dev/gui/dist/assets/index-DAlSbVyK.css +0 -1
  66. package/packages/gui/dist/assets/index-DAlSbVyK.css +0 -1
@@ -1,841 +0,0 @@
1
- {
2
- "name": "offroad-nitro-racer",
3
- "version": "0.1.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "offroad-nitro-racer",
9
- "version": "0.1.0",
10
- "dependencies": {
11
- "typescript": "latest",
12
- "vite": "latest"
13
- },
14
- "devDependencies": {}
15
- },
16
- "node_modules/@emnapi/core": {
17
- "version": "1.10.0",
18
- "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
19
- "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
20
- "license": "MIT",
21
- "optional": true,
22
- "dependencies": {
23
- "@emnapi/wasi-threads": "1.2.1",
24
- "tslib": "^2.4.0"
25
- }
26
- },
27
- "node_modules/@emnapi/runtime": {
28
- "version": "1.10.0",
29
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
30
- "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
31
- "license": "MIT",
32
- "optional": true,
33
- "dependencies": {
34
- "tslib": "^2.4.0"
35
- }
36
- },
37
- "node_modules/@emnapi/wasi-threads": {
38
- "version": "1.2.1",
39
- "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
40
- "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
41
- "license": "MIT",
42
- "optional": true,
43
- "dependencies": {
44
- "tslib": "^2.4.0"
45
- }
46
- },
47
- "node_modules/@napi-rs/wasm-runtime": {
48
- "version": "1.1.4",
49
- "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
50
- "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
51
- "license": "MIT",
52
- "optional": true,
53
- "dependencies": {
54
- "@tybys/wasm-util": "^0.10.1"
55
- },
56
- "funding": {
57
- "type": "github",
58
- "url": "https://github.com/sponsors/Brooooooklyn"
59
- },
60
- "peerDependencies": {
61
- "@emnapi/core": "^1.7.1",
62
- "@emnapi/runtime": "^1.7.1"
63
- }
64
- },
65
- "node_modules/@oxc-project/types": {
66
- "version": "0.127.0",
67
- "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.127.0.tgz",
68
- "integrity": "sha512-aIYXQBo4lCbO4z0R3FHeucQHpF46l2LbMdxRvqvuRuW2OxdnSkcng5B8+K12spgLDj93rtN3+J2Vac/TIO+ciQ==",
69
- "license": "MIT",
70
- "funding": {
71
- "url": "https://github.com/sponsors/Boshen"
72
- }
73
- },
74
- "node_modules/@rolldown/binding-android-arm64": {
75
- "version": "1.0.0-rc.17",
76
- "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.17.tgz",
77
- "integrity": "sha512-s70pVGhw4zqGeFnXWvAzJDlvxhlRollagdCCKRgOsgUOH3N1l0LIxf83AtGzmb5SiVM4Hjl5HyarMRfdfj3DaQ==",
78
- "cpu": [
79
- "arm64"
80
- ],
81
- "license": "MIT",
82
- "optional": true,
83
- "os": [
84
- "android"
85
- ],
86
- "engines": {
87
- "node": "^20.19.0 || >=22.12.0"
88
- }
89
- },
90
- "node_modules/@rolldown/binding-darwin-arm64": {
91
- "version": "1.0.0-rc.17",
92
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.17.tgz",
93
- "integrity": "sha512-4ksWc9n0mhlZpZ9PMZgTGjeOPRu8MB1Z3Tz0Mo02eWfWCHMW1zN82Qz/pL/rC+yQa+8ZnutMF0JjJe7PjwasYw==",
94
- "cpu": [
95
- "arm64"
96
- ],
97
- "license": "MIT",
98
- "optional": true,
99
- "os": [
100
- "darwin"
101
- ],
102
- "engines": {
103
- "node": "^20.19.0 || >=22.12.0"
104
- }
105
- },
106
- "node_modules/@rolldown/binding-darwin-x64": {
107
- "version": "1.0.0-rc.17",
108
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.17.tgz",
109
- "integrity": "sha512-SUSDOI6WwUVNcWxd02QEBjLdY1VPHvlEkw6T/8nYG322iYWCTxRb1vzk4E+mWWYehTp7ERibq54LSJGjmouOsw==",
110
- "cpu": [
111
- "x64"
112
- ],
113
- "license": "MIT",
114
- "optional": true,
115
- "os": [
116
- "darwin"
117
- ],
118
- "engines": {
119
- "node": "^20.19.0 || >=22.12.0"
120
- }
121
- },
122
- "node_modules/@rolldown/binding-freebsd-x64": {
123
- "version": "1.0.0-rc.17",
124
- "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.17.tgz",
125
- "integrity": "sha512-hwnz3nw9dbJ05EDO/PvcjaaewqqDy7Y1rn1UO81l8iIK1GjenME75dl16ajbvSSMfv66WXSRCYKIqfgq2KCfxw==",
126
- "cpu": [
127
- "x64"
128
- ],
129
- "license": "MIT",
130
- "optional": true,
131
- "os": [
132
- "freebsd"
133
- ],
134
- "engines": {
135
- "node": "^20.19.0 || >=22.12.0"
136
- }
137
- },
138
- "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
139
- "version": "1.0.0-rc.17",
140
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.17.tgz",
141
- "integrity": "sha512-IS+W7epTcwANmFSQFrS1SivEXHtl1JtuQA9wlxrZTcNi6mx+FDOYrakGevvvTwgj2JvWiK8B29/qD9BELZPyXQ==",
142
- "cpu": [
143
- "arm"
144
- ],
145
- "license": "MIT",
146
- "optional": true,
147
- "os": [
148
- "linux"
149
- ],
150
- "engines": {
151
- "node": "^20.19.0 || >=22.12.0"
152
- }
153
- },
154
- "node_modules/@rolldown/binding-linux-arm64-gnu": {
155
- "version": "1.0.0-rc.17",
156
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.17.tgz",
157
- "integrity": "sha512-e6usGaHKW5BMNZOymS1UcEYGowQMWcgZ71Z17Sl/h2+ZziNJ1a9n3Zvcz6LdRyIW5572wBCTH/Z+bKuZouGk9Q==",
158
- "cpu": [
159
- "arm64"
160
- ],
161
- "license": "MIT",
162
- "optional": true,
163
- "os": [
164
- "linux"
165
- ],
166
- "engines": {
167
- "node": "^20.19.0 || >=22.12.0"
168
- }
169
- },
170
- "node_modules/@rolldown/binding-linux-arm64-musl": {
171
- "version": "1.0.0-rc.17",
172
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.17.tgz",
173
- "integrity": "sha512-b/CgbwAJpmrRLp02RPfhbudf5tZnN9nsPWK82znefso832etkem8H7FSZwxrOI9djcdTP7U6YfNhbRnh7djErg==",
174
- "cpu": [
175
- "arm64"
176
- ],
177
- "license": "MIT",
178
- "optional": true,
179
- "os": [
180
- "linux"
181
- ],
182
- "engines": {
183
- "node": "^20.19.0 || >=22.12.0"
184
- }
185
- },
186
- "node_modules/@rolldown/binding-linux-ppc64-gnu": {
187
- "version": "1.0.0-rc.17",
188
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.17.tgz",
189
- "integrity": "sha512-4EII1iNGRUN5WwGbF/kOh/EIkoDN9HsupgLQoXfY+D1oyJm7/F4t5PYU5n8SWZgG0FEwakyM8pGgwcBYruGTlA==",
190
- "cpu": [
191
- "ppc64"
192
- ],
193
- "license": "MIT",
194
- "optional": true,
195
- "os": [
196
- "linux"
197
- ],
198
- "engines": {
199
- "node": "^20.19.0 || >=22.12.0"
200
- }
201
- },
202
- "node_modules/@rolldown/binding-linux-s390x-gnu": {
203
- "version": "1.0.0-rc.17",
204
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.17.tgz",
205
- "integrity": "sha512-AH8oq3XqQo4IibpVXvPeLDI5pzkpYn0WiZAfT05kFzoJ6tQNzwRdDYQ45M8I/gslbodRZwW8uxLhbSBbkv96rA==",
206
- "cpu": [
207
- "s390x"
208
- ],
209
- "license": "MIT",
210
- "optional": true,
211
- "os": [
212
- "linux"
213
- ],
214
- "engines": {
215
- "node": "^20.19.0 || >=22.12.0"
216
- }
217
- },
218
- "node_modules/@rolldown/binding-linux-x64-gnu": {
219
- "version": "1.0.0-rc.17",
220
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.17.tgz",
221
- "integrity": "sha512-cLnjV3xfo7KslbU41Z7z8BH/E1y5mzUYzAqih1d1MDaIGZRCMqTijqLv76/P7fyHuvUcfGsIpqCdddbxLLK9rA==",
222
- "cpu": [
223
- "x64"
224
- ],
225
- "license": "MIT",
226
- "optional": true,
227
- "os": [
228
- "linux"
229
- ],
230
- "engines": {
231
- "node": "^20.19.0 || >=22.12.0"
232
- }
233
- },
234
- "node_modules/@rolldown/binding-linux-x64-musl": {
235
- "version": "1.0.0-rc.17",
236
- "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.17.tgz",
237
- "integrity": "sha512-0phclDw1spsL7dUB37sIARuis2tAgomCJXAHZlpt8PXZ4Ba0dRP1e+66lsRqrfhISeN9bEGNjQs+T/Fbd7oYGw==",
238
- "cpu": [
239
- "x64"
240
- ],
241
- "license": "MIT",
242
- "optional": true,
243
- "os": [
244
- "linux"
245
- ],
246
- "engines": {
247
- "node": "^20.19.0 || >=22.12.0"
248
- }
249
- },
250
- "node_modules/@rolldown/binding-openharmony-arm64": {
251
- "version": "1.0.0-rc.17",
252
- "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.17.tgz",
253
- "integrity": "sha512-0ag/hEgXOwgw4t8QyQvUCxvEg+V0KBcA6YuOx9g0r02MprutRF5dyljgm3EmR02O292UX7UeS6HzWHAl6KgyhA==",
254
- "cpu": [
255
- "arm64"
256
- ],
257
- "license": "MIT",
258
- "optional": true,
259
- "os": [
260
- "openharmony"
261
- ],
262
- "engines": {
263
- "node": "^20.19.0 || >=22.12.0"
264
- }
265
- },
266
- "node_modules/@rolldown/binding-wasm32-wasi": {
267
- "version": "1.0.0-rc.17",
268
- "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.17.tgz",
269
- "integrity": "sha512-LEXei6vo0E5wTGwpkJ4KoT3OZJRnglwldt5ziLzOlc6qqb55z4tWNq2A+PFqCJuvWWdP53CVhG1Z9NtToDPJrA==",
270
- "cpu": [
271
- "wasm32"
272
- ],
273
- "license": "MIT",
274
- "optional": true,
275
- "dependencies": {
276
- "@emnapi/core": "1.10.0",
277
- "@emnapi/runtime": "1.10.0",
278
- "@napi-rs/wasm-runtime": "^1.1.4"
279
- },
280
- "engines": {
281
- "node": "^20.19.0 || >=22.12.0"
282
- }
283
- },
284
- "node_modules/@rolldown/binding-win32-arm64-msvc": {
285
- "version": "1.0.0-rc.17",
286
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.17.tgz",
287
- "integrity": "sha512-gUmyzBl3SPMa6hrqFUth9sVfcLBlYsbMzBx5PlexMroZStgzGqlZ26pYG89rBb45Mnia+oil6YAIFeEWGWhoZA==",
288
- "cpu": [
289
- "arm64"
290
- ],
291
- "license": "MIT",
292
- "optional": true,
293
- "os": [
294
- "win32"
295
- ],
296
- "engines": {
297
- "node": "^20.19.0 || >=22.12.0"
298
- }
299
- },
300
- "node_modules/@rolldown/binding-win32-x64-msvc": {
301
- "version": "1.0.0-rc.17",
302
- "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.17.tgz",
303
- "integrity": "sha512-3hkiolcUAvPB9FLb3UZdfjVVNWherN1f/skkGWJP/fgSQhYUZpSIRr0/I8ZK9TkF3F7kxvJAk0+IcKvPHk9qQg==",
304
- "cpu": [
305
- "x64"
306
- ],
307
- "license": "MIT",
308
- "optional": true,
309
- "os": [
310
- "win32"
311
- ],
312
- "engines": {
313
- "node": "^20.19.0 || >=22.12.0"
314
- }
315
- },
316
- "node_modules/@tybys/wasm-util": {
317
- "version": "0.10.1",
318
- "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
319
- "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
320
- "license": "MIT",
321
- "optional": true,
322
- "dependencies": {
323
- "tslib": "^2.4.0"
324
- }
325
- },
326
- "node_modules/detect-libc": {
327
- "version": "2.1.2",
328
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
329
- "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
330
- "license": "Apache-2.0",
331
- "engines": {
332
- "node": ">=8"
333
- }
334
- },
335
- "node_modules/fdir": {
336
- "version": "6.5.0",
337
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
338
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
339
- "license": "MIT",
340
- "engines": {
341
- "node": ">=12.0.0"
342
- },
343
- "peerDependencies": {
344
- "picomatch": "^3 || ^4"
345
- },
346
- "peerDependenciesMeta": {
347
- "picomatch": {
348
- "optional": true
349
- }
350
- }
351
- },
352
- "node_modules/fsevents": {
353
- "version": "2.3.3",
354
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
355
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
356
- "hasInstallScript": true,
357
- "license": "MIT",
358
- "optional": true,
359
- "os": [
360
- "darwin"
361
- ],
362
- "engines": {
363
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
364
- }
365
- },
366
- "node_modules/lightningcss": {
367
- "version": "1.32.0",
368
- "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
369
- "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
370
- "license": "MPL-2.0",
371
- "dependencies": {
372
- "detect-libc": "^2.0.3"
373
- },
374
- "engines": {
375
- "node": ">= 12.0.0"
376
- },
377
- "funding": {
378
- "type": "opencollective",
379
- "url": "https://opencollective.com/parcel"
380
- },
381
- "optionalDependencies": {
382
- "lightningcss-android-arm64": "1.32.0",
383
- "lightningcss-darwin-arm64": "1.32.0",
384
- "lightningcss-darwin-x64": "1.32.0",
385
- "lightningcss-freebsd-x64": "1.32.0",
386
- "lightningcss-linux-arm-gnueabihf": "1.32.0",
387
- "lightningcss-linux-arm64-gnu": "1.32.0",
388
- "lightningcss-linux-arm64-musl": "1.32.0",
389
- "lightningcss-linux-x64-gnu": "1.32.0",
390
- "lightningcss-linux-x64-musl": "1.32.0",
391
- "lightningcss-win32-arm64-msvc": "1.32.0",
392
- "lightningcss-win32-x64-msvc": "1.32.0"
393
- }
394
- },
395
- "node_modules/lightningcss-android-arm64": {
396
- "version": "1.32.0",
397
- "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
398
- "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
399
- "cpu": [
400
- "arm64"
401
- ],
402
- "license": "MPL-2.0",
403
- "optional": true,
404
- "os": [
405
- "android"
406
- ],
407
- "engines": {
408
- "node": ">= 12.0.0"
409
- },
410
- "funding": {
411
- "type": "opencollective",
412
- "url": "https://opencollective.com/parcel"
413
- }
414
- },
415
- "node_modules/lightningcss-darwin-arm64": {
416
- "version": "1.32.0",
417
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
418
- "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
419
- "cpu": [
420
- "arm64"
421
- ],
422
- "license": "MPL-2.0",
423
- "optional": true,
424
- "os": [
425
- "darwin"
426
- ],
427
- "engines": {
428
- "node": ">= 12.0.0"
429
- },
430
- "funding": {
431
- "type": "opencollective",
432
- "url": "https://opencollective.com/parcel"
433
- }
434
- },
435
- "node_modules/lightningcss-darwin-x64": {
436
- "version": "1.32.0",
437
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
438
- "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
439
- "cpu": [
440
- "x64"
441
- ],
442
- "license": "MPL-2.0",
443
- "optional": true,
444
- "os": [
445
- "darwin"
446
- ],
447
- "engines": {
448
- "node": ">= 12.0.0"
449
- },
450
- "funding": {
451
- "type": "opencollective",
452
- "url": "https://opencollective.com/parcel"
453
- }
454
- },
455
- "node_modules/lightningcss-freebsd-x64": {
456
- "version": "1.32.0",
457
- "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
458
- "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
459
- "cpu": [
460
- "x64"
461
- ],
462
- "license": "MPL-2.0",
463
- "optional": true,
464
- "os": [
465
- "freebsd"
466
- ],
467
- "engines": {
468
- "node": ">= 12.0.0"
469
- },
470
- "funding": {
471
- "type": "opencollective",
472
- "url": "https://opencollective.com/parcel"
473
- }
474
- },
475
- "node_modules/lightningcss-linux-arm-gnueabihf": {
476
- "version": "1.32.0",
477
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
478
- "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
479
- "cpu": [
480
- "arm"
481
- ],
482
- "license": "MPL-2.0",
483
- "optional": true,
484
- "os": [
485
- "linux"
486
- ],
487
- "engines": {
488
- "node": ">= 12.0.0"
489
- },
490
- "funding": {
491
- "type": "opencollective",
492
- "url": "https://opencollective.com/parcel"
493
- }
494
- },
495
- "node_modules/lightningcss-linux-arm64-gnu": {
496
- "version": "1.32.0",
497
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
498
- "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
499
- "cpu": [
500
- "arm64"
501
- ],
502
- "license": "MPL-2.0",
503
- "optional": true,
504
- "os": [
505
- "linux"
506
- ],
507
- "engines": {
508
- "node": ">= 12.0.0"
509
- },
510
- "funding": {
511
- "type": "opencollective",
512
- "url": "https://opencollective.com/parcel"
513
- }
514
- },
515
- "node_modules/lightningcss-linux-arm64-musl": {
516
- "version": "1.32.0",
517
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
518
- "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
519
- "cpu": [
520
- "arm64"
521
- ],
522
- "license": "MPL-2.0",
523
- "optional": true,
524
- "os": [
525
- "linux"
526
- ],
527
- "engines": {
528
- "node": ">= 12.0.0"
529
- },
530
- "funding": {
531
- "type": "opencollective",
532
- "url": "https://opencollective.com/parcel"
533
- }
534
- },
535
- "node_modules/lightningcss-linux-x64-gnu": {
536
- "version": "1.32.0",
537
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
538
- "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
539
- "cpu": [
540
- "x64"
541
- ],
542
- "license": "MPL-2.0",
543
- "optional": true,
544
- "os": [
545
- "linux"
546
- ],
547
- "engines": {
548
- "node": ">= 12.0.0"
549
- },
550
- "funding": {
551
- "type": "opencollective",
552
- "url": "https://opencollective.com/parcel"
553
- }
554
- },
555
- "node_modules/lightningcss-linux-x64-musl": {
556
- "version": "1.32.0",
557
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
558
- "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
559
- "cpu": [
560
- "x64"
561
- ],
562
- "license": "MPL-2.0",
563
- "optional": true,
564
- "os": [
565
- "linux"
566
- ],
567
- "engines": {
568
- "node": ">= 12.0.0"
569
- },
570
- "funding": {
571
- "type": "opencollective",
572
- "url": "https://opencollective.com/parcel"
573
- }
574
- },
575
- "node_modules/lightningcss-win32-arm64-msvc": {
576
- "version": "1.32.0",
577
- "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
578
- "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
579
- "cpu": [
580
- "arm64"
581
- ],
582
- "license": "MPL-2.0",
583
- "optional": true,
584
- "os": [
585
- "win32"
586
- ],
587
- "engines": {
588
- "node": ">= 12.0.0"
589
- },
590
- "funding": {
591
- "type": "opencollective",
592
- "url": "https://opencollective.com/parcel"
593
- }
594
- },
595
- "node_modules/lightningcss-win32-x64-msvc": {
596
- "version": "1.32.0",
597
- "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
598
- "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
599
- "cpu": [
600
- "x64"
601
- ],
602
- "license": "MPL-2.0",
603
- "optional": true,
604
- "os": [
605
- "win32"
606
- ],
607
- "engines": {
608
- "node": ">= 12.0.0"
609
- },
610
- "funding": {
611
- "type": "opencollective",
612
- "url": "https://opencollective.com/parcel"
613
- }
614
- },
615
- "node_modules/nanoid": {
616
- "version": "3.3.11",
617
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
618
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
619
- "funding": [
620
- {
621
- "type": "github",
622
- "url": "https://github.com/sponsors/ai"
623
- }
624
- ],
625
- "license": "MIT",
626
- "bin": {
627
- "nanoid": "bin/nanoid.cjs"
628
- },
629
- "engines": {
630
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
631
- }
632
- },
633
- "node_modules/picocolors": {
634
- "version": "1.1.1",
635
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
636
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
637
- "license": "ISC"
638
- },
639
- "node_modules/picomatch": {
640
- "version": "4.0.4",
641
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
642
- "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
643
- "license": "MIT",
644
- "engines": {
645
- "node": ">=12"
646
- },
647
- "funding": {
648
- "url": "https://github.com/sponsors/jonschlinkert"
649
- }
650
- },
651
- "node_modules/postcss": {
652
- "version": "8.5.12",
653
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz",
654
- "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==",
655
- "funding": [
656
- {
657
- "type": "opencollective",
658
- "url": "https://opencollective.com/postcss/"
659
- },
660
- {
661
- "type": "tidelift",
662
- "url": "https://tidelift.com/funding/github/npm/postcss"
663
- },
664
- {
665
- "type": "github",
666
- "url": "https://github.com/sponsors/ai"
667
- }
668
- ],
669
- "license": "MIT",
670
- "dependencies": {
671
- "nanoid": "^3.3.11",
672
- "picocolors": "^1.1.1",
673
- "source-map-js": "^1.2.1"
674
- },
675
- "engines": {
676
- "node": "^10 || ^12 || >=14"
677
- }
678
- },
679
- "node_modules/rolldown": {
680
- "version": "1.0.0-rc.17",
681
- "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.17.tgz",
682
- "integrity": "sha512-ZrT53oAKrtA4+YtBWPQbtPOxIbVDbxT0orcYERKd63VJTF13zPcgXTvD4843L8pcsI7M6MErt8QtON6lrB9tyA==",
683
- "license": "MIT",
684
- "dependencies": {
685
- "@oxc-project/types": "=0.127.0",
686
- "@rolldown/pluginutils": "1.0.0-rc.17"
687
- },
688
- "bin": {
689
- "rolldown": "bin/cli.mjs"
690
- },
691
- "engines": {
692
- "node": "^20.19.0 || >=22.12.0"
693
- },
694
- "optionalDependencies": {
695
- "@rolldown/binding-android-arm64": "1.0.0-rc.17",
696
- "@rolldown/binding-darwin-arm64": "1.0.0-rc.17",
697
- "@rolldown/binding-darwin-x64": "1.0.0-rc.17",
698
- "@rolldown/binding-freebsd-x64": "1.0.0-rc.17",
699
- "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.17",
700
- "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.17",
701
- "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.17",
702
- "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.17",
703
- "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.17",
704
- "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.17",
705
- "@rolldown/binding-linux-x64-musl": "1.0.0-rc.17",
706
- "@rolldown/binding-openharmony-arm64": "1.0.0-rc.17",
707
- "@rolldown/binding-wasm32-wasi": "1.0.0-rc.17",
708
- "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.17",
709
- "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.17"
710
- }
711
- },
712
- "node_modules/rolldown/node_modules/@rolldown/pluginutils": {
713
- "version": "1.0.0-rc.17",
714
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.17.tgz",
715
- "integrity": "sha512-n8iosDOt6Ig1UhJ2AYqoIhHWh/isz0xpicHTzpKBeotdVsTEcxsSA/i3EVM7gQAj0rU27OLAxCjzlj15IWY7bg==",
716
- "license": "MIT"
717
- },
718
- "node_modules/source-map-js": {
719
- "version": "1.2.1",
720
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
721
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
722
- "license": "BSD-3-Clause",
723
- "engines": {
724
- "node": ">=0.10.0"
725
- }
726
- },
727
- "node_modules/tinyglobby": {
728
- "version": "0.2.16",
729
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
730
- "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
731
- "license": "MIT",
732
- "dependencies": {
733
- "fdir": "^6.5.0",
734
- "picomatch": "^4.0.4"
735
- },
736
- "engines": {
737
- "node": ">=12.0.0"
738
- },
739
- "funding": {
740
- "url": "https://github.com/sponsors/SuperchupuDev"
741
- }
742
- },
743
- "node_modules/tslib": {
744
- "version": "2.8.1",
745
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
746
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
747
- "license": "0BSD",
748
- "optional": true
749
- },
750
- "node_modules/typescript": {
751
- "version": "6.0.3",
752
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
753
- "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
754
- "license": "Apache-2.0",
755
- "bin": {
756
- "tsc": "bin/tsc",
757
- "tsserver": "bin/tsserver"
758
- },
759
- "engines": {
760
- "node": ">=14.17"
761
- }
762
- },
763
- "node_modules/vite": {
764
- "version": "8.0.10",
765
- "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.10.tgz",
766
- "integrity": "sha512-rZuUu9j6J5uotLDs+cAA4O5H4K1SfPliUlQwqa6YEwSrWDZzP4rhm00oJR5snMewjxF5V/K3D4kctsUTsIU9Mw==",
767
- "license": "MIT",
768
- "dependencies": {
769
- "lightningcss": "^1.32.0",
770
- "picomatch": "^4.0.4",
771
- "postcss": "^8.5.10",
772
- "rolldown": "1.0.0-rc.17",
773
- "tinyglobby": "^0.2.16"
774
- },
775
- "bin": {
776
- "vite": "bin/vite.js"
777
- },
778
- "engines": {
779
- "node": "^20.19.0 || >=22.12.0"
780
- },
781
- "funding": {
782
- "url": "https://github.com/vitejs/vite?sponsor=1"
783
- },
784
- "optionalDependencies": {
785
- "fsevents": "~2.3.3"
786
- },
787
- "peerDependencies": {
788
- "@types/node": "^20.19.0 || >=22.12.0",
789
- "@vitejs/devtools": "^0.1.0",
790
- "esbuild": "^0.27.0 || ^0.28.0",
791
- "jiti": ">=1.21.0",
792
- "less": "^4.0.0",
793
- "sass": "^1.70.0",
794
- "sass-embedded": "^1.70.0",
795
- "stylus": ">=0.54.8",
796
- "sugarss": "^5.0.0",
797
- "terser": "^5.16.0",
798
- "tsx": "^4.8.1",
799
- "yaml": "^2.4.2"
800
- },
801
- "peerDependenciesMeta": {
802
- "@types/node": {
803
- "optional": true
804
- },
805
- "@vitejs/devtools": {
806
- "optional": true
807
- },
808
- "esbuild": {
809
- "optional": true
810
- },
811
- "jiti": {
812
- "optional": true
813
- },
814
- "less": {
815
- "optional": true
816
- },
817
- "sass": {
818
- "optional": true
819
- },
820
- "sass-embedded": {
821
- "optional": true
822
- },
823
- "stylus": {
824
- "optional": true
825
- },
826
- "sugarss": {
827
- "optional": true
828
- },
829
- "terser": {
830
- "optional": true
831
- },
832
- "tsx": {
833
- "optional": true
834
- },
835
- "yaml": {
836
- "optional": true
837
- }
838
- }
839
- }
840
- }
841
- }