alpha
Login
or
Join now
danielroe.dev
/
vue-sanity
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/vue-sanity. Sanity integration for Vue Composition API
composition-api
hacktoberfest
javascript
nuxt
sanity
typescript
vue
vuejs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
build: migrate from unbuild to tsdown
author
Daniel Roe
date
1 month ago
(Jun 9, 2026, 12:34 PM +0100)
commit
9026f9be
9026f9bed6800ba256899d08761d450593341549
parent
11ba327d
11ba327dea8245c9168c319b25bdcd8f20eb81a8
+257
-1437
7 changed files
Expand all
Collapse all
Unified
Split
package.json
pnpm-lock.yaml
src
cache.ts
image.ts
index.ts
tsconfig.json
tsdown.config.ts
+16
-12
package.json
View file
Reviewed
···
20
20
],
21
21
"sideEffects": false,
22
22
"exports": {
23
23
-
".": {
24
24
-
"types": "./dist/index.d.ts",
25
25
-
"import": "./dist/index.mjs",
26
26
-
"require": "./dist/index.cjs"
27
27
-
},
23
23
+
".": "./src/index.ts",
28
24
"./package.json": "./package.json"
29
25
},
30
30
-
"main": "dist/index.cjs",
31
31
-
"module": "dist/index.mjs",
32
32
-
"types": "dist/index.d.ts",
26
26
+
"main": "./dist/index.cjs",
27
27
+
"module": "./dist/index.mjs",
28
28
+
"types": "./dist/index.d.cts",
33
29
"files": [
34
30
"!**/*.map",
35
35
-
"dist/**/*",
36
36
-
"dist/index.d.ts"
31
31
+
"dist/**/*"
37
32
],
38
33
"scripts": {
39
39
-
"build": "unbuild",
34
34
+
"build": "tsdown",
40
35
"lint": "pnpm eslint .",
41
36
"prepare": "pnpm build && husky",
42
37
"release": "bumpp && npm publish",
43
38
"test": "vitest --typecheck",
44
39
"test:types": "tsc --noEmit"
40
40
+
},
41
41
+
"publishConfig": {
42
42
+
"exports": {
43
43
+
".": {
44
44
+
"import": "./dist/index.mjs",
45
45
+
"require": "./dist/index.cjs"
46
46
+
},
47
47
+
"./package.json": "./package.json"
48
48
+
}
45
49
},
46
50
"peerDependencies": {
47
51
"vue": "^3.0.0"
···
70
74
"lint-staged": "17.0.7",
71
75
"memory-fs": "0.5.0",
72
76
"semver": "7.8.2",
77
77
+
"tsdown": "0.22.0",
73
78
"typescript": "5.9.3",
74
74
-
"unbuild": "3.6.1",
75
79
"vite": "8.0.16",
76
80
"vitest": "4.1.8",
77
81
"vue": "3.5.35"
+206
-1406
pnpm-lock.yaml
View file
Reviewed
···
75
75
semver:
76
76
specifier: 7.8.2
77
77
version: 7.8.2
78
78
+
tsdown:
79
79
+
specifier: 0.22.0
80
80
+
version: 0.22.0(typescript@5.9.3)
78
81
typescript:
79
82
specifier: 5.9.3
80
83
version: 5.9.3
81
81
-
unbuild:
82
82
-
specifier: 3.6.1
83
83
-
version: 3.6.1(typescript@5.9.3)(vue@3.5.35(typescript@5.9.3))
84
84
vite:
85
85
specifier: 8.0.16
86
86
version: 8.0.16(@types/node@25.6.0)(jiti@2.6.1)(yaml@2.9.0)
···
149
149
resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
150
150
engines: {node: '>=6.9.0'}
151
151
152
152
+
'@babel/generator@8.0.0-rc.6':
153
153
+
resolution: {integrity: sha512-6mIzgVK8DgEzvIapoQwhXTMnnkuE4STQmVv9H03i/tZ2ml8oev3TRvZJgTenK2Bsq0YWNtzOrFdTyNzCMFtjJQ==}
154
154
+
engines: {node: ^22.18.0 || >=24.11.0}
155
155
+
152
156
'@babel/helper-string-parser@7.27.1':
153
157
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
154
158
engines: {node: '>=6.9.0'}
155
159
160
160
+
'@babel/helper-string-parser@8.0.0-rc.6':
161
161
+
resolution: {integrity: sha512-BCkFy+zN6kXQed3YOT7aJl93NfDSzQc3pBfsvTVPs9gU9X3V0aefEF5kwBT0E+mDWH9QgKaZstYUQN9VdQZT4g==}
162
162
+
engines: {node: ^22.18.0 || >=24.11.0}
163
163
+
156
164
'@babel/helper-validator-identifier@7.28.5':
157
165
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
158
166
engines: {node: '>=6.9.0'}
159
167
168
168
+
'@babel/helper-validator-identifier@8.0.0-rc.6':
169
169
+
resolution: {integrity: sha512-nVJ+1JcCgntv8d78rRo++o2wuODT0Irknx2BF8Np4Ft2CRgjLqIs4qzSZ8b66yGbBdMWGmZBO9WEZv1hhNiSpg==}
170
170
+
engines: {node: ^22.18.0 || >=24.11.0}
171
171
+
160
172
'@babel/parser@7.29.3':
161
173
resolution: {integrity: sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==}
162
174
engines: {node: '>=6.0.0'}
163
175
hasBin: true
164
176
177
177
+
'@babel/parser@8.0.0-rc.6':
178
178
+
resolution: {integrity: sha512-rOS8IpdO7mQELkTPlCsTgPejO0bFuZdEDCGQJouYbYf9e1FLTym7Fei2pEjq8q7MWbX0ravcd7QQYKs1TxOuog==}
179
179
+
engines: {node: ^22.18.0 || >=24.11.0}
180
180
+
hasBin: true
181
181
+
165
182
'@babel/types@7.29.0':
166
183
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
167
184
engines: {node: '>=6.9.0'}
168
185
186
186
+
'@babel/types@8.0.0-rc.6':
187
187
+
resolution: {integrity: sha512-p7/ABylAYlexb31wtRdIfH9L9A0Z2T/9H6zAqzqndkY2PLkvNNc580wGhp/gGKN4Sp9sQvSkhc6Oga8/O+wTyw==}
188
188
+
engines: {node: ^22.18.0 || >=24.11.0}
189
189
+
169
190
'@bcoe/v8-coverage@1.0.2':
170
191
resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==}
171
192
engines: {node: '>=18'}
···
175
196
176
197
'@clack/prompts@0.9.1':
177
198
resolution: {integrity: sha512-JIpyaboYZeWYlyP0H+OoPPxd6nqueG/CmN6ixBiNFsIDHREevjIf0n0Ohh5gr5C8pEDknzgvz+pIJ8dMhzWIeg==}
178
178
-
179
179
-
'@colordx/core@5.2.0':
180
180
-
resolution: {integrity: sha512-wifnqsGCXRh+lJdX4975nKEPJaSk7k8rMiA/VeGrS4tOTn06WZrow6cUA7wFJKPXfcqj0rXeH4BMgGoKZvBf7g==}
181
199
182
200
'@emnapi/core@1.10.0':
183
201
resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==}
···
192
210
resolution: {integrity: sha512-YAdE/IJSpwbOTiaURNCKECdAwqrJuFiZhylmesBcIRawtYKnBR2wxPhoIewMg+Yu+QuYvHfJNReWpoxGBKOChA==}
193
211
engines: {node: '>=18'}
194
212
195
195
-
'@esbuild/aix-ppc64@0.25.12':
196
196
-
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
197
197
-
engines: {node: '>=18'}
198
198
-
cpu: [ppc64]
199
199
-
os: [aix]
200
200
-
201
201
-
'@esbuild/android-arm64@0.25.12':
202
202
-
resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
203
203
-
engines: {node: '>=18'}
204
204
-
cpu: [arm64]
205
205
-
os: [android]
206
206
-
207
207
-
'@esbuild/android-arm@0.25.12':
208
208
-
resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
209
209
-
engines: {node: '>=18'}
210
210
-
cpu: [arm]
211
211
-
os: [android]
212
212
-
213
213
-
'@esbuild/android-x64@0.25.12':
214
214
-
resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
215
215
-
engines: {node: '>=18'}
216
216
-
cpu: [x64]
217
217
-
os: [android]
218
218
-
219
219
-
'@esbuild/darwin-arm64@0.25.12':
220
220
-
resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
221
221
-
engines: {node: '>=18'}
222
222
-
cpu: [arm64]
223
223
-
os: [darwin]
224
224
-
225
225
-
'@esbuild/darwin-x64@0.25.12':
226
226
-
resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
227
227
-
engines: {node: '>=18'}
228
228
-
cpu: [x64]
229
229
-
os: [darwin]
230
230
-
231
231
-
'@esbuild/freebsd-arm64@0.25.12':
232
232
-
resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
233
233
-
engines: {node: '>=18'}
234
234
-
cpu: [arm64]
235
235
-
os: [freebsd]
236
236
-
237
237
-
'@esbuild/freebsd-x64@0.25.12':
238
238
-
resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
239
239
-
engines: {node: '>=18'}
240
240
-
cpu: [x64]
241
241
-
os: [freebsd]
242
242
-
243
243
-
'@esbuild/linux-arm64@0.25.12':
244
244
-
resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
245
245
-
engines: {node: '>=18'}
246
246
-
cpu: [arm64]
247
247
-
os: [linux]
248
248
-
249
249
-
'@esbuild/linux-arm@0.25.12':
250
250
-
resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
251
251
-
engines: {node: '>=18'}
252
252
-
cpu: [arm]
253
253
-
os: [linux]
254
254
-
255
255
-
'@esbuild/linux-ia32@0.25.12':
256
256
-
resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
257
257
-
engines: {node: '>=18'}
258
258
-
cpu: [ia32]
259
259
-
os: [linux]
260
260
-
261
261
-
'@esbuild/linux-loong64@0.25.12':
262
262
-
resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
263
263
-
engines: {node: '>=18'}
264
264
-
cpu: [loong64]
265
265
-
os: [linux]
266
266
-
267
267
-
'@esbuild/linux-mips64el@0.25.12':
268
268
-
resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
269
269
-
engines: {node: '>=18'}
270
270
-
cpu: [mips64el]
271
271
-
os: [linux]
272
272
-
273
273
-
'@esbuild/linux-ppc64@0.25.12':
274
274
-
resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
275
275
-
engines: {node: '>=18'}
276
276
-
cpu: [ppc64]
277
277
-
os: [linux]
278
278
-
279
279
-
'@esbuild/linux-riscv64@0.25.12':
280
280
-
resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
281
281
-
engines: {node: '>=18'}
282
282
-
cpu: [riscv64]
283
283
-
os: [linux]
284
284
-
285
285
-
'@esbuild/linux-s390x@0.25.12':
286
286
-
resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
287
287
-
engines: {node: '>=18'}
288
288
-
cpu: [s390x]
289
289
-
os: [linux]
290
290
-
291
291
-
'@esbuild/linux-x64@0.25.12':
292
292
-
resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
293
293
-
engines: {node: '>=18'}
294
294
-
cpu: [x64]
295
295
-
os: [linux]
296
296
-
297
297
-
'@esbuild/netbsd-arm64@0.25.12':
298
298
-
resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
299
299
-
engines: {node: '>=18'}
300
300
-
cpu: [arm64]
301
301
-
os: [netbsd]
302
302
-
303
303
-
'@esbuild/netbsd-x64@0.25.12':
304
304
-
resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
305
305
-
engines: {node: '>=18'}
306
306
-
cpu: [x64]
307
307
-
os: [netbsd]
308
308
-
309
309
-
'@esbuild/openbsd-arm64@0.25.12':
310
310
-
resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
311
311
-
engines: {node: '>=18'}
312
312
-
cpu: [arm64]
313
313
-
os: [openbsd]
314
314
-
315
315
-
'@esbuild/openbsd-x64@0.25.12':
316
316
-
resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
317
317
-
engines: {node: '>=18'}
318
318
-
cpu: [x64]
319
319
-
os: [openbsd]
320
320
-
321
321
-
'@esbuild/openharmony-arm64@0.25.12':
322
322
-
resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
323
323
-
engines: {node: '>=18'}
324
324
-
cpu: [arm64]
325
325
-
os: [openharmony]
326
326
-
327
327
-
'@esbuild/sunos-x64@0.25.12':
328
328
-
resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
329
329
-
engines: {node: '>=18'}
330
330
-
cpu: [x64]
331
331
-
os: [sunos]
332
332
-
333
333
-
'@esbuild/win32-arm64@0.25.12':
334
334
-
resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
335
335
-
engines: {node: '>=18'}
336
336
-
cpu: [arm64]
337
337
-
os: [win32]
338
338
-
339
339
-
'@esbuild/win32-ia32@0.25.12':
340
340
-
resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
341
341
-
engines: {node: '>=18'}
342
342
-
cpu: [ia32]
343
343
-
os: [win32]
344
344
-
345
345
-
'@esbuild/win32-x64@0.25.12':
346
346
-
resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
347
347
-
engines: {node: '>=18'}
348
348
-
cpu: [x64]
349
349
-
os: [win32]
350
350
-
351
213
'@eslint-community/eslint-plugin-eslint-comments@4.7.1':
352
214
resolution: {integrity: sha512-Ql2nJFwA8wUGpILYGOQaT1glPsmvEwE0d+a+l7AALLzQvInqdbXJdx7aSu0DpUX9dB1wMVBMhm99/++S3MdEtQ==}
353
215
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
···
443
305
444
306
'@jridgewell/gen-mapping@0.3.13':
445
307
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
446
446
-
447
447
-
'@jridgewell/remapping@2.3.5':
448
448
-
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
449
308
450
309
'@jridgewell/resolve-uri@3.1.2':
451
310
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
···
584
443
'@rolldown/pluginutils@1.0.0':
585
444
resolution: {integrity: sha512-aKs/3GSWyV0mrhNmt/96/Z3yczC3yvrzYATCiCXQebBsGyYzjNdUphRVLeJQ67ySKVXRfMxt2lm12pmXvbPFQQ==}
586
445
587
587
-
'@rollup/plugin-alias@5.1.1':
588
588
-
resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==}
589
589
-
engines: {node: '>=14.0.0'}
590
590
-
peerDependencies:
591
591
-
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
592
592
-
peerDependenciesMeta:
593
593
-
rollup:
594
594
-
optional: true
595
595
-
596
596
-
'@rollup/plugin-commonjs@28.0.9':
597
597
-
resolution: {integrity: sha512-PIR4/OHZ79romx0BVVll/PkwWpJ7e5lsqFa3gFfcrFPWwLXLV39JVUzQV9RKjWerE7B845Hqjj9VYlQeieZ2dA==}
598
598
-
engines: {node: '>=16.0.0 || 14 >= 14.17'}
599
599
-
peerDependencies:
600
600
-
rollup: ^2.68.0||^3.0.0||^4.0.0
601
601
-
peerDependenciesMeta:
602
602
-
rollup:
603
603
-
optional: true
604
604
-
605
605
-
'@rollup/plugin-json@6.1.0':
606
606
-
resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==}
607
607
-
engines: {node: '>=14.0.0'}
608
608
-
peerDependencies:
609
609
-
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
610
610
-
peerDependenciesMeta:
611
611
-
rollup:
612
612
-
optional: true
613
613
-
614
614
-
'@rollup/plugin-node-resolve@16.0.3':
615
615
-
resolution: {integrity: sha512-lUYM3UBGuM93CnMPG1YocWu7X802BrNF3jW2zny5gQyLQgRFJhV1Sq0Zi74+dh/6NBx1DxFC4b4GXg9wUCG5Qg==}
616
616
-
engines: {node: '>=14.0.0'}
617
617
-
peerDependencies:
618
618
-
rollup: ^2.78.0||^3.0.0||^4.0.0
619
619
-
peerDependenciesMeta:
620
620
-
rollup:
621
621
-
optional: true
622
622
-
623
623
-
'@rollup/plugin-replace@6.0.3':
624
624
-
resolution: {integrity: sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==}
625
625
-
engines: {node: '>=14.0.0'}
626
626
-
peerDependencies:
627
627
-
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
628
628
-
peerDependenciesMeta:
629
629
-
rollup:
630
630
-
optional: true
631
631
-
632
632
-
'@rollup/pluginutils@5.3.0':
633
633
-
resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==}
634
634
-
engines: {node: '>=14.0.0'}
635
635
-
peerDependencies:
636
636
-
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
637
637
-
peerDependenciesMeta:
638
638
-
rollup:
639
639
-
optional: true
640
640
-
641
641
-
'@rollup/rollup-android-arm-eabi@4.60.2':
642
642
-
resolution: {integrity: sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==}
643
643
-
cpu: [arm]
644
644
-
os: [android]
645
645
-
646
646
-
'@rollup/rollup-android-arm64@4.60.2':
647
647
-
resolution: {integrity: sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==}
648
648
-
cpu: [arm64]
649
649
-
os: [android]
650
650
-
651
651
-
'@rollup/rollup-darwin-arm64@4.60.2':
652
652
-
resolution: {integrity: sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==}
653
653
-
cpu: [arm64]
654
654
-
os: [darwin]
655
655
-
656
656
-
'@rollup/rollup-darwin-x64@4.60.2':
657
657
-
resolution: {integrity: sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==}
658
658
-
cpu: [x64]
659
659
-
os: [darwin]
660
660
-
661
661
-
'@rollup/rollup-freebsd-arm64@4.60.2':
662
662
-
resolution: {integrity: sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==}
663
663
-
cpu: [arm64]
664
664
-
os: [freebsd]
665
665
-
666
666
-
'@rollup/rollup-freebsd-x64@4.60.2':
667
667
-
resolution: {integrity: sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==}
668
668
-
cpu: [x64]
669
669
-
os: [freebsd]
670
670
-
671
671
-
'@rollup/rollup-linux-arm-gnueabihf@4.60.2':
672
672
-
resolution: {integrity: sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==}
673
673
-
cpu: [arm]
674
674
-
os: [linux]
675
675
-
libc: [glibc]
676
676
-
677
677
-
'@rollup/rollup-linux-arm-musleabihf@4.60.2':
678
678
-
resolution: {integrity: sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==}
679
679
-
cpu: [arm]
680
680
-
os: [linux]
681
681
-
libc: [musl]
682
682
-
683
683
-
'@rollup/rollup-linux-arm64-gnu@4.60.2':
684
684
-
resolution: {integrity: sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==}
685
685
-
cpu: [arm64]
686
686
-
os: [linux]
687
687
-
libc: [glibc]
688
688
-
689
689
-
'@rollup/rollup-linux-arm64-musl@4.60.2':
690
690
-
resolution: {integrity: sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==}
691
691
-
cpu: [arm64]
692
692
-
os: [linux]
693
693
-
libc: [musl]
694
694
-
695
695
-
'@rollup/rollup-linux-loong64-gnu@4.60.2':
696
696
-
resolution: {integrity: sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==}
697
697
-
cpu: [loong64]
698
698
-
os: [linux]
699
699
-
libc: [glibc]
700
700
-
701
701
-
'@rollup/rollup-linux-loong64-musl@4.60.2':
702
702
-
resolution: {integrity: sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==}
703
703
-
cpu: [loong64]
704
704
-
os: [linux]
705
705
-
libc: [musl]
706
706
-
707
707
-
'@rollup/rollup-linux-ppc64-gnu@4.60.2':
708
708
-
resolution: {integrity: sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==}
709
709
-
cpu: [ppc64]
710
710
-
os: [linux]
711
711
-
libc: [glibc]
712
712
-
713
713
-
'@rollup/rollup-linux-ppc64-musl@4.60.2':
714
714
-
resolution: {integrity: sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==}
715
715
-
cpu: [ppc64]
716
716
-
os: [linux]
717
717
-
libc: [musl]
718
718
-
719
719
-
'@rollup/rollup-linux-riscv64-gnu@4.60.2':
720
720
-
resolution: {integrity: sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==}
721
721
-
cpu: [riscv64]
722
722
-
os: [linux]
723
723
-
libc: [glibc]
724
724
-
725
725
-
'@rollup/rollup-linux-riscv64-musl@4.60.2':
726
726
-
resolution: {integrity: sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==}
727
727
-
cpu: [riscv64]
728
728
-
os: [linux]
729
729
-
libc: [musl]
730
730
-
731
731
-
'@rollup/rollup-linux-s390x-gnu@4.60.2':
732
732
-
resolution: {integrity: sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==}
733
733
-
cpu: [s390x]
734
734
-
os: [linux]
735
735
-
libc: [glibc]
736
736
-
737
737
-
'@rollup/rollup-linux-x64-gnu@4.60.2':
738
738
-
resolution: {integrity: sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==}
739
739
-
cpu: [x64]
740
740
-
os: [linux]
741
741
-
libc: [glibc]
742
742
-
743
743
-
'@rollup/rollup-linux-x64-musl@4.60.2':
744
744
-
resolution: {integrity: sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==}
745
745
-
cpu: [x64]
746
746
-
os: [linux]
747
747
-
libc: [musl]
748
748
-
749
749
-
'@rollup/rollup-openbsd-x64@4.60.2':
750
750
-
resolution: {integrity: sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==}
751
751
-
cpu: [x64]
752
752
-
os: [openbsd]
753
753
-
754
754
-
'@rollup/rollup-openharmony-arm64@4.60.2':
755
755
-
resolution: {integrity: sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==}
756
756
-
cpu: [arm64]
757
757
-
os: [openharmony]
758
758
-
759
759
-
'@rollup/rollup-win32-arm64-msvc@4.60.2':
760
760
-
resolution: {integrity: sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==}
761
761
-
cpu: [arm64]
762
762
-
os: [win32]
763
763
-
764
764
-
'@rollup/rollup-win32-ia32-msvc@4.60.2':
765
765
-
resolution: {integrity: sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==}
766
766
-
cpu: [ia32]
767
767
-
os: [win32]
768
768
-
769
769
-
'@rollup/rollup-win32-x64-gnu@4.60.2':
770
770
-
resolution: {integrity: sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==}
771
771
-
cpu: [x64]
772
772
-
os: [win32]
773
773
-
774
774
-
'@rollup/rollup-win32-x64-msvc@4.60.2':
775
775
-
resolution: {integrity: sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==}
776
776
-
cpu: [x64]
777
777
-
os: [win32]
778
778
-
779
446
'@sanity/client@7.22.1':
780
447
resolution: {integrity: sha512-DrQqLAes7W9Ek2iKgTZ+ffY1v3DURJ6//iXJZMEQSUeRbxls2ifRTdV1gRS26v8nMkL0OCH+WCoUUseD4vhuQQ==}
781
448
engines: {node: '>=20'}
···
817
484
'@types/eventsource@1.1.15':
818
485
resolution: {integrity: sha512-XQmGcbnxUNa06HR3VBVkc9+A2Vpi9ZyLJcdS5dwaQQ/4ZMWFO+5c90FnMUpbtMZwB/FChoYHwuVg8TvkECacTA==}
819
486
487
487
+
'@types/jsesc@2.5.1':
488
488
+
resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==}
489
489
+
820
490
'@types/json-schema@7.0.15':
821
491
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
822
492
···
834
504
835
505
'@types/normalize-package-data@2.4.4':
836
506
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
837
837
-
838
838
-
'@types/resolve@1.20.2':
839
839
-
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
840
507
841
508
'@types/unist@3.0.3':
842
509
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
···
1144
811
resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
1145
812
engines: {node: '>=12'}
1146
813
814
814
+
ansis@4.3.1:
815
815
+
resolution: {integrity: sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==}
816
816
+
engines: {node: '>=14'}
817
817
+
1147
818
are-docs-informative@0.0.2:
1148
819
resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==}
1149
820
engines: {node: '>=14'}
···
1160
831
assertion-error@2.0.1:
1161
832
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
1162
833
engines: {node: '>=12'}
834
834
+
835
835
+
ast-kit@3.0.0-beta.1:
836
836
+
resolution: {integrity: sha512-trmleAnZ2PxN/loHWVhhx1qeOHSRXq4TDsBBxq3GqeJitfk3+jTQ+v/C1km/KYq9M7wKqCewMh+/NAvVH7m+bw==}
837
837
+
engines: {node: '>=20.19.0'}
1163
838
1164
839
ast-v8-to-istanbul@1.0.0:
1165
840
resolution: {integrity: sha512-1fSfIwuDICFA4LKkCzRPO7F0hzFf0B7+Xqrl27ynQaa+Rh0e1Es0v6kWHPott3lU10AyAr7oKHa65OppjLn3Rg==}
1166
841
1167
1167
-
autoprefixer@10.5.0:
1168
1168
-
resolution: {integrity: sha512-FMhOoZV4+qR6aTUALKX2rEqGG+oyATvwBt9IIzVR5rMa2HRWPkxf+P+PAJLD1I/H5/II+HuZcBJYEFBpq39ong==}
1169
1169
-
engines: {node: ^10 || ^12 || >=14}
1170
1170
-
hasBin: true
1171
1171
-
peerDependencies:
1172
1172
-
postcss: ^8.1.0
1173
1173
-
1174
842
balanced-match@1.0.2:
1175
843
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
1176
844
···
1183
851
engines: {node: '>=6.0.0'}
1184
852
hasBin: true
1185
853
854
854
+
birpc@4.0.0:
855
855
+
resolution: {integrity: sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==}
856
856
+
1186
857
boolbase@1.0.0:
1187
858
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
1188
859
···
1222
893
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
1223
894
engines: {node: '>=6'}
1224
895
1225
1225
-
caniuse-api@3.0.0:
1226
1226
-
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
1227
1227
-
1228
896
caniuse-lite@1.0.30001788:
1229
897
resolution: {integrity: sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==}
1230
898
···
1246
914
resolution: {integrity: sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==}
1247
915
engines: {node: '>=8'}
1248
916
1249
1249
-
citty@0.1.6:
1250
1250
-
resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==}
1251
1251
-
1252
917
clean-regexp@1.0.0:
1253
918
resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==}
1254
919
engines: {node: '>=4'}
···
1276
941
resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
1277
942
engines: {node: '>=14'}
1278
943
1279
1279
-
commander@11.1.0:
1280
1280
-
resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==}
1281
1281
-
engines: {node: '>=16'}
1282
1282
-
1283
944
comment-parser@1.4.1:
1284
945
resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==}
1285
946
engines: {node: '>= 12.0.0'}
···
1288
949
resolution: {integrity: sha512-ObxuY6vnbWTN6Od72xfwN9DbzC7Y2vv8u1Soi9ahRKL37gb6y1qk6/dgjs+3JWuXJHWvsg3BXIwzd/rkmAwavg==}
1289
950
engines: {node: '>= 12.0.0'}
1290
951
1291
1291
-
commondir@1.0.1:
1292
1292
-
resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
1293
1293
-
1294
952
compare-func@2.0.0:
1295
953
resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==}
1296
954
···
1306
964
config-chain@1.1.13:
1307
965
resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==}
1308
966
1309
1309
-
consola@3.4.2:
1310
1310
-
resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==}
1311
1311
-
engines: {node: ^14.18.0 || >=16.10.0}
1312
1312
-
1313
967
conventional-changelog-conventionalcommits@9.3.1:
1314
968
resolution: {integrity: sha512-dTYtpIacRpcZgrvBYvBfArMmK2xvIpv2TaxM0/ZI5CBtNUzvF2x0t15HsbRABWprS6UPmvj+PzHVjSx4qAVKyw==}
1315
969
engines: {node: '>=18'}
···
1327
981
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
1328
982
engines: {node: '>= 8'}
1329
983
1330
1330
-
css-declaration-sorter@7.4.0:
1331
1331
-
resolution: {integrity: sha512-LTuzjPoyA2vMGKKcaOqKSp7Ub2eGrNfKiZH4LpezxpNrsICGCSFvsQOI29psISxNZtaXibkC2CXzrQ5enMeGGw==}
1332
1332
-
engines: {node: ^14 || ^16 || >=18}
1333
1333
-
peerDependencies:
1334
1334
-
postcss: ^8.0.9
1335
1335
-
1336
1336
-
css-select@5.2.2:
1337
1337
-
resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==}
1338
1338
-
1339
1339
-
css-tree@2.2.1:
1340
1340
-
resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==}
1341
1341
-
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
1342
1342
-
1343
1343
-
css-tree@3.2.1:
1344
1344
-
resolution: {integrity: sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==}
1345
1345
-
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
1346
1346
-
1347
1347
-
css-what@6.2.2:
1348
1348
-
resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==}
1349
1349
-
engines: {node: '>= 6'}
1350
1350
-
1351
984
cssesc@3.0.0:
1352
985
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
1353
986
engines: {node: '>=4'}
1354
987
hasBin: true
1355
988
1356
1356
-
cssnano-preset-default@7.0.13:
1357
1357
-
resolution: {integrity: sha512-/XvjNeb+oitOT9ks3Tg0UAsnXeHR1dh3wBMK/D/zN8gqvAHOp25FZGiLoQbvBBU203WXVNITkaqyFp4O/Rns4w==}
1358
1358
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
1359
1359
-
peerDependencies:
1360
1360
-
postcss: ^8.4.32
1361
1361
-
1362
1362
-
cssnano-utils@5.0.1:
1363
1363
-
resolution: {integrity: sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==}
1364
1364
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
1365
1365
-
peerDependencies:
1366
1366
-
postcss: ^8.4.32
1367
1367
-
1368
1368
-
cssnano@7.1.5:
1369
1369
-
resolution: {integrity: sha512-4yEvjF2zcoAOWfNq6X687ORJc5SvM5xbg6EGuLSBmGoWZbsL69wpmw1tA3fZt7OwIG+G4ndjF95RSS4luvim7A==}
1370
1370
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
1371
1371
-
peerDependencies:
1372
1372
-
postcss: ^8.4.32
1373
1373
-
1374
1374
-
csso@5.0.5:
1375
1375
-
resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==}
1376
1376
-
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
1377
1377
-
1378
989
csstype@3.2.3:
1379
990
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
1380
991
···
1397
1008
deep-is@0.1.4:
1398
1009
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
1399
1010
1400
1400
-
deepmerge@4.3.1:
1401
1401
-
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
1402
1402
-
engines: {node: '>=0.10.0'}
1403
1403
-
1404
1011
defu@6.1.7:
1405
1012
resolution: {integrity: sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==}
1406
1013
···
1419
1026
resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==}
1420
1027
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
1421
1028
1422
1422
-
dom-serializer@2.0.0:
1423
1423
-
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
1424
1424
-
1425
1425
-
domelementtype@2.3.0:
1426
1426
-
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
1427
1427
-
1428
1428
-
domhandler@5.0.3:
1429
1429
-
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
1430
1430
-
engines: {node: '>= 4'}
1431
1431
-
1432
1432
-
domutils@3.2.2:
1433
1433
-
resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==}
1434
1434
-
1435
1029
dot-prop@5.3.0:
1436
1030
resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==}
1437
1031
engines: {node: '>=8'}
1032
1032
+
1033
1033
+
dts-resolver@3.0.0:
1034
1034
+
resolution: {integrity: sha512-1T1f+z+4tl9XD+m+0HBgWoL/nm0bOIffyWaUuUSBlFg/86IWvfx+wjNaO/ybU0AJzG9/Mi5hBUgGV6zCmWEN7Q==}
1035
1035
+
engines: {node: ^22.18.0 || >=24.0.0}
1036
1036
+
peerDependencies:
1037
1037
+
oxc-resolver: '>=11.0.0'
1038
1038
+
peerDependenciesMeta:
1039
1039
+
oxc-resolver:
1040
1040
+
optional: true
1438
1041
1439
1042
eastasianwidth@0.2.0:
1440
1043
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
···
1456
1059
emoji-regex@9.2.2:
1457
1060
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
1458
1061
1062
1062
+
empathic@2.0.1:
1063
1063
+
resolution: {integrity: sha512-YGRs8knHhKHVShLkFET/rWAU8kmHbOV5LwN938RHI0pljAJ1Gf6SzXsSmRaEzcXTtOOmVqJ5+WtQPL5uigY50Q==}
1064
1064
+
engines: {node: '>=14'}
1065
1065
+
1459
1066
enhanced-resolve@5.20.1:
1460
1067
resolution: {integrity: sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==}
1461
1068
engines: {node: '>=10.13.0'}
1462
1462
-
1463
1463
-
entities@4.5.0:
1464
1464
-
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
1465
1465
-
engines: {node: '>=0.12'}
1466
1069
1467
1070
entities@7.0.1:
1468
1071
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
···
1485
1088
1486
1089
es-module-lexer@2.0.0:
1487
1090
resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==}
1488
1488
-
1489
1489
-
esbuild@0.25.12:
1490
1490
-
resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
1491
1491
-
engines: {node: '>=18'}
1492
1492
-
hasBin: true
1493
1091
1494
1092
escalade@3.2.0:
1495
1093
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
···
1764
1362
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
1765
1363
engines: {node: '>=10'}
1766
1364
1767
1767
-
fix-dts-default-cjs-exports@1.0.1:
1768
1768
-
resolution: {integrity: sha512-pVIECanWFC61Hzl2+oOCtoJ3F17kglZC/6N94eRWycFgBH35hHx0Li604ZIzhseh97mf2p0cv7vVrOZGoqhlEg==}
1769
1769
-
1770
1365
flat-cache@4.0.1:
1771
1366
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
1772
1367
engines: {node: '>=16'}
···
1784
1379
format@0.2.2:
1785
1380
resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==}
1786
1381
engines: {node: '>=0.4.x'}
1787
1787
-
1788
1788
-
fraction.js@5.3.4:
1789
1789
-
resolution: {integrity: sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==}
1790
1382
1791
1383
fsevents@2.3.3:
1792
1384
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
···
1811
1403
get-tsconfig@4.14.0:
1812
1404
resolution: {integrity: sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==}
1813
1405
1406
1406
+
get-tsconfig@5.0.0-beta.5:
1407
1407
+
resolution: {integrity: sha512-/6gFNr0N04nob252sTQxyFLi3eKFRqIg1I87YcqAMT1i6SQrSF6KujUEQrtrjMV0H/eejTCltLdDSTEMzHbnsQ==}
1408
1408
+
engines: {node: '>=20.20.0'}
1409
1409
+
1814
1410
github-slugger@2.0.0:
1815
1411
resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==}
1816
1412
···
1856
1452
resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==}
1857
1453
engines: {node: '>= 0.4'}
1858
1454
1859
1859
-
hookable@5.5.3:
1860
1860
-
resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
1455
1455
+
hookable@6.1.1:
1456
1456
+
resolution: {integrity: sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==}
1861
1457
1862
1458
hosted-git-info@2.8.9:
1863
1459
resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
···
1881
1477
import-fresh@3.3.1:
1882
1478
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
1883
1479
engines: {node: '>=6'}
1480
1480
+
1481
1481
+
import-without-cache@0.4.0:
1482
1482
+
resolution: {integrity: sha512-NkJQA7oZ4YHQhd2+H3BoRFKF3d/XNsiKpHZCQEMH9pDX27hQQLsTyOocyRgaIVtf8gHX3Nt3LPkR4e5EdtPAGQ==}
1483
1483
+
engines: {node: ^22.18.0 || >=24.0.0}
1884
1484
1885
1485
imurmurhash@0.1.4:
1886
1486
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
···
1923
1523
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1924
1524
engines: {node: '>=0.10.0'}
1925
1525
1926
1926
-
is-module@1.0.0:
1927
1927
-
resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==}
1928
1928
-
1929
1526
is-obj@2.0.0:
1930
1527
resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==}
1931
1528
engines: {node: '>=8'}
1932
1932
-
1933
1933
-
is-reference@1.2.1:
1934
1934
-
resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==}
1935
1529
1936
1530
is-retry-allowed@2.2.0:
1937
1531
resolution: {integrity: sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==}
···
1958
1552
jackspeak@3.4.3:
1959
1553
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
1960
1554
1961
1961
-
jiti@1.21.7:
1962
1962
-
resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==}
1963
1963
-
hasBin: true
1964
1964
-
1965
1555
jiti@2.6.1:
1966
1556
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
1967
1557
hasBin: true
···
2023
1613
2024
1614
keyv@4.5.4:
2025
1615
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
2026
2026
-
2027
2027
-
knitwork@1.3.0:
2028
2028
-
resolution: {integrity: sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==}
2029
1616
2030
1617
levn@0.4.1:
2031
1618
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
···
2105
1692
resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
2106
1693
engines: {node: '>= 12.0.0'}
2107
1694
2108
2108
-
lilconfig@3.1.3:
2109
2109
-
resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
2110
2110
-
engines: {node: '>=14'}
2111
2111
-
2112
1695
lines-and-columns@1.2.4:
2113
1696
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
2114
1697
···
2133
1716
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
2134
1717
engines: {node: '>=10'}
2135
1718
2136
2136
-
lodash.memoize@4.1.2:
2137
2137
-
resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==}
2138
2138
-
2139
1719
lodash.merge@4.6.2:
2140
1720
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
2141
1721
2142
2142
-
lodash.uniq@4.5.0:
2143
2143
-
resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==}
2144
2144
-
2145
1722
lodash@4.18.1:
2146
1723
resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==}
2147
1724
···
2203
1780
2204
1781
mdast-util-to-string@4.0.0:
2205
1782
resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==}
2206
2206
-
2207
2207
-
mdn-data@2.0.28:
2208
2208
-
resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
2209
2209
-
2210
2210
-
mdn-data@2.27.1:
2211
2211
-
resolution: {integrity: sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==}
2212
1783
2213
1784
memory-fs@0.5.0:
2214
1785
resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==}
···
2331
1902
resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==}
2332
1903
engines: {node: '>=16 || 14 >=14.17'}
2333
1904
2334
2334
-
mkdist@2.4.1:
2335
2335
-
resolution: {integrity: sha512-Ezk0gi04GJBkqMfsksICU5Rjoemc4biIekwgrONWVPor2EO/N9nBgN6MZXAf7Yw4mDDhrNyKbdETaHNevfumKg==}
2336
2336
-
hasBin: true
2337
2337
-
peerDependencies:
2338
2338
-
sass: ^1.92.1
2339
2339
-
typescript: '>=5.9.2'
2340
2340
-
vue: ^3.5.21
2341
2341
-
vue-sfc-transformer: ^0.1.1
2342
2342
-
vue-tsc: ^1.8.27 || ^2.0.21 || ^3.0.0
2343
2343
-
peerDependenciesMeta:
2344
2344
-
sass:
2345
2345
-
optional: true
2346
2346
-
typescript:
2347
2347
-
optional: true
2348
2348
-
vue:
2349
2349
-
optional: true
2350
2350
-
vue-sfc-transformer:
2351
2351
-
optional: true
2352
2352
-
vue-tsc:
2353
2353
-
optional: true
2354
2354
-
2355
1905
mlly@1.8.2:
2356
1906
resolution: {integrity: sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==}
2357
1907
···
2479
2029
resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
2480
2030
engines: {node: '>=4'}
2481
2031
2482
2482
-
postcss-calc@10.1.1:
2483
2483
-
resolution: {integrity: sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==}
2484
2484
-
engines: {node: ^18.12 || ^20.9 || >=22.0}
2485
2485
-
peerDependencies:
2486
2486
-
postcss: ^8.4.38
2487
2487
-
2488
2488
-
postcss-colormin@7.0.8:
2489
2489
-
resolution: {integrity: sha512-VX0JOZx0jECwGK0GZejIKvXIU+80S1zkjet31FVUYPZ4O+IPU3ZlntrPdPKT2HnKRMOkc0wy3m/v+c4UNta02g==}
2490
2490
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2491
2491
-
peerDependencies:
2492
2492
-
postcss: ^8.4.32
2493
2493
-
2494
2494
-
postcss-convert-values@7.0.10:
2495
2495
-
resolution: {integrity: sha512-hVqVH3cDkPyxL4Q0xpCquRAXjJDZ6hbpjC+PNWn8ZgHmNX3RZxLtruC3U2LY9EuNe+tp4QkcsZxg0htokmjydg==}
2496
2496
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2497
2497
-
peerDependencies:
2498
2498
-
postcss: ^8.4.32
2499
2499
-
2500
2500
-
postcss-discard-comments@7.0.6:
2501
2501
-
resolution: {integrity: sha512-Sq+Fzj1Eg5/CPf1ERb0wS1Im5cvE2gDXCE+si4HCn1sf+jpQZxDI4DXEp8t77B/ImzDceWE2ebJQFXdqZ6GRJw==}
2502
2502
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2503
2503
-
peerDependencies:
2504
2504
-
postcss: ^8.4.32
2505
2505
-
2506
2506
-
postcss-discard-duplicates@7.0.2:
2507
2507
-
resolution: {integrity: sha512-eTonaQvPZ/3i1ASDHOKkYwAybiM45zFIc7KXils4mQmHLqIswXD9XNOKEVxtTFnsmwYzF66u4LMgSr0abDlh5w==}
2508
2508
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2509
2509
-
peerDependencies:
2510
2510
-
postcss: ^8.4.32
2511
2511
-
2512
2512
-
postcss-discard-empty@7.0.1:
2513
2513
-
resolution: {integrity: sha512-cFrJKZvcg/uxB6Ijr4l6qmn3pXQBna9zyrPC+sK0zjbkDUZew+6xDltSF7OeB7rAtzaaMVYSdbod+sZOCWnMOg==}
2514
2514
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2515
2515
-
peerDependencies:
2516
2516
-
postcss: ^8.4.32
2517
2517
-
2518
2518
-
postcss-discard-overridden@7.0.1:
2519
2519
-
resolution: {integrity: sha512-7c3MMjjSZ/qYrx3uc1940GSOzN1Iqjtlqe8uoSg+qdVPYyRb0TILSqqmtlSFuE4mTDECwsm397Ya7iXGzfF7lg==}
2520
2520
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2521
2521
-
peerDependencies:
2522
2522
-
postcss: ^8.4.32
2523
2523
-
2524
2524
-
postcss-merge-longhand@7.0.5:
2525
2525
-
resolution: {integrity: sha512-Kpu5v4Ys6QI59FxmxtNB/iHUVDn9Y9sYw66D6+SZoIk4QTz1prC4aYkhIESu+ieG1iylod1f8MILMs1Em3mmIw==}
2526
2526
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2527
2527
-
peerDependencies:
2528
2528
-
postcss: ^8.4.32
2529
2529
-
2530
2530
-
postcss-merge-rules@7.0.9:
2531
2531
-
resolution: {integrity: sha512-XKMXkHAegyLeIymVylg1Ro4NNHITInHPvmvybsIUximYfsg5fRw2b5TeqLTQwwg5cXEDVa556AAxvMve1MJuJA==}
2532
2532
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2533
2533
-
peerDependencies:
2534
2534
-
postcss: ^8.4.32
2535
2535
-
2536
2536
-
postcss-minify-font-values@7.0.1:
2537
2537
-
resolution: {integrity: sha512-2m1uiuJeTplll+tq4ENOQSzB8LRnSUChBv7oSyFLsJRtUgAAJGP6LLz0/8lkinTgxrmJSPOEhgY1bMXOQ4ZXhQ==}
2538
2538
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2539
2539
-
peerDependencies:
2540
2540
-
postcss: ^8.4.32
2541
2541
-
2542
2542
-
postcss-minify-gradients@7.0.3:
2543
2543
-
resolution: {integrity: sha512-2znRFq3Pg+Zo0ttzQxO7qIJdY2er1TOZbclHW2qMqBcHMmz+i6nn3roAyG3kuEDQTzbzd3gn24TAIifEfth1PQ==}
2544
2544
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2545
2545
-
peerDependencies:
2546
2546
-
postcss: ^8.4.32
2547
2547
-
2548
2548
-
postcss-minify-params@7.0.7:
2549
2549
-
resolution: {integrity: sha512-OPmvW/9sjPEPQYnS2Sh6jvMW54wqk1IjjEMB8k/7V8SUIie71yMy3HQ9+w/ZHoL1YvgDGBQ/mCxP3n0Y/RxgqA==}
2550
2550
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2551
2551
-
peerDependencies:
2552
2552
-
postcss: ^8.4.32
2553
2553
-
2554
2554
-
postcss-minify-selectors@7.0.6:
2555
2555
-
resolution: {integrity: sha512-lIbC0jy3AAwDxEgciZlBullDiMBeBCT+fz5G8RcA9MWqh/hfUkpOI3vNDUNEZHgokaoiv0juB9Y8fGcON7rU/A==}
2556
2556
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2557
2557
-
peerDependencies:
2558
2558
-
postcss: ^8.4.32
2559
2559
-
2560
2560
-
postcss-nested@7.0.2:
2561
2561
-
resolution: {integrity: sha512-5osppouFc0VR9/VYzYxO03VaDa3e8F23Kfd6/9qcZTUI8P58GIYlArOET2Wq0ywSl2o2PjELhYOFI4W7l5QHKw==}
2562
2562
-
engines: {node: '>=18.0'}
2563
2563
-
peerDependencies:
2564
2564
-
postcss: ^8.2.14
2565
2565
-
2566
2566
-
postcss-normalize-charset@7.0.1:
2567
2567
-
resolution: {integrity: sha512-sn413ofhSQHlZFae//m9FTOfkmiZ+YQXsbosqOWRiVQncU2BA3daX3n0VF3cG6rGLSFVc5Di/yns0dFfh8NFgQ==}
2568
2568
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2569
2569
-
peerDependencies:
2570
2570
-
postcss: ^8.4.32
2571
2571
-
2572
2572
-
postcss-normalize-display-values@7.0.1:
2573
2573
-
resolution: {integrity: sha512-E5nnB26XjSYz/mGITm6JgiDpAbVuAkzXwLzRZtts19jHDUBFxZ0BkXAehy0uimrOjYJbocby4FVswA/5noOxrQ==}
2574
2574
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2575
2575
-
peerDependencies:
2576
2576
-
postcss: ^8.4.32
2577
2577
-
2578
2578
-
postcss-normalize-positions@7.0.1:
2579
2579
-
resolution: {integrity: sha512-pB/SzrIP2l50ZIYu+yQZyMNmnAcwyYb9R1fVWPRxm4zcUFCY2ign7rcntGFuMXDdd9L2pPNUgoODDk91PzRZuQ==}
2580
2580
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2581
2581
-
peerDependencies:
2582
2582
-
postcss: ^8.4.32
2583
2583
-
2584
2584
-
postcss-normalize-repeat-style@7.0.1:
2585
2585
-
resolution: {integrity: sha512-NsSQJ8zj8TIDiF0ig44Byo3Jk9e4gNt9x2VIlJudnQQ5DhWAHJPF4Tr1ITwyHio2BUi/I6Iv0HRO7beHYOloYQ==}
2586
2586
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2587
2587
-
peerDependencies:
2588
2588
-
postcss: ^8.4.32
2589
2589
-
2590
2590
-
postcss-normalize-string@7.0.1:
2591
2591
-
resolution: {integrity: sha512-QByrI7hAhsoze992kpbMlJSbZ8FuCEc1OT9EFbZ6HldXNpsdpZr+YXC5di3UEv0+jeZlHbZcoCADgb7a+lPmmQ==}
2592
2592
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2593
2593
-
peerDependencies:
2594
2594
-
postcss: ^8.4.32
2595
2595
-
2596
2596
-
postcss-normalize-timing-functions@7.0.1:
2597
2597
-
resolution: {integrity: sha512-bHifyuuSNdKKsnNJ0s8fmfLMlvsQwYVxIoUBnowIVl2ZAdrkYQNGVB4RxjfpvkMjipqvbz0u7feBZybkl/6NJg==}
2598
2598
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2599
2599
-
peerDependencies:
2600
2600
-
postcss: ^8.4.32
2601
2601
-
2602
2602
-
postcss-normalize-unicode@7.0.7:
2603
2603
-
resolution: {integrity: sha512-Kfm0mC3gTnOC+SsLgxQqNEZStRxJgBaYrMpBe9fDVB0/MjC1G++FAeDW2YxYc5Mbvav12/7mOBSOTW7HK9Knwg==}
2604
2604
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2605
2605
-
peerDependencies:
2606
2606
-
postcss: ^8.4.32
2607
2607
-
2608
2608
-
postcss-normalize-url@7.0.1:
2609
2609
-
resolution: {integrity: sha512-sUcD2cWtyK1AOL/82Fwy1aIVm/wwj5SdZkgZ3QiUzSzQQofrbq15jWJ3BA7Z+yVRwamCjJgZJN0I9IS7c6tgeQ==}
2610
2610
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2611
2611
-
peerDependencies:
2612
2612
-
postcss: ^8.4.32
2613
2613
-
2614
2614
-
postcss-normalize-whitespace@7.0.1:
2615
2615
-
resolution: {integrity: sha512-vsbgFHMFQrJBJKrUFJNZ2pgBeBkC2IvvoHjz1to0/0Xk7sII24T0qFOiJzG6Fu3zJoq/0yI4rKWi7WhApW+EFA==}
2616
2616
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2617
2617
-
peerDependencies:
2618
2618
-
postcss: ^8.4.32
2619
2619
-
2620
2620
-
postcss-ordered-values@7.0.2:
2621
2621
-
resolution: {integrity: sha512-AMJjt1ECBffF7CEON/Y0rekRLS6KsePU6PRP08UqYW4UGFRnTXNrByUzYK1h8AC7UWTZdQ9O3Oq9kFIhm0SFEw==}
2622
2622
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2623
2623
-
peerDependencies:
2624
2624
-
postcss: ^8.4.32
2625
2625
-
2626
2626
-
postcss-reduce-initial@7.0.7:
2627
2627
-
resolution: {integrity: sha512-evetDQPqkgrzHoP8g3HjE3KgH0j2W0je2Vt1pfTaO2KvmjulStxGC2IGeI2y0pdLi6ryEGc4nD08zpDRP9ge8w==}
2628
2628
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2629
2629
-
peerDependencies:
2630
2630
-
postcss: ^8.4.32
2631
2631
-
2632
2632
-
postcss-reduce-transforms@7.0.1:
2633
2633
-
resolution: {integrity: sha512-MhyEbfrm+Mlp/36hvZ9mT9DaO7dbncU0CvWI8V93LRkY6IYlu38OPg3FObnuKTUxJ4qA8HpurdQOo5CyqqO76g==}
2634
2634
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2635
2635
-
peerDependencies:
2636
2636
-
postcss: ^8.4.32
2637
2637
-
2638
2032
postcss-selector-parser@6.1.2:
2639
2033
resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
2640
2034
engines: {node: '>=4'}
2641
2035
2642
2642
-
postcss-selector-parser@7.1.1:
2643
2643
-
resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==}
2644
2644
-
engines: {node: '>=4'}
2645
2645
-
2646
2646
-
postcss-svgo@7.1.1:
2647
2647
-
resolution: {integrity: sha512-zU9H9oEDrUFKa0JB7w+IYL7Qs9ey1mZyjhbf0KLxwJDdDRtoPvCmaEfknzqfHj44QS9VD6c5sJnBAVYTLRg/Sg==}
2648
2648
-
engines: {node: ^18.12.0 || ^20.9.0 || >= 18}
2649
2649
-
peerDependencies:
2650
2650
-
postcss: ^8.4.32
2651
2651
-
2652
2652
-
postcss-unique-selectors@7.0.5:
2653
2653
-
resolution: {integrity: sha512-3QoYmEt4qg/rUWDn6Tc8+ZVPmbp4G1hXDtCNWDx0st8SjtCbRcxRXDDM1QrEiXGG3A45zscSJFb4QH90LViyxg==}
2654
2654
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2655
2655
-
peerDependencies:
2656
2656
-
postcss: ^8.4.32
2657
2657
-
2658
2658
-
postcss-value-parser@4.2.0:
2659
2659
-
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
2660
2660
-
2661
2036
postcss@8.5.15:
2662
2037
resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==}
2663
2038
engines: {node: ^10 || ^12 || >=14}
···
2665
2040
prelude-ls@1.2.1:
2666
2041
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
2667
2042
engines: {node: '>= 0.8.0'}
2668
2668
-
2669
2669
-
pretty-bytes@7.1.0:
2670
2670
-
resolution: {integrity: sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==}
2671
2671
-
engines: {node: '>=20'}
2672
2043
2673
2044
process-nextick-args@2.0.1:
2674
2045
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
···
2743
2114
rfdc@1.4.1:
2744
2115
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
2745
2116
2117
2117
+
rolldown-plugin-dts@0.25.2:
2118
2118
+
resolution: {integrity: sha512-nMhN/R+vmR8GM45ZW1FWMSjRTSDDn/6w4GTf8RNrEFCBdl8B1kySWrU1ixPtbwzXoRlcO+R/S88VgXuJQwfdDg==}
2119
2119
+
engines: {node: ^22.18.0 || >=24.0.0}
2120
2120
+
peerDependencies:
2121
2121
+
'@ts-macro/tsc': ^0.3.6
2122
2122
+
'@typescript/native-preview': '>=7.0.0-dev.20260325.1'
2123
2123
+
rolldown: ^1.0.0
2124
2124
+
typescript: ^5.0.0 || ^6.0.0
2125
2125
+
vue-tsc: ~3.2.0
2126
2126
+
peerDependenciesMeta:
2127
2127
+
'@ts-macro/tsc':
2128
2128
+
optional: true
2129
2129
+
'@typescript/native-preview':
2130
2130
+
optional: true
2131
2131
+
typescript:
2132
2132
+
optional: true
2133
2133
+
vue-tsc:
2134
2134
+
optional: true
2135
2135
+
2746
2136
rolldown@1.0.3:
2747
2137
resolution: {integrity: sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==}
2748
2138
engines: {node: ^20.19.0 || >=22.12.0}
2749
2139
hasBin: true
2750
2140
2751
2751
-
rollup-plugin-dts@6.4.1:
2752
2752
-
resolution: {integrity: sha512-l//F3Zf7ID5GoOfLfD8kroBjQKEKpy1qfhtAdnpibFZMffPaylrg1CoDC2vGkPeTeyxUe4bVFCln2EFuL7IGGg==}
2753
2753
-
engines: {node: '>=20'}
2754
2754
-
peerDependencies:
2755
2755
-
rollup: ^3.29.4 || ^4
2756
2756
-
typescript: ^4.5 || ^5.0 || ^6.0
2757
2757
-
2758
2758
-
rollup@4.60.2:
2759
2759
-
resolution: {integrity: sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==}
2760
2760
-
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
2761
2761
-
hasBin: true
2762
2762
-
2763
2141
rxjs@7.8.2:
2764
2142
resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==}
2765
2143
···
2772
2150
sanity-typed-queries@0.9.5:
2773
2151
resolution: {integrity: sha512-1gTi5nlSFUC1RuxjRl2OfmPbr7AJEtcbeEQnl+htw4MHaO+Poty3+6MQucIiUEQpWBzc8EU9dTxNaf0nolnxGw==}
2774
2152
2775
2775
-
sax@1.6.0:
2776
2776
-
resolution: {integrity: sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==}
2777
2777
-
engines: {node: '>=11.0.0'}
2778
2778
-
2779
2153
scslre@0.3.0:
2780
2154
resolution: {integrity: sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==}
2781
2155
engines: {node: ^14.0.0 || >=16.0.0}
2782
2782
-
2783
2783
-
scule@1.3.0:
2784
2784
-
resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
2785
2156
2786
2157
semver@5.7.2:
2787
2158
resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
···
2889
2260
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
2890
2261
engines: {node: '>=8'}
2891
2262
2892
2892
-
stylehacks@7.0.9:
2893
2893
-
resolution: {integrity: sha512-dgipCLBa16sZDoQ8BmXdRwV4SmFAxZ4KtbMhV0buow62M/2l6Jq6AkVsKUY/QFr8+VjgzXO5UVHx1f+vvY9DXw==}
2894
2894
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
2895
2895
-
peerDependencies:
2896
2896
-
postcss: ^8.4.32
2897
2897
-
2898
2263
supports-color@7.2.0:
2899
2264
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
2900
2265
engines: {node: '>=8'}
···
2902
2267
supports-preserve-symlinks-flag@1.0.0:
2903
2268
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
2904
2269
engines: {node: '>= 0.4'}
2905
2905
-
2906
2906
-
svgo@4.0.1:
2907
2907
-
resolution: {integrity: sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==}
2908
2908
-
engines: {node: '>=16'}
2909
2909
-
hasBin: true
2910
2270
2911
2271
synckit@0.11.12:
2912
2272
resolution: {integrity: sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==}
···
2938
2298
resolution: {integrity: sha512-9mjy3frhioGIVGcwamlVlUyJ9x+WHw/TXiz9R4YOlmsIuBN43r9Dp8HZ35SF9EKjHrn3BUZj04CF+YqZ2oJ+7w==}
2939
2299
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2940
2300
2301
2301
+
tree-kill@1.2.2:
2302
2302
+
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
2303
2303
+
hasBin: true
2304
2304
+
2941
2305
ts-api-utils@2.5.0:
2942
2306
resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==}
2943
2307
engines: {node: '>=18.12'}
···
2949
2313
peerDependencies:
2950
2314
typescript: '>=4.0.0'
2951
2315
2316
2316
+
tsdown@0.22.0:
2317
2317
+
resolution: {integrity: sha512-FgW0hHb27nGQA/+F3d5+U9wKXkfilk9DVkc5+7x/ZqF03g+Hoz/eeApT32jqxATt9eRoR+1jxk7MUMON+O4CXw==}
2318
2318
+
engines: {node: ^22.18.0 || >=24.0.0}
2319
2319
+
hasBin: true
2320
2320
+
peerDependencies:
2321
2321
+
'@arethetypeswrong/core': ^0.18.1
2322
2322
+
'@tsdown/css': 0.22.0
2323
2323
+
'@tsdown/exe': 0.22.0
2324
2324
+
'@vitejs/devtools': '*'
2325
2325
+
publint: ^0.3.8
2326
2326
+
tsx: '*'
2327
2327
+
typescript: ^5.0.0 || ^6.0.0
2328
2328
+
unplugin-unused: ^0.5.0
2329
2329
+
unrun: '*'
2330
2330
+
peerDependenciesMeta:
2331
2331
+
'@arethetypeswrong/core':
2332
2332
+
optional: true
2333
2333
+
'@tsdown/css':
2334
2334
+
optional: true
2335
2335
+
'@tsdown/exe':
2336
2336
+
optional: true
2337
2337
+
'@vitejs/devtools':
2338
2338
+
optional: true
2339
2339
+
publint:
2340
2340
+
optional: true
2341
2341
+
tsx:
2342
2342
+
optional: true
2343
2343
+
typescript:
2344
2344
+
optional: true
2345
2345
+
unplugin-unused:
2346
2346
+
optional: true
2347
2347
+
unrun:
2348
2348
+
optional: true
2349
2349
+
2952
2350
tslib@2.8.1:
2953
2351
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
2954
2352
···
2979
2377
ufo@1.6.3:
2980
2378
resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==}
2981
2379
2982
2982
-
unbuild@3.6.1:
2983
2983
-
resolution: {integrity: sha512-+U5CdtrdjfWkZhuO4N9l5UhyiccoeMEXIc2Lbs30Haxb+tRwB3VwB8AoZRxlAzORXunenSo+j6lh45jx+xkKgg==}
2984
2984
-
hasBin: true
2985
2985
-
peerDependencies:
2986
2986
-
typescript: ^5.9.2
2987
2987
-
peerDependenciesMeta:
2988
2988
-
typescript:
2989
2989
-
optional: true
2990
2990
-
2991
2380
unconfig-core@7.5.0:
2992
2381
resolution: {integrity: sha512-Su3FauozOGP44ZmKdHy2oE6LPjk51M/TRRjHv2HNCWiDvfvCoxC2lno6jevMA91MYAdCdwP05QnWdWpSbncX/w==}
2993
2382
···
3011
2400
3012
2401
unrs-resolver@1.11.1:
3013
2402
resolution: {integrity: sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==}
3014
3014
-
3015
3015
-
untyped@2.0.0:
3016
3016
-
resolution: {integrity: sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==}
3017
3017
-
hasBin: true
3018
2403
3019
2404
update-browserslist-db@1.2.3:
3020
2405
resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
···
3272
2657
js-tokens: 4.0.0
3273
2658
picocolors: 1.1.1
3274
2659
2660
2660
+
'@babel/generator@8.0.0-rc.6':
2661
2661
+
dependencies:
2662
2662
+
'@babel/parser': 8.0.0-rc.6
2663
2663
+
'@babel/types': 8.0.0-rc.6
2664
2664
+
'@jridgewell/gen-mapping': 0.3.13
2665
2665
+
'@jridgewell/trace-mapping': 0.3.31
2666
2666
+
'@types/jsesc': 2.5.1
2667
2667
+
jsesc: 3.1.0
2668
2668
+
3275
2669
'@babel/helper-string-parser@7.27.1': {}
2670
2670
+
2671
2671
+
'@babel/helper-string-parser@8.0.0-rc.6': {}
3276
2672
3277
2673
'@babel/helper-validator-identifier@7.28.5': {}
3278
2674
2675
2675
+
'@babel/helper-validator-identifier@8.0.0-rc.6': {}
2676
2676
+
3279
2677
'@babel/parser@7.29.3':
3280
2678
dependencies:
3281
2679
'@babel/types': 7.29.0
3282
2680
2681
2681
+
'@babel/parser@8.0.0-rc.6':
2682
2682
+
dependencies:
2683
2683
+
'@babel/types': 8.0.0-rc.6
2684
2684
+
3283
2685
'@babel/types@7.29.0':
3284
2686
dependencies:
3285
2687
'@babel/helper-string-parser': 7.27.1
3286
2688
'@babel/helper-validator-identifier': 7.28.5
2689
2689
+
2690
2690
+
'@babel/types@8.0.0-rc.6':
2691
2691
+
dependencies:
2692
2692
+
'@babel/helper-string-parser': 8.0.0-rc.6
2693
2693
+
'@babel/helper-validator-identifier': 8.0.0-rc.6
3287
2694
3288
2695
'@bcoe/v8-coverage@1.0.2': {}
3289
2696
···
3297
2704
'@clack/core': 0.4.1
3298
2705
picocolors: 1.1.1
3299
2706
sisteransi: 1.0.5
3300
3300
-
3301
3301
-
'@colordx/core@5.2.0': {}
3302
2707
3303
2708
'@emnapi/core@1.10.0':
3304
2709
dependencies:
···
3324
2729
esquery: 1.7.0
3325
2730
jsdoc-type-pratt-parser: 4.1.0
3326
2731
3327
3327
-
'@esbuild/aix-ppc64@0.25.12':
3328
3328
-
optional: true
3329
3329
-
3330
3330
-
'@esbuild/android-arm64@0.25.12':
3331
3331
-
optional: true
3332
3332
-
3333
3333
-
'@esbuild/android-arm@0.25.12':
3334
3334
-
optional: true
3335
3335
-
3336
3336
-
'@esbuild/android-x64@0.25.12':
3337
3337
-
optional: true
3338
3338
-
3339
3339
-
'@esbuild/darwin-arm64@0.25.12':
3340
3340
-
optional: true
3341
3341
-
3342
3342
-
'@esbuild/darwin-x64@0.25.12':
3343
3343
-
optional: true
3344
3344
-
3345
3345
-
'@esbuild/freebsd-arm64@0.25.12':
3346
3346
-
optional: true
3347
3347
-
3348
3348
-
'@esbuild/freebsd-x64@0.25.12':
3349
3349
-
optional: true
3350
3350
-
3351
3351
-
'@esbuild/linux-arm64@0.25.12':
3352
3352
-
optional: true
3353
3353
-
3354
3354
-
'@esbuild/linux-arm@0.25.12':
3355
3355
-
optional: true
3356
3356
-
3357
3357
-
'@esbuild/linux-ia32@0.25.12':
3358
3358
-
optional: true
3359
3359
-
3360
3360
-
'@esbuild/linux-loong64@0.25.12':
3361
3361
-
optional: true
3362
3362
-
3363
3363
-
'@esbuild/linux-mips64el@0.25.12':
3364
3364
-
optional: true
3365
3365
-
3366
3366
-
'@esbuild/linux-ppc64@0.25.12':
3367
3367
-
optional: true
3368
3368
-
3369
3369
-
'@esbuild/linux-riscv64@0.25.12':
3370
3370
-
optional: true
3371
3371
-
3372
3372
-
'@esbuild/linux-s390x@0.25.12':
3373
3373
-
optional: true
3374
3374
-
3375
3375
-
'@esbuild/linux-x64@0.25.12':
3376
3376
-
optional: true
3377
3377
-
3378
3378
-
'@esbuild/netbsd-arm64@0.25.12':
3379
3379
-
optional: true
3380
3380
-
3381
3381
-
'@esbuild/netbsd-x64@0.25.12':
3382
3382
-
optional: true
3383
3383
-
3384
3384
-
'@esbuild/openbsd-arm64@0.25.12':
3385
3385
-
optional: true
3386
3386
-
3387
3387
-
'@esbuild/openbsd-x64@0.25.12':
3388
3388
-
optional: true
3389
3389
-
3390
3390
-
'@esbuild/openharmony-arm64@0.25.12':
3391
3391
-
optional: true
3392
3392
-
3393
3393
-
'@esbuild/sunos-x64@0.25.12':
3394
3394
-
optional: true
3395
3395
-
3396
3396
-
'@esbuild/win32-arm64@0.25.12':
3397
3397
-
optional: true
3398
3398
-
3399
3399
-
'@esbuild/win32-ia32@0.25.12':
3400
3400
-
optional: true
3401
3401
-
3402
3402
-
'@esbuild/win32-x64@0.25.12':
3403
3403
-
optional: true
3404
3404
-
3405
2732
'@eslint-community/eslint-plugin-eslint-comments@4.7.1(eslint@9.39.4(jiti@2.6.1))':
3406
2733
dependencies:
3407
2734
escape-string-regexp: 4.0.0
···
3514
2841
'@jridgewell/gen-mapping@0.3.13':
3515
2842
dependencies:
3516
2843
'@jridgewell/sourcemap-codec': 1.5.5
3517
3517
-
'@jridgewell/trace-mapping': 0.3.31
3518
3518
-
3519
3519
-
'@jridgewell/remapping@2.3.5':
3520
3520
-
dependencies:
3521
3521
-
'@jridgewell/gen-mapping': 0.3.13
3522
2844
'@jridgewell/trace-mapping': 0.3.31
3523
2845
3524
2846
'@jridgewell/resolve-uri@3.1.2': {}
···
3610
2932
3611
2933
'@rolldown/pluginutils@1.0.0': {}
3612
2934
3613
3613
-
'@rollup/plugin-alias@5.1.1(rollup@4.60.2)':
3614
3614
-
optionalDependencies:
3615
3615
-
rollup: 4.60.2
3616
3616
-
3617
3617
-
'@rollup/plugin-commonjs@28.0.9(rollup@4.60.2)':
3618
3618
-
dependencies:
3619
3619
-
'@rollup/pluginutils': 5.3.0(rollup@4.60.2)
3620
3620
-
commondir: 1.0.1
3621
3621
-
estree-walker: 2.0.2
3622
3622
-
fdir: 6.5.0(picomatch@4.0.4)
3623
3623
-
is-reference: 1.2.1
3624
3624
-
magic-string: 0.30.21
3625
3625
-
picomatch: 4.0.4
3626
3626
-
optionalDependencies:
3627
3627
-
rollup: 4.60.2
3628
3628
-
3629
3629
-
'@rollup/plugin-json@6.1.0(rollup@4.60.2)':
3630
3630
-
dependencies:
3631
3631
-
'@rollup/pluginutils': 5.3.0(rollup@4.60.2)
3632
3632
-
optionalDependencies:
3633
3633
-
rollup: 4.60.2
3634
3634
-
3635
3635
-
'@rollup/plugin-node-resolve@16.0.3(rollup@4.60.2)':
3636
3636
-
dependencies:
3637
3637
-
'@rollup/pluginutils': 5.3.0(rollup@4.60.2)
3638
3638
-
'@types/resolve': 1.20.2
3639
3639
-
deepmerge: 4.3.1
3640
3640
-
is-module: 1.0.0
3641
3641
-
resolve: 1.22.12
3642
3642
-
optionalDependencies:
3643
3643
-
rollup: 4.60.2
3644
3644
-
3645
3645
-
'@rollup/plugin-replace@6.0.3(rollup@4.60.2)':
3646
3646
-
dependencies:
3647
3647
-
'@rollup/pluginutils': 5.3.0(rollup@4.60.2)
3648
3648
-
magic-string: 0.30.21
3649
3649
-
optionalDependencies:
3650
3650
-
rollup: 4.60.2
3651
3651
-
3652
3652
-
'@rollup/pluginutils@5.3.0(rollup@4.60.2)':
3653
3653
-
dependencies:
3654
3654
-
'@types/estree': 1.0.8
3655
3655
-
estree-walker: 2.0.2
3656
3656
-
picomatch: 4.0.4
3657
3657
-
optionalDependencies:
3658
3658
-
rollup: 4.60.2
3659
3659
-
3660
3660
-
'@rollup/rollup-android-arm-eabi@4.60.2':
3661
3661
-
optional: true
3662
3662
-
3663
3663
-
'@rollup/rollup-android-arm64@4.60.2':
3664
3664
-
optional: true
3665
3665
-
3666
3666
-
'@rollup/rollup-darwin-arm64@4.60.2':
3667
3667
-
optional: true
3668
3668
-
3669
3669
-
'@rollup/rollup-darwin-x64@4.60.2':
3670
3670
-
optional: true
3671
3671
-
3672
3672
-
'@rollup/rollup-freebsd-arm64@4.60.2':
3673
3673
-
optional: true
3674
3674
-
3675
3675
-
'@rollup/rollup-freebsd-x64@4.60.2':
3676
3676
-
optional: true
3677
3677
-
3678
3678
-
'@rollup/rollup-linux-arm-gnueabihf@4.60.2':
3679
3679
-
optional: true
3680
3680
-
3681
3681
-
'@rollup/rollup-linux-arm-musleabihf@4.60.2':
3682
3682
-
optional: true
3683
3683
-
3684
3684
-
'@rollup/rollup-linux-arm64-gnu@4.60.2':
3685
3685
-
optional: true
3686
3686
-
3687
3687
-
'@rollup/rollup-linux-arm64-musl@4.60.2':
3688
3688
-
optional: true
3689
3689
-
3690
3690
-
'@rollup/rollup-linux-loong64-gnu@4.60.2':
3691
3691
-
optional: true
3692
3692
-
3693
3693
-
'@rollup/rollup-linux-loong64-musl@4.60.2':
3694
3694
-
optional: true
3695
3695
-
3696
3696
-
'@rollup/rollup-linux-ppc64-gnu@4.60.2':
3697
3697
-
optional: true
3698
3698
-
3699
3699
-
'@rollup/rollup-linux-ppc64-musl@4.60.2':
3700
3700
-
optional: true
3701
3701
-
3702
3702
-
'@rollup/rollup-linux-riscv64-gnu@4.60.2':
3703
3703
-
optional: true
3704
3704
-
3705
3705
-
'@rollup/rollup-linux-riscv64-musl@4.60.2':
3706
3706
-
optional: true
3707
3707
-
3708
3708
-
'@rollup/rollup-linux-s390x-gnu@4.60.2':
3709
3709
-
optional: true
3710
3710
-
3711
3711
-
'@rollup/rollup-linux-x64-gnu@4.60.2':
3712
3712
-
optional: true
3713
3713
-
3714
3714
-
'@rollup/rollup-linux-x64-musl@4.60.2':
3715
3715
-
optional: true
3716
3716
-
3717
3717
-
'@rollup/rollup-openbsd-x64@4.60.2':
3718
3718
-
optional: true
3719
3719
-
3720
3720
-
'@rollup/rollup-openharmony-arm64@4.60.2':
3721
3721
-
optional: true
3722
3722
-
3723
3723
-
'@rollup/rollup-win32-arm64-msvc@4.60.2':
3724
3724
-
optional: true
3725
3725
-
3726
3726
-
'@rollup/rollup-win32-ia32-msvc@4.60.2':
3727
3727
-
optional: true
3728
3728
-
3729
3729
-
'@rollup/rollup-win32-x64-gnu@4.60.2':
3730
3730
-
optional: true
3731
3731
-
3732
3732
-
'@rollup/rollup-win32-x64-msvc@4.60.2':
3733
3733
-
optional: true
3734
3734
-
3735
2935
'@sanity/client@7.22.1':
3736
2936
dependencies:
3737
2937
'@sanity/eventsource': 5.0.2
···
3784
2984
3785
2985
'@types/eventsource@1.1.15': {}
3786
2986
2987
2987
+
'@types/jsesc@2.5.1': {}
2988
2988
+
3787
2989
'@types/json-schema@7.0.15': {}
3788
2990
3789
2991
'@types/mdast@4.0.4':
···
3801
3003
undici-types: 7.19.2
3802
3004
3803
3005
'@types/normalize-package-data@2.4.4': {}
3804
3804
-
3805
3805
-
'@types/resolve@1.20.2': {}
3806
3006
3807
3007
'@types/unist@3.0.3': {}
3808
3008
···
4125
3325
4126
3326
ansi-styles@6.2.3: {}
4127
3327
3328
3328
+
ansis@4.3.1: {}
3329
3329
+
4128
3330
are-docs-informative@0.0.2: {}
4129
3331
4130
3332
argparse@2.0.1: {}
···
4135
3337
4136
3338
assertion-error@2.0.1: {}
4137
3339
3340
3340
+
ast-kit@3.0.0-beta.1:
3341
3341
+
dependencies:
3342
3342
+
'@babel/parser': 8.0.0-rc.6
3343
3343
+
estree-walker: 3.0.3
3344
3344
+
pathe: 2.0.3
3345
3345
+
4138
3346
ast-v8-to-istanbul@1.0.0:
4139
3347
dependencies:
4140
3348
'@jridgewell/trace-mapping': 0.3.31
4141
3349
estree-walker: 3.0.3
4142
3350
js-tokens: 10.0.0
4143
3351
4144
4144
-
autoprefixer@10.5.0(postcss@8.5.15):
4145
4145
-
dependencies:
4146
4146
-
browserslist: 4.28.2
4147
4147
-
caniuse-lite: 1.0.30001788
4148
4148
-
fraction.js: 5.3.4
4149
4149
-
picocolors: 1.1.1
4150
4150
-
postcss: 8.5.15
4151
4151
-
postcss-value-parser: 4.2.0
4152
4152
-
4153
3352
balanced-match@1.0.2: {}
4154
3353
4155
3354
balanced-match@4.0.4: {}
4156
3355
4157
3356
baseline-browser-mapping@2.10.20: {}
3357
3357
+
3358
3358
+
birpc@4.0.0: {}
4158
3359
4159
3360
boolbase@1.0.0: {}
4160
3361
···
4201
3402
4202
3403
callsites@3.1.0: {}
4203
3404
4204
4204
-
caniuse-api@3.0.0:
4205
4205
-
dependencies:
4206
4206
-
browserslist: 4.28.2
4207
4207
-
caniuse-lite: 1.0.30001788
4208
4208
-
lodash.memoize: 4.1.2
4209
4209
-
lodash.uniq: 4.5.0
4210
4210
-
4211
3405
caniuse-lite@1.0.30001788: {}
4212
3406
4213
3407
ccount@2.0.1: {}
···
4222
3416
character-entities@2.0.2: {}
4223
3417
4224
3418
ci-info@4.4.0: {}
4225
4225
-
4226
4226
-
citty@0.1.6:
4227
4227
-
dependencies:
4228
4228
-
consola: 3.4.2
4229
3419
4230
3420
clean-regexp@1.0.0:
4231
3421
dependencies:
···
4253
3443
color-name@1.1.4: {}
4254
3444
4255
3445
commander@10.0.1: {}
4256
4256
-
4257
4257
-
commander@11.1.0: {}
4258
3446
4259
3447
comment-parser@1.4.1: {}
4260
3448
4261
3449
comment-parser@1.4.6: {}
4262
3450
4263
4263
-
commondir@1.0.1: {}
4264
4264
-
4265
3451
compare-func@2.0.0:
4266
3452
dependencies:
4267
3453
array-ify: 1.0.0
···
4278
3464
ini: 1.3.8
4279
3465
proto-list: 1.2.4
4280
3466
4281
4281
-
consola@3.4.2: {}
4282
4282
-
4283
3467
conventional-changelog-conventionalcommits@9.3.1:
4284
3468
dependencies:
4285
3469
compare-func: 2.0.0
···
4298
3482
shebang-command: 2.0.0
4299
3483
which: 2.0.2
4300
3484
4301
4301
-
css-declaration-sorter@7.4.0(postcss@8.5.15):
4302
4302
-
dependencies:
4303
4303
-
postcss: 8.5.15
4304
4304
-
4305
4305
-
css-select@5.2.2:
4306
4306
-
dependencies:
4307
4307
-
boolbase: 1.0.0
4308
4308
-
css-what: 6.2.2
4309
4309
-
domhandler: 5.0.3
4310
4310
-
domutils: 3.2.2
4311
4311
-
nth-check: 2.1.1
4312
4312
-
4313
4313
-
css-tree@2.2.1:
4314
4314
-
dependencies:
4315
4315
-
mdn-data: 2.0.28
4316
4316
-
source-map-js: 1.2.1
4317
4317
-
4318
4318
-
css-tree@3.2.1:
4319
4319
-
dependencies:
4320
4320
-
mdn-data: 2.27.1
4321
4321
-
source-map-js: 1.2.1
4322
4322
-
4323
4323
-
css-what@6.2.2: {}
4324
4324
-
4325
3485
cssesc@3.0.0: {}
4326
3486
4327
4327
-
cssnano-preset-default@7.0.13(postcss@8.5.15):
4328
4328
-
dependencies:
4329
4329
-
browserslist: 4.28.2
4330
4330
-
css-declaration-sorter: 7.4.0(postcss@8.5.15)
4331
4331
-
cssnano-utils: 5.0.1(postcss@8.5.15)
4332
4332
-
postcss: 8.5.15
4333
4333
-
postcss-calc: 10.1.1(postcss@8.5.15)
4334
4334
-
postcss-colormin: 7.0.8(postcss@8.5.15)
4335
4335
-
postcss-convert-values: 7.0.10(postcss@8.5.15)
4336
4336
-
postcss-discard-comments: 7.0.6(postcss@8.5.15)
4337
4337
-
postcss-discard-duplicates: 7.0.2(postcss@8.5.15)
4338
4338
-
postcss-discard-empty: 7.0.1(postcss@8.5.15)
4339
4339
-
postcss-discard-overridden: 7.0.1(postcss@8.5.15)
4340
4340
-
postcss-merge-longhand: 7.0.5(postcss@8.5.15)
4341
4341
-
postcss-merge-rules: 7.0.9(postcss@8.5.15)
4342
4342
-
postcss-minify-font-values: 7.0.1(postcss@8.5.15)
4343
4343
-
postcss-minify-gradients: 7.0.3(postcss@8.5.15)
4344
4344
-
postcss-minify-params: 7.0.7(postcss@8.5.15)
4345
4345
-
postcss-minify-selectors: 7.0.6(postcss@8.5.15)
4346
4346
-
postcss-normalize-charset: 7.0.1(postcss@8.5.15)
4347
4347
-
postcss-normalize-display-values: 7.0.1(postcss@8.5.15)
4348
4348
-
postcss-normalize-positions: 7.0.1(postcss@8.5.15)
4349
4349
-
postcss-normalize-repeat-style: 7.0.1(postcss@8.5.15)
4350
4350
-
postcss-normalize-string: 7.0.1(postcss@8.5.15)
4351
4351
-
postcss-normalize-timing-functions: 7.0.1(postcss@8.5.15)
4352
4352
-
postcss-normalize-unicode: 7.0.7(postcss@8.5.15)
4353
4353
-
postcss-normalize-url: 7.0.1(postcss@8.5.15)
4354
4354
-
postcss-normalize-whitespace: 7.0.1(postcss@8.5.15)
4355
4355
-
postcss-ordered-values: 7.0.2(postcss@8.5.15)
4356
4356
-
postcss-reduce-initial: 7.0.7(postcss@8.5.15)
4357
4357
-
postcss-reduce-transforms: 7.0.1(postcss@8.5.15)
4358
4358
-
postcss-svgo: 7.1.1(postcss@8.5.15)
4359
4359
-
postcss-unique-selectors: 7.0.5(postcss@8.5.15)
4360
4360
-
4361
4361
-
cssnano-utils@5.0.1(postcss@8.5.15):
4362
4362
-
dependencies:
4363
4363
-
postcss: 8.5.15
4364
4364
-
4365
4365
-
cssnano@7.1.5(postcss@8.5.15):
4366
4366
-
dependencies:
4367
4367
-
cssnano-preset-default: 7.0.13(postcss@8.5.15)
4368
4368
-
lilconfig: 3.1.3
4369
4369
-
postcss: 8.5.15
4370
4370
-
4371
4371
-
csso@5.0.5:
4372
4372
-
dependencies:
4373
4373
-
css-tree: 2.2.1
4374
4374
-
4375
3487
csstype@3.2.3: {}
4376
3488
4377
3489
debug@4.4.3:
···
4387
3499
mimic-response: 3.1.0
4388
3500
4389
3501
deep-is@0.1.4: {}
4390
4390
-
4391
4391
-
deepmerge@4.3.1: {}
4392
3502
4393
3503
defu@6.1.7: {}
4394
3504
···
4402
3512
4403
3513
diff-sequences@27.5.1: {}
4404
3514
4405
4405
-
dom-serializer@2.0.0:
4406
4406
-
dependencies:
4407
4407
-
domelementtype: 2.3.0
4408
4408
-
domhandler: 5.0.3
4409
4409
-
entities: 4.5.0
4410
4410
-
4411
4411
-
domelementtype@2.3.0: {}
4412
4412
-
4413
4413
-
domhandler@5.0.3:
4414
4414
-
dependencies:
4415
4415
-
domelementtype: 2.3.0
4416
4416
-
4417
4417
-
domutils@3.2.2:
4418
4418
-
dependencies:
4419
4419
-
dom-serializer: 2.0.0
4420
4420
-
domelementtype: 2.3.0
4421
4421
-
domhandler: 5.0.3
4422
4422
-
4423
3515
dot-prop@5.3.0:
4424
3516
dependencies:
4425
3517
is-obj: 2.0.0
3518
3518
+
3519
3519
+
dts-resolver@3.0.0: {}
4426
3520
4427
3521
eastasianwidth@0.2.0: {}
4428
3522
···
4441
3535
4442
3536
emoji-regex@9.2.2: {}
4443
3537
3538
3538
+
empathic@2.0.1: {}
3539
3539
+
4444
3540
enhanced-resolve@5.20.1:
4445
3541
dependencies:
4446
3542
graceful-fs: 4.2.11
4447
3543
tapable: 2.3.2
4448
4448
-
4449
4449
-
entities@4.5.0: {}
4450
3544
4451
3545
entities@7.0.1: {}
4452
3546
···
4463
3557
es-errors@1.3.0: {}
4464
3558
4465
3559
es-module-lexer@2.0.0: {}
4466
4466
-
4467
4467
-
esbuild@0.25.12:
4468
4468
-
optionalDependencies:
4469
4469
-
'@esbuild/aix-ppc64': 0.25.12
4470
4470
-
'@esbuild/android-arm': 0.25.12
4471
4471
-
'@esbuild/android-arm64': 0.25.12
4472
4472
-
'@esbuild/android-x64': 0.25.12
4473
4473
-
'@esbuild/darwin-arm64': 0.25.12
4474
4474
-
'@esbuild/darwin-x64': 0.25.12
4475
4475
-
'@esbuild/freebsd-arm64': 0.25.12
4476
4476
-
'@esbuild/freebsd-x64': 0.25.12
4477
4477
-
'@esbuild/linux-arm': 0.25.12
4478
4478
-
'@esbuild/linux-arm64': 0.25.12
4479
4479
-
'@esbuild/linux-ia32': 0.25.12
4480
4480
-
'@esbuild/linux-loong64': 0.25.12
4481
4481
-
'@esbuild/linux-mips64el': 0.25.12
4482
4482
-
'@esbuild/linux-ppc64': 0.25.12
4483
4483
-
'@esbuild/linux-riscv64': 0.25.12
4484
4484
-
'@esbuild/linux-s390x': 0.25.12
4485
4485
-
'@esbuild/linux-x64': 0.25.12
4486
4486
-
'@esbuild/netbsd-arm64': 0.25.12
4487
4487
-
'@esbuild/netbsd-x64': 0.25.12
4488
4488
-
'@esbuild/openbsd-arm64': 0.25.12
4489
4489
-
'@esbuild/openbsd-x64': 0.25.12
4490
4490
-
'@esbuild/openharmony-arm64': 0.25.12
4491
4491
-
'@esbuild/sunos-x64': 0.25.12
4492
4492
-
'@esbuild/win32-arm64': 0.25.12
4493
4493
-
'@esbuild/win32-ia32': 0.25.12
4494
4494
-
'@esbuild/win32-x64': 0.25.12
4495
3560
4496
3561
escalade@3.2.0: {}
4497
3562
···
4833
3898
locate-path: 6.0.0
4834
3899
path-exists: 4.0.0
4835
3900
4836
4836
-
fix-dts-default-cjs-exports@1.0.1:
4837
4837
-
dependencies:
4838
4838
-
magic-string: 0.30.21
4839
4839
-
mlly: 1.8.2
4840
4840
-
rollup: 4.60.2
4841
4841
-
4842
3901
flat-cache@4.0.1:
4843
3902
dependencies:
4844
3903
flatted: 3.4.2
···
4855
3914
4856
3915
format@0.2.2: {}
4857
3916
4858
4858
-
fraction.js@5.3.4: {}
4859
4859
-
4860
3917
fsevents@2.3.3:
4861
3918
optional: true
4862
3919
···
4874
3931
tunnel-agent: 0.6.0
4875
3932
4876
3933
get-tsconfig@4.14.0:
3934
3934
+
dependencies:
3935
3935
+
resolve-pkg-maps: 1.0.0
3936
3936
+
3937
3937
+
get-tsconfig@5.0.0-beta.5:
4877
3938
dependencies:
4878
3939
resolve-pkg-maps: 1.0.0
4879
3940
···
4925
3986
dependencies:
4926
3987
function-bind: 1.1.2
4927
3988
4928
4928
-
hookable@5.5.3: {}
3989
3989
+
hookable@6.1.1: {}
4929
3990
4930
3991
hosted-git-info@2.8.9: {}
4931
3992
···
4941
4002
dependencies:
4942
4003
parent-module: 1.0.1
4943
4004
resolve-from: 4.0.0
4005
4005
+
4006
4006
+
import-without-cache@0.4.0: {}
4944
4007
4945
4008
imurmurhash@0.1.4: {}
4946
4009
···
4972
4035
dependencies:
4973
4036
is-extglob: 2.1.1
4974
4037
4975
4975
-
is-module@1.0.0: {}
4976
4976
-
4977
4038
is-obj@2.0.0: {}
4978
4039
4979
4979
-
is-reference@1.2.1:
4980
4980
-
dependencies:
4981
4981
-
'@types/estree': 1.0.8
4982
4982
-
4983
4040
is-retry-allowed@2.2.0: {}
4984
4041
4985
4042
isarray@1.0.0: {}
···
5004
4061
'@isaacs/cliui': 8.0.2
5005
4062
optionalDependencies:
5006
4063
'@pkgjs/parseargs': 0.11.0
5007
5007
-
5008
5008
-
jiti@1.21.7: {}
5009
4064
5010
4065
jiti@2.6.1: {}
5011
4066
···
5055
4110
keyv@4.5.4:
5056
4111
dependencies:
5057
4112
json-buffer: 3.0.1
5058
5058
-
5059
5059
-
knitwork@1.3.0: {}
5060
4113
5061
4114
levn@0.4.1:
5062
4115
dependencies:
···
5112
4165
lightningcss-win32-arm64-msvc: 1.32.0
5113
4166
lightningcss-win32-x64-msvc: 1.32.0
5114
4167
5115
5115
-
lilconfig@3.1.3: {}
5116
5116
-
5117
4168
lines-and-columns@1.2.4: {}
5118
4169
5119
4170
lint-staged@17.0.7:
···
5147
4198
dependencies:
5148
4199
p-locate: 5.0.0
5149
4200
5150
5150
-
lodash.memoize@4.1.2: {}
5151
5151
-
5152
4201
lodash.merge@4.6.2: {}
5153
5153
-
5154
5154
-
lodash.uniq@4.5.0: {}
5155
4202
5156
4203
lodash@4.18.1: {}
5157
4204
···
5295
4342
mdast-util-to-string@4.0.0:
5296
4343
dependencies:
5297
4344
'@types/mdast': 4.0.4
5298
5298
-
5299
5299
-
mdn-data@2.0.28: {}
5300
5300
-
5301
5301
-
mdn-data@2.27.1: {}
5302
4345
5303
4346
memory-fs@0.5.0:
5304
4347
dependencies:
···
5525
4568
5526
4569
minipass@7.1.3: {}
5527
4570
5528
5528
-
mkdist@2.4.1(typescript@5.9.3)(vue@3.5.35(typescript@5.9.3)):
5529
5529
-
dependencies:
5530
5530
-
autoprefixer: 10.5.0(postcss@8.5.15)
5531
5531
-
citty: 0.1.6
5532
5532
-
cssnano: 7.1.5(postcss@8.5.15)
5533
5533
-
defu: 6.1.7
5534
5534
-
esbuild: 0.25.12
5535
5535
-
jiti: 1.21.7
5536
5536
-
mlly: 1.8.2
5537
5537
-
pathe: 2.0.3
5538
5538
-
pkg-types: 2.3.0
5539
5539
-
postcss: 8.5.15
5540
5540
-
postcss-nested: 7.0.2(postcss@8.5.15)
5541
5541
-
semver: 7.8.2
5542
5542
-
tinyglobby: 0.2.17
5543
5543
-
optionalDependencies:
5544
5544
-
typescript: 5.9.3
5545
5545
-
vue: 3.5.35(typescript@5.9.3)
5546
5546
-
5547
4571
mlly@1.8.2:
5548
4572
dependencies:
5549
4573
acorn: 8.16.0
···
5665
4689
5666
4690
pluralize@8.0.0: {}
5667
4691
5668
5668
-
postcss-calc@10.1.1(postcss@8.5.15):
5669
5669
-
dependencies:
5670
5670
-
postcss: 8.5.15
5671
5671
-
postcss-selector-parser: 7.1.1
5672
5672
-
postcss-value-parser: 4.2.0
5673
5673
-
5674
5674
-
postcss-colormin@7.0.8(postcss@8.5.15):
5675
5675
-
dependencies:
5676
5676
-
'@colordx/core': 5.2.0
5677
5677
-
browserslist: 4.28.2
5678
5678
-
caniuse-api: 3.0.0
5679
5679
-
postcss: 8.5.15
5680
5680
-
postcss-value-parser: 4.2.0
5681
5681
-
5682
5682
-
postcss-convert-values@7.0.10(postcss@8.5.15):
5683
5683
-
dependencies:
5684
5684
-
browserslist: 4.28.2
5685
5685
-
postcss: 8.5.15
5686
5686
-
postcss-value-parser: 4.2.0
5687
5687
-
5688
5688
-
postcss-discard-comments@7.0.6(postcss@8.5.15):
5689
5689
-
dependencies:
5690
5690
-
postcss: 8.5.15
5691
5691
-
postcss-selector-parser: 7.1.1
5692
5692
-
5693
5693
-
postcss-discard-duplicates@7.0.2(postcss@8.5.15):
5694
5694
-
dependencies:
5695
5695
-
postcss: 8.5.15
5696
5696
-
5697
5697
-
postcss-discard-empty@7.0.1(postcss@8.5.15):
5698
5698
-
dependencies:
5699
5699
-
postcss: 8.5.15
5700
5700
-
5701
5701
-
postcss-discard-overridden@7.0.1(postcss@8.5.15):
5702
5702
-
dependencies:
5703
5703
-
postcss: 8.5.15
5704
5704
-
5705
5705
-
postcss-merge-longhand@7.0.5(postcss@8.5.15):
5706
5706
-
dependencies:
5707
5707
-
postcss: 8.5.15
5708
5708
-
postcss-value-parser: 4.2.0
5709
5709
-
stylehacks: 7.0.9(postcss@8.5.15)
5710
5710
-
5711
5711
-
postcss-merge-rules@7.0.9(postcss@8.5.15):
5712
5712
-
dependencies:
5713
5713
-
browserslist: 4.28.2
5714
5714
-
caniuse-api: 3.0.0
5715
5715
-
cssnano-utils: 5.0.1(postcss@8.5.15)
5716
5716
-
postcss: 8.5.15
5717
5717
-
postcss-selector-parser: 7.1.1
5718
5718
-
5719
5719
-
postcss-minify-font-values@7.0.1(postcss@8.5.15):
5720
5720
-
dependencies:
5721
5721
-
postcss: 8.5.15
5722
5722
-
postcss-value-parser: 4.2.0
5723
5723
-
5724
5724
-
postcss-minify-gradients@7.0.3(postcss@8.5.15):
5725
5725
-
dependencies:
5726
5726
-
'@colordx/core': 5.2.0
5727
5727
-
cssnano-utils: 5.0.1(postcss@8.5.15)
5728
5728
-
postcss: 8.5.15
5729
5729
-
postcss-value-parser: 4.2.0
5730
5730
-
5731
5731
-
postcss-minify-params@7.0.7(postcss@8.5.15):
5732
5732
-
dependencies:
5733
5733
-
browserslist: 4.28.2
5734
5734
-
cssnano-utils: 5.0.1(postcss@8.5.15)
5735
5735
-
postcss: 8.5.15
5736
5736
-
postcss-value-parser: 4.2.0
5737
5737
-
5738
5738
-
postcss-minify-selectors@7.0.6(postcss@8.5.15):
5739
5739
-
dependencies:
5740
5740
-
cssesc: 3.0.0
5741
5741
-
postcss: 8.5.15
5742
5742
-
postcss-selector-parser: 7.1.1
5743
5743
-
5744
5744
-
postcss-nested@7.0.2(postcss@8.5.15):
5745
5745
-
dependencies:
5746
5746
-
postcss: 8.5.15
5747
5747
-
postcss-selector-parser: 7.1.1
5748
5748
-
5749
5749
-
postcss-normalize-charset@7.0.1(postcss@8.5.15):
5750
5750
-
dependencies:
5751
5751
-
postcss: 8.5.15
5752
5752
-
5753
5753
-
postcss-normalize-display-values@7.0.1(postcss@8.5.15):
5754
5754
-
dependencies:
5755
5755
-
postcss: 8.5.15
5756
5756
-
postcss-value-parser: 4.2.0
5757
5757
-
5758
5758
-
postcss-normalize-positions@7.0.1(postcss@8.5.15):
5759
5759
-
dependencies:
5760
5760
-
postcss: 8.5.15
5761
5761
-
postcss-value-parser: 4.2.0
5762
5762
-
5763
5763
-
postcss-normalize-repeat-style@7.0.1(postcss@8.5.15):
5764
5764
-
dependencies:
5765
5765
-
postcss: 8.5.15
5766
5766
-
postcss-value-parser: 4.2.0
5767
5767
-
5768
5768
-
postcss-normalize-string@7.0.1(postcss@8.5.15):
5769
5769
-
dependencies:
5770
5770
-
postcss: 8.5.15
5771
5771
-
postcss-value-parser: 4.2.0
5772
5772
-
5773
5773
-
postcss-normalize-timing-functions@7.0.1(postcss@8.5.15):
5774
5774
-
dependencies:
5775
5775
-
postcss: 8.5.15
5776
5776
-
postcss-value-parser: 4.2.0
5777
5777
-
5778
5778
-
postcss-normalize-unicode@7.0.7(postcss@8.5.15):
5779
5779
-
dependencies:
5780
5780
-
browserslist: 4.28.2
5781
5781
-
postcss: 8.5.15
5782
5782
-
postcss-value-parser: 4.2.0
5783
5783
-
5784
5784
-
postcss-normalize-url@7.0.1(postcss@8.5.15):
5785
5785
-
dependencies:
5786
5786
-
postcss: 8.5.15
5787
5787
-
postcss-value-parser: 4.2.0
5788
5788
-
5789
5789
-
postcss-normalize-whitespace@7.0.1(postcss@8.5.15):
5790
5790
-
dependencies:
5791
5791
-
postcss: 8.5.15
5792
5792
-
postcss-value-parser: 4.2.0
5793
5793
-
5794
5794
-
postcss-ordered-values@7.0.2(postcss@8.5.15):
5795
5795
-
dependencies:
5796
5796
-
cssnano-utils: 5.0.1(postcss@8.5.15)
5797
5797
-
postcss: 8.5.15
5798
5798
-
postcss-value-parser: 4.2.0
5799
5799
-
5800
5800
-
postcss-reduce-initial@7.0.7(postcss@8.5.15):
5801
5801
-
dependencies:
5802
5802
-
browserslist: 4.28.2
5803
5803
-
caniuse-api: 3.0.0
5804
5804
-
postcss: 8.5.15
5805
5805
-
5806
5806
-
postcss-reduce-transforms@7.0.1(postcss@8.5.15):
5807
5807
-
dependencies:
5808
5808
-
postcss: 8.5.15
5809
5809
-
postcss-value-parser: 4.2.0
5810
5810
-
5811
4692
postcss-selector-parser@6.1.2:
5812
4693
dependencies:
5813
4694
cssesc: 3.0.0
5814
4695
util-deprecate: 1.0.2
5815
4696
5816
5816
-
postcss-selector-parser@7.1.1:
5817
5817
-
dependencies:
5818
5818
-
cssesc: 3.0.0
5819
5819
-
util-deprecate: 1.0.2
5820
5820
-
5821
5821
-
postcss-svgo@7.1.1(postcss@8.5.15):
5822
5822
-
dependencies:
5823
5823
-
postcss: 8.5.15
5824
5824
-
postcss-value-parser: 4.2.0
5825
5825
-
svgo: 4.0.1
5826
5826
-
5827
5827
-
postcss-unique-selectors@7.0.5(postcss@8.5.15):
5828
5828
-
dependencies:
5829
5829
-
postcss: 8.5.15
5830
5830
-
postcss-selector-parser: 7.1.1
5831
5831
-
5832
5832
-
postcss-value-parser@4.2.0: {}
5833
5833
-
5834
4697
postcss@8.5.15:
5835
4698
dependencies:
5836
4699
nanoid: 3.3.12
···
5838
4701
source-map-js: 1.2.1
5839
4702
5840
4703
prelude-ls@1.2.1: {}
5841
5841
-
5842
5842
-
pretty-bytes@7.1.0: {}
5843
4704
5844
4705
process-nextick-args@2.0.1: {}
5845
4706
···
5917
4778
5918
4779
rfdc@1.4.1: {}
5919
4780
4781
4781
+
rolldown-plugin-dts@0.25.2(rolldown@1.0.3)(typescript@5.9.3):
4782
4782
+
dependencies:
4783
4783
+
'@babel/generator': 8.0.0-rc.6
4784
4784
+
'@babel/helper-validator-identifier': 8.0.0-rc.6
4785
4785
+
'@babel/parser': 8.0.0-rc.6
4786
4786
+
ast-kit: 3.0.0-beta.1
4787
4787
+
birpc: 4.0.0
4788
4788
+
dts-resolver: 3.0.0
4789
4789
+
get-tsconfig: 5.0.0-beta.5
4790
4790
+
obug: 2.1.1
4791
4791
+
rolldown: 1.0.3
4792
4792
+
optionalDependencies:
4793
4793
+
typescript: 5.9.3
4794
4794
+
transitivePeerDependencies:
4795
4795
+
- oxc-resolver
4796
4796
+
5920
4797
rolldown@1.0.3:
5921
4798
dependencies:
5922
4799
'@oxc-project/types': 0.133.0
···
5938
4815
'@rolldown/binding-win32-arm64-msvc': 1.0.3
5939
4816
'@rolldown/binding-win32-x64-msvc': 1.0.3
5940
4817
5941
5941
-
rollup-plugin-dts@6.4.1(rollup@4.60.2)(typescript@5.9.3):
5942
5942
-
dependencies:
5943
5943
-
'@jridgewell/remapping': 2.3.5
5944
5944
-
'@jridgewell/sourcemap-codec': 1.5.5
5945
5945
-
convert-source-map: 2.0.0
5946
5946
-
magic-string: 0.30.21
5947
5947
-
rollup: 4.60.2
5948
5948
-
typescript: 5.9.3
5949
5949
-
optionalDependencies:
5950
5950
-
'@babel/code-frame': 7.29.0
5951
5951
-
5952
5952
-
rollup@4.60.2:
5953
5953
-
dependencies:
5954
5954
-
'@types/estree': 1.0.8
5955
5955
-
optionalDependencies:
5956
5956
-
'@rollup/rollup-android-arm-eabi': 4.60.2
5957
5957
-
'@rollup/rollup-android-arm64': 4.60.2
5958
5958
-
'@rollup/rollup-darwin-arm64': 4.60.2
5959
5959
-
'@rollup/rollup-darwin-x64': 4.60.2
5960
5960
-
'@rollup/rollup-freebsd-arm64': 4.60.2
5961
5961
-
'@rollup/rollup-freebsd-x64': 4.60.2
5962
5962
-
'@rollup/rollup-linux-arm-gnueabihf': 4.60.2
5963
5963
-
'@rollup/rollup-linux-arm-musleabihf': 4.60.2
5964
5964
-
'@rollup/rollup-linux-arm64-gnu': 4.60.2
5965
5965
-
'@rollup/rollup-linux-arm64-musl': 4.60.2
5966
5966
-
'@rollup/rollup-linux-loong64-gnu': 4.60.2
5967
5967
-
'@rollup/rollup-linux-loong64-musl': 4.60.2
5968
5968
-
'@rollup/rollup-linux-ppc64-gnu': 4.60.2
5969
5969
-
'@rollup/rollup-linux-ppc64-musl': 4.60.2
5970
5970
-
'@rollup/rollup-linux-riscv64-gnu': 4.60.2
5971
5971
-
'@rollup/rollup-linux-riscv64-musl': 4.60.2
5972
5972
-
'@rollup/rollup-linux-s390x-gnu': 4.60.2
5973
5973
-
'@rollup/rollup-linux-x64-gnu': 4.60.2
5974
5974
-
'@rollup/rollup-linux-x64-musl': 4.60.2
5975
5975
-
'@rollup/rollup-openbsd-x64': 4.60.2
5976
5976
-
'@rollup/rollup-openharmony-arm64': 4.60.2
5977
5977
-
'@rollup/rollup-win32-arm64-msvc': 4.60.2
5978
5978
-
'@rollup/rollup-win32-ia32-msvc': 4.60.2
5979
5979
-
'@rollup/rollup-win32-x64-gnu': 4.60.2
5980
5980
-
'@rollup/rollup-win32-x64-msvc': 4.60.2
5981
5981
-
fsevents: 2.3.3
5982
5982
-
5983
4818
rxjs@7.8.2:
5984
4819
dependencies:
5985
4820
tslib: 2.8.1
···
5990
4825
5991
4826
sanity-typed-queries@0.9.5: {}
5992
4827
5993
5993
-
sax@1.6.0: {}
5994
5994
-
5995
4828
scslre@0.3.0:
5996
4829
dependencies:
5997
4830
'@eslint-community/regexpp': 4.12.2
5998
4831
refa: 0.12.1
5999
4832
regexp-ast-analysis: 0.7.1
6000
6000
-
6001
6001
-
scule@1.3.0: {}
6002
4833
6003
4834
semver@5.7.2: {}
6004
4835
···
6100
4931
6101
4932
strip-json-comments@3.1.1: {}
6102
4933
6103
6103
-
stylehacks@7.0.9(postcss@8.5.15):
6104
6104
-
dependencies:
6105
6105
-
browserslist: 4.28.2
6106
6106
-
postcss: 8.5.15
6107
6107
-
postcss-selector-parser: 7.1.1
6108
6108
-
6109
4934
supports-color@7.2.0:
6110
4935
dependencies:
6111
4936
has-flag: 4.0.0
6112
4937
6113
4938
supports-preserve-symlinks-flag@1.0.0: {}
6114
6114
-
6115
6115
-
svgo@4.0.1:
6116
6116
-
dependencies:
6117
6117
-
commander: 11.1.0
6118
6118
-
css-select: 5.2.2
6119
6119
-
css-tree: 3.2.1
6120
6120
-
css-what: 6.2.2
6121
6121
-
csso: 5.0.5
6122
6122
-
picocolors: 1.1.1
6123
6123
-
sax: 1.6.0
6124
4939
6125
4940
synckit@0.11.12:
6126
4941
dependencies:
···
6146
4961
toml-eslint-parser@0.10.1:
6147
4962
dependencies:
6148
4963
eslint-visitor-keys: 3.4.3
4964
4964
+
4965
4965
+
tree-kill@1.2.2: {}
6149
4966
6150
4967
ts-api-utils@2.5.0(typescript@5.9.3):
6151
4968
dependencies:
···
6156
4973
picomatch: 4.0.4
6157
4974
typescript: 5.9.3
6158
4975
4976
4976
+
tsdown@0.22.0(typescript@5.9.3):
4977
4977
+
dependencies:
4978
4978
+
ansis: 4.3.1
4979
4979
+
cac: 7.0.0
4980
4980
+
defu: 6.1.7
4981
4981
+
empathic: 2.0.1
4982
4982
+
hookable: 6.1.1
4983
4983
+
import-without-cache: 0.4.0
4984
4984
+
obug: 2.1.1
4985
4985
+
picomatch: 4.0.4
4986
4986
+
rolldown: 1.0.3
4987
4987
+
rolldown-plugin-dts: 0.25.2(rolldown@1.0.3)(typescript@5.9.3)
4988
4988
+
semver: 7.8.2
4989
4989
+
tinyexec: 1.2.4
4990
4990
+
tinyglobby: 0.2.17
4991
4991
+
tree-kill: 1.2.2
4992
4992
+
unconfig-core: 7.5.0
4993
4993
+
optionalDependencies:
4994
4994
+
typescript: 5.9.3
4995
4995
+
transitivePeerDependencies:
4996
4996
+
- '@ts-macro/tsc'
4997
4997
+
- '@typescript/native-preview'
4998
4998
+
- oxc-resolver
4999
4999
+
- vue-tsc
5000
5000
+
6159
5001
tslib@2.8.1: {}
6160
5002
6161
5003
tunnel-agent@0.6.0:
···
6176
5018
6177
5019
ufo@1.6.3: {}
6178
5020
6179
6179
-
unbuild@3.6.1(typescript@5.9.3)(vue@3.5.35(typescript@5.9.3)):
6180
6180
-
dependencies:
6181
6181
-
'@rollup/plugin-alias': 5.1.1(rollup@4.60.2)
6182
6182
-
'@rollup/plugin-commonjs': 28.0.9(rollup@4.60.2)
6183
6183
-
'@rollup/plugin-json': 6.1.0(rollup@4.60.2)
6184
6184
-
'@rollup/plugin-node-resolve': 16.0.3(rollup@4.60.2)
6185
6185
-
'@rollup/plugin-replace': 6.0.3(rollup@4.60.2)
6186
6186
-
'@rollup/pluginutils': 5.3.0(rollup@4.60.2)
6187
6187
-
citty: 0.1.6
6188
6188
-
consola: 3.4.2
6189
6189
-
defu: 6.1.7
6190
6190
-
esbuild: 0.25.12
6191
6191
-
fix-dts-default-cjs-exports: 1.0.1
6192
6192
-
hookable: 5.5.3
6193
6193
-
jiti: 2.6.1
6194
6194
-
magic-string: 0.30.21
6195
6195
-
mkdist: 2.4.1(typescript@5.9.3)(vue@3.5.35(typescript@5.9.3))
6196
6196
-
mlly: 1.8.2
6197
6197
-
pathe: 2.0.3
6198
6198
-
pkg-types: 2.3.0
6199
6199
-
pretty-bytes: 7.1.0
6200
6200
-
rollup: 4.60.2
6201
6201
-
rollup-plugin-dts: 6.4.1(rollup@4.60.2)(typescript@5.9.3)
6202
6202
-
scule: 1.3.0
6203
6203
-
tinyglobby: 0.2.17
6204
6204
-
untyped: 2.0.0
6205
6205
-
optionalDependencies:
6206
6206
-
typescript: 5.9.3
6207
6207
-
transitivePeerDependencies:
6208
6208
-
- sass
6209
6209
-
- vue
6210
6210
-
- vue-sfc-transformer
6211
6211
-
- vue-tsc
6212
6212
-
6213
5021
unconfig-core@7.5.0:
6214
5022
dependencies:
6215
5023
'@quansync/fs': 1.0.0
···
6267
5075
'@unrs/resolver-binding-win32-arm64-msvc': 1.11.1
6268
5076
'@unrs/resolver-binding-win32-ia32-msvc': 1.11.1
6269
5077
'@unrs/resolver-binding-win32-x64-msvc': 1.11.1
6270
6270
-
6271
6271
-
untyped@2.0.0:
6272
6272
-
dependencies:
6273
6273
-
citty: 0.1.6
6274
6274
-
defu: 6.1.7
6275
6275
-
jiti: 2.6.1
6276
6276
-
knitwork: 1.3.0
6277
6277
-
scule: 1.3.0
6278
5078
6279
5079
update-browserslist-db@1.2.3(browserslist@4.28.2):
6280
5080
dependencies:
+20
-11
src/cache.ts
View file
Reviewed
···
1
1
-
import type { Ref } from 'vue'
1
1
+
import type { ComponentInternalInstance, ComponentPublicInstance, ComputedRef, Ref } from 'vue'
2
2
import process from 'node:process'
3
3
import { computed, getCurrentInstance, isRef, onServerPrefetch, reactive, unref, useSSRContext, watch } from 'vue'
4
4
···
9
9
10
10
const cache = reactive<Record<string, CacheEntry<any>>>({})
11
11
12
12
-
export function ensureInstance() {
12
12
+
export function ensureInstance(): ComponentPublicInstance | null {
13
13
const instance = getCurrentInstance()
14
14
if (!instance)
15
15
throw new Error('You must call this from within a component')
16
16
return instance.proxy
17
17
}
18
18
19
19
-
export function getServerInstance() {
19
19
+
export function getServerInstance(): ComponentInternalInstance['proxy'] | false {
20
20
const instance = getCurrentInstance()
21
21
22
22
if (process.env.VITE_SSG || (import.meta as any).env?.SSR || (import.meta as any).server)
23
23
-
return instance?.proxy
23
23
+
return instance?.proxy ?? false
24
24
return false
25
25
}
26
26
···
62
62
deduplicate?: boolean | number
63
63
}
64
64
65
65
+
export interface UseCacheReturn<T, K> {
66
66
+
setCache: (options: SetCacheOptions<T, K>) => void
67
67
+
triggerFetch: (query?: string, force?: boolean) => Promise<T>
68
68
+
fetch: (query?: string, force?: boolean) => Promise<T>
69
69
+
data: ComputedRef<T | K>
70
70
+
status: ComputedRef<FetchStatus>
71
71
+
error: ComputedRef<any>
72
72
+
}
73
73
+
65
74
export function useCache<T, K = null>(
66
75
key: string | Ref<string>,
67
76
fetcher: (key: string) => Promise<T>,
68
77
options: CacheOptions<K> = {},
69
69
-
) {
78
78
+
): UseCacheReturn<T, K> {
70
79
const {
71
80
initialValue = null,
72
81
deduplicate = false,
···
82
91
error = null,
83
92
status = 'initialised',
84
93
time = new Date().getTime(),
85
85
-
}: SetCacheOptions<T, K>) {
94
94
+
}: SetCacheOptions<T, K>): void {
86
95
cache[key] = [value, status, time, error, null]
87
96
}
88
97
···
106
115
}
107
116
}
108
117
109
109
-
function verifyKey(key: string) {
118
118
+
function verifyKey(key: string): boolean {
110
119
const emptyCache = !(key in cache)
111
120
if (emptyCache)
112
121
initialiseCache({ key, value: initialValue as K })
···
119
128
status = cache[key]?.[1],
120
129
error = null,
121
130
promise = cache[key]?.[4],
122
122
-
}: SetCacheOptions<T, K>) {
131
131
+
}: SetCacheOptions<T, K>): void {
123
132
if (!(key in cache))
124
133
initialiseCache({ key, value, status })
125
134
126
135
cache[key] = [value, status, new Date().getTime(), error, promise]
127
136
}
128
137
129
129
-
function fetch(query = unref(key), force?: boolean) {
138
138
+
function fetch(query: string = unref(key), force?: boolean): Promise<T> {
130
139
if (
131
140
!force
132
141
&& query
···
191
200
})
192
201
}
193
202
194
194
-
const data = computed(() => {
203
203
+
const data = computed((): T | K => {
195
204
const k = unref(key)
196
205
if (!k)
197
197
-
return initialValue
206
206
+
return initialValue as K
198
207
199
208
verifyKey(k)
200
209
+4
-4
src/image.ts
View file
Reviewed
···
1
1
import type { ImageUrlBuilder } from '@sanity/image-url/lib/types/builder'
2
2
import type { FitMode, SanityImageDimensions } from '@sanity/image-url/lib/types/types'
3
3
4
4
-
import type { InjectionKey, Ref } from 'vue'
4
4
+
import type { ComputedRef, InjectionKey, Ref } from 'vue'
5
5
import { computed, inject } from 'vue'
6
6
7
7
export const imageBuilderSymbol: InjectionKey<ImageUrlBuilder> = Symbol('Sanity image URL builder')
···
24
24
export function useSanityImage(
25
25
image: Ref<ResolvedSanityImage>,
26
26
options?: Partial<ImageOptions>,
27
27
-
widths = [300, 600, 1200, 1920],
28
28
-
) {
27
27
+
widths: number[] = [300, 600, 1200, 1920],
28
28
+
): ComputedRef<{ src: string, srcset: string, placeholder: string }> {
29
29
const builder = inject(imageBuilderSymbol)
30
30
31
31
if (!builder) {
···
38
38
image: Required<ResolvedSanityImage>,
39
39
width: number,
40
40
{ quality = 82, fit = 'min' }: ImageOptions,
41
41
-
) {
41
41
+
): string {
42
42
return (builder as ImageUrlBuilder)
43
43
.image(image.url)
44
44
.width(Math.round(width))
+3
-3
src/index.ts
View file
Reviewed
···
30
30
config: ClientConfig & RequiredConfig,
31
31
supportPreview = false,
32
32
defaultOptions: Options = {},
33
33
-
) {
33
33
+
): void {
34
34
ensureInstance()
35
35
36
36
const client = createClient(config)
···
51
51
}
52
52
}
53
53
54
54
-
export function useCustomClient(client: Client, defaultOptions: Options = {}) {
54
54
+
export function useCustomClient(client: Client, defaultOptions: Options = {}): void {
55
55
ensureInstance()
56
56
provide(clientSymbol, client)
57
57
provide(optionsSymbol, defaultOptions)
58
58
}
59
59
60
60
-
export function fetch(query: string) {
60
60
+
export function fetch(query: string): Promise<any> {
61
61
ensureInstance()
62
62
const client = inject(clientSymbol)
63
63
if (!client) {
+1
-1
tsconfig.json
View file
Reviewed
···
12
12
"allowSyntheticDefaultImports": true,
13
13
"skipLibCheck": true
14
14
},
15
15
-
"exclude": ["node_modules", "lib", "test"]
15
15
+
"exclude": ["node_modules", "lib", "dist", "test", "tsdown.config.ts"]
16
16
}
+7
tsdown.config.ts
View file
Reviewed
···
1
1
+
import { defineConfig } from 'tsdown'
2
2
+
3
3
+
export default defineConfig({
4
4
+
dts: { oxc: true },
5
5
+
exports: { devExports: true },
6
6
+
format: ['esm', 'cjs'],
7
7
+
})