sillyspec 3.20.3 → 3.20.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (225) hide show
  1. package/.claude/skills/sillyspec-archive/SKILL.md +21 -17
  2. package/.claude/skills/sillyspec-auto/SKILL.md +83 -77
  3. package/.claude/skills/sillyspec-brainstorm/SKILL.md +44 -17
  4. package/.claude/skills/sillyspec-commit/SKILL.md +106 -105
  5. package/.claude/skills/sillyspec-continue/SKILL.md +45 -44
  6. package/.claude/skills/sillyspec-doctor/SKILL.md +31 -22
  7. package/.claude/skills/sillyspec-execute/SKILL.md +30 -17
  8. package/.claude/skills/sillyspec-explore/SKILL.md +109 -96
  9. package/.claude/skills/sillyspec-knowledge/SKILL.md +270 -0
  10. package/.claude/skills/sillyspec-plan/SKILL.md +21 -52
  11. package/.claude/skills/sillyspec-propose/SKILL.md +21 -17
  12. package/.claude/skills/sillyspec-quick/SKILL.md +21 -17
  13. package/.claude/skills/sillyspec-resume/SKILL.md +68 -111
  14. package/.claude/skills/sillyspec-scan/SKILL.md +21 -17
  15. package/.claude/skills/sillyspec-state/SKILL.md +54 -54
  16. package/.claude/skills/sillyspec-status/SKILL.md +21 -17
  17. package/.claude/skills/sillyspec-verify/SKILL.md +21 -17
  18. package/.claude/skills/sillyspec-workspace/SKILL.md +157 -149
  19. package/.husky/pre-push +13 -0
  20. package/CLAUDE.md +18 -0
  21. package/README.md +198 -186
  22. package/SKILL.md +90 -87
  23. package/bin/sillyspec.js +2 -2
  24. package/docs/brainstorm-plan-contract.md +64 -0
  25. package/docs/plan-execute-contract.md +123 -0
  26. package/docs/platform-scan-protocol.md +298 -0
  27. package/docs/revision-mode.md +115 -0
  28. package/docs/sillyspec/file-lifecycle/known-implementation-gaps.md +99 -0
  29. package/docs/sillyspec/file-lifecycle/platform-workflows-sync.md +218 -0
  30. package/docs/sillyspec/file-lifecycle/stage-artifacts.md +167 -0
  31. package/docs/sillyspec/file-lifecycle/storage-and-state.md +148 -0
  32. package/docs/sillyspec/file-lifecycle/worktree-and-guard.md +211 -0
  33. package/docs/sillyspec/file-lifecycle.md +131 -0
  34. package/docs/workflow-contract-regression.md +106 -0
  35. package/docs/worktree-isolation.md +252 -0
  36. package/package.json +40 -34
  37. package/packages/dashboard/dist/assets/{index-D1EVTLmc.js → index-Bq_Z2hne.js} +7446 -7446
  38. package/packages/dashboard/dist/assets/index-O2W5RV4z.css +1 -0
  39. package/packages/dashboard/dist/index.html +16 -16
  40. package/packages/dashboard/dist/prototype-dashboard.html +836 -0
  41. package/packages/dashboard/dist/prototype-overview.html +256 -0
  42. package/packages/dashboard/index.html +15 -15
  43. package/packages/dashboard/package-lock.json +2384 -2384
  44. package/packages/dashboard/package.json +25 -25
  45. package/packages/dashboard/public/prototype-dashboard.html +836 -0
  46. package/packages/dashboard/public/prototype-overview.html +256 -0
  47. package/packages/dashboard/server/executor.js +86 -86
  48. package/packages/dashboard/server/index.js +588 -508
  49. package/packages/dashboard/server/parser.js +526 -458
  50. package/packages/dashboard/server/watcher.js +350 -342
  51. package/packages/dashboard/src/App.vue +558 -325
  52. package/packages/dashboard/src/components/ActionBar.vue +93 -84
  53. package/packages/dashboard/src/components/CommandPalette.vue +96 -92
  54. package/packages/dashboard/src/components/DetailPanel.vue +137 -137
  55. package/packages/dashboard/src/components/DocPreview.vue +105 -8
  56. package/packages/dashboard/src/components/DocTree.vue +75 -19
  57. package/packages/dashboard/src/components/HResizeHandle.vue +48 -0
  58. package/packages/dashboard/src/components/LogStream.vue +65 -65
  59. package/packages/dashboard/src/components/PipelineStage.vue +95 -75
  60. package/packages/dashboard/src/components/PipelineView.vue +156 -129
  61. package/packages/dashboard/src/components/ProjectCard.vue +187 -0
  62. package/packages/dashboard/src/components/ProjectList.vue +210 -210
  63. package/packages/dashboard/src/components/ProjectOverview.vue +113 -139
  64. package/packages/dashboard/src/components/StageBadge.vue +67 -53
  65. package/packages/dashboard/src/components/StepCard.vue +94 -89
  66. package/packages/dashboard/src/components/VResizeHandle.vue +61 -0
  67. package/packages/dashboard/src/components/detail/DocsDetail.vue +48 -48
  68. package/packages/dashboard/src/components/detail/GitDetail.vue +61 -61
  69. package/packages/dashboard/src/components/detail/TechDetail.vue +43 -43
  70. package/packages/dashboard/src/composables/useDashboard.js +192 -164
  71. package/packages/dashboard/src/composables/useKeyboard.js +119 -119
  72. package/packages/dashboard/src/composables/useLayout.js +131 -0
  73. package/packages/dashboard/src/composables/useWebSocket.js +129 -129
  74. package/packages/dashboard/src/main.js +8 -8
  75. package/packages/dashboard/src/style.css +132 -132
  76. package/packages/dashboard/vite.config.js +18 -18
  77. package/src/brainstorm-postcheck.js +158 -0
  78. package/src/change-list.js +52 -0
  79. package/src/change-risk-profile.js +352 -0
  80. package/src/classify-change.js +73 -0
  81. package/src/constants.js +70 -0
  82. package/src/contract-matrix.js +278 -0
  83. package/src/db.js +201 -0
  84. package/src/endpoint-extractor.js +315 -0
  85. package/src/hooks/claude-pre-tool-use.cjs +125 -0
  86. package/src/hooks/worktree-guard.js +761 -0
  87. package/src/index.js +922 -252
  88. package/src/init.js +470 -375
  89. package/src/knowledge-match.js +130 -0
  90. package/src/migrate.js +117 -117
  91. package/src/modules.js +482 -0
  92. package/src/progress.js +1734 -508
  93. package/src/run.js +3465 -652
  94. package/src/scan-postcheck.js +387 -0
  95. package/src/setup.js +398 -460
  96. package/src/stage-contract.js +700 -0
  97. package/src/stages/archive.js +160 -54
  98. package/src/stages/brainstorm-auto.js +229 -0
  99. package/src/stages/brainstorm.js +645 -239
  100. package/src/stages/doctor.js +365 -312
  101. package/src/stages/execute.js +634 -264
  102. package/src/stages/explore.js +34 -0
  103. package/src/stages/index.js +29 -35
  104. package/src/stages/knowledge.js +498 -0
  105. package/src/stages/plan-postcheck.js +518 -0
  106. package/src/stages/plan.js +582 -279
  107. package/src/stages/propose.js +174 -115
  108. package/src/stages/quick.js +102 -63
  109. package/src/stages/scan.js +558 -141
  110. package/src/stages/status.js +65 -65
  111. package/src/stages/verify.js +322 -135
  112. package/src/sync.js +497 -0
  113. package/src/task-review.js +346 -0
  114. package/src/workflow.js +785 -0
  115. package/src/worktree-apply.js +549 -0
  116. package/src/worktree-deps.js +185 -0
  117. package/src/worktree.js +982 -0
  118. package/templates/workflows/archive-impact.yaml +79 -0
  119. package/templates/workflows/scan-docs.yaml +132 -0
  120. package/test/brainstorm-plan-contract.test.mjs +273 -0
  121. package/test/check-syntax.mjs +26 -0
  122. package/test/cli-top-level-aliases.test.mjs +174 -0
  123. package/test/contract-artifacts.test.mjs +323 -0
  124. package/test/decision-supersede.test.mjs +277 -0
  125. package/test/knowledge-match.test.mjs +231 -0
  126. package/test/plan-execute-contract.test.mjs +357 -0
  127. package/test/plan-optimization.test.mjs +572 -0
  128. package/test/platform-artifacts.test.mjs +190 -0
  129. package/test/platform-failure-samples.test.mjs +199 -0
  130. package/test/platform-recovery-chain.test.mjs +179 -0
  131. package/test/platform-recovery.test.mjs +167 -0
  132. package/test/platform-scan-p0.test.mjs +175 -0
  133. package/test/revision-v1.test.mjs +1145 -0
  134. package/test/run-sanitize-project-name.test.mjs +51 -0
  135. package/test/run-scan-postcheck-fail.test.mjs +64 -0
  136. package/test/run-scan-project-parse.test.mjs +200 -0
  137. package/test/run-tests.mjs +48 -0
  138. package/test/runtime-cleanup-keeps-worktree.test.mjs +107 -0
  139. package/test/scan-docs-yaml-placeholders.test.mjs +84 -0
  140. package/test/scan-knowledge.test.mjs +175 -0
  141. package/test/scan-paths.test.mjs +68 -0
  142. package/test/scan-postcheck-project-priority.test.mjs +85 -0
  143. package/test/scan-postcheck.test.mjs +197 -0
  144. package/test/scan-workflow-anyfailed-block.test.mjs +52 -0
  145. package/test/spec-dir.test.mjs +206 -0
  146. package/test/stage-contract-failed-post-check.test.mjs +102 -0
  147. package/test/stage-contract.test.mjs +299 -0
  148. package/test/stage-definitions.test.mjs +39 -0
  149. package/test/wait-gates.test.mjs +501 -0
  150. package/test/workflow-spec-base.test.mjs +142 -0
  151. package/test/worktree-deps-provision.test.mjs +148 -0
  152. package/test/worktree-guard.test.mjs +136 -0
  153. package/test/worktree-native-overlay.test.mjs +188 -0
  154. package/.sillyspec/changes/archive/2026-04-08-derive-state/design.md +0 -97
  155. package/.sillyspec/changes/archive/2026-04-08-derive-state/plan.md +0 -51
  156. package/.sillyspec/changes/archive/2026-04-08-derive-state/proposal.md +0 -29
  157. package/.sillyspec/changes/archive/2026-04-08-derive-state/requirements.md +0 -34
  158. package/.sillyspec/changes/archive/2026-04-08-derive-state/tasks.md +0 -13
  159. package/.sillyspec/changes/archive/2026-04-08-derive-state/verify-result.md +0 -43
  160. package/.sillyspec/changes/auto-mode/design.md +0 -50
  161. package/.sillyspec/changes/auto-mode/proposal.md +0 -19
  162. package/.sillyspec/changes/auto-mode/requirements.md +0 -21
  163. package/.sillyspec/changes/auto-mode/tasks.md +0 -7
  164. package/.sillyspec/changes/brainstorm-archive/2026-04-05-dashboard-design.md +0 -206
  165. package/.sillyspec/changes/brainstorm-archive/2026-04-05-unified-docs-design.md +0 -199
  166. package/.sillyspec/changes/dashboard/design.md +0 -219
  167. package/.sillyspec/changes/dashboard/design.md.braindraft +0 -206
  168. package/.sillyspec/changes/run-command-design/design.md +0 -1230
  169. package/.sillyspec/changes/unified-docs-design/design.md +0 -199
  170. package/.sillyspec/docs/sillyspec/scan/.gitkeep +0 -0
  171. package/.sillyspec/knowledge/INDEX.md +0 -8
  172. package/.sillyspec/knowledge/uncategorized.md +0 -3
  173. package/.sillyspec/plans/2026-04-05-dashboard.md +0 -737
  174. package/.sillyspec/projects/sillyspec.yaml +0 -3
  175. package/dist/steps/brainstorm/01-load-context.md +0 -30
  176. package/dist/steps/brainstorm/02-reuse-check.md +0 -6
  177. package/dist/steps/brainstorm/03-prototype-analysis.md +0 -11
  178. package/dist/steps/brainstorm/04-module-split.md +0 -23
  179. package/dist/steps/brainstorm/05-dialog-explore.md +0 -8
  180. package/dist/steps/brainstorm/06-propose-approaches.md +0 -3
  181. package/dist/steps/brainstorm/07-present-design.md +0 -3
  182. package/dist/steps/brainstorm/08-write-design.md +0 -21
  183. package/dist/steps/brainstorm/09-self-review.md +0 -15
  184. package/dist/steps/brainstorm/10-user-confirm.md +0 -3
  185. package/dist/steps/brainstorm/11-output-spec.md +0 -7
  186. package/dist/steps/brainstorm/manifest.yaml +0 -26
  187. package/dist/steps/execute/01-load-context.md +0 -41
  188. package/dist/steps/execute/02-scan-conventions.md +0 -47
  189. package/dist/steps/execute/03-skill-mcp.md +0 -19
  190. package/dist/steps/execute/04-assign-task.md +0 -22
  191. package/dist/steps/execute/04b-prompt-template.md +0 -54
  192. package/dist/steps/execute/05-write-test.md +0 -7
  193. package/dist/steps/execute/06-write-code.md +0 -8
  194. package/dist/steps/execute/07-run-test.md +0 -26
  195. package/dist/steps/execute/08-fix-issues.md +0 -28
  196. package/dist/steps/execute/09-next-task.md +0 -33
  197. package/dist/steps/execute/manifest.yaml +0 -28
  198. package/dist/steps/plan/01-load-context.md +0 -22
  199. package/dist/steps/plan/02-anchor-confirm.md +0 -1
  200. package/dist/steps/plan/03-expand-tasks.md +0 -33
  201. package/dist/steps/plan/04-mark-order.md +0 -15
  202. package/dist/steps/plan/05-e2e-planning.md +0 -17
  203. package/dist/steps/plan/06-self-check.md +0 -16
  204. package/dist/steps/plan/07-save.md +0 -1
  205. package/dist/steps/plan/manifest.yaml +0 -18
  206. package/dist/steps/scan/01-env-detect.md +0 -51
  207. package/dist/steps/scan/02-tech-stack.md +0 -16
  208. package/dist/steps/scan/03-conventions.md +0 -16
  209. package/dist/steps/scan/04-structure.md +0 -19
  210. package/dist/steps/scan/05-quality.md +0 -18
  211. package/dist/steps/scan/06-complete.md +0 -49
  212. package/dist/steps/scan/manifest.yaml +0 -16
  213. package/dist/steps/verify/01-load-specs.md +0 -28
  214. package/dist/steps/verify/02-check-tasks.md +0 -1
  215. package/dist/steps/verify/03-check-design.md +0 -6
  216. package/dist/steps/verify/04-run-tests.md +0 -7
  217. package/dist/steps/verify/05-e2e-tests.md +0 -27
  218. package/dist/steps/verify/05b-e2e-fix.md +0 -33
  219. package/dist/steps/verify/06-code-quality.md +0 -25
  220. package/dist/steps/verify/07-lint-check.md +0 -27
  221. package/dist/steps/verify/08-output-report.md +0 -14
  222. package/dist/steps/verify/manifest.yaml +0 -22
  223. package/packages/dashboard/dist/assets/index-DGe8CqeP.css +0 -1
  224. package/src/derive.js +0 -147
  225. package/src/step.js +0 -543
@@ -1,2384 +1,2384 @@
1
- {
2
- "name": "@sillyspec/dashboard",
3
- "version": "1.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "@sillyspec/dashboard",
9
- "version": "1.0.0",
10
- "dependencies": {
11
- "@vicons/ionicons5": "^0.13.0",
12
- "chokidar": "^4.0",
13
- "marked": "^17.0.6",
14
- "naive-ui": "^2.44.1",
15
- "open": "^10.1",
16
- "vue": "^3.5",
17
- "ws": "^8.18"
18
- },
19
- "devDependencies": {
20
- "@tailwindcss/vite": "^4.0",
21
- "@vitejs/plugin-vue": "^5.2",
22
- "tailwindcss": "^4.0",
23
- "vite": "^6.0"
24
- }
25
- },
26
- "node_modules/@babel/helper-string-parser": {
27
- "version": "7.27.1",
28
- "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
29
- "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
30
- "license": "MIT",
31
- "engines": {
32
- "node": ">=6.9.0"
33
- }
34
- },
35
- "node_modules/@babel/helper-validator-identifier": {
36
- "version": "7.28.5",
37
- "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
38
- "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
39
- "license": "MIT",
40
- "engines": {
41
- "node": ">=6.9.0"
42
- }
43
- },
44
- "node_modules/@babel/parser": {
45
- "version": "7.29.2",
46
- "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.2.tgz",
47
- "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
48
- "license": "MIT",
49
- "dependencies": {
50
- "@babel/types": "^7.29.0"
51
- },
52
- "bin": {
53
- "parser": "bin/babel-parser.js"
54
- },
55
- "engines": {
56
- "node": ">=6.0.0"
57
- }
58
- },
59
- "node_modules/@babel/types": {
60
- "version": "7.29.0",
61
- "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.0.tgz",
62
- "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
63
- "license": "MIT",
64
- "dependencies": {
65
- "@babel/helper-string-parser": "^7.27.1",
66
- "@babel/helper-validator-identifier": "^7.28.5"
67
- },
68
- "engines": {
69
- "node": ">=6.9.0"
70
- }
71
- },
72
- "node_modules/@css-render/plugin-bem": {
73
- "version": "0.15.14",
74
- "resolved": "https://registry.npmmirror.com/@css-render/plugin-bem/-/plugin-bem-0.15.14.tgz",
75
- "integrity": "sha512-QK513CJ7yEQxm/P3EwsI+d+ha8kSOcjGvD6SevM41neEMxdULE+18iuQK6tEChAWMOQNQPLG/Rw3Khb69r5neg==",
76
- "license": "MIT",
77
- "peerDependencies": {
78
- "css-render": "~0.15.14"
79
- }
80
- },
81
- "node_modules/@css-render/vue3-ssr": {
82
- "version": "0.15.14",
83
- "resolved": "https://registry.npmmirror.com/@css-render/vue3-ssr/-/vue3-ssr-0.15.14.tgz",
84
- "integrity": "sha512-//8027GSbxE9n3QlD73xFY6z4ZbHbvrOVB7AO6hsmrEzGbg+h2A09HboUyDgu+xsmj7JnvJD39Irt+2D0+iV8g==",
85
- "license": "MIT",
86
- "peerDependencies": {
87
- "vue": "^3.0.11"
88
- }
89
- },
90
- "node_modules/@emotion/hash": {
91
- "version": "0.8.0",
92
- "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.8.0.tgz",
93
- "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
94
- "license": "MIT"
95
- },
96
- "node_modules/@esbuild/aix-ppc64": {
97
- "version": "0.25.12",
98
- "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
99
- "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
100
- "cpu": [
101
- "ppc64"
102
- ],
103
- "dev": true,
104
- "license": "MIT",
105
- "optional": true,
106
- "os": [
107
- "aix"
108
- ],
109
- "engines": {
110
- "node": ">=18"
111
- }
112
- },
113
- "node_modules/@esbuild/android-arm": {
114
- "version": "0.25.12",
115
- "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
116
- "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
117
- "cpu": [
118
- "arm"
119
- ],
120
- "dev": true,
121
- "license": "MIT",
122
- "optional": true,
123
- "os": [
124
- "android"
125
- ],
126
- "engines": {
127
- "node": ">=18"
128
- }
129
- },
130
- "node_modules/@esbuild/android-arm64": {
131
- "version": "0.25.12",
132
- "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
133
- "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
134
- "cpu": [
135
- "arm64"
136
- ],
137
- "dev": true,
138
- "license": "MIT",
139
- "optional": true,
140
- "os": [
141
- "android"
142
- ],
143
- "engines": {
144
- "node": ">=18"
145
- }
146
- },
147
- "node_modules/@esbuild/android-x64": {
148
- "version": "0.25.12",
149
- "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
150
- "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
151
- "cpu": [
152
- "x64"
153
- ],
154
- "dev": true,
155
- "license": "MIT",
156
- "optional": true,
157
- "os": [
158
- "android"
159
- ],
160
- "engines": {
161
- "node": ">=18"
162
- }
163
- },
164
- "node_modules/@esbuild/darwin-arm64": {
165
- "version": "0.25.12",
166
- "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
167
- "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
168
- "cpu": [
169
- "arm64"
170
- ],
171
- "dev": true,
172
- "license": "MIT",
173
- "optional": true,
174
- "os": [
175
- "darwin"
176
- ],
177
- "engines": {
178
- "node": ">=18"
179
- }
180
- },
181
- "node_modules/@esbuild/darwin-x64": {
182
- "version": "0.25.12",
183
- "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
184
- "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
185
- "cpu": [
186
- "x64"
187
- ],
188
- "dev": true,
189
- "license": "MIT",
190
- "optional": true,
191
- "os": [
192
- "darwin"
193
- ],
194
- "engines": {
195
- "node": ">=18"
196
- }
197
- },
198
- "node_modules/@esbuild/freebsd-arm64": {
199
- "version": "0.25.12",
200
- "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
201
- "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
202
- "cpu": [
203
- "arm64"
204
- ],
205
- "dev": true,
206
- "license": "MIT",
207
- "optional": true,
208
- "os": [
209
- "freebsd"
210
- ],
211
- "engines": {
212
- "node": ">=18"
213
- }
214
- },
215
- "node_modules/@esbuild/freebsd-x64": {
216
- "version": "0.25.12",
217
- "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
218
- "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
219
- "cpu": [
220
- "x64"
221
- ],
222
- "dev": true,
223
- "license": "MIT",
224
- "optional": true,
225
- "os": [
226
- "freebsd"
227
- ],
228
- "engines": {
229
- "node": ">=18"
230
- }
231
- },
232
- "node_modules/@esbuild/linux-arm": {
233
- "version": "0.25.12",
234
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
235
- "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
236
- "cpu": [
237
- "arm"
238
- ],
239
- "dev": true,
240
- "license": "MIT",
241
- "optional": true,
242
- "os": [
243
- "linux"
244
- ],
245
- "engines": {
246
- "node": ">=18"
247
- }
248
- },
249
- "node_modules/@esbuild/linux-arm64": {
250
- "version": "0.25.12",
251
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
252
- "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
253
- "cpu": [
254
- "arm64"
255
- ],
256
- "dev": true,
257
- "license": "MIT",
258
- "optional": true,
259
- "os": [
260
- "linux"
261
- ],
262
- "engines": {
263
- "node": ">=18"
264
- }
265
- },
266
- "node_modules/@esbuild/linux-ia32": {
267
- "version": "0.25.12",
268
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
269
- "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
270
- "cpu": [
271
- "ia32"
272
- ],
273
- "dev": true,
274
- "license": "MIT",
275
- "optional": true,
276
- "os": [
277
- "linux"
278
- ],
279
- "engines": {
280
- "node": ">=18"
281
- }
282
- },
283
- "node_modules/@esbuild/linux-loong64": {
284
- "version": "0.25.12",
285
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
286
- "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
287
- "cpu": [
288
- "loong64"
289
- ],
290
- "dev": true,
291
- "license": "MIT",
292
- "optional": true,
293
- "os": [
294
- "linux"
295
- ],
296
- "engines": {
297
- "node": ">=18"
298
- }
299
- },
300
- "node_modules/@esbuild/linux-mips64el": {
301
- "version": "0.25.12",
302
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
303
- "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
304
- "cpu": [
305
- "mips64el"
306
- ],
307
- "dev": true,
308
- "license": "MIT",
309
- "optional": true,
310
- "os": [
311
- "linux"
312
- ],
313
- "engines": {
314
- "node": ">=18"
315
- }
316
- },
317
- "node_modules/@esbuild/linux-ppc64": {
318
- "version": "0.25.12",
319
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
320
- "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
321
- "cpu": [
322
- "ppc64"
323
- ],
324
- "dev": true,
325
- "license": "MIT",
326
- "optional": true,
327
- "os": [
328
- "linux"
329
- ],
330
- "engines": {
331
- "node": ">=18"
332
- }
333
- },
334
- "node_modules/@esbuild/linux-riscv64": {
335
- "version": "0.25.12",
336
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
337
- "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
338
- "cpu": [
339
- "riscv64"
340
- ],
341
- "dev": true,
342
- "license": "MIT",
343
- "optional": true,
344
- "os": [
345
- "linux"
346
- ],
347
- "engines": {
348
- "node": ">=18"
349
- }
350
- },
351
- "node_modules/@esbuild/linux-s390x": {
352
- "version": "0.25.12",
353
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
354
- "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
355
- "cpu": [
356
- "s390x"
357
- ],
358
- "dev": true,
359
- "license": "MIT",
360
- "optional": true,
361
- "os": [
362
- "linux"
363
- ],
364
- "engines": {
365
- "node": ">=18"
366
- }
367
- },
368
- "node_modules/@esbuild/linux-x64": {
369
- "version": "0.25.12",
370
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
371
- "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
372
- "cpu": [
373
- "x64"
374
- ],
375
- "dev": true,
376
- "license": "MIT",
377
- "optional": true,
378
- "os": [
379
- "linux"
380
- ],
381
- "engines": {
382
- "node": ">=18"
383
- }
384
- },
385
- "node_modules/@esbuild/netbsd-arm64": {
386
- "version": "0.25.12",
387
- "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
388
- "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
389
- "cpu": [
390
- "arm64"
391
- ],
392
- "dev": true,
393
- "license": "MIT",
394
- "optional": true,
395
- "os": [
396
- "netbsd"
397
- ],
398
- "engines": {
399
- "node": ">=18"
400
- }
401
- },
402
- "node_modules/@esbuild/netbsd-x64": {
403
- "version": "0.25.12",
404
- "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
405
- "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
406
- "cpu": [
407
- "x64"
408
- ],
409
- "dev": true,
410
- "license": "MIT",
411
- "optional": true,
412
- "os": [
413
- "netbsd"
414
- ],
415
- "engines": {
416
- "node": ">=18"
417
- }
418
- },
419
- "node_modules/@esbuild/openbsd-arm64": {
420
- "version": "0.25.12",
421
- "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
422
- "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
423
- "cpu": [
424
- "arm64"
425
- ],
426
- "dev": true,
427
- "license": "MIT",
428
- "optional": true,
429
- "os": [
430
- "openbsd"
431
- ],
432
- "engines": {
433
- "node": ">=18"
434
- }
435
- },
436
- "node_modules/@esbuild/openbsd-x64": {
437
- "version": "0.25.12",
438
- "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
439
- "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
440
- "cpu": [
441
- "x64"
442
- ],
443
- "dev": true,
444
- "license": "MIT",
445
- "optional": true,
446
- "os": [
447
- "openbsd"
448
- ],
449
- "engines": {
450
- "node": ">=18"
451
- }
452
- },
453
- "node_modules/@esbuild/openharmony-arm64": {
454
- "version": "0.25.12",
455
- "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
456
- "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
457
- "cpu": [
458
- "arm64"
459
- ],
460
- "dev": true,
461
- "license": "MIT",
462
- "optional": true,
463
- "os": [
464
- "openharmony"
465
- ],
466
- "engines": {
467
- "node": ">=18"
468
- }
469
- },
470
- "node_modules/@esbuild/sunos-x64": {
471
- "version": "0.25.12",
472
- "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
473
- "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
474
- "cpu": [
475
- "x64"
476
- ],
477
- "dev": true,
478
- "license": "MIT",
479
- "optional": true,
480
- "os": [
481
- "sunos"
482
- ],
483
- "engines": {
484
- "node": ">=18"
485
- }
486
- },
487
- "node_modules/@esbuild/win32-arm64": {
488
- "version": "0.25.12",
489
- "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
490
- "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
491
- "cpu": [
492
- "arm64"
493
- ],
494
- "dev": true,
495
- "license": "MIT",
496
- "optional": true,
497
- "os": [
498
- "win32"
499
- ],
500
- "engines": {
501
- "node": ">=18"
502
- }
503
- },
504
- "node_modules/@esbuild/win32-ia32": {
505
- "version": "0.25.12",
506
- "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
507
- "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
508
- "cpu": [
509
- "ia32"
510
- ],
511
- "dev": true,
512
- "license": "MIT",
513
- "optional": true,
514
- "os": [
515
- "win32"
516
- ],
517
- "engines": {
518
- "node": ">=18"
519
- }
520
- },
521
- "node_modules/@esbuild/win32-x64": {
522
- "version": "0.25.12",
523
- "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
524
- "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
525
- "cpu": [
526
- "x64"
527
- ],
528
- "dev": true,
529
- "license": "MIT",
530
- "optional": true,
531
- "os": [
532
- "win32"
533
- ],
534
- "engines": {
535
- "node": ">=18"
536
- }
537
- },
538
- "node_modules/@jridgewell/gen-mapping": {
539
- "version": "0.3.13",
540
- "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
541
- "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
542
- "dev": true,
543
- "license": "MIT",
544
- "dependencies": {
545
- "@jridgewell/sourcemap-codec": "^1.5.0",
546
- "@jridgewell/trace-mapping": "^0.3.24"
547
- }
548
- },
549
- "node_modules/@jridgewell/remapping": {
550
- "version": "2.3.5",
551
- "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz",
552
- "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
553
- "dev": true,
554
- "license": "MIT",
555
- "dependencies": {
556
- "@jridgewell/gen-mapping": "^0.3.5",
557
- "@jridgewell/trace-mapping": "^0.3.24"
558
- }
559
- },
560
- "node_modules/@jridgewell/resolve-uri": {
561
- "version": "3.1.2",
562
- "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
563
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
564
- "dev": true,
565
- "license": "MIT",
566
- "engines": {
567
- "node": ">=6.0.0"
568
- }
569
- },
570
- "node_modules/@jridgewell/sourcemap-codec": {
571
- "version": "1.5.5",
572
- "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
573
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
574
- "license": "MIT"
575
- },
576
- "node_modules/@jridgewell/trace-mapping": {
577
- "version": "0.3.31",
578
- "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
579
- "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
580
- "dev": true,
581
- "license": "MIT",
582
- "dependencies": {
583
- "@jridgewell/resolve-uri": "^3.1.0",
584
- "@jridgewell/sourcemap-codec": "^1.4.14"
585
- }
586
- },
587
- "node_modules/@juggle/resize-observer": {
588
- "version": "3.4.0",
589
- "resolved": "https://registry.npmmirror.com/@juggle/resize-observer/-/resize-observer-3.4.0.tgz",
590
- "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==",
591
- "license": "Apache-2.0"
592
- },
593
- "node_modules/@rollup/rollup-android-arm-eabi": {
594
- "version": "4.60.1",
595
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz",
596
- "integrity": "sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==",
597
- "cpu": [
598
- "arm"
599
- ],
600
- "dev": true,
601
- "license": "MIT",
602
- "optional": true,
603
- "os": [
604
- "android"
605
- ]
606
- },
607
- "node_modules/@rollup/rollup-android-arm64": {
608
- "version": "4.60.1",
609
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.1.tgz",
610
- "integrity": "sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==",
611
- "cpu": [
612
- "arm64"
613
- ],
614
- "dev": true,
615
- "license": "MIT",
616
- "optional": true,
617
- "os": [
618
- "android"
619
- ]
620
- },
621
- "node_modules/@rollup/rollup-darwin-arm64": {
622
- "version": "4.60.1",
623
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.1.tgz",
624
- "integrity": "sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==",
625
- "cpu": [
626
- "arm64"
627
- ],
628
- "dev": true,
629
- "license": "MIT",
630
- "optional": true,
631
- "os": [
632
- "darwin"
633
- ]
634
- },
635
- "node_modules/@rollup/rollup-darwin-x64": {
636
- "version": "4.60.1",
637
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.1.tgz",
638
- "integrity": "sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==",
639
- "cpu": [
640
- "x64"
641
- ],
642
- "dev": true,
643
- "license": "MIT",
644
- "optional": true,
645
- "os": [
646
- "darwin"
647
- ]
648
- },
649
- "node_modules/@rollup/rollup-freebsd-arm64": {
650
- "version": "4.60.1",
651
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.1.tgz",
652
- "integrity": "sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==",
653
- "cpu": [
654
- "arm64"
655
- ],
656
- "dev": true,
657
- "license": "MIT",
658
- "optional": true,
659
- "os": [
660
- "freebsd"
661
- ]
662
- },
663
- "node_modules/@rollup/rollup-freebsd-x64": {
664
- "version": "4.60.1",
665
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.1.tgz",
666
- "integrity": "sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==",
667
- "cpu": [
668
- "x64"
669
- ],
670
- "dev": true,
671
- "license": "MIT",
672
- "optional": true,
673
- "os": [
674
- "freebsd"
675
- ]
676
- },
677
- "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
678
- "version": "4.60.1",
679
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.1.tgz",
680
- "integrity": "sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==",
681
- "cpu": [
682
- "arm"
683
- ],
684
- "dev": true,
685
- "license": "MIT",
686
- "optional": true,
687
- "os": [
688
- "linux"
689
- ]
690
- },
691
- "node_modules/@rollup/rollup-linux-arm-musleabihf": {
692
- "version": "4.60.1",
693
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.1.tgz",
694
- "integrity": "sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==",
695
- "cpu": [
696
- "arm"
697
- ],
698
- "dev": true,
699
- "license": "MIT",
700
- "optional": true,
701
- "os": [
702
- "linux"
703
- ]
704
- },
705
- "node_modules/@rollup/rollup-linux-arm64-gnu": {
706
- "version": "4.60.1",
707
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.1.tgz",
708
- "integrity": "sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==",
709
- "cpu": [
710
- "arm64"
711
- ],
712
- "dev": true,
713
- "license": "MIT",
714
- "optional": true,
715
- "os": [
716
- "linux"
717
- ]
718
- },
719
- "node_modules/@rollup/rollup-linux-arm64-musl": {
720
- "version": "4.60.1",
721
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.1.tgz",
722
- "integrity": "sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==",
723
- "cpu": [
724
- "arm64"
725
- ],
726
- "dev": true,
727
- "license": "MIT",
728
- "optional": true,
729
- "os": [
730
- "linux"
731
- ]
732
- },
733
- "node_modules/@rollup/rollup-linux-loong64-gnu": {
734
- "version": "4.60.1",
735
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.1.tgz",
736
- "integrity": "sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==",
737
- "cpu": [
738
- "loong64"
739
- ],
740
- "dev": true,
741
- "license": "MIT",
742
- "optional": true,
743
- "os": [
744
- "linux"
745
- ]
746
- },
747
- "node_modules/@rollup/rollup-linux-loong64-musl": {
748
- "version": "4.60.1",
749
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.1.tgz",
750
- "integrity": "sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==",
751
- "cpu": [
752
- "loong64"
753
- ],
754
- "dev": true,
755
- "license": "MIT",
756
- "optional": true,
757
- "os": [
758
- "linux"
759
- ]
760
- },
761
- "node_modules/@rollup/rollup-linux-ppc64-gnu": {
762
- "version": "4.60.1",
763
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.1.tgz",
764
- "integrity": "sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==",
765
- "cpu": [
766
- "ppc64"
767
- ],
768
- "dev": true,
769
- "license": "MIT",
770
- "optional": true,
771
- "os": [
772
- "linux"
773
- ]
774
- },
775
- "node_modules/@rollup/rollup-linux-ppc64-musl": {
776
- "version": "4.60.1",
777
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.1.tgz",
778
- "integrity": "sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==",
779
- "cpu": [
780
- "ppc64"
781
- ],
782
- "dev": true,
783
- "license": "MIT",
784
- "optional": true,
785
- "os": [
786
- "linux"
787
- ]
788
- },
789
- "node_modules/@rollup/rollup-linux-riscv64-gnu": {
790
- "version": "4.60.1",
791
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.1.tgz",
792
- "integrity": "sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==",
793
- "cpu": [
794
- "riscv64"
795
- ],
796
- "dev": true,
797
- "license": "MIT",
798
- "optional": true,
799
- "os": [
800
- "linux"
801
- ]
802
- },
803
- "node_modules/@rollup/rollup-linux-riscv64-musl": {
804
- "version": "4.60.1",
805
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.1.tgz",
806
- "integrity": "sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==",
807
- "cpu": [
808
- "riscv64"
809
- ],
810
- "dev": true,
811
- "license": "MIT",
812
- "optional": true,
813
- "os": [
814
- "linux"
815
- ]
816
- },
817
- "node_modules/@rollup/rollup-linux-s390x-gnu": {
818
- "version": "4.60.1",
819
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.1.tgz",
820
- "integrity": "sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==",
821
- "cpu": [
822
- "s390x"
823
- ],
824
- "dev": true,
825
- "license": "MIT",
826
- "optional": true,
827
- "os": [
828
- "linux"
829
- ]
830
- },
831
- "node_modules/@rollup/rollup-linux-x64-gnu": {
832
- "version": "4.60.1",
833
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz",
834
- "integrity": "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==",
835
- "cpu": [
836
- "x64"
837
- ],
838
- "dev": true,
839
- "license": "MIT",
840
- "optional": true,
841
- "os": [
842
- "linux"
843
- ]
844
- },
845
- "node_modules/@rollup/rollup-linux-x64-musl": {
846
- "version": "4.60.1",
847
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.1.tgz",
848
- "integrity": "sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==",
849
- "cpu": [
850
- "x64"
851
- ],
852
- "dev": true,
853
- "license": "MIT",
854
- "optional": true,
855
- "os": [
856
- "linux"
857
- ]
858
- },
859
- "node_modules/@rollup/rollup-openbsd-x64": {
860
- "version": "4.60.1",
861
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.1.tgz",
862
- "integrity": "sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==",
863
- "cpu": [
864
- "x64"
865
- ],
866
- "dev": true,
867
- "license": "MIT",
868
- "optional": true,
869
- "os": [
870
- "openbsd"
871
- ]
872
- },
873
- "node_modules/@rollup/rollup-openharmony-arm64": {
874
- "version": "4.60.1",
875
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.1.tgz",
876
- "integrity": "sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==",
877
- "cpu": [
878
- "arm64"
879
- ],
880
- "dev": true,
881
- "license": "MIT",
882
- "optional": true,
883
- "os": [
884
- "openharmony"
885
- ]
886
- },
887
- "node_modules/@rollup/rollup-win32-arm64-msvc": {
888
- "version": "4.60.1",
889
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.1.tgz",
890
- "integrity": "sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==",
891
- "cpu": [
892
- "arm64"
893
- ],
894
- "dev": true,
895
- "license": "MIT",
896
- "optional": true,
897
- "os": [
898
- "win32"
899
- ]
900
- },
901
- "node_modules/@rollup/rollup-win32-ia32-msvc": {
902
- "version": "4.60.1",
903
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.1.tgz",
904
- "integrity": "sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==",
905
- "cpu": [
906
- "ia32"
907
- ],
908
- "dev": true,
909
- "license": "MIT",
910
- "optional": true,
911
- "os": [
912
- "win32"
913
- ]
914
- },
915
- "node_modules/@rollup/rollup-win32-x64-gnu": {
916
- "version": "4.60.1",
917
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.1.tgz",
918
- "integrity": "sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==",
919
- "cpu": [
920
- "x64"
921
- ],
922
- "dev": true,
923
- "license": "MIT",
924
- "optional": true,
925
- "os": [
926
- "win32"
927
- ]
928
- },
929
- "node_modules/@rollup/rollup-win32-x64-msvc": {
930
- "version": "4.60.1",
931
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.1.tgz",
932
- "integrity": "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==",
933
- "cpu": [
934
- "x64"
935
- ],
936
- "dev": true,
937
- "license": "MIT",
938
- "optional": true,
939
- "os": [
940
- "win32"
941
- ]
942
- },
943
- "node_modules/@tailwindcss/node": {
944
- "version": "4.2.2",
945
- "resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.2.2.tgz",
946
- "integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==",
947
- "dev": true,
948
- "license": "MIT",
949
- "dependencies": {
950
- "@jridgewell/remapping": "^2.3.5",
951
- "enhanced-resolve": "^5.19.0",
952
- "jiti": "^2.6.1",
953
- "lightningcss": "1.32.0",
954
- "magic-string": "^0.30.21",
955
- "source-map-js": "^1.2.1",
956
- "tailwindcss": "4.2.2"
957
- }
958
- },
959
- "node_modules/@tailwindcss/oxide": {
960
- "version": "4.2.2",
961
- "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.2.2.tgz",
962
- "integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==",
963
- "dev": true,
964
- "license": "MIT",
965
- "engines": {
966
- "node": ">= 20"
967
- },
968
- "optionalDependencies": {
969
- "@tailwindcss/oxide-android-arm64": "4.2.2",
970
- "@tailwindcss/oxide-darwin-arm64": "4.2.2",
971
- "@tailwindcss/oxide-darwin-x64": "4.2.2",
972
- "@tailwindcss/oxide-freebsd-x64": "4.2.2",
973
- "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2",
974
- "@tailwindcss/oxide-linux-arm64-gnu": "4.2.2",
975
- "@tailwindcss/oxide-linux-arm64-musl": "4.2.2",
976
- "@tailwindcss/oxide-linux-x64-gnu": "4.2.2",
977
- "@tailwindcss/oxide-linux-x64-musl": "4.2.2",
978
- "@tailwindcss/oxide-wasm32-wasi": "4.2.2",
979
- "@tailwindcss/oxide-win32-arm64-msvc": "4.2.2",
980
- "@tailwindcss/oxide-win32-x64-msvc": "4.2.2"
981
- }
982
- },
983
- "node_modules/@tailwindcss/oxide-android-arm64": {
984
- "version": "4.2.2",
985
- "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz",
986
- "integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==",
987
- "cpu": [
988
- "arm64"
989
- ],
990
- "dev": true,
991
- "license": "MIT",
992
- "optional": true,
993
- "os": [
994
- "android"
995
- ],
996
- "engines": {
997
- "node": ">= 20"
998
- }
999
- },
1000
- "node_modules/@tailwindcss/oxide-darwin-arm64": {
1001
- "version": "4.2.2",
1002
- "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz",
1003
- "integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==",
1004
- "cpu": [
1005
- "arm64"
1006
- ],
1007
- "dev": true,
1008
- "license": "MIT",
1009
- "optional": true,
1010
- "os": [
1011
- "darwin"
1012
- ],
1013
- "engines": {
1014
- "node": ">= 20"
1015
- }
1016
- },
1017
- "node_modules/@tailwindcss/oxide-darwin-x64": {
1018
- "version": "4.2.2",
1019
- "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz",
1020
- "integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==",
1021
- "cpu": [
1022
- "x64"
1023
- ],
1024
- "dev": true,
1025
- "license": "MIT",
1026
- "optional": true,
1027
- "os": [
1028
- "darwin"
1029
- ],
1030
- "engines": {
1031
- "node": ">= 20"
1032
- }
1033
- },
1034
- "node_modules/@tailwindcss/oxide-freebsd-x64": {
1035
- "version": "4.2.2",
1036
- "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz",
1037
- "integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==",
1038
- "cpu": [
1039
- "x64"
1040
- ],
1041
- "dev": true,
1042
- "license": "MIT",
1043
- "optional": true,
1044
- "os": [
1045
- "freebsd"
1046
- ],
1047
- "engines": {
1048
- "node": ">= 20"
1049
- }
1050
- },
1051
- "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
1052
- "version": "4.2.2",
1053
- "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz",
1054
- "integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==",
1055
- "cpu": [
1056
- "arm"
1057
- ],
1058
- "dev": true,
1059
- "license": "MIT",
1060
- "optional": true,
1061
- "os": [
1062
- "linux"
1063
- ],
1064
- "engines": {
1065
- "node": ">= 20"
1066
- }
1067
- },
1068
- "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
1069
- "version": "4.2.2",
1070
- "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz",
1071
- "integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==",
1072
- "cpu": [
1073
- "arm64"
1074
- ],
1075
- "dev": true,
1076
- "license": "MIT",
1077
- "optional": true,
1078
- "os": [
1079
- "linux"
1080
- ],
1081
- "engines": {
1082
- "node": ">= 20"
1083
- }
1084
- },
1085
- "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
1086
- "version": "4.2.2",
1087
- "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz",
1088
- "integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==",
1089
- "cpu": [
1090
- "arm64"
1091
- ],
1092
- "dev": true,
1093
- "license": "MIT",
1094
- "optional": true,
1095
- "os": [
1096
- "linux"
1097
- ],
1098
- "engines": {
1099
- "node": ">= 20"
1100
- }
1101
- },
1102
- "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
1103
- "version": "4.2.2",
1104
- "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz",
1105
- "integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==",
1106
- "cpu": [
1107
- "x64"
1108
- ],
1109
- "dev": true,
1110
- "license": "MIT",
1111
- "optional": true,
1112
- "os": [
1113
- "linux"
1114
- ],
1115
- "engines": {
1116
- "node": ">= 20"
1117
- }
1118
- },
1119
- "node_modules/@tailwindcss/oxide-linux-x64-musl": {
1120
- "version": "4.2.2",
1121
- "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz",
1122
- "integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==",
1123
- "cpu": [
1124
- "x64"
1125
- ],
1126
- "dev": true,
1127
- "license": "MIT",
1128
- "optional": true,
1129
- "os": [
1130
- "linux"
1131
- ],
1132
- "engines": {
1133
- "node": ">= 20"
1134
- }
1135
- },
1136
- "node_modules/@tailwindcss/oxide-wasm32-wasi": {
1137
- "version": "4.2.2",
1138
- "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz",
1139
- "integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==",
1140
- "bundleDependencies": [
1141
- "@napi-rs/wasm-runtime",
1142
- "@emnapi/core",
1143
- "@emnapi/runtime",
1144
- "@tybys/wasm-util",
1145
- "@emnapi/wasi-threads",
1146
- "tslib"
1147
- ],
1148
- "cpu": [
1149
- "wasm32"
1150
- ],
1151
- "dev": true,
1152
- "license": "MIT",
1153
- "optional": true,
1154
- "dependencies": {
1155
- "@emnapi/core": "^1.8.1",
1156
- "@emnapi/runtime": "^1.8.1",
1157
- "@emnapi/wasi-threads": "^1.1.0",
1158
- "@napi-rs/wasm-runtime": "^1.1.1",
1159
- "@tybys/wasm-util": "^0.10.1",
1160
- "tslib": "^2.8.1"
1161
- },
1162
- "engines": {
1163
- "node": ">=14.0.0"
1164
- }
1165
- },
1166
- "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1167
- "version": "4.2.2",
1168
- "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz",
1169
- "integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==",
1170
- "cpu": [
1171
- "arm64"
1172
- ],
1173
- "dev": true,
1174
- "license": "MIT",
1175
- "optional": true,
1176
- "os": [
1177
- "win32"
1178
- ],
1179
- "engines": {
1180
- "node": ">= 20"
1181
- }
1182
- },
1183
- "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
1184
- "version": "4.2.2",
1185
- "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz",
1186
- "integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==",
1187
- "cpu": [
1188
- "x64"
1189
- ],
1190
- "dev": true,
1191
- "license": "MIT",
1192
- "optional": true,
1193
- "os": [
1194
- "win32"
1195
- ],
1196
- "engines": {
1197
- "node": ">= 20"
1198
- }
1199
- },
1200
- "node_modules/@tailwindcss/vite": {
1201
- "version": "4.2.2",
1202
- "resolved": "https://registry.npmmirror.com/@tailwindcss/vite/-/vite-4.2.2.tgz",
1203
- "integrity": "sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==",
1204
- "dev": true,
1205
- "license": "MIT",
1206
- "dependencies": {
1207
- "@tailwindcss/node": "4.2.2",
1208
- "@tailwindcss/oxide": "4.2.2",
1209
- "tailwindcss": "4.2.2"
1210
- },
1211
- "peerDependencies": {
1212
- "vite": "^5.2.0 || ^6 || ^7 || ^8"
1213
- }
1214
- },
1215
- "node_modules/@types/estree": {
1216
- "version": "1.0.8",
1217
- "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
1218
- "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1219
- "dev": true,
1220
- "license": "MIT"
1221
- },
1222
- "node_modules/@types/lodash": {
1223
- "version": "4.17.24",
1224
- "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.24.tgz",
1225
- "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==",
1226
- "license": "MIT"
1227
- },
1228
- "node_modules/@types/lodash-es": {
1229
- "version": "4.17.12",
1230
- "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
1231
- "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
1232
- "license": "MIT",
1233
- "dependencies": {
1234
- "@types/lodash": "*"
1235
- }
1236
- },
1237
- "node_modules/@vicons/ionicons5": {
1238
- "version": "0.13.0",
1239
- "resolved": "https://registry.npmmirror.com/@vicons/ionicons5/-/ionicons5-0.13.0.tgz",
1240
- "integrity": "sha512-zvZKBPjEXKN7AXNo2Na2uy+nvuv6SP4KAMQxpKL2vfHMj0fSvuw7JZcOPCjQC3e7ayssKnaoFVAhbYcW6v41qQ==",
1241
- "license": "MIT"
1242
- },
1243
- "node_modules/@vitejs/plugin-vue": {
1244
- "version": "5.2.4",
1245
- "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
1246
- "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
1247
- "dev": true,
1248
- "license": "MIT",
1249
- "engines": {
1250
- "node": "^18.0.0 || >=20.0.0"
1251
- },
1252
- "peerDependencies": {
1253
- "vite": "^5.0.0 || ^6.0.0",
1254
- "vue": "^3.2.25"
1255
- }
1256
- },
1257
- "node_modules/@vue/compiler-core": {
1258
- "version": "3.5.32",
1259
- "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.32.tgz",
1260
- "integrity": "sha512-4x74Tbtqnda8s/NSD6e1Dr5p1c8HdMU5RWSjMSUzb8RTcUQqevDCxVAitcLBKT+ie3o0Dl9crc/S/opJM7qBGQ==",
1261
- "license": "MIT",
1262
- "dependencies": {
1263
- "@babel/parser": "^7.29.2",
1264
- "@vue/shared": "3.5.32",
1265
- "entities": "^7.0.1",
1266
- "estree-walker": "^2.0.2",
1267
- "source-map-js": "^1.2.1"
1268
- }
1269
- },
1270
- "node_modules/@vue/compiler-dom": {
1271
- "version": "3.5.32",
1272
- "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.32.tgz",
1273
- "integrity": "sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==",
1274
- "license": "MIT",
1275
- "dependencies": {
1276
- "@vue/compiler-core": "3.5.32",
1277
- "@vue/shared": "3.5.32"
1278
- }
1279
- },
1280
- "node_modules/@vue/compiler-sfc": {
1281
- "version": "3.5.32",
1282
- "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.32.tgz",
1283
- "integrity": "sha512-8UYUYo71cP/0YHMO814TRZlPuUUw3oifHuMR7Wp9SNoRSrxRQnhMLNlCeaODNn6kNTJsjFoQ/kqIj4qGvya4Xg==",
1284
- "license": "MIT",
1285
- "dependencies": {
1286
- "@babel/parser": "^7.29.2",
1287
- "@vue/compiler-core": "3.5.32",
1288
- "@vue/compiler-dom": "3.5.32",
1289
- "@vue/compiler-ssr": "3.5.32",
1290
- "@vue/shared": "3.5.32",
1291
- "estree-walker": "^2.0.2",
1292
- "magic-string": "^0.30.21",
1293
- "postcss": "^8.5.8",
1294
- "source-map-js": "^1.2.1"
1295
- }
1296
- },
1297
- "node_modules/@vue/compiler-ssr": {
1298
- "version": "3.5.32",
1299
- "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.32.tgz",
1300
- "integrity": "sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==",
1301
- "license": "MIT",
1302
- "dependencies": {
1303
- "@vue/compiler-dom": "3.5.32",
1304
- "@vue/shared": "3.5.32"
1305
- }
1306
- },
1307
- "node_modules/@vue/reactivity": {
1308
- "version": "3.5.32",
1309
- "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.32.tgz",
1310
- "integrity": "sha512-/ORasxSGvZ6MN5gc+uE364SxFdJ0+WqVG0CENXaGW58TOCdrAW76WWaplDtECeS1qphvtBZtR+3/o1g1zL4xPQ==",
1311
- "license": "MIT",
1312
- "dependencies": {
1313
- "@vue/shared": "3.5.32"
1314
- }
1315
- },
1316
- "node_modules/@vue/runtime-core": {
1317
- "version": "3.5.32",
1318
- "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.32.tgz",
1319
- "integrity": "sha512-pDrXCejn4UpFDFmMd27AcJEbHaLemaE5o4pbb7sLk79SRIhc6/t34BQA7SGNgYtbMnvbF/HHOftYBgFJtUoJUQ==",
1320
- "license": "MIT",
1321
- "dependencies": {
1322
- "@vue/reactivity": "3.5.32",
1323
- "@vue/shared": "3.5.32"
1324
- }
1325
- },
1326
- "node_modules/@vue/runtime-dom": {
1327
- "version": "3.5.32",
1328
- "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.32.tgz",
1329
- "integrity": "sha512-1CDVv7tv/IV13V8Nip1k/aaObVbWqRlVCVezTwx3K07p7Vxossp5JU1dcPNhJk3w347gonIUT9jQOGutyJrSVQ==",
1330
- "license": "MIT",
1331
- "dependencies": {
1332
- "@vue/reactivity": "3.5.32",
1333
- "@vue/runtime-core": "3.5.32",
1334
- "@vue/shared": "3.5.32",
1335
- "csstype": "^3.2.3"
1336
- }
1337
- },
1338
- "node_modules/@vue/server-renderer": {
1339
- "version": "3.5.32",
1340
- "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.32.tgz",
1341
- "integrity": "sha512-IOjm2+JQwRFS7W28HNuJeXQle9KdZbODFY7hFGVtnnghF51ta20EWAZJHX+zLGtsHhaU6uC9BGPV52KVpYryMQ==",
1342
- "license": "MIT",
1343
- "dependencies": {
1344
- "@vue/compiler-ssr": "3.5.32",
1345
- "@vue/shared": "3.5.32"
1346
- },
1347
- "peerDependencies": {
1348
- "vue": "3.5.32"
1349
- }
1350
- },
1351
- "node_modules/@vue/shared": {
1352
- "version": "3.5.32",
1353
- "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.32.tgz",
1354
- "integrity": "sha512-ksNyrmRQzWJJ8n3cRDuSF7zNNontuJg1YHnmWRJd2AMu8Ij2bqwiiri2lH5rHtYPZjj4STkNcgcmiQqlOjiYGg==",
1355
- "license": "MIT"
1356
- },
1357
- "node_modules/async-validator": {
1358
- "version": "4.2.5",
1359
- "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
1360
- "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
1361
- "license": "MIT"
1362
- },
1363
- "node_modules/bundle-name": {
1364
- "version": "4.1.0",
1365
- "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
1366
- "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
1367
- "license": "MIT",
1368
- "dependencies": {
1369
- "run-applescript": "^7.0.0"
1370
- },
1371
- "engines": {
1372
- "node": ">=18"
1373
- },
1374
- "funding": {
1375
- "url": "https://github.com/sponsors/sindresorhus"
1376
- }
1377
- },
1378
- "node_modules/chokidar": {
1379
- "version": "4.0.3",
1380
- "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
1381
- "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
1382
- "license": "MIT",
1383
- "dependencies": {
1384
- "readdirp": "^4.0.1"
1385
- },
1386
- "engines": {
1387
- "node": ">= 14.16.0"
1388
- },
1389
- "funding": {
1390
- "url": "https://paulmillr.com/funding/"
1391
- }
1392
- },
1393
- "node_modules/css-render": {
1394
- "version": "0.15.14",
1395
- "resolved": "https://registry.npmmirror.com/css-render/-/css-render-0.15.14.tgz",
1396
- "integrity": "sha512-9nF4PdUle+5ta4W5SyZdLCCmFd37uVimSjg1evcTqKJCyvCEEj12WKzOSBNak6r4im4J4iYXKH1OWpUV5LBYFg==",
1397
- "license": "MIT",
1398
- "dependencies": {
1399
- "@emotion/hash": "~0.8.0",
1400
- "csstype": "~3.0.5"
1401
- }
1402
- },
1403
- "node_modules/css-render/node_modules/csstype": {
1404
- "version": "3.0.11",
1405
- "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.0.11.tgz",
1406
- "integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==",
1407
- "license": "MIT"
1408
- },
1409
- "node_modules/csstype": {
1410
- "version": "3.2.3",
1411
- "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
1412
- "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1413
- "license": "MIT"
1414
- },
1415
- "node_modules/date-fns": {
1416
- "version": "4.1.0",
1417
- "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-4.1.0.tgz",
1418
- "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
1419
- "license": "MIT",
1420
- "funding": {
1421
- "type": "github",
1422
- "url": "https://github.com/sponsors/kossnocorp"
1423
- }
1424
- },
1425
- "node_modules/date-fns-tz": {
1426
- "version": "3.2.0",
1427
- "resolved": "https://registry.npmmirror.com/date-fns-tz/-/date-fns-tz-3.2.0.tgz",
1428
- "integrity": "sha512-sg8HqoTEulcbbbVXeg84u5UnlsQa8GS5QXMqjjYIhS4abEVVKIUwe0/l/UhrZdKaL/W5eWZNlbTeEIiOXTcsBQ==",
1429
- "license": "MIT",
1430
- "peerDependencies": {
1431
- "date-fns": "^3.0.0 || ^4.0.0"
1432
- }
1433
- },
1434
- "node_modules/default-browser": {
1435
- "version": "5.5.0",
1436
- "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.5.0.tgz",
1437
- "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
1438
- "license": "MIT",
1439
- "dependencies": {
1440
- "bundle-name": "^4.1.0",
1441
- "default-browser-id": "^5.0.0"
1442
- },
1443
- "engines": {
1444
- "node": ">=18"
1445
- },
1446
- "funding": {
1447
- "url": "https://github.com/sponsors/sindresorhus"
1448
- }
1449
- },
1450
- "node_modules/default-browser-id": {
1451
- "version": "5.0.1",
1452
- "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.1.tgz",
1453
- "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
1454
- "license": "MIT",
1455
- "engines": {
1456
- "node": ">=18"
1457
- },
1458
- "funding": {
1459
- "url": "https://github.com/sponsors/sindresorhus"
1460
- }
1461
- },
1462
- "node_modules/define-lazy-prop": {
1463
- "version": "3.0.0",
1464
- "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
1465
- "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
1466
- "license": "MIT",
1467
- "engines": {
1468
- "node": ">=12"
1469
- },
1470
- "funding": {
1471
- "url": "https://github.com/sponsors/sindresorhus"
1472
- }
1473
- },
1474
- "node_modules/detect-libc": {
1475
- "version": "2.1.2",
1476
- "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
1477
- "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1478
- "dev": true,
1479
- "license": "Apache-2.0",
1480
- "engines": {
1481
- "node": ">=8"
1482
- }
1483
- },
1484
- "node_modules/enhanced-resolve": {
1485
- "version": "5.20.1",
1486
- "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz",
1487
- "integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
1488
- "dev": true,
1489
- "license": "MIT",
1490
- "dependencies": {
1491
- "graceful-fs": "^4.2.4",
1492
- "tapable": "^2.3.0"
1493
- },
1494
- "engines": {
1495
- "node": ">=10.13.0"
1496
- }
1497
- },
1498
- "node_modules/entities": {
1499
- "version": "7.0.1",
1500
- "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
1501
- "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
1502
- "license": "BSD-2-Clause",
1503
- "engines": {
1504
- "node": ">=0.12"
1505
- },
1506
- "funding": {
1507
- "url": "https://github.com/fb55/entities?sponsor=1"
1508
- }
1509
- },
1510
- "node_modules/esbuild": {
1511
- "version": "0.25.12",
1512
- "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.12.tgz",
1513
- "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
1514
- "dev": true,
1515
- "hasInstallScript": true,
1516
- "license": "MIT",
1517
- "bin": {
1518
- "esbuild": "bin/esbuild"
1519
- },
1520
- "engines": {
1521
- "node": ">=18"
1522
- },
1523
- "optionalDependencies": {
1524
- "@esbuild/aix-ppc64": "0.25.12",
1525
- "@esbuild/android-arm": "0.25.12",
1526
- "@esbuild/android-arm64": "0.25.12",
1527
- "@esbuild/android-x64": "0.25.12",
1528
- "@esbuild/darwin-arm64": "0.25.12",
1529
- "@esbuild/darwin-x64": "0.25.12",
1530
- "@esbuild/freebsd-arm64": "0.25.12",
1531
- "@esbuild/freebsd-x64": "0.25.12",
1532
- "@esbuild/linux-arm": "0.25.12",
1533
- "@esbuild/linux-arm64": "0.25.12",
1534
- "@esbuild/linux-ia32": "0.25.12",
1535
- "@esbuild/linux-loong64": "0.25.12",
1536
- "@esbuild/linux-mips64el": "0.25.12",
1537
- "@esbuild/linux-ppc64": "0.25.12",
1538
- "@esbuild/linux-riscv64": "0.25.12",
1539
- "@esbuild/linux-s390x": "0.25.12",
1540
- "@esbuild/linux-x64": "0.25.12",
1541
- "@esbuild/netbsd-arm64": "0.25.12",
1542
- "@esbuild/netbsd-x64": "0.25.12",
1543
- "@esbuild/openbsd-arm64": "0.25.12",
1544
- "@esbuild/openbsd-x64": "0.25.12",
1545
- "@esbuild/openharmony-arm64": "0.25.12",
1546
- "@esbuild/sunos-x64": "0.25.12",
1547
- "@esbuild/win32-arm64": "0.25.12",
1548
- "@esbuild/win32-ia32": "0.25.12",
1549
- "@esbuild/win32-x64": "0.25.12"
1550
- }
1551
- },
1552
- "node_modules/estree-walker": {
1553
- "version": "2.0.2",
1554
- "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
1555
- "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1556
- "license": "MIT"
1557
- },
1558
- "node_modules/evtd": {
1559
- "version": "0.2.4",
1560
- "resolved": "https://registry.npmmirror.com/evtd/-/evtd-0.2.4.tgz",
1561
- "integrity": "sha512-qaeGN5bx63s/AXgQo8gj6fBkxge+OoLddLniox5qtLAEY5HSnuSlISXVPxnSae1dWblvTh4/HoMIB+mbMsvZzw==",
1562
- "license": "MIT"
1563
- },
1564
- "node_modules/fdir": {
1565
- "version": "6.5.0",
1566
- "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
1567
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1568
- "dev": true,
1569
- "license": "MIT",
1570
- "engines": {
1571
- "node": ">=12.0.0"
1572
- },
1573
- "peerDependencies": {
1574
- "picomatch": "^3 || ^4"
1575
- },
1576
- "peerDependenciesMeta": {
1577
- "picomatch": {
1578
- "optional": true
1579
- }
1580
- }
1581
- },
1582
- "node_modules/fsevents": {
1583
- "version": "2.3.3",
1584
- "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
1585
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1586
- "dev": true,
1587
- "hasInstallScript": true,
1588
- "license": "MIT",
1589
- "optional": true,
1590
- "os": [
1591
- "darwin"
1592
- ],
1593
- "engines": {
1594
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1595
- }
1596
- },
1597
- "node_modules/graceful-fs": {
1598
- "version": "4.2.11",
1599
- "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
1600
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1601
- "dev": true,
1602
- "license": "ISC"
1603
- },
1604
- "node_modules/highlight.js": {
1605
- "version": "11.11.1",
1606
- "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.11.1.tgz",
1607
- "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==",
1608
- "license": "BSD-3-Clause",
1609
- "engines": {
1610
- "node": ">=12.0.0"
1611
- }
1612
- },
1613
- "node_modules/is-docker": {
1614
- "version": "3.0.0",
1615
- "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
1616
- "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
1617
- "license": "MIT",
1618
- "bin": {
1619
- "is-docker": "cli.js"
1620
- },
1621
- "engines": {
1622
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1623
- },
1624
- "funding": {
1625
- "url": "https://github.com/sponsors/sindresorhus"
1626
- }
1627
- },
1628
- "node_modules/is-inside-container": {
1629
- "version": "1.0.0",
1630
- "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
1631
- "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
1632
- "license": "MIT",
1633
- "dependencies": {
1634
- "is-docker": "^3.0.0"
1635
- },
1636
- "bin": {
1637
- "is-inside-container": "cli.js"
1638
- },
1639
- "engines": {
1640
- "node": ">=14.16"
1641
- },
1642
- "funding": {
1643
- "url": "https://github.com/sponsors/sindresorhus"
1644
- }
1645
- },
1646
- "node_modules/is-wsl": {
1647
- "version": "3.1.1",
1648
- "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.1.tgz",
1649
- "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
1650
- "license": "MIT",
1651
- "dependencies": {
1652
- "is-inside-container": "^1.0.0"
1653
- },
1654
- "engines": {
1655
- "node": ">=16"
1656
- },
1657
- "funding": {
1658
- "url": "https://github.com/sponsors/sindresorhus"
1659
- }
1660
- },
1661
- "node_modules/jiti": {
1662
- "version": "2.6.1",
1663
- "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.6.1.tgz",
1664
- "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
1665
- "dev": true,
1666
- "license": "MIT",
1667
- "bin": {
1668
- "jiti": "lib/jiti-cli.mjs"
1669
- }
1670
- },
1671
- "node_modules/lightningcss": {
1672
- "version": "1.32.0",
1673
- "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.32.0.tgz",
1674
- "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
1675
- "dev": true,
1676
- "license": "MPL-2.0",
1677
- "dependencies": {
1678
- "detect-libc": "^2.0.3"
1679
- },
1680
- "engines": {
1681
- "node": ">= 12.0.0"
1682
- },
1683
- "funding": {
1684
- "type": "opencollective",
1685
- "url": "https://opencollective.com/parcel"
1686
- },
1687
- "optionalDependencies": {
1688
- "lightningcss-android-arm64": "1.32.0",
1689
- "lightningcss-darwin-arm64": "1.32.0",
1690
- "lightningcss-darwin-x64": "1.32.0",
1691
- "lightningcss-freebsd-x64": "1.32.0",
1692
- "lightningcss-linux-arm-gnueabihf": "1.32.0",
1693
- "lightningcss-linux-arm64-gnu": "1.32.0",
1694
- "lightningcss-linux-arm64-musl": "1.32.0",
1695
- "lightningcss-linux-x64-gnu": "1.32.0",
1696
- "lightningcss-linux-x64-musl": "1.32.0",
1697
- "lightningcss-win32-arm64-msvc": "1.32.0",
1698
- "lightningcss-win32-x64-msvc": "1.32.0"
1699
- }
1700
- },
1701
- "node_modules/lightningcss-android-arm64": {
1702
- "version": "1.32.0",
1703
- "resolved": "https://registry.npmmirror.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
1704
- "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
1705
- "cpu": [
1706
- "arm64"
1707
- ],
1708
- "dev": true,
1709
- "license": "MPL-2.0",
1710
- "optional": true,
1711
- "os": [
1712
- "android"
1713
- ],
1714
- "engines": {
1715
- "node": ">= 12.0.0"
1716
- },
1717
- "funding": {
1718
- "type": "opencollective",
1719
- "url": "https://opencollective.com/parcel"
1720
- }
1721
- },
1722
- "node_modules/lightningcss-darwin-arm64": {
1723
- "version": "1.32.0",
1724
- "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
1725
- "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
1726
- "cpu": [
1727
- "arm64"
1728
- ],
1729
- "dev": true,
1730
- "license": "MPL-2.0",
1731
- "optional": true,
1732
- "os": [
1733
- "darwin"
1734
- ],
1735
- "engines": {
1736
- "node": ">= 12.0.0"
1737
- },
1738
- "funding": {
1739
- "type": "opencollective",
1740
- "url": "https://opencollective.com/parcel"
1741
- }
1742
- },
1743
- "node_modules/lightningcss-darwin-x64": {
1744
- "version": "1.32.0",
1745
- "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
1746
- "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
1747
- "cpu": [
1748
- "x64"
1749
- ],
1750
- "dev": true,
1751
- "license": "MPL-2.0",
1752
- "optional": true,
1753
- "os": [
1754
- "darwin"
1755
- ],
1756
- "engines": {
1757
- "node": ">= 12.0.0"
1758
- },
1759
- "funding": {
1760
- "type": "opencollective",
1761
- "url": "https://opencollective.com/parcel"
1762
- }
1763
- },
1764
- "node_modules/lightningcss-freebsd-x64": {
1765
- "version": "1.32.0",
1766
- "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
1767
- "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
1768
- "cpu": [
1769
- "x64"
1770
- ],
1771
- "dev": true,
1772
- "license": "MPL-2.0",
1773
- "optional": true,
1774
- "os": [
1775
- "freebsd"
1776
- ],
1777
- "engines": {
1778
- "node": ">= 12.0.0"
1779
- },
1780
- "funding": {
1781
- "type": "opencollective",
1782
- "url": "https://opencollective.com/parcel"
1783
- }
1784
- },
1785
- "node_modules/lightningcss-linux-arm-gnueabihf": {
1786
- "version": "1.32.0",
1787
- "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
1788
- "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
1789
- "cpu": [
1790
- "arm"
1791
- ],
1792
- "dev": true,
1793
- "license": "MPL-2.0",
1794
- "optional": true,
1795
- "os": [
1796
- "linux"
1797
- ],
1798
- "engines": {
1799
- "node": ">= 12.0.0"
1800
- },
1801
- "funding": {
1802
- "type": "opencollective",
1803
- "url": "https://opencollective.com/parcel"
1804
- }
1805
- },
1806
- "node_modules/lightningcss-linux-arm64-gnu": {
1807
- "version": "1.32.0",
1808
- "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
1809
- "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
1810
- "cpu": [
1811
- "arm64"
1812
- ],
1813
- "dev": true,
1814
- "license": "MPL-2.0",
1815
- "optional": true,
1816
- "os": [
1817
- "linux"
1818
- ],
1819
- "engines": {
1820
- "node": ">= 12.0.0"
1821
- },
1822
- "funding": {
1823
- "type": "opencollective",
1824
- "url": "https://opencollective.com/parcel"
1825
- }
1826
- },
1827
- "node_modules/lightningcss-linux-arm64-musl": {
1828
- "version": "1.32.0",
1829
- "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
1830
- "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
1831
- "cpu": [
1832
- "arm64"
1833
- ],
1834
- "dev": true,
1835
- "license": "MPL-2.0",
1836
- "optional": true,
1837
- "os": [
1838
- "linux"
1839
- ],
1840
- "engines": {
1841
- "node": ">= 12.0.0"
1842
- },
1843
- "funding": {
1844
- "type": "opencollective",
1845
- "url": "https://opencollective.com/parcel"
1846
- }
1847
- },
1848
- "node_modules/lightningcss-linux-x64-gnu": {
1849
- "version": "1.32.0",
1850
- "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
1851
- "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
1852
- "cpu": [
1853
- "x64"
1854
- ],
1855
- "dev": true,
1856
- "license": "MPL-2.0",
1857
- "optional": true,
1858
- "os": [
1859
- "linux"
1860
- ],
1861
- "engines": {
1862
- "node": ">= 12.0.0"
1863
- },
1864
- "funding": {
1865
- "type": "opencollective",
1866
- "url": "https://opencollective.com/parcel"
1867
- }
1868
- },
1869
- "node_modules/lightningcss-linux-x64-musl": {
1870
- "version": "1.32.0",
1871
- "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
1872
- "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
1873
- "cpu": [
1874
- "x64"
1875
- ],
1876
- "dev": true,
1877
- "license": "MPL-2.0",
1878
- "optional": true,
1879
- "os": [
1880
- "linux"
1881
- ],
1882
- "engines": {
1883
- "node": ">= 12.0.0"
1884
- },
1885
- "funding": {
1886
- "type": "opencollective",
1887
- "url": "https://opencollective.com/parcel"
1888
- }
1889
- },
1890
- "node_modules/lightningcss-win32-arm64-msvc": {
1891
- "version": "1.32.0",
1892
- "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
1893
- "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
1894
- "cpu": [
1895
- "arm64"
1896
- ],
1897
- "dev": true,
1898
- "license": "MPL-2.0",
1899
- "optional": true,
1900
- "os": [
1901
- "win32"
1902
- ],
1903
- "engines": {
1904
- "node": ">= 12.0.0"
1905
- },
1906
- "funding": {
1907
- "type": "opencollective",
1908
- "url": "https://opencollective.com/parcel"
1909
- }
1910
- },
1911
- "node_modules/lightningcss-win32-x64-msvc": {
1912
- "version": "1.32.0",
1913
- "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
1914
- "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
1915
- "cpu": [
1916
- "x64"
1917
- ],
1918
- "dev": true,
1919
- "license": "MPL-2.0",
1920
- "optional": true,
1921
- "os": [
1922
- "win32"
1923
- ],
1924
- "engines": {
1925
- "node": ">= 12.0.0"
1926
- },
1927
- "funding": {
1928
- "type": "opencollective",
1929
- "url": "https://opencollective.com/parcel"
1930
- }
1931
- },
1932
- "node_modules/lodash": {
1933
- "version": "4.18.1",
1934
- "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.18.1.tgz",
1935
- "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
1936
- "license": "MIT"
1937
- },
1938
- "node_modules/lodash-es": {
1939
- "version": "4.18.1",
1940
- "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.18.1.tgz",
1941
- "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
1942
- "license": "MIT"
1943
- },
1944
- "node_modules/magic-string": {
1945
- "version": "0.30.21",
1946
- "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
1947
- "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
1948
- "license": "MIT",
1949
- "dependencies": {
1950
- "@jridgewell/sourcemap-codec": "^1.5.5"
1951
- }
1952
- },
1953
- "node_modules/marked": {
1954
- "version": "17.0.6",
1955
- "resolved": "https://registry.npmmirror.com/marked/-/marked-17.0.6.tgz",
1956
- "integrity": "sha512-gB0gkNafnonOw0obSTEGZTT86IuhILt2Wfx0mWH/1Au83kybTayroZ/V6nS25mN7u8ASy+5fMhgB3XPNrOZdmA==",
1957
- "license": "MIT",
1958
- "bin": {
1959
- "marked": "bin/marked.js"
1960
- },
1961
- "engines": {
1962
- "node": ">= 20"
1963
- }
1964
- },
1965
- "node_modules/naive-ui": {
1966
- "version": "2.44.1",
1967
- "resolved": "https://registry.npmmirror.com/naive-ui/-/naive-ui-2.44.1.tgz",
1968
- "integrity": "sha512-reo8Esw0p58liZwbUutC7meW24Xbn3EwNv91zReWKm2W4JPu+zfgJRn/F7aO0BFmvN+h2brA2M5lRvYqLq4kuA==",
1969
- "license": "MIT",
1970
- "dependencies": {
1971
- "@css-render/plugin-bem": "^0.15.14",
1972
- "@css-render/vue3-ssr": "^0.15.14",
1973
- "@types/lodash": "^4.17.20",
1974
- "@types/lodash-es": "^4.17.12",
1975
- "async-validator": "^4.2.5",
1976
- "css-render": "^0.15.14",
1977
- "csstype": "^3.1.3",
1978
- "date-fns": "^4.1.0",
1979
- "date-fns-tz": "^3.2.0",
1980
- "evtd": "^0.2.4",
1981
- "highlight.js": "^11.8.0",
1982
- "lodash": "^4.17.21",
1983
- "lodash-es": "^4.17.21",
1984
- "seemly": "^0.3.10",
1985
- "treemate": "^0.3.11",
1986
- "vdirs": "^0.1.8",
1987
- "vooks": "^0.2.12",
1988
- "vueuc": "^0.4.65"
1989
- },
1990
- "engines": {
1991
- "node": ">=20"
1992
- },
1993
- "peerDependencies": {
1994
- "vue": "^3.0.0"
1995
- }
1996
- },
1997
- "node_modules/nanoid": {
1998
- "version": "3.3.11",
1999
- "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
2000
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
2001
- "funding": [
2002
- {
2003
- "type": "github",
2004
- "url": "https://github.com/sponsors/ai"
2005
- }
2006
- ],
2007
- "license": "MIT",
2008
- "bin": {
2009
- "nanoid": "bin/nanoid.cjs"
2010
- },
2011
- "engines": {
2012
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2013
- }
2014
- },
2015
- "node_modules/open": {
2016
- "version": "10.2.0",
2017
- "resolved": "https://registry.npmmirror.com/open/-/open-10.2.0.tgz",
2018
- "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
2019
- "license": "MIT",
2020
- "dependencies": {
2021
- "default-browser": "^5.2.1",
2022
- "define-lazy-prop": "^3.0.0",
2023
- "is-inside-container": "^1.0.0",
2024
- "wsl-utils": "^0.1.0"
2025
- },
2026
- "engines": {
2027
- "node": ">=18"
2028
- },
2029
- "funding": {
2030
- "url": "https://github.com/sponsors/sindresorhus"
2031
- }
2032
- },
2033
- "node_modules/picocolors": {
2034
- "version": "1.1.1",
2035
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
2036
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2037
- "license": "ISC"
2038
- },
2039
- "node_modules/picomatch": {
2040
- "version": "4.0.4",
2041
- "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz",
2042
- "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
2043
- "dev": true,
2044
- "license": "MIT",
2045
- "engines": {
2046
- "node": ">=12"
2047
- },
2048
- "funding": {
2049
- "url": "https://github.com/sponsors/jonschlinkert"
2050
- }
2051
- },
2052
- "node_modules/postcss": {
2053
- "version": "8.5.8",
2054
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.8.tgz",
2055
- "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
2056
- "funding": [
2057
- {
2058
- "type": "opencollective",
2059
- "url": "https://opencollective.com/postcss/"
2060
- },
2061
- {
2062
- "type": "tidelift",
2063
- "url": "https://tidelift.com/funding/github/npm/postcss"
2064
- },
2065
- {
2066
- "type": "github",
2067
- "url": "https://github.com/sponsors/ai"
2068
- }
2069
- ],
2070
- "license": "MIT",
2071
- "dependencies": {
2072
- "nanoid": "^3.3.11",
2073
- "picocolors": "^1.1.1",
2074
- "source-map-js": "^1.2.1"
2075
- },
2076
- "engines": {
2077
- "node": "^10 || ^12 || >=14"
2078
- }
2079
- },
2080
- "node_modules/readdirp": {
2081
- "version": "4.1.2",
2082
- "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
2083
- "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
2084
- "license": "MIT",
2085
- "engines": {
2086
- "node": ">= 14.18.0"
2087
- },
2088
- "funding": {
2089
- "type": "individual",
2090
- "url": "https://paulmillr.com/funding/"
2091
- }
2092
- },
2093
- "node_modules/rollup": {
2094
- "version": "4.60.1",
2095
- "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.60.1.tgz",
2096
- "integrity": "sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==",
2097
- "dev": true,
2098
- "license": "MIT",
2099
- "dependencies": {
2100
- "@types/estree": "1.0.8"
2101
- },
2102
- "bin": {
2103
- "rollup": "dist/bin/rollup"
2104
- },
2105
- "engines": {
2106
- "node": ">=18.0.0",
2107
- "npm": ">=8.0.0"
2108
- },
2109
- "optionalDependencies": {
2110
- "@rollup/rollup-android-arm-eabi": "4.60.1",
2111
- "@rollup/rollup-android-arm64": "4.60.1",
2112
- "@rollup/rollup-darwin-arm64": "4.60.1",
2113
- "@rollup/rollup-darwin-x64": "4.60.1",
2114
- "@rollup/rollup-freebsd-arm64": "4.60.1",
2115
- "@rollup/rollup-freebsd-x64": "4.60.1",
2116
- "@rollup/rollup-linux-arm-gnueabihf": "4.60.1",
2117
- "@rollup/rollup-linux-arm-musleabihf": "4.60.1",
2118
- "@rollup/rollup-linux-arm64-gnu": "4.60.1",
2119
- "@rollup/rollup-linux-arm64-musl": "4.60.1",
2120
- "@rollup/rollup-linux-loong64-gnu": "4.60.1",
2121
- "@rollup/rollup-linux-loong64-musl": "4.60.1",
2122
- "@rollup/rollup-linux-ppc64-gnu": "4.60.1",
2123
- "@rollup/rollup-linux-ppc64-musl": "4.60.1",
2124
- "@rollup/rollup-linux-riscv64-gnu": "4.60.1",
2125
- "@rollup/rollup-linux-riscv64-musl": "4.60.1",
2126
- "@rollup/rollup-linux-s390x-gnu": "4.60.1",
2127
- "@rollup/rollup-linux-x64-gnu": "4.60.1",
2128
- "@rollup/rollup-linux-x64-musl": "4.60.1",
2129
- "@rollup/rollup-openbsd-x64": "4.60.1",
2130
- "@rollup/rollup-openharmony-arm64": "4.60.1",
2131
- "@rollup/rollup-win32-arm64-msvc": "4.60.1",
2132
- "@rollup/rollup-win32-ia32-msvc": "4.60.1",
2133
- "@rollup/rollup-win32-x64-gnu": "4.60.1",
2134
- "@rollup/rollup-win32-x64-msvc": "4.60.1",
2135
- "fsevents": "~2.3.2"
2136
- }
2137
- },
2138
- "node_modules/run-applescript": {
2139
- "version": "7.1.0",
2140
- "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.1.0.tgz",
2141
- "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
2142
- "license": "MIT",
2143
- "engines": {
2144
- "node": ">=18"
2145
- },
2146
- "funding": {
2147
- "url": "https://github.com/sponsors/sindresorhus"
2148
- }
2149
- },
2150
- "node_modules/seemly": {
2151
- "version": "0.3.10",
2152
- "resolved": "https://registry.npmmirror.com/seemly/-/seemly-0.3.10.tgz",
2153
- "integrity": "sha512-2+SMxtG1PcsL0uyhkumlOU6Qo9TAQ/WyH7tthnPIOQB05/12jz9naq6GZ6iZ6ApVsO3rr2gsnTf3++OV63kE1Q==",
2154
- "license": "MIT"
2155
- },
2156
- "node_modules/source-map-js": {
2157
- "version": "1.2.1",
2158
- "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
2159
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2160
- "license": "BSD-3-Clause",
2161
- "engines": {
2162
- "node": ">=0.10.0"
2163
- }
2164
- },
2165
- "node_modules/tailwindcss": {
2166
- "version": "4.2.2",
2167
- "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.2.2.tgz",
2168
- "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==",
2169
- "dev": true,
2170
- "license": "MIT"
2171
- },
2172
- "node_modules/tapable": {
2173
- "version": "2.3.2",
2174
- "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.3.2.tgz",
2175
- "integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
2176
- "dev": true,
2177
- "license": "MIT",
2178
- "engines": {
2179
- "node": ">=6"
2180
- },
2181
- "funding": {
2182
- "type": "opencollective",
2183
- "url": "https://opencollective.com/webpack"
2184
- }
2185
- },
2186
- "node_modules/tinyglobby": {
2187
- "version": "0.2.15",
2188
- "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
2189
- "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
2190
- "dev": true,
2191
- "license": "MIT",
2192
- "dependencies": {
2193
- "fdir": "^6.5.0",
2194
- "picomatch": "^4.0.3"
2195
- },
2196
- "engines": {
2197
- "node": ">=12.0.0"
2198
- },
2199
- "funding": {
2200
- "url": "https://github.com/sponsors/SuperchupuDev"
2201
- }
2202
- },
2203
- "node_modules/treemate": {
2204
- "version": "0.3.11",
2205
- "resolved": "https://registry.npmmirror.com/treemate/-/treemate-0.3.11.tgz",
2206
- "integrity": "sha512-M8RGFoKtZ8dF+iwJfAJTOH/SM4KluKOKRJpjCMhI8bG3qB74zrFoArKZ62ll0Fr3mqkMJiQOmWYkdYgDeITYQg==",
2207
- "license": "MIT"
2208
- },
2209
- "node_modules/vdirs": {
2210
- "version": "0.1.8",
2211
- "resolved": "https://registry.npmmirror.com/vdirs/-/vdirs-0.1.8.tgz",
2212
- "integrity": "sha512-H9V1zGRLQZg9b+GdMk8MXDN2Lva0zx72MPahDKc30v+DtwKjfyOSXWRIX4t2mhDubM1H09gPhWeth/BJWPHGUw==",
2213
- "license": "MIT",
2214
- "dependencies": {
2215
- "evtd": "^0.2.2"
2216
- },
2217
- "peerDependencies": {
2218
- "vue": "^3.0.11"
2219
- }
2220
- },
2221
- "node_modules/vite": {
2222
- "version": "6.4.1",
2223
- "resolved": "https://registry.npmmirror.com/vite/-/vite-6.4.1.tgz",
2224
- "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
2225
- "dev": true,
2226
- "license": "MIT",
2227
- "dependencies": {
2228
- "esbuild": "^0.25.0",
2229
- "fdir": "^6.4.4",
2230
- "picomatch": "^4.0.2",
2231
- "postcss": "^8.5.3",
2232
- "rollup": "^4.34.9",
2233
- "tinyglobby": "^0.2.13"
2234
- },
2235
- "bin": {
2236
- "vite": "bin/vite.js"
2237
- },
2238
- "engines": {
2239
- "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
2240
- },
2241
- "funding": {
2242
- "url": "https://github.com/vitejs/vite?sponsor=1"
2243
- },
2244
- "optionalDependencies": {
2245
- "fsevents": "~2.3.3"
2246
- },
2247
- "peerDependencies": {
2248
- "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
2249
- "jiti": ">=1.21.0",
2250
- "less": "*",
2251
- "lightningcss": "^1.21.0",
2252
- "sass": "*",
2253
- "sass-embedded": "*",
2254
- "stylus": "*",
2255
- "sugarss": "*",
2256
- "terser": "^5.16.0",
2257
- "tsx": "^4.8.1",
2258
- "yaml": "^2.4.2"
2259
- },
2260
- "peerDependenciesMeta": {
2261
- "@types/node": {
2262
- "optional": true
2263
- },
2264
- "jiti": {
2265
- "optional": true
2266
- },
2267
- "less": {
2268
- "optional": true
2269
- },
2270
- "lightningcss": {
2271
- "optional": true
2272
- },
2273
- "sass": {
2274
- "optional": true
2275
- },
2276
- "sass-embedded": {
2277
- "optional": true
2278
- },
2279
- "stylus": {
2280
- "optional": true
2281
- },
2282
- "sugarss": {
2283
- "optional": true
2284
- },
2285
- "terser": {
2286
- "optional": true
2287
- },
2288
- "tsx": {
2289
- "optional": true
2290
- },
2291
- "yaml": {
2292
- "optional": true
2293
- }
2294
- }
2295
- },
2296
- "node_modules/vooks": {
2297
- "version": "0.2.12",
2298
- "resolved": "https://registry.npmmirror.com/vooks/-/vooks-0.2.12.tgz",
2299
- "integrity": "sha512-iox0I3RZzxtKlcgYaStQYKEzWWGAduMmq+jS7OrNdQo1FgGfPMubGL3uGHOU9n97NIvfFDBGnpSvkWyb/NSn/Q==",
2300
- "license": "MIT",
2301
- "dependencies": {
2302
- "evtd": "^0.2.2"
2303
- },
2304
- "peerDependencies": {
2305
- "vue": "^3.0.0"
2306
- }
2307
- },
2308
- "node_modules/vue": {
2309
- "version": "3.5.32",
2310
- "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.32.tgz",
2311
- "integrity": "sha512-vM4z4Q9tTafVfMAK7IVzmxg34rSzTFMyIe0UUEijUCkn9+23lj0WRfA83dg7eQZIUlgOSGrkViIaCfqSAUXsMw==",
2312
- "license": "MIT",
2313
- "dependencies": {
2314
- "@vue/compiler-dom": "3.5.32",
2315
- "@vue/compiler-sfc": "3.5.32",
2316
- "@vue/runtime-dom": "3.5.32",
2317
- "@vue/server-renderer": "3.5.32",
2318
- "@vue/shared": "3.5.32"
2319
- },
2320
- "peerDependencies": {
2321
- "typescript": "*"
2322
- },
2323
- "peerDependenciesMeta": {
2324
- "typescript": {
2325
- "optional": true
2326
- }
2327
- }
2328
- },
2329
- "node_modules/vueuc": {
2330
- "version": "0.4.65",
2331
- "resolved": "https://registry.npmmirror.com/vueuc/-/vueuc-0.4.65.tgz",
2332
- "integrity": "sha512-lXuMl+8gsBmruudfxnMF9HW4be8rFziylXFu1VHVNbLVhRTXXV4njvpRuJapD/8q+oFEMSfQMH16E/85VoWRyQ==",
2333
- "license": "MIT",
2334
- "dependencies": {
2335
- "@css-render/vue3-ssr": "^0.15.10",
2336
- "@juggle/resize-observer": "^3.3.1",
2337
- "css-render": "^0.15.10",
2338
- "evtd": "^0.2.4",
2339
- "seemly": "^0.3.6",
2340
- "vdirs": "^0.1.4",
2341
- "vooks": "^0.2.4"
2342
- },
2343
- "peerDependencies": {
2344
- "vue": "^3.0.11"
2345
- }
2346
- },
2347
- "node_modules/ws": {
2348
- "version": "8.20.0",
2349
- "resolved": "https://registry.npmmirror.com/ws/-/ws-8.20.0.tgz",
2350
- "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
2351
- "license": "MIT",
2352
- "engines": {
2353
- "node": ">=10.0.0"
2354
- },
2355
- "peerDependencies": {
2356
- "bufferutil": "^4.0.1",
2357
- "utf-8-validate": ">=5.0.2"
2358
- },
2359
- "peerDependenciesMeta": {
2360
- "bufferutil": {
2361
- "optional": true
2362
- },
2363
- "utf-8-validate": {
2364
- "optional": true
2365
- }
2366
- }
2367
- },
2368
- "node_modules/wsl-utils": {
2369
- "version": "0.1.0",
2370
- "resolved": "https://registry.npmmirror.com/wsl-utils/-/wsl-utils-0.1.0.tgz",
2371
- "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
2372
- "license": "MIT",
2373
- "dependencies": {
2374
- "is-wsl": "^3.1.0"
2375
- },
2376
- "engines": {
2377
- "node": ">=18"
2378
- },
2379
- "funding": {
2380
- "url": "https://github.com/sponsors/sindresorhus"
2381
- }
2382
- }
2383
- }
2384
- }
1
+ {
2
+ "name": "@sillyspec/dashboard",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "@sillyspec/dashboard",
9
+ "version": "1.0.0",
10
+ "dependencies": {
11
+ "@vicons/ionicons5": "^0.13.0",
12
+ "chokidar": "^4.0",
13
+ "marked": "^17.0.6",
14
+ "naive-ui": "^2.44.1",
15
+ "open": "^10.1",
16
+ "vue": "^3.5",
17
+ "ws": "^8.18"
18
+ },
19
+ "devDependencies": {
20
+ "@tailwindcss/vite": "^4.0",
21
+ "@vitejs/plugin-vue": "^5.2",
22
+ "tailwindcss": "^4.0",
23
+ "vite": "^6.0"
24
+ }
25
+ },
26
+ "node_modules/@babel/helper-string-parser": {
27
+ "version": "7.27.1",
28
+ "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
29
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
30
+ "license": "MIT",
31
+ "engines": {
32
+ "node": ">=6.9.0"
33
+ }
34
+ },
35
+ "node_modules/@babel/helper-validator-identifier": {
36
+ "version": "7.28.5",
37
+ "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
38
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
39
+ "license": "MIT",
40
+ "engines": {
41
+ "node": ">=6.9.0"
42
+ }
43
+ },
44
+ "node_modules/@babel/parser": {
45
+ "version": "7.29.2",
46
+ "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.2.tgz",
47
+ "integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
48
+ "license": "MIT",
49
+ "dependencies": {
50
+ "@babel/types": "^7.29.0"
51
+ },
52
+ "bin": {
53
+ "parser": "bin/babel-parser.js"
54
+ },
55
+ "engines": {
56
+ "node": ">=6.0.0"
57
+ }
58
+ },
59
+ "node_modules/@babel/types": {
60
+ "version": "7.29.0",
61
+ "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.0.tgz",
62
+ "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
63
+ "license": "MIT",
64
+ "dependencies": {
65
+ "@babel/helper-string-parser": "^7.27.1",
66
+ "@babel/helper-validator-identifier": "^7.28.5"
67
+ },
68
+ "engines": {
69
+ "node": ">=6.9.0"
70
+ }
71
+ },
72
+ "node_modules/@css-render/plugin-bem": {
73
+ "version": "0.15.14",
74
+ "resolved": "https://registry.npmmirror.com/@css-render/plugin-bem/-/plugin-bem-0.15.14.tgz",
75
+ "integrity": "sha512-QK513CJ7yEQxm/P3EwsI+d+ha8kSOcjGvD6SevM41neEMxdULE+18iuQK6tEChAWMOQNQPLG/Rw3Khb69r5neg==",
76
+ "license": "MIT",
77
+ "peerDependencies": {
78
+ "css-render": "~0.15.14"
79
+ }
80
+ },
81
+ "node_modules/@css-render/vue3-ssr": {
82
+ "version": "0.15.14",
83
+ "resolved": "https://registry.npmmirror.com/@css-render/vue3-ssr/-/vue3-ssr-0.15.14.tgz",
84
+ "integrity": "sha512-//8027GSbxE9n3QlD73xFY6z4ZbHbvrOVB7AO6hsmrEzGbg+h2A09HboUyDgu+xsmj7JnvJD39Irt+2D0+iV8g==",
85
+ "license": "MIT",
86
+ "peerDependencies": {
87
+ "vue": "^3.0.11"
88
+ }
89
+ },
90
+ "node_modules/@emotion/hash": {
91
+ "version": "0.8.0",
92
+ "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.8.0.tgz",
93
+ "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
94
+ "license": "MIT"
95
+ },
96
+ "node_modules/@esbuild/aix-ppc64": {
97
+ "version": "0.25.12",
98
+ "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
99
+ "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
100
+ "cpu": [
101
+ "ppc64"
102
+ ],
103
+ "dev": true,
104
+ "license": "MIT",
105
+ "optional": true,
106
+ "os": [
107
+ "aix"
108
+ ],
109
+ "engines": {
110
+ "node": ">=18"
111
+ }
112
+ },
113
+ "node_modules/@esbuild/android-arm": {
114
+ "version": "0.25.12",
115
+ "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
116
+ "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
117
+ "cpu": [
118
+ "arm"
119
+ ],
120
+ "dev": true,
121
+ "license": "MIT",
122
+ "optional": true,
123
+ "os": [
124
+ "android"
125
+ ],
126
+ "engines": {
127
+ "node": ">=18"
128
+ }
129
+ },
130
+ "node_modules/@esbuild/android-arm64": {
131
+ "version": "0.25.12",
132
+ "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
133
+ "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
134
+ "cpu": [
135
+ "arm64"
136
+ ],
137
+ "dev": true,
138
+ "license": "MIT",
139
+ "optional": true,
140
+ "os": [
141
+ "android"
142
+ ],
143
+ "engines": {
144
+ "node": ">=18"
145
+ }
146
+ },
147
+ "node_modules/@esbuild/android-x64": {
148
+ "version": "0.25.12",
149
+ "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
150
+ "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
151
+ "cpu": [
152
+ "x64"
153
+ ],
154
+ "dev": true,
155
+ "license": "MIT",
156
+ "optional": true,
157
+ "os": [
158
+ "android"
159
+ ],
160
+ "engines": {
161
+ "node": ">=18"
162
+ }
163
+ },
164
+ "node_modules/@esbuild/darwin-arm64": {
165
+ "version": "0.25.12",
166
+ "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
167
+ "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
168
+ "cpu": [
169
+ "arm64"
170
+ ],
171
+ "dev": true,
172
+ "license": "MIT",
173
+ "optional": true,
174
+ "os": [
175
+ "darwin"
176
+ ],
177
+ "engines": {
178
+ "node": ">=18"
179
+ }
180
+ },
181
+ "node_modules/@esbuild/darwin-x64": {
182
+ "version": "0.25.12",
183
+ "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
184
+ "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
185
+ "cpu": [
186
+ "x64"
187
+ ],
188
+ "dev": true,
189
+ "license": "MIT",
190
+ "optional": true,
191
+ "os": [
192
+ "darwin"
193
+ ],
194
+ "engines": {
195
+ "node": ">=18"
196
+ }
197
+ },
198
+ "node_modules/@esbuild/freebsd-arm64": {
199
+ "version": "0.25.12",
200
+ "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
201
+ "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
202
+ "cpu": [
203
+ "arm64"
204
+ ],
205
+ "dev": true,
206
+ "license": "MIT",
207
+ "optional": true,
208
+ "os": [
209
+ "freebsd"
210
+ ],
211
+ "engines": {
212
+ "node": ">=18"
213
+ }
214
+ },
215
+ "node_modules/@esbuild/freebsd-x64": {
216
+ "version": "0.25.12",
217
+ "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
218
+ "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
219
+ "cpu": [
220
+ "x64"
221
+ ],
222
+ "dev": true,
223
+ "license": "MIT",
224
+ "optional": true,
225
+ "os": [
226
+ "freebsd"
227
+ ],
228
+ "engines": {
229
+ "node": ">=18"
230
+ }
231
+ },
232
+ "node_modules/@esbuild/linux-arm": {
233
+ "version": "0.25.12",
234
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
235
+ "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
236
+ "cpu": [
237
+ "arm"
238
+ ],
239
+ "dev": true,
240
+ "license": "MIT",
241
+ "optional": true,
242
+ "os": [
243
+ "linux"
244
+ ],
245
+ "engines": {
246
+ "node": ">=18"
247
+ }
248
+ },
249
+ "node_modules/@esbuild/linux-arm64": {
250
+ "version": "0.25.12",
251
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
252
+ "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
253
+ "cpu": [
254
+ "arm64"
255
+ ],
256
+ "dev": true,
257
+ "license": "MIT",
258
+ "optional": true,
259
+ "os": [
260
+ "linux"
261
+ ],
262
+ "engines": {
263
+ "node": ">=18"
264
+ }
265
+ },
266
+ "node_modules/@esbuild/linux-ia32": {
267
+ "version": "0.25.12",
268
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
269
+ "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
270
+ "cpu": [
271
+ "ia32"
272
+ ],
273
+ "dev": true,
274
+ "license": "MIT",
275
+ "optional": true,
276
+ "os": [
277
+ "linux"
278
+ ],
279
+ "engines": {
280
+ "node": ">=18"
281
+ }
282
+ },
283
+ "node_modules/@esbuild/linux-loong64": {
284
+ "version": "0.25.12",
285
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
286
+ "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
287
+ "cpu": [
288
+ "loong64"
289
+ ],
290
+ "dev": true,
291
+ "license": "MIT",
292
+ "optional": true,
293
+ "os": [
294
+ "linux"
295
+ ],
296
+ "engines": {
297
+ "node": ">=18"
298
+ }
299
+ },
300
+ "node_modules/@esbuild/linux-mips64el": {
301
+ "version": "0.25.12",
302
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
303
+ "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
304
+ "cpu": [
305
+ "mips64el"
306
+ ],
307
+ "dev": true,
308
+ "license": "MIT",
309
+ "optional": true,
310
+ "os": [
311
+ "linux"
312
+ ],
313
+ "engines": {
314
+ "node": ">=18"
315
+ }
316
+ },
317
+ "node_modules/@esbuild/linux-ppc64": {
318
+ "version": "0.25.12",
319
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
320
+ "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
321
+ "cpu": [
322
+ "ppc64"
323
+ ],
324
+ "dev": true,
325
+ "license": "MIT",
326
+ "optional": true,
327
+ "os": [
328
+ "linux"
329
+ ],
330
+ "engines": {
331
+ "node": ">=18"
332
+ }
333
+ },
334
+ "node_modules/@esbuild/linux-riscv64": {
335
+ "version": "0.25.12",
336
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
337
+ "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
338
+ "cpu": [
339
+ "riscv64"
340
+ ],
341
+ "dev": true,
342
+ "license": "MIT",
343
+ "optional": true,
344
+ "os": [
345
+ "linux"
346
+ ],
347
+ "engines": {
348
+ "node": ">=18"
349
+ }
350
+ },
351
+ "node_modules/@esbuild/linux-s390x": {
352
+ "version": "0.25.12",
353
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
354
+ "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
355
+ "cpu": [
356
+ "s390x"
357
+ ],
358
+ "dev": true,
359
+ "license": "MIT",
360
+ "optional": true,
361
+ "os": [
362
+ "linux"
363
+ ],
364
+ "engines": {
365
+ "node": ">=18"
366
+ }
367
+ },
368
+ "node_modules/@esbuild/linux-x64": {
369
+ "version": "0.25.12",
370
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
371
+ "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
372
+ "cpu": [
373
+ "x64"
374
+ ],
375
+ "dev": true,
376
+ "license": "MIT",
377
+ "optional": true,
378
+ "os": [
379
+ "linux"
380
+ ],
381
+ "engines": {
382
+ "node": ">=18"
383
+ }
384
+ },
385
+ "node_modules/@esbuild/netbsd-arm64": {
386
+ "version": "0.25.12",
387
+ "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
388
+ "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
389
+ "cpu": [
390
+ "arm64"
391
+ ],
392
+ "dev": true,
393
+ "license": "MIT",
394
+ "optional": true,
395
+ "os": [
396
+ "netbsd"
397
+ ],
398
+ "engines": {
399
+ "node": ">=18"
400
+ }
401
+ },
402
+ "node_modules/@esbuild/netbsd-x64": {
403
+ "version": "0.25.12",
404
+ "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
405
+ "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
406
+ "cpu": [
407
+ "x64"
408
+ ],
409
+ "dev": true,
410
+ "license": "MIT",
411
+ "optional": true,
412
+ "os": [
413
+ "netbsd"
414
+ ],
415
+ "engines": {
416
+ "node": ">=18"
417
+ }
418
+ },
419
+ "node_modules/@esbuild/openbsd-arm64": {
420
+ "version": "0.25.12",
421
+ "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
422
+ "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
423
+ "cpu": [
424
+ "arm64"
425
+ ],
426
+ "dev": true,
427
+ "license": "MIT",
428
+ "optional": true,
429
+ "os": [
430
+ "openbsd"
431
+ ],
432
+ "engines": {
433
+ "node": ">=18"
434
+ }
435
+ },
436
+ "node_modules/@esbuild/openbsd-x64": {
437
+ "version": "0.25.12",
438
+ "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
439
+ "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
440
+ "cpu": [
441
+ "x64"
442
+ ],
443
+ "dev": true,
444
+ "license": "MIT",
445
+ "optional": true,
446
+ "os": [
447
+ "openbsd"
448
+ ],
449
+ "engines": {
450
+ "node": ">=18"
451
+ }
452
+ },
453
+ "node_modules/@esbuild/openharmony-arm64": {
454
+ "version": "0.25.12",
455
+ "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
456
+ "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
457
+ "cpu": [
458
+ "arm64"
459
+ ],
460
+ "dev": true,
461
+ "license": "MIT",
462
+ "optional": true,
463
+ "os": [
464
+ "openharmony"
465
+ ],
466
+ "engines": {
467
+ "node": ">=18"
468
+ }
469
+ },
470
+ "node_modules/@esbuild/sunos-x64": {
471
+ "version": "0.25.12",
472
+ "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
473
+ "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
474
+ "cpu": [
475
+ "x64"
476
+ ],
477
+ "dev": true,
478
+ "license": "MIT",
479
+ "optional": true,
480
+ "os": [
481
+ "sunos"
482
+ ],
483
+ "engines": {
484
+ "node": ">=18"
485
+ }
486
+ },
487
+ "node_modules/@esbuild/win32-arm64": {
488
+ "version": "0.25.12",
489
+ "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
490
+ "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
491
+ "cpu": [
492
+ "arm64"
493
+ ],
494
+ "dev": true,
495
+ "license": "MIT",
496
+ "optional": true,
497
+ "os": [
498
+ "win32"
499
+ ],
500
+ "engines": {
501
+ "node": ">=18"
502
+ }
503
+ },
504
+ "node_modules/@esbuild/win32-ia32": {
505
+ "version": "0.25.12",
506
+ "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
507
+ "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
508
+ "cpu": [
509
+ "ia32"
510
+ ],
511
+ "dev": true,
512
+ "license": "MIT",
513
+ "optional": true,
514
+ "os": [
515
+ "win32"
516
+ ],
517
+ "engines": {
518
+ "node": ">=18"
519
+ }
520
+ },
521
+ "node_modules/@esbuild/win32-x64": {
522
+ "version": "0.25.12",
523
+ "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
524
+ "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
525
+ "cpu": [
526
+ "x64"
527
+ ],
528
+ "dev": true,
529
+ "license": "MIT",
530
+ "optional": true,
531
+ "os": [
532
+ "win32"
533
+ ],
534
+ "engines": {
535
+ "node": ">=18"
536
+ }
537
+ },
538
+ "node_modules/@jridgewell/gen-mapping": {
539
+ "version": "0.3.13",
540
+ "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
541
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
542
+ "dev": true,
543
+ "license": "MIT",
544
+ "dependencies": {
545
+ "@jridgewell/sourcemap-codec": "^1.5.0",
546
+ "@jridgewell/trace-mapping": "^0.3.24"
547
+ }
548
+ },
549
+ "node_modules/@jridgewell/remapping": {
550
+ "version": "2.3.5",
551
+ "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz",
552
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
553
+ "dev": true,
554
+ "license": "MIT",
555
+ "dependencies": {
556
+ "@jridgewell/gen-mapping": "^0.3.5",
557
+ "@jridgewell/trace-mapping": "^0.3.24"
558
+ }
559
+ },
560
+ "node_modules/@jridgewell/resolve-uri": {
561
+ "version": "3.1.2",
562
+ "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
563
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
564
+ "dev": true,
565
+ "license": "MIT",
566
+ "engines": {
567
+ "node": ">=6.0.0"
568
+ }
569
+ },
570
+ "node_modules/@jridgewell/sourcemap-codec": {
571
+ "version": "1.5.5",
572
+ "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
573
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
574
+ "license": "MIT"
575
+ },
576
+ "node_modules/@jridgewell/trace-mapping": {
577
+ "version": "0.3.31",
578
+ "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
579
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
580
+ "dev": true,
581
+ "license": "MIT",
582
+ "dependencies": {
583
+ "@jridgewell/resolve-uri": "^3.1.0",
584
+ "@jridgewell/sourcemap-codec": "^1.4.14"
585
+ }
586
+ },
587
+ "node_modules/@juggle/resize-observer": {
588
+ "version": "3.4.0",
589
+ "resolved": "https://registry.npmmirror.com/@juggle/resize-observer/-/resize-observer-3.4.0.tgz",
590
+ "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==",
591
+ "license": "Apache-2.0"
592
+ },
593
+ "node_modules/@rollup/rollup-android-arm-eabi": {
594
+ "version": "4.60.1",
595
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz",
596
+ "integrity": "sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==",
597
+ "cpu": [
598
+ "arm"
599
+ ],
600
+ "dev": true,
601
+ "license": "MIT",
602
+ "optional": true,
603
+ "os": [
604
+ "android"
605
+ ]
606
+ },
607
+ "node_modules/@rollup/rollup-android-arm64": {
608
+ "version": "4.60.1",
609
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.1.tgz",
610
+ "integrity": "sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==",
611
+ "cpu": [
612
+ "arm64"
613
+ ],
614
+ "dev": true,
615
+ "license": "MIT",
616
+ "optional": true,
617
+ "os": [
618
+ "android"
619
+ ]
620
+ },
621
+ "node_modules/@rollup/rollup-darwin-arm64": {
622
+ "version": "4.60.1",
623
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.1.tgz",
624
+ "integrity": "sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==",
625
+ "cpu": [
626
+ "arm64"
627
+ ],
628
+ "dev": true,
629
+ "license": "MIT",
630
+ "optional": true,
631
+ "os": [
632
+ "darwin"
633
+ ]
634
+ },
635
+ "node_modules/@rollup/rollup-darwin-x64": {
636
+ "version": "4.60.1",
637
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.1.tgz",
638
+ "integrity": "sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==",
639
+ "cpu": [
640
+ "x64"
641
+ ],
642
+ "dev": true,
643
+ "license": "MIT",
644
+ "optional": true,
645
+ "os": [
646
+ "darwin"
647
+ ]
648
+ },
649
+ "node_modules/@rollup/rollup-freebsd-arm64": {
650
+ "version": "4.60.1",
651
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.1.tgz",
652
+ "integrity": "sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==",
653
+ "cpu": [
654
+ "arm64"
655
+ ],
656
+ "dev": true,
657
+ "license": "MIT",
658
+ "optional": true,
659
+ "os": [
660
+ "freebsd"
661
+ ]
662
+ },
663
+ "node_modules/@rollup/rollup-freebsd-x64": {
664
+ "version": "4.60.1",
665
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.1.tgz",
666
+ "integrity": "sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==",
667
+ "cpu": [
668
+ "x64"
669
+ ],
670
+ "dev": true,
671
+ "license": "MIT",
672
+ "optional": true,
673
+ "os": [
674
+ "freebsd"
675
+ ]
676
+ },
677
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
678
+ "version": "4.60.1",
679
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.1.tgz",
680
+ "integrity": "sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==",
681
+ "cpu": [
682
+ "arm"
683
+ ],
684
+ "dev": true,
685
+ "license": "MIT",
686
+ "optional": true,
687
+ "os": [
688
+ "linux"
689
+ ]
690
+ },
691
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
692
+ "version": "4.60.1",
693
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.1.tgz",
694
+ "integrity": "sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==",
695
+ "cpu": [
696
+ "arm"
697
+ ],
698
+ "dev": true,
699
+ "license": "MIT",
700
+ "optional": true,
701
+ "os": [
702
+ "linux"
703
+ ]
704
+ },
705
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
706
+ "version": "4.60.1",
707
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.1.tgz",
708
+ "integrity": "sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==",
709
+ "cpu": [
710
+ "arm64"
711
+ ],
712
+ "dev": true,
713
+ "license": "MIT",
714
+ "optional": true,
715
+ "os": [
716
+ "linux"
717
+ ]
718
+ },
719
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
720
+ "version": "4.60.1",
721
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.1.tgz",
722
+ "integrity": "sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==",
723
+ "cpu": [
724
+ "arm64"
725
+ ],
726
+ "dev": true,
727
+ "license": "MIT",
728
+ "optional": true,
729
+ "os": [
730
+ "linux"
731
+ ]
732
+ },
733
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
734
+ "version": "4.60.1",
735
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.1.tgz",
736
+ "integrity": "sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==",
737
+ "cpu": [
738
+ "loong64"
739
+ ],
740
+ "dev": true,
741
+ "license": "MIT",
742
+ "optional": true,
743
+ "os": [
744
+ "linux"
745
+ ]
746
+ },
747
+ "node_modules/@rollup/rollup-linux-loong64-musl": {
748
+ "version": "4.60.1",
749
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.1.tgz",
750
+ "integrity": "sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==",
751
+ "cpu": [
752
+ "loong64"
753
+ ],
754
+ "dev": true,
755
+ "license": "MIT",
756
+ "optional": true,
757
+ "os": [
758
+ "linux"
759
+ ]
760
+ },
761
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
762
+ "version": "4.60.1",
763
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.1.tgz",
764
+ "integrity": "sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==",
765
+ "cpu": [
766
+ "ppc64"
767
+ ],
768
+ "dev": true,
769
+ "license": "MIT",
770
+ "optional": true,
771
+ "os": [
772
+ "linux"
773
+ ]
774
+ },
775
+ "node_modules/@rollup/rollup-linux-ppc64-musl": {
776
+ "version": "4.60.1",
777
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.1.tgz",
778
+ "integrity": "sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==",
779
+ "cpu": [
780
+ "ppc64"
781
+ ],
782
+ "dev": true,
783
+ "license": "MIT",
784
+ "optional": true,
785
+ "os": [
786
+ "linux"
787
+ ]
788
+ },
789
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
790
+ "version": "4.60.1",
791
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.1.tgz",
792
+ "integrity": "sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==",
793
+ "cpu": [
794
+ "riscv64"
795
+ ],
796
+ "dev": true,
797
+ "license": "MIT",
798
+ "optional": true,
799
+ "os": [
800
+ "linux"
801
+ ]
802
+ },
803
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
804
+ "version": "4.60.1",
805
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.1.tgz",
806
+ "integrity": "sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==",
807
+ "cpu": [
808
+ "riscv64"
809
+ ],
810
+ "dev": true,
811
+ "license": "MIT",
812
+ "optional": true,
813
+ "os": [
814
+ "linux"
815
+ ]
816
+ },
817
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
818
+ "version": "4.60.1",
819
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.1.tgz",
820
+ "integrity": "sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==",
821
+ "cpu": [
822
+ "s390x"
823
+ ],
824
+ "dev": true,
825
+ "license": "MIT",
826
+ "optional": true,
827
+ "os": [
828
+ "linux"
829
+ ]
830
+ },
831
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
832
+ "version": "4.60.1",
833
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz",
834
+ "integrity": "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==",
835
+ "cpu": [
836
+ "x64"
837
+ ],
838
+ "dev": true,
839
+ "license": "MIT",
840
+ "optional": true,
841
+ "os": [
842
+ "linux"
843
+ ]
844
+ },
845
+ "node_modules/@rollup/rollup-linux-x64-musl": {
846
+ "version": "4.60.1",
847
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.1.tgz",
848
+ "integrity": "sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==",
849
+ "cpu": [
850
+ "x64"
851
+ ],
852
+ "dev": true,
853
+ "license": "MIT",
854
+ "optional": true,
855
+ "os": [
856
+ "linux"
857
+ ]
858
+ },
859
+ "node_modules/@rollup/rollup-openbsd-x64": {
860
+ "version": "4.60.1",
861
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.1.tgz",
862
+ "integrity": "sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==",
863
+ "cpu": [
864
+ "x64"
865
+ ],
866
+ "dev": true,
867
+ "license": "MIT",
868
+ "optional": true,
869
+ "os": [
870
+ "openbsd"
871
+ ]
872
+ },
873
+ "node_modules/@rollup/rollup-openharmony-arm64": {
874
+ "version": "4.60.1",
875
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.1.tgz",
876
+ "integrity": "sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==",
877
+ "cpu": [
878
+ "arm64"
879
+ ],
880
+ "dev": true,
881
+ "license": "MIT",
882
+ "optional": true,
883
+ "os": [
884
+ "openharmony"
885
+ ]
886
+ },
887
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
888
+ "version": "4.60.1",
889
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.1.tgz",
890
+ "integrity": "sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==",
891
+ "cpu": [
892
+ "arm64"
893
+ ],
894
+ "dev": true,
895
+ "license": "MIT",
896
+ "optional": true,
897
+ "os": [
898
+ "win32"
899
+ ]
900
+ },
901
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
902
+ "version": "4.60.1",
903
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.1.tgz",
904
+ "integrity": "sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==",
905
+ "cpu": [
906
+ "ia32"
907
+ ],
908
+ "dev": true,
909
+ "license": "MIT",
910
+ "optional": true,
911
+ "os": [
912
+ "win32"
913
+ ]
914
+ },
915
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
916
+ "version": "4.60.1",
917
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.1.tgz",
918
+ "integrity": "sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==",
919
+ "cpu": [
920
+ "x64"
921
+ ],
922
+ "dev": true,
923
+ "license": "MIT",
924
+ "optional": true,
925
+ "os": [
926
+ "win32"
927
+ ]
928
+ },
929
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
930
+ "version": "4.60.1",
931
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.1.tgz",
932
+ "integrity": "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==",
933
+ "cpu": [
934
+ "x64"
935
+ ],
936
+ "dev": true,
937
+ "license": "MIT",
938
+ "optional": true,
939
+ "os": [
940
+ "win32"
941
+ ]
942
+ },
943
+ "node_modules/@tailwindcss/node": {
944
+ "version": "4.2.2",
945
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.2.2.tgz",
946
+ "integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==",
947
+ "dev": true,
948
+ "license": "MIT",
949
+ "dependencies": {
950
+ "@jridgewell/remapping": "^2.3.5",
951
+ "enhanced-resolve": "^5.19.0",
952
+ "jiti": "^2.6.1",
953
+ "lightningcss": "1.32.0",
954
+ "magic-string": "^0.30.21",
955
+ "source-map-js": "^1.2.1",
956
+ "tailwindcss": "4.2.2"
957
+ }
958
+ },
959
+ "node_modules/@tailwindcss/oxide": {
960
+ "version": "4.2.2",
961
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.2.2.tgz",
962
+ "integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==",
963
+ "dev": true,
964
+ "license": "MIT",
965
+ "engines": {
966
+ "node": ">= 20"
967
+ },
968
+ "optionalDependencies": {
969
+ "@tailwindcss/oxide-android-arm64": "4.2.2",
970
+ "@tailwindcss/oxide-darwin-arm64": "4.2.2",
971
+ "@tailwindcss/oxide-darwin-x64": "4.2.2",
972
+ "@tailwindcss/oxide-freebsd-x64": "4.2.2",
973
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2",
974
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.2.2",
975
+ "@tailwindcss/oxide-linux-arm64-musl": "4.2.2",
976
+ "@tailwindcss/oxide-linux-x64-gnu": "4.2.2",
977
+ "@tailwindcss/oxide-linux-x64-musl": "4.2.2",
978
+ "@tailwindcss/oxide-wasm32-wasi": "4.2.2",
979
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.2.2",
980
+ "@tailwindcss/oxide-win32-x64-msvc": "4.2.2"
981
+ }
982
+ },
983
+ "node_modules/@tailwindcss/oxide-android-arm64": {
984
+ "version": "4.2.2",
985
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz",
986
+ "integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==",
987
+ "cpu": [
988
+ "arm64"
989
+ ],
990
+ "dev": true,
991
+ "license": "MIT",
992
+ "optional": true,
993
+ "os": [
994
+ "android"
995
+ ],
996
+ "engines": {
997
+ "node": ">= 20"
998
+ }
999
+ },
1000
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
1001
+ "version": "4.2.2",
1002
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz",
1003
+ "integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==",
1004
+ "cpu": [
1005
+ "arm64"
1006
+ ],
1007
+ "dev": true,
1008
+ "license": "MIT",
1009
+ "optional": true,
1010
+ "os": [
1011
+ "darwin"
1012
+ ],
1013
+ "engines": {
1014
+ "node": ">= 20"
1015
+ }
1016
+ },
1017
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
1018
+ "version": "4.2.2",
1019
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz",
1020
+ "integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==",
1021
+ "cpu": [
1022
+ "x64"
1023
+ ],
1024
+ "dev": true,
1025
+ "license": "MIT",
1026
+ "optional": true,
1027
+ "os": [
1028
+ "darwin"
1029
+ ],
1030
+ "engines": {
1031
+ "node": ">= 20"
1032
+ }
1033
+ },
1034
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
1035
+ "version": "4.2.2",
1036
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz",
1037
+ "integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==",
1038
+ "cpu": [
1039
+ "x64"
1040
+ ],
1041
+ "dev": true,
1042
+ "license": "MIT",
1043
+ "optional": true,
1044
+ "os": [
1045
+ "freebsd"
1046
+ ],
1047
+ "engines": {
1048
+ "node": ">= 20"
1049
+ }
1050
+ },
1051
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
1052
+ "version": "4.2.2",
1053
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz",
1054
+ "integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==",
1055
+ "cpu": [
1056
+ "arm"
1057
+ ],
1058
+ "dev": true,
1059
+ "license": "MIT",
1060
+ "optional": true,
1061
+ "os": [
1062
+ "linux"
1063
+ ],
1064
+ "engines": {
1065
+ "node": ">= 20"
1066
+ }
1067
+ },
1068
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
1069
+ "version": "4.2.2",
1070
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz",
1071
+ "integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==",
1072
+ "cpu": [
1073
+ "arm64"
1074
+ ],
1075
+ "dev": true,
1076
+ "license": "MIT",
1077
+ "optional": true,
1078
+ "os": [
1079
+ "linux"
1080
+ ],
1081
+ "engines": {
1082
+ "node": ">= 20"
1083
+ }
1084
+ },
1085
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
1086
+ "version": "4.2.2",
1087
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz",
1088
+ "integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==",
1089
+ "cpu": [
1090
+ "arm64"
1091
+ ],
1092
+ "dev": true,
1093
+ "license": "MIT",
1094
+ "optional": true,
1095
+ "os": [
1096
+ "linux"
1097
+ ],
1098
+ "engines": {
1099
+ "node": ">= 20"
1100
+ }
1101
+ },
1102
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
1103
+ "version": "4.2.2",
1104
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz",
1105
+ "integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==",
1106
+ "cpu": [
1107
+ "x64"
1108
+ ],
1109
+ "dev": true,
1110
+ "license": "MIT",
1111
+ "optional": true,
1112
+ "os": [
1113
+ "linux"
1114
+ ],
1115
+ "engines": {
1116
+ "node": ">= 20"
1117
+ }
1118
+ },
1119
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
1120
+ "version": "4.2.2",
1121
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz",
1122
+ "integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==",
1123
+ "cpu": [
1124
+ "x64"
1125
+ ],
1126
+ "dev": true,
1127
+ "license": "MIT",
1128
+ "optional": true,
1129
+ "os": [
1130
+ "linux"
1131
+ ],
1132
+ "engines": {
1133
+ "node": ">= 20"
1134
+ }
1135
+ },
1136
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
1137
+ "version": "4.2.2",
1138
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz",
1139
+ "integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==",
1140
+ "bundleDependencies": [
1141
+ "@napi-rs/wasm-runtime",
1142
+ "@emnapi/core",
1143
+ "@emnapi/runtime",
1144
+ "@tybys/wasm-util",
1145
+ "@emnapi/wasi-threads",
1146
+ "tslib"
1147
+ ],
1148
+ "cpu": [
1149
+ "wasm32"
1150
+ ],
1151
+ "dev": true,
1152
+ "license": "MIT",
1153
+ "optional": true,
1154
+ "dependencies": {
1155
+ "@emnapi/core": "^1.8.1",
1156
+ "@emnapi/runtime": "^1.8.1",
1157
+ "@emnapi/wasi-threads": "^1.1.0",
1158
+ "@napi-rs/wasm-runtime": "^1.1.1",
1159
+ "@tybys/wasm-util": "^0.10.1",
1160
+ "tslib": "^2.8.1"
1161
+ },
1162
+ "engines": {
1163
+ "node": ">=14.0.0"
1164
+ }
1165
+ },
1166
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1167
+ "version": "4.2.2",
1168
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz",
1169
+ "integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==",
1170
+ "cpu": [
1171
+ "arm64"
1172
+ ],
1173
+ "dev": true,
1174
+ "license": "MIT",
1175
+ "optional": true,
1176
+ "os": [
1177
+ "win32"
1178
+ ],
1179
+ "engines": {
1180
+ "node": ">= 20"
1181
+ }
1182
+ },
1183
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
1184
+ "version": "4.2.2",
1185
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz",
1186
+ "integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==",
1187
+ "cpu": [
1188
+ "x64"
1189
+ ],
1190
+ "dev": true,
1191
+ "license": "MIT",
1192
+ "optional": true,
1193
+ "os": [
1194
+ "win32"
1195
+ ],
1196
+ "engines": {
1197
+ "node": ">= 20"
1198
+ }
1199
+ },
1200
+ "node_modules/@tailwindcss/vite": {
1201
+ "version": "4.2.2",
1202
+ "resolved": "https://registry.npmmirror.com/@tailwindcss/vite/-/vite-4.2.2.tgz",
1203
+ "integrity": "sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==",
1204
+ "dev": true,
1205
+ "license": "MIT",
1206
+ "dependencies": {
1207
+ "@tailwindcss/node": "4.2.2",
1208
+ "@tailwindcss/oxide": "4.2.2",
1209
+ "tailwindcss": "4.2.2"
1210
+ },
1211
+ "peerDependencies": {
1212
+ "vite": "^5.2.0 || ^6 || ^7 || ^8"
1213
+ }
1214
+ },
1215
+ "node_modules/@types/estree": {
1216
+ "version": "1.0.8",
1217
+ "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
1218
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1219
+ "dev": true,
1220
+ "license": "MIT"
1221
+ },
1222
+ "node_modules/@types/lodash": {
1223
+ "version": "4.17.24",
1224
+ "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.24.tgz",
1225
+ "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==",
1226
+ "license": "MIT"
1227
+ },
1228
+ "node_modules/@types/lodash-es": {
1229
+ "version": "4.17.12",
1230
+ "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
1231
+ "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
1232
+ "license": "MIT",
1233
+ "dependencies": {
1234
+ "@types/lodash": "*"
1235
+ }
1236
+ },
1237
+ "node_modules/@vicons/ionicons5": {
1238
+ "version": "0.13.0",
1239
+ "resolved": "https://registry.npmmirror.com/@vicons/ionicons5/-/ionicons5-0.13.0.tgz",
1240
+ "integrity": "sha512-zvZKBPjEXKN7AXNo2Na2uy+nvuv6SP4KAMQxpKL2vfHMj0fSvuw7JZcOPCjQC3e7ayssKnaoFVAhbYcW6v41qQ==",
1241
+ "license": "MIT"
1242
+ },
1243
+ "node_modules/@vitejs/plugin-vue": {
1244
+ "version": "5.2.4",
1245
+ "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
1246
+ "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
1247
+ "dev": true,
1248
+ "license": "MIT",
1249
+ "engines": {
1250
+ "node": "^18.0.0 || >=20.0.0"
1251
+ },
1252
+ "peerDependencies": {
1253
+ "vite": "^5.0.0 || ^6.0.0",
1254
+ "vue": "^3.2.25"
1255
+ }
1256
+ },
1257
+ "node_modules/@vue/compiler-core": {
1258
+ "version": "3.5.32",
1259
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.32.tgz",
1260
+ "integrity": "sha512-4x74Tbtqnda8s/NSD6e1Dr5p1c8HdMU5RWSjMSUzb8RTcUQqevDCxVAitcLBKT+ie3o0Dl9crc/S/opJM7qBGQ==",
1261
+ "license": "MIT",
1262
+ "dependencies": {
1263
+ "@babel/parser": "^7.29.2",
1264
+ "@vue/shared": "3.5.32",
1265
+ "entities": "^7.0.1",
1266
+ "estree-walker": "^2.0.2",
1267
+ "source-map-js": "^1.2.1"
1268
+ }
1269
+ },
1270
+ "node_modules/@vue/compiler-dom": {
1271
+ "version": "3.5.32",
1272
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.32.tgz",
1273
+ "integrity": "sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==",
1274
+ "license": "MIT",
1275
+ "dependencies": {
1276
+ "@vue/compiler-core": "3.5.32",
1277
+ "@vue/shared": "3.5.32"
1278
+ }
1279
+ },
1280
+ "node_modules/@vue/compiler-sfc": {
1281
+ "version": "3.5.32",
1282
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.32.tgz",
1283
+ "integrity": "sha512-8UYUYo71cP/0YHMO814TRZlPuUUw3oifHuMR7Wp9SNoRSrxRQnhMLNlCeaODNn6kNTJsjFoQ/kqIj4qGvya4Xg==",
1284
+ "license": "MIT",
1285
+ "dependencies": {
1286
+ "@babel/parser": "^7.29.2",
1287
+ "@vue/compiler-core": "3.5.32",
1288
+ "@vue/compiler-dom": "3.5.32",
1289
+ "@vue/compiler-ssr": "3.5.32",
1290
+ "@vue/shared": "3.5.32",
1291
+ "estree-walker": "^2.0.2",
1292
+ "magic-string": "^0.30.21",
1293
+ "postcss": "^8.5.8",
1294
+ "source-map-js": "^1.2.1"
1295
+ }
1296
+ },
1297
+ "node_modules/@vue/compiler-ssr": {
1298
+ "version": "3.5.32",
1299
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.32.tgz",
1300
+ "integrity": "sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==",
1301
+ "license": "MIT",
1302
+ "dependencies": {
1303
+ "@vue/compiler-dom": "3.5.32",
1304
+ "@vue/shared": "3.5.32"
1305
+ }
1306
+ },
1307
+ "node_modules/@vue/reactivity": {
1308
+ "version": "3.5.32",
1309
+ "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.32.tgz",
1310
+ "integrity": "sha512-/ORasxSGvZ6MN5gc+uE364SxFdJ0+WqVG0CENXaGW58TOCdrAW76WWaplDtECeS1qphvtBZtR+3/o1g1zL4xPQ==",
1311
+ "license": "MIT",
1312
+ "dependencies": {
1313
+ "@vue/shared": "3.5.32"
1314
+ }
1315
+ },
1316
+ "node_modules/@vue/runtime-core": {
1317
+ "version": "3.5.32",
1318
+ "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.32.tgz",
1319
+ "integrity": "sha512-pDrXCejn4UpFDFmMd27AcJEbHaLemaE5o4pbb7sLk79SRIhc6/t34BQA7SGNgYtbMnvbF/HHOftYBgFJtUoJUQ==",
1320
+ "license": "MIT",
1321
+ "dependencies": {
1322
+ "@vue/reactivity": "3.5.32",
1323
+ "@vue/shared": "3.5.32"
1324
+ }
1325
+ },
1326
+ "node_modules/@vue/runtime-dom": {
1327
+ "version": "3.5.32",
1328
+ "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.32.tgz",
1329
+ "integrity": "sha512-1CDVv7tv/IV13V8Nip1k/aaObVbWqRlVCVezTwx3K07p7Vxossp5JU1dcPNhJk3w347gonIUT9jQOGutyJrSVQ==",
1330
+ "license": "MIT",
1331
+ "dependencies": {
1332
+ "@vue/reactivity": "3.5.32",
1333
+ "@vue/runtime-core": "3.5.32",
1334
+ "@vue/shared": "3.5.32",
1335
+ "csstype": "^3.2.3"
1336
+ }
1337
+ },
1338
+ "node_modules/@vue/server-renderer": {
1339
+ "version": "3.5.32",
1340
+ "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.32.tgz",
1341
+ "integrity": "sha512-IOjm2+JQwRFS7W28HNuJeXQle9KdZbODFY7hFGVtnnghF51ta20EWAZJHX+zLGtsHhaU6uC9BGPV52KVpYryMQ==",
1342
+ "license": "MIT",
1343
+ "dependencies": {
1344
+ "@vue/compiler-ssr": "3.5.32",
1345
+ "@vue/shared": "3.5.32"
1346
+ },
1347
+ "peerDependencies": {
1348
+ "vue": "3.5.32"
1349
+ }
1350
+ },
1351
+ "node_modules/@vue/shared": {
1352
+ "version": "3.5.32",
1353
+ "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.32.tgz",
1354
+ "integrity": "sha512-ksNyrmRQzWJJ8n3cRDuSF7zNNontuJg1YHnmWRJd2AMu8Ij2bqwiiri2lH5rHtYPZjj4STkNcgcmiQqlOjiYGg==",
1355
+ "license": "MIT"
1356
+ },
1357
+ "node_modules/async-validator": {
1358
+ "version": "4.2.5",
1359
+ "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
1360
+ "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
1361
+ "license": "MIT"
1362
+ },
1363
+ "node_modules/bundle-name": {
1364
+ "version": "4.1.0",
1365
+ "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
1366
+ "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
1367
+ "license": "MIT",
1368
+ "dependencies": {
1369
+ "run-applescript": "^7.0.0"
1370
+ },
1371
+ "engines": {
1372
+ "node": ">=18"
1373
+ },
1374
+ "funding": {
1375
+ "url": "https://github.com/sponsors/sindresorhus"
1376
+ }
1377
+ },
1378
+ "node_modules/chokidar": {
1379
+ "version": "4.0.3",
1380
+ "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
1381
+ "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
1382
+ "license": "MIT",
1383
+ "dependencies": {
1384
+ "readdirp": "^4.0.1"
1385
+ },
1386
+ "engines": {
1387
+ "node": ">= 14.16.0"
1388
+ },
1389
+ "funding": {
1390
+ "url": "https://paulmillr.com/funding/"
1391
+ }
1392
+ },
1393
+ "node_modules/css-render": {
1394
+ "version": "0.15.14",
1395
+ "resolved": "https://registry.npmmirror.com/css-render/-/css-render-0.15.14.tgz",
1396
+ "integrity": "sha512-9nF4PdUle+5ta4W5SyZdLCCmFd37uVimSjg1evcTqKJCyvCEEj12WKzOSBNak6r4im4J4iYXKH1OWpUV5LBYFg==",
1397
+ "license": "MIT",
1398
+ "dependencies": {
1399
+ "@emotion/hash": "~0.8.0",
1400
+ "csstype": "~3.0.5"
1401
+ }
1402
+ },
1403
+ "node_modules/css-render/node_modules/csstype": {
1404
+ "version": "3.0.11",
1405
+ "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.0.11.tgz",
1406
+ "integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==",
1407
+ "license": "MIT"
1408
+ },
1409
+ "node_modules/csstype": {
1410
+ "version": "3.2.3",
1411
+ "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
1412
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1413
+ "license": "MIT"
1414
+ },
1415
+ "node_modules/date-fns": {
1416
+ "version": "4.1.0",
1417
+ "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-4.1.0.tgz",
1418
+ "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
1419
+ "license": "MIT",
1420
+ "funding": {
1421
+ "type": "github",
1422
+ "url": "https://github.com/sponsors/kossnocorp"
1423
+ }
1424
+ },
1425
+ "node_modules/date-fns-tz": {
1426
+ "version": "3.2.0",
1427
+ "resolved": "https://registry.npmmirror.com/date-fns-tz/-/date-fns-tz-3.2.0.tgz",
1428
+ "integrity": "sha512-sg8HqoTEulcbbbVXeg84u5UnlsQa8GS5QXMqjjYIhS4abEVVKIUwe0/l/UhrZdKaL/W5eWZNlbTeEIiOXTcsBQ==",
1429
+ "license": "MIT",
1430
+ "peerDependencies": {
1431
+ "date-fns": "^3.0.0 || ^4.0.0"
1432
+ }
1433
+ },
1434
+ "node_modules/default-browser": {
1435
+ "version": "5.5.0",
1436
+ "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.5.0.tgz",
1437
+ "integrity": "sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==",
1438
+ "license": "MIT",
1439
+ "dependencies": {
1440
+ "bundle-name": "^4.1.0",
1441
+ "default-browser-id": "^5.0.0"
1442
+ },
1443
+ "engines": {
1444
+ "node": ">=18"
1445
+ },
1446
+ "funding": {
1447
+ "url": "https://github.com/sponsors/sindresorhus"
1448
+ }
1449
+ },
1450
+ "node_modules/default-browser-id": {
1451
+ "version": "5.0.1",
1452
+ "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.1.tgz",
1453
+ "integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
1454
+ "license": "MIT",
1455
+ "engines": {
1456
+ "node": ">=18"
1457
+ },
1458
+ "funding": {
1459
+ "url": "https://github.com/sponsors/sindresorhus"
1460
+ }
1461
+ },
1462
+ "node_modules/define-lazy-prop": {
1463
+ "version": "3.0.0",
1464
+ "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
1465
+ "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
1466
+ "license": "MIT",
1467
+ "engines": {
1468
+ "node": ">=12"
1469
+ },
1470
+ "funding": {
1471
+ "url": "https://github.com/sponsors/sindresorhus"
1472
+ }
1473
+ },
1474
+ "node_modules/detect-libc": {
1475
+ "version": "2.1.2",
1476
+ "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
1477
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1478
+ "dev": true,
1479
+ "license": "Apache-2.0",
1480
+ "engines": {
1481
+ "node": ">=8"
1482
+ }
1483
+ },
1484
+ "node_modules/enhanced-resolve": {
1485
+ "version": "5.20.1",
1486
+ "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz",
1487
+ "integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
1488
+ "dev": true,
1489
+ "license": "MIT",
1490
+ "dependencies": {
1491
+ "graceful-fs": "^4.2.4",
1492
+ "tapable": "^2.3.0"
1493
+ },
1494
+ "engines": {
1495
+ "node": ">=10.13.0"
1496
+ }
1497
+ },
1498
+ "node_modules/entities": {
1499
+ "version": "7.0.1",
1500
+ "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz",
1501
+ "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
1502
+ "license": "BSD-2-Clause",
1503
+ "engines": {
1504
+ "node": ">=0.12"
1505
+ },
1506
+ "funding": {
1507
+ "url": "https://github.com/fb55/entities?sponsor=1"
1508
+ }
1509
+ },
1510
+ "node_modules/esbuild": {
1511
+ "version": "0.25.12",
1512
+ "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.12.tgz",
1513
+ "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
1514
+ "dev": true,
1515
+ "hasInstallScript": true,
1516
+ "license": "MIT",
1517
+ "bin": {
1518
+ "esbuild": "bin/esbuild"
1519
+ },
1520
+ "engines": {
1521
+ "node": ">=18"
1522
+ },
1523
+ "optionalDependencies": {
1524
+ "@esbuild/aix-ppc64": "0.25.12",
1525
+ "@esbuild/android-arm": "0.25.12",
1526
+ "@esbuild/android-arm64": "0.25.12",
1527
+ "@esbuild/android-x64": "0.25.12",
1528
+ "@esbuild/darwin-arm64": "0.25.12",
1529
+ "@esbuild/darwin-x64": "0.25.12",
1530
+ "@esbuild/freebsd-arm64": "0.25.12",
1531
+ "@esbuild/freebsd-x64": "0.25.12",
1532
+ "@esbuild/linux-arm": "0.25.12",
1533
+ "@esbuild/linux-arm64": "0.25.12",
1534
+ "@esbuild/linux-ia32": "0.25.12",
1535
+ "@esbuild/linux-loong64": "0.25.12",
1536
+ "@esbuild/linux-mips64el": "0.25.12",
1537
+ "@esbuild/linux-ppc64": "0.25.12",
1538
+ "@esbuild/linux-riscv64": "0.25.12",
1539
+ "@esbuild/linux-s390x": "0.25.12",
1540
+ "@esbuild/linux-x64": "0.25.12",
1541
+ "@esbuild/netbsd-arm64": "0.25.12",
1542
+ "@esbuild/netbsd-x64": "0.25.12",
1543
+ "@esbuild/openbsd-arm64": "0.25.12",
1544
+ "@esbuild/openbsd-x64": "0.25.12",
1545
+ "@esbuild/openharmony-arm64": "0.25.12",
1546
+ "@esbuild/sunos-x64": "0.25.12",
1547
+ "@esbuild/win32-arm64": "0.25.12",
1548
+ "@esbuild/win32-ia32": "0.25.12",
1549
+ "@esbuild/win32-x64": "0.25.12"
1550
+ }
1551
+ },
1552
+ "node_modules/estree-walker": {
1553
+ "version": "2.0.2",
1554
+ "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
1555
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1556
+ "license": "MIT"
1557
+ },
1558
+ "node_modules/evtd": {
1559
+ "version": "0.2.4",
1560
+ "resolved": "https://registry.npmmirror.com/evtd/-/evtd-0.2.4.tgz",
1561
+ "integrity": "sha512-qaeGN5bx63s/AXgQo8gj6fBkxge+OoLddLniox5qtLAEY5HSnuSlISXVPxnSae1dWblvTh4/HoMIB+mbMsvZzw==",
1562
+ "license": "MIT"
1563
+ },
1564
+ "node_modules/fdir": {
1565
+ "version": "6.5.0",
1566
+ "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
1567
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1568
+ "dev": true,
1569
+ "license": "MIT",
1570
+ "engines": {
1571
+ "node": ">=12.0.0"
1572
+ },
1573
+ "peerDependencies": {
1574
+ "picomatch": "^3 || ^4"
1575
+ },
1576
+ "peerDependenciesMeta": {
1577
+ "picomatch": {
1578
+ "optional": true
1579
+ }
1580
+ }
1581
+ },
1582
+ "node_modules/fsevents": {
1583
+ "version": "2.3.3",
1584
+ "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
1585
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1586
+ "dev": true,
1587
+ "hasInstallScript": true,
1588
+ "license": "MIT",
1589
+ "optional": true,
1590
+ "os": [
1591
+ "darwin"
1592
+ ],
1593
+ "engines": {
1594
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1595
+ }
1596
+ },
1597
+ "node_modules/graceful-fs": {
1598
+ "version": "4.2.11",
1599
+ "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
1600
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1601
+ "dev": true,
1602
+ "license": "ISC"
1603
+ },
1604
+ "node_modules/highlight.js": {
1605
+ "version": "11.11.1",
1606
+ "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.11.1.tgz",
1607
+ "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==",
1608
+ "license": "BSD-3-Clause",
1609
+ "engines": {
1610
+ "node": ">=12.0.0"
1611
+ }
1612
+ },
1613
+ "node_modules/is-docker": {
1614
+ "version": "3.0.0",
1615
+ "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
1616
+ "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
1617
+ "license": "MIT",
1618
+ "bin": {
1619
+ "is-docker": "cli.js"
1620
+ },
1621
+ "engines": {
1622
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1623
+ },
1624
+ "funding": {
1625
+ "url": "https://github.com/sponsors/sindresorhus"
1626
+ }
1627
+ },
1628
+ "node_modules/is-inside-container": {
1629
+ "version": "1.0.0",
1630
+ "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
1631
+ "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
1632
+ "license": "MIT",
1633
+ "dependencies": {
1634
+ "is-docker": "^3.0.0"
1635
+ },
1636
+ "bin": {
1637
+ "is-inside-container": "cli.js"
1638
+ },
1639
+ "engines": {
1640
+ "node": ">=14.16"
1641
+ },
1642
+ "funding": {
1643
+ "url": "https://github.com/sponsors/sindresorhus"
1644
+ }
1645
+ },
1646
+ "node_modules/is-wsl": {
1647
+ "version": "3.1.1",
1648
+ "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.1.tgz",
1649
+ "integrity": "sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==",
1650
+ "license": "MIT",
1651
+ "dependencies": {
1652
+ "is-inside-container": "^1.0.0"
1653
+ },
1654
+ "engines": {
1655
+ "node": ">=16"
1656
+ },
1657
+ "funding": {
1658
+ "url": "https://github.com/sponsors/sindresorhus"
1659
+ }
1660
+ },
1661
+ "node_modules/jiti": {
1662
+ "version": "2.6.1",
1663
+ "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.6.1.tgz",
1664
+ "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
1665
+ "dev": true,
1666
+ "license": "MIT",
1667
+ "bin": {
1668
+ "jiti": "lib/jiti-cli.mjs"
1669
+ }
1670
+ },
1671
+ "node_modules/lightningcss": {
1672
+ "version": "1.32.0",
1673
+ "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.32.0.tgz",
1674
+ "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
1675
+ "dev": true,
1676
+ "license": "MPL-2.0",
1677
+ "dependencies": {
1678
+ "detect-libc": "^2.0.3"
1679
+ },
1680
+ "engines": {
1681
+ "node": ">= 12.0.0"
1682
+ },
1683
+ "funding": {
1684
+ "type": "opencollective",
1685
+ "url": "https://opencollective.com/parcel"
1686
+ },
1687
+ "optionalDependencies": {
1688
+ "lightningcss-android-arm64": "1.32.0",
1689
+ "lightningcss-darwin-arm64": "1.32.0",
1690
+ "lightningcss-darwin-x64": "1.32.0",
1691
+ "lightningcss-freebsd-x64": "1.32.0",
1692
+ "lightningcss-linux-arm-gnueabihf": "1.32.0",
1693
+ "lightningcss-linux-arm64-gnu": "1.32.0",
1694
+ "lightningcss-linux-arm64-musl": "1.32.0",
1695
+ "lightningcss-linux-x64-gnu": "1.32.0",
1696
+ "lightningcss-linux-x64-musl": "1.32.0",
1697
+ "lightningcss-win32-arm64-msvc": "1.32.0",
1698
+ "lightningcss-win32-x64-msvc": "1.32.0"
1699
+ }
1700
+ },
1701
+ "node_modules/lightningcss-android-arm64": {
1702
+ "version": "1.32.0",
1703
+ "resolved": "https://registry.npmmirror.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
1704
+ "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
1705
+ "cpu": [
1706
+ "arm64"
1707
+ ],
1708
+ "dev": true,
1709
+ "license": "MPL-2.0",
1710
+ "optional": true,
1711
+ "os": [
1712
+ "android"
1713
+ ],
1714
+ "engines": {
1715
+ "node": ">= 12.0.0"
1716
+ },
1717
+ "funding": {
1718
+ "type": "opencollective",
1719
+ "url": "https://opencollective.com/parcel"
1720
+ }
1721
+ },
1722
+ "node_modules/lightningcss-darwin-arm64": {
1723
+ "version": "1.32.0",
1724
+ "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
1725
+ "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
1726
+ "cpu": [
1727
+ "arm64"
1728
+ ],
1729
+ "dev": true,
1730
+ "license": "MPL-2.0",
1731
+ "optional": true,
1732
+ "os": [
1733
+ "darwin"
1734
+ ],
1735
+ "engines": {
1736
+ "node": ">= 12.0.0"
1737
+ },
1738
+ "funding": {
1739
+ "type": "opencollective",
1740
+ "url": "https://opencollective.com/parcel"
1741
+ }
1742
+ },
1743
+ "node_modules/lightningcss-darwin-x64": {
1744
+ "version": "1.32.0",
1745
+ "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
1746
+ "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
1747
+ "cpu": [
1748
+ "x64"
1749
+ ],
1750
+ "dev": true,
1751
+ "license": "MPL-2.0",
1752
+ "optional": true,
1753
+ "os": [
1754
+ "darwin"
1755
+ ],
1756
+ "engines": {
1757
+ "node": ">= 12.0.0"
1758
+ },
1759
+ "funding": {
1760
+ "type": "opencollective",
1761
+ "url": "https://opencollective.com/parcel"
1762
+ }
1763
+ },
1764
+ "node_modules/lightningcss-freebsd-x64": {
1765
+ "version": "1.32.0",
1766
+ "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
1767
+ "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
1768
+ "cpu": [
1769
+ "x64"
1770
+ ],
1771
+ "dev": true,
1772
+ "license": "MPL-2.0",
1773
+ "optional": true,
1774
+ "os": [
1775
+ "freebsd"
1776
+ ],
1777
+ "engines": {
1778
+ "node": ">= 12.0.0"
1779
+ },
1780
+ "funding": {
1781
+ "type": "opencollective",
1782
+ "url": "https://opencollective.com/parcel"
1783
+ }
1784
+ },
1785
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
1786
+ "version": "1.32.0",
1787
+ "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
1788
+ "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
1789
+ "cpu": [
1790
+ "arm"
1791
+ ],
1792
+ "dev": true,
1793
+ "license": "MPL-2.0",
1794
+ "optional": true,
1795
+ "os": [
1796
+ "linux"
1797
+ ],
1798
+ "engines": {
1799
+ "node": ">= 12.0.0"
1800
+ },
1801
+ "funding": {
1802
+ "type": "opencollective",
1803
+ "url": "https://opencollective.com/parcel"
1804
+ }
1805
+ },
1806
+ "node_modules/lightningcss-linux-arm64-gnu": {
1807
+ "version": "1.32.0",
1808
+ "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
1809
+ "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
1810
+ "cpu": [
1811
+ "arm64"
1812
+ ],
1813
+ "dev": true,
1814
+ "license": "MPL-2.0",
1815
+ "optional": true,
1816
+ "os": [
1817
+ "linux"
1818
+ ],
1819
+ "engines": {
1820
+ "node": ">= 12.0.0"
1821
+ },
1822
+ "funding": {
1823
+ "type": "opencollective",
1824
+ "url": "https://opencollective.com/parcel"
1825
+ }
1826
+ },
1827
+ "node_modules/lightningcss-linux-arm64-musl": {
1828
+ "version": "1.32.0",
1829
+ "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
1830
+ "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
1831
+ "cpu": [
1832
+ "arm64"
1833
+ ],
1834
+ "dev": true,
1835
+ "license": "MPL-2.0",
1836
+ "optional": true,
1837
+ "os": [
1838
+ "linux"
1839
+ ],
1840
+ "engines": {
1841
+ "node": ">= 12.0.0"
1842
+ },
1843
+ "funding": {
1844
+ "type": "opencollective",
1845
+ "url": "https://opencollective.com/parcel"
1846
+ }
1847
+ },
1848
+ "node_modules/lightningcss-linux-x64-gnu": {
1849
+ "version": "1.32.0",
1850
+ "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
1851
+ "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
1852
+ "cpu": [
1853
+ "x64"
1854
+ ],
1855
+ "dev": true,
1856
+ "license": "MPL-2.0",
1857
+ "optional": true,
1858
+ "os": [
1859
+ "linux"
1860
+ ],
1861
+ "engines": {
1862
+ "node": ">= 12.0.0"
1863
+ },
1864
+ "funding": {
1865
+ "type": "opencollective",
1866
+ "url": "https://opencollective.com/parcel"
1867
+ }
1868
+ },
1869
+ "node_modules/lightningcss-linux-x64-musl": {
1870
+ "version": "1.32.0",
1871
+ "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
1872
+ "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
1873
+ "cpu": [
1874
+ "x64"
1875
+ ],
1876
+ "dev": true,
1877
+ "license": "MPL-2.0",
1878
+ "optional": true,
1879
+ "os": [
1880
+ "linux"
1881
+ ],
1882
+ "engines": {
1883
+ "node": ">= 12.0.0"
1884
+ },
1885
+ "funding": {
1886
+ "type": "opencollective",
1887
+ "url": "https://opencollective.com/parcel"
1888
+ }
1889
+ },
1890
+ "node_modules/lightningcss-win32-arm64-msvc": {
1891
+ "version": "1.32.0",
1892
+ "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
1893
+ "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
1894
+ "cpu": [
1895
+ "arm64"
1896
+ ],
1897
+ "dev": true,
1898
+ "license": "MPL-2.0",
1899
+ "optional": true,
1900
+ "os": [
1901
+ "win32"
1902
+ ],
1903
+ "engines": {
1904
+ "node": ">= 12.0.0"
1905
+ },
1906
+ "funding": {
1907
+ "type": "opencollective",
1908
+ "url": "https://opencollective.com/parcel"
1909
+ }
1910
+ },
1911
+ "node_modules/lightningcss-win32-x64-msvc": {
1912
+ "version": "1.32.0",
1913
+ "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
1914
+ "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
1915
+ "cpu": [
1916
+ "x64"
1917
+ ],
1918
+ "dev": true,
1919
+ "license": "MPL-2.0",
1920
+ "optional": true,
1921
+ "os": [
1922
+ "win32"
1923
+ ],
1924
+ "engines": {
1925
+ "node": ">= 12.0.0"
1926
+ },
1927
+ "funding": {
1928
+ "type": "opencollective",
1929
+ "url": "https://opencollective.com/parcel"
1930
+ }
1931
+ },
1932
+ "node_modules/lodash": {
1933
+ "version": "4.18.1",
1934
+ "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.18.1.tgz",
1935
+ "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
1936
+ "license": "MIT"
1937
+ },
1938
+ "node_modules/lodash-es": {
1939
+ "version": "4.18.1",
1940
+ "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.18.1.tgz",
1941
+ "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
1942
+ "license": "MIT"
1943
+ },
1944
+ "node_modules/magic-string": {
1945
+ "version": "0.30.21",
1946
+ "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
1947
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
1948
+ "license": "MIT",
1949
+ "dependencies": {
1950
+ "@jridgewell/sourcemap-codec": "^1.5.5"
1951
+ }
1952
+ },
1953
+ "node_modules/marked": {
1954
+ "version": "17.0.6",
1955
+ "resolved": "https://registry.npmmirror.com/marked/-/marked-17.0.6.tgz",
1956
+ "integrity": "sha512-gB0gkNafnonOw0obSTEGZTT86IuhILt2Wfx0mWH/1Au83kybTayroZ/V6nS25mN7u8ASy+5fMhgB3XPNrOZdmA==",
1957
+ "license": "MIT",
1958
+ "bin": {
1959
+ "marked": "bin/marked.js"
1960
+ },
1961
+ "engines": {
1962
+ "node": ">= 20"
1963
+ }
1964
+ },
1965
+ "node_modules/naive-ui": {
1966
+ "version": "2.44.1",
1967
+ "resolved": "https://registry.npmmirror.com/naive-ui/-/naive-ui-2.44.1.tgz",
1968
+ "integrity": "sha512-reo8Esw0p58liZwbUutC7meW24Xbn3EwNv91zReWKm2W4JPu+zfgJRn/F7aO0BFmvN+h2brA2M5lRvYqLq4kuA==",
1969
+ "license": "MIT",
1970
+ "dependencies": {
1971
+ "@css-render/plugin-bem": "^0.15.14",
1972
+ "@css-render/vue3-ssr": "^0.15.14",
1973
+ "@types/lodash": "^4.17.20",
1974
+ "@types/lodash-es": "^4.17.12",
1975
+ "async-validator": "^4.2.5",
1976
+ "css-render": "^0.15.14",
1977
+ "csstype": "^3.1.3",
1978
+ "date-fns": "^4.1.0",
1979
+ "date-fns-tz": "^3.2.0",
1980
+ "evtd": "^0.2.4",
1981
+ "highlight.js": "^11.8.0",
1982
+ "lodash": "^4.17.21",
1983
+ "lodash-es": "^4.17.21",
1984
+ "seemly": "^0.3.10",
1985
+ "treemate": "^0.3.11",
1986
+ "vdirs": "^0.1.8",
1987
+ "vooks": "^0.2.12",
1988
+ "vueuc": "^0.4.65"
1989
+ },
1990
+ "engines": {
1991
+ "node": ">=20"
1992
+ },
1993
+ "peerDependencies": {
1994
+ "vue": "^3.0.0"
1995
+ }
1996
+ },
1997
+ "node_modules/nanoid": {
1998
+ "version": "3.3.11",
1999
+ "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
2000
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
2001
+ "funding": [
2002
+ {
2003
+ "type": "github",
2004
+ "url": "https://github.com/sponsors/ai"
2005
+ }
2006
+ ],
2007
+ "license": "MIT",
2008
+ "bin": {
2009
+ "nanoid": "bin/nanoid.cjs"
2010
+ },
2011
+ "engines": {
2012
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2013
+ }
2014
+ },
2015
+ "node_modules/open": {
2016
+ "version": "10.2.0",
2017
+ "resolved": "https://registry.npmmirror.com/open/-/open-10.2.0.tgz",
2018
+ "integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
2019
+ "license": "MIT",
2020
+ "dependencies": {
2021
+ "default-browser": "^5.2.1",
2022
+ "define-lazy-prop": "^3.0.0",
2023
+ "is-inside-container": "^1.0.0",
2024
+ "wsl-utils": "^0.1.0"
2025
+ },
2026
+ "engines": {
2027
+ "node": ">=18"
2028
+ },
2029
+ "funding": {
2030
+ "url": "https://github.com/sponsors/sindresorhus"
2031
+ }
2032
+ },
2033
+ "node_modules/picocolors": {
2034
+ "version": "1.1.1",
2035
+ "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
2036
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2037
+ "license": "ISC"
2038
+ },
2039
+ "node_modules/picomatch": {
2040
+ "version": "4.0.4",
2041
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.4.tgz",
2042
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
2043
+ "dev": true,
2044
+ "license": "MIT",
2045
+ "engines": {
2046
+ "node": ">=12"
2047
+ },
2048
+ "funding": {
2049
+ "url": "https://github.com/sponsors/jonschlinkert"
2050
+ }
2051
+ },
2052
+ "node_modules/postcss": {
2053
+ "version": "8.5.14",
2054
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
2055
+ "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
2056
+ "funding": [
2057
+ {
2058
+ "type": "opencollective",
2059
+ "url": "https://opencollective.com/postcss/"
2060
+ },
2061
+ {
2062
+ "type": "tidelift",
2063
+ "url": "https://tidelift.com/funding/github/npm/postcss"
2064
+ },
2065
+ {
2066
+ "type": "github",
2067
+ "url": "https://github.com/sponsors/ai"
2068
+ }
2069
+ ],
2070
+ "license": "MIT",
2071
+ "dependencies": {
2072
+ "nanoid": "^3.3.11",
2073
+ "picocolors": "^1.1.1",
2074
+ "source-map-js": "^1.2.1"
2075
+ },
2076
+ "engines": {
2077
+ "node": "^10 || ^12 || >=14"
2078
+ }
2079
+ },
2080
+ "node_modules/readdirp": {
2081
+ "version": "4.1.2",
2082
+ "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
2083
+ "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
2084
+ "license": "MIT",
2085
+ "engines": {
2086
+ "node": ">= 14.18.0"
2087
+ },
2088
+ "funding": {
2089
+ "type": "individual",
2090
+ "url": "https://paulmillr.com/funding/"
2091
+ }
2092
+ },
2093
+ "node_modules/rollup": {
2094
+ "version": "4.60.1",
2095
+ "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.60.1.tgz",
2096
+ "integrity": "sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==",
2097
+ "dev": true,
2098
+ "license": "MIT",
2099
+ "dependencies": {
2100
+ "@types/estree": "1.0.8"
2101
+ },
2102
+ "bin": {
2103
+ "rollup": "dist/bin/rollup"
2104
+ },
2105
+ "engines": {
2106
+ "node": ">=18.0.0",
2107
+ "npm": ">=8.0.0"
2108
+ },
2109
+ "optionalDependencies": {
2110
+ "@rollup/rollup-android-arm-eabi": "4.60.1",
2111
+ "@rollup/rollup-android-arm64": "4.60.1",
2112
+ "@rollup/rollup-darwin-arm64": "4.60.1",
2113
+ "@rollup/rollup-darwin-x64": "4.60.1",
2114
+ "@rollup/rollup-freebsd-arm64": "4.60.1",
2115
+ "@rollup/rollup-freebsd-x64": "4.60.1",
2116
+ "@rollup/rollup-linux-arm-gnueabihf": "4.60.1",
2117
+ "@rollup/rollup-linux-arm-musleabihf": "4.60.1",
2118
+ "@rollup/rollup-linux-arm64-gnu": "4.60.1",
2119
+ "@rollup/rollup-linux-arm64-musl": "4.60.1",
2120
+ "@rollup/rollup-linux-loong64-gnu": "4.60.1",
2121
+ "@rollup/rollup-linux-loong64-musl": "4.60.1",
2122
+ "@rollup/rollup-linux-ppc64-gnu": "4.60.1",
2123
+ "@rollup/rollup-linux-ppc64-musl": "4.60.1",
2124
+ "@rollup/rollup-linux-riscv64-gnu": "4.60.1",
2125
+ "@rollup/rollup-linux-riscv64-musl": "4.60.1",
2126
+ "@rollup/rollup-linux-s390x-gnu": "4.60.1",
2127
+ "@rollup/rollup-linux-x64-gnu": "4.60.1",
2128
+ "@rollup/rollup-linux-x64-musl": "4.60.1",
2129
+ "@rollup/rollup-openbsd-x64": "4.60.1",
2130
+ "@rollup/rollup-openharmony-arm64": "4.60.1",
2131
+ "@rollup/rollup-win32-arm64-msvc": "4.60.1",
2132
+ "@rollup/rollup-win32-ia32-msvc": "4.60.1",
2133
+ "@rollup/rollup-win32-x64-gnu": "4.60.1",
2134
+ "@rollup/rollup-win32-x64-msvc": "4.60.1",
2135
+ "fsevents": "~2.3.2"
2136
+ }
2137
+ },
2138
+ "node_modules/run-applescript": {
2139
+ "version": "7.1.0",
2140
+ "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.1.0.tgz",
2141
+ "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
2142
+ "license": "MIT",
2143
+ "engines": {
2144
+ "node": ">=18"
2145
+ },
2146
+ "funding": {
2147
+ "url": "https://github.com/sponsors/sindresorhus"
2148
+ }
2149
+ },
2150
+ "node_modules/seemly": {
2151
+ "version": "0.3.10",
2152
+ "resolved": "https://registry.npmmirror.com/seemly/-/seemly-0.3.10.tgz",
2153
+ "integrity": "sha512-2+SMxtG1PcsL0uyhkumlOU6Qo9TAQ/WyH7tthnPIOQB05/12jz9naq6GZ6iZ6ApVsO3rr2gsnTf3++OV63kE1Q==",
2154
+ "license": "MIT"
2155
+ },
2156
+ "node_modules/source-map-js": {
2157
+ "version": "1.2.1",
2158
+ "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
2159
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2160
+ "license": "BSD-3-Clause",
2161
+ "engines": {
2162
+ "node": ">=0.10.0"
2163
+ }
2164
+ },
2165
+ "node_modules/tailwindcss": {
2166
+ "version": "4.2.2",
2167
+ "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.2.2.tgz",
2168
+ "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==",
2169
+ "dev": true,
2170
+ "license": "MIT"
2171
+ },
2172
+ "node_modules/tapable": {
2173
+ "version": "2.3.2",
2174
+ "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.3.2.tgz",
2175
+ "integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
2176
+ "dev": true,
2177
+ "license": "MIT",
2178
+ "engines": {
2179
+ "node": ">=6"
2180
+ },
2181
+ "funding": {
2182
+ "type": "opencollective",
2183
+ "url": "https://opencollective.com/webpack"
2184
+ }
2185
+ },
2186
+ "node_modules/tinyglobby": {
2187
+ "version": "0.2.15",
2188
+ "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
2189
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
2190
+ "dev": true,
2191
+ "license": "MIT",
2192
+ "dependencies": {
2193
+ "fdir": "^6.5.0",
2194
+ "picomatch": "^4.0.3"
2195
+ },
2196
+ "engines": {
2197
+ "node": ">=12.0.0"
2198
+ },
2199
+ "funding": {
2200
+ "url": "https://github.com/sponsors/SuperchupuDev"
2201
+ }
2202
+ },
2203
+ "node_modules/treemate": {
2204
+ "version": "0.3.11",
2205
+ "resolved": "https://registry.npmmirror.com/treemate/-/treemate-0.3.11.tgz",
2206
+ "integrity": "sha512-M8RGFoKtZ8dF+iwJfAJTOH/SM4KluKOKRJpjCMhI8bG3qB74zrFoArKZ62ll0Fr3mqkMJiQOmWYkdYgDeITYQg==",
2207
+ "license": "MIT"
2208
+ },
2209
+ "node_modules/vdirs": {
2210
+ "version": "0.1.8",
2211
+ "resolved": "https://registry.npmmirror.com/vdirs/-/vdirs-0.1.8.tgz",
2212
+ "integrity": "sha512-H9V1zGRLQZg9b+GdMk8MXDN2Lva0zx72MPahDKc30v+DtwKjfyOSXWRIX4t2mhDubM1H09gPhWeth/BJWPHGUw==",
2213
+ "license": "MIT",
2214
+ "dependencies": {
2215
+ "evtd": "^0.2.2"
2216
+ },
2217
+ "peerDependencies": {
2218
+ "vue": "^3.0.11"
2219
+ }
2220
+ },
2221
+ "node_modules/vite": {
2222
+ "version": "6.4.2",
2223
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz",
2224
+ "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==",
2225
+ "dev": true,
2226
+ "license": "MIT",
2227
+ "dependencies": {
2228
+ "esbuild": "^0.25.0",
2229
+ "fdir": "^6.4.4",
2230
+ "picomatch": "^4.0.2",
2231
+ "postcss": "^8.5.3",
2232
+ "rollup": "^4.34.9",
2233
+ "tinyglobby": "^0.2.13"
2234
+ },
2235
+ "bin": {
2236
+ "vite": "bin/vite.js"
2237
+ },
2238
+ "engines": {
2239
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
2240
+ },
2241
+ "funding": {
2242
+ "url": "https://github.com/vitejs/vite?sponsor=1"
2243
+ },
2244
+ "optionalDependencies": {
2245
+ "fsevents": "~2.3.3"
2246
+ },
2247
+ "peerDependencies": {
2248
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
2249
+ "jiti": ">=1.21.0",
2250
+ "less": "*",
2251
+ "lightningcss": "^1.21.0",
2252
+ "sass": "*",
2253
+ "sass-embedded": "*",
2254
+ "stylus": "*",
2255
+ "sugarss": "*",
2256
+ "terser": "^5.16.0",
2257
+ "tsx": "^4.8.1",
2258
+ "yaml": "^2.4.2"
2259
+ },
2260
+ "peerDependenciesMeta": {
2261
+ "@types/node": {
2262
+ "optional": true
2263
+ },
2264
+ "jiti": {
2265
+ "optional": true
2266
+ },
2267
+ "less": {
2268
+ "optional": true
2269
+ },
2270
+ "lightningcss": {
2271
+ "optional": true
2272
+ },
2273
+ "sass": {
2274
+ "optional": true
2275
+ },
2276
+ "sass-embedded": {
2277
+ "optional": true
2278
+ },
2279
+ "stylus": {
2280
+ "optional": true
2281
+ },
2282
+ "sugarss": {
2283
+ "optional": true
2284
+ },
2285
+ "terser": {
2286
+ "optional": true
2287
+ },
2288
+ "tsx": {
2289
+ "optional": true
2290
+ },
2291
+ "yaml": {
2292
+ "optional": true
2293
+ }
2294
+ }
2295
+ },
2296
+ "node_modules/vooks": {
2297
+ "version": "0.2.12",
2298
+ "resolved": "https://registry.npmmirror.com/vooks/-/vooks-0.2.12.tgz",
2299
+ "integrity": "sha512-iox0I3RZzxtKlcgYaStQYKEzWWGAduMmq+jS7OrNdQo1FgGfPMubGL3uGHOU9n97NIvfFDBGnpSvkWyb/NSn/Q==",
2300
+ "license": "MIT",
2301
+ "dependencies": {
2302
+ "evtd": "^0.2.2"
2303
+ },
2304
+ "peerDependencies": {
2305
+ "vue": "^3.0.0"
2306
+ }
2307
+ },
2308
+ "node_modules/vue": {
2309
+ "version": "3.5.32",
2310
+ "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.32.tgz",
2311
+ "integrity": "sha512-vM4z4Q9tTafVfMAK7IVzmxg34rSzTFMyIe0UUEijUCkn9+23lj0WRfA83dg7eQZIUlgOSGrkViIaCfqSAUXsMw==",
2312
+ "license": "MIT",
2313
+ "dependencies": {
2314
+ "@vue/compiler-dom": "3.5.32",
2315
+ "@vue/compiler-sfc": "3.5.32",
2316
+ "@vue/runtime-dom": "3.5.32",
2317
+ "@vue/server-renderer": "3.5.32",
2318
+ "@vue/shared": "3.5.32"
2319
+ },
2320
+ "peerDependencies": {
2321
+ "typescript": "*"
2322
+ },
2323
+ "peerDependenciesMeta": {
2324
+ "typescript": {
2325
+ "optional": true
2326
+ }
2327
+ }
2328
+ },
2329
+ "node_modules/vueuc": {
2330
+ "version": "0.4.65",
2331
+ "resolved": "https://registry.npmmirror.com/vueuc/-/vueuc-0.4.65.tgz",
2332
+ "integrity": "sha512-lXuMl+8gsBmruudfxnMF9HW4be8rFziylXFu1VHVNbLVhRTXXV4njvpRuJapD/8q+oFEMSfQMH16E/85VoWRyQ==",
2333
+ "license": "MIT",
2334
+ "dependencies": {
2335
+ "@css-render/vue3-ssr": "^0.15.10",
2336
+ "@juggle/resize-observer": "^3.3.1",
2337
+ "css-render": "^0.15.10",
2338
+ "evtd": "^0.2.4",
2339
+ "seemly": "^0.3.6",
2340
+ "vdirs": "^0.1.4",
2341
+ "vooks": "^0.2.4"
2342
+ },
2343
+ "peerDependencies": {
2344
+ "vue": "^3.0.11"
2345
+ }
2346
+ },
2347
+ "node_modules/ws": {
2348
+ "version": "8.20.0",
2349
+ "resolved": "https://registry.npmmirror.com/ws/-/ws-8.20.0.tgz",
2350
+ "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
2351
+ "license": "MIT",
2352
+ "engines": {
2353
+ "node": ">=10.0.0"
2354
+ },
2355
+ "peerDependencies": {
2356
+ "bufferutil": "^4.0.1",
2357
+ "utf-8-validate": ">=5.0.2"
2358
+ },
2359
+ "peerDependenciesMeta": {
2360
+ "bufferutil": {
2361
+ "optional": true
2362
+ },
2363
+ "utf-8-validate": {
2364
+ "optional": true
2365
+ }
2366
+ }
2367
+ },
2368
+ "node_modules/wsl-utils": {
2369
+ "version": "0.1.0",
2370
+ "resolved": "https://registry.npmmirror.com/wsl-utils/-/wsl-utils-0.1.0.tgz",
2371
+ "integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
2372
+ "license": "MIT",
2373
+ "dependencies": {
2374
+ "is-wsl": "^3.1.0"
2375
+ },
2376
+ "engines": {
2377
+ "node": ">=18"
2378
+ },
2379
+ "funding": {
2380
+ "url": "https://github.com/sponsors/sindresorhus"
2381
+ }
2382
+ }
2383
+ }
2384
+ }