create-rue 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +539 -0
- package/README.md +22 -0
- package/bundle.js +2862 -0
- package/package.json +58 -0
- package/template/base/.editorconfig +6 -0
- package/template/base/.gitattributes +1 -0
- package/template/base/.oxfmtrc.json +5 -0
- package/template/base/.oxlintrc.json +11 -0
- package/template/base/app/app.tsx +12 -0
- package/template/base/app/main.ts +2 -0
- package/template/base/app/pages/Ecosystem.tsx +47 -0
- package/template/base/app/pages/Guide.tsx +49 -0
- package/template/base/app/pages/Home.tsx +85 -0
- package/template/base/app/pages/Packages.tsx +52 -0
- package/template/base/app/pages/components/Layout.tsx +67 -0
- package/template/base/app/router.ts +14 -0
- package/template/base/index.html +16 -0
- package/template/base/package-lock.json +2425 -0
- package/template/base/package.json +37 -0
- package/template/base/pnpm-lock.yaml +1513 -0
- package/template/base/style.css +433 -0
- package/template/base/tailwind.config.ts +7 -0
- package/template/base/tsconfig.json +22 -0
- package/template/base/vite.config.ts +18 -0
|
@@ -0,0 +1,2425 @@
|
|
|
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.30",
|
|
12
|
+
"@rue-js/router": "^0.0.30",
|
|
13
|
+
"@rue-js/rue": "^0.0.30",
|
|
14
|
+
"@rue-js/runtime": "^0.0.30",
|
|
15
|
+
"@rue-js/runtime-vapor": "^0.0.30",
|
|
16
|
+
"daisyui": "^5.5.11",
|
|
17
|
+
"oxfmt": "^0.42.0",
|
|
18
|
+
"oxlint": "^1.57.0"
|
|
19
|
+
},
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@rue-js/jsx-dev-runtime": "^0.0.30",
|
|
22
|
+
"@rue-js/vite-plugin-rue": "^0.0.30",
|
|
23
|
+
"@swc/core": "^1.15.3",
|
|
24
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
25
|
+
"@tailwindcss/vite": "^4.1.17",
|
|
26
|
+
"@types/node": "^24.10.1",
|
|
27
|
+
"typescript": "^5.9.3",
|
|
28
|
+
"vite": "^8.0.3",
|
|
29
|
+
"vite-plugin-wasm": "^3.5.0"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"node_modules/@emnapi/core": {
|
|
33
|
+
"version": "1.9.1",
|
|
34
|
+
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.1.tgz",
|
|
35
|
+
"integrity": "sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==",
|
|
36
|
+
"dev": true,
|
|
37
|
+
"license": "MIT",
|
|
38
|
+
"optional": true,
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"@emnapi/wasi-threads": "1.2.0",
|
|
41
|
+
"tslib": "^2.4.0"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"node_modules/@emnapi/runtime": {
|
|
45
|
+
"version": "1.9.1",
|
|
46
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.1.tgz",
|
|
47
|
+
"integrity": "sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==",
|
|
48
|
+
"dev": true,
|
|
49
|
+
"license": "MIT",
|
|
50
|
+
"optional": true,
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"tslib": "^2.4.0"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"node_modules/@emnapi/wasi-threads": {
|
|
56
|
+
"version": "1.2.0",
|
|
57
|
+
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz",
|
|
58
|
+
"integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==",
|
|
59
|
+
"dev": true,
|
|
60
|
+
"license": "MIT",
|
|
61
|
+
"optional": true,
|
|
62
|
+
"dependencies": {
|
|
63
|
+
"tslib": "^2.4.0"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"node_modules/@jridgewell/gen-mapping": {
|
|
67
|
+
"version": "0.3.13",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
69
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
70
|
+
"dev": true,
|
|
71
|
+
"license": "MIT",
|
|
72
|
+
"dependencies": {
|
|
73
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
74
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"node_modules/@jridgewell/remapping": {
|
|
78
|
+
"version": "2.3.5",
|
|
79
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
80
|
+
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
81
|
+
"dev": true,
|
|
82
|
+
"license": "MIT",
|
|
83
|
+
"dependencies": {
|
|
84
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
85
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
89
|
+
"version": "3.1.2",
|
|
90
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
91
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
92
|
+
"dev": true,
|
|
93
|
+
"license": "MIT",
|
|
94
|
+
"engines": {
|
|
95
|
+
"node": ">=6.0.0"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
99
|
+
"version": "1.5.5",
|
|
100
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
101
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
102
|
+
"dev": true,
|
|
103
|
+
"license": "MIT"
|
|
104
|
+
},
|
|
105
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
106
|
+
"version": "0.3.31",
|
|
107
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
108
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
109
|
+
"dev": true,
|
|
110
|
+
"license": "MIT",
|
|
111
|
+
"dependencies": {
|
|
112
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
113
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"node_modules/@napi-rs/wasm-runtime": {
|
|
117
|
+
"version": "1.1.2",
|
|
118
|
+
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.2.tgz",
|
|
119
|
+
"integrity": "sha512-sNXv5oLJ7ob93xkZ1XnxisYhGYXfaG9f65/ZgYuAu3qt7b3NadcOEhLvx28hv31PgX8SZJRYrAIPQilQmFpLVw==",
|
|
120
|
+
"dev": true,
|
|
121
|
+
"license": "MIT",
|
|
122
|
+
"optional": true,
|
|
123
|
+
"dependencies": {
|
|
124
|
+
"@tybys/wasm-util": "^0.10.1"
|
|
125
|
+
},
|
|
126
|
+
"funding": {
|
|
127
|
+
"type": "github",
|
|
128
|
+
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
129
|
+
},
|
|
130
|
+
"peerDependencies": {
|
|
131
|
+
"@emnapi/core": "^1.7.1",
|
|
132
|
+
"@emnapi/runtime": "^1.7.1"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"node_modules/@oxc-project/types": {
|
|
136
|
+
"version": "0.122.0",
|
|
137
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.122.0.tgz",
|
|
138
|
+
"integrity": "sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==",
|
|
139
|
+
"dev": true,
|
|
140
|
+
"license": "MIT",
|
|
141
|
+
"funding": {
|
|
142
|
+
"url": "https://github.com/sponsors/Boshen"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"node_modules/@oxfmt/binding-android-arm-eabi": {
|
|
146
|
+
"version": "0.42.0",
|
|
147
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.42.0.tgz",
|
|
148
|
+
"integrity": "sha512-dsqPTYsozeokRjlrt/b4E7Pj0z3eS3Eg74TWQuuKbjY4VttBmA88rB7d50Xrd+TZ986qdXCNeZRPEzZHAe+jow==",
|
|
149
|
+
"cpu": [
|
|
150
|
+
"arm"
|
|
151
|
+
],
|
|
152
|
+
"license": "MIT",
|
|
153
|
+
"optional": true,
|
|
154
|
+
"os": [
|
|
155
|
+
"android"
|
|
156
|
+
],
|
|
157
|
+
"engines": {
|
|
158
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"node_modules/@oxfmt/binding-android-arm64": {
|
|
162
|
+
"version": "0.42.0",
|
|
163
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.42.0.tgz",
|
|
164
|
+
"integrity": "sha512-t+aAjHxcr5eOBphFHdg1ouQU9qmZZoRxnX7UOJSaTwSoKsb6TYezNKO0YbWytGXCECObRqNcUxPoPr0KaraAIg==",
|
|
165
|
+
"cpu": [
|
|
166
|
+
"arm64"
|
|
167
|
+
],
|
|
168
|
+
"license": "MIT",
|
|
169
|
+
"optional": true,
|
|
170
|
+
"os": [
|
|
171
|
+
"android"
|
|
172
|
+
],
|
|
173
|
+
"engines": {
|
|
174
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"node_modules/@oxfmt/binding-darwin-arm64": {
|
|
178
|
+
"version": "0.42.0",
|
|
179
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.42.0.tgz",
|
|
180
|
+
"integrity": "sha512-ulpSEYMKg61C5bRMZinFHrKJYRoKGVbvMEXA5zM1puX3O9T6Q4XXDbft20yrDijpYWeuG59z3Nabt+npeTsM1A==",
|
|
181
|
+
"cpu": [
|
|
182
|
+
"arm64"
|
|
183
|
+
],
|
|
184
|
+
"license": "MIT",
|
|
185
|
+
"optional": true,
|
|
186
|
+
"os": [
|
|
187
|
+
"darwin"
|
|
188
|
+
],
|
|
189
|
+
"engines": {
|
|
190
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"node_modules/@oxfmt/binding-darwin-x64": {
|
|
194
|
+
"version": "0.42.0",
|
|
195
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.42.0.tgz",
|
|
196
|
+
"integrity": "sha512-ttxLKhQYPdFiM8I/Ri37cvqChE4Xa562nNOsZFcv1CKTVLeEozXjKuYClNvxkXmNlcF55nzM80P+CQkdFBu+uQ==",
|
|
197
|
+
"cpu": [
|
|
198
|
+
"x64"
|
|
199
|
+
],
|
|
200
|
+
"license": "MIT",
|
|
201
|
+
"optional": true,
|
|
202
|
+
"os": [
|
|
203
|
+
"darwin"
|
|
204
|
+
],
|
|
205
|
+
"engines": {
|
|
206
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"node_modules/@oxfmt/binding-freebsd-x64": {
|
|
210
|
+
"version": "0.42.0",
|
|
211
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.42.0.tgz",
|
|
212
|
+
"integrity": "sha512-Og7QS3yI3tdIKYZ58SXik0rADxIk2jmd+/YvuHRyKULWpG4V2fR5V4hvKm624Mc0cQET35waPXiCQWvjQEjwYQ==",
|
|
213
|
+
"cpu": [
|
|
214
|
+
"x64"
|
|
215
|
+
],
|
|
216
|
+
"license": "MIT",
|
|
217
|
+
"optional": true,
|
|
218
|
+
"os": [
|
|
219
|
+
"freebsd"
|
|
220
|
+
],
|
|
221
|
+
"engines": {
|
|
222
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"node_modules/@oxfmt/binding-linux-arm-gnueabihf": {
|
|
226
|
+
"version": "0.42.0",
|
|
227
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.42.0.tgz",
|
|
228
|
+
"integrity": "sha512-jwLOw/3CW4H6Vxcry4/buQHk7zm9Ne2YsidzTL1kpiMe4qqrRCwev3dkyWe2YkFmP+iZCQ7zku4KwjcLRoh8ew==",
|
|
229
|
+
"cpu": [
|
|
230
|
+
"arm"
|
|
231
|
+
],
|
|
232
|
+
"license": "MIT",
|
|
233
|
+
"optional": true,
|
|
234
|
+
"os": [
|
|
235
|
+
"linux"
|
|
236
|
+
],
|
|
237
|
+
"engines": {
|
|
238
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
"node_modules/@oxfmt/binding-linux-arm-musleabihf": {
|
|
242
|
+
"version": "0.42.0",
|
|
243
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.42.0.tgz",
|
|
244
|
+
"integrity": "sha512-XwXu2vkMtiq2h7tfvN+WA/9/5/1IoGAVCFPiiQUvcAuG3efR97KNcRGM8BetmbYouFotQ2bDal3yyjUx6IPsTg==",
|
|
245
|
+
"cpu": [
|
|
246
|
+
"arm"
|
|
247
|
+
],
|
|
248
|
+
"license": "MIT",
|
|
249
|
+
"optional": true,
|
|
250
|
+
"os": [
|
|
251
|
+
"linux"
|
|
252
|
+
],
|
|
253
|
+
"engines": {
|
|
254
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"node_modules/@oxfmt/binding-linux-arm64-gnu": {
|
|
258
|
+
"version": "0.42.0",
|
|
259
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.42.0.tgz",
|
|
260
|
+
"integrity": "sha512-ea7s/XUJoT7ENAtUQDudFe3nkSM3e3Qpz4nJFRdzO2wbgXEcjnchKLEsV3+t4ev3r8nWxIYr9NRjPWtnyIFJVA==",
|
|
261
|
+
"cpu": [
|
|
262
|
+
"arm64"
|
|
263
|
+
],
|
|
264
|
+
"license": "MIT",
|
|
265
|
+
"optional": true,
|
|
266
|
+
"os": [
|
|
267
|
+
"linux"
|
|
268
|
+
],
|
|
269
|
+
"engines": {
|
|
270
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"node_modules/@oxfmt/binding-linux-arm64-musl": {
|
|
274
|
+
"version": "0.42.0",
|
|
275
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.42.0.tgz",
|
|
276
|
+
"integrity": "sha512-+JA0YMlSdDqmacygGi2REp57c3fN+tzARD8nwsukx9pkCHK+6DkbAA9ojS4lNKsiBjIW8WWa0pBrBWhdZEqfuw==",
|
|
277
|
+
"cpu": [
|
|
278
|
+
"arm64"
|
|
279
|
+
],
|
|
280
|
+
"license": "MIT",
|
|
281
|
+
"optional": true,
|
|
282
|
+
"os": [
|
|
283
|
+
"linux"
|
|
284
|
+
],
|
|
285
|
+
"engines": {
|
|
286
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"node_modules/@oxfmt/binding-linux-ppc64-gnu": {
|
|
290
|
+
"version": "0.42.0",
|
|
291
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.42.0.tgz",
|
|
292
|
+
"integrity": "sha512-VfnET0j4Y5mdfCzh5gBt0NK28lgn5DKx+8WgSMLYYeSooHhohdbzwAStLki9pNuGy51y4I7IoW8bqwAaCMiJQg==",
|
|
293
|
+
"cpu": [
|
|
294
|
+
"ppc64"
|
|
295
|
+
],
|
|
296
|
+
"license": "MIT",
|
|
297
|
+
"optional": true,
|
|
298
|
+
"os": [
|
|
299
|
+
"linux"
|
|
300
|
+
],
|
|
301
|
+
"engines": {
|
|
302
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
"node_modules/@oxfmt/binding-linux-riscv64-gnu": {
|
|
306
|
+
"version": "0.42.0",
|
|
307
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.42.0.tgz",
|
|
308
|
+
"integrity": "sha512-gVlCbmBkB0fxBWbhBj9rcxezPydsQHf4MFKeHoTSPicOQ+8oGeTQgQ8EeesSybWeiFPVRx3bgdt4IJnH6nOjAA==",
|
|
309
|
+
"cpu": [
|
|
310
|
+
"riscv64"
|
|
311
|
+
],
|
|
312
|
+
"license": "MIT",
|
|
313
|
+
"optional": true,
|
|
314
|
+
"os": [
|
|
315
|
+
"linux"
|
|
316
|
+
],
|
|
317
|
+
"engines": {
|
|
318
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"node_modules/@oxfmt/binding-linux-riscv64-musl": {
|
|
322
|
+
"version": "0.42.0",
|
|
323
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.42.0.tgz",
|
|
324
|
+
"integrity": "sha512-zN5OfstL0avgt/IgvRu0zjQzVh/EPkcLzs33E9LMAzpqlLWiPWeMDZyMGFlSRGOdDjuNmlZBCgj0pFnK5u32TQ==",
|
|
325
|
+
"cpu": [
|
|
326
|
+
"riscv64"
|
|
327
|
+
],
|
|
328
|
+
"license": "MIT",
|
|
329
|
+
"optional": true,
|
|
330
|
+
"os": [
|
|
331
|
+
"linux"
|
|
332
|
+
],
|
|
333
|
+
"engines": {
|
|
334
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"node_modules/@oxfmt/binding-linux-s390x-gnu": {
|
|
338
|
+
"version": "0.42.0",
|
|
339
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.42.0.tgz",
|
|
340
|
+
"integrity": "sha512-9X6+H2L0qMc2sCAgO9HS03bkGLMKvOFjmEdchaFlany3vNZOjnVui//D8k/xZAtQv2vaCs1reD5KAgPoIU4msA==",
|
|
341
|
+
"cpu": [
|
|
342
|
+
"s390x"
|
|
343
|
+
],
|
|
344
|
+
"license": "MIT",
|
|
345
|
+
"optional": true,
|
|
346
|
+
"os": [
|
|
347
|
+
"linux"
|
|
348
|
+
],
|
|
349
|
+
"engines": {
|
|
350
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"node_modules/@oxfmt/binding-linux-x64-gnu": {
|
|
354
|
+
"version": "0.42.0",
|
|
355
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.42.0.tgz",
|
|
356
|
+
"integrity": "sha512-BajxJ6KQvMMdpXGPWhBGyjb2Jvx4uec0w+wi6TJZ6Tv7+MzPwe0pO8g5h1U0jyFgoaF7mDl6yKPW3ykWcbUJRw==",
|
|
357
|
+
"cpu": [
|
|
358
|
+
"x64"
|
|
359
|
+
],
|
|
360
|
+
"license": "MIT",
|
|
361
|
+
"optional": true,
|
|
362
|
+
"os": [
|
|
363
|
+
"linux"
|
|
364
|
+
],
|
|
365
|
+
"engines": {
|
|
366
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"node_modules/@oxfmt/binding-linux-x64-musl": {
|
|
370
|
+
"version": "0.42.0",
|
|
371
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.42.0.tgz",
|
|
372
|
+
"integrity": "sha512-0wV284I6vc5f0AqAhgAbHU2935B4bVpncPoe5n/WzVZY/KnHgqxC8iSFGeSyLWEgstFboIcWkOPck7tqbdHkzA==",
|
|
373
|
+
"cpu": [
|
|
374
|
+
"x64"
|
|
375
|
+
],
|
|
376
|
+
"license": "MIT",
|
|
377
|
+
"optional": true,
|
|
378
|
+
"os": [
|
|
379
|
+
"linux"
|
|
380
|
+
],
|
|
381
|
+
"engines": {
|
|
382
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
"node_modules/@oxfmt/binding-openharmony-arm64": {
|
|
386
|
+
"version": "0.42.0",
|
|
387
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.42.0.tgz",
|
|
388
|
+
"integrity": "sha512-p4BG6HpGnhfgHk1rzZfyR6zcWkE7iLrWxyehHfXUy4Qa5j3e0roglFOdP/Nj5cJJ58MA3isQ5dlfkW2nNEpolw==",
|
|
389
|
+
"cpu": [
|
|
390
|
+
"arm64"
|
|
391
|
+
],
|
|
392
|
+
"license": "MIT",
|
|
393
|
+
"optional": true,
|
|
394
|
+
"os": [
|
|
395
|
+
"openharmony"
|
|
396
|
+
],
|
|
397
|
+
"engines": {
|
|
398
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"node_modules/@oxfmt/binding-win32-arm64-msvc": {
|
|
402
|
+
"version": "0.42.0",
|
|
403
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.42.0.tgz",
|
|
404
|
+
"integrity": "sha512-mn//WV60A+IetORDxYieYGAoQso4KnVRRjORDewMcod4irlRe0OSC7YPhhwaexYNPQz/GCFk+v9iUcZ2W22yxQ==",
|
|
405
|
+
"cpu": [
|
|
406
|
+
"arm64"
|
|
407
|
+
],
|
|
408
|
+
"license": "MIT",
|
|
409
|
+
"optional": true,
|
|
410
|
+
"os": [
|
|
411
|
+
"win32"
|
|
412
|
+
],
|
|
413
|
+
"engines": {
|
|
414
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"node_modules/@oxfmt/binding-win32-ia32-msvc": {
|
|
418
|
+
"version": "0.42.0",
|
|
419
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.42.0.tgz",
|
|
420
|
+
"integrity": "sha512-3gWltUrvuz4LPJXWivoAxZ28Of2O4N7OGuM5/X3ubPXCEV8hmgECLZzjz7UYvSDUS3grfdccQwmjynm+51EFpw==",
|
|
421
|
+
"cpu": [
|
|
422
|
+
"ia32"
|
|
423
|
+
],
|
|
424
|
+
"license": "MIT",
|
|
425
|
+
"optional": true,
|
|
426
|
+
"os": [
|
|
427
|
+
"win32"
|
|
428
|
+
],
|
|
429
|
+
"engines": {
|
|
430
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"node_modules/@oxfmt/binding-win32-x64-msvc": {
|
|
434
|
+
"version": "0.42.0",
|
|
435
|
+
"resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.42.0.tgz",
|
|
436
|
+
"integrity": "sha512-Wg4TMAfQRL9J9AZevJ/ZNy3uyyDztDYQtGr4P8UyyzIhLhFrdSmz1J/9JT+rv0fiCDLaFOBQnj3f3K3+a5PzDQ==",
|
|
437
|
+
"cpu": [
|
|
438
|
+
"x64"
|
|
439
|
+
],
|
|
440
|
+
"license": "MIT",
|
|
441
|
+
"optional": true,
|
|
442
|
+
"os": [
|
|
443
|
+
"win32"
|
|
444
|
+
],
|
|
445
|
+
"engines": {
|
|
446
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"node_modules/@oxlint/binding-android-arm-eabi": {
|
|
450
|
+
"version": "1.57.0",
|
|
451
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.57.0.tgz",
|
|
452
|
+
"integrity": "sha512-C7EiyfAJG4B70496eV543nKiq5cH0o/xIh/ufbjQz3SIvHhlDDsyn+mRFh+aW8KskTyUpyH2LGWL8p2oN6bl1A==",
|
|
453
|
+
"cpu": [
|
|
454
|
+
"arm"
|
|
455
|
+
],
|
|
456
|
+
"license": "MIT",
|
|
457
|
+
"optional": true,
|
|
458
|
+
"os": [
|
|
459
|
+
"android"
|
|
460
|
+
],
|
|
461
|
+
"engines": {
|
|
462
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"node_modules/@oxlint/binding-android-arm64": {
|
|
466
|
+
"version": "1.57.0",
|
|
467
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.57.0.tgz",
|
|
468
|
+
"integrity": "sha512-9i80AresjZ/FZf5xK8tKFbhQnijD4s1eOZw6/FHUwD59HEZbVLRc2C88ADYJfLZrF5XofWDiRX/Ja9KefCLy7w==",
|
|
469
|
+
"cpu": [
|
|
470
|
+
"arm64"
|
|
471
|
+
],
|
|
472
|
+
"license": "MIT",
|
|
473
|
+
"optional": true,
|
|
474
|
+
"os": [
|
|
475
|
+
"android"
|
|
476
|
+
],
|
|
477
|
+
"engines": {
|
|
478
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
"node_modules/@oxlint/binding-darwin-arm64": {
|
|
482
|
+
"version": "1.57.0",
|
|
483
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.57.0.tgz",
|
|
484
|
+
"integrity": "sha512-0eUfhRz5L2yKa9I8k3qpyl37XK3oBS5BvrgdVIx599WZK63P8sMbg+0s4IuxmIiZuBK68Ek+Z+gcKgeYf0otsg==",
|
|
485
|
+
"cpu": [
|
|
486
|
+
"arm64"
|
|
487
|
+
],
|
|
488
|
+
"license": "MIT",
|
|
489
|
+
"optional": true,
|
|
490
|
+
"os": [
|
|
491
|
+
"darwin"
|
|
492
|
+
],
|
|
493
|
+
"engines": {
|
|
494
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
"node_modules/@oxlint/binding-darwin-x64": {
|
|
498
|
+
"version": "1.57.0",
|
|
499
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.57.0.tgz",
|
|
500
|
+
"integrity": "sha512-UvrSuzBaYOue+QMAcuDITe0k/Vhj6KZGjfnI6x+NkxBTke/VoM7ZisaxgNY0LWuBkTnd1OmeQfEQdQ48fRjkQg==",
|
|
501
|
+
"cpu": [
|
|
502
|
+
"x64"
|
|
503
|
+
],
|
|
504
|
+
"license": "MIT",
|
|
505
|
+
"optional": true,
|
|
506
|
+
"os": [
|
|
507
|
+
"darwin"
|
|
508
|
+
],
|
|
509
|
+
"engines": {
|
|
510
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"node_modules/@oxlint/binding-freebsd-x64": {
|
|
514
|
+
"version": "1.57.0",
|
|
515
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.57.0.tgz",
|
|
516
|
+
"integrity": "sha512-wtQq0dCoiw4bUwlsNVDJJ3pxJA218fOezpgtLKrbQqUtQJcM9yP8z+I9fu14aHg0uyAxIY+99toL6uBa2r7nxA==",
|
|
517
|
+
"cpu": [
|
|
518
|
+
"x64"
|
|
519
|
+
],
|
|
520
|
+
"license": "MIT",
|
|
521
|
+
"optional": true,
|
|
522
|
+
"os": [
|
|
523
|
+
"freebsd"
|
|
524
|
+
],
|
|
525
|
+
"engines": {
|
|
526
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
"node_modules/@oxlint/binding-linux-arm-gnueabihf": {
|
|
530
|
+
"version": "1.57.0",
|
|
531
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.57.0.tgz",
|
|
532
|
+
"integrity": "sha512-qxFWl2BBBFcT4djKa+OtMdnLgoHEJXpqjyGwz8OhW35ImoCwR5qtAGqApNYce5260FQqoAHW8S8eZTjiX67Tsg==",
|
|
533
|
+
"cpu": [
|
|
534
|
+
"arm"
|
|
535
|
+
],
|
|
536
|
+
"license": "MIT",
|
|
537
|
+
"optional": true,
|
|
538
|
+
"os": [
|
|
539
|
+
"linux"
|
|
540
|
+
],
|
|
541
|
+
"engines": {
|
|
542
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
"node_modules/@oxlint/binding-linux-arm-musleabihf": {
|
|
546
|
+
"version": "1.57.0",
|
|
547
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.57.0.tgz",
|
|
548
|
+
"integrity": "sha512-SQoIsBU7J0bDW15/f0/RvxHfY3Y0+eB/caKBQtNFbuerTiA6JCYx9P1MrrFTwY2dTm/lMgTSgskvCEYk2AtG/Q==",
|
|
549
|
+
"cpu": [
|
|
550
|
+
"arm"
|
|
551
|
+
],
|
|
552
|
+
"license": "MIT",
|
|
553
|
+
"optional": true,
|
|
554
|
+
"os": [
|
|
555
|
+
"linux"
|
|
556
|
+
],
|
|
557
|
+
"engines": {
|
|
558
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
"node_modules/@oxlint/binding-linux-arm64-gnu": {
|
|
562
|
+
"version": "1.57.0",
|
|
563
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.57.0.tgz",
|
|
564
|
+
"integrity": "sha512-jqxYd1W6WMeozsCmqe9Rzbu3SRrGTyGDAipRlRggetyYbUksJqJKvUNTQtZR/KFoJPb+grnSm5SHhdWrywv3RQ==",
|
|
565
|
+
"cpu": [
|
|
566
|
+
"arm64"
|
|
567
|
+
],
|
|
568
|
+
"license": "MIT",
|
|
569
|
+
"optional": true,
|
|
570
|
+
"os": [
|
|
571
|
+
"linux"
|
|
572
|
+
],
|
|
573
|
+
"engines": {
|
|
574
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
"node_modules/@oxlint/binding-linux-arm64-musl": {
|
|
578
|
+
"version": "1.57.0",
|
|
579
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.57.0.tgz",
|
|
580
|
+
"integrity": "sha512-i66WyEPVEvq9bxRUCJ/MP5EBfnTDN3nhwEdFZFTO5MmLLvzngfWEG3NSdXQzTT3vk5B9i6C2XSIYBh+aG6uqyg==",
|
|
581
|
+
"cpu": [
|
|
582
|
+
"arm64"
|
|
583
|
+
],
|
|
584
|
+
"license": "MIT",
|
|
585
|
+
"optional": true,
|
|
586
|
+
"os": [
|
|
587
|
+
"linux"
|
|
588
|
+
],
|
|
589
|
+
"engines": {
|
|
590
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"node_modules/@oxlint/binding-linux-ppc64-gnu": {
|
|
594
|
+
"version": "1.57.0",
|
|
595
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.57.0.tgz",
|
|
596
|
+
"integrity": "sha512-oMZDCwz4NobclZU3pH+V1/upVlJZiZvne4jQP+zhJwt+lmio4XXr4qG47CehvrW1Lx2YZiIHuxM2D4YpkG3KVA==",
|
|
597
|
+
"cpu": [
|
|
598
|
+
"ppc64"
|
|
599
|
+
],
|
|
600
|
+
"license": "MIT",
|
|
601
|
+
"optional": true,
|
|
602
|
+
"os": [
|
|
603
|
+
"linux"
|
|
604
|
+
],
|
|
605
|
+
"engines": {
|
|
606
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
"node_modules/@oxlint/binding-linux-riscv64-gnu": {
|
|
610
|
+
"version": "1.57.0",
|
|
611
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.57.0.tgz",
|
|
612
|
+
"integrity": "sha512-uoBnjJ3MMEBbfnWC1jSFr7/nSCkcQYa72NYoNtLl1imshDnWSolYCjzb8LVCwYCCfLJXD+0gBLD7fyC14c0+0g==",
|
|
613
|
+
"cpu": [
|
|
614
|
+
"riscv64"
|
|
615
|
+
],
|
|
616
|
+
"license": "MIT",
|
|
617
|
+
"optional": true,
|
|
618
|
+
"os": [
|
|
619
|
+
"linux"
|
|
620
|
+
],
|
|
621
|
+
"engines": {
|
|
622
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
"node_modules/@oxlint/binding-linux-riscv64-musl": {
|
|
626
|
+
"version": "1.57.0",
|
|
627
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.57.0.tgz",
|
|
628
|
+
"integrity": "sha512-BdrwD7haPZ8a9KrZhKJRSj6jwCor+Z8tHFZ3PT89Y3Jq5v3LfMfEePeAmD0LOTWpiTmzSzdmyw9ijneapiVHKQ==",
|
|
629
|
+
"cpu": [
|
|
630
|
+
"riscv64"
|
|
631
|
+
],
|
|
632
|
+
"license": "MIT",
|
|
633
|
+
"optional": true,
|
|
634
|
+
"os": [
|
|
635
|
+
"linux"
|
|
636
|
+
],
|
|
637
|
+
"engines": {
|
|
638
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
"node_modules/@oxlint/binding-linux-s390x-gnu": {
|
|
642
|
+
"version": "1.57.0",
|
|
643
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.57.0.tgz",
|
|
644
|
+
"integrity": "sha512-BNs+7ZNsRstVg2tpNxAXfMX/Iv5oZh204dVyb8Z37+/gCh+yZqNTlg6YwCLIMPSk5wLWIGOaQjT0GUOahKYImw==",
|
|
645
|
+
"cpu": [
|
|
646
|
+
"s390x"
|
|
647
|
+
],
|
|
648
|
+
"license": "MIT",
|
|
649
|
+
"optional": true,
|
|
650
|
+
"os": [
|
|
651
|
+
"linux"
|
|
652
|
+
],
|
|
653
|
+
"engines": {
|
|
654
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
"node_modules/@oxlint/binding-linux-x64-gnu": {
|
|
658
|
+
"version": "1.57.0",
|
|
659
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.57.0.tgz",
|
|
660
|
+
"integrity": "sha512-AghS18w+XcENcAX0+BQGLiqjpqpaxKJa4cWWP0OWNLacs27vHBxu7TYkv9LUSGe5w8lOJHeMxcYfZNOAPqw2bg==",
|
|
661
|
+
"cpu": [
|
|
662
|
+
"x64"
|
|
663
|
+
],
|
|
664
|
+
"license": "MIT",
|
|
665
|
+
"optional": true,
|
|
666
|
+
"os": [
|
|
667
|
+
"linux"
|
|
668
|
+
],
|
|
669
|
+
"engines": {
|
|
670
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
"node_modules/@oxlint/binding-linux-x64-musl": {
|
|
674
|
+
"version": "1.57.0",
|
|
675
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.57.0.tgz",
|
|
676
|
+
"integrity": "sha512-E/FV3GB8phu/Rpkhz5T96hAiJlGzn91qX5yj5gU754P5cmVGXY1Jw/VSjDSlZBCY3VHjsVLdzgdkJaomEmcNOg==",
|
|
677
|
+
"cpu": [
|
|
678
|
+
"x64"
|
|
679
|
+
],
|
|
680
|
+
"license": "MIT",
|
|
681
|
+
"optional": true,
|
|
682
|
+
"os": [
|
|
683
|
+
"linux"
|
|
684
|
+
],
|
|
685
|
+
"engines": {
|
|
686
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
"node_modules/@oxlint/binding-openharmony-arm64": {
|
|
690
|
+
"version": "1.57.0",
|
|
691
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.57.0.tgz",
|
|
692
|
+
"integrity": "sha512-xvZ2yZt0nUVfU14iuGv3V25jpr9pov5N0Wr28RXnHFxHCRxNDMtYPHV61gGLhN9IlXM96gI4pyYpLSJC5ClLCQ==",
|
|
693
|
+
"cpu": [
|
|
694
|
+
"arm64"
|
|
695
|
+
],
|
|
696
|
+
"license": "MIT",
|
|
697
|
+
"optional": true,
|
|
698
|
+
"os": [
|
|
699
|
+
"openharmony"
|
|
700
|
+
],
|
|
701
|
+
"engines": {
|
|
702
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
"node_modules/@oxlint/binding-win32-arm64-msvc": {
|
|
706
|
+
"version": "1.57.0",
|
|
707
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.57.0.tgz",
|
|
708
|
+
"integrity": "sha512-Z4D8Pd0AyHBKeazhdIXeUUy5sIS3Mo0veOlzlDECg6PhRRKgEsBJCCV1n+keUZtQ04OP+i7+itS3kOykUyNhDg==",
|
|
709
|
+
"cpu": [
|
|
710
|
+
"arm64"
|
|
711
|
+
],
|
|
712
|
+
"license": "MIT",
|
|
713
|
+
"optional": true,
|
|
714
|
+
"os": [
|
|
715
|
+
"win32"
|
|
716
|
+
],
|
|
717
|
+
"engines": {
|
|
718
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"node_modules/@oxlint/binding-win32-ia32-msvc": {
|
|
722
|
+
"version": "1.57.0",
|
|
723
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.57.0.tgz",
|
|
724
|
+
"integrity": "sha512-StOZ9nFMVKvevicbQfql6Pouu9pgbeQnu60Fvhz2S6yfMaii+wnueLnqQ5I1JPgNF0Syew4voBlAaHD13wH6tw==",
|
|
725
|
+
"cpu": [
|
|
726
|
+
"ia32"
|
|
727
|
+
],
|
|
728
|
+
"license": "MIT",
|
|
729
|
+
"optional": true,
|
|
730
|
+
"os": [
|
|
731
|
+
"win32"
|
|
732
|
+
],
|
|
733
|
+
"engines": {
|
|
734
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
"node_modules/@oxlint/binding-win32-x64-msvc": {
|
|
738
|
+
"version": "1.57.0",
|
|
739
|
+
"resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.57.0.tgz",
|
|
740
|
+
"integrity": "sha512-6PuxhYgth8TuW0+ABPOIkGdBYw+qYGxgIdXPHSVpiCDm+hqTTWCmC739St1Xni0DJBt8HnSHTG67i1y6gr8qrA==",
|
|
741
|
+
"cpu": [
|
|
742
|
+
"x64"
|
|
743
|
+
],
|
|
744
|
+
"license": "MIT",
|
|
745
|
+
"optional": true,
|
|
746
|
+
"os": [
|
|
747
|
+
"win32"
|
|
748
|
+
],
|
|
749
|
+
"engines": {
|
|
750
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
"node_modules/@rolldown/binding-android-arm64": {
|
|
754
|
+
"version": "1.0.0-rc.12",
|
|
755
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.12.tgz",
|
|
756
|
+
"integrity": "sha512-pv1y2Fv0JybcykuiiD3qBOBdz6RteYojRFY1d+b95WVuzx211CRh+ytI/+9iVyWQ6koTh5dawe4S/yRfOFjgaA==",
|
|
757
|
+
"cpu": [
|
|
758
|
+
"arm64"
|
|
759
|
+
],
|
|
760
|
+
"dev": true,
|
|
761
|
+
"license": "MIT",
|
|
762
|
+
"optional": true,
|
|
763
|
+
"os": [
|
|
764
|
+
"android"
|
|
765
|
+
],
|
|
766
|
+
"engines": {
|
|
767
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
771
|
+
"version": "1.0.0-rc.12",
|
|
772
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.12.tgz",
|
|
773
|
+
"integrity": "sha512-cFYr6zTG/3PXXF3pUO+umXxt1wkRK/0AYT8lDwuqvRC+LuKYWSAQAQZjCWDQpAH172ZV6ieYrNnFzVVcnSflAg==",
|
|
774
|
+
"cpu": [
|
|
775
|
+
"arm64"
|
|
776
|
+
],
|
|
777
|
+
"dev": true,
|
|
778
|
+
"license": "MIT",
|
|
779
|
+
"optional": true,
|
|
780
|
+
"os": [
|
|
781
|
+
"darwin"
|
|
782
|
+
],
|
|
783
|
+
"engines": {
|
|
784
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
"node_modules/@rolldown/binding-darwin-x64": {
|
|
788
|
+
"version": "1.0.0-rc.12",
|
|
789
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.12.tgz",
|
|
790
|
+
"integrity": "sha512-ZCsYknnHzeXYps0lGBz8JrF37GpE9bFVefrlmDrAQhOEi4IOIlcoU1+FwHEtyXGx2VkYAvhu7dyBf75EJQffBw==",
|
|
791
|
+
"cpu": [
|
|
792
|
+
"x64"
|
|
793
|
+
],
|
|
794
|
+
"dev": true,
|
|
795
|
+
"license": "MIT",
|
|
796
|
+
"optional": true,
|
|
797
|
+
"os": [
|
|
798
|
+
"darwin"
|
|
799
|
+
],
|
|
800
|
+
"engines": {
|
|
801
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
805
|
+
"version": "1.0.0-rc.12",
|
|
806
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.12.tgz",
|
|
807
|
+
"integrity": "sha512-dMLeprcVsyJsKolRXyoTH3NL6qtsT0Y2xeuEA8WQJquWFXkEC4bcu1rLZZSnZRMtAqwtrF/Ib9Ddtpa/Gkge9Q==",
|
|
808
|
+
"cpu": [
|
|
809
|
+
"x64"
|
|
810
|
+
],
|
|
811
|
+
"dev": true,
|
|
812
|
+
"license": "MIT",
|
|
813
|
+
"optional": true,
|
|
814
|
+
"os": [
|
|
815
|
+
"freebsd"
|
|
816
|
+
],
|
|
817
|
+
"engines": {
|
|
818
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
822
|
+
"version": "1.0.0-rc.12",
|
|
823
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.12.tgz",
|
|
824
|
+
"integrity": "sha512-YqWjAgGC/9M1lz3GR1r1rP79nMgo3mQiiA+Hfo+pvKFK1fAJ1bCi0ZQVh8noOqNacuY1qIcfyVfP6HoyBRZ85Q==",
|
|
825
|
+
"cpu": [
|
|
826
|
+
"arm"
|
|
827
|
+
],
|
|
828
|
+
"dev": true,
|
|
829
|
+
"license": "MIT",
|
|
830
|
+
"optional": true,
|
|
831
|
+
"os": [
|
|
832
|
+
"linux"
|
|
833
|
+
],
|
|
834
|
+
"engines": {
|
|
835
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
839
|
+
"version": "1.0.0-rc.12",
|
|
840
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.12.tgz",
|
|
841
|
+
"integrity": "sha512-/I5AS4cIroLpslsmzXfwbe5OmWvSsrFuEw3mwvbQ1kDxJ822hFHIx+vsN/TAzNVyepI/j/GSzrtCIwQPeKCLIg==",
|
|
842
|
+
"cpu": [
|
|
843
|
+
"arm64"
|
|
844
|
+
],
|
|
845
|
+
"dev": true,
|
|
846
|
+
"license": "MIT",
|
|
847
|
+
"optional": true,
|
|
848
|
+
"os": [
|
|
849
|
+
"linux"
|
|
850
|
+
],
|
|
851
|
+
"engines": {
|
|
852
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
856
|
+
"version": "1.0.0-rc.12",
|
|
857
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.12.tgz",
|
|
858
|
+
"integrity": "sha512-V6/wZztnBqlx5hJQqNWwFdxIKN0m38p8Jas+VoSfgH54HSj9tKTt1dZvG6JRHcjh6D7TvrJPWFGaY9UBVOaWPw==",
|
|
859
|
+
"cpu": [
|
|
860
|
+
"arm64"
|
|
861
|
+
],
|
|
862
|
+
"dev": true,
|
|
863
|
+
"license": "MIT",
|
|
864
|
+
"optional": true,
|
|
865
|
+
"os": [
|
|
866
|
+
"linux"
|
|
867
|
+
],
|
|
868
|
+
"engines": {
|
|
869
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
873
|
+
"version": "1.0.0-rc.12",
|
|
874
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.12.tgz",
|
|
875
|
+
"integrity": "sha512-AP3E9BpcUYliZCxa3w5Kwj9OtEVDYK6sVoUzy4vTOJsjPOgdaJZKFmN4oOlX0Wp0RPV2ETfmIra9x1xuayFB7g==",
|
|
876
|
+
"cpu": [
|
|
877
|
+
"ppc64"
|
|
878
|
+
],
|
|
879
|
+
"dev": true,
|
|
880
|
+
"license": "MIT",
|
|
881
|
+
"optional": true,
|
|
882
|
+
"os": [
|
|
883
|
+
"linux"
|
|
884
|
+
],
|
|
885
|
+
"engines": {
|
|
886
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
890
|
+
"version": "1.0.0-rc.12",
|
|
891
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.12.tgz",
|
|
892
|
+
"integrity": "sha512-nWwpvUSPkoFmZo0kQazZYOrT7J5DGOJ/+QHHzjvNlooDZED8oH82Yg67HvehPPLAg5fUff7TfWFHQS8IV1n3og==",
|
|
893
|
+
"cpu": [
|
|
894
|
+
"s390x"
|
|
895
|
+
],
|
|
896
|
+
"dev": true,
|
|
897
|
+
"license": "MIT",
|
|
898
|
+
"optional": true,
|
|
899
|
+
"os": [
|
|
900
|
+
"linux"
|
|
901
|
+
],
|
|
902
|
+
"engines": {
|
|
903
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
907
|
+
"version": "1.0.0-rc.12",
|
|
908
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.12.tgz",
|
|
909
|
+
"integrity": "sha512-RNrafz5bcwRy+O9e6P8Z/OCAJW/A+qtBczIqVYwTs14pf4iV1/+eKEjdOUta93q2TsT/FI0XYDP3TCky38LMAg==",
|
|
910
|
+
"cpu": [
|
|
911
|
+
"x64"
|
|
912
|
+
],
|
|
913
|
+
"dev": true,
|
|
914
|
+
"license": "MIT",
|
|
915
|
+
"optional": true,
|
|
916
|
+
"os": [
|
|
917
|
+
"linux"
|
|
918
|
+
],
|
|
919
|
+
"engines": {
|
|
920
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
924
|
+
"version": "1.0.0-rc.12",
|
|
925
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.12.tgz",
|
|
926
|
+
"integrity": "sha512-Jpw/0iwoKWx3LJ2rc1yjFrj+T7iHZn2JDg1Yny1ma0luviFS4mhAIcd1LFNxK3EYu3DHWCps0ydXQ5i/rrJ2ig==",
|
|
927
|
+
"cpu": [
|
|
928
|
+
"x64"
|
|
929
|
+
],
|
|
930
|
+
"dev": true,
|
|
931
|
+
"license": "MIT",
|
|
932
|
+
"optional": true,
|
|
933
|
+
"os": [
|
|
934
|
+
"linux"
|
|
935
|
+
],
|
|
936
|
+
"engines": {
|
|
937
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
941
|
+
"version": "1.0.0-rc.12",
|
|
942
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.12.tgz",
|
|
943
|
+
"integrity": "sha512-vRugONE4yMfVn0+7lUKdKvN4D5YusEiPilaoO2sgUWpCvrncvWgPMzK00ZFFJuiPgLwgFNP5eSiUlv2tfc+lpA==",
|
|
944
|
+
"cpu": [
|
|
945
|
+
"arm64"
|
|
946
|
+
],
|
|
947
|
+
"dev": true,
|
|
948
|
+
"license": "MIT",
|
|
949
|
+
"optional": true,
|
|
950
|
+
"os": [
|
|
951
|
+
"openharmony"
|
|
952
|
+
],
|
|
953
|
+
"engines": {
|
|
954
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
958
|
+
"version": "1.0.0-rc.12",
|
|
959
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.12.tgz",
|
|
960
|
+
"integrity": "sha512-ykGiLr/6kkiHc0XnBfmFJuCjr5ZYKKofkx+chJWDjitX+KsJuAmrzWhwyOMSHzPhzOHOy7u9HlFoa5MoAOJ/Zg==",
|
|
961
|
+
"cpu": [
|
|
962
|
+
"wasm32"
|
|
963
|
+
],
|
|
964
|
+
"dev": true,
|
|
965
|
+
"license": "MIT",
|
|
966
|
+
"optional": true,
|
|
967
|
+
"dependencies": {
|
|
968
|
+
"@napi-rs/wasm-runtime": "^1.1.1"
|
|
969
|
+
},
|
|
970
|
+
"engines": {
|
|
971
|
+
"node": ">=14.0.0"
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
975
|
+
"version": "1.0.0-rc.12",
|
|
976
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.12.tgz",
|
|
977
|
+
"integrity": "sha512-5eOND4duWkwx1AzCxadcOrNeighiLwMInEADT0YM7xeEOOFcovWZCq8dadXgcRHSf3Ulh1kFo/qvzoFiCLOL1Q==",
|
|
978
|
+
"cpu": [
|
|
979
|
+
"arm64"
|
|
980
|
+
],
|
|
981
|
+
"dev": true,
|
|
982
|
+
"license": "MIT",
|
|
983
|
+
"optional": true,
|
|
984
|
+
"os": [
|
|
985
|
+
"win32"
|
|
986
|
+
],
|
|
987
|
+
"engines": {
|
|
988
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
989
|
+
}
|
|
990
|
+
},
|
|
991
|
+
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
992
|
+
"version": "1.0.0-rc.12",
|
|
993
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.12.tgz",
|
|
994
|
+
"integrity": "sha512-PyqoipaswDLAZtot351MLhrlrh6lcZPo2LSYE+VDxbVk24LVKAGOuE4hb8xZQmrPAuEtTZW8E6D2zc5EUZX4Lw==",
|
|
995
|
+
"cpu": [
|
|
996
|
+
"x64"
|
|
997
|
+
],
|
|
998
|
+
"dev": true,
|
|
999
|
+
"license": "MIT",
|
|
1000
|
+
"optional": true,
|
|
1001
|
+
"os": [
|
|
1002
|
+
"win32"
|
|
1003
|
+
],
|
|
1004
|
+
"engines": {
|
|
1005
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
"node_modules/@rolldown/pluginutils": {
|
|
1009
|
+
"version": "1.0.0-rc.12",
|
|
1010
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.12.tgz",
|
|
1011
|
+
"integrity": "sha512-HHMwmarRKvoFsJorqYlFeFRzXZqCt2ETQlEDOb9aqssrnVBB1/+xgTGtuTrIk5vzLNX1MjMtTf7W9z3tsSbrxw==",
|
|
1012
|
+
"dev": true,
|
|
1013
|
+
"license": "MIT"
|
|
1014
|
+
},
|
|
1015
|
+
"node_modules/@rue-js/jsx-dev-runtime": {
|
|
1016
|
+
"version": "0.0.30",
|
|
1017
|
+
"resolved": "https://registry.npmjs.org/@rue-js/jsx-dev-runtime/-/jsx-dev-runtime-0.0.30.tgz",
|
|
1018
|
+
"integrity": "sha512-JmLn/IGlM4xZjRm9BAWPt7gnHorYyFZCE+eTIIfQ1L0TRiKhIzG/T4cdbsNjTCL3AGMtxyY8dvOBrk7GieSuIw==",
|
|
1019
|
+
"dev": true,
|
|
1020
|
+
"license": "MIT",
|
|
1021
|
+
"dependencies": {
|
|
1022
|
+
"@rue-js/rue": "0.0.30"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
"node_modules/@rue-js/jsx-runtime": {
|
|
1026
|
+
"version": "0.0.30",
|
|
1027
|
+
"resolved": "https://registry.npmjs.org/@rue-js/jsx-runtime/-/jsx-runtime-0.0.30.tgz",
|
|
1028
|
+
"integrity": "sha512-QzPQS2ViasGE/5cF20OGiGpNzPI0kV2Eso734P8DIIU2umKTG+DPKvXAMMSzI4ud9TOW0NT+vqikp7WERIISgA==",
|
|
1029
|
+
"license": "MIT",
|
|
1030
|
+
"dependencies": {
|
|
1031
|
+
"@rue-js/rue": "0.0.30"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"node_modules/@rue-js/router": {
|
|
1035
|
+
"version": "0.0.30",
|
|
1036
|
+
"resolved": "https://registry.npmjs.org/@rue-js/router/-/router-0.0.30.tgz",
|
|
1037
|
+
"integrity": "sha512-xN07Cu9wFaGaK/bJ0DtgSmxJKw7mVj4jUjUcJQ2YGHcMoRJ6LWIEfbMcHoJZv97OAw01A5rmZaiLe4Ma1VB0xg==",
|
|
1038
|
+
"license": "MIT",
|
|
1039
|
+
"dependencies": {
|
|
1040
|
+
"@rue-js/rue": "0.0.30"
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
"node_modules/@rue-js/rue": {
|
|
1044
|
+
"version": "0.0.30",
|
|
1045
|
+
"resolved": "https://registry.npmjs.org/@rue-js/rue/-/rue-0.0.30.tgz",
|
|
1046
|
+
"integrity": "sha512-XmBxTTpbEW8H6bvkZoWv7q+J4INP6gyCkhwa2hRUQDSgaTRzIpHRynuNswIOkLilojChIsbloT6Wnx3SoNhTIw==",
|
|
1047
|
+
"license": "MIT",
|
|
1048
|
+
"dependencies": {
|
|
1049
|
+
"@rue-js/runtime": "0.0.30",
|
|
1050
|
+
"@rue-js/shared": "0.0.30"
|
|
1051
|
+
},
|
|
1052
|
+
"peerDependencies": {
|
|
1053
|
+
"typescript": "*"
|
|
1054
|
+
},
|
|
1055
|
+
"peerDependenciesMeta": {
|
|
1056
|
+
"typescript": {
|
|
1057
|
+
"optional": true
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"node_modules/@rue-js/runtime": {
|
|
1062
|
+
"version": "0.0.30",
|
|
1063
|
+
"resolved": "https://registry.npmjs.org/@rue-js/runtime/-/runtime-0.0.30.tgz",
|
|
1064
|
+
"integrity": "sha512-Z5PD3o75RpOxJIdHQnJrmcenIYyZtSCRhYGGH6N1B3O9bZiFvhqc5gEeq9L+GEoB05zX2I9byPfkngBCiwZmZw==",
|
|
1065
|
+
"license": "MIT",
|
|
1066
|
+
"dependencies": {
|
|
1067
|
+
"@rue-js/rue": "0.0.30",
|
|
1068
|
+
"@rue-js/runtime-vapor": "0.0.30",
|
|
1069
|
+
"@rue-js/shared": "0.0.30",
|
|
1070
|
+
"csstype": "^3.1.3"
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
"node_modules/@rue-js/runtime-vapor": {
|
|
1074
|
+
"version": "0.0.30",
|
|
1075
|
+
"resolved": "https://registry.npmjs.org/@rue-js/runtime-vapor/-/runtime-vapor-0.0.30.tgz",
|
|
1076
|
+
"integrity": "sha512-ReQzIThHAqvSRSM3R4OA3/lA8jGDlDElV8VLnPSvUrAw4zYx4PjMgSmlFj1lpwY8VoPoPT7glufLRQNiixGD8A==",
|
|
1077
|
+
"license": "MIT"
|
|
1078
|
+
},
|
|
1079
|
+
"node_modules/@rue-js/shared": {
|
|
1080
|
+
"version": "0.0.30",
|
|
1081
|
+
"resolved": "https://registry.npmjs.org/@rue-js/shared/-/shared-0.0.30.tgz",
|
|
1082
|
+
"integrity": "sha512-3ZLYrEMVmr/dQcZ0lGeZssE69ZytSSmCY9Ihh5sRFBv5AoSRVe8oop6l5BA6XitPDCAYnbyvxpYfS3/M70XBdw==",
|
|
1083
|
+
"license": "MIT"
|
|
1084
|
+
},
|
|
1085
|
+
"node_modules/@rue-js/swc-plugin-rue": {
|
|
1086
|
+
"version": "0.0.30",
|
|
1087
|
+
"resolved": "https://registry.npmjs.org/@rue-js/swc-plugin-rue/-/swc-plugin-rue-0.0.30.tgz",
|
|
1088
|
+
"integrity": "sha512-O7eAAgbYT8m1YH4LNbQkU17otNmXeTfxMmdIu8wSl/Sn5EmKdXV4mzIoW8SMxosT/9d1pWFArP5z93+V6eb89Q==",
|
|
1089
|
+
"dev": true,
|
|
1090
|
+
"license": "MIT"
|
|
1091
|
+
},
|
|
1092
|
+
"node_modules/@rue-js/vite-plugin-rue": {
|
|
1093
|
+
"version": "0.0.30",
|
|
1094
|
+
"resolved": "https://registry.npmjs.org/@rue-js/vite-plugin-rue/-/vite-plugin-rue-0.0.30.tgz",
|
|
1095
|
+
"integrity": "sha512-0awudoBsjRLfDpVpGVBbwgzxM/OCcX0a9bCo78ILe7E4xmc0hXcQ2Dctldycz/2q6njrkInNy8KfXeIaXgfluw==",
|
|
1096
|
+
"dev": true,
|
|
1097
|
+
"license": "MIT",
|
|
1098
|
+
"dependencies": {
|
|
1099
|
+
"@rue-js/rue": "0.0.30",
|
|
1100
|
+
"@rue-js/swc-plugin-rue": "0.0.30"
|
|
1101
|
+
}
|
|
1102
|
+
},
|
|
1103
|
+
"node_modules/@swc/core": {
|
|
1104
|
+
"version": "1.15.21",
|
|
1105
|
+
"resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.21.tgz",
|
|
1106
|
+
"integrity": "sha512-fkk7NJcBscrR3/F8jiqlMptRHP650NxqDnspBMrRe5d8xOoCy9MLL5kOBLFXjFLfMo3KQQHhk+/jUULOMlR1uQ==",
|
|
1107
|
+
"dev": true,
|
|
1108
|
+
"hasInstallScript": true,
|
|
1109
|
+
"license": "Apache-2.0",
|
|
1110
|
+
"dependencies": {
|
|
1111
|
+
"@swc/counter": "^0.1.3",
|
|
1112
|
+
"@swc/types": "^0.1.25"
|
|
1113
|
+
},
|
|
1114
|
+
"engines": {
|
|
1115
|
+
"node": ">=10"
|
|
1116
|
+
},
|
|
1117
|
+
"funding": {
|
|
1118
|
+
"type": "opencollective",
|
|
1119
|
+
"url": "https://opencollective.com/swc"
|
|
1120
|
+
},
|
|
1121
|
+
"optionalDependencies": {
|
|
1122
|
+
"@swc/core-darwin-arm64": "1.15.21",
|
|
1123
|
+
"@swc/core-darwin-x64": "1.15.21",
|
|
1124
|
+
"@swc/core-linux-arm-gnueabihf": "1.15.21",
|
|
1125
|
+
"@swc/core-linux-arm64-gnu": "1.15.21",
|
|
1126
|
+
"@swc/core-linux-arm64-musl": "1.15.21",
|
|
1127
|
+
"@swc/core-linux-ppc64-gnu": "1.15.21",
|
|
1128
|
+
"@swc/core-linux-s390x-gnu": "1.15.21",
|
|
1129
|
+
"@swc/core-linux-x64-gnu": "1.15.21",
|
|
1130
|
+
"@swc/core-linux-x64-musl": "1.15.21",
|
|
1131
|
+
"@swc/core-win32-arm64-msvc": "1.15.21",
|
|
1132
|
+
"@swc/core-win32-ia32-msvc": "1.15.21",
|
|
1133
|
+
"@swc/core-win32-x64-msvc": "1.15.21"
|
|
1134
|
+
},
|
|
1135
|
+
"peerDependencies": {
|
|
1136
|
+
"@swc/helpers": ">=0.5.17"
|
|
1137
|
+
},
|
|
1138
|
+
"peerDependenciesMeta": {
|
|
1139
|
+
"@swc/helpers": {
|
|
1140
|
+
"optional": true
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
"node_modules/@swc/core-darwin-arm64": {
|
|
1145
|
+
"version": "1.15.21",
|
|
1146
|
+
"resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.21.tgz",
|
|
1147
|
+
"integrity": "sha512-SA8SFg9dp0qKRH8goWsax6bptFE2EdmPf2YRAQW9WoHGf3XKM1bX0nd5UdwxmC5hXsBUZAYf7xSciCler6/oyA==",
|
|
1148
|
+
"cpu": [
|
|
1149
|
+
"arm64"
|
|
1150
|
+
],
|
|
1151
|
+
"dev": true,
|
|
1152
|
+
"license": "Apache-2.0 AND MIT",
|
|
1153
|
+
"optional": true,
|
|
1154
|
+
"os": [
|
|
1155
|
+
"darwin"
|
|
1156
|
+
],
|
|
1157
|
+
"engines": {
|
|
1158
|
+
"node": ">=10"
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1161
|
+
"node_modules/@swc/core-darwin-x64": {
|
|
1162
|
+
"version": "1.15.21",
|
|
1163
|
+
"resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.15.21.tgz",
|
|
1164
|
+
"integrity": "sha512-//fOVntgowz9+V90lVsNCtyyrtbHp3jWH6Rch7MXHXbcvbLmbCTmssl5DeedUWLLGiAAW1wksBdqdGYOTjaNLw==",
|
|
1165
|
+
"cpu": [
|
|
1166
|
+
"x64"
|
|
1167
|
+
],
|
|
1168
|
+
"dev": true,
|
|
1169
|
+
"license": "Apache-2.0 AND MIT",
|
|
1170
|
+
"optional": true,
|
|
1171
|
+
"os": [
|
|
1172
|
+
"darwin"
|
|
1173
|
+
],
|
|
1174
|
+
"engines": {
|
|
1175
|
+
"node": ">=10"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
"node_modules/@swc/core-linux-arm-gnueabihf": {
|
|
1179
|
+
"version": "1.15.21",
|
|
1180
|
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.21.tgz",
|
|
1181
|
+
"integrity": "sha512-meNI4Sh6h9h8DvIfEc0l5URabYMSuNvyisLmG6vnoYAS43s8ON3NJR8sDHvdP7NJTrLe0q/x2XCn6yL/BeHcZg==",
|
|
1182
|
+
"cpu": [
|
|
1183
|
+
"arm"
|
|
1184
|
+
],
|
|
1185
|
+
"dev": true,
|
|
1186
|
+
"license": "Apache-2.0",
|
|
1187
|
+
"optional": true,
|
|
1188
|
+
"os": [
|
|
1189
|
+
"linux"
|
|
1190
|
+
],
|
|
1191
|
+
"engines": {
|
|
1192
|
+
"node": ">=10"
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
"node_modules/@swc/core-linux-arm64-gnu": {
|
|
1196
|
+
"version": "1.15.21",
|
|
1197
|
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.21.tgz",
|
|
1198
|
+
"integrity": "sha512-QrXlNQnHeXqU2EzLlnsPoWEh8/GtNJLvfMiPsDhk+ht6Xv8+vhvZ5YZ/BokNWSIZiWPKLAqR0M7T92YF5tmD3g==",
|
|
1199
|
+
"cpu": [
|
|
1200
|
+
"arm64"
|
|
1201
|
+
],
|
|
1202
|
+
"dev": true,
|
|
1203
|
+
"license": "Apache-2.0 AND MIT",
|
|
1204
|
+
"optional": true,
|
|
1205
|
+
"os": [
|
|
1206
|
+
"linux"
|
|
1207
|
+
],
|
|
1208
|
+
"engines": {
|
|
1209
|
+
"node": ">=10"
|
|
1210
|
+
}
|
|
1211
|
+
},
|
|
1212
|
+
"node_modules/@swc/core-linux-arm64-musl": {
|
|
1213
|
+
"version": "1.15.21",
|
|
1214
|
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.21.tgz",
|
|
1215
|
+
"integrity": "sha512-8/yGCMO333ultDaMQivE5CjO6oXDPeeg1IV4sphojPkb0Pv0i6zvcRIkgp60xDB+UxLr6VgHgt+BBgqS959E9g==",
|
|
1216
|
+
"cpu": [
|
|
1217
|
+
"arm64"
|
|
1218
|
+
],
|
|
1219
|
+
"dev": true,
|
|
1220
|
+
"license": "Apache-2.0 AND MIT",
|
|
1221
|
+
"optional": true,
|
|
1222
|
+
"os": [
|
|
1223
|
+
"linux"
|
|
1224
|
+
],
|
|
1225
|
+
"engines": {
|
|
1226
|
+
"node": ">=10"
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
"node_modules/@swc/core-linux-ppc64-gnu": {
|
|
1230
|
+
"version": "1.15.21",
|
|
1231
|
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-ppc64-gnu/-/core-linux-ppc64-gnu-1.15.21.tgz",
|
|
1232
|
+
"integrity": "sha512-ucW0HzPx0s1dgRvcvuLSPSA/2Kk/VYTv9st8qe1Kc22Gu0Q0rH9+6TcBTmMuNIp0Xs4BPr1uBttmbO1wEGI49Q==",
|
|
1233
|
+
"cpu": [
|
|
1234
|
+
"ppc64"
|
|
1235
|
+
],
|
|
1236
|
+
"dev": true,
|
|
1237
|
+
"license": "Apache-2.0 AND MIT",
|
|
1238
|
+
"optional": true,
|
|
1239
|
+
"os": [
|
|
1240
|
+
"linux"
|
|
1241
|
+
],
|
|
1242
|
+
"engines": {
|
|
1243
|
+
"node": ">=10"
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
"node_modules/@swc/core-linux-s390x-gnu": {
|
|
1247
|
+
"version": "1.15.21",
|
|
1248
|
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-s390x-gnu/-/core-linux-s390x-gnu-1.15.21.tgz",
|
|
1249
|
+
"integrity": "sha512-ulTnOGc5I7YRObE/9NreAhQg94QkiR5qNhhcUZ1iFAYjzg/JGAi1ch+s/Ixe61pMIr8bfVrF0NOaB0f8wjaAfA==",
|
|
1250
|
+
"cpu": [
|
|
1251
|
+
"s390x"
|
|
1252
|
+
],
|
|
1253
|
+
"dev": true,
|
|
1254
|
+
"license": "Apache-2.0 AND MIT",
|
|
1255
|
+
"optional": true,
|
|
1256
|
+
"os": [
|
|
1257
|
+
"linux"
|
|
1258
|
+
],
|
|
1259
|
+
"engines": {
|
|
1260
|
+
"node": ">=10"
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1263
|
+
"node_modules/@swc/core-linux-x64-gnu": {
|
|
1264
|
+
"version": "1.15.21",
|
|
1265
|
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.21.tgz",
|
|
1266
|
+
"integrity": "sha512-D0RokxtM+cPvSqJIKR6uja4hbD+scI9ezo95mBhfSyLUs9wnPPl26sLp1ZPR/EXRdYm3F3S6RUtVi+8QXhT24Q==",
|
|
1267
|
+
"cpu": [
|
|
1268
|
+
"x64"
|
|
1269
|
+
],
|
|
1270
|
+
"dev": true,
|
|
1271
|
+
"license": "Apache-2.0 AND MIT",
|
|
1272
|
+
"optional": true,
|
|
1273
|
+
"os": [
|
|
1274
|
+
"linux"
|
|
1275
|
+
],
|
|
1276
|
+
"engines": {
|
|
1277
|
+
"node": ">=10"
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
"node_modules/@swc/core-linux-x64-musl": {
|
|
1281
|
+
"version": "1.15.21",
|
|
1282
|
+
"resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.21.tgz",
|
|
1283
|
+
"integrity": "sha512-nER8u7VeRfmU6fMDzl1NQAbbB/G7O2avmvCOwIul1uGkZ2/acbPH+DCL9h5+0yd/coNcxMBTL6NGepIew+7C2w==",
|
|
1284
|
+
"cpu": [
|
|
1285
|
+
"x64"
|
|
1286
|
+
],
|
|
1287
|
+
"dev": true,
|
|
1288
|
+
"license": "Apache-2.0 AND MIT",
|
|
1289
|
+
"optional": true,
|
|
1290
|
+
"os": [
|
|
1291
|
+
"linux"
|
|
1292
|
+
],
|
|
1293
|
+
"engines": {
|
|
1294
|
+
"node": ">=10"
|
|
1295
|
+
}
|
|
1296
|
+
},
|
|
1297
|
+
"node_modules/@swc/core-win32-arm64-msvc": {
|
|
1298
|
+
"version": "1.15.21",
|
|
1299
|
+
"resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.21.tgz",
|
|
1300
|
+
"integrity": "sha512-+/AgNBnjYugUA8C0Do4YzymgvnGbztv7j8HKSQLvR/DQgZPoXQ2B3PqB2mTtGh/X5DhlJWiqnunN35JUgWcAeQ==",
|
|
1301
|
+
"cpu": [
|
|
1302
|
+
"arm64"
|
|
1303
|
+
],
|
|
1304
|
+
"dev": true,
|
|
1305
|
+
"license": "Apache-2.0 AND MIT",
|
|
1306
|
+
"optional": true,
|
|
1307
|
+
"os": [
|
|
1308
|
+
"win32"
|
|
1309
|
+
],
|
|
1310
|
+
"engines": {
|
|
1311
|
+
"node": ">=10"
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
"node_modules/@swc/core-win32-ia32-msvc": {
|
|
1315
|
+
"version": "1.15.21",
|
|
1316
|
+
"resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.21.tgz",
|
|
1317
|
+
"integrity": "sha512-IkSZj8PX/N4HcaFhMQtzmkV8YSnuNoJ0E6OvMwFiOfejPhiKXvl7CdDsn1f4/emYEIDO3fpgZW9DTaCRMDxaDA==",
|
|
1318
|
+
"cpu": [
|
|
1319
|
+
"ia32"
|
|
1320
|
+
],
|
|
1321
|
+
"dev": true,
|
|
1322
|
+
"license": "Apache-2.0 AND MIT",
|
|
1323
|
+
"optional": true,
|
|
1324
|
+
"os": [
|
|
1325
|
+
"win32"
|
|
1326
|
+
],
|
|
1327
|
+
"engines": {
|
|
1328
|
+
"node": ">=10"
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
1331
|
+
"node_modules/@swc/core-win32-x64-msvc": {
|
|
1332
|
+
"version": "1.15.21",
|
|
1333
|
+
"resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.21.tgz",
|
|
1334
|
+
"integrity": "sha512-zUyWso7OOENB6e1N1hNuNn8vbvLsTdKQ5WKLgt/JcBNfJhKy/6jmBmqI3GXk/MyvQKd5SLvP7A0F36p7TeDqvw==",
|
|
1335
|
+
"cpu": [
|
|
1336
|
+
"x64"
|
|
1337
|
+
],
|
|
1338
|
+
"dev": true,
|
|
1339
|
+
"license": "Apache-2.0 AND MIT",
|
|
1340
|
+
"optional": true,
|
|
1341
|
+
"os": [
|
|
1342
|
+
"win32"
|
|
1343
|
+
],
|
|
1344
|
+
"engines": {
|
|
1345
|
+
"node": ">=10"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
"node_modules/@swc/counter": {
|
|
1349
|
+
"version": "0.1.3",
|
|
1350
|
+
"resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
|
|
1351
|
+
"integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
|
|
1352
|
+
"dev": true,
|
|
1353
|
+
"license": "Apache-2.0"
|
|
1354
|
+
},
|
|
1355
|
+
"node_modules/@swc/types": {
|
|
1356
|
+
"version": "0.1.26",
|
|
1357
|
+
"resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.26.tgz",
|
|
1358
|
+
"integrity": "sha512-lyMwd7WGgG79RS7EERZV3T8wMdmPq3xwyg+1nmAM64kIhx5yl+juO2PYIHb7vTiPgPCj8LYjsNV2T5wiQHUEaw==",
|
|
1359
|
+
"dev": true,
|
|
1360
|
+
"license": "Apache-2.0",
|
|
1361
|
+
"dependencies": {
|
|
1362
|
+
"@swc/counter": "^0.1.3"
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
"node_modules/@tailwindcss/node": {
|
|
1366
|
+
"version": "4.2.2",
|
|
1367
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.2.tgz",
|
|
1368
|
+
"integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==",
|
|
1369
|
+
"dev": true,
|
|
1370
|
+
"license": "MIT",
|
|
1371
|
+
"dependencies": {
|
|
1372
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1373
|
+
"enhanced-resolve": "^5.19.0",
|
|
1374
|
+
"jiti": "^2.6.1",
|
|
1375
|
+
"lightningcss": "1.32.0",
|
|
1376
|
+
"magic-string": "^0.30.21",
|
|
1377
|
+
"source-map-js": "^1.2.1",
|
|
1378
|
+
"tailwindcss": "4.2.2"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
"node_modules/@tailwindcss/oxide": {
|
|
1382
|
+
"version": "4.2.2",
|
|
1383
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz",
|
|
1384
|
+
"integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==",
|
|
1385
|
+
"dev": true,
|
|
1386
|
+
"license": "MIT",
|
|
1387
|
+
"engines": {
|
|
1388
|
+
"node": ">= 20"
|
|
1389
|
+
},
|
|
1390
|
+
"optionalDependencies": {
|
|
1391
|
+
"@tailwindcss/oxide-android-arm64": "4.2.2",
|
|
1392
|
+
"@tailwindcss/oxide-darwin-arm64": "4.2.2",
|
|
1393
|
+
"@tailwindcss/oxide-darwin-x64": "4.2.2",
|
|
1394
|
+
"@tailwindcss/oxide-freebsd-x64": "4.2.2",
|
|
1395
|
+
"@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2",
|
|
1396
|
+
"@tailwindcss/oxide-linux-arm64-gnu": "4.2.2",
|
|
1397
|
+
"@tailwindcss/oxide-linux-arm64-musl": "4.2.2",
|
|
1398
|
+
"@tailwindcss/oxide-linux-x64-gnu": "4.2.2",
|
|
1399
|
+
"@tailwindcss/oxide-linux-x64-musl": "4.2.2",
|
|
1400
|
+
"@tailwindcss/oxide-wasm32-wasi": "4.2.2",
|
|
1401
|
+
"@tailwindcss/oxide-win32-arm64-msvc": "4.2.2",
|
|
1402
|
+
"@tailwindcss/oxide-win32-x64-msvc": "4.2.2"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
"node_modules/@tailwindcss/oxide-android-arm64": {
|
|
1406
|
+
"version": "4.2.2",
|
|
1407
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz",
|
|
1408
|
+
"integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==",
|
|
1409
|
+
"cpu": [
|
|
1410
|
+
"arm64"
|
|
1411
|
+
],
|
|
1412
|
+
"dev": true,
|
|
1413
|
+
"license": "MIT",
|
|
1414
|
+
"optional": true,
|
|
1415
|
+
"os": [
|
|
1416
|
+
"android"
|
|
1417
|
+
],
|
|
1418
|
+
"engines": {
|
|
1419
|
+
"node": ">= 20"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
"node_modules/@tailwindcss/oxide-darwin-arm64": {
|
|
1423
|
+
"version": "4.2.2",
|
|
1424
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz",
|
|
1425
|
+
"integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==",
|
|
1426
|
+
"cpu": [
|
|
1427
|
+
"arm64"
|
|
1428
|
+
],
|
|
1429
|
+
"dev": true,
|
|
1430
|
+
"license": "MIT",
|
|
1431
|
+
"optional": true,
|
|
1432
|
+
"os": [
|
|
1433
|
+
"darwin"
|
|
1434
|
+
],
|
|
1435
|
+
"engines": {
|
|
1436
|
+
"node": ">= 20"
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1439
|
+
"node_modules/@tailwindcss/oxide-darwin-x64": {
|
|
1440
|
+
"version": "4.2.2",
|
|
1441
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz",
|
|
1442
|
+
"integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==",
|
|
1443
|
+
"cpu": [
|
|
1444
|
+
"x64"
|
|
1445
|
+
],
|
|
1446
|
+
"dev": true,
|
|
1447
|
+
"license": "MIT",
|
|
1448
|
+
"optional": true,
|
|
1449
|
+
"os": [
|
|
1450
|
+
"darwin"
|
|
1451
|
+
],
|
|
1452
|
+
"engines": {
|
|
1453
|
+
"node": ">= 20"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
"node_modules/@tailwindcss/oxide-freebsd-x64": {
|
|
1457
|
+
"version": "4.2.2",
|
|
1458
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz",
|
|
1459
|
+
"integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==",
|
|
1460
|
+
"cpu": [
|
|
1461
|
+
"x64"
|
|
1462
|
+
],
|
|
1463
|
+
"dev": true,
|
|
1464
|
+
"license": "MIT",
|
|
1465
|
+
"optional": true,
|
|
1466
|
+
"os": [
|
|
1467
|
+
"freebsd"
|
|
1468
|
+
],
|
|
1469
|
+
"engines": {
|
|
1470
|
+
"node": ">= 20"
|
|
1471
|
+
}
|
|
1472
|
+
},
|
|
1473
|
+
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
|
|
1474
|
+
"version": "4.2.2",
|
|
1475
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz",
|
|
1476
|
+
"integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==",
|
|
1477
|
+
"cpu": [
|
|
1478
|
+
"arm"
|
|
1479
|
+
],
|
|
1480
|
+
"dev": true,
|
|
1481
|
+
"license": "MIT",
|
|
1482
|
+
"optional": true,
|
|
1483
|
+
"os": [
|
|
1484
|
+
"linux"
|
|
1485
|
+
],
|
|
1486
|
+
"engines": {
|
|
1487
|
+
"node": ">= 20"
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
"node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
|
|
1491
|
+
"version": "4.2.2",
|
|
1492
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz",
|
|
1493
|
+
"integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==",
|
|
1494
|
+
"cpu": [
|
|
1495
|
+
"arm64"
|
|
1496
|
+
],
|
|
1497
|
+
"dev": true,
|
|
1498
|
+
"license": "MIT",
|
|
1499
|
+
"optional": true,
|
|
1500
|
+
"os": [
|
|
1501
|
+
"linux"
|
|
1502
|
+
],
|
|
1503
|
+
"engines": {
|
|
1504
|
+
"node": ">= 20"
|
|
1505
|
+
}
|
|
1506
|
+
},
|
|
1507
|
+
"node_modules/@tailwindcss/oxide-linux-arm64-musl": {
|
|
1508
|
+
"version": "4.2.2",
|
|
1509
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz",
|
|
1510
|
+
"integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==",
|
|
1511
|
+
"cpu": [
|
|
1512
|
+
"arm64"
|
|
1513
|
+
],
|
|
1514
|
+
"dev": true,
|
|
1515
|
+
"license": "MIT",
|
|
1516
|
+
"optional": true,
|
|
1517
|
+
"os": [
|
|
1518
|
+
"linux"
|
|
1519
|
+
],
|
|
1520
|
+
"engines": {
|
|
1521
|
+
"node": ">= 20"
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
"node_modules/@tailwindcss/oxide-linux-x64-gnu": {
|
|
1525
|
+
"version": "4.2.2",
|
|
1526
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz",
|
|
1527
|
+
"integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==",
|
|
1528
|
+
"cpu": [
|
|
1529
|
+
"x64"
|
|
1530
|
+
],
|
|
1531
|
+
"dev": true,
|
|
1532
|
+
"license": "MIT",
|
|
1533
|
+
"optional": true,
|
|
1534
|
+
"os": [
|
|
1535
|
+
"linux"
|
|
1536
|
+
],
|
|
1537
|
+
"engines": {
|
|
1538
|
+
"node": ">= 20"
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
"node_modules/@tailwindcss/oxide-linux-x64-musl": {
|
|
1542
|
+
"version": "4.2.2",
|
|
1543
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz",
|
|
1544
|
+
"integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==",
|
|
1545
|
+
"cpu": [
|
|
1546
|
+
"x64"
|
|
1547
|
+
],
|
|
1548
|
+
"dev": true,
|
|
1549
|
+
"license": "MIT",
|
|
1550
|
+
"optional": true,
|
|
1551
|
+
"os": [
|
|
1552
|
+
"linux"
|
|
1553
|
+
],
|
|
1554
|
+
"engines": {
|
|
1555
|
+
"node": ">= 20"
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1558
|
+
"node_modules/@tailwindcss/oxide-wasm32-wasi": {
|
|
1559
|
+
"version": "4.2.2",
|
|
1560
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz",
|
|
1561
|
+
"integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==",
|
|
1562
|
+
"bundleDependencies": [
|
|
1563
|
+
"@napi-rs/wasm-runtime",
|
|
1564
|
+
"@emnapi/core",
|
|
1565
|
+
"@emnapi/runtime",
|
|
1566
|
+
"@tybys/wasm-util",
|
|
1567
|
+
"@emnapi/wasi-threads",
|
|
1568
|
+
"tslib"
|
|
1569
|
+
],
|
|
1570
|
+
"cpu": [
|
|
1571
|
+
"wasm32"
|
|
1572
|
+
],
|
|
1573
|
+
"dev": true,
|
|
1574
|
+
"license": "MIT",
|
|
1575
|
+
"optional": true,
|
|
1576
|
+
"dependencies": {
|
|
1577
|
+
"@emnapi/core": "^1.8.1",
|
|
1578
|
+
"@emnapi/runtime": "^1.8.1",
|
|
1579
|
+
"@emnapi/wasi-threads": "^1.1.0",
|
|
1580
|
+
"@napi-rs/wasm-runtime": "^1.1.1",
|
|
1581
|
+
"@tybys/wasm-util": "^0.10.1",
|
|
1582
|
+
"tslib": "^2.8.1"
|
|
1583
|
+
},
|
|
1584
|
+
"engines": {
|
|
1585
|
+
"node": ">=14.0.0"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
|
1589
|
+
"version": "4.2.2",
|
|
1590
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz",
|
|
1591
|
+
"integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==",
|
|
1592
|
+
"cpu": [
|
|
1593
|
+
"arm64"
|
|
1594
|
+
],
|
|
1595
|
+
"dev": true,
|
|
1596
|
+
"license": "MIT",
|
|
1597
|
+
"optional": true,
|
|
1598
|
+
"os": [
|
|
1599
|
+
"win32"
|
|
1600
|
+
],
|
|
1601
|
+
"engines": {
|
|
1602
|
+
"node": ">= 20"
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
"node_modules/@tailwindcss/oxide-win32-x64-msvc": {
|
|
1606
|
+
"version": "4.2.2",
|
|
1607
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz",
|
|
1608
|
+
"integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==",
|
|
1609
|
+
"cpu": [
|
|
1610
|
+
"x64"
|
|
1611
|
+
],
|
|
1612
|
+
"dev": true,
|
|
1613
|
+
"license": "MIT",
|
|
1614
|
+
"optional": true,
|
|
1615
|
+
"os": [
|
|
1616
|
+
"win32"
|
|
1617
|
+
],
|
|
1618
|
+
"engines": {
|
|
1619
|
+
"node": ">= 20"
|
|
1620
|
+
}
|
|
1621
|
+
},
|
|
1622
|
+
"node_modules/@tailwindcss/typography": {
|
|
1623
|
+
"version": "0.5.19",
|
|
1624
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz",
|
|
1625
|
+
"integrity": "sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==",
|
|
1626
|
+
"dev": true,
|
|
1627
|
+
"license": "MIT",
|
|
1628
|
+
"dependencies": {
|
|
1629
|
+
"postcss-selector-parser": "6.0.10"
|
|
1630
|
+
},
|
|
1631
|
+
"peerDependencies": {
|
|
1632
|
+
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"node_modules/@tailwindcss/vite": {
|
|
1636
|
+
"version": "4.2.2",
|
|
1637
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.2.tgz",
|
|
1638
|
+
"integrity": "sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==",
|
|
1639
|
+
"dev": true,
|
|
1640
|
+
"license": "MIT",
|
|
1641
|
+
"dependencies": {
|
|
1642
|
+
"@tailwindcss/node": "4.2.2",
|
|
1643
|
+
"@tailwindcss/oxide": "4.2.2",
|
|
1644
|
+
"tailwindcss": "4.2.2"
|
|
1645
|
+
},
|
|
1646
|
+
"peerDependencies": {
|
|
1647
|
+
"vite": "^5.2.0 || ^6 || ^7 || ^8"
|
|
1648
|
+
}
|
|
1649
|
+
},
|
|
1650
|
+
"node_modules/@tybys/wasm-util": {
|
|
1651
|
+
"version": "0.10.1",
|
|
1652
|
+
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
|
|
1653
|
+
"integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==",
|
|
1654
|
+
"dev": true,
|
|
1655
|
+
"license": "MIT",
|
|
1656
|
+
"optional": true,
|
|
1657
|
+
"dependencies": {
|
|
1658
|
+
"tslib": "^2.4.0"
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
"node_modules/@types/node": {
|
|
1662
|
+
"version": "24.12.0",
|
|
1663
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz",
|
|
1664
|
+
"integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==",
|
|
1665
|
+
"dev": true,
|
|
1666
|
+
"license": "MIT",
|
|
1667
|
+
"dependencies": {
|
|
1668
|
+
"undici-types": "~7.16.0"
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1671
|
+
"node_modules/cssesc": {
|
|
1672
|
+
"version": "3.0.0",
|
|
1673
|
+
"resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
|
|
1674
|
+
"integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
|
|
1675
|
+
"dev": true,
|
|
1676
|
+
"license": "MIT",
|
|
1677
|
+
"bin": {
|
|
1678
|
+
"cssesc": "bin/cssesc"
|
|
1679
|
+
},
|
|
1680
|
+
"engines": {
|
|
1681
|
+
"node": ">=4"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
"node_modules/csstype": {
|
|
1685
|
+
"version": "3.2.3",
|
|
1686
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
1687
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
1688
|
+
"license": "MIT"
|
|
1689
|
+
},
|
|
1690
|
+
"node_modules/daisyui": {
|
|
1691
|
+
"version": "5.5.19",
|
|
1692
|
+
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.19.tgz",
|
|
1693
|
+
"integrity": "sha512-pbFAkl1VCEh/MPCeclKL61I/MqRIFFhNU7yiXoDDRapXN4/qNCoMxeCCswyxEEhqL5eiTTfwHvucFtOE71C9sA==",
|
|
1694
|
+
"license": "MIT",
|
|
1695
|
+
"funding": {
|
|
1696
|
+
"url": "https://github.com/saadeghi/daisyui?sponsor=1"
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
"node_modules/detect-libc": {
|
|
1700
|
+
"version": "2.1.2",
|
|
1701
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
1702
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
1703
|
+
"dev": true,
|
|
1704
|
+
"license": "Apache-2.0",
|
|
1705
|
+
"engines": {
|
|
1706
|
+
"node": ">=8"
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1709
|
+
"node_modules/enhanced-resolve": {
|
|
1710
|
+
"version": "5.20.1",
|
|
1711
|
+
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz",
|
|
1712
|
+
"integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
|
|
1713
|
+
"dev": true,
|
|
1714
|
+
"license": "MIT",
|
|
1715
|
+
"dependencies": {
|
|
1716
|
+
"graceful-fs": "^4.2.4",
|
|
1717
|
+
"tapable": "^2.3.0"
|
|
1718
|
+
},
|
|
1719
|
+
"engines": {
|
|
1720
|
+
"node": ">=10.13.0"
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
"node_modules/fdir": {
|
|
1724
|
+
"version": "6.5.0",
|
|
1725
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
1726
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
1727
|
+
"dev": true,
|
|
1728
|
+
"license": "MIT",
|
|
1729
|
+
"engines": {
|
|
1730
|
+
"node": ">=12.0.0"
|
|
1731
|
+
},
|
|
1732
|
+
"peerDependencies": {
|
|
1733
|
+
"picomatch": "^3 || ^4"
|
|
1734
|
+
},
|
|
1735
|
+
"peerDependenciesMeta": {
|
|
1736
|
+
"picomatch": {
|
|
1737
|
+
"optional": true
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
"node_modules/fsevents": {
|
|
1742
|
+
"version": "2.3.3",
|
|
1743
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
1744
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
1745
|
+
"dev": true,
|
|
1746
|
+
"hasInstallScript": true,
|
|
1747
|
+
"license": "MIT",
|
|
1748
|
+
"optional": true,
|
|
1749
|
+
"os": [
|
|
1750
|
+
"darwin"
|
|
1751
|
+
],
|
|
1752
|
+
"engines": {
|
|
1753
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
1754
|
+
}
|
|
1755
|
+
},
|
|
1756
|
+
"node_modules/graceful-fs": {
|
|
1757
|
+
"version": "4.2.11",
|
|
1758
|
+
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
1759
|
+
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
1760
|
+
"dev": true,
|
|
1761
|
+
"license": "ISC"
|
|
1762
|
+
},
|
|
1763
|
+
"node_modules/jiti": {
|
|
1764
|
+
"version": "2.6.1",
|
|
1765
|
+
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
|
|
1766
|
+
"integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
|
|
1767
|
+
"dev": true,
|
|
1768
|
+
"license": "MIT",
|
|
1769
|
+
"bin": {
|
|
1770
|
+
"jiti": "lib/jiti-cli.mjs"
|
|
1771
|
+
}
|
|
1772
|
+
},
|
|
1773
|
+
"node_modules/lightningcss": {
|
|
1774
|
+
"version": "1.32.0",
|
|
1775
|
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
|
|
1776
|
+
"integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
|
|
1777
|
+
"dev": true,
|
|
1778
|
+
"license": "MPL-2.0",
|
|
1779
|
+
"dependencies": {
|
|
1780
|
+
"detect-libc": "^2.0.3"
|
|
1781
|
+
},
|
|
1782
|
+
"engines": {
|
|
1783
|
+
"node": ">= 12.0.0"
|
|
1784
|
+
},
|
|
1785
|
+
"funding": {
|
|
1786
|
+
"type": "opencollective",
|
|
1787
|
+
"url": "https://opencollective.com/parcel"
|
|
1788
|
+
},
|
|
1789
|
+
"optionalDependencies": {
|
|
1790
|
+
"lightningcss-android-arm64": "1.32.0",
|
|
1791
|
+
"lightningcss-darwin-arm64": "1.32.0",
|
|
1792
|
+
"lightningcss-darwin-x64": "1.32.0",
|
|
1793
|
+
"lightningcss-freebsd-x64": "1.32.0",
|
|
1794
|
+
"lightningcss-linux-arm-gnueabihf": "1.32.0",
|
|
1795
|
+
"lightningcss-linux-arm64-gnu": "1.32.0",
|
|
1796
|
+
"lightningcss-linux-arm64-musl": "1.32.0",
|
|
1797
|
+
"lightningcss-linux-x64-gnu": "1.32.0",
|
|
1798
|
+
"lightningcss-linux-x64-musl": "1.32.0",
|
|
1799
|
+
"lightningcss-win32-arm64-msvc": "1.32.0",
|
|
1800
|
+
"lightningcss-win32-x64-msvc": "1.32.0"
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1803
|
+
"node_modules/lightningcss-android-arm64": {
|
|
1804
|
+
"version": "1.32.0",
|
|
1805
|
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
|
|
1806
|
+
"integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
|
|
1807
|
+
"cpu": [
|
|
1808
|
+
"arm64"
|
|
1809
|
+
],
|
|
1810
|
+
"dev": true,
|
|
1811
|
+
"license": "MPL-2.0",
|
|
1812
|
+
"optional": true,
|
|
1813
|
+
"os": [
|
|
1814
|
+
"android"
|
|
1815
|
+
],
|
|
1816
|
+
"engines": {
|
|
1817
|
+
"node": ">= 12.0.0"
|
|
1818
|
+
},
|
|
1819
|
+
"funding": {
|
|
1820
|
+
"type": "opencollective",
|
|
1821
|
+
"url": "https://opencollective.com/parcel"
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
"node_modules/lightningcss-darwin-arm64": {
|
|
1825
|
+
"version": "1.32.0",
|
|
1826
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
|
|
1827
|
+
"integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
|
|
1828
|
+
"cpu": [
|
|
1829
|
+
"arm64"
|
|
1830
|
+
],
|
|
1831
|
+
"dev": true,
|
|
1832
|
+
"license": "MPL-2.0",
|
|
1833
|
+
"optional": true,
|
|
1834
|
+
"os": [
|
|
1835
|
+
"darwin"
|
|
1836
|
+
],
|
|
1837
|
+
"engines": {
|
|
1838
|
+
"node": ">= 12.0.0"
|
|
1839
|
+
},
|
|
1840
|
+
"funding": {
|
|
1841
|
+
"type": "opencollective",
|
|
1842
|
+
"url": "https://opencollective.com/parcel"
|
|
1843
|
+
}
|
|
1844
|
+
},
|
|
1845
|
+
"node_modules/lightningcss-darwin-x64": {
|
|
1846
|
+
"version": "1.32.0",
|
|
1847
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
|
|
1848
|
+
"integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
|
|
1849
|
+
"cpu": [
|
|
1850
|
+
"x64"
|
|
1851
|
+
],
|
|
1852
|
+
"dev": true,
|
|
1853
|
+
"license": "MPL-2.0",
|
|
1854
|
+
"optional": true,
|
|
1855
|
+
"os": [
|
|
1856
|
+
"darwin"
|
|
1857
|
+
],
|
|
1858
|
+
"engines": {
|
|
1859
|
+
"node": ">= 12.0.0"
|
|
1860
|
+
},
|
|
1861
|
+
"funding": {
|
|
1862
|
+
"type": "opencollective",
|
|
1863
|
+
"url": "https://opencollective.com/parcel"
|
|
1864
|
+
}
|
|
1865
|
+
},
|
|
1866
|
+
"node_modules/lightningcss-freebsd-x64": {
|
|
1867
|
+
"version": "1.32.0",
|
|
1868
|
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
|
|
1869
|
+
"integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
|
|
1870
|
+
"cpu": [
|
|
1871
|
+
"x64"
|
|
1872
|
+
],
|
|
1873
|
+
"dev": true,
|
|
1874
|
+
"license": "MPL-2.0",
|
|
1875
|
+
"optional": true,
|
|
1876
|
+
"os": [
|
|
1877
|
+
"freebsd"
|
|
1878
|
+
],
|
|
1879
|
+
"engines": {
|
|
1880
|
+
"node": ">= 12.0.0"
|
|
1881
|
+
},
|
|
1882
|
+
"funding": {
|
|
1883
|
+
"type": "opencollective",
|
|
1884
|
+
"url": "https://opencollective.com/parcel"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
1888
|
+
"version": "1.32.0",
|
|
1889
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
|
|
1890
|
+
"integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
|
|
1891
|
+
"cpu": [
|
|
1892
|
+
"arm"
|
|
1893
|
+
],
|
|
1894
|
+
"dev": true,
|
|
1895
|
+
"license": "MPL-2.0",
|
|
1896
|
+
"optional": true,
|
|
1897
|
+
"os": [
|
|
1898
|
+
"linux"
|
|
1899
|
+
],
|
|
1900
|
+
"engines": {
|
|
1901
|
+
"node": ">= 12.0.0"
|
|
1902
|
+
},
|
|
1903
|
+
"funding": {
|
|
1904
|
+
"type": "opencollective",
|
|
1905
|
+
"url": "https://opencollective.com/parcel"
|
|
1906
|
+
}
|
|
1907
|
+
},
|
|
1908
|
+
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
1909
|
+
"version": "1.32.0",
|
|
1910
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
|
|
1911
|
+
"integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
|
|
1912
|
+
"cpu": [
|
|
1913
|
+
"arm64"
|
|
1914
|
+
],
|
|
1915
|
+
"dev": true,
|
|
1916
|
+
"license": "MPL-2.0",
|
|
1917
|
+
"optional": true,
|
|
1918
|
+
"os": [
|
|
1919
|
+
"linux"
|
|
1920
|
+
],
|
|
1921
|
+
"engines": {
|
|
1922
|
+
"node": ">= 12.0.0"
|
|
1923
|
+
},
|
|
1924
|
+
"funding": {
|
|
1925
|
+
"type": "opencollective",
|
|
1926
|
+
"url": "https://opencollective.com/parcel"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
"node_modules/lightningcss-linux-arm64-musl": {
|
|
1930
|
+
"version": "1.32.0",
|
|
1931
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
|
|
1932
|
+
"integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
|
|
1933
|
+
"cpu": [
|
|
1934
|
+
"arm64"
|
|
1935
|
+
],
|
|
1936
|
+
"dev": true,
|
|
1937
|
+
"license": "MPL-2.0",
|
|
1938
|
+
"optional": true,
|
|
1939
|
+
"os": [
|
|
1940
|
+
"linux"
|
|
1941
|
+
],
|
|
1942
|
+
"engines": {
|
|
1943
|
+
"node": ">= 12.0.0"
|
|
1944
|
+
},
|
|
1945
|
+
"funding": {
|
|
1946
|
+
"type": "opencollective",
|
|
1947
|
+
"url": "https://opencollective.com/parcel"
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1950
|
+
"node_modules/lightningcss-linux-x64-gnu": {
|
|
1951
|
+
"version": "1.32.0",
|
|
1952
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
|
|
1953
|
+
"integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
|
|
1954
|
+
"cpu": [
|
|
1955
|
+
"x64"
|
|
1956
|
+
],
|
|
1957
|
+
"dev": true,
|
|
1958
|
+
"license": "MPL-2.0",
|
|
1959
|
+
"optional": true,
|
|
1960
|
+
"os": [
|
|
1961
|
+
"linux"
|
|
1962
|
+
],
|
|
1963
|
+
"engines": {
|
|
1964
|
+
"node": ">= 12.0.0"
|
|
1965
|
+
},
|
|
1966
|
+
"funding": {
|
|
1967
|
+
"type": "opencollective",
|
|
1968
|
+
"url": "https://opencollective.com/parcel"
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1971
|
+
"node_modules/lightningcss-linux-x64-musl": {
|
|
1972
|
+
"version": "1.32.0",
|
|
1973
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
|
|
1974
|
+
"integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
|
|
1975
|
+
"cpu": [
|
|
1976
|
+
"x64"
|
|
1977
|
+
],
|
|
1978
|
+
"dev": true,
|
|
1979
|
+
"license": "MPL-2.0",
|
|
1980
|
+
"optional": true,
|
|
1981
|
+
"os": [
|
|
1982
|
+
"linux"
|
|
1983
|
+
],
|
|
1984
|
+
"engines": {
|
|
1985
|
+
"node": ">= 12.0.0"
|
|
1986
|
+
},
|
|
1987
|
+
"funding": {
|
|
1988
|
+
"type": "opencollective",
|
|
1989
|
+
"url": "https://opencollective.com/parcel"
|
|
1990
|
+
}
|
|
1991
|
+
},
|
|
1992
|
+
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
1993
|
+
"version": "1.32.0",
|
|
1994
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
|
|
1995
|
+
"integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
|
|
1996
|
+
"cpu": [
|
|
1997
|
+
"arm64"
|
|
1998
|
+
],
|
|
1999
|
+
"dev": true,
|
|
2000
|
+
"license": "MPL-2.0",
|
|
2001
|
+
"optional": true,
|
|
2002
|
+
"os": [
|
|
2003
|
+
"win32"
|
|
2004
|
+
],
|
|
2005
|
+
"engines": {
|
|
2006
|
+
"node": ">= 12.0.0"
|
|
2007
|
+
},
|
|
2008
|
+
"funding": {
|
|
2009
|
+
"type": "opencollective",
|
|
2010
|
+
"url": "https://opencollective.com/parcel"
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
"node_modules/lightningcss-win32-x64-msvc": {
|
|
2014
|
+
"version": "1.32.0",
|
|
2015
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
|
|
2016
|
+
"integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
|
|
2017
|
+
"cpu": [
|
|
2018
|
+
"x64"
|
|
2019
|
+
],
|
|
2020
|
+
"dev": true,
|
|
2021
|
+
"license": "MPL-2.0",
|
|
2022
|
+
"optional": true,
|
|
2023
|
+
"os": [
|
|
2024
|
+
"win32"
|
|
2025
|
+
],
|
|
2026
|
+
"engines": {
|
|
2027
|
+
"node": ">= 12.0.0"
|
|
2028
|
+
},
|
|
2029
|
+
"funding": {
|
|
2030
|
+
"type": "opencollective",
|
|
2031
|
+
"url": "https://opencollective.com/parcel"
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
"node_modules/magic-string": {
|
|
2035
|
+
"version": "0.30.21",
|
|
2036
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
2037
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
2038
|
+
"dev": true,
|
|
2039
|
+
"license": "MIT",
|
|
2040
|
+
"dependencies": {
|
|
2041
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
2042
|
+
}
|
|
2043
|
+
},
|
|
2044
|
+
"node_modules/nanoid": {
|
|
2045
|
+
"version": "3.3.11",
|
|
2046
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
2047
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
2048
|
+
"dev": true,
|
|
2049
|
+
"funding": [
|
|
2050
|
+
{
|
|
2051
|
+
"type": "github",
|
|
2052
|
+
"url": "https://github.com/sponsors/ai"
|
|
2053
|
+
}
|
|
2054
|
+
],
|
|
2055
|
+
"license": "MIT",
|
|
2056
|
+
"bin": {
|
|
2057
|
+
"nanoid": "bin/nanoid.cjs"
|
|
2058
|
+
},
|
|
2059
|
+
"engines": {
|
|
2060
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
"node_modules/oxfmt": {
|
|
2064
|
+
"version": "0.42.0",
|
|
2065
|
+
"resolved": "https://registry.npmjs.org/oxfmt/-/oxfmt-0.42.0.tgz",
|
|
2066
|
+
"integrity": "sha512-QhejGErLSMReNuZ6vxgFHDyGoPbjTRNi6uGHjy0cvIjOQFqD6xmr/T+3L41ixR3NIgzcNiJ6ylQKpvShTgDfqg==",
|
|
2067
|
+
"license": "MIT",
|
|
2068
|
+
"dependencies": {
|
|
2069
|
+
"tinypool": "2.1.0"
|
|
2070
|
+
},
|
|
2071
|
+
"bin": {
|
|
2072
|
+
"oxfmt": "bin/oxfmt"
|
|
2073
|
+
},
|
|
2074
|
+
"engines": {
|
|
2075
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2076
|
+
},
|
|
2077
|
+
"funding": {
|
|
2078
|
+
"url": "https://github.com/sponsors/Boshen"
|
|
2079
|
+
},
|
|
2080
|
+
"optionalDependencies": {
|
|
2081
|
+
"@oxfmt/binding-android-arm-eabi": "0.42.0",
|
|
2082
|
+
"@oxfmt/binding-android-arm64": "0.42.0",
|
|
2083
|
+
"@oxfmt/binding-darwin-arm64": "0.42.0",
|
|
2084
|
+
"@oxfmt/binding-darwin-x64": "0.42.0",
|
|
2085
|
+
"@oxfmt/binding-freebsd-x64": "0.42.0",
|
|
2086
|
+
"@oxfmt/binding-linux-arm-gnueabihf": "0.42.0",
|
|
2087
|
+
"@oxfmt/binding-linux-arm-musleabihf": "0.42.0",
|
|
2088
|
+
"@oxfmt/binding-linux-arm64-gnu": "0.42.0",
|
|
2089
|
+
"@oxfmt/binding-linux-arm64-musl": "0.42.0",
|
|
2090
|
+
"@oxfmt/binding-linux-ppc64-gnu": "0.42.0",
|
|
2091
|
+
"@oxfmt/binding-linux-riscv64-gnu": "0.42.0",
|
|
2092
|
+
"@oxfmt/binding-linux-riscv64-musl": "0.42.0",
|
|
2093
|
+
"@oxfmt/binding-linux-s390x-gnu": "0.42.0",
|
|
2094
|
+
"@oxfmt/binding-linux-x64-gnu": "0.42.0",
|
|
2095
|
+
"@oxfmt/binding-linux-x64-musl": "0.42.0",
|
|
2096
|
+
"@oxfmt/binding-openharmony-arm64": "0.42.0",
|
|
2097
|
+
"@oxfmt/binding-win32-arm64-msvc": "0.42.0",
|
|
2098
|
+
"@oxfmt/binding-win32-ia32-msvc": "0.42.0",
|
|
2099
|
+
"@oxfmt/binding-win32-x64-msvc": "0.42.0"
|
|
2100
|
+
}
|
|
2101
|
+
},
|
|
2102
|
+
"node_modules/oxlint": {
|
|
2103
|
+
"version": "1.57.0",
|
|
2104
|
+
"resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.57.0.tgz",
|
|
2105
|
+
"integrity": "sha512-DGFsuBX5MFZX9yiDdtKjTrYPq45CZ8Fft6qCltJITYZxfwYjVdGf/6wycGYTACloauwIPxUnYhBVeZbHvleGhw==",
|
|
2106
|
+
"license": "MIT",
|
|
2107
|
+
"bin": {
|
|
2108
|
+
"oxlint": "bin/oxlint"
|
|
2109
|
+
},
|
|
2110
|
+
"engines": {
|
|
2111
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2112
|
+
},
|
|
2113
|
+
"funding": {
|
|
2114
|
+
"url": "https://github.com/sponsors/Boshen"
|
|
2115
|
+
},
|
|
2116
|
+
"optionalDependencies": {
|
|
2117
|
+
"@oxlint/binding-android-arm-eabi": "1.57.0",
|
|
2118
|
+
"@oxlint/binding-android-arm64": "1.57.0",
|
|
2119
|
+
"@oxlint/binding-darwin-arm64": "1.57.0",
|
|
2120
|
+
"@oxlint/binding-darwin-x64": "1.57.0",
|
|
2121
|
+
"@oxlint/binding-freebsd-x64": "1.57.0",
|
|
2122
|
+
"@oxlint/binding-linux-arm-gnueabihf": "1.57.0",
|
|
2123
|
+
"@oxlint/binding-linux-arm-musleabihf": "1.57.0",
|
|
2124
|
+
"@oxlint/binding-linux-arm64-gnu": "1.57.0",
|
|
2125
|
+
"@oxlint/binding-linux-arm64-musl": "1.57.0",
|
|
2126
|
+
"@oxlint/binding-linux-ppc64-gnu": "1.57.0",
|
|
2127
|
+
"@oxlint/binding-linux-riscv64-gnu": "1.57.0",
|
|
2128
|
+
"@oxlint/binding-linux-riscv64-musl": "1.57.0",
|
|
2129
|
+
"@oxlint/binding-linux-s390x-gnu": "1.57.0",
|
|
2130
|
+
"@oxlint/binding-linux-x64-gnu": "1.57.0",
|
|
2131
|
+
"@oxlint/binding-linux-x64-musl": "1.57.0",
|
|
2132
|
+
"@oxlint/binding-openharmony-arm64": "1.57.0",
|
|
2133
|
+
"@oxlint/binding-win32-arm64-msvc": "1.57.0",
|
|
2134
|
+
"@oxlint/binding-win32-ia32-msvc": "1.57.0",
|
|
2135
|
+
"@oxlint/binding-win32-x64-msvc": "1.57.0"
|
|
2136
|
+
},
|
|
2137
|
+
"peerDependencies": {
|
|
2138
|
+
"oxlint-tsgolint": ">=0.15.0"
|
|
2139
|
+
},
|
|
2140
|
+
"peerDependenciesMeta": {
|
|
2141
|
+
"oxlint-tsgolint": {
|
|
2142
|
+
"optional": true
|
|
2143
|
+
}
|
|
2144
|
+
}
|
|
2145
|
+
},
|
|
2146
|
+
"node_modules/picocolors": {
|
|
2147
|
+
"version": "1.1.1",
|
|
2148
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
2149
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
2150
|
+
"dev": true,
|
|
2151
|
+
"license": "ISC"
|
|
2152
|
+
},
|
|
2153
|
+
"node_modules/picomatch": {
|
|
2154
|
+
"version": "4.0.4",
|
|
2155
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
2156
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
2157
|
+
"dev": true,
|
|
2158
|
+
"license": "MIT",
|
|
2159
|
+
"engines": {
|
|
2160
|
+
"node": ">=12"
|
|
2161
|
+
},
|
|
2162
|
+
"funding": {
|
|
2163
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
2164
|
+
}
|
|
2165
|
+
},
|
|
2166
|
+
"node_modules/postcss": {
|
|
2167
|
+
"version": "8.5.8",
|
|
2168
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
|
|
2169
|
+
"integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
|
|
2170
|
+
"dev": true,
|
|
2171
|
+
"funding": [
|
|
2172
|
+
{
|
|
2173
|
+
"type": "opencollective",
|
|
2174
|
+
"url": "https://opencollective.com/postcss/"
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"type": "tidelift",
|
|
2178
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"type": "github",
|
|
2182
|
+
"url": "https://github.com/sponsors/ai"
|
|
2183
|
+
}
|
|
2184
|
+
],
|
|
2185
|
+
"license": "MIT",
|
|
2186
|
+
"dependencies": {
|
|
2187
|
+
"nanoid": "^3.3.11",
|
|
2188
|
+
"picocolors": "^1.1.1",
|
|
2189
|
+
"source-map-js": "^1.2.1"
|
|
2190
|
+
},
|
|
2191
|
+
"engines": {
|
|
2192
|
+
"node": "^10 || ^12 || >=14"
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
2195
|
+
"node_modules/postcss-selector-parser": {
|
|
2196
|
+
"version": "6.0.10",
|
|
2197
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz",
|
|
2198
|
+
"integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==",
|
|
2199
|
+
"dev": true,
|
|
2200
|
+
"license": "MIT",
|
|
2201
|
+
"dependencies": {
|
|
2202
|
+
"cssesc": "^3.0.0",
|
|
2203
|
+
"util-deprecate": "^1.0.2"
|
|
2204
|
+
},
|
|
2205
|
+
"engines": {
|
|
2206
|
+
"node": ">=4"
|
|
2207
|
+
}
|
|
2208
|
+
},
|
|
2209
|
+
"node_modules/rolldown": {
|
|
2210
|
+
"version": "1.0.0-rc.12",
|
|
2211
|
+
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.12.tgz",
|
|
2212
|
+
"integrity": "sha512-yP4USLIMYrwpPHEFB5JGH1uxhcslv6/hL0OyvTuY+3qlOSJvZ7ntYnoWpehBxufkgN0cvXxppuTu5hHa/zPh+A==",
|
|
2213
|
+
"dev": true,
|
|
2214
|
+
"license": "MIT",
|
|
2215
|
+
"dependencies": {
|
|
2216
|
+
"@oxc-project/types": "=0.122.0",
|
|
2217
|
+
"@rolldown/pluginutils": "1.0.0-rc.12"
|
|
2218
|
+
},
|
|
2219
|
+
"bin": {
|
|
2220
|
+
"rolldown": "bin/cli.mjs"
|
|
2221
|
+
},
|
|
2222
|
+
"engines": {
|
|
2223
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2224
|
+
},
|
|
2225
|
+
"optionalDependencies": {
|
|
2226
|
+
"@rolldown/binding-android-arm64": "1.0.0-rc.12",
|
|
2227
|
+
"@rolldown/binding-darwin-arm64": "1.0.0-rc.12",
|
|
2228
|
+
"@rolldown/binding-darwin-x64": "1.0.0-rc.12",
|
|
2229
|
+
"@rolldown/binding-freebsd-x64": "1.0.0-rc.12",
|
|
2230
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.12",
|
|
2231
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.12",
|
|
2232
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.0-rc.12",
|
|
2233
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.12",
|
|
2234
|
+
"@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.12",
|
|
2235
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.0-rc.12",
|
|
2236
|
+
"@rolldown/binding-linux-x64-musl": "1.0.0-rc.12",
|
|
2237
|
+
"@rolldown/binding-openharmony-arm64": "1.0.0-rc.12",
|
|
2238
|
+
"@rolldown/binding-wasm32-wasi": "1.0.0-rc.12",
|
|
2239
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.12",
|
|
2240
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.0-rc.12"
|
|
2241
|
+
}
|
|
2242
|
+
},
|
|
2243
|
+
"node_modules/source-map-js": {
|
|
2244
|
+
"version": "1.2.1",
|
|
2245
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
2246
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
2247
|
+
"dev": true,
|
|
2248
|
+
"license": "BSD-3-Clause",
|
|
2249
|
+
"engines": {
|
|
2250
|
+
"node": ">=0.10.0"
|
|
2251
|
+
}
|
|
2252
|
+
},
|
|
2253
|
+
"node_modules/tailwindcss": {
|
|
2254
|
+
"version": "4.2.2",
|
|
2255
|
+
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz",
|
|
2256
|
+
"integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==",
|
|
2257
|
+
"dev": true,
|
|
2258
|
+
"license": "MIT"
|
|
2259
|
+
},
|
|
2260
|
+
"node_modules/tapable": {
|
|
2261
|
+
"version": "2.3.2",
|
|
2262
|
+
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz",
|
|
2263
|
+
"integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
|
|
2264
|
+
"dev": true,
|
|
2265
|
+
"license": "MIT",
|
|
2266
|
+
"engines": {
|
|
2267
|
+
"node": ">=6"
|
|
2268
|
+
},
|
|
2269
|
+
"funding": {
|
|
2270
|
+
"type": "opencollective",
|
|
2271
|
+
"url": "https://opencollective.com/webpack"
|
|
2272
|
+
}
|
|
2273
|
+
},
|
|
2274
|
+
"node_modules/tinyglobby": {
|
|
2275
|
+
"version": "0.2.15",
|
|
2276
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
2277
|
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
2278
|
+
"dev": true,
|
|
2279
|
+
"license": "MIT",
|
|
2280
|
+
"dependencies": {
|
|
2281
|
+
"fdir": "^6.5.0",
|
|
2282
|
+
"picomatch": "^4.0.3"
|
|
2283
|
+
},
|
|
2284
|
+
"engines": {
|
|
2285
|
+
"node": ">=12.0.0"
|
|
2286
|
+
},
|
|
2287
|
+
"funding": {
|
|
2288
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
"node_modules/tinypool": {
|
|
2292
|
+
"version": "2.1.0",
|
|
2293
|
+
"resolved": "https://registry.npmjs.org/tinypool/-/tinypool-2.1.0.tgz",
|
|
2294
|
+
"integrity": "sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw==",
|
|
2295
|
+
"license": "MIT",
|
|
2296
|
+
"engines": {
|
|
2297
|
+
"node": "^20.0.0 || >=22.0.0"
|
|
2298
|
+
}
|
|
2299
|
+
},
|
|
2300
|
+
"node_modules/tslib": {
|
|
2301
|
+
"version": "2.8.1",
|
|
2302
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
2303
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
2304
|
+
"dev": true,
|
|
2305
|
+
"license": "0BSD",
|
|
2306
|
+
"optional": true
|
|
2307
|
+
},
|
|
2308
|
+
"node_modules/typescript": {
|
|
2309
|
+
"version": "5.9.3",
|
|
2310
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
2311
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
2312
|
+
"devOptional": true,
|
|
2313
|
+
"license": "Apache-2.0",
|
|
2314
|
+
"bin": {
|
|
2315
|
+
"tsc": "bin/tsc",
|
|
2316
|
+
"tsserver": "bin/tsserver"
|
|
2317
|
+
},
|
|
2318
|
+
"engines": {
|
|
2319
|
+
"node": ">=14.17"
|
|
2320
|
+
}
|
|
2321
|
+
},
|
|
2322
|
+
"node_modules/undici-types": {
|
|
2323
|
+
"version": "7.16.0",
|
|
2324
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
2325
|
+
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
2326
|
+
"dev": true,
|
|
2327
|
+
"license": "MIT"
|
|
2328
|
+
},
|
|
2329
|
+
"node_modules/util-deprecate": {
|
|
2330
|
+
"version": "1.0.2",
|
|
2331
|
+
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
2332
|
+
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
2333
|
+
"dev": true,
|
|
2334
|
+
"license": "MIT"
|
|
2335
|
+
},
|
|
2336
|
+
"node_modules/vite": {
|
|
2337
|
+
"version": "8.0.3",
|
|
2338
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.3.tgz",
|
|
2339
|
+
"integrity": "sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==",
|
|
2340
|
+
"dev": true,
|
|
2341
|
+
"license": "MIT",
|
|
2342
|
+
"dependencies": {
|
|
2343
|
+
"lightningcss": "^1.32.0",
|
|
2344
|
+
"picomatch": "^4.0.4",
|
|
2345
|
+
"postcss": "^8.5.8",
|
|
2346
|
+
"rolldown": "1.0.0-rc.12",
|
|
2347
|
+
"tinyglobby": "^0.2.15"
|
|
2348
|
+
},
|
|
2349
|
+
"bin": {
|
|
2350
|
+
"vite": "bin/vite.js"
|
|
2351
|
+
},
|
|
2352
|
+
"engines": {
|
|
2353
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
2354
|
+
},
|
|
2355
|
+
"funding": {
|
|
2356
|
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
2357
|
+
},
|
|
2358
|
+
"optionalDependencies": {
|
|
2359
|
+
"fsevents": "~2.3.3"
|
|
2360
|
+
},
|
|
2361
|
+
"peerDependencies": {
|
|
2362
|
+
"@types/node": "^20.19.0 || >=22.12.0",
|
|
2363
|
+
"@vitejs/devtools": "^0.1.0",
|
|
2364
|
+
"esbuild": "^0.27.0",
|
|
2365
|
+
"jiti": ">=1.21.0",
|
|
2366
|
+
"less": "^4.0.0",
|
|
2367
|
+
"sass": "^1.70.0",
|
|
2368
|
+
"sass-embedded": "^1.70.0",
|
|
2369
|
+
"stylus": ">=0.54.8",
|
|
2370
|
+
"sugarss": "^5.0.0",
|
|
2371
|
+
"terser": "^5.16.0",
|
|
2372
|
+
"tsx": "^4.8.1",
|
|
2373
|
+
"yaml": "^2.4.2"
|
|
2374
|
+
},
|
|
2375
|
+
"peerDependenciesMeta": {
|
|
2376
|
+
"@types/node": {
|
|
2377
|
+
"optional": true
|
|
2378
|
+
},
|
|
2379
|
+
"@vitejs/devtools": {
|
|
2380
|
+
"optional": true
|
|
2381
|
+
},
|
|
2382
|
+
"esbuild": {
|
|
2383
|
+
"optional": true
|
|
2384
|
+
},
|
|
2385
|
+
"jiti": {
|
|
2386
|
+
"optional": true
|
|
2387
|
+
},
|
|
2388
|
+
"less": {
|
|
2389
|
+
"optional": true
|
|
2390
|
+
},
|
|
2391
|
+
"sass": {
|
|
2392
|
+
"optional": true
|
|
2393
|
+
},
|
|
2394
|
+
"sass-embedded": {
|
|
2395
|
+
"optional": true
|
|
2396
|
+
},
|
|
2397
|
+
"stylus": {
|
|
2398
|
+
"optional": true
|
|
2399
|
+
},
|
|
2400
|
+
"sugarss": {
|
|
2401
|
+
"optional": true
|
|
2402
|
+
},
|
|
2403
|
+
"terser": {
|
|
2404
|
+
"optional": true
|
|
2405
|
+
},
|
|
2406
|
+
"tsx": {
|
|
2407
|
+
"optional": true
|
|
2408
|
+
},
|
|
2409
|
+
"yaml": {
|
|
2410
|
+
"optional": true
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
"node_modules/vite-plugin-wasm": {
|
|
2415
|
+
"version": "3.6.0",
|
|
2416
|
+
"resolved": "https://registry.npmjs.org/vite-plugin-wasm/-/vite-plugin-wasm-3.6.0.tgz",
|
|
2417
|
+
"integrity": "sha512-mL/QPziiIA4RAA6DkaZZzOstdwbW5jO4Vz7Zenj0wieKWBlNvIvX5L5ljum9lcUX0ShNfBgCNLKTjNkRVVqcsw==",
|
|
2418
|
+
"dev": true,
|
|
2419
|
+
"license": "MIT",
|
|
2420
|
+
"peerDependencies": {
|
|
2421
|
+
"vite": "^2 || ^3 || ^4 || ^5 || ^6 || ^7 || ^8"
|
|
2422
|
+
}
|
|
2423
|
+
}
|
|
2424
|
+
}
|
|
2425
|
+
}
|