@robotaccomplice/architext 1.0.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 (43) hide show
  1. package/LICENSE +22 -0
  2. package/README.md +497 -0
  3. package/docs/architecture/AGENTS_APPENDIX.md +39 -0
  4. package/docs/architecture/ARCHITECTURE_PLAN.md +520 -0
  5. package/docs/architecture/LLM_ARCHITEXT.md +95 -0
  6. package/docs/architext/AGENTS_APPENDIX.md +39 -0
  7. package/docs/architext/LLM_ARCHITEXT.md +64 -0
  8. package/docs/architext/README.md +120 -0
  9. package/docs/architext/data/data-classification.json +34 -0
  10. package/docs/architext/data/decisions.json +54 -0
  11. package/docs/architext/data/flows.json +114 -0
  12. package/docs/architext/data/glossary.json +24 -0
  13. package/docs/architext/data/manifest.json +23 -0
  14. package/docs/architext/data/nodes.json +194 -0
  15. package/docs/architext/data/risks.json +59 -0
  16. package/docs/architext/data/views.json +91 -0
  17. package/docs/architext/dist/assets/index-BWZ6sEpA.js +51 -0
  18. package/docs/architext/dist/assets/index-iWLms0Pa.css +1 -0
  19. package/docs/architext/dist/compass.svg +9 -0
  20. package/docs/architext/dist/index.html +14 -0
  21. package/docs/architext/index.html +13 -0
  22. package/docs/architext/package-lock.json +1822 -0
  23. package/docs/architext/package.json +28 -0
  24. package/docs/architext/public/compass.svg +9 -0
  25. package/docs/architext/schema/data-classification.schema.json +28 -0
  26. package/docs/architext/schema/decisions.schema.json +33 -0
  27. package/docs/architext/schema/flows.schema.json +72 -0
  28. package/docs/architext/schema/glossary.schema.json +22 -0
  29. package/docs/architext/schema/manifest.schema.json +47 -0
  30. package/docs/architext/schema/nodes.schema.json +69 -0
  31. package/docs/architext/schema/risks.schema.json +34 -0
  32. package/docs/architext/schema/views.schema.json +48 -0
  33. package/docs/architext/src/main.tsx +2133 -0
  34. package/docs/architext/src/styles.css +1475 -0
  35. package/docs/architext/tools/validate-architext.mjs +163 -0
  36. package/docs/architext/tsconfig.json +21 -0
  37. package/docs/architext/vite.config.ts +47 -0
  38. package/docs/assets/screenshots/architext-c4.png +0 -0
  39. package/docs/assets/screenshots/architext-data-risks.png +0 -0
  40. package/docs/assets/screenshots/architext-flows.png +0 -0
  41. package/docs/assets/screenshots/architext-sequence.png +0 -0
  42. package/package.json +81 -0
  43. package/tools/architext-adopt.mjs +874 -0
@@ -0,0 +1,1822 @@
1
+ {
2
+ "name": "architext-template",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "architext-template",
9
+ "version": "1.0.0",
10
+ "dependencies": {
11
+ "@vitejs/plugin-react": "^4.3.4",
12
+ "ajv": "^8.17.1",
13
+ "ajv-formats": "^3.0.1",
14
+ "react": "^19.0.0",
15
+ "react-dom": "^19.0.0",
16
+ "typescript": "^5.7.2",
17
+ "vite": "^6.0.7"
18
+ },
19
+ "devDependencies": {
20
+ "@types/react": "^19.0.2",
21
+ "@types/react-dom": "^19.0.2"
22
+ },
23
+ "engines": {
24
+ "node": ">=20"
25
+ }
26
+ },
27
+ "node_modules/@babel/code-frame": {
28
+ "version": "7.29.0",
29
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
30
+ "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
31
+ "license": "MIT",
32
+ "dependencies": {
33
+ "@babel/helper-validator-identifier": "^7.28.5",
34
+ "js-tokens": "^4.0.0",
35
+ "picocolors": "^1.1.1"
36
+ },
37
+ "engines": {
38
+ "node": ">=6.9.0"
39
+ }
40
+ },
41
+ "node_modules/@babel/compat-data": {
42
+ "version": "7.29.3",
43
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz",
44
+ "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
45
+ "license": "MIT",
46
+ "engines": {
47
+ "node": ">=6.9.0"
48
+ }
49
+ },
50
+ "node_modules/@babel/core": {
51
+ "version": "7.29.0",
52
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
53
+ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
54
+ "license": "MIT",
55
+ "dependencies": {
56
+ "@babel/code-frame": "^7.29.0",
57
+ "@babel/generator": "^7.29.0",
58
+ "@babel/helper-compilation-targets": "^7.28.6",
59
+ "@babel/helper-module-transforms": "^7.28.6",
60
+ "@babel/helpers": "^7.28.6",
61
+ "@babel/parser": "^7.29.0",
62
+ "@babel/template": "^7.28.6",
63
+ "@babel/traverse": "^7.29.0",
64
+ "@babel/types": "^7.29.0",
65
+ "@jridgewell/remapping": "^2.3.5",
66
+ "convert-source-map": "^2.0.0",
67
+ "debug": "^4.1.0",
68
+ "gensync": "^1.0.0-beta.2",
69
+ "json5": "^2.2.3",
70
+ "semver": "^6.3.1"
71
+ },
72
+ "engines": {
73
+ "node": ">=6.9.0"
74
+ },
75
+ "funding": {
76
+ "type": "opencollective",
77
+ "url": "https://opencollective.com/babel"
78
+ }
79
+ },
80
+ "node_modules/@babel/generator": {
81
+ "version": "7.29.1",
82
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
83
+ "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
84
+ "license": "MIT",
85
+ "dependencies": {
86
+ "@babel/parser": "^7.29.0",
87
+ "@babel/types": "^7.29.0",
88
+ "@jridgewell/gen-mapping": "^0.3.12",
89
+ "@jridgewell/trace-mapping": "^0.3.28",
90
+ "jsesc": "^3.0.2"
91
+ },
92
+ "engines": {
93
+ "node": ">=6.9.0"
94
+ }
95
+ },
96
+ "node_modules/@babel/helper-compilation-targets": {
97
+ "version": "7.28.6",
98
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
99
+ "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
100
+ "license": "MIT",
101
+ "dependencies": {
102
+ "@babel/compat-data": "^7.28.6",
103
+ "@babel/helper-validator-option": "^7.27.1",
104
+ "browserslist": "^4.24.0",
105
+ "lru-cache": "^5.1.1",
106
+ "semver": "^6.3.1"
107
+ },
108
+ "engines": {
109
+ "node": ">=6.9.0"
110
+ }
111
+ },
112
+ "node_modules/@babel/helper-globals": {
113
+ "version": "7.28.0",
114
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
115
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
116
+ "license": "MIT",
117
+ "engines": {
118
+ "node": ">=6.9.0"
119
+ }
120
+ },
121
+ "node_modules/@babel/helper-module-imports": {
122
+ "version": "7.28.6",
123
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
124
+ "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
125
+ "license": "MIT",
126
+ "dependencies": {
127
+ "@babel/traverse": "^7.28.6",
128
+ "@babel/types": "^7.28.6"
129
+ },
130
+ "engines": {
131
+ "node": ">=6.9.0"
132
+ }
133
+ },
134
+ "node_modules/@babel/helper-module-transforms": {
135
+ "version": "7.28.6",
136
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
137
+ "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
138
+ "license": "MIT",
139
+ "dependencies": {
140
+ "@babel/helper-module-imports": "^7.28.6",
141
+ "@babel/helper-validator-identifier": "^7.28.5",
142
+ "@babel/traverse": "^7.28.6"
143
+ },
144
+ "engines": {
145
+ "node": ">=6.9.0"
146
+ },
147
+ "peerDependencies": {
148
+ "@babel/core": "^7.0.0"
149
+ }
150
+ },
151
+ "node_modules/@babel/helper-plugin-utils": {
152
+ "version": "7.28.6",
153
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
154
+ "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
155
+ "license": "MIT",
156
+ "engines": {
157
+ "node": ">=6.9.0"
158
+ }
159
+ },
160
+ "node_modules/@babel/helper-string-parser": {
161
+ "version": "7.27.1",
162
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
163
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
164
+ "license": "MIT",
165
+ "engines": {
166
+ "node": ">=6.9.0"
167
+ }
168
+ },
169
+ "node_modules/@babel/helper-validator-identifier": {
170
+ "version": "7.28.5",
171
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
172
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
173
+ "license": "MIT",
174
+ "engines": {
175
+ "node": ">=6.9.0"
176
+ }
177
+ },
178
+ "node_modules/@babel/helper-validator-option": {
179
+ "version": "7.27.1",
180
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
181
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
182
+ "license": "MIT",
183
+ "engines": {
184
+ "node": ">=6.9.0"
185
+ }
186
+ },
187
+ "node_modules/@babel/helpers": {
188
+ "version": "7.29.2",
189
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
190
+ "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
191
+ "license": "MIT",
192
+ "dependencies": {
193
+ "@babel/template": "^7.28.6",
194
+ "@babel/types": "^7.29.0"
195
+ },
196
+ "engines": {
197
+ "node": ">=6.9.0"
198
+ }
199
+ },
200
+ "node_modules/@babel/parser": {
201
+ "version": "7.29.3",
202
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",
203
+ "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
204
+ "license": "MIT",
205
+ "dependencies": {
206
+ "@babel/types": "^7.29.0"
207
+ },
208
+ "bin": {
209
+ "parser": "bin/babel-parser.js"
210
+ },
211
+ "engines": {
212
+ "node": ">=6.0.0"
213
+ }
214
+ },
215
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
216
+ "version": "7.27.1",
217
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
218
+ "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
219
+ "license": "MIT",
220
+ "dependencies": {
221
+ "@babel/helper-plugin-utils": "^7.27.1"
222
+ },
223
+ "engines": {
224
+ "node": ">=6.9.0"
225
+ },
226
+ "peerDependencies": {
227
+ "@babel/core": "^7.0.0-0"
228
+ }
229
+ },
230
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
231
+ "version": "7.27.1",
232
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
233
+ "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
234
+ "license": "MIT",
235
+ "dependencies": {
236
+ "@babel/helper-plugin-utils": "^7.27.1"
237
+ },
238
+ "engines": {
239
+ "node": ">=6.9.0"
240
+ },
241
+ "peerDependencies": {
242
+ "@babel/core": "^7.0.0-0"
243
+ }
244
+ },
245
+ "node_modules/@babel/template": {
246
+ "version": "7.28.6",
247
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
248
+ "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
249
+ "license": "MIT",
250
+ "dependencies": {
251
+ "@babel/code-frame": "^7.28.6",
252
+ "@babel/parser": "^7.28.6",
253
+ "@babel/types": "^7.28.6"
254
+ },
255
+ "engines": {
256
+ "node": ">=6.9.0"
257
+ }
258
+ },
259
+ "node_modules/@babel/traverse": {
260
+ "version": "7.29.0",
261
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
262
+ "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
263
+ "license": "MIT",
264
+ "dependencies": {
265
+ "@babel/code-frame": "^7.29.0",
266
+ "@babel/generator": "^7.29.0",
267
+ "@babel/helper-globals": "^7.28.0",
268
+ "@babel/parser": "^7.29.0",
269
+ "@babel/template": "^7.28.6",
270
+ "@babel/types": "^7.29.0",
271
+ "debug": "^4.3.1"
272
+ },
273
+ "engines": {
274
+ "node": ">=6.9.0"
275
+ }
276
+ },
277
+ "node_modules/@babel/types": {
278
+ "version": "7.29.0",
279
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
280
+ "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
281
+ "license": "MIT",
282
+ "dependencies": {
283
+ "@babel/helper-string-parser": "^7.27.1",
284
+ "@babel/helper-validator-identifier": "^7.28.5"
285
+ },
286
+ "engines": {
287
+ "node": ">=6.9.0"
288
+ }
289
+ },
290
+ "node_modules/@esbuild/aix-ppc64": {
291
+ "version": "0.25.12",
292
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
293
+ "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
294
+ "cpu": [
295
+ "ppc64"
296
+ ],
297
+ "license": "MIT",
298
+ "optional": true,
299
+ "os": [
300
+ "aix"
301
+ ],
302
+ "engines": {
303
+ "node": ">=18"
304
+ }
305
+ },
306
+ "node_modules/@esbuild/android-arm": {
307
+ "version": "0.25.12",
308
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
309
+ "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
310
+ "cpu": [
311
+ "arm"
312
+ ],
313
+ "license": "MIT",
314
+ "optional": true,
315
+ "os": [
316
+ "android"
317
+ ],
318
+ "engines": {
319
+ "node": ">=18"
320
+ }
321
+ },
322
+ "node_modules/@esbuild/android-arm64": {
323
+ "version": "0.25.12",
324
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
325
+ "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
326
+ "cpu": [
327
+ "arm64"
328
+ ],
329
+ "license": "MIT",
330
+ "optional": true,
331
+ "os": [
332
+ "android"
333
+ ],
334
+ "engines": {
335
+ "node": ">=18"
336
+ }
337
+ },
338
+ "node_modules/@esbuild/android-x64": {
339
+ "version": "0.25.12",
340
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
341
+ "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
342
+ "cpu": [
343
+ "x64"
344
+ ],
345
+ "license": "MIT",
346
+ "optional": true,
347
+ "os": [
348
+ "android"
349
+ ],
350
+ "engines": {
351
+ "node": ">=18"
352
+ }
353
+ },
354
+ "node_modules/@esbuild/darwin-arm64": {
355
+ "version": "0.25.12",
356
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
357
+ "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
358
+ "cpu": [
359
+ "arm64"
360
+ ],
361
+ "license": "MIT",
362
+ "optional": true,
363
+ "os": [
364
+ "darwin"
365
+ ],
366
+ "engines": {
367
+ "node": ">=18"
368
+ }
369
+ },
370
+ "node_modules/@esbuild/darwin-x64": {
371
+ "version": "0.25.12",
372
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
373
+ "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
374
+ "cpu": [
375
+ "x64"
376
+ ],
377
+ "license": "MIT",
378
+ "optional": true,
379
+ "os": [
380
+ "darwin"
381
+ ],
382
+ "engines": {
383
+ "node": ">=18"
384
+ }
385
+ },
386
+ "node_modules/@esbuild/freebsd-arm64": {
387
+ "version": "0.25.12",
388
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
389
+ "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
390
+ "cpu": [
391
+ "arm64"
392
+ ],
393
+ "license": "MIT",
394
+ "optional": true,
395
+ "os": [
396
+ "freebsd"
397
+ ],
398
+ "engines": {
399
+ "node": ">=18"
400
+ }
401
+ },
402
+ "node_modules/@esbuild/freebsd-x64": {
403
+ "version": "0.25.12",
404
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
405
+ "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
406
+ "cpu": [
407
+ "x64"
408
+ ],
409
+ "license": "MIT",
410
+ "optional": true,
411
+ "os": [
412
+ "freebsd"
413
+ ],
414
+ "engines": {
415
+ "node": ">=18"
416
+ }
417
+ },
418
+ "node_modules/@esbuild/linux-arm": {
419
+ "version": "0.25.12",
420
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
421
+ "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
422
+ "cpu": [
423
+ "arm"
424
+ ],
425
+ "license": "MIT",
426
+ "optional": true,
427
+ "os": [
428
+ "linux"
429
+ ],
430
+ "engines": {
431
+ "node": ">=18"
432
+ }
433
+ },
434
+ "node_modules/@esbuild/linux-arm64": {
435
+ "version": "0.25.12",
436
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
437
+ "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
438
+ "cpu": [
439
+ "arm64"
440
+ ],
441
+ "license": "MIT",
442
+ "optional": true,
443
+ "os": [
444
+ "linux"
445
+ ],
446
+ "engines": {
447
+ "node": ">=18"
448
+ }
449
+ },
450
+ "node_modules/@esbuild/linux-ia32": {
451
+ "version": "0.25.12",
452
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
453
+ "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
454
+ "cpu": [
455
+ "ia32"
456
+ ],
457
+ "license": "MIT",
458
+ "optional": true,
459
+ "os": [
460
+ "linux"
461
+ ],
462
+ "engines": {
463
+ "node": ">=18"
464
+ }
465
+ },
466
+ "node_modules/@esbuild/linux-loong64": {
467
+ "version": "0.25.12",
468
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
469
+ "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
470
+ "cpu": [
471
+ "loong64"
472
+ ],
473
+ "license": "MIT",
474
+ "optional": true,
475
+ "os": [
476
+ "linux"
477
+ ],
478
+ "engines": {
479
+ "node": ">=18"
480
+ }
481
+ },
482
+ "node_modules/@esbuild/linux-mips64el": {
483
+ "version": "0.25.12",
484
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
485
+ "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
486
+ "cpu": [
487
+ "mips64el"
488
+ ],
489
+ "license": "MIT",
490
+ "optional": true,
491
+ "os": [
492
+ "linux"
493
+ ],
494
+ "engines": {
495
+ "node": ">=18"
496
+ }
497
+ },
498
+ "node_modules/@esbuild/linux-ppc64": {
499
+ "version": "0.25.12",
500
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
501
+ "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
502
+ "cpu": [
503
+ "ppc64"
504
+ ],
505
+ "license": "MIT",
506
+ "optional": true,
507
+ "os": [
508
+ "linux"
509
+ ],
510
+ "engines": {
511
+ "node": ">=18"
512
+ }
513
+ },
514
+ "node_modules/@esbuild/linux-riscv64": {
515
+ "version": "0.25.12",
516
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
517
+ "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
518
+ "cpu": [
519
+ "riscv64"
520
+ ],
521
+ "license": "MIT",
522
+ "optional": true,
523
+ "os": [
524
+ "linux"
525
+ ],
526
+ "engines": {
527
+ "node": ">=18"
528
+ }
529
+ },
530
+ "node_modules/@esbuild/linux-s390x": {
531
+ "version": "0.25.12",
532
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
533
+ "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
534
+ "cpu": [
535
+ "s390x"
536
+ ],
537
+ "license": "MIT",
538
+ "optional": true,
539
+ "os": [
540
+ "linux"
541
+ ],
542
+ "engines": {
543
+ "node": ">=18"
544
+ }
545
+ },
546
+ "node_modules/@esbuild/linux-x64": {
547
+ "version": "0.25.12",
548
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
549
+ "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
550
+ "cpu": [
551
+ "x64"
552
+ ],
553
+ "license": "MIT",
554
+ "optional": true,
555
+ "os": [
556
+ "linux"
557
+ ],
558
+ "engines": {
559
+ "node": ">=18"
560
+ }
561
+ },
562
+ "node_modules/@esbuild/netbsd-arm64": {
563
+ "version": "0.25.12",
564
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
565
+ "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
566
+ "cpu": [
567
+ "arm64"
568
+ ],
569
+ "license": "MIT",
570
+ "optional": true,
571
+ "os": [
572
+ "netbsd"
573
+ ],
574
+ "engines": {
575
+ "node": ">=18"
576
+ }
577
+ },
578
+ "node_modules/@esbuild/netbsd-x64": {
579
+ "version": "0.25.12",
580
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
581
+ "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
582
+ "cpu": [
583
+ "x64"
584
+ ],
585
+ "license": "MIT",
586
+ "optional": true,
587
+ "os": [
588
+ "netbsd"
589
+ ],
590
+ "engines": {
591
+ "node": ">=18"
592
+ }
593
+ },
594
+ "node_modules/@esbuild/openbsd-arm64": {
595
+ "version": "0.25.12",
596
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
597
+ "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
598
+ "cpu": [
599
+ "arm64"
600
+ ],
601
+ "license": "MIT",
602
+ "optional": true,
603
+ "os": [
604
+ "openbsd"
605
+ ],
606
+ "engines": {
607
+ "node": ">=18"
608
+ }
609
+ },
610
+ "node_modules/@esbuild/openbsd-x64": {
611
+ "version": "0.25.12",
612
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
613
+ "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
614
+ "cpu": [
615
+ "x64"
616
+ ],
617
+ "license": "MIT",
618
+ "optional": true,
619
+ "os": [
620
+ "openbsd"
621
+ ],
622
+ "engines": {
623
+ "node": ">=18"
624
+ }
625
+ },
626
+ "node_modules/@esbuild/openharmony-arm64": {
627
+ "version": "0.25.12",
628
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
629
+ "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
630
+ "cpu": [
631
+ "arm64"
632
+ ],
633
+ "license": "MIT",
634
+ "optional": true,
635
+ "os": [
636
+ "openharmony"
637
+ ],
638
+ "engines": {
639
+ "node": ">=18"
640
+ }
641
+ },
642
+ "node_modules/@esbuild/sunos-x64": {
643
+ "version": "0.25.12",
644
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
645
+ "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
646
+ "cpu": [
647
+ "x64"
648
+ ],
649
+ "license": "MIT",
650
+ "optional": true,
651
+ "os": [
652
+ "sunos"
653
+ ],
654
+ "engines": {
655
+ "node": ">=18"
656
+ }
657
+ },
658
+ "node_modules/@esbuild/win32-arm64": {
659
+ "version": "0.25.12",
660
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
661
+ "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
662
+ "cpu": [
663
+ "arm64"
664
+ ],
665
+ "license": "MIT",
666
+ "optional": true,
667
+ "os": [
668
+ "win32"
669
+ ],
670
+ "engines": {
671
+ "node": ">=18"
672
+ }
673
+ },
674
+ "node_modules/@esbuild/win32-ia32": {
675
+ "version": "0.25.12",
676
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
677
+ "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
678
+ "cpu": [
679
+ "ia32"
680
+ ],
681
+ "license": "MIT",
682
+ "optional": true,
683
+ "os": [
684
+ "win32"
685
+ ],
686
+ "engines": {
687
+ "node": ">=18"
688
+ }
689
+ },
690
+ "node_modules/@esbuild/win32-x64": {
691
+ "version": "0.25.12",
692
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
693
+ "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
694
+ "cpu": [
695
+ "x64"
696
+ ],
697
+ "license": "MIT",
698
+ "optional": true,
699
+ "os": [
700
+ "win32"
701
+ ],
702
+ "engines": {
703
+ "node": ">=18"
704
+ }
705
+ },
706
+ "node_modules/@jridgewell/gen-mapping": {
707
+ "version": "0.3.13",
708
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
709
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
710
+ "license": "MIT",
711
+ "dependencies": {
712
+ "@jridgewell/sourcemap-codec": "^1.5.0",
713
+ "@jridgewell/trace-mapping": "^0.3.24"
714
+ }
715
+ },
716
+ "node_modules/@jridgewell/remapping": {
717
+ "version": "2.3.5",
718
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
719
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
720
+ "license": "MIT",
721
+ "dependencies": {
722
+ "@jridgewell/gen-mapping": "^0.3.5",
723
+ "@jridgewell/trace-mapping": "^0.3.24"
724
+ }
725
+ },
726
+ "node_modules/@jridgewell/resolve-uri": {
727
+ "version": "3.1.2",
728
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
729
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
730
+ "license": "MIT",
731
+ "engines": {
732
+ "node": ">=6.0.0"
733
+ }
734
+ },
735
+ "node_modules/@jridgewell/sourcemap-codec": {
736
+ "version": "1.5.5",
737
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
738
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
739
+ "license": "MIT"
740
+ },
741
+ "node_modules/@jridgewell/trace-mapping": {
742
+ "version": "0.3.31",
743
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
744
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
745
+ "license": "MIT",
746
+ "dependencies": {
747
+ "@jridgewell/resolve-uri": "^3.1.0",
748
+ "@jridgewell/sourcemap-codec": "^1.4.14"
749
+ }
750
+ },
751
+ "node_modules/@rolldown/pluginutils": {
752
+ "version": "1.0.0-beta.27",
753
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
754
+ "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
755
+ "license": "MIT"
756
+ },
757
+ "node_modules/@rollup/rollup-android-arm-eabi": {
758
+ "version": "4.60.3",
759
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.3.tgz",
760
+ "integrity": "sha512-x35CNW/ANXG3hE/EZpRU8MXX1JDN86hBb2wMGAtltkz7pc6cxgjpy1OMMfDosOQ+2hWqIkag/fGok1Yady9nGw==",
761
+ "cpu": [
762
+ "arm"
763
+ ],
764
+ "license": "MIT",
765
+ "optional": true,
766
+ "os": [
767
+ "android"
768
+ ]
769
+ },
770
+ "node_modules/@rollup/rollup-android-arm64": {
771
+ "version": "4.60.3",
772
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.3.tgz",
773
+ "integrity": "sha512-xw3xtkDApIOGayehp2+Rz4zimfkaX65r4t47iy+ymQB2G4iJCBBfj0ogVg5jpvjpn8UWn/+q9tprxleYeNp3Hw==",
774
+ "cpu": [
775
+ "arm64"
776
+ ],
777
+ "license": "MIT",
778
+ "optional": true,
779
+ "os": [
780
+ "android"
781
+ ]
782
+ },
783
+ "node_modules/@rollup/rollup-darwin-arm64": {
784
+ "version": "4.60.3",
785
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.3.tgz",
786
+ "integrity": "sha512-vo6Y5Qfpx7/5EaamIwi0WqW2+zfiusVihKatLvtN1VFVy3D13uERk/6gZLU1UiHRL6fDXqj/ELIeVRGnvcTE1g==",
787
+ "cpu": [
788
+ "arm64"
789
+ ],
790
+ "license": "MIT",
791
+ "optional": true,
792
+ "os": [
793
+ "darwin"
794
+ ]
795
+ },
796
+ "node_modules/@rollup/rollup-darwin-x64": {
797
+ "version": "4.60.3",
798
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.3.tgz",
799
+ "integrity": "sha512-D+0QGcZhBzTN82weOnsSlY7V7+RMmPuF1CkbxyMAGE8+ZHeUjyb76ZiWmBlCu//AQQONvxcqRbwZTajZKqjuOw==",
800
+ "cpu": [
801
+ "x64"
802
+ ],
803
+ "license": "MIT",
804
+ "optional": true,
805
+ "os": [
806
+ "darwin"
807
+ ]
808
+ },
809
+ "node_modules/@rollup/rollup-freebsd-arm64": {
810
+ "version": "4.60.3",
811
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.3.tgz",
812
+ "integrity": "sha512-6HnvHCT7fDyj6R0Ph7A6x8dQS/S38MClRWeDLqc0MdfWkxjiu1HSDYrdPhqSILzjTIC/pnXbbJbo+ft+gy/9hQ==",
813
+ "cpu": [
814
+ "arm64"
815
+ ],
816
+ "license": "MIT",
817
+ "optional": true,
818
+ "os": [
819
+ "freebsd"
820
+ ]
821
+ },
822
+ "node_modules/@rollup/rollup-freebsd-x64": {
823
+ "version": "4.60.3",
824
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.3.tgz",
825
+ "integrity": "sha512-KHLgC3WKlUYW3ShFKnnosZDOJ0xjg9zp7au3sIm2bs/tGBeC2ipmvRh/N7JKi0t9Ue20C0dpEshi8WUubg+cnA==",
826
+ "cpu": [
827
+ "x64"
828
+ ],
829
+ "license": "MIT",
830
+ "optional": true,
831
+ "os": [
832
+ "freebsd"
833
+ ]
834
+ },
835
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
836
+ "version": "4.60.3",
837
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.3.tgz",
838
+ "integrity": "sha512-DV6fJoxEYWJOvaZIsok7KrYl0tPvga5OZ2yvKHNNYyk/2roMLqQAbGhr78EQ5YhHpnhLKJD3S1WFusAkmUuV5g==",
839
+ "cpu": [
840
+ "arm"
841
+ ],
842
+ "libc": [
843
+ "glibc"
844
+ ],
845
+ "license": "MIT",
846
+ "optional": true,
847
+ "os": [
848
+ "linux"
849
+ ]
850
+ },
851
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
852
+ "version": "4.60.3",
853
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.3.tgz",
854
+ "integrity": "sha512-mQKoJAzvuOs6F+TZybQO4GOTSMUu7v0WdxEk24krQ/uUxXoPTtHjuaUuPmFhtBcM4K0ons8nrE3JyhTuCFtT/w==",
855
+ "cpu": [
856
+ "arm"
857
+ ],
858
+ "libc": [
859
+ "musl"
860
+ ],
861
+ "license": "MIT",
862
+ "optional": true,
863
+ "os": [
864
+ "linux"
865
+ ]
866
+ },
867
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
868
+ "version": "4.60.3",
869
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.3.tgz",
870
+ "integrity": "sha512-Whjj2qoiJ6+OOJMGptTYazaJvjOJm+iKHpXQM1P3LzGjt7Ff++Tp7nH4N8J/BUA7R9IHfDyx4DJIflifwnbmIA==",
871
+ "cpu": [
872
+ "arm64"
873
+ ],
874
+ "libc": [
875
+ "glibc"
876
+ ],
877
+ "license": "MIT",
878
+ "optional": true,
879
+ "os": [
880
+ "linux"
881
+ ]
882
+ },
883
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
884
+ "version": "4.60.3",
885
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.3.tgz",
886
+ "integrity": "sha512-4YTNHKqGng5+yiZt3mg77nmyuCfmNfX4fPmyUapBcIk+BdwSwmCWGXOUxhXbBEkFHtoN5boLj/5NON+u5QC9tg==",
887
+ "cpu": [
888
+ "arm64"
889
+ ],
890
+ "libc": [
891
+ "musl"
892
+ ],
893
+ "license": "MIT",
894
+ "optional": true,
895
+ "os": [
896
+ "linux"
897
+ ]
898
+ },
899
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
900
+ "version": "4.60.3",
901
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.3.tgz",
902
+ "integrity": "sha512-SU3kNlhkpI4UqlUc2VXPGK9o886ZsSeGfMAX2ba2b8DKmMXq4AL7KUrkSWVbb7koVqx41Yczx6dx5PNargIrEA==",
903
+ "cpu": [
904
+ "loong64"
905
+ ],
906
+ "libc": [
907
+ "glibc"
908
+ ],
909
+ "license": "MIT",
910
+ "optional": true,
911
+ "os": [
912
+ "linux"
913
+ ]
914
+ },
915
+ "node_modules/@rollup/rollup-linux-loong64-musl": {
916
+ "version": "4.60.3",
917
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.3.tgz",
918
+ "integrity": "sha512-6lDLl5h4TXpB1mTf2rQWnAk/LcXrx9vBfu/DT5TIPhvMhRWaZ5MxkIc8u4lJAmBo6klTe1ywXIUHFjylW505sg==",
919
+ "cpu": [
920
+ "loong64"
921
+ ],
922
+ "libc": [
923
+ "musl"
924
+ ],
925
+ "license": "MIT",
926
+ "optional": true,
927
+ "os": [
928
+ "linux"
929
+ ]
930
+ },
931
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
932
+ "version": "4.60.3",
933
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.3.tgz",
934
+ "integrity": "sha512-BMo8bOw8evlup/8G+cj5xWtPyp93xPdyoSN16Zy90Q2QZ0ZYRhCt6ZJSwbrRzG9HApFabjwj2p25TUPDWrhzqQ==",
935
+ "cpu": [
936
+ "ppc64"
937
+ ],
938
+ "libc": [
939
+ "glibc"
940
+ ],
941
+ "license": "MIT",
942
+ "optional": true,
943
+ "os": [
944
+ "linux"
945
+ ]
946
+ },
947
+ "node_modules/@rollup/rollup-linux-ppc64-musl": {
948
+ "version": "4.60.3",
949
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.3.tgz",
950
+ "integrity": "sha512-E0L8X1dZN1/Rph+5VPF6Xj2G7JJvMACVXtamTJIDrVI44Y3K+G8gQaMEAavbqCGTa16InptiVrX6eM6pmJ+7qA==",
951
+ "cpu": [
952
+ "ppc64"
953
+ ],
954
+ "libc": [
955
+ "musl"
956
+ ],
957
+ "license": "MIT",
958
+ "optional": true,
959
+ "os": [
960
+ "linux"
961
+ ]
962
+ },
963
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
964
+ "version": "4.60.3",
965
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.3.tgz",
966
+ "integrity": "sha512-oZJ/WHaVfHUiRAtmTAeo3DcevNsVvH8mbvodjZy7D5QKvCefO371SiKRpxoDcCxB3PTRTLayWBkvmDQKTcX/sw==",
967
+ "cpu": [
968
+ "riscv64"
969
+ ],
970
+ "libc": [
971
+ "glibc"
972
+ ],
973
+ "license": "MIT",
974
+ "optional": true,
975
+ "os": [
976
+ "linux"
977
+ ]
978
+ },
979
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
980
+ "version": "4.60.3",
981
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.3.tgz",
982
+ "integrity": "sha512-Dhbyh7j9FybM3YaTgaHmVALwA8AkUwTPccyCQ79TG9AJUsMQqgN1DDEZNr4+QUfwiWvLDumW5vdwzoeUF+TNxQ==",
983
+ "cpu": [
984
+ "riscv64"
985
+ ],
986
+ "libc": [
987
+ "musl"
988
+ ],
989
+ "license": "MIT",
990
+ "optional": true,
991
+ "os": [
992
+ "linux"
993
+ ]
994
+ },
995
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
996
+ "version": "4.60.3",
997
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.3.tgz",
998
+ "integrity": "sha512-cJd1X5XhHHlltkaypz1UcWLA8AcoIi1aWhsvaWDskD1oz2eKCypnqvTQ8ykMNI0RSmm7NkTdSqSSD7zM0xa6Ig==",
999
+ "cpu": [
1000
+ "s390x"
1001
+ ],
1002
+ "libc": [
1003
+ "glibc"
1004
+ ],
1005
+ "license": "MIT",
1006
+ "optional": true,
1007
+ "os": [
1008
+ "linux"
1009
+ ]
1010
+ },
1011
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1012
+ "version": "4.60.3",
1013
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.3.tgz",
1014
+ "integrity": "sha512-DAZDBHQfG2oQuhY7mc6I3/qB4LU2fQCjRvxbDwd/Jdvb9fypP4IJ4qmtu6lNjes6B531AI8cg1aKC2di97bUxA==",
1015
+ "cpu": [
1016
+ "x64"
1017
+ ],
1018
+ "libc": [
1019
+ "glibc"
1020
+ ],
1021
+ "license": "MIT",
1022
+ "optional": true,
1023
+ "os": [
1024
+ "linux"
1025
+ ]
1026
+ },
1027
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1028
+ "version": "4.60.3",
1029
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.3.tgz",
1030
+ "integrity": "sha512-cRxsE8c13mZOh3vP+wLDxpQBRrOHDIGOWyDL93Sy0Ga8y515fBcC2pjUfFwUe5T7tqvTvWbCpg1URM/AXdWIXA==",
1031
+ "cpu": [
1032
+ "x64"
1033
+ ],
1034
+ "libc": [
1035
+ "musl"
1036
+ ],
1037
+ "license": "MIT",
1038
+ "optional": true,
1039
+ "os": [
1040
+ "linux"
1041
+ ]
1042
+ },
1043
+ "node_modules/@rollup/rollup-openbsd-x64": {
1044
+ "version": "4.60.3",
1045
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.3.tgz",
1046
+ "integrity": "sha512-QaWcIgRxqEdQdhJqW4DJctsH6HCmo5vHxY0krHSX4jMtOqfzC+dqDGuHM87bu4H8JBeibWx7jFz+h6/4C8wA5Q==",
1047
+ "cpu": [
1048
+ "x64"
1049
+ ],
1050
+ "license": "MIT",
1051
+ "optional": true,
1052
+ "os": [
1053
+ "openbsd"
1054
+ ]
1055
+ },
1056
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1057
+ "version": "4.60.3",
1058
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.3.tgz",
1059
+ "integrity": "sha512-AaXwSvUi3QIPtroAUw1t5yHGIyqKEXwH54WUocFolZhpGDruJcs8c+xPNDRn4XiQsS7MEwnYsHW2l0MBLDMkWg==",
1060
+ "cpu": [
1061
+ "arm64"
1062
+ ],
1063
+ "license": "MIT",
1064
+ "optional": true,
1065
+ "os": [
1066
+ "openharmony"
1067
+ ]
1068
+ },
1069
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1070
+ "version": "4.60.3",
1071
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.3.tgz",
1072
+ "integrity": "sha512-65LAKM/bAWDqKNEelHlcHvm2V+Vfb8C6INFxQXRHCvaVN1rJfwr4NvdP4FyzUaLqWfaCGaadf6UbTm8xJeYfEg==",
1073
+ "cpu": [
1074
+ "arm64"
1075
+ ],
1076
+ "license": "MIT",
1077
+ "optional": true,
1078
+ "os": [
1079
+ "win32"
1080
+ ]
1081
+ },
1082
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1083
+ "version": "4.60.3",
1084
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.3.tgz",
1085
+ "integrity": "sha512-EEM2gyhBF5MFnI6vMKdX1LAosE627RGBzIoGMdLloPZkXrUN0Ckqgr2Qi8+J3zip/8NVVro3/FjB+tjhZUgUHA==",
1086
+ "cpu": [
1087
+ "ia32"
1088
+ ],
1089
+ "license": "MIT",
1090
+ "optional": true,
1091
+ "os": [
1092
+ "win32"
1093
+ ]
1094
+ },
1095
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1096
+ "version": "4.60.3",
1097
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.3.tgz",
1098
+ "integrity": "sha512-E5Eb5H/DpxaoXH++Qkv28RcUJboMopmdDUALBczvHMf7hNIxaDZqwY5lK12UK1BHacSmvupoEWGu+n993Z0y1A==",
1099
+ "cpu": [
1100
+ "x64"
1101
+ ],
1102
+ "license": "MIT",
1103
+ "optional": true,
1104
+ "os": [
1105
+ "win32"
1106
+ ]
1107
+ },
1108
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1109
+ "version": "4.60.3",
1110
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.3.tgz",
1111
+ "integrity": "sha512-hPt/bgL5cE+Qp+/TPHBqptcAgPzgj46mPcg/16zNUmbQk0j+mOEQV/+Lqu8QRtDV3Ek95Q6FeFITpuhl6OTsAA==",
1112
+ "cpu": [
1113
+ "x64"
1114
+ ],
1115
+ "license": "MIT",
1116
+ "optional": true,
1117
+ "os": [
1118
+ "win32"
1119
+ ]
1120
+ },
1121
+ "node_modules/@types/babel__core": {
1122
+ "version": "7.20.5",
1123
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1124
+ "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1125
+ "license": "MIT",
1126
+ "dependencies": {
1127
+ "@babel/parser": "^7.20.7",
1128
+ "@babel/types": "^7.20.7",
1129
+ "@types/babel__generator": "*",
1130
+ "@types/babel__template": "*",
1131
+ "@types/babel__traverse": "*"
1132
+ }
1133
+ },
1134
+ "node_modules/@types/babel__generator": {
1135
+ "version": "7.27.0",
1136
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1137
+ "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1138
+ "license": "MIT",
1139
+ "dependencies": {
1140
+ "@babel/types": "^7.0.0"
1141
+ }
1142
+ },
1143
+ "node_modules/@types/babel__template": {
1144
+ "version": "7.4.4",
1145
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1146
+ "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1147
+ "license": "MIT",
1148
+ "dependencies": {
1149
+ "@babel/parser": "^7.1.0",
1150
+ "@babel/types": "^7.0.0"
1151
+ }
1152
+ },
1153
+ "node_modules/@types/babel__traverse": {
1154
+ "version": "7.28.0",
1155
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1156
+ "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1157
+ "license": "MIT",
1158
+ "dependencies": {
1159
+ "@babel/types": "^7.28.2"
1160
+ }
1161
+ },
1162
+ "node_modules/@types/estree": {
1163
+ "version": "1.0.8",
1164
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1165
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1166
+ "license": "MIT"
1167
+ },
1168
+ "node_modules/@types/react": {
1169
+ "version": "19.2.14",
1170
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
1171
+ "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
1172
+ "dev": true,
1173
+ "license": "MIT",
1174
+ "dependencies": {
1175
+ "csstype": "^3.2.2"
1176
+ }
1177
+ },
1178
+ "node_modules/@types/react-dom": {
1179
+ "version": "19.2.3",
1180
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
1181
+ "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
1182
+ "dev": true,
1183
+ "license": "MIT",
1184
+ "peerDependencies": {
1185
+ "@types/react": "^19.2.0"
1186
+ }
1187
+ },
1188
+ "node_modules/@vitejs/plugin-react": {
1189
+ "version": "4.7.0",
1190
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
1191
+ "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
1192
+ "license": "MIT",
1193
+ "dependencies": {
1194
+ "@babel/core": "^7.28.0",
1195
+ "@babel/plugin-transform-react-jsx-self": "^7.27.1",
1196
+ "@babel/plugin-transform-react-jsx-source": "^7.27.1",
1197
+ "@rolldown/pluginutils": "1.0.0-beta.27",
1198
+ "@types/babel__core": "^7.20.5",
1199
+ "react-refresh": "^0.17.0"
1200
+ },
1201
+ "engines": {
1202
+ "node": "^14.18.0 || >=16.0.0"
1203
+ },
1204
+ "peerDependencies": {
1205
+ "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
1206
+ }
1207
+ },
1208
+ "node_modules/ajv": {
1209
+ "version": "8.20.0",
1210
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
1211
+ "integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
1212
+ "license": "MIT",
1213
+ "dependencies": {
1214
+ "fast-deep-equal": "^3.1.3",
1215
+ "fast-uri": "^3.0.1",
1216
+ "json-schema-traverse": "^1.0.0",
1217
+ "require-from-string": "^2.0.2"
1218
+ },
1219
+ "funding": {
1220
+ "type": "github",
1221
+ "url": "https://github.com/sponsors/epoberezkin"
1222
+ }
1223
+ },
1224
+ "node_modules/ajv-formats": {
1225
+ "version": "3.0.1",
1226
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
1227
+ "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
1228
+ "license": "MIT",
1229
+ "dependencies": {
1230
+ "ajv": "^8.0.0"
1231
+ },
1232
+ "peerDependencies": {
1233
+ "ajv": "^8.0.0"
1234
+ },
1235
+ "peerDependenciesMeta": {
1236
+ "ajv": {
1237
+ "optional": true
1238
+ }
1239
+ }
1240
+ },
1241
+ "node_modules/baseline-browser-mapping": {
1242
+ "version": "2.10.29",
1243
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.29.tgz",
1244
+ "integrity": "sha512-Asa2krT+XTPZINCS+2QcyS8WTkObE77RwkydwF7h6DmnKqbvlalz93m/dnphUyCa6SWSP51VgtEUf2FN+gelFQ==",
1245
+ "license": "Apache-2.0",
1246
+ "bin": {
1247
+ "baseline-browser-mapping": "dist/cli.cjs"
1248
+ },
1249
+ "engines": {
1250
+ "node": ">=6.0.0"
1251
+ }
1252
+ },
1253
+ "node_modules/browserslist": {
1254
+ "version": "4.28.2",
1255
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
1256
+ "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
1257
+ "funding": [
1258
+ {
1259
+ "type": "opencollective",
1260
+ "url": "https://opencollective.com/browserslist"
1261
+ },
1262
+ {
1263
+ "type": "tidelift",
1264
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1265
+ },
1266
+ {
1267
+ "type": "github",
1268
+ "url": "https://github.com/sponsors/ai"
1269
+ }
1270
+ ],
1271
+ "license": "MIT",
1272
+ "dependencies": {
1273
+ "baseline-browser-mapping": "^2.10.12",
1274
+ "caniuse-lite": "^1.0.30001782",
1275
+ "electron-to-chromium": "^1.5.328",
1276
+ "node-releases": "^2.0.36",
1277
+ "update-browserslist-db": "^1.2.3"
1278
+ },
1279
+ "bin": {
1280
+ "browserslist": "cli.js"
1281
+ },
1282
+ "engines": {
1283
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1284
+ }
1285
+ },
1286
+ "node_modules/caniuse-lite": {
1287
+ "version": "1.0.30001792",
1288
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001792.tgz",
1289
+ "integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==",
1290
+ "funding": [
1291
+ {
1292
+ "type": "opencollective",
1293
+ "url": "https://opencollective.com/browserslist"
1294
+ },
1295
+ {
1296
+ "type": "tidelift",
1297
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1298
+ },
1299
+ {
1300
+ "type": "github",
1301
+ "url": "https://github.com/sponsors/ai"
1302
+ }
1303
+ ],
1304
+ "license": "CC-BY-4.0"
1305
+ },
1306
+ "node_modules/convert-source-map": {
1307
+ "version": "2.0.0",
1308
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1309
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1310
+ "license": "MIT"
1311
+ },
1312
+ "node_modules/csstype": {
1313
+ "version": "3.2.3",
1314
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1315
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1316
+ "dev": true,
1317
+ "license": "MIT"
1318
+ },
1319
+ "node_modules/debug": {
1320
+ "version": "4.4.3",
1321
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1322
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1323
+ "license": "MIT",
1324
+ "dependencies": {
1325
+ "ms": "^2.1.3"
1326
+ },
1327
+ "engines": {
1328
+ "node": ">=6.0"
1329
+ },
1330
+ "peerDependenciesMeta": {
1331
+ "supports-color": {
1332
+ "optional": true
1333
+ }
1334
+ }
1335
+ },
1336
+ "node_modules/electron-to-chromium": {
1337
+ "version": "1.5.354",
1338
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.354.tgz",
1339
+ "integrity": "sha512-JaBHwWcfIdmSAfWM5l3uwjGd431j8YEMikZ+K/2nXVuBqJKyZ0f+2h4n4JY5AyNiZmnY9qQr2RU3v9DxDmHMNg==",
1340
+ "license": "ISC"
1341
+ },
1342
+ "node_modules/esbuild": {
1343
+ "version": "0.25.12",
1344
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
1345
+ "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
1346
+ "hasInstallScript": true,
1347
+ "license": "MIT",
1348
+ "bin": {
1349
+ "esbuild": "bin/esbuild"
1350
+ },
1351
+ "engines": {
1352
+ "node": ">=18"
1353
+ },
1354
+ "optionalDependencies": {
1355
+ "@esbuild/aix-ppc64": "0.25.12",
1356
+ "@esbuild/android-arm": "0.25.12",
1357
+ "@esbuild/android-arm64": "0.25.12",
1358
+ "@esbuild/android-x64": "0.25.12",
1359
+ "@esbuild/darwin-arm64": "0.25.12",
1360
+ "@esbuild/darwin-x64": "0.25.12",
1361
+ "@esbuild/freebsd-arm64": "0.25.12",
1362
+ "@esbuild/freebsd-x64": "0.25.12",
1363
+ "@esbuild/linux-arm": "0.25.12",
1364
+ "@esbuild/linux-arm64": "0.25.12",
1365
+ "@esbuild/linux-ia32": "0.25.12",
1366
+ "@esbuild/linux-loong64": "0.25.12",
1367
+ "@esbuild/linux-mips64el": "0.25.12",
1368
+ "@esbuild/linux-ppc64": "0.25.12",
1369
+ "@esbuild/linux-riscv64": "0.25.12",
1370
+ "@esbuild/linux-s390x": "0.25.12",
1371
+ "@esbuild/linux-x64": "0.25.12",
1372
+ "@esbuild/netbsd-arm64": "0.25.12",
1373
+ "@esbuild/netbsd-x64": "0.25.12",
1374
+ "@esbuild/openbsd-arm64": "0.25.12",
1375
+ "@esbuild/openbsd-x64": "0.25.12",
1376
+ "@esbuild/openharmony-arm64": "0.25.12",
1377
+ "@esbuild/sunos-x64": "0.25.12",
1378
+ "@esbuild/win32-arm64": "0.25.12",
1379
+ "@esbuild/win32-ia32": "0.25.12",
1380
+ "@esbuild/win32-x64": "0.25.12"
1381
+ }
1382
+ },
1383
+ "node_modules/escalade": {
1384
+ "version": "3.2.0",
1385
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1386
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1387
+ "license": "MIT",
1388
+ "engines": {
1389
+ "node": ">=6"
1390
+ }
1391
+ },
1392
+ "node_modules/fast-deep-equal": {
1393
+ "version": "3.1.3",
1394
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1395
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1396
+ "license": "MIT"
1397
+ },
1398
+ "node_modules/fast-uri": {
1399
+ "version": "3.1.2",
1400
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
1401
+ "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
1402
+ "funding": [
1403
+ {
1404
+ "type": "github",
1405
+ "url": "https://github.com/sponsors/fastify"
1406
+ },
1407
+ {
1408
+ "type": "opencollective",
1409
+ "url": "https://opencollective.com/fastify"
1410
+ }
1411
+ ],
1412
+ "license": "BSD-3-Clause"
1413
+ },
1414
+ "node_modules/fdir": {
1415
+ "version": "6.5.0",
1416
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1417
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1418
+ "license": "MIT",
1419
+ "engines": {
1420
+ "node": ">=12.0.0"
1421
+ },
1422
+ "peerDependencies": {
1423
+ "picomatch": "^3 || ^4"
1424
+ },
1425
+ "peerDependenciesMeta": {
1426
+ "picomatch": {
1427
+ "optional": true
1428
+ }
1429
+ }
1430
+ },
1431
+ "node_modules/fsevents": {
1432
+ "version": "2.3.3",
1433
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1434
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1435
+ "hasInstallScript": true,
1436
+ "license": "MIT",
1437
+ "optional": true,
1438
+ "os": [
1439
+ "darwin"
1440
+ ],
1441
+ "engines": {
1442
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1443
+ }
1444
+ },
1445
+ "node_modules/gensync": {
1446
+ "version": "1.0.0-beta.2",
1447
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
1448
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
1449
+ "license": "MIT",
1450
+ "engines": {
1451
+ "node": ">=6.9.0"
1452
+ }
1453
+ },
1454
+ "node_modules/js-tokens": {
1455
+ "version": "4.0.0",
1456
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1457
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
1458
+ "license": "MIT"
1459
+ },
1460
+ "node_modules/jsesc": {
1461
+ "version": "3.1.0",
1462
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
1463
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
1464
+ "license": "MIT",
1465
+ "bin": {
1466
+ "jsesc": "bin/jsesc"
1467
+ },
1468
+ "engines": {
1469
+ "node": ">=6"
1470
+ }
1471
+ },
1472
+ "node_modules/json-schema-traverse": {
1473
+ "version": "1.0.0",
1474
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1475
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
1476
+ "license": "MIT"
1477
+ },
1478
+ "node_modules/json5": {
1479
+ "version": "2.2.3",
1480
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
1481
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
1482
+ "license": "MIT",
1483
+ "bin": {
1484
+ "json5": "lib/cli.js"
1485
+ },
1486
+ "engines": {
1487
+ "node": ">=6"
1488
+ }
1489
+ },
1490
+ "node_modules/lru-cache": {
1491
+ "version": "5.1.1",
1492
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
1493
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
1494
+ "license": "ISC",
1495
+ "dependencies": {
1496
+ "yallist": "^3.0.2"
1497
+ }
1498
+ },
1499
+ "node_modules/ms": {
1500
+ "version": "2.1.3",
1501
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1502
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1503
+ "license": "MIT"
1504
+ },
1505
+ "node_modules/nanoid": {
1506
+ "version": "3.3.12",
1507
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
1508
+ "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
1509
+ "funding": [
1510
+ {
1511
+ "type": "github",
1512
+ "url": "https://github.com/sponsors/ai"
1513
+ }
1514
+ ],
1515
+ "license": "MIT",
1516
+ "bin": {
1517
+ "nanoid": "bin/nanoid.cjs"
1518
+ },
1519
+ "engines": {
1520
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1521
+ }
1522
+ },
1523
+ "node_modules/node-releases": {
1524
+ "version": "2.0.44",
1525
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.44.tgz",
1526
+ "integrity": "sha512-5WUyunoPMsvvEhS8AxHtRzP+oA8UCkJ7YRxatWKjngndhDGLiqEVAQKWjFAiAiuL8zMRGzGSJxFnLetoa43qGQ==",
1527
+ "license": "MIT"
1528
+ },
1529
+ "node_modules/picocolors": {
1530
+ "version": "1.1.1",
1531
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1532
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1533
+ "license": "ISC"
1534
+ },
1535
+ "node_modules/picomatch": {
1536
+ "version": "4.0.4",
1537
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
1538
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
1539
+ "license": "MIT",
1540
+ "engines": {
1541
+ "node": ">=12"
1542
+ },
1543
+ "funding": {
1544
+ "url": "https://github.com/sponsors/jonschlinkert"
1545
+ }
1546
+ },
1547
+ "node_modules/postcss": {
1548
+ "version": "8.5.14",
1549
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
1550
+ "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
1551
+ "funding": [
1552
+ {
1553
+ "type": "opencollective",
1554
+ "url": "https://opencollective.com/postcss/"
1555
+ },
1556
+ {
1557
+ "type": "tidelift",
1558
+ "url": "https://tidelift.com/funding/github/npm/postcss"
1559
+ },
1560
+ {
1561
+ "type": "github",
1562
+ "url": "https://github.com/sponsors/ai"
1563
+ }
1564
+ ],
1565
+ "license": "MIT",
1566
+ "dependencies": {
1567
+ "nanoid": "^3.3.11",
1568
+ "picocolors": "^1.1.1",
1569
+ "source-map-js": "^1.2.1"
1570
+ },
1571
+ "engines": {
1572
+ "node": "^10 || ^12 || >=14"
1573
+ }
1574
+ },
1575
+ "node_modules/react": {
1576
+ "version": "19.2.6",
1577
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz",
1578
+ "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==",
1579
+ "license": "MIT",
1580
+ "engines": {
1581
+ "node": ">=0.10.0"
1582
+ }
1583
+ },
1584
+ "node_modules/react-dom": {
1585
+ "version": "19.2.6",
1586
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.6.tgz",
1587
+ "integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==",
1588
+ "license": "MIT",
1589
+ "dependencies": {
1590
+ "scheduler": "^0.27.0"
1591
+ },
1592
+ "peerDependencies": {
1593
+ "react": "^19.2.6"
1594
+ }
1595
+ },
1596
+ "node_modules/react-refresh": {
1597
+ "version": "0.17.0",
1598
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
1599
+ "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
1600
+ "license": "MIT",
1601
+ "engines": {
1602
+ "node": ">=0.10.0"
1603
+ }
1604
+ },
1605
+ "node_modules/require-from-string": {
1606
+ "version": "2.0.2",
1607
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
1608
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
1609
+ "license": "MIT",
1610
+ "engines": {
1611
+ "node": ">=0.10.0"
1612
+ }
1613
+ },
1614
+ "node_modules/rollup": {
1615
+ "version": "4.60.3",
1616
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.3.tgz",
1617
+ "integrity": "sha512-pAQK9HalE84QSm4Po3EmWIZPd3FnjkShVkiMlz1iligWYkWQ7wHYd1PF/T7QZ5TVSD6uSTon5gBVMSM4JfBV+A==",
1618
+ "license": "MIT",
1619
+ "dependencies": {
1620
+ "@types/estree": "1.0.8"
1621
+ },
1622
+ "bin": {
1623
+ "rollup": "dist/bin/rollup"
1624
+ },
1625
+ "engines": {
1626
+ "node": ">=18.0.0",
1627
+ "npm": ">=8.0.0"
1628
+ },
1629
+ "optionalDependencies": {
1630
+ "@rollup/rollup-android-arm-eabi": "4.60.3",
1631
+ "@rollup/rollup-android-arm64": "4.60.3",
1632
+ "@rollup/rollup-darwin-arm64": "4.60.3",
1633
+ "@rollup/rollup-darwin-x64": "4.60.3",
1634
+ "@rollup/rollup-freebsd-arm64": "4.60.3",
1635
+ "@rollup/rollup-freebsd-x64": "4.60.3",
1636
+ "@rollup/rollup-linux-arm-gnueabihf": "4.60.3",
1637
+ "@rollup/rollup-linux-arm-musleabihf": "4.60.3",
1638
+ "@rollup/rollup-linux-arm64-gnu": "4.60.3",
1639
+ "@rollup/rollup-linux-arm64-musl": "4.60.3",
1640
+ "@rollup/rollup-linux-loong64-gnu": "4.60.3",
1641
+ "@rollup/rollup-linux-loong64-musl": "4.60.3",
1642
+ "@rollup/rollup-linux-ppc64-gnu": "4.60.3",
1643
+ "@rollup/rollup-linux-ppc64-musl": "4.60.3",
1644
+ "@rollup/rollup-linux-riscv64-gnu": "4.60.3",
1645
+ "@rollup/rollup-linux-riscv64-musl": "4.60.3",
1646
+ "@rollup/rollup-linux-s390x-gnu": "4.60.3",
1647
+ "@rollup/rollup-linux-x64-gnu": "4.60.3",
1648
+ "@rollup/rollup-linux-x64-musl": "4.60.3",
1649
+ "@rollup/rollup-openbsd-x64": "4.60.3",
1650
+ "@rollup/rollup-openharmony-arm64": "4.60.3",
1651
+ "@rollup/rollup-win32-arm64-msvc": "4.60.3",
1652
+ "@rollup/rollup-win32-ia32-msvc": "4.60.3",
1653
+ "@rollup/rollup-win32-x64-gnu": "4.60.3",
1654
+ "@rollup/rollup-win32-x64-msvc": "4.60.3",
1655
+ "fsevents": "~2.3.2"
1656
+ }
1657
+ },
1658
+ "node_modules/scheduler": {
1659
+ "version": "0.27.0",
1660
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
1661
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
1662
+ "license": "MIT"
1663
+ },
1664
+ "node_modules/semver": {
1665
+ "version": "6.3.1",
1666
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1667
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1668
+ "license": "ISC",
1669
+ "bin": {
1670
+ "semver": "bin/semver.js"
1671
+ }
1672
+ },
1673
+ "node_modules/source-map-js": {
1674
+ "version": "1.2.1",
1675
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1676
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1677
+ "license": "BSD-3-Clause",
1678
+ "engines": {
1679
+ "node": ">=0.10.0"
1680
+ }
1681
+ },
1682
+ "node_modules/tinyglobby": {
1683
+ "version": "0.2.16",
1684
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
1685
+ "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
1686
+ "license": "MIT",
1687
+ "dependencies": {
1688
+ "fdir": "^6.5.0",
1689
+ "picomatch": "^4.0.4"
1690
+ },
1691
+ "engines": {
1692
+ "node": ">=12.0.0"
1693
+ },
1694
+ "funding": {
1695
+ "url": "https://github.com/sponsors/SuperchupuDev"
1696
+ }
1697
+ },
1698
+ "node_modules/typescript": {
1699
+ "version": "5.9.3",
1700
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
1701
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
1702
+ "license": "Apache-2.0",
1703
+ "bin": {
1704
+ "tsc": "bin/tsc",
1705
+ "tsserver": "bin/tsserver"
1706
+ },
1707
+ "engines": {
1708
+ "node": ">=14.17"
1709
+ }
1710
+ },
1711
+ "node_modules/update-browserslist-db": {
1712
+ "version": "1.2.3",
1713
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
1714
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
1715
+ "funding": [
1716
+ {
1717
+ "type": "opencollective",
1718
+ "url": "https://opencollective.com/browserslist"
1719
+ },
1720
+ {
1721
+ "type": "tidelift",
1722
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1723
+ },
1724
+ {
1725
+ "type": "github",
1726
+ "url": "https://github.com/sponsors/ai"
1727
+ }
1728
+ ],
1729
+ "license": "MIT",
1730
+ "dependencies": {
1731
+ "escalade": "^3.2.0",
1732
+ "picocolors": "^1.1.1"
1733
+ },
1734
+ "bin": {
1735
+ "update-browserslist-db": "cli.js"
1736
+ },
1737
+ "peerDependencies": {
1738
+ "browserslist": ">= 4.21.0"
1739
+ }
1740
+ },
1741
+ "node_modules/vite": {
1742
+ "version": "6.4.2",
1743
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz",
1744
+ "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==",
1745
+ "license": "MIT",
1746
+ "dependencies": {
1747
+ "esbuild": "^0.25.0",
1748
+ "fdir": "^6.4.4",
1749
+ "picomatch": "^4.0.2",
1750
+ "postcss": "^8.5.3",
1751
+ "rollup": "^4.34.9",
1752
+ "tinyglobby": "^0.2.13"
1753
+ },
1754
+ "bin": {
1755
+ "vite": "bin/vite.js"
1756
+ },
1757
+ "engines": {
1758
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
1759
+ },
1760
+ "funding": {
1761
+ "url": "https://github.com/vitejs/vite?sponsor=1"
1762
+ },
1763
+ "optionalDependencies": {
1764
+ "fsevents": "~2.3.3"
1765
+ },
1766
+ "peerDependencies": {
1767
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
1768
+ "jiti": ">=1.21.0",
1769
+ "less": "*",
1770
+ "lightningcss": "^1.21.0",
1771
+ "sass": "*",
1772
+ "sass-embedded": "*",
1773
+ "stylus": "*",
1774
+ "sugarss": "*",
1775
+ "terser": "^5.16.0",
1776
+ "tsx": "^4.8.1",
1777
+ "yaml": "^2.4.2"
1778
+ },
1779
+ "peerDependenciesMeta": {
1780
+ "@types/node": {
1781
+ "optional": true
1782
+ },
1783
+ "jiti": {
1784
+ "optional": true
1785
+ },
1786
+ "less": {
1787
+ "optional": true
1788
+ },
1789
+ "lightningcss": {
1790
+ "optional": true
1791
+ },
1792
+ "sass": {
1793
+ "optional": true
1794
+ },
1795
+ "sass-embedded": {
1796
+ "optional": true
1797
+ },
1798
+ "stylus": {
1799
+ "optional": true
1800
+ },
1801
+ "sugarss": {
1802
+ "optional": true
1803
+ },
1804
+ "terser": {
1805
+ "optional": true
1806
+ },
1807
+ "tsx": {
1808
+ "optional": true
1809
+ },
1810
+ "yaml": {
1811
+ "optional": true
1812
+ }
1813
+ }
1814
+ },
1815
+ "node_modules/yallist": {
1816
+ "version": "3.1.1",
1817
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
1818
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
1819
+ "license": "ISC"
1820
+ }
1821
+ }
1822
+ }