@justinli/create-vite-template 0.1.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/README.md +14 -0
- package/index.js +16 -0
- package/package.json +16 -0
- package/template/.editorconfig +12 -0
- package/template/.oxfmtrc.json +4 -0
- package/template/.oxlintrc.json +6 -0
- package/template/README.md +10 -0
- package/template/index.html +13 -0
- package/template/package.json +34 -0
- package/template/pnpm-lock.yaml +1380 -0
- package/template/public/favicon.svg +1 -0
- package/template/src/App.css +7 -0
- package/template/src/App.tsx +12 -0
- package/template/src/index.css +36 -0
- package/template/src/main.tsx +10 -0
- package/template/tsconfig.app.json +28 -0
- package/template/tsconfig.json +4 -0
- package/template/tsconfig.node.json +26 -0
- package/template/vite.config.ts +7 -0
|
@@ -0,0 +1,1380 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
overrides:
|
|
8
|
+
vite: ^8.0.0-beta.13
|
|
9
|
+
|
|
10
|
+
importers:
|
|
11
|
+
|
|
12
|
+
.:
|
|
13
|
+
dependencies:
|
|
14
|
+
react:
|
|
15
|
+
specifier: ^19.2.0
|
|
16
|
+
version: 19.2.4
|
|
17
|
+
react-dom:
|
|
18
|
+
specifier: ^19.2.0
|
|
19
|
+
version: 19.2.4(react@19.2.4)
|
|
20
|
+
devDependencies:
|
|
21
|
+
'@types/node':
|
|
22
|
+
specifier: ^24.10.1
|
|
23
|
+
version: 24.10.13
|
|
24
|
+
'@types/react':
|
|
25
|
+
specifier: ^19.2.7
|
|
26
|
+
version: 19.2.14
|
|
27
|
+
'@types/react-dom':
|
|
28
|
+
specifier: ^19.2.3
|
|
29
|
+
version: 19.2.3(@types/react@19.2.14)
|
|
30
|
+
'@vitejs/plugin-react':
|
|
31
|
+
specifier: ^5.1.1
|
|
32
|
+
version: 5.1.4(vite@8.0.0-beta.14(@types/node@24.10.13))
|
|
33
|
+
oxfmt:
|
|
34
|
+
specifier: ^0.33.0
|
|
35
|
+
version: 0.33.0
|
|
36
|
+
oxlint:
|
|
37
|
+
specifier: ^1.48.0
|
|
38
|
+
version: 1.48.0
|
|
39
|
+
typescript:
|
|
40
|
+
specifier: ~5.9.3
|
|
41
|
+
version: 5.9.3
|
|
42
|
+
vite:
|
|
43
|
+
specifier: ^8.0.0-beta.13
|
|
44
|
+
version: 8.0.0-beta.14(@types/node@24.10.13)
|
|
45
|
+
|
|
46
|
+
packages:
|
|
47
|
+
|
|
48
|
+
'@babel/code-frame@7.29.0':
|
|
49
|
+
resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
|
|
50
|
+
engines: {node: '>=6.9.0'}
|
|
51
|
+
|
|
52
|
+
'@babel/compat-data@7.29.0':
|
|
53
|
+
resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==}
|
|
54
|
+
engines: {node: '>=6.9.0'}
|
|
55
|
+
|
|
56
|
+
'@babel/core@7.29.0':
|
|
57
|
+
resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==}
|
|
58
|
+
engines: {node: '>=6.9.0'}
|
|
59
|
+
|
|
60
|
+
'@babel/generator@7.29.1':
|
|
61
|
+
resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==}
|
|
62
|
+
engines: {node: '>=6.9.0'}
|
|
63
|
+
|
|
64
|
+
'@babel/helper-compilation-targets@7.28.6':
|
|
65
|
+
resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==}
|
|
66
|
+
engines: {node: '>=6.9.0'}
|
|
67
|
+
|
|
68
|
+
'@babel/helper-globals@7.28.0':
|
|
69
|
+
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
|
|
70
|
+
engines: {node: '>=6.9.0'}
|
|
71
|
+
|
|
72
|
+
'@babel/helper-module-imports@7.28.6':
|
|
73
|
+
resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
|
|
74
|
+
engines: {node: '>=6.9.0'}
|
|
75
|
+
|
|
76
|
+
'@babel/helper-module-transforms@7.28.6':
|
|
77
|
+
resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==}
|
|
78
|
+
engines: {node: '>=6.9.0'}
|
|
79
|
+
peerDependencies:
|
|
80
|
+
'@babel/core': ^7.0.0
|
|
81
|
+
|
|
82
|
+
'@babel/helper-plugin-utils@7.28.6':
|
|
83
|
+
resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==}
|
|
84
|
+
engines: {node: '>=6.9.0'}
|
|
85
|
+
|
|
86
|
+
'@babel/helper-string-parser@7.27.1':
|
|
87
|
+
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
88
|
+
engines: {node: '>=6.9.0'}
|
|
89
|
+
|
|
90
|
+
'@babel/helper-validator-identifier@7.28.5':
|
|
91
|
+
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
92
|
+
engines: {node: '>=6.9.0'}
|
|
93
|
+
|
|
94
|
+
'@babel/helper-validator-option@7.27.1':
|
|
95
|
+
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
|
96
|
+
engines: {node: '>=6.9.0'}
|
|
97
|
+
|
|
98
|
+
'@babel/helpers@7.28.6':
|
|
99
|
+
resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==}
|
|
100
|
+
engines: {node: '>=6.9.0'}
|
|
101
|
+
|
|
102
|
+
'@babel/parser@7.29.0':
|
|
103
|
+
resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==}
|
|
104
|
+
engines: {node: '>=6.0.0'}
|
|
105
|
+
hasBin: true
|
|
106
|
+
|
|
107
|
+
'@babel/plugin-transform-react-jsx-self@7.27.1':
|
|
108
|
+
resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==}
|
|
109
|
+
engines: {node: '>=6.9.0'}
|
|
110
|
+
peerDependencies:
|
|
111
|
+
'@babel/core': ^7.0.0-0
|
|
112
|
+
|
|
113
|
+
'@babel/plugin-transform-react-jsx-source@7.27.1':
|
|
114
|
+
resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==}
|
|
115
|
+
engines: {node: '>=6.9.0'}
|
|
116
|
+
peerDependencies:
|
|
117
|
+
'@babel/core': ^7.0.0-0
|
|
118
|
+
|
|
119
|
+
'@babel/template@7.28.6':
|
|
120
|
+
resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
|
|
121
|
+
engines: {node: '>=6.9.0'}
|
|
122
|
+
|
|
123
|
+
'@babel/traverse@7.29.0':
|
|
124
|
+
resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==}
|
|
125
|
+
engines: {node: '>=6.9.0'}
|
|
126
|
+
|
|
127
|
+
'@babel/types@7.29.0':
|
|
128
|
+
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
129
|
+
engines: {node: '>=6.9.0'}
|
|
130
|
+
|
|
131
|
+
'@emnapi/core@1.8.1':
|
|
132
|
+
resolution: {integrity: sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==}
|
|
133
|
+
|
|
134
|
+
'@emnapi/runtime@1.8.1':
|
|
135
|
+
resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
|
|
136
|
+
|
|
137
|
+
'@emnapi/wasi-threads@1.1.0':
|
|
138
|
+
resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==}
|
|
139
|
+
|
|
140
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
141
|
+
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
142
|
+
|
|
143
|
+
'@jridgewell/remapping@2.3.5':
|
|
144
|
+
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
|
|
145
|
+
|
|
146
|
+
'@jridgewell/resolve-uri@3.1.2':
|
|
147
|
+
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
148
|
+
engines: {node: '>=6.0.0'}
|
|
149
|
+
|
|
150
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
151
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
152
|
+
|
|
153
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
154
|
+
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
155
|
+
|
|
156
|
+
'@napi-rs/wasm-runtime@1.1.1':
|
|
157
|
+
resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==}
|
|
158
|
+
|
|
159
|
+
'@oxc-project/runtime@0.113.0':
|
|
160
|
+
resolution: {integrity: sha512-apRWH/gXeAsl/sQiblIZnLu7f8P/C9S2fJIicuHV9KOK9J7Hv1JPyTwB8WAcOrDBfjs+cbzjMOGe9UR2ue4ZQg==}
|
|
161
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
162
|
+
|
|
163
|
+
'@oxc-project/types@0.113.0':
|
|
164
|
+
resolution: {integrity: sha512-Tp3XmgxwNQ9pEN9vxgJBAqdRamHibi76iowQ38O2I4PMpcvNRQNVsU2n1x1nv9yh0XoTrGFzf7cZSGxmixxrhA==}
|
|
165
|
+
|
|
166
|
+
'@oxfmt/binding-android-arm-eabi@0.33.0':
|
|
167
|
+
resolution: {integrity: sha512-ML6qRW8/HiBANteqfyFAR1Zu0VrJu+6o4gkPLsssq74hQ7wDMkufBYJXI16PGSERxEYNwKxO5fesCuMssgTv9w==}
|
|
168
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
169
|
+
cpu: [arm]
|
|
170
|
+
os: [android]
|
|
171
|
+
|
|
172
|
+
'@oxfmt/binding-android-arm64@0.33.0':
|
|
173
|
+
resolution: {integrity: sha512-WimmcyrGpTOntj7F7CO9RMssncOKYall93nBnzJbI2ZZDhVRuCkvFwTpwz80cZqwYm5udXRXfF40ZXcCxjp9jg==}
|
|
174
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
175
|
+
cpu: [arm64]
|
|
176
|
+
os: [android]
|
|
177
|
+
|
|
178
|
+
'@oxfmt/binding-darwin-arm64@0.33.0':
|
|
179
|
+
resolution: {integrity: sha512-PorspsX9O5ISstVaq34OK4esN0LVcuU4DVg+XuSqJsfJ//gn6z6WH2Tt7s0rTQaqEcp76g7+QdWQOmnJDZsEVg==}
|
|
180
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
181
|
+
cpu: [arm64]
|
|
182
|
+
os: [darwin]
|
|
183
|
+
|
|
184
|
+
'@oxfmt/binding-darwin-x64@0.33.0':
|
|
185
|
+
resolution: {integrity: sha512-8278bqQtOcHRPhhzcqwN9KIideut+cftBjF8d2TOsSQrlsJSFx41wCCJ38mFmH9NOmU1M+x9jpeobHnbRP1okw==}
|
|
186
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
187
|
+
cpu: [x64]
|
|
188
|
+
os: [darwin]
|
|
189
|
+
|
|
190
|
+
'@oxfmt/binding-freebsd-x64@0.33.0':
|
|
191
|
+
resolution: {integrity: sha512-BiqYVwWFHLf5dkfg0aCKsXa9rpi//vH1+xePCpd7Ulz9yp9pJKP4DWgS5g+OW8MaqOtt7iyAszhxtk/j1nDKHQ==}
|
|
192
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
193
|
+
cpu: [x64]
|
|
194
|
+
os: [freebsd]
|
|
195
|
+
|
|
196
|
+
'@oxfmt/binding-linux-arm-gnueabihf@0.33.0':
|
|
197
|
+
resolution: {integrity: sha512-oAVmmurXx0OKbNOVv71oK92LsF1LwYWpnhDnX0VaAy/NLsCKf4B7Zo7lxkJh80nfhU20TibcdwYfoHVaqlStPQ==}
|
|
198
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
199
|
+
cpu: [arm]
|
|
200
|
+
os: [linux]
|
|
201
|
+
|
|
202
|
+
'@oxfmt/binding-linux-arm-musleabihf@0.33.0':
|
|
203
|
+
resolution: {integrity: sha512-YB6S8CiRol59oRxnuclJiWoV6l+l8ru/NsuQNYjXZnnPXfSTXKtMLWHCnL/figpCFYA1E7JyjrBbar1qxe2aZg==}
|
|
204
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
205
|
+
cpu: [arm]
|
|
206
|
+
os: [linux]
|
|
207
|
+
|
|
208
|
+
'@oxfmt/binding-linux-arm64-gnu@0.33.0':
|
|
209
|
+
resolution: {integrity: sha512-hrYy+FpWoB6N24E9oGRimhVkqlls9yeqcRmQakEPUHoAbij6rYxsHHYIp3+FHRiQZFAOUxWKn/CCQoy/Mv3Dgw==}
|
|
210
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
211
|
+
cpu: [arm64]
|
|
212
|
+
os: [linux]
|
|
213
|
+
|
|
214
|
+
'@oxfmt/binding-linux-arm64-musl@0.33.0':
|
|
215
|
+
resolution: {integrity: sha512-O1YIzymGRdWj9cG5iVTjkP7zk9/hSaVN8ZEbqMnWZjLC1phXlv54cUvANGGXndgJp2JS4W9XENn7eo5I4jZueg==}
|
|
216
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
217
|
+
cpu: [arm64]
|
|
218
|
+
os: [linux]
|
|
219
|
+
|
|
220
|
+
'@oxfmt/binding-linux-ppc64-gnu@0.33.0':
|
|
221
|
+
resolution: {integrity: sha512-2lrkNe+B0w1tCgQTaozfUNQCYMbqKKCGcnTDATmWCZzO77W2sh+3n04r1lk9Q1CK3bI+C3fPwhFPUR2X2BvlyQ==}
|
|
222
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
223
|
+
cpu: [ppc64]
|
|
224
|
+
os: [linux]
|
|
225
|
+
|
|
226
|
+
'@oxfmt/binding-linux-riscv64-gnu@0.33.0':
|
|
227
|
+
resolution: {integrity: sha512-8DSG1q0M6097vowHAkEyHnKed75/BWr1IBtgCJfytnWQg+Jn1X4DryhfjqonKZOZiv74oFQl5J8TCbdDuXXdtQ==}
|
|
228
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
229
|
+
cpu: [riscv64]
|
|
230
|
+
os: [linux]
|
|
231
|
+
|
|
232
|
+
'@oxfmt/binding-linux-riscv64-musl@0.33.0':
|
|
233
|
+
resolution: {integrity: sha512-eWaxnpPz7+p0QGUnw7GGviVBDOXabr6Cd0w7S/vnWTqQo9z1VroT7XXFnJEZ3dBwxMB9lphyuuYi/GLTCxqxlg==}
|
|
234
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
235
|
+
cpu: [riscv64]
|
|
236
|
+
os: [linux]
|
|
237
|
+
|
|
238
|
+
'@oxfmt/binding-linux-s390x-gnu@0.33.0':
|
|
239
|
+
resolution: {integrity: sha512-+mH8cQTqq+Tu2CdoB2/Wmk9CqotXResi+gPvXpb+AAUt/LiwpicTQqSolMheQKogkDTYHPuUiSN23QYmy7IXNQ==}
|
|
240
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
241
|
+
cpu: [s390x]
|
|
242
|
+
os: [linux]
|
|
243
|
+
|
|
244
|
+
'@oxfmt/binding-linux-x64-gnu@0.33.0':
|
|
245
|
+
resolution: {integrity: sha512-fjyslAYAPE2+B6Ckrs5LuDQ6lB1re5MumPnzefAXsen3JGwiRilra6XdjUmszTNoExJKbewoxxd6bcLSTpkAJQ==}
|
|
246
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
247
|
+
cpu: [x64]
|
|
248
|
+
os: [linux]
|
|
249
|
+
|
|
250
|
+
'@oxfmt/binding-linux-x64-musl@0.33.0':
|
|
251
|
+
resolution: {integrity: sha512-ve/jGBlTt35Jl/I0A0SfCQX3wKnadzPDdyOFEwe2ZgHHIT9uhqhAv1PaVXTenSBpauICEWYH8mWy+ittzlVE/A==}
|
|
252
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
253
|
+
cpu: [x64]
|
|
254
|
+
os: [linux]
|
|
255
|
+
|
|
256
|
+
'@oxfmt/binding-openharmony-arm64@0.33.0':
|
|
257
|
+
resolution: {integrity: sha512-lsWRgY9e+uPvwXnuDiJkmJ2Zs3XwwaQkaALJ3/SXU9kjZP0Qh8/tGW8Tk/Z6WL32sDxx+aOK5HuU7qFY9dHJhg==}
|
|
258
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
259
|
+
cpu: [arm64]
|
|
260
|
+
os: [openharmony]
|
|
261
|
+
|
|
262
|
+
'@oxfmt/binding-win32-arm64-msvc@0.33.0':
|
|
263
|
+
resolution: {integrity: sha512-w8AQHyGDRZutxtQ7IURdBEddwFrtHQiG6+yIFpNJ4HiMyYEqeAWzwBQBfwSAxtSNh6Y9qqbbc1OM2mHN6AB3Uw==}
|
|
264
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
265
|
+
cpu: [arm64]
|
|
266
|
+
os: [win32]
|
|
267
|
+
|
|
268
|
+
'@oxfmt/binding-win32-ia32-msvc@0.33.0':
|
|
269
|
+
resolution: {integrity: sha512-j2X4iumKVwDzQtUx3JBDkaydx6eLuncgUZPl2ybZ8llxJMFbZIniws70FzUQePMfMtzLozIm7vo4bjkvQFsOzw==}
|
|
270
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
271
|
+
cpu: [ia32]
|
|
272
|
+
os: [win32]
|
|
273
|
+
|
|
274
|
+
'@oxfmt/binding-win32-x64-msvc@0.33.0':
|
|
275
|
+
resolution: {integrity: sha512-lsBQxbepASwOBUh3chcKAjU+jVAQhLElbPYiagIq26cU8vA9Bttj6t20bMvCQCw31m440IRlNhrK7NpnUI8mzA==}
|
|
276
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
277
|
+
cpu: [x64]
|
|
278
|
+
os: [win32]
|
|
279
|
+
|
|
280
|
+
'@oxlint/binding-android-arm-eabi@1.48.0':
|
|
281
|
+
resolution: {integrity: sha512-1Pz/stJvveO9ZO7ll4ZoEY3f6j2FiUgBLBcCRCiW6ylId9L9UKs+gn3X28m3eTnoiFCkhKwmJJ+VO6vwsu7Qtg==}
|
|
282
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
283
|
+
cpu: [arm]
|
|
284
|
+
os: [android]
|
|
285
|
+
|
|
286
|
+
'@oxlint/binding-android-arm64@1.48.0':
|
|
287
|
+
resolution: {integrity: sha512-Zc42RWGE8huo6Ht0lXKjd0NH2lWNmimQHUmD0JFcvShLOuwN+RSEE/kRakc2/0LIgOUuU/R7PaDMCOdQlPgNUQ==}
|
|
288
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
289
|
+
cpu: [arm64]
|
|
290
|
+
os: [android]
|
|
291
|
+
|
|
292
|
+
'@oxlint/binding-darwin-arm64@1.48.0':
|
|
293
|
+
resolution: {integrity: sha512-jgZs563/4vaG5jH2RSt2TSh8A2jwsFdmhLXrElMdm3Mmto0HPf85FgInLSNi9HcwzQFvkYV8JofcoUg2GH1HTA==}
|
|
294
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
295
|
+
cpu: [arm64]
|
|
296
|
+
os: [darwin]
|
|
297
|
+
|
|
298
|
+
'@oxlint/binding-darwin-x64@1.48.0':
|
|
299
|
+
resolution: {integrity: sha512-kvo87BujEUjCJREuWDC4aPh1WoXCRFFWE4C7uF6wuoMw2f6N2hypA/cHHcYn9DdL8R2RrgUZPefC8JExyeIMKA==}
|
|
300
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
301
|
+
cpu: [x64]
|
|
302
|
+
os: [darwin]
|
|
303
|
+
|
|
304
|
+
'@oxlint/binding-freebsd-x64@1.48.0':
|
|
305
|
+
resolution: {integrity: sha512-eyzzPaHQKn0RIM+ueDfgfJF2RU//Wp4oaKs2JVoVYcM5HjbCL36+O0S3wO5Xe1NWpcZIG3cEHc/SuOCDRqZDSg==}
|
|
306
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
307
|
+
cpu: [x64]
|
|
308
|
+
os: [freebsd]
|
|
309
|
+
|
|
310
|
+
'@oxlint/binding-linux-arm-gnueabihf@1.48.0':
|
|
311
|
+
resolution: {integrity: sha512-p3kSloztK7GRO7FyO3u38UCjZxQTl92VaLDsMQAq0eGoiNmeeEF1KPeE4+Fr+LSkQhF8WvJKSuls6TwOlurdPA==}
|
|
312
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
313
|
+
cpu: [arm]
|
|
314
|
+
os: [linux]
|
|
315
|
+
|
|
316
|
+
'@oxlint/binding-linux-arm-musleabihf@1.48.0':
|
|
317
|
+
resolution: {integrity: sha512-uWM+wiTqLW/V0ZmY/eyTWs8ykhIkzU+K2tz/8m35YepYEzohiUGRbnkpAFXj2ioXpQL+GUe5vmM3SLH6ozlfFw==}
|
|
318
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
319
|
+
cpu: [arm]
|
|
320
|
+
os: [linux]
|
|
321
|
+
|
|
322
|
+
'@oxlint/binding-linux-arm64-gnu@1.48.0':
|
|
323
|
+
resolution: {integrity: sha512-OhQNPjs/OICaYqxYJjKKMaIY7p3nJ9IirXcFoHKD+CQE1BZFCeUUAknMzUeLclDCfudH9Vb/UgjFm8+ZM5puAg==}
|
|
324
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
325
|
+
cpu: [arm64]
|
|
326
|
+
os: [linux]
|
|
327
|
+
|
|
328
|
+
'@oxlint/binding-linux-arm64-musl@1.48.0':
|
|
329
|
+
resolution: {integrity: sha512-adu5txuwGvQ4C4fjYHJD+vnY+OCwCixBzn7J3KF3iWlVHBBImcosSv+Ye+fbMMJui4HGjifNXzonjKm9pXmOiw==}
|
|
330
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
331
|
+
cpu: [arm64]
|
|
332
|
+
os: [linux]
|
|
333
|
+
|
|
334
|
+
'@oxlint/binding-linux-ppc64-gnu@1.48.0':
|
|
335
|
+
resolution: {integrity: sha512-inlQQRUnHCny/7b7wA6NjEoJSSZPNea4qnDhWyeqBYWx8ukf2kzNDSiamfhOw6bfAYPm/PVlkVRYaNXQbkLeTQ==}
|
|
336
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
337
|
+
cpu: [ppc64]
|
|
338
|
+
os: [linux]
|
|
339
|
+
|
|
340
|
+
'@oxlint/binding-linux-riscv64-gnu@1.48.0':
|
|
341
|
+
resolution: {integrity: sha512-YiJx6sW6bYebQDZRVWLKm/Drswx/hcjIgbLIhULSn0rRcBKc7d9V6mkqPjKDbhcxJgQD5Zi0yVccJiOdF40AWA==}
|
|
342
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
343
|
+
cpu: [riscv64]
|
|
344
|
+
os: [linux]
|
|
345
|
+
|
|
346
|
+
'@oxlint/binding-linux-riscv64-musl@1.48.0':
|
|
347
|
+
resolution: {integrity: sha512-zwSqxMgmb2ITamNfDv9Q9EKBc/4ZhCBP9gkg2hhcgR6sEVGPUDl1AKPC89CBKMxkmPUi3685C38EvqtZn5OtHw==}
|
|
348
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
349
|
+
cpu: [riscv64]
|
|
350
|
+
os: [linux]
|
|
351
|
+
|
|
352
|
+
'@oxlint/binding-linux-s390x-gnu@1.48.0':
|
|
353
|
+
resolution: {integrity: sha512-c/+2oUWAOsQB5JTem0rW8ODlZllF6pAtGSGXoLSvPTonKI1vAwaKhD9Qw1X36jRbcI3Etkpu/9z/RRjMba8vFQ==}
|
|
354
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
355
|
+
cpu: [s390x]
|
|
356
|
+
os: [linux]
|
|
357
|
+
|
|
358
|
+
'@oxlint/binding-linux-x64-gnu@1.48.0':
|
|
359
|
+
resolution: {integrity: sha512-PhauDqeFW5DGed6QxCY5lXZYKSlcBdCXJnH03ZNU6QmDZ0BFM/zSy1oPT2MNb1Afx1G6yOOVk8ErjWsQ7c59ng==}
|
|
360
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
361
|
+
cpu: [x64]
|
|
362
|
+
os: [linux]
|
|
363
|
+
|
|
364
|
+
'@oxlint/binding-linux-x64-musl@1.48.0':
|
|
365
|
+
resolution: {integrity: sha512-6d7LIFFZGiavbHndhf1cK9kG9qmy2Dmr37sV9Ep7j3H+ciFdKSuOzdLh85mEUYMih+b+esMDlF5DU0WQRZPQjw==}
|
|
366
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
367
|
+
cpu: [x64]
|
|
368
|
+
os: [linux]
|
|
369
|
+
|
|
370
|
+
'@oxlint/binding-openharmony-arm64@1.48.0':
|
|
371
|
+
resolution: {integrity: sha512-r+0KK9lK6vFp3tXAgDMOW32o12dxvKS3B9La1uYMGdWAMoSeu2RzG34KmzSpXu6MyLDl4aSVyZLFM8KGdEjwaw==}
|
|
372
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
373
|
+
cpu: [arm64]
|
|
374
|
+
os: [openharmony]
|
|
375
|
+
|
|
376
|
+
'@oxlint/binding-win32-arm64-msvc@1.48.0':
|
|
377
|
+
resolution: {integrity: sha512-Nkw/MocyT3HSp0OJsKPXrcbxZqSPMTYnLLfsqsoiFKoL1ppVNL65MFa7vuTxJehPlBkjy+95gUgacZtuNMECrg==}
|
|
378
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
379
|
+
cpu: [arm64]
|
|
380
|
+
os: [win32]
|
|
381
|
+
|
|
382
|
+
'@oxlint/binding-win32-ia32-msvc@1.48.0':
|
|
383
|
+
resolution: {integrity: sha512-reO1SpefvRmeZSP+WeyWkQd1ArxxDD1MyKgMUKuB8lNuUoxk9QEohYtKnsfsxJuFwMT0JTr7p9wZjouA85GzGQ==}
|
|
384
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
385
|
+
cpu: [ia32]
|
|
386
|
+
os: [win32]
|
|
387
|
+
|
|
388
|
+
'@oxlint/binding-win32-x64-msvc@1.48.0':
|
|
389
|
+
resolution: {integrity: sha512-T6zwhfcsrorqAybkOglZdPkTLlEwipbtdO1qjE+flbawvwOMsISoyiuaa7vM7zEyfq1hmDvMq1ndvkYFioranA==}
|
|
390
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
391
|
+
cpu: [x64]
|
|
392
|
+
os: [win32]
|
|
393
|
+
|
|
394
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.4':
|
|
395
|
+
resolution: {integrity: sha512-vRq9f4NzvbdZavhQbjkJBx7rRebDKYR9zHfO/Wg486+I7bSecdUapzCm5cyXoK+LHokTxgSq7A5baAXUZkIz0w==}
|
|
396
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
397
|
+
cpu: [arm64]
|
|
398
|
+
os: [android]
|
|
399
|
+
|
|
400
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.4':
|
|
401
|
+
resolution: {integrity: sha512-kFgEvkWLqt3YCgKB5re9RlIrx9bRsvyVUnaTakEpOPuLGzLpLapYxE9BufJNvPg8GjT6mB1alN4yN1NjzoeM8Q==}
|
|
402
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
403
|
+
cpu: [arm64]
|
|
404
|
+
os: [darwin]
|
|
405
|
+
|
|
406
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.4':
|
|
407
|
+
resolution: {integrity: sha512-JXmaOJGsL/+rsmMfutcDjxWM2fTaVgCHGoXS7nE8Z3c9NAYjGqHvXrAhMUZvMpHS/k7Mg+X7n/MVKb7NYWKKww==}
|
|
408
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
409
|
+
cpu: [x64]
|
|
410
|
+
os: [darwin]
|
|
411
|
+
|
|
412
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.4':
|
|
413
|
+
resolution: {integrity: sha512-ep3Catd6sPnHTM0P4hNEvIv5arnDvk01PfyJIJ+J3wVCG1eEaPo09tvFqdtcaTrkwQy0VWR24uz+cb4IsK53Qw==}
|
|
414
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
415
|
+
cpu: [x64]
|
|
416
|
+
os: [freebsd]
|
|
417
|
+
|
|
418
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4':
|
|
419
|
+
resolution: {integrity: sha512-LwA5ayKIpnsgXJEwWc3h8wPiS33NMIHd9BhsV92T8VetVAbGe2qXlJwNVDGHN5cOQ22R9uYvbrQir2AB+ntT2w==}
|
|
420
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
421
|
+
cpu: [arm]
|
|
422
|
+
os: [linux]
|
|
423
|
+
|
|
424
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4':
|
|
425
|
+
resolution: {integrity: sha512-AC1WsGdlV1MtGay/OQ4J9T7GRadVnpYRzTcygV1hKnypbYN20Yh4t6O1Sa2qRBMqv1etulUknqXjc3CTIsBu6A==}
|
|
426
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
427
|
+
cpu: [arm64]
|
|
428
|
+
os: [linux]
|
|
429
|
+
|
|
430
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.4':
|
|
431
|
+
resolution: {integrity: sha512-lU+6rgXXViO61B4EudxtVMXSOfiZONR29Sys5VGSetUY7X8mg9FCKIIjcPPj8xNDeYzKl+H8F/qSKOBVFJChCQ==}
|
|
432
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
433
|
+
cpu: [arm64]
|
|
434
|
+
os: [linux]
|
|
435
|
+
|
|
436
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.4':
|
|
437
|
+
resolution: {integrity: sha512-DZaN1f0PGp/bSvKhtw50pPsnln4T13ycDq1FrDWRiHmWt1JeW+UtYg9touPFf8yt993p8tS2QjybpzKNTxYEwg==}
|
|
438
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
439
|
+
cpu: [x64]
|
|
440
|
+
os: [linux]
|
|
441
|
+
|
|
442
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.4':
|
|
443
|
+
resolution: {integrity: sha512-RnGxwZLN7fhMMAItnD6dZ7lvy+TI7ba+2V54UF4dhaWa/p8I/ys1E73KO6HmPmgz92ZkfD8TXS1IMV8+uhbR9g==}
|
|
444
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
445
|
+
cpu: [x64]
|
|
446
|
+
os: [linux]
|
|
447
|
+
|
|
448
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.4':
|
|
449
|
+
resolution: {integrity: sha512-6lcI79+X8klGiGd8yHuTgQRjuuJYNggmEml+RsyN596P23l/zf9FVmJ7K0KVKkFAeYEdg0iMUKyIxiV5vebDNQ==}
|
|
450
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
451
|
+
cpu: [arm64]
|
|
452
|
+
os: [openharmony]
|
|
453
|
+
|
|
454
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.4':
|
|
455
|
+
resolution: {integrity: sha512-wz7ohsKCAIWy91blZ/1FlpPdqrsm1xpcEOQVveWoL6+aSPKL4VUcoYmmzuLTssyZxRpEwzuIxL/GDsvpjaBtOw==}
|
|
456
|
+
engines: {node: '>=14.0.0'}
|
|
457
|
+
cpu: [wasm32]
|
|
458
|
+
|
|
459
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4':
|
|
460
|
+
resolution: {integrity: sha512-cfiMrfuWCIgsFmcVG0IPuO6qTRHvF7NuG3wngX1RZzc6dU8FuBFb+J3MIR5WrdTNozlumfgL4cvz+R4ozBCvsQ==}
|
|
461
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
462
|
+
cpu: [arm64]
|
|
463
|
+
os: [win32]
|
|
464
|
+
|
|
465
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.4':
|
|
466
|
+
resolution: {integrity: sha512-p6UeR9y7ht82AH57qwGuFYn69S6CZ7LLKdCKy/8T3zS9VTrJei2/CGsTUV45Da4Z9Rbhc7G4gyWQ/Ioamqn09g==}
|
|
467
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
468
|
+
cpu: [x64]
|
|
469
|
+
os: [win32]
|
|
470
|
+
|
|
471
|
+
'@rolldown/pluginutils@1.0.0-rc.3':
|
|
472
|
+
resolution: {integrity: sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==}
|
|
473
|
+
|
|
474
|
+
'@rolldown/pluginutils@1.0.0-rc.4':
|
|
475
|
+
resolution: {integrity: sha512-1BrrmTu0TWfOP1riA8uakjFc9bpIUGzVKETsOtzY39pPga8zELGDl8eu1Dx7/gjM5CAz14UknsUMpBO8L+YntQ==}
|
|
476
|
+
|
|
477
|
+
'@tybys/wasm-util@0.10.1':
|
|
478
|
+
resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==}
|
|
479
|
+
|
|
480
|
+
'@types/babel__core@7.20.5':
|
|
481
|
+
resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
|
|
482
|
+
|
|
483
|
+
'@types/babel__generator@7.27.0':
|
|
484
|
+
resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
|
|
485
|
+
|
|
486
|
+
'@types/babel__template@7.4.4':
|
|
487
|
+
resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
|
|
488
|
+
|
|
489
|
+
'@types/babel__traverse@7.28.0':
|
|
490
|
+
resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
|
|
491
|
+
|
|
492
|
+
'@types/node@24.10.13':
|
|
493
|
+
resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==}
|
|
494
|
+
|
|
495
|
+
'@types/react-dom@19.2.3':
|
|
496
|
+
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
497
|
+
peerDependencies:
|
|
498
|
+
'@types/react': ^19.2.0
|
|
499
|
+
|
|
500
|
+
'@types/react@19.2.14':
|
|
501
|
+
resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==}
|
|
502
|
+
|
|
503
|
+
'@vitejs/plugin-react@5.1.4':
|
|
504
|
+
resolution: {integrity: sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==}
|
|
505
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
506
|
+
peerDependencies:
|
|
507
|
+
vite: ^8.0.0-beta.13
|
|
508
|
+
|
|
509
|
+
baseline-browser-mapping@2.9.19:
|
|
510
|
+
resolution: {integrity: sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==}
|
|
511
|
+
hasBin: true
|
|
512
|
+
|
|
513
|
+
browserslist@4.28.1:
|
|
514
|
+
resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
|
|
515
|
+
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
516
|
+
hasBin: true
|
|
517
|
+
|
|
518
|
+
caniuse-lite@1.0.30001770:
|
|
519
|
+
resolution: {integrity: sha512-x/2CLQ1jHENRbHg5PSId2sXq1CIO1CISvwWAj027ltMVG2UNgW+w9oH2+HzgEIRFembL8bUlXtfbBHR1fCg2xw==}
|
|
520
|
+
|
|
521
|
+
convert-source-map@2.0.0:
|
|
522
|
+
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
523
|
+
|
|
524
|
+
csstype@3.2.3:
|
|
525
|
+
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
526
|
+
|
|
527
|
+
debug@4.4.3:
|
|
528
|
+
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
529
|
+
engines: {node: '>=6.0'}
|
|
530
|
+
peerDependencies:
|
|
531
|
+
supports-color: '*'
|
|
532
|
+
peerDependenciesMeta:
|
|
533
|
+
supports-color:
|
|
534
|
+
optional: true
|
|
535
|
+
|
|
536
|
+
detect-libc@2.1.2:
|
|
537
|
+
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
538
|
+
engines: {node: '>=8'}
|
|
539
|
+
|
|
540
|
+
electron-to-chromium@1.5.286:
|
|
541
|
+
resolution: {integrity: sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==}
|
|
542
|
+
|
|
543
|
+
escalade@3.2.0:
|
|
544
|
+
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
545
|
+
engines: {node: '>=6'}
|
|
546
|
+
|
|
547
|
+
fdir@6.5.0:
|
|
548
|
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
549
|
+
engines: {node: '>=12.0.0'}
|
|
550
|
+
peerDependencies:
|
|
551
|
+
picomatch: ^3 || ^4
|
|
552
|
+
peerDependenciesMeta:
|
|
553
|
+
picomatch:
|
|
554
|
+
optional: true
|
|
555
|
+
|
|
556
|
+
fsevents@2.3.3:
|
|
557
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
558
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
559
|
+
os: [darwin]
|
|
560
|
+
|
|
561
|
+
gensync@1.0.0-beta.2:
|
|
562
|
+
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
|
563
|
+
engines: {node: '>=6.9.0'}
|
|
564
|
+
|
|
565
|
+
js-tokens@4.0.0:
|
|
566
|
+
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
567
|
+
|
|
568
|
+
jsesc@3.1.0:
|
|
569
|
+
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
570
|
+
engines: {node: '>=6'}
|
|
571
|
+
hasBin: true
|
|
572
|
+
|
|
573
|
+
json5@2.2.3:
|
|
574
|
+
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
575
|
+
engines: {node: '>=6'}
|
|
576
|
+
hasBin: true
|
|
577
|
+
|
|
578
|
+
lightningcss-android-arm64@1.31.1:
|
|
579
|
+
resolution: {integrity: sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==}
|
|
580
|
+
engines: {node: '>= 12.0.0'}
|
|
581
|
+
cpu: [arm64]
|
|
582
|
+
os: [android]
|
|
583
|
+
|
|
584
|
+
lightningcss-darwin-arm64@1.31.1:
|
|
585
|
+
resolution: {integrity: sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==}
|
|
586
|
+
engines: {node: '>= 12.0.0'}
|
|
587
|
+
cpu: [arm64]
|
|
588
|
+
os: [darwin]
|
|
589
|
+
|
|
590
|
+
lightningcss-darwin-x64@1.31.1:
|
|
591
|
+
resolution: {integrity: sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==}
|
|
592
|
+
engines: {node: '>= 12.0.0'}
|
|
593
|
+
cpu: [x64]
|
|
594
|
+
os: [darwin]
|
|
595
|
+
|
|
596
|
+
lightningcss-freebsd-x64@1.31.1:
|
|
597
|
+
resolution: {integrity: sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==}
|
|
598
|
+
engines: {node: '>= 12.0.0'}
|
|
599
|
+
cpu: [x64]
|
|
600
|
+
os: [freebsd]
|
|
601
|
+
|
|
602
|
+
lightningcss-linux-arm-gnueabihf@1.31.1:
|
|
603
|
+
resolution: {integrity: sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==}
|
|
604
|
+
engines: {node: '>= 12.0.0'}
|
|
605
|
+
cpu: [arm]
|
|
606
|
+
os: [linux]
|
|
607
|
+
|
|
608
|
+
lightningcss-linux-arm64-gnu@1.31.1:
|
|
609
|
+
resolution: {integrity: sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==}
|
|
610
|
+
engines: {node: '>= 12.0.0'}
|
|
611
|
+
cpu: [arm64]
|
|
612
|
+
os: [linux]
|
|
613
|
+
|
|
614
|
+
lightningcss-linux-arm64-musl@1.31.1:
|
|
615
|
+
resolution: {integrity: sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==}
|
|
616
|
+
engines: {node: '>= 12.0.0'}
|
|
617
|
+
cpu: [arm64]
|
|
618
|
+
os: [linux]
|
|
619
|
+
|
|
620
|
+
lightningcss-linux-x64-gnu@1.31.1:
|
|
621
|
+
resolution: {integrity: sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==}
|
|
622
|
+
engines: {node: '>= 12.0.0'}
|
|
623
|
+
cpu: [x64]
|
|
624
|
+
os: [linux]
|
|
625
|
+
|
|
626
|
+
lightningcss-linux-x64-musl@1.31.1:
|
|
627
|
+
resolution: {integrity: sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==}
|
|
628
|
+
engines: {node: '>= 12.0.0'}
|
|
629
|
+
cpu: [x64]
|
|
630
|
+
os: [linux]
|
|
631
|
+
|
|
632
|
+
lightningcss-win32-arm64-msvc@1.31.1:
|
|
633
|
+
resolution: {integrity: sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==}
|
|
634
|
+
engines: {node: '>= 12.0.0'}
|
|
635
|
+
cpu: [arm64]
|
|
636
|
+
os: [win32]
|
|
637
|
+
|
|
638
|
+
lightningcss-win32-x64-msvc@1.31.1:
|
|
639
|
+
resolution: {integrity: sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==}
|
|
640
|
+
engines: {node: '>= 12.0.0'}
|
|
641
|
+
cpu: [x64]
|
|
642
|
+
os: [win32]
|
|
643
|
+
|
|
644
|
+
lightningcss@1.31.1:
|
|
645
|
+
resolution: {integrity: sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==}
|
|
646
|
+
engines: {node: '>= 12.0.0'}
|
|
647
|
+
|
|
648
|
+
lru-cache@5.1.1:
|
|
649
|
+
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
650
|
+
|
|
651
|
+
ms@2.1.3:
|
|
652
|
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
653
|
+
|
|
654
|
+
nanoid@3.3.11:
|
|
655
|
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
656
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
657
|
+
hasBin: true
|
|
658
|
+
|
|
659
|
+
node-releases@2.0.27:
|
|
660
|
+
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
|
|
661
|
+
|
|
662
|
+
oxfmt@0.33.0:
|
|
663
|
+
resolution: {integrity: sha512-ogxBXA9R4BFeo8F1HeMIIxHr5kGnQwKTYZ5k131AEGOq1zLxInNhvYSpyRQ+xIXVMYfCN7yZHKff/lb5lp4auQ==}
|
|
664
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
665
|
+
hasBin: true
|
|
666
|
+
|
|
667
|
+
oxlint@1.48.0:
|
|
668
|
+
resolution: {integrity: sha512-m5vyVBgPtPhVCJc3xI//8je9lRc8bYuYB4R/1PH3VPGOjA4vjVhkHtyJukdEjYEjwrw4Qf1eIf+pP9xvfhfMow==}
|
|
669
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
670
|
+
hasBin: true
|
|
671
|
+
peerDependencies:
|
|
672
|
+
oxlint-tsgolint: '>=0.12.2'
|
|
673
|
+
peerDependenciesMeta:
|
|
674
|
+
oxlint-tsgolint:
|
|
675
|
+
optional: true
|
|
676
|
+
|
|
677
|
+
picocolors@1.1.1:
|
|
678
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
679
|
+
|
|
680
|
+
picomatch@4.0.3:
|
|
681
|
+
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
682
|
+
engines: {node: '>=12'}
|
|
683
|
+
|
|
684
|
+
postcss@8.5.6:
|
|
685
|
+
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
686
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
687
|
+
|
|
688
|
+
react-dom@19.2.4:
|
|
689
|
+
resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
|
|
690
|
+
peerDependencies:
|
|
691
|
+
react: ^19.2.4
|
|
692
|
+
|
|
693
|
+
react-refresh@0.18.0:
|
|
694
|
+
resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==}
|
|
695
|
+
engines: {node: '>=0.10.0'}
|
|
696
|
+
|
|
697
|
+
react@19.2.4:
|
|
698
|
+
resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
|
|
699
|
+
engines: {node: '>=0.10.0'}
|
|
700
|
+
|
|
701
|
+
rolldown@1.0.0-rc.4:
|
|
702
|
+
resolution: {integrity: sha512-V2tPDUrY3WSevrvU2E41ijZlpF+5PbZu4giH+VpNraaadsJGHa4fR6IFwsocVwEXDoAdIv5qgPPxgrvKAOIPtA==}
|
|
703
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
704
|
+
hasBin: true
|
|
705
|
+
|
|
706
|
+
scheduler@0.27.0:
|
|
707
|
+
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
|
|
708
|
+
|
|
709
|
+
semver@6.3.1:
|
|
710
|
+
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
711
|
+
hasBin: true
|
|
712
|
+
|
|
713
|
+
source-map-js@1.2.1:
|
|
714
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
715
|
+
engines: {node: '>=0.10.0'}
|
|
716
|
+
|
|
717
|
+
tinyglobby@0.2.15:
|
|
718
|
+
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
|
719
|
+
engines: {node: '>=12.0.0'}
|
|
720
|
+
|
|
721
|
+
tinypool@2.1.0:
|
|
722
|
+
resolution: {integrity: sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw==}
|
|
723
|
+
engines: {node: ^20.0.0 || >=22.0.0}
|
|
724
|
+
|
|
725
|
+
tslib@2.8.1:
|
|
726
|
+
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
727
|
+
|
|
728
|
+
typescript@5.9.3:
|
|
729
|
+
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
730
|
+
engines: {node: '>=14.17'}
|
|
731
|
+
hasBin: true
|
|
732
|
+
|
|
733
|
+
undici-types@7.16.0:
|
|
734
|
+
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
|
735
|
+
|
|
736
|
+
update-browserslist-db@1.2.3:
|
|
737
|
+
resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
|
|
738
|
+
hasBin: true
|
|
739
|
+
peerDependencies:
|
|
740
|
+
browserslist: '>= 4.21.0'
|
|
741
|
+
|
|
742
|
+
vite@8.0.0-beta.14:
|
|
743
|
+
resolution: {integrity: sha512-oLW66oi8tZcoxu6+1HFXb+5hLHco3OnEVu2Awmj5NqEo7vxaqybjBM0BXHcq+jAFhzkMGXJl8xcO5qDBczgKLg==}
|
|
744
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
745
|
+
hasBin: true
|
|
746
|
+
peerDependencies:
|
|
747
|
+
'@types/node': ^20.19.0 || >=22.12.0
|
|
748
|
+
'@vitejs/devtools': ^0.0.0-alpha.31
|
|
749
|
+
esbuild: ^0.27.0
|
|
750
|
+
jiti: '>=1.21.0'
|
|
751
|
+
less: ^4.0.0
|
|
752
|
+
sass: ^1.70.0
|
|
753
|
+
sass-embedded: ^1.70.0
|
|
754
|
+
stylus: '>=0.54.8'
|
|
755
|
+
sugarss: ^5.0.0
|
|
756
|
+
terser: ^5.16.0
|
|
757
|
+
tsx: ^4.8.1
|
|
758
|
+
yaml: ^2.4.2
|
|
759
|
+
peerDependenciesMeta:
|
|
760
|
+
'@types/node':
|
|
761
|
+
optional: true
|
|
762
|
+
'@vitejs/devtools':
|
|
763
|
+
optional: true
|
|
764
|
+
esbuild:
|
|
765
|
+
optional: true
|
|
766
|
+
jiti:
|
|
767
|
+
optional: true
|
|
768
|
+
less:
|
|
769
|
+
optional: true
|
|
770
|
+
sass:
|
|
771
|
+
optional: true
|
|
772
|
+
sass-embedded:
|
|
773
|
+
optional: true
|
|
774
|
+
stylus:
|
|
775
|
+
optional: true
|
|
776
|
+
sugarss:
|
|
777
|
+
optional: true
|
|
778
|
+
terser:
|
|
779
|
+
optional: true
|
|
780
|
+
tsx:
|
|
781
|
+
optional: true
|
|
782
|
+
yaml:
|
|
783
|
+
optional: true
|
|
784
|
+
|
|
785
|
+
yallist@3.1.1:
|
|
786
|
+
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
787
|
+
|
|
788
|
+
snapshots:
|
|
789
|
+
|
|
790
|
+
'@babel/code-frame@7.29.0':
|
|
791
|
+
dependencies:
|
|
792
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
793
|
+
js-tokens: 4.0.0
|
|
794
|
+
picocolors: 1.1.1
|
|
795
|
+
|
|
796
|
+
'@babel/compat-data@7.29.0': {}
|
|
797
|
+
|
|
798
|
+
'@babel/core@7.29.0':
|
|
799
|
+
dependencies:
|
|
800
|
+
'@babel/code-frame': 7.29.0
|
|
801
|
+
'@babel/generator': 7.29.1
|
|
802
|
+
'@babel/helper-compilation-targets': 7.28.6
|
|
803
|
+
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
|
|
804
|
+
'@babel/helpers': 7.28.6
|
|
805
|
+
'@babel/parser': 7.29.0
|
|
806
|
+
'@babel/template': 7.28.6
|
|
807
|
+
'@babel/traverse': 7.29.0
|
|
808
|
+
'@babel/types': 7.29.0
|
|
809
|
+
'@jridgewell/remapping': 2.3.5
|
|
810
|
+
convert-source-map: 2.0.0
|
|
811
|
+
debug: 4.4.3
|
|
812
|
+
gensync: 1.0.0-beta.2
|
|
813
|
+
json5: 2.2.3
|
|
814
|
+
semver: 6.3.1
|
|
815
|
+
transitivePeerDependencies:
|
|
816
|
+
- supports-color
|
|
817
|
+
|
|
818
|
+
'@babel/generator@7.29.1':
|
|
819
|
+
dependencies:
|
|
820
|
+
'@babel/parser': 7.29.0
|
|
821
|
+
'@babel/types': 7.29.0
|
|
822
|
+
'@jridgewell/gen-mapping': 0.3.13
|
|
823
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
824
|
+
jsesc: 3.1.0
|
|
825
|
+
|
|
826
|
+
'@babel/helper-compilation-targets@7.28.6':
|
|
827
|
+
dependencies:
|
|
828
|
+
'@babel/compat-data': 7.29.0
|
|
829
|
+
'@babel/helper-validator-option': 7.27.1
|
|
830
|
+
browserslist: 4.28.1
|
|
831
|
+
lru-cache: 5.1.1
|
|
832
|
+
semver: 6.3.1
|
|
833
|
+
|
|
834
|
+
'@babel/helper-globals@7.28.0': {}
|
|
835
|
+
|
|
836
|
+
'@babel/helper-module-imports@7.28.6':
|
|
837
|
+
dependencies:
|
|
838
|
+
'@babel/traverse': 7.29.0
|
|
839
|
+
'@babel/types': 7.29.0
|
|
840
|
+
transitivePeerDependencies:
|
|
841
|
+
- supports-color
|
|
842
|
+
|
|
843
|
+
'@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)':
|
|
844
|
+
dependencies:
|
|
845
|
+
'@babel/core': 7.29.0
|
|
846
|
+
'@babel/helper-module-imports': 7.28.6
|
|
847
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
848
|
+
'@babel/traverse': 7.29.0
|
|
849
|
+
transitivePeerDependencies:
|
|
850
|
+
- supports-color
|
|
851
|
+
|
|
852
|
+
'@babel/helper-plugin-utils@7.28.6': {}
|
|
853
|
+
|
|
854
|
+
'@babel/helper-string-parser@7.27.1': {}
|
|
855
|
+
|
|
856
|
+
'@babel/helper-validator-identifier@7.28.5': {}
|
|
857
|
+
|
|
858
|
+
'@babel/helper-validator-option@7.27.1': {}
|
|
859
|
+
|
|
860
|
+
'@babel/helpers@7.28.6':
|
|
861
|
+
dependencies:
|
|
862
|
+
'@babel/template': 7.28.6
|
|
863
|
+
'@babel/types': 7.29.0
|
|
864
|
+
|
|
865
|
+
'@babel/parser@7.29.0':
|
|
866
|
+
dependencies:
|
|
867
|
+
'@babel/types': 7.29.0
|
|
868
|
+
|
|
869
|
+
'@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.29.0)':
|
|
870
|
+
dependencies:
|
|
871
|
+
'@babel/core': 7.29.0
|
|
872
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
873
|
+
|
|
874
|
+
'@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.29.0)':
|
|
875
|
+
dependencies:
|
|
876
|
+
'@babel/core': 7.29.0
|
|
877
|
+
'@babel/helper-plugin-utils': 7.28.6
|
|
878
|
+
|
|
879
|
+
'@babel/template@7.28.6':
|
|
880
|
+
dependencies:
|
|
881
|
+
'@babel/code-frame': 7.29.0
|
|
882
|
+
'@babel/parser': 7.29.0
|
|
883
|
+
'@babel/types': 7.29.0
|
|
884
|
+
|
|
885
|
+
'@babel/traverse@7.29.0':
|
|
886
|
+
dependencies:
|
|
887
|
+
'@babel/code-frame': 7.29.0
|
|
888
|
+
'@babel/generator': 7.29.1
|
|
889
|
+
'@babel/helper-globals': 7.28.0
|
|
890
|
+
'@babel/parser': 7.29.0
|
|
891
|
+
'@babel/template': 7.28.6
|
|
892
|
+
'@babel/types': 7.29.0
|
|
893
|
+
debug: 4.4.3
|
|
894
|
+
transitivePeerDependencies:
|
|
895
|
+
- supports-color
|
|
896
|
+
|
|
897
|
+
'@babel/types@7.29.0':
|
|
898
|
+
dependencies:
|
|
899
|
+
'@babel/helper-string-parser': 7.27.1
|
|
900
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
901
|
+
|
|
902
|
+
'@emnapi/core@1.8.1':
|
|
903
|
+
dependencies:
|
|
904
|
+
'@emnapi/wasi-threads': 1.1.0
|
|
905
|
+
tslib: 2.8.1
|
|
906
|
+
optional: true
|
|
907
|
+
|
|
908
|
+
'@emnapi/runtime@1.8.1':
|
|
909
|
+
dependencies:
|
|
910
|
+
tslib: 2.8.1
|
|
911
|
+
optional: true
|
|
912
|
+
|
|
913
|
+
'@emnapi/wasi-threads@1.1.0':
|
|
914
|
+
dependencies:
|
|
915
|
+
tslib: 2.8.1
|
|
916
|
+
optional: true
|
|
917
|
+
|
|
918
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
919
|
+
dependencies:
|
|
920
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
921
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
922
|
+
|
|
923
|
+
'@jridgewell/remapping@2.3.5':
|
|
924
|
+
dependencies:
|
|
925
|
+
'@jridgewell/gen-mapping': 0.3.13
|
|
926
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
927
|
+
|
|
928
|
+
'@jridgewell/resolve-uri@3.1.2': {}
|
|
929
|
+
|
|
930
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
931
|
+
|
|
932
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
933
|
+
dependencies:
|
|
934
|
+
'@jridgewell/resolve-uri': 3.1.2
|
|
935
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
936
|
+
|
|
937
|
+
'@napi-rs/wasm-runtime@1.1.1':
|
|
938
|
+
dependencies:
|
|
939
|
+
'@emnapi/core': 1.8.1
|
|
940
|
+
'@emnapi/runtime': 1.8.1
|
|
941
|
+
'@tybys/wasm-util': 0.10.1
|
|
942
|
+
optional: true
|
|
943
|
+
|
|
944
|
+
'@oxc-project/runtime@0.113.0': {}
|
|
945
|
+
|
|
946
|
+
'@oxc-project/types@0.113.0': {}
|
|
947
|
+
|
|
948
|
+
'@oxfmt/binding-android-arm-eabi@0.33.0':
|
|
949
|
+
optional: true
|
|
950
|
+
|
|
951
|
+
'@oxfmt/binding-android-arm64@0.33.0':
|
|
952
|
+
optional: true
|
|
953
|
+
|
|
954
|
+
'@oxfmt/binding-darwin-arm64@0.33.0':
|
|
955
|
+
optional: true
|
|
956
|
+
|
|
957
|
+
'@oxfmt/binding-darwin-x64@0.33.0':
|
|
958
|
+
optional: true
|
|
959
|
+
|
|
960
|
+
'@oxfmt/binding-freebsd-x64@0.33.0':
|
|
961
|
+
optional: true
|
|
962
|
+
|
|
963
|
+
'@oxfmt/binding-linux-arm-gnueabihf@0.33.0':
|
|
964
|
+
optional: true
|
|
965
|
+
|
|
966
|
+
'@oxfmt/binding-linux-arm-musleabihf@0.33.0':
|
|
967
|
+
optional: true
|
|
968
|
+
|
|
969
|
+
'@oxfmt/binding-linux-arm64-gnu@0.33.0':
|
|
970
|
+
optional: true
|
|
971
|
+
|
|
972
|
+
'@oxfmt/binding-linux-arm64-musl@0.33.0':
|
|
973
|
+
optional: true
|
|
974
|
+
|
|
975
|
+
'@oxfmt/binding-linux-ppc64-gnu@0.33.0':
|
|
976
|
+
optional: true
|
|
977
|
+
|
|
978
|
+
'@oxfmt/binding-linux-riscv64-gnu@0.33.0':
|
|
979
|
+
optional: true
|
|
980
|
+
|
|
981
|
+
'@oxfmt/binding-linux-riscv64-musl@0.33.0':
|
|
982
|
+
optional: true
|
|
983
|
+
|
|
984
|
+
'@oxfmt/binding-linux-s390x-gnu@0.33.0':
|
|
985
|
+
optional: true
|
|
986
|
+
|
|
987
|
+
'@oxfmt/binding-linux-x64-gnu@0.33.0':
|
|
988
|
+
optional: true
|
|
989
|
+
|
|
990
|
+
'@oxfmt/binding-linux-x64-musl@0.33.0':
|
|
991
|
+
optional: true
|
|
992
|
+
|
|
993
|
+
'@oxfmt/binding-openharmony-arm64@0.33.0':
|
|
994
|
+
optional: true
|
|
995
|
+
|
|
996
|
+
'@oxfmt/binding-win32-arm64-msvc@0.33.0':
|
|
997
|
+
optional: true
|
|
998
|
+
|
|
999
|
+
'@oxfmt/binding-win32-ia32-msvc@0.33.0':
|
|
1000
|
+
optional: true
|
|
1001
|
+
|
|
1002
|
+
'@oxfmt/binding-win32-x64-msvc@0.33.0':
|
|
1003
|
+
optional: true
|
|
1004
|
+
|
|
1005
|
+
'@oxlint/binding-android-arm-eabi@1.48.0':
|
|
1006
|
+
optional: true
|
|
1007
|
+
|
|
1008
|
+
'@oxlint/binding-android-arm64@1.48.0':
|
|
1009
|
+
optional: true
|
|
1010
|
+
|
|
1011
|
+
'@oxlint/binding-darwin-arm64@1.48.0':
|
|
1012
|
+
optional: true
|
|
1013
|
+
|
|
1014
|
+
'@oxlint/binding-darwin-x64@1.48.0':
|
|
1015
|
+
optional: true
|
|
1016
|
+
|
|
1017
|
+
'@oxlint/binding-freebsd-x64@1.48.0':
|
|
1018
|
+
optional: true
|
|
1019
|
+
|
|
1020
|
+
'@oxlint/binding-linux-arm-gnueabihf@1.48.0':
|
|
1021
|
+
optional: true
|
|
1022
|
+
|
|
1023
|
+
'@oxlint/binding-linux-arm-musleabihf@1.48.0':
|
|
1024
|
+
optional: true
|
|
1025
|
+
|
|
1026
|
+
'@oxlint/binding-linux-arm64-gnu@1.48.0':
|
|
1027
|
+
optional: true
|
|
1028
|
+
|
|
1029
|
+
'@oxlint/binding-linux-arm64-musl@1.48.0':
|
|
1030
|
+
optional: true
|
|
1031
|
+
|
|
1032
|
+
'@oxlint/binding-linux-ppc64-gnu@1.48.0':
|
|
1033
|
+
optional: true
|
|
1034
|
+
|
|
1035
|
+
'@oxlint/binding-linux-riscv64-gnu@1.48.0':
|
|
1036
|
+
optional: true
|
|
1037
|
+
|
|
1038
|
+
'@oxlint/binding-linux-riscv64-musl@1.48.0':
|
|
1039
|
+
optional: true
|
|
1040
|
+
|
|
1041
|
+
'@oxlint/binding-linux-s390x-gnu@1.48.0':
|
|
1042
|
+
optional: true
|
|
1043
|
+
|
|
1044
|
+
'@oxlint/binding-linux-x64-gnu@1.48.0':
|
|
1045
|
+
optional: true
|
|
1046
|
+
|
|
1047
|
+
'@oxlint/binding-linux-x64-musl@1.48.0':
|
|
1048
|
+
optional: true
|
|
1049
|
+
|
|
1050
|
+
'@oxlint/binding-openharmony-arm64@1.48.0':
|
|
1051
|
+
optional: true
|
|
1052
|
+
|
|
1053
|
+
'@oxlint/binding-win32-arm64-msvc@1.48.0':
|
|
1054
|
+
optional: true
|
|
1055
|
+
|
|
1056
|
+
'@oxlint/binding-win32-ia32-msvc@1.48.0':
|
|
1057
|
+
optional: true
|
|
1058
|
+
|
|
1059
|
+
'@oxlint/binding-win32-x64-msvc@1.48.0':
|
|
1060
|
+
optional: true
|
|
1061
|
+
|
|
1062
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.4':
|
|
1063
|
+
optional: true
|
|
1064
|
+
|
|
1065
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.4':
|
|
1066
|
+
optional: true
|
|
1067
|
+
|
|
1068
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.4':
|
|
1069
|
+
optional: true
|
|
1070
|
+
|
|
1071
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.4':
|
|
1072
|
+
optional: true
|
|
1073
|
+
|
|
1074
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4':
|
|
1075
|
+
optional: true
|
|
1076
|
+
|
|
1077
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4':
|
|
1078
|
+
optional: true
|
|
1079
|
+
|
|
1080
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.4':
|
|
1081
|
+
optional: true
|
|
1082
|
+
|
|
1083
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.4':
|
|
1084
|
+
optional: true
|
|
1085
|
+
|
|
1086
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.4':
|
|
1087
|
+
optional: true
|
|
1088
|
+
|
|
1089
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.4':
|
|
1090
|
+
optional: true
|
|
1091
|
+
|
|
1092
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.4':
|
|
1093
|
+
dependencies:
|
|
1094
|
+
'@napi-rs/wasm-runtime': 1.1.1
|
|
1095
|
+
optional: true
|
|
1096
|
+
|
|
1097
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4':
|
|
1098
|
+
optional: true
|
|
1099
|
+
|
|
1100
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.4':
|
|
1101
|
+
optional: true
|
|
1102
|
+
|
|
1103
|
+
'@rolldown/pluginutils@1.0.0-rc.3': {}
|
|
1104
|
+
|
|
1105
|
+
'@rolldown/pluginutils@1.0.0-rc.4': {}
|
|
1106
|
+
|
|
1107
|
+
'@tybys/wasm-util@0.10.1':
|
|
1108
|
+
dependencies:
|
|
1109
|
+
tslib: 2.8.1
|
|
1110
|
+
optional: true
|
|
1111
|
+
|
|
1112
|
+
'@types/babel__core@7.20.5':
|
|
1113
|
+
dependencies:
|
|
1114
|
+
'@babel/parser': 7.29.0
|
|
1115
|
+
'@babel/types': 7.29.0
|
|
1116
|
+
'@types/babel__generator': 7.27.0
|
|
1117
|
+
'@types/babel__template': 7.4.4
|
|
1118
|
+
'@types/babel__traverse': 7.28.0
|
|
1119
|
+
|
|
1120
|
+
'@types/babel__generator@7.27.0':
|
|
1121
|
+
dependencies:
|
|
1122
|
+
'@babel/types': 7.29.0
|
|
1123
|
+
|
|
1124
|
+
'@types/babel__template@7.4.4':
|
|
1125
|
+
dependencies:
|
|
1126
|
+
'@babel/parser': 7.29.0
|
|
1127
|
+
'@babel/types': 7.29.0
|
|
1128
|
+
|
|
1129
|
+
'@types/babel__traverse@7.28.0':
|
|
1130
|
+
dependencies:
|
|
1131
|
+
'@babel/types': 7.29.0
|
|
1132
|
+
|
|
1133
|
+
'@types/node@24.10.13':
|
|
1134
|
+
dependencies:
|
|
1135
|
+
undici-types: 7.16.0
|
|
1136
|
+
|
|
1137
|
+
'@types/react-dom@19.2.3(@types/react@19.2.14)':
|
|
1138
|
+
dependencies:
|
|
1139
|
+
'@types/react': 19.2.14
|
|
1140
|
+
|
|
1141
|
+
'@types/react@19.2.14':
|
|
1142
|
+
dependencies:
|
|
1143
|
+
csstype: 3.2.3
|
|
1144
|
+
|
|
1145
|
+
'@vitejs/plugin-react@5.1.4(vite@8.0.0-beta.14(@types/node@24.10.13))':
|
|
1146
|
+
dependencies:
|
|
1147
|
+
'@babel/core': 7.29.0
|
|
1148
|
+
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
|
|
1149
|
+
'@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0)
|
|
1150
|
+
'@rolldown/pluginutils': 1.0.0-rc.3
|
|
1151
|
+
'@types/babel__core': 7.20.5
|
|
1152
|
+
react-refresh: 0.18.0
|
|
1153
|
+
vite: 8.0.0-beta.14(@types/node@24.10.13)
|
|
1154
|
+
transitivePeerDependencies:
|
|
1155
|
+
- supports-color
|
|
1156
|
+
|
|
1157
|
+
baseline-browser-mapping@2.9.19: {}
|
|
1158
|
+
|
|
1159
|
+
browserslist@4.28.1:
|
|
1160
|
+
dependencies:
|
|
1161
|
+
baseline-browser-mapping: 2.9.19
|
|
1162
|
+
caniuse-lite: 1.0.30001770
|
|
1163
|
+
electron-to-chromium: 1.5.286
|
|
1164
|
+
node-releases: 2.0.27
|
|
1165
|
+
update-browserslist-db: 1.2.3(browserslist@4.28.1)
|
|
1166
|
+
|
|
1167
|
+
caniuse-lite@1.0.30001770: {}
|
|
1168
|
+
|
|
1169
|
+
convert-source-map@2.0.0: {}
|
|
1170
|
+
|
|
1171
|
+
csstype@3.2.3: {}
|
|
1172
|
+
|
|
1173
|
+
debug@4.4.3:
|
|
1174
|
+
dependencies:
|
|
1175
|
+
ms: 2.1.3
|
|
1176
|
+
|
|
1177
|
+
detect-libc@2.1.2: {}
|
|
1178
|
+
|
|
1179
|
+
electron-to-chromium@1.5.286: {}
|
|
1180
|
+
|
|
1181
|
+
escalade@3.2.0: {}
|
|
1182
|
+
|
|
1183
|
+
fdir@6.5.0(picomatch@4.0.3):
|
|
1184
|
+
optionalDependencies:
|
|
1185
|
+
picomatch: 4.0.3
|
|
1186
|
+
|
|
1187
|
+
fsevents@2.3.3:
|
|
1188
|
+
optional: true
|
|
1189
|
+
|
|
1190
|
+
gensync@1.0.0-beta.2: {}
|
|
1191
|
+
|
|
1192
|
+
js-tokens@4.0.0: {}
|
|
1193
|
+
|
|
1194
|
+
jsesc@3.1.0: {}
|
|
1195
|
+
|
|
1196
|
+
json5@2.2.3: {}
|
|
1197
|
+
|
|
1198
|
+
lightningcss-android-arm64@1.31.1:
|
|
1199
|
+
optional: true
|
|
1200
|
+
|
|
1201
|
+
lightningcss-darwin-arm64@1.31.1:
|
|
1202
|
+
optional: true
|
|
1203
|
+
|
|
1204
|
+
lightningcss-darwin-x64@1.31.1:
|
|
1205
|
+
optional: true
|
|
1206
|
+
|
|
1207
|
+
lightningcss-freebsd-x64@1.31.1:
|
|
1208
|
+
optional: true
|
|
1209
|
+
|
|
1210
|
+
lightningcss-linux-arm-gnueabihf@1.31.1:
|
|
1211
|
+
optional: true
|
|
1212
|
+
|
|
1213
|
+
lightningcss-linux-arm64-gnu@1.31.1:
|
|
1214
|
+
optional: true
|
|
1215
|
+
|
|
1216
|
+
lightningcss-linux-arm64-musl@1.31.1:
|
|
1217
|
+
optional: true
|
|
1218
|
+
|
|
1219
|
+
lightningcss-linux-x64-gnu@1.31.1:
|
|
1220
|
+
optional: true
|
|
1221
|
+
|
|
1222
|
+
lightningcss-linux-x64-musl@1.31.1:
|
|
1223
|
+
optional: true
|
|
1224
|
+
|
|
1225
|
+
lightningcss-win32-arm64-msvc@1.31.1:
|
|
1226
|
+
optional: true
|
|
1227
|
+
|
|
1228
|
+
lightningcss-win32-x64-msvc@1.31.1:
|
|
1229
|
+
optional: true
|
|
1230
|
+
|
|
1231
|
+
lightningcss@1.31.1:
|
|
1232
|
+
dependencies:
|
|
1233
|
+
detect-libc: 2.1.2
|
|
1234
|
+
optionalDependencies:
|
|
1235
|
+
lightningcss-android-arm64: 1.31.1
|
|
1236
|
+
lightningcss-darwin-arm64: 1.31.1
|
|
1237
|
+
lightningcss-darwin-x64: 1.31.1
|
|
1238
|
+
lightningcss-freebsd-x64: 1.31.1
|
|
1239
|
+
lightningcss-linux-arm-gnueabihf: 1.31.1
|
|
1240
|
+
lightningcss-linux-arm64-gnu: 1.31.1
|
|
1241
|
+
lightningcss-linux-arm64-musl: 1.31.1
|
|
1242
|
+
lightningcss-linux-x64-gnu: 1.31.1
|
|
1243
|
+
lightningcss-linux-x64-musl: 1.31.1
|
|
1244
|
+
lightningcss-win32-arm64-msvc: 1.31.1
|
|
1245
|
+
lightningcss-win32-x64-msvc: 1.31.1
|
|
1246
|
+
|
|
1247
|
+
lru-cache@5.1.1:
|
|
1248
|
+
dependencies:
|
|
1249
|
+
yallist: 3.1.1
|
|
1250
|
+
|
|
1251
|
+
ms@2.1.3: {}
|
|
1252
|
+
|
|
1253
|
+
nanoid@3.3.11: {}
|
|
1254
|
+
|
|
1255
|
+
node-releases@2.0.27: {}
|
|
1256
|
+
|
|
1257
|
+
oxfmt@0.33.0:
|
|
1258
|
+
dependencies:
|
|
1259
|
+
tinypool: 2.1.0
|
|
1260
|
+
optionalDependencies:
|
|
1261
|
+
'@oxfmt/binding-android-arm-eabi': 0.33.0
|
|
1262
|
+
'@oxfmt/binding-android-arm64': 0.33.0
|
|
1263
|
+
'@oxfmt/binding-darwin-arm64': 0.33.0
|
|
1264
|
+
'@oxfmt/binding-darwin-x64': 0.33.0
|
|
1265
|
+
'@oxfmt/binding-freebsd-x64': 0.33.0
|
|
1266
|
+
'@oxfmt/binding-linux-arm-gnueabihf': 0.33.0
|
|
1267
|
+
'@oxfmt/binding-linux-arm-musleabihf': 0.33.0
|
|
1268
|
+
'@oxfmt/binding-linux-arm64-gnu': 0.33.0
|
|
1269
|
+
'@oxfmt/binding-linux-arm64-musl': 0.33.0
|
|
1270
|
+
'@oxfmt/binding-linux-ppc64-gnu': 0.33.0
|
|
1271
|
+
'@oxfmt/binding-linux-riscv64-gnu': 0.33.0
|
|
1272
|
+
'@oxfmt/binding-linux-riscv64-musl': 0.33.0
|
|
1273
|
+
'@oxfmt/binding-linux-s390x-gnu': 0.33.0
|
|
1274
|
+
'@oxfmt/binding-linux-x64-gnu': 0.33.0
|
|
1275
|
+
'@oxfmt/binding-linux-x64-musl': 0.33.0
|
|
1276
|
+
'@oxfmt/binding-openharmony-arm64': 0.33.0
|
|
1277
|
+
'@oxfmt/binding-win32-arm64-msvc': 0.33.0
|
|
1278
|
+
'@oxfmt/binding-win32-ia32-msvc': 0.33.0
|
|
1279
|
+
'@oxfmt/binding-win32-x64-msvc': 0.33.0
|
|
1280
|
+
|
|
1281
|
+
oxlint@1.48.0:
|
|
1282
|
+
optionalDependencies:
|
|
1283
|
+
'@oxlint/binding-android-arm-eabi': 1.48.0
|
|
1284
|
+
'@oxlint/binding-android-arm64': 1.48.0
|
|
1285
|
+
'@oxlint/binding-darwin-arm64': 1.48.0
|
|
1286
|
+
'@oxlint/binding-darwin-x64': 1.48.0
|
|
1287
|
+
'@oxlint/binding-freebsd-x64': 1.48.0
|
|
1288
|
+
'@oxlint/binding-linux-arm-gnueabihf': 1.48.0
|
|
1289
|
+
'@oxlint/binding-linux-arm-musleabihf': 1.48.0
|
|
1290
|
+
'@oxlint/binding-linux-arm64-gnu': 1.48.0
|
|
1291
|
+
'@oxlint/binding-linux-arm64-musl': 1.48.0
|
|
1292
|
+
'@oxlint/binding-linux-ppc64-gnu': 1.48.0
|
|
1293
|
+
'@oxlint/binding-linux-riscv64-gnu': 1.48.0
|
|
1294
|
+
'@oxlint/binding-linux-riscv64-musl': 1.48.0
|
|
1295
|
+
'@oxlint/binding-linux-s390x-gnu': 1.48.0
|
|
1296
|
+
'@oxlint/binding-linux-x64-gnu': 1.48.0
|
|
1297
|
+
'@oxlint/binding-linux-x64-musl': 1.48.0
|
|
1298
|
+
'@oxlint/binding-openharmony-arm64': 1.48.0
|
|
1299
|
+
'@oxlint/binding-win32-arm64-msvc': 1.48.0
|
|
1300
|
+
'@oxlint/binding-win32-ia32-msvc': 1.48.0
|
|
1301
|
+
'@oxlint/binding-win32-x64-msvc': 1.48.0
|
|
1302
|
+
|
|
1303
|
+
picocolors@1.1.1: {}
|
|
1304
|
+
|
|
1305
|
+
picomatch@4.0.3: {}
|
|
1306
|
+
|
|
1307
|
+
postcss@8.5.6:
|
|
1308
|
+
dependencies:
|
|
1309
|
+
nanoid: 3.3.11
|
|
1310
|
+
picocolors: 1.1.1
|
|
1311
|
+
source-map-js: 1.2.1
|
|
1312
|
+
|
|
1313
|
+
react-dom@19.2.4(react@19.2.4):
|
|
1314
|
+
dependencies:
|
|
1315
|
+
react: 19.2.4
|
|
1316
|
+
scheduler: 0.27.0
|
|
1317
|
+
|
|
1318
|
+
react-refresh@0.18.0: {}
|
|
1319
|
+
|
|
1320
|
+
react@19.2.4: {}
|
|
1321
|
+
|
|
1322
|
+
rolldown@1.0.0-rc.4:
|
|
1323
|
+
dependencies:
|
|
1324
|
+
'@oxc-project/types': 0.113.0
|
|
1325
|
+
'@rolldown/pluginutils': 1.0.0-rc.4
|
|
1326
|
+
optionalDependencies:
|
|
1327
|
+
'@rolldown/binding-android-arm64': 1.0.0-rc.4
|
|
1328
|
+
'@rolldown/binding-darwin-arm64': 1.0.0-rc.4
|
|
1329
|
+
'@rolldown/binding-darwin-x64': 1.0.0-rc.4
|
|
1330
|
+
'@rolldown/binding-freebsd-x64': 1.0.0-rc.4
|
|
1331
|
+
'@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.4
|
|
1332
|
+
'@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.4
|
|
1333
|
+
'@rolldown/binding-linux-arm64-musl': 1.0.0-rc.4
|
|
1334
|
+
'@rolldown/binding-linux-x64-gnu': 1.0.0-rc.4
|
|
1335
|
+
'@rolldown/binding-linux-x64-musl': 1.0.0-rc.4
|
|
1336
|
+
'@rolldown/binding-openharmony-arm64': 1.0.0-rc.4
|
|
1337
|
+
'@rolldown/binding-wasm32-wasi': 1.0.0-rc.4
|
|
1338
|
+
'@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.4
|
|
1339
|
+
'@rolldown/binding-win32-x64-msvc': 1.0.0-rc.4
|
|
1340
|
+
|
|
1341
|
+
scheduler@0.27.0: {}
|
|
1342
|
+
|
|
1343
|
+
semver@6.3.1: {}
|
|
1344
|
+
|
|
1345
|
+
source-map-js@1.2.1: {}
|
|
1346
|
+
|
|
1347
|
+
tinyglobby@0.2.15:
|
|
1348
|
+
dependencies:
|
|
1349
|
+
fdir: 6.5.0(picomatch@4.0.3)
|
|
1350
|
+
picomatch: 4.0.3
|
|
1351
|
+
|
|
1352
|
+
tinypool@2.1.0: {}
|
|
1353
|
+
|
|
1354
|
+
tslib@2.8.1:
|
|
1355
|
+
optional: true
|
|
1356
|
+
|
|
1357
|
+
typescript@5.9.3: {}
|
|
1358
|
+
|
|
1359
|
+
undici-types@7.16.0: {}
|
|
1360
|
+
|
|
1361
|
+
update-browserslist-db@1.2.3(browserslist@4.28.1):
|
|
1362
|
+
dependencies:
|
|
1363
|
+
browserslist: 4.28.1
|
|
1364
|
+
escalade: 3.2.0
|
|
1365
|
+
picocolors: 1.1.1
|
|
1366
|
+
|
|
1367
|
+
vite@8.0.0-beta.14(@types/node@24.10.13):
|
|
1368
|
+
dependencies:
|
|
1369
|
+
'@oxc-project/runtime': 0.113.0
|
|
1370
|
+
fdir: 6.5.0(picomatch@4.0.3)
|
|
1371
|
+
lightningcss: 1.31.1
|
|
1372
|
+
picomatch: 4.0.3
|
|
1373
|
+
postcss: 8.5.6
|
|
1374
|
+
rolldown: 1.0.0-rc.4
|
|
1375
|
+
tinyglobby: 0.2.15
|
|
1376
|
+
optionalDependencies:
|
|
1377
|
+
'@types/node': 24.10.13
|
|
1378
|
+
fsevents: 2.3.3
|
|
1379
|
+
|
|
1380
|
+
yallist@3.1.1: {}
|