Spaces:
Running
Running
Add built files for static hosting
Browse files- README.md +4 -2
- assets/index-BKduUrEi.js +0 -0
- dist/assets/index-BKduUrEi.js +0 -0
- dist/index.html +24 -0
- index.html +1 -1
- package-lock.json +1416 -0
README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
---
|
| 2 |
title: Statistical Methods - Difference of Two Proportions
|
|
|
|
|
|
|
|
|
|
| 3 |
sdk: static
|
| 4 |
-
|
| 5 |
-
app_file: dist/index.html # <-- what Vite outputs
|
| 6 |
license: mit
|
| 7 |
---
|
| 8 |
|
|
|
|
| 1 |
---
|
| 2 |
title: Statistical Methods - Difference of Two Proportions
|
| 3 |
+
emoji: 📊
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: static
|
| 7 |
+
pinned: false
|
|
|
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
assets/index-BKduUrEi.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dist/assets/index-BKduUrEi.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dist/index.html
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8" />
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
+
<title>Statistical Methods: Difference of Two Proportions</title>
|
| 7 |
+
|
| 8 |
+
<!-- fonts & inline styling — keep as-is -->
|
| 9 |
+
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
| 10 |
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
| 11 |
+
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Lato:wght@400;700&display=swap" rel="stylesheet" />
|
| 12 |
+
|
| 13 |
+
<style>
|
| 14 |
+
/* … the style block you already have … */
|
| 15 |
+
</style>
|
| 16 |
+
<script type="module" crossorigin src="./assets/index-BKduUrEi.js"></script>
|
| 17 |
+
</head>
|
| 18 |
+
|
| 19 |
+
<body>
|
| 20 |
+
<div id="root"></div>
|
| 21 |
+
|
| 22 |
+
<!-- Vite picks up this module, bundles everything, and rewrites the path during build -->
|
| 23 |
+
</body>
|
| 24 |
+
</html>
|
index.html
CHANGED
|
@@ -13,12 +13,12 @@
|
|
| 13 |
<style>
|
| 14 |
/* … the style block you already have … */
|
| 15 |
</style>
|
|
|
|
| 16 |
</head>
|
| 17 |
|
| 18 |
<body>
|
| 19 |
<div id="root"></div>
|
| 20 |
|
| 21 |
<!-- Vite picks up this module, bundles everything, and rewrites the path during build -->
|
| 22 |
-
<script type="module" src="/index.tsx"></script>
|
| 23 |
</body>
|
| 24 |
</html>
|
|
|
|
| 13 |
<style>
|
| 14 |
/* … the style block you already have … */
|
| 15 |
</style>
|
| 16 |
+
<script type="module" crossorigin src="./assets/index-BKduUrEi.js"></script>
|
| 17 |
</head>
|
| 18 |
|
| 19 |
<body>
|
| 20 |
<div id="root"></div>
|
| 21 |
|
| 22 |
<!-- Vite picks up this module, bundles everything, and rewrites the path during build -->
|
|
|
|
| 23 |
</body>
|
| 24 |
</html>
|
package-lock.json
ADDED
|
@@ -0,0 +1,1416 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "learning-app",
|
| 3 |
+
"version": "0.0.0",
|
| 4 |
+
"lockfileVersion": 3,
|
| 5 |
+
"requires": true,
|
| 6 |
+
"packages": {
|
| 7 |
+
"": {
|
| 8 |
+
"name": "learning-app",
|
| 9 |
+
"version": "0.0.0",
|
| 10 |
+
"dependencies": {
|
| 11 |
+
"react": "^19.1.0",
|
| 12 |
+
"react-dom": "^19.1.0"
|
| 13 |
+
},
|
| 14 |
+
"devDependencies": {
|
| 15 |
+
"@types/node": "^22.14.0",
|
| 16 |
+
"@vitejs/plugin-react-swc": "^3.5.0",
|
| 17 |
+
"typescript": "~5.7.2",
|
| 18 |
+
"vite": "^6.2.0"
|
| 19 |
+
}
|
| 20 |
+
},
|
| 21 |
+
"node_modules/@esbuild/aix-ppc64": {
|
| 22 |
+
"version": "0.25.12",
|
| 23 |
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
|
| 24 |
+
"integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
|
| 25 |
+
"cpu": [
|
| 26 |
+
"ppc64"
|
| 27 |
+
],
|
| 28 |
+
"dev": true,
|
| 29 |
+
"license": "MIT",
|
| 30 |
+
"optional": true,
|
| 31 |
+
"os": [
|
| 32 |
+
"aix"
|
| 33 |
+
],
|
| 34 |
+
"engines": {
|
| 35 |
+
"node": ">=18"
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"node_modules/@esbuild/android-arm": {
|
| 39 |
+
"version": "0.25.12",
|
| 40 |
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
|
| 41 |
+
"integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
|
| 42 |
+
"cpu": [
|
| 43 |
+
"arm"
|
| 44 |
+
],
|
| 45 |
+
"dev": true,
|
| 46 |
+
"license": "MIT",
|
| 47 |
+
"optional": true,
|
| 48 |
+
"os": [
|
| 49 |
+
"android"
|
| 50 |
+
],
|
| 51 |
+
"engines": {
|
| 52 |
+
"node": ">=18"
|
| 53 |
+
}
|
| 54 |
+
},
|
| 55 |
+
"node_modules/@esbuild/android-arm64": {
|
| 56 |
+
"version": "0.25.12",
|
| 57 |
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
|
| 58 |
+
"integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
|
| 59 |
+
"cpu": [
|
| 60 |
+
"arm64"
|
| 61 |
+
],
|
| 62 |
+
"dev": true,
|
| 63 |
+
"license": "MIT",
|
| 64 |
+
"optional": true,
|
| 65 |
+
"os": [
|
| 66 |
+
"android"
|
| 67 |
+
],
|
| 68 |
+
"engines": {
|
| 69 |
+
"node": ">=18"
|
| 70 |
+
}
|
| 71 |
+
},
|
| 72 |
+
"node_modules/@esbuild/android-x64": {
|
| 73 |
+
"version": "0.25.12",
|
| 74 |
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
|
| 75 |
+
"integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
|
| 76 |
+
"cpu": [
|
| 77 |
+
"x64"
|
| 78 |
+
],
|
| 79 |
+
"dev": true,
|
| 80 |
+
"license": "MIT",
|
| 81 |
+
"optional": true,
|
| 82 |
+
"os": [
|
| 83 |
+
"android"
|
| 84 |
+
],
|
| 85 |
+
"engines": {
|
| 86 |
+
"node": ">=18"
|
| 87 |
+
}
|
| 88 |
+
},
|
| 89 |
+
"node_modules/@esbuild/darwin-arm64": {
|
| 90 |
+
"version": "0.25.12",
|
| 91 |
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
|
| 92 |
+
"integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
|
| 93 |
+
"cpu": [
|
| 94 |
+
"arm64"
|
| 95 |
+
],
|
| 96 |
+
"dev": true,
|
| 97 |
+
"license": "MIT",
|
| 98 |
+
"optional": true,
|
| 99 |
+
"os": [
|
| 100 |
+
"darwin"
|
| 101 |
+
],
|
| 102 |
+
"engines": {
|
| 103 |
+
"node": ">=18"
|
| 104 |
+
}
|
| 105 |
+
},
|
| 106 |
+
"node_modules/@esbuild/darwin-x64": {
|
| 107 |
+
"version": "0.25.12",
|
| 108 |
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
|
| 109 |
+
"integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
|
| 110 |
+
"cpu": [
|
| 111 |
+
"x64"
|
| 112 |
+
],
|
| 113 |
+
"dev": true,
|
| 114 |
+
"license": "MIT",
|
| 115 |
+
"optional": true,
|
| 116 |
+
"os": [
|
| 117 |
+
"darwin"
|
| 118 |
+
],
|
| 119 |
+
"engines": {
|
| 120 |
+
"node": ">=18"
|
| 121 |
+
}
|
| 122 |
+
},
|
| 123 |
+
"node_modules/@esbuild/freebsd-arm64": {
|
| 124 |
+
"version": "0.25.12",
|
| 125 |
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
|
| 126 |
+
"integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
|
| 127 |
+
"cpu": [
|
| 128 |
+
"arm64"
|
| 129 |
+
],
|
| 130 |
+
"dev": true,
|
| 131 |
+
"license": "MIT",
|
| 132 |
+
"optional": true,
|
| 133 |
+
"os": [
|
| 134 |
+
"freebsd"
|
| 135 |
+
],
|
| 136 |
+
"engines": {
|
| 137 |
+
"node": ">=18"
|
| 138 |
+
}
|
| 139 |
+
},
|
| 140 |
+
"node_modules/@esbuild/freebsd-x64": {
|
| 141 |
+
"version": "0.25.12",
|
| 142 |
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
|
| 143 |
+
"integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
|
| 144 |
+
"cpu": [
|
| 145 |
+
"x64"
|
| 146 |
+
],
|
| 147 |
+
"dev": true,
|
| 148 |
+
"license": "MIT",
|
| 149 |
+
"optional": true,
|
| 150 |
+
"os": [
|
| 151 |
+
"freebsd"
|
| 152 |
+
],
|
| 153 |
+
"engines": {
|
| 154 |
+
"node": ">=18"
|
| 155 |
+
}
|
| 156 |
+
},
|
| 157 |
+
"node_modules/@esbuild/linux-arm": {
|
| 158 |
+
"version": "0.25.12",
|
| 159 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
|
| 160 |
+
"integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
|
| 161 |
+
"cpu": [
|
| 162 |
+
"arm"
|
| 163 |
+
],
|
| 164 |
+
"dev": true,
|
| 165 |
+
"license": "MIT",
|
| 166 |
+
"optional": true,
|
| 167 |
+
"os": [
|
| 168 |
+
"linux"
|
| 169 |
+
],
|
| 170 |
+
"engines": {
|
| 171 |
+
"node": ">=18"
|
| 172 |
+
}
|
| 173 |
+
},
|
| 174 |
+
"node_modules/@esbuild/linux-arm64": {
|
| 175 |
+
"version": "0.25.12",
|
| 176 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
|
| 177 |
+
"integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
|
| 178 |
+
"cpu": [
|
| 179 |
+
"arm64"
|
| 180 |
+
],
|
| 181 |
+
"dev": true,
|
| 182 |
+
"license": "MIT",
|
| 183 |
+
"optional": true,
|
| 184 |
+
"os": [
|
| 185 |
+
"linux"
|
| 186 |
+
],
|
| 187 |
+
"engines": {
|
| 188 |
+
"node": ">=18"
|
| 189 |
+
}
|
| 190 |
+
},
|
| 191 |
+
"node_modules/@esbuild/linux-ia32": {
|
| 192 |
+
"version": "0.25.12",
|
| 193 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
|
| 194 |
+
"integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
|
| 195 |
+
"cpu": [
|
| 196 |
+
"ia32"
|
| 197 |
+
],
|
| 198 |
+
"dev": true,
|
| 199 |
+
"license": "MIT",
|
| 200 |
+
"optional": true,
|
| 201 |
+
"os": [
|
| 202 |
+
"linux"
|
| 203 |
+
],
|
| 204 |
+
"engines": {
|
| 205 |
+
"node": ">=18"
|
| 206 |
+
}
|
| 207 |
+
},
|
| 208 |
+
"node_modules/@esbuild/linux-loong64": {
|
| 209 |
+
"version": "0.25.12",
|
| 210 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
|
| 211 |
+
"integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
|
| 212 |
+
"cpu": [
|
| 213 |
+
"loong64"
|
| 214 |
+
],
|
| 215 |
+
"dev": true,
|
| 216 |
+
"license": "MIT",
|
| 217 |
+
"optional": true,
|
| 218 |
+
"os": [
|
| 219 |
+
"linux"
|
| 220 |
+
],
|
| 221 |
+
"engines": {
|
| 222 |
+
"node": ">=18"
|
| 223 |
+
}
|
| 224 |
+
},
|
| 225 |
+
"node_modules/@esbuild/linux-mips64el": {
|
| 226 |
+
"version": "0.25.12",
|
| 227 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
|
| 228 |
+
"integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
|
| 229 |
+
"cpu": [
|
| 230 |
+
"mips64el"
|
| 231 |
+
],
|
| 232 |
+
"dev": true,
|
| 233 |
+
"license": "MIT",
|
| 234 |
+
"optional": true,
|
| 235 |
+
"os": [
|
| 236 |
+
"linux"
|
| 237 |
+
],
|
| 238 |
+
"engines": {
|
| 239 |
+
"node": ">=18"
|
| 240 |
+
}
|
| 241 |
+
},
|
| 242 |
+
"node_modules/@esbuild/linux-ppc64": {
|
| 243 |
+
"version": "0.25.12",
|
| 244 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
|
| 245 |
+
"integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
|
| 246 |
+
"cpu": [
|
| 247 |
+
"ppc64"
|
| 248 |
+
],
|
| 249 |
+
"dev": true,
|
| 250 |
+
"license": "MIT",
|
| 251 |
+
"optional": true,
|
| 252 |
+
"os": [
|
| 253 |
+
"linux"
|
| 254 |
+
],
|
| 255 |
+
"engines": {
|
| 256 |
+
"node": ">=18"
|
| 257 |
+
}
|
| 258 |
+
},
|
| 259 |
+
"node_modules/@esbuild/linux-riscv64": {
|
| 260 |
+
"version": "0.25.12",
|
| 261 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
|
| 262 |
+
"integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
|
| 263 |
+
"cpu": [
|
| 264 |
+
"riscv64"
|
| 265 |
+
],
|
| 266 |
+
"dev": true,
|
| 267 |
+
"license": "MIT",
|
| 268 |
+
"optional": true,
|
| 269 |
+
"os": [
|
| 270 |
+
"linux"
|
| 271 |
+
],
|
| 272 |
+
"engines": {
|
| 273 |
+
"node": ">=18"
|
| 274 |
+
}
|
| 275 |
+
},
|
| 276 |
+
"node_modules/@esbuild/linux-s390x": {
|
| 277 |
+
"version": "0.25.12",
|
| 278 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
|
| 279 |
+
"integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
|
| 280 |
+
"cpu": [
|
| 281 |
+
"s390x"
|
| 282 |
+
],
|
| 283 |
+
"dev": true,
|
| 284 |
+
"license": "MIT",
|
| 285 |
+
"optional": true,
|
| 286 |
+
"os": [
|
| 287 |
+
"linux"
|
| 288 |
+
],
|
| 289 |
+
"engines": {
|
| 290 |
+
"node": ">=18"
|
| 291 |
+
}
|
| 292 |
+
},
|
| 293 |
+
"node_modules/@esbuild/linux-x64": {
|
| 294 |
+
"version": "0.25.12",
|
| 295 |
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
|
| 296 |
+
"integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
|
| 297 |
+
"cpu": [
|
| 298 |
+
"x64"
|
| 299 |
+
],
|
| 300 |
+
"dev": true,
|
| 301 |
+
"license": "MIT",
|
| 302 |
+
"optional": true,
|
| 303 |
+
"os": [
|
| 304 |
+
"linux"
|
| 305 |
+
],
|
| 306 |
+
"engines": {
|
| 307 |
+
"node": ">=18"
|
| 308 |
+
}
|
| 309 |
+
},
|
| 310 |
+
"node_modules/@esbuild/netbsd-arm64": {
|
| 311 |
+
"version": "0.25.12",
|
| 312 |
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
|
| 313 |
+
"integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
|
| 314 |
+
"cpu": [
|
| 315 |
+
"arm64"
|
| 316 |
+
],
|
| 317 |
+
"dev": true,
|
| 318 |
+
"license": "MIT",
|
| 319 |
+
"optional": true,
|
| 320 |
+
"os": [
|
| 321 |
+
"netbsd"
|
| 322 |
+
],
|
| 323 |
+
"engines": {
|
| 324 |
+
"node": ">=18"
|
| 325 |
+
}
|
| 326 |
+
},
|
| 327 |
+
"node_modules/@esbuild/netbsd-x64": {
|
| 328 |
+
"version": "0.25.12",
|
| 329 |
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
|
| 330 |
+
"integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
|
| 331 |
+
"cpu": [
|
| 332 |
+
"x64"
|
| 333 |
+
],
|
| 334 |
+
"dev": true,
|
| 335 |
+
"license": "MIT",
|
| 336 |
+
"optional": true,
|
| 337 |
+
"os": [
|
| 338 |
+
"netbsd"
|
| 339 |
+
],
|
| 340 |
+
"engines": {
|
| 341 |
+
"node": ">=18"
|
| 342 |
+
}
|
| 343 |
+
},
|
| 344 |
+
"node_modules/@esbuild/openbsd-arm64": {
|
| 345 |
+
"version": "0.25.12",
|
| 346 |
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
|
| 347 |
+
"integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
|
| 348 |
+
"cpu": [
|
| 349 |
+
"arm64"
|
| 350 |
+
],
|
| 351 |
+
"dev": true,
|
| 352 |
+
"license": "MIT",
|
| 353 |
+
"optional": true,
|
| 354 |
+
"os": [
|
| 355 |
+
"openbsd"
|
| 356 |
+
],
|
| 357 |
+
"engines": {
|
| 358 |
+
"node": ">=18"
|
| 359 |
+
}
|
| 360 |
+
},
|
| 361 |
+
"node_modules/@esbuild/openbsd-x64": {
|
| 362 |
+
"version": "0.25.12",
|
| 363 |
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
|
| 364 |
+
"integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
|
| 365 |
+
"cpu": [
|
| 366 |
+
"x64"
|
| 367 |
+
],
|
| 368 |
+
"dev": true,
|
| 369 |
+
"license": "MIT",
|
| 370 |
+
"optional": true,
|
| 371 |
+
"os": [
|
| 372 |
+
"openbsd"
|
| 373 |
+
],
|
| 374 |
+
"engines": {
|
| 375 |
+
"node": ">=18"
|
| 376 |
+
}
|
| 377 |
+
},
|
| 378 |
+
"node_modules/@esbuild/openharmony-arm64": {
|
| 379 |
+
"version": "0.25.12",
|
| 380 |
+
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
|
| 381 |
+
"integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
|
| 382 |
+
"cpu": [
|
| 383 |
+
"arm64"
|
| 384 |
+
],
|
| 385 |
+
"dev": true,
|
| 386 |
+
"license": "MIT",
|
| 387 |
+
"optional": true,
|
| 388 |
+
"os": [
|
| 389 |
+
"openharmony"
|
| 390 |
+
],
|
| 391 |
+
"engines": {
|
| 392 |
+
"node": ">=18"
|
| 393 |
+
}
|
| 394 |
+
},
|
| 395 |
+
"node_modules/@esbuild/sunos-x64": {
|
| 396 |
+
"version": "0.25.12",
|
| 397 |
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
|
| 398 |
+
"integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
|
| 399 |
+
"cpu": [
|
| 400 |
+
"x64"
|
| 401 |
+
],
|
| 402 |
+
"dev": true,
|
| 403 |
+
"license": "MIT",
|
| 404 |
+
"optional": true,
|
| 405 |
+
"os": [
|
| 406 |
+
"sunos"
|
| 407 |
+
],
|
| 408 |
+
"engines": {
|
| 409 |
+
"node": ">=18"
|
| 410 |
+
}
|
| 411 |
+
},
|
| 412 |
+
"node_modules/@esbuild/win32-arm64": {
|
| 413 |
+
"version": "0.25.12",
|
| 414 |
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
|
| 415 |
+
"integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
|
| 416 |
+
"cpu": [
|
| 417 |
+
"arm64"
|
| 418 |
+
],
|
| 419 |
+
"dev": true,
|
| 420 |
+
"license": "MIT",
|
| 421 |
+
"optional": true,
|
| 422 |
+
"os": [
|
| 423 |
+
"win32"
|
| 424 |
+
],
|
| 425 |
+
"engines": {
|
| 426 |
+
"node": ">=18"
|
| 427 |
+
}
|
| 428 |
+
},
|
| 429 |
+
"node_modules/@esbuild/win32-ia32": {
|
| 430 |
+
"version": "0.25.12",
|
| 431 |
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
|
| 432 |
+
"integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
|
| 433 |
+
"cpu": [
|
| 434 |
+
"ia32"
|
| 435 |
+
],
|
| 436 |
+
"dev": true,
|
| 437 |
+
"license": "MIT",
|
| 438 |
+
"optional": true,
|
| 439 |
+
"os": [
|
| 440 |
+
"win32"
|
| 441 |
+
],
|
| 442 |
+
"engines": {
|
| 443 |
+
"node": ">=18"
|
| 444 |
+
}
|
| 445 |
+
},
|
| 446 |
+
"node_modules/@esbuild/win32-x64": {
|
| 447 |
+
"version": "0.25.12",
|
| 448 |
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
|
| 449 |
+
"integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
|
| 450 |
+
"cpu": [
|
| 451 |
+
"x64"
|
| 452 |
+
],
|
| 453 |
+
"dev": true,
|
| 454 |
+
"license": "MIT",
|
| 455 |
+
"optional": true,
|
| 456 |
+
"os": [
|
| 457 |
+
"win32"
|
| 458 |
+
],
|
| 459 |
+
"engines": {
|
| 460 |
+
"node": ">=18"
|
| 461 |
+
}
|
| 462 |
+
},
|
| 463 |
+
"node_modules/@rolldown/pluginutils": {
|
| 464 |
+
"version": "1.0.0-beta.27",
|
| 465 |
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
|
| 466 |
+
"integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
|
| 467 |
+
"dev": true,
|
| 468 |
+
"license": "MIT"
|
| 469 |
+
},
|
| 470 |
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
| 471 |
+
"version": "4.55.1",
|
| 472 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.55.1.tgz",
|
| 473 |
+
"integrity": "sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==",
|
| 474 |
+
"cpu": [
|
| 475 |
+
"arm"
|
| 476 |
+
],
|
| 477 |
+
"dev": true,
|
| 478 |
+
"license": "MIT",
|
| 479 |
+
"optional": true,
|
| 480 |
+
"os": [
|
| 481 |
+
"android"
|
| 482 |
+
]
|
| 483 |
+
},
|
| 484 |
+
"node_modules/@rollup/rollup-android-arm64": {
|
| 485 |
+
"version": "4.55.1",
|
| 486 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.55.1.tgz",
|
| 487 |
+
"integrity": "sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==",
|
| 488 |
+
"cpu": [
|
| 489 |
+
"arm64"
|
| 490 |
+
],
|
| 491 |
+
"dev": true,
|
| 492 |
+
"license": "MIT",
|
| 493 |
+
"optional": true,
|
| 494 |
+
"os": [
|
| 495 |
+
"android"
|
| 496 |
+
]
|
| 497 |
+
},
|
| 498 |
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
| 499 |
+
"version": "4.55.1",
|
| 500 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.55.1.tgz",
|
| 501 |
+
"integrity": "sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==",
|
| 502 |
+
"cpu": [
|
| 503 |
+
"arm64"
|
| 504 |
+
],
|
| 505 |
+
"dev": true,
|
| 506 |
+
"license": "MIT",
|
| 507 |
+
"optional": true,
|
| 508 |
+
"os": [
|
| 509 |
+
"darwin"
|
| 510 |
+
]
|
| 511 |
+
},
|
| 512 |
+
"node_modules/@rollup/rollup-darwin-x64": {
|
| 513 |
+
"version": "4.55.1",
|
| 514 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.55.1.tgz",
|
| 515 |
+
"integrity": "sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==",
|
| 516 |
+
"cpu": [
|
| 517 |
+
"x64"
|
| 518 |
+
],
|
| 519 |
+
"dev": true,
|
| 520 |
+
"license": "MIT",
|
| 521 |
+
"optional": true,
|
| 522 |
+
"os": [
|
| 523 |
+
"darwin"
|
| 524 |
+
]
|
| 525 |
+
},
|
| 526 |
+
"node_modules/@rollup/rollup-freebsd-arm64": {
|
| 527 |
+
"version": "4.55.1",
|
| 528 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.55.1.tgz",
|
| 529 |
+
"integrity": "sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==",
|
| 530 |
+
"cpu": [
|
| 531 |
+
"arm64"
|
| 532 |
+
],
|
| 533 |
+
"dev": true,
|
| 534 |
+
"license": "MIT",
|
| 535 |
+
"optional": true,
|
| 536 |
+
"os": [
|
| 537 |
+
"freebsd"
|
| 538 |
+
]
|
| 539 |
+
},
|
| 540 |
+
"node_modules/@rollup/rollup-freebsd-x64": {
|
| 541 |
+
"version": "4.55.1",
|
| 542 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.55.1.tgz",
|
| 543 |
+
"integrity": "sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==",
|
| 544 |
+
"cpu": [
|
| 545 |
+
"x64"
|
| 546 |
+
],
|
| 547 |
+
"dev": true,
|
| 548 |
+
"license": "MIT",
|
| 549 |
+
"optional": true,
|
| 550 |
+
"os": [
|
| 551 |
+
"freebsd"
|
| 552 |
+
]
|
| 553 |
+
},
|
| 554 |
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
| 555 |
+
"version": "4.55.1",
|
| 556 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.55.1.tgz",
|
| 557 |
+
"integrity": "sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==",
|
| 558 |
+
"cpu": [
|
| 559 |
+
"arm"
|
| 560 |
+
],
|
| 561 |
+
"dev": true,
|
| 562 |
+
"license": "MIT",
|
| 563 |
+
"optional": true,
|
| 564 |
+
"os": [
|
| 565 |
+
"linux"
|
| 566 |
+
]
|
| 567 |
+
},
|
| 568 |
+
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
| 569 |
+
"version": "4.55.1",
|
| 570 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.55.1.tgz",
|
| 571 |
+
"integrity": "sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==",
|
| 572 |
+
"cpu": [
|
| 573 |
+
"arm"
|
| 574 |
+
],
|
| 575 |
+
"dev": true,
|
| 576 |
+
"license": "MIT",
|
| 577 |
+
"optional": true,
|
| 578 |
+
"os": [
|
| 579 |
+
"linux"
|
| 580 |
+
]
|
| 581 |
+
},
|
| 582 |
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
| 583 |
+
"version": "4.55.1",
|
| 584 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.55.1.tgz",
|
| 585 |
+
"integrity": "sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==",
|
| 586 |
+
"cpu": [
|
| 587 |
+
"arm64"
|
| 588 |
+
],
|
| 589 |
+
"dev": true,
|
| 590 |
+
"license": "MIT",
|
| 591 |
+
"optional": true,
|
| 592 |
+
"os": [
|
| 593 |
+
"linux"
|
| 594 |
+
]
|
| 595 |
+
},
|
| 596 |
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
| 597 |
+
"version": "4.55.1",
|
| 598 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.55.1.tgz",
|
| 599 |
+
"integrity": "sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==",
|
| 600 |
+
"cpu": [
|
| 601 |
+
"arm64"
|
| 602 |
+
],
|
| 603 |
+
"dev": true,
|
| 604 |
+
"license": "MIT",
|
| 605 |
+
"optional": true,
|
| 606 |
+
"os": [
|
| 607 |
+
"linux"
|
| 608 |
+
]
|
| 609 |
+
},
|
| 610 |
+
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
| 611 |
+
"version": "4.55.1",
|
| 612 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.55.1.tgz",
|
| 613 |
+
"integrity": "sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==",
|
| 614 |
+
"cpu": [
|
| 615 |
+
"loong64"
|
| 616 |
+
],
|
| 617 |
+
"dev": true,
|
| 618 |
+
"license": "MIT",
|
| 619 |
+
"optional": true,
|
| 620 |
+
"os": [
|
| 621 |
+
"linux"
|
| 622 |
+
]
|
| 623 |
+
},
|
| 624 |
+
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
| 625 |
+
"version": "4.55.1",
|
| 626 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.55.1.tgz",
|
| 627 |
+
"integrity": "sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==",
|
| 628 |
+
"cpu": [
|
| 629 |
+
"loong64"
|
| 630 |
+
],
|
| 631 |
+
"dev": true,
|
| 632 |
+
"license": "MIT",
|
| 633 |
+
"optional": true,
|
| 634 |
+
"os": [
|
| 635 |
+
"linux"
|
| 636 |
+
]
|
| 637 |
+
},
|
| 638 |
+
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
| 639 |
+
"version": "4.55.1",
|
| 640 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.55.1.tgz",
|
| 641 |
+
"integrity": "sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==",
|
| 642 |
+
"cpu": [
|
| 643 |
+
"ppc64"
|
| 644 |
+
],
|
| 645 |
+
"dev": true,
|
| 646 |
+
"license": "MIT",
|
| 647 |
+
"optional": true,
|
| 648 |
+
"os": [
|
| 649 |
+
"linux"
|
| 650 |
+
]
|
| 651 |
+
},
|
| 652 |
+
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
| 653 |
+
"version": "4.55.1",
|
| 654 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.55.1.tgz",
|
| 655 |
+
"integrity": "sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==",
|
| 656 |
+
"cpu": [
|
| 657 |
+
"ppc64"
|
| 658 |
+
],
|
| 659 |
+
"dev": true,
|
| 660 |
+
"license": "MIT",
|
| 661 |
+
"optional": true,
|
| 662 |
+
"os": [
|
| 663 |
+
"linux"
|
| 664 |
+
]
|
| 665 |
+
},
|
| 666 |
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
| 667 |
+
"version": "4.55.1",
|
| 668 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.55.1.tgz",
|
| 669 |
+
"integrity": "sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==",
|
| 670 |
+
"cpu": [
|
| 671 |
+
"riscv64"
|
| 672 |
+
],
|
| 673 |
+
"dev": true,
|
| 674 |
+
"license": "MIT",
|
| 675 |
+
"optional": true,
|
| 676 |
+
"os": [
|
| 677 |
+
"linux"
|
| 678 |
+
]
|
| 679 |
+
},
|
| 680 |
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
| 681 |
+
"version": "4.55.1",
|
| 682 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.55.1.tgz",
|
| 683 |
+
"integrity": "sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==",
|
| 684 |
+
"cpu": [
|
| 685 |
+
"riscv64"
|
| 686 |
+
],
|
| 687 |
+
"dev": true,
|
| 688 |
+
"license": "MIT",
|
| 689 |
+
"optional": true,
|
| 690 |
+
"os": [
|
| 691 |
+
"linux"
|
| 692 |
+
]
|
| 693 |
+
},
|
| 694 |
+
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
| 695 |
+
"version": "4.55.1",
|
| 696 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.55.1.tgz",
|
| 697 |
+
"integrity": "sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==",
|
| 698 |
+
"cpu": [
|
| 699 |
+
"s390x"
|
| 700 |
+
],
|
| 701 |
+
"dev": true,
|
| 702 |
+
"license": "MIT",
|
| 703 |
+
"optional": true,
|
| 704 |
+
"os": [
|
| 705 |
+
"linux"
|
| 706 |
+
]
|
| 707 |
+
},
|
| 708 |
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
| 709 |
+
"version": "4.55.1",
|
| 710 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.55.1.tgz",
|
| 711 |
+
"integrity": "sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==",
|
| 712 |
+
"cpu": [
|
| 713 |
+
"x64"
|
| 714 |
+
],
|
| 715 |
+
"dev": true,
|
| 716 |
+
"license": "MIT",
|
| 717 |
+
"optional": true,
|
| 718 |
+
"os": [
|
| 719 |
+
"linux"
|
| 720 |
+
]
|
| 721 |
+
},
|
| 722 |
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
| 723 |
+
"version": "4.55.1",
|
| 724 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.55.1.tgz",
|
| 725 |
+
"integrity": "sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==",
|
| 726 |
+
"cpu": [
|
| 727 |
+
"x64"
|
| 728 |
+
],
|
| 729 |
+
"dev": true,
|
| 730 |
+
"license": "MIT",
|
| 731 |
+
"optional": true,
|
| 732 |
+
"os": [
|
| 733 |
+
"linux"
|
| 734 |
+
]
|
| 735 |
+
},
|
| 736 |
+
"node_modules/@rollup/rollup-openbsd-x64": {
|
| 737 |
+
"version": "4.55.1",
|
| 738 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.55.1.tgz",
|
| 739 |
+
"integrity": "sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==",
|
| 740 |
+
"cpu": [
|
| 741 |
+
"x64"
|
| 742 |
+
],
|
| 743 |
+
"dev": true,
|
| 744 |
+
"license": "MIT",
|
| 745 |
+
"optional": true,
|
| 746 |
+
"os": [
|
| 747 |
+
"openbsd"
|
| 748 |
+
]
|
| 749 |
+
},
|
| 750 |
+
"node_modules/@rollup/rollup-openharmony-arm64": {
|
| 751 |
+
"version": "4.55.1",
|
| 752 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.55.1.tgz",
|
| 753 |
+
"integrity": "sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==",
|
| 754 |
+
"cpu": [
|
| 755 |
+
"arm64"
|
| 756 |
+
],
|
| 757 |
+
"dev": true,
|
| 758 |
+
"license": "MIT",
|
| 759 |
+
"optional": true,
|
| 760 |
+
"os": [
|
| 761 |
+
"openharmony"
|
| 762 |
+
]
|
| 763 |
+
},
|
| 764 |
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
| 765 |
+
"version": "4.55.1",
|
| 766 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.55.1.tgz",
|
| 767 |
+
"integrity": "sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==",
|
| 768 |
+
"cpu": [
|
| 769 |
+
"arm64"
|
| 770 |
+
],
|
| 771 |
+
"dev": true,
|
| 772 |
+
"license": "MIT",
|
| 773 |
+
"optional": true,
|
| 774 |
+
"os": [
|
| 775 |
+
"win32"
|
| 776 |
+
]
|
| 777 |
+
},
|
| 778 |
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
| 779 |
+
"version": "4.55.1",
|
| 780 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.55.1.tgz",
|
| 781 |
+
"integrity": "sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==",
|
| 782 |
+
"cpu": [
|
| 783 |
+
"ia32"
|
| 784 |
+
],
|
| 785 |
+
"dev": true,
|
| 786 |
+
"license": "MIT",
|
| 787 |
+
"optional": true,
|
| 788 |
+
"os": [
|
| 789 |
+
"win32"
|
| 790 |
+
]
|
| 791 |
+
},
|
| 792 |
+
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
| 793 |
+
"version": "4.55.1",
|
| 794 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.55.1.tgz",
|
| 795 |
+
"integrity": "sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==",
|
| 796 |
+
"cpu": [
|
| 797 |
+
"x64"
|
| 798 |
+
],
|
| 799 |
+
"dev": true,
|
| 800 |
+
"license": "MIT",
|
| 801 |
+
"optional": true,
|
| 802 |
+
"os": [
|
| 803 |
+
"win32"
|
| 804 |
+
]
|
| 805 |
+
},
|
| 806 |
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
| 807 |
+
"version": "4.55.1",
|
| 808 |
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.55.1.tgz",
|
| 809 |
+
"integrity": "sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==",
|
| 810 |
+
"cpu": [
|
| 811 |
+
"x64"
|
| 812 |
+
],
|
| 813 |
+
"dev": true,
|
| 814 |
+
"license": "MIT",
|
| 815 |
+
"optional": true,
|
| 816 |
+
"os": [
|
| 817 |
+
"win32"
|
| 818 |
+
]
|
| 819 |
+
},
|
| 820 |
+
"node_modules/@swc/core": {
|
| 821 |
+
"version": "1.15.8",
|
| 822 |
+
"resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.8.tgz",
|
| 823 |
+
"integrity": "sha512-T8keoJjXaSUoVBCIjgL6wAnhADIb09GOELzKg10CjNg+vLX48P93SME6jTfte9MZIm5m+Il57H3rTSk/0kzDUw==",
|
| 824 |
+
"dev": true,
|
| 825 |
+
"hasInstallScript": true,
|
| 826 |
+
"license": "Apache-2.0",
|
| 827 |
+
"dependencies": {
|
| 828 |
+
"@swc/counter": "^0.1.3",
|
| 829 |
+
"@swc/types": "^0.1.25"
|
| 830 |
+
},
|
| 831 |
+
"engines": {
|
| 832 |
+
"node": ">=10"
|
| 833 |
+
},
|
| 834 |
+
"funding": {
|
| 835 |
+
"type": "opencollective",
|
| 836 |
+
"url": "https://opencollective.com/swc"
|
| 837 |
+
},
|
| 838 |
+
"optionalDependencies": {
|
| 839 |
+
"@swc/core-darwin-arm64": "1.15.8",
|
| 840 |
+
"@swc/core-darwin-x64": "1.15.8",
|
| 841 |
+
"@swc/core-linux-arm-gnueabihf": "1.15.8",
|
| 842 |
+
"@swc/core-linux-arm64-gnu": "1.15.8",
|
| 843 |
+
"@swc/core-linux-arm64-musl": "1.15.8",
|
| 844 |
+
"@swc/core-linux-x64-gnu": "1.15.8",
|
| 845 |
+
"@swc/core-linux-x64-musl": "1.15.8",
|
| 846 |
+
"@swc/core-win32-arm64-msvc": "1.15.8",
|
| 847 |
+
"@swc/core-win32-ia32-msvc": "1.15.8",
|
| 848 |
+
"@swc/core-win32-x64-msvc": "1.15.8"
|
| 849 |
+
},
|
| 850 |
+
"peerDependencies": {
|
| 851 |
+
"@swc/helpers": ">=0.5.17"
|
| 852 |
+
},
|
| 853 |
+
"peerDependenciesMeta": {
|
| 854 |
+
"@swc/helpers": {
|
| 855 |
+
"optional": true
|
| 856 |
+
}
|
| 857 |
+
}
|
| 858 |
+
},
|
| 859 |
+
"node_modules/@swc/core-darwin-arm64": {
|
| 860 |
+
"version": "1.15.8",
|
| 861 |
+
"resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.8.tgz",
|
| 862 |
+
"integrity": "sha512-M9cK5GwyWWRkRGwwCbREuj6r8jKdES/haCZ3Xckgkl8MUQJZA3XB7IXXK1IXRNeLjg6m7cnoMICpXv1v1hlJOg==",
|
| 863 |
+
"cpu": [
|
| 864 |
+
"arm64"
|
| 865 |
+
],
|
| 866 |
+
"dev": true,
|
| 867 |
+
"license": "Apache-2.0 AND MIT",
|
| 868 |
+
"optional": true,
|
| 869 |
+
"os": [
|
| 870 |
+
"darwin"
|
| 871 |
+
],
|
| 872 |
+
"engines": {
|
| 873 |
+
"node": ">=10"
|
| 874 |
+
}
|
| 875 |
+
},
|
| 876 |
+
"node_modules/@swc/core-darwin-x64": {
|
| 877 |
+
"version": "1.15.8",
|
| 878 |
+
"resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.8.tgz",
|
| 879 |
+
"integrity": "sha512-j47DasuOvXl80sKJHSi2X25l44CMc3VDhlJwA7oewC1nV1VsSzwX+KOwE5tLnfORvVJJyeiXgJORNYg4jeIjYQ==",
|
| 880 |
+
"cpu": [
|
| 881 |
+
"x64"
|
| 882 |
+
],
|
| 883 |
+
"dev": true,
|
| 884 |
+
"license": "Apache-2.0 AND MIT",
|
| 885 |
+
"optional": true,
|
| 886 |
+
"os": [
|
| 887 |
+
"darwin"
|
| 888 |
+
],
|
| 889 |
+
"engines": {
|
| 890 |
+
"node": ">=10"
|
| 891 |
+
}
|
| 892 |
+
},
|
| 893 |
+
"node_modules/@swc/core-linux-arm-gnueabihf": {
|
| 894 |
+
"version": "1.15.8",
|
| 895 |
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.8.tgz",
|
| 896 |
+
"integrity": "sha512-siAzDENu2rUbwr9+fayWa26r5A9fol1iORG53HWxQL1J8ym4k7xt9eME0dMPXlYZDytK5r9sW8zEA10F2U3Xwg==",
|
| 897 |
+
"cpu": [
|
| 898 |
+
"arm"
|
| 899 |
+
],
|
| 900 |
+
"dev": true,
|
| 901 |
+
"license": "Apache-2.0",
|
| 902 |
+
"optional": true,
|
| 903 |
+
"os": [
|
| 904 |
+
"linux"
|
| 905 |
+
],
|
| 906 |
+
"engines": {
|
| 907 |
+
"node": ">=10"
|
| 908 |
+
}
|
| 909 |
+
},
|
| 910 |
+
"node_modules/@swc/core-linux-arm64-gnu": {
|
| 911 |
+
"version": "1.15.8",
|
| 912 |
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.8.tgz",
|
| 913 |
+
"integrity": "sha512-o+1y5u6k2FfPYbTRUPvurwzNt5qd0NTumCTFscCNuBksycloXY16J8L+SMW5QRX59n4Hp9EmFa3vpvNHRVv1+Q==",
|
| 914 |
+
"cpu": [
|
| 915 |
+
"arm64"
|
| 916 |
+
],
|
| 917 |
+
"dev": true,
|
| 918 |
+
"license": "Apache-2.0 AND MIT",
|
| 919 |
+
"optional": true,
|
| 920 |
+
"os": [
|
| 921 |
+
"linux"
|
| 922 |
+
],
|
| 923 |
+
"engines": {
|
| 924 |
+
"node": ">=10"
|
| 925 |
+
}
|
| 926 |
+
},
|
| 927 |
+
"node_modules/@swc/core-linux-arm64-musl": {
|
| 928 |
+
"version": "1.15.8",
|
| 929 |
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.8.tgz",
|
| 930 |
+
"integrity": "sha512-koiCqL09EwOP1S2RShCI7NbsQuG6r2brTqUYE7pV7kZm9O17wZ0LSz22m6gVibpwEnw8jI3IE1yYsQTVpluALw==",
|
| 931 |
+
"cpu": [
|
| 932 |
+
"arm64"
|
| 933 |
+
],
|
| 934 |
+
"dev": true,
|
| 935 |
+
"license": "Apache-2.0 AND MIT",
|
| 936 |
+
"optional": true,
|
| 937 |
+
"os": [
|
| 938 |
+
"linux"
|
| 939 |
+
],
|
| 940 |
+
"engines": {
|
| 941 |
+
"node": ">=10"
|
| 942 |
+
}
|
| 943 |
+
},
|
| 944 |
+
"node_modules/@swc/core-linux-x64-gnu": {
|
| 945 |
+
"version": "1.15.8",
|
| 946 |
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.8.tgz",
|
| 947 |
+
"integrity": "sha512-4p6lOMU3bC+Vd5ARtKJ/FxpIC5G8v3XLoPEZ5s7mLR8h7411HWC/LmTXDHcrSXRC55zvAVia1eldy6zDLz8iFQ==",
|
| 948 |
+
"cpu": [
|
| 949 |
+
"x64"
|
| 950 |
+
],
|
| 951 |
+
"dev": true,
|
| 952 |
+
"license": "Apache-2.0 AND MIT",
|
| 953 |
+
"optional": true,
|
| 954 |
+
"os": [
|
| 955 |
+
"linux"
|
| 956 |
+
],
|
| 957 |
+
"engines": {
|
| 958 |
+
"node": ">=10"
|
| 959 |
+
}
|
| 960 |
+
},
|
| 961 |
+
"node_modules/@swc/core-linux-x64-musl": {
|
| 962 |
+
"version": "1.15.8",
|
| 963 |
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.8.tgz",
|
| 964 |
+
"integrity": "sha512-z3XBnbrZAL+6xDGAhJoN4lOueIxC/8rGrJ9tg+fEaeqLEuAtHSW2QHDHxDwkxZMjuF/pZ6MUTjHjbp8wLbuRLA==",
|
| 965 |
+
"cpu": [
|
| 966 |
+
"x64"
|
| 967 |
+
],
|
| 968 |
+
"dev": true,
|
| 969 |
+
"license": "Apache-2.0 AND MIT",
|
| 970 |
+
"optional": true,
|
| 971 |
+
"os": [
|
| 972 |
+
"linux"
|
| 973 |
+
],
|
| 974 |
+
"engines": {
|
| 975 |
+
"node": ">=10"
|
| 976 |
+
}
|
| 977 |
+
},
|
| 978 |
+
"node_modules/@swc/core-win32-arm64-msvc": {
|
| 979 |
+
"version": "1.15.8",
|
| 980 |
+
"resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.8.tgz",
|
| 981 |
+
"integrity": "sha512-djQPJ9Rh9vP8GTS/Df3hcc6XP6xnG5c8qsngWId/BLA9oX6C7UzCPAn74BG/wGb9a6j4w3RINuoaieJB3t+7iQ==",
|
| 982 |
+
"cpu": [
|
| 983 |
+
"arm64"
|
| 984 |
+
],
|
| 985 |
+
"dev": true,
|
| 986 |
+
"license": "Apache-2.0 AND MIT",
|
| 987 |
+
"optional": true,
|
| 988 |
+
"os": [
|
| 989 |
+
"win32"
|
| 990 |
+
],
|
| 991 |
+
"engines": {
|
| 992 |
+
"node": ">=10"
|
| 993 |
+
}
|
| 994 |
+
},
|
| 995 |
+
"node_modules/@swc/core-win32-ia32-msvc": {
|
| 996 |
+
"version": "1.15.8",
|
| 997 |
+
"resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.8.tgz",
|
| 998 |
+
"integrity": "sha512-/wfAgxORg2VBaUoFdytcVBVCgf1isWZIEXB9MZEUty4wwK93M/PxAkjifOho9RN3WrM3inPLabICRCEgdHpKKQ==",
|
| 999 |
+
"cpu": [
|
| 1000 |
+
"ia32"
|
| 1001 |
+
],
|
| 1002 |
+
"dev": true,
|
| 1003 |
+
"license": "Apache-2.0 AND MIT",
|
| 1004 |
+
"optional": true,
|
| 1005 |
+
"os": [
|
| 1006 |
+
"win32"
|
| 1007 |
+
],
|
| 1008 |
+
"engines": {
|
| 1009 |
+
"node": ">=10"
|
| 1010 |
+
}
|
| 1011 |
+
},
|
| 1012 |
+
"node_modules/@swc/core-win32-x64-msvc": {
|
| 1013 |
+
"version": "1.15.8",
|
| 1014 |
+
"resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.8.tgz",
|
| 1015 |
+
"integrity": "sha512-GpMePrh9Sl4d61o4KAHOOv5is5+zt6BEXCOCgs/H0FLGeii7j9bWDE8ExvKFy2GRRZVNR1ugsnzaGWHKM6kuzA==",
|
| 1016 |
+
"cpu": [
|
| 1017 |
+
"x64"
|
| 1018 |
+
],
|
| 1019 |
+
"dev": true,
|
| 1020 |
+
"license": "Apache-2.0 AND MIT",
|
| 1021 |
+
"optional": true,
|
| 1022 |
+
"os": [
|
| 1023 |
+
"win32"
|
| 1024 |
+
],
|
| 1025 |
+
"engines": {
|
| 1026 |
+
"node": ">=10"
|
| 1027 |
+
}
|
| 1028 |
+
},
|
| 1029 |
+
"node_modules/@swc/counter": {
|
| 1030 |
+
"version": "0.1.3",
|
| 1031 |
+
"resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
|
| 1032 |
+
"integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
|
| 1033 |
+
"dev": true,
|
| 1034 |
+
"license": "Apache-2.0"
|
| 1035 |
+
},
|
| 1036 |
+
"node_modules/@swc/types": {
|
| 1037 |
+
"version": "0.1.25",
|
| 1038 |
+
"resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.25.tgz",
|
| 1039 |
+
"integrity": "sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==",
|
| 1040 |
+
"dev": true,
|
| 1041 |
+
"license": "Apache-2.0",
|
| 1042 |
+
"dependencies": {
|
| 1043 |
+
"@swc/counter": "^0.1.3"
|
| 1044 |
+
}
|
| 1045 |
+
},
|
| 1046 |
+
"node_modules/@types/estree": {
|
| 1047 |
+
"version": "1.0.8",
|
| 1048 |
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
| 1049 |
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
| 1050 |
+
"dev": true,
|
| 1051 |
+
"license": "MIT"
|
| 1052 |
+
},
|
| 1053 |
+
"node_modules/@types/node": {
|
| 1054 |
+
"version": "22.19.7",
|
| 1055 |
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.7.tgz",
|
| 1056 |
+
"integrity": "sha512-MciR4AKGHWl7xwxkBa6xUGxQJ4VBOmPTF7sL+iGzuahOFaO0jHCsuEfS80pan1ef4gWId1oWOweIhrDEYLuaOw==",
|
| 1057 |
+
"dev": true,
|
| 1058 |
+
"license": "MIT",
|
| 1059 |
+
"dependencies": {
|
| 1060 |
+
"undici-types": "~6.21.0"
|
| 1061 |
+
}
|
| 1062 |
+
},
|
| 1063 |
+
"node_modules/@vitejs/plugin-react-swc": {
|
| 1064 |
+
"version": "3.11.0",
|
| 1065 |
+
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.11.0.tgz",
|
| 1066 |
+
"integrity": "sha512-YTJCGFdNMHCMfjODYtxRNVAYmTWQ1Lb8PulP/2/f/oEEtglw8oKxKIZmmRkyXrVrHfsKOaVkAc3NT9/dMutO5w==",
|
| 1067 |
+
"dev": true,
|
| 1068 |
+
"license": "MIT",
|
| 1069 |
+
"dependencies": {
|
| 1070 |
+
"@rolldown/pluginutils": "1.0.0-beta.27",
|
| 1071 |
+
"@swc/core": "^1.12.11"
|
| 1072 |
+
},
|
| 1073 |
+
"peerDependencies": {
|
| 1074 |
+
"vite": "^4 || ^5 || ^6 || ^7"
|
| 1075 |
+
}
|
| 1076 |
+
},
|
| 1077 |
+
"node_modules/esbuild": {
|
| 1078 |
+
"version": "0.25.12",
|
| 1079 |
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
|
| 1080 |
+
"integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
|
| 1081 |
+
"dev": true,
|
| 1082 |
+
"hasInstallScript": true,
|
| 1083 |
+
"license": "MIT",
|
| 1084 |
+
"bin": {
|
| 1085 |
+
"esbuild": "bin/esbuild"
|
| 1086 |
+
},
|
| 1087 |
+
"engines": {
|
| 1088 |
+
"node": ">=18"
|
| 1089 |
+
},
|
| 1090 |
+
"optionalDependencies": {
|
| 1091 |
+
"@esbuild/aix-ppc64": "0.25.12",
|
| 1092 |
+
"@esbuild/android-arm": "0.25.12",
|
| 1093 |
+
"@esbuild/android-arm64": "0.25.12",
|
| 1094 |
+
"@esbuild/android-x64": "0.25.12",
|
| 1095 |
+
"@esbuild/darwin-arm64": "0.25.12",
|
| 1096 |
+
"@esbuild/darwin-x64": "0.25.12",
|
| 1097 |
+
"@esbuild/freebsd-arm64": "0.25.12",
|
| 1098 |
+
"@esbuild/freebsd-x64": "0.25.12",
|
| 1099 |
+
"@esbuild/linux-arm": "0.25.12",
|
| 1100 |
+
"@esbuild/linux-arm64": "0.25.12",
|
| 1101 |
+
"@esbuild/linux-ia32": "0.25.12",
|
| 1102 |
+
"@esbuild/linux-loong64": "0.25.12",
|
| 1103 |
+
"@esbuild/linux-mips64el": "0.25.12",
|
| 1104 |
+
"@esbuild/linux-ppc64": "0.25.12",
|
| 1105 |
+
"@esbuild/linux-riscv64": "0.25.12",
|
| 1106 |
+
"@esbuild/linux-s390x": "0.25.12",
|
| 1107 |
+
"@esbuild/linux-x64": "0.25.12",
|
| 1108 |
+
"@esbuild/netbsd-arm64": "0.25.12",
|
| 1109 |
+
"@esbuild/netbsd-x64": "0.25.12",
|
| 1110 |
+
"@esbuild/openbsd-arm64": "0.25.12",
|
| 1111 |
+
"@esbuild/openbsd-x64": "0.25.12",
|
| 1112 |
+
"@esbuild/openharmony-arm64": "0.25.12",
|
| 1113 |
+
"@esbuild/sunos-x64": "0.25.12",
|
| 1114 |
+
"@esbuild/win32-arm64": "0.25.12",
|
| 1115 |
+
"@esbuild/win32-ia32": "0.25.12",
|
| 1116 |
+
"@esbuild/win32-x64": "0.25.12"
|
| 1117 |
+
}
|
| 1118 |
+
},
|
| 1119 |
+
"node_modules/fdir": {
|
| 1120 |
+
"version": "6.5.0",
|
| 1121 |
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
| 1122 |
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
| 1123 |
+
"dev": true,
|
| 1124 |
+
"license": "MIT",
|
| 1125 |
+
"engines": {
|
| 1126 |
+
"node": ">=12.0.0"
|
| 1127 |
+
},
|
| 1128 |
+
"peerDependencies": {
|
| 1129 |
+
"picomatch": "^3 || ^4"
|
| 1130 |
+
},
|
| 1131 |
+
"peerDependenciesMeta": {
|
| 1132 |
+
"picomatch": {
|
| 1133 |
+
"optional": true
|
| 1134 |
+
}
|
| 1135 |
+
}
|
| 1136 |
+
},
|
| 1137 |
+
"node_modules/fsevents": {
|
| 1138 |
+
"version": "2.3.3",
|
| 1139 |
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
| 1140 |
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
| 1141 |
+
"dev": true,
|
| 1142 |
+
"hasInstallScript": true,
|
| 1143 |
+
"license": "MIT",
|
| 1144 |
+
"optional": true,
|
| 1145 |
+
"os": [
|
| 1146 |
+
"darwin"
|
| 1147 |
+
],
|
| 1148 |
+
"engines": {
|
| 1149 |
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
| 1150 |
+
}
|
| 1151 |
+
},
|
| 1152 |
+
"node_modules/nanoid": {
|
| 1153 |
+
"version": "3.3.11",
|
| 1154 |
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
| 1155 |
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
| 1156 |
+
"dev": true,
|
| 1157 |
+
"funding": [
|
| 1158 |
+
{
|
| 1159 |
+
"type": "github",
|
| 1160 |
+
"url": "https://github.com/sponsors/ai"
|
| 1161 |
+
}
|
| 1162 |
+
],
|
| 1163 |
+
"license": "MIT",
|
| 1164 |
+
"bin": {
|
| 1165 |
+
"nanoid": "bin/nanoid.cjs"
|
| 1166 |
+
},
|
| 1167 |
+
"engines": {
|
| 1168 |
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
| 1169 |
+
}
|
| 1170 |
+
},
|
| 1171 |
+
"node_modules/picocolors": {
|
| 1172 |
+
"version": "1.1.1",
|
| 1173 |
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
| 1174 |
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
| 1175 |
+
"dev": true,
|
| 1176 |
+
"license": "ISC"
|
| 1177 |
+
},
|
| 1178 |
+
"node_modules/picomatch": {
|
| 1179 |
+
"version": "4.0.3",
|
| 1180 |
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
| 1181 |
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
| 1182 |
+
"dev": true,
|
| 1183 |
+
"license": "MIT",
|
| 1184 |
+
"engines": {
|
| 1185 |
+
"node": ">=12"
|
| 1186 |
+
},
|
| 1187 |
+
"funding": {
|
| 1188 |
+
"url": "https://github.com/sponsors/jonschlinkert"
|
| 1189 |
+
}
|
| 1190 |
+
},
|
| 1191 |
+
"node_modules/postcss": {
|
| 1192 |
+
"version": "8.5.6",
|
| 1193 |
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
| 1194 |
+
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
| 1195 |
+
"dev": true,
|
| 1196 |
+
"funding": [
|
| 1197 |
+
{
|
| 1198 |
+
"type": "opencollective",
|
| 1199 |
+
"url": "https://opencollective.com/postcss/"
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"type": "tidelift",
|
| 1203 |
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
| 1204 |
+
},
|
| 1205 |
+
{
|
| 1206 |
+
"type": "github",
|
| 1207 |
+
"url": "https://github.com/sponsors/ai"
|
| 1208 |
+
}
|
| 1209 |
+
],
|
| 1210 |
+
"license": "MIT",
|
| 1211 |
+
"dependencies": {
|
| 1212 |
+
"nanoid": "^3.3.11",
|
| 1213 |
+
"picocolors": "^1.1.1",
|
| 1214 |
+
"source-map-js": "^1.2.1"
|
| 1215 |
+
},
|
| 1216 |
+
"engines": {
|
| 1217 |
+
"node": "^10 || ^12 || >=14"
|
| 1218 |
+
}
|
| 1219 |
+
},
|
| 1220 |
+
"node_modules/react": {
|
| 1221 |
+
"version": "19.2.3",
|
| 1222 |
+
"resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz",
|
| 1223 |
+
"integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==",
|
| 1224 |
+
"license": "MIT",
|
| 1225 |
+
"engines": {
|
| 1226 |
+
"node": ">=0.10.0"
|
| 1227 |
+
}
|
| 1228 |
+
},
|
| 1229 |
+
"node_modules/react-dom": {
|
| 1230 |
+
"version": "19.2.3",
|
| 1231 |
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.3.tgz",
|
| 1232 |
+
"integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==",
|
| 1233 |
+
"license": "MIT",
|
| 1234 |
+
"dependencies": {
|
| 1235 |
+
"scheduler": "^0.27.0"
|
| 1236 |
+
},
|
| 1237 |
+
"peerDependencies": {
|
| 1238 |
+
"react": "^19.2.3"
|
| 1239 |
+
}
|
| 1240 |
+
},
|
| 1241 |
+
"node_modules/rollup": {
|
| 1242 |
+
"version": "4.55.1",
|
| 1243 |
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.55.1.tgz",
|
| 1244 |
+
"integrity": "sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==",
|
| 1245 |
+
"dev": true,
|
| 1246 |
+
"license": "MIT",
|
| 1247 |
+
"dependencies": {
|
| 1248 |
+
"@types/estree": "1.0.8"
|
| 1249 |
+
},
|
| 1250 |
+
"bin": {
|
| 1251 |
+
"rollup": "dist/bin/rollup"
|
| 1252 |
+
},
|
| 1253 |
+
"engines": {
|
| 1254 |
+
"node": ">=18.0.0",
|
| 1255 |
+
"npm": ">=8.0.0"
|
| 1256 |
+
},
|
| 1257 |
+
"optionalDependencies": {
|
| 1258 |
+
"@rollup/rollup-android-arm-eabi": "4.55.1",
|
| 1259 |
+
"@rollup/rollup-android-arm64": "4.55.1",
|
| 1260 |
+
"@rollup/rollup-darwin-arm64": "4.55.1",
|
| 1261 |
+
"@rollup/rollup-darwin-x64": "4.55.1",
|
| 1262 |
+
"@rollup/rollup-freebsd-arm64": "4.55.1",
|
| 1263 |
+
"@rollup/rollup-freebsd-x64": "4.55.1",
|
| 1264 |
+
"@rollup/rollup-linux-arm-gnueabihf": "4.55.1",
|
| 1265 |
+
"@rollup/rollup-linux-arm-musleabihf": "4.55.1",
|
| 1266 |
+
"@rollup/rollup-linux-arm64-gnu": "4.55.1",
|
| 1267 |
+
"@rollup/rollup-linux-arm64-musl": "4.55.1",
|
| 1268 |
+
"@rollup/rollup-linux-loong64-gnu": "4.55.1",
|
| 1269 |
+
"@rollup/rollup-linux-loong64-musl": "4.55.1",
|
| 1270 |
+
"@rollup/rollup-linux-ppc64-gnu": "4.55.1",
|
| 1271 |
+
"@rollup/rollup-linux-ppc64-musl": "4.55.1",
|
| 1272 |
+
"@rollup/rollup-linux-riscv64-gnu": "4.55.1",
|
| 1273 |
+
"@rollup/rollup-linux-riscv64-musl": "4.55.1",
|
| 1274 |
+
"@rollup/rollup-linux-s390x-gnu": "4.55.1",
|
| 1275 |
+
"@rollup/rollup-linux-x64-gnu": "4.55.1",
|
| 1276 |
+
"@rollup/rollup-linux-x64-musl": "4.55.1",
|
| 1277 |
+
"@rollup/rollup-openbsd-x64": "4.55.1",
|
| 1278 |
+
"@rollup/rollup-openharmony-arm64": "4.55.1",
|
| 1279 |
+
"@rollup/rollup-win32-arm64-msvc": "4.55.1",
|
| 1280 |
+
"@rollup/rollup-win32-ia32-msvc": "4.55.1",
|
| 1281 |
+
"@rollup/rollup-win32-x64-gnu": "4.55.1",
|
| 1282 |
+
"@rollup/rollup-win32-x64-msvc": "4.55.1",
|
| 1283 |
+
"fsevents": "~2.3.2"
|
| 1284 |
+
}
|
| 1285 |
+
},
|
| 1286 |
+
"node_modules/scheduler": {
|
| 1287 |
+
"version": "0.27.0",
|
| 1288 |
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
|
| 1289 |
+
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
|
| 1290 |
+
"license": "MIT"
|
| 1291 |
+
},
|
| 1292 |
+
"node_modules/source-map-js": {
|
| 1293 |
+
"version": "1.2.1",
|
| 1294 |
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
| 1295 |
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
| 1296 |
+
"dev": true,
|
| 1297 |
+
"license": "BSD-3-Clause",
|
| 1298 |
+
"engines": {
|
| 1299 |
+
"node": ">=0.10.0"
|
| 1300 |
+
}
|
| 1301 |
+
},
|
| 1302 |
+
"node_modules/tinyglobby": {
|
| 1303 |
+
"version": "0.2.15",
|
| 1304 |
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
| 1305 |
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
| 1306 |
+
"dev": true,
|
| 1307 |
+
"license": "MIT",
|
| 1308 |
+
"dependencies": {
|
| 1309 |
+
"fdir": "^6.5.0",
|
| 1310 |
+
"picomatch": "^4.0.3"
|
| 1311 |
+
},
|
| 1312 |
+
"engines": {
|
| 1313 |
+
"node": ">=12.0.0"
|
| 1314 |
+
},
|
| 1315 |
+
"funding": {
|
| 1316 |
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
| 1317 |
+
}
|
| 1318 |
+
},
|
| 1319 |
+
"node_modules/typescript": {
|
| 1320 |
+
"version": "5.7.3",
|
| 1321 |
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
|
| 1322 |
+
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
|
| 1323 |
+
"dev": true,
|
| 1324 |
+
"license": "Apache-2.0",
|
| 1325 |
+
"bin": {
|
| 1326 |
+
"tsc": "bin/tsc",
|
| 1327 |
+
"tsserver": "bin/tsserver"
|
| 1328 |
+
},
|
| 1329 |
+
"engines": {
|
| 1330 |
+
"node": ">=14.17"
|
| 1331 |
+
}
|
| 1332 |
+
},
|
| 1333 |
+
"node_modules/undici-types": {
|
| 1334 |
+
"version": "6.21.0",
|
| 1335 |
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
| 1336 |
+
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
| 1337 |
+
"dev": true,
|
| 1338 |
+
"license": "MIT"
|
| 1339 |
+
},
|
| 1340 |
+
"node_modules/vite": {
|
| 1341 |
+
"version": "6.4.1",
|
| 1342 |
+
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz",
|
| 1343 |
+
"integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
|
| 1344 |
+
"dev": true,
|
| 1345 |
+
"license": "MIT",
|
| 1346 |
+
"dependencies": {
|
| 1347 |
+
"esbuild": "^0.25.0",
|
| 1348 |
+
"fdir": "^6.4.4",
|
| 1349 |
+
"picomatch": "^4.0.2",
|
| 1350 |
+
"postcss": "^8.5.3",
|
| 1351 |
+
"rollup": "^4.34.9",
|
| 1352 |
+
"tinyglobby": "^0.2.13"
|
| 1353 |
+
},
|
| 1354 |
+
"bin": {
|
| 1355 |
+
"vite": "bin/vite.js"
|
| 1356 |
+
},
|
| 1357 |
+
"engines": {
|
| 1358 |
+
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
| 1359 |
+
},
|
| 1360 |
+
"funding": {
|
| 1361 |
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
| 1362 |
+
},
|
| 1363 |
+
"optionalDependencies": {
|
| 1364 |
+
"fsevents": "~2.3.3"
|
| 1365 |
+
},
|
| 1366 |
+
"peerDependencies": {
|
| 1367 |
+
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
| 1368 |
+
"jiti": ">=1.21.0",
|
| 1369 |
+
"less": "*",
|
| 1370 |
+
"lightningcss": "^1.21.0",
|
| 1371 |
+
"sass": "*",
|
| 1372 |
+
"sass-embedded": "*",
|
| 1373 |
+
"stylus": "*",
|
| 1374 |
+
"sugarss": "*",
|
| 1375 |
+
"terser": "^5.16.0",
|
| 1376 |
+
"tsx": "^4.8.1",
|
| 1377 |
+
"yaml": "^2.4.2"
|
| 1378 |
+
},
|
| 1379 |
+
"peerDependenciesMeta": {
|
| 1380 |
+
"@types/node": {
|
| 1381 |
+
"optional": true
|
| 1382 |
+
},
|
| 1383 |
+
"jiti": {
|
| 1384 |
+
"optional": true
|
| 1385 |
+
},
|
| 1386 |
+
"less": {
|
| 1387 |
+
"optional": true
|
| 1388 |
+
},
|
| 1389 |
+
"lightningcss": {
|
| 1390 |
+
"optional": true
|
| 1391 |
+
},
|
| 1392 |
+
"sass": {
|
| 1393 |
+
"optional": true
|
| 1394 |
+
},
|
| 1395 |
+
"sass-embedded": {
|
| 1396 |
+
"optional": true
|
| 1397 |
+
},
|
| 1398 |
+
"stylus": {
|
| 1399 |
+
"optional": true
|
| 1400 |
+
},
|
| 1401 |
+
"sugarss": {
|
| 1402 |
+
"optional": true
|
| 1403 |
+
},
|
| 1404 |
+
"terser": {
|
| 1405 |
+
"optional": true
|
| 1406 |
+
},
|
| 1407 |
+
"tsx": {
|
| 1408 |
+
"optional": true
|
| 1409 |
+
},
|
| 1410 |
+
"yaml": {
|
| 1411 |
+
"optional": true
|
| 1412 |
+
}
|
| 1413 |
+
}
|
| 1414 |
+
}
|
| 1415 |
+
}
|
| 1416 |
+
}
|