create-rue 0.0.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.
- package/LICENSE +539 -0
- package/README.md +22 -0
- package/bundle.js +2862 -0
- package/package.json +58 -0
- package/template/base/.editorconfig +6 -0
- package/template/base/.gitattributes +1 -0
- package/template/base/.oxfmtrc.json +5 -0
- package/template/base/.oxlintrc.json +11 -0
- package/template/base/app/app.tsx +12 -0
- package/template/base/app/main.ts +2 -0
- package/template/base/app/pages/Ecosystem.tsx +47 -0
- package/template/base/app/pages/Guide.tsx +49 -0
- package/template/base/app/pages/Home.tsx +85 -0
- package/template/base/app/pages/Packages.tsx +52 -0
- package/template/base/app/pages/components/Layout.tsx +67 -0
- package/template/base/app/router.ts +14 -0
- package/template/base/index.html +16 -0
- package/template/base/package-lock.json +2425 -0
- package/template/base/package.json +37 -0
- package/template/base/pnpm-lock.yaml +1513 -0
- package/template/base/style.css +433 -0
- package/template/base/tailwind.config.ts +7 -0
- package/template/base/tsconfig.json +22 -0
- package/template/base/vite.config.ts +18 -0
|
@@ -0,0 +1,1513 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
'@rue-js/jsx-runtime':
|
|
12
|
+
specifier: ^0.0.30
|
|
13
|
+
version: 0.0.30(typescript@5.9.3)
|
|
14
|
+
'@rue-js/router':
|
|
15
|
+
specifier: ^0.0.30
|
|
16
|
+
version: 0.0.30(typescript@5.9.3)
|
|
17
|
+
'@rue-js/rue':
|
|
18
|
+
specifier: ^0.0.30
|
|
19
|
+
version: 0.0.30(typescript@5.9.3)
|
|
20
|
+
'@rue-js/runtime':
|
|
21
|
+
specifier: ^0.0.30
|
|
22
|
+
version: 0.0.30(typescript@5.9.3)
|
|
23
|
+
'@rue-js/runtime-vapor':
|
|
24
|
+
specifier: ^0.0.30
|
|
25
|
+
version: 0.0.30
|
|
26
|
+
daisyui:
|
|
27
|
+
specifier: ^5.5.11
|
|
28
|
+
version: 5.5.19
|
|
29
|
+
oxfmt:
|
|
30
|
+
specifier: ^0.42.0
|
|
31
|
+
version: 0.42.0
|
|
32
|
+
oxlint:
|
|
33
|
+
specifier: ^1.57.0
|
|
34
|
+
version: 1.57.0
|
|
35
|
+
devDependencies:
|
|
36
|
+
'@rue-js/jsx-dev-runtime':
|
|
37
|
+
specifier: ^0.0.30
|
|
38
|
+
version: 0.0.30(typescript@5.9.3)
|
|
39
|
+
'@rue-js/vite-plugin-rue':
|
|
40
|
+
specifier: ^0.0.30
|
|
41
|
+
version: 0.0.30(typescript@5.9.3)
|
|
42
|
+
'@swc/core':
|
|
43
|
+
specifier: ^1.15.3
|
|
44
|
+
version: 1.15.21
|
|
45
|
+
'@tailwindcss/typography':
|
|
46
|
+
specifier: ^0.5.19
|
|
47
|
+
version: 0.5.19
|
|
48
|
+
'@tailwindcss/vite':
|
|
49
|
+
specifier: ^4.1.17
|
|
50
|
+
version: 4.2.2(vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@24.12.0)(jiti@2.6.1))
|
|
51
|
+
'@types/node':
|
|
52
|
+
specifier: ^24.10.1
|
|
53
|
+
version: 24.12.0
|
|
54
|
+
typescript:
|
|
55
|
+
specifier: ^5.9.3
|
|
56
|
+
version: 5.9.3
|
|
57
|
+
vite:
|
|
58
|
+
specifier: ^8.0.3
|
|
59
|
+
version: 8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@24.12.0)(jiti@2.6.1)
|
|
60
|
+
vite-plugin-wasm:
|
|
61
|
+
specifier: ^3.5.0
|
|
62
|
+
version: 3.6.0(vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@24.12.0)(jiti@2.6.1))
|
|
63
|
+
|
|
64
|
+
packages:
|
|
65
|
+
|
|
66
|
+
'@emnapi/core@1.9.1':
|
|
67
|
+
resolution: {integrity: sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==}
|
|
68
|
+
|
|
69
|
+
'@emnapi/runtime@1.9.1':
|
|
70
|
+
resolution: {integrity: sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==}
|
|
71
|
+
|
|
72
|
+
'@emnapi/wasi-threads@1.2.0':
|
|
73
|
+
resolution: {integrity: sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==}
|
|
74
|
+
|
|
75
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
76
|
+
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
77
|
+
|
|
78
|
+
'@jridgewell/remapping@2.3.5':
|
|
79
|
+
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
|
|
80
|
+
|
|
81
|
+
'@jridgewell/resolve-uri@3.1.2':
|
|
82
|
+
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
83
|
+
engines: {node: '>=6.0.0'}
|
|
84
|
+
|
|
85
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
86
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
87
|
+
|
|
88
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
89
|
+
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
90
|
+
|
|
91
|
+
'@napi-rs/wasm-runtime@1.1.2':
|
|
92
|
+
resolution: {integrity: sha512-sNXv5oLJ7ob93xkZ1XnxisYhGYXfaG9f65/ZgYuAu3qt7b3NadcOEhLvx28hv31PgX8SZJRYrAIPQilQmFpLVw==}
|
|
93
|
+
peerDependencies:
|
|
94
|
+
'@emnapi/core': ^1.7.1
|
|
95
|
+
'@emnapi/runtime': ^1.7.1
|
|
96
|
+
|
|
97
|
+
'@oxc-project/types@0.122.0':
|
|
98
|
+
resolution: {integrity: sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==}
|
|
99
|
+
|
|
100
|
+
'@oxfmt/binding-android-arm-eabi@0.42.0':
|
|
101
|
+
resolution: {integrity: sha512-dsqPTYsozeokRjlrt/b4E7Pj0z3eS3Eg74TWQuuKbjY4VttBmA88rB7d50Xrd+TZ986qdXCNeZRPEzZHAe+jow==}
|
|
102
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
103
|
+
cpu: [arm]
|
|
104
|
+
os: [android]
|
|
105
|
+
|
|
106
|
+
'@oxfmt/binding-android-arm64@0.42.0':
|
|
107
|
+
resolution: {integrity: sha512-t+aAjHxcr5eOBphFHdg1ouQU9qmZZoRxnX7UOJSaTwSoKsb6TYezNKO0YbWytGXCECObRqNcUxPoPr0KaraAIg==}
|
|
108
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
109
|
+
cpu: [arm64]
|
|
110
|
+
os: [android]
|
|
111
|
+
|
|
112
|
+
'@oxfmt/binding-darwin-arm64@0.42.0':
|
|
113
|
+
resolution: {integrity: sha512-ulpSEYMKg61C5bRMZinFHrKJYRoKGVbvMEXA5zM1puX3O9T6Q4XXDbft20yrDijpYWeuG59z3Nabt+npeTsM1A==}
|
|
114
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
115
|
+
cpu: [arm64]
|
|
116
|
+
os: [darwin]
|
|
117
|
+
|
|
118
|
+
'@oxfmt/binding-darwin-x64@0.42.0':
|
|
119
|
+
resolution: {integrity: sha512-ttxLKhQYPdFiM8I/Ri37cvqChE4Xa562nNOsZFcv1CKTVLeEozXjKuYClNvxkXmNlcF55nzM80P+CQkdFBu+uQ==}
|
|
120
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
121
|
+
cpu: [x64]
|
|
122
|
+
os: [darwin]
|
|
123
|
+
|
|
124
|
+
'@oxfmt/binding-freebsd-x64@0.42.0':
|
|
125
|
+
resolution: {integrity: sha512-Og7QS3yI3tdIKYZ58SXik0rADxIk2jmd+/YvuHRyKULWpG4V2fR5V4hvKm624Mc0cQET35waPXiCQWvjQEjwYQ==}
|
|
126
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
127
|
+
cpu: [x64]
|
|
128
|
+
os: [freebsd]
|
|
129
|
+
|
|
130
|
+
'@oxfmt/binding-linux-arm-gnueabihf@0.42.0':
|
|
131
|
+
resolution: {integrity: sha512-jwLOw/3CW4H6Vxcry4/buQHk7zm9Ne2YsidzTL1kpiMe4qqrRCwev3dkyWe2YkFmP+iZCQ7zku4KwjcLRoh8ew==}
|
|
132
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
133
|
+
cpu: [arm]
|
|
134
|
+
os: [linux]
|
|
135
|
+
|
|
136
|
+
'@oxfmt/binding-linux-arm-musleabihf@0.42.0':
|
|
137
|
+
resolution: {integrity: sha512-XwXu2vkMtiq2h7tfvN+WA/9/5/1IoGAVCFPiiQUvcAuG3efR97KNcRGM8BetmbYouFotQ2bDal3yyjUx6IPsTg==}
|
|
138
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
139
|
+
cpu: [arm]
|
|
140
|
+
os: [linux]
|
|
141
|
+
|
|
142
|
+
'@oxfmt/binding-linux-arm64-gnu@0.42.0':
|
|
143
|
+
resolution: {integrity: sha512-ea7s/XUJoT7ENAtUQDudFe3nkSM3e3Qpz4nJFRdzO2wbgXEcjnchKLEsV3+t4ev3r8nWxIYr9NRjPWtnyIFJVA==}
|
|
144
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
145
|
+
cpu: [arm64]
|
|
146
|
+
os: [linux]
|
|
147
|
+
libc: [glibc]
|
|
148
|
+
|
|
149
|
+
'@oxfmt/binding-linux-arm64-musl@0.42.0':
|
|
150
|
+
resolution: {integrity: sha512-+JA0YMlSdDqmacygGi2REp57c3fN+tzARD8nwsukx9pkCHK+6DkbAA9ojS4lNKsiBjIW8WWa0pBrBWhdZEqfuw==}
|
|
151
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
152
|
+
cpu: [arm64]
|
|
153
|
+
os: [linux]
|
|
154
|
+
libc: [musl]
|
|
155
|
+
|
|
156
|
+
'@oxfmt/binding-linux-ppc64-gnu@0.42.0':
|
|
157
|
+
resolution: {integrity: sha512-VfnET0j4Y5mdfCzh5gBt0NK28lgn5DKx+8WgSMLYYeSooHhohdbzwAStLki9pNuGy51y4I7IoW8bqwAaCMiJQg==}
|
|
158
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
159
|
+
cpu: [ppc64]
|
|
160
|
+
os: [linux]
|
|
161
|
+
libc: [glibc]
|
|
162
|
+
|
|
163
|
+
'@oxfmt/binding-linux-riscv64-gnu@0.42.0':
|
|
164
|
+
resolution: {integrity: sha512-gVlCbmBkB0fxBWbhBj9rcxezPydsQHf4MFKeHoTSPicOQ+8oGeTQgQ8EeesSybWeiFPVRx3bgdt4IJnH6nOjAA==}
|
|
165
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
166
|
+
cpu: [riscv64]
|
|
167
|
+
os: [linux]
|
|
168
|
+
libc: [glibc]
|
|
169
|
+
|
|
170
|
+
'@oxfmt/binding-linux-riscv64-musl@0.42.0':
|
|
171
|
+
resolution: {integrity: sha512-zN5OfstL0avgt/IgvRu0zjQzVh/EPkcLzs33E9LMAzpqlLWiPWeMDZyMGFlSRGOdDjuNmlZBCgj0pFnK5u32TQ==}
|
|
172
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
173
|
+
cpu: [riscv64]
|
|
174
|
+
os: [linux]
|
|
175
|
+
libc: [musl]
|
|
176
|
+
|
|
177
|
+
'@oxfmt/binding-linux-s390x-gnu@0.42.0':
|
|
178
|
+
resolution: {integrity: sha512-9X6+H2L0qMc2sCAgO9HS03bkGLMKvOFjmEdchaFlany3vNZOjnVui//D8k/xZAtQv2vaCs1reD5KAgPoIU4msA==}
|
|
179
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
180
|
+
cpu: [s390x]
|
|
181
|
+
os: [linux]
|
|
182
|
+
libc: [glibc]
|
|
183
|
+
|
|
184
|
+
'@oxfmt/binding-linux-x64-gnu@0.42.0':
|
|
185
|
+
resolution: {integrity: sha512-BajxJ6KQvMMdpXGPWhBGyjb2Jvx4uec0w+wi6TJZ6Tv7+MzPwe0pO8g5h1U0jyFgoaF7mDl6yKPW3ykWcbUJRw==}
|
|
186
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
187
|
+
cpu: [x64]
|
|
188
|
+
os: [linux]
|
|
189
|
+
libc: [glibc]
|
|
190
|
+
|
|
191
|
+
'@oxfmt/binding-linux-x64-musl@0.42.0':
|
|
192
|
+
resolution: {integrity: sha512-0wV284I6vc5f0AqAhgAbHU2935B4bVpncPoe5n/WzVZY/KnHgqxC8iSFGeSyLWEgstFboIcWkOPck7tqbdHkzA==}
|
|
193
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
194
|
+
cpu: [x64]
|
|
195
|
+
os: [linux]
|
|
196
|
+
libc: [musl]
|
|
197
|
+
|
|
198
|
+
'@oxfmt/binding-openharmony-arm64@0.42.0':
|
|
199
|
+
resolution: {integrity: sha512-p4BG6HpGnhfgHk1rzZfyR6zcWkE7iLrWxyehHfXUy4Qa5j3e0roglFOdP/Nj5cJJ58MA3isQ5dlfkW2nNEpolw==}
|
|
200
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
201
|
+
cpu: [arm64]
|
|
202
|
+
os: [openharmony]
|
|
203
|
+
|
|
204
|
+
'@oxfmt/binding-win32-arm64-msvc@0.42.0':
|
|
205
|
+
resolution: {integrity: sha512-mn//WV60A+IetORDxYieYGAoQso4KnVRRjORDewMcod4irlRe0OSC7YPhhwaexYNPQz/GCFk+v9iUcZ2W22yxQ==}
|
|
206
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
207
|
+
cpu: [arm64]
|
|
208
|
+
os: [win32]
|
|
209
|
+
|
|
210
|
+
'@oxfmt/binding-win32-ia32-msvc@0.42.0':
|
|
211
|
+
resolution: {integrity: sha512-3gWltUrvuz4LPJXWivoAxZ28Of2O4N7OGuM5/X3ubPXCEV8hmgECLZzjz7UYvSDUS3grfdccQwmjynm+51EFpw==}
|
|
212
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
213
|
+
cpu: [ia32]
|
|
214
|
+
os: [win32]
|
|
215
|
+
|
|
216
|
+
'@oxfmt/binding-win32-x64-msvc@0.42.0':
|
|
217
|
+
resolution: {integrity: sha512-Wg4TMAfQRL9J9AZevJ/ZNy3uyyDztDYQtGr4P8UyyzIhLhFrdSmz1J/9JT+rv0fiCDLaFOBQnj3f3K3+a5PzDQ==}
|
|
218
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
219
|
+
cpu: [x64]
|
|
220
|
+
os: [win32]
|
|
221
|
+
|
|
222
|
+
'@oxlint/binding-android-arm-eabi@1.57.0':
|
|
223
|
+
resolution: {integrity: sha512-C7EiyfAJG4B70496eV543nKiq5cH0o/xIh/ufbjQz3SIvHhlDDsyn+mRFh+aW8KskTyUpyH2LGWL8p2oN6bl1A==}
|
|
224
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
225
|
+
cpu: [arm]
|
|
226
|
+
os: [android]
|
|
227
|
+
|
|
228
|
+
'@oxlint/binding-android-arm64@1.57.0':
|
|
229
|
+
resolution: {integrity: sha512-9i80AresjZ/FZf5xK8tKFbhQnijD4s1eOZw6/FHUwD59HEZbVLRc2C88ADYJfLZrF5XofWDiRX/Ja9KefCLy7w==}
|
|
230
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
231
|
+
cpu: [arm64]
|
|
232
|
+
os: [android]
|
|
233
|
+
|
|
234
|
+
'@oxlint/binding-darwin-arm64@1.57.0':
|
|
235
|
+
resolution: {integrity: sha512-0eUfhRz5L2yKa9I8k3qpyl37XK3oBS5BvrgdVIx599WZK63P8sMbg+0s4IuxmIiZuBK68Ek+Z+gcKgeYf0otsg==}
|
|
236
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
237
|
+
cpu: [arm64]
|
|
238
|
+
os: [darwin]
|
|
239
|
+
|
|
240
|
+
'@oxlint/binding-darwin-x64@1.57.0':
|
|
241
|
+
resolution: {integrity: sha512-UvrSuzBaYOue+QMAcuDITe0k/Vhj6KZGjfnI6x+NkxBTke/VoM7ZisaxgNY0LWuBkTnd1OmeQfEQdQ48fRjkQg==}
|
|
242
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
243
|
+
cpu: [x64]
|
|
244
|
+
os: [darwin]
|
|
245
|
+
|
|
246
|
+
'@oxlint/binding-freebsd-x64@1.57.0':
|
|
247
|
+
resolution: {integrity: sha512-wtQq0dCoiw4bUwlsNVDJJ3pxJA218fOezpgtLKrbQqUtQJcM9yP8z+I9fu14aHg0uyAxIY+99toL6uBa2r7nxA==}
|
|
248
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
249
|
+
cpu: [x64]
|
|
250
|
+
os: [freebsd]
|
|
251
|
+
|
|
252
|
+
'@oxlint/binding-linux-arm-gnueabihf@1.57.0':
|
|
253
|
+
resolution: {integrity: sha512-qxFWl2BBBFcT4djKa+OtMdnLgoHEJXpqjyGwz8OhW35ImoCwR5qtAGqApNYce5260FQqoAHW8S8eZTjiX67Tsg==}
|
|
254
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
255
|
+
cpu: [arm]
|
|
256
|
+
os: [linux]
|
|
257
|
+
|
|
258
|
+
'@oxlint/binding-linux-arm-musleabihf@1.57.0':
|
|
259
|
+
resolution: {integrity: sha512-SQoIsBU7J0bDW15/f0/RvxHfY3Y0+eB/caKBQtNFbuerTiA6JCYx9P1MrrFTwY2dTm/lMgTSgskvCEYk2AtG/Q==}
|
|
260
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
261
|
+
cpu: [arm]
|
|
262
|
+
os: [linux]
|
|
263
|
+
|
|
264
|
+
'@oxlint/binding-linux-arm64-gnu@1.57.0':
|
|
265
|
+
resolution: {integrity: sha512-jqxYd1W6WMeozsCmqe9Rzbu3SRrGTyGDAipRlRggetyYbUksJqJKvUNTQtZR/KFoJPb+grnSm5SHhdWrywv3RQ==}
|
|
266
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
267
|
+
cpu: [arm64]
|
|
268
|
+
os: [linux]
|
|
269
|
+
libc: [glibc]
|
|
270
|
+
|
|
271
|
+
'@oxlint/binding-linux-arm64-musl@1.57.0':
|
|
272
|
+
resolution: {integrity: sha512-i66WyEPVEvq9bxRUCJ/MP5EBfnTDN3nhwEdFZFTO5MmLLvzngfWEG3NSdXQzTT3vk5B9i6C2XSIYBh+aG6uqyg==}
|
|
273
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
274
|
+
cpu: [arm64]
|
|
275
|
+
os: [linux]
|
|
276
|
+
libc: [musl]
|
|
277
|
+
|
|
278
|
+
'@oxlint/binding-linux-ppc64-gnu@1.57.0':
|
|
279
|
+
resolution: {integrity: sha512-oMZDCwz4NobclZU3pH+V1/upVlJZiZvne4jQP+zhJwt+lmio4XXr4qG47CehvrW1Lx2YZiIHuxM2D4YpkG3KVA==}
|
|
280
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
281
|
+
cpu: [ppc64]
|
|
282
|
+
os: [linux]
|
|
283
|
+
libc: [glibc]
|
|
284
|
+
|
|
285
|
+
'@oxlint/binding-linux-riscv64-gnu@1.57.0':
|
|
286
|
+
resolution: {integrity: sha512-uoBnjJ3MMEBbfnWC1jSFr7/nSCkcQYa72NYoNtLl1imshDnWSolYCjzb8LVCwYCCfLJXD+0gBLD7fyC14c0+0g==}
|
|
287
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
288
|
+
cpu: [riscv64]
|
|
289
|
+
os: [linux]
|
|
290
|
+
libc: [glibc]
|
|
291
|
+
|
|
292
|
+
'@oxlint/binding-linux-riscv64-musl@1.57.0':
|
|
293
|
+
resolution: {integrity: sha512-BdrwD7haPZ8a9KrZhKJRSj6jwCor+Z8tHFZ3PT89Y3Jq5v3LfMfEePeAmD0LOTWpiTmzSzdmyw9ijneapiVHKQ==}
|
|
294
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
295
|
+
cpu: [riscv64]
|
|
296
|
+
os: [linux]
|
|
297
|
+
libc: [musl]
|
|
298
|
+
|
|
299
|
+
'@oxlint/binding-linux-s390x-gnu@1.57.0':
|
|
300
|
+
resolution: {integrity: sha512-BNs+7ZNsRstVg2tpNxAXfMX/Iv5oZh204dVyb8Z37+/gCh+yZqNTlg6YwCLIMPSk5wLWIGOaQjT0GUOahKYImw==}
|
|
301
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
302
|
+
cpu: [s390x]
|
|
303
|
+
os: [linux]
|
|
304
|
+
libc: [glibc]
|
|
305
|
+
|
|
306
|
+
'@oxlint/binding-linux-x64-gnu@1.57.0':
|
|
307
|
+
resolution: {integrity: sha512-AghS18w+XcENcAX0+BQGLiqjpqpaxKJa4cWWP0OWNLacs27vHBxu7TYkv9LUSGe5w8lOJHeMxcYfZNOAPqw2bg==}
|
|
308
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
309
|
+
cpu: [x64]
|
|
310
|
+
os: [linux]
|
|
311
|
+
libc: [glibc]
|
|
312
|
+
|
|
313
|
+
'@oxlint/binding-linux-x64-musl@1.57.0':
|
|
314
|
+
resolution: {integrity: sha512-E/FV3GB8phu/Rpkhz5T96hAiJlGzn91qX5yj5gU754P5cmVGXY1Jw/VSjDSlZBCY3VHjsVLdzgdkJaomEmcNOg==}
|
|
315
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
316
|
+
cpu: [x64]
|
|
317
|
+
os: [linux]
|
|
318
|
+
libc: [musl]
|
|
319
|
+
|
|
320
|
+
'@oxlint/binding-openharmony-arm64@1.57.0':
|
|
321
|
+
resolution: {integrity: sha512-xvZ2yZt0nUVfU14iuGv3V25jpr9pov5N0Wr28RXnHFxHCRxNDMtYPHV61gGLhN9IlXM96gI4pyYpLSJC5ClLCQ==}
|
|
322
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
323
|
+
cpu: [arm64]
|
|
324
|
+
os: [openharmony]
|
|
325
|
+
|
|
326
|
+
'@oxlint/binding-win32-arm64-msvc@1.57.0':
|
|
327
|
+
resolution: {integrity: sha512-Z4D8Pd0AyHBKeazhdIXeUUy5sIS3Mo0veOlzlDECg6PhRRKgEsBJCCV1n+keUZtQ04OP+i7+itS3kOykUyNhDg==}
|
|
328
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
329
|
+
cpu: [arm64]
|
|
330
|
+
os: [win32]
|
|
331
|
+
|
|
332
|
+
'@oxlint/binding-win32-ia32-msvc@1.57.0':
|
|
333
|
+
resolution: {integrity: sha512-StOZ9nFMVKvevicbQfql6Pouu9pgbeQnu60Fvhz2S6yfMaii+wnueLnqQ5I1JPgNF0Syew4voBlAaHD13wH6tw==}
|
|
334
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
335
|
+
cpu: [ia32]
|
|
336
|
+
os: [win32]
|
|
337
|
+
|
|
338
|
+
'@oxlint/binding-win32-x64-msvc@1.57.0':
|
|
339
|
+
resolution: {integrity: sha512-6PuxhYgth8TuW0+ABPOIkGdBYw+qYGxgIdXPHSVpiCDm+hqTTWCmC739St1Xni0DJBt8HnSHTG67i1y6gr8qrA==}
|
|
340
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
341
|
+
cpu: [x64]
|
|
342
|
+
os: [win32]
|
|
343
|
+
|
|
344
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.12':
|
|
345
|
+
resolution: {integrity: sha512-pv1y2Fv0JybcykuiiD3qBOBdz6RteYojRFY1d+b95WVuzx211CRh+ytI/+9iVyWQ6koTh5dawe4S/yRfOFjgaA==}
|
|
346
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
347
|
+
cpu: [arm64]
|
|
348
|
+
os: [android]
|
|
349
|
+
|
|
350
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.12':
|
|
351
|
+
resolution: {integrity: sha512-cFYr6zTG/3PXXF3pUO+umXxt1wkRK/0AYT8lDwuqvRC+LuKYWSAQAQZjCWDQpAH172ZV6ieYrNnFzVVcnSflAg==}
|
|
352
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
353
|
+
cpu: [arm64]
|
|
354
|
+
os: [darwin]
|
|
355
|
+
|
|
356
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.12':
|
|
357
|
+
resolution: {integrity: sha512-ZCsYknnHzeXYps0lGBz8JrF37GpE9bFVefrlmDrAQhOEi4IOIlcoU1+FwHEtyXGx2VkYAvhu7dyBf75EJQffBw==}
|
|
358
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
359
|
+
cpu: [x64]
|
|
360
|
+
os: [darwin]
|
|
361
|
+
|
|
362
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.12':
|
|
363
|
+
resolution: {integrity: sha512-dMLeprcVsyJsKolRXyoTH3NL6qtsT0Y2xeuEA8WQJquWFXkEC4bcu1rLZZSnZRMtAqwtrF/Ib9Ddtpa/Gkge9Q==}
|
|
364
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
365
|
+
cpu: [x64]
|
|
366
|
+
os: [freebsd]
|
|
367
|
+
|
|
368
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12':
|
|
369
|
+
resolution: {integrity: sha512-YqWjAgGC/9M1lz3GR1r1rP79nMgo3mQiiA+Hfo+pvKFK1fAJ1bCi0ZQVh8noOqNacuY1qIcfyVfP6HoyBRZ85Q==}
|
|
370
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
371
|
+
cpu: [arm]
|
|
372
|
+
os: [linux]
|
|
373
|
+
|
|
374
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12':
|
|
375
|
+
resolution: {integrity: sha512-/I5AS4cIroLpslsmzXfwbe5OmWvSsrFuEw3mwvbQ1kDxJ822hFHIx+vsN/TAzNVyepI/j/GSzrtCIwQPeKCLIg==}
|
|
376
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
377
|
+
cpu: [arm64]
|
|
378
|
+
os: [linux]
|
|
379
|
+
libc: [glibc]
|
|
380
|
+
|
|
381
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.12':
|
|
382
|
+
resolution: {integrity: sha512-V6/wZztnBqlx5hJQqNWwFdxIKN0m38p8Jas+VoSfgH54HSj9tKTt1dZvG6JRHcjh6D7TvrJPWFGaY9UBVOaWPw==}
|
|
383
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
384
|
+
cpu: [arm64]
|
|
385
|
+
os: [linux]
|
|
386
|
+
libc: [musl]
|
|
387
|
+
|
|
388
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12':
|
|
389
|
+
resolution: {integrity: sha512-AP3E9BpcUYliZCxa3w5Kwj9OtEVDYK6sVoUzy4vTOJsjPOgdaJZKFmN4oOlX0Wp0RPV2ETfmIra9x1xuayFB7g==}
|
|
390
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
391
|
+
cpu: [ppc64]
|
|
392
|
+
os: [linux]
|
|
393
|
+
libc: [glibc]
|
|
394
|
+
|
|
395
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12':
|
|
396
|
+
resolution: {integrity: sha512-nWwpvUSPkoFmZo0kQazZYOrT7J5DGOJ/+QHHzjvNlooDZED8oH82Yg67HvehPPLAg5fUff7TfWFHQS8IV1n3og==}
|
|
397
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
398
|
+
cpu: [s390x]
|
|
399
|
+
os: [linux]
|
|
400
|
+
libc: [glibc]
|
|
401
|
+
|
|
402
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.12':
|
|
403
|
+
resolution: {integrity: sha512-RNrafz5bcwRy+O9e6P8Z/OCAJW/A+qtBczIqVYwTs14pf4iV1/+eKEjdOUta93q2TsT/FI0XYDP3TCky38LMAg==}
|
|
404
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
405
|
+
cpu: [x64]
|
|
406
|
+
os: [linux]
|
|
407
|
+
libc: [glibc]
|
|
408
|
+
|
|
409
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.12':
|
|
410
|
+
resolution: {integrity: sha512-Jpw/0iwoKWx3LJ2rc1yjFrj+T7iHZn2JDg1Yny1ma0luviFS4mhAIcd1LFNxK3EYu3DHWCps0ydXQ5i/rrJ2ig==}
|
|
411
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
412
|
+
cpu: [x64]
|
|
413
|
+
os: [linux]
|
|
414
|
+
libc: [musl]
|
|
415
|
+
|
|
416
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.12':
|
|
417
|
+
resolution: {integrity: sha512-vRugONE4yMfVn0+7lUKdKvN4D5YusEiPilaoO2sgUWpCvrncvWgPMzK00ZFFJuiPgLwgFNP5eSiUlv2tfc+lpA==}
|
|
418
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
419
|
+
cpu: [arm64]
|
|
420
|
+
os: [openharmony]
|
|
421
|
+
|
|
422
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.12':
|
|
423
|
+
resolution: {integrity: sha512-ykGiLr/6kkiHc0XnBfmFJuCjr5ZYKKofkx+chJWDjitX+KsJuAmrzWhwyOMSHzPhzOHOy7u9HlFoa5MoAOJ/Zg==}
|
|
424
|
+
engines: {node: '>=14.0.0'}
|
|
425
|
+
cpu: [wasm32]
|
|
426
|
+
|
|
427
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12':
|
|
428
|
+
resolution: {integrity: sha512-5eOND4duWkwx1AzCxadcOrNeighiLwMInEADT0YM7xeEOOFcovWZCq8dadXgcRHSf3Ulh1kFo/qvzoFiCLOL1Q==}
|
|
429
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
430
|
+
cpu: [arm64]
|
|
431
|
+
os: [win32]
|
|
432
|
+
|
|
433
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.12':
|
|
434
|
+
resolution: {integrity: sha512-PyqoipaswDLAZtot351MLhrlrh6lcZPo2LSYE+VDxbVk24LVKAGOuE4hb8xZQmrPAuEtTZW8E6D2zc5EUZX4Lw==}
|
|
435
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
436
|
+
cpu: [x64]
|
|
437
|
+
os: [win32]
|
|
438
|
+
|
|
439
|
+
'@rolldown/pluginutils@1.0.0-rc.12':
|
|
440
|
+
resolution: {integrity: sha512-HHMwmarRKvoFsJorqYlFeFRzXZqCt2ETQlEDOb9aqssrnVBB1/+xgTGtuTrIk5vzLNX1MjMtTf7W9z3tsSbrxw==}
|
|
441
|
+
|
|
442
|
+
'@rue-js/jsx-dev-runtime@0.0.30':
|
|
443
|
+
resolution: {integrity: sha512-GdqrDFa8KnZm2xRg869FVOtiTPh/tzuIi70zGTwJGgAhQ9iCmuGsZy2Rs7Ay2ksXY5GwZ5i190UinCK1rmMU1A==}
|
|
444
|
+
|
|
445
|
+
'@rue-js/jsx-runtime@0.0.30':
|
|
446
|
+
resolution: {integrity: sha512-BFbgC5Rkd7ksRVtWnAuW+jdGwOcELwViYziQB4yMquGh6bZwre5y0wXiSHfNxE0VBRHnim4GtqmXzCz1FpC6rA==}
|
|
447
|
+
|
|
448
|
+
'@rue-js/router@0.0.30':
|
|
449
|
+
resolution: {integrity: sha512-P//uoQb1KA/FH1yWsCVxf2sJ/fSJuIx9X+awvTneRRiAvqk5f6bwDiITIcUqdv1zah1/oSdqFr/6HkBpC5N/EA==}
|
|
450
|
+
|
|
451
|
+
'@rue-js/rue@0.0.30':
|
|
452
|
+
resolution: {integrity: sha512-4My32Iq3NGASiroKdLvskx46MiOx1ofbnyCTtBqUJ331G/Fosq2CxMPF6K0RfPV6VDAiCM0OhBBLgyHPhBDBEA==}
|
|
453
|
+
peerDependencies:
|
|
454
|
+
typescript: '*'
|
|
455
|
+
peerDependenciesMeta:
|
|
456
|
+
typescript:
|
|
457
|
+
optional: true
|
|
458
|
+
|
|
459
|
+
'@rue-js/runtime-vapor@0.0.30':
|
|
460
|
+
resolution: {integrity: sha512-4IyNTaRRdq5VdWF7dIGaiGUyHGat+ByJdyZUOVSYuBpQUbiNn7uXCZB6GJ6/eu8N4vw0uqbChzb3VI6Avi71ZA==}
|
|
461
|
+
|
|
462
|
+
'@rue-js/runtime@0.0.30':
|
|
463
|
+
resolution: {integrity: sha512-iGlbhmrKFxBdPxF+J5XAprLHE6rqwJqNo5dEhhGlrpKB7rsqEl7F/kRzo7tjtRIXArjrIISlnlTqO+kZjpwMVQ==}
|
|
464
|
+
|
|
465
|
+
'@rue-js/shared@0.0.30':
|
|
466
|
+
resolution: {integrity: sha512-FVKcUNOIvtkN6CuHvi6478ZXXbJFHwU7LakNERKtKS70mfTAek2HZy2NfMMmeATGOGZmSdJJA8Agjvn7AwzElQ==}
|
|
467
|
+
|
|
468
|
+
'@rue-js/swc-plugin-rue@0.0.30':
|
|
469
|
+
resolution: {integrity: sha512-jIR6KcdAiF6abKwn4q8/wLpDGw5t+9MgeACKOxTUuYTSOnSVKQtCafTxupaEolp84QEN+0rTC/1Jg1gfOQ/DEQ==}
|
|
470
|
+
|
|
471
|
+
'@rue-js/vite-plugin-rue@0.0.30':
|
|
472
|
+
resolution: {integrity: sha512-BubpAcj/HVEyfoLTAkKBRZa/tz8cg/BHhWTcqZ2ZfOi8GPV1esaV+7P4qL7S4SuEhYkSHxV9C42huv9d4WDLKA==}
|
|
473
|
+
|
|
474
|
+
'@swc/core-darwin-arm64@1.15.21':
|
|
475
|
+
resolution: {integrity: sha512-SA8SFg9dp0qKRH8goWsax6bptFE2EdmPf2YRAQW9WoHGf3XKM1bX0nd5UdwxmC5hXsBUZAYf7xSciCler6/oyA==}
|
|
476
|
+
engines: {node: '>=10'}
|
|
477
|
+
cpu: [arm64]
|
|
478
|
+
os: [darwin]
|
|
479
|
+
|
|
480
|
+
'@swc/core-darwin-x64@1.15.21':
|
|
481
|
+
resolution: {integrity: sha512-//fOVntgowz9+V90lVsNCtyyrtbHp3jWH6Rch7MXHXbcvbLmbCTmssl5DeedUWLLGiAAW1wksBdqdGYOTjaNLw==}
|
|
482
|
+
engines: {node: '>=10'}
|
|
483
|
+
cpu: [x64]
|
|
484
|
+
os: [darwin]
|
|
485
|
+
|
|
486
|
+
'@swc/core-linux-arm-gnueabihf@1.15.21':
|
|
487
|
+
resolution: {integrity: sha512-meNI4Sh6h9h8DvIfEc0l5URabYMSuNvyisLmG6vnoYAS43s8ON3NJR8sDHvdP7NJTrLe0q/x2XCn6yL/BeHcZg==}
|
|
488
|
+
engines: {node: '>=10'}
|
|
489
|
+
cpu: [arm]
|
|
490
|
+
os: [linux]
|
|
491
|
+
|
|
492
|
+
'@swc/core-linux-arm64-gnu@1.15.21':
|
|
493
|
+
resolution: {integrity: sha512-QrXlNQnHeXqU2EzLlnsPoWEh8/GtNJLvfMiPsDhk+ht6Xv8+vhvZ5YZ/BokNWSIZiWPKLAqR0M7T92YF5tmD3g==}
|
|
494
|
+
engines: {node: '>=10'}
|
|
495
|
+
cpu: [arm64]
|
|
496
|
+
os: [linux]
|
|
497
|
+
libc: [glibc]
|
|
498
|
+
|
|
499
|
+
'@swc/core-linux-arm64-musl@1.15.21':
|
|
500
|
+
resolution: {integrity: sha512-8/yGCMO333ultDaMQivE5CjO6oXDPeeg1IV4sphojPkb0Pv0i6zvcRIkgp60xDB+UxLr6VgHgt+BBgqS959E9g==}
|
|
501
|
+
engines: {node: '>=10'}
|
|
502
|
+
cpu: [arm64]
|
|
503
|
+
os: [linux]
|
|
504
|
+
libc: [musl]
|
|
505
|
+
|
|
506
|
+
'@swc/core-linux-ppc64-gnu@1.15.21':
|
|
507
|
+
resolution: {integrity: sha512-ucW0HzPx0s1dgRvcvuLSPSA/2Kk/VYTv9st8qe1Kc22Gu0Q0rH9+6TcBTmMuNIp0Xs4BPr1uBttmbO1wEGI49Q==}
|
|
508
|
+
engines: {node: '>=10'}
|
|
509
|
+
cpu: [ppc64]
|
|
510
|
+
os: [linux]
|
|
511
|
+
libc: [glibc]
|
|
512
|
+
|
|
513
|
+
'@swc/core-linux-s390x-gnu@1.15.21':
|
|
514
|
+
resolution: {integrity: sha512-ulTnOGc5I7YRObE/9NreAhQg94QkiR5qNhhcUZ1iFAYjzg/JGAi1ch+s/Ixe61pMIr8bfVrF0NOaB0f8wjaAfA==}
|
|
515
|
+
engines: {node: '>=10'}
|
|
516
|
+
cpu: [s390x]
|
|
517
|
+
os: [linux]
|
|
518
|
+
libc: [glibc]
|
|
519
|
+
|
|
520
|
+
'@swc/core-linux-x64-gnu@1.15.21':
|
|
521
|
+
resolution: {integrity: sha512-D0RokxtM+cPvSqJIKR6uja4hbD+scI9ezo95mBhfSyLUs9wnPPl26sLp1ZPR/EXRdYm3F3S6RUtVi+8QXhT24Q==}
|
|
522
|
+
engines: {node: '>=10'}
|
|
523
|
+
cpu: [x64]
|
|
524
|
+
os: [linux]
|
|
525
|
+
libc: [glibc]
|
|
526
|
+
|
|
527
|
+
'@swc/core-linux-x64-musl@1.15.21':
|
|
528
|
+
resolution: {integrity: sha512-nER8u7VeRfmU6fMDzl1NQAbbB/G7O2avmvCOwIul1uGkZ2/acbPH+DCL9h5+0yd/coNcxMBTL6NGepIew+7C2w==}
|
|
529
|
+
engines: {node: '>=10'}
|
|
530
|
+
cpu: [x64]
|
|
531
|
+
os: [linux]
|
|
532
|
+
libc: [musl]
|
|
533
|
+
|
|
534
|
+
'@swc/core-win32-arm64-msvc@1.15.21':
|
|
535
|
+
resolution: {integrity: sha512-+/AgNBnjYugUA8C0Do4YzymgvnGbztv7j8HKSQLvR/DQgZPoXQ2B3PqB2mTtGh/X5DhlJWiqnunN35JUgWcAeQ==}
|
|
536
|
+
engines: {node: '>=10'}
|
|
537
|
+
cpu: [arm64]
|
|
538
|
+
os: [win32]
|
|
539
|
+
|
|
540
|
+
'@swc/core-win32-ia32-msvc@1.15.21':
|
|
541
|
+
resolution: {integrity: sha512-IkSZj8PX/N4HcaFhMQtzmkV8YSnuNoJ0E6OvMwFiOfejPhiKXvl7CdDsn1f4/emYEIDO3fpgZW9DTaCRMDxaDA==}
|
|
542
|
+
engines: {node: '>=10'}
|
|
543
|
+
cpu: [ia32]
|
|
544
|
+
os: [win32]
|
|
545
|
+
|
|
546
|
+
'@swc/core-win32-x64-msvc@1.15.21':
|
|
547
|
+
resolution: {integrity: sha512-zUyWso7OOENB6e1N1hNuNn8vbvLsTdKQ5WKLgt/JcBNfJhKy/6jmBmqI3GXk/MyvQKd5SLvP7A0F36p7TeDqvw==}
|
|
548
|
+
engines: {node: '>=10'}
|
|
549
|
+
cpu: [x64]
|
|
550
|
+
os: [win32]
|
|
551
|
+
|
|
552
|
+
'@swc/core@1.15.21':
|
|
553
|
+
resolution: {integrity: sha512-fkk7NJcBscrR3/F8jiqlMptRHP650NxqDnspBMrRe5d8xOoCy9MLL5kOBLFXjFLfMo3KQQHhk+/jUULOMlR1uQ==}
|
|
554
|
+
engines: {node: '>=10'}
|
|
555
|
+
peerDependencies:
|
|
556
|
+
'@swc/helpers': '>=0.5.17'
|
|
557
|
+
peerDependenciesMeta:
|
|
558
|
+
'@swc/helpers':
|
|
559
|
+
optional: true
|
|
560
|
+
|
|
561
|
+
'@swc/counter@0.1.3':
|
|
562
|
+
resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
|
|
563
|
+
|
|
564
|
+
'@swc/types@0.1.26':
|
|
565
|
+
resolution: {integrity: sha512-lyMwd7WGgG79RS7EERZV3T8wMdmPq3xwyg+1nmAM64kIhx5yl+juO2PYIHb7vTiPgPCj8LYjsNV2T5wiQHUEaw==}
|
|
566
|
+
|
|
567
|
+
'@tailwindcss/node@4.2.2':
|
|
568
|
+
resolution: {integrity: sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==}
|
|
569
|
+
|
|
570
|
+
'@tailwindcss/oxide-android-arm64@4.2.2':
|
|
571
|
+
resolution: {integrity: sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==}
|
|
572
|
+
engines: {node: '>= 20'}
|
|
573
|
+
cpu: [arm64]
|
|
574
|
+
os: [android]
|
|
575
|
+
|
|
576
|
+
'@tailwindcss/oxide-darwin-arm64@4.2.2':
|
|
577
|
+
resolution: {integrity: sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==}
|
|
578
|
+
engines: {node: '>= 20'}
|
|
579
|
+
cpu: [arm64]
|
|
580
|
+
os: [darwin]
|
|
581
|
+
|
|
582
|
+
'@tailwindcss/oxide-darwin-x64@4.2.2':
|
|
583
|
+
resolution: {integrity: sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==}
|
|
584
|
+
engines: {node: '>= 20'}
|
|
585
|
+
cpu: [x64]
|
|
586
|
+
os: [darwin]
|
|
587
|
+
|
|
588
|
+
'@tailwindcss/oxide-freebsd-x64@4.2.2':
|
|
589
|
+
resolution: {integrity: sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==}
|
|
590
|
+
engines: {node: '>= 20'}
|
|
591
|
+
cpu: [x64]
|
|
592
|
+
os: [freebsd]
|
|
593
|
+
|
|
594
|
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2':
|
|
595
|
+
resolution: {integrity: sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==}
|
|
596
|
+
engines: {node: '>= 20'}
|
|
597
|
+
cpu: [arm]
|
|
598
|
+
os: [linux]
|
|
599
|
+
|
|
600
|
+
'@tailwindcss/oxide-linux-arm64-gnu@4.2.2':
|
|
601
|
+
resolution: {integrity: sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==}
|
|
602
|
+
engines: {node: '>= 20'}
|
|
603
|
+
cpu: [arm64]
|
|
604
|
+
os: [linux]
|
|
605
|
+
libc: [glibc]
|
|
606
|
+
|
|
607
|
+
'@tailwindcss/oxide-linux-arm64-musl@4.2.2':
|
|
608
|
+
resolution: {integrity: sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==}
|
|
609
|
+
engines: {node: '>= 20'}
|
|
610
|
+
cpu: [arm64]
|
|
611
|
+
os: [linux]
|
|
612
|
+
libc: [musl]
|
|
613
|
+
|
|
614
|
+
'@tailwindcss/oxide-linux-x64-gnu@4.2.2':
|
|
615
|
+
resolution: {integrity: sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==}
|
|
616
|
+
engines: {node: '>= 20'}
|
|
617
|
+
cpu: [x64]
|
|
618
|
+
os: [linux]
|
|
619
|
+
libc: [glibc]
|
|
620
|
+
|
|
621
|
+
'@tailwindcss/oxide-linux-x64-musl@4.2.2':
|
|
622
|
+
resolution: {integrity: sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==}
|
|
623
|
+
engines: {node: '>= 20'}
|
|
624
|
+
cpu: [x64]
|
|
625
|
+
os: [linux]
|
|
626
|
+
libc: [musl]
|
|
627
|
+
|
|
628
|
+
'@tailwindcss/oxide-wasm32-wasi@4.2.2':
|
|
629
|
+
resolution: {integrity: sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==}
|
|
630
|
+
engines: {node: '>=14.0.0'}
|
|
631
|
+
cpu: [wasm32]
|
|
632
|
+
bundledDependencies:
|
|
633
|
+
- '@napi-rs/wasm-runtime'
|
|
634
|
+
- '@emnapi/core'
|
|
635
|
+
- '@emnapi/runtime'
|
|
636
|
+
- '@tybys/wasm-util'
|
|
637
|
+
- '@emnapi/wasi-threads'
|
|
638
|
+
- tslib
|
|
639
|
+
|
|
640
|
+
'@tailwindcss/oxide-win32-arm64-msvc@4.2.2':
|
|
641
|
+
resolution: {integrity: sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==}
|
|
642
|
+
engines: {node: '>= 20'}
|
|
643
|
+
cpu: [arm64]
|
|
644
|
+
os: [win32]
|
|
645
|
+
|
|
646
|
+
'@tailwindcss/oxide-win32-x64-msvc@4.2.2':
|
|
647
|
+
resolution: {integrity: sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==}
|
|
648
|
+
engines: {node: '>= 20'}
|
|
649
|
+
cpu: [x64]
|
|
650
|
+
os: [win32]
|
|
651
|
+
|
|
652
|
+
'@tailwindcss/oxide@4.2.2':
|
|
653
|
+
resolution: {integrity: sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==}
|
|
654
|
+
engines: {node: '>= 20'}
|
|
655
|
+
|
|
656
|
+
'@tailwindcss/typography@0.5.19':
|
|
657
|
+
resolution: {integrity: sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==}
|
|
658
|
+
peerDependencies:
|
|
659
|
+
tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
|
|
660
|
+
|
|
661
|
+
'@tailwindcss/vite@4.2.2':
|
|
662
|
+
resolution: {integrity: sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==}
|
|
663
|
+
peerDependencies:
|
|
664
|
+
vite: ^5.2.0 || ^6 || ^7 || ^8
|
|
665
|
+
|
|
666
|
+
'@tybys/wasm-util@0.10.1':
|
|
667
|
+
resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==}
|
|
668
|
+
|
|
669
|
+
'@types/node@24.12.0':
|
|
670
|
+
resolution: {integrity: sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==}
|
|
671
|
+
|
|
672
|
+
cssesc@3.0.0:
|
|
673
|
+
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
|
|
674
|
+
engines: {node: '>=4'}
|
|
675
|
+
hasBin: true
|
|
676
|
+
|
|
677
|
+
csstype@3.2.3:
|
|
678
|
+
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
679
|
+
|
|
680
|
+
daisyui@5.5.19:
|
|
681
|
+
resolution: {integrity: sha512-pbFAkl1VCEh/MPCeclKL61I/MqRIFFhNU7yiXoDDRapXN4/qNCoMxeCCswyxEEhqL5eiTTfwHvucFtOE71C9sA==}
|
|
682
|
+
|
|
683
|
+
detect-libc@2.1.2:
|
|
684
|
+
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
685
|
+
engines: {node: '>=8'}
|
|
686
|
+
|
|
687
|
+
enhanced-resolve@5.20.1:
|
|
688
|
+
resolution: {integrity: sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==}
|
|
689
|
+
engines: {node: '>=10.13.0'}
|
|
690
|
+
|
|
691
|
+
fdir@6.5.0:
|
|
692
|
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
693
|
+
engines: {node: '>=12.0.0'}
|
|
694
|
+
peerDependencies:
|
|
695
|
+
picomatch: ^3 || ^4
|
|
696
|
+
peerDependenciesMeta:
|
|
697
|
+
picomatch:
|
|
698
|
+
optional: true
|
|
699
|
+
|
|
700
|
+
fsevents@2.3.3:
|
|
701
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
702
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
703
|
+
os: [darwin]
|
|
704
|
+
|
|
705
|
+
graceful-fs@4.2.11:
|
|
706
|
+
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
707
|
+
|
|
708
|
+
jiti@2.6.1:
|
|
709
|
+
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
|
710
|
+
hasBin: true
|
|
711
|
+
|
|
712
|
+
lightningcss-android-arm64@1.32.0:
|
|
713
|
+
resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
|
|
714
|
+
engines: {node: '>= 12.0.0'}
|
|
715
|
+
cpu: [arm64]
|
|
716
|
+
os: [android]
|
|
717
|
+
|
|
718
|
+
lightningcss-darwin-arm64@1.32.0:
|
|
719
|
+
resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
|
|
720
|
+
engines: {node: '>= 12.0.0'}
|
|
721
|
+
cpu: [arm64]
|
|
722
|
+
os: [darwin]
|
|
723
|
+
|
|
724
|
+
lightningcss-darwin-x64@1.32.0:
|
|
725
|
+
resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
|
|
726
|
+
engines: {node: '>= 12.0.0'}
|
|
727
|
+
cpu: [x64]
|
|
728
|
+
os: [darwin]
|
|
729
|
+
|
|
730
|
+
lightningcss-freebsd-x64@1.32.0:
|
|
731
|
+
resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
|
|
732
|
+
engines: {node: '>= 12.0.0'}
|
|
733
|
+
cpu: [x64]
|
|
734
|
+
os: [freebsd]
|
|
735
|
+
|
|
736
|
+
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
737
|
+
resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
|
|
738
|
+
engines: {node: '>= 12.0.0'}
|
|
739
|
+
cpu: [arm]
|
|
740
|
+
os: [linux]
|
|
741
|
+
|
|
742
|
+
lightningcss-linux-arm64-gnu@1.32.0:
|
|
743
|
+
resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
|
|
744
|
+
engines: {node: '>= 12.0.0'}
|
|
745
|
+
cpu: [arm64]
|
|
746
|
+
os: [linux]
|
|
747
|
+
libc: [glibc]
|
|
748
|
+
|
|
749
|
+
lightningcss-linux-arm64-musl@1.32.0:
|
|
750
|
+
resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
|
|
751
|
+
engines: {node: '>= 12.0.0'}
|
|
752
|
+
cpu: [arm64]
|
|
753
|
+
os: [linux]
|
|
754
|
+
libc: [musl]
|
|
755
|
+
|
|
756
|
+
lightningcss-linux-x64-gnu@1.32.0:
|
|
757
|
+
resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
|
|
758
|
+
engines: {node: '>= 12.0.0'}
|
|
759
|
+
cpu: [x64]
|
|
760
|
+
os: [linux]
|
|
761
|
+
libc: [glibc]
|
|
762
|
+
|
|
763
|
+
lightningcss-linux-x64-musl@1.32.0:
|
|
764
|
+
resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
|
|
765
|
+
engines: {node: '>= 12.0.0'}
|
|
766
|
+
cpu: [x64]
|
|
767
|
+
os: [linux]
|
|
768
|
+
libc: [musl]
|
|
769
|
+
|
|
770
|
+
lightningcss-win32-arm64-msvc@1.32.0:
|
|
771
|
+
resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
|
|
772
|
+
engines: {node: '>= 12.0.0'}
|
|
773
|
+
cpu: [arm64]
|
|
774
|
+
os: [win32]
|
|
775
|
+
|
|
776
|
+
lightningcss-win32-x64-msvc@1.32.0:
|
|
777
|
+
resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
|
|
778
|
+
engines: {node: '>= 12.0.0'}
|
|
779
|
+
cpu: [x64]
|
|
780
|
+
os: [win32]
|
|
781
|
+
|
|
782
|
+
lightningcss@1.32.0:
|
|
783
|
+
resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
|
|
784
|
+
engines: {node: '>= 12.0.0'}
|
|
785
|
+
|
|
786
|
+
magic-string@0.30.21:
|
|
787
|
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
788
|
+
|
|
789
|
+
nanoid@3.3.11:
|
|
790
|
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
791
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
792
|
+
hasBin: true
|
|
793
|
+
|
|
794
|
+
oxfmt@0.42.0:
|
|
795
|
+
resolution: {integrity: sha512-QhejGErLSMReNuZ6vxgFHDyGoPbjTRNi6uGHjy0cvIjOQFqD6xmr/T+3L41ixR3NIgzcNiJ6ylQKpvShTgDfqg==}
|
|
796
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
797
|
+
hasBin: true
|
|
798
|
+
|
|
799
|
+
oxlint@1.57.0:
|
|
800
|
+
resolution: {integrity: sha512-DGFsuBX5MFZX9yiDdtKjTrYPq45CZ8Fft6qCltJITYZxfwYjVdGf/6wycGYTACloauwIPxUnYhBVeZbHvleGhw==}
|
|
801
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
802
|
+
hasBin: true
|
|
803
|
+
peerDependencies:
|
|
804
|
+
oxlint-tsgolint: '>=0.15.0'
|
|
805
|
+
peerDependenciesMeta:
|
|
806
|
+
oxlint-tsgolint:
|
|
807
|
+
optional: true
|
|
808
|
+
|
|
809
|
+
picocolors@1.1.1:
|
|
810
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
811
|
+
|
|
812
|
+
picomatch@4.0.4:
|
|
813
|
+
resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
|
|
814
|
+
engines: {node: '>=12'}
|
|
815
|
+
|
|
816
|
+
postcss-selector-parser@6.0.10:
|
|
817
|
+
resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
|
|
818
|
+
engines: {node: '>=4'}
|
|
819
|
+
|
|
820
|
+
postcss@8.5.8:
|
|
821
|
+
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
822
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
823
|
+
|
|
824
|
+
rolldown@1.0.0-rc.12:
|
|
825
|
+
resolution: {integrity: sha512-yP4USLIMYrwpPHEFB5JGH1uxhcslv6/hL0OyvTuY+3qlOSJvZ7ntYnoWpehBxufkgN0cvXxppuTu5hHa/zPh+A==}
|
|
826
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
827
|
+
hasBin: true
|
|
828
|
+
|
|
829
|
+
source-map-js@1.2.1:
|
|
830
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
831
|
+
engines: {node: '>=0.10.0'}
|
|
832
|
+
|
|
833
|
+
tailwindcss@4.2.2:
|
|
834
|
+
resolution: {integrity: sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==}
|
|
835
|
+
|
|
836
|
+
tapable@2.3.2:
|
|
837
|
+
resolution: {integrity: sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==}
|
|
838
|
+
engines: {node: '>=6'}
|
|
839
|
+
|
|
840
|
+
tinyglobby@0.2.15:
|
|
841
|
+
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
|
842
|
+
engines: {node: '>=12.0.0'}
|
|
843
|
+
|
|
844
|
+
tinypool@2.1.0:
|
|
845
|
+
resolution: {integrity: sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw==}
|
|
846
|
+
engines: {node: ^20.0.0 || >=22.0.0}
|
|
847
|
+
|
|
848
|
+
tslib@2.8.1:
|
|
849
|
+
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
850
|
+
|
|
851
|
+
typescript@5.9.3:
|
|
852
|
+
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
853
|
+
engines: {node: '>=14.17'}
|
|
854
|
+
hasBin: true
|
|
855
|
+
|
|
856
|
+
undici-types@7.16.0:
|
|
857
|
+
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
|
858
|
+
|
|
859
|
+
util-deprecate@1.0.2:
|
|
860
|
+
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
861
|
+
|
|
862
|
+
vite-plugin-wasm@3.6.0:
|
|
863
|
+
resolution: {integrity: sha512-mL/QPziiIA4RAA6DkaZZzOstdwbW5jO4Vz7Zenj0wieKWBlNvIvX5L5ljum9lcUX0ShNfBgCNLKTjNkRVVqcsw==}
|
|
864
|
+
peerDependencies:
|
|
865
|
+
vite: ^2 || ^3 || ^4 || ^5 || ^6 || ^7 || ^8
|
|
866
|
+
|
|
867
|
+
vite@8.0.3:
|
|
868
|
+
resolution: {integrity: sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==}
|
|
869
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
870
|
+
hasBin: true
|
|
871
|
+
peerDependencies:
|
|
872
|
+
'@types/node': ^20.19.0 || >=22.12.0
|
|
873
|
+
'@vitejs/devtools': ^0.1.0
|
|
874
|
+
esbuild: ^0.27.0
|
|
875
|
+
jiti: '>=1.21.0'
|
|
876
|
+
less: ^4.0.0
|
|
877
|
+
sass: ^1.70.0
|
|
878
|
+
sass-embedded: ^1.70.0
|
|
879
|
+
stylus: '>=0.54.8'
|
|
880
|
+
sugarss: ^5.0.0
|
|
881
|
+
terser: ^5.16.0
|
|
882
|
+
tsx: ^4.8.1
|
|
883
|
+
yaml: ^2.4.2
|
|
884
|
+
peerDependenciesMeta:
|
|
885
|
+
'@types/node':
|
|
886
|
+
optional: true
|
|
887
|
+
'@vitejs/devtools':
|
|
888
|
+
optional: true
|
|
889
|
+
esbuild:
|
|
890
|
+
optional: true
|
|
891
|
+
jiti:
|
|
892
|
+
optional: true
|
|
893
|
+
less:
|
|
894
|
+
optional: true
|
|
895
|
+
sass:
|
|
896
|
+
optional: true
|
|
897
|
+
sass-embedded:
|
|
898
|
+
optional: true
|
|
899
|
+
stylus:
|
|
900
|
+
optional: true
|
|
901
|
+
sugarss:
|
|
902
|
+
optional: true
|
|
903
|
+
terser:
|
|
904
|
+
optional: true
|
|
905
|
+
tsx:
|
|
906
|
+
optional: true
|
|
907
|
+
yaml:
|
|
908
|
+
optional: true
|
|
909
|
+
|
|
910
|
+
snapshots:
|
|
911
|
+
|
|
912
|
+
'@emnapi/core@1.9.1':
|
|
913
|
+
dependencies:
|
|
914
|
+
'@emnapi/wasi-threads': 1.2.0
|
|
915
|
+
tslib: 2.8.1
|
|
916
|
+
optional: true
|
|
917
|
+
|
|
918
|
+
'@emnapi/runtime@1.9.1':
|
|
919
|
+
dependencies:
|
|
920
|
+
tslib: 2.8.1
|
|
921
|
+
optional: true
|
|
922
|
+
|
|
923
|
+
'@emnapi/wasi-threads@1.2.0':
|
|
924
|
+
dependencies:
|
|
925
|
+
tslib: 2.8.1
|
|
926
|
+
optional: true
|
|
927
|
+
|
|
928
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
929
|
+
dependencies:
|
|
930
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
931
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
932
|
+
|
|
933
|
+
'@jridgewell/remapping@2.3.5':
|
|
934
|
+
dependencies:
|
|
935
|
+
'@jridgewell/gen-mapping': 0.3.13
|
|
936
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
937
|
+
|
|
938
|
+
'@jridgewell/resolve-uri@3.1.2': {}
|
|
939
|
+
|
|
940
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
941
|
+
|
|
942
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
943
|
+
dependencies:
|
|
944
|
+
'@jridgewell/resolve-uri': 3.1.2
|
|
945
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
946
|
+
|
|
947
|
+
'@napi-rs/wasm-runtime@1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)':
|
|
948
|
+
dependencies:
|
|
949
|
+
'@emnapi/core': 1.9.1
|
|
950
|
+
'@emnapi/runtime': 1.9.1
|
|
951
|
+
'@tybys/wasm-util': 0.10.1
|
|
952
|
+
optional: true
|
|
953
|
+
|
|
954
|
+
'@oxc-project/types@0.122.0': {}
|
|
955
|
+
|
|
956
|
+
'@oxfmt/binding-android-arm-eabi@0.42.0':
|
|
957
|
+
optional: true
|
|
958
|
+
|
|
959
|
+
'@oxfmt/binding-android-arm64@0.42.0':
|
|
960
|
+
optional: true
|
|
961
|
+
|
|
962
|
+
'@oxfmt/binding-darwin-arm64@0.42.0':
|
|
963
|
+
optional: true
|
|
964
|
+
|
|
965
|
+
'@oxfmt/binding-darwin-x64@0.42.0':
|
|
966
|
+
optional: true
|
|
967
|
+
|
|
968
|
+
'@oxfmt/binding-freebsd-x64@0.42.0':
|
|
969
|
+
optional: true
|
|
970
|
+
|
|
971
|
+
'@oxfmt/binding-linux-arm-gnueabihf@0.42.0':
|
|
972
|
+
optional: true
|
|
973
|
+
|
|
974
|
+
'@oxfmt/binding-linux-arm-musleabihf@0.42.0':
|
|
975
|
+
optional: true
|
|
976
|
+
|
|
977
|
+
'@oxfmt/binding-linux-arm64-gnu@0.42.0':
|
|
978
|
+
optional: true
|
|
979
|
+
|
|
980
|
+
'@oxfmt/binding-linux-arm64-musl@0.42.0':
|
|
981
|
+
optional: true
|
|
982
|
+
|
|
983
|
+
'@oxfmt/binding-linux-ppc64-gnu@0.42.0':
|
|
984
|
+
optional: true
|
|
985
|
+
|
|
986
|
+
'@oxfmt/binding-linux-riscv64-gnu@0.42.0':
|
|
987
|
+
optional: true
|
|
988
|
+
|
|
989
|
+
'@oxfmt/binding-linux-riscv64-musl@0.42.0':
|
|
990
|
+
optional: true
|
|
991
|
+
|
|
992
|
+
'@oxfmt/binding-linux-s390x-gnu@0.42.0':
|
|
993
|
+
optional: true
|
|
994
|
+
|
|
995
|
+
'@oxfmt/binding-linux-x64-gnu@0.42.0':
|
|
996
|
+
optional: true
|
|
997
|
+
|
|
998
|
+
'@oxfmt/binding-linux-x64-musl@0.42.0':
|
|
999
|
+
optional: true
|
|
1000
|
+
|
|
1001
|
+
'@oxfmt/binding-openharmony-arm64@0.42.0':
|
|
1002
|
+
optional: true
|
|
1003
|
+
|
|
1004
|
+
'@oxfmt/binding-win32-arm64-msvc@0.42.0':
|
|
1005
|
+
optional: true
|
|
1006
|
+
|
|
1007
|
+
'@oxfmt/binding-win32-ia32-msvc@0.42.0':
|
|
1008
|
+
optional: true
|
|
1009
|
+
|
|
1010
|
+
'@oxfmt/binding-win32-x64-msvc@0.42.0':
|
|
1011
|
+
optional: true
|
|
1012
|
+
|
|
1013
|
+
'@oxlint/binding-android-arm-eabi@1.57.0':
|
|
1014
|
+
optional: true
|
|
1015
|
+
|
|
1016
|
+
'@oxlint/binding-android-arm64@1.57.0':
|
|
1017
|
+
optional: true
|
|
1018
|
+
|
|
1019
|
+
'@oxlint/binding-darwin-arm64@1.57.0':
|
|
1020
|
+
optional: true
|
|
1021
|
+
|
|
1022
|
+
'@oxlint/binding-darwin-x64@1.57.0':
|
|
1023
|
+
optional: true
|
|
1024
|
+
|
|
1025
|
+
'@oxlint/binding-freebsd-x64@1.57.0':
|
|
1026
|
+
optional: true
|
|
1027
|
+
|
|
1028
|
+
'@oxlint/binding-linux-arm-gnueabihf@1.57.0':
|
|
1029
|
+
optional: true
|
|
1030
|
+
|
|
1031
|
+
'@oxlint/binding-linux-arm-musleabihf@1.57.0':
|
|
1032
|
+
optional: true
|
|
1033
|
+
|
|
1034
|
+
'@oxlint/binding-linux-arm64-gnu@1.57.0':
|
|
1035
|
+
optional: true
|
|
1036
|
+
|
|
1037
|
+
'@oxlint/binding-linux-arm64-musl@1.57.0':
|
|
1038
|
+
optional: true
|
|
1039
|
+
|
|
1040
|
+
'@oxlint/binding-linux-ppc64-gnu@1.57.0':
|
|
1041
|
+
optional: true
|
|
1042
|
+
|
|
1043
|
+
'@oxlint/binding-linux-riscv64-gnu@1.57.0':
|
|
1044
|
+
optional: true
|
|
1045
|
+
|
|
1046
|
+
'@oxlint/binding-linux-riscv64-musl@1.57.0':
|
|
1047
|
+
optional: true
|
|
1048
|
+
|
|
1049
|
+
'@oxlint/binding-linux-s390x-gnu@1.57.0':
|
|
1050
|
+
optional: true
|
|
1051
|
+
|
|
1052
|
+
'@oxlint/binding-linux-x64-gnu@1.57.0':
|
|
1053
|
+
optional: true
|
|
1054
|
+
|
|
1055
|
+
'@oxlint/binding-linux-x64-musl@1.57.0':
|
|
1056
|
+
optional: true
|
|
1057
|
+
|
|
1058
|
+
'@oxlint/binding-openharmony-arm64@1.57.0':
|
|
1059
|
+
optional: true
|
|
1060
|
+
|
|
1061
|
+
'@oxlint/binding-win32-arm64-msvc@1.57.0':
|
|
1062
|
+
optional: true
|
|
1063
|
+
|
|
1064
|
+
'@oxlint/binding-win32-ia32-msvc@1.57.0':
|
|
1065
|
+
optional: true
|
|
1066
|
+
|
|
1067
|
+
'@oxlint/binding-win32-x64-msvc@1.57.0':
|
|
1068
|
+
optional: true
|
|
1069
|
+
|
|
1070
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.12':
|
|
1071
|
+
optional: true
|
|
1072
|
+
|
|
1073
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.12':
|
|
1074
|
+
optional: true
|
|
1075
|
+
|
|
1076
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.12':
|
|
1077
|
+
optional: true
|
|
1078
|
+
|
|
1079
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.12':
|
|
1080
|
+
optional: true
|
|
1081
|
+
|
|
1082
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.12':
|
|
1083
|
+
optional: true
|
|
1084
|
+
|
|
1085
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.12':
|
|
1086
|
+
optional: true
|
|
1087
|
+
|
|
1088
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.12':
|
|
1089
|
+
optional: true
|
|
1090
|
+
|
|
1091
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.12':
|
|
1092
|
+
optional: true
|
|
1093
|
+
|
|
1094
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.12':
|
|
1095
|
+
optional: true
|
|
1096
|
+
|
|
1097
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.12':
|
|
1098
|
+
optional: true
|
|
1099
|
+
|
|
1100
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.12':
|
|
1101
|
+
optional: true
|
|
1102
|
+
|
|
1103
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.12':
|
|
1104
|
+
optional: true
|
|
1105
|
+
|
|
1106
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.12(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)':
|
|
1107
|
+
dependencies:
|
|
1108
|
+
'@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)
|
|
1109
|
+
transitivePeerDependencies:
|
|
1110
|
+
- '@emnapi/core'
|
|
1111
|
+
- '@emnapi/runtime'
|
|
1112
|
+
optional: true
|
|
1113
|
+
|
|
1114
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.12':
|
|
1115
|
+
optional: true
|
|
1116
|
+
|
|
1117
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.12':
|
|
1118
|
+
optional: true
|
|
1119
|
+
|
|
1120
|
+
'@rolldown/pluginutils@1.0.0-rc.12': {}
|
|
1121
|
+
|
|
1122
|
+
'@rue-js/jsx-dev-runtime@0.0.30(typescript@5.9.3)':
|
|
1123
|
+
dependencies:
|
|
1124
|
+
'@rue-js/rue': 0.0.30(typescript@5.9.3)
|
|
1125
|
+
transitivePeerDependencies:
|
|
1126
|
+
- typescript
|
|
1127
|
+
|
|
1128
|
+
'@rue-js/jsx-runtime@0.0.30(typescript@5.9.3)':
|
|
1129
|
+
dependencies:
|
|
1130
|
+
'@rue-js/rue': 0.0.30(typescript@5.9.3)
|
|
1131
|
+
transitivePeerDependencies:
|
|
1132
|
+
- typescript
|
|
1133
|
+
|
|
1134
|
+
'@rue-js/router@0.0.30(typescript@5.9.3)':
|
|
1135
|
+
dependencies:
|
|
1136
|
+
'@rue-js/rue': 0.0.30(typescript@5.9.3)
|
|
1137
|
+
transitivePeerDependencies:
|
|
1138
|
+
- typescript
|
|
1139
|
+
|
|
1140
|
+
'@rue-js/rue@0.0.30(typescript@5.9.3)':
|
|
1141
|
+
dependencies:
|
|
1142
|
+
'@rue-js/runtime': 0.0.30(typescript@5.9.3)
|
|
1143
|
+
'@rue-js/shared': 0.0.30
|
|
1144
|
+
optionalDependencies:
|
|
1145
|
+
typescript: 5.9.3
|
|
1146
|
+
|
|
1147
|
+
'@rue-js/runtime-vapor@0.0.30': {}
|
|
1148
|
+
|
|
1149
|
+
'@rue-js/runtime@0.0.30(typescript@5.9.3)':
|
|
1150
|
+
dependencies:
|
|
1151
|
+
'@rue-js/rue': 0.0.30(typescript@5.9.3)
|
|
1152
|
+
'@rue-js/runtime-vapor': 0.0.30
|
|
1153
|
+
'@rue-js/shared': 0.0.30
|
|
1154
|
+
csstype: 3.2.3
|
|
1155
|
+
transitivePeerDependencies:
|
|
1156
|
+
- typescript
|
|
1157
|
+
|
|
1158
|
+
'@rue-js/shared@0.0.30': {}
|
|
1159
|
+
|
|
1160
|
+
'@rue-js/swc-plugin-rue@0.0.30': {}
|
|
1161
|
+
|
|
1162
|
+
'@rue-js/vite-plugin-rue@0.0.30(typescript@5.9.3)':
|
|
1163
|
+
dependencies:
|
|
1164
|
+
'@rue-js/rue': 0.0.30(typescript@5.9.3)
|
|
1165
|
+
'@rue-js/swc-plugin-rue': 0.0.30
|
|
1166
|
+
transitivePeerDependencies:
|
|
1167
|
+
- typescript
|
|
1168
|
+
|
|
1169
|
+
'@swc/core-darwin-arm64@1.15.21':
|
|
1170
|
+
optional: true
|
|
1171
|
+
|
|
1172
|
+
'@swc/core-darwin-x64@1.15.21':
|
|
1173
|
+
optional: true
|
|
1174
|
+
|
|
1175
|
+
'@swc/core-linux-arm-gnueabihf@1.15.21':
|
|
1176
|
+
optional: true
|
|
1177
|
+
|
|
1178
|
+
'@swc/core-linux-arm64-gnu@1.15.21':
|
|
1179
|
+
optional: true
|
|
1180
|
+
|
|
1181
|
+
'@swc/core-linux-arm64-musl@1.15.21':
|
|
1182
|
+
optional: true
|
|
1183
|
+
|
|
1184
|
+
'@swc/core-linux-ppc64-gnu@1.15.21':
|
|
1185
|
+
optional: true
|
|
1186
|
+
|
|
1187
|
+
'@swc/core-linux-s390x-gnu@1.15.21':
|
|
1188
|
+
optional: true
|
|
1189
|
+
|
|
1190
|
+
'@swc/core-linux-x64-gnu@1.15.21':
|
|
1191
|
+
optional: true
|
|
1192
|
+
|
|
1193
|
+
'@swc/core-linux-x64-musl@1.15.21':
|
|
1194
|
+
optional: true
|
|
1195
|
+
|
|
1196
|
+
'@swc/core-win32-arm64-msvc@1.15.21':
|
|
1197
|
+
optional: true
|
|
1198
|
+
|
|
1199
|
+
'@swc/core-win32-ia32-msvc@1.15.21':
|
|
1200
|
+
optional: true
|
|
1201
|
+
|
|
1202
|
+
'@swc/core-win32-x64-msvc@1.15.21':
|
|
1203
|
+
optional: true
|
|
1204
|
+
|
|
1205
|
+
'@swc/core@1.15.21':
|
|
1206
|
+
dependencies:
|
|
1207
|
+
'@swc/counter': 0.1.3
|
|
1208
|
+
'@swc/types': 0.1.26
|
|
1209
|
+
optionalDependencies:
|
|
1210
|
+
'@swc/core-darwin-arm64': 1.15.21
|
|
1211
|
+
'@swc/core-darwin-x64': 1.15.21
|
|
1212
|
+
'@swc/core-linux-arm-gnueabihf': 1.15.21
|
|
1213
|
+
'@swc/core-linux-arm64-gnu': 1.15.21
|
|
1214
|
+
'@swc/core-linux-arm64-musl': 1.15.21
|
|
1215
|
+
'@swc/core-linux-ppc64-gnu': 1.15.21
|
|
1216
|
+
'@swc/core-linux-s390x-gnu': 1.15.21
|
|
1217
|
+
'@swc/core-linux-x64-gnu': 1.15.21
|
|
1218
|
+
'@swc/core-linux-x64-musl': 1.15.21
|
|
1219
|
+
'@swc/core-win32-arm64-msvc': 1.15.21
|
|
1220
|
+
'@swc/core-win32-ia32-msvc': 1.15.21
|
|
1221
|
+
'@swc/core-win32-x64-msvc': 1.15.21
|
|
1222
|
+
|
|
1223
|
+
'@swc/counter@0.1.3': {}
|
|
1224
|
+
|
|
1225
|
+
'@swc/types@0.1.26':
|
|
1226
|
+
dependencies:
|
|
1227
|
+
'@swc/counter': 0.1.3
|
|
1228
|
+
|
|
1229
|
+
'@tailwindcss/node@4.2.2':
|
|
1230
|
+
dependencies:
|
|
1231
|
+
'@jridgewell/remapping': 2.3.5
|
|
1232
|
+
enhanced-resolve: 5.20.1
|
|
1233
|
+
jiti: 2.6.1
|
|
1234
|
+
lightningcss: 1.32.0
|
|
1235
|
+
magic-string: 0.30.21
|
|
1236
|
+
source-map-js: 1.2.1
|
|
1237
|
+
tailwindcss: 4.2.2
|
|
1238
|
+
|
|
1239
|
+
'@tailwindcss/oxide-android-arm64@4.2.2':
|
|
1240
|
+
optional: true
|
|
1241
|
+
|
|
1242
|
+
'@tailwindcss/oxide-darwin-arm64@4.2.2':
|
|
1243
|
+
optional: true
|
|
1244
|
+
|
|
1245
|
+
'@tailwindcss/oxide-darwin-x64@4.2.2':
|
|
1246
|
+
optional: true
|
|
1247
|
+
|
|
1248
|
+
'@tailwindcss/oxide-freebsd-x64@4.2.2':
|
|
1249
|
+
optional: true
|
|
1250
|
+
|
|
1251
|
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2':
|
|
1252
|
+
optional: true
|
|
1253
|
+
|
|
1254
|
+
'@tailwindcss/oxide-linux-arm64-gnu@4.2.2':
|
|
1255
|
+
optional: true
|
|
1256
|
+
|
|
1257
|
+
'@tailwindcss/oxide-linux-arm64-musl@4.2.2':
|
|
1258
|
+
optional: true
|
|
1259
|
+
|
|
1260
|
+
'@tailwindcss/oxide-linux-x64-gnu@4.2.2':
|
|
1261
|
+
optional: true
|
|
1262
|
+
|
|
1263
|
+
'@tailwindcss/oxide-linux-x64-musl@4.2.2':
|
|
1264
|
+
optional: true
|
|
1265
|
+
|
|
1266
|
+
'@tailwindcss/oxide-wasm32-wasi@4.2.2':
|
|
1267
|
+
optional: true
|
|
1268
|
+
|
|
1269
|
+
'@tailwindcss/oxide-win32-arm64-msvc@4.2.2':
|
|
1270
|
+
optional: true
|
|
1271
|
+
|
|
1272
|
+
'@tailwindcss/oxide-win32-x64-msvc@4.2.2':
|
|
1273
|
+
optional: true
|
|
1274
|
+
|
|
1275
|
+
'@tailwindcss/oxide@4.2.2':
|
|
1276
|
+
optionalDependencies:
|
|
1277
|
+
'@tailwindcss/oxide-android-arm64': 4.2.2
|
|
1278
|
+
'@tailwindcss/oxide-darwin-arm64': 4.2.2
|
|
1279
|
+
'@tailwindcss/oxide-darwin-x64': 4.2.2
|
|
1280
|
+
'@tailwindcss/oxide-freebsd-x64': 4.2.2
|
|
1281
|
+
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.2.2
|
|
1282
|
+
'@tailwindcss/oxide-linux-arm64-gnu': 4.2.2
|
|
1283
|
+
'@tailwindcss/oxide-linux-arm64-musl': 4.2.2
|
|
1284
|
+
'@tailwindcss/oxide-linux-x64-gnu': 4.2.2
|
|
1285
|
+
'@tailwindcss/oxide-linux-x64-musl': 4.2.2
|
|
1286
|
+
'@tailwindcss/oxide-wasm32-wasi': 4.2.2
|
|
1287
|
+
'@tailwindcss/oxide-win32-arm64-msvc': 4.2.2
|
|
1288
|
+
'@tailwindcss/oxide-win32-x64-msvc': 4.2.2
|
|
1289
|
+
|
|
1290
|
+
'@tailwindcss/typography@0.5.19':
|
|
1291
|
+
dependencies:
|
|
1292
|
+
postcss-selector-parser: 6.0.10
|
|
1293
|
+
|
|
1294
|
+
'@tailwindcss/vite@4.2.2(vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@24.12.0)(jiti@2.6.1))':
|
|
1295
|
+
dependencies:
|
|
1296
|
+
'@tailwindcss/node': 4.2.2
|
|
1297
|
+
'@tailwindcss/oxide': 4.2.2
|
|
1298
|
+
tailwindcss: 4.2.2
|
|
1299
|
+
vite: 8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@24.12.0)(jiti@2.6.1)
|
|
1300
|
+
|
|
1301
|
+
'@tybys/wasm-util@0.10.1':
|
|
1302
|
+
dependencies:
|
|
1303
|
+
tslib: 2.8.1
|
|
1304
|
+
optional: true
|
|
1305
|
+
|
|
1306
|
+
'@types/node@24.12.0':
|
|
1307
|
+
dependencies:
|
|
1308
|
+
undici-types: 7.16.0
|
|
1309
|
+
|
|
1310
|
+
cssesc@3.0.0: {}
|
|
1311
|
+
|
|
1312
|
+
csstype@3.2.3: {}
|
|
1313
|
+
|
|
1314
|
+
daisyui@5.5.19: {}
|
|
1315
|
+
|
|
1316
|
+
detect-libc@2.1.2: {}
|
|
1317
|
+
|
|
1318
|
+
enhanced-resolve@5.20.1:
|
|
1319
|
+
dependencies:
|
|
1320
|
+
graceful-fs: 4.2.11
|
|
1321
|
+
tapable: 2.3.2
|
|
1322
|
+
|
|
1323
|
+
fdir@6.5.0(picomatch@4.0.4):
|
|
1324
|
+
optionalDependencies:
|
|
1325
|
+
picomatch: 4.0.4
|
|
1326
|
+
|
|
1327
|
+
fsevents@2.3.3:
|
|
1328
|
+
optional: true
|
|
1329
|
+
|
|
1330
|
+
graceful-fs@4.2.11: {}
|
|
1331
|
+
|
|
1332
|
+
jiti@2.6.1: {}
|
|
1333
|
+
|
|
1334
|
+
lightningcss-android-arm64@1.32.0:
|
|
1335
|
+
optional: true
|
|
1336
|
+
|
|
1337
|
+
lightningcss-darwin-arm64@1.32.0:
|
|
1338
|
+
optional: true
|
|
1339
|
+
|
|
1340
|
+
lightningcss-darwin-x64@1.32.0:
|
|
1341
|
+
optional: true
|
|
1342
|
+
|
|
1343
|
+
lightningcss-freebsd-x64@1.32.0:
|
|
1344
|
+
optional: true
|
|
1345
|
+
|
|
1346
|
+
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
1347
|
+
optional: true
|
|
1348
|
+
|
|
1349
|
+
lightningcss-linux-arm64-gnu@1.32.0:
|
|
1350
|
+
optional: true
|
|
1351
|
+
|
|
1352
|
+
lightningcss-linux-arm64-musl@1.32.0:
|
|
1353
|
+
optional: true
|
|
1354
|
+
|
|
1355
|
+
lightningcss-linux-x64-gnu@1.32.0:
|
|
1356
|
+
optional: true
|
|
1357
|
+
|
|
1358
|
+
lightningcss-linux-x64-musl@1.32.0:
|
|
1359
|
+
optional: true
|
|
1360
|
+
|
|
1361
|
+
lightningcss-win32-arm64-msvc@1.32.0:
|
|
1362
|
+
optional: true
|
|
1363
|
+
|
|
1364
|
+
lightningcss-win32-x64-msvc@1.32.0:
|
|
1365
|
+
optional: true
|
|
1366
|
+
|
|
1367
|
+
lightningcss@1.32.0:
|
|
1368
|
+
dependencies:
|
|
1369
|
+
detect-libc: 2.1.2
|
|
1370
|
+
optionalDependencies:
|
|
1371
|
+
lightningcss-android-arm64: 1.32.0
|
|
1372
|
+
lightningcss-darwin-arm64: 1.32.0
|
|
1373
|
+
lightningcss-darwin-x64: 1.32.0
|
|
1374
|
+
lightningcss-freebsd-x64: 1.32.0
|
|
1375
|
+
lightningcss-linux-arm-gnueabihf: 1.32.0
|
|
1376
|
+
lightningcss-linux-arm64-gnu: 1.32.0
|
|
1377
|
+
lightningcss-linux-arm64-musl: 1.32.0
|
|
1378
|
+
lightningcss-linux-x64-gnu: 1.32.0
|
|
1379
|
+
lightningcss-linux-x64-musl: 1.32.0
|
|
1380
|
+
lightningcss-win32-arm64-msvc: 1.32.0
|
|
1381
|
+
lightningcss-win32-x64-msvc: 1.32.0
|
|
1382
|
+
|
|
1383
|
+
magic-string@0.30.21:
|
|
1384
|
+
dependencies:
|
|
1385
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
1386
|
+
|
|
1387
|
+
nanoid@3.3.11: {}
|
|
1388
|
+
|
|
1389
|
+
oxfmt@0.42.0:
|
|
1390
|
+
dependencies:
|
|
1391
|
+
tinypool: 2.1.0
|
|
1392
|
+
optionalDependencies:
|
|
1393
|
+
'@oxfmt/binding-android-arm-eabi': 0.42.0
|
|
1394
|
+
'@oxfmt/binding-android-arm64': 0.42.0
|
|
1395
|
+
'@oxfmt/binding-darwin-arm64': 0.42.0
|
|
1396
|
+
'@oxfmt/binding-darwin-x64': 0.42.0
|
|
1397
|
+
'@oxfmt/binding-freebsd-x64': 0.42.0
|
|
1398
|
+
'@oxfmt/binding-linux-arm-gnueabihf': 0.42.0
|
|
1399
|
+
'@oxfmt/binding-linux-arm-musleabihf': 0.42.0
|
|
1400
|
+
'@oxfmt/binding-linux-arm64-gnu': 0.42.0
|
|
1401
|
+
'@oxfmt/binding-linux-arm64-musl': 0.42.0
|
|
1402
|
+
'@oxfmt/binding-linux-ppc64-gnu': 0.42.0
|
|
1403
|
+
'@oxfmt/binding-linux-riscv64-gnu': 0.42.0
|
|
1404
|
+
'@oxfmt/binding-linux-riscv64-musl': 0.42.0
|
|
1405
|
+
'@oxfmt/binding-linux-s390x-gnu': 0.42.0
|
|
1406
|
+
'@oxfmt/binding-linux-x64-gnu': 0.42.0
|
|
1407
|
+
'@oxfmt/binding-linux-x64-musl': 0.42.0
|
|
1408
|
+
'@oxfmt/binding-openharmony-arm64': 0.42.0
|
|
1409
|
+
'@oxfmt/binding-win32-arm64-msvc': 0.42.0
|
|
1410
|
+
'@oxfmt/binding-win32-ia32-msvc': 0.42.0
|
|
1411
|
+
'@oxfmt/binding-win32-x64-msvc': 0.42.0
|
|
1412
|
+
|
|
1413
|
+
oxlint@1.57.0:
|
|
1414
|
+
optionalDependencies:
|
|
1415
|
+
'@oxlint/binding-android-arm-eabi': 1.57.0
|
|
1416
|
+
'@oxlint/binding-android-arm64': 1.57.0
|
|
1417
|
+
'@oxlint/binding-darwin-arm64': 1.57.0
|
|
1418
|
+
'@oxlint/binding-darwin-x64': 1.57.0
|
|
1419
|
+
'@oxlint/binding-freebsd-x64': 1.57.0
|
|
1420
|
+
'@oxlint/binding-linux-arm-gnueabihf': 1.57.0
|
|
1421
|
+
'@oxlint/binding-linux-arm-musleabihf': 1.57.0
|
|
1422
|
+
'@oxlint/binding-linux-arm64-gnu': 1.57.0
|
|
1423
|
+
'@oxlint/binding-linux-arm64-musl': 1.57.0
|
|
1424
|
+
'@oxlint/binding-linux-ppc64-gnu': 1.57.0
|
|
1425
|
+
'@oxlint/binding-linux-riscv64-gnu': 1.57.0
|
|
1426
|
+
'@oxlint/binding-linux-riscv64-musl': 1.57.0
|
|
1427
|
+
'@oxlint/binding-linux-s390x-gnu': 1.57.0
|
|
1428
|
+
'@oxlint/binding-linux-x64-gnu': 1.57.0
|
|
1429
|
+
'@oxlint/binding-linux-x64-musl': 1.57.0
|
|
1430
|
+
'@oxlint/binding-openharmony-arm64': 1.57.0
|
|
1431
|
+
'@oxlint/binding-win32-arm64-msvc': 1.57.0
|
|
1432
|
+
'@oxlint/binding-win32-ia32-msvc': 1.57.0
|
|
1433
|
+
'@oxlint/binding-win32-x64-msvc': 1.57.0
|
|
1434
|
+
|
|
1435
|
+
picocolors@1.1.1: {}
|
|
1436
|
+
|
|
1437
|
+
picomatch@4.0.4: {}
|
|
1438
|
+
|
|
1439
|
+
postcss-selector-parser@6.0.10:
|
|
1440
|
+
dependencies:
|
|
1441
|
+
cssesc: 3.0.0
|
|
1442
|
+
util-deprecate: 1.0.2
|
|
1443
|
+
|
|
1444
|
+
postcss@8.5.8:
|
|
1445
|
+
dependencies:
|
|
1446
|
+
nanoid: 3.3.11
|
|
1447
|
+
picocolors: 1.1.1
|
|
1448
|
+
source-map-js: 1.2.1
|
|
1449
|
+
|
|
1450
|
+
rolldown@1.0.0-rc.12(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1):
|
|
1451
|
+
dependencies:
|
|
1452
|
+
'@oxc-project/types': 0.122.0
|
|
1453
|
+
'@rolldown/pluginutils': 1.0.0-rc.12
|
|
1454
|
+
optionalDependencies:
|
|
1455
|
+
'@rolldown/binding-android-arm64': 1.0.0-rc.12
|
|
1456
|
+
'@rolldown/binding-darwin-arm64': 1.0.0-rc.12
|
|
1457
|
+
'@rolldown/binding-darwin-x64': 1.0.0-rc.12
|
|
1458
|
+
'@rolldown/binding-freebsd-x64': 1.0.0-rc.12
|
|
1459
|
+
'@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.12
|
|
1460
|
+
'@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.12
|
|
1461
|
+
'@rolldown/binding-linux-arm64-musl': 1.0.0-rc.12
|
|
1462
|
+
'@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.12
|
|
1463
|
+
'@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.12
|
|
1464
|
+
'@rolldown/binding-linux-x64-gnu': 1.0.0-rc.12
|
|
1465
|
+
'@rolldown/binding-linux-x64-musl': 1.0.0-rc.12
|
|
1466
|
+
'@rolldown/binding-openharmony-arm64': 1.0.0-rc.12
|
|
1467
|
+
'@rolldown/binding-wasm32-wasi': 1.0.0-rc.12(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)
|
|
1468
|
+
'@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.12
|
|
1469
|
+
'@rolldown/binding-win32-x64-msvc': 1.0.0-rc.12
|
|
1470
|
+
transitivePeerDependencies:
|
|
1471
|
+
- '@emnapi/core'
|
|
1472
|
+
- '@emnapi/runtime'
|
|
1473
|
+
|
|
1474
|
+
source-map-js@1.2.1: {}
|
|
1475
|
+
|
|
1476
|
+
tailwindcss@4.2.2: {}
|
|
1477
|
+
|
|
1478
|
+
tapable@2.3.2: {}
|
|
1479
|
+
|
|
1480
|
+
tinyglobby@0.2.15:
|
|
1481
|
+
dependencies:
|
|
1482
|
+
fdir: 6.5.0(picomatch@4.0.4)
|
|
1483
|
+
picomatch: 4.0.4
|
|
1484
|
+
|
|
1485
|
+
tinypool@2.1.0: {}
|
|
1486
|
+
|
|
1487
|
+
tslib@2.8.1:
|
|
1488
|
+
optional: true
|
|
1489
|
+
|
|
1490
|
+
typescript@5.9.3: {}
|
|
1491
|
+
|
|
1492
|
+
undici-types@7.16.0: {}
|
|
1493
|
+
|
|
1494
|
+
util-deprecate@1.0.2: {}
|
|
1495
|
+
|
|
1496
|
+
vite-plugin-wasm@3.6.0(vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@24.12.0)(jiti@2.6.1)):
|
|
1497
|
+
dependencies:
|
|
1498
|
+
vite: 8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@24.12.0)(jiti@2.6.1)
|
|
1499
|
+
|
|
1500
|
+
vite@8.0.3(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@24.12.0)(jiti@2.6.1):
|
|
1501
|
+
dependencies:
|
|
1502
|
+
lightningcss: 1.32.0
|
|
1503
|
+
picomatch: 4.0.4
|
|
1504
|
+
postcss: 8.5.8
|
|
1505
|
+
rolldown: 1.0.0-rc.12(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)
|
|
1506
|
+
tinyglobby: 0.2.15
|
|
1507
|
+
optionalDependencies:
|
|
1508
|
+
'@types/node': 24.12.0
|
|
1509
|
+
fsevents: 2.3.3
|
|
1510
|
+
jiti: 2.6.1
|
|
1511
|
+
transitivePeerDependencies:
|
|
1512
|
+
- '@emnapi/core'
|
|
1513
|
+
- '@emnapi/runtime'
|