@mariozechner/pi-web-ui 0.5.48 → 0.7.1

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 (222) hide show
  1. package/dist/ChatPanel.d.ts +1 -0
  2. package/dist/ChatPanel.d.ts.map +1 -1
  3. package/dist/ChatPanel.js +3 -2
  4. package/dist/ChatPanel.js.map +1 -1
  5. package/dist/agent/transports/ProviderTransport.d.ts +1 -1
  6. package/dist/agent/transports/ProviderTransport.d.ts.map +1 -1
  7. package/dist/agent/transports/ProviderTransport.js +5 -10
  8. package/dist/agent/transports/ProviderTransport.js.map +1 -1
  9. package/dist/app.css +4188 -2
  10. package/dist/components/AgentInterface.d.ts +1 -0
  11. package/dist/components/AgentInterface.d.ts.map +1 -1
  12. package/dist/components/AgentInterface.js +13 -3
  13. package/dist/components/AgentInterface.js.map +1 -1
  14. package/dist/components/AttachmentTile.d.ts.map +1 -1
  15. package/dist/components/AttachmentTile.js +2 -1
  16. package/dist/components/AttachmentTile.js.map +1 -1
  17. package/dist/components/ConsoleBlock.d.ts.map +1 -1
  18. package/dist/components/ConsoleBlock.js +2 -1
  19. package/dist/components/ConsoleBlock.js.map +1 -1
  20. package/dist/components/CustomProviderCard.d.ts +17 -0
  21. package/dist/components/CustomProviderCard.d.ts.map +1 -0
  22. package/dist/components/CustomProviderCard.js +110 -0
  23. package/dist/components/CustomProviderCard.js.map +1 -0
  24. package/dist/components/Input.d.ts +2 -2
  25. package/dist/components/Input.d.ts.map +1 -1
  26. package/dist/components/Input.js +2 -1
  27. package/dist/components/Input.js.map +1 -1
  28. package/dist/components/MessageEditor.d.ts +1 -3
  29. package/dist/components/MessageEditor.d.ts.map +1 -1
  30. package/dist/components/MessageEditor.js +6 -31
  31. package/dist/components/MessageEditor.js.map +1 -1
  32. package/dist/components/MessageList.d.ts +1 -0
  33. package/dist/components/MessageList.d.ts.map +1 -1
  34. package/dist/components/MessageList.js +6 -3
  35. package/dist/components/MessageList.js.map +1 -1
  36. package/dist/components/Messages.d.ts +2 -0
  37. package/dist/components/Messages.d.ts.map +1 -1
  38. package/dist/components/Messages.js +25 -14
  39. package/dist/components/Messages.js.map +1 -1
  40. package/dist/components/ProviderKeyInput.d.ts +1 -1
  41. package/dist/components/ProviderKeyInput.d.ts.map +1 -1
  42. package/dist/components/ProviderKeyInput.js +22 -36
  43. package/dist/components/ProviderKeyInput.js.map +1 -1
  44. package/dist/components/StreamingMessageContainer.d.ts +1 -0
  45. package/dist/components/StreamingMessageContainer.d.ts.map +1 -1
  46. package/dist/components/StreamingMessageContainer.js +5 -2
  47. package/dist/components/StreamingMessageContainer.js.map +1 -1
  48. package/dist/components/ThinkingBlock.d.ts +11 -0
  49. package/dist/components/ThinkingBlock.d.ts.map +1 -0
  50. package/dist/components/ThinkingBlock.js +58 -0
  51. package/dist/components/ThinkingBlock.js.map +1 -0
  52. package/dist/dialogs/ApiKeyPromptDialog.d.ts +1 -1
  53. package/dist/dialogs/ApiKeyPromptDialog.d.ts.map +1 -1
  54. package/dist/dialogs/ApiKeyPromptDialog.js +3 -1
  55. package/dist/dialogs/ApiKeyPromptDialog.js.map +1 -1
  56. package/dist/dialogs/AttachmentOverlay.d.ts.map +1 -1
  57. package/dist/dialogs/AttachmentOverlay.js +3 -2
  58. package/dist/dialogs/AttachmentOverlay.js.map +1 -1
  59. package/dist/dialogs/CustomProviderDialog.d.ts +25 -0
  60. package/dist/dialogs/CustomProviderDialog.d.ts.map +1 -0
  61. package/dist/dialogs/CustomProviderDialog.js +270 -0
  62. package/dist/dialogs/CustomProviderDialog.js.map +1 -0
  63. package/dist/dialogs/ModelSelector.d.ts +6 -6
  64. package/dist/dialogs/ModelSelector.d.ts.map +1 -1
  65. package/dist/dialogs/ModelSelector.js +60 -74
  66. package/dist/dialogs/ModelSelector.js.map +1 -1
  67. package/dist/dialogs/PersistentStorageDialog.d.ts +1 -1
  68. package/dist/dialogs/PersistentStorageDialog.d.ts.map +1 -1
  69. package/dist/dialogs/PersistentStorageDialog.js +4 -1
  70. package/dist/dialogs/PersistentStorageDialog.js.map +1 -1
  71. package/dist/dialogs/ProvidersModelsTab.d.ts +20 -0
  72. package/dist/dialogs/ProvidersModelsTab.d.ts.map +1 -0
  73. package/dist/dialogs/ProvidersModelsTab.js +191 -0
  74. package/dist/dialogs/ProvidersModelsTab.js.map +1 -0
  75. package/dist/dialogs/SessionListDialog.d.ts +1 -1
  76. package/dist/dialogs/SessionListDialog.d.ts.map +1 -1
  77. package/dist/dialogs/SessionListDialog.js +3 -1
  78. package/dist/dialogs/SessionListDialog.js.map +1 -1
  79. package/dist/dialogs/SettingsDialog.d.ts +1 -2
  80. package/dist/dialogs/SettingsDialog.d.ts.map +1 -1
  81. package/dist/dialogs/SettingsDialog.js +10 -3
  82. package/dist/dialogs/SettingsDialog.js.map +1 -1
  83. package/dist/index.d.ts +4 -0
  84. package/dist/index.d.ts.map +1 -1
  85. package/dist/index.js +3 -0
  86. package/dist/index.js.map +1 -1
  87. package/dist/storage/app-storage.d.ts +3 -1
  88. package/dist/storage/app-storage.d.ts.map +1 -1
  89. package/dist/storage/app-storage.js +2 -1
  90. package/dist/storage/app-storage.js.map +1 -1
  91. package/dist/storage/stores/custom-providers-store.d.ts +25 -0
  92. package/dist/storage/stores/custom-providers-store.d.ts.map +1 -0
  93. package/dist/storage/stores/custom-providers-store.js +35 -0
  94. package/dist/storage/stores/custom-providers-store.js.map +1 -0
  95. package/dist/storage/stores/sessions-store.d.ts.map +1 -1
  96. package/dist/storage/stores/sessions-store.js +0 -1
  97. package/dist/storage/stores/sessions-store.js.map +1 -1
  98. package/dist/storage/types.d.ts +0 -2
  99. package/dist/storage/types.d.ts.map +1 -1
  100. package/dist/tools/artifacts/ArtifactPill.d.ts +1 -1
  101. package/dist/tools/artifacts/ArtifactPill.d.ts.map +1 -1
  102. package/dist/tools/artifacts/ArtifactPill.js +2 -1
  103. package/dist/tools/artifacts/ArtifactPill.js.map +1 -1
  104. package/dist/tools/artifacts/DocxArtifact.js +1 -1
  105. package/dist/tools/artifacts/DocxArtifact.js.map +1 -1
  106. package/dist/tools/artifacts/ExcelArtifact.js +1 -1
  107. package/dist/tools/artifacts/ExcelArtifact.js.map +1 -1
  108. package/dist/tools/artifacts/GenericArtifact.js +1 -1
  109. package/dist/tools/artifacts/GenericArtifact.js.map +1 -1
  110. package/dist/tools/artifacts/HtmlArtifact.d.ts.map +1 -1
  111. package/dist/tools/artifacts/HtmlArtifact.js +5 -1
  112. package/dist/tools/artifacts/HtmlArtifact.js.map +1 -1
  113. package/dist/tools/artifacts/ImageArtifact.js +1 -1
  114. package/dist/tools/artifacts/ImageArtifact.js.map +1 -1
  115. package/dist/tools/artifacts/MarkdownArtifact.d.ts.map +1 -1
  116. package/dist/tools/artifacts/MarkdownArtifact.js +3 -1
  117. package/dist/tools/artifacts/MarkdownArtifact.js.map +1 -1
  118. package/dist/tools/artifacts/PdfArtifact.js +1 -1
  119. package/dist/tools/artifacts/PdfArtifact.js.map +1 -1
  120. package/dist/tools/artifacts/SvgArtifact.d.ts.map +1 -1
  121. package/dist/tools/artifacts/SvgArtifact.js +3 -1
  122. package/dist/tools/artifacts/SvgArtifact.js.map +1 -1
  123. package/dist/tools/artifacts/TextArtifact.d.ts.map +1 -1
  124. package/dist/tools/artifacts/TextArtifact.js +2 -1
  125. package/dist/tools/artifacts/TextArtifact.js.map +1 -1
  126. package/dist/tools/artifacts/artifacts-tool-renderer.d.ts.map +1 -1
  127. package/dist/tools/artifacts/artifacts-tool-renderer.js +18 -8
  128. package/dist/tools/artifacts/artifacts-tool-renderer.js.map +1 -1
  129. package/dist/tools/artifacts/artifacts.d.ts.map +1 -1
  130. package/dist/tools/artifacts/artifacts.js +3 -2
  131. package/dist/tools/artifacts/artifacts.js.map +1 -1
  132. package/dist/tools/extract-document.d.ts.map +1 -1
  133. package/dist/tools/extract-document.js +78 -58
  134. package/dist/tools/extract-document.js.map +1 -1
  135. package/dist/tools/javascript-repl.d.ts.map +1 -1
  136. package/dist/tools/javascript-repl.js +7 -3
  137. package/dist/tools/javascript-repl.js.map +1 -1
  138. package/dist/tools/renderer-registry.d.ts +1 -1
  139. package/dist/tools/renderer-registry.d.ts.map +1 -1
  140. package/dist/tools/renderer-registry.js +20 -6
  141. package/dist/tools/renderer-registry.js.map +1 -1
  142. package/dist/tools/renderers/BashRenderer.d.ts.map +1 -1
  143. package/dist/tools/renderers/BashRenderer.js +5 -2
  144. package/dist/tools/renderers/BashRenderer.js.map +1 -1
  145. package/dist/tools/renderers/CalculateRenderer.d.ts.map +1 -1
  146. package/dist/tools/renderers/CalculateRenderer.js +5 -2
  147. package/dist/tools/renderers/CalculateRenderer.js.map +1 -1
  148. package/dist/tools/renderers/DefaultRenderer.d.ts.map +1 -1
  149. package/dist/tools/renderers/DefaultRenderer.js +5 -2
  150. package/dist/tools/renderers/DefaultRenderer.js.map +1 -1
  151. package/dist/tools/renderers/GetCurrentTimeRenderer.d.ts.map +1 -1
  152. package/dist/tools/renderers/GetCurrentTimeRenderer.js +9 -3
  153. package/dist/tools/renderers/GetCurrentTimeRenderer.js.map +1 -1
  154. package/dist/utils/auth-token.js +1 -1
  155. package/dist/utils/auth-token.js.map +1 -1
  156. package/dist/utils/i18n.d.ts +105 -3
  157. package/dist/utils/i18n.d.ts.map +1 -1
  158. package/dist/utils/i18n.js +72 -2
  159. package/dist/utils/i18n.js.map +1 -1
  160. package/dist/utils/model-discovery.d.ts +38 -0
  161. package/dist/utils/model-discovery.d.ts.map +1 -0
  162. package/dist/utils/model-discovery.js +243 -0
  163. package/dist/utils/model-discovery.js.map +1 -0
  164. package/dist/utils/proxy-utils.d.ts +37 -0
  165. package/dist/utils/proxy-utils.d.ts.map +1 -0
  166. package/dist/utils/proxy-utils.js +97 -0
  167. package/dist/utils/proxy-utils.js.map +1 -0
  168. package/example/package.json +2 -2
  169. package/example/src/custom-messages.ts +1 -1
  170. package/example/src/main.ts +17 -6
  171. package/package.json +9 -8
  172. package/src/ChatPanel.ts +4 -2
  173. package/src/agent/transports/ProviderTransport.ts +5 -10
  174. package/src/app.css +24 -0
  175. package/src/components/AgentInterface.ts +14 -3
  176. package/src/components/AttachmentTile.ts +2 -1
  177. package/src/components/ConsoleBlock.ts +2 -1
  178. package/src/components/CustomProviderCard.ts +100 -0
  179. package/src/components/Input.ts +2 -1
  180. package/src/components/MessageEditor.ts +6 -33
  181. package/src/components/MessageList.ts +4 -3
  182. package/src/components/Messages.ts +32 -20
  183. package/src/components/ProviderKeyInput.ts +19 -38
  184. package/src/components/StreamingMessageContainer.ts +3 -2
  185. package/src/components/ThinkingBlock.ts +43 -0
  186. package/src/dialogs/ApiKeyPromptDialog.ts +3 -1
  187. package/src/dialogs/AttachmentOverlay.ts +3 -2
  188. package/src/dialogs/CustomProviderDialog.ts +274 -0
  189. package/src/dialogs/ModelSelector.ts +61 -75
  190. package/src/dialogs/PersistentStorageDialog.ts +4 -1
  191. package/src/dialogs/ProvidersModelsTab.ts +212 -0
  192. package/src/dialogs/SessionListDialog.ts +3 -1
  193. package/src/dialogs/SettingsDialog.ts +10 -13
  194. package/src/index.ts +8 -0
  195. package/src/storage/app-storage.ts +4 -0
  196. package/src/storage/stores/custom-providers-store.ts +62 -0
  197. package/src/storage/stores/sessions-store.ts +0 -1
  198. package/src/storage/types.ts +0 -3
  199. package/src/tools/artifacts/ArtifactPill.ts +2 -1
  200. package/src/tools/artifacts/DocxArtifact.ts +1 -1
  201. package/src/tools/artifacts/ExcelArtifact.ts +1 -1
  202. package/src/tools/artifacts/GenericArtifact.ts +1 -1
  203. package/src/tools/artifacts/HtmlArtifact.ts +5 -1
  204. package/src/tools/artifacts/ImageArtifact.ts +1 -1
  205. package/src/tools/artifacts/MarkdownArtifact.ts +3 -1
  206. package/src/tools/artifacts/PdfArtifact.ts +1 -1
  207. package/src/tools/artifacts/SvgArtifact.ts +3 -1
  208. package/src/tools/artifacts/TextArtifact.ts +2 -1
  209. package/src/tools/artifacts/artifacts-tool-renderer.ts +20 -8
  210. package/src/tools/artifacts/artifacts.ts +3 -2
  211. package/src/tools/extract-document.ts +82 -61
  212. package/src/tools/javascript-repl.ts +8 -3
  213. package/src/tools/renderer-registry.ts +20 -6
  214. package/src/tools/renderers/BashRenderer.ts +6 -2
  215. package/src/tools/renderers/CalculateRenderer.ts +6 -2
  216. package/src/tools/renderers/DefaultRenderer.ts +6 -2
  217. package/src/tools/renderers/GetCurrentTimeRenderer.ts +11 -3
  218. package/src/utils/auth-token.ts +1 -1
  219. package/src/utils/i18n.ts +120 -5
  220. package/src/utils/model-discovery.ts +277 -0
  221. package/src/utils/proxy-utils.ts +112 -0
  222. package/example/package-lock.json +0 -1965
@@ -1,1965 +0,0 @@
1
- {
2
- "name": "pi-web-ui-example",
3
- "version": "1.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "pi-web-ui-example",
9
- "version": "1.0.0",
10
- "dependencies": {
11
- "@mariozechner/mini-lit": "^0.1.7",
12
- "@mariozechner/pi-ai": "file:../../ai",
13
- "@mariozechner/pi-web-ui": "file:../",
14
- "@tailwindcss/vite": "^4.1.13",
15
- "lit": "^3.3.1",
16
- "lucide": "^0.544.0"
17
- },
18
- "devDependencies": {
19
- "typescript": "^5.7.3",
20
- "vite": "^7.1.6"
21
- }
22
- },
23
- "..": {
24
- "name": "@mariozechner/pi-web-ui",
25
- "version": "0.5.43",
26
- "license": "MIT",
27
- "dependencies": {
28
- "@mariozechner/mini-lit": "^0.1.7",
29
- "@mariozechner/pi-ai": "^0.5.43",
30
- "docx-preview": "^0.3.7",
31
- "jszip": "^3.10.1",
32
- "lit": "^3.3.1",
33
- "lucide": "^0.544.0",
34
- "pdfjs-dist": "^5.4.149",
35
- "xlsx": "^0.18.5"
36
- },
37
- "devDependencies": {
38
- "@tailwindcss/cli": "^4.0.0-beta.14",
39
- "concurrently": "^9.2.1",
40
- "typescript": "^5.7.3"
41
- }
42
- },
43
- "../../ai": {
44
- "name": "@mariozechner/pi-ai",
45
- "version": "0.5.43",
46
- "license": "MIT",
47
- "dependencies": {
48
- "@anthropic-ai/sdk": "^0.61.0",
49
- "@google/genai": "^1.17.0",
50
- "@sinclair/typebox": "^0.34.41",
51
- "ajv": "^8.17.1",
52
- "ajv-formats": "^3.0.1",
53
- "chalk": "^5.6.2",
54
- "openai": "5.21.0",
55
- "partial-json": "^0.1.7",
56
- "zod-to-json-schema": "^3.24.6"
57
- },
58
- "devDependencies": {
59
- "@types/node": "^24.3.0",
60
- "canvas": "^3.2.0",
61
- "vitest": "^3.2.4"
62
- },
63
- "engines": {
64
- "node": ">=20.0.0"
65
- }
66
- },
67
- "node_modules/@esbuild/aix-ppc64": {
68
- "version": "0.25.10",
69
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.10.tgz",
70
- "integrity": "sha512-0NFWnA+7l41irNuaSVlLfgNT12caWJVLzp5eAVhZ0z1qpxbockccEt3s+149rE64VUI3Ml2zt8Nv5JVc4QXTsw==",
71
- "cpu": [
72
- "ppc64"
73
- ],
74
- "license": "MIT",
75
- "optional": true,
76
- "os": [
77
- "aix"
78
- ],
79
- "engines": {
80
- "node": ">=18"
81
- }
82
- },
83
- "node_modules/@esbuild/android-arm": {
84
- "version": "0.25.10",
85
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.10.tgz",
86
- "integrity": "sha512-dQAxF1dW1C3zpeCDc5KqIYuZ1tgAdRXNoZP7vkBIRtKZPYe2xVr/d3SkirklCHudW1B45tGiUlz2pUWDfbDD4w==",
87
- "cpu": [
88
- "arm"
89
- ],
90
- "license": "MIT",
91
- "optional": true,
92
- "os": [
93
- "android"
94
- ],
95
- "engines": {
96
- "node": ">=18"
97
- }
98
- },
99
- "node_modules/@esbuild/android-arm64": {
100
- "version": "0.25.10",
101
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.10.tgz",
102
- "integrity": "sha512-LSQa7eDahypv/VO6WKohZGPSJDq5OVOo3UoFR1E4t4Gj1W7zEQMUhI+lo81H+DtB+kP+tDgBp+M4oNCwp6kffg==",
103
- "cpu": [
104
- "arm64"
105
- ],
106
- "license": "MIT",
107
- "optional": true,
108
- "os": [
109
- "android"
110
- ],
111
- "engines": {
112
- "node": ">=18"
113
- }
114
- },
115
- "node_modules/@esbuild/android-x64": {
116
- "version": "0.25.10",
117
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.10.tgz",
118
- "integrity": "sha512-MiC9CWdPrfhibcXwr39p9ha1x0lZJ9KaVfvzA0Wxwz9ETX4v5CHfF09bx935nHlhi+MxhA63dKRRQLiVgSUtEg==",
119
- "cpu": [
120
- "x64"
121
- ],
122
- "license": "MIT",
123
- "optional": true,
124
- "os": [
125
- "android"
126
- ],
127
- "engines": {
128
- "node": ">=18"
129
- }
130
- },
131
- "node_modules/@esbuild/darwin-arm64": {
132
- "version": "0.25.10",
133
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.10.tgz",
134
- "integrity": "sha512-JC74bdXcQEpW9KkV326WpZZjLguSZ3DfS8wrrvPMHgQOIEIG/sPXEN/V8IssoJhbefLRcRqw6RQH2NnpdprtMA==",
135
- "cpu": [
136
- "arm64"
137
- ],
138
- "license": "MIT",
139
- "optional": true,
140
- "os": [
141
- "darwin"
142
- ],
143
- "engines": {
144
- "node": ">=18"
145
- }
146
- },
147
- "node_modules/@esbuild/darwin-x64": {
148
- "version": "0.25.10",
149
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.10.tgz",
150
- "integrity": "sha512-tguWg1olF6DGqzws97pKZ8G2L7Ig1vjDmGTwcTuYHbuU6TTjJe5FXbgs5C1BBzHbJ2bo1m3WkQDbWO2PvamRcg==",
151
- "cpu": [
152
- "x64"
153
- ],
154
- "license": "MIT",
155
- "optional": true,
156
- "os": [
157
- "darwin"
158
- ],
159
- "engines": {
160
- "node": ">=18"
161
- }
162
- },
163
- "node_modules/@esbuild/freebsd-arm64": {
164
- "version": "0.25.10",
165
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.10.tgz",
166
- "integrity": "sha512-3ZioSQSg1HT2N05YxeJWYR+Libe3bREVSdWhEEgExWaDtyFbbXWb49QgPvFH8u03vUPX10JhJPcz7s9t9+boWg==",
167
- "cpu": [
168
- "arm64"
169
- ],
170
- "license": "MIT",
171
- "optional": true,
172
- "os": [
173
- "freebsd"
174
- ],
175
- "engines": {
176
- "node": ">=18"
177
- }
178
- },
179
- "node_modules/@esbuild/freebsd-x64": {
180
- "version": "0.25.10",
181
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.10.tgz",
182
- "integrity": "sha512-LLgJfHJk014Aa4anGDbh8bmI5Lk+QidDmGzuC2D+vP7mv/GeSN+H39zOf7pN5N8p059FcOfs2bVlrRr4SK9WxA==",
183
- "cpu": [
184
- "x64"
185
- ],
186
- "license": "MIT",
187
- "optional": true,
188
- "os": [
189
- "freebsd"
190
- ],
191
- "engines": {
192
- "node": ">=18"
193
- }
194
- },
195
- "node_modules/@esbuild/linux-arm": {
196
- "version": "0.25.10",
197
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.10.tgz",
198
- "integrity": "sha512-oR31GtBTFYCqEBALI9r6WxoU/ZofZl962pouZRTEYECvNF/dtXKku8YXcJkhgK/beU+zedXfIzHijSRapJY3vg==",
199
- "cpu": [
200
- "arm"
201
- ],
202
- "license": "MIT",
203
- "optional": true,
204
- "os": [
205
- "linux"
206
- ],
207
- "engines": {
208
- "node": ">=18"
209
- }
210
- },
211
- "node_modules/@esbuild/linux-arm64": {
212
- "version": "0.25.10",
213
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.10.tgz",
214
- "integrity": "sha512-5luJWN6YKBsawd5f9i4+c+geYiVEw20FVW5x0v1kEMWNq8UctFjDiMATBxLvmmHA4bf7F6hTRaJgtghFr9iziQ==",
215
- "cpu": [
216
- "arm64"
217
- ],
218
- "license": "MIT",
219
- "optional": true,
220
- "os": [
221
- "linux"
222
- ],
223
- "engines": {
224
- "node": ">=18"
225
- }
226
- },
227
- "node_modules/@esbuild/linux-ia32": {
228
- "version": "0.25.10",
229
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.10.tgz",
230
- "integrity": "sha512-NrSCx2Kim3EnnWgS4Txn0QGt0Xipoumb6z6sUtl5bOEZIVKhzfyp/Lyw4C1DIYvzeW/5mWYPBFJU3a/8Yr75DQ==",
231
- "cpu": [
232
- "ia32"
233
- ],
234
- "license": "MIT",
235
- "optional": true,
236
- "os": [
237
- "linux"
238
- ],
239
- "engines": {
240
- "node": ">=18"
241
- }
242
- },
243
- "node_modules/@esbuild/linux-loong64": {
244
- "version": "0.25.10",
245
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.10.tgz",
246
- "integrity": "sha512-xoSphrd4AZda8+rUDDfD9J6FUMjrkTz8itpTITM4/xgerAZZcFW7Dv+sun7333IfKxGG8gAq+3NbfEMJfiY+Eg==",
247
- "cpu": [
248
- "loong64"
249
- ],
250
- "license": "MIT",
251
- "optional": true,
252
- "os": [
253
- "linux"
254
- ],
255
- "engines": {
256
- "node": ">=18"
257
- }
258
- },
259
- "node_modules/@esbuild/linux-mips64el": {
260
- "version": "0.25.10",
261
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.10.tgz",
262
- "integrity": "sha512-ab6eiuCwoMmYDyTnyptoKkVS3k8fy/1Uvq7Dj5czXI6DF2GqD2ToInBI0SHOp5/X1BdZ26RKc5+qjQNGRBelRA==",
263
- "cpu": [
264
- "mips64el"
265
- ],
266
- "license": "MIT",
267
- "optional": true,
268
- "os": [
269
- "linux"
270
- ],
271
- "engines": {
272
- "node": ">=18"
273
- }
274
- },
275
- "node_modules/@esbuild/linux-ppc64": {
276
- "version": "0.25.10",
277
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.10.tgz",
278
- "integrity": "sha512-NLinzzOgZQsGpsTkEbdJTCanwA5/wozN9dSgEl12haXJBzMTpssebuXR42bthOF3z7zXFWH1AmvWunUCkBE4EA==",
279
- "cpu": [
280
- "ppc64"
281
- ],
282
- "license": "MIT",
283
- "optional": true,
284
- "os": [
285
- "linux"
286
- ],
287
- "engines": {
288
- "node": ">=18"
289
- }
290
- },
291
- "node_modules/@esbuild/linux-riscv64": {
292
- "version": "0.25.10",
293
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.10.tgz",
294
- "integrity": "sha512-FE557XdZDrtX8NMIeA8LBJX3dC2M8VGXwfrQWU7LB5SLOajfJIxmSdyL/gU1m64Zs9CBKvm4UAuBp5aJ8OgnrA==",
295
- "cpu": [
296
- "riscv64"
297
- ],
298
- "license": "MIT",
299
- "optional": true,
300
- "os": [
301
- "linux"
302
- ],
303
- "engines": {
304
- "node": ">=18"
305
- }
306
- },
307
- "node_modules/@esbuild/linux-s390x": {
308
- "version": "0.25.10",
309
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.10.tgz",
310
- "integrity": "sha512-3BBSbgzuB9ajLoVZk0mGu+EHlBwkusRmeNYdqmznmMc9zGASFjSsxgkNsqmXugpPk00gJ0JNKh/97nxmjctdew==",
311
- "cpu": [
312
- "s390x"
313
- ],
314
- "license": "MIT",
315
- "optional": true,
316
- "os": [
317
- "linux"
318
- ],
319
- "engines": {
320
- "node": ">=18"
321
- }
322
- },
323
- "node_modules/@esbuild/linux-x64": {
324
- "version": "0.25.10",
325
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.10.tgz",
326
- "integrity": "sha512-QSX81KhFoZGwenVyPoberggdW1nrQZSvfVDAIUXr3WqLRZGZqWk/P4T8p2SP+de2Sr5HPcvjhcJzEiulKgnxtA==",
327
- "cpu": [
328
- "x64"
329
- ],
330
- "license": "MIT",
331
- "optional": true,
332
- "os": [
333
- "linux"
334
- ],
335
- "engines": {
336
- "node": ">=18"
337
- }
338
- },
339
- "node_modules/@esbuild/netbsd-arm64": {
340
- "version": "0.25.10",
341
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.10.tgz",
342
- "integrity": "sha512-AKQM3gfYfSW8XRk8DdMCzaLUFB15dTrZfnX8WXQoOUpUBQ+NaAFCP1kPS/ykbbGYz7rxn0WS48/81l9hFl3u4A==",
343
- "cpu": [
344
- "arm64"
345
- ],
346
- "license": "MIT",
347
- "optional": true,
348
- "os": [
349
- "netbsd"
350
- ],
351
- "engines": {
352
- "node": ">=18"
353
- }
354
- },
355
- "node_modules/@esbuild/netbsd-x64": {
356
- "version": "0.25.10",
357
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.10.tgz",
358
- "integrity": "sha512-7RTytDPGU6fek/hWuN9qQpeGPBZFfB4zZgcz2VK2Z5VpdUxEI8JKYsg3JfO0n/Z1E/6l05n0unDCNc4HnhQGig==",
359
- "cpu": [
360
- "x64"
361
- ],
362
- "license": "MIT",
363
- "optional": true,
364
- "os": [
365
- "netbsd"
366
- ],
367
- "engines": {
368
- "node": ">=18"
369
- }
370
- },
371
- "node_modules/@esbuild/openbsd-arm64": {
372
- "version": "0.25.10",
373
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.10.tgz",
374
- "integrity": "sha512-5Se0VM9Wtq797YFn+dLimf2Zx6McttsH2olUBsDml+lm0GOCRVebRWUvDtkY4BWYv/3NgzS8b/UM3jQNh5hYyw==",
375
- "cpu": [
376
- "arm64"
377
- ],
378
- "license": "MIT",
379
- "optional": true,
380
- "os": [
381
- "openbsd"
382
- ],
383
- "engines": {
384
- "node": ">=18"
385
- }
386
- },
387
- "node_modules/@esbuild/openbsd-x64": {
388
- "version": "0.25.10",
389
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.10.tgz",
390
- "integrity": "sha512-XkA4frq1TLj4bEMB+2HnI0+4RnjbuGZfet2gs/LNs5Hc7D89ZQBHQ0gL2ND6Lzu1+QVkjp3x1gIcPKzRNP8bXw==",
391
- "cpu": [
392
- "x64"
393
- ],
394
- "license": "MIT",
395
- "optional": true,
396
- "os": [
397
- "openbsd"
398
- ],
399
- "engines": {
400
- "node": ">=18"
401
- }
402
- },
403
- "node_modules/@esbuild/openharmony-arm64": {
404
- "version": "0.25.10",
405
- "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.10.tgz",
406
- "integrity": "sha512-AVTSBhTX8Y/Fz6OmIVBip9tJzZEUcY8WLh7I59+upa5/GPhh2/aM6bvOMQySspnCCHvFi79kMtdJS1w0DXAeag==",
407
- "cpu": [
408
- "arm64"
409
- ],
410
- "license": "MIT",
411
- "optional": true,
412
- "os": [
413
- "openharmony"
414
- ],
415
- "engines": {
416
- "node": ">=18"
417
- }
418
- },
419
- "node_modules/@esbuild/sunos-x64": {
420
- "version": "0.25.10",
421
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.10.tgz",
422
- "integrity": "sha512-fswk3XT0Uf2pGJmOpDB7yknqhVkJQkAQOcW/ccVOtfx05LkbWOaRAtn5SaqXypeKQra1QaEa841PgrSL9ubSPQ==",
423
- "cpu": [
424
- "x64"
425
- ],
426
- "license": "MIT",
427
- "optional": true,
428
- "os": [
429
- "sunos"
430
- ],
431
- "engines": {
432
- "node": ">=18"
433
- }
434
- },
435
- "node_modules/@esbuild/win32-arm64": {
436
- "version": "0.25.10",
437
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.10.tgz",
438
- "integrity": "sha512-ah+9b59KDTSfpaCg6VdJoOQvKjI33nTaQr4UluQwW7aEwZQsbMCfTmfEO4VyewOxx4RaDT/xCy9ra2GPWmO7Kw==",
439
- "cpu": [
440
- "arm64"
441
- ],
442
- "license": "MIT",
443
- "optional": true,
444
- "os": [
445
- "win32"
446
- ],
447
- "engines": {
448
- "node": ">=18"
449
- }
450
- },
451
- "node_modules/@esbuild/win32-ia32": {
452
- "version": "0.25.10",
453
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.10.tgz",
454
- "integrity": "sha512-QHPDbKkrGO8/cz9LKVnJU22HOi4pxZnZhhA2HYHez5Pz4JeffhDjf85E57Oyco163GnzNCVkZK0b/n4Y0UHcSw==",
455
- "cpu": [
456
- "ia32"
457
- ],
458
- "license": "MIT",
459
- "optional": true,
460
- "os": [
461
- "win32"
462
- ],
463
- "engines": {
464
- "node": ">=18"
465
- }
466
- },
467
- "node_modules/@esbuild/win32-x64": {
468
- "version": "0.25.10",
469
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.10.tgz",
470
- "integrity": "sha512-9KpxSVFCu0iK1owoez6aC/s/EdUQLDN3adTxGCqxMVhrPDj6bt5dbrHDXUuq+Bs2vATFBBrQS5vdQ/Ed2P+nbw==",
471
- "cpu": [
472
- "x64"
473
- ],
474
- "license": "MIT",
475
- "optional": true,
476
- "os": [
477
- "win32"
478
- ],
479
- "engines": {
480
- "node": ">=18"
481
- }
482
- },
483
- "node_modules/@isaacs/fs-minipass": {
484
- "version": "4.0.1",
485
- "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
486
- "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
487
- "license": "ISC",
488
- "dependencies": {
489
- "minipass": "^7.0.4"
490
- },
491
- "engines": {
492
- "node": ">=18.0.0"
493
- }
494
- },
495
- "node_modules/@jridgewell/gen-mapping": {
496
- "version": "0.3.13",
497
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
498
- "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
499
- "license": "MIT",
500
- "dependencies": {
501
- "@jridgewell/sourcemap-codec": "^1.5.0",
502
- "@jridgewell/trace-mapping": "^0.3.24"
503
- }
504
- },
505
- "node_modules/@jridgewell/remapping": {
506
- "version": "2.3.5",
507
- "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
508
- "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
509
- "license": "MIT",
510
- "dependencies": {
511
- "@jridgewell/gen-mapping": "^0.3.5",
512
- "@jridgewell/trace-mapping": "^0.3.24"
513
- }
514
- },
515
- "node_modules/@jridgewell/resolve-uri": {
516
- "version": "3.1.2",
517
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
518
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
519
- "license": "MIT",
520
- "engines": {
521
- "node": ">=6.0.0"
522
- }
523
- },
524
- "node_modules/@jridgewell/sourcemap-codec": {
525
- "version": "1.5.5",
526
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
527
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
528
- "license": "MIT"
529
- },
530
- "node_modules/@jridgewell/trace-mapping": {
531
- "version": "0.3.31",
532
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
533
- "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
534
- "license": "MIT",
535
- "dependencies": {
536
- "@jridgewell/resolve-uri": "^3.1.0",
537
- "@jridgewell/sourcemap-codec": "^1.4.14"
538
- }
539
- },
540
- "node_modules/@lit-labs/ssr-dom-shim": {
541
- "version": "1.4.0",
542
- "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.4.0.tgz",
543
- "integrity": "sha512-ficsEARKnmmW5njugNYKipTm4SFnbik7CXtoencDZzmzo/dQ+2Q0bgkzJuoJP20Aj0F+izzJjOqsnkd6F/o1bw==",
544
- "license": "BSD-3-Clause"
545
- },
546
- "node_modules/@lit/reactive-element": {
547
- "version": "2.1.1",
548
- "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-2.1.1.tgz",
549
- "integrity": "sha512-N+dm5PAYdQ8e6UlywyyrgI2t++wFGXfHx+dSJ1oBrg6FAxUj40jId++EaRm80MKX5JnlH1sBsyZ5h0bcZKemCg==",
550
- "license": "BSD-3-Clause",
551
- "dependencies": {
552
- "@lit-labs/ssr-dom-shim": "^1.4.0"
553
- }
554
- },
555
- "node_modules/@mariozechner/mini-lit": {
556
- "version": "0.1.7",
557
- "resolved": "https://registry.npmjs.org/@mariozechner/mini-lit/-/mini-lit-0.1.7.tgz",
558
- "integrity": "sha512-P77V7xTaJrc3mocG7wWtxFrhidkBGirD0hRq0aFWpOf+lpjFinkMCnzgY3uB2HcngajDDJpZk5OlvNl+SoiHaw==",
559
- "dependencies": {
560
- "@preact/signals-core": "^1.12.1",
561
- "class-variance-authority": "^0.7.1",
562
- "diff": "^8.0.2",
563
- "highlight.js": "^11.11.1",
564
- "html-parse-string": "^0.0.9",
565
- "katex": "^0.16.22",
566
- "lucide": "^0.544.0",
567
- "marked": "^16.3.0",
568
- "tailwind-merge": "^3.3.1",
569
- "tailwind-variants": "^3.1.1",
570
- "uhtml": "^5.0.9"
571
- },
572
- "peerDependencies": {
573
- "lit": "^3.3.1"
574
- }
575
- },
576
- "node_modules/@mariozechner/pi-ai": {
577
- "resolved": "../../ai",
578
- "link": true
579
- },
580
- "node_modules/@mariozechner/pi-web-ui": {
581
- "resolved": "..",
582
- "link": true
583
- },
584
- "node_modules/@preact/signals-core": {
585
- "version": "1.12.1",
586
- "resolved": "https://registry.npmjs.org/@preact/signals-core/-/signals-core-1.12.1.tgz",
587
- "integrity": "sha512-BwbTXpj+9QutoZLQvbttRg5x3l5468qaV2kufh+51yha1c53ep5dY4kTuZR35+3pAZxpfQerGJiQqg34ZNZ6uA==",
588
- "license": "MIT",
589
- "funding": {
590
- "type": "opencollective",
591
- "url": "https://opencollective.com/preact"
592
- }
593
- },
594
- "node_modules/@rollup/rollup-android-arm-eabi": {
595
- "version": "4.52.4",
596
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.4.tgz",
597
- "integrity": "sha512-BTm2qKNnWIQ5auf4deoetINJm2JzvihvGb9R6K/ETwKLql/Bb3Eg2H1FBp1gUb4YGbydMA3jcmQTR73q7J+GAA==",
598
- "cpu": [
599
- "arm"
600
- ],
601
- "license": "MIT",
602
- "optional": true,
603
- "os": [
604
- "android"
605
- ]
606
- },
607
- "node_modules/@rollup/rollup-android-arm64": {
608
- "version": "4.52.4",
609
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.4.tgz",
610
- "integrity": "sha512-P9LDQiC5vpgGFgz7GSM6dKPCiqR3XYN1WwJKA4/BUVDjHpYsf3iBEmVz62uyq20NGYbiGPR5cNHI7T1HqxNs2w==",
611
- "cpu": [
612
- "arm64"
613
- ],
614
- "license": "MIT",
615
- "optional": true,
616
- "os": [
617
- "android"
618
- ]
619
- },
620
- "node_modules/@rollup/rollup-darwin-arm64": {
621
- "version": "4.52.4",
622
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.4.tgz",
623
- "integrity": "sha512-QRWSW+bVccAvZF6cbNZBJwAehmvG9NwfWHwMy4GbWi/BQIA/laTIktebT2ipVjNncqE6GLPxOok5hsECgAxGZg==",
624
- "cpu": [
625
- "arm64"
626
- ],
627
- "license": "MIT",
628
- "optional": true,
629
- "os": [
630
- "darwin"
631
- ]
632
- },
633
- "node_modules/@rollup/rollup-darwin-x64": {
634
- "version": "4.52.4",
635
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.4.tgz",
636
- "integrity": "sha512-hZgP05pResAkRJxL1b+7yxCnXPGsXU0fG9Yfd6dUaoGk+FhdPKCJ5L1Sumyxn8kvw8Qi5PvQ8ulenUbRjzeCTw==",
637
- "cpu": [
638
- "x64"
639
- ],
640
- "license": "MIT",
641
- "optional": true,
642
- "os": [
643
- "darwin"
644
- ]
645
- },
646
- "node_modules/@rollup/rollup-freebsd-arm64": {
647
- "version": "4.52.4",
648
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.4.tgz",
649
- "integrity": "sha512-xmc30VshuBNUd58Xk4TKAEcRZHaXlV+tCxIXELiE9sQuK3kG8ZFgSPi57UBJt8/ogfhAF5Oz4ZSUBN77weM+mQ==",
650
- "cpu": [
651
- "arm64"
652
- ],
653
- "license": "MIT",
654
- "optional": true,
655
- "os": [
656
- "freebsd"
657
- ]
658
- },
659
- "node_modules/@rollup/rollup-freebsd-x64": {
660
- "version": "4.52.4",
661
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.4.tgz",
662
- "integrity": "sha512-WdSLpZFjOEqNZGmHflxyifolwAiZmDQzuOzIq9L27ButpCVpD7KzTRtEG1I0wMPFyiyUdOO+4t8GvrnBLQSwpw==",
663
- "cpu": [
664
- "x64"
665
- ],
666
- "license": "MIT",
667
- "optional": true,
668
- "os": [
669
- "freebsd"
670
- ]
671
- },
672
- "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
673
- "version": "4.52.4",
674
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.4.tgz",
675
- "integrity": "sha512-xRiOu9Of1FZ4SxVbB0iEDXc4ddIcjCv2aj03dmW8UrZIW7aIQ9jVJdLBIhxBI+MaTnGAKyvMwPwQnoOEvP7FgQ==",
676
- "cpu": [
677
- "arm"
678
- ],
679
- "license": "MIT",
680
- "optional": true,
681
- "os": [
682
- "linux"
683
- ]
684
- },
685
- "node_modules/@rollup/rollup-linux-arm-musleabihf": {
686
- "version": "4.52.4",
687
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.4.tgz",
688
- "integrity": "sha512-FbhM2p9TJAmEIEhIgzR4soUcsW49e9veAQCziwbR+XWB2zqJ12b4i/+hel9yLiD8pLncDH4fKIPIbt5238341Q==",
689
- "cpu": [
690
- "arm"
691
- ],
692
- "license": "MIT",
693
- "optional": true,
694
- "os": [
695
- "linux"
696
- ]
697
- },
698
- "node_modules/@rollup/rollup-linux-arm64-gnu": {
699
- "version": "4.52.4",
700
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.4.tgz",
701
- "integrity": "sha512-4n4gVwhPHR9q/g8lKCyz0yuaD0MvDf7dV4f9tHt0C73Mp8h38UCtSCSE6R9iBlTbXlmA8CjpsZoujhszefqueg==",
702
- "cpu": [
703
- "arm64"
704
- ],
705
- "license": "MIT",
706
- "optional": true,
707
- "os": [
708
- "linux"
709
- ]
710
- },
711
- "node_modules/@rollup/rollup-linux-arm64-musl": {
712
- "version": "4.52.4",
713
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.4.tgz",
714
- "integrity": "sha512-u0n17nGA0nvi/11gcZKsjkLj1QIpAuPFQbR48Subo7SmZJnGxDpspyw2kbpuoQnyK+9pwf3pAoEXerJs/8Mi9g==",
715
- "cpu": [
716
- "arm64"
717
- ],
718
- "license": "MIT",
719
- "optional": true,
720
- "os": [
721
- "linux"
722
- ]
723
- },
724
- "node_modules/@rollup/rollup-linux-loong64-gnu": {
725
- "version": "4.52.4",
726
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.4.tgz",
727
- "integrity": "sha512-0G2c2lpYtbTuXo8KEJkDkClE/+/2AFPdPAbmaHoE870foRFs4pBrDehilMcrSScrN/fB/1HTaWO4bqw+ewBzMQ==",
728
- "cpu": [
729
- "loong64"
730
- ],
731
- "license": "MIT",
732
- "optional": true,
733
- "os": [
734
- "linux"
735
- ]
736
- },
737
- "node_modules/@rollup/rollup-linux-ppc64-gnu": {
738
- "version": "4.52.4",
739
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.4.tgz",
740
- "integrity": "sha512-teSACug1GyZHmPDv14VNbvZFX779UqWTsd7KtTM9JIZRDI5NUwYSIS30kzI8m06gOPB//jtpqlhmraQ68b5X2g==",
741
- "cpu": [
742
- "ppc64"
743
- ],
744
- "license": "MIT",
745
- "optional": true,
746
- "os": [
747
- "linux"
748
- ]
749
- },
750
- "node_modules/@rollup/rollup-linux-riscv64-gnu": {
751
- "version": "4.52.4",
752
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.4.tgz",
753
- "integrity": "sha512-/MOEW3aHjjs1p4Pw1Xk4+3egRevx8Ji9N6HUIA1Ifh8Q+cg9dremvFCUbOX2Zebz80BwJIgCBUemjqhU5XI5Eg==",
754
- "cpu": [
755
- "riscv64"
756
- ],
757
- "license": "MIT",
758
- "optional": true,
759
- "os": [
760
- "linux"
761
- ]
762
- },
763
- "node_modules/@rollup/rollup-linux-riscv64-musl": {
764
- "version": "4.52.4",
765
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.4.tgz",
766
- "integrity": "sha512-1HHmsRyh845QDpEWzOFtMCph5Ts+9+yllCrREuBR/vg2RogAQGGBRC8lDPrPOMnrdOJ+mt1WLMOC2Kao/UwcvA==",
767
- "cpu": [
768
- "riscv64"
769
- ],
770
- "license": "MIT",
771
- "optional": true,
772
- "os": [
773
- "linux"
774
- ]
775
- },
776
- "node_modules/@rollup/rollup-linux-s390x-gnu": {
777
- "version": "4.52.4",
778
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.4.tgz",
779
- "integrity": "sha512-seoeZp4L/6D1MUyjWkOMRU6/iLmCU2EjbMTyAG4oIOs1/I82Y5lTeaxW0KBfkUdHAWN7j25bpkt0rjnOgAcQcA==",
780
- "cpu": [
781
- "s390x"
782
- ],
783
- "license": "MIT",
784
- "optional": true,
785
- "os": [
786
- "linux"
787
- ]
788
- },
789
- "node_modules/@rollup/rollup-linux-x64-gnu": {
790
- "version": "4.52.4",
791
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.4.tgz",
792
- "integrity": "sha512-Wi6AXf0k0L7E2gteNsNHUs7UMwCIhsCTs6+tqQ5GPwVRWMaflqGec4Sd8n6+FNFDw9vGcReqk2KzBDhCa1DLYg==",
793
- "cpu": [
794
- "x64"
795
- ],
796
- "license": "MIT",
797
- "optional": true,
798
- "os": [
799
- "linux"
800
- ]
801
- },
802
- "node_modules/@rollup/rollup-linux-x64-musl": {
803
- "version": "4.52.4",
804
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.4.tgz",
805
- "integrity": "sha512-dtBZYjDmCQ9hW+WgEkaffvRRCKm767wWhxsFW3Lw86VXz/uJRuD438/XvbZT//B96Vs8oTA8Q4A0AfHbrxP9zw==",
806
- "cpu": [
807
- "x64"
808
- ],
809
- "license": "MIT",
810
- "optional": true,
811
- "os": [
812
- "linux"
813
- ]
814
- },
815
- "node_modules/@rollup/rollup-openharmony-arm64": {
816
- "version": "4.52.4",
817
- "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.4.tgz",
818
- "integrity": "sha512-1ox+GqgRWqaB1RnyZXL8PD6E5f7YyRUJYnCqKpNzxzP0TkaUh112NDrR9Tt+C8rJ4x5G9Mk8PQR3o7Ku2RKqKA==",
819
- "cpu": [
820
- "arm64"
821
- ],
822
- "license": "MIT",
823
- "optional": true,
824
- "os": [
825
- "openharmony"
826
- ]
827
- },
828
- "node_modules/@rollup/rollup-win32-arm64-msvc": {
829
- "version": "4.52.4",
830
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.4.tgz",
831
- "integrity": "sha512-8GKr640PdFNXwzIE0IrkMWUNUomILLkfeHjXBi/nUvFlpZP+FA8BKGKpacjW6OUUHaNI6sUURxR2U2g78FOHWQ==",
832
- "cpu": [
833
- "arm64"
834
- ],
835
- "license": "MIT",
836
- "optional": true,
837
- "os": [
838
- "win32"
839
- ]
840
- },
841
- "node_modules/@rollup/rollup-win32-ia32-msvc": {
842
- "version": "4.52.4",
843
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.4.tgz",
844
- "integrity": "sha512-AIy/jdJ7WtJ/F6EcfOb2GjR9UweO0n43jNObQMb6oGxkYTfLcnN7vYYpG+CN3lLxrQkzWnMOoNSHTW54pgbVxw==",
845
- "cpu": [
846
- "ia32"
847
- ],
848
- "license": "MIT",
849
- "optional": true,
850
- "os": [
851
- "win32"
852
- ]
853
- },
854
- "node_modules/@rollup/rollup-win32-x64-gnu": {
855
- "version": "4.52.4",
856
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.4.tgz",
857
- "integrity": "sha512-UF9KfsH9yEam0UjTwAgdK0anlQ7c8/pWPU2yVjyWcF1I1thABt6WXE47cI71pGiZ8wGvxohBoLnxM04L/wj8mQ==",
858
- "cpu": [
859
- "x64"
860
- ],
861
- "license": "MIT",
862
- "optional": true,
863
- "os": [
864
- "win32"
865
- ]
866
- },
867
- "node_modules/@rollup/rollup-win32-x64-msvc": {
868
- "version": "4.52.4",
869
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.4.tgz",
870
- "integrity": "sha512-bf9PtUa0u8IXDVxzRToFQKsNCRz9qLYfR/MpECxl4mRoWYjAeFjgxj1XdZr2M/GNVpT05p+LgQOHopYDlUu6/w==",
871
- "cpu": [
872
- "x64"
873
- ],
874
- "license": "MIT",
875
- "optional": true,
876
- "os": [
877
- "win32"
878
- ]
879
- },
880
- "node_modules/@tailwindcss/node": {
881
- "version": "4.1.14",
882
- "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.14.tgz",
883
- "integrity": "sha512-hpz+8vFk3Ic2xssIA3e01R6jkmsAhvkQdXlEbRTk6S10xDAtiQiM3FyvZVGsucefq764euO/b8WUW9ysLdThHw==",
884
- "license": "MIT",
885
- "dependencies": {
886
- "@jridgewell/remapping": "^2.3.4",
887
- "enhanced-resolve": "^5.18.3",
888
- "jiti": "^2.6.0",
889
- "lightningcss": "1.30.1",
890
- "magic-string": "^0.30.19",
891
- "source-map-js": "^1.2.1",
892
- "tailwindcss": "4.1.14"
893
- }
894
- },
895
- "node_modules/@tailwindcss/oxide": {
896
- "version": "4.1.14",
897
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.14.tgz",
898
- "integrity": "sha512-23yx+VUbBwCg2x5XWdB8+1lkPajzLmALEfMb51zZUBYaYVPDQvBSD/WYDqiVyBIo2BZFa3yw1Rpy3G2Jp+K0dw==",
899
- "hasInstallScript": true,
900
- "license": "MIT",
901
- "dependencies": {
902
- "detect-libc": "^2.0.4",
903
- "tar": "^7.5.1"
904
- },
905
- "engines": {
906
- "node": ">= 10"
907
- },
908
- "optionalDependencies": {
909
- "@tailwindcss/oxide-android-arm64": "4.1.14",
910
- "@tailwindcss/oxide-darwin-arm64": "4.1.14",
911
- "@tailwindcss/oxide-darwin-x64": "4.1.14",
912
- "@tailwindcss/oxide-freebsd-x64": "4.1.14",
913
- "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.14",
914
- "@tailwindcss/oxide-linux-arm64-gnu": "4.1.14",
915
- "@tailwindcss/oxide-linux-arm64-musl": "4.1.14",
916
- "@tailwindcss/oxide-linux-x64-gnu": "4.1.14",
917
- "@tailwindcss/oxide-linux-x64-musl": "4.1.14",
918
- "@tailwindcss/oxide-wasm32-wasi": "4.1.14",
919
- "@tailwindcss/oxide-win32-arm64-msvc": "4.1.14",
920
- "@tailwindcss/oxide-win32-x64-msvc": "4.1.14"
921
- }
922
- },
923
- "node_modules/@tailwindcss/oxide-android-arm64": {
924
- "version": "4.1.14",
925
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.14.tgz",
926
- "integrity": "sha512-a94ifZrGwMvbdeAxWoSuGcIl6/DOP5cdxagid7xJv6bwFp3oebp7y2ImYsnZBMTwjn5Ev5xESvS3FFYUGgPODQ==",
927
- "cpu": [
928
- "arm64"
929
- ],
930
- "license": "MIT",
931
- "optional": true,
932
- "os": [
933
- "android"
934
- ],
935
- "engines": {
936
- "node": ">= 10"
937
- }
938
- },
939
- "node_modules/@tailwindcss/oxide-darwin-arm64": {
940
- "version": "4.1.14",
941
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.14.tgz",
942
- "integrity": "sha512-HkFP/CqfSh09xCnrPJA7jud7hij5ahKyWomrC3oiO2U9i0UjP17o9pJbxUN0IJ471GTQQmzwhp0DEcpbp4MZTA==",
943
- "cpu": [
944
- "arm64"
945
- ],
946
- "license": "MIT",
947
- "optional": true,
948
- "os": [
949
- "darwin"
950
- ],
951
- "engines": {
952
- "node": ">= 10"
953
- }
954
- },
955
- "node_modules/@tailwindcss/oxide-darwin-x64": {
956
- "version": "4.1.14",
957
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.14.tgz",
958
- "integrity": "sha512-eVNaWmCgdLf5iv6Qd3s7JI5SEFBFRtfm6W0mphJYXgvnDEAZ5sZzqmI06bK6xo0IErDHdTA5/t7d4eTfWbWOFw==",
959
- "cpu": [
960
- "x64"
961
- ],
962
- "license": "MIT",
963
- "optional": true,
964
- "os": [
965
- "darwin"
966
- ],
967
- "engines": {
968
- "node": ">= 10"
969
- }
970
- },
971
- "node_modules/@tailwindcss/oxide-freebsd-x64": {
972
- "version": "4.1.14",
973
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.14.tgz",
974
- "integrity": "sha512-QWLoRXNikEuqtNb0dhQN6wsSVVjX6dmUFzuuiL09ZeXju25dsei2uIPl71y2Ic6QbNBsB4scwBoFnlBfabHkEw==",
975
- "cpu": [
976
- "x64"
977
- ],
978
- "license": "MIT",
979
- "optional": true,
980
- "os": [
981
- "freebsd"
982
- ],
983
- "engines": {
984
- "node": ">= 10"
985
- }
986
- },
987
- "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
988
- "version": "4.1.14",
989
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.14.tgz",
990
- "integrity": "sha512-VB4gjQni9+F0VCASU+L8zSIyjrLLsy03sjcR3bM0V2g4SNamo0FakZFKyUQ96ZVwGK4CaJsc9zd/obQy74o0Fw==",
991
- "cpu": [
992
- "arm"
993
- ],
994
- "license": "MIT",
995
- "optional": true,
996
- "os": [
997
- "linux"
998
- ],
999
- "engines": {
1000
- "node": ">= 10"
1001
- }
1002
- },
1003
- "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
1004
- "version": "4.1.14",
1005
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.14.tgz",
1006
- "integrity": "sha512-qaEy0dIZ6d9vyLnmeg24yzA8XuEAD9WjpM5nIM1sUgQ/Zv7cVkharPDQcmm/t/TvXoKo/0knI3me3AGfdx6w1w==",
1007
- "cpu": [
1008
- "arm64"
1009
- ],
1010
- "license": "MIT",
1011
- "optional": true,
1012
- "os": [
1013
- "linux"
1014
- ],
1015
- "engines": {
1016
- "node": ">= 10"
1017
- }
1018
- },
1019
- "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
1020
- "version": "4.1.14",
1021
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.14.tgz",
1022
- "integrity": "sha512-ISZjT44s59O8xKsPEIesiIydMG/sCXoMBCqsphDm/WcbnuWLxxb+GcvSIIA5NjUw6F8Tex7s5/LM2yDy8RqYBQ==",
1023
- "cpu": [
1024
- "arm64"
1025
- ],
1026
- "license": "MIT",
1027
- "optional": true,
1028
- "os": [
1029
- "linux"
1030
- ],
1031
- "engines": {
1032
- "node": ">= 10"
1033
- }
1034
- },
1035
- "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
1036
- "version": "4.1.14",
1037
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.14.tgz",
1038
- "integrity": "sha512-02c6JhLPJj10L2caH4U0zF8Hji4dOeahmuMl23stk0MU1wfd1OraE7rOloidSF8W5JTHkFdVo/O7uRUJJnUAJg==",
1039
- "cpu": [
1040
- "x64"
1041
- ],
1042
- "license": "MIT",
1043
- "optional": true,
1044
- "os": [
1045
- "linux"
1046
- ],
1047
- "engines": {
1048
- "node": ">= 10"
1049
- }
1050
- },
1051
- "node_modules/@tailwindcss/oxide-linux-x64-musl": {
1052
- "version": "4.1.14",
1053
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.14.tgz",
1054
- "integrity": "sha512-TNGeLiN1XS66kQhxHG/7wMeQDOoL0S33x9BgmydbrWAb9Qw0KYdd8o1ifx4HOGDWhVmJ+Ul+JQ7lyknQFilO3Q==",
1055
- "cpu": [
1056
- "x64"
1057
- ],
1058
- "license": "MIT",
1059
- "optional": true,
1060
- "os": [
1061
- "linux"
1062
- ],
1063
- "engines": {
1064
- "node": ">= 10"
1065
- }
1066
- },
1067
- "node_modules/@tailwindcss/oxide-wasm32-wasi": {
1068
- "version": "4.1.14",
1069
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.14.tgz",
1070
- "integrity": "sha512-uZYAsaW/jS/IYkd6EWPJKW/NlPNSkWkBlaeVBi/WsFQNP05/bzkebUL8FH1pdsqx4f2fH/bWFcUABOM9nfiJkQ==",
1071
- "bundleDependencies": [
1072
- "@napi-rs/wasm-runtime",
1073
- "@emnapi/core",
1074
- "@emnapi/runtime",
1075
- "@tybys/wasm-util",
1076
- "@emnapi/wasi-threads",
1077
- "tslib"
1078
- ],
1079
- "cpu": [
1080
- "wasm32"
1081
- ],
1082
- "license": "MIT",
1083
- "optional": true,
1084
- "dependencies": {
1085
- "@emnapi/core": "^1.5.0",
1086
- "@emnapi/runtime": "^1.5.0",
1087
- "@emnapi/wasi-threads": "^1.1.0",
1088
- "@napi-rs/wasm-runtime": "^1.0.5",
1089
- "@tybys/wasm-util": "^0.10.1",
1090
- "tslib": "^2.4.0"
1091
- },
1092
- "engines": {
1093
- "node": ">=14.0.0"
1094
- }
1095
- },
1096
- "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
1097
- "version": "4.1.14",
1098
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.14.tgz",
1099
- "integrity": "sha512-Az0RnnkcvRqsuoLH2Z4n3JfAef0wElgzHD5Aky/e+0tBUxUhIeIqFBTMNQvmMRSP15fWwmvjBxZ3Q8RhsDnxAA==",
1100
- "cpu": [
1101
- "arm64"
1102
- ],
1103
- "license": "MIT",
1104
- "optional": true,
1105
- "os": [
1106
- "win32"
1107
- ],
1108
- "engines": {
1109
- "node": ">= 10"
1110
- }
1111
- },
1112
- "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
1113
- "version": "4.1.14",
1114
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.14.tgz",
1115
- "integrity": "sha512-ttblVGHgf68kEE4om1n/n44I0yGPkCPbLsqzjvybhpwa6mKKtgFfAzy6btc3HRmuW7nHe0OOrSeNP9sQmmH9XA==",
1116
- "cpu": [
1117
- "x64"
1118
- ],
1119
- "license": "MIT",
1120
- "optional": true,
1121
- "os": [
1122
- "win32"
1123
- ],
1124
- "engines": {
1125
- "node": ">= 10"
1126
- }
1127
- },
1128
- "node_modules/@tailwindcss/vite": {
1129
- "version": "4.1.14",
1130
- "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.14.tgz",
1131
- "integrity": "sha512-BoFUoU0XqgCUS1UXWhmDJroKKhNXeDzD7/XwabjkDIAbMnc4ULn5e2FuEuBbhZ6ENZoSYzKlzvZ44Yr6EUDUSA==",
1132
- "license": "MIT",
1133
- "dependencies": {
1134
- "@tailwindcss/node": "4.1.14",
1135
- "@tailwindcss/oxide": "4.1.14",
1136
- "tailwindcss": "4.1.14"
1137
- },
1138
- "peerDependencies": {
1139
- "vite": "^5.2.0 || ^6 || ^7"
1140
- }
1141
- },
1142
- "node_modules/@types/estree": {
1143
- "version": "1.0.8",
1144
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1145
- "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1146
- "license": "MIT"
1147
- },
1148
- "node_modules/@types/trusted-types": {
1149
- "version": "2.0.7",
1150
- "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
1151
- "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
1152
- "license": "MIT"
1153
- },
1154
- "node_modules/@webreflection/alien-signals": {
1155
- "version": "0.3.2",
1156
- "resolved": "https://registry.npmjs.org/@webreflection/alien-signals/-/alien-signals-0.3.2.tgz",
1157
- "integrity": "sha512-DmNjD8Kq5iM+Toirp3llS/izAiI3Dwav5nHRvKdR/YJBTgun3y4xK76rs9CFYD2bZwZJN/rP+HjEqKTteGK+Yw==",
1158
- "license": "MIT",
1159
- "dependencies": {
1160
- "alien-signals": "^2.0.6"
1161
- }
1162
- },
1163
- "node_modules/alien-signals": {
1164
- "version": "2.0.8",
1165
- "resolved": "https://registry.npmjs.org/alien-signals/-/alien-signals-2.0.8.tgz",
1166
- "integrity": "sha512-844G1VLkk0Pe2SJjY0J8vp8ADI73IM4KliNu2OGlYzWpO28NexEUvjHTcFjFX3VXoiUtwTbHxLNI9ImkcoBqzA==",
1167
- "license": "MIT"
1168
- },
1169
- "node_modules/chownr": {
1170
- "version": "3.0.0",
1171
- "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
1172
- "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
1173
- "license": "BlueOak-1.0.0",
1174
- "engines": {
1175
- "node": ">=18"
1176
- }
1177
- },
1178
- "node_modules/class-variance-authority": {
1179
- "version": "0.7.1",
1180
- "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
1181
- "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
1182
- "license": "Apache-2.0",
1183
- "dependencies": {
1184
- "clsx": "^2.1.1"
1185
- },
1186
- "funding": {
1187
- "url": "https://polar.sh/cva"
1188
- }
1189
- },
1190
- "node_modules/clsx": {
1191
- "version": "2.1.1",
1192
- "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
1193
- "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
1194
- "license": "MIT",
1195
- "engines": {
1196
- "node": ">=6"
1197
- }
1198
- },
1199
- "node_modules/commander": {
1200
- "version": "8.3.0",
1201
- "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
1202
- "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
1203
- "license": "MIT",
1204
- "engines": {
1205
- "node": ">= 12"
1206
- }
1207
- },
1208
- "node_modules/detect-libc": {
1209
- "version": "2.1.1",
1210
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.1.tgz",
1211
- "integrity": "sha512-ecqj/sy1jcK1uWrwpR67UhYrIFQ+5WlGxth34WquCbamhFA6hkkwiu37o6J5xCHdo1oixJRfVRw+ywV+Hq/0Aw==",
1212
- "license": "Apache-2.0",
1213
- "engines": {
1214
- "node": ">=8"
1215
- }
1216
- },
1217
- "node_modules/diff": {
1218
- "version": "8.0.2",
1219
- "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.2.tgz",
1220
- "integrity": "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==",
1221
- "license": "BSD-3-Clause",
1222
- "engines": {
1223
- "node": ">=0.3.1"
1224
- }
1225
- },
1226
- "node_modules/enhanced-resolve": {
1227
- "version": "5.18.3",
1228
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
1229
- "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
1230
- "license": "MIT",
1231
- "dependencies": {
1232
- "graceful-fs": "^4.2.4",
1233
- "tapable": "^2.2.0"
1234
- },
1235
- "engines": {
1236
- "node": ">=10.13.0"
1237
- }
1238
- },
1239
- "node_modules/esbuild": {
1240
- "version": "0.25.10",
1241
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.10.tgz",
1242
- "integrity": "sha512-9RiGKvCwaqxO2owP61uQ4BgNborAQskMR6QusfWzQqv7AZOg5oGehdY2pRJMTKuwxd1IDBP4rSbI5lHzU7SMsQ==",
1243
- "hasInstallScript": true,
1244
- "license": "MIT",
1245
- "bin": {
1246
- "esbuild": "bin/esbuild"
1247
- },
1248
- "engines": {
1249
- "node": ">=18"
1250
- },
1251
- "optionalDependencies": {
1252
- "@esbuild/aix-ppc64": "0.25.10",
1253
- "@esbuild/android-arm": "0.25.10",
1254
- "@esbuild/android-arm64": "0.25.10",
1255
- "@esbuild/android-x64": "0.25.10",
1256
- "@esbuild/darwin-arm64": "0.25.10",
1257
- "@esbuild/darwin-x64": "0.25.10",
1258
- "@esbuild/freebsd-arm64": "0.25.10",
1259
- "@esbuild/freebsd-x64": "0.25.10",
1260
- "@esbuild/linux-arm": "0.25.10",
1261
- "@esbuild/linux-arm64": "0.25.10",
1262
- "@esbuild/linux-ia32": "0.25.10",
1263
- "@esbuild/linux-loong64": "0.25.10",
1264
- "@esbuild/linux-mips64el": "0.25.10",
1265
- "@esbuild/linux-ppc64": "0.25.10",
1266
- "@esbuild/linux-riscv64": "0.25.10",
1267
- "@esbuild/linux-s390x": "0.25.10",
1268
- "@esbuild/linux-x64": "0.25.10",
1269
- "@esbuild/netbsd-arm64": "0.25.10",
1270
- "@esbuild/netbsd-x64": "0.25.10",
1271
- "@esbuild/openbsd-arm64": "0.25.10",
1272
- "@esbuild/openbsd-x64": "0.25.10",
1273
- "@esbuild/openharmony-arm64": "0.25.10",
1274
- "@esbuild/sunos-x64": "0.25.10",
1275
- "@esbuild/win32-arm64": "0.25.10",
1276
- "@esbuild/win32-ia32": "0.25.10",
1277
- "@esbuild/win32-x64": "0.25.10"
1278
- }
1279
- },
1280
- "node_modules/fdir": {
1281
- "version": "6.5.0",
1282
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1283
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1284
- "license": "MIT",
1285
- "engines": {
1286
- "node": ">=12.0.0"
1287
- },
1288
- "peerDependencies": {
1289
- "picomatch": "^3 || ^4"
1290
- },
1291
- "peerDependenciesMeta": {
1292
- "picomatch": {
1293
- "optional": true
1294
- }
1295
- }
1296
- },
1297
- "node_modules/fsevents": {
1298
- "version": "2.3.3",
1299
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1300
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1301
- "hasInstallScript": true,
1302
- "license": "MIT",
1303
- "optional": true,
1304
- "os": [
1305
- "darwin"
1306
- ],
1307
- "engines": {
1308
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1309
- }
1310
- },
1311
- "node_modules/graceful-fs": {
1312
- "version": "4.2.11",
1313
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1314
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1315
- "license": "ISC"
1316
- },
1317
- "node_modules/highlight.js": {
1318
- "version": "11.11.1",
1319
- "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz",
1320
- "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==",
1321
- "license": "BSD-3-Clause",
1322
- "engines": {
1323
- "node": ">=12.0.0"
1324
- }
1325
- },
1326
- "node_modules/html-parse-string": {
1327
- "version": "0.0.9",
1328
- "resolved": "https://registry.npmjs.org/html-parse-string/-/html-parse-string-0.0.9.tgz",
1329
- "integrity": "sha512-wyGnsOolHbNrcb8N6bdJF4EHyzd3zVGCb9/mBxeNjAYBDOZqD7YkqLBz7kXtdgHwNnV8lN/BpSDpsI1zm8Sd8g==",
1330
- "license": "MIT"
1331
- },
1332
- "node_modules/jiti": {
1333
- "version": "2.6.1",
1334
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
1335
- "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
1336
- "license": "MIT",
1337
- "bin": {
1338
- "jiti": "lib/jiti-cli.mjs"
1339
- }
1340
- },
1341
- "node_modules/katex": {
1342
- "version": "0.16.23",
1343
- "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.23.tgz",
1344
- "integrity": "sha512-7VlC1hsEEolL9xNO05v9VjrvWZePkCVBJqj8ruICxYjZfHaHbaU53AlP+PODyFIXEnaEIEWi3wJy7FPZ95JAVg==",
1345
- "funding": [
1346
- "https://opencollective.com/katex",
1347
- "https://github.com/sponsors/katex"
1348
- ],
1349
- "license": "MIT",
1350
- "dependencies": {
1351
- "commander": "^8.3.0"
1352
- },
1353
- "bin": {
1354
- "katex": "cli.js"
1355
- }
1356
- },
1357
- "node_modules/lightningcss": {
1358
- "version": "1.30.1",
1359
- "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz",
1360
- "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==",
1361
- "license": "MPL-2.0",
1362
- "dependencies": {
1363
- "detect-libc": "^2.0.3"
1364
- },
1365
- "engines": {
1366
- "node": ">= 12.0.0"
1367
- },
1368
- "funding": {
1369
- "type": "opencollective",
1370
- "url": "https://opencollective.com/parcel"
1371
- },
1372
- "optionalDependencies": {
1373
- "lightningcss-darwin-arm64": "1.30.1",
1374
- "lightningcss-darwin-x64": "1.30.1",
1375
- "lightningcss-freebsd-x64": "1.30.1",
1376
- "lightningcss-linux-arm-gnueabihf": "1.30.1",
1377
- "lightningcss-linux-arm64-gnu": "1.30.1",
1378
- "lightningcss-linux-arm64-musl": "1.30.1",
1379
- "lightningcss-linux-x64-gnu": "1.30.1",
1380
- "lightningcss-linux-x64-musl": "1.30.1",
1381
- "lightningcss-win32-arm64-msvc": "1.30.1",
1382
- "lightningcss-win32-x64-msvc": "1.30.1"
1383
- }
1384
- },
1385
- "node_modules/lightningcss-darwin-arm64": {
1386
- "version": "1.30.1",
1387
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz",
1388
- "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==",
1389
- "cpu": [
1390
- "arm64"
1391
- ],
1392
- "license": "MPL-2.0",
1393
- "optional": true,
1394
- "os": [
1395
- "darwin"
1396
- ],
1397
- "engines": {
1398
- "node": ">= 12.0.0"
1399
- },
1400
- "funding": {
1401
- "type": "opencollective",
1402
- "url": "https://opencollective.com/parcel"
1403
- }
1404
- },
1405
- "node_modules/lightningcss-darwin-x64": {
1406
- "version": "1.30.1",
1407
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz",
1408
- "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==",
1409
- "cpu": [
1410
- "x64"
1411
- ],
1412
- "license": "MPL-2.0",
1413
- "optional": true,
1414
- "os": [
1415
- "darwin"
1416
- ],
1417
- "engines": {
1418
- "node": ">= 12.0.0"
1419
- },
1420
- "funding": {
1421
- "type": "opencollective",
1422
- "url": "https://opencollective.com/parcel"
1423
- }
1424
- },
1425
- "node_modules/lightningcss-freebsd-x64": {
1426
- "version": "1.30.1",
1427
- "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz",
1428
- "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==",
1429
- "cpu": [
1430
- "x64"
1431
- ],
1432
- "license": "MPL-2.0",
1433
- "optional": true,
1434
- "os": [
1435
- "freebsd"
1436
- ],
1437
- "engines": {
1438
- "node": ">= 12.0.0"
1439
- },
1440
- "funding": {
1441
- "type": "opencollective",
1442
- "url": "https://opencollective.com/parcel"
1443
- }
1444
- },
1445
- "node_modules/lightningcss-linux-arm-gnueabihf": {
1446
- "version": "1.30.1",
1447
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz",
1448
- "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==",
1449
- "cpu": [
1450
- "arm"
1451
- ],
1452
- "license": "MPL-2.0",
1453
- "optional": true,
1454
- "os": [
1455
- "linux"
1456
- ],
1457
- "engines": {
1458
- "node": ">= 12.0.0"
1459
- },
1460
- "funding": {
1461
- "type": "opencollective",
1462
- "url": "https://opencollective.com/parcel"
1463
- }
1464
- },
1465
- "node_modules/lightningcss-linux-arm64-gnu": {
1466
- "version": "1.30.1",
1467
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz",
1468
- "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==",
1469
- "cpu": [
1470
- "arm64"
1471
- ],
1472
- "license": "MPL-2.0",
1473
- "optional": true,
1474
- "os": [
1475
- "linux"
1476
- ],
1477
- "engines": {
1478
- "node": ">= 12.0.0"
1479
- },
1480
- "funding": {
1481
- "type": "opencollective",
1482
- "url": "https://opencollective.com/parcel"
1483
- }
1484
- },
1485
- "node_modules/lightningcss-linux-arm64-musl": {
1486
- "version": "1.30.1",
1487
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz",
1488
- "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==",
1489
- "cpu": [
1490
- "arm64"
1491
- ],
1492
- "license": "MPL-2.0",
1493
- "optional": true,
1494
- "os": [
1495
- "linux"
1496
- ],
1497
- "engines": {
1498
- "node": ">= 12.0.0"
1499
- },
1500
- "funding": {
1501
- "type": "opencollective",
1502
- "url": "https://opencollective.com/parcel"
1503
- }
1504
- },
1505
- "node_modules/lightningcss-linux-x64-gnu": {
1506
- "version": "1.30.1",
1507
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz",
1508
- "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==",
1509
- "cpu": [
1510
- "x64"
1511
- ],
1512
- "license": "MPL-2.0",
1513
- "optional": true,
1514
- "os": [
1515
- "linux"
1516
- ],
1517
- "engines": {
1518
- "node": ">= 12.0.0"
1519
- },
1520
- "funding": {
1521
- "type": "opencollective",
1522
- "url": "https://opencollective.com/parcel"
1523
- }
1524
- },
1525
- "node_modules/lightningcss-linux-x64-musl": {
1526
- "version": "1.30.1",
1527
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz",
1528
- "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==",
1529
- "cpu": [
1530
- "x64"
1531
- ],
1532
- "license": "MPL-2.0",
1533
- "optional": true,
1534
- "os": [
1535
- "linux"
1536
- ],
1537
- "engines": {
1538
- "node": ">= 12.0.0"
1539
- },
1540
- "funding": {
1541
- "type": "opencollective",
1542
- "url": "https://opencollective.com/parcel"
1543
- }
1544
- },
1545
- "node_modules/lightningcss-win32-arm64-msvc": {
1546
- "version": "1.30.1",
1547
- "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz",
1548
- "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==",
1549
- "cpu": [
1550
- "arm64"
1551
- ],
1552
- "license": "MPL-2.0",
1553
- "optional": true,
1554
- "os": [
1555
- "win32"
1556
- ],
1557
- "engines": {
1558
- "node": ">= 12.0.0"
1559
- },
1560
- "funding": {
1561
- "type": "opencollective",
1562
- "url": "https://opencollective.com/parcel"
1563
- }
1564
- },
1565
- "node_modules/lightningcss-win32-x64-msvc": {
1566
- "version": "1.30.1",
1567
- "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz",
1568
- "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==",
1569
- "cpu": [
1570
- "x64"
1571
- ],
1572
- "license": "MPL-2.0",
1573
- "optional": true,
1574
- "os": [
1575
- "win32"
1576
- ],
1577
- "engines": {
1578
- "node": ">= 12.0.0"
1579
- },
1580
- "funding": {
1581
- "type": "opencollective",
1582
- "url": "https://opencollective.com/parcel"
1583
- }
1584
- },
1585
- "node_modules/lit": {
1586
- "version": "3.3.1",
1587
- "resolved": "https://registry.npmjs.org/lit/-/lit-3.3.1.tgz",
1588
- "integrity": "sha512-Ksr/8L3PTapbdXJCk+EJVB78jDodUMaP54gD24W186zGRARvwrsPfS60wae/SSCTCNZVPd1chXqio1qHQmu4NA==",
1589
- "license": "BSD-3-Clause",
1590
- "dependencies": {
1591
- "@lit/reactive-element": "^2.1.0",
1592
- "lit-element": "^4.2.0",
1593
- "lit-html": "^3.3.0"
1594
- }
1595
- },
1596
- "node_modules/lit-element": {
1597
- "version": "4.2.1",
1598
- "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-4.2.1.tgz",
1599
- "integrity": "sha512-WGAWRGzirAgyphK2urmYOV72tlvnxw7YfyLDgQ+OZnM9vQQBQnumQ7jUJe6unEzwGU3ahFOjuz1iz1jjrpCPuw==",
1600
- "license": "BSD-3-Clause",
1601
- "dependencies": {
1602
- "@lit-labs/ssr-dom-shim": "^1.4.0",
1603
- "@lit/reactive-element": "^2.1.0",
1604
- "lit-html": "^3.3.0"
1605
- }
1606
- },
1607
- "node_modules/lit-html": {
1608
- "version": "3.3.1",
1609
- "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.3.1.tgz",
1610
- "integrity": "sha512-S9hbyDu/vs1qNrithiNyeyv64c9yqiW9l+DBgI18fL+MTvOtWoFR0FWiyq1TxaYef5wNlpEmzlXoBlZEO+WjoA==",
1611
- "license": "BSD-3-Clause",
1612
- "dependencies": {
1613
- "@types/trusted-types": "^2.0.2"
1614
- }
1615
- },
1616
- "node_modules/lucide": {
1617
- "version": "0.544.0",
1618
- "resolved": "https://registry.npmjs.org/lucide/-/lucide-0.544.0.tgz",
1619
- "integrity": "sha512-U5ORwr5z9Sx7bNTDFaW55RbjVdQEnAcT3vws9uz3vRT1G4XXJUDAhRZdxhFoIyHEvjmTkzzlEhjSLYM5n4mb5w==",
1620
- "license": "ISC"
1621
- },
1622
- "node_modules/magic-string": {
1623
- "version": "0.30.19",
1624
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.19.tgz",
1625
- "integrity": "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==",
1626
- "license": "MIT",
1627
- "dependencies": {
1628
- "@jridgewell/sourcemap-codec": "^1.5.5"
1629
- }
1630
- },
1631
- "node_modules/marked": {
1632
- "version": "16.3.0",
1633
- "resolved": "https://registry.npmjs.org/marked/-/marked-16.3.0.tgz",
1634
- "integrity": "sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w==",
1635
- "license": "MIT",
1636
- "bin": {
1637
- "marked": "bin/marked.js"
1638
- },
1639
- "engines": {
1640
- "node": ">= 20"
1641
- }
1642
- },
1643
- "node_modules/minipass": {
1644
- "version": "7.1.2",
1645
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
1646
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
1647
- "license": "ISC",
1648
- "engines": {
1649
- "node": ">=16 || 14 >=14.17"
1650
- }
1651
- },
1652
- "node_modules/minizlib": {
1653
- "version": "3.1.0",
1654
- "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
1655
- "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
1656
- "license": "MIT",
1657
- "dependencies": {
1658
- "minipass": "^7.1.2"
1659
- },
1660
- "engines": {
1661
- "node": ">= 18"
1662
- }
1663
- },
1664
- "node_modules/nanoid": {
1665
- "version": "3.3.11",
1666
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
1667
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
1668
- "funding": [
1669
- {
1670
- "type": "github",
1671
- "url": "https://github.com/sponsors/ai"
1672
- }
1673
- ],
1674
- "license": "MIT",
1675
- "bin": {
1676
- "nanoid": "bin/nanoid.cjs"
1677
- },
1678
- "engines": {
1679
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1680
- }
1681
- },
1682
- "node_modules/picocolors": {
1683
- "version": "1.1.1",
1684
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1685
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1686
- "license": "ISC"
1687
- },
1688
- "node_modules/picomatch": {
1689
- "version": "4.0.3",
1690
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
1691
- "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
1692
- "license": "MIT",
1693
- "engines": {
1694
- "node": ">=12"
1695
- },
1696
- "funding": {
1697
- "url": "https://github.com/sponsors/jonschlinkert"
1698
- }
1699
- },
1700
- "node_modules/postcss": {
1701
- "version": "8.5.6",
1702
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
1703
- "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
1704
- "funding": [
1705
- {
1706
- "type": "opencollective",
1707
- "url": "https://opencollective.com/postcss/"
1708
- },
1709
- {
1710
- "type": "tidelift",
1711
- "url": "https://tidelift.com/funding/github/npm/postcss"
1712
- },
1713
- {
1714
- "type": "github",
1715
- "url": "https://github.com/sponsors/ai"
1716
- }
1717
- ],
1718
- "license": "MIT",
1719
- "dependencies": {
1720
- "nanoid": "^3.3.11",
1721
- "picocolors": "^1.1.1",
1722
- "source-map-js": "^1.2.1"
1723
- },
1724
- "engines": {
1725
- "node": "^10 || ^12 || >=14"
1726
- }
1727
- },
1728
- "node_modules/rollup": {
1729
- "version": "4.52.4",
1730
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.4.tgz",
1731
- "integrity": "sha512-CLEVl+MnPAiKh5pl4dEWSyMTpuflgNQiLGhMv8ezD5W/qP8AKvmYpCOKRRNOh7oRKnauBZ4SyeYkMS+1VSyKwQ==",
1732
- "license": "MIT",
1733
- "dependencies": {
1734
- "@types/estree": "1.0.8"
1735
- },
1736
- "bin": {
1737
- "rollup": "dist/bin/rollup"
1738
- },
1739
- "engines": {
1740
- "node": ">=18.0.0",
1741
- "npm": ">=8.0.0"
1742
- },
1743
- "optionalDependencies": {
1744
- "@rollup/rollup-android-arm-eabi": "4.52.4",
1745
- "@rollup/rollup-android-arm64": "4.52.4",
1746
- "@rollup/rollup-darwin-arm64": "4.52.4",
1747
- "@rollup/rollup-darwin-x64": "4.52.4",
1748
- "@rollup/rollup-freebsd-arm64": "4.52.4",
1749
- "@rollup/rollup-freebsd-x64": "4.52.4",
1750
- "@rollup/rollup-linux-arm-gnueabihf": "4.52.4",
1751
- "@rollup/rollup-linux-arm-musleabihf": "4.52.4",
1752
- "@rollup/rollup-linux-arm64-gnu": "4.52.4",
1753
- "@rollup/rollup-linux-arm64-musl": "4.52.4",
1754
- "@rollup/rollup-linux-loong64-gnu": "4.52.4",
1755
- "@rollup/rollup-linux-ppc64-gnu": "4.52.4",
1756
- "@rollup/rollup-linux-riscv64-gnu": "4.52.4",
1757
- "@rollup/rollup-linux-riscv64-musl": "4.52.4",
1758
- "@rollup/rollup-linux-s390x-gnu": "4.52.4",
1759
- "@rollup/rollup-linux-x64-gnu": "4.52.4",
1760
- "@rollup/rollup-linux-x64-musl": "4.52.4",
1761
- "@rollup/rollup-openharmony-arm64": "4.52.4",
1762
- "@rollup/rollup-win32-arm64-msvc": "4.52.4",
1763
- "@rollup/rollup-win32-ia32-msvc": "4.52.4",
1764
- "@rollup/rollup-win32-x64-gnu": "4.52.4",
1765
- "@rollup/rollup-win32-x64-msvc": "4.52.4",
1766
- "fsevents": "~2.3.2"
1767
- }
1768
- },
1769
- "node_modules/source-map-js": {
1770
- "version": "1.2.1",
1771
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1772
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1773
- "license": "BSD-3-Clause",
1774
- "engines": {
1775
- "node": ">=0.10.0"
1776
- }
1777
- },
1778
- "node_modules/tailwind-merge": {
1779
- "version": "3.3.1",
1780
- "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.3.1.tgz",
1781
- "integrity": "sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==",
1782
- "license": "MIT",
1783
- "funding": {
1784
- "type": "github",
1785
- "url": "https://github.com/sponsors/dcastil"
1786
- }
1787
- },
1788
- "node_modules/tailwind-variants": {
1789
- "version": "3.1.1",
1790
- "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-3.1.1.tgz",
1791
- "integrity": "sha512-ftLXe3krnqkMHsuBTEmaVUXYovXtPyTK7ckEfDRXS8PBZx0bAUas+A0jYxuKA5b8qg++wvQ3d2MQ7l/xeZxbZQ==",
1792
- "license": "MIT",
1793
- "engines": {
1794
- "node": ">=16.x",
1795
- "pnpm": ">=7.x"
1796
- },
1797
- "peerDependencies": {
1798
- "tailwind-merge": ">=3.0.0",
1799
- "tailwindcss": "*"
1800
- },
1801
- "peerDependenciesMeta": {
1802
- "tailwind-merge": {
1803
- "optional": true
1804
- }
1805
- }
1806
- },
1807
- "node_modules/tailwindcss": {
1808
- "version": "4.1.14",
1809
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.14.tgz",
1810
- "integrity": "sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==",
1811
- "license": "MIT"
1812
- },
1813
- "node_modules/tapable": {
1814
- "version": "2.3.0",
1815
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
1816
- "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
1817
- "license": "MIT",
1818
- "engines": {
1819
- "node": ">=6"
1820
- },
1821
- "funding": {
1822
- "type": "opencollective",
1823
- "url": "https://opencollective.com/webpack"
1824
- }
1825
- },
1826
- "node_modules/tar": {
1827
- "version": "7.5.1",
1828
- "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.1.tgz",
1829
- "integrity": "sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==",
1830
- "license": "ISC",
1831
- "dependencies": {
1832
- "@isaacs/fs-minipass": "^4.0.0",
1833
- "chownr": "^3.0.0",
1834
- "minipass": "^7.1.2",
1835
- "minizlib": "^3.1.0",
1836
- "yallist": "^5.0.0"
1837
- },
1838
- "engines": {
1839
- "node": ">=18"
1840
- }
1841
- },
1842
- "node_modules/tinyglobby": {
1843
- "version": "0.2.15",
1844
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
1845
- "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
1846
- "license": "MIT",
1847
- "dependencies": {
1848
- "fdir": "^6.5.0",
1849
- "picomatch": "^4.0.3"
1850
- },
1851
- "engines": {
1852
- "node": ">=12.0.0"
1853
- },
1854
- "funding": {
1855
- "url": "https://github.com/sponsors/SuperchupuDev"
1856
- }
1857
- },
1858
- "node_modules/typescript": {
1859
- "version": "5.9.3",
1860
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
1861
- "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
1862
- "dev": true,
1863
- "license": "Apache-2.0",
1864
- "bin": {
1865
- "tsc": "bin/tsc",
1866
- "tsserver": "bin/tsserver"
1867
- },
1868
- "engines": {
1869
- "node": ">=14.17"
1870
- }
1871
- },
1872
- "node_modules/uhtml": {
1873
- "version": "5.0.9",
1874
- "resolved": "https://registry.npmjs.org/uhtml/-/uhtml-5.0.9.tgz",
1875
- "integrity": "sha512-qPyu3vGilaLe6zrjOCD/xezWEHLwdevxmbY3hzyhT25KBDF4F7YYW3YZcL3kylD/6dMoVISHjn8ggV3+9FY+5g==",
1876
- "license": "MIT",
1877
- "dependencies": {
1878
- "@webreflection/alien-signals": "^0.3.2"
1879
- }
1880
- },
1881
- "node_modules/vite": {
1882
- "version": "7.1.9",
1883
- "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz",
1884
- "integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==",
1885
- "license": "MIT",
1886
- "dependencies": {
1887
- "esbuild": "^0.25.0",
1888
- "fdir": "^6.5.0",
1889
- "picomatch": "^4.0.3",
1890
- "postcss": "^8.5.6",
1891
- "rollup": "^4.43.0",
1892
- "tinyglobby": "^0.2.15"
1893
- },
1894
- "bin": {
1895
- "vite": "bin/vite.js"
1896
- },
1897
- "engines": {
1898
- "node": "^20.19.0 || >=22.12.0"
1899
- },
1900
- "funding": {
1901
- "url": "https://github.com/vitejs/vite?sponsor=1"
1902
- },
1903
- "optionalDependencies": {
1904
- "fsevents": "~2.3.3"
1905
- },
1906
- "peerDependencies": {
1907
- "@types/node": "^20.19.0 || >=22.12.0",
1908
- "jiti": ">=1.21.0",
1909
- "less": "^4.0.0",
1910
- "lightningcss": "^1.21.0",
1911
- "sass": "^1.70.0",
1912
- "sass-embedded": "^1.70.0",
1913
- "stylus": ">=0.54.8",
1914
- "sugarss": "^5.0.0",
1915
- "terser": "^5.16.0",
1916
- "tsx": "^4.8.1",
1917
- "yaml": "^2.4.2"
1918
- },
1919
- "peerDependenciesMeta": {
1920
- "@types/node": {
1921
- "optional": true
1922
- },
1923
- "jiti": {
1924
- "optional": true
1925
- },
1926
- "less": {
1927
- "optional": true
1928
- },
1929
- "lightningcss": {
1930
- "optional": true
1931
- },
1932
- "sass": {
1933
- "optional": true
1934
- },
1935
- "sass-embedded": {
1936
- "optional": true
1937
- },
1938
- "stylus": {
1939
- "optional": true
1940
- },
1941
- "sugarss": {
1942
- "optional": true
1943
- },
1944
- "terser": {
1945
- "optional": true
1946
- },
1947
- "tsx": {
1948
- "optional": true
1949
- },
1950
- "yaml": {
1951
- "optional": true
1952
- }
1953
- }
1954
- },
1955
- "node_modules/yallist": {
1956
- "version": "5.0.0",
1957
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
1958
- "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
1959
- "license": "BlueOak-1.0.0",
1960
- "engines": {
1961
- "node": ">=18"
1962
- }
1963
- }
1964
- }
1965
- }