create-rue 0.0.16 → 0.1.2
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.
|
@@ -1,2612 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "rue-demo",
|
|
3
|
-
"version": "0.1.0",
|
|
4
|
-
"lockfileVersion": 3,
|
|
5
|
-
"requires": true,
|
|
6
|
-
"packages": {
|
|
7
|
-
"": {
|
|
8
|
-
"name": "rue-demo",
|
|
9
|
-
"version": "0.1.0",
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"@rue-js/jsx-runtime": "^0.0.39",
|
|
12
|
-
"@rue-js/router": "^0.0.39",
|
|
13
|
-
"@rue-js/rue": "^0.0.39",
|
|
14
|
-
"@rue-js/runtime": "^0.0.39",
|
|
15
|
-
"@rue-js/runtime-vapor": "^0.0.39",
|
|
16
|
-
"daisyui": "^5.5.19",
|
|
17
|
-
"oxfmt": "^0.48.0",
|
|
18
|
-
"oxlint": "^1.63.0"
|
|
19
|
-
},
|
|
20
|
-
"devDependencies": {
|
|
21
|
-
"@rue-js/jsx-dev-runtime": "^0.0.39",
|
|
22
|
-
"@rue-js/vite-plugin-rue": "^0.0.39",
|
|
23
|
-
"@swc/core": "^1.15.33",
|
|
24
|
-
"@tailwindcss/typography": "^0.5.19",
|
|
25
|
-
"@tailwindcss/vite": "^4.3.0",
|
|
26
|
-
"@types/node": "^25.6.2",
|
|
27
|
-
"@typescript/native-preview": "beta",
|
|
28
|
-
"tailwindcss": "^4.3.0",
|
|
29
|
-
"typescript": "^6.0.3",
|
|
30
|
-
"vite": "^8.0.11",
|
|
31
|
-
"vite-plugin-wasm": "^3.6.0"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"node_modules/@emnapi/core": {
|
|
35
|
-
"version": "1.10.0",
|
|
36
|
-
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
|
|
37
|
-
"integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
|
|
38
|
-
"dev": true,
|
|
39
|
-
"license": "MIT",
|
|
40
|
-
"optional": true,
|
|
41
|
-
"dependencies": {
|
|
42
|
-
"@emnapi/wasi-threads": "1.2.1",
|
|
43
|
-
"tslib": "^2.4.0"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"node_modules/@emnapi/runtime": {
|
|
47
|
-
"version": "1.10.0",
|
|
48
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
|
|
49
|
-
"integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
|
|
50
|
-
"dev": true,
|
|
51
|
-
"license": "MIT",
|
|
52
|
-
"optional": true,
|
|
53
|
-
"dependencies": {
|
|
54
|
-
"tslib": "^2.4.0"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
"node_modules/@emnapi/wasi-threads": {
|
|
58
|
-
"version": "1.2.1",
|
|
59
|
-
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
|
|
60
|
-
"integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
|
|
61
|
-
"dev": true,
|
|
62
|
-
"license": "MIT",
|
|
63
|
-
"optional": true,
|
|
64
|
-
"dependencies": {
|
|
65
|
-
"tslib": "^2.4.0"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"node_modules/@jridgewell/gen-mapping": {
|
|
69
|
-
"version": "0.3.13",
|
|
70
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
71
|
-
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
72
|
-
"dev": true,
|
|
73
|
-
"license": "MIT",
|
|
74
|
-
"dependencies": {
|
|
75
|
-
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
76
|
-
"@jridgewell/trace-mapping": "^0.3.24"
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
"node_modules/@jridgewell/remapping": {
|
|
80
|
-
"version": "2.3.5",
|
|
81
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
82
|
-
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
83
|
-
"dev": true,
|
|
84
|
-
"license": "MIT",
|
|
85
|
-
"dependencies": {
|
|
86
|
-
"@jridgewell/gen-mapping": "^0.3.5",
|
|
87
|
-
"@jridgewell/trace-mapping": "^0.3.24"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"node_modules/@jridgewell/resolve-uri": {
|
|
91
|
-
"version": "3.1.2",
|
|
92
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
93
|
-
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
94
|
-
"dev": true,
|
|
95
|
-
"license": "MIT",
|
|
96
|
-
"engines": {
|
|
97
|
-
"node": ">=6.0.0"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"node_modules/@jridgewell/sourcemap-codec": {
|
|
101
|
-
"version": "1.5.5",
|
|
102
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
103
|
-
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
104
|
-
"dev": true,
|
|
105
|
-
"license": "MIT"
|
|
106
|
-
},
|
|
107
|
-
"node_modules/@jridgewell/trace-mapping": {
|
|
108
|
-
"version": "0.3.31",
|
|
109
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
110
|
-
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
111
|
-
"dev": true,
|
|
112
|
-
"license": "MIT",
|
|
113
|
-
"dependencies": {
|
|
114
|
-
"@jridgewell/resolve-uri": "^3.1.0",
|
|
115
|
-
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
|
-
"node_modules/@napi-rs/wasm-runtime": {
|
|
119
|
-
"version": "1.1.4",
|
|
120
|
-
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
|
|
121
|
-
"integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
|
|
122
|
-
"dev": true,
|
|
123
|
-
"license": "MIT",
|
|
124
|
-
"optional": true,
|
|
125
|
-
"dependencies": {
|
|
126
|
-
"@tybys/wasm-util": "^0.10.1"
|
|
127
|
-
},
|
|
128
|
-
"funding": {
|
|
129
|
-
"type": "github",
|
|
130
|
-
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
131
|
-
},
|
|
132
|
-
"peerDependencies": {
|
|
133
|
-
"@emnapi/core": "^1.7.1",
|
|
134
|
-
"@emnapi/runtime": "^1.7.1"
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
"node_modules/@oxc-project/types": {
|
|
138
|
-
"version": "0.128.0",
|
|
139
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.128.0.tgz",
|
|
140
|
-
"integrity": "sha512-huv1Y/LzBJkBVHt3OlC7u0zHBW9qXf1FdD7sGmc1rXc2P1mTwHssYv7jyGx5KAACSCH+9B3Bhn6Z9luHRvf7pQ==",
|
|
141
|
-
"dev": true,
|
|
142
|
-
"license": "MIT",
|
|
143
|
-
"funding": {
|
|
144
|
-
"url": "https://github.com/sponsors/Boshen"
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
"node_modules/@oxfmt/binding-android-arm-eabi": {
|
|
148
|
-
"version": "0.48.0",
|
|
149
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.48.0.tgz",
|
|
150
|
-
"integrity": "sha512-uwqk+/KhQvBIpULD8SMM/zAafMRC/+DV/xsEQjkkIsJ/kLmEI/2bxonVowcYTiXqqZ/a0FEW8DPkZY3VvwELDA==",
|
|
151
|
-
"cpu": [
|
|
152
|
-
"arm"
|
|
153
|
-
],
|
|
154
|
-
"license": "MIT",
|
|
155
|
-
"optional": true,
|
|
156
|
-
"os": [
|
|
157
|
-
"android"
|
|
158
|
-
],
|
|
159
|
-
"engines": {
|
|
160
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"node_modules/@oxfmt/binding-android-arm64": {
|
|
164
|
-
"version": "0.48.0",
|
|
165
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.48.0.tgz",
|
|
166
|
-
"integrity": "sha512-VUCiKuXK5+McVssgHEJdrcGK7hRJzrRb36zm9/jwzMholyYt4BgXhw5Nm1V1DX6Ce717Zi/1jk432b/tgmQgtQ==",
|
|
167
|
-
"cpu": [
|
|
168
|
-
"arm64"
|
|
169
|
-
],
|
|
170
|
-
"license": "MIT",
|
|
171
|
-
"optional": true,
|
|
172
|
-
"os": [
|
|
173
|
-
"android"
|
|
174
|
-
],
|
|
175
|
-
"engines": {
|
|
176
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
|
-
"node_modules/@oxfmt/binding-darwin-arm64": {
|
|
180
|
-
"version": "0.48.0",
|
|
181
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.48.0.tgz",
|
|
182
|
-
"integrity": "sha512-IkKp8rnIyQLW6Jt+6jragCbUVYSayk55lapiprLjIVvt4NczLyO/nwX2GgefLQ5iaBdfS8UEAFgCs/pLO6Cl0w==",
|
|
183
|
-
"cpu": [
|
|
184
|
-
"arm64"
|
|
185
|
-
],
|
|
186
|
-
"license": "MIT",
|
|
187
|
-
"optional": true,
|
|
188
|
-
"os": [
|
|
189
|
-
"darwin"
|
|
190
|
-
],
|
|
191
|
-
"engines": {
|
|
192
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
"node_modules/@oxfmt/binding-darwin-x64": {
|
|
196
|
-
"version": "0.48.0",
|
|
197
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.48.0.tgz",
|
|
198
|
-
"integrity": "sha512-+aFuhsGIuvnoOjXyKVHMhPKJZR1kQkAl8QyrKoMlA7yJsSTC3N0Asl53La8TChSHhW8epToQ/Q0nvLmEmfNmLg==",
|
|
199
|
-
"cpu": [
|
|
200
|
-
"x64"
|
|
201
|
-
],
|
|
202
|
-
"license": "MIT",
|
|
203
|
-
"optional": true,
|
|
204
|
-
"os": [
|
|
205
|
-
"darwin"
|
|
206
|
-
],
|
|
207
|
-
"engines": {
|
|
208
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
209
|
-
}
|
|
210
|
-
},
|
|
211
|
-
"node_modules/@oxfmt/binding-freebsd-x64": {
|
|
212
|
-
"version": "0.48.0",
|
|
213
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.48.0.tgz",
|
|
214
|
-
"integrity": "sha512-fbqzQL8FjI9gGnktI7RIo0dksDziTAYBy7xlI7jU7eID5fxLF/25fS4Xj6GydD8Y5oWHL83U4NK160QaOAxtyg==",
|
|
215
|
-
"cpu": [
|
|
216
|
-
"x64"
|
|
217
|
-
],
|
|
218
|
-
"license": "MIT",
|
|
219
|
-
"optional": true,
|
|
220
|
-
"os": [
|
|
221
|
-
"freebsd"
|
|
222
|
-
],
|
|
223
|
-
"engines": {
|
|
224
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
"node_modules/@oxfmt/binding-linux-arm-gnueabihf": {
|
|
228
|
-
"version": "0.48.0",
|
|
229
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.48.0.tgz",
|
|
230
|
-
"integrity": "sha512-hn4i0zhAyTiB3ZHjQfYUZkDvrbVkohw1S7pySWxWUoZ87HnkDoTFThj7QTxk40hNPOTUP0vHbPRNamFIv1HBJQ==",
|
|
231
|
-
"cpu": [
|
|
232
|
-
"arm"
|
|
233
|
-
],
|
|
234
|
-
"license": "MIT",
|
|
235
|
-
"optional": true,
|
|
236
|
-
"os": [
|
|
237
|
-
"linux"
|
|
238
|
-
],
|
|
239
|
-
"engines": {
|
|
240
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
241
|
-
}
|
|
242
|
-
},
|
|
243
|
-
"node_modules/@oxfmt/binding-linux-arm-musleabihf": {
|
|
244
|
-
"version": "0.48.0",
|
|
245
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.48.0.tgz",
|
|
246
|
-
"integrity": "sha512-R4WBD9qF3QM9hqgdAa+fBGXmquTvDUujrPQ36t2Sjk8RPOSKGHDeN7l/khr10hqbQaOq9KCgPHG9ubNET/X/RQ==",
|
|
247
|
-
"cpu": [
|
|
248
|
-
"arm"
|
|
249
|
-
],
|
|
250
|
-
"license": "MIT",
|
|
251
|
-
"optional": true,
|
|
252
|
-
"os": [
|
|
253
|
-
"linux"
|
|
254
|
-
],
|
|
255
|
-
"engines": {
|
|
256
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
"node_modules/@oxfmt/binding-linux-arm64-gnu": {
|
|
260
|
-
"version": "0.48.0",
|
|
261
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.48.0.tgz",
|
|
262
|
-
"integrity": "sha512-5bVdwSwlm1M8wbYCorLOxWxUBw/8tBvHYyQNIfwWVPwOJaj5vg1APSGJQVpwJfV5VNE9PSrR91UKEpoNwHhqUA==",
|
|
263
|
-
"cpu": [
|
|
264
|
-
"arm64"
|
|
265
|
-
],
|
|
266
|
-
"license": "MIT",
|
|
267
|
-
"optional": true,
|
|
268
|
-
"os": [
|
|
269
|
-
"linux"
|
|
270
|
-
],
|
|
271
|
-
"engines": {
|
|
272
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
"node_modules/@oxfmt/binding-linux-arm64-musl": {
|
|
276
|
-
"version": "0.48.0",
|
|
277
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.48.0.tgz",
|
|
278
|
-
"integrity": "sha512-vCS3Fk7gFslTqE1lUE2IlroyVV7u/9SmMA/uBqDoshuck2psGWcjW0ePyPZI3rM3+qtf2pDaMVIKMHozraifuw==",
|
|
279
|
-
"cpu": [
|
|
280
|
-
"arm64"
|
|
281
|
-
],
|
|
282
|
-
"license": "MIT",
|
|
283
|
-
"optional": true,
|
|
284
|
-
"os": [
|
|
285
|
-
"linux"
|
|
286
|
-
],
|
|
287
|
-
"engines": {
|
|
288
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
"node_modules/@oxfmt/binding-linux-ppc64-gnu": {
|
|
292
|
-
"version": "0.48.0",
|
|
293
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.48.0.tgz",
|
|
294
|
-
"integrity": "sha512-gKtfFfueUClXDumyoHUbymqRf7prHejOOyzJK0eIJn93GF9JBdFHdo60TM1ZBHxkEwZvjuOgHmKtneKbEOc/Eg==",
|
|
295
|
-
"cpu": [
|
|
296
|
-
"ppc64"
|
|
297
|
-
],
|
|
298
|
-
"license": "MIT",
|
|
299
|
-
"optional": true,
|
|
300
|
-
"os": [
|
|
301
|
-
"linux"
|
|
302
|
-
],
|
|
303
|
-
"engines": {
|
|
304
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
"node_modules/@oxfmt/binding-linux-riscv64-gnu": {
|
|
308
|
-
"version": "0.48.0",
|
|
309
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.48.0.tgz",
|
|
310
|
-
"integrity": "sha512-SYt0UhOvZD/UwZz9sXq6J2uAw8o24f5VZpLB2DH01f6MevshmlgakQlZe2lwek2sZJkd07eLu7mZa0g7yeiw7Q==",
|
|
311
|
-
"cpu": [
|
|
312
|
-
"riscv64"
|
|
313
|
-
],
|
|
314
|
-
"license": "MIT",
|
|
315
|
-
"optional": true,
|
|
316
|
-
"os": [
|
|
317
|
-
"linux"
|
|
318
|
-
],
|
|
319
|
-
"engines": {
|
|
320
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
"node_modules/@oxfmt/binding-linux-riscv64-musl": {
|
|
324
|
-
"version": "0.48.0",
|
|
325
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.48.0.tgz",
|
|
326
|
-
"integrity": "sha512-JLbrwck2AopG4ud/XklZO5N+qxGC7cS7ROvXZVNfx0MCLDDL2kGOLvzuWORkVjnjAM0CMAfIMU2zNBtQbM+4dw==",
|
|
327
|
-
"cpu": [
|
|
328
|
-
"riscv64"
|
|
329
|
-
],
|
|
330
|
-
"license": "MIT",
|
|
331
|
-
"optional": true,
|
|
332
|
-
"os": [
|
|
333
|
-
"linux"
|
|
334
|
-
],
|
|
335
|
-
"engines": {
|
|
336
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
|
-
"node_modules/@oxfmt/binding-linux-s390x-gnu": {
|
|
340
|
-
"version": "0.48.0",
|
|
341
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.48.0.tgz",
|
|
342
|
-
"integrity": "sha512-mdxt5L8OQLxkQH+JVpdC/lknZNe0lX4hlO3d8+xvw2wToo+iDrid9tiGOd5bmHfUVd5wVhrUry0qlu5vq66NkQ==",
|
|
343
|
-
"cpu": [
|
|
344
|
-
"s390x"
|
|
345
|
-
],
|
|
346
|
-
"license": "MIT",
|
|
347
|
-
"optional": true,
|
|
348
|
-
"os": [
|
|
349
|
-
"linux"
|
|
350
|
-
],
|
|
351
|
-
"engines": {
|
|
352
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
353
|
-
}
|
|
354
|
-
},
|
|
355
|
-
"node_modules/@oxfmt/binding-linux-x64-gnu": {
|
|
356
|
-
"version": "0.48.0",
|
|
357
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.48.0.tgz",
|
|
358
|
-
"integrity": "sha512-oEz1BQwMrV7OMEFx/3VPDU3n9TM0AnxpktDYXjEg5i6nTX87wo18wSfBvkl4tzAICdKtoAQAdBIl7Y7hsPlx5w==",
|
|
359
|
-
"cpu": [
|
|
360
|
-
"x64"
|
|
361
|
-
],
|
|
362
|
-
"license": "MIT",
|
|
363
|
-
"optional": true,
|
|
364
|
-
"os": [
|
|
365
|
-
"linux"
|
|
366
|
-
],
|
|
367
|
-
"engines": {
|
|
368
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
369
|
-
}
|
|
370
|
-
},
|
|
371
|
-
"node_modules/@oxfmt/binding-linux-x64-musl": {
|
|
372
|
-
"version": "0.48.0",
|
|
373
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.48.0.tgz",
|
|
374
|
-
"integrity": "sha512-g2SKTTurP5mWjd8Ecait0erYqmltL4IqW1EwttM25BxM6NiTt4ubobJYMR1uox1V2QgG4UfHH10CGRvWlUixjw==",
|
|
375
|
-
"cpu": [
|
|
376
|
-
"x64"
|
|
377
|
-
],
|
|
378
|
-
"license": "MIT",
|
|
379
|
-
"optional": true,
|
|
380
|
-
"os": [
|
|
381
|
-
"linux"
|
|
382
|
-
],
|
|
383
|
-
"engines": {
|
|
384
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
|
-
"node_modules/@oxfmt/binding-openharmony-arm64": {
|
|
388
|
-
"version": "0.48.0",
|
|
389
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.48.0.tgz",
|
|
390
|
-
"integrity": "sha512-CIg24VgheEpvolHL2gQuax5qcQ602bRMHrJ9g8XsQr3iVj9aSPgopigBKuMqrXsupwkrU+RQCn5cG8PgFntR6w==",
|
|
391
|
-
"cpu": [
|
|
392
|
-
"arm64"
|
|
393
|
-
],
|
|
394
|
-
"license": "MIT",
|
|
395
|
-
"optional": true,
|
|
396
|
-
"os": [
|
|
397
|
-
"openharmony"
|
|
398
|
-
],
|
|
399
|
-
"engines": {
|
|
400
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
"node_modules/@oxfmt/binding-win32-arm64-msvc": {
|
|
404
|
-
"version": "0.48.0",
|
|
405
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.48.0.tgz",
|
|
406
|
-
"integrity": "sha512-zeaWkcxcEULwkGF3I/HgEvcDPN8buYDrxibBUa/IFh5Vmwyge+KpLO+hEwSovW349H0O/C0Z2kaFmEzEDm00/Q==",
|
|
407
|
-
"cpu": [
|
|
408
|
-
"arm64"
|
|
409
|
-
],
|
|
410
|
-
"license": "MIT",
|
|
411
|
-
"optional": true,
|
|
412
|
-
"os": [
|
|
413
|
-
"win32"
|
|
414
|
-
],
|
|
415
|
-
"engines": {
|
|
416
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
"node_modules/@oxfmt/binding-win32-ia32-msvc": {
|
|
420
|
-
"version": "0.48.0",
|
|
421
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.48.0.tgz",
|
|
422
|
-
"integrity": "sha512-yiEKnIAGvx5CyZQOlMaNlZkAbwT7/Quk0j3WLt+PR5hK+qYjPTRRJYDfD77wCBPLvEYAG41v4KG3iL0H+uxoxg==",
|
|
423
|
-
"cpu": [
|
|
424
|
-
"ia32"
|
|
425
|
-
],
|
|
426
|
-
"license": "MIT",
|
|
427
|
-
"optional": true,
|
|
428
|
-
"os": [
|
|
429
|
-
"win32"
|
|
430
|
-
],
|
|
431
|
-
"engines": {
|
|
432
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
433
|
-
}
|
|
434
|
-
},
|
|
435
|
-
"node_modules/@oxfmt/binding-win32-x64-msvc": {
|
|
436
|
-
"version": "0.48.0",
|
|
437
|
-
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.48.0.tgz",
|
|
438
|
-
"integrity": "sha512-GSD2+7t2UoVMV2NgxXypa4bKewflPMAjYnF0Xw9/ht82ZfafAHhb8STwrEd7wlH2PFogt5zw3WVCxYJaHUdbeQ==",
|
|
439
|
-
"cpu": [
|
|
440
|
-
"x64"
|
|
441
|
-
],
|
|
442
|
-
"license": "MIT",
|
|
443
|
-
"optional": true,
|
|
444
|
-
"os": [
|
|
445
|
-
"win32"
|
|
446
|
-
],
|
|
447
|
-
"engines": {
|
|
448
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
449
|
-
}
|
|
450
|
-
},
|
|
451
|
-
"node_modules/@oxlint/binding-android-arm-eabi": {
|
|
452
|
-
"version": "1.63.0",
|
|
453
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.63.0.tgz",
|
|
454
|
-
"integrity": "sha512-A9xLtQt7i0OA1PoB/meog6kikXI9CdwEp7ZwQqmgnpKn3G3b1orvTDy8CQ6T7w1HvDrgWGB78PkFKcWgibcTCg==",
|
|
455
|
-
"cpu": [
|
|
456
|
-
"arm"
|
|
457
|
-
],
|
|
458
|
-
"license": "MIT",
|
|
459
|
-
"optional": true,
|
|
460
|
-
"os": [
|
|
461
|
-
"android"
|
|
462
|
-
],
|
|
463
|
-
"engines": {
|
|
464
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
"node_modules/@oxlint/binding-android-arm64": {
|
|
468
|
-
"version": "1.63.0",
|
|
469
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.63.0.tgz",
|
|
470
|
-
"integrity": "sha512-SQo+ZMvdR9l3CxZp5W5gFNxSiDxclY6lOzzNpKYLF8asESpm3Pwumx0gER5T7aHLF1/2BAAtLD3DiDkdgy4V1A==",
|
|
471
|
-
"cpu": [
|
|
472
|
-
"arm64"
|
|
473
|
-
],
|
|
474
|
-
"license": "MIT",
|
|
475
|
-
"optional": true,
|
|
476
|
-
"os": [
|
|
477
|
-
"android"
|
|
478
|
-
],
|
|
479
|
-
"engines": {
|
|
480
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
481
|
-
}
|
|
482
|
-
},
|
|
483
|
-
"node_modules/@oxlint/binding-darwin-arm64": {
|
|
484
|
-
"version": "1.63.0",
|
|
485
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.63.0.tgz",
|
|
486
|
-
"integrity": "sha512-6W82XjJDTmMnjg30427l0dufpnyLoq7wEukKdM6/g2VIybRVuQiBVh43EA4b+UxZ3+tLcKm+Or/pXGNgLCEU8g==",
|
|
487
|
-
"cpu": [
|
|
488
|
-
"arm64"
|
|
489
|
-
],
|
|
490
|
-
"license": "MIT",
|
|
491
|
-
"optional": true,
|
|
492
|
-
"os": [
|
|
493
|
-
"darwin"
|
|
494
|
-
],
|
|
495
|
-
"engines": {
|
|
496
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
497
|
-
}
|
|
498
|
-
},
|
|
499
|
-
"node_modules/@oxlint/binding-darwin-x64": {
|
|
500
|
-
"version": "1.63.0",
|
|
501
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.63.0.tgz",
|
|
502
|
-
"integrity": "sha512-CnWd/YCuVG5W1BYkjJEVbJG11o526O9qAwBEQM+nh8K19CRFUkFdROXCyYkGmroHEYQe4vgQ6+lh3550Lp35Xw==",
|
|
503
|
-
"cpu": [
|
|
504
|
-
"x64"
|
|
505
|
-
],
|
|
506
|
-
"license": "MIT",
|
|
507
|
-
"optional": true,
|
|
508
|
-
"os": [
|
|
509
|
-
"darwin"
|
|
510
|
-
],
|
|
511
|
-
"engines": {
|
|
512
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
513
|
-
}
|
|
514
|
-
},
|
|
515
|
-
"node_modules/@oxlint/binding-freebsd-x64": {
|
|
516
|
-
"version": "1.63.0",
|
|
517
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.63.0.tgz",
|
|
518
|
-
"integrity": "sha512-a4eZAqrmtajqcxfdAzC+l7g3PaE3V8hpAYqqeD3fTxLXOMFdK3eNTZrU80n4dDEVm0JXy1aL5PqvqWldBl6zYA==",
|
|
519
|
-
"cpu": [
|
|
520
|
-
"x64"
|
|
521
|
-
],
|
|
522
|
-
"license": "MIT",
|
|
523
|
-
"optional": true,
|
|
524
|
-
"os": [
|
|
525
|
-
"freebsd"
|
|
526
|
-
],
|
|
527
|
-
"engines": {
|
|
528
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
529
|
-
}
|
|
530
|
-
},
|
|
531
|
-
"node_modules/@oxlint/binding-linux-arm-gnueabihf": {
|
|
532
|
-
"version": "1.63.0",
|
|
533
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.63.0.tgz",
|
|
534
|
-
"integrity": "sha512-tYUtU9TdbU3uXF5D62g5zXJ13iniFGhXQx5vp9cyEjGdbSAY3VdFBSaldYvyoDmgMZ0ZYuwQP1Y4t2Fhejwa0w==",
|
|
535
|
-
"cpu": [
|
|
536
|
-
"arm"
|
|
537
|
-
],
|
|
538
|
-
"license": "MIT",
|
|
539
|
-
"optional": true,
|
|
540
|
-
"os": [
|
|
541
|
-
"linux"
|
|
542
|
-
],
|
|
543
|
-
"engines": {
|
|
544
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
"node_modules/@oxlint/binding-linux-arm-musleabihf": {
|
|
548
|
-
"version": "1.63.0",
|
|
549
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.63.0.tgz",
|
|
550
|
-
"integrity": "sha512-I5r3twFf776UZg9dmRo2xbrKt00tTkORXEVe0ctg4vdTkQvJAjiCHxnbAU2HL1AiJ9cqADA76MAliuilsAWnvg==",
|
|
551
|
-
"cpu": [
|
|
552
|
-
"arm"
|
|
553
|
-
],
|
|
554
|
-
"license": "MIT",
|
|
555
|
-
"optional": true,
|
|
556
|
-
"os": [
|
|
557
|
-
"linux"
|
|
558
|
-
],
|
|
559
|
-
"engines": {
|
|
560
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
561
|
-
}
|
|
562
|
-
},
|
|
563
|
-
"node_modules/@oxlint/binding-linux-arm64-gnu": {
|
|
564
|
-
"version": "1.63.0",
|
|
565
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.63.0.tgz",
|
|
566
|
-
"integrity": "sha512-t7ltUkg6FFh4b564QyGir8xIj/QZbXu8FlcRkcyW9+ztr/mfRHlvUOFd95pJCXi9s/L5DrUeWWgpXRS+V+6igQ==",
|
|
567
|
-
"cpu": [
|
|
568
|
-
"arm64"
|
|
569
|
-
],
|
|
570
|
-
"license": "MIT",
|
|
571
|
-
"optional": true,
|
|
572
|
-
"os": [
|
|
573
|
-
"linux"
|
|
574
|
-
],
|
|
575
|
-
"engines": {
|
|
576
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
577
|
-
}
|
|
578
|
-
},
|
|
579
|
-
"node_modules/@oxlint/binding-linux-arm64-musl": {
|
|
580
|
-
"version": "1.63.0",
|
|
581
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.63.0.tgz",
|
|
582
|
-
"integrity": "sha512-Q5mmZy/XWjuYFUuQyYjOvZ5U/JkKEwnpir6hGxhh6HcdP0V/BKxLo8dqkfF/t7r7AguB17dfS/8+go5AQDRR6g==",
|
|
583
|
-
"cpu": [
|
|
584
|
-
"arm64"
|
|
585
|
-
],
|
|
586
|
-
"license": "MIT",
|
|
587
|
-
"optional": true,
|
|
588
|
-
"os": [
|
|
589
|
-
"linux"
|
|
590
|
-
],
|
|
591
|
-
"engines": {
|
|
592
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
"node_modules/@oxlint/binding-linux-ppc64-gnu": {
|
|
596
|
-
"version": "1.63.0",
|
|
597
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.63.0.tgz",
|
|
598
|
-
"integrity": "sha512-uBGtuZ0TzLB4x5wVa82HGNvYqY8buwDhyCnCP0R0gkk9szqVsP0MeTtD5HX7EsEuFIt+aYmYxuxeVxs3nTSwtQ==",
|
|
599
|
-
"cpu": [
|
|
600
|
-
"ppc64"
|
|
601
|
-
],
|
|
602
|
-
"license": "MIT",
|
|
603
|
-
"optional": true,
|
|
604
|
-
"os": [
|
|
605
|
-
"linux"
|
|
606
|
-
],
|
|
607
|
-
"engines": {
|
|
608
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
609
|
-
}
|
|
610
|
-
},
|
|
611
|
-
"node_modules/@oxlint/binding-linux-riscv64-gnu": {
|
|
612
|
-
"version": "1.63.0",
|
|
613
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.63.0.tgz",
|
|
614
|
-
"integrity": "sha512-h4s6FwxE+9MeA181o0dnDwHP32Y/bG8EiB/vrD6Ib+AMt6haigDc/0bUtI/sLmQDBMJnUfaCmtSSrEAqjtEVrA==",
|
|
615
|
-
"cpu": [
|
|
616
|
-
"riscv64"
|
|
617
|
-
],
|
|
618
|
-
"license": "MIT",
|
|
619
|
-
"optional": true,
|
|
620
|
-
"os": [
|
|
621
|
-
"linux"
|
|
622
|
-
],
|
|
623
|
-
"engines": {
|
|
624
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
"node_modules/@oxlint/binding-linux-riscv64-musl": {
|
|
628
|
-
"version": "1.63.0",
|
|
629
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.63.0.tgz",
|
|
630
|
-
"integrity": "sha512-2EaNcCBR8Mcjl5ARtuN3BdEpVkX7KpjSjMGZ/mJMIeaXgTtdz5ytg2VwygMSStA/k0ixfvZFoZOfjDEcouV5vQ==",
|
|
631
|
-
"cpu": [
|
|
632
|
-
"riscv64"
|
|
633
|
-
],
|
|
634
|
-
"license": "MIT",
|
|
635
|
-
"optional": true,
|
|
636
|
-
"os": [
|
|
637
|
-
"linux"
|
|
638
|
-
],
|
|
639
|
-
"engines": {
|
|
640
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
641
|
-
}
|
|
642
|
-
},
|
|
643
|
-
"node_modules/@oxlint/binding-linux-s390x-gnu": {
|
|
644
|
-
"version": "1.63.0",
|
|
645
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.63.0.tgz",
|
|
646
|
-
"integrity": "sha512-p4hlf/fd7TrYYl3QrWWD0GocqJefwMu3cHQhmi2FvEB/YOvFb5DZN3SMBaPi7B1TM5DeypkEtrVib674q1KKPg==",
|
|
647
|
-
"cpu": [
|
|
648
|
-
"s390x"
|
|
649
|
-
],
|
|
650
|
-
"license": "MIT",
|
|
651
|
-
"optional": true,
|
|
652
|
-
"os": [
|
|
653
|
-
"linux"
|
|
654
|
-
],
|
|
655
|
-
"engines": {
|
|
656
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
657
|
-
}
|
|
658
|
-
},
|
|
659
|
-
"node_modules/@oxlint/binding-linux-x64-gnu": {
|
|
660
|
-
"version": "1.63.0",
|
|
661
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.63.0.tgz",
|
|
662
|
-
"integrity": "sha512-Vgq9rkRVcPcjbcH+ihYTfpeR7vCXfqpd+z5ItTGc0yYUV59L5ceHYN1iV4H9bKGV7Rn5hkVc7x3mSvHegduENA==",
|
|
663
|
-
"cpu": [
|
|
664
|
-
"x64"
|
|
665
|
-
],
|
|
666
|
-
"license": "MIT",
|
|
667
|
-
"optional": true,
|
|
668
|
-
"os": [
|
|
669
|
-
"linux"
|
|
670
|
-
],
|
|
671
|
-
"engines": {
|
|
672
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
673
|
-
}
|
|
674
|
-
},
|
|
675
|
-
"node_modules/@oxlint/binding-linux-x64-musl": {
|
|
676
|
-
"version": "1.63.0",
|
|
677
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.63.0.tgz",
|
|
678
|
-
"integrity": "sha512-3/Lkq/ncooA61rorrC+ZQed1Bc4VpGj+WnGsp58zmxKgvZ2vhreu+dcVyr3mX8NUpq7mfZ4gDDTou/yrF1Pd7A==",
|
|
679
|
-
"cpu": [
|
|
680
|
-
"x64"
|
|
681
|
-
],
|
|
682
|
-
"license": "MIT",
|
|
683
|
-
"optional": true,
|
|
684
|
-
"os": [
|
|
685
|
-
"linux"
|
|
686
|
-
],
|
|
687
|
-
"engines": {
|
|
688
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
689
|
-
}
|
|
690
|
-
},
|
|
691
|
-
"node_modules/@oxlint/binding-openharmony-arm64": {
|
|
692
|
-
"version": "1.63.0",
|
|
693
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.63.0.tgz",
|
|
694
|
-
"integrity": "sha512-0/EdD/6hDkx5Mfd769PTjvEM8mZ/6Dfukp1dBCL/2PjlIVGEtYdNZyok6ChqYPsT9JcFnlQnUeQzO0/1L/oC9w==",
|
|
695
|
-
"cpu": [
|
|
696
|
-
"arm64"
|
|
697
|
-
],
|
|
698
|
-
"license": "MIT",
|
|
699
|
-
"optional": true,
|
|
700
|
-
"os": [
|
|
701
|
-
"openharmony"
|
|
702
|
-
],
|
|
703
|
-
"engines": {
|
|
704
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
705
|
-
}
|
|
706
|
-
},
|
|
707
|
-
"node_modules/@oxlint/binding-win32-arm64-msvc": {
|
|
708
|
-
"version": "1.63.0",
|
|
709
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.63.0.tgz",
|
|
710
|
-
"integrity": "sha512-wb0CUkN8ngwPiRQBjD1Cj0LsHeNvm+Xt6YBHDMtj2DVQVD6Oj8Ri7g6BD+KICf6LaBqZlmzOvy6nF9E/8yyGOg==",
|
|
711
|
-
"cpu": [
|
|
712
|
-
"arm64"
|
|
713
|
-
],
|
|
714
|
-
"license": "MIT",
|
|
715
|
-
"optional": true,
|
|
716
|
-
"os": [
|
|
717
|
-
"win32"
|
|
718
|
-
],
|
|
719
|
-
"engines": {
|
|
720
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
|
-
"node_modules/@oxlint/binding-win32-ia32-msvc": {
|
|
724
|
-
"version": "1.63.0",
|
|
725
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.63.0.tgz",
|
|
726
|
-
"integrity": "sha512-BX5iq+ovdNlVYhSn5qPMUIT0uwAwt2lmEnCnzK+Gkhw4DovIvhGb96OFhV8yzQNUnQxn/xGkOR+X+BLrLDNm8w==",
|
|
727
|
-
"cpu": [
|
|
728
|
-
"ia32"
|
|
729
|
-
],
|
|
730
|
-
"license": "MIT",
|
|
731
|
-
"optional": true,
|
|
732
|
-
"os": [
|
|
733
|
-
"win32"
|
|
734
|
-
],
|
|
735
|
-
"engines": {
|
|
736
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
737
|
-
}
|
|
738
|
-
},
|
|
739
|
-
"node_modules/@oxlint/binding-win32-x64-msvc": {
|
|
740
|
-
"version": "1.63.0",
|
|
741
|
-
"resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.63.0.tgz",
|
|
742
|
-
"integrity": "sha512-QeN/WELOfsXMeYwxvfgQrl6CbVftYUCZsGXHjXQd5Trccm8+i4gmtxaOui4xbJQaiDlviF8F3yLSBloQUeFsfA==",
|
|
743
|
-
"cpu": [
|
|
744
|
-
"x64"
|
|
745
|
-
],
|
|
746
|
-
"license": "MIT",
|
|
747
|
-
"optional": true,
|
|
748
|
-
"os": [
|
|
749
|
-
"win32"
|
|
750
|
-
],
|
|
751
|
-
"engines": {
|
|
752
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
753
|
-
}
|
|
754
|
-
},
|
|
755
|
-
"node_modules/@rolldown/binding-android-arm64": {
|
|
756
|
-
"version": "1.0.0-rc.18",
|
|
757
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.18.tgz",
|
|
758
|
-
"integrity": "sha512-lIDyUAfD7U3+BWKzdxMbJcsYHuqXqmGz40aeRqvuAm3y5TkJSYTBW2RDrn65DJFPQqVjUAUqq5uz8urzQ8aBdQ==",
|
|
759
|
-
"cpu": [
|
|
760
|
-
"arm64"
|
|
761
|
-
],
|
|
762
|
-
"dev": true,
|
|
763
|
-
"license": "MIT",
|
|
764
|
-
"optional": true,
|
|
765
|
-
"os": [
|
|
766
|
-
"android"
|
|
767
|
-
],
|
|
768
|
-
"engines": {
|
|
769
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
770
|
-
}
|
|
771
|
-
},
|
|
772
|
-
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
773
|
-
"version": "1.0.0-rc.18",
|
|
774
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.18.tgz",
|
|
775
|
-
"integrity": "sha512-apJq2ktnGp27nSInMR5Vcj8kY6xJzDAvfdIFlpDcAK/w4cDO58qVoi1YQsES/SKiFNge/6e4CUzgjfHduYqWpQ==",
|
|
776
|
-
"cpu": [
|
|
777
|
-
"arm64"
|
|
778
|
-
],
|
|
779
|
-
"dev": true,
|
|
780
|
-
"license": "MIT",
|
|
781
|
-
"optional": true,
|
|
782
|
-
"os": [
|
|
783
|
-
"darwin"
|
|
784
|
-
],
|
|
785
|
-
"engines": {
|
|
786
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
787
|
-
}
|
|
788
|
-
},
|
|
789
|
-
"node_modules/@rolldown/binding-darwin-x64": {
|
|
790
|
-
"version": "1.0.0-rc.18",
|
|
791
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.18.tgz",
|
|
792
|
-
"integrity": "sha512-5Ofot8xbs+pxRHJqm9/9N/4sTQOvdrwEsmPE9pdLEEoAbdZtG6F2LMDfO1sp6ZAtXJuJV/21ew2srq3W8NXB5g==",
|
|
793
|
-
"cpu": [
|
|
794
|
-
"x64"
|
|
795
|
-
],
|
|
796
|
-
"dev": true,
|
|
797
|
-
"license": "MIT",
|
|
798
|
-
"optional": true,
|
|
799
|
-
"os": [
|
|
800
|
-
"darwin"
|
|
801
|
-
],
|
|
802
|
-
"engines": {
|
|
803
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
804
|
-
}
|
|
805
|
-
},
|
|
806
|
-
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
807
|
-
"version": "1.0.0-rc.18",
|
|
808
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.18.tgz",
|
|
809
|
-
"integrity": "sha512-7h8eeOTT1eyqJyx64BFCnWZpNm486hGWt2sqeLLgDxA0xI1oGZ9H7gK1S85uNGmBhkdPwa/6reTxfFFKvIsebw==",
|
|
810
|
-
"cpu": [
|
|
811
|
-
"x64"
|
|
812
|
-
],
|
|
813
|
-
"dev": true,
|
|
814
|
-
"license": "MIT",
|
|
815
|
-
"optional": true,
|
|
816
|
-
"os": [
|
|
817
|
-
"freebsd"
|
|
818
|
-
],
|
|
819
|
-
"engines": {
|
|
820
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
821
|
-
}
|
|
822
|
-
},
|
|
823
|
-
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
824
|
-
"version": "1.0.0-rc.18",
|
|
825
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.18.tgz",
|
|
826
|
-
"integrity": "sha512-eRcm/HVt9U/JFu5RKAEKwGQYtDCKWLiaH6wOnsSEp6NMBb/3Os8LgHZlNyzMpFVNmiiMFlfb2zEnebfzJrHFmg==",
|
|
827
|
-
"cpu": [
|
|
828
|
-
"arm"
|
|
829
|
-
],
|
|
830
|
-
"dev": true,
|
|
831
|
-
"license": "MIT",
|
|
832
|
-
"optional": true,
|
|
833
|
-
"os": [
|
|
834
|
-
"linux"
|
|
835
|
-
],
|
|
836
|
-
"engines": {
|
|
837
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
838
|
-
}
|
|
839
|
-
},
|
|
840
|
-
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
841
|
-
"version": "1.0.0-rc.18",
|
|
842
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.18.tgz",
|
|
843
|
-
"integrity": "sha512-SOrT/cT4ukTmgnrEz/Hg3m7LBnuCLW9psDeMKrimRWY4I8DmnO7Lco8W2vtqPmMkbVu8iJ+g4GFLVLLOVjJ9DQ==",
|
|
844
|
-
"cpu": [
|
|
845
|
-
"arm64"
|
|
846
|
-
],
|
|
847
|
-
"dev": true,
|
|
848
|
-
"license": "MIT",
|
|
849
|
-
"optional": true,
|
|
850
|
-
"os": [
|
|
851
|
-
"linux"
|
|
852
|
-
],
|
|
853
|
-
"engines": {
|
|
854
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
|
-
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
858
|
-
"version": "1.0.0-rc.18",
|
|
859
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.18.tgz",
|
|
860
|
-
"integrity": "sha512-QWjdxN1HJCpBTAcZ5N5F7wju3gVPzRzSpmGzx7na0c/1qpN9CFil+xt+l9lV/1M6/gqHSNXCiqPfwhVJPeLnug==",
|
|
861
|
-
"cpu": [
|
|
862
|
-
"arm64"
|
|
863
|
-
],
|
|
864
|
-
"dev": true,
|
|
865
|
-
"license": "MIT",
|
|
866
|
-
"optional": true,
|
|
867
|
-
"os": [
|
|
868
|
-
"linux"
|
|
869
|
-
],
|
|
870
|
-
"engines": {
|
|
871
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
875
|
-
"version": "1.0.0-rc.18",
|
|
876
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.18.tgz",
|
|
877
|
-
"integrity": "sha512-ugCOyj7a4d9h3q9B+wXmf6g3a68UsjGh6dob5DHevHGMwDUbhsYNbSPxJsENcIttJZ9jv7qGM2UesLw5jqIhdg==",
|
|
878
|
-
"cpu": [
|
|
879
|
-
"ppc64"
|
|
880
|
-
],
|
|
881
|
-
"dev": true,
|
|
882
|
-
"license": "MIT",
|
|
883
|
-
"optional": true,
|
|
884
|
-
"os": [
|
|
885
|
-
"linux"
|
|
886
|
-
],
|
|
887
|
-
"engines": {
|
|
888
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
889
|
-
}
|
|
890
|
-
},
|
|
891
|
-
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
892
|
-
"version": "1.0.0-rc.18",
|
|
893
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.18.tgz",
|
|
894
|
-
"integrity": "sha512-kKWRhbsotpXkGbcd5dllUWg5gEXcDAa8u5YnP9AV5DYNbvJHGzzuwv7dpmhc8NqKMJldl0a+x76IHbspEpEmdA==",
|
|
895
|
-
"cpu": [
|
|
896
|
-
"s390x"
|
|
897
|
-
],
|
|
898
|
-
"dev": true,
|
|
899
|
-
"license": "MIT",
|
|
900
|
-
"optional": true,
|
|
901
|
-
"os": [
|
|
902
|
-
"linux"
|
|
903
|
-
],
|
|
904
|
-
"engines": {
|
|
905
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
909
|
-
"version": "1.0.0-rc.18",
|
|
910
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.18.tgz",
|
|
911
|
-
"integrity": "sha512-uCo8ElcCIAMyYAZyuIZ81oFkhTSIllNvUCHCAlbhlN4ji3uC28h7IIdlXyIvGO7HsuqnV9p3rD/bpH7XhIyhRw==",
|
|
912
|
-
"cpu": [
|
|
913
|
-
"x64"
|
|
914
|
-
],
|
|
915
|
-
"dev": true,
|
|
916
|
-
"license": "MIT",
|
|
917
|
-
"optional": true,
|
|
918
|
-
"os": [
|
|
919
|
-
"linux"
|
|
920
|
-
],
|
|
921
|
-
"engines": {
|
|
922
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
923
|
-
}
|
|
924
|
-
},
|
|
925
|
-
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
926
|
-
"version": "1.0.0-rc.18",
|
|
927
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.18.tgz",
|
|
928
|
-
"integrity": "sha512-XNOQZtuE6yUIvx4rwGemwh8kpL1xvU41FXy/s9K7T/3JVcqGzo3NfKM2HrbrGgfPYGFW42f07Wk++aOC6B9NWA==",
|
|
929
|
-
"cpu": [
|
|
930
|
-
"x64"
|
|
931
|
-
],
|
|
932
|
-
"dev": true,
|
|
933
|
-
"license": "MIT",
|
|
934
|
-
"optional": true,
|
|
935
|
-
"os": [
|
|
936
|
-
"linux"
|
|
937
|
-
],
|
|
938
|
-
"engines": {
|
|
939
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
943
|
-
"version": "1.0.0-rc.18",
|
|
944
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.18.tgz",
|
|
945
|
-
"integrity": "sha512-tSn/kzrfa7tNOXr7sEacDBN4YsIqTyLqh45IO0nHDwtpKIDNDJr+VFojt+4klSpChxB29JLyduSsE0MKEwa65A==",
|
|
946
|
-
"cpu": [
|
|
947
|
-
"arm64"
|
|
948
|
-
],
|
|
949
|
-
"dev": true,
|
|
950
|
-
"license": "MIT",
|
|
951
|
-
"optional": true,
|
|
952
|
-
"os": [
|
|
953
|
-
"openharmony"
|
|
954
|
-
],
|
|
955
|
-
"engines": {
|
|
956
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
957
|
-
}
|
|
958
|
-
},
|
|
959
|
-
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
960
|
-
"version": "1.0.0-rc.18",
|
|
961
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.18.tgz",
|
|
962
|
-
"integrity": "sha512-+J9YGmc+czgqlhYmwun3S3O0FIZhsH8ep2456xwjAdIOmuJxM7xz4P4PtrxU+Bz17a/5bqPA8o3HAAoX0teUdg==",
|
|
963
|
-
"cpu": [
|
|
964
|
-
"wasm32"
|
|
965
|
-
],
|
|
966
|
-
"dev": true,
|
|
967
|
-
"license": "MIT",
|
|
968
|
-
"optional": true,
|
|
969
|
-
"dependencies": {
|
|
970
|
-
"@emnapi/core": "1.10.0",
|
|
971
|
-
"@emnapi/runtime": "1.10.0",
|
|
972
|
-
"@napi-rs/wasm-runtime": "^1.1.4"
|
|
973
|
-
},
|
|
974
|
-
"engines": {
|
|
975
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
976
|
-
}
|
|
977
|
-
},
|
|
978
|
-
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
979
|
-
"version": "1.0.0-rc.18",
|
|
980
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.18.tgz",
|
|
981
|
-
"integrity": "sha512-zsu47DgU0FQzSwi6sU9dZoEdUv7pc1AptSEz/Z8HBg54sV0Pbs3N0+CrIbTsgiu6EyoaNN9CHboqbLaz9lhOyQ==",
|
|
982
|
-
"cpu": [
|
|
983
|
-
"arm64"
|
|
984
|
-
],
|
|
985
|
-
"dev": true,
|
|
986
|
-
"license": "MIT",
|
|
987
|
-
"optional": true,
|
|
988
|
-
"os": [
|
|
989
|
-
"win32"
|
|
990
|
-
],
|
|
991
|
-
"engines": {
|
|
992
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
993
|
-
}
|
|
994
|
-
},
|
|
995
|
-
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
996
|
-
"version": "1.0.0-rc.18",
|
|
997
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.18.tgz",
|
|
998
|
-
"integrity": "sha512-7H+3yqGgmnlDTRRhw/xpYY9J1kf4GC681nVc4GqKhExZTDrVVrV2tsOR9kso0fvgBdcTCcQShx4SLLoHgaLwhg==",
|
|
999
|
-
"cpu": [
|
|
1000
|
-
"x64"
|
|
1001
|
-
],
|
|
1002
|
-
"dev": true,
|
|
1003
|
-
"license": "MIT",
|
|
1004
|
-
"optional": true,
|
|
1005
|
-
"os": [
|
|
1006
|
-
"win32"
|
|
1007
|
-
],
|
|
1008
|
-
"engines": {
|
|
1009
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
1010
|
-
}
|
|
1011
|
-
},
|
|
1012
|
-
"node_modules/@rolldown/pluginutils": {
|
|
1013
|
-
"version": "1.0.0-rc.18",
|
|
1014
|
-
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.18.tgz",
|
|
1015
|
-
"integrity": "sha512-CUY5Mnhe64xQBGZEEXQ5WyZwsc1JU3vAZLIxtrsBt3LO6UOb+C8GunVKqe9sT8NeWb4lqSaoJtp2xo6GxT1MNw==",
|
|
1016
|
-
"dev": true,
|
|
1017
|
-
"license": "MIT"
|
|
1018
|
-
},
|
|
1019
|
-
"node_modules/@rue-js/jsx-dev-runtime": {
|
|
1020
|
-
"version": "0.0.39",
|
|
1021
|
-
"resolved": "https://registry.npmjs.org/@rue-js/jsx-dev-runtime/-/jsx-dev-runtime-0.0.39.tgz",
|
|
1022
|
-
"integrity": "sha512-6xH4wy2+qOqyBQXwAHR4/TYSeL/RJX9nY5wHbiZnTdCBssc31/8zBtJ4rj9wZg9LqeJkWgvB37uaIZIFTi4Nng==",
|
|
1023
|
-
"dev": true,
|
|
1024
|
-
"license": "MIT",
|
|
1025
|
-
"dependencies": {
|
|
1026
|
-
"@rue-js/rue": "0.0.39"
|
|
1027
|
-
}
|
|
1028
|
-
},
|
|
1029
|
-
"node_modules/@rue-js/jsx-runtime": {
|
|
1030
|
-
"version": "0.0.39",
|
|
1031
|
-
"resolved": "https://registry.npmjs.org/@rue-js/jsx-runtime/-/jsx-runtime-0.0.39.tgz",
|
|
1032
|
-
"integrity": "sha512-xgBRI5rL5d7d41S0i8E1vwPX3y9C3rje4d3YDpAOquwkpoOAjNiG1IM9GR4pCI7lM2CfuJcYyKYqIm+crQ6hCA==",
|
|
1033
|
-
"license": "MIT",
|
|
1034
|
-
"dependencies": {
|
|
1035
|
-
"@rue-js/rue": "0.0.39"
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
"node_modules/@rue-js/router": {
|
|
1039
|
-
"version": "0.0.39",
|
|
1040
|
-
"resolved": "https://registry.npmjs.org/@rue-js/router/-/router-0.0.39.tgz",
|
|
1041
|
-
"integrity": "sha512-96lSsMDI4zKcfC0nezwnADwPloGMJHFDiWlvpJABQhs1EC2rMfPw42d/V0g6e+GLUbaopxBJW1Zsdc/vNl8kZQ==",
|
|
1042
|
-
"license": "MIT",
|
|
1043
|
-
"dependencies": {
|
|
1044
|
-
"@rue-js/rue": "0.0.39"
|
|
1045
|
-
}
|
|
1046
|
-
},
|
|
1047
|
-
"node_modules/@rue-js/rue": {
|
|
1048
|
-
"version": "0.0.39",
|
|
1049
|
-
"resolved": "https://registry.npmjs.org/@rue-js/rue/-/rue-0.0.39.tgz",
|
|
1050
|
-
"integrity": "sha512-dOOFyYMEcrA3sA2k7VnbycEWiQ/xR+i08E6MXptqhBVUn39amy7xcue04teuhwh/rM5vAEOWTkT0clLeCUxZ/Q==",
|
|
1051
|
-
"license": "MIT",
|
|
1052
|
-
"dependencies": {
|
|
1053
|
-
"@rue-js/runtime": "0.0.39",
|
|
1054
|
-
"@rue-js/shared": "0.0.39"
|
|
1055
|
-
},
|
|
1056
|
-
"peerDependencies": {
|
|
1057
|
-
"typescript": "*"
|
|
1058
|
-
},
|
|
1059
|
-
"peerDependenciesMeta": {
|
|
1060
|
-
"typescript": {
|
|
1061
|
-
"optional": true
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
},
|
|
1065
|
-
"node_modules/@rue-js/runtime": {
|
|
1066
|
-
"version": "0.0.39",
|
|
1067
|
-
"resolved": "https://registry.npmjs.org/@rue-js/runtime/-/runtime-0.0.39.tgz",
|
|
1068
|
-
"integrity": "sha512-aLfEWfMxTZJ/MBbkStNwezH5hywcmcCOBqu+/OCBY3WXF7Uj3eOWqjnGWPohrEht0QYTGxjmRTzNYZJ2k0XzLg==",
|
|
1069
|
-
"license": "MIT",
|
|
1070
|
-
"dependencies": {
|
|
1071
|
-
"@rue-js/rue": "0.0.39",
|
|
1072
|
-
"@rue-js/runtime-vapor": "0.0.39",
|
|
1073
|
-
"@rue-js/shared": "0.0.39",
|
|
1074
|
-
"csstype": "^3.2.3"
|
|
1075
|
-
}
|
|
1076
|
-
},
|
|
1077
|
-
"node_modules/@rue-js/runtime-vapor": {
|
|
1078
|
-
"version": "0.0.39",
|
|
1079
|
-
"resolved": "https://registry.npmjs.org/@rue-js/runtime-vapor/-/runtime-vapor-0.0.39.tgz",
|
|
1080
|
-
"integrity": "sha512-kzwZJksjjuVHKcOTGew7OLLTonx8BqwZDFCOCCGmX2b/8AHIME0dcBa3qRh0aPFeqb7KDUnMX2hSRSAGT9OLag==",
|
|
1081
|
-
"license": "MIT"
|
|
1082
|
-
},
|
|
1083
|
-
"node_modules/@rue-js/shared": {
|
|
1084
|
-
"version": "0.0.39",
|
|
1085
|
-
"resolved": "https://registry.npmjs.org/@rue-js/shared/-/shared-0.0.39.tgz",
|
|
1086
|
-
"integrity": "sha512-Kfl5uiDF9sgIwZ8GrSKS9fWqsqwrmwTlDk7Du1oUOnADBSewtT8gFUWlhig+eJDbXuAqLlWqtAVCLQS4kv6gTw==",
|
|
1087
|
-
"license": "MIT"
|
|
1088
|
-
},
|
|
1089
|
-
"node_modules/@rue-js/swc-plugin-rue": {
|
|
1090
|
-
"version": "0.0.39",
|
|
1091
|
-
"resolved": "https://registry.npmjs.org/@rue-js/swc-plugin-rue/-/swc-plugin-rue-0.0.39.tgz",
|
|
1092
|
-
"integrity": "sha512-t8JLPeiGVBFH+RPR+wH1JEuBn3zLJ/GRLBm6V6Gc30/ToK7kUE+28Ne9WbS0YViE/xb9K2y9ACG62LdK7iKMQQ==",
|
|
1093
|
-
"dev": true,
|
|
1094
|
-
"license": "MIT"
|
|
1095
|
-
},
|
|
1096
|
-
"node_modules/@rue-js/vite-plugin-rue": {
|
|
1097
|
-
"version": "0.0.39",
|
|
1098
|
-
"resolved": "https://registry.npmjs.org/@rue-js/vite-plugin-rue/-/vite-plugin-rue-0.0.39.tgz",
|
|
1099
|
-
"integrity": "sha512-KMUIFkw8sqvhXTEPTSif8Hf5HeIboCzwdKWRUgsKGbWAoIeTsDku6PIFZrJBIq/D0Suxxoh0RIswGRStIky3PA==",
|
|
1100
|
-
"dev": true,
|
|
1101
|
-
"license": "MIT",
|
|
1102
|
-
"dependencies": {
|
|
1103
|
-
"@rue-js/rue": "0.0.39",
|
|
1104
|
-
"@rue-js/swc-plugin-rue": "0.0.39"
|
|
1105
|
-
}
|
|
1106
|
-
},
|
|
1107
|
-
"node_modules/@swc/core": {
|
|
1108
|
-
"version": "1.15.33",
|
|
1109
|
-
"resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.33.tgz",
|
|
1110
|
-
"integrity": "sha512-jOlwnFV2xhuuZeAUILGFULeR6vDPfijEJ57evfocwznQldLU3w2cZ9bSDryY9ip+AsM3r1NJKzf47V2NXebkeQ==",
|
|
1111
|
-
"dev": true,
|
|
1112
|
-
"hasInstallScript": true,
|
|
1113
|
-
"license": "Apache-2.0",
|
|
1114
|
-
"dependencies": {
|
|
1115
|
-
"@swc/counter": "^0.1.3",
|
|
1116
|
-
"@swc/types": "^0.1.26"
|
|
1117
|
-
},
|
|
1118
|
-
"engines": {
|
|
1119
|
-
"node": ">=10"
|
|
1120
|
-
},
|
|
1121
|
-
"funding": {
|
|
1122
|
-
"type": "opencollective",
|
|
1123
|
-
"url": "https://opencollective.com/swc"
|
|
1124
|
-
},
|
|
1125
|
-
"optionalDependencies": {
|
|
1126
|
-
"@swc/core-darwin-arm64": "1.15.33",
|
|
1127
|
-
"@swc/core-darwin-x64": "1.15.33",
|
|
1128
|
-
"@swc/core-linux-arm-gnueabihf": "1.15.33",
|
|
1129
|
-
"@swc/core-linux-arm64-gnu": "1.15.33",
|
|
1130
|
-
"@swc/core-linux-arm64-musl": "1.15.33",
|
|
1131
|
-
"@swc/core-linux-ppc64-gnu": "1.15.33",
|
|
1132
|
-
"@swc/core-linux-s390x-gnu": "1.15.33",
|
|
1133
|
-
"@swc/core-linux-x64-gnu": "1.15.33",
|
|
1134
|
-
"@swc/core-linux-x64-musl": "1.15.33",
|
|
1135
|
-
"@swc/core-win32-arm64-msvc": "1.15.33",
|
|
1136
|
-
"@swc/core-win32-ia32-msvc": "1.15.33",
|
|
1137
|
-
"@swc/core-win32-x64-msvc": "1.15.33"
|
|
1138
|
-
},
|
|
1139
|
-
"peerDependencies": {
|
|
1140
|
-
"@swc/helpers": ">=0.5.17"
|
|
1141
|
-
},
|
|
1142
|
-
"peerDependenciesMeta": {
|
|
1143
|
-
"@swc/helpers": {
|
|
1144
|
-
"optional": true
|
|
1145
|
-
}
|
|
1146
|
-
}
|
|
1147
|
-
},
|
|
1148
|
-
"node_modules/@swc/core-darwin-arm64": {
|
|
1149
|
-
"version": "1.15.33",
|
|
1150
|
-
"resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.33.tgz",
|
|
1151
|
-
"integrity": "sha512-N+L0uXhuO7FIfzqwgxmzv0zIpV0qEp8wPX3QQs2p4atjMoywup2JTeDlXPw+z9pWJGCae3JjM+tZ6myclI+2gA==",
|
|
1152
|
-
"cpu": [
|
|
1153
|
-
"arm64"
|
|
1154
|
-
],
|
|
1155
|
-
"dev": true,
|
|
1156
|
-
"license": "Apache-2.0 AND MIT",
|
|
1157
|
-
"optional": true,
|
|
1158
|
-
"os": [
|
|
1159
|
-
"darwin"
|
|
1160
|
-
],
|
|
1161
|
-
"engines": {
|
|
1162
|
-
"node": ">=10"
|
|
1163
|
-
}
|
|
1164
|
-
},
|
|
1165
|
-
"node_modules/@swc/core-darwin-x64": {
|
|
1166
|
-
"version": "1.15.33",
|
|
1167
|
-
"resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.33.tgz",
|
|
1168
|
-
"integrity": "sha512-/Il4QHSOhV4FekbsDtkrNmKbsX26oSysvgrRswa/RYOHXAkwXDbB4jaeKq6PsJLSPkzJ2KzQ061gtBnk0vNHfA==",
|
|
1169
|
-
"cpu": [
|
|
1170
|
-
"x64"
|
|
1171
|
-
],
|
|
1172
|
-
"dev": true,
|
|
1173
|
-
"license": "Apache-2.0 AND MIT",
|
|
1174
|
-
"optional": true,
|
|
1175
|
-
"os": [
|
|
1176
|
-
"darwin"
|
|
1177
|
-
],
|
|
1178
|
-
"engines": {
|
|
1179
|
-
"node": ">=10"
|
|
1180
|
-
}
|
|
1181
|
-
},
|
|
1182
|
-
"node_modules/@swc/core-linux-arm-gnueabihf": {
|
|
1183
|
-
"version": "1.15.33",
|
|
1184
|
-
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.33.tgz",
|
|
1185
|
-
"integrity": "sha512-C64hBnBxq4viOPQ8hlx+2lJ23bzZBGnjw7ryALmS+0Q3zHmwO8lw1/DArLENw4Q18/0w5wdEO1k3m1wWNtKGqQ==",
|
|
1186
|
-
"cpu": [
|
|
1187
|
-
"arm"
|
|
1188
|
-
],
|
|
1189
|
-
"dev": true,
|
|
1190
|
-
"license": "Apache-2.0",
|
|
1191
|
-
"optional": true,
|
|
1192
|
-
"os": [
|
|
1193
|
-
"linux"
|
|
1194
|
-
],
|
|
1195
|
-
"engines": {
|
|
1196
|
-
"node": ">=10"
|
|
1197
|
-
}
|
|
1198
|
-
},
|
|
1199
|
-
"node_modules/@swc/core-linux-arm64-gnu": {
|
|
1200
|
-
"version": "1.15.33",
|
|
1201
|
-
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.33.tgz",
|
|
1202
|
-
"integrity": "sha512-TRJfnJbX3jqpxRDRoieMzRiCBS5jOmXNb3iQXmcgjFEHKLnAgK1RZRU8Cq1MsPqO4jAJp/ld1G4O3fXuxv85uw==",
|
|
1203
|
-
"cpu": [
|
|
1204
|
-
"arm64"
|
|
1205
|
-
],
|
|
1206
|
-
"dev": true,
|
|
1207
|
-
"license": "Apache-2.0 AND MIT",
|
|
1208
|
-
"optional": true,
|
|
1209
|
-
"os": [
|
|
1210
|
-
"linux"
|
|
1211
|
-
],
|
|
1212
|
-
"engines": {
|
|
1213
|
-
"node": ">=10"
|
|
1214
|
-
}
|
|
1215
|
-
},
|
|
1216
|
-
"node_modules/@swc/core-linux-arm64-musl": {
|
|
1217
|
-
"version": "1.15.33",
|
|
1218
|
-
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.33.tgz",
|
|
1219
|
-
"integrity": "sha512-il7tYM+CpUNzieQbwAjFT1P8zqAhmGWNAGhQZBnxurXZ0aNn+5nqYFTEUKNZl7QibtT0uQXzTZrNGHCIj6Y1Og==",
|
|
1220
|
-
"cpu": [
|
|
1221
|
-
"arm64"
|
|
1222
|
-
],
|
|
1223
|
-
"dev": true,
|
|
1224
|
-
"license": "Apache-2.0 AND MIT",
|
|
1225
|
-
"optional": true,
|
|
1226
|
-
"os": [
|
|
1227
|
-
"linux"
|
|
1228
|
-
],
|
|
1229
|
-
"engines": {
|
|
1230
|
-
"node": ">=10"
|
|
1231
|
-
}
|
|
1232
|
-
},
|
|
1233
|
-
"node_modules/@swc/core-linux-ppc64-gnu": {
|
|
1234
|
-
"version": "1.15.33",
|
|
1235
|
-
"resolved": "https://registry.npmjs.org/@swc/core-linux-ppc64-gnu/-/core-linux-ppc64-gnu-1.15.33.tgz",
|
|
1236
|
-
"integrity": "sha512-ZtNBwN0Z7CFj9Il0FcPaKdjgP7URyKu/3RfH46vq+0paOBqLj4NYldD6Qo//Duif/7IOtAraUfDOmp0PLAufog==",
|
|
1237
|
-
"cpu": [
|
|
1238
|
-
"ppc64"
|
|
1239
|
-
],
|
|
1240
|
-
"dev": true,
|
|
1241
|
-
"license": "Apache-2.0 AND MIT",
|
|
1242
|
-
"optional": true,
|
|
1243
|
-
"os": [
|
|
1244
|
-
"linux"
|
|
1245
|
-
],
|
|
1246
|
-
"engines": {
|
|
1247
|
-
"node": ">=10"
|
|
1248
|
-
}
|
|
1249
|
-
},
|
|
1250
|
-
"node_modules/@swc/core-linux-s390x-gnu": {
|
|
1251
|
-
"version": "1.15.33",
|
|
1252
|
-
"resolved": "https://registry.npmjs.org/@swc/core-linux-s390x-gnu/-/core-linux-s390x-gnu-1.15.33.tgz",
|
|
1253
|
-
"integrity": "sha512-De1IyajoOmhOYYjw/lx66bKlyDpHZTueqwpDrWgf5O7T6d1ODeJJO9/OqMBmrBQc5C+dNnlmIufHsp4QVCWufA==",
|
|
1254
|
-
"cpu": [
|
|
1255
|
-
"s390x"
|
|
1256
|
-
],
|
|
1257
|
-
"dev": true,
|
|
1258
|
-
"license": "Apache-2.0 AND MIT",
|
|
1259
|
-
"optional": true,
|
|
1260
|
-
"os": [
|
|
1261
|
-
"linux"
|
|
1262
|
-
],
|
|
1263
|
-
"engines": {
|
|
1264
|
-
"node": ">=10"
|
|
1265
|
-
}
|
|
1266
|
-
},
|
|
1267
|
-
"node_modules/@swc/core-linux-x64-gnu": {
|
|
1268
|
-
"version": "1.15.33",
|
|
1269
|
-
"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.33.tgz",
|
|
1270
|
-
"integrity": "sha512-mGTH0YxmUN+x6vRN/I6NOk5X0ogNktkwPnJ94IMvR7QjhRDwL0O8RXEDhyUM0YtwWrryBOqaJQBX4zruxEPRGw==",
|
|
1271
|
-
"cpu": [
|
|
1272
|
-
"x64"
|
|
1273
|
-
],
|
|
1274
|
-
"dev": true,
|
|
1275
|
-
"license": "Apache-2.0 AND MIT",
|
|
1276
|
-
"optional": true,
|
|
1277
|
-
"os": [
|
|
1278
|
-
"linux"
|
|
1279
|
-
],
|
|
1280
|
-
"engines": {
|
|
1281
|
-
"node": ">=10"
|
|
1282
|
-
}
|
|
1283
|
-
},
|
|
1284
|
-
"node_modules/@swc/core-linux-x64-musl": {
|
|
1285
|
-
"version": "1.15.33",
|
|
1286
|
-
"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.33.tgz",
|
|
1287
|
-
"integrity": "sha512-hj628ZkSEJf6zMf5VMbYrG2O6QqyTIp2qwY6VlCjvIa9lAEZ5c2lfPblCLVGYubTeLJDxadLB/CxqQYOQABeEQ==",
|
|
1288
|
-
"cpu": [
|
|
1289
|
-
"x64"
|
|
1290
|
-
],
|
|
1291
|
-
"dev": true,
|
|
1292
|
-
"license": "Apache-2.0 AND MIT",
|
|
1293
|
-
"optional": true,
|
|
1294
|
-
"os": [
|
|
1295
|
-
"linux"
|
|
1296
|
-
],
|
|
1297
|
-
"engines": {
|
|
1298
|
-
"node": ">=10"
|
|
1299
|
-
}
|
|
1300
|
-
},
|
|
1301
|
-
"node_modules/@swc/core-win32-arm64-msvc": {
|
|
1302
|
-
"version": "1.15.33",
|
|
1303
|
-
"resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.33.tgz",
|
|
1304
|
-
"integrity": "sha512-GV2oohtN2/5+KSccl86VULu3aT+LrISC8uzgSq0FRnikpD+Zwc+sBlXmoKQ+Db6jI57ITUOIB8jRkdGMABC29g==",
|
|
1305
|
-
"cpu": [
|
|
1306
|
-
"arm64"
|
|
1307
|
-
],
|
|
1308
|
-
"dev": true,
|
|
1309
|
-
"license": "Apache-2.0 AND MIT",
|
|
1310
|
-
"optional": true,
|
|
1311
|
-
"os": [
|
|
1312
|
-
"win32"
|
|
1313
|
-
],
|
|
1314
|
-
"engines": {
|
|
1315
|
-
"node": ">=10"
|
|
1316
|
-
}
|
|
1317
|
-
},
|
|
1318
|
-
"node_modules/@swc/core-win32-ia32-msvc": {
|
|
1319
|
-
"version": "1.15.33",
|
|
1320
|
-
"resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.33.tgz",
|
|
1321
|
-
"integrity": "sha512-gtyvzSNR8DHKfFEA2uqb8Ld1myqi6uEg2jyeUq3ikn5ytYs7H8RpZYC8mdy4NXr8hfcdJfCLXPlYaqqfBXpoEQ==",
|
|
1322
|
-
"cpu": [
|
|
1323
|
-
"ia32"
|
|
1324
|
-
],
|
|
1325
|
-
"dev": true,
|
|
1326
|
-
"license": "Apache-2.0 AND MIT",
|
|
1327
|
-
"optional": true,
|
|
1328
|
-
"os": [
|
|
1329
|
-
"win32"
|
|
1330
|
-
],
|
|
1331
|
-
"engines": {
|
|
1332
|
-
"node": ">=10"
|
|
1333
|
-
}
|
|
1334
|
-
},
|
|
1335
|
-
"node_modules/@swc/core-win32-x64-msvc": {
|
|
1336
|
-
"version": "1.15.33",
|
|
1337
|
-
"resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.33.tgz",
|
|
1338
|
-
"integrity": "sha512-d6fRqQSkJI+kmMEBWaDQ7TMl8+YjLYbwRUPZQ9DY0ORBJeTzOrG0twvfvlZ2xgw6jA0ScQKgfBm4vHLSLl5Hqg==",
|
|
1339
|
-
"cpu": [
|
|
1340
|
-
"x64"
|
|
1341
|
-
],
|
|
1342
|
-
"dev": true,
|
|
1343
|
-
"license": "Apache-2.0 AND MIT",
|
|
1344
|
-
"optional": true,
|
|
1345
|
-
"os": [
|
|
1346
|
-
"win32"
|
|
1347
|
-
],
|
|
1348
|
-
"engines": {
|
|
1349
|
-
"node": ">=10"
|
|
1350
|
-
}
|
|
1351
|
-
},
|
|
1352
|
-
"node_modules/@swc/counter": {
|
|
1353
|
-
"version": "0.1.3",
|
|
1354
|
-
"resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
|
|
1355
|
-
"integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
|
|
1356
|
-
"dev": true,
|
|
1357
|
-
"license": "Apache-2.0"
|
|
1358
|
-
},
|
|
1359
|
-
"node_modules/@swc/types": {
|
|
1360
|
-
"version": "0.1.26",
|
|
1361
|
-
"resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.26.tgz",
|
|
1362
|
-
"integrity": "sha512-lyMwd7WGgG79RS7EERZV3T8wMdmPq3xwyg+1nmAM64kIhx5yl+juO2PYIHb7vTiPgPCj8LYjsNV2T5wiQHUEaw==",
|
|
1363
|
-
"dev": true,
|
|
1364
|
-
"license": "Apache-2.0",
|
|
1365
|
-
"dependencies": {
|
|
1366
|
-
"@swc/counter": "^0.1.3"
|
|
1367
|
-
}
|
|
1368
|
-
},
|
|
1369
|
-
"node_modules/@tailwindcss/node": {
|
|
1370
|
-
"version": "4.3.0",
|
|
1371
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.0.tgz",
|
|
1372
|
-
"integrity": "sha512-aFb4gUhFOgdh9AXo4IzBEOzBkkAxm9VigwDJnMIYv3lcfXCJVesNfbEaBl4BNgVRyid92AmdviqwBUBRKSeY3g==",
|
|
1373
|
-
"dev": true,
|
|
1374
|
-
"license": "MIT",
|
|
1375
|
-
"dependencies": {
|
|
1376
|
-
"@jridgewell/remapping": "^2.3.5",
|
|
1377
|
-
"enhanced-resolve": "^5.21.0",
|
|
1378
|
-
"jiti": "^2.6.1",
|
|
1379
|
-
"lightningcss": "1.32.0",
|
|
1380
|
-
"magic-string": "^0.30.21",
|
|
1381
|
-
"source-map-js": "^1.2.1",
|
|
1382
|
-
"tailwindcss": "4.3.0"
|
|
1383
|
-
}
|
|
1384
|
-
},
|
|
1385
|
-
"node_modules/@tailwindcss/oxide": {
|
|
1386
|
-
"version": "4.3.0",
|
|
1387
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.0.tgz",
|
|
1388
|
-
"integrity": "sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==",
|
|
1389
|
-
"dev": true,
|
|
1390
|
-
"license": "MIT",
|
|
1391
|
-
"engines": {
|
|
1392
|
-
"node": ">= 20"
|
|
1393
|
-
},
|
|
1394
|
-
"optionalDependencies": {
|
|
1395
|
-
"@tailwindcss/oxide-android-arm64": "4.3.0",
|
|
1396
|
-
"@tailwindcss/oxide-darwin-arm64": "4.3.0",
|
|
1397
|
-
"@tailwindcss/oxide-darwin-x64": "4.3.0",
|
|
1398
|
-
"@tailwindcss/oxide-freebsd-x64": "4.3.0",
|
|
1399
|
-
"@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.0",
|
|
1400
|
-
"@tailwindcss/oxide-linux-arm64-gnu": "4.3.0",
|
|
1401
|
-
"@tailwindcss/oxide-linux-arm64-musl": "4.3.0",
|
|
1402
|
-
"@tailwindcss/oxide-linux-x64-gnu": "4.3.0",
|
|
1403
|
-
"@tailwindcss/oxide-linux-x64-musl": "4.3.0",
|
|
1404
|
-
"@tailwindcss/oxide-wasm32-wasi": "4.3.0",
|
|
1405
|
-
"@tailwindcss/oxide-win32-arm64-msvc": "4.3.0",
|
|
1406
|
-
"@tailwindcss/oxide-win32-x64-msvc": "4.3.0"
|
|
1407
|
-
}
|
|
1408
|
-
},
|
|
1409
|
-
"node_modules/@tailwindcss/oxide-android-arm64": {
|
|
1410
|
-
"version": "4.3.0",
|
|
1411
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.0.tgz",
|
|
1412
|
-
"integrity": "sha512-TJPiq67tKlLuObP6RkwvVGDoxCMBVtDgKkLfa/uyj7/FyxvQwHS+UOnVrXXgbEsfUaMgiVvC4KbJnRr26ho4Ng==",
|
|
1413
|
-
"cpu": [
|
|
1414
|
-
"arm64"
|
|
1415
|
-
],
|
|
1416
|
-
"dev": true,
|
|
1417
|
-
"license": "MIT",
|
|
1418
|
-
"optional": true,
|
|
1419
|
-
"os": [
|
|
1420
|
-
"android"
|
|
1421
|
-
],
|
|
1422
|
-
"engines": {
|
|
1423
|
-
"node": ">= 20"
|
|
1424
|
-
}
|
|
1425
|
-
},
|
|
1426
|
-
"node_modules/@tailwindcss/oxide-darwin-arm64": {
|
|
1427
|
-
"version": "4.3.0",
|
|
1428
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.0.tgz",
|
|
1429
|
-
"integrity": "sha512-oMN/WZRb+SO37BmUElEgeEWuU8E/HXRkiODxJxLe1UTHVXLrdVSgfaJV7pSlhRGMSOiXLuxTIjfsF3wYvz8cgQ==",
|
|
1430
|
-
"cpu": [
|
|
1431
|
-
"arm64"
|
|
1432
|
-
],
|
|
1433
|
-
"dev": true,
|
|
1434
|
-
"license": "MIT",
|
|
1435
|
-
"optional": true,
|
|
1436
|
-
"os": [
|
|
1437
|
-
"darwin"
|
|
1438
|
-
],
|
|
1439
|
-
"engines": {
|
|
1440
|
-
"node": ">= 20"
|
|
1441
|
-
}
|
|
1442
|
-
},
|
|
1443
|
-
"node_modules/@tailwindcss/oxide-darwin-x64": {
|
|
1444
|
-
"version": "4.3.0",
|
|
1445
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.0.tgz",
|
|
1446
|
-
"integrity": "sha512-N6CUmu4a6bKVADfw77p+iw6Yd9Q3OBhe0veaDX+QazfuVYlQsHfDgxBrsjQ/IW+zywL8mTrNd0SdJT/zgtvMdA==",
|
|
1447
|
-
"cpu": [
|
|
1448
|
-
"x64"
|
|
1449
|
-
],
|
|
1450
|
-
"dev": true,
|
|
1451
|
-
"license": "MIT",
|
|
1452
|
-
"optional": true,
|
|
1453
|
-
"os": [
|
|
1454
|
-
"darwin"
|
|
1455
|
-
],
|
|
1456
|
-
"engines": {
|
|
1457
|
-
"node": ">= 20"
|
|
1458
|
-
}
|
|
1459
|
-
},
|
|
1460
|
-
"node_modules/@tailwindcss/oxide-freebsd-x64": {
|
|
1461
|
-
"version": "4.3.0",
|
|
1462
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.0.tgz",
|
|
1463
|
-
"integrity": "sha512-zDL5hBkQdH5C6MpqbK3gQAgP80tsMwSI26vjOzjJtNCMUo0lFgOItzHKBIupOZNQxt3ouPH7RPhvNhiTfCe5CQ==",
|
|
1464
|
-
"cpu": [
|
|
1465
|
-
"x64"
|
|
1466
|
-
],
|
|
1467
|
-
"dev": true,
|
|
1468
|
-
"license": "MIT",
|
|
1469
|
-
"optional": true,
|
|
1470
|
-
"os": [
|
|
1471
|
-
"freebsd"
|
|
1472
|
-
],
|
|
1473
|
-
"engines": {
|
|
1474
|
-
"node": ">= 20"
|
|
1475
|
-
}
|
|
1476
|
-
},
|
|
1477
|
-
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
|
|
1478
|
-
"version": "4.3.0",
|
|
1479
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.0.tgz",
|
|
1480
|
-
"integrity": "sha512-R06HdNi7A7OEoMsf6d4tjZ71RCWnZQPHj2mnotSFURjNLdBC+cIgXQ7l81CqeoiQftjf6OOblxXMInMgN2VzMA==",
|
|
1481
|
-
"cpu": [
|
|
1482
|
-
"arm"
|
|
1483
|
-
],
|
|
1484
|
-
"dev": true,
|
|
1485
|
-
"license": "MIT",
|
|
1486
|
-
"optional": true,
|
|
1487
|
-
"os": [
|
|
1488
|
-
"linux"
|
|
1489
|
-
],
|
|
1490
|
-
"engines": {
|
|
1491
|
-
"node": ">= 20"
|
|
1492
|
-
}
|
|
1493
|
-
},
|
|
1494
|
-
"node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
|
|
1495
|
-
"version": "4.3.0",
|
|
1496
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.0.tgz",
|
|
1497
|
-
"integrity": "sha512-qTJHELX8jetjhRQHCLilkVLmybpzNQAtaI/gaoVoidn/ufbNDbAo8KlK2J+yPoc8wQxvDxCmh/5lr8nC1+lTbg==",
|
|
1498
|
-
"cpu": [
|
|
1499
|
-
"arm64"
|
|
1500
|
-
],
|
|
1501
|
-
"dev": true,
|
|
1502
|
-
"license": "MIT",
|
|
1503
|
-
"optional": true,
|
|
1504
|
-
"os": [
|
|
1505
|
-
"linux"
|
|
1506
|
-
],
|
|
1507
|
-
"engines": {
|
|
1508
|
-
"node": ">= 20"
|
|
1509
|
-
}
|
|
1510
|
-
},
|
|
1511
|
-
"node_modules/@tailwindcss/oxide-linux-arm64-musl": {
|
|
1512
|
-
"version": "4.3.0",
|
|
1513
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.0.tgz",
|
|
1514
|
-
"integrity": "sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==",
|
|
1515
|
-
"cpu": [
|
|
1516
|
-
"arm64"
|
|
1517
|
-
],
|
|
1518
|
-
"dev": true,
|
|
1519
|
-
"license": "MIT",
|
|
1520
|
-
"optional": true,
|
|
1521
|
-
"os": [
|
|
1522
|
-
"linux"
|
|
1523
|
-
],
|
|
1524
|
-
"engines": {
|
|
1525
|
-
"node": ">= 20"
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
"node_modules/@tailwindcss/oxide-linux-x64-gnu": {
|
|
1529
|
-
"version": "4.3.0",
|
|
1530
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.0.tgz",
|
|
1531
|
-
"integrity": "sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==",
|
|
1532
|
-
"cpu": [
|
|
1533
|
-
"x64"
|
|
1534
|
-
],
|
|
1535
|
-
"dev": true,
|
|
1536
|
-
"license": "MIT",
|
|
1537
|
-
"optional": true,
|
|
1538
|
-
"os": [
|
|
1539
|
-
"linux"
|
|
1540
|
-
],
|
|
1541
|
-
"engines": {
|
|
1542
|
-
"node": ">= 20"
|
|
1543
|
-
}
|
|
1544
|
-
},
|
|
1545
|
-
"node_modules/@tailwindcss/oxide-linux-x64-musl": {
|
|
1546
|
-
"version": "4.3.0",
|
|
1547
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.0.tgz",
|
|
1548
|
-
"integrity": "sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==",
|
|
1549
|
-
"cpu": [
|
|
1550
|
-
"x64"
|
|
1551
|
-
],
|
|
1552
|
-
"dev": true,
|
|
1553
|
-
"license": "MIT",
|
|
1554
|
-
"optional": true,
|
|
1555
|
-
"os": [
|
|
1556
|
-
"linux"
|
|
1557
|
-
],
|
|
1558
|
-
"engines": {
|
|
1559
|
-
"node": ">= 20"
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1562
|
-
"node_modules/@tailwindcss/oxide-wasm32-wasi": {
|
|
1563
|
-
"version": "4.3.0",
|
|
1564
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.0.tgz",
|
|
1565
|
-
"integrity": "sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==",
|
|
1566
|
-
"bundleDependencies": [
|
|
1567
|
-
"@napi-rs/wasm-runtime",
|
|
1568
|
-
"@emnapi/core",
|
|
1569
|
-
"@emnapi/runtime",
|
|
1570
|
-
"@tybys/wasm-util",
|
|
1571
|
-
"@emnapi/wasi-threads",
|
|
1572
|
-
"tslib"
|
|
1573
|
-
],
|
|
1574
|
-
"cpu": [
|
|
1575
|
-
"wasm32"
|
|
1576
|
-
],
|
|
1577
|
-
"dev": true,
|
|
1578
|
-
"license": "MIT",
|
|
1579
|
-
"optional": true,
|
|
1580
|
-
"dependencies": {
|
|
1581
|
-
"@emnapi/core": "^1.10.0",
|
|
1582
|
-
"@emnapi/runtime": "^1.10.0",
|
|
1583
|
-
"@emnapi/wasi-threads": "^1.2.1",
|
|
1584
|
-
"@napi-rs/wasm-runtime": "^1.1.4",
|
|
1585
|
-
"@tybys/wasm-util": "^0.10.1",
|
|
1586
|
-
"tslib": "^2.8.1"
|
|
1587
|
-
},
|
|
1588
|
-
"engines": {
|
|
1589
|
-
"node": ">=14.0.0"
|
|
1590
|
-
}
|
|
1591
|
-
},
|
|
1592
|
-
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
|
|
1593
|
-
"version": "1.10.0",
|
|
1594
|
-
"dev": true,
|
|
1595
|
-
"inBundle": true,
|
|
1596
|
-
"license": "MIT",
|
|
1597
|
-
"optional": true,
|
|
1598
|
-
"dependencies": {
|
|
1599
|
-
"@emnapi/wasi-threads": "1.2.1",
|
|
1600
|
-
"tslib": "^2.4.0"
|
|
1601
|
-
}
|
|
1602
|
-
},
|
|
1603
|
-
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
|
|
1604
|
-
"version": "1.10.0",
|
|
1605
|
-
"dev": true,
|
|
1606
|
-
"inBundle": true,
|
|
1607
|
-
"license": "MIT",
|
|
1608
|
-
"optional": true,
|
|
1609
|
-
"dependencies": {
|
|
1610
|
-
"tslib": "^2.4.0"
|
|
1611
|
-
}
|
|
1612
|
-
},
|
|
1613
|
-
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
|
|
1614
|
-
"version": "1.2.1",
|
|
1615
|
-
"dev": true,
|
|
1616
|
-
"inBundle": true,
|
|
1617
|
-
"license": "MIT",
|
|
1618
|
-
"optional": true,
|
|
1619
|
-
"dependencies": {
|
|
1620
|
-
"tslib": "^2.4.0"
|
|
1621
|
-
}
|
|
1622
|
-
},
|
|
1623
|
-
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
|
|
1624
|
-
"version": "1.1.4",
|
|
1625
|
-
"dev": true,
|
|
1626
|
-
"inBundle": true,
|
|
1627
|
-
"license": "MIT",
|
|
1628
|
-
"optional": true,
|
|
1629
|
-
"dependencies": {
|
|
1630
|
-
"@tybys/wasm-util": "^0.10.1"
|
|
1631
|
-
},
|
|
1632
|
-
"funding": {
|
|
1633
|
-
"type": "github",
|
|
1634
|
-
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
1635
|
-
},
|
|
1636
|
-
"peerDependencies": {
|
|
1637
|
-
"@emnapi/core": "^1.7.1",
|
|
1638
|
-
"@emnapi/runtime": "^1.7.1"
|
|
1639
|
-
}
|
|
1640
|
-
},
|
|
1641
|
-
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
|
|
1642
|
-
"version": "0.10.1",
|
|
1643
|
-
"dev": true,
|
|
1644
|
-
"inBundle": true,
|
|
1645
|
-
"license": "MIT",
|
|
1646
|
-
"optional": true,
|
|
1647
|
-
"dependencies": {
|
|
1648
|
-
"tslib": "^2.4.0"
|
|
1649
|
-
}
|
|
1650
|
-
},
|
|
1651
|
-
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
|
|
1652
|
-
"version": "2.8.1",
|
|
1653
|
-
"dev": true,
|
|
1654
|
-
"inBundle": true,
|
|
1655
|
-
"license": "0BSD",
|
|
1656
|
-
"optional": true
|
|
1657
|
-
},
|
|
1658
|
-
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
|
1659
|
-
"version": "4.3.0",
|
|
1660
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz",
|
|
1661
|
-
"integrity": "sha512-Pe+RPVTi1T+qymuuRpcdvwSVZjnll/f7n8gBxMMh3xLTctMDKqpdfGimbMyioqtLhUYZxdJ9wGNhV7MKHvgZsQ==",
|
|
1662
|
-
"cpu": [
|
|
1663
|
-
"arm64"
|
|
1664
|
-
],
|
|
1665
|
-
"dev": true,
|
|
1666
|
-
"license": "MIT",
|
|
1667
|
-
"optional": true,
|
|
1668
|
-
"os": [
|
|
1669
|
-
"win32"
|
|
1670
|
-
],
|
|
1671
|
-
"engines": {
|
|
1672
|
-
"node": ">= 20"
|
|
1673
|
-
}
|
|
1674
|
-
},
|
|
1675
|
-
"node_modules/@tailwindcss/oxide-win32-x64-msvc": {
|
|
1676
|
-
"version": "4.3.0",
|
|
1677
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.0.tgz",
|
|
1678
|
-
"integrity": "sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==",
|
|
1679
|
-
"cpu": [
|
|
1680
|
-
"x64"
|
|
1681
|
-
],
|
|
1682
|
-
"dev": true,
|
|
1683
|
-
"license": "MIT",
|
|
1684
|
-
"optional": true,
|
|
1685
|
-
"os": [
|
|
1686
|
-
"win32"
|
|
1687
|
-
],
|
|
1688
|
-
"engines": {
|
|
1689
|
-
"node": ">= 20"
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
|
-
"node_modules/@tailwindcss/typography": {
|
|
1693
|
-
"version": "0.5.19",
|
|
1694
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz",
|
|
1695
|
-
"integrity": "sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==",
|
|
1696
|
-
"dev": true,
|
|
1697
|
-
"license": "MIT",
|
|
1698
|
-
"dependencies": {
|
|
1699
|
-
"postcss-selector-parser": "6.0.10"
|
|
1700
|
-
},
|
|
1701
|
-
"peerDependencies": {
|
|
1702
|
-
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
|
|
1703
|
-
}
|
|
1704
|
-
},
|
|
1705
|
-
"node_modules/@tailwindcss/vite": {
|
|
1706
|
-
"version": "4.3.0",
|
|
1707
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.3.0.tgz",
|
|
1708
|
-
"integrity": "sha512-t6J3OrB5Fc0ExuhohouH0fWUGMYL6PTLhW+E7zIk/pdbnJARZDCwjBznFnkh5ynRnIRSI4YjtTH0t6USjJISrw==",
|
|
1709
|
-
"dev": true,
|
|
1710
|
-
"license": "MIT",
|
|
1711
|
-
"dependencies": {
|
|
1712
|
-
"@tailwindcss/node": "4.3.0",
|
|
1713
|
-
"@tailwindcss/oxide": "4.3.0",
|
|
1714
|
-
"tailwindcss": "4.3.0"
|
|
1715
|
-
},
|
|
1716
|
-
"peerDependencies": {
|
|
1717
|
-
"vite": "^5.2.0 || ^6 || ^7 || ^8"
|
|
1718
|
-
}
|
|
1719
|
-
},
|
|
1720
|
-
"node_modules/@tybys/wasm-util": {
|
|
1721
|
-
"version": "0.10.2",
|
|
1722
|
-
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
|
|
1723
|
-
"integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
|
|
1724
|
-
"dev": true,
|
|
1725
|
-
"license": "MIT",
|
|
1726
|
-
"optional": true,
|
|
1727
|
-
"dependencies": {
|
|
1728
|
-
"tslib": "^2.4.0"
|
|
1729
|
-
}
|
|
1730
|
-
},
|
|
1731
|
-
"node_modules/@types/node": {
|
|
1732
|
-
"version": "25.6.2",
|
|
1733
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.2.tgz",
|
|
1734
|
-
"integrity": "sha512-sokuT28dxf9JT5Kady1fsXOvI4HVpjZa95NKT5y9PNTIrs2AsobR4GFAA90ZG8M+nxVRLysCXsVj6eGC7Vbrlw==",
|
|
1735
|
-
"dev": true,
|
|
1736
|
-
"license": "MIT",
|
|
1737
|
-
"dependencies": {
|
|
1738
|
-
"undici-types": "~7.19.0"
|
|
1739
|
-
}
|
|
1740
|
-
},
|
|
1741
|
-
"node_modules/@typescript/native-preview": {
|
|
1742
|
-
"version": "7.0.0-dev.20260421.2",
|
|
1743
|
-
"resolved": "https://registry.npmjs.org/@typescript/native-preview/-/native-preview-7.0.0-dev.20260421.2.tgz",
|
|
1744
|
-
"integrity": "sha512-CmajHI25HpVWE9R1XFoxr+cphJPxoYD3eFioQtAvXYkMFKnLdICMS9pXre9Pybizb75ejRxjKD5/CVG055rEIg==",
|
|
1745
|
-
"dev": true,
|
|
1746
|
-
"license": "Apache-2.0",
|
|
1747
|
-
"bin": {
|
|
1748
|
-
"tsgo": "bin/tsgo.js"
|
|
1749
|
-
},
|
|
1750
|
-
"optionalDependencies": {
|
|
1751
|
-
"@typescript/native-preview-darwin-arm64": "7.0.0-dev.20260421.2",
|
|
1752
|
-
"@typescript/native-preview-darwin-x64": "7.0.0-dev.20260421.2",
|
|
1753
|
-
"@typescript/native-preview-linux-arm": "7.0.0-dev.20260421.2",
|
|
1754
|
-
"@typescript/native-preview-linux-arm64": "7.0.0-dev.20260421.2",
|
|
1755
|
-
"@typescript/native-preview-linux-x64": "7.0.0-dev.20260421.2",
|
|
1756
|
-
"@typescript/native-preview-win32-arm64": "7.0.0-dev.20260421.2",
|
|
1757
|
-
"@typescript/native-preview-win32-x64": "7.0.0-dev.20260421.2"
|
|
1758
|
-
}
|
|
1759
|
-
},
|
|
1760
|
-
"node_modules/@typescript/native-preview-darwin-arm64": {
|
|
1761
|
-
"version": "7.0.0-dev.20260421.2",
|
|
1762
|
-
"resolved": "https://registry.npmjs.org/@typescript/native-preview-darwin-arm64/-/native-preview-darwin-arm64-7.0.0-dev.20260421.2.tgz",
|
|
1763
|
-
"integrity": "sha512-fHv1r3ZmVo6zxuAIFmuX3w9QxbcauoG0SsWhmDwm6VmRubLlOJIcmTtlmV3JAb9oOnq8LuzZljzT7Q39fSMQDw==",
|
|
1764
|
-
"cpu": [
|
|
1765
|
-
"arm64"
|
|
1766
|
-
],
|
|
1767
|
-
"dev": true,
|
|
1768
|
-
"license": "Apache-2.0",
|
|
1769
|
-
"optional": true,
|
|
1770
|
-
"os": [
|
|
1771
|
-
"darwin"
|
|
1772
|
-
]
|
|
1773
|
-
},
|
|
1774
|
-
"node_modules/@typescript/native-preview-darwin-x64": {
|
|
1775
|
-
"version": "7.0.0-dev.20260421.2",
|
|
1776
|
-
"resolved": "https://registry.npmjs.org/@typescript/native-preview-darwin-x64/-/native-preview-darwin-x64-7.0.0-dev.20260421.2.tgz",
|
|
1777
|
-
"integrity": "sha512-KWTR6xbW9t+JS7D5DQIzo75pqVXVWUxF9PMv/+S6xsnOjCVd6g0ixHcFpFMJMKSUQpGPr8Z5f7b8ks6LHW01jg==",
|
|
1778
|
-
"cpu": [
|
|
1779
|
-
"x64"
|
|
1780
|
-
],
|
|
1781
|
-
"dev": true,
|
|
1782
|
-
"license": "Apache-2.0",
|
|
1783
|
-
"optional": true,
|
|
1784
|
-
"os": [
|
|
1785
|
-
"darwin"
|
|
1786
|
-
]
|
|
1787
|
-
},
|
|
1788
|
-
"node_modules/@typescript/native-preview-linux-arm": {
|
|
1789
|
-
"version": "7.0.0-dev.20260421.2",
|
|
1790
|
-
"resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-arm/-/native-preview-linux-arm-7.0.0-dev.20260421.2.tgz",
|
|
1791
|
-
"integrity": "sha512-BWLQO3nemLDSV5PoE5GPHe1dU9Dth77Kv8/cle9Ujcp4LhPo0KincdPqFH/qKeU/xvW25mgFueflZ1nc4rKuww==",
|
|
1792
|
-
"cpu": [
|
|
1793
|
-
"arm"
|
|
1794
|
-
],
|
|
1795
|
-
"dev": true,
|
|
1796
|
-
"license": "Apache-2.0",
|
|
1797
|
-
"optional": true,
|
|
1798
|
-
"os": [
|
|
1799
|
-
"linux"
|
|
1800
|
-
]
|
|
1801
|
-
},
|
|
1802
|
-
"node_modules/@typescript/native-preview-linux-arm64": {
|
|
1803
|
-
"version": "7.0.0-dev.20260421.2",
|
|
1804
|
-
"resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-arm64/-/native-preview-linux-arm64-7.0.0-dev.20260421.2.tgz",
|
|
1805
|
-
"integrity": "sha512-VLMEuml3BhUb+jaL0TXQ4xvVODxJF+RhkI+tBWvlynsJI4khTXEiwWh+wPOJrsfBRYFRMXEu28Odl/HXkYze8w==",
|
|
1806
|
-
"cpu": [
|
|
1807
|
-
"arm64"
|
|
1808
|
-
],
|
|
1809
|
-
"dev": true,
|
|
1810
|
-
"license": "Apache-2.0",
|
|
1811
|
-
"optional": true,
|
|
1812
|
-
"os": [
|
|
1813
|
-
"linux"
|
|
1814
|
-
]
|
|
1815
|
-
},
|
|
1816
|
-
"node_modules/@typescript/native-preview-linux-x64": {
|
|
1817
|
-
"version": "7.0.0-dev.20260421.2",
|
|
1818
|
-
"resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-x64/-/native-preview-linux-x64-7.0.0-dev.20260421.2.tgz",
|
|
1819
|
-
"integrity": "sha512-qUrJWTB5/wv4wnRG0TRXElAxc2kykNiRNyEIEqBbLmzDlrcvAW7RRy8MXoY1ZyTiKGMu14itZ3x9oW6+blFpRw==",
|
|
1820
|
-
"cpu": [
|
|
1821
|
-
"x64"
|
|
1822
|
-
],
|
|
1823
|
-
"dev": true,
|
|
1824
|
-
"license": "Apache-2.0",
|
|
1825
|
-
"optional": true,
|
|
1826
|
-
"os": [
|
|
1827
|
-
"linux"
|
|
1828
|
-
]
|
|
1829
|
-
},
|
|
1830
|
-
"node_modules/@typescript/native-preview-win32-arm64": {
|
|
1831
|
-
"version": "7.0.0-dev.20260421.2",
|
|
1832
|
-
"resolved": "https://registry.npmjs.org/@typescript/native-preview-win32-arm64/-/native-preview-win32-arm64-7.0.0-dev.20260421.2.tgz",
|
|
1833
|
-
"integrity": "sha512-Rc6NsWlZmCs5YUKVzKgwoBOoRUGsPzct4BDMRX0csD1devLBBc4AbUXWKsJRbpwIAnqMO1ld4sNHEb+wXgfNHQ==",
|
|
1834
|
-
"cpu": [
|
|
1835
|
-
"arm64"
|
|
1836
|
-
],
|
|
1837
|
-
"dev": true,
|
|
1838
|
-
"license": "Apache-2.0",
|
|
1839
|
-
"optional": true,
|
|
1840
|
-
"os": [
|
|
1841
|
-
"win32"
|
|
1842
|
-
]
|
|
1843
|
-
},
|
|
1844
|
-
"node_modules/@typescript/native-preview-win32-x64": {
|
|
1845
|
-
"version": "7.0.0-dev.20260421.2",
|
|
1846
|
-
"resolved": "https://registry.npmjs.org/@typescript/native-preview-win32-x64/-/native-preview-win32-x64-7.0.0-dev.20260421.2.tgz",
|
|
1847
|
-
"integrity": "sha512-GQv1+dya1t6EqF2Cpsb+xoozovdX10JUSf6Kl/8xNkTapzmlHd+uMr+8ku3jIASTxoRGn0Mklgjj3MDKrOTuLg==",
|
|
1848
|
-
"cpu": [
|
|
1849
|
-
"x64"
|
|
1850
|
-
],
|
|
1851
|
-
"dev": true,
|
|
1852
|
-
"license": "Apache-2.0",
|
|
1853
|
-
"optional": true,
|
|
1854
|
-
"os": [
|
|
1855
|
-
"win32"
|
|
1856
|
-
]
|
|
1857
|
-
},
|
|
1858
|
-
"node_modules/cssesc": {
|
|
1859
|
-
"version": "3.0.0",
|
|
1860
|
-
"resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
|
|
1861
|
-
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
|
|
1862
|
-
"dev": true,
|
|
1863
|
-
"license": "MIT",
|
|
1864
|
-
"bin": {
|
|
1865
|
-
"cssesc": "bin/cssesc"
|
|
1866
|
-
},
|
|
1867
|
-
"engines": {
|
|
1868
|
-
"node": ">=4"
|
|
1869
|
-
}
|
|
1870
|
-
},
|
|
1871
|
-
"node_modules/csstype": {
|
|
1872
|
-
"version": "3.2.3",
|
|
1873
|
-
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
1874
|
-
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
1875
|
-
"license": "MIT"
|
|
1876
|
-
},
|
|
1877
|
-
"node_modules/daisyui": {
|
|
1878
|
-
"version": "5.5.19",
|
|
1879
|
-
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.19.tgz",
|
|
1880
|
-
"integrity": "sha512-pbFAkl1VCEh/MPCeclKL61I/MqRIFFhNU7yiXoDDRapXN4/qNCoMxeCCswyxEEhqL5eiTTfwHvucFtOE71C9sA==",
|
|
1881
|
-
"license": "MIT",
|
|
1882
|
-
"funding": {
|
|
1883
|
-
"url": "https://github.com/saadeghi/daisyui?sponsor=1"
|
|
1884
|
-
}
|
|
1885
|
-
},
|
|
1886
|
-
"node_modules/detect-libc": {
|
|
1887
|
-
"version": "2.1.2",
|
|
1888
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
1889
|
-
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
1890
|
-
"dev": true,
|
|
1891
|
-
"license": "Apache-2.0",
|
|
1892
|
-
"engines": {
|
|
1893
|
-
"node": ">=8"
|
|
1894
|
-
}
|
|
1895
|
-
},
|
|
1896
|
-
"node_modules/enhanced-resolve": {
|
|
1897
|
-
"version": "5.21.2",
|
|
1898
|
-
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.2.tgz",
|
|
1899
|
-
"integrity": "sha512-xe9vQb5kReirPUxgQrXA3ihgbCqssmTiM7cOZ+Gzu+VeGWgpV98lLZvp0dl4yriyAePcewxGUs9UpKD8PET9KQ==",
|
|
1900
|
-
"dev": true,
|
|
1901
|
-
"license": "MIT",
|
|
1902
|
-
"dependencies": {
|
|
1903
|
-
"graceful-fs": "^4.2.4",
|
|
1904
|
-
"tapable": "^2.3.3"
|
|
1905
|
-
},
|
|
1906
|
-
"engines": {
|
|
1907
|
-
"node": ">=10.13.0"
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
"node_modules/fdir": {
|
|
1911
|
-
"version": "6.5.0",
|
|
1912
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
1913
|
-
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
1914
|
-
"dev": true,
|
|
1915
|
-
"license": "MIT",
|
|
1916
|
-
"engines": {
|
|
1917
|
-
"node": ">=12.0.0"
|
|
1918
|
-
},
|
|
1919
|
-
"peerDependencies": {
|
|
1920
|
-
"picomatch": "^3 || ^4"
|
|
1921
|
-
},
|
|
1922
|
-
"peerDependenciesMeta": {
|
|
1923
|
-
"picomatch": {
|
|
1924
|
-
"optional": true
|
|
1925
|
-
}
|
|
1926
|
-
}
|
|
1927
|
-
},
|
|
1928
|
-
"node_modules/fsevents": {
|
|
1929
|
-
"version": "2.3.3",
|
|
1930
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
1931
|
-
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
1932
|
-
"dev": true,
|
|
1933
|
-
"hasInstallScript": true,
|
|
1934
|
-
"license": "MIT",
|
|
1935
|
-
"optional": true,
|
|
1936
|
-
"os": [
|
|
1937
|
-
"darwin"
|
|
1938
|
-
],
|
|
1939
|
-
"engines": {
|
|
1940
|
-
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
|
-
"node_modules/graceful-fs": {
|
|
1944
|
-
"version": "4.2.11",
|
|
1945
|
-
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
1946
|
-
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
1947
|
-
"dev": true,
|
|
1948
|
-
"license": "ISC"
|
|
1949
|
-
},
|
|
1950
|
-
"node_modules/jiti": {
|
|
1951
|
-
"version": "2.6.1",
|
|
1952
|
-
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
|
|
1953
|
-
"integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
|
|
1954
|
-
"dev": true,
|
|
1955
|
-
"license": "MIT",
|
|
1956
|
-
"bin": {
|
|
1957
|
-
"jiti": "lib/jiti-cli.mjs"
|
|
1958
|
-
}
|
|
1959
|
-
},
|
|
1960
|
-
"node_modules/lightningcss": {
|
|
1961
|
-
"version": "1.32.0",
|
|
1962
|
-
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
|
|
1963
|
-
"integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
|
|
1964
|
-
"dev": true,
|
|
1965
|
-
"license": "MPL-2.0",
|
|
1966
|
-
"dependencies": {
|
|
1967
|
-
"detect-libc": "^2.0.3"
|
|
1968
|
-
},
|
|
1969
|
-
"engines": {
|
|
1970
|
-
"node": ">= 12.0.0"
|
|
1971
|
-
},
|
|
1972
|
-
"funding": {
|
|
1973
|
-
"type": "opencollective",
|
|
1974
|
-
"url": "https://opencollective.com/parcel"
|
|
1975
|
-
},
|
|
1976
|
-
"optionalDependencies": {
|
|
1977
|
-
"lightningcss-android-arm64": "1.32.0",
|
|
1978
|
-
"lightningcss-darwin-arm64": "1.32.0",
|
|
1979
|
-
"lightningcss-darwin-x64": "1.32.0",
|
|
1980
|
-
"lightningcss-freebsd-x64": "1.32.0",
|
|
1981
|
-
"lightningcss-linux-arm-gnueabihf": "1.32.0",
|
|
1982
|
-
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
1983
|
-
"lightningcss-linux-arm64-musl": "1.32.0",
|
|
1984
|
-
"lightningcss-linux-x64-gnu": "1.32.0",
|
|
1985
|
-
"lightningcss-linux-x64-musl": "1.32.0",
|
|
1986
|
-
"lightningcss-win32-arm64-msvc": "1.32.0",
|
|
1987
|
-
"lightningcss-win32-x64-msvc": "1.32.0"
|
|
1988
|
-
}
|
|
1989
|
-
},
|
|
1990
|
-
"node_modules/lightningcss-android-arm64": {
|
|
1991
|
-
"version": "1.32.0",
|
|
1992
|
-
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
|
|
1993
|
-
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
|
|
1994
|
-
"cpu": [
|
|
1995
|
-
"arm64"
|
|
1996
|
-
],
|
|
1997
|
-
"dev": true,
|
|
1998
|
-
"license": "MPL-2.0",
|
|
1999
|
-
"optional": true,
|
|
2000
|
-
"os": [
|
|
2001
|
-
"android"
|
|
2002
|
-
],
|
|
2003
|
-
"engines": {
|
|
2004
|
-
"node": ">= 12.0.0"
|
|
2005
|
-
},
|
|
2006
|
-
"funding": {
|
|
2007
|
-
"type": "opencollective",
|
|
2008
|
-
"url": "https://opencollective.com/parcel"
|
|
2009
|
-
}
|
|
2010
|
-
},
|
|
2011
|
-
"node_modules/lightningcss-darwin-arm64": {
|
|
2012
|
-
"version": "1.32.0",
|
|
2013
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
|
|
2014
|
-
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
|
|
2015
|
-
"cpu": [
|
|
2016
|
-
"arm64"
|
|
2017
|
-
],
|
|
2018
|
-
"dev": true,
|
|
2019
|
-
"license": "MPL-2.0",
|
|
2020
|
-
"optional": true,
|
|
2021
|
-
"os": [
|
|
2022
|
-
"darwin"
|
|
2023
|
-
],
|
|
2024
|
-
"engines": {
|
|
2025
|
-
"node": ">= 12.0.0"
|
|
2026
|
-
},
|
|
2027
|
-
"funding": {
|
|
2028
|
-
"type": "opencollective",
|
|
2029
|
-
"url": "https://opencollective.com/parcel"
|
|
2030
|
-
}
|
|
2031
|
-
},
|
|
2032
|
-
"node_modules/lightningcss-darwin-x64": {
|
|
2033
|
-
"version": "1.32.0",
|
|
2034
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
|
|
2035
|
-
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
|
|
2036
|
-
"cpu": [
|
|
2037
|
-
"x64"
|
|
2038
|
-
],
|
|
2039
|
-
"dev": true,
|
|
2040
|
-
"license": "MPL-2.0",
|
|
2041
|
-
"optional": true,
|
|
2042
|
-
"os": [
|
|
2043
|
-
"darwin"
|
|
2044
|
-
],
|
|
2045
|
-
"engines": {
|
|
2046
|
-
"node": ">= 12.0.0"
|
|
2047
|
-
},
|
|
2048
|
-
"funding": {
|
|
2049
|
-
"type": "opencollective",
|
|
2050
|
-
"url": "https://opencollective.com/parcel"
|
|
2051
|
-
}
|
|
2052
|
-
},
|
|
2053
|
-
"node_modules/lightningcss-freebsd-x64": {
|
|
2054
|
-
"version": "1.32.0",
|
|
2055
|
-
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
|
|
2056
|
-
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
|
|
2057
|
-
"cpu": [
|
|
2058
|
-
"x64"
|
|
2059
|
-
],
|
|
2060
|
-
"dev": true,
|
|
2061
|
-
"license": "MPL-2.0",
|
|
2062
|
-
"optional": true,
|
|
2063
|
-
"os": [
|
|
2064
|
-
"freebsd"
|
|
2065
|
-
],
|
|
2066
|
-
"engines": {
|
|
2067
|
-
"node": ">= 12.0.0"
|
|
2068
|
-
},
|
|
2069
|
-
"funding": {
|
|
2070
|
-
"type": "opencollective",
|
|
2071
|
-
"url": "https://opencollective.com/parcel"
|
|
2072
|
-
}
|
|
2073
|
-
},
|
|
2074
|
-
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
2075
|
-
"version": "1.32.0",
|
|
2076
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
|
|
2077
|
-
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
|
|
2078
|
-
"cpu": [
|
|
2079
|
-
"arm"
|
|
2080
|
-
],
|
|
2081
|
-
"dev": true,
|
|
2082
|
-
"license": "MPL-2.0",
|
|
2083
|
-
"optional": true,
|
|
2084
|
-
"os": [
|
|
2085
|
-
"linux"
|
|
2086
|
-
],
|
|
2087
|
-
"engines": {
|
|
2088
|
-
"node": ">= 12.0.0"
|
|
2089
|
-
},
|
|
2090
|
-
"funding": {
|
|
2091
|
-
"type": "opencollective",
|
|
2092
|
-
"url": "https://opencollective.com/parcel"
|
|
2093
|
-
}
|
|
2094
|
-
},
|
|
2095
|
-
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
2096
|
-
"version": "1.32.0",
|
|
2097
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
|
|
2098
|
-
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
|
|
2099
|
-
"cpu": [
|
|
2100
|
-
"arm64"
|
|
2101
|
-
],
|
|
2102
|
-
"dev": true,
|
|
2103
|
-
"license": "MPL-2.0",
|
|
2104
|
-
"optional": true,
|
|
2105
|
-
"os": [
|
|
2106
|
-
"linux"
|
|
2107
|
-
],
|
|
2108
|
-
"engines": {
|
|
2109
|
-
"node": ">= 12.0.0"
|
|
2110
|
-
},
|
|
2111
|
-
"funding": {
|
|
2112
|
-
"type": "opencollective",
|
|
2113
|
-
"url": "https://opencollective.com/parcel"
|
|
2114
|
-
}
|
|
2115
|
-
},
|
|
2116
|
-
"node_modules/lightningcss-linux-arm64-musl": {
|
|
2117
|
-
"version": "1.32.0",
|
|
2118
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
|
|
2119
|
-
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
|
|
2120
|
-
"cpu": [
|
|
2121
|
-
"arm64"
|
|
2122
|
-
],
|
|
2123
|
-
"dev": true,
|
|
2124
|
-
"license": "MPL-2.0",
|
|
2125
|
-
"optional": true,
|
|
2126
|
-
"os": [
|
|
2127
|
-
"linux"
|
|
2128
|
-
],
|
|
2129
|
-
"engines": {
|
|
2130
|
-
"node": ">= 12.0.0"
|
|
2131
|
-
},
|
|
2132
|
-
"funding": {
|
|
2133
|
-
"type": "opencollective",
|
|
2134
|
-
"url": "https://opencollective.com/parcel"
|
|
2135
|
-
}
|
|
2136
|
-
},
|
|
2137
|
-
"node_modules/lightningcss-linux-x64-gnu": {
|
|
2138
|
-
"version": "1.32.0",
|
|
2139
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
|
|
2140
|
-
"integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
|
|
2141
|
-
"cpu": [
|
|
2142
|
-
"x64"
|
|
2143
|
-
],
|
|
2144
|
-
"dev": true,
|
|
2145
|
-
"license": "MPL-2.0",
|
|
2146
|
-
"optional": true,
|
|
2147
|
-
"os": [
|
|
2148
|
-
"linux"
|
|
2149
|
-
],
|
|
2150
|
-
"engines": {
|
|
2151
|
-
"node": ">= 12.0.0"
|
|
2152
|
-
},
|
|
2153
|
-
"funding": {
|
|
2154
|
-
"type": "opencollective",
|
|
2155
|
-
"url": "https://opencollective.com/parcel"
|
|
2156
|
-
}
|
|
2157
|
-
},
|
|
2158
|
-
"node_modules/lightningcss-linux-x64-musl": {
|
|
2159
|
-
"version": "1.32.0",
|
|
2160
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
|
|
2161
|
-
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
|
|
2162
|
-
"cpu": [
|
|
2163
|
-
"x64"
|
|
2164
|
-
],
|
|
2165
|
-
"dev": true,
|
|
2166
|
-
"license": "MPL-2.0",
|
|
2167
|
-
"optional": true,
|
|
2168
|
-
"os": [
|
|
2169
|
-
"linux"
|
|
2170
|
-
],
|
|
2171
|
-
"engines": {
|
|
2172
|
-
"node": ">= 12.0.0"
|
|
2173
|
-
},
|
|
2174
|
-
"funding": {
|
|
2175
|
-
"type": "opencollective",
|
|
2176
|
-
"url": "https://opencollective.com/parcel"
|
|
2177
|
-
}
|
|
2178
|
-
},
|
|
2179
|
-
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
2180
|
-
"version": "1.32.0",
|
|
2181
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
|
|
2182
|
-
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
|
|
2183
|
-
"cpu": [
|
|
2184
|
-
"arm64"
|
|
2185
|
-
],
|
|
2186
|
-
"dev": true,
|
|
2187
|
-
"license": "MPL-2.0",
|
|
2188
|
-
"optional": true,
|
|
2189
|
-
"os": [
|
|
2190
|
-
"win32"
|
|
2191
|
-
],
|
|
2192
|
-
"engines": {
|
|
2193
|
-
"node": ">= 12.0.0"
|
|
2194
|
-
},
|
|
2195
|
-
"funding": {
|
|
2196
|
-
"type": "opencollective",
|
|
2197
|
-
"url": "https://opencollective.com/parcel"
|
|
2198
|
-
}
|
|
2199
|
-
},
|
|
2200
|
-
"node_modules/lightningcss-win32-x64-msvc": {
|
|
2201
|
-
"version": "1.32.0",
|
|
2202
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
|
|
2203
|
-
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
|
|
2204
|
-
"cpu": [
|
|
2205
|
-
"x64"
|
|
2206
|
-
],
|
|
2207
|
-
"dev": true,
|
|
2208
|
-
"license": "MPL-2.0",
|
|
2209
|
-
"optional": true,
|
|
2210
|
-
"os": [
|
|
2211
|
-
"win32"
|
|
2212
|
-
],
|
|
2213
|
-
"engines": {
|
|
2214
|
-
"node": ">= 12.0.0"
|
|
2215
|
-
},
|
|
2216
|
-
"funding": {
|
|
2217
|
-
"type": "opencollective",
|
|
2218
|
-
"url": "https://opencollective.com/parcel"
|
|
2219
|
-
}
|
|
2220
|
-
},
|
|
2221
|
-
"node_modules/magic-string": {
|
|
2222
|
-
"version": "0.30.21",
|
|
2223
|
-
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
2224
|
-
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
2225
|
-
"dev": true,
|
|
2226
|
-
"license": "MIT",
|
|
2227
|
-
"dependencies": {
|
|
2228
|
-
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
2229
|
-
}
|
|
2230
|
-
},
|
|
2231
|
-
"node_modules/nanoid": {
|
|
2232
|
-
"version": "3.3.12",
|
|
2233
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
|
|
2234
|
-
"integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
|
|
2235
|
-
"dev": true,
|
|
2236
|
-
"funding": [
|
|
2237
|
-
{
|
|
2238
|
-
"type": "github",
|
|
2239
|
-
"url": "https://github.com/sponsors/ai"
|
|
2240
|
-
}
|
|
2241
|
-
],
|
|
2242
|
-
"license": "MIT",
|
|
2243
|
-
"bin": {
|
|
2244
|
-
"nanoid": "bin/nanoid.cjs"
|
|
2245
|
-
},
|
|
2246
|
-
"engines": {
|
|
2247
|
-
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
2248
|
-
}
|
|
2249
|
-
},
|
|
2250
|
-
"node_modules/oxfmt": {
|
|
2251
|
-
"version": "0.48.0",
|
|
2252
|
-
"resolved": "https://registry.npmjs.org/oxfmt/-/oxfmt-0.48.0.tgz",
|
|
2253
|
-
"integrity": "sha512-AVaLh+7XeGx+R1zfFV+f6VV61nT2MWVJXVUDhbTm5LBWGyNt64xAyh3NYYyjeY2WykNt9AvqSQLPHcbWquYF9g==",
|
|
2254
|
-
"license": "MIT",
|
|
2255
|
-
"dependencies": {
|
|
2256
|
-
"tinypool": "2.1.0"
|
|
2257
|
-
},
|
|
2258
|
-
"bin": {
|
|
2259
|
-
"oxfmt": "bin/oxfmt"
|
|
2260
|
-
},
|
|
2261
|
-
"engines": {
|
|
2262
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
2263
|
-
},
|
|
2264
|
-
"funding": {
|
|
2265
|
-
"url": "https://github.com/sponsors/Boshen"
|
|
2266
|
-
},
|
|
2267
|
-
"optionalDependencies": {
|
|
2268
|
-
"@oxfmt/binding-android-arm-eabi": "0.48.0",
|
|
2269
|
-
"@oxfmt/binding-android-arm64": "0.48.0",
|
|
2270
|
-
"@oxfmt/binding-darwin-arm64": "0.48.0",
|
|
2271
|
-
"@oxfmt/binding-darwin-x64": "0.48.0",
|
|
2272
|
-
"@oxfmt/binding-freebsd-x64": "0.48.0",
|
|
2273
|
-
"@oxfmt/binding-linux-arm-gnueabihf": "0.48.0",
|
|
2274
|
-
"@oxfmt/binding-linux-arm-musleabihf": "0.48.0",
|
|
2275
|
-
"@oxfmt/binding-linux-arm64-gnu": "0.48.0",
|
|
2276
|
-
"@oxfmt/binding-linux-arm64-musl": "0.48.0",
|
|
2277
|
-
"@oxfmt/binding-linux-ppc64-gnu": "0.48.0",
|
|
2278
|
-
"@oxfmt/binding-linux-riscv64-gnu": "0.48.0",
|
|
2279
|
-
"@oxfmt/binding-linux-riscv64-musl": "0.48.0",
|
|
2280
|
-
"@oxfmt/binding-linux-s390x-gnu": "0.48.0",
|
|
2281
|
-
"@oxfmt/binding-linux-x64-gnu": "0.48.0",
|
|
2282
|
-
"@oxfmt/binding-linux-x64-musl": "0.48.0",
|
|
2283
|
-
"@oxfmt/binding-openharmony-arm64": "0.48.0",
|
|
2284
|
-
"@oxfmt/binding-win32-arm64-msvc": "0.48.0",
|
|
2285
|
-
"@oxfmt/binding-win32-ia32-msvc": "0.48.0",
|
|
2286
|
-
"@oxfmt/binding-win32-x64-msvc": "0.48.0"
|
|
2287
|
-
}
|
|
2288
|
-
},
|
|
2289
|
-
"node_modules/oxlint": {
|
|
2290
|
-
"version": "1.63.0",
|
|
2291
|
-
"resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.63.0.tgz",
|
|
2292
|
-
"integrity": "sha512-9TGXetdjgIHOJ9OiReomP7nnrMkV9HxC1xM2ramJSLQpzxjsAJtQwa4wqkJN2f/uCrqZuJseFuSlWDdvcruveg==",
|
|
2293
|
-
"license": "MIT",
|
|
2294
|
-
"bin": {
|
|
2295
|
-
"oxlint": "bin/oxlint"
|
|
2296
|
-
},
|
|
2297
|
-
"engines": {
|
|
2298
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
2299
|
-
},
|
|
2300
|
-
"funding": {
|
|
2301
|
-
"url": "https://github.com/sponsors/Boshen"
|
|
2302
|
-
},
|
|
2303
|
-
"optionalDependencies": {
|
|
2304
|
-
"@oxlint/binding-android-arm-eabi": "1.63.0",
|
|
2305
|
-
"@oxlint/binding-android-arm64": "1.63.0",
|
|
2306
|
-
"@oxlint/binding-darwin-arm64": "1.63.0",
|
|
2307
|
-
"@oxlint/binding-darwin-x64": "1.63.0",
|
|
2308
|
-
"@oxlint/binding-freebsd-x64": "1.63.0",
|
|
2309
|
-
"@oxlint/binding-linux-arm-gnueabihf": "1.63.0",
|
|
2310
|
-
"@oxlint/binding-linux-arm-musleabihf": "1.63.0",
|
|
2311
|
-
"@oxlint/binding-linux-arm64-gnu": "1.63.0",
|
|
2312
|
-
"@oxlint/binding-linux-arm64-musl": "1.63.0",
|
|
2313
|
-
"@oxlint/binding-linux-ppc64-gnu": "1.63.0",
|
|
2314
|
-
"@oxlint/binding-linux-riscv64-gnu": "1.63.0",
|
|
2315
|
-
"@oxlint/binding-linux-riscv64-musl": "1.63.0",
|
|
2316
|
-
"@oxlint/binding-linux-s390x-gnu": "1.63.0",
|
|
2317
|
-
"@oxlint/binding-linux-x64-gnu": "1.63.0",
|
|
2318
|
-
"@oxlint/binding-linux-x64-musl": "1.63.0",
|
|
2319
|
-
"@oxlint/binding-openharmony-arm64": "1.63.0",
|
|
2320
|
-
"@oxlint/binding-win32-arm64-msvc": "1.63.0",
|
|
2321
|
-
"@oxlint/binding-win32-ia32-msvc": "1.63.0",
|
|
2322
|
-
"@oxlint/binding-win32-x64-msvc": "1.63.0"
|
|
2323
|
-
},
|
|
2324
|
-
"peerDependencies": {
|
|
2325
|
-
"oxlint-tsgolint": ">=0.22.1"
|
|
2326
|
-
},
|
|
2327
|
-
"peerDependenciesMeta": {
|
|
2328
|
-
"oxlint-tsgolint": {
|
|
2329
|
-
"optional": true
|
|
2330
|
-
}
|
|
2331
|
-
}
|
|
2332
|
-
},
|
|
2333
|
-
"node_modules/picocolors": {
|
|
2334
|
-
"version": "1.1.1",
|
|
2335
|
-
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
2336
|
-
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
2337
|
-
"dev": true,
|
|
2338
|
-
"license": "ISC"
|
|
2339
|
-
},
|
|
2340
|
-
"node_modules/picomatch": {
|
|
2341
|
-
"version": "4.0.4",
|
|
2342
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
2343
|
-
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
2344
|
-
"dev": true,
|
|
2345
|
-
"license": "MIT",
|
|
2346
|
-
"engines": {
|
|
2347
|
-
"node": ">=12"
|
|
2348
|
-
},
|
|
2349
|
-
"funding": {
|
|
2350
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
2351
|
-
}
|
|
2352
|
-
},
|
|
2353
|
-
"node_modules/postcss": {
|
|
2354
|
-
"version": "8.5.14",
|
|
2355
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
|
|
2356
|
-
"integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
|
|
2357
|
-
"dev": true,
|
|
2358
|
-
"funding": [
|
|
2359
|
-
{
|
|
2360
|
-
"type": "opencollective",
|
|
2361
|
-
"url": "https://opencollective.com/postcss/"
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"type": "tidelift",
|
|
2365
|
-
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"type": "github",
|
|
2369
|
-
"url": "https://github.com/sponsors/ai"
|
|
2370
|
-
}
|
|
2371
|
-
],
|
|
2372
|
-
"license": "MIT",
|
|
2373
|
-
"dependencies": {
|
|
2374
|
-
"nanoid": "^3.3.11",
|
|
2375
|
-
"picocolors": "^1.1.1",
|
|
2376
|
-
"source-map-js": "^1.2.1"
|
|
2377
|
-
},
|
|
2378
|
-
"engines": {
|
|
2379
|
-
"node": "^10 || ^12 || >=14"
|
|
2380
|
-
}
|
|
2381
|
-
},
|
|
2382
|
-
"node_modules/postcss-selector-parser": {
|
|
2383
|
-
"version": "6.0.10",
|
|
2384
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
|
|
2385
|
-
"integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
|
|
2386
|
-
"dev": true,
|
|
2387
|
-
"license": "MIT",
|
|
2388
|
-
"dependencies": {
|
|
2389
|
-
"cssesc": "^3.0.0",
|
|
2390
|
-
"util-deprecate": "^1.0.2"
|
|
2391
|
-
},
|
|
2392
|
-
"engines": {
|
|
2393
|
-
"node": ">=4"
|
|
2394
|
-
}
|
|
2395
|
-
},
|
|
2396
|
-
"node_modules/rolldown": {
|
|
2397
|
-
"version": "1.0.0-rc.18",
|
|
2398
|
-
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.18.tgz",
|
|
2399
|
-
"integrity": "sha512-phmyKBpuBdRYDf4hgyynGAYn/rDDe+iZXKVJ7WX5b1zQzpLkP5oJRPGsfJuHdzPMlyyEO/4sPW6yfSx2gf7lVg==",
|
|
2400
|
-
"dev": true,
|
|
2401
|
-
"license": "MIT",
|
|
2402
|
-
"dependencies": {
|
|
2403
|
-
"@oxc-project/types": "=0.128.0",
|
|
2404
|
-
"@rolldown/pluginutils": "1.0.0-rc.18"
|
|
2405
|
-
},
|
|
2406
|
-
"bin": {
|
|
2407
|
-
"rolldown": "bin/cli.mjs"
|
|
2408
|
-
},
|
|
2409
|
-
"engines": {
|
|
2410
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
2411
|
-
},
|
|
2412
|
-
"optionalDependencies": {
|
|
2413
|
-
"@rolldown/binding-android-arm64": "1.0.0-rc.18",
|
|
2414
|
-
"@rolldown/binding-darwin-arm64": "1.0.0-rc.18",
|
|
2415
|
-
"@rolldown/binding-darwin-x64": "1.0.0-rc.18",
|
|
2416
|
-
"@rolldown/binding-freebsd-x64": "1.0.0-rc.18",
|
|
2417
|
-
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.18",
|
|
2418
|
-
"@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.18",
|
|
2419
|
-
"@rolldown/binding-linux-arm64-musl": "1.0.0-rc.18",
|
|
2420
|
-
"@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.18",
|
|
2421
|
-
"@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.18",
|
|
2422
|
-
"@rolldown/binding-linux-x64-gnu": "1.0.0-rc.18",
|
|
2423
|
-
"@rolldown/binding-linux-x64-musl": "1.0.0-rc.18",
|
|
2424
|
-
"@rolldown/binding-openharmony-arm64": "1.0.0-rc.18",
|
|
2425
|
-
"@rolldown/binding-wasm32-wasi": "1.0.0-rc.18",
|
|
2426
|
-
"@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.18",
|
|
2427
|
-
"@rolldown/binding-win32-x64-msvc": "1.0.0-rc.18"
|
|
2428
|
-
}
|
|
2429
|
-
},
|
|
2430
|
-
"node_modules/source-map-js": {
|
|
2431
|
-
"version": "1.2.1",
|
|
2432
|
-
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
2433
|
-
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
2434
|
-
"dev": true,
|
|
2435
|
-
"license": "BSD-3-Clause",
|
|
2436
|
-
"engines": {
|
|
2437
|
-
"node": ">=0.10.0"
|
|
2438
|
-
}
|
|
2439
|
-
},
|
|
2440
|
-
"node_modules/tailwindcss": {
|
|
2441
|
-
"version": "4.3.0",
|
|
2442
|
-
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz",
|
|
2443
|
-
"integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==",
|
|
2444
|
-
"dev": true,
|
|
2445
|
-
"license": "MIT"
|
|
2446
|
-
},
|
|
2447
|
-
"node_modules/tapable": {
|
|
2448
|
-
"version": "2.3.3",
|
|
2449
|
-
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
|
|
2450
|
-
"integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
|
|
2451
|
-
"dev": true,
|
|
2452
|
-
"license": "MIT",
|
|
2453
|
-
"engines": {
|
|
2454
|
-
"node": ">=6"
|
|
2455
|
-
},
|
|
2456
|
-
"funding": {
|
|
2457
|
-
"type": "opencollective",
|
|
2458
|
-
"url": "https://opencollective.com/webpack"
|
|
2459
|
-
}
|
|
2460
|
-
},
|
|
2461
|
-
"node_modules/tinyglobby": {
|
|
2462
|
-
"version": "0.2.16",
|
|
2463
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
|
2464
|
-
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
2465
|
-
"dev": true,
|
|
2466
|
-
"license": "MIT",
|
|
2467
|
-
"dependencies": {
|
|
2468
|
-
"fdir": "^6.5.0",
|
|
2469
|
-
"picomatch": "^4.0.4"
|
|
2470
|
-
},
|
|
2471
|
-
"engines": {
|
|
2472
|
-
"node": ">=12.0.0"
|
|
2473
|
-
},
|
|
2474
|
-
"funding": {
|
|
2475
|
-
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
2476
|
-
}
|
|
2477
|
-
},
|
|
2478
|
-
"node_modules/tinypool": {
|
|
2479
|
-
"version": "2.1.0",
|
|
2480
|
-
"resolved": "https://registry.npmjs.org/tinypool/-/tinypool-2.1.0.tgz",
|
|
2481
|
-
"integrity": "sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw==",
|
|
2482
|
-
"license": "MIT",
|
|
2483
|
-
"engines": {
|
|
2484
|
-
"node": "^20.0.0 || >=22.0.0"
|
|
2485
|
-
}
|
|
2486
|
-
},
|
|
2487
|
-
"node_modules/tslib": {
|
|
2488
|
-
"version": "2.8.1",
|
|
2489
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
2490
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
2491
|
-
"dev": true,
|
|
2492
|
-
"license": "0BSD",
|
|
2493
|
-
"optional": true
|
|
2494
|
-
},
|
|
2495
|
-
"node_modules/typescript": {
|
|
2496
|
-
"version": "6.0.3",
|
|
2497
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
|
|
2498
|
-
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
|
|
2499
|
-
"devOptional": true,
|
|
2500
|
-
"license": "Apache-2.0",
|
|
2501
|
-
"bin": {
|
|
2502
|
-
"tsc": "bin/tsc",
|
|
2503
|
-
"tsserver": "bin/tsserver"
|
|
2504
|
-
},
|
|
2505
|
-
"engines": {
|
|
2506
|
-
"node": ">=14.17"
|
|
2507
|
-
}
|
|
2508
|
-
},
|
|
2509
|
-
"node_modules/undici-types": {
|
|
2510
|
-
"version": "7.19.2",
|
|
2511
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz",
|
|
2512
|
-
"integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==",
|
|
2513
|
-
"dev": true,
|
|
2514
|
-
"license": "MIT"
|
|
2515
|
-
},
|
|
2516
|
-
"node_modules/util-deprecate": {
|
|
2517
|
-
"version": "1.0.2",
|
|
2518
|
-
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
2519
|
-
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
2520
|
-
"dev": true,
|
|
2521
|
-
"license": "MIT"
|
|
2522
|
-
},
|
|
2523
|
-
"node_modules/vite": {
|
|
2524
|
-
"version": "8.0.11",
|
|
2525
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.11.tgz",
|
|
2526
|
-
"integrity": "sha512-Jz1mxtUBR5xTT65VOdJZUUeoyLtqljmFkiUXhPTLZka3RDc9vpi/xXkyrnsdRcm2lIi3l3GPMnAidTsEGIj3Ow==",
|
|
2527
|
-
"dev": true,
|
|
2528
|
-
"license": "MIT",
|
|
2529
|
-
"dependencies": {
|
|
2530
|
-
"lightningcss": "^1.32.0",
|
|
2531
|
-
"picomatch": "^4.0.4",
|
|
2532
|
-
"postcss": "^8.5.14",
|
|
2533
|
-
"rolldown": "1.0.0-rc.18",
|
|
2534
|
-
"tinyglobby": "^0.2.16"
|
|
2535
|
-
},
|
|
2536
|
-
"bin": {
|
|
2537
|
-
"vite": "bin/vite.js"
|
|
2538
|
-
},
|
|
2539
|
-
"engines": {
|
|
2540
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
2541
|
-
},
|
|
2542
|
-
"funding": {
|
|
2543
|
-
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
2544
|
-
},
|
|
2545
|
-
"optionalDependencies": {
|
|
2546
|
-
"fsevents": "~2.3.3"
|
|
2547
|
-
},
|
|
2548
|
-
"peerDependencies": {
|
|
2549
|
-
"@types/node": "^20.19.0 || >=22.12.0",
|
|
2550
|
-
"@vitejs/devtools": "^0.1.18",
|
|
2551
|
-
"esbuild": "^0.27.0 || ^0.28.0",
|
|
2552
|
-
"jiti": ">=1.21.0",
|
|
2553
|
-
"less": "^4.0.0",
|
|
2554
|
-
"sass": "^1.70.0",
|
|
2555
|
-
"sass-embedded": "^1.70.0",
|
|
2556
|
-
"stylus": ">=0.54.8",
|
|
2557
|
-
"sugarss": "^5.0.0",
|
|
2558
|
-
"terser": "^5.16.0",
|
|
2559
|
-
"tsx": "^4.8.1",
|
|
2560
|
-
"yaml": "^2.4.2"
|
|
2561
|
-
},
|
|
2562
|
-
"peerDependenciesMeta": {
|
|
2563
|
-
"@types/node": {
|
|
2564
|
-
"optional": true
|
|
2565
|
-
},
|
|
2566
|
-
"@vitejs/devtools": {
|
|
2567
|
-
"optional": true
|
|
2568
|
-
},
|
|
2569
|
-
"esbuild": {
|
|
2570
|
-
"optional": true
|
|
2571
|
-
},
|
|
2572
|
-
"jiti": {
|
|
2573
|
-
"optional": true
|
|
2574
|
-
},
|
|
2575
|
-
"less": {
|
|
2576
|
-
"optional": true
|
|
2577
|
-
},
|
|
2578
|
-
"sass": {
|
|
2579
|
-
"optional": true
|
|
2580
|
-
},
|
|
2581
|
-
"sass-embedded": {
|
|
2582
|
-
"optional": true
|
|
2583
|
-
},
|
|
2584
|
-
"stylus": {
|
|
2585
|
-
"optional": true
|
|
2586
|
-
},
|
|
2587
|
-
"sugarss": {
|
|
2588
|
-
"optional": true
|
|
2589
|
-
},
|
|
2590
|
-
"terser": {
|
|
2591
|
-
"optional": true
|
|
2592
|
-
},
|
|
2593
|
-
"tsx": {
|
|
2594
|
-
"optional": true
|
|
2595
|
-
},
|
|
2596
|
-
"yaml": {
|
|
2597
|
-
"optional": true
|
|
2598
|
-
}
|
|
2599
|
-
}
|
|
2600
|
-
},
|
|
2601
|
-
"node_modules/vite-plugin-wasm": {
|
|
2602
|
-
"version": "3.6.0",
|
|
2603
|
-
"resolved": "https://registry.npmjs.org/vite-plugin-wasm/-/vite-plugin-wasm-3.6.0.tgz",
|
|
2604
|
-
"integrity": "sha512-mL/QPziiIA4RAA6DkaZZzOstdwbW5jO4Vz7Zenj0wieKWBlNvIvX5L5ljum9lcUX0ShNfBgCNLKTjNkRVVqcsw==",
|
|
2605
|
-
"dev": true,
|
|
2606
|
-
"license": "MIT",
|
|
2607
|
-
"peerDependencies": {
|
|
2608
|
-
"vite": "^2 || ^3 || ^4 || ^5 || ^6 || ^7 || ^8"
|
|
2609
|
-
}
|
|
2610
|
-
}
|
|
2611
|
-
}
|
|
2612
|
-
}
|