Add Svelte source code
Browse files- .gitignore +5 -0
- package-lock.json +2012 -0
- package.json +18 -0
- src/App.svelte +5 -0
- src/app.css +62 -0
- src/lib/Terminal.svelte +243 -0
- src/main.js +6 -0
- svelte.config.js +5 -0
- vite.config.js +7 -0
.gitignore
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
node_modules
|
| 2 |
+
dist
|
| 3 |
+
.DS_Store
|
| 4 |
+
.vite
|
| 5 |
+
*.log
|
package-lock.json
ADDED
|
@@ -0,0 +1,2012 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "uicli",
|
| 3 |
+
"version": "0.1.0",
|
| 4 |
+
"lockfileVersion": 3,
|
| 5 |
+
"requires": true,
|
| 6 |
+
"packages": {
|
| 7 |
+
"": {
|
| 8 |
+
"name": "uicli",
|
| 9 |
+
"version": "0.1.0",
|
| 10 |
+
"devDependencies": {
|
| 11 |
+
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
| 12 |
+
"@tailwindcss/vite": "^4.2.2",
|
| 13 |
+
"svelte": "^5.16.1",
|
| 14 |
+
"tailwindcss": "^4.2.2",
|
| 15 |
+
"vite": "^6.0.7"
|
| 16 |
+
}
|
| 17 |
+
},
|
| 18 |
+
"node_modules/@esbuild/aix-ppc64": {
|
| 19 |
+
"version": "0.25.12",
|
| 20 |
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
|
| 21 |
+
"integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
|
| 22 |
+
"cpu": [
|
| 23 |
+
"ppc64"
|
| 24 |
+
],
|
| 25 |
+
"dev": true,
|
| 26 |
+
"license": "MIT",
|
| 27 |
+
"optional": true,
|
| 28 |
+
"os": [
|
| 29 |
+
"aix"
|
| 30 |
+
],
|
| 31 |
+
"engines": {
|
| 32 |
+
"node": ">=18"
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
"node_modules/@esbuild/android-arm": {
|
| 36 |
+
"version": "0.25.12",
|
| 37 |
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
|
| 38 |
+
"integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
|
| 39 |
+
"cpu": [
|
| 40 |
+
"arm"
|
| 41 |
+
],
|
| 42 |
+
"dev": true,
|
| 43 |
+
"license": "MIT",
|
| 44 |
+
"optional": true,
|
| 45 |
+
"os": [
|
| 46 |
+
"android"
|
| 47 |
+
],
|
| 48 |
+
"engines": {
|
| 49 |
+
"node": ">=18"
|
| 50 |
+
}
|
| 51 |
+
},
|
| 52 |
+
"node_modules/@esbuild/android-arm64": {
|
| 53 |
+
"version": "0.25.12",
|
| 54 |
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
|
| 55 |
+
"integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
|
| 56 |
+
"cpu": [
|
| 57 |
+
"arm64"
|
| 58 |
+
],
|
| 59 |
+
"dev": true,
|
| 60 |
+
"license": "MIT",
|
| 61 |
+
"optional": true,
|
| 62 |
+
"os": [
|
| 63 |
+
"android"
|
| 64 |
+
],
|
| 65 |
+
"engines": {
|
| 66 |
+
"node": ">=18"
|
| 67 |
+
}
|
| 68 |
+
},
|
| 69 |
+
"node_modules/@esbuild/android-x64": {
|
| 70 |
+
"version": "0.25.12",
|
| 71 |
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
|
| 72 |
+
"integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
|
| 73 |
+
"cpu": [
|
| 74 |
+
"x64"
|
| 75 |
+
],
|
| 76 |
+
"dev": true,
|
| 77 |
+
"license": "MIT",
|
| 78 |
+
"optional": true,
|
| 79 |
+
"os": [
|
| 80 |
+
"android"
|
| 81 |
+
],
|
| 82 |
+
"engines": {
|
| 83 |
+
"node": ">=18"
|
| 84 |
+
}
|
| 85 |
+
},
|
| 86 |
+
"node_modules/@esbuild/darwin-arm64": {
|
| 87 |
+
"version": "0.25.12",
|
| 88 |
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
|
| 89 |
+
"integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
|
| 90 |
+
"cpu": [
|
| 91 |
+
"arm64"
|
| 92 |
+
],
|
| 93 |
+
"dev": true,
|
| 94 |
+
"license": "MIT",
|
| 95 |
+
"optional": true,
|
| 96 |
+
"os": [
|
| 97 |
+
"darwin"
|
| 98 |
+
],
|
| 99 |
+
"engines": {
|
| 100 |
+
"node": ">=18"
|
| 101 |
+
}
|
| 102 |
+
},
|
| 103 |
+
"node_modules/@esbuild/darwin-x64": {
|
| 104 |
+
"version": "0.25.12",
|
| 105 |
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
|
| 106 |
+
"integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
|
| 107 |
+
"cpu": [
|
| 108 |
+
"x64"
|
| 109 |
+
],
|
| 110 |
+
"dev": true,
|
| 111 |
+
"license": "MIT",
|
| 112 |
+
"optional": true,
|
| 113 |
+
"os": [
|
| 114 |
+
"darwin"
|
| 115 |
+
],
|
| 116 |
+
"engines": {
|
| 117 |
+
"node": ">=18"
|
| 118 |
+
}
|
| 119 |
+
},
|
| 120 |
+
"node_modules/@esbuild/freebsd-arm64": {
|
| 121 |
+
"version": "0.25.12",
|
| 122 |
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
|
| 123 |
+
"integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
|
| 124 |
+
"cpu": [
|
| 125 |
+
"arm64"
|
| 126 |
+
],
|
| 127 |
+
"dev": true,
|
| 128 |
+
"license": "MIT",
|
| 129 |
+
"optional": true,
|
| 130 |
+
"os": [
|
| 131 |
+
"freebsd"
|
| 132 |
+
],
|
| 133 |
+
"engines": {
|
| 134 |
+
"node": ">=18"
|
| 135 |
+
}
|
| 136 |
+
},
|
| 137 |
+
"node_modules/@esbuild/freebsd-x64": {
|
| 138 |
+
"version": "0.25.12",
|
| 139 |
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
|
| 140 |
+
"integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
|
| 141 |
+
"cpu": [
|
| 142 |
+
"x64"
|
| 143 |
+
],
|
| 144 |
+
"dev": true,
|
| 145 |
+
"license": "MIT",
|
| 146 |
+
"optional": true,
|
| 147 |
+
"os": [
|
| 148 |
+
"freebsd"
|
| 149 |
+
],
|
| 150 |
+
"engines": {
|
| 151 |
+
"node": ">=18"
|
| 152 |
+
}
|
| 153 |
+
},
|
| 154 |
+
"node_modules/@esbuild/linux-arm": {
|
| 155 |
+
"version": "0.25.12",
|
| 156 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
|
| 157 |
+
"integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
|
| 158 |
+
"cpu": [
|
| 159 |
+
"arm"
|
| 160 |
+
],
|
| 161 |
+
"dev": true,
|
| 162 |
+
"license": "MIT",
|
| 163 |
+
"optional": true,
|
| 164 |
+
"os": [
|
| 165 |
+
"linux"
|
| 166 |
+
],
|
| 167 |
+
"engines": {
|
| 168 |
+
"node": ">=18"
|
| 169 |
+
}
|
| 170 |
+
},
|
| 171 |
+
"node_modules/@esbuild/linux-arm64": {
|
| 172 |
+
"version": "0.25.12",
|
| 173 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
|
| 174 |
+
"integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
|
| 175 |
+
"cpu": [
|
| 176 |
+
"arm64"
|
| 177 |
+
],
|
| 178 |
+
"dev": true,
|
| 179 |
+
"license": "MIT",
|
| 180 |
+
"optional": true,
|
| 181 |
+
"os": [
|
| 182 |
+
"linux"
|
| 183 |
+
],
|
| 184 |
+
"engines": {
|
| 185 |
+
"node": ">=18"
|
| 186 |
+
}
|
| 187 |
+
},
|
| 188 |
+
"node_modules/@esbuild/linux-ia32": {
|
| 189 |
+
"version": "0.25.12",
|
| 190 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
|
| 191 |
+
"integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
|
| 192 |
+
"cpu": [
|
| 193 |
+
"ia32"
|
| 194 |
+
],
|
| 195 |
+
"dev": true,
|
| 196 |
+
"license": "MIT",
|
| 197 |
+
"optional": true,
|
| 198 |
+
"os": [
|
| 199 |
+
"linux"
|
| 200 |
+
],
|
| 201 |
+
"engines": {
|
| 202 |
+
"node": ">=18"
|
| 203 |
+
}
|
| 204 |
+
},
|
| 205 |
+
"node_modules/@esbuild/linux-loong64": {
|
| 206 |
+
"version": "0.25.12",
|
| 207 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
|
| 208 |
+
"integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
|
| 209 |
+
"cpu": [
|
| 210 |
+
"loong64"
|
| 211 |
+
],
|
| 212 |
+
"dev": true,
|
| 213 |
+
"license": "MIT",
|
| 214 |
+
"optional": true,
|
| 215 |
+
"os": [
|
| 216 |
+
"linux"
|
| 217 |
+
],
|
| 218 |
+
"engines": {
|
| 219 |
+
"node": ">=18"
|
| 220 |
+
}
|
| 221 |
+
},
|
| 222 |
+
"node_modules/@esbuild/linux-mips64el": {
|
| 223 |
+
"version": "0.25.12",
|
| 224 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
|
| 225 |
+
"integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
|
| 226 |
+
"cpu": [
|
| 227 |
+
"mips64el"
|
| 228 |
+
],
|
| 229 |
+
"dev": true,
|
| 230 |
+
"license": "MIT",
|
| 231 |
+
"optional": true,
|
| 232 |
+
"os": [
|
| 233 |
+
"linux"
|
| 234 |
+
],
|
| 235 |
+
"engines": {
|
| 236 |
+
"node": ">=18"
|
| 237 |
+
}
|
| 238 |
+
},
|
| 239 |
+
"node_modules/@esbuild/linux-ppc64": {
|
| 240 |
+
"version": "0.25.12",
|
| 241 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
|
| 242 |
+
"integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
|
| 243 |
+
"cpu": [
|
| 244 |
+
"ppc64"
|
| 245 |
+
],
|
| 246 |
+
"dev": true,
|
| 247 |
+
"license": "MIT",
|
| 248 |
+
"optional": true,
|
| 249 |
+
"os": [
|
| 250 |
+
"linux"
|
| 251 |
+
],
|
| 252 |
+
"engines": {
|
| 253 |
+
"node": ">=18"
|
| 254 |
+
}
|
| 255 |
+
},
|
| 256 |
+
"node_modules/@esbuild/linux-riscv64": {
|
| 257 |
+
"version": "0.25.12",
|
| 258 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
|
| 259 |
+
"integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
|
| 260 |
+
"cpu": [
|
| 261 |
+
"riscv64"
|
| 262 |
+
],
|
| 263 |
+
"dev": true,
|
| 264 |
+
"license": "MIT",
|
| 265 |
+
"optional": true,
|
| 266 |
+
"os": [
|
| 267 |
+
"linux"
|
| 268 |
+
],
|
| 269 |
+
"engines": {
|
| 270 |
+
"node": ">=18"
|
| 271 |
+
}
|
| 272 |
+
},
|
| 273 |
+
"node_modules/@esbuild/linux-s390x": {
|
| 274 |
+
"version": "0.25.12",
|
| 275 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
|
| 276 |
+
"integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
|
| 277 |
+
"cpu": [
|
| 278 |
+
"s390x"
|
| 279 |
+
],
|
| 280 |
+
"dev": true,
|
| 281 |
+
"license": "MIT",
|
| 282 |
+
"optional": true,
|
| 283 |
+
"os": [
|
| 284 |
+
"linux"
|
| 285 |
+
],
|
| 286 |
+
"engines": {
|
| 287 |
+
"node": ">=18"
|
| 288 |
+
}
|
| 289 |
+
},
|
| 290 |
+
"node_modules/@esbuild/linux-x64": {
|
| 291 |
+
"version": "0.25.12",
|
| 292 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
|
| 293 |
+
"integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
|
| 294 |
+
"cpu": [
|
| 295 |
+
"x64"
|
| 296 |
+
],
|
| 297 |
+
"dev": true,
|
| 298 |
+
"license": "MIT",
|
| 299 |
+
"optional": true,
|
| 300 |
+
"os": [
|
| 301 |
+
"linux"
|
| 302 |
+
],
|
| 303 |
+
"engines": {
|
| 304 |
+
"node": ">=18"
|
| 305 |
+
}
|
| 306 |
+
},
|
| 307 |
+
"node_modules/@esbuild/netbsd-arm64": {
|
| 308 |
+
"version": "0.25.12",
|
| 309 |
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
|
| 310 |
+
"integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
|
| 311 |
+
"cpu": [
|
| 312 |
+
"arm64"
|
| 313 |
+
],
|
| 314 |
+
"dev": true,
|
| 315 |
+
"license": "MIT",
|
| 316 |
+
"optional": true,
|
| 317 |
+
"os": [
|
| 318 |
+
"netbsd"
|
| 319 |
+
],
|
| 320 |
+
"engines": {
|
| 321 |
+
"node": ">=18"
|
| 322 |
+
}
|
| 323 |
+
},
|
| 324 |
+
"node_modules/@esbuild/netbsd-x64": {
|
| 325 |
+
"version": "0.25.12",
|
| 326 |
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
|
| 327 |
+
"integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
|
| 328 |
+
"cpu": [
|
| 329 |
+
"x64"
|
| 330 |
+
],
|
| 331 |
+
"dev": true,
|
| 332 |
+
"license": "MIT",
|
| 333 |
+
"optional": true,
|
| 334 |
+
"os": [
|
| 335 |
+
"netbsd"
|
| 336 |
+
],
|
| 337 |
+
"engines": {
|
| 338 |
+
"node": ">=18"
|
| 339 |
+
}
|
| 340 |
+
},
|
| 341 |
+
"node_modules/@esbuild/openbsd-arm64": {
|
| 342 |
+
"version": "0.25.12",
|
| 343 |
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
|
| 344 |
+
"integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
|
| 345 |
+
"cpu": [
|
| 346 |
+
"arm64"
|
| 347 |
+
],
|
| 348 |
+
"dev": true,
|
| 349 |
+
"license": "MIT",
|
| 350 |
+
"optional": true,
|
| 351 |
+
"os": [
|
| 352 |
+
"openbsd"
|
| 353 |
+
],
|
| 354 |
+
"engines": {
|
| 355 |
+
"node": ">=18"
|
| 356 |
+
}
|
| 357 |
+
},
|
| 358 |
+
"node_modules/@esbuild/openbsd-x64": {
|
| 359 |
+
"version": "0.25.12",
|
| 360 |
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
|
| 361 |
+
"integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
|
| 362 |
+
"cpu": [
|
| 363 |
+
"x64"
|
| 364 |
+
],
|
| 365 |
+
"dev": true,
|
| 366 |
+
"license": "MIT",
|
| 367 |
+
"optional": true,
|
| 368 |
+
"os": [
|
| 369 |
+
"openbsd"
|
| 370 |
+
],
|
| 371 |
+
"engines": {
|
| 372 |
+
"node": ">=18"
|
| 373 |
+
}
|
| 374 |
+
},
|
| 375 |
+
"node_modules/@esbuild/openharmony-arm64": {
|
| 376 |
+
"version": "0.25.12",
|
| 377 |
+
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
|
| 378 |
+
"integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
|
| 379 |
+
"cpu": [
|
| 380 |
+
"arm64"
|
| 381 |
+
],
|
| 382 |
+
"dev": true,
|
| 383 |
+
"license": "MIT",
|
| 384 |
+
"optional": true,
|
| 385 |
+
"os": [
|
| 386 |
+
"openharmony"
|
| 387 |
+
],
|
| 388 |
+
"engines": {
|
| 389 |
+
"node": ">=18"
|
| 390 |
+
}
|
| 391 |
+
},
|
| 392 |
+
"node_modules/@esbuild/sunos-x64": {
|
| 393 |
+
"version": "0.25.12",
|
| 394 |
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
|
| 395 |
+
"integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
|
| 396 |
+
"cpu": [
|
| 397 |
+
"x64"
|
| 398 |
+
],
|
| 399 |
+
"dev": true,
|
| 400 |
+
"license": "MIT",
|
| 401 |
+
"optional": true,
|
| 402 |
+
"os": [
|
| 403 |
+
"sunos"
|
| 404 |
+
],
|
| 405 |
+
"engines": {
|
| 406 |
+
"node": ">=18"
|
| 407 |
+
}
|
| 408 |
+
},
|
| 409 |
+
"node_modules/@esbuild/win32-arm64": {
|
| 410 |
+
"version": "0.25.12",
|
| 411 |
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
|
| 412 |
+
"integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
|
| 413 |
+
"cpu": [
|
| 414 |
+
"arm64"
|
| 415 |
+
],
|
| 416 |
+
"dev": true,
|
| 417 |
+
"license": "MIT",
|
| 418 |
+
"optional": true,
|
| 419 |
+
"os": [
|
| 420 |
+
"win32"
|
| 421 |
+
],
|
| 422 |
+
"engines": {
|
| 423 |
+
"node": ">=18"
|
| 424 |
+
}
|
| 425 |
+
},
|
| 426 |
+
"node_modules/@esbuild/win32-ia32": {
|
| 427 |
+
"version": "0.25.12",
|
| 428 |
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
|
| 429 |
+
"integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
|
| 430 |
+
"cpu": [
|
| 431 |
+
"ia32"
|
| 432 |
+
],
|
| 433 |
+
"dev": true,
|
| 434 |
+
"license": "MIT",
|
| 435 |
+
"optional": true,
|
| 436 |
+
"os": [
|
| 437 |
+
"win32"
|
| 438 |
+
],
|
| 439 |
+
"engines": {
|
| 440 |
+
"node": ">=18"
|
| 441 |
+
}
|
| 442 |
+
},
|
| 443 |
+
"node_modules/@esbuild/win32-x64": {
|
| 444 |
+
"version": "0.25.12",
|
| 445 |
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
|
| 446 |
+
"integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
|
| 447 |
+
"cpu": [
|
| 448 |
+
"x64"
|
| 449 |
+
],
|
| 450 |
+
"dev": true,
|
| 451 |
+
"license": "MIT",
|
| 452 |
+
"optional": true,
|
| 453 |
+
"os": [
|
| 454 |
+
"win32"
|
| 455 |
+
],
|
| 456 |
+
"engines": {
|
| 457 |
+
"node": ">=18"
|
| 458 |
+
}
|
| 459 |
+
},
|
| 460 |
+
"node_modules/@jridgewell/gen-mapping": {
|
| 461 |
+
"version": "0.3.13",
|
| 462 |
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
| 463 |
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
| 464 |
+
"dev": true,
|
| 465 |
+
"license": "MIT",
|
| 466 |
+
"dependencies": {
|
| 467 |
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
| 468 |
+
"@jridgewell/trace-mapping": "^0.3.24"
|
| 469 |
+
}
|
| 470 |
+
},
|
| 471 |
+
"node_modules/@jridgewell/remapping": {
|
| 472 |
+
"version": "2.3.5",
|
| 473 |
+
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
| 474 |
+
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
| 475 |
+
"dev": true,
|
| 476 |
+
"license": "MIT",
|
| 477 |
+
"dependencies": {
|
| 478 |
+
"@jridgewell/gen-mapping": "^0.3.5",
|
| 479 |
+
"@jridgewell/trace-mapping": "^0.3.24"
|
| 480 |
+
}
|
| 481 |
+
},
|
| 482 |
+
"node_modules/@jridgewell/resolve-uri": {
|
| 483 |
+
"version": "3.1.2",
|
| 484 |
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
| 485 |
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
| 486 |
+
"dev": true,
|
| 487 |
+
"license": "MIT",
|
| 488 |
+
"engines": {
|
| 489 |
+
"node": ">=6.0.0"
|
| 490 |
+
}
|
| 491 |
+
},
|
| 492 |
+
"node_modules/@jridgewell/sourcemap-codec": {
|
| 493 |
+
"version": "1.5.5",
|
| 494 |
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
| 495 |
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
| 496 |
+
"dev": true,
|
| 497 |
+
"license": "MIT"
|
| 498 |
+
},
|
| 499 |
+
"node_modules/@jridgewell/trace-mapping": {
|
| 500 |
+
"version": "0.3.31",
|
| 501 |
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
| 502 |
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
| 503 |
+
"dev": true,
|
| 504 |
+
"license": "MIT",
|
| 505 |
+
"dependencies": {
|
| 506 |
+
"@jridgewell/resolve-uri": "^3.1.0",
|
| 507 |
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
| 508 |
+
}
|
| 509 |
+
},
|
| 510 |
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
| 511 |
+
"version": "4.60.2",
|
| 512 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.2.tgz",
|
| 513 |
+
"integrity": "sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==",
|
| 514 |
+
"cpu": [
|
| 515 |
+
"arm"
|
| 516 |
+
],
|
| 517 |
+
"dev": true,
|
| 518 |
+
"license": "MIT",
|
| 519 |
+
"optional": true,
|
| 520 |
+
"os": [
|
| 521 |
+
"android"
|
| 522 |
+
]
|
| 523 |
+
},
|
| 524 |
+
"node_modules/@rollup/rollup-android-arm64": {
|
| 525 |
+
"version": "4.60.2",
|
| 526 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.2.tgz",
|
| 527 |
+
"integrity": "sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==",
|
| 528 |
+
"cpu": [
|
| 529 |
+
"arm64"
|
| 530 |
+
],
|
| 531 |
+
"dev": true,
|
| 532 |
+
"license": "MIT",
|
| 533 |
+
"optional": true,
|
| 534 |
+
"os": [
|
| 535 |
+
"android"
|
| 536 |
+
]
|
| 537 |
+
},
|
| 538 |
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
| 539 |
+
"version": "4.60.2",
|
| 540 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.2.tgz",
|
| 541 |
+
"integrity": "sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==",
|
| 542 |
+
"cpu": [
|
| 543 |
+
"arm64"
|
| 544 |
+
],
|
| 545 |
+
"dev": true,
|
| 546 |
+
"license": "MIT",
|
| 547 |
+
"optional": true,
|
| 548 |
+
"os": [
|
| 549 |
+
"darwin"
|
| 550 |
+
]
|
| 551 |
+
},
|
| 552 |
+
"node_modules/@rollup/rollup-darwin-x64": {
|
| 553 |
+
"version": "4.60.2",
|
| 554 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.2.tgz",
|
| 555 |
+
"integrity": "sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==",
|
| 556 |
+
"cpu": [
|
| 557 |
+
"x64"
|
| 558 |
+
],
|
| 559 |
+
"dev": true,
|
| 560 |
+
"license": "MIT",
|
| 561 |
+
"optional": true,
|
| 562 |
+
"os": [
|
| 563 |
+
"darwin"
|
| 564 |
+
]
|
| 565 |
+
},
|
| 566 |
+
"node_modules/@rollup/rollup-freebsd-arm64": {
|
| 567 |
+
"version": "4.60.2",
|
| 568 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.2.tgz",
|
| 569 |
+
"integrity": "sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==",
|
| 570 |
+
"cpu": [
|
| 571 |
+
"arm64"
|
| 572 |
+
],
|
| 573 |
+
"dev": true,
|
| 574 |
+
"license": "MIT",
|
| 575 |
+
"optional": true,
|
| 576 |
+
"os": [
|
| 577 |
+
"freebsd"
|
| 578 |
+
]
|
| 579 |
+
},
|
| 580 |
+
"node_modules/@rollup/rollup-freebsd-x64": {
|
| 581 |
+
"version": "4.60.2",
|
| 582 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.2.tgz",
|
| 583 |
+
"integrity": "sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==",
|
| 584 |
+
"cpu": [
|
| 585 |
+
"x64"
|
| 586 |
+
],
|
| 587 |
+
"dev": true,
|
| 588 |
+
"license": "MIT",
|
| 589 |
+
"optional": true,
|
| 590 |
+
"os": [
|
| 591 |
+
"freebsd"
|
| 592 |
+
]
|
| 593 |
+
},
|
| 594 |
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
| 595 |
+
"version": "4.60.2",
|
| 596 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.2.tgz",
|
| 597 |
+
"integrity": "sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==",
|
| 598 |
+
"cpu": [
|
| 599 |
+
"arm"
|
| 600 |
+
],
|
| 601 |
+
"dev": true,
|
| 602 |
+
"license": "MIT",
|
| 603 |
+
"optional": true,
|
| 604 |
+
"os": [
|
| 605 |
+
"linux"
|
| 606 |
+
]
|
| 607 |
+
},
|
| 608 |
+
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
| 609 |
+
"version": "4.60.2",
|
| 610 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.2.tgz",
|
| 611 |
+
"integrity": "sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==",
|
| 612 |
+
"cpu": [
|
| 613 |
+
"arm"
|
| 614 |
+
],
|
| 615 |
+
"dev": true,
|
| 616 |
+
"license": "MIT",
|
| 617 |
+
"optional": true,
|
| 618 |
+
"os": [
|
| 619 |
+
"linux"
|
| 620 |
+
]
|
| 621 |
+
},
|
| 622 |
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
| 623 |
+
"version": "4.60.2",
|
| 624 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.2.tgz",
|
| 625 |
+
"integrity": "sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==",
|
| 626 |
+
"cpu": [
|
| 627 |
+
"arm64"
|
| 628 |
+
],
|
| 629 |
+
"dev": true,
|
| 630 |
+
"license": "MIT",
|
| 631 |
+
"optional": true,
|
| 632 |
+
"os": [
|
| 633 |
+
"linux"
|
| 634 |
+
]
|
| 635 |
+
},
|
| 636 |
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
| 637 |
+
"version": "4.60.2",
|
| 638 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.2.tgz",
|
| 639 |
+
"integrity": "sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==",
|
| 640 |
+
"cpu": [
|
| 641 |
+
"arm64"
|
| 642 |
+
],
|
| 643 |
+
"dev": true,
|
| 644 |
+
"license": "MIT",
|
| 645 |
+
"optional": true,
|
| 646 |
+
"os": [
|
| 647 |
+
"linux"
|
| 648 |
+
]
|
| 649 |
+
},
|
| 650 |
+
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
| 651 |
+
"version": "4.60.2",
|
| 652 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.2.tgz",
|
| 653 |
+
"integrity": "sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==",
|
| 654 |
+
"cpu": [
|
| 655 |
+
"loong64"
|
| 656 |
+
],
|
| 657 |
+
"dev": true,
|
| 658 |
+
"license": "MIT",
|
| 659 |
+
"optional": true,
|
| 660 |
+
"os": [
|
| 661 |
+
"linux"
|
| 662 |
+
]
|
| 663 |
+
},
|
| 664 |
+
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
| 665 |
+
"version": "4.60.2",
|
| 666 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.2.tgz",
|
| 667 |
+
"integrity": "sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==",
|
| 668 |
+
"cpu": [
|
| 669 |
+
"loong64"
|
| 670 |
+
],
|
| 671 |
+
"dev": true,
|
| 672 |
+
"license": "MIT",
|
| 673 |
+
"optional": true,
|
| 674 |
+
"os": [
|
| 675 |
+
"linux"
|
| 676 |
+
]
|
| 677 |
+
},
|
| 678 |
+
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
| 679 |
+
"version": "4.60.2",
|
| 680 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.2.tgz",
|
| 681 |
+
"integrity": "sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==",
|
| 682 |
+
"cpu": [
|
| 683 |
+
"ppc64"
|
| 684 |
+
],
|
| 685 |
+
"dev": true,
|
| 686 |
+
"license": "MIT",
|
| 687 |
+
"optional": true,
|
| 688 |
+
"os": [
|
| 689 |
+
"linux"
|
| 690 |
+
]
|
| 691 |
+
},
|
| 692 |
+
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
| 693 |
+
"version": "4.60.2",
|
| 694 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.2.tgz",
|
| 695 |
+
"integrity": "sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==",
|
| 696 |
+
"cpu": [
|
| 697 |
+
"ppc64"
|
| 698 |
+
],
|
| 699 |
+
"dev": true,
|
| 700 |
+
"license": "MIT",
|
| 701 |
+
"optional": true,
|
| 702 |
+
"os": [
|
| 703 |
+
"linux"
|
| 704 |
+
]
|
| 705 |
+
},
|
| 706 |
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
| 707 |
+
"version": "4.60.2",
|
| 708 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.2.tgz",
|
| 709 |
+
"integrity": "sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==",
|
| 710 |
+
"cpu": [
|
| 711 |
+
"riscv64"
|
| 712 |
+
],
|
| 713 |
+
"dev": true,
|
| 714 |
+
"license": "MIT",
|
| 715 |
+
"optional": true,
|
| 716 |
+
"os": [
|
| 717 |
+
"linux"
|
| 718 |
+
]
|
| 719 |
+
},
|
| 720 |
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
| 721 |
+
"version": "4.60.2",
|
| 722 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.2.tgz",
|
| 723 |
+
"integrity": "sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==",
|
| 724 |
+
"cpu": [
|
| 725 |
+
"riscv64"
|
| 726 |
+
],
|
| 727 |
+
"dev": true,
|
| 728 |
+
"license": "MIT",
|
| 729 |
+
"optional": true,
|
| 730 |
+
"os": [
|
| 731 |
+
"linux"
|
| 732 |
+
]
|
| 733 |
+
},
|
| 734 |
+
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
| 735 |
+
"version": "4.60.2",
|
| 736 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.2.tgz",
|
| 737 |
+
"integrity": "sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==",
|
| 738 |
+
"cpu": [
|
| 739 |
+
"s390x"
|
| 740 |
+
],
|
| 741 |
+
"dev": true,
|
| 742 |
+
"license": "MIT",
|
| 743 |
+
"optional": true,
|
| 744 |
+
"os": [
|
| 745 |
+
"linux"
|
| 746 |
+
]
|
| 747 |
+
},
|
| 748 |
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
| 749 |
+
"version": "4.60.2",
|
| 750 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.2.tgz",
|
| 751 |
+
"integrity": "sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==",
|
| 752 |
+
"cpu": [
|
| 753 |
+
"x64"
|
| 754 |
+
],
|
| 755 |
+
"dev": true,
|
| 756 |
+
"license": "MIT",
|
| 757 |
+
"optional": true,
|
| 758 |
+
"os": [
|
| 759 |
+
"linux"
|
| 760 |
+
]
|
| 761 |
+
},
|
| 762 |
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
| 763 |
+
"version": "4.60.2",
|
| 764 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.2.tgz",
|
| 765 |
+
"integrity": "sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==",
|
| 766 |
+
"cpu": [
|
| 767 |
+
"x64"
|
| 768 |
+
],
|
| 769 |
+
"dev": true,
|
| 770 |
+
"license": "MIT",
|
| 771 |
+
"optional": true,
|
| 772 |
+
"os": [
|
| 773 |
+
"linux"
|
| 774 |
+
]
|
| 775 |
+
},
|
| 776 |
+
"node_modules/@rollup/rollup-openbsd-x64": {
|
| 777 |
+
"version": "4.60.2",
|
| 778 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.2.tgz",
|
| 779 |
+
"integrity": "sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==",
|
| 780 |
+
"cpu": [
|
| 781 |
+
"x64"
|
| 782 |
+
],
|
| 783 |
+
"dev": true,
|
| 784 |
+
"license": "MIT",
|
| 785 |
+
"optional": true,
|
| 786 |
+
"os": [
|
| 787 |
+
"openbsd"
|
| 788 |
+
]
|
| 789 |
+
},
|
| 790 |
+
"node_modules/@rollup/rollup-openharmony-arm64": {
|
| 791 |
+
"version": "4.60.2",
|
| 792 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.2.tgz",
|
| 793 |
+
"integrity": "sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==",
|
| 794 |
+
"cpu": [
|
| 795 |
+
"arm64"
|
| 796 |
+
],
|
| 797 |
+
"dev": true,
|
| 798 |
+
"license": "MIT",
|
| 799 |
+
"optional": true,
|
| 800 |
+
"os": [
|
| 801 |
+
"openharmony"
|
| 802 |
+
]
|
| 803 |
+
},
|
| 804 |
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
| 805 |
+
"version": "4.60.2",
|
| 806 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.2.tgz",
|
| 807 |
+
"integrity": "sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==",
|
| 808 |
+
"cpu": [
|
| 809 |
+
"arm64"
|
| 810 |
+
],
|
| 811 |
+
"dev": true,
|
| 812 |
+
"license": "MIT",
|
| 813 |
+
"optional": true,
|
| 814 |
+
"os": [
|
| 815 |
+
"win32"
|
| 816 |
+
]
|
| 817 |
+
},
|
| 818 |
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
| 819 |
+
"version": "4.60.2",
|
| 820 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.2.tgz",
|
| 821 |
+
"integrity": "sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==",
|
| 822 |
+
"cpu": [
|
| 823 |
+
"ia32"
|
| 824 |
+
],
|
| 825 |
+
"dev": true,
|
| 826 |
+
"license": "MIT",
|
| 827 |
+
"optional": true,
|
| 828 |
+
"os": [
|
| 829 |
+
"win32"
|
| 830 |
+
]
|
| 831 |
+
},
|
| 832 |
+
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
| 833 |
+
"version": "4.60.2",
|
| 834 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.2.tgz",
|
| 835 |
+
"integrity": "sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==",
|
| 836 |
+
"cpu": [
|
| 837 |
+
"x64"
|
| 838 |
+
],
|
| 839 |
+
"dev": true,
|
| 840 |
+
"license": "MIT",
|
| 841 |
+
"optional": true,
|
| 842 |
+
"os": [
|
| 843 |
+
"win32"
|
| 844 |
+
]
|
| 845 |
+
},
|
| 846 |
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
| 847 |
+
"version": "4.60.2",
|
| 848 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.2.tgz",
|
| 849 |
+
"integrity": "sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==",
|
| 850 |
+
"cpu": [
|
| 851 |
+
"x64"
|
| 852 |
+
],
|
| 853 |
+
"dev": true,
|
| 854 |
+
"license": "MIT",
|
| 855 |
+
"optional": true,
|
| 856 |
+
"os": [
|
| 857 |
+
"win32"
|
| 858 |
+
]
|
| 859 |
+
},
|
| 860 |
+
"node_modules/@sveltejs/acorn-typescript": {
|
| 861 |
+
"version": "1.0.9",
|
| 862 |
+
"resolved": "https://registry.npmjs.org/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.9.tgz",
|
| 863 |
+
"integrity": "sha512-lVJX6qEgs/4DOcRTpo56tmKzVPtoWAaVbL4hfO7t7NVwl9AAXzQR6cihesW1BmNMPl+bK6dreu2sOKBP2Q9CIA==",
|
| 864 |
+
"dev": true,
|
| 865 |
+
"license": "MIT",
|
| 866 |
+
"peerDependencies": {
|
| 867 |
+
"acorn": "^8.9.0"
|
| 868 |
+
}
|
| 869 |
+
},
|
| 870 |
+
"node_modules/@sveltejs/vite-plugin-svelte": {
|
| 871 |
+
"version": "5.1.1",
|
| 872 |
+
"resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-5.1.1.tgz",
|
| 873 |
+
"integrity": "sha512-Y1Cs7hhTc+a5E9Va/xwKlAJoariQyHY+5zBgCZg4PFWNYQ1nMN9sjK1zhw1gK69DuqVP++sht/1GZg1aRwmAXQ==",
|
| 874 |
+
"dev": true,
|
| 875 |
+
"license": "MIT",
|
| 876 |
+
"dependencies": {
|
| 877 |
+
"@sveltejs/vite-plugin-svelte-inspector": "^4.0.1",
|
| 878 |
+
"debug": "^4.4.1",
|
| 879 |
+
"deepmerge": "^4.3.1",
|
| 880 |
+
"kleur": "^4.1.5",
|
| 881 |
+
"magic-string": "^0.30.17",
|
| 882 |
+
"vitefu": "^1.0.6"
|
| 883 |
+
},
|
| 884 |
+
"engines": {
|
| 885 |
+
"node": "^18.0.0 || ^20.0.0 || >=22"
|
| 886 |
+
},
|
| 887 |
+
"peerDependencies": {
|
| 888 |
+
"svelte": "^5.0.0",
|
| 889 |
+
"vite": "^6.0.0"
|
| 890 |
+
}
|
| 891 |
+
},
|
| 892 |
+
"node_modules/@sveltejs/vite-plugin-svelte-inspector": {
|
| 893 |
+
"version": "4.0.1",
|
| 894 |
+
"resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte-inspector/-/vite-plugin-svelte-inspector-4.0.1.tgz",
|
| 895 |
+
"integrity": "sha512-J/Nmb2Q2y7mck2hyCX4ckVHcR5tu2J+MtBEQqpDrrgELZ2uvraQcK/ioCV61AqkdXFgriksOKIceDcQmqnGhVw==",
|
| 896 |
+
"dev": true,
|
| 897 |
+
"license": "MIT",
|
| 898 |
+
"dependencies": {
|
| 899 |
+
"debug": "^4.3.7"
|
| 900 |
+
},
|
| 901 |
+
"engines": {
|
| 902 |
+
"node": "^18.0.0 || ^20.0.0 || >=22"
|
| 903 |
+
},
|
| 904 |
+
"peerDependencies": {
|
| 905 |
+
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
| 906 |
+
"svelte": "^5.0.0",
|
| 907 |
+
"vite": "^6.0.0"
|
| 908 |
+
}
|
| 909 |
+
},
|
| 910 |
+
"node_modules/@tailwindcss/node": {
|
| 911 |
+
"version": "4.2.2",
|
| 912 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.2.tgz",
|
| 913 |
+
"integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==",
|
| 914 |
+
"dev": true,
|
| 915 |
+
"license": "MIT",
|
| 916 |
+
"dependencies": {
|
| 917 |
+
"@jridgewell/remapping": "^2.3.5",
|
| 918 |
+
"enhanced-resolve": "^5.19.0",
|
| 919 |
+
"jiti": "^2.6.1",
|
| 920 |
+
"lightningcss": "1.32.0",
|
| 921 |
+
"magic-string": "^0.30.21",
|
| 922 |
+
"source-map-js": "^1.2.1",
|
| 923 |
+
"tailwindcss": "4.2.2"
|
| 924 |
+
}
|
| 925 |
+
},
|
| 926 |
+
"node_modules/@tailwindcss/oxide": {
|
| 927 |
+
"version": "4.2.2",
|
| 928 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz",
|
| 929 |
+
"integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==",
|
| 930 |
+
"dev": true,
|
| 931 |
+
"license": "MIT",
|
| 932 |
+
"engines": {
|
| 933 |
+
"node": ">= 20"
|
| 934 |
+
},
|
| 935 |
+
"optionalDependencies": {
|
| 936 |
+
"@tailwindcss/oxide-android-arm64": "4.2.2",
|
| 937 |
+
"@tailwindcss/oxide-darwin-arm64": "4.2.2",
|
| 938 |
+
"@tailwindcss/oxide-darwin-x64": "4.2.2",
|
| 939 |
+
"@tailwindcss/oxide-freebsd-x64": "4.2.2",
|
| 940 |
+
"@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2",
|
| 941 |
+
"@tailwindcss/oxide-linux-arm64-gnu": "4.2.2",
|
| 942 |
+
"@tailwindcss/oxide-linux-arm64-musl": "4.2.2",
|
| 943 |
+
"@tailwindcss/oxide-linux-x64-gnu": "4.2.2",
|
| 944 |
+
"@tailwindcss/oxide-linux-x64-musl": "4.2.2",
|
| 945 |
+
"@tailwindcss/oxide-wasm32-wasi": "4.2.2",
|
| 946 |
+
"@tailwindcss/oxide-win32-arm64-msvc": "4.2.2",
|
| 947 |
+
"@tailwindcss/oxide-win32-x64-msvc": "4.2.2"
|
| 948 |
+
}
|
| 949 |
+
},
|
| 950 |
+
"node_modules/@tailwindcss/oxide-android-arm64": {
|
| 951 |
+
"version": "4.2.2",
|
| 952 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz",
|
| 953 |
+
"integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==",
|
| 954 |
+
"cpu": [
|
| 955 |
+
"arm64"
|
| 956 |
+
],
|
| 957 |
+
"dev": true,
|
| 958 |
+
"license": "MIT",
|
| 959 |
+
"optional": true,
|
| 960 |
+
"os": [
|
| 961 |
+
"android"
|
| 962 |
+
],
|
| 963 |
+
"engines": {
|
| 964 |
+
"node": ">= 20"
|
| 965 |
+
}
|
| 966 |
+
},
|
| 967 |
+
"node_modules/@tailwindcss/oxide-darwin-arm64": {
|
| 968 |
+
"version": "4.2.2",
|
| 969 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz",
|
| 970 |
+
"integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==",
|
| 971 |
+
"cpu": [
|
| 972 |
+
"arm64"
|
| 973 |
+
],
|
| 974 |
+
"dev": true,
|
| 975 |
+
"license": "MIT",
|
| 976 |
+
"optional": true,
|
| 977 |
+
"os": [
|
| 978 |
+
"darwin"
|
| 979 |
+
],
|
| 980 |
+
"engines": {
|
| 981 |
+
"node": ">= 20"
|
| 982 |
+
}
|
| 983 |
+
},
|
| 984 |
+
"node_modules/@tailwindcss/oxide-darwin-x64": {
|
| 985 |
+
"version": "4.2.2",
|
| 986 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz",
|
| 987 |
+
"integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==",
|
| 988 |
+
"cpu": [
|
| 989 |
+
"x64"
|
| 990 |
+
],
|
| 991 |
+
"dev": true,
|
| 992 |
+
"license": "MIT",
|
| 993 |
+
"optional": true,
|
| 994 |
+
"os": [
|
| 995 |
+
"darwin"
|
| 996 |
+
],
|
| 997 |
+
"engines": {
|
| 998 |
+
"node": ">= 20"
|
| 999 |
+
}
|
| 1000 |
+
},
|
| 1001 |
+
"node_modules/@tailwindcss/oxide-freebsd-x64": {
|
| 1002 |
+
"version": "4.2.2",
|
| 1003 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz",
|
| 1004 |
+
"integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==",
|
| 1005 |
+
"cpu": [
|
| 1006 |
+
"x64"
|
| 1007 |
+
],
|
| 1008 |
+
"dev": true,
|
| 1009 |
+
"license": "MIT",
|
| 1010 |
+
"optional": true,
|
| 1011 |
+
"os": [
|
| 1012 |
+
"freebsd"
|
| 1013 |
+
],
|
| 1014 |
+
"engines": {
|
| 1015 |
+
"node": ">= 20"
|
| 1016 |
+
}
|
| 1017 |
+
},
|
| 1018 |
+
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
|
| 1019 |
+
"version": "4.2.2",
|
| 1020 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz",
|
| 1021 |
+
"integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==",
|
| 1022 |
+
"cpu": [
|
| 1023 |
+
"arm"
|
| 1024 |
+
],
|
| 1025 |
+
"dev": true,
|
| 1026 |
+
"license": "MIT",
|
| 1027 |
+
"optional": true,
|
| 1028 |
+
"os": [
|
| 1029 |
+
"linux"
|
| 1030 |
+
],
|
| 1031 |
+
"engines": {
|
| 1032 |
+
"node": ">= 20"
|
| 1033 |
+
}
|
| 1034 |
+
},
|
| 1035 |
+
"node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
|
| 1036 |
+
"version": "4.2.2",
|
| 1037 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz",
|
| 1038 |
+
"integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==",
|
| 1039 |
+
"cpu": [
|
| 1040 |
+
"arm64"
|
| 1041 |
+
],
|
| 1042 |
+
"dev": true,
|
| 1043 |
+
"license": "MIT",
|
| 1044 |
+
"optional": true,
|
| 1045 |
+
"os": [
|
| 1046 |
+
"linux"
|
| 1047 |
+
],
|
| 1048 |
+
"engines": {
|
| 1049 |
+
"node": ">= 20"
|
| 1050 |
+
}
|
| 1051 |
+
},
|
| 1052 |
+
"node_modules/@tailwindcss/oxide-linux-arm64-musl": {
|
| 1053 |
+
"version": "4.2.2",
|
| 1054 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz",
|
| 1055 |
+
"integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==",
|
| 1056 |
+
"cpu": [
|
| 1057 |
+
"arm64"
|
| 1058 |
+
],
|
| 1059 |
+
"dev": true,
|
| 1060 |
+
"license": "MIT",
|
| 1061 |
+
"optional": true,
|
| 1062 |
+
"os": [
|
| 1063 |
+
"linux"
|
| 1064 |
+
],
|
| 1065 |
+
"engines": {
|
| 1066 |
+
"node": ">= 20"
|
| 1067 |
+
}
|
| 1068 |
+
},
|
| 1069 |
+
"node_modules/@tailwindcss/oxide-linux-x64-gnu": {
|
| 1070 |
+
"version": "4.2.2",
|
| 1071 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz",
|
| 1072 |
+
"integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==",
|
| 1073 |
+
"cpu": [
|
| 1074 |
+
"x64"
|
| 1075 |
+
],
|
| 1076 |
+
"dev": true,
|
| 1077 |
+
"license": "MIT",
|
| 1078 |
+
"optional": true,
|
| 1079 |
+
"os": [
|
| 1080 |
+
"linux"
|
| 1081 |
+
],
|
| 1082 |
+
"engines": {
|
| 1083 |
+
"node": ">= 20"
|
| 1084 |
+
}
|
| 1085 |
+
},
|
| 1086 |
+
"node_modules/@tailwindcss/oxide-linux-x64-musl": {
|
| 1087 |
+
"version": "4.2.2",
|
| 1088 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz",
|
| 1089 |
+
"integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==",
|
| 1090 |
+
"cpu": [
|
| 1091 |
+
"x64"
|
| 1092 |
+
],
|
| 1093 |
+
"dev": true,
|
| 1094 |
+
"license": "MIT",
|
| 1095 |
+
"optional": true,
|
| 1096 |
+
"os": [
|
| 1097 |
+
"linux"
|
| 1098 |
+
],
|
| 1099 |
+
"engines": {
|
| 1100 |
+
"node": ">= 20"
|
| 1101 |
+
}
|
| 1102 |
+
},
|
| 1103 |
+
"node_modules/@tailwindcss/oxide-wasm32-wasi": {
|
| 1104 |
+
"version": "4.2.2",
|
| 1105 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz",
|
| 1106 |
+
"integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==",
|
| 1107 |
+
"bundleDependencies": [
|
| 1108 |
+
"@napi-rs/wasm-runtime",
|
| 1109 |
+
"@emnapi/core",
|
| 1110 |
+
"@emnapi/runtime",
|
| 1111 |
+
"@tybys/wasm-util",
|
| 1112 |
+
"@emnapi/wasi-threads",
|
| 1113 |
+
"tslib"
|
| 1114 |
+
],
|
| 1115 |
+
"cpu": [
|
| 1116 |
+
"wasm32"
|
| 1117 |
+
],
|
| 1118 |
+
"dev": true,
|
| 1119 |
+
"license": "MIT",
|
| 1120 |
+
"optional": true,
|
| 1121 |
+
"dependencies": {
|
| 1122 |
+
"@emnapi/core": "^1.8.1",
|
| 1123 |
+
"@emnapi/runtime": "^1.8.1",
|
| 1124 |
+
"@emnapi/wasi-threads": "^1.1.0",
|
| 1125 |
+
"@napi-rs/wasm-runtime": "^1.1.1",
|
| 1126 |
+
"@tybys/wasm-util": "^0.10.1",
|
| 1127 |
+
"tslib": "^2.8.1"
|
| 1128 |
+
},
|
| 1129 |
+
"engines": {
|
| 1130 |
+
"node": ">=14.0.0"
|
| 1131 |
+
}
|
| 1132 |
+
},
|
| 1133 |
+
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
| 1134 |
+
"version": "4.2.2",
|
| 1135 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz",
|
| 1136 |
+
"integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==",
|
| 1137 |
+
"cpu": [
|
| 1138 |
+
"arm64"
|
| 1139 |
+
],
|
| 1140 |
+
"dev": true,
|
| 1141 |
+
"license": "MIT",
|
| 1142 |
+
"optional": true,
|
| 1143 |
+
"os": [
|
| 1144 |
+
"win32"
|
| 1145 |
+
],
|
| 1146 |
+
"engines": {
|
| 1147 |
+
"node": ">= 20"
|
| 1148 |
+
}
|
| 1149 |
+
},
|
| 1150 |
+
"node_modules/@tailwindcss/oxide-win32-x64-msvc": {
|
| 1151 |
+
"version": "4.2.2",
|
| 1152 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz",
|
| 1153 |
+
"integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==",
|
| 1154 |
+
"cpu": [
|
| 1155 |
+
"x64"
|
| 1156 |
+
],
|
| 1157 |
+
"dev": true,
|
| 1158 |
+
"license": "MIT",
|
| 1159 |
+
"optional": true,
|
| 1160 |
+
"os": [
|
| 1161 |
+
"win32"
|
| 1162 |
+
],
|
| 1163 |
+
"engines": {
|
| 1164 |
+
"node": ">= 20"
|
| 1165 |
+
}
|
| 1166 |
+
},
|
| 1167 |
+
"node_modules/@tailwindcss/vite": {
|
| 1168 |
+
"version": "4.2.2",
|
| 1169 |
+
"resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.2.tgz",
|
| 1170 |
+
"integrity": "sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==",
|
| 1171 |
+
"dev": true,
|
| 1172 |
+
"license": "MIT",
|
| 1173 |
+
"dependencies": {
|
| 1174 |
+
"@tailwindcss/node": "4.2.2",
|
| 1175 |
+
"@tailwindcss/oxide": "4.2.2",
|
| 1176 |
+
"tailwindcss": "4.2.2"
|
| 1177 |
+
},
|
| 1178 |
+
"peerDependencies": {
|
| 1179 |
+
"vite": "^5.2.0 || ^6 || ^7 || ^8"
|
| 1180 |
+
}
|
| 1181 |
+
},
|
| 1182 |
+
"node_modules/@types/estree": {
|
| 1183 |
+
"version": "1.0.8",
|
| 1184 |
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
| 1185 |
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
| 1186 |
+
"dev": true,
|
| 1187 |
+
"license": "MIT"
|
| 1188 |
+
},
|
| 1189 |
+
"node_modules/@types/trusted-types": {
|
| 1190 |
+
"version": "2.0.7",
|
| 1191 |
+
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
| 1192 |
+
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
| 1193 |
+
"dev": true,
|
| 1194 |
+
"license": "MIT"
|
| 1195 |
+
},
|
| 1196 |
+
"node_modules/acorn": {
|
| 1197 |
+
"version": "8.16.0",
|
| 1198 |
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
|
| 1199 |
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
| 1200 |
+
"dev": true,
|
| 1201 |
+
"license": "MIT",
|
| 1202 |
+
"bin": {
|
| 1203 |
+
"acorn": "bin/acorn"
|
| 1204 |
+
},
|
| 1205 |
+
"engines": {
|
| 1206 |
+
"node": ">=0.4.0"
|
| 1207 |
+
}
|
| 1208 |
+
},
|
| 1209 |
+
"node_modules/aria-query": {
|
| 1210 |
+
"version": "5.3.1",
|
| 1211 |
+
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.1.tgz",
|
| 1212 |
+
"integrity": "sha512-Z/ZeOgVl7bcSYZ/u/rh0fOpvEpq//LZmdbkXyc7syVzjPAhfOa9ebsdTSjEBDU4vs5nC98Kfduj1uFo0qyET3g==",
|
| 1213 |
+
"dev": true,
|
| 1214 |
+
"license": "Apache-2.0",
|
| 1215 |
+
"engines": {
|
| 1216 |
+
"node": ">= 0.4"
|
| 1217 |
+
}
|
| 1218 |
+
},
|
| 1219 |
+
"node_modules/axobject-query": {
|
| 1220 |
+
"version": "4.1.0",
|
| 1221 |
+
"resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
|
| 1222 |
+
"integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
|
| 1223 |
+
"dev": true,
|
| 1224 |
+
"license": "Apache-2.0",
|
| 1225 |
+
"engines": {
|
| 1226 |
+
"node": ">= 0.4"
|
| 1227 |
+
}
|
| 1228 |
+
},
|
| 1229 |
+
"node_modules/clsx": {
|
| 1230 |
+
"version": "2.1.1",
|
| 1231 |
+
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
| 1232 |
+
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
| 1233 |
+
"dev": true,
|
| 1234 |
+
"license": "MIT",
|
| 1235 |
+
"engines": {
|
| 1236 |
+
"node": ">=6"
|
| 1237 |
+
}
|
| 1238 |
+
},
|
| 1239 |
+
"node_modules/debug": {
|
| 1240 |
+
"version": "4.4.3",
|
| 1241 |
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
| 1242 |
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
| 1243 |
+
"dev": true,
|
| 1244 |
+
"license": "MIT",
|
| 1245 |
+
"dependencies": {
|
| 1246 |
+
"ms": "^2.1.3"
|
| 1247 |
+
},
|
| 1248 |
+
"engines": {
|
| 1249 |
+
"node": ">=6.0"
|
| 1250 |
+
},
|
| 1251 |
+
"peerDependenciesMeta": {
|
| 1252 |
+
"supports-color": {
|
| 1253 |
+
"optional": true
|
| 1254 |
+
}
|
| 1255 |
+
}
|
| 1256 |
+
},
|
| 1257 |
+
"node_modules/deepmerge": {
|
| 1258 |
+
"version": "4.3.1",
|
| 1259 |
+
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
|
| 1260 |
+
"integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
|
| 1261 |
+
"dev": true,
|
| 1262 |
+
"license": "MIT",
|
| 1263 |
+
"engines": {
|
| 1264 |
+
"node": ">=0.10.0"
|
| 1265 |
+
}
|
| 1266 |
+
},
|
| 1267 |
+
"node_modules/detect-libc": {
|
| 1268 |
+
"version": "2.1.2",
|
| 1269 |
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
| 1270 |
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
| 1271 |
+
"dev": true,
|
| 1272 |
+
"license": "Apache-2.0",
|
| 1273 |
+
"engines": {
|
| 1274 |
+
"node": ">=8"
|
| 1275 |
+
}
|
| 1276 |
+
},
|
| 1277 |
+
"node_modules/devalue": {
|
| 1278 |
+
"version": "5.7.1",
|
| 1279 |
+
"resolved": "https://registry.npmjs.org/devalue/-/devalue-5.7.1.tgz",
|
| 1280 |
+
"integrity": "sha512-MUbZ586EgQqdRnC4yDrlod3BEdyvE4TapGYHMW2CiaW+KkkFmWEFqBUaLltEZCGi0iFXCEjRF0OjF0DV2QHjOA==",
|
| 1281 |
+
"dev": true,
|
| 1282 |
+
"license": "MIT"
|
| 1283 |
+
},
|
| 1284 |
+
"node_modules/enhanced-resolve": {
|
| 1285 |
+
"version": "5.20.1",
|
| 1286 |
+
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz",
|
| 1287 |
+
"integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
|
| 1288 |
+
"dev": true,
|
| 1289 |
+
"license": "MIT",
|
| 1290 |
+
"dependencies": {
|
| 1291 |
+
"graceful-fs": "^4.2.4",
|
| 1292 |
+
"tapable": "^2.3.0"
|
| 1293 |
+
},
|
| 1294 |
+
"engines": {
|
| 1295 |
+
"node": ">=10.13.0"
|
| 1296 |
+
}
|
| 1297 |
+
},
|
| 1298 |
+
"node_modules/esbuild": {
|
| 1299 |
+
"version": "0.25.12",
|
| 1300 |
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
|
| 1301 |
+
"integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
|
| 1302 |
+
"dev": true,
|
| 1303 |
+
"hasInstallScript": true,
|
| 1304 |
+
"license": "MIT",
|
| 1305 |
+
"bin": {
|
| 1306 |
+
"esbuild": "bin/esbuild"
|
| 1307 |
+
},
|
| 1308 |
+
"engines": {
|
| 1309 |
+
"node": ">=18"
|
| 1310 |
+
},
|
| 1311 |
+
"optionalDependencies": {
|
| 1312 |
+
"@esbuild/aix-ppc64": "0.25.12",
|
| 1313 |
+
"@esbuild/android-arm": "0.25.12",
|
| 1314 |
+
"@esbuild/android-arm64": "0.25.12",
|
| 1315 |
+
"@esbuild/android-x64": "0.25.12",
|
| 1316 |
+
"@esbuild/darwin-arm64": "0.25.12",
|
| 1317 |
+
"@esbuild/darwin-x64": "0.25.12",
|
| 1318 |
+
"@esbuild/freebsd-arm64": "0.25.12",
|
| 1319 |
+
"@esbuild/freebsd-x64": "0.25.12",
|
| 1320 |
+
"@esbuild/linux-arm": "0.25.12",
|
| 1321 |
+
"@esbuild/linux-arm64": "0.25.12",
|
| 1322 |
+
"@esbuild/linux-ia32": "0.25.12",
|
| 1323 |
+
"@esbuild/linux-loong64": "0.25.12",
|
| 1324 |
+
"@esbuild/linux-mips64el": "0.25.12",
|
| 1325 |
+
"@esbuild/linux-ppc64": "0.25.12",
|
| 1326 |
+
"@esbuild/linux-riscv64": "0.25.12",
|
| 1327 |
+
"@esbuild/linux-s390x": "0.25.12",
|
| 1328 |
+
"@esbuild/linux-x64": "0.25.12",
|
| 1329 |
+
"@esbuild/netbsd-arm64": "0.25.12",
|
| 1330 |
+
"@esbuild/netbsd-x64": "0.25.12",
|
| 1331 |
+
"@esbuild/openbsd-arm64": "0.25.12",
|
| 1332 |
+
"@esbuild/openbsd-x64": "0.25.12",
|
| 1333 |
+
"@esbuild/openharmony-arm64": "0.25.12",
|
| 1334 |
+
"@esbuild/sunos-x64": "0.25.12",
|
| 1335 |
+
"@esbuild/win32-arm64": "0.25.12",
|
| 1336 |
+
"@esbuild/win32-ia32": "0.25.12",
|
| 1337 |
+
"@esbuild/win32-x64": "0.25.12"
|
| 1338 |
+
}
|
| 1339 |
+
},
|
| 1340 |
+
"node_modules/esm-env": {
|
| 1341 |
+
"version": "1.2.2",
|
| 1342 |
+
"resolved": "https://registry.npmjs.org/esm-env/-/esm-env-1.2.2.tgz",
|
| 1343 |
+
"integrity": "sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==",
|
| 1344 |
+
"dev": true,
|
| 1345 |
+
"license": "MIT"
|
| 1346 |
+
},
|
| 1347 |
+
"node_modules/esrap": {
|
| 1348 |
+
"version": "2.2.5",
|
| 1349 |
+
"resolved": "https://registry.npmjs.org/esrap/-/esrap-2.2.5.tgz",
|
| 1350 |
+
"integrity": "sha512-/yLB1538mag+dn0wsePTe8C0rDIjUOaJpMs2McodSzmM2msWcZsBSdRtg6HOBt0A/r82BN+Md3pgwSc/uWt2Ig==",
|
| 1351 |
+
"dev": true,
|
| 1352 |
+
"license": "MIT",
|
| 1353 |
+
"dependencies": {
|
| 1354 |
+
"@jridgewell/sourcemap-codec": "^1.4.15"
|
| 1355 |
+
},
|
| 1356 |
+
"peerDependencies": {
|
| 1357 |
+
"@typescript-eslint/types": "^8.2.0"
|
| 1358 |
+
},
|
| 1359 |
+
"peerDependenciesMeta": {
|
| 1360 |
+
"@typescript-eslint/types": {
|
| 1361 |
+
"optional": true
|
| 1362 |
+
}
|
| 1363 |
+
}
|
| 1364 |
+
},
|
| 1365 |
+
"node_modules/fdir": {
|
| 1366 |
+
"version": "6.5.0",
|
| 1367 |
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
| 1368 |
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
| 1369 |
+
"dev": true,
|
| 1370 |
+
"license": "MIT",
|
| 1371 |
+
"engines": {
|
| 1372 |
+
"node": ">=12.0.0"
|
| 1373 |
+
},
|
| 1374 |
+
"peerDependencies": {
|
| 1375 |
+
"picomatch": "^3 || ^4"
|
| 1376 |
+
},
|
| 1377 |
+
"peerDependenciesMeta": {
|
| 1378 |
+
"picomatch": {
|
| 1379 |
+
"optional": true
|
| 1380 |
+
}
|
| 1381 |
+
}
|
| 1382 |
+
},
|
| 1383 |
+
"node_modules/fsevents": {
|
| 1384 |
+
"version": "2.3.3",
|
| 1385 |
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
| 1386 |
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
| 1387 |
+
"dev": true,
|
| 1388 |
+
"hasInstallScript": true,
|
| 1389 |
+
"license": "MIT",
|
| 1390 |
+
"optional": true,
|
| 1391 |
+
"os": [
|
| 1392 |
+
"darwin"
|
| 1393 |
+
],
|
| 1394 |
+
"engines": {
|
| 1395 |
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
| 1396 |
+
}
|
| 1397 |
+
},
|
| 1398 |
+
"node_modules/graceful-fs": {
|
| 1399 |
+
"version": "4.2.11",
|
| 1400 |
+
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
| 1401 |
+
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
| 1402 |
+
"dev": true,
|
| 1403 |
+
"license": "ISC"
|
| 1404 |
+
},
|
| 1405 |
+
"node_modules/is-reference": {
|
| 1406 |
+
"version": "3.0.3",
|
| 1407 |
+
"resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.3.tgz",
|
| 1408 |
+
"integrity": "sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==",
|
| 1409 |
+
"dev": true,
|
| 1410 |
+
"license": "MIT",
|
| 1411 |
+
"dependencies": {
|
| 1412 |
+
"@types/estree": "^1.0.6"
|
| 1413 |
+
}
|
| 1414 |
+
},
|
| 1415 |
+
"node_modules/jiti": {
|
| 1416 |
+
"version": "2.6.1",
|
| 1417 |
+
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
|
| 1418 |
+
"integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
|
| 1419 |
+
"dev": true,
|
| 1420 |
+
"license": "MIT",
|
| 1421 |
+
"bin": {
|
| 1422 |
+
"jiti": "lib/jiti-cli.mjs"
|
| 1423 |
+
}
|
| 1424 |
+
},
|
| 1425 |
+
"node_modules/kleur": {
|
| 1426 |
+
"version": "4.1.5",
|
| 1427 |
+
"resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
|
| 1428 |
+
"integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
|
| 1429 |
+
"dev": true,
|
| 1430 |
+
"license": "MIT",
|
| 1431 |
+
"engines": {
|
| 1432 |
+
"node": ">=6"
|
| 1433 |
+
}
|
| 1434 |
+
},
|
| 1435 |
+
"node_modules/lightningcss": {
|
| 1436 |
+
"version": "1.32.0",
|
| 1437 |
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
|
| 1438 |
+
"integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
|
| 1439 |
+
"dev": true,
|
| 1440 |
+
"license": "MPL-2.0",
|
| 1441 |
+
"dependencies": {
|
| 1442 |
+
"detect-libc": "^2.0.3"
|
| 1443 |
+
},
|
| 1444 |
+
"engines": {
|
| 1445 |
+
"node": ">= 12.0.0"
|
| 1446 |
+
},
|
| 1447 |
+
"funding": {
|
| 1448 |
+
"type": "opencollective",
|
| 1449 |
+
"url": "https://opencollective.com/parcel"
|
| 1450 |
+
},
|
| 1451 |
+
"optionalDependencies": {
|
| 1452 |
+
"lightningcss-android-arm64": "1.32.0",
|
| 1453 |
+
"lightningcss-darwin-arm64": "1.32.0",
|
| 1454 |
+
"lightningcss-darwin-x64": "1.32.0",
|
| 1455 |
+
"lightningcss-freebsd-x64": "1.32.0",
|
| 1456 |
+
"lightningcss-linux-arm-gnueabihf": "1.32.0",
|
| 1457 |
+
"lightningcss-linux-arm64-gnu": "1.32.0",
|
| 1458 |
+
"lightningcss-linux-arm64-musl": "1.32.0",
|
| 1459 |
+
"lightningcss-linux-x64-gnu": "1.32.0",
|
| 1460 |
+
"lightningcss-linux-x64-musl": "1.32.0",
|
| 1461 |
+
"lightningcss-win32-arm64-msvc": "1.32.0",
|
| 1462 |
+
"lightningcss-win32-x64-msvc": "1.32.0"
|
| 1463 |
+
}
|
| 1464 |
+
},
|
| 1465 |
+
"node_modules/lightningcss-android-arm64": {
|
| 1466 |
+
"version": "1.32.0",
|
| 1467 |
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
|
| 1468 |
+
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
|
| 1469 |
+
"cpu": [
|
| 1470 |
+
"arm64"
|
| 1471 |
+
],
|
| 1472 |
+
"dev": true,
|
| 1473 |
+
"license": "MPL-2.0",
|
| 1474 |
+
"optional": true,
|
| 1475 |
+
"os": [
|
| 1476 |
+
"android"
|
| 1477 |
+
],
|
| 1478 |
+
"engines": {
|
| 1479 |
+
"node": ">= 12.0.0"
|
| 1480 |
+
},
|
| 1481 |
+
"funding": {
|
| 1482 |
+
"type": "opencollective",
|
| 1483 |
+
"url": "https://opencollective.com/parcel"
|
| 1484 |
+
}
|
| 1485 |
+
},
|
| 1486 |
+
"node_modules/lightningcss-darwin-arm64": {
|
| 1487 |
+
"version": "1.32.0",
|
| 1488 |
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
|
| 1489 |
+
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
|
| 1490 |
+
"cpu": [
|
| 1491 |
+
"arm64"
|
| 1492 |
+
],
|
| 1493 |
+
"dev": true,
|
| 1494 |
+
"license": "MPL-2.0",
|
| 1495 |
+
"optional": true,
|
| 1496 |
+
"os": [
|
| 1497 |
+
"darwin"
|
| 1498 |
+
],
|
| 1499 |
+
"engines": {
|
| 1500 |
+
"node": ">= 12.0.0"
|
| 1501 |
+
},
|
| 1502 |
+
"funding": {
|
| 1503 |
+
"type": "opencollective",
|
| 1504 |
+
"url": "https://opencollective.com/parcel"
|
| 1505 |
+
}
|
| 1506 |
+
},
|
| 1507 |
+
"node_modules/lightningcss-darwin-x64": {
|
| 1508 |
+
"version": "1.32.0",
|
| 1509 |
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
|
| 1510 |
+
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
|
| 1511 |
+
"cpu": [
|
| 1512 |
+
"x64"
|
| 1513 |
+
],
|
| 1514 |
+
"dev": true,
|
| 1515 |
+
"license": "MPL-2.0",
|
| 1516 |
+
"optional": true,
|
| 1517 |
+
"os": [
|
| 1518 |
+
"darwin"
|
| 1519 |
+
],
|
| 1520 |
+
"engines": {
|
| 1521 |
+
"node": ">= 12.0.0"
|
| 1522 |
+
},
|
| 1523 |
+
"funding": {
|
| 1524 |
+
"type": "opencollective",
|
| 1525 |
+
"url": "https://opencollective.com/parcel"
|
| 1526 |
+
}
|
| 1527 |
+
},
|
| 1528 |
+
"node_modules/lightningcss-freebsd-x64": {
|
| 1529 |
+
"version": "1.32.0",
|
| 1530 |
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
|
| 1531 |
+
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
|
| 1532 |
+
"cpu": [
|
| 1533 |
+
"x64"
|
| 1534 |
+
],
|
| 1535 |
+
"dev": true,
|
| 1536 |
+
"license": "MPL-2.0",
|
| 1537 |
+
"optional": true,
|
| 1538 |
+
"os": [
|
| 1539 |
+
"freebsd"
|
| 1540 |
+
],
|
| 1541 |
+
"engines": {
|
| 1542 |
+
"node": ">= 12.0.0"
|
| 1543 |
+
},
|
| 1544 |
+
"funding": {
|
| 1545 |
+
"type": "opencollective",
|
| 1546 |
+
"url": "https://opencollective.com/parcel"
|
| 1547 |
+
}
|
| 1548 |
+
},
|
| 1549 |
+
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
| 1550 |
+
"version": "1.32.0",
|
| 1551 |
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
|
| 1552 |
+
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
|
| 1553 |
+
"cpu": [
|
| 1554 |
+
"arm"
|
| 1555 |
+
],
|
| 1556 |
+
"dev": true,
|
| 1557 |
+
"license": "MPL-2.0",
|
| 1558 |
+
"optional": true,
|
| 1559 |
+
"os": [
|
| 1560 |
+
"linux"
|
| 1561 |
+
],
|
| 1562 |
+
"engines": {
|
| 1563 |
+
"node": ">= 12.0.0"
|
| 1564 |
+
},
|
| 1565 |
+
"funding": {
|
| 1566 |
+
"type": "opencollective",
|
| 1567 |
+
"url": "https://opencollective.com/parcel"
|
| 1568 |
+
}
|
| 1569 |
+
},
|
| 1570 |
+
"node_modules/lightningcss-linux-arm64-gnu": {
|
| 1571 |
+
"version": "1.32.0",
|
| 1572 |
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
|
| 1573 |
+
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
|
| 1574 |
+
"cpu": [
|
| 1575 |
+
"arm64"
|
| 1576 |
+
],
|
| 1577 |
+
"dev": true,
|
| 1578 |
+
"license": "MPL-2.0",
|
| 1579 |
+
"optional": true,
|
| 1580 |
+
"os": [
|
| 1581 |
+
"linux"
|
| 1582 |
+
],
|
| 1583 |
+
"engines": {
|
| 1584 |
+
"node": ">= 12.0.0"
|
| 1585 |
+
},
|
| 1586 |
+
"funding": {
|
| 1587 |
+
"type": "opencollective",
|
| 1588 |
+
"url": "https://opencollective.com/parcel"
|
| 1589 |
+
}
|
| 1590 |
+
},
|
| 1591 |
+
"node_modules/lightningcss-linux-arm64-musl": {
|
| 1592 |
+
"version": "1.32.0",
|
| 1593 |
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
|
| 1594 |
+
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
|
| 1595 |
+
"cpu": [
|
| 1596 |
+
"arm64"
|
| 1597 |
+
],
|
| 1598 |
+
"dev": true,
|
| 1599 |
+
"license": "MPL-2.0",
|
| 1600 |
+
"optional": true,
|
| 1601 |
+
"os": [
|
| 1602 |
+
"linux"
|
| 1603 |
+
],
|
| 1604 |
+
"engines": {
|
| 1605 |
+
"node": ">= 12.0.0"
|
| 1606 |
+
},
|
| 1607 |
+
"funding": {
|
| 1608 |
+
"type": "opencollective",
|
| 1609 |
+
"url": "https://opencollective.com/parcel"
|
| 1610 |
+
}
|
| 1611 |
+
},
|
| 1612 |
+
"node_modules/lightningcss-linux-x64-gnu": {
|
| 1613 |
+
"version": "1.32.0",
|
| 1614 |
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
|
| 1615 |
+
"integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
|
| 1616 |
+
"cpu": [
|
| 1617 |
+
"x64"
|
| 1618 |
+
],
|
| 1619 |
+
"dev": true,
|
| 1620 |
+
"license": "MPL-2.0",
|
| 1621 |
+
"optional": true,
|
| 1622 |
+
"os": [
|
| 1623 |
+
"linux"
|
| 1624 |
+
],
|
| 1625 |
+
"engines": {
|
| 1626 |
+
"node": ">= 12.0.0"
|
| 1627 |
+
},
|
| 1628 |
+
"funding": {
|
| 1629 |
+
"type": "opencollective",
|
| 1630 |
+
"url": "https://opencollective.com/parcel"
|
| 1631 |
+
}
|
| 1632 |
+
},
|
| 1633 |
+
"node_modules/lightningcss-linux-x64-musl": {
|
| 1634 |
+
"version": "1.32.0",
|
| 1635 |
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
|
| 1636 |
+
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
|
| 1637 |
+
"cpu": [
|
| 1638 |
+
"x64"
|
| 1639 |
+
],
|
| 1640 |
+
"dev": true,
|
| 1641 |
+
"license": "MPL-2.0",
|
| 1642 |
+
"optional": true,
|
| 1643 |
+
"os": [
|
| 1644 |
+
"linux"
|
| 1645 |
+
],
|
| 1646 |
+
"engines": {
|
| 1647 |
+
"node": ">= 12.0.0"
|
| 1648 |
+
},
|
| 1649 |
+
"funding": {
|
| 1650 |
+
"type": "opencollective",
|
| 1651 |
+
"url": "https://opencollective.com/parcel"
|
| 1652 |
+
}
|
| 1653 |
+
},
|
| 1654 |
+
"node_modules/lightningcss-win32-arm64-msvc": {
|
| 1655 |
+
"version": "1.32.0",
|
| 1656 |
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
|
| 1657 |
+
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
|
| 1658 |
+
"cpu": [
|
| 1659 |
+
"arm64"
|
| 1660 |
+
],
|
| 1661 |
+
"dev": true,
|
| 1662 |
+
"license": "MPL-2.0",
|
| 1663 |
+
"optional": true,
|
| 1664 |
+
"os": [
|
| 1665 |
+
"win32"
|
| 1666 |
+
],
|
| 1667 |
+
"engines": {
|
| 1668 |
+
"node": ">= 12.0.0"
|
| 1669 |
+
},
|
| 1670 |
+
"funding": {
|
| 1671 |
+
"type": "opencollective",
|
| 1672 |
+
"url": "https://opencollective.com/parcel"
|
| 1673 |
+
}
|
| 1674 |
+
},
|
| 1675 |
+
"node_modules/lightningcss-win32-x64-msvc": {
|
| 1676 |
+
"version": "1.32.0",
|
| 1677 |
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
|
| 1678 |
+
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
|
| 1679 |
+
"cpu": [
|
| 1680 |
+
"x64"
|
| 1681 |
+
],
|
| 1682 |
+
"dev": true,
|
| 1683 |
+
"license": "MPL-2.0",
|
| 1684 |
+
"optional": true,
|
| 1685 |
+
"os": [
|
| 1686 |
+
"win32"
|
| 1687 |
+
],
|
| 1688 |
+
"engines": {
|
| 1689 |
+
"node": ">= 12.0.0"
|
| 1690 |
+
},
|
| 1691 |
+
"funding": {
|
| 1692 |
+
"type": "opencollective",
|
| 1693 |
+
"url": "https://opencollective.com/parcel"
|
| 1694 |
+
}
|
| 1695 |
+
},
|
| 1696 |
+
"node_modules/locate-character": {
|
| 1697 |
+
"version": "3.0.0",
|
| 1698 |
+
"resolved": "https://registry.npmjs.org/locate-character/-/locate-character-3.0.0.tgz",
|
| 1699 |
+
"integrity": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==",
|
| 1700 |
+
"dev": true,
|
| 1701 |
+
"license": "MIT"
|
| 1702 |
+
},
|
| 1703 |
+
"node_modules/magic-string": {
|
| 1704 |
+
"version": "0.30.21",
|
| 1705 |
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
| 1706 |
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
| 1707 |
+
"dev": true,
|
| 1708 |
+
"license": "MIT",
|
| 1709 |
+
"dependencies": {
|
| 1710 |
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
| 1711 |
+
}
|
| 1712 |
+
},
|
| 1713 |
+
"node_modules/ms": {
|
| 1714 |
+
"version": "2.1.3",
|
| 1715 |
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
| 1716 |
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
| 1717 |
+
"dev": true,
|
| 1718 |
+
"license": "MIT"
|
| 1719 |
+
},
|
| 1720 |
+
"node_modules/nanoid": {
|
| 1721 |
+
"version": "3.3.11",
|
| 1722 |
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
| 1723 |
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
| 1724 |
+
"dev": true,
|
| 1725 |
+
"funding": [
|
| 1726 |
+
{
|
| 1727 |
+
"type": "github",
|
| 1728 |
+
"url": "https://github.com/sponsors/ai"
|
| 1729 |
+
}
|
| 1730 |
+
],
|
| 1731 |
+
"license": "MIT",
|
| 1732 |
+
"bin": {
|
| 1733 |
+
"nanoid": "bin/nanoid.cjs"
|
| 1734 |
+
},
|
| 1735 |
+
"engines": {
|
| 1736 |
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
| 1737 |
+
}
|
| 1738 |
+
},
|
| 1739 |
+
"node_modules/picocolors": {
|
| 1740 |
+
"version": "1.1.1",
|
| 1741 |
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
| 1742 |
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
| 1743 |
+
"dev": true,
|
| 1744 |
+
"license": "ISC"
|
| 1745 |
+
},
|
| 1746 |
+
"node_modules/picomatch": {
|
| 1747 |
+
"version": "4.0.4",
|
| 1748 |
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
| 1749 |
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
| 1750 |
+
"dev": true,
|
| 1751 |
+
"license": "MIT",
|
| 1752 |
+
"engines": {
|
| 1753 |
+
"node": ">=12"
|
| 1754 |
+
},
|
| 1755 |
+
"funding": {
|
| 1756 |
+
"url": "https://github.com/sponsors/jonschlinkert"
|
| 1757 |
+
}
|
| 1758 |
+
},
|
| 1759 |
+
"node_modules/postcss": {
|
| 1760 |
+
"version": "8.5.10",
|
| 1761 |
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
|
| 1762 |
+
"integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==",
|
| 1763 |
+
"dev": true,
|
| 1764 |
+
"funding": [
|
| 1765 |
+
{
|
| 1766 |
+
"type": "opencollective",
|
| 1767 |
+
"url": "https://opencollective.com/postcss/"
|
| 1768 |
+
},
|
| 1769 |
+
{
|
| 1770 |
+
"type": "tidelift",
|
| 1771 |
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
| 1772 |
+
},
|
| 1773 |
+
{
|
| 1774 |
+
"type": "github",
|
| 1775 |
+
"url": "https://github.com/sponsors/ai"
|
| 1776 |
+
}
|
| 1777 |
+
],
|
| 1778 |
+
"license": "MIT",
|
| 1779 |
+
"dependencies": {
|
| 1780 |
+
"nanoid": "^3.3.11",
|
| 1781 |
+
"picocolors": "^1.1.1",
|
| 1782 |
+
"source-map-js": "^1.2.1"
|
| 1783 |
+
},
|
| 1784 |
+
"engines": {
|
| 1785 |
+
"node": "^10 || ^12 || >=14"
|
| 1786 |
+
}
|
| 1787 |
+
},
|
| 1788 |
+
"node_modules/rollup": {
|
| 1789 |
+
"version": "4.60.2",
|
| 1790 |
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.2.tgz",
|
| 1791 |
+
"integrity": "sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==",
|
| 1792 |
+
"dev": true,
|
| 1793 |
+
"license": "MIT",
|
| 1794 |
+
"dependencies": {
|
| 1795 |
+
"@types/estree": "1.0.8"
|
| 1796 |
+
},
|
| 1797 |
+
"bin": {
|
| 1798 |
+
"rollup": "dist/bin/rollup"
|
| 1799 |
+
},
|
| 1800 |
+
"engines": {
|
| 1801 |
+
"node": ">=18.0.0",
|
| 1802 |
+
"npm": ">=8.0.0"
|
| 1803 |
+
},
|
| 1804 |
+
"optionalDependencies": {
|
| 1805 |
+
"@rollup/rollup-android-arm-eabi": "4.60.2",
|
| 1806 |
+
"@rollup/rollup-android-arm64": "4.60.2",
|
| 1807 |
+
"@rollup/rollup-darwin-arm64": "4.60.2",
|
| 1808 |
+
"@rollup/rollup-darwin-x64": "4.60.2",
|
| 1809 |
+
"@rollup/rollup-freebsd-arm64": "4.60.2",
|
| 1810 |
+
"@rollup/rollup-freebsd-x64": "4.60.2",
|
| 1811 |
+
"@rollup/rollup-linux-arm-gnueabihf": "4.60.2",
|
| 1812 |
+
"@rollup/rollup-linux-arm-musleabihf": "4.60.2",
|
| 1813 |
+
"@rollup/rollup-linux-arm64-gnu": "4.60.2",
|
| 1814 |
+
"@rollup/rollup-linux-arm64-musl": "4.60.2",
|
| 1815 |
+
"@rollup/rollup-linux-loong64-gnu": "4.60.2",
|
| 1816 |
+
"@rollup/rollup-linux-loong64-musl": "4.60.2",
|
| 1817 |
+
"@rollup/rollup-linux-ppc64-gnu": "4.60.2",
|
| 1818 |
+
"@rollup/rollup-linux-ppc64-musl": "4.60.2",
|
| 1819 |
+
"@rollup/rollup-linux-riscv64-gnu": "4.60.2",
|
| 1820 |
+
"@rollup/rollup-linux-riscv64-musl": "4.60.2",
|
| 1821 |
+
"@rollup/rollup-linux-s390x-gnu": "4.60.2",
|
| 1822 |
+
"@rollup/rollup-linux-x64-gnu": "4.60.2",
|
| 1823 |
+
"@rollup/rollup-linux-x64-musl": "4.60.2",
|
| 1824 |
+
"@rollup/rollup-openbsd-x64": "4.60.2",
|
| 1825 |
+
"@rollup/rollup-openharmony-arm64": "4.60.2",
|
| 1826 |
+
"@rollup/rollup-win32-arm64-msvc": "4.60.2",
|
| 1827 |
+
"@rollup/rollup-win32-ia32-msvc": "4.60.2",
|
| 1828 |
+
"@rollup/rollup-win32-x64-gnu": "4.60.2",
|
| 1829 |
+
"@rollup/rollup-win32-x64-msvc": "4.60.2",
|
| 1830 |
+
"fsevents": "~2.3.2"
|
| 1831 |
+
}
|
| 1832 |
+
},
|
| 1833 |
+
"node_modules/source-map-js": {
|
| 1834 |
+
"version": "1.2.1",
|
| 1835 |
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
| 1836 |
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
| 1837 |
+
"dev": true,
|
| 1838 |
+
"license": "BSD-3-Clause",
|
| 1839 |
+
"engines": {
|
| 1840 |
+
"node": ">=0.10.0"
|
| 1841 |
+
}
|
| 1842 |
+
},
|
| 1843 |
+
"node_modules/svelte": {
|
| 1844 |
+
"version": "5.55.4",
|
| 1845 |
+
"resolved": "https://registry.npmjs.org/svelte/-/svelte-5.55.4.tgz",
|
| 1846 |
+
"integrity": "sha512-q8DFohk6vUswSng95IZb9nzWJnbINZsK7OiM1snAa3qCjJBL0ZQpvMyAaVXjUukdM75J/m8UE8xwqat8Ors/zQ==",
|
| 1847 |
+
"dev": true,
|
| 1848 |
+
"license": "MIT",
|
| 1849 |
+
"dependencies": {
|
| 1850 |
+
"@jridgewell/remapping": "^2.3.4",
|
| 1851 |
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
| 1852 |
+
"@sveltejs/acorn-typescript": "^1.0.5",
|
| 1853 |
+
"@types/estree": "^1.0.5",
|
| 1854 |
+
"@types/trusted-types": "^2.0.7",
|
| 1855 |
+
"acorn": "^8.12.1",
|
| 1856 |
+
"aria-query": "5.3.1",
|
| 1857 |
+
"axobject-query": "^4.1.0",
|
| 1858 |
+
"clsx": "^2.1.1",
|
| 1859 |
+
"devalue": "^5.6.4",
|
| 1860 |
+
"esm-env": "^1.2.1",
|
| 1861 |
+
"esrap": "^2.2.4",
|
| 1862 |
+
"is-reference": "^3.0.3",
|
| 1863 |
+
"locate-character": "^3.0.0",
|
| 1864 |
+
"magic-string": "^0.30.11",
|
| 1865 |
+
"zimmerframe": "^1.1.2"
|
| 1866 |
+
},
|
| 1867 |
+
"engines": {
|
| 1868 |
+
"node": ">=18"
|
| 1869 |
+
}
|
| 1870 |
+
},
|
| 1871 |
+
"node_modules/tailwindcss": {
|
| 1872 |
+
"version": "4.2.2",
|
| 1873 |
+
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz",
|
| 1874 |
+
"integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==",
|
| 1875 |
+
"dev": true,
|
| 1876 |
+
"license": "MIT"
|
| 1877 |
+
},
|
| 1878 |
+
"node_modules/tapable": {
|
| 1879 |
+
"version": "2.3.2",
|
| 1880 |
+
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz",
|
| 1881 |
+
"integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
|
| 1882 |
+
"dev": true,
|
| 1883 |
+
"license": "MIT",
|
| 1884 |
+
"engines": {
|
| 1885 |
+
"node": ">=6"
|
| 1886 |
+
},
|
| 1887 |
+
"funding": {
|
| 1888 |
+
"type": "opencollective",
|
| 1889 |
+
"url": "https://opencollective.com/webpack"
|
| 1890 |
+
}
|
| 1891 |
+
},
|
| 1892 |
+
"node_modules/tinyglobby": {
|
| 1893 |
+
"version": "0.2.16",
|
| 1894 |
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
| 1895 |
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
| 1896 |
+
"dev": true,
|
| 1897 |
+
"license": "MIT",
|
| 1898 |
+
"dependencies": {
|
| 1899 |
+
"fdir": "^6.5.0",
|
| 1900 |
+
"picomatch": "^4.0.4"
|
| 1901 |
+
},
|
| 1902 |
+
"engines": {
|
| 1903 |
+
"node": ">=12.0.0"
|
| 1904 |
+
},
|
| 1905 |
+
"funding": {
|
| 1906 |
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
| 1907 |
+
}
|
| 1908 |
+
},
|
| 1909 |
+
"node_modules/vite": {
|
| 1910 |
+
"version": "6.4.2",
|
| 1911 |
+
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz",
|
| 1912 |
+
"integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==",
|
| 1913 |
+
"dev": true,
|
| 1914 |
+
"license": "MIT",
|
| 1915 |
+
"dependencies": {
|
| 1916 |
+
"esbuild": "^0.25.0",
|
| 1917 |
+
"fdir": "^6.4.4",
|
| 1918 |
+
"picomatch": "^4.0.2",
|
| 1919 |
+
"postcss": "^8.5.3",
|
| 1920 |
+
"rollup": "^4.34.9",
|
| 1921 |
+
"tinyglobby": "^0.2.13"
|
| 1922 |
+
},
|
| 1923 |
+
"bin": {
|
| 1924 |
+
"vite": "bin/vite.js"
|
| 1925 |
+
},
|
| 1926 |
+
"engines": {
|
| 1927 |
+
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
| 1928 |
+
},
|
| 1929 |
+
"funding": {
|
| 1930 |
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
| 1931 |
+
},
|
| 1932 |
+
"optionalDependencies": {
|
| 1933 |
+
"fsevents": "~2.3.3"
|
| 1934 |
+
},
|
| 1935 |
+
"peerDependencies": {
|
| 1936 |
+
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
| 1937 |
+
"jiti": ">=1.21.0",
|
| 1938 |
+
"less": "*",
|
| 1939 |
+
"lightningcss": "^1.21.0",
|
| 1940 |
+
"sass": "*",
|
| 1941 |
+
"sass-embedded": "*",
|
| 1942 |
+
"stylus": "*",
|
| 1943 |
+
"sugarss": "*",
|
| 1944 |
+
"terser": "^5.16.0",
|
| 1945 |
+
"tsx": "^4.8.1",
|
| 1946 |
+
"yaml": "^2.4.2"
|
| 1947 |
+
},
|
| 1948 |
+
"peerDependenciesMeta": {
|
| 1949 |
+
"@types/node": {
|
| 1950 |
+
"optional": true
|
| 1951 |
+
},
|
| 1952 |
+
"jiti": {
|
| 1953 |
+
"optional": true
|
| 1954 |
+
},
|
| 1955 |
+
"less": {
|
| 1956 |
+
"optional": true
|
| 1957 |
+
},
|
| 1958 |
+
"lightningcss": {
|
| 1959 |
+
"optional": true
|
| 1960 |
+
},
|
| 1961 |
+
"sass": {
|
| 1962 |
+
"optional": true
|
| 1963 |
+
},
|
| 1964 |
+
"sass-embedded": {
|
| 1965 |
+
"optional": true
|
| 1966 |
+
},
|
| 1967 |
+
"stylus": {
|
| 1968 |
+
"optional": true
|
| 1969 |
+
},
|
| 1970 |
+
"sugarss": {
|
| 1971 |
+
"optional": true
|
| 1972 |
+
},
|
| 1973 |
+
"terser": {
|
| 1974 |
+
"optional": true
|
| 1975 |
+
},
|
| 1976 |
+
"tsx": {
|
| 1977 |
+
"optional": true
|
| 1978 |
+
},
|
| 1979 |
+
"yaml": {
|
| 1980 |
+
"optional": true
|
| 1981 |
+
}
|
| 1982 |
+
}
|
| 1983 |
+
},
|
| 1984 |
+
"node_modules/vitefu": {
|
| 1985 |
+
"version": "1.1.3",
|
| 1986 |
+
"resolved": "https://registry.npmjs.org/vitefu/-/vitefu-1.1.3.tgz",
|
| 1987 |
+
"integrity": "sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==",
|
| 1988 |
+
"dev": true,
|
| 1989 |
+
"license": "MIT",
|
| 1990 |
+
"workspaces": [
|
| 1991 |
+
"tests/deps/*",
|
| 1992 |
+
"tests/projects/*",
|
| 1993 |
+
"tests/projects/workspace/packages/*"
|
| 1994 |
+
],
|
| 1995 |
+
"peerDependencies": {
|
| 1996 |
+
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
|
| 1997 |
+
},
|
| 1998 |
+
"peerDependenciesMeta": {
|
| 1999 |
+
"vite": {
|
| 2000 |
+
"optional": true
|
| 2001 |
+
}
|
| 2002 |
+
}
|
| 2003 |
+
},
|
| 2004 |
+
"node_modules/zimmerframe": {
|
| 2005 |
+
"version": "1.1.4",
|
| 2006 |
+
"resolved": "https://registry.npmjs.org/zimmerframe/-/zimmerframe-1.1.4.tgz",
|
| 2007 |
+
"integrity": "sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ==",
|
| 2008 |
+
"dev": true,
|
| 2009 |
+
"license": "MIT"
|
| 2010 |
+
}
|
| 2011 |
+
}
|
| 2012 |
+
}
|
package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "uicli",
|
| 3 |
+
"private": true,
|
| 4 |
+
"version": "0.1.0",
|
| 5 |
+
"type": "module",
|
| 6 |
+
"scripts": {
|
| 7 |
+
"dev": "vite",
|
| 8 |
+
"build": "vite build",
|
| 9 |
+
"preview": "vite preview"
|
| 10 |
+
},
|
| 11 |
+
"devDependencies": {
|
| 12 |
+
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
| 13 |
+
"@tailwindcss/vite": "^4.2.2",
|
| 14 |
+
"svelte": "^5.16.1",
|
| 15 |
+
"tailwindcss": "^4.2.2",
|
| 16 |
+
"vite": "^6.0.7"
|
| 17 |
+
}
|
| 18 |
+
}
|
src/App.svelte
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<script>
|
| 2 |
+
import Terminal from './lib/Terminal.svelte';
|
| 3 |
+
</script>
|
| 4 |
+
|
| 5 |
+
<Terminal />
|
src/app.css
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
@import 'tailwindcss';
|
| 2 |
+
|
| 3 |
+
@theme {
|
| 4 |
+
--animate-fade-in: fadeIn 280ms ease both;
|
| 5 |
+
--animate-blink: blink 1.05s steps(1) infinite;
|
| 6 |
+
--animate-ready-pulse: readyPulse 1.6s ease-in-out infinite;
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
@keyframes fadeIn {
|
| 10 |
+
from {
|
| 11 |
+
opacity: 0;
|
| 12 |
+
transform: translateY(3px);
|
| 13 |
+
}
|
| 14 |
+
to {
|
| 15 |
+
opacity: 1;
|
| 16 |
+
transform: translateY(0);
|
| 17 |
+
}
|
| 18 |
+
}
|
| 19 |
+
|
| 20 |
+
@keyframes blink {
|
| 21 |
+
50% {
|
| 22 |
+
opacity: 0;
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
+
@keyframes readyPulse {
|
| 27 |
+
0%,
|
| 28 |
+
100% {
|
| 29 |
+
opacity: 1;
|
| 30 |
+
transform: scale(1);
|
| 31 |
+
}
|
| 32 |
+
50% {
|
| 33 |
+
opacity: 0.55;
|
| 34 |
+
transform: scale(0.9);
|
| 35 |
+
}
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
@utility frame-bg {
|
| 39 |
+
background: linear-gradient(
|
| 40 |
+
135deg,
|
| 41 |
+
rgba(255, 230, 180, 0.95),
|
| 42 |
+
rgba(255, 255, 255, 0.3) 45%,
|
| 43 |
+
rgba(255, 200, 150, 0.95)
|
| 44 |
+
);
|
| 45 |
+
}
|
| 46 |
+
|
| 47 |
+
@utility frame-shadow {
|
| 48 |
+
box-shadow:
|
| 49 |
+
0 0 0 1px rgba(255, 210, 150, 0.5),
|
| 50 |
+
0 25px 80px -10px rgba(180, 90, 70, 0.35),
|
| 51 |
+
0 6px 24px -4px rgba(255, 150, 80, 0.3),
|
| 52 |
+
0 0 60px rgba(255, 200, 140, 0.35);
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
@utility page-bg {
|
| 56 |
+
background:
|
| 57 |
+
radial-gradient(at 18% 12%, #f7d671 0%, transparent 42%),
|
| 58 |
+
radial-gradient(at 82% 25%, #ffb28a 0%, transparent 45%),
|
| 59 |
+
radial-gradient(at 85% 85%, #b863d4 0%, transparent 55%),
|
| 60 |
+
radial-gradient(at 15% 82%, #ef5d7d 0%, transparent 52%),
|
| 61 |
+
#f4c066;
|
| 62 |
+
}
|
src/lib/Terminal.svelte
ADDED
|
@@ -0,0 +1,243 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<script>
|
| 2 |
+
import { onMount, onDestroy } from 'svelte';
|
| 3 |
+
|
| 4 |
+
const spinnerFrames = ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏'];
|
| 5 |
+
|
| 6 |
+
const scenarios = [
|
| 7 |
+
{
|
| 8 |
+
command: 'hf download openai/gpt-oss-20b',
|
| 9 |
+
phase1: {
|
| 10 |
+
spinning: 'Preparing download...',
|
| 11 |
+
children: [{ text: 'Resolved main @ a1b2c3d', isLast: true }],
|
| 12 |
+
},
|
| 13 |
+
phase2: {
|
| 14 |
+
ready: 'Downloaded 14 files (13.5 GB)',
|
| 15 |
+
children: [
|
| 16 |
+
{ text: 'config.json', isLast: false },
|
| 17 |
+
{ text: 'tokenizer.json', isLast: false },
|
| 18 |
+
{ text: 'model.safetensors', isLast: false },
|
| 19 |
+
{
|
| 20 |
+
text: 'Cached to ~/.cache/huggingface/hub',
|
| 21 |
+
isLast: true,
|
| 22 |
+
},
|
| 23 |
+
],
|
| 24 |
+
},
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
command: 'hf upload username/mini-gpt .',
|
| 28 |
+
phase1: {
|
| 29 |
+
spinning: 'Preparing commit...',
|
| 30 |
+
children: [
|
| 31 |
+
{ text: '8 files hashed', isLast: false },
|
| 32 |
+
{ text: 'Repo created on the Hub', isLast: true },
|
| 33 |
+
],
|
| 34 |
+
},
|
| 35 |
+
phase2: {
|
| 36 |
+
ready: 'Uploaded to username/mini-gpt',
|
| 37 |
+
children: [
|
| 38 |
+
{ text: 'README.md', isLast: false },
|
| 39 |
+
{ text: 'model.safetensors (142 MB)', isLast: false },
|
| 40 |
+
{ text: 'Commit c3f4d1e pushed to main', isLast: true },
|
| 41 |
+
],
|
| 42 |
+
},
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
command:
|
| 46 |
+
'hf jobs run --flavor a10g-small python:3.12 python infer.py',
|
| 47 |
+
phase1: {
|
| 48 |
+
spinning: 'Provisioning a10g-small...',
|
| 49 |
+
children: [
|
| 50 |
+
{ text: 'GPU allocated', isLast: false },
|
| 51 |
+
{ text: 'Image pulled', isLast: true },
|
| 52 |
+
],
|
| 53 |
+
},
|
| 54 |
+
phase2: {
|
| 55 |
+
ready: 'Job complete',
|
| 56 |
+
children: [
|
| 57 |
+
{ text: 'Loaded weights in 4.2s', isLast: false },
|
| 58 |
+
{ text: 'Generated 128 tokens', isLast: false },
|
| 59 |
+
{ text: 'Logs at ~/.hf/jobs/job_9f2k3.log', isLast: true },
|
| 60 |
+
],
|
| 61 |
+
},
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
command:
|
| 65 |
+
'hf repos create username/diffuser-demo --type space --space-sdk gradio',
|
| 66 |
+
phase1: {
|
| 67 |
+
spinning: 'Creating Space...',
|
| 68 |
+
children: [
|
| 69 |
+
{ text: 'Initialized Gradio template', isLast: false },
|
| 70 |
+
{ text: 'CI build triggered', isLast: true },
|
| 71 |
+
],
|
| 72 |
+
},
|
| 73 |
+
phase2: {
|
| 74 |
+
ready: 'Space live',
|
| 75 |
+
children: [
|
| 76 |
+
{
|
| 77 |
+
text: 'https://huggingface.co/spaces/username/diffuser-demo',
|
| 78 |
+
isLast: true,
|
| 79 |
+
},
|
| 80 |
+
],
|
| 81 |
+
},
|
| 82 |
+
},
|
| 83 |
+
];
|
| 84 |
+
|
| 85 |
+
let spinnerFrame = $state(0);
|
| 86 |
+
let lines = $state([]);
|
| 87 |
+
let running = true;
|
| 88 |
+
|
| 89 |
+
const wait = (ms) => new Promise((r) => setTimeout(r, ms));
|
| 90 |
+
|
| 91 |
+
async function typeInto(idx, text, speed = 28) {
|
| 92 |
+
for (let i = 1; i <= text.length; i++) {
|
| 93 |
+
if (!running) return;
|
| 94 |
+
lines[idx].typed = text.slice(0, i);
|
| 95 |
+
await wait(speed);
|
| 96 |
+
}
|
| 97 |
+
}
|
| 98 |
+
|
| 99 |
+
function pushCommand(text) {
|
| 100 |
+
lines.push({ kind: 'command', text, typed: '', showCaret: true });
|
| 101 |
+
return lines.length - 1;
|
| 102 |
+
}
|
| 103 |
+
|
| 104 |
+
function pushPhase(variant, text) {
|
| 105 |
+
lines.push({ kind: 'phase', variant, text });
|
| 106 |
+
return lines.length - 1;
|
| 107 |
+
}
|
| 108 |
+
|
| 109 |
+
function pushChild(text, isLast) {
|
| 110 |
+
lines.push({ kind: 'child', text, isLast });
|
| 111 |
+
}
|
| 112 |
+
|
| 113 |
+
async function playScenario(scenario) {
|
| 114 |
+
lines = [];
|
| 115 |
+
await wait(500);
|
| 116 |
+
if (!running) return;
|
| 117 |
+
|
| 118 |
+
const c = pushCommand(scenario.command);
|
| 119 |
+
await typeInto(c, scenario.command);
|
| 120 |
+
lines[c].showCaret = false;
|
| 121 |
+
await wait(400);
|
| 122 |
+
|
| 123 |
+
const p1 = pushPhase('spinning', scenario.phase1.spinning);
|
| 124 |
+
await wait(750);
|
| 125 |
+
for (const child of scenario.phase1.children) {
|
| 126 |
+
pushChild(child.text, child.isLast);
|
| 127 |
+
await wait(500);
|
| 128 |
+
}
|
| 129 |
+
lines[p1].variant = 'done-hollow';
|
| 130 |
+
await wait(300);
|
| 131 |
+
|
| 132 |
+
pushPhase('ready', scenario.phase2.ready);
|
| 133 |
+
await wait(460);
|
| 134 |
+
for (const child of scenario.phase2.children) {
|
| 135 |
+
pushChild(child.text, child.isLast);
|
| 136 |
+
await wait(460);
|
| 137 |
+
}
|
| 138 |
+
|
| 139 |
+
await wait(3200);
|
| 140 |
+
}
|
| 141 |
+
|
| 142 |
+
async function run() {
|
| 143 |
+
while (running) {
|
| 144 |
+
for (const scenario of scenarios) {
|
| 145 |
+
if (!running) return;
|
| 146 |
+
await playScenario(scenario);
|
| 147 |
+
}
|
| 148 |
+
}
|
| 149 |
+
}
|
| 150 |
+
|
| 151 |
+
let spinnerInterval;
|
| 152 |
+
|
| 153 |
+
onMount(() => {
|
| 154 |
+
spinnerInterval = setInterval(() => {
|
| 155 |
+
spinnerFrame = (spinnerFrame + 1) % spinnerFrames.length;
|
| 156 |
+
}, 90);
|
| 157 |
+
run();
|
| 158 |
+
});
|
| 159 |
+
|
| 160 |
+
onDestroy(() => {
|
| 161 |
+
running = false;
|
| 162 |
+
clearInterval(spinnerInterval);
|
| 163 |
+
});
|
| 164 |
+
|
| 165 |
+
function splitChildText(text) {
|
| 166 |
+
const pattern = /(https?:\/\/\S+|~\/[^\s]+)/g;
|
| 167 |
+
const parts = [];
|
| 168 |
+
let last = 0;
|
| 169 |
+
let m;
|
| 170 |
+
while ((m = pattern.exec(text)) !== null) {
|
| 171 |
+
if (m.index > last)
|
| 172 |
+
parts.push({ text: text.slice(last, m.index), accent: false });
|
| 173 |
+
parts.push({ text: m[0], accent: true });
|
| 174 |
+
last = m.index + m[0].length;
|
| 175 |
+
}
|
| 176 |
+
if (last < text.length)
|
| 177 |
+
parts.push({ text: text.slice(last), accent: false });
|
| 178 |
+
return parts;
|
| 179 |
+
}
|
| 180 |
+
</script>
|
| 181 |
+
|
| 182 |
+
<div
|
| 183 |
+
class="frame-bg frame-shadow w-[760px] max-w-[calc(100vw-48px)] rounded-[20px] p-[3px]"
|
| 184 |
+
>
|
| 185 |
+
<div
|
| 186 |
+
class="w-full min-h-[540px] bg-[#fbfbf9] rounded-[17px] overflow-hidden font-mono text-[18px] leading-[1.85] text-[#232323]"
|
| 187 |
+
>
|
| 188 |
+
<div class="flex gap-2 pt-4 px-[18px] pb-[6px]">
|
| 189 |
+
<span class="w-3 h-3 rounded-full bg-[#d7d7d3]"></span>
|
| 190 |
+
<span class="w-3 h-3 rounded-full bg-[#d7d7d3]"></span>
|
| 191 |
+
<span class="w-3 h-3 rounded-full bg-[#d7d7d3]"></span>
|
| 192 |
+
</div>
|
| 193 |
+
|
| 194 |
+
<div class="pt-[18px] px-7 pb-7 min-h-[460px]" aria-live="polite">
|
| 195 |
+
{#each lines as line, i (i)}
|
| 196 |
+
<div
|
| 197 |
+
class="flex items-baseline gap-2.5 whitespace-pre-wrap break-words animate-fade-in {line.kind ===
|
| 198 |
+
'child'
|
| 199 |
+
? 'pl-[2.2ch]'
|
| 200 |
+
: ''}"
|
| 201 |
+
>
|
| 202 |
+
{#if line.kind === 'command'}
|
| 203 |
+
<span class="inline-block w-[1ch] text-[#6a6a66]">›</span>
|
| 204 |
+
<span class="text-[#222220]"
|
| 205 |
+
>{line.typed}{#if line.showCaret}<span
|
| 206 |
+
class="inline-block w-[0.55ch] ml-px text-[#222220] animate-blink"
|
| 207 |
+
aria-hidden="true">▎</span
|
| 208 |
+
>{/if}</span
|
| 209 |
+
>
|
| 210 |
+
{:else if line.kind === 'phase'}
|
| 211 |
+
{#if line.variant === 'spinning'}
|
| 212 |
+
<span class="inline-block w-[1ch] text-center text-[#5f5f5c]"
|
| 213 |
+
>{spinnerFrames[spinnerFrame]}</span
|
| 214 |
+
>
|
| 215 |
+
<span class="text-[#333331]">{line.text}</span>
|
| 216 |
+
{:else if line.variant === 'done-hollow'}
|
| 217 |
+
<span class="inline-block w-[1ch] text-center text-[#6b6b68]"
|
| 218 |
+
>○</span
|
| 219 |
+
>
|
| 220 |
+
<span class="text-[#333331]">{line.text}</span>
|
| 221 |
+
{:else if line.variant === 'ready'}
|
| 222 |
+
<span
|
| 223 |
+
class="inline-block w-[1ch] text-center text-[#0f7a3a] animate-ready-pulse"
|
| 224 |
+
>●</span
|
| 225 |
+
>
|
| 226 |
+
<span class="text-[#0f5a2a] font-semibold">{line.text}</span>
|
| 227 |
+
{/if}
|
| 228 |
+
{:else if line.kind === 'child'}
|
| 229 |
+
<span class="inline-block w-[1ch] text-[#b3b3ad]"
|
| 230 |
+
>{line.isLast ? '└' : '├'}</span
|
| 231 |
+
>
|
| 232 |
+
<span class="inline-block w-[1ch] text-[#17a34a]">✓</span>
|
| 233 |
+
<span class="text-[#474744]"
|
| 234 |
+
>{#each splitChildText(line.text) as part}{#if part.accent}<span
|
| 235 |
+
class="text-[#8b5cf6]">{part.text}</span
|
| 236 |
+
>{:else}{part.text}{/if}{/each}</span
|
| 237 |
+
>
|
| 238 |
+
{/if}
|
| 239 |
+
</div>
|
| 240 |
+
{/each}
|
| 241 |
+
</div>
|
| 242 |
+
</div>
|
| 243 |
+
</div>
|
src/main.js
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { mount } from 'svelte';
|
| 2 |
+
import './app.css';
|
| 3 |
+
import App from './App.svelte';
|
| 4 |
+
|
| 5 |
+
const app = mount(App, { target: document.getElementById('app') });
|
| 6 |
+
export default app;
|
svelte.config.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
| 2 |
+
|
| 3 |
+
export default {
|
| 4 |
+
preprocess: vitePreprocess(),
|
| 5 |
+
};
|
vite.config.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { defineConfig } from 'vite';
|
| 2 |
+
import { svelte } from '@sveltejs/vite-plugin-svelte';
|
| 3 |
+
import tailwindcss from '@tailwindcss/vite';
|
| 4 |
+
|
| 5 |
+
export default defineConfig({
|
| 6 |
+
plugins: [tailwindcss(), svelte()],
|
| 7 |
+
});
|