@feeef.dev/cli 0.2.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 (61) hide show
  1. package/LICENSE +6 -0
  2. package/README.md +94 -0
  3. package/dist/bin.js +2752 -0
  4. package/dist/bin.js.map +1 -0
  5. package/dist/index.d.ts +6 -0
  6. package/dist/index.js +2730 -0
  7. package/dist/index.js.map +1 -0
  8. package/package.json +67 -0
  9. package/scaffolds/blank/.cursor/rules/feeef-theme.mdc +34 -0
  10. package/scaffolds/blank/.cursor/rules/filterator.mdc +13 -0
  11. package/scaffolds/blank/.cursor/rules/order-form.mdc +17 -0
  12. package/scaffolds/blank/.cursor/rules/theme-source.mdc +32 -0
  13. package/scaffolds/blank/.cursor/skills/feeef-filterator/SKILL.md +15 -0
  14. package/scaffolds/blank/.cursor/skills/feeef-theme/SKILL.md +56 -0
  15. package/scaffolds/blank/.cursor/skills/feeef-theme/reference.md +73 -0
  16. package/scaffolds/blank/.vscode/extensions.json +3 -0
  17. package/scaffolds/blank/.vscode/settings.json +13 -0
  18. package/scaffolds/blank/AGENTS.md +104 -0
  19. package/scaffolds/blank/README.md +21 -0
  20. package/scaffolds/blank/docs/00-INDEX.md +33 -0
  21. package/scaffolds/blank/docs/03-CUSTOM-COMPONENTS.md +116 -0
  22. package/scaffolds/blank/docs/04-WORKFLOW.md +129 -0
  23. package/scaffolds/blank/docs/05-ANTI-PATTERNS.md +80 -0
  24. package/scaffolds/blank/docs/07-SHARED-COMPONENTS.md +144 -0
  25. package/scaffolds/blank/docs/08-ORDER-FORM.md +376 -0
  26. package/scaffolds/blank/docs/09-THEME-PORTING.md +211 -0
  27. package/scaffolds/blank/docs/10-SCHEMA-LIBRARY.md +127 -0
  28. package/scaffolds/blank/docs/11-PAGES-CHECKOUT-THANKS-PRODUCT.md +81 -0
  29. package/scaffolds/blank/docs/12-DARK-LIGHT-THEME.md +164 -0
  30. package/scaffolds/blank/docs/13-TEMPLATE-I18N.md +320 -0
  31. package/scaffolds/blank/docs/14-FILTERATOR.md +433 -0
  32. package/scaffolds/blank/docs/16-AUTHORING-TS-IMPORTS.md +73 -0
  33. package/scaffolds/blank/feeef.template.json +7 -0
  34. package/scaffolds/blank/locales/README.md +4 -0
  35. package/scaffolds/blank/locales/ar.json +10 -0
  36. package/scaffolds/blank/locales/en.json +10 -0
  37. package/scaffolds/blank/package-lock.json +1975 -0
  38. package/scaffolds/blank/package.json +23 -0
  39. package/scaffolds/blank/pages/home/components/hero.tsx +34 -0
  40. package/scaffolds/blank/pages/home/page.json +3 -0
  41. package/scaffolds/blank/props.json +6 -0
  42. package/scaffolds/blank/schema.ts +49 -0
  43. package/scaffolds/blank/tsconfig.json +24 -0
  44. package/scaffolds/blank/types/feeef-live-scope.d.ts +162 -0
  45. package/scaffolds/blank/types/feeef-template-schema.d.ts +84 -0
  46. package/vendor/template-kit/README.md +64 -0
  47. package/vendor/template-kit/bin/dev.mjs +61 -0
  48. package/vendor/template-kit/bin/feeef-template.mjs +212 -0
  49. package/vendor/template-kit/data/lithium-schema.json +4733 -0
  50. package/vendor/template-kit/lib/build.mjs +377 -0
  51. package/vendor/template-kit/lib/compile-component.mjs +188 -0
  52. package/vendor/template-kit/lib/component-meta.mjs +481 -0
  53. package/vendor/template-kit/lib/library.mjs +168 -0
  54. package/vendor/template-kit/lib/locales.mjs +68 -0
  55. package/vendor/template-kit/lib/paths.mjs +84 -0
  56. package/vendor/template-kit/lib/shared.mjs +268 -0
  57. package/vendor/template-kit/lib/theme-schema.mjs +300 -0
  58. package/vendor/template-kit/lib/unpack.mjs +324 -0
  59. package/vendor/template-kit/lib/validate.mjs +207 -0
  60. package/vendor/template-kit/schemas/component.schema.json +55 -0
  61. package/vendor/template-kit/schemas/template.schema.json +18 -0
@@ -0,0 +1,1975 @@
1
+ {
2
+ "name": "feeef-theme",
3
+ "version": "0.1.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "feeef-theme",
9
+ "version": "0.1.0",
10
+ "dependencies": {
11
+ "react": "^19.0.0",
12
+ "react-dom": "^19.0.0",
13
+ "react-live": "^4.1.7"
14
+ },
15
+ "devDependencies": {
16
+ "@types/react": "^19.0.0",
17
+ "@types/react-dom": "^19.0.0",
18
+ "@vitejs/plugin-react": "^4.3.4",
19
+ "typescript": "^5.4.5",
20
+ "vite": "^6.0.0"
21
+ },
22
+ "engines": {
23
+ "node": ">=18"
24
+ }
25
+ },
26
+ "node_modules/@babel/code-frame": {
27
+ "version": "7.29.7",
28
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
29
+ "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
30
+ "dev": true,
31
+ "license": "MIT",
32
+ "dependencies": {
33
+ "@babel/helper-validator-identifier": "^7.29.7",
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.7",
43
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
44
+ "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
45
+ "dev": true,
46
+ "license": "MIT",
47
+ "engines": {
48
+ "node": ">=6.9.0"
49
+ }
50
+ },
51
+ "node_modules/@babel/core": {
52
+ "version": "7.29.7",
53
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
54
+ "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
55
+ "dev": true,
56
+ "license": "MIT",
57
+ "dependencies": {
58
+ "@babel/code-frame": "^7.29.7",
59
+ "@babel/generator": "^7.29.7",
60
+ "@babel/helper-compilation-targets": "^7.29.7",
61
+ "@babel/helper-module-transforms": "^7.29.7",
62
+ "@babel/helpers": "^7.29.7",
63
+ "@babel/parser": "^7.29.7",
64
+ "@babel/template": "^7.29.7",
65
+ "@babel/traverse": "^7.29.7",
66
+ "@babel/types": "^7.29.7",
67
+ "@jridgewell/remapping": "^2.3.5",
68
+ "convert-source-map": "^2.0.0",
69
+ "debug": "^4.1.0",
70
+ "gensync": "^1.0.0-beta.2",
71
+ "json5": "^2.2.3",
72
+ "semver": "^6.3.1"
73
+ },
74
+ "engines": {
75
+ "node": ">=6.9.0"
76
+ },
77
+ "funding": {
78
+ "type": "opencollective",
79
+ "url": "https://opencollective.com/babel"
80
+ }
81
+ },
82
+ "node_modules/@babel/generator": {
83
+ "version": "7.29.7",
84
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
85
+ "integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
86
+ "dev": true,
87
+ "license": "MIT",
88
+ "dependencies": {
89
+ "@babel/parser": "^7.29.7",
90
+ "@babel/types": "^7.29.7",
91
+ "@jridgewell/gen-mapping": "^0.3.12",
92
+ "@jridgewell/trace-mapping": "^0.3.28",
93
+ "jsesc": "^3.0.2"
94
+ },
95
+ "engines": {
96
+ "node": ">=6.9.0"
97
+ }
98
+ },
99
+ "node_modules/@babel/helper-compilation-targets": {
100
+ "version": "7.29.7",
101
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
102
+ "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
103
+ "dev": true,
104
+ "license": "MIT",
105
+ "dependencies": {
106
+ "@babel/compat-data": "^7.29.7",
107
+ "@babel/helper-validator-option": "^7.29.7",
108
+ "browserslist": "^4.24.0",
109
+ "lru-cache": "^5.1.1",
110
+ "semver": "^6.3.1"
111
+ },
112
+ "engines": {
113
+ "node": ">=6.9.0"
114
+ }
115
+ },
116
+ "node_modules/@babel/helper-globals": {
117
+ "version": "7.29.7",
118
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
119
+ "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
120
+ "dev": true,
121
+ "license": "MIT",
122
+ "engines": {
123
+ "node": ">=6.9.0"
124
+ }
125
+ },
126
+ "node_modules/@babel/helper-module-imports": {
127
+ "version": "7.29.7",
128
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
129
+ "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
130
+ "dev": true,
131
+ "license": "MIT",
132
+ "dependencies": {
133
+ "@babel/traverse": "^7.29.7",
134
+ "@babel/types": "^7.29.7"
135
+ },
136
+ "engines": {
137
+ "node": ">=6.9.0"
138
+ }
139
+ },
140
+ "node_modules/@babel/helper-module-transforms": {
141
+ "version": "7.29.7",
142
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
143
+ "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
144
+ "dev": true,
145
+ "license": "MIT",
146
+ "dependencies": {
147
+ "@babel/helper-module-imports": "^7.29.7",
148
+ "@babel/helper-validator-identifier": "^7.29.7",
149
+ "@babel/traverse": "^7.29.7"
150
+ },
151
+ "engines": {
152
+ "node": ">=6.9.0"
153
+ },
154
+ "peerDependencies": {
155
+ "@babel/core": "^7.0.0"
156
+ }
157
+ },
158
+ "node_modules/@babel/helper-plugin-utils": {
159
+ "version": "7.29.7",
160
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz",
161
+ "integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==",
162
+ "dev": true,
163
+ "license": "MIT",
164
+ "engines": {
165
+ "node": ">=6.9.0"
166
+ }
167
+ },
168
+ "node_modules/@babel/helper-string-parser": {
169
+ "version": "7.29.7",
170
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
171
+ "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
172
+ "dev": true,
173
+ "license": "MIT",
174
+ "engines": {
175
+ "node": ">=6.9.0"
176
+ }
177
+ },
178
+ "node_modules/@babel/helper-validator-identifier": {
179
+ "version": "7.29.7",
180
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
181
+ "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
182
+ "dev": true,
183
+ "license": "MIT",
184
+ "engines": {
185
+ "node": ">=6.9.0"
186
+ }
187
+ },
188
+ "node_modules/@babel/helper-validator-option": {
189
+ "version": "7.29.7",
190
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
191
+ "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
192
+ "dev": true,
193
+ "license": "MIT",
194
+ "engines": {
195
+ "node": ">=6.9.0"
196
+ }
197
+ },
198
+ "node_modules/@babel/helpers": {
199
+ "version": "7.29.7",
200
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
201
+ "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
202
+ "dev": true,
203
+ "license": "MIT",
204
+ "dependencies": {
205
+ "@babel/template": "^7.29.7",
206
+ "@babel/types": "^7.29.7"
207
+ },
208
+ "engines": {
209
+ "node": ">=6.9.0"
210
+ }
211
+ },
212
+ "node_modules/@babel/parser": {
213
+ "version": "7.29.7",
214
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
215
+ "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
216
+ "dev": true,
217
+ "license": "MIT",
218
+ "dependencies": {
219
+ "@babel/types": "^7.29.7"
220
+ },
221
+ "bin": {
222
+ "parser": "bin/babel-parser.js"
223
+ },
224
+ "engines": {
225
+ "node": ">=6.0.0"
226
+ }
227
+ },
228
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
229
+ "version": "7.29.7",
230
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.29.7.tgz",
231
+ "integrity": "sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==",
232
+ "dev": true,
233
+ "license": "MIT",
234
+ "dependencies": {
235
+ "@babel/helper-plugin-utils": "^7.29.7"
236
+ },
237
+ "engines": {
238
+ "node": ">=6.9.0"
239
+ },
240
+ "peerDependencies": {
241
+ "@babel/core": "^7.0.0-0"
242
+ }
243
+ },
244
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
245
+ "version": "7.29.7",
246
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.29.7.tgz",
247
+ "integrity": "sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==",
248
+ "dev": true,
249
+ "license": "MIT",
250
+ "dependencies": {
251
+ "@babel/helper-plugin-utils": "^7.29.7"
252
+ },
253
+ "engines": {
254
+ "node": ">=6.9.0"
255
+ },
256
+ "peerDependencies": {
257
+ "@babel/core": "^7.0.0-0"
258
+ }
259
+ },
260
+ "node_modules/@babel/template": {
261
+ "version": "7.29.7",
262
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
263
+ "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
264
+ "dev": true,
265
+ "license": "MIT",
266
+ "dependencies": {
267
+ "@babel/code-frame": "^7.29.7",
268
+ "@babel/parser": "^7.29.7",
269
+ "@babel/types": "^7.29.7"
270
+ },
271
+ "engines": {
272
+ "node": ">=6.9.0"
273
+ }
274
+ },
275
+ "node_modules/@babel/traverse": {
276
+ "version": "7.29.7",
277
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
278
+ "integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
279
+ "dev": true,
280
+ "license": "MIT",
281
+ "dependencies": {
282
+ "@babel/code-frame": "^7.29.7",
283
+ "@babel/generator": "^7.29.7",
284
+ "@babel/helper-globals": "^7.29.7",
285
+ "@babel/parser": "^7.29.7",
286
+ "@babel/template": "^7.29.7",
287
+ "@babel/types": "^7.29.7",
288
+ "debug": "^4.3.1"
289
+ },
290
+ "engines": {
291
+ "node": ">=6.9.0"
292
+ }
293
+ },
294
+ "node_modules/@babel/types": {
295
+ "version": "7.29.7",
296
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
297
+ "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
298
+ "dev": true,
299
+ "license": "MIT",
300
+ "dependencies": {
301
+ "@babel/helper-string-parser": "^7.29.7",
302
+ "@babel/helper-validator-identifier": "^7.29.7"
303
+ },
304
+ "engines": {
305
+ "node": ">=6.9.0"
306
+ }
307
+ },
308
+ "node_modules/@esbuild/aix-ppc64": {
309
+ "version": "0.25.12",
310
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
311
+ "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
312
+ "cpu": [
313
+ "ppc64"
314
+ ],
315
+ "dev": true,
316
+ "license": "MIT",
317
+ "optional": true,
318
+ "os": [
319
+ "aix"
320
+ ],
321
+ "engines": {
322
+ "node": ">=18"
323
+ }
324
+ },
325
+ "node_modules/@esbuild/android-arm": {
326
+ "version": "0.25.12",
327
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
328
+ "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
329
+ "cpu": [
330
+ "arm"
331
+ ],
332
+ "dev": true,
333
+ "license": "MIT",
334
+ "optional": true,
335
+ "os": [
336
+ "android"
337
+ ],
338
+ "engines": {
339
+ "node": ">=18"
340
+ }
341
+ },
342
+ "node_modules/@esbuild/android-arm64": {
343
+ "version": "0.25.12",
344
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
345
+ "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
346
+ "cpu": [
347
+ "arm64"
348
+ ],
349
+ "dev": true,
350
+ "license": "MIT",
351
+ "optional": true,
352
+ "os": [
353
+ "android"
354
+ ],
355
+ "engines": {
356
+ "node": ">=18"
357
+ }
358
+ },
359
+ "node_modules/@esbuild/android-x64": {
360
+ "version": "0.25.12",
361
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
362
+ "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
363
+ "cpu": [
364
+ "x64"
365
+ ],
366
+ "dev": true,
367
+ "license": "MIT",
368
+ "optional": true,
369
+ "os": [
370
+ "android"
371
+ ],
372
+ "engines": {
373
+ "node": ">=18"
374
+ }
375
+ },
376
+ "node_modules/@esbuild/darwin-arm64": {
377
+ "version": "0.25.12",
378
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
379
+ "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
380
+ "cpu": [
381
+ "arm64"
382
+ ],
383
+ "dev": true,
384
+ "license": "MIT",
385
+ "optional": true,
386
+ "os": [
387
+ "darwin"
388
+ ],
389
+ "engines": {
390
+ "node": ">=18"
391
+ }
392
+ },
393
+ "node_modules/@esbuild/darwin-x64": {
394
+ "version": "0.25.12",
395
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
396
+ "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
397
+ "cpu": [
398
+ "x64"
399
+ ],
400
+ "dev": true,
401
+ "license": "MIT",
402
+ "optional": true,
403
+ "os": [
404
+ "darwin"
405
+ ],
406
+ "engines": {
407
+ "node": ">=18"
408
+ }
409
+ },
410
+ "node_modules/@esbuild/freebsd-arm64": {
411
+ "version": "0.25.12",
412
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
413
+ "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
414
+ "cpu": [
415
+ "arm64"
416
+ ],
417
+ "dev": true,
418
+ "license": "MIT",
419
+ "optional": true,
420
+ "os": [
421
+ "freebsd"
422
+ ],
423
+ "engines": {
424
+ "node": ">=18"
425
+ }
426
+ },
427
+ "node_modules/@esbuild/freebsd-x64": {
428
+ "version": "0.25.12",
429
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
430
+ "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
431
+ "cpu": [
432
+ "x64"
433
+ ],
434
+ "dev": true,
435
+ "license": "MIT",
436
+ "optional": true,
437
+ "os": [
438
+ "freebsd"
439
+ ],
440
+ "engines": {
441
+ "node": ">=18"
442
+ }
443
+ },
444
+ "node_modules/@esbuild/linux-arm": {
445
+ "version": "0.25.12",
446
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
447
+ "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
448
+ "cpu": [
449
+ "arm"
450
+ ],
451
+ "dev": true,
452
+ "license": "MIT",
453
+ "optional": true,
454
+ "os": [
455
+ "linux"
456
+ ],
457
+ "engines": {
458
+ "node": ">=18"
459
+ }
460
+ },
461
+ "node_modules/@esbuild/linux-arm64": {
462
+ "version": "0.25.12",
463
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
464
+ "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
465
+ "cpu": [
466
+ "arm64"
467
+ ],
468
+ "dev": true,
469
+ "license": "MIT",
470
+ "optional": true,
471
+ "os": [
472
+ "linux"
473
+ ],
474
+ "engines": {
475
+ "node": ">=18"
476
+ }
477
+ },
478
+ "node_modules/@esbuild/linux-ia32": {
479
+ "version": "0.25.12",
480
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
481
+ "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
482
+ "cpu": [
483
+ "ia32"
484
+ ],
485
+ "dev": true,
486
+ "license": "MIT",
487
+ "optional": true,
488
+ "os": [
489
+ "linux"
490
+ ],
491
+ "engines": {
492
+ "node": ">=18"
493
+ }
494
+ },
495
+ "node_modules/@esbuild/linux-loong64": {
496
+ "version": "0.25.12",
497
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
498
+ "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
499
+ "cpu": [
500
+ "loong64"
501
+ ],
502
+ "dev": true,
503
+ "license": "MIT",
504
+ "optional": true,
505
+ "os": [
506
+ "linux"
507
+ ],
508
+ "engines": {
509
+ "node": ">=18"
510
+ }
511
+ },
512
+ "node_modules/@esbuild/linux-mips64el": {
513
+ "version": "0.25.12",
514
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
515
+ "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
516
+ "cpu": [
517
+ "mips64el"
518
+ ],
519
+ "dev": true,
520
+ "license": "MIT",
521
+ "optional": true,
522
+ "os": [
523
+ "linux"
524
+ ],
525
+ "engines": {
526
+ "node": ">=18"
527
+ }
528
+ },
529
+ "node_modules/@esbuild/linux-ppc64": {
530
+ "version": "0.25.12",
531
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
532
+ "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
533
+ "cpu": [
534
+ "ppc64"
535
+ ],
536
+ "dev": true,
537
+ "license": "MIT",
538
+ "optional": true,
539
+ "os": [
540
+ "linux"
541
+ ],
542
+ "engines": {
543
+ "node": ">=18"
544
+ }
545
+ },
546
+ "node_modules/@esbuild/linux-riscv64": {
547
+ "version": "0.25.12",
548
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
549
+ "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
550
+ "cpu": [
551
+ "riscv64"
552
+ ],
553
+ "dev": true,
554
+ "license": "MIT",
555
+ "optional": true,
556
+ "os": [
557
+ "linux"
558
+ ],
559
+ "engines": {
560
+ "node": ">=18"
561
+ }
562
+ },
563
+ "node_modules/@esbuild/linux-s390x": {
564
+ "version": "0.25.12",
565
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
566
+ "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
567
+ "cpu": [
568
+ "s390x"
569
+ ],
570
+ "dev": true,
571
+ "license": "MIT",
572
+ "optional": true,
573
+ "os": [
574
+ "linux"
575
+ ],
576
+ "engines": {
577
+ "node": ">=18"
578
+ }
579
+ },
580
+ "node_modules/@esbuild/linux-x64": {
581
+ "version": "0.25.12",
582
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
583
+ "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
584
+ "cpu": [
585
+ "x64"
586
+ ],
587
+ "dev": true,
588
+ "license": "MIT",
589
+ "optional": true,
590
+ "os": [
591
+ "linux"
592
+ ],
593
+ "engines": {
594
+ "node": ">=18"
595
+ }
596
+ },
597
+ "node_modules/@esbuild/netbsd-arm64": {
598
+ "version": "0.25.12",
599
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
600
+ "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
601
+ "cpu": [
602
+ "arm64"
603
+ ],
604
+ "dev": true,
605
+ "license": "MIT",
606
+ "optional": true,
607
+ "os": [
608
+ "netbsd"
609
+ ],
610
+ "engines": {
611
+ "node": ">=18"
612
+ }
613
+ },
614
+ "node_modules/@esbuild/netbsd-x64": {
615
+ "version": "0.25.12",
616
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
617
+ "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
618
+ "cpu": [
619
+ "x64"
620
+ ],
621
+ "dev": true,
622
+ "license": "MIT",
623
+ "optional": true,
624
+ "os": [
625
+ "netbsd"
626
+ ],
627
+ "engines": {
628
+ "node": ">=18"
629
+ }
630
+ },
631
+ "node_modules/@esbuild/openbsd-arm64": {
632
+ "version": "0.25.12",
633
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
634
+ "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
635
+ "cpu": [
636
+ "arm64"
637
+ ],
638
+ "dev": true,
639
+ "license": "MIT",
640
+ "optional": true,
641
+ "os": [
642
+ "openbsd"
643
+ ],
644
+ "engines": {
645
+ "node": ">=18"
646
+ }
647
+ },
648
+ "node_modules/@esbuild/openbsd-x64": {
649
+ "version": "0.25.12",
650
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
651
+ "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
652
+ "cpu": [
653
+ "x64"
654
+ ],
655
+ "dev": true,
656
+ "license": "MIT",
657
+ "optional": true,
658
+ "os": [
659
+ "openbsd"
660
+ ],
661
+ "engines": {
662
+ "node": ">=18"
663
+ }
664
+ },
665
+ "node_modules/@esbuild/openharmony-arm64": {
666
+ "version": "0.25.12",
667
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
668
+ "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
669
+ "cpu": [
670
+ "arm64"
671
+ ],
672
+ "dev": true,
673
+ "license": "MIT",
674
+ "optional": true,
675
+ "os": [
676
+ "openharmony"
677
+ ],
678
+ "engines": {
679
+ "node": ">=18"
680
+ }
681
+ },
682
+ "node_modules/@esbuild/sunos-x64": {
683
+ "version": "0.25.12",
684
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
685
+ "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
686
+ "cpu": [
687
+ "x64"
688
+ ],
689
+ "dev": true,
690
+ "license": "MIT",
691
+ "optional": true,
692
+ "os": [
693
+ "sunos"
694
+ ],
695
+ "engines": {
696
+ "node": ">=18"
697
+ }
698
+ },
699
+ "node_modules/@esbuild/win32-arm64": {
700
+ "version": "0.25.12",
701
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
702
+ "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
703
+ "cpu": [
704
+ "arm64"
705
+ ],
706
+ "dev": true,
707
+ "license": "MIT",
708
+ "optional": true,
709
+ "os": [
710
+ "win32"
711
+ ],
712
+ "engines": {
713
+ "node": ">=18"
714
+ }
715
+ },
716
+ "node_modules/@esbuild/win32-ia32": {
717
+ "version": "0.25.12",
718
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
719
+ "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
720
+ "cpu": [
721
+ "ia32"
722
+ ],
723
+ "dev": true,
724
+ "license": "MIT",
725
+ "optional": true,
726
+ "os": [
727
+ "win32"
728
+ ],
729
+ "engines": {
730
+ "node": ">=18"
731
+ }
732
+ },
733
+ "node_modules/@esbuild/win32-x64": {
734
+ "version": "0.25.12",
735
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
736
+ "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
737
+ "cpu": [
738
+ "x64"
739
+ ],
740
+ "dev": true,
741
+ "license": "MIT",
742
+ "optional": true,
743
+ "os": [
744
+ "win32"
745
+ ],
746
+ "engines": {
747
+ "node": ">=18"
748
+ }
749
+ },
750
+ "node_modules/@jridgewell/gen-mapping": {
751
+ "version": "0.3.13",
752
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
753
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
754
+ "license": "MIT",
755
+ "dependencies": {
756
+ "@jridgewell/sourcemap-codec": "^1.5.0",
757
+ "@jridgewell/trace-mapping": "^0.3.24"
758
+ }
759
+ },
760
+ "node_modules/@jridgewell/remapping": {
761
+ "version": "2.3.5",
762
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
763
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
764
+ "dev": true,
765
+ "license": "MIT",
766
+ "dependencies": {
767
+ "@jridgewell/gen-mapping": "^0.3.5",
768
+ "@jridgewell/trace-mapping": "^0.3.24"
769
+ }
770
+ },
771
+ "node_modules/@jridgewell/resolve-uri": {
772
+ "version": "3.1.2",
773
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
774
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
775
+ "license": "MIT",
776
+ "engines": {
777
+ "node": ">=6.0.0"
778
+ }
779
+ },
780
+ "node_modules/@jridgewell/sourcemap-codec": {
781
+ "version": "1.5.5",
782
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
783
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
784
+ "license": "MIT"
785
+ },
786
+ "node_modules/@jridgewell/trace-mapping": {
787
+ "version": "0.3.31",
788
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
789
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
790
+ "license": "MIT",
791
+ "dependencies": {
792
+ "@jridgewell/resolve-uri": "^3.1.0",
793
+ "@jridgewell/sourcemap-codec": "^1.4.14"
794
+ }
795
+ },
796
+ "node_modules/@rolldown/pluginutils": {
797
+ "version": "1.0.0-beta.27",
798
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
799
+ "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
800
+ "dev": true,
801
+ "license": "MIT"
802
+ },
803
+ "node_modules/@rollup/rollup-android-arm-eabi": {
804
+ "version": "4.62.2",
805
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.62.2.tgz",
806
+ "integrity": "sha512-6o7ZLZK+BeenkZCFNDXqpbjw9bD6nuWonvS/lwQJp7NoVVxm6p3qE7qQ5jGuBjiFsgvqjD8mZAU5oWxTmbOeOg==",
807
+ "cpu": [
808
+ "arm"
809
+ ],
810
+ "dev": true,
811
+ "license": "MIT",
812
+ "optional": true,
813
+ "os": [
814
+ "android"
815
+ ]
816
+ },
817
+ "node_modules/@rollup/rollup-android-arm64": {
818
+ "version": "4.62.2",
819
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.62.2.tgz",
820
+ "integrity": "sha512-BaH7BllCACHoH1LguOU56UItGfUWjujlO65kS9LAodViaN4bwIKd7oeW/ZHJ/4ljr/7MIiENnNy3HJ0zXv8Zkw==",
821
+ "cpu": [
822
+ "arm64"
823
+ ],
824
+ "dev": true,
825
+ "license": "MIT",
826
+ "optional": true,
827
+ "os": [
828
+ "android"
829
+ ]
830
+ },
831
+ "node_modules/@rollup/rollup-darwin-arm64": {
832
+ "version": "4.62.2",
833
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.62.2.tgz",
834
+ "integrity": "sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==",
835
+ "cpu": [
836
+ "arm64"
837
+ ],
838
+ "dev": true,
839
+ "license": "MIT",
840
+ "optional": true,
841
+ "os": [
842
+ "darwin"
843
+ ]
844
+ },
845
+ "node_modules/@rollup/rollup-darwin-x64": {
846
+ "version": "4.62.2",
847
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.62.2.tgz",
848
+ "integrity": "sha512-yl0y2vq3S3lHeuXhEdss6TWfKW8vkujImO12tn4ZkG/4oghr09LvdYm2RElVjokTQiUvDUGXLGsYeLqUMCKpGA==",
849
+ "cpu": [
850
+ "x64"
851
+ ],
852
+ "dev": true,
853
+ "license": "MIT",
854
+ "optional": true,
855
+ "os": [
856
+ "darwin"
857
+ ]
858
+ },
859
+ "node_modules/@rollup/rollup-freebsd-arm64": {
860
+ "version": "4.62.2",
861
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.62.2.tgz",
862
+ "integrity": "sha512-tT4pvt4qXD+vEoezupCWi+a1F0vvDiksiHc+PxRlYTOH1I6/X4id9jPxTP+Fg+545euaFT1jJVs4CEdHZAU1vw==",
863
+ "cpu": [
864
+ "arm64"
865
+ ],
866
+ "dev": true,
867
+ "license": "MIT",
868
+ "optional": true,
869
+ "os": [
870
+ "freebsd"
871
+ ]
872
+ },
873
+ "node_modules/@rollup/rollup-freebsd-x64": {
874
+ "version": "4.62.2",
875
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.62.2.tgz",
876
+ "integrity": "sha512-6nU5F2wCW+qvCBhTn1pdIU3bzsIoF7EUwsCDRxilWGprQR6yd508YnH9+OKFCwpfS8pjZqDUmnCAr7exax0XCg==",
877
+ "cpu": [
878
+ "x64"
879
+ ],
880
+ "dev": true,
881
+ "license": "MIT",
882
+ "optional": true,
883
+ "os": [
884
+ "freebsd"
885
+ ]
886
+ },
887
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
888
+ "version": "4.62.2",
889
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.62.2.tgz",
890
+ "integrity": "sha512-n1GJHPOvpIfhi3TmrCeh6S6URt9BFCt0KQE3qvexyGCTAKpR4Lg+eWvNZEqu7epxwus/8ElT3hacYEucm49SZg==",
891
+ "cpu": [
892
+ "arm"
893
+ ],
894
+ "dev": true,
895
+ "license": "MIT",
896
+ "optional": true,
897
+ "os": [
898
+ "linux"
899
+ ]
900
+ },
901
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
902
+ "version": "4.62.2",
903
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.62.2.tgz",
904
+ "integrity": "sha512-JqgflS8wEB+UXV/vS1RpRbifGBeN4D5lz8D8oOFbFZw4vedvdOgCFAjfBmIMdW3yL10XpQQ0Ambepw6MXrhOnA==",
905
+ "cpu": [
906
+ "arm"
907
+ ],
908
+ "dev": true,
909
+ "license": "MIT",
910
+ "optional": true,
911
+ "os": [
912
+ "linux"
913
+ ]
914
+ },
915
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
916
+ "version": "4.62.2",
917
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.62.2.tgz",
918
+ "integrity": "sha512-wnFJkogWvN4jm/hQRF2UBaeUmk20j5+DmHvoyWii2b8HJDyvz1MF2OU/6ynXt2KR63rbZLWkFpoytpdc/yBuSA==",
919
+ "cpu": [
920
+ "arm64"
921
+ ],
922
+ "dev": true,
923
+ "license": "MIT",
924
+ "optional": true,
925
+ "os": [
926
+ "linux"
927
+ ]
928
+ },
929
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
930
+ "version": "4.62.2",
931
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.62.2.tgz",
932
+ "integrity": "sha512-HVu2bp0zhvJ8xHEV9+UUs7S90VadmBSY3LcIMvozbPo4AuMGDWlz3ymHLHZPX4hR67TKTt8Qp5PJ5RBg/i+RMQ==",
933
+ "cpu": [
934
+ "arm64"
935
+ ],
936
+ "dev": true,
937
+ "license": "MIT",
938
+ "optional": true,
939
+ "os": [
940
+ "linux"
941
+ ]
942
+ },
943
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
944
+ "version": "4.62.2",
945
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.62.2.tgz",
946
+ "integrity": "sha512-mQqqAV8QaoSgr9I2fKDLY2BAVvmKjWoGiu/cSYQonsLvtqwEn1E4QYfnCOcp5zoEqNhsDYin1s6jx/VJmrxlZg==",
947
+ "cpu": [
948
+ "loong64"
949
+ ],
950
+ "dev": true,
951
+ "license": "MIT",
952
+ "optional": true,
953
+ "os": [
954
+ "linux"
955
+ ]
956
+ },
957
+ "node_modules/@rollup/rollup-linux-loong64-musl": {
958
+ "version": "4.62.2",
959
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.62.2.tgz",
960
+ "integrity": "sha512-IxKLoxCQ2IWi6bT2akyDUBGsOImDKB+sPp4EsTmwFQ/fMwpCKm8uLSSgP/Kx/QYUgKis6SEZ5/Nlhup0DIA0PQ==",
961
+ "cpu": [
962
+ "loong64"
963
+ ],
964
+ "dev": true,
965
+ "license": "MIT",
966
+ "optional": true,
967
+ "os": [
968
+ "linux"
969
+ ]
970
+ },
971
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
972
+ "version": "4.62.2",
973
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.62.2.tgz",
974
+ "integrity": "sha512-Mk5ha2RQSgyFfmYYLkBpPnUk8D8FriBxesO1u9O75X0mHgXL1UQcH5Itl2lurWL2tj0RxV9b9tJgipac0hRY9A==",
975
+ "cpu": [
976
+ "ppc64"
977
+ ],
978
+ "dev": true,
979
+ "license": "MIT",
980
+ "optional": true,
981
+ "os": [
982
+ "linux"
983
+ ]
984
+ },
985
+ "node_modules/@rollup/rollup-linux-ppc64-musl": {
986
+ "version": "4.62.2",
987
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.62.2.tgz",
988
+ "integrity": "sha512-CjvEnqJL/0/TQ3TXX3OPIJ/kmBellrWd4heXUmHeJlTnmwjKpSJzoehLaL6Xk0ZnMHBu9dZuFADNOrtjF4v+2w==",
989
+ "cpu": [
990
+ "ppc64"
991
+ ],
992
+ "dev": true,
993
+ "license": "MIT",
994
+ "optional": true,
995
+ "os": [
996
+ "linux"
997
+ ]
998
+ },
999
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1000
+ "version": "4.62.2",
1001
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.62.2.tgz",
1002
+ "integrity": "sha512-1SiZbzwdkaDURsew/tSOrooKiYy7EQGT6m8ufavAi9NEyQb/6VuIxFXAL1fqa4iZe3g4NbNk4P7J32z2tw5Mgg==",
1003
+ "cpu": [
1004
+ "riscv64"
1005
+ ],
1006
+ "dev": true,
1007
+ "license": "MIT",
1008
+ "optional": true,
1009
+ "os": [
1010
+ "linux"
1011
+ ]
1012
+ },
1013
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
1014
+ "version": "4.62.2",
1015
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.62.2.tgz",
1016
+ "integrity": "sha512-nQts12zJ3NQRoE6uYljOH89v7szzLDvG2JD/vsX+vGXU8w/At1GowTZ5/7qeFQ8m7L55rpR8Okugnuo5bgjy2Q==",
1017
+ "cpu": [
1018
+ "riscv64"
1019
+ ],
1020
+ "dev": true,
1021
+ "license": "MIT",
1022
+ "optional": true,
1023
+ "os": [
1024
+ "linux"
1025
+ ]
1026
+ },
1027
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
1028
+ "version": "4.62.2",
1029
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.62.2.tgz",
1030
+ "integrity": "sha512-E9/ll019jhPIJgpzfZoIkBGhcz+kKNgVWYRY0zr9srBdPPFVpvOKW8VaJKUbeK+eZXyQF9ltME+Kk6affeaPgg==",
1031
+ "cpu": [
1032
+ "s390x"
1033
+ ],
1034
+ "dev": true,
1035
+ "license": "MIT",
1036
+ "optional": true,
1037
+ "os": [
1038
+ "linux"
1039
+ ]
1040
+ },
1041
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1042
+ "version": "4.62.2",
1043
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz",
1044
+ "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==",
1045
+ "cpu": [
1046
+ "x64"
1047
+ ],
1048
+ "dev": true,
1049
+ "license": "MIT",
1050
+ "optional": true,
1051
+ "os": [
1052
+ "linux"
1053
+ ]
1054
+ },
1055
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1056
+ "version": "4.62.2",
1057
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.2.tgz",
1058
+ "integrity": "sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==",
1059
+ "cpu": [
1060
+ "x64"
1061
+ ],
1062
+ "dev": true,
1063
+ "license": "MIT",
1064
+ "optional": true,
1065
+ "os": [
1066
+ "linux"
1067
+ ]
1068
+ },
1069
+ "node_modules/@rollup/rollup-openbsd-x64": {
1070
+ "version": "4.62.2",
1071
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.62.2.tgz",
1072
+ "integrity": "sha512-srjEIxSH3LRnJN6THczDHWQplqEMFiAJrTab0msUryh9kwNpkICf3Ea6q6MN/2cZwRFUNx5w+h6Hpi4QuHS6Zg==",
1073
+ "cpu": [
1074
+ "x64"
1075
+ ],
1076
+ "dev": true,
1077
+ "license": "MIT",
1078
+ "optional": true,
1079
+ "os": [
1080
+ "openbsd"
1081
+ ]
1082
+ },
1083
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1084
+ "version": "4.62.2",
1085
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.62.2.tgz",
1086
+ "integrity": "sha512-8hOJnxgbyObnCm5AlRA3A931xX19xq80RjVTKgJOvEKWqJruP/Uf12IbAOaDjjEXYRewwHLfmF0YRIdK3OwKWA==",
1087
+ "cpu": [
1088
+ "arm64"
1089
+ ],
1090
+ "dev": true,
1091
+ "license": "MIT",
1092
+ "optional": true,
1093
+ "os": [
1094
+ "openharmony"
1095
+ ]
1096
+ },
1097
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1098
+ "version": "4.62.2",
1099
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.62.2.tgz",
1100
+ "integrity": "sha512-mmF4AY1i0hG/bLWUctUq59gtmgaSIRa3cu/A3JFRp/sCNEme2bgDEiDS22P9FbnJB8NJNF4jPJiSP5RHQpUTDg==",
1101
+ "cpu": [
1102
+ "arm64"
1103
+ ],
1104
+ "dev": true,
1105
+ "license": "MIT",
1106
+ "optional": true,
1107
+ "os": [
1108
+ "win32"
1109
+ ]
1110
+ },
1111
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1112
+ "version": "4.62.2",
1113
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.62.2.tgz",
1114
+ "integrity": "sha512-DZgkknc6jhHrk46V25vbAM0zZkyP0nSDkJB8/dRkLTxv470dOmWDqGoEJl/9A0dFfS7yE3REOwNDxpHwSLSt0Q==",
1115
+ "cpu": [
1116
+ "ia32"
1117
+ ],
1118
+ "dev": true,
1119
+ "license": "MIT",
1120
+ "optional": true,
1121
+ "os": [
1122
+ "win32"
1123
+ ]
1124
+ },
1125
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1126
+ "version": "4.62.2",
1127
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.62.2.tgz",
1128
+ "integrity": "sha512-T6xr6ucWSFto+VGajA8YH26LdpHRuP4YLHEKAtCWvJDOlnmWcDZVCI2Jmjr+IFHDlt2zRaTAKE4tfjTaWLgJBg==",
1129
+ "cpu": [
1130
+ "x64"
1131
+ ],
1132
+ "dev": true,
1133
+ "license": "MIT",
1134
+ "optional": true,
1135
+ "os": [
1136
+ "win32"
1137
+ ]
1138
+ },
1139
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1140
+ "version": "4.62.2",
1141
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.62.2.tgz",
1142
+ "integrity": "sha512-BfzEnDJOt9T8M989/lA37EcJgat01wLRnoi5dQf3QzOH7jzpqTAzdDbVfRljVr5r+jzKqpbHeyOfAaXxAd0PAA==",
1143
+ "cpu": [
1144
+ "x64"
1145
+ ],
1146
+ "dev": true,
1147
+ "license": "MIT",
1148
+ "optional": true,
1149
+ "os": [
1150
+ "win32"
1151
+ ]
1152
+ },
1153
+ "node_modules/@types/babel__core": {
1154
+ "version": "7.20.5",
1155
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1156
+ "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1157
+ "dev": true,
1158
+ "license": "MIT",
1159
+ "dependencies": {
1160
+ "@babel/parser": "^7.20.7",
1161
+ "@babel/types": "^7.20.7",
1162
+ "@types/babel__generator": "*",
1163
+ "@types/babel__template": "*",
1164
+ "@types/babel__traverse": "*"
1165
+ }
1166
+ },
1167
+ "node_modules/@types/babel__generator": {
1168
+ "version": "7.27.0",
1169
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1170
+ "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1171
+ "dev": true,
1172
+ "license": "MIT",
1173
+ "dependencies": {
1174
+ "@babel/types": "^7.0.0"
1175
+ }
1176
+ },
1177
+ "node_modules/@types/babel__template": {
1178
+ "version": "7.4.4",
1179
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1180
+ "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1181
+ "dev": true,
1182
+ "license": "MIT",
1183
+ "dependencies": {
1184
+ "@babel/parser": "^7.1.0",
1185
+ "@babel/types": "^7.0.0"
1186
+ }
1187
+ },
1188
+ "node_modules/@types/babel__traverse": {
1189
+ "version": "7.28.0",
1190
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1191
+ "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1192
+ "dev": true,
1193
+ "license": "MIT",
1194
+ "dependencies": {
1195
+ "@babel/types": "^7.28.2"
1196
+ }
1197
+ },
1198
+ "node_modules/@types/estree": {
1199
+ "version": "1.0.9",
1200
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
1201
+ "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
1202
+ "dev": true,
1203
+ "license": "MIT"
1204
+ },
1205
+ "node_modules/@types/prismjs": {
1206
+ "version": "1.26.6",
1207
+ "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.6.tgz",
1208
+ "integrity": "sha512-vqlvI7qlMvcCBbVe0AKAb4f97//Hy0EBTaiW8AalRnG/xAN5zOiWWyrNqNXeq8+KAuvRewjCVY1+IPxk4RdNYw==",
1209
+ "license": "MIT"
1210
+ },
1211
+ "node_modules/@types/react": {
1212
+ "version": "19.2.17",
1213
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz",
1214
+ "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==",
1215
+ "dev": true,
1216
+ "license": "MIT",
1217
+ "dependencies": {
1218
+ "csstype": "^3.2.2"
1219
+ }
1220
+ },
1221
+ "node_modules/@types/react-dom": {
1222
+ "version": "19.2.3",
1223
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
1224
+ "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
1225
+ "dev": true,
1226
+ "license": "MIT",
1227
+ "peerDependencies": {
1228
+ "@types/react": "^19.2.0"
1229
+ }
1230
+ },
1231
+ "node_modules/@vitejs/plugin-react": {
1232
+ "version": "4.7.0",
1233
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
1234
+ "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
1235
+ "dev": true,
1236
+ "license": "MIT",
1237
+ "dependencies": {
1238
+ "@babel/core": "^7.28.0",
1239
+ "@babel/plugin-transform-react-jsx-self": "^7.27.1",
1240
+ "@babel/plugin-transform-react-jsx-source": "^7.27.1",
1241
+ "@rolldown/pluginutils": "1.0.0-beta.27",
1242
+ "@types/babel__core": "^7.20.5",
1243
+ "react-refresh": "^0.17.0"
1244
+ },
1245
+ "engines": {
1246
+ "node": "^14.18.0 || >=16.0.0"
1247
+ },
1248
+ "peerDependencies": {
1249
+ "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
1250
+ }
1251
+ },
1252
+ "node_modules/any-promise": {
1253
+ "version": "1.3.0",
1254
+ "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
1255
+ "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
1256
+ "license": "MIT"
1257
+ },
1258
+ "node_modules/baseline-browser-mapping": {
1259
+ "version": "2.10.43",
1260
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.43.tgz",
1261
+ "integrity": "sha512-AjYpR78kDWAY3Efj+cDTFH9t9SCoL7OoTp1BOb0mQV7S+6CiLwnWM3FyxhJtdPufDFKzmCSFoUncKjWgJEZTCQ==",
1262
+ "dev": true,
1263
+ "license": "Apache-2.0",
1264
+ "bin": {
1265
+ "baseline-browser-mapping": "dist/cli.cjs"
1266
+ },
1267
+ "engines": {
1268
+ "node": ">=6.0.0"
1269
+ }
1270
+ },
1271
+ "node_modules/browserslist": {
1272
+ "version": "4.28.6",
1273
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.6.tgz",
1274
+ "integrity": "sha512-FQBYNK15VMslhLHpA7+n+n1GOlF1kId2xcCg7/j95f24AOF6VDYMNH4mFxF7KuaTdv627faazpOAjFzMrfJOUw==",
1275
+ "dev": true,
1276
+ "funding": [
1277
+ {
1278
+ "type": "opencollective",
1279
+ "url": "https://opencollective.com/browserslist"
1280
+ },
1281
+ {
1282
+ "type": "tidelift",
1283
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1284
+ },
1285
+ {
1286
+ "type": "github",
1287
+ "url": "https://github.com/sponsors/ai"
1288
+ }
1289
+ ],
1290
+ "license": "MIT",
1291
+ "dependencies": {
1292
+ "baseline-browser-mapping": "^2.10.42",
1293
+ "caniuse-lite": "^1.0.30001803",
1294
+ "electron-to-chromium": "^1.5.389",
1295
+ "node-releases": "^2.0.51",
1296
+ "update-browserslist-db": "^1.2.3"
1297
+ },
1298
+ "bin": {
1299
+ "browserslist": "cli.js"
1300
+ },
1301
+ "engines": {
1302
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1303
+ }
1304
+ },
1305
+ "node_modules/caniuse-lite": {
1306
+ "version": "1.0.30001806",
1307
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001806.tgz",
1308
+ "integrity": "sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==",
1309
+ "dev": true,
1310
+ "funding": [
1311
+ {
1312
+ "type": "opencollective",
1313
+ "url": "https://opencollective.com/browserslist"
1314
+ },
1315
+ {
1316
+ "type": "tidelift",
1317
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1318
+ },
1319
+ {
1320
+ "type": "github",
1321
+ "url": "https://github.com/sponsors/ai"
1322
+ }
1323
+ ],
1324
+ "license": "CC-BY-4.0"
1325
+ },
1326
+ "node_modules/clsx": {
1327
+ "version": "2.1.1",
1328
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
1329
+ "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
1330
+ "license": "MIT",
1331
+ "engines": {
1332
+ "node": ">=6"
1333
+ }
1334
+ },
1335
+ "node_modules/commander": {
1336
+ "version": "4.1.1",
1337
+ "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
1338
+ "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
1339
+ "license": "MIT",
1340
+ "engines": {
1341
+ "node": ">= 6"
1342
+ }
1343
+ },
1344
+ "node_modules/convert-source-map": {
1345
+ "version": "2.0.0",
1346
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1347
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1348
+ "dev": true,
1349
+ "license": "MIT"
1350
+ },
1351
+ "node_modules/csstype": {
1352
+ "version": "3.2.3",
1353
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1354
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1355
+ "dev": true,
1356
+ "license": "MIT"
1357
+ },
1358
+ "node_modules/debug": {
1359
+ "version": "4.4.3",
1360
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1361
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1362
+ "dev": true,
1363
+ "license": "MIT",
1364
+ "dependencies": {
1365
+ "ms": "^2.1.3"
1366
+ },
1367
+ "engines": {
1368
+ "node": ">=6.0"
1369
+ },
1370
+ "peerDependenciesMeta": {
1371
+ "supports-color": {
1372
+ "optional": true
1373
+ }
1374
+ }
1375
+ },
1376
+ "node_modules/electron-to-chromium": {
1377
+ "version": "1.5.393",
1378
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.393.tgz",
1379
+ "integrity": "sha512-kiDJdIUawuEIcp9XoICKp1iTYDEbgguIPq526N1Q7jIQDeQ3CqoMx71025PI/7E48Ddtw2HuWsVjY7afEgNxmg==",
1380
+ "dev": true,
1381
+ "license": "ISC"
1382
+ },
1383
+ "node_modules/esbuild": {
1384
+ "version": "0.25.12",
1385
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
1386
+ "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
1387
+ "dev": true,
1388
+ "hasInstallScript": true,
1389
+ "license": "MIT",
1390
+ "bin": {
1391
+ "esbuild": "bin/esbuild"
1392
+ },
1393
+ "engines": {
1394
+ "node": ">=18"
1395
+ },
1396
+ "optionalDependencies": {
1397
+ "@esbuild/aix-ppc64": "0.25.12",
1398
+ "@esbuild/android-arm": "0.25.12",
1399
+ "@esbuild/android-arm64": "0.25.12",
1400
+ "@esbuild/android-x64": "0.25.12",
1401
+ "@esbuild/darwin-arm64": "0.25.12",
1402
+ "@esbuild/darwin-x64": "0.25.12",
1403
+ "@esbuild/freebsd-arm64": "0.25.12",
1404
+ "@esbuild/freebsd-x64": "0.25.12",
1405
+ "@esbuild/linux-arm": "0.25.12",
1406
+ "@esbuild/linux-arm64": "0.25.12",
1407
+ "@esbuild/linux-ia32": "0.25.12",
1408
+ "@esbuild/linux-loong64": "0.25.12",
1409
+ "@esbuild/linux-mips64el": "0.25.12",
1410
+ "@esbuild/linux-ppc64": "0.25.12",
1411
+ "@esbuild/linux-riscv64": "0.25.12",
1412
+ "@esbuild/linux-s390x": "0.25.12",
1413
+ "@esbuild/linux-x64": "0.25.12",
1414
+ "@esbuild/netbsd-arm64": "0.25.12",
1415
+ "@esbuild/netbsd-x64": "0.25.12",
1416
+ "@esbuild/openbsd-arm64": "0.25.12",
1417
+ "@esbuild/openbsd-x64": "0.25.12",
1418
+ "@esbuild/openharmony-arm64": "0.25.12",
1419
+ "@esbuild/sunos-x64": "0.25.12",
1420
+ "@esbuild/win32-arm64": "0.25.12",
1421
+ "@esbuild/win32-ia32": "0.25.12",
1422
+ "@esbuild/win32-x64": "0.25.12"
1423
+ }
1424
+ },
1425
+ "node_modules/escalade": {
1426
+ "version": "3.2.0",
1427
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1428
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1429
+ "dev": true,
1430
+ "license": "MIT",
1431
+ "engines": {
1432
+ "node": ">=6"
1433
+ }
1434
+ },
1435
+ "node_modules/fdir": {
1436
+ "version": "6.5.0",
1437
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1438
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1439
+ "license": "MIT",
1440
+ "engines": {
1441
+ "node": ">=12.0.0"
1442
+ },
1443
+ "peerDependencies": {
1444
+ "picomatch": "^3 || ^4"
1445
+ },
1446
+ "peerDependenciesMeta": {
1447
+ "picomatch": {
1448
+ "optional": true
1449
+ }
1450
+ }
1451
+ },
1452
+ "node_modules/fsevents": {
1453
+ "version": "2.3.3",
1454
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1455
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1456
+ "dev": true,
1457
+ "hasInstallScript": true,
1458
+ "license": "MIT",
1459
+ "optional": true,
1460
+ "os": [
1461
+ "darwin"
1462
+ ],
1463
+ "engines": {
1464
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1465
+ }
1466
+ },
1467
+ "node_modules/gensync": {
1468
+ "version": "1.0.0-beta.2",
1469
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
1470
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
1471
+ "dev": true,
1472
+ "license": "MIT",
1473
+ "engines": {
1474
+ "node": ">=6.9.0"
1475
+ }
1476
+ },
1477
+ "node_modules/js-tokens": {
1478
+ "version": "4.0.0",
1479
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1480
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
1481
+ "dev": true,
1482
+ "license": "MIT"
1483
+ },
1484
+ "node_modules/jsesc": {
1485
+ "version": "3.1.0",
1486
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
1487
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
1488
+ "dev": true,
1489
+ "license": "MIT",
1490
+ "bin": {
1491
+ "jsesc": "bin/jsesc"
1492
+ },
1493
+ "engines": {
1494
+ "node": ">=6"
1495
+ }
1496
+ },
1497
+ "node_modules/json5": {
1498
+ "version": "2.2.3",
1499
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
1500
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
1501
+ "dev": true,
1502
+ "license": "MIT",
1503
+ "bin": {
1504
+ "json5": "lib/cli.js"
1505
+ },
1506
+ "engines": {
1507
+ "node": ">=6"
1508
+ }
1509
+ },
1510
+ "node_modules/lines-and-columns": {
1511
+ "version": "1.2.4",
1512
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
1513
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
1514
+ "license": "MIT"
1515
+ },
1516
+ "node_modules/lru-cache": {
1517
+ "version": "5.1.1",
1518
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
1519
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
1520
+ "dev": true,
1521
+ "license": "ISC",
1522
+ "dependencies": {
1523
+ "yallist": "^3.0.2"
1524
+ }
1525
+ },
1526
+ "node_modules/ms": {
1527
+ "version": "2.1.3",
1528
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1529
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1530
+ "dev": true,
1531
+ "license": "MIT"
1532
+ },
1533
+ "node_modules/mz": {
1534
+ "version": "2.7.0",
1535
+ "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
1536
+ "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
1537
+ "license": "MIT",
1538
+ "dependencies": {
1539
+ "any-promise": "^1.0.0",
1540
+ "object-assign": "^4.0.1",
1541
+ "thenify-all": "^1.0.0"
1542
+ }
1543
+ },
1544
+ "node_modules/nanoid": {
1545
+ "version": "3.3.16",
1546
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
1547
+ "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
1548
+ "dev": true,
1549
+ "funding": [
1550
+ {
1551
+ "type": "github",
1552
+ "url": "https://github.com/sponsors/ai"
1553
+ }
1554
+ ],
1555
+ "license": "MIT",
1556
+ "bin": {
1557
+ "nanoid": "bin/nanoid.cjs"
1558
+ },
1559
+ "engines": {
1560
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1561
+ }
1562
+ },
1563
+ "node_modules/node-releases": {
1564
+ "version": "2.0.51",
1565
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.51.tgz",
1566
+ "integrity": "sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==",
1567
+ "dev": true,
1568
+ "license": "MIT",
1569
+ "engines": {
1570
+ "node": ">=18"
1571
+ }
1572
+ },
1573
+ "node_modules/object-assign": {
1574
+ "version": "4.1.1",
1575
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1576
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
1577
+ "license": "MIT",
1578
+ "engines": {
1579
+ "node": ">=0.10.0"
1580
+ }
1581
+ },
1582
+ "node_modules/picocolors": {
1583
+ "version": "1.1.1",
1584
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1585
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1586
+ "dev": true,
1587
+ "license": "ISC"
1588
+ },
1589
+ "node_modules/picomatch": {
1590
+ "version": "4.0.5",
1591
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
1592
+ "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
1593
+ "license": "MIT",
1594
+ "engines": {
1595
+ "node": ">=12"
1596
+ },
1597
+ "funding": {
1598
+ "url": "https://github.com/sponsors/jonschlinkert"
1599
+ }
1600
+ },
1601
+ "node_modules/pirates": {
1602
+ "version": "4.0.7",
1603
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
1604
+ "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
1605
+ "license": "MIT",
1606
+ "engines": {
1607
+ "node": ">= 6"
1608
+ }
1609
+ },
1610
+ "node_modules/postcss": {
1611
+ "version": "8.5.19",
1612
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz",
1613
+ "integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==",
1614
+ "dev": true,
1615
+ "funding": [
1616
+ {
1617
+ "type": "opencollective",
1618
+ "url": "https://opencollective.com/postcss/"
1619
+ },
1620
+ {
1621
+ "type": "tidelift",
1622
+ "url": "https://tidelift.com/funding/github/npm/postcss"
1623
+ },
1624
+ {
1625
+ "type": "github",
1626
+ "url": "https://github.com/sponsors/ai"
1627
+ }
1628
+ ],
1629
+ "license": "MIT",
1630
+ "dependencies": {
1631
+ "nanoid": "^3.3.12",
1632
+ "picocolors": "^1.1.1",
1633
+ "source-map-js": "^1.2.1"
1634
+ },
1635
+ "engines": {
1636
+ "node": "^10 || ^12 || >=14"
1637
+ }
1638
+ },
1639
+ "node_modules/prism-react-renderer": {
1640
+ "version": "2.4.1",
1641
+ "resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-2.4.1.tgz",
1642
+ "integrity": "sha512-ey8Ls/+Di31eqzUxC46h8MksNuGx/n0AAC8uKpwFau4RPDYLuE3EXTp8N8G2vX2N7UC/+IXeNUnlWBGGcAG+Ig==",
1643
+ "license": "MIT",
1644
+ "dependencies": {
1645
+ "@types/prismjs": "^1.26.0",
1646
+ "clsx": "^2.0.0"
1647
+ },
1648
+ "peerDependencies": {
1649
+ "react": ">=16.0.0"
1650
+ }
1651
+ },
1652
+ "node_modules/react": {
1653
+ "version": "19.2.7",
1654
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
1655
+ "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==",
1656
+ "license": "MIT",
1657
+ "engines": {
1658
+ "node": ">=0.10.0"
1659
+ }
1660
+ },
1661
+ "node_modules/react-dom": {
1662
+ "version": "19.2.7",
1663
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
1664
+ "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
1665
+ "license": "MIT",
1666
+ "dependencies": {
1667
+ "scheduler": "^0.27.0"
1668
+ },
1669
+ "peerDependencies": {
1670
+ "react": "^19.2.7"
1671
+ }
1672
+ },
1673
+ "node_modules/react-live": {
1674
+ "version": "4.1.8",
1675
+ "resolved": "https://registry.npmjs.org/react-live/-/react-live-4.1.8.tgz",
1676
+ "integrity": "sha512-B2SgNqwPuS2ekqj4lcxi5TibEcjWkdVyYykBEUBshPAPDQ527x2zPEZg560n8egNtAjUpwXFQm7pcXV65aAYmg==",
1677
+ "license": "MIT",
1678
+ "dependencies": {
1679
+ "prism-react-renderer": "^2.4.0",
1680
+ "sucrase": "^3.35.0",
1681
+ "use-editable": "^2.3.3"
1682
+ },
1683
+ "engines": {
1684
+ "node": ">= 0.12.0",
1685
+ "npm": ">= 2.0.0"
1686
+ },
1687
+ "peerDependencies": {
1688
+ "react": ">=18.0.0",
1689
+ "react-dom": ">=18.0.0"
1690
+ }
1691
+ },
1692
+ "node_modules/react-refresh": {
1693
+ "version": "0.17.0",
1694
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
1695
+ "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
1696
+ "dev": true,
1697
+ "license": "MIT",
1698
+ "engines": {
1699
+ "node": ">=0.10.0"
1700
+ }
1701
+ },
1702
+ "node_modules/rollup": {
1703
+ "version": "4.62.2",
1704
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.62.2.tgz",
1705
+ "integrity": "sha512-RFnrW4lhXA3s3eqHDZvN654g8OTjzRfqpIRJYczCGB6HzphckVAi/Qh4tbPUbRuDi7s1Llv8g/NspLkttY3gTA==",
1706
+ "dev": true,
1707
+ "license": "MIT",
1708
+ "dependencies": {
1709
+ "@types/estree": "1.0.9"
1710
+ },
1711
+ "bin": {
1712
+ "rollup": "dist/bin/rollup"
1713
+ },
1714
+ "engines": {
1715
+ "node": ">=18.0.0",
1716
+ "npm": ">=8.0.0"
1717
+ },
1718
+ "optionalDependencies": {
1719
+ "@rollup/rollup-android-arm-eabi": "4.62.2",
1720
+ "@rollup/rollup-android-arm64": "4.62.2",
1721
+ "@rollup/rollup-darwin-arm64": "4.62.2",
1722
+ "@rollup/rollup-darwin-x64": "4.62.2",
1723
+ "@rollup/rollup-freebsd-arm64": "4.62.2",
1724
+ "@rollup/rollup-freebsd-x64": "4.62.2",
1725
+ "@rollup/rollup-linux-arm-gnueabihf": "4.62.2",
1726
+ "@rollup/rollup-linux-arm-musleabihf": "4.62.2",
1727
+ "@rollup/rollup-linux-arm64-gnu": "4.62.2",
1728
+ "@rollup/rollup-linux-arm64-musl": "4.62.2",
1729
+ "@rollup/rollup-linux-loong64-gnu": "4.62.2",
1730
+ "@rollup/rollup-linux-loong64-musl": "4.62.2",
1731
+ "@rollup/rollup-linux-ppc64-gnu": "4.62.2",
1732
+ "@rollup/rollup-linux-ppc64-musl": "4.62.2",
1733
+ "@rollup/rollup-linux-riscv64-gnu": "4.62.2",
1734
+ "@rollup/rollup-linux-riscv64-musl": "4.62.2",
1735
+ "@rollup/rollup-linux-s390x-gnu": "4.62.2",
1736
+ "@rollup/rollup-linux-x64-gnu": "4.62.2",
1737
+ "@rollup/rollup-linux-x64-musl": "4.62.2",
1738
+ "@rollup/rollup-openbsd-x64": "4.62.2",
1739
+ "@rollup/rollup-openharmony-arm64": "4.62.2",
1740
+ "@rollup/rollup-win32-arm64-msvc": "4.62.2",
1741
+ "@rollup/rollup-win32-ia32-msvc": "4.62.2",
1742
+ "@rollup/rollup-win32-x64-gnu": "4.62.2",
1743
+ "@rollup/rollup-win32-x64-msvc": "4.62.2",
1744
+ "fsevents": "~2.3.2"
1745
+ }
1746
+ },
1747
+ "node_modules/scheduler": {
1748
+ "version": "0.27.0",
1749
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
1750
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
1751
+ "license": "MIT"
1752
+ },
1753
+ "node_modules/semver": {
1754
+ "version": "6.3.1",
1755
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1756
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1757
+ "dev": true,
1758
+ "license": "ISC",
1759
+ "bin": {
1760
+ "semver": "bin/semver.js"
1761
+ }
1762
+ },
1763
+ "node_modules/source-map-js": {
1764
+ "version": "1.2.1",
1765
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1766
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1767
+ "dev": true,
1768
+ "license": "BSD-3-Clause",
1769
+ "engines": {
1770
+ "node": ">=0.10.0"
1771
+ }
1772
+ },
1773
+ "node_modules/sucrase": {
1774
+ "version": "3.35.1",
1775
+ "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz",
1776
+ "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
1777
+ "license": "MIT",
1778
+ "dependencies": {
1779
+ "@jridgewell/gen-mapping": "^0.3.2",
1780
+ "commander": "^4.0.0",
1781
+ "lines-and-columns": "^1.1.6",
1782
+ "mz": "^2.7.0",
1783
+ "pirates": "^4.0.1",
1784
+ "tinyglobby": "^0.2.11",
1785
+ "ts-interface-checker": "^0.1.9"
1786
+ },
1787
+ "bin": {
1788
+ "sucrase": "bin/sucrase",
1789
+ "sucrase-node": "bin/sucrase-node"
1790
+ },
1791
+ "engines": {
1792
+ "node": ">=16 || 14 >=14.17"
1793
+ }
1794
+ },
1795
+ "node_modules/thenify": {
1796
+ "version": "3.3.1",
1797
+ "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
1798
+ "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
1799
+ "license": "MIT",
1800
+ "dependencies": {
1801
+ "any-promise": "^1.0.0"
1802
+ }
1803
+ },
1804
+ "node_modules/thenify-all": {
1805
+ "version": "1.6.0",
1806
+ "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
1807
+ "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
1808
+ "license": "MIT",
1809
+ "dependencies": {
1810
+ "thenify": ">= 3.1.0 < 4"
1811
+ },
1812
+ "engines": {
1813
+ "node": ">=0.8"
1814
+ }
1815
+ },
1816
+ "node_modules/tinyglobby": {
1817
+ "version": "0.2.17",
1818
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
1819
+ "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
1820
+ "license": "MIT",
1821
+ "dependencies": {
1822
+ "fdir": "^6.5.0",
1823
+ "picomatch": "^4.0.4"
1824
+ },
1825
+ "engines": {
1826
+ "node": ">=12.0.0"
1827
+ },
1828
+ "funding": {
1829
+ "url": "https://github.com/sponsors/SuperchupuDev"
1830
+ }
1831
+ },
1832
+ "node_modules/ts-interface-checker": {
1833
+ "version": "0.1.13",
1834
+ "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
1835
+ "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
1836
+ "license": "Apache-2.0"
1837
+ },
1838
+ "node_modules/typescript": {
1839
+ "version": "5.9.3",
1840
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
1841
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
1842
+ "dev": true,
1843
+ "license": "Apache-2.0",
1844
+ "bin": {
1845
+ "tsc": "bin/tsc",
1846
+ "tsserver": "bin/tsserver"
1847
+ },
1848
+ "engines": {
1849
+ "node": ">=14.17"
1850
+ }
1851
+ },
1852
+ "node_modules/update-browserslist-db": {
1853
+ "version": "1.2.3",
1854
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
1855
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
1856
+ "dev": true,
1857
+ "funding": [
1858
+ {
1859
+ "type": "opencollective",
1860
+ "url": "https://opencollective.com/browserslist"
1861
+ },
1862
+ {
1863
+ "type": "tidelift",
1864
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1865
+ },
1866
+ {
1867
+ "type": "github",
1868
+ "url": "https://github.com/sponsors/ai"
1869
+ }
1870
+ ],
1871
+ "license": "MIT",
1872
+ "dependencies": {
1873
+ "escalade": "^3.2.0",
1874
+ "picocolors": "^1.1.1"
1875
+ },
1876
+ "bin": {
1877
+ "update-browserslist-db": "cli.js"
1878
+ },
1879
+ "peerDependencies": {
1880
+ "browserslist": ">= 4.21.0"
1881
+ }
1882
+ },
1883
+ "node_modules/use-editable": {
1884
+ "version": "2.3.3",
1885
+ "resolved": "https://registry.npmjs.org/use-editable/-/use-editable-2.3.3.tgz",
1886
+ "integrity": "sha512-7wVD2JbfAFJ3DK0vITvXBdpd9JAz5BcKAAolsnLBuBn6UDDwBGuCIAGvR3yA2BNKm578vAMVHFCWaOcA+BhhiA==",
1887
+ "license": "MIT",
1888
+ "peerDependencies": {
1889
+ "react": ">= 16.8.0"
1890
+ }
1891
+ },
1892
+ "node_modules/vite": {
1893
+ "version": "6.4.3",
1894
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.3.tgz",
1895
+ "integrity": "sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A==",
1896
+ "dev": true,
1897
+ "license": "MIT",
1898
+ "dependencies": {
1899
+ "esbuild": "^0.25.0",
1900
+ "fdir": "^6.4.4",
1901
+ "picomatch": "^4.0.2",
1902
+ "postcss": "^8.5.3",
1903
+ "rollup": "^4.34.9",
1904
+ "tinyglobby": "^0.2.13"
1905
+ },
1906
+ "bin": {
1907
+ "vite": "bin/vite.js"
1908
+ },
1909
+ "engines": {
1910
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
1911
+ },
1912
+ "funding": {
1913
+ "url": "https://github.com/vitejs/vite?sponsor=1"
1914
+ },
1915
+ "optionalDependencies": {
1916
+ "fsevents": "~2.3.3"
1917
+ },
1918
+ "peerDependencies": {
1919
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
1920
+ "jiti": ">=1.21.0",
1921
+ "less": "*",
1922
+ "lightningcss": "^1.21.0",
1923
+ "sass": "*",
1924
+ "sass-embedded": "*",
1925
+ "stylus": "*",
1926
+ "sugarss": "*",
1927
+ "terser": "^5.16.0",
1928
+ "tsx": "^4.8.1",
1929
+ "yaml": "^2.4.2"
1930
+ },
1931
+ "peerDependenciesMeta": {
1932
+ "@types/node": {
1933
+ "optional": true
1934
+ },
1935
+ "jiti": {
1936
+ "optional": true
1937
+ },
1938
+ "less": {
1939
+ "optional": true
1940
+ },
1941
+ "lightningcss": {
1942
+ "optional": true
1943
+ },
1944
+ "sass": {
1945
+ "optional": true
1946
+ },
1947
+ "sass-embedded": {
1948
+ "optional": true
1949
+ },
1950
+ "stylus": {
1951
+ "optional": true
1952
+ },
1953
+ "sugarss": {
1954
+ "optional": true
1955
+ },
1956
+ "terser": {
1957
+ "optional": true
1958
+ },
1959
+ "tsx": {
1960
+ "optional": true
1961
+ },
1962
+ "yaml": {
1963
+ "optional": true
1964
+ }
1965
+ }
1966
+ },
1967
+ "node_modules/yallist": {
1968
+ "version": "3.1.1",
1969
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
1970
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
1971
+ "dev": true,
1972
+ "license": "ISC"
1973
+ }
1974
+ }
1975
+ }