alpha
Login
or
Join now
danielroe.dev
/
zero-vue
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/zero-vue. Vue bindings for Zero
sync
vue
zero
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 8, 2026, 11:23 PM +0100)
commit
5e1e90b9
5e1e90b9a37905422fd139f9f84869e3487324f9
parent
a3a213dd
a3a213ddf7bb708c986dbb4b2f57938b47fe7fff
+2209
-2146
6 changed files
Expand all
Collapse all
Unified
Split
build.config.ts
package.json
pnpm-lock.yaml
src
create-zero-composables.ts
view.ts
tsdown.config.ts
-16
build.config.ts
Reviewed
···
1
1
-
import { cp, readdir, rm } from 'node:fs/promises'
2
2
-
import { defineBuildConfig } from 'unbuild'
3
3
-
4
4
-
export default defineBuildConfig({
5
5
-
hooks: {
6
6
-
'rollup:done': async function () {
7
7
-
// default to .js and .d.ts extensions
8
8
-
for (const file of await readdir('dist')) {
9
9
-
if (file.endsWith('.mjs') || file.endsWith('.d.mts')) {
10
10
-
await cp(`dist/${file}`, `dist/${file.replace('.mjs', '.js').replace('.d.mts', '.d.ts')}`)
11
11
-
await rm(`dist/${file}`)
12
12
-
}
13
13
-
}
14
14
-
},
15
15
-
},
16
16
-
})
+5
-6
package.json
View file
Reviewed
···
8
8
"repository": "danielroe/zero-vue",
9
9
"sideEffects": false,
10
10
"exports": {
11
11
-
".": "./dist/index.js"
11
11
+
".": "./dist/index.mjs",
12
12
+
"./package.json": "./package.json"
12
13
},
13
13
-
"main": "./dist/index.js",
14
14
-
"module": "./dist/index.js",
15
15
-
"types": "./dist/index.d.ts",
14
14
+
"types": "./dist/index.d.mts",
16
15
"files": [
17
16
"dist"
18
17
],
···
20
19
"node": ">=22"
21
20
},
22
21
"scripts": {
23
23
-
"build": "unbuild",
22
22
+
"build": "tsdown",
24
23
"dev": "vitest dev",
25
24
"lint": "eslint .",
26
25
"prepare": "simple-git-hooks",
···
46
45
"knip": "latest",
47
46
"nano-staged": "1.0.2",
48
47
"simple-git-hooks": "latest",
48
48
+
"tsdown": "0.22.0",
49
49
"typescript": "latest",
50
50
-
"unbuild": "latest",
51
50
"vitest": "latest",
52
51
"vue": "3.5.35",
53
52
"zod": "4.4.3"
+2161
-2115
pnpm-lock.yaml
View file
Reviewed
···
13
13
dependencies:
14
14
'@rocicorp/zero':
15
15
specifier: ^1.4.0
16
16
-
version: 1.6.1(@opentelemetry/core@2.7.1(@opentelemetry/api@1.9.1))
16
16
+
version: 1.6.1(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))
17
17
devDependencies:
18
18
'@antfu/eslint-config':
19
19
specifier: latest
20
20
-
version: 9.0.0(@typescript-eslint/rule-tester@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(@typescript-eslint/typescript-estree@8.60.1(typescript@6.0.3))(@typescript-eslint/utils@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(@vue/compiler-sfc@3.5.35)(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)(vitest@4.1.8)
20
20
+
version: 9.0.0(@typescript-eslint/rule-tester@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.61.0(typescript@5.9.3))(@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@vue/compiler-sfc@3.5.35)(eslint@10.4.1(jiti@2.7.0))(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3)(vitest@4.1.8)
21
21
'@rocicorp/resolver':
22
22
specifier: 1.0.2
23
23
version: 1.0.2
···
39
39
simple-git-hooks:
40
40
specifier: latest
41
41
version: 2.13.1
42
42
+
tsdown:
43
43
+
specifier: 0.22.0
44
44
+
version: 0.22.0(oxc-resolver@11.20.0)(tsx@4.21.0)(typescript@5.9.3)(vue-tsc@3.2.8(typescript@5.9.3))
42
45
typescript:
43
46
specifier: latest
44
44
-
version: 6.0.3
45
45
-
unbuild:
46
46
-
specifier: latest
47
47
-
version: 3.6.1(typescript@6.0.3)(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3))
47
47
+
version: 5.9.3
48
48
vitest:
49
49
specifier: latest
50
50
-
version: 4.1.8(@opentelemetry/api@1.9.1)(@types/node@24.11.0)(@vitest/coverage-v8@4.1.8)(happy-dom@20.10.2)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
50
50
+
version: 4.1.8(@opentelemetry/api@1.9.0)(@types/node@24.11.0)(@vitest/coverage-v8@4.1.8)(happy-dom@20.10.2)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))
51
51
vue:
52
52
specifier: 3.5.35
53
53
-
version: 3.5.35(typescript@6.0.3)
53
53
+
version: 3.5.35(typescript@5.9.3)
54
54
zod:
55
55
specifier: 4.4.3
56
56
version: 4.4.3
···
62
62
version: 6.2.3
63
63
nuxt:
64
64
specifier: ^4.2.1
65
65
-
version: 4.4.7(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.0.2)(rollup-plugin-visualizer@7.0.1(rolldown@1.0.2)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.22.4)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0)
65
65
+
version: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.1.0)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.0)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.21.0)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0)
66
66
vue:
67
67
specifier: ^3.5.34
68
68
version: 3.5.35(typescript@6.0.3)
···
75
75
devDependencies:
76
76
'@nuxt/test-utils':
77
77
specifier: ^4.0.3
78
78
-
version: 4.0.3(crossws@0.4.5(srvx@0.11.16))(happy-dom@20.10.2)(magicast@0.5.3)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vitest@4.1.8)
78
78
+
version: 4.0.3(crossws@0.4.5(srvx@0.11.16))(happy-dom@20.10.2)(magicast@0.5.3)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vitest@4.1.8)
79
79
'@types/node':
80
80
specifier: 24.11.0
81
81
version: 24.11.0
···
87
87
version: 6.0.3
88
88
vitest:
89
89
specifier: ^4.1.7
90
90
-
version: 4.1.8(@opentelemetry/api@1.9.1)(@types/node@24.11.0)(@vitest/coverage-v8@4.1.8)(happy-dom@20.10.2)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
90
90
+
version: 4.1.8(@opentelemetry/api@1.9.0)(@types/node@24.11.0)(@vitest/coverage-v8@4.1.8)(happy-dom@20.10.2)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))
91
91
vue-tsc:
92
92
specifier: 3.2.8
93
93
version: 3.2.8(typescript@6.0.3)
···
124
124
version: 24.11.0
125
125
'@vitejs/plugin-vue':
126
126
specifier: 6.0.7
127
127
-
version: 6.0.7(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))
127
127
+
version: 6.0.7(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))
128
128
'@vue/tsconfig':
129
129
specifier: 0.9.1
130
130
version: 0.9.1(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3))
···
133
133
version: 6.0.3
134
134
vite:
135
135
specifier: 8.0.14
136
136
-
version: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
136
136
+
version: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
137
137
vue-tsc:
138
138
specifier: 3.2.8
139
139
version: 3.2.8(typescript@6.0.3)
···
204
204
'@antfu/install-pkg@1.1.0':
205
205
resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==}
206
206
207
207
+
'@babel/code-frame@7.27.1':
208
208
+
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
209
209
+
engines: {node: '>=6.9.0'}
210
210
+
207
211
'@babel/code-frame@7.29.7':
208
212
resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==}
209
213
engines: {node: '>=6.9.0'}
···
272
276
273
277
'@babel/helper-skip-transparent-expression-wrappers@7.29.7':
274
278
resolution: {integrity: sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==}
279
279
+
engines: {node: '>=6.9.0'}
280
280
+
281
281
+
'@babel/helper-string-parser@7.27.1':
282
282
+
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
275
283
engines: {node: '>=6.9.0'}
276
284
277
285
'@babel/helper-string-parser@7.29.7':
···
282
290
resolution: {integrity: sha512-BCkFy+zN6kXQed3YOT7aJl93NfDSzQc3pBfsvTVPs9gU9X3V0aefEF5kwBT0E+mDWH9QgKaZstYUQN9VdQZT4g==}
283
291
engines: {node: ^22.18.0 || >=24.11.0}
284
292
293
293
+
'@babel/helper-validator-identifier@7.28.5':
294
294
+
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
295
295
+
engines: {node: '>=6.9.0'}
296
296
+
285
297
'@babel/helper-validator-identifier@7.29.7':
286
298
resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==}
287
299
engines: {node: '>=6.9.0'}
···
297
309
'@babel/helpers@7.29.7':
298
310
resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==}
299
311
engines: {node: '>=6.9.0'}
312
312
+
313
313
+
'@babel/parser@7.28.5':
314
314
+
resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==}
315
315
+
engines: {node: '>=6.0.0'}
316
316
+
hasBin: true
300
317
301
318
'@babel/parser@7.29.7':
302
319
resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==}
···
334
351
resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==}
335
352
engines: {node: '>=6.9.0'}
336
353
354
354
+
'@babel/types@7.28.5':
355
355
+
resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==}
356
356
+
engines: {node: '>=6.9.0'}
357
357
+
337
358
'@babel/types@7.29.7':
338
359
resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==}
339
360
engines: {node: '>=6.9.0'}
···
395
416
'@databases/validate-unicode@1.0.0':
396
417
resolution: {integrity: sha512-dLKqxGcymeVwEb/6c44KjOnzaAafFf0Wxa8xcfEjx/qOl3rdijsKYBAtIGhtVtOlpPf/PFKfgTuFurSPn/3B/g==}
397
418
398
398
-
'@dotenvx/dotenvx@1.71.0':
399
399
-
resolution: {integrity: sha512-KEUw/mGu+EDRhYWRTNGHIimVCs9NvMFaIXOGrHSXoCteKLE5EsJnmPjOPpYorjXVg/0xG0fbdVw720azw1z4ag==}
419
419
+
'@dotenvx/dotenvx@1.51.1':
420
420
+
resolution: {integrity: sha512-fqcQxcxC4LOaUlW8IkyWw8x0yirlLUkbxohz9OnWvVWjf73J5yyw7jxWnkOJaUKXZotcGEScDox9MU6rSkcDgg==}
400
421
hasBin: true
401
422
402
423
'@drdgvhbh/postgres-error-codes@0.0.6':
···
424
445
oxlint:
425
446
optional: true
426
447
427
427
-
'@ecies/ciphers@0.2.6':
428
428
-
resolution: {integrity: sha512-patgsRPKGkhhoBjETV4XxD0En4ui5fbX0hzayqI3M8tvNMGUoUvmyYAIWwlxBc1KX5cturfqByYdj5bYGRpN9g==}
429
429
-
engines: {bun: '>=1', deno: '>=2.7.10', node: '>=16'}
448
448
+
'@ecies/ciphers@0.2.5':
449
449
+
resolution: {integrity: sha512-GalEZH4JgOMHYYcYmVqnFirFsjZHeoGMDt9IxEnM9F7GRUUyUksJ7Ou53L83WHJq3RWKD3AcBpo0iQh0oMpf8A==}
450
450
+
engines: {bun: '>=1', deno: '>=2', node: '>=16'}
430
451
peerDependencies:
431
452
'@noble/ciphers': ^1.0.0
432
453
···
451
472
resolution: {integrity: sha512-Q9hjxWI5xBM+qW2enxfe8wDKdFWMfd0Z29k5ZJnuBqD/CasY5Zryj09aCA6owbGATWz+39p5uIdaHXpopOcG8g==}
452
473
engines: {node: '>=10'}
453
474
454
454
-
'@esbuild/aix-ppc64@0.25.12':
455
455
-
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
456
456
-
engines: {node: '>=18'}
457
457
-
cpu: [ppc64]
458
458
-
os: [aix]
459
459
-
460
460
-
'@esbuild/aix-ppc64@0.27.7':
461
461
-
resolution: {integrity: sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==}
475
475
+
'@esbuild/aix-ppc64@0.27.0':
476
476
+
resolution: {integrity: sha512-KuZrd2hRjz01y5JK9mEBSD3Vj3mbCvemhT466rSuJYeE/hjuBrHfjjcjMdTm/sz7au+++sdbJZJmuBwQLuw68A==}
462
477
engines: {node: '>=18'}
463
478
cpu: [ppc64]
464
479
os: [aix]
···
469
484
cpu: [ppc64]
470
485
os: [aix]
471
486
472
472
-
'@esbuild/android-arm64@0.25.12':
473
473
-
resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
474
474
-
engines: {node: '>=18'}
475
475
-
cpu: [arm64]
476
476
-
os: [android]
477
477
-
478
478
-
'@esbuild/android-arm64@0.27.7':
479
479
-
resolution: {integrity: sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==}
487
487
+
'@esbuild/android-arm64@0.27.0':
488
488
+
resolution: {integrity: sha512-CC3vt4+1xZrs97/PKDkl0yN7w8edvU2vZvAFGD16n9F0Cvniy5qvzRXjfO1l94efczkkQE6g1x0i73Qf5uthOQ==}
480
489
engines: {node: '>=18'}
481
490
cpu: [arm64]
482
491
os: [android]
···
487
496
cpu: [arm64]
488
497
os: [android]
489
498
490
490
-
'@esbuild/android-arm@0.25.12':
491
491
-
resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
492
492
-
engines: {node: '>=18'}
493
493
-
cpu: [arm]
494
494
-
os: [android]
495
495
-
496
496
-
'@esbuild/android-arm@0.27.7':
497
497
-
resolution: {integrity: sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==}
499
499
+
'@esbuild/android-arm@0.27.0':
500
500
+
resolution: {integrity: sha512-j67aezrPNYWJEOHUNLPj9maeJte7uSMM6gMoxfPC9hOg8N02JuQi/T7ewumf4tNvJadFkvLZMlAq73b9uwdMyQ==}
498
501
engines: {node: '>=18'}
499
502
cpu: [arm]
500
503
os: [android]
···
505
508
cpu: [arm]
506
509
os: [android]
507
510
508
508
-
'@esbuild/android-x64@0.25.12':
509
509
-
resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
510
510
-
engines: {node: '>=18'}
511
511
-
cpu: [x64]
512
512
-
os: [android]
513
513
-
514
514
-
'@esbuild/android-x64@0.27.7':
515
515
-
resolution: {integrity: sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==}
511
511
+
'@esbuild/android-x64@0.27.0':
512
512
+
resolution: {integrity: sha512-wurMkF1nmQajBO1+0CJmcN17U4BP6GqNSROP8t0X/Jiw2ltYGLHpEksp9MpoBqkrFR3kv2/te6Sha26k3+yZ9Q==}
516
513
engines: {node: '>=18'}
517
514
cpu: [x64]
518
515
os: [android]
···
523
520
cpu: [x64]
524
521
os: [android]
525
522
526
526
-
'@esbuild/darwin-arm64@0.25.12':
527
527
-
resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
528
528
-
engines: {node: '>=18'}
529
529
-
cpu: [arm64]
530
530
-
os: [darwin]
531
531
-
532
532
-
'@esbuild/darwin-arm64@0.27.7':
533
533
-
resolution: {integrity: sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==}
523
523
+
'@esbuild/darwin-arm64@0.27.0':
524
524
+
resolution: {integrity: sha512-uJOQKYCcHhg07DL7i8MzjvS2LaP7W7Pn/7uA0B5S1EnqAirJtbyw4yC5jQ5qcFjHK9l6o/MX9QisBg12kNkdHg==}
534
525
engines: {node: '>=18'}
535
526
cpu: [arm64]
536
527
os: [darwin]
···
541
532
cpu: [arm64]
542
533
os: [darwin]
543
534
544
544
-
'@esbuild/darwin-x64@0.25.12':
545
545
-
resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
546
546
-
engines: {node: '>=18'}
547
547
-
cpu: [x64]
548
548
-
os: [darwin]
549
549
-
550
550
-
'@esbuild/darwin-x64@0.27.7':
551
551
-
resolution: {integrity: sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==}
535
535
+
'@esbuild/darwin-x64@0.27.0':
536
536
+
resolution: {integrity: sha512-8mG6arH3yB/4ZXiEnXof5MK72dE6zM9cDvUcPtxhUZsDjESl9JipZYW60C3JGreKCEP+p8P/72r69m4AZGJd5g==}
552
537
engines: {node: '>=18'}
553
538
cpu: [x64]
554
539
os: [darwin]
···
559
544
cpu: [x64]
560
545
os: [darwin]
561
546
562
562
-
'@esbuild/freebsd-arm64@0.25.12':
563
563
-
resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
564
564
-
engines: {node: '>=18'}
565
565
-
cpu: [arm64]
566
566
-
os: [freebsd]
567
567
-
568
568
-
'@esbuild/freebsd-arm64@0.27.7':
569
569
-
resolution: {integrity: sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==}
547
547
+
'@esbuild/freebsd-arm64@0.27.0':
548
548
+
resolution: {integrity: sha512-9FHtyO988CwNMMOE3YIeci+UV+x5Zy8fI2qHNpsEtSF83YPBmE8UWmfYAQg6Ux7Gsmd4FejZqnEUZCMGaNQHQw==}
570
549
engines: {node: '>=18'}
571
550
cpu: [arm64]
572
551
os: [freebsd]
···
577
556
cpu: [arm64]
578
557
os: [freebsd]
579
558
580
580
-
'@esbuild/freebsd-x64@0.25.12':
581
581
-
resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
582
582
-
engines: {node: '>=18'}
583
583
-
cpu: [x64]
584
584
-
os: [freebsd]
585
585
-
586
586
-
'@esbuild/freebsd-x64@0.27.7':
587
587
-
resolution: {integrity: sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==}
559
559
+
'@esbuild/freebsd-x64@0.27.0':
560
560
+
resolution: {integrity: sha512-zCMeMXI4HS/tXvJz8vWGexpZj2YVtRAihHLk1imZj4efx1BQzN76YFeKqlDr3bUWI26wHwLWPd3rwh6pe4EV7g==}
588
561
engines: {node: '>=18'}
589
562
cpu: [x64]
590
563
os: [freebsd]
···
595
568
cpu: [x64]
596
569
os: [freebsd]
597
570
598
598
-
'@esbuild/linux-arm64@0.25.12':
599
599
-
resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
600
600
-
engines: {node: '>=18'}
601
601
-
cpu: [arm64]
602
602
-
os: [linux]
603
603
-
604
604
-
'@esbuild/linux-arm64@0.27.7':
605
605
-
resolution: {integrity: sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==}
571
571
+
'@esbuild/linux-arm64@0.27.0':
572
572
+
resolution: {integrity: sha512-AS18v0V+vZiLJyi/4LphvBE+OIX682Pu7ZYNsdUHyUKSoRwdnOsMf6FDekwoAFKej14WAkOef3zAORJgAtXnlQ==}
606
573
engines: {node: '>=18'}
607
574
cpu: [arm64]
608
575
os: [linux]
···
613
580
cpu: [arm64]
614
581
os: [linux]
615
582
616
616
-
'@esbuild/linux-arm@0.25.12':
617
617
-
resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
618
618
-
engines: {node: '>=18'}
619
619
-
cpu: [arm]
620
620
-
os: [linux]
621
621
-
622
622
-
'@esbuild/linux-arm@0.27.7':
623
623
-
resolution: {integrity: sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==}
583
583
+
'@esbuild/linux-arm@0.27.0':
584
584
+
resolution: {integrity: sha512-t76XLQDpxgmq2cNXKTVEB7O7YMb42atj2Re2Haf45HkaUpjM2J0UuJZDuaGbPbamzZ7bawyGFUkodL+zcE+jvQ==}
624
585
engines: {node: '>=18'}
625
586
cpu: [arm]
626
587
os: [linux]
···
631
592
cpu: [arm]
632
593
os: [linux]
633
594
634
634
-
'@esbuild/linux-ia32@0.25.12':
635
635
-
resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
636
636
-
engines: {node: '>=18'}
637
637
-
cpu: [ia32]
638
638
-
os: [linux]
639
639
-
640
640
-
'@esbuild/linux-ia32@0.27.7':
641
641
-
resolution: {integrity: sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==}
595
595
+
'@esbuild/linux-ia32@0.27.0':
596
596
+
resolution: {integrity: sha512-Mz1jxqm/kfgKkc/KLHC5qIujMvnnarD9ra1cEcrs7qshTUSksPihGrWHVG5+osAIQ68577Zpww7SGapmzSt4Nw==}
642
597
engines: {node: '>=18'}
643
598
cpu: [ia32]
644
599
os: [linux]
···
649
604
cpu: [ia32]
650
605
os: [linux]
651
606
652
652
-
'@esbuild/linux-loong64@0.25.12':
653
653
-
resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
654
654
-
engines: {node: '>=18'}
655
655
-
cpu: [loong64]
656
656
-
os: [linux]
657
657
-
658
658
-
'@esbuild/linux-loong64@0.27.7':
659
659
-
resolution: {integrity: sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==}
607
607
+
'@esbuild/linux-loong64@0.27.0':
608
608
+
resolution: {integrity: sha512-QbEREjdJeIreIAbdG2hLU1yXm1uu+LTdzoq1KCo4G4pFOLlvIspBm36QrQOar9LFduavoWX2msNFAAAY9j4BDg==}
660
609
engines: {node: '>=18'}
661
610
cpu: [loong64]
662
611
os: [linux]
···
667
616
cpu: [loong64]
668
617
os: [linux]
669
618
670
670
-
'@esbuild/linux-mips64el@0.25.12':
671
671
-
resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
672
672
-
engines: {node: '>=18'}
673
673
-
cpu: [mips64el]
674
674
-
os: [linux]
675
675
-
676
676
-
'@esbuild/linux-mips64el@0.27.7':
677
677
-
resolution: {integrity: sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==}
619
619
+
'@esbuild/linux-mips64el@0.27.0':
620
620
+
resolution: {integrity: sha512-sJz3zRNe4tO2wxvDpH/HYJilb6+2YJxo/ZNbVdtFiKDufzWq4JmKAiHy9iGoLjAV7r/W32VgaHGkk35cUXlNOg==}
678
621
engines: {node: '>=18'}
679
622
cpu: [mips64el]
680
623
os: [linux]
···
685
628
cpu: [mips64el]
686
629
os: [linux]
687
630
688
688
-
'@esbuild/linux-ppc64@0.25.12':
689
689
-
resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
690
690
-
engines: {node: '>=18'}
691
691
-
cpu: [ppc64]
692
692
-
os: [linux]
693
693
-
694
694
-
'@esbuild/linux-ppc64@0.27.7':
695
695
-
resolution: {integrity: sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==}
631
631
+
'@esbuild/linux-ppc64@0.27.0':
632
632
+
resolution: {integrity: sha512-z9N10FBD0DCS2dmSABDBb5TLAyF1/ydVb+N4pi88T45efQ/w4ohr/F/QYCkxDPnkhkp6AIpIcQKQ8F0ANoA2JA==}
696
633
engines: {node: '>=18'}
697
634
cpu: [ppc64]
698
635
os: [linux]
···
703
640
cpu: [ppc64]
704
641
os: [linux]
705
642
706
706
-
'@esbuild/linux-riscv64@0.25.12':
707
707
-
resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
708
708
-
engines: {node: '>=18'}
709
709
-
cpu: [riscv64]
710
710
-
os: [linux]
711
711
-
712
712
-
'@esbuild/linux-riscv64@0.27.7':
713
713
-
resolution: {integrity: sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==}
643
643
+
'@esbuild/linux-riscv64@0.27.0':
644
644
+
resolution: {integrity: sha512-pQdyAIZ0BWIC5GyvVFn5awDiO14TkT/19FTmFcPdDec94KJ1uZcmFs21Fo8auMXzD4Tt+diXu1LW1gHus9fhFQ==}
714
645
engines: {node: '>=18'}
715
646
cpu: [riscv64]
716
647
os: [linux]
···
721
652
cpu: [riscv64]
722
653
os: [linux]
723
654
724
724
-
'@esbuild/linux-s390x@0.25.12':
725
725
-
resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
726
726
-
engines: {node: '>=18'}
727
727
-
cpu: [s390x]
728
728
-
os: [linux]
729
729
-
730
730
-
'@esbuild/linux-s390x@0.27.7':
731
731
-
resolution: {integrity: sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==}
655
655
+
'@esbuild/linux-s390x@0.27.0':
656
656
+
resolution: {integrity: sha512-hPlRWR4eIDDEci953RI1BLZitgi5uqcsjKMxwYfmi4LcwyWo2IcRP+lThVnKjNtk90pLS8nKdroXYOqW+QQH+w==}
732
657
engines: {node: '>=18'}
733
658
cpu: [s390x]
734
659
os: [linux]
···
739
664
cpu: [s390x]
740
665
os: [linux]
741
666
742
742
-
'@esbuild/linux-x64@0.25.12':
743
743
-
resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
744
744
-
engines: {node: '>=18'}
745
745
-
cpu: [x64]
746
746
-
os: [linux]
747
747
-
748
748
-
'@esbuild/linux-x64@0.27.7':
749
749
-
resolution: {integrity: sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==}
667
667
+
'@esbuild/linux-x64@0.27.0':
668
668
+
resolution: {integrity: sha512-1hBWx4OUJE2cab++aVZ7pObD6s+DK4mPGpemtnAORBvb5l/g5xFGk0vc0PjSkrDs0XaXj9yyob3d14XqvnQ4gw==}
750
669
engines: {node: '>=18'}
751
670
cpu: [x64]
752
671
os: [linux]
···
757
676
cpu: [x64]
758
677
os: [linux]
759
678
760
760
-
'@esbuild/netbsd-arm64@0.25.12':
761
761
-
resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
762
762
-
engines: {node: '>=18'}
763
763
-
cpu: [arm64]
764
764
-
os: [netbsd]
765
765
-
766
766
-
'@esbuild/netbsd-arm64@0.27.7':
767
767
-
resolution: {integrity: sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==}
679
679
+
'@esbuild/netbsd-arm64@0.27.0':
680
680
+
resolution: {integrity: sha512-6m0sfQfxfQfy1qRuecMkJlf1cIzTOgyaeXaiVaaki8/v+WB+U4hc6ik15ZW6TAllRlg/WuQXxWj1jx6C+dfy3w==}
768
681
engines: {node: '>=18'}
769
682
cpu: [arm64]
770
683
os: [netbsd]
···
775
688
cpu: [arm64]
776
689
os: [netbsd]
777
690
778
778
-
'@esbuild/netbsd-x64@0.25.12':
779
779
-
resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
780
780
-
engines: {node: '>=18'}
781
781
-
cpu: [x64]
782
782
-
os: [netbsd]
783
783
-
784
784
-
'@esbuild/netbsd-x64@0.27.7':
785
785
-
resolution: {integrity: sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==}
691
691
+
'@esbuild/netbsd-x64@0.27.0':
692
692
+
resolution: {integrity: sha512-xbbOdfn06FtcJ9d0ShxxvSn2iUsGd/lgPIO2V3VZIPDbEaIj1/3nBBe1AwuEZKXVXkMmpr6LUAgMkLD/4D2PPA==}
786
693
engines: {node: '>=18'}
787
694
cpu: [x64]
788
695
os: [netbsd]
···
793
700
cpu: [x64]
794
701
os: [netbsd]
795
702
796
796
-
'@esbuild/openbsd-arm64@0.25.12':
797
797
-
resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
798
798
-
engines: {node: '>=18'}
799
799
-
cpu: [arm64]
800
800
-
os: [openbsd]
801
801
-
802
802
-
'@esbuild/openbsd-arm64@0.27.7':
803
803
-
resolution: {integrity: sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==}
703
703
+
'@esbuild/openbsd-arm64@0.27.0':
704
704
+
resolution: {integrity: sha512-fWgqR8uNbCQ/GGv0yhzttj6sU/9Z5/Sv/VGU3F5OuXK6J6SlriONKrQ7tNlwBrJZXRYk5jUhuWvF7GYzGguBZQ==}
804
705
engines: {node: '>=18'}
805
706
cpu: [arm64]
806
707
os: [openbsd]
···
811
712
cpu: [arm64]
812
713
os: [openbsd]
813
714
814
814
-
'@esbuild/openbsd-x64@0.25.12':
815
815
-
resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
816
816
-
engines: {node: '>=18'}
817
817
-
cpu: [x64]
818
818
-
os: [openbsd]
819
819
-
820
820
-
'@esbuild/openbsd-x64@0.27.7':
821
821
-
resolution: {integrity: sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==}
715
715
+
'@esbuild/openbsd-x64@0.27.0':
716
716
+
resolution: {integrity: sha512-aCwlRdSNMNxkGGqQajMUza6uXzR/U0dIl1QmLjPtRbLOx3Gy3otfFu/VjATy4yQzo9yFDGTxYDo1FfAD9oRD2A==}
822
717
engines: {node: '>=18'}
823
718
cpu: [x64]
824
719
os: [openbsd]
···
829
724
cpu: [x64]
830
725
os: [openbsd]
831
726
832
832
-
'@esbuild/openharmony-arm64@0.25.12':
833
833
-
resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
834
834
-
engines: {node: '>=18'}
835
835
-
cpu: [arm64]
836
836
-
os: [openharmony]
837
837
-
838
838
-
'@esbuild/openharmony-arm64@0.27.7':
839
839
-
resolution: {integrity: sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==}
727
727
+
'@esbuild/openharmony-arm64@0.27.0':
728
728
+
resolution: {integrity: sha512-nyvsBccxNAsNYz2jVFYwEGuRRomqZ149A39SHWk4hV0jWxKM0hjBPm3AmdxcbHiFLbBSwG6SbpIcUbXjgyECfA==}
840
729
engines: {node: '>=18'}
841
730
cpu: [arm64]
842
731
os: [openharmony]
···
847
736
cpu: [arm64]
848
737
os: [openharmony]
849
738
850
850
-
'@esbuild/sunos-x64@0.25.12':
851
851
-
resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
852
852
-
engines: {node: '>=18'}
853
853
-
cpu: [x64]
854
854
-
os: [sunos]
855
855
-
856
856
-
'@esbuild/sunos-x64@0.27.7':
857
857
-
resolution: {integrity: sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==}
739
739
+
'@esbuild/sunos-x64@0.27.0':
740
740
+
resolution: {integrity: sha512-Q1KY1iJafM+UX6CFEL+F4HRTgygmEW568YMqDA5UV97AuZSm21b7SXIrRJDwXWPzr8MGr75fUZPV67FdtMHlHA==}
858
741
engines: {node: '>=18'}
859
742
cpu: [x64]
860
743
os: [sunos]
···
865
748
cpu: [x64]
866
749
os: [sunos]
867
750
868
868
-
'@esbuild/win32-arm64@0.25.12':
869
869
-
resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
870
870
-
engines: {node: '>=18'}
871
871
-
cpu: [arm64]
872
872
-
os: [win32]
873
873
-
874
874
-
'@esbuild/win32-arm64@0.27.7':
875
875
-
resolution: {integrity: sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==}
751
751
+
'@esbuild/win32-arm64@0.27.0':
752
752
+
resolution: {integrity: sha512-W1eyGNi6d+8kOmZIwi/EDjrL9nxQIQ0MiGqe/AWc6+IaHloxHSGoeRgDRKHFISThLmsewZ5nHFvGFWdBYlgKPg==}
876
753
engines: {node: '>=18'}
877
754
cpu: [arm64]
878
755
os: [win32]
···
883
760
cpu: [arm64]
884
761
os: [win32]
885
762
886
886
-
'@esbuild/win32-ia32@0.25.12':
887
887
-
resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
888
888
-
engines: {node: '>=18'}
889
889
-
cpu: [ia32]
890
890
-
os: [win32]
891
891
-
892
892
-
'@esbuild/win32-ia32@0.27.7':
893
893
-
resolution: {integrity: sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==}
763
763
+
'@esbuild/win32-ia32@0.27.0':
764
764
+
resolution: {integrity: sha512-30z1aKL9h22kQhilnYkORFYt+3wp7yZsHWus+wSKAJR8JtdfI76LJ4SBdMsCopTR3z/ORqVu5L1vtnHZWVj4cQ==}
894
765
engines: {node: '>=18'}
895
766
cpu: [ia32]
896
767
os: [win32]
···
901
772
cpu: [ia32]
902
773
os: [win32]
903
774
904
904
-
'@esbuild/win32-x64@0.25.12':
905
905
-
resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
906
906
-
engines: {node: '>=18'}
907
907
-
cpu: [x64]
908
908
-
os: [win32]
909
909
-
910
910
-
'@esbuild/win32-x64@0.27.7':
911
911
-
resolution: {integrity: sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==}
775
775
+
'@esbuild/win32-x64@0.27.0':
776
776
+
resolution: {integrity: sha512-aIitBcjQeyOhMTImhLZmtxfdOcuNRpwlPNmlFKPcHQYPhEssw75Cl1TSXJXpMkzaua9FUetx/4OQKq7eJul5Cg==}
912
777
engines: {node: '>=18'}
913
778
cpu: [x64]
914
779
os: [win32]
···
924
789
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
925
790
peerDependencies:
926
791
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0
792
792
+
793
793
+
'@eslint-community/eslint-utils@4.9.0':
794
794
+
resolution: {integrity: sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==}
795
795
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
796
796
+
peerDependencies:
797
797
+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
927
798
928
799
'@eslint-community/eslint-utils@4.9.1':
929
800
resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
···
1000
871
resolution: {integrity: sha512-1TUx3KdaU3cN7nfCdNf+UVqA/PSX29Cjcox3fZZBtINlRrXVTmUkQnCKv2MbBUbCopbK4olAT1IHl76uZyCiVA==}
1001
872
engines: {node: '>=14.0.0'}
1002
873
1003
1003
-
'@grpc/grpc-js@1.14.4':
1004
1004
-
resolution: {integrity: sha512-k9Dj3DV/itK9D06Y8f190Qgop7/Ui+D0njFV3LHMPwPT75DpXLQohE9Wmz0QElrJnzsjB7KPWiKJbOl7IPDArQ==}
874
874
+
'@grpc/grpc-js@1.14.1':
875
875
+
resolution: {integrity: sha512-sPxgEWtPUR3EnRJCEtbGZG2iX8LQDUls2wUS3o27jg07KqJFMq6YDeWvMo1wfpmy3rqRdS0rivpLwhqQtEyCuQ==}
1005
876
engines: {node: '>=12.10.0'}
1006
877
1007
1007
-
'@grpc/proto-loader@0.8.1':
1008
1008
-
resolution: {integrity: sha512-wtF6h+DY6M3YaDBPAmvuuA6jV8Sif9MjtOI5euKFWRgCDl5PeDpPsHR9u2l6St5ceY8AZgoNDww5+HvEsXFsGg==}
878
878
+
'@grpc/proto-loader@0.8.0':
879
879
+
resolution: {integrity: sha512-rc1hOQtjIWGxcxpb9aHAfLpIctjEnsDehj0DAiVfBlmT84uvR0uUtN2hEi/ecvWVjXUGf5qPF4qEgiLOx1YIMQ==}
1009
880
engines: {node: '>=6'}
1010
881
hasBin: true
1011
882
1012
1012
-
'@humanfs/core@0.19.2':
1013
1013
-
resolution: {integrity: sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==}
1014
1014
-
engines: {node: '>=18.18.0'}
1015
1015
-
1016
1016
-
'@humanfs/node@0.16.8':
1017
1017
-
resolution: {integrity: sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==}
883
883
+
'@humanfs/core@0.19.1':
884
884
+
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
1018
885
engines: {node: '>=18.18.0'}
1019
886
1020
1020
-
'@humanfs/types@0.15.0':
1021
1021
-
resolution: {integrity: sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==}
887
887
+
'@humanfs/node@0.16.7':
888
888
+
resolution: {integrity: sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==}
1022
889
engines: {node: '>=18.18.0'}
1023
890
1024
891
'@humanwhocodes/module-importer@1.0.1':
···
1148
1015
'@vitejs/devtools':
1149
1016
optional: true
1150
1017
1151
1151
-
'@nuxt/kit@3.21.7':
1152
1152
-
resolution: {integrity: sha512-kc7bEGcw3IHmSebr5PoO8B38MQ4N1CEcgEtrEpm+Dfmc0hE1j9KGygmHjk/eBwaYEATpSbgTzNUxjl2/cUU8ww==}
1018
1018
+
'@nuxt/kit@3.21.8':
1019
1019
+
resolution: {integrity: sha512-kg63DUPY5AHPn+9XM7u8rYcdWHXjzwfUscgRDuiC5YUciQ+xdLRhdwXelYFxEAx2nxJHossliiQXbMm/Fleivw==}
1153
1020
engines: {node: '>=18.12.0'}
1154
1021
1155
1155
-
'@nuxt/kit@4.4.7':
1156
1156
-
resolution: {integrity: sha512-QwtpqNxSOLyJH1UoDpcgsfzVEw95J0893hn1A+CvgeOxoTos1BGvD15D1v/OVQ2MK1EpfnFZJby51t1yudOvBA==}
1022
1022
+
'@nuxt/kit@4.4.8':
1023
1023
+
resolution: {integrity: sha512-ZUlZ5iYfyfJFDPluhn6ZxFWcsuxWbLnZBc8w3MAROcQ4lYfZ+qFpALBLSNlpc0zhOa++33EE+5PEbOAdVIY+dw==}
1157
1024
engines: {node: '>=18.12.0'}
1158
1025
1159
1159
-
'@nuxt/nitro-server@4.4.7':
1160
1160
-
resolution: {integrity: sha512-mlu/DQ2P0CUb62uKlWr/uiWEG//gxEzGoTHtqREb1iso15zMmRMpFajILOdCknSGNoOyDOhqdAe7w6Yod9o50g==}
1026
1026
+
'@nuxt/nitro-server@4.4.8':
1027
1027
+
resolution: {integrity: sha512-cc1fxgSx34Htesx3JBO+hMhbqd6VljXDC06P+UOA5z53cR224TmEFYT/MUuZDkrtt4qLnSG8yq0IxhEM3NCUlw==}
1161
1028
engines: {node: ^22.12.0 || ^24.11.0 || >=26.0.0}
1162
1029
peerDependencies:
1163
1030
'@babel/plugin-proposal-decorators': ^7.25.0
1164
1031
'@babel/plugin-syntax-typescript': ^7.25.0
1165
1032
'@rollup/plugin-babel': ^6.0.0 || ^7.0.0
1166
1166
-
nuxt: ^4.4.7
1033
1033
+
nuxt: ^4.4.8
1167
1034
peerDependenciesMeta:
1168
1035
'@babel/plugin-proposal-decorators':
1169
1036
optional: true
···
1172
1039
'@rollup/plugin-babel':
1173
1040
optional: true
1174
1041
1175
1175
-
'@nuxt/schema@4.4.7':
1176
1176
-
resolution: {integrity: sha512-jcyXJlOR/GmxDQHrIEdEevUCUuBv7B6GCQXIBt4oKTCasIwWgGuqo48IM35RsxdQVTb4tBohnqJbS2lKJlCBWg==}
1042
1042
+
'@nuxt/schema@4.4.8':
1043
1043
+
resolution: {integrity: sha512-igfWuMF0x0Pmx/XwhPwH/bcXgbuwNnjUjqxCAsY6VQhmGKo0e9soJq3Q0ohj+rBkBfX6o2ysTP1/t2M82aK4qA==}
1177
1044
engines: {node: ^14.18.0 || >=16.10.0}
1178
1045
1179
1046
'@nuxt/telemetry@2.8.0':
···
1219
1086
vitest:
1220
1087
optional: true
1221
1088
1222
1222
-
'@nuxt/vite-builder@4.4.7':
1223
1223
-
resolution: {integrity: sha512-EnMofNWpZF/dg4948PXk1kqrdR5uUR301sSudVbYj4DCjCa4NnBISwRbd4qe04F5Yw5OMHcR3svd8phZm1Yc7Q==}
1089
1089
+
'@nuxt/vite-builder@4.4.8':
1090
1090
+
resolution: {integrity: sha512-54M/k6qVY85Qeoe1m/lPZ0SANGJEbI50r5uYgh3XT942ENve3K5Nk6TMYp8i5wGGC4TWvPea+1mlCrp8rjsXag==}
1224
1091
engines: {node: ^22.12.0 || ^24.11.0 || >=26.0.0}
1225
1092
peerDependencies:
1226
1093
'@babel/plugin-proposal-decorators': ^7.25.0
1227
1094
'@babel/plugin-syntax-jsx': ^7.25.0
1228
1228
-
nuxt: 4.4.7
1095
1095
+
nuxt: 4.4.8
1229
1096
rolldown: ^1.0.0-beta.38
1230
1097
rollup-plugin-visualizer: ^6.0.0 || ^7.0.1
1231
1098
vue: ^3.3.4
···
1243
1110
resolution: {integrity: sha512-9B9RU0H7Ya1Dx/Rkyc4stuBZSGVQF27WigitInx2QQoj6KUpEFYPKoWjdFTunJYxmXmh17HeBvbMa1EhGyPmqQ==}
1244
1111
engines: {node: '>=8.0.0'}
1245
1112
1246
1246
-
'@opentelemetry/api@1.9.1':
1247
1247
-
resolution: {integrity: sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==}
1113
1113
+
'@opentelemetry/api@1.9.0':
1114
1114
+
resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==}
1248
1115
engines: {node: '>=8.0.0'}
1249
1116
1250
1117
'@opentelemetry/auto-instrumentations-node@0.62.2':
···
1260
1127
peerDependencies:
1261
1128
'@opentelemetry/api': '>=1.0.0 <1.10.0'
1262
1129
1263
1263
-
'@opentelemetry/context-async-hooks@2.7.1':
1264
1264
-
resolution: {integrity: sha512-OPFBYuXEn1E4ja3Y6eeA7O+ZnLBNcXTV5Cgsn1VaqBZ6hC5FnpZPLBNme1LJY8ZtF4aOujPKFoeWN4ik487KuQ==}
1130
1130
+
'@opentelemetry/context-async-hooks@2.2.0':
1131
1131
+
resolution: {integrity: sha512-qRkLWiUEZNAmYapZ7KGS5C4OmBLcP/H2foXeOEaowYCR0wi89fHejrfYfbuLVCMLp/dWZXKvQusdbUEZjERfwQ==}
1265
1132
engines: {node: ^18.19.0 || >=20.6.0}
1266
1133
peerDependencies:
1267
1134
'@opentelemetry/api': '>=1.0.0 <1.10.0'
···
1272
1139
peerDependencies:
1273
1140
'@opentelemetry/api': '>=1.0.0 <1.10.0'
1274
1141
1275
1275
-
'@opentelemetry/core@2.7.1':
1276
1276
-
resolution: {integrity: sha512-QAqIj32AtK6+pEVNG7EOVxHdE06RP+FM5qpiEJ4RtDcFIqKUZHYhl7/7UY5efhwmwNAg7j8QbJVBLxMerc0+gw==}
1142
1142
+
'@opentelemetry/core@2.2.0':
1143
1143
+
resolution: {integrity: sha512-FuabnnUm8LflnieVxs6eP7Z383hgQU4W1e3KJS6aOG3RxWxcHyBxH8fDMHNgu/gFx/M2jvTOW/4/PHhLz6bjWw==}
1277
1144
engines: {node: ^18.19.0 || >=20.6.0}
1278
1145
peerDependencies:
1279
1146
'@opentelemetry/api': '>=1.0.0 <1.10.0'
···
1620
1487
peerDependencies:
1621
1488
'@opentelemetry/api': '>=1.0.0 <1.10.0'
1622
1489
1623
1623
-
'@opentelemetry/redis-common@0.38.3':
1624
1624
-
resolution: {integrity: sha512-VCghU1JYs/4gP6Gqf/xro9MEsZ7LrMv2uONVsaESKL38ZOB9BqnI98FfS23wjMnHlpuE+TTaWSoAVNpTwYXzjw==}
1490
1490
+
'@opentelemetry/redis-common@0.38.2':
1491
1491
+
resolution: {integrity: sha512-1BCcU93iwSRZvDAgwUxC/DV4T/406SkMfxGqu5ojc3AvNI+I9GhV7v0J1HljsczuuhcnFLYqD5VmwVXfCGHzxA==}
1625
1492
engines: {node: ^18.19.0 || >=20.6.0}
1626
1493
1627
1494
'@opentelemetry/resource-detector-alibaba-cloud@0.31.11':
···
1630
1497
peerDependencies:
1631
1498
'@opentelemetry/api': ^1.0.0
1632
1499
1633
1633
-
'@opentelemetry/resource-detector-aws@2.18.0':
1634
1634
-
resolution: {integrity: sha512-wyMM4UoRuHvI2KjqnTzvyW8Yv7MKRGA+I78Xti6gTEw7hBhqXU1SRo+f9KrsQfeeiOn+TkDuvxavuaAQbD3i6g==}
1500
1500
+
'@opentelemetry/resource-detector-aws@2.8.0':
1501
1501
+
resolution: {integrity: sha512-L8K5L3bsDKboX7sDofZyRonyK8dfS+CF7ho8YbZ6OrH+d5uyRBsrjuokPzcju1jP2ZzgtpYzhLwzi9zPXyRLlA==}
1635
1502
engines: {node: ^18.19.0 || >=20.6.0}
1636
1503
peerDependencies:
1637
1504
'@opentelemetry/api': ^1.0.0
···
1660
1527
peerDependencies:
1661
1528
'@opentelemetry/api': '>=1.3.0 <1.10.0'
1662
1529
1663
1663
-
'@opentelemetry/resources@2.7.1':
1664
1664
-
resolution: {integrity: sha512-DeT6KKolmC4e/dRQvMQ/RwlnzhaqeiFOXY5ngoOPJ07GgVVKxZOg9EcrNZb5aTzUn+iCrJldAgOfQm1O/QfPAQ==}
1530
1530
+
'@opentelemetry/resources@2.2.0':
1531
1531
+
resolution: {integrity: sha512-1pNQf/JazQTMA0BiO5NINUzH0cbLbbl7mntLa4aJNmCCXSj0q03T5ZXXL0zw4G55TjdL9Tz32cznGClf+8zr5A==}
1665
1532
engines: {node: ^18.19.0 || >=20.6.0}
1666
1533
peerDependencies:
1667
1534
'@opentelemetry/api': '>=1.3.0 <1.10.0'
···
1678
1545
peerDependencies:
1679
1546
'@opentelemetry/api': '>=1.9.0 <1.10.0'
1680
1547
1681
1681
-
'@opentelemetry/sdk-metrics@2.7.1':
1682
1682
-
resolution: {integrity: sha512-MpDJdkiFDs3Pm1RHO3KByuZbuBdJEXEAkiC0+yJdsZGVCdf1RpHR6n+LHDcS7ffmfrt5kVCzJSCfm4z2C7v0uQ==}
1548
1548
+
'@opentelemetry/sdk-metrics@2.2.0':
1549
1549
+
resolution: {integrity: sha512-G5KYP6+VJMZzpGipQw7Giif48h6SGQ2PFKEYCybeXJsOCB4fp8azqMAAzE5lnnHK3ZVwYQrgmFbsUJO/zOnwGw==}
1683
1550
engines: {node: ^18.19.0 || >=20.6.0}
1684
1551
peerDependencies:
1685
1552
'@opentelemetry/api': '>=1.9.0 <1.10.0'
···
1696
1563
peerDependencies:
1697
1564
'@opentelemetry/api': '>=1.3.0 <1.10.0'
1698
1565
1699
1699
-
'@opentelemetry/sdk-trace-base@2.7.1':
1700
1700
-
resolution: {integrity: sha512-NAYIlsF8MPUsKqJMiDQJTMPOmlbawC1Iz/omMLygZ1C9am8fTKYjTaI+OZM+WTY3t3Glo0wnOg/6/pac6RGPPw==}
1566
1566
+
'@opentelemetry/sdk-trace-base@2.2.0':
1567
1567
+
resolution: {integrity: sha512-xWQgL0Bmctsalg6PaXExmzdedSp3gyKV8mQBwK/j9VGdCDu2fmXIb2gAehBKbkXCpJ4HPkgv3QfoJWRT4dHWbw==}
1701
1568
engines: {node: ^18.19.0 || >=20.6.0}
1702
1569
peerDependencies:
1703
1570
'@opentelemetry/api': '>=1.3.0 <1.10.0'
···
1708
1575
peerDependencies:
1709
1576
'@opentelemetry/api': '>=1.0.0 <1.10.0'
1710
1577
1711
1711
-
'@opentelemetry/sdk-trace-node@2.7.1':
1712
1712
-
resolution: {integrity: sha512-pCpQxU68lV+I9s9svqMyVu5iHdDDUnqUpSxqwyCU8A9ejEsSnMPCbearwsUO4yk08ZJzAIUCFuReMdVQvHrdvg==}
1578
1578
+
'@opentelemetry/sdk-trace-node@2.2.0':
1579
1579
+
resolution: {integrity: sha512-+OaRja3f0IqGG2kptVeYsrZQK9nKRSpfFrKtRBq4uh6nIB8bTBgaGvYQrQoRrQWQMA5dK5yLhDMDc0dvYvCOIQ==}
1713
1580
engines: {node: ^18.19.0 || >=20.6.0}
1714
1581
peerDependencies:
1715
1582
'@opentelemetry/api': '>=1.0.0 <1.10.0'
1716
1583
1717
1717
-
'@opentelemetry/semantic-conventions@1.41.1':
1718
1718
-
resolution: {integrity: sha512-/UhIkaZgPutTFmQ7RnIJGgDXZmtEJ7Dvi86xNTFWcnRxVRNk/aotsqDJYeEvDP+FSMB2SdW+pQzNMcWP0rwuNA==}
1584
1584
+
'@opentelemetry/semantic-conventions@1.38.0':
1585
1585
+
resolution: {integrity: sha512-kocjix+/sSggfJhwXqClZ3i9Y/MI0fp7b+g7kCRm6psy2dsf8uApTRclwG18h8Avm7C9+fnt+O36PspJ/OzoWg==}
1719
1586
engines: {node: '>=14'}
1720
1587
1721
1588
'@opentelemetry/sql-common@0.41.2':
···
1987
1854
1988
1855
'@oxc-project/types@0.133.0':
1989
1856
resolution: {integrity: sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==}
1857
1857
+
1858
1858
+
'@oxc-project/types@0.134.0':
1859
1859
+
resolution: {integrity: sha512-T0xuRRKrQFmocH8y+jGfpmSkGcheaJExY9lEihmR1Gm2aH+75B8CzgU2rABRQSzzDxLjZ15Sc0bRVLj5lVeNXQ==}
1990
1860
1991
1861
'@oxc-resolver/binding-android-arm-eabi@11.20.0':
1992
1862
resolution: {integrity: sha512-IjfWOXRgJFNdORDl+Uf1aibNgZY2guOD3zmOhx1BGVb/MIiqlFTdmjpQNplSN58lhWehnX4UNqC3QwpUo8pjJg==}
···
2479
2349
'@protobufjs/base64@1.1.2':
2480
2350
resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==}
2481
2351
2482
2482
-
'@protobufjs/codegen@2.0.5':
2483
2483
-
resolution: {integrity: sha512-zgXFLzW3Ap33e6d0Wlj4MGIm6Ce8O89n/apUaGNB/jx+hw+ruWEp7EwGUshdLKVRCxZW12fp9r40E1mQrf/34g==}
2352
2352
+
'@protobufjs/codegen@2.0.4':
2353
2353
+
resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==}
2484
2354
2485
2485
-
'@protobufjs/eventemitter@1.1.1':
2486
2486
-
resolution: {integrity: sha512-vW1GmwMZNnL+gMRaovlh9yZX74kc+TTU3FObkkurpMaRtBfLP3ldjS9KQWlwZgraRE0+dheEEoAxdzcJQ8eXZg==}
2355
2355
+
'@protobufjs/eventemitter@1.1.0':
2356
2356
+
resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==}
2487
2357
2488
2488
-
'@protobufjs/fetch@1.1.1':
2489
2489
-
resolution: {integrity: sha512-GpptLrs57adMSuHi3VNj0mAF8dwh36LMaYF6XyJ6JMWlVsc+t42tm1HSEDmOs3A8fC9yyeisgLhsTVQokOZ0zw==}
2358
2358
+
'@protobufjs/fetch@1.1.0':
2359
2359
+
resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==}
2490
2360
2491
2361
'@protobufjs/float@1.0.2':
2492
2362
resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==}
2493
2363
2494
2494
-
'@protobufjs/inquire@1.1.2':
2495
2495
-
resolution: {integrity: sha512-pa0vFRuws4wkvaXKK1uXZMAwAX4/t8ANaJo45iw/oQHNQ9q5xUzwgFmVJGXiga2BeN+zpX7Vf9vmsiIa2J+MUw==}
2364
2364
+
'@protobufjs/inquire@1.1.0':
2365
2365
+
resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==}
2496
2366
2497
2367
'@protobufjs/path@1.1.2':
2498
2368
resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==}
···
2500
2370
'@protobufjs/pool@1.1.0':
2501
2371
resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==}
2502
2372
2503
2503
-
'@protobufjs/utf8@1.1.1':
2504
2504
-
resolution: {integrity: sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==}
2373
2373
+
'@protobufjs/utf8@1.1.0':
2374
2374
+
resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==}
2375
2375
+
2376
2376
+
'@quansync/fs@1.0.0':
2377
2377
+
resolution: {integrity: sha512-4TJ3DFtlf1L5LDMaM6CanJ/0lckGNtJcMjQ1NAV6zDmA0tEHKZtxNKin8EgPaVX1YzljbxckyT2tJrpQKAtngQ==}
2505
2378
2506
2379
'@rocicorp/lock@1.0.4':
2507
2380
resolution: {integrity: sha512-FavTiO8ETXFXDVfA87IThGduTTTR8iqzBnr/c60gUUmbk7knGEXPmf2B+yiNuluJD0ku0fL2V2r62UXnsLXl6w==}
···
2513
2386
'@rocicorp/resolver@1.0.2':
2514
2387
resolution: {integrity: sha512-TfjMTQp9cNNqNtHFfa+XHEGdA7NnmDRu+ZJH4YF3dso0Xk/b9DMhg/sl+b6CR4ThFZArXXDsG1j8Mwl34wcOZQ==}
2515
2388
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
2516
2516
-
deprecated: Use Promise.withResolvers instead
2517
2389
2518
2390
'@rocicorp/zero-sqlite3@1.1.2':
2519
2391
resolution: {integrity: sha512-bpxeS/JXENp8Wgo68wHsiMJjy41zePI0tCX0va/T4wAlUGfQ+gy4/Fr0TTfWWwHgDkVkAiQn5nb2EdN9xdOQWQ==}
···
2538
2410
2539
2411
'@rolldown/binding-android-arm64@1.0.2':
2540
2412
resolution: {integrity: sha512-ZS4D1JPGn/MYQN/SYDWftIE/nVsM8j/AFOYEzAoOE2O3NktQOZru+/vYXGbR/qtdLdIfGCP0lcoJiYVzsEz+iQ==}
2413
2413
+
engines: {node: ^20.19.0 || >=22.12.0}
2414
2414
+
cpu: [arm64]
2415
2415
+
os: [android]
2416
2416
+
2417
2417
+
'@rolldown/binding-android-arm64@1.1.0':
2418
2418
+
resolution: {integrity: sha512-gCYzGOSkYY6Z034suzd20euvds7lPzMEEla62DJGE/ZAlR4OMBnNbvnBSsIGUCAr52gaWMsloGxP4tVGtN5aCA==}
2541
2419
engines: {node: ^20.19.0 || >=22.12.0}
2542
2420
cpu: [arm64]
2543
2421
os: [android]
···
2548
2426
cpu: [arm64]
2549
2427
os: [darwin]
2550
2428
2429
2429
+
'@rolldown/binding-darwin-arm64@1.1.0':
2430
2430
+
resolution: {integrity: sha512-JQBD77MNgu+4Z6RAyg69acugdrhhVoWesr3l47zohYZ2YV2fwkWMArkN/2p4l6Ei+Sno7W5q+UsKdVWq5Ens0w==}
2431
2431
+
engines: {node: ^20.19.0 || >=22.12.0}
2432
2432
+
cpu: [arm64]
2433
2433
+
os: [darwin]
2434
2434
+
2551
2435
'@rolldown/binding-darwin-x64@1.0.2':
2552
2436
resolution: {integrity: sha512-BewSOwTHazv77DTYiAZXSqqKZ4KP/KonFisDMVU7PImxoWfB2aepnPhd2E4SWz3zDzYgDNbs6jBmTdgNnF02GA==}
2553
2437
engines: {node: ^20.19.0 || >=22.12.0}
2554
2438
cpu: [x64]
2555
2439
os: [darwin]
2556
2440
2441
2441
+
'@rolldown/binding-darwin-x64@1.1.0':
2442
2442
+
resolution: {integrity: sha512-p/8cXUTK4Sob604e+xxPhVSbDFf29E6J0l/xESM9rdCfn3aDai3nEs6TnMHUsdD5aNlFz0+gDbiGlozLKGa2YA==}
2443
2443
+
engines: {node: ^20.19.0 || >=22.12.0}
2444
2444
+
cpu: [x64]
2445
2445
+
os: [darwin]
2446
2446
+
2557
2447
'@rolldown/binding-freebsd-x64@1.0.2':
2558
2448
resolution: {integrity: sha512-m41o7M0YWtUdqk61Tb+jnKb2rN++iRdIASlExkUoKfIAH30DOHCB8fVLzSUpbWHHU8esmEioY62PxzexE8MBuA==}
2559
2449
engines: {node: ^20.19.0 || >=22.12.0}
2560
2450
cpu: [x64]
2561
2451
os: [freebsd]
2562
2452
2453
2453
+
'@rolldown/binding-freebsd-x64@1.1.0':
2454
2454
+
resolution: {integrity: sha512-KbtOSlVv6fElujiZWMcC3aQYhEwLVVf073RcwlSmpGQvIsKZFUqc0ef4sjUuurRwfbiI6JJXji9DQn+86hawmQ==}
2455
2455
+
engines: {node: ^20.19.0 || >=22.12.0}
2456
2456
+
cpu: [x64]
2457
2457
+
os: [freebsd]
2458
2458
+
2563
2459
'@rolldown/binding-linux-arm-gnueabihf@1.0.2':
2564
2460
resolution: {integrity: sha512-jcojB9H7W/jS29pMKWAK1N+fU99vXodHDTatS3b3y/XSOCiHo0kkA74pL3jJmkoQtYpOCxDvaKs1fo2Ij/1X5w==}
2565
2461
engines: {node: ^20.19.0 || >=22.12.0}
2566
2462
cpu: [arm]
2567
2463
os: [linux]
2568
2464
2465
2465
+
'@rolldown/binding-linux-arm-gnueabihf@1.1.0':
2466
2466
+
resolution: {integrity: sha512-9fZ9i0o0/MQaw7om6Z6TsT7tfCk0jtbEFtC+aPqZL5RNsGWNcHvn6EHgL3dAprjq+AZzPTAQjg2JtpJaMt+6pg==}
2467
2467
+
engines: {node: ^20.19.0 || >=22.12.0}
2468
2468
+
cpu: [arm]
2469
2469
+
os: [linux]
2470
2470
+
2569
2471
'@rolldown/binding-linux-arm64-gnu@1.0.2':
2570
2472
resolution: {integrity: sha512-1jn6qDU5iiOgFgygDzKUuKP0maTi0/f1+sBLgvij/76C77Nm3ts6ufz9Bjg5q5dduxiUIxtq86JIoBvo1xQ4Ig==}
2571
2473
engines: {node: ^20.19.0 || >=22.12.0}
···
2573
2475
os: [linux]
2574
2476
libc: [glibc]
2575
2477
2478
2478
+
'@rolldown/binding-linux-arm64-gnu@1.1.0':
2479
2479
+
resolution: {integrity: sha512-+tog7T66i+yFyIuuAnjL6xmW182W/qTBOUt6BtQ6lBIM1Eikh/fSMz4HGgvuCp5uU0zuIVWng7kDYthjCMOHcg==}
2480
2480
+
engines: {node: ^20.19.0 || >=22.12.0}
2481
2481
+
cpu: [arm64]
2482
2482
+
os: [linux]
2483
2483
+
libc: [glibc]
2484
2484
+
2576
2485
'@rolldown/binding-linux-arm64-musl@1.0.2':
2577
2486
resolution: {integrity: sha512-QVLO/czFMdoMFSqlX3bcswcJNm/23r+qoa/jgtmFc/qEp6/jXmIkDjF/XIo8dPfGaiwy1xfQn8o77L79GeXFgw==}
2487
2487
+
engines: {node: ^20.19.0 || >=22.12.0}
2488
2488
+
cpu: [arm64]
2489
2489
+
os: [linux]
2490
2490
+
libc: [musl]
2491
2491
+
2492
2492
+
'@rolldown/binding-linux-arm64-musl@1.1.0':
2493
2493
+
resolution: {integrity: sha512-4b7yruLIIj/oZ3GpcLOvxcLCLDMraohn3IhQfN2hBP4w9UekG0DTIajWguJosRGfySf/+h/NwRUiMKoCpxCrqQ==}
2578
2494
engines: {node: ^20.19.0 || >=22.12.0}
2579
2495
cpu: [arm64]
2580
2496
os: [linux]
···
2587
2503
os: [linux]
2588
2504
libc: [glibc]
2589
2505
2506
2506
+
'@rolldown/binding-linux-ppc64-gnu@1.1.0':
2507
2507
+
resolution: {integrity: sha512-QRDOVZd0bhQ5jLsUsCC3dUxDWdTSVY9WMznowZgCGOrZfLLgctWpelhUASEiBwsXfat/JwYnVd1EaxMhqyT+UQ==}
2508
2508
+
engines: {node: ^20.19.0 || >=22.12.0}
2509
2509
+
cpu: [ppc64]
2510
2510
+
os: [linux]
2511
2511
+
libc: [glibc]
2512
2512
+
2590
2513
'@rolldown/binding-linux-s390x-gnu@1.0.2':
2591
2514
resolution: {integrity: sha512-fy8rXxuYEu602abC8MUNaPjYLIFzReOaEIEMKMUa0rFEUxNpVXhs15KSSQ4qlqSaM7B6rcj9rDZgADh/IGDzLQ==}
2592
2515
engines: {node: ^20.19.0 || >=22.12.0}
···
2594
2517
os: [linux]
2595
2518
libc: [glibc]
2596
2519
2520
2520
+
'@rolldown/binding-linux-s390x-gnu@1.1.0':
2521
2521
+
resolution: {integrity: sha512-ypxT+Hq76NFG7woFbNbySnGEajFuYuIXeKz/jfCU+lXUoxfi3zLE6OG/ZQNeK3RpZSYJlAe2bokpsQ046CaieQ==}
2522
2522
+
engines: {node: ^20.19.0 || >=22.12.0}
2523
2523
+
cpu: [s390x]
2524
2524
+
os: [linux]
2525
2525
+
libc: [glibc]
2526
2526
+
2597
2527
'@rolldown/binding-linux-x64-gnu@1.0.2':
2598
2528
resolution: {integrity: sha512-0+bOkiQ779+r1WpoHOWHqncvyySci0vKph+myNDYb+im6meJAzHQXay6oEgnkHuUGouM1LKTZwqKpBow6Kj7CQ==}
2599
2529
engines: {node: ^20.19.0 || >=22.12.0}
···
2601
2531
os: [linux]
2602
2532
libc: [glibc]
2603
2533
2534
2534
+
'@rolldown/binding-linux-x64-gnu@1.1.0':
2535
2535
+
resolution: {integrity: sha512-IdovCmfROFmpTLahdecTDFL74aLERVYN68F/mLZjfVh6LfoplPfI6deyHNMTcVujbokDV5k05XrFO22zfv+qjg==}
2536
2536
+
engines: {node: ^20.19.0 || >=22.12.0}
2537
2537
+
cpu: [x64]
2538
2538
+
os: [linux]
2539
2539
+
libc: [glibc]
2540
2540
+
2604
2541
'@rolldown/binding-linux-x64-musl@1.0.2':
2605
2542
resolution: {integrity: sha512-mjSkrzZK5Qsl0a9d1JgILOiuZOSDTVdKENcSXBoqbzSrspLR/4/IRVDo5wd2GgZjNss/viBFJdeq+j7qH2nypw==}
2606
2543
engines: {node: ^20.19.0 || >=22.12.0}
···
2608
2545
os: [linux]
2609
2546
libc: [musl]
2610
2547
2548
2548
+
'@rolldown/binding-linux-x64-musl@1.1.0':
2549
2549
+
resolution: {integrity: sha512-pcA8xlFp2tyk9T2R6Fi/rPe3bQ1MA+sSMDNUU5Ogu80GHOatkE4P8YCreGAvZErm5Ho2YRXnyvNrWiRncfVysQ==}
2550
2550
+
engines: {node: ^20.19.0 || >=22.12.0}
2551
2551
+
cpu: [x64]
2552
2552
+
os: [linux]
2553
2553
+
libc: [musl]
2554
2554
+
2611
2555
'@rolldown/binding-openharmony-arm64@1.0.2':
2612
2556
resolution: {integrity: sha512-1v5vHasdfQAZoEHakBV72LIFAC9JjnymsiKxp+GEr/ma3+NJCPSaYK+qavInOovJkgwFrs7GccX2d6IgDA3Z5w==}
2613
2557
engines: {node: ^20.19.0 || >=22.12.0}
2614
2558
cpu: [arm64]
2615
2559
os: [openharmony]
2616
2560
2561
2561
+
'@rolldown/binding-openharmony-arm64@1.1.0':
2562
2562
+
resolution: {integrity: sha512-4+fexHayrLCWpriPh4c6dNvL4an34DEZCG7zOM/FD5QNF6h8DT+bDXzyB/kfC8lDJbaFb7jKShtnjDQFXVQEjg==}
2563
2563
+
engines: {node: ^20.19.0 || >=22.12.0}
2564
2564
+
cpu: [arm64]
2565
2565
+
os: [openharmony]
2566
2566
+
2617
2567
'@rolldown/binding-wasm32-wasi@1.0.2':
2618
2568
resolution: {integrity: sha512-mb1VobWn6NheziTk5/WEaR6AKVbrwT5sOi6C7zk3gy/pD1qtJfU1j4PgTo2NJnOtbL9Dl3Aeei8w9jJ7qC2jZQ==}
2619
2569
engines: {node: ^20.19.0 || >=22.12.0}
2620
2570
cpu: [wasm32]
2621
2571
2572
2572
+
'@rolldown/binding-wasm32-wasi@1.1.0':
2573
2573
+
resolution: {integrity: sha512-SbL++MNmOw6QamrwIGDMSSfM4ceTzFr+RjbOExJSLLBinScU4WI5OdA413h1qwPw2yH7lVF1+H4svQ+6mSXKTQ==}
2574
2574
+
engines: {node: ^20.19.0 || >=22.12.0}
2575
2575
+
cpu: [wasm32]
2576
2576
+
2622
2577
'@rolldown/binding-win32-arm64-msvc@1.0.2':
2623
2578
resolution: {integrity: sha512-SqKonF56vA/L2yHwHYcEp2P34URpOZ7d1fS635cTkpDnUtEGdUbhI6NzsPdqeSWvAAeGDrxjWjNmibDIdFf9/A==}
2624
2579
engines: {node: ^20.19.0 || >=22.12.0}
2625
2580
cpu: [arm64]
2626
2581
os: [win32]
2627
2582
2583
2583
+
'@rolldown/binding-win32-arm64-msvc@1.1.0':
2584
2584
+
resolution: {integrity: sha512-+xTE6XC7wBgk0VKRXGG+QAnyW5S9b8vfsFpiMjf0waQTmSQSU8onsH/beyZ8X4aXVveJnotiy7VDjLOaW8bTrg==}
2585
2585
+
engines: {node: ^20.19.0 || >=22.12.0}
2586
2586
+
cpu: [arm64]
2587
2587
+
os: [win32]
2588
2588
+
2628
2589
'@rolldown/binding-win32-x64-msvc@1.0.2':
2629
2590
resolution: {integrity: sha512-v7qRI7gXLRINcOGXt+7YmAZ6iFuyZVMIoXAxhd8oP+DR9dLfL9GfNIx7PLMxmhZdvq8waUJBQiWN9EKNy+TRBQ==}
2630
2591
engines: {node: ^20.19.0 || >=22.12.0}
2631
2592
cpu: [x64]
2632
2593
os: [win32]
2633
2594
2595
2595
+
'@rolldown/binding-win32-x64-msvc@1.1.0':
2596
2596
+
resolution: {integrity: sha512-Ogji1TQNqH3ACLnYr+1Ns1nyrJ0CO2P585u9Hsh02pXvtFiFpgtgT2b3P4PnCOU86VVCvqtAeCN4OftMT8KU4w==}
2597
2597
+
engines: {node: ^20.19.0 || >=22.12.0}
2598
2598
+
cpu: [x64]
2599
2599
+
os: [win32]
2600
2600
+
2634
2601
'@rolldown/pluginutils@1.0.1':
2635
2602
resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==}
2636
2603
2637
2637
-
'@rollup/plugin-alias@5.1.1':
2638
2638
-
resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==}
2639
2639
-
engines: {node: '>=14.0.0'}
2640
2640
-
peerDependencies:
2641
2641
-
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
2642
2642
-
peerDependenciesMeta:
2643
2643
-
rollup:
2644
2644
-
optional: true
2645
2645
-
2646
2604
'@rollup/plugin-alias@6.0.0':
2647
2605
resolution: {integrity: sha512-tPCzJOtS7uuVZd+xPhoy5W4vThe6KWXNmsFCNktaAh5RTqcLiSfT4huPQIXkgJ6YCOjJHvecOAzQxLFhPxKr+g==}
2648
2606
engines: {node: '>=20.19.0'}
2649
2607
peerDependencies:
2650
2608
rollup: '>=4.0.0'
2651
2651
-
peerDependenciesMeta:
2652
2652
-
rollup:
2653
2653
-
optional: true
2654
2654
-
2655
2655
-
'@rollup/plugin-commonjs@28.0.9':
2656
2656
-
resolution: {integrity: sha512-PIR4/OHZ79romx0BVVll/PkwWpJ7e5lsqFa3gFfcrFPWwLXLV39JVUzQV9RKjWerE7B845Hqjj9VYlQeieZ2dA==}
2657
2657
-
engines: {node: '>=16.0.0 || 14 >= 14.17'}
2658
2658
-
peerDependencies:
2659
2659
-
rollup: ^2.68.0||^3.0.0||^4.0.0
2660
2609
peerDependenciesMeta:
2661
2610
rollup:
2662
2611
optional: true
···
2724
2673
rollup:
2725
2674
optional: true
2726
2675
2676
2676
+
'@rollup/rollup-android-arm-eabi@4.53.3':
2677
2677
+
resolution: {integrity: sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==}
2678
2678
+
cpu: [arm]
2679
2679
+
os: [android]
2680
2680
+
2727
2681
'@rollup/rollup-android-arm-eabi@4.61.1':
2728
2682
resolution: {integrity: sha512-JnBB8MdXj45cajvTuO5FmPlvFVJRQgvrz1uSEl3NwqFnReAPGwb8EanbGi4z2nRaqLzjJSv5/JmycoTKlRZxHA==}
2729
2683
cpu: [arm]
2730
2684
os: [android]
2731
2685
2686
2686
+
'@rollup/rollup-android-arm64@4.53.3':
2687
2687
+
resolution: {integrity: sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==}
2688
2688
+
cpu: [arm64]
2689
2689
+
os: [android]
2690
2690
+
2732
2691
'@rollup/rollup-android-arm64@4.61.1':
2733
2692
resolution: {integrity: sha512-Jx2g7iSjw4AOT0HDPHM9RV3GNjRXwybWtSFZiZAYUTjUwjVrYIwq3kBf+LnhqJlzXFAqTAh2F7IGI+O568exPw==}
2734
2693
cpu: [arm64]
2735
2694
os: [android]
2736
2695
2696
2696
+
'@rollup/rollup-darwin-arm64@4.53.3':
2697
2697
+
resolution: {integrity: sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==}
2698
2698
+
cpu: [arm64]
2699
2699
+
os: [darwin]
2700
2700
+
2737
2701
'@rollup/rollup-darwin-arm64@4.61.1':
2738
2702
resolution: {integrity: sha512-0F1L/Z3Eqv8mT2n3dCpeO8GcTvHvVqkP5/t6DMsn0KzhYVcg+s7Ncl5DS8qjKYEeio6Az0Gt6nyBORay5qIlCA==}
2739
2703
cpu: [arm64]
2740
2704
os: [darwin]
2741
2705
2706
2706
+
'@rollup/rollup-darwin-x64@4.53.3':
2707
2707
+
resolution: {integrity: sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==}
2708
2708
+
cpu: [x64]
2709
2709
+
os: [darwin]
2710
2710
+
2742
2711
'@rollup/rollup-darwin-x64@4.61.1':
2743
2712
resolution: {integrity: sha512-qLttcH871ujY4YcVfUSShhOw+CsoTatYz8gRbHO7Bb92QH059/P0y5do1KMs41fY0BpD2x4AJH/gID0zFiqVKQ==}
2744
2713
cpu: [x64]
2745
2714
os: [darwin]
2746
2715
2716
2716
+
'@rollup/rollup-freebsd-arm64@4.53.3':
2717
2717
+
resolution: {integrity: sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==}
2718
2718
+
cpu: [arm64]
2719
2719
+
os: [freebsd]
2720
2720
+
2747
2721
'@rollup/rollup-freebsd-arm64@4.61.1':
2748
2722
resolution: {integrity: sha512-fUI4RapGE0Oh3mb8mgfvC1O2nU1RpDZUKnDQm3xB1Ipg7C2wTs5Kstz7G2uWK99a8S2yTMq8/P4uycwNa0nJyw==}
2749
2723
cpu: [arm64]
2750
2724
os: [freebsd]
2751
2725
2726
2726
+
'@rollup/rollup-freebsd-x64@4.53.3':
2727
2727
+
resolution: {integrity: sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==}
2728
2728
+
cpu: [x64]
2729
2729
+
os: [freebsd]
2730
2730
+
2752
2731
'@rollup/rollup-freebsd-x64@4.61.1':
2753
2732
resolution: {integrity: sha512-H5YrdvJaDtI/U9/emrD4b++xkvp3y/JvOe4rizHbxvkyMfRS/CiRYdji+Pl8D0brEaNFWUh1drQxgAGIl6Xudw==}
2754
2733
cpu: [x64]
2755
2734
os: [freebsd]
2756
2735
2736
2736
+
'@rollup/rollup-linux-arm-gnueabihf@4.53.3':
2737
2737
+
resolution: {integrity: sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==}
2738
2738
+
cpu: [arm]
2739
2739
+
os: [linux]
2740
2740
+
libc: [glibc]
2741
2741
+
2757
2742
'@rollup/rollup-linux-arm-gnueabihf@4.61.1':
2758
2743
resolution: {integrity: sha512-Q8CBCCQtDFrYtXoeUXSrnFXKOnyUhx6bz+SkL6A0E7V8kAiCJ5pamq1WtbfpVGhR5TSpXY6ak3avmDc5fHTyJA==}
2759
2744
cpu: [arm]
2760
2745
os: [linux]
2761
2746
libc: [glibc]
2762
2747
2748
2748
+
'@rollup/rollup-linux-arm-musleabihf@4.53.3':
2749
2749
+
resolution: {integrity: sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==}
2750
2750
+
cpu: [arm]
2751
2751
+
os: [linux]
2752
2752
+
libc: [musl]
2753
2753
+
2763
2754
'@rollup/rollup-linux-arm-musleabihf@4.61.1':
2764
2755
resolution: {integrity: sha512-nwnhk1581l0FBVellGcVCAT0Oi06onEA3WB53sf01VO3I0UPBkMH9sXONYME2K0ovXcNayJfNtHfm6mpJElatQ==}
2765
2756
cpu: [arm]
2766
2757
os: [linux]
2767
2758
libc: [musl]
2768
2759
2760
2760
+
'@rollup/rollup-linux-arm64-gnu@4.53.3':
2761
2761
+
resolution: {integrity: sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==}
2762
2762
+
cpu: [arm64]
2763
2763
+
os: [linux]
2764
2764
+
libc: [glibc]
2765
2765
+
2769
2766
'@rollup/rollup-linux-arm64-gnu@4.61.1':
2770
2767
resolution: {integrity: sha512-x5Xr49hwt3hdW75UOZm3395YwwzPyauktslv29KpWL/T+vVAzoT3azLcTWv0eMciBNrx+DYjH4paehHoLpPvpg==}
2771
2768
cpu: [arm64]
2772
2769
os: [linux]
2773
2770
libc: [glibc]
2774
2771
2772
2772
+
'@rollup/rollup-linux-arm64-musl@4.53.3':
2773
2773
+
resolution: {integrity: sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==}
2774
2774
+
cpu: [arm64]
2775
2775
+
os: [linux]
2776
2776
+
libc: [musl]
2777
2777
+
2775
2778
'@rollup/rollup-linux-arm64-musl@4.61.1':
2776
2779
resolution: {integrity: sha512-unMS3H73DpaoPyyEVPjGKleM/s0mkmsauTENpw4INQY8y4+IuLNjkueQ5QCtC0D3N38Y38yhAU8OoZ20S2Tm6w==}
2777
2780
cpu: [arm64]
2778
2781
os: [linux]
2779
2782
libc: [musl]
2780
2783
2784
2784
+
'@rollup/rollup-linux-loong64-gnu@4.53.3':
2785
2785
+
resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==}
2786
2786
+
cpu: [loong64]
2787
2787
+
os: [linux]
2788
2788
+
libc: [glibc]
2789
2789
+
2781
2790
'@rollup/rollup-linux-loong64-gnu@4.61.1':
2782
2791
resolution: {integrity: sha512-zNZzGRnAhwjFEYmvphJRV5XaQGjs62cCmeYYHUT//NbvEnHauw+I85nGG+SiVg5ld4GX8D1IbKIX+ozITQnhMQ==}
2783
2792
cpu: [loong64]
···
2790
2799
os: [linux]
2791
2800
libc: [musl]
2792
2801
2802
2802
+
'@rollup/rollup-linux-ppc64-gnu@4.53.3':
2803
2803
+
resolution: {integrity: sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==}
2804
2804
+
cpu: [ppc64]
2805
2805
+
os: [linux]
2806
2806
+
libc: [glibc]
2807
2807
+
2793
2808
'@rollup/rollup-linux-ppc64-gnu@4.61.1':
2794
2809
resolution: {integrity: sha512-EC5kTtNaNGOmbMGqar8dvJy6y/hg99GAwjfBz++pxZhQATXGcRjd6c5en5wcbru0vkRmiMGsQKdMJOOf6sza4g==}
2795
2810
cpu: [ppc64]
···
2801
2816
cpu: [ppc64]
2802
2817
os: [linux]
2803
2818
libc: [musl]
2819
2819
+
2820
2820
+
'@rollup/rollup-linux-riscv64-gnu@4.53.3':
2821
2821
+
resolution: {integrity: sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==}
2822
2822
+
cpu: [riscv64]
2823
2823
+
os: [linux]
2824
2824
+
libc: [glibc]
2804
2825
2805
2826
'@rollup/rollup-linux-riscv64-gnu@4.61.1':
2806
2827
resolution: {integrity: sha512-10dh/h/BqA7DuMPWSxkR8uks18FRwnwOEqr5zOTEl+NOwP/OMzKX8OFR/Of9xxDA7D5qef1Nzar5WDD2kCCr1g==}
···
2808
2829
os: [linux]
2809
2830
libc: [glibc]
2810
2831
2832
2832
+
'@rollup/rollup-linux-riscv64-musl@4.53.3':
2833
2833
+
resolution: {integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==}
2834
2834
+
cpu: [riscv64]
2835
2835
+
os: [linux]
2836
2836
+
libc: [musl]
2837
2837
+
2811
2838
'@rollup/rollup-linux-riscv64-musl@4.61.1':
2812
2839
resolution: {integrity: sha512-YKJ5lg35DP17gcAOggnihe+APw9HLyj1Xn7gsmGumBJAUDa6NGXNixJzmkWLhcK9TOuuyQjdamzvJefkO7qHZQ==}
2813
2840
cpu: [riscv64]
2814
2841
os: [linux]
2815
2842
libc: [musl]
2816
2843
2844
2844
+
'@rollup/rollup-linux-s390x-gnu@4.53.3':
2845
2845
+
resolution: {integrity: sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==}
2846
2846
+
cpu: [s390x]
2847
2847
+
os: [linux]
2848
2848
+
libc: [glibc]
2849
2849
+
2817
2850
'@rollup/rollup-linux-s390x-gnu@4.61.1':
2818
2851
resolution: {integrity: sha512-Mlil5G2Jj6a7B3LWGctg+XPL9vdXYuzCtNXfxOQ0nPjc2m6ueUktocPGH9bnAM0bNRKb/bAWTujUU7IJQdQA+g==}
2819
2852
cpu: [s390x]
2820
2853
os: [linux]
2821
2854
libc: [glibc]
2822
2855
2856
2856
+
'@rollup/rollup-linux-x64-gnu@4.53.3':
2857
2857
+
resolution: {integrity: sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==}
2858
2858
+
cpu: [x64]
2859
2859
+
os: [linux]
2860
2860
+
libc: [glibc]
2861
2861
+
2823
2862
'@rollup/rollup-linux-x64-gnu@4.61.1':
2824
2863
resolution: {integrity: sha512-bVWIOIk6pV01p4CdUbPP7CJ/434z+OooYjDuFcR+44N35YvKUC66G8MGnvcWx5mWKW3g61J+t74l3Kj15Kwn2Q==}
2825
2864
cpu: [x64]
2826
2865
os: [linux]
2827
2866
libc: [glibc]
2828
2867
2868
2868
+
'@rollup/rollup-linux-x64-musl@4.53.3':
2869
2869
+
resolution: {integrity: sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==}
2870
2870
+
cpu: [x64]
2871
2871
+
os: [linux]
2872
2872
+
libc: [musl]
2873
2873
+
2829
2874
'@rollup/rollup-linux-x64-musl@4.61.1':
2830
2875
resolution: {integrity: sha512-qy5pBvZbqNFheBz61R1rzsezjm0J7O2oNGoWtGoY89SZYLUfxAJTBAqDChqAIdB4rCiIbi9nF7yZ83GnNiLwSw==}
2831
2876
cpu: [x64]
···
2837
2882
cpu: [x64]
2838
2883
os: [openbsd]
2839
2884
2885
2885
+
'@rollup/rollup-openharmony-arm64@4.53.3':
2886
2886
+
resolution: {integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==}
2887
2887
+
cpu: [arm64]
2888
2888
+
os: [openharmony]
2889
2889
+
2840
2890
'@rollup/rollup-openharmony-arm64@4.61.1':
2841
2891
resolution: {integrity: sha512-fbWnKqVkjrJN38vNe3ahkbk6iejS/3b0Nt7EEtPpE6RBacZcGXNKbzfHN3GUUlXOPghUg0j6XUGrtjX9z1sIvA==}
2842
2892
cpu: [arm64]
2843
2893
os: [openharmony]
2894
2894
+
2895
2895
+
'@rollup/rollup-win32-arm64-msvc@4.53.3':
2896
2896
+
resolution: {integrity: sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==}
2897
2897
+
cpu: [arm64]
2898
2898
+
os: [win32]
2844
2899
2845
2900
'@rollup/rollup-win32-arm64-msvc@4.61.1':
2846
2901
resolution: {integrity: sha512-ArMl38iVAbk0New1ogihQNY6iphLi4ZaRsa037gUzv5yeKPY8TD3Dmy4x2RNC1VztU/uqm+G+/RwFrSka3Oy2g==}
2847
2902
cpu: [arm64]
2848
2903
os: [win32]
2849
2904
2905
2905
+
'@rollup/rollup-win32-ia32-msvc@4.53.3':
2906
2906
+
resolution: {integrity: sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==}
2907
2907
+
cpu: [ia32]
2908
2908
+
os: [win32]
2909
2909
+
2850
2910
'@rollup/rollup-win32-ia32-msvc@4.61.1':
2851
2911
resolution: {integrity: sha512-0mYtjHS9ucAbcATycCNK9IGBk/cCe/ma7EmSLGZdsxnOA8cjRIyU04wDpVAD9NiOfLUR9KTxdiO53uOkherqjQ==}
2852
2912
cpu: [ia32]
2853
2913
os: [win32]
2854
2914
2915
2915
+
'@rollup/rollup-win32-x64-gnu@4.53.3':
2916
2916
+
resolution: {integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==}
2917
2917
+
cpu: [x64]
2918
2918
+
os: [win32]
2919
2919
+
2855
2920
'@rollup/rollup-win32-x64-gnu@4.61.1':
2856
2921
resolution: {integrity: sha512-gK1iCEPfpoSG9wfBihXxvBMi8ZfcWffYkEsC/Eih+iFENTaewvNcrEQ69lIOWYO5pePHKLHHO7nq5AILGO/HQQ==}
2922
2922
+
cpu: [x64]
2923
2923
+
os: [win32]
2924
2924
+
2925
2925
+
'@rollup/rollup-win32-x64-msvc@4.53.3':
2926
2926
+
resolution: {integrity: sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==}
2857
2927
cpu: [x64]
2858
2928
os: [win32]
2859
2929
···
2883
2953
'@speed-highlight/core@1.2.15':
2884
2954
resolution: {integrity: sha512-BMq1K3DsElxDWawkX6eLg9+CKJrTVGCBAWVuHXVUV2u0s2711qiChLSId6ikYPfxhdYocLNt3wWwSvDiTvFabw==}
2885
2955
2956
2956
+
'@standard-schema/spec@1.0.0':
2957
2957
+
resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==}
2958
2958
+
2886
2959
'@standard-schema/spec@1.1.0':
2887
2960
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
2888
2961
···
2895
2968
'@tsconfig/node24@24.0.4':
2896
2969
resolution: {integrity: sha512-2A933l5P5oCbv6qSxHs7ckKwobs8BDAe9SJ/Xr2Hy+nDlwmLE1GhFh/g/vXGRZWgxBg9nX/5piDtHR9Dkw/XuA==}
2897
2970
2898
2898
-
'@tybys/wasm-util@0.10.2':
2899
2899
-
resolution: {integrity: sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==}
2971
2971
+
'@tybys/wasm-util@0.10.1':
2972
2972
+
resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==}
2900
2973
2901
2974
'@types/aws-lambda@8.10.152':
2902
2975
resolution: {integrity: sha512-soT/c2gYBnT5ygwiHPmd9a1bftj462NWVk2tKCc1PYHSIacB2UwbTS2zYG4jzag1mRDuzg/OjtxQjQ2NKRB6Rw==}
···
2913
2986
'@types/connect@3.4.38':
2914
2987
resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
2915
2988
2916
2916
-
'@types/debug@4.1.13':
2917
2917
-
resolution: {integrity: sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==}
2989
2989
+
'@types/debug@4.1.12':
2990
2990
+
resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
2918
2991
2919
2992
'@types/deep-eql@4.0.2':
2920
2993
resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
2921
2994
2922
2995
'@types/esrecurse@4.3.1':
2923
2996
resolution: {integrity: sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==}
2997
2997
+
2998
2998
+
'@types/estree@1.0.8':
2999
2999
+
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
2924
3000
2925
3001
'@types/estree@1.0.9':
2926
3002
resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
···
2952
3028
'@types/mysql@2.15.27':
2953
3029
resolution: {integrity: sha512-YfWiV16IY0OeBfBCk8+hXKmdTKrKlwKN1MNKAPBu5JYxLwBEZl7QzeEpGnlZb3VMGJrrGmB84gXiH+ofs/TezA==}
2954
3030
3031
3031
+
'@types/node@24.10.1':
3032
3032
+
resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==}
3033
3033
+
2955
3034
'@types/node@24.11.0':
2956
3035
resolution: {integrity: sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==}
2957
3036
···
2985
3064
'@types/ws@8.18.1':
2986
3065
resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
2987
3066
2988
2988
-
'@typescript-eslint/eslint-plugin@8.60.1':
2989
2989
-
resolution: {integrity: sha512-JQ4S5GB0tfjO8BuJ4fcX+HodkzJjYBV+7OJ+wLygaX7OGQ7FudyHL4NSCA6ob+w3Yn+5MkKIozOwQhXeM7opVg==}
3067
3067
+
'@typescript-eslint/eslint-plugin@8.61.0':
3068
3068
+
resolution: {integrity: sha512-bFNvl9ZczlVb+wR2Akszf3gHfKVj/8WanXaGJ3UstTA7brNKg0cNdk6X1Psu5V7MZ2oQtzZKOEzIUehaoxbDGw==}
2990
3069
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2991
3070
peerDependencies:
2992
2992
-
'@typescript-eslint/parser': ^8.60.1
3071
3071
+
'@typescript-eslint/parser': ^8.61.0
2993
3072
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2994
3073
typescript: '>=4.8.4 <6.1.0'
2995
3074
2996
2996
-
'@typescript-eslint/parser@8.60.1':
2997
2997
-
resolution: {integrity: sha512-A0M6ua6H252bVjPvvtSgl2QA4+ET9S5Mtkb2GDyTxIhH/C4qDItT7RQNO5PhMC6NXGYXOR9dIalcDDgBKT7oFA==}
3075
3075
+
'@typescript-eslint/parser@8.61.0':
3076
3076
+
resolution: {integrity: sha512-5B7PfA2e1NQGCnDHd/0lW7W3gvp3d59Ryw54FYO8Uswxo9f6ikw3AZV+Xj/TvpImmpsiYyUqAfhC6kJID1jF6w==}
2998
3077
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2999
3078
peerDependencies:
3000
3079
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
3001
3080
typescript: '>=4.8.4 <6.1.0'
3002
3081
3003
3003
-
'@typescript-eslint/project-service@8.60.1':
3004
3004
-
resolution: {integrity: sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==}
3082
3082
+
'@typescript-eslint/project-service@8.61.0':
3083
3083
+
resolution: {integrity: sha512-DV42F7MLJO6Rax7SK1yg43tcnEfGUrurSpSxKuVX+a3RCTzBlH3fuxprrOJXKCJGAaw82xXocikJ0uQaqwXgGA==}
3005
3084
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3006
3085
peerDependencies:
3007
3086
typescript: '>=4.8.4 <6.1.0'
3008
3087
3009
3009
-
'@typescript-eslint/rule-tester@8.60.1':
3010
3010
-
resolution: {integrity: sha512-ly/WFKd5EwhTpuFbgQ81Z+67o4DRnlgKy+yHTuHWTy/u8yb0nEVPjDKqVUkJ1545vX2aAW1TELNSPPs+AOC+KA==}
3088
3088
+
'@typescript-eslint/rule-tester@8.61.0':
3089
3089
+
resolution: {integrity: sha512-Lw4sbAYEhPtugEBz4/FX8j0fe7ynwK5Kcb4mlk9dwyydAg/h6ZwyBid6jf6jbgc5YaygY4Ih04apE1TU6wt6fQ==}
3011
3090
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3012
3091
peerDependencies:
3013
3092
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
3014
3093
typescript: '>=4.8.4 <6.1.0'
3015
3094
3016
3016
-
'@typescript-eslint/scope-manager@8.60.1':
3017
3017
-
resolution: {integrity: sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==}
3095
3095
+
'@typescript-eslint/scope-manager@8.61.0':
3096
3096
+
resolution: {integrity: sha512-IWdXFHFSb6mlC3HPc7QsLDm5zYEbUla6trDEHf32D3/dnuUyXd87plScSNXSbm0/RxMvObpI17sv/EDTGrGZkA==}
3018
3097
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3019
3098
3020
3020
-
'@typescript-eslint/tsconfig-utils@8.60.1':
3021
3021
-
resolution: {integrity: sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==}
3099
3099
+
'@typescript-eslint/tsconfig-utils@8.61.0':
3100
3100
+
resolution: {integrity: sha512-O5Amvdv9ztMpxpf+vmFULGG78IE6Qwdr3bCGvqwG4nwc9H2qXkOYJJnRbRHyMkQTjv1d03olqwwwzHLMqpFePQ==}
3022
3101
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3023
3102
peerDependencies:
3024
3103
typescript: '>=4.8.4 <6.1.0'
3025
3104
3026
3026
-
'@typescript-eslint/type-utils@8.60.1':
3027
3027
-
resolution: {integrity: sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==}
3105
3105
+
'@typescript-eslint/type-utils@8.61.0':
3106
3106
+
resolution: {integrity: sha512-TuBiQYIkd97yBfInHCTKVYMbX4kvEmpOEuixIuzCU9p8BGT1SfyyO0d0IfDMbPIHcjn/hWnusUX5e8v5Xg+X8A==}
3028
3107
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3029
3108
peerDependencies:
3030
3109
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
3031
3110
typescript: '>=4.8.4 <6.1.0'
3032
3111
3033
3033
-
'@typescript-eslint/types@8.60.1':
3034
3034
-
resolution: {integrity: sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==}
3112
3112
+
'@typescript-eslint/types@8.61.0':
3113
3113
+
resolution: {integrity: sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg==}
3035
3114
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3036
3115
3037
3037
-
'@typescript-eslint/typescript-estree@8.60.1':
3038
3038
-
resolution: {integrity: sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==}
3116
3116
+
'@typescript-eslint/typescript-estree@8.61.0':
3117
3117
+
resolution: {integrity: sha512-42zatd5qSvvcV1JdDBCLxYRznvP4eIHpPoZXdkPFnAmanA4FuZ5dibSnCBggY8hQnqajPpoGjXFdZ7fIJKQnlA==}
3039
3118
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3040
3119
peerDependencies:
3041
3120
typescript: '>=4.8.4 <6.1.0'
3042
3121
3043
3043
-
'@typescript-eslint/utils@8.60.1':
3044
3044
-
resolution: {integrity: sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==}
3122
3122
+
'@typescript-eslint/utils@8.61.0':
3123
3123
+
resolution: {integrity: sha512-3bzFt7ImFMW/jVYwJamDoe/dMOdFLSC6pom6rRjdh4SZJEYupyMzem8e7vKZLclLfpHjlwSAXOUxtKxGXUiLqA==}
3045
3124
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3046
3125
peerDependencies:
3047
3126
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
3048
3127
typescript: '>=4.8.4 <6.1.0'
3049
3128
3050
3050
-
'@typescript-eslint/visitor-keys@8.60.1':
3051
3051
-
resolution: {integrity: sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==}
3129
3129
+
'@typescript-eslint/visitor-keys@8.61.0':
3130
3130
+
resolution: {integrity: sha512-QVLZu3ZPQEE+HICQyAMZ2yLQhxf0meY/wx6Hx14YcTNj13JB3qHlX3lJ02L3fLGHgERRH71kvYDwiXIguT3AjQ==}
3052
3131
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3053
3132
3054
3133
'@unhead/vue@2.1.15':
···
3175
3254
peerDependencies:
3176
3255
'@babel/core': ^7.0.0-0
3177
3256
3257
3257
+
'@vue/compiler-core@3.5.25':
3258
3258
+
resolution: {integrity: sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==}
3259
3259
+
3178
3260
'@vue/compiler-core@3.5.35':
3179
3261
resolution: {integrity: sha512-BUmHaR1J+O+CKZ9uJucdVTEr1LHsdyvv7vG3eNRhK3CczEHeMd/LtsHAuD7PbrxvI2envCY2v7HI1vC1aBRzKw==}
3180
3262
3263
3263
+
'@vue/compiler-dom@3.5.25':
3264
3264
+
resolution: {integrity: sha512-4We0OAcMZsKgYoGlMjzYvaoErltdFI2/25wqanuTu+S4gismOTRTBPi4IASOjxWdzIwrYSjnqONfKvuqkXzE2Q==}
3265
3265
+
3181
3266
'@vue/compiler-dom@3.5.35':
3182
3267
resolution: {integrity: sha512-k+bprkXxuqhVajgTx5mUHuir7TwQzUKOWR40ng1ncAqQRPnrLngGGgqVEEhOnTMlc8btHYVKmrP8s5Qyg0hvYA==}
3268
3268
+
3269
3269
+
'@vue/compiler-sfc@3.5.25':
3270
3270
+
resolution: {integrity: sha512-PUgKp2rn8fFsI++lF2sO7gwO2d9Yj57Utr5yEsDf3GNaQcowCLKL7sf+LvVFvtJDXUp/03+dC6f2+LCv5aK1ag==}
3183
3271
3184
3272
'@vue/compiler-sfc@3.5.35':
3185
3273
resolution: {integrity: sha512-G5VPMcXTSywXBgtFOZOnHKBxKSrwXUcvY1iaF5/hRcy7t0J6CH/d8ha9F4nzi00Fax1eLV0QHM7v4mQu68jydw==}
3274
3274
+
3275
3275
+
'@vue/compiler-ssr@3.5.25':
3276
3276
+
resolution: {integrity: sha512-ritPSKLBcParnsKYi+GNtbdbrIE1mtuFEJ4U1sWeuOMlIziK5GtOL85t5RhsNy4uWIXPgk+OUdpnXiTdzn8o3A==}
3186
3277
3187
3278
'@vue/compiler-ssr@3.5.35':
3188
3279
resolution: {integrity: sha512-rGhAeXgdM7/ffTJGXT69rCCdTmjDewnFuUZfBQQHTdcEBeWdT5HCGY60y2ytLJr9/Dsu7IntUi5z/w0h6Rjnzw==}
···
3217
3308
resolution: {integrity: sha512-NkebSOYdB97wi8OQcO3HqzZSlymJi/aWsN/7h74OSVhRTm6qGs3Jp3e0rCXynmWwSlKeRrnlIug+ilYoHBmQDA==}
3218
3309
peerDependencies:
3219
3310
vue: 3.5.35
3311
3311
+
3312
3312
+
'@vue/shared@3.5.25':
3313
3313
+
resolution: {integrity: sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==}
3220
3314
3221
3315
'@vue/shared@3.5.35':
3222
3316
resolution: {integrity: sha512-zSbjL7gRXwks2ZQLRGCajBtBXEOXW9Ddhn/HvSdrGkE2dqGnumzW8XtusRrxrE9LvqtiqDXQ+A60Hp6mvdYxfA==}
···
3308
3402
peerDependencies:
3309
3403
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
3310
3404
3405
3405
+
acorn@8.15.0:
3406
3406
+
resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
3407
3407
+
engines: {node: '>=0.4.0'}
3408
3408
+
hasBin: true
3409
3409
+
3311
3410
acorn@8.16.0:
3312
3411
resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
3313
3412
engines: {node: '>=0.4.0'}
···
3333
3432
ajv:
3334
3433
optional: true
3335
3434
3435
3435
+
ajv@6.12.6:
3436
3436
+
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
3437
3437
+
3336
3438
ajv@6.15.0:
3337
3439
resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==}
3338
3440
3339
3339
-
ajv@8.20.0:
3340
3340
-
resolution: {integrity: sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==}
3441
3441
+
ajv@8.17.1:
3442
3442
+
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
3341
3443
3342
3444
alien-signals@3.2.1:
3343
3445
resolution: {integrity: sha512-I8FjmltrfnDFoZedi5CG8DghVYNhzb/Ijluz7tCSJH0xpd0484Kowhbb1XDYOxfJpU1p5wnM2X54dA+IfGyD1g==}
3344
3446
3345
3345
-
ansi-colors@4.1.3:
3346
3346
-
resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
3347
3347
-
engines: {node: '>=6'}
3348
3348
-
3349
3447
ansi-regex@5.0.1:
3350
3448
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
3351
3449
engines: {node: '>=8'}
···
3361
3459
ansi-styles@6.2.3:
3362
3460
resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
3363
3461
engines: {node: '>=12'}
3462
3462
+
3463
3463
+
ansis@4.2.0:
3464
3464
+
resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==}
3465
3465
+
engines: {node: '>=14'}
3364
3466
3365
3467
ansis@4.3.1:
3366
3468
resolution: {integrity: sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==}
···
3385
3487
argparse@2.0.1:
3386
3488
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
3387
3489
3388
3388
-
array-back@6.2.3:
3389
3389
-
resolution: {integrity: sha512-SGDvmg6QTYiTxCBkYVmThcoa67uLl35pyzRHdpCGBOcqFy6BtwnphoFPk7LhJshD+Yk1Kt35WGWeZPTgwR4Fhw==}
3490
3490
+
array-back@6.2.2:
3491
3491
+
resolution: {integrity: sha512-gUAZ7HPyb4SJczXAMUXMGAvI976JoK3qEx9v1FTmeYuJj0IBiaKttG1ydtGKdkfqWkIkouke7nG8ufGy77+Cvw==}
3390
3492
engines: {node: '>=12.17'}
3391
3493
3392
3494
assertion-error@2.0.1:
···
3395
3497
3396
3498
ast-kit@2.2.0:
3397
3499
resolution: {integrity: sha512-m1Q/RaVOnTp9JxPX+F+Zn7IcLYMzM8kZofDImfsKZd8MbR+ikdOzTeztStWqfrqIxZnYWryyI9ePm3NGjnZgGw==}
3500
3500
+
engines: {node: '>=20.19.0'}
3501
3501
+
3502
3502
+
ast-kit@3.0.0-beta.1:
3503
3503
+
resolution: {integrity: sha512-trmleAnZ2PxN/loHWVhhx1qeOHSRXq4TDsBBxq3GqeJitfk3+jTQ+v/C1km/KYq9M7wKqCewMh+/NAvVH7m+bw==}
3398
3504
engines: {node: '>=20.19.0'}
3399
3505
3400
3506
ast-v8-to-istanbul@1.0.3:
···
3425
3531
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
3426
3532
engines: {node: '>= 0.4'}
3427
3533
3428
3428
-
avvio@9.2.0:
3429
3429
-
resolution: {integrity: sha512-2t/sy01ArdHHE0vRH5Hsay+RtCZt3dLPji7W7/MMOCEgze5b7SNDC4j5H6FnVgPkI1MTNFGzHdHrVXDDl7QSSQ==}
3534
3534
+
avvio@9.1.0:
3535
3535
+
resolution: {integrity: sha512-fYASnYi600CsH/j9EQov7lECAniYiBFiiAtBNuZYLA2leLe9qOvZzqYHFjtIj6gD2VMoMLP14834LFWvr4IfDw==}
3430
3536
3431
3537
b4a@1.8.1:
3432
3538
resolution: {integrity: sha512-aiqre1Nr0B/6DgE2N5vwTc+2/oQZ4Wh1t4NznYY4E00y8LCt6NqdRv81so00oo27D8MVKTpUa/MwUUtBLXCoDw==}
···
3492
3598
engines: {node: '>=6.0.0'}
3493
3599
hasBin: true
3494
3600
3601
3601
+
baseline-browser-mapping@2.8.32:
3602
3602
+
resolution: {integrity: sha512-OPz5aBThlyLFgxyhdwf/s2+8ab3OvT7AdTNvKHBwpXomIYeXqpUUuT8LrdtxZSsWJ4R4CU1un4XGh5Ez3nlTpw==}
3603
3603
+
hasBin: true
3604
3604
+
3495
3605
basic-auth@2.0.1:
3496
3606
resolution: {integrity: sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==}
3497
3607
engines: {node: '>= 0.8'}
···
3514
3624
boolbase@1.0.0:
3515
3625
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
3516
3626
3517
3517
-
brace-expansion@2.1.1:
3518
3518
-
resolution: {integrity: sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==}
3627
3627
+
brace-expansion@2.0.2:
3628
3628
+
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
3519
3629
3520
3630
brace-expansion@5.0.6:
3521
3631
resolution: {integrity: sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==}
···
3525
3635
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
3526
3636
engines: {node: '>=8'}
3527
3637
3638
3638
+
browserslist@4.28.0:
3639
3639
+
resolution: {integrity: sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==}
3640
3640
+
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
3641
3641
+
hasBin: true
3642
3642
+
3528
3643
browserslist@4.28.2:
3529
3644
resolution: {integrity: sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==}
3530
3645
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
···
3551
3666
resolution: {integrity: sha512-QqoUm0XP17Bu6zzyvpK92K7jNYMoFYgKM0ZKr0OkoDlElpTTeucGmdJL8I7W+reFIfvgUWOm1PgJC+OxM2lMEQ==}
3552
3667
engines: {node: '>=18.6.0'}
3553
3668
3554
3554
-
builtin-modules@5.2.0:
3555
3555
-
resolution: {integrity: sha512-02yxLeyxF4dNl6SlY6/5HfRSrSdZ/sCPoxy2kZNP5dZZX8LSAD9aE2gtJIUgWrsQTiMPl3mxESyrobSwvRGisQ==}
3669
3669
+
builtin-modules@5.0.0:
3670
3670
+
resolution: {integrity: sha512-bkXY9WsVpY7CvMhKSR6pZilZu9Ln5WDrKVBUXf2S443etkmEO4V58heTecXcUIsNsi4Rx8JUO4NfX1IcQl4deg==}
3556
3671
engines: {node: '>=18.20'}
3557
3672
3558
3673
bundle-name@4.1.0:
···
3579
3694
resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
3580
3695
engines: {node: '>= 0.4'}
3581
3696
3582
3582
-
call-bind@1.0.9:
3583
3583
-
resolution: {integrity: sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==}
3697
3697
+
call-bind@1.0.8:
3698
3698
+
resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==}
3584
3699
engines: {node: '>= 0.4'}
3585
3700
3586
3701
call-bound@1.0.4:
···
3589
3704
3590
3705
caniuse-api@3.0.0:
3591
3706
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
3707
3707
+
3708
3708
+
caniuse-lite@1.0.30001757:
3709
3709
+
resolution: {integrity: sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==}
3592
3710
3593
3711
caniuse-lite@1.0.30001797:
3594
3712
resolution: {integrity: sha512-l8xKG+gwAIExZGl9FrF7KUwuOmk6wbEPC9Xoy/RtnWv1XG0Q4LFlagaLpUv3Kiza3W/wm27zy0yWJEieYKAP6w==}
···
3677
3795
color-name@1.1.4:
3678
3796
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
3679
3797
3680
3680
-
command-line-args@6.0.2:
3681
3681
-
resolution: {integrity: sha512-AIjYVxrV9X752LmPDLbVYv8aMCuHPSLZJXEo2qo/xJfv+NYhaZ4sMSF01rM+gHPaMgvPM0l5D/F+Qx+i2WfSmQ==}
3798
3798
+
command-line-args@6.0.1:
3799
3799
+
resolution: {integrity: sha512-Jr3eByUjqyK0qd8W0SGFW1nZwqCaNCtbXjRo2cRJC1OYxWl3MZ5t1US3jq+cO4sPavqgw4l9BMGX0CBe+trepg==}
3682
3800
engines: {node: '>=12.20'}
3683
3801
peerDependencies:
3684
3802
'@75lb/nature': latest
···
3686
3804
'@75lb/nature':
3687
3805
optional: true
3688
3806
3689
3689
-
command-line-usage@7.0.4:
3690
3690
-
resolution: {integrity: sha512-85UdvzTNx/+s5CkSgBm/0hzP80RFHAa7PsfeADE5ezZF3uHz3/Tqj9gIKGT9PTtpycc3Ua64T0oVulGfKxzfqg==}
3807
3807
+
command-line-usage@7.0.3:
3808
3808
+
resolution: {integrity: sha512-PqMLy5+YGwhMh1wS04mVG44oqDsgyLRSKJBdOo1bnYhMKBW65gZF1dRp2OZRhiTjgUHljy99qkO7bsctLaw35Q==}
3691
3809
engines: {node: '>=12.20.0'}
3692
3810
3693
3811
commander@11.1.0:
···
3701
3819
resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==}
3702
3820
engines: {node: '>= 12'}
3703
3821
3822
3822
+
comment-parser@1.4.1:
3823
3823
+
resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==}
3824
3824
+
engines: {node: '>= 12.0.0'}
3825
3825
+
3704
3826
comment-parser@1.4.5:
3705
3827
resolution: {integrity: sha512-aRDkn3uyIlCFfk5NUA+VdwMmMsh8JGhc4hapfV4yxymHGQ3BVskMQfoXGpCo5IoBuQ9tS5iiVKhCpTcB4pW4qw==}
3706
3828
engines: {node: '>= 12.0.0'}
3707
3829
3708
3830
comment-parser@1.4.6:
3709
3831
resolution: {integrity: sha512-ObxuY6vnbWTN6Od72xfwN9DbzC7Y2vv8u1Soi9ahRKL37gb6y1qk6/dgjs+3JWuXJHWvsg3BXIwzd/rkmAwavg==}
3710
3710
-
engines: {node: '>= 12.0.0'}
3711
3711
-
3712
3712
-
comment-parser@1.4.7:
3713
3713
-
resolution: {integrity: sha512-0h+uSNtQGW3D98eQt3jJ8L06Fves8hncB4V/PKdw/Qb8Hnk19VaKuTr55UNRYiSoVa7WwrFls+rh3ux9agmkeQ==}
3714
3832
engines: {node: '>= 12.0.0'}
3715
3833
3716
3834
commondir@1.0.1:
···
3729
3847
confbox@0.1.8:
3730
3848
resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
3731
3849
3850
3850
+
confbox@0.2.2:
3851
3851
+
resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==}
3852
3852
+
3732
3853
confbox@0.2.4:
3733
3854
resolution: {integrity: sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==}
3734
3855
···
3786
3907
srvx:
3787
3908
optional: true
3788
3909
3789
3789
-
css-declaration-sorter@7.4.0:
3790
3790
-
resolution: {integrity: sha512-LTuzjPoyA2vMGKKcaOqKSp7Ub2eGrNfKiZH4LpezxpNrsICGCSFvsQOI29psISxNZtaXibkC2CXzrQ5enMeGGw==}
3791
3791
-
engines: {node: ^14 || ^16 || >=18}
3792
3792
-
peerDependencies:
3793
3793
-
postcss: ^8.0.9
3794
3794
-
3795
3910
css-select@5.2.2:
3796
3911
resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==}
3797
3912
···
3812
3927
engines: {node: '>=4'}
3813
3928
hasBin: true
3814
3929
3815
3815
-
cssnano-preset-default@7.0.17:
3816
3816
-
resolution: {integrity: sha512-11qO63A+czwguQFJCaTdICvbaxn0pJzz/XghLlv+OT7WyToDxAMR0Xb3/26/l0y0hQJywwNbj/SLSQlGBHE1OA==}
3817
3817
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
3818
3818
-
peerDependencies:
3819
3819
-
postcss: ^8.5.13
3820
3820
-
3821
3930
cssnano-preset-default@8.0.1:
3822
3931
resolution: {integrity: sha512-OTdKeYMlvQ8KBgyej5ysktnWJoeyo7rGrVnm+bdpIHGvxhbTGPsOkB+7T1EdTuX00dGlQQb2UEbSPB1OpMXULw==}
3823
3932
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
3824
3933
peerDependencies:
3825
3934
postcss: ^8.5.14
3826
3935
3827
3827
-
cssnano-utils@5.0.3:
3828
3828
-
resolution: {integrity: sha512-ynIREMICLxkxm7e9bCR9sh75s4Q5drICi0ua1yxo5jH2XPBqSKkl4dOh4EbFqtUmnTMhRffHgYL0EKKkMjtJTg==}
3829
3829
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
3830
3830
-
peerDependencies:
3831
3831
-
postcss: ^8.5.13
3832
3832
-
3833
3936
cssnano-utils@6.0.0:
3834
3937
resolution: {integrity: sha512-ztS9W/+uaDn+bkYmDhs+GdMveHJ3CL8IPNHpRqDUQXv5GJOTQAJjV1XUOInr9esLXSabQV1pLRZlJpyUwEqDyQ==}
3835
3938
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
3836
3939
peerDependencies:
3837
3940
postcss: ^8.5.14
3838
3838
-
3839
3839
-
cssnano@7.1.9:
3840
3840
-
resolution: {integrity: sha512-uPR75+5Dk/WJ/YSPR1/YDHdwMM9c5FsaARljfKWgeCKLKOtJ0we21xy/RcCjn53fZnD/f6yYEIZ8pu18+GnbNQ==}
3841
3841
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
3842
3842
-
peerDependencies:
3843
3843
-
postcss: ^8.5.13
3844
3941
3845
3942
cssnano@8.0.1:
3846
3943
resolution: {integrity: sha512-oSiOnPQNNYjusTUlYJiE6xvFQG4don3N0QavaoV1BxIsC1zjvxOwikXlR7lG1EVmZNDDaJkHbQx1VRB8kaoMHA==}
···
3887
3984
supports-color:
3888
3985
optional: true
3889
3986
3890
3890
-
decode-named-character-reference@1.3.0:
3891
3891
-
resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==}
3987
3987
+
decode-named-character-reference@1.2.0:
3988
3988
+
resolution: {integrity: sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==}
3892
3989
3893
3990
decompress-response@6.0.0:
3894
3991
resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
···
3909
4006
resolution: {integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==}
3910
4007
engines: {node: '>=18'}
3911
4008
3912
3912
-
default-browser@5.5.0:
3913
3913
-
resolution: {integrity: sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==}
4009
4009
+
default-browser@5.4.0:
4010
4010
+
resolution: {integrity: sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==}
3914
4011
engines: {node: '>=18'}
3915
4012
3916
4013
define-data-property@1.1.4:
···
3974
4071
resolution: {integrity: sha512-MVUtAugQMOff5RnBy2d9N31iG0lNwg1qAoAOn7pOK5wf94WIaE3My2p3uwTQuvS2AcqchkcR3bHByjaM0mmi7Q==}
3975
4072
engines: {node: '>=20'}
3976
4073
4074
4074
+
dotenv@17.2.3:
4075
4075
+
resolution: {integrity: sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==}
4076
4076
+
engines: {node: '>=12'}
4077
4077
+
3977
4078
dotenv@17.4.2:
3978
4079
resolution: {integrity: sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==}
3979
4080
engines: {node: '>=12'}
3980
4081
4082
4082
+
dts-resolver@3.0.0:
4083
4083
+
resolution: {integrity: sha512-1T1f+z+4tl9XD+m+0HBgWoL/nm0bOIffyWaUuUSBlFg/86IWvfx+wjNaO/ybU0AJzG9/Mi5hBUgGV6zCmWEN7Q==}
4084
4084
+
engines: {node: ^22.18.0 || >=24.0.0}
4085
4085
+
peerDependencies:
4086
4086
+
oxc-resolver: '>=11.0.0'
4087
4087
+
peerDependenciesMeta:
4088
4088
+
oxc-resolver:
4089
4089
+
optional: true
4090
4090
+
3981
4091
dunder-proto@1.0.1:
3982
4092
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
3983
4093
engines: {node: '>= 0.4'}
···
3991
4101
eastasianwidth@0.2.0:
3992
4102
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
3993
4103
3994
3994
-
eciesjs@0.4.18:
3995
3995
-
resolution: {integrity: sha512-wG99Zcfcys9fZux7Cft8BAX/YrOJLJSZ3jyYPfhZHqN2E+Ffx+QXBDsv3gubEgPtV6dTzJMSQUwk1H98/t/0wQ==}
4104
4104
+
eciesjs@0.4.16:
4105
4105
+
resolution: {integrity: sha512-dS5cbA9rA2VR4Ybuvhg6jvdmp46ubLn3E+px8cG/35aEDNclrqoCjg6mt0HYZ/M+OoESS3jSkCrqk1kWAEhWAw==}
3996
4106
engines: {bun: '>=1', deno: '>=2', node: '>=16'}
3997
4107
3998
4108
ee-first@1.1.1:
3999
4109
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
4110
4110
+
4111
4111
+
electron-to-chromium@1.5.262:
4112
4112
+
resolution: {integrity: sha512-NlAsMteRHek05jRUxUR0a5jpjYq9ykk6+kO0yRaMi5moe7u0fVIOeQ3Y30A8dIiWFBNUoQGi1ljb1i5VtS9WQQ==}
4000
4113
4001
4114
electron-to-chromium@1.5.368:
4002
4115
resolution: {integrity: sha512-7RckJJK4uESJF9PxvfMWd3TGqIiieUTG4HxnKaKuIpGbcr+r2ZEB3g2gAhCP3Fqm42vJSzLfgab9eva/C4/XVw==}
···
4010
4123
emoji-regex@9.2.2:
4011
4124
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
4012
4125
4126
4126
+
empathic@2.0.0:
4127
4127
+
resolution: {integrity: sha512-i6UzDscO/XfAcNYD75CfICkmfLedpyPDdozrLMmQc5ORaQcdMoc21OnlEylMIqI7U8eniKrPMxxtj8k0vhmJhA==}
4128
4128
+
engines: {node: '>=14'}
4129
4129
+
4013
4130
empathic@2.0.1:
4014
4131
resolution: {integrity: sha512-YGRs8knHhKHVShLkFET/rWAU8kmHbOV5LwN938RHI0pljAJ1Gf6SzXsSmRaEzcXTtOOmVqJ5+WtQPL5uigY50Q==}
4015
4132
engines: {node: '>=14'}
···
4021
4138
end-of-stream@1.4.5:
4022
4139
resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==}
4023
4140
4024
4024
-
enhanced-resolve@5.23.0:
4025
4025
-
resolution: {integrity: sha512-yJN/BOOLxcOW2aQgeif9mSnaUB8KtvmMMp56oA1kx1CRfBKbhZm2pJ+NBY+3eOboHxix8lfjWpHE0Ei5U8RbSA==}
4141
4141
+
enhanced-resolve@5.18.3:
4142
4142
+
resolution: {integrity: sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==}
4026
4143
engines: {node: '>=10.13.0'}
4027
4027
-
4028
4028
-
enquirer@2.4.1:
4029
4029
-
resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==}
4030
4030
-
engines: {node: '>=8.6'}
4031
4144
4032
4145
entities@4.5.0:
4033
4146
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
···
4054
4167
es-module-lexer@2.1.0:
4055
4168
resolution: {integrity: sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==}
4056
4169
4057
4057
-
es-object-atoms@1.1.2:
4058
4058
-
resolution: {integrity: sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==}
4170
4170
+
es-object-atoms@1.1.1:
4171
4171
+
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
4059
4172
engines: {node: '>= 0.4'}
4060
4173
4061
4061
-
esbuild@0.25.12:
4062
4062
-
resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
4063
4063
-
engines: {node: '>=18'}
4064
4064
-
hasBin: true
4065
4065
-
4066
4066
-
esbuild@0.27.7:
4067
4067
-
resolution: {integrity: sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==}
4174
4174
+
esbuild@0.27.0:
4175
4175
+
resolution: {integrity: sha512-jd0f4NHbD6cALCyGElNpGAOtWxSq46l9X/sWB0Nzd5er4Kz2YTm+Vl0qKFT9KUJvD8+fiO8AvoHhFvEatfVixA==}
4068
4176
engines: {node: '>=18'}
4069
4177
hasBin: true
4070
4178
···
4159
4267
peerDependencies:
4160
4268
eslint: '>=9.38.0'
4161
4269
4162
4162
-
eslint-plugin-n@18.0.1:
4163
4163
-
resolution: {integrity: sha512-q3ARhk+eZRc7myR0KHx+R3/GJeOHF+Ir6PK95Pu2tEX8Sl/4BIpmmVLva2kPrjC2gCmn6WHlHm+3yeo6Rxhycw==}
4270
4270
+
eslint-plugin-n@18.1.0:
4271
4271
+
resolution: {integrity: sha512-hkUm9EtnFV2h2fE16jNVUfCVUqvPzI7fGLsFdun5lFt/pbmf2kCgDx6ymi9rx+NCUSggBmurJCZOfG20JBs/kg==}
4164
4272
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
4165
4273
peerDependencies:
4166
4274
eslint: '>=8.57.1'
···
4240
4348
'@vue/compiler-sfc': ^3.3.0
4241
4349
eslint: '>=9.0.0'
4242
4350
4351
4351
+
eslint-scope@8.4.0:
4352
4352
+
resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
4353
4353
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
4354
4354
+
4243
4355
eslint-scope@9.1.2:
4244
4356
resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==}
4245
4357
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
···
4274
4386
resolution: {integrity: sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==}
4275
4387
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
4276
4388
4389
4389
+
esquery@1.6.0:
4390
4390
+
resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
4391
4391
+
engines: {node: '>=0.10'}
4392
4392
+
4277
4393
esquery@1.7.0:
4278
4394
resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
4279
4395
engines: {node: '>=0.10'}
···
4304
4420
resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
4305
4421
engines: {node: '>=6'}
4306
4422
4307
4307
-
eventemitter3@5.0.4:
4308
4308
-
resolution: {integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==}
4423
4423
+
eventemitter3@5.0.1:
4424
4424
+
resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==}
4309
4425
4310
4426
events-universal@1.0.1:
4311
4427
resolution: {integrity: sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==}
···
4356
4472
fast-json-stable-stringify@2.1.0:
4357
4473
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
4358
4474
4359
4359
-
fast-json-stringify@6.4.0:
4360
4360
-
resolution: {integrity: sha512-ibRCQ0GZKJIQ+P3Et1h0LhPgp3PMTYk0MH8O+kW3lNYsvmaQww5Nn3f1jf73Q0jR1Yz3a1CDP4/NZD3vOajWJQ==}
4475
4475
+
fast-json-stringify@6.1.1:
4476
4476
+
resolution: {integrity: sha512-DbgptncYEXZqDUOEl4krff4mUiVrTZZVI7BBrQR/T3BqMj/eM1flTC1Uk2uUoLcWCxjT95xKulV/Lc6hhOZsBQ==}
4361
4477
4362
4478
fast-levenshtein@2.0.6:
4363
4479
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
···
4381
4497
fast-string-width@3.0.2:
4382
4498
resolution: {integrity: sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==}
4383
4499
4384
4384
-
fast-uri@3.1.2:
4385
4385
-
resolution: {integrity: sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==}
4500
4500
+
fast-uri@3.1.0:
4501
4501
+
resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==}
4386
4502
4387
4503
fast-wrap-ansi@0.1.6:
4388
4504
resolution: {integrity: sha512-HlUwET7a5gqjURj70D5jl7aC3Zmy4weA1SHUfM0JFI0Ptq987NH2TwbBFLoERhfwk+E+eaq4EK3jXoT+R3yp3w==}
···
4393
4509
fastify-plugin@5.1.0:
4394
4510
resolution: {integrity: sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==}
4395
4511
4396
4396
-
fastify@5.8.5:
4397
4397
-
resolution: {integrity: sha512-Yqptv59pQzPgQUSIm87hMqHJmdkb1+GPxdE6vW6FRyVE9G86mt7rOghitiU4JHRaTyDUk9pfeKmDeu70lAwM4Q==}
4512
4512
+
fastify@5.6.2:
4513
4513
+
resolution: {integrity: sha512-dPugdGnsvYkBlENLhCgX8yhyGCsCPrpA8lFWbTNU428l+YOnLgYHR69hzV8HWPC79n536EqzqQtvhtdaCE0dKg==}
4398
4514
4399
4399
-
fastq@1.20.1:
4400
4400
-
resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
4515
4515
+
fastq@1.19.1:
4516
4516
+
resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==}
4401
4517
4402
4518
fault@2.0.1:
4403
4519
resolution: {integrity: sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==}
···
4425
4541
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
4426
4542
engines: {node: '>=8'}
4427
4543
4428
4428
-
find-my-way@9.6.0:
4429
4429
-
resolution: {integrity: sha512-Zf4Xve4RymLl7NgaavNebZ01joJ8MfVerOG43wy7SHLO+r+K0C6d/SE0BiR7AV5V1VOCFlOP7ecdo+I4qmiHrQ==}
4544
4544
+
find-my-way@9.3.0:
4545
4545
+
resolution: {integrity: sha512-eRoFWQw+Yv2tuYlK2pjFS2jGXSxSppAs3hSQjfxVKxM5amECzIgYYc1FEI8ZmhSh/Ig+FrKEz43NLRKJjYCZVg==}
4430
4546
engines: {node: '>=20'}
4431
4547
4432
4548
find-replace@5.0.2:
···
4446
4562
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
4447
4563
engines: {node: '>=10'}
4448
4564
4449
4449
-
fix-dts-default-cjs-exports@1.0.1:
4450
4450
-
resolution: {integrity: sha512-pVIECanWFC61Hzl2+oOCtoJ3F17kglZC/6N94eRWycFgBH35hHx0Li604ZIzhseh97mf2p0cv7vVrOZGoqhlEg==}
4451
4451
-
4452
4565
flat-cache@4.0.1:
4453
4566
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
4454
4567
engines: {node: '>=16'}
4455
4568
4456
4456
-
flatted@3.4.2:
4457
4457
-
resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
4569
4569
+
flatted@3.3.3:
4570
4570
+
resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
4458
4571
4459
4572
for-each@0.3.5:
4460
4573
resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==}
···
4521
4634
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
4522
4635
engines: {node: 6.* || 8.* || >= 10.*}
4523
4636
4524
4524
-
get-east-asian-width@1.6.0:
4525
4525
-
resolution: {integrity: sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==}
4637
4637
+
get-east-asian-width@1.4.0:
4638
4638
+
resolution: {integrity: sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==}
4526
4639
engines: {node: '>=18'}
4527
4640
4528
4641
get-intrinsic@1.3.0:
···
4544
4657
resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
4545
4658
engines: {node: '>=16'}
4546
4659
4660
4660
+
get-tsconfig@4.13.0:
4661
4661
+
resolution: {integrity: sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==}
4662
4662
+
4547
4663
get-tsconfig@4.14.0:
4548
4664
resolution: {integrity: sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==}
4665
4665
+
4666
4666
+
get-tsconfig@5.0.0-beta.5:
4667
4667
+
resolution: {integrity: sha512-/6gFNr0N04nob252sTQxyFLi3eKFRqIg1I87YcqAMT1i6SQrSF6KujUEQrtrjMV0H/eejTCltLdDSTEMzHbnsQ==}
4668
4668
+
engines: {node: '>=20.20.0'}
4549
4669
4550
4670
giget@3.2.0:
4551
4671
resolution: {integrity: sha512-GvHTWcykIR/fP8cj8dMpuMMkvaeJfPvYnhq0oW+chSeIr+ldX21ifU2Ms6KBoyKZQZmVaUAAhQ2EZ68KJF8a7A==}
···
4640
4760
resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
4641
4761
engines: {node: '>= 0.4'}
4642
4762
4643
4643
-
hasown@2.0.4:
4644
4644
-
resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==}
4763
4763
+
hasown@2.0.2:
4764
4764
+
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
4645
4765
engines: {node: '>= 0.4'}
4646
4766
4647
4767
hookable@5.5.3:
···
4700
4820
import-in-the-middle@1.15.0:
4701
4821
resolution: {integrity: sha512-bpQy+CrsRmYmoPMAE/0G33iwRqwW4ouqdRg8jgbH3aKuCtOc8lxgmYXg2dMM92CRiGP660EtBcymH/eVUpCSaA==}
4702
4822
4823
4823
+
import-without-cache@0.4.0:
4824
4824
+
resolution: {integrity: sha512-NkJQA7oZ4YHQhd2+H3BoRFKF3d/XNsiKpHZCQEMH9pDX27hQQLsTyOocyRgaIVtf8gHX3Nt3LPkR4e5EdtPAGQ==}
4825
4825
+
engines: {node: ^22.18.0 || >=24.0.0}
4826
4826
+
4703
4827
impound@1.1.5:
4704
4828
resolution: {integrity: sha512-5AUn+QE0UofqNHu5f2Skf6Svukdg4ehOIq8O0EtqIx4jta0CDZYBPqpIHt0zrlUTiFVYlLpeH39DoikXBjPKpA==}
4705
4829
···
4738
4862
resolution: {integrity: sha512-ehuGcf94bQXhfagULNXrJdfnWO38v070jxSx/qE87Kjzmu2fU7ro5EFAb+OPituLqgfyuQaym5DlrNydW2sJ9A==}
4739
4863
engines: {node: '>=12.22.0'}
4740
4864
4741
4741
-
ipaddr.js@2.4.0:
4742
4742
-
resolution: {integrity: sha512-9VGk3HGanVE6JoZXHiCpnGy5X0jYDnN4EA4lntFPj+1vIWlFhIylq2CrrCOJH9EAhc5CYhq18F2Av2tgoAPsYQ==}
4865
4865
+
ipaddr.js@2.3.0:
4866
4866
+
resolution: {integrity: sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==}
4743
4867
engines: {node: '>= 10'}
4744
4868
4745
4869
iron-webcrypto@1.2.1:
···
4757
4881
resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==}
4758
4882
engines: {node: '>= 0.4'}
4759
4883
4760
4760
-
is-core-module@2.16.2:
4761
4761
-
resolution: {integrity: sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==}
4884
4884
+
is-core-module@2.16.1:
4885
4885
+
resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
4762
4886
engines: {node: '>= 0.4'}
4763
4887
4764
4888
is-docker@3.0.0:
···
4829
4953
resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==}
4830
4954
engines: {node: '>= 0.4'}
4831
4955
4832
4832
-
is-wsl@3.1.1:
4833
4833
-
resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==}
4956
4956
+
is-wsl@3.1.0:
4957
4957
+
resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==}
4834
4958
engines: {node: '>=16'}
4835
4959
4836
4960
isarray@1.0.0:
···
4839
4963
isexe@2.0.0:
4840
4964
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
4841
4965
4842
4842
-
isexe@3.1.5:
4843
4843
-
resolution: {integrity: sha512-6B3tLtFqtQS4ekarvLVMZ+X+VlvQekbe4taUkf/rhVO3d/h0M2rfARm/pXLcPEsjjMsFgrFgSrhQIxcSVrBz8w==}
4844
4844
-
engines: {node: '>=18'}
4966
4966
+
isexe@3.1.1:
4967
4967
+
resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==}
4968
4968
+
engines: {node: '>=16'}
4845
4969
4846
4970
isexe@4.0.0:
4847
4971
resolution: {integrity: sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==}
···
4862
4986
jackspeak@3.4.3:
4863
4987
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
4864
4988
4865
4865
-
jiti@1.21.7:
4866
4866
-
resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==}
4989
4989
+
jiti@2.6.1:
4990
4990
+
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
4867
4991
hasBin: true
4868
4992
4869
4993
jiti@2.7.0:
···
4889
5013
resolution: {integrity: sha512-3Q2eIqG6s1KEBBmkj9tGM9lef8LJbuRyTVBdI3GpTnrvtytunjLPO0wqABp5qhtMzfA32jYn1FlnIV7GH1RAHQ==}
4890
5014
engines: {node: '>=18.0.0'}
4891
5015
4892
4892
-
js-yaml@4.2.0:
4893
4893
-
resolution: {integrity: sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==}
5016
5016
+
js-yaml@4.1.1:
5017
5017
+
resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
4894
5018
hasBin: true
4895
5019
4896
5020
jsdoc-type-pratt-parser@7.1.1:
···
4940
5064
resolution: {integrity: sha512-75EA7EWZExL/j+MDKQrRbdzcRI2HOkRlmUw8fZJc1ioqFEOvBsq7Rt+A6yCxOt9w/TYNpkt52gC6nm/g5tFIng==}
4941
5065
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
4942
5066
4943
4943
-
kasi@1.1.2:
4944
4944
-
resolution: {integrity: sha512-Q2N8EHdkJFKdzq8fxzDNSXb4RE8xzcPHwZuT7N1/wJY3XaMkoGXkzGZcEnNODzQXJNOd9inReEW2V1V4svAf/Q==}
5067
5067
+
kasi@1.1.1:
5068
5068
+
resolution: {integrity: sha512-pzBwGWFIjf84T/8aD0XzMli1T3Ckr/jVLh6v0Jskwiv5ehmcgDM+vpYFSk8WzGn4ed4HqgaifTgQUHzzZHa+Qw==}
4945
5069
4946
5070
katex@0.16.47:
4947
5071
resolution: {integrity: sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==}
···
5066
5190
resolution: {integrity: sha512-kfz4C0OrC6IpaVMtYDJtf6PFjurxe9NBBoDAh/o2p587INryFOO4DQ9OetbCdDrWFt1m1CJKvYrzkGsuPHw8nQ==}
5067
5191
hasBin: true
5068
5192
5069
5069
-
local-pkg@1.2.1:
5070
5070
-
resolution: {integrity: sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==}
5193
5193
+
local-pkg@1.1.2:
5194
5194
+
resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==}
5071
5195
engines: {node: '>=14'}
5072
5196
5073
5197
locate-path@6.0.0:
···
5086
5210
lodash.uniq@4.5.0:
5087
5211
resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==}
5088
5212
5089
5089
-
lodash@4.18.1:
5090
5090
-
resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==}
5213
5213
+
lodash@4.17.21:
5214
5214
+
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
5091
5215
5092
5216
long@5.3.2:
5093
5217
resolution: {integrity: sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==}
···
5132
5256
mdast-util-find-and-replace@3.0.2:
5133
5257
resolution: {integrity: sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==}
5134
5258
5135
5135
-
mdast-util-from-markdown@2.0.3:
5136
5136
-
resolution: {integrity: sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==}
5259
5259
+
mdast-util-from-markdown@2.0.2:
5260
5260
+
resolution: {integrity: sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==}
5137
5261
5138
5262
mdast-util-frontmatter@2.0.1:
5139
5263
resolution: {integrity: sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==}
···
5308
5432
resolution: {integrity: sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==}
5309
5433
engines: {node: '>=10'}
5310
5434
5311
5311
-
minimatch@9.0.9:
5312
5312
-
resolution: {integrity: sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==}
5435
5435
+
minimatch@9.0.5:
5436
5436
+
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
5313
5437
engines: {node: '>=16 || 14 >=14.17'}
5314
5438
5315
5439
minimist@1.2.8:
5316
5440
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
5441
5441
+
5442
5442
+
minipass@7.1.2:
5443
5443
+
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
5444
5444
+
engines: {node: '>=16 || 14 >=14.17'}
5317
5445
5318
5446
minipass@7.1.3:
5319
5447
resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==}
···
5326
5454
mkdirp-classic@0.5.3:
5327
5455
resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
5328
5456
5329
5329
-
mkdist@2.4.1:
5330
5330
-
resolution: {integrity: sha512-Ezk0gi04GJBkqMfsksICU5Rjoemc4biIekwgrONWVPor2EO/N9nBgN6MZXAf7Yw4mDDhrNyKbdETaHNevfumKg==}
5331
5331
-
hasBin: true
5332
5332
-
peerDependencies:
5333
5333
-
sass: ^1.92.1
5334
5334
-
typescript: '>=5.9.2'
5335
5335
-
vue: ^3.5.21
5336
5336
-
vue-sfc-transformer: ^0.1.1
5337
5337
-
vue-tsc: ^1.8.27 || ^2.0.21 || ^3.0.0
5338
5338
-
peerDependenciesMeta:
5339
5339
-
sass:
5340
5340
-
optional: true
5341
5341
-
typescript:
5342
5342
-
optional: true
5343
5343
-
vue:
5344
5344
-
optional: true
5345
5345
-
vue-sfc-transformer:
5346
5346
-
optional: true
5347
5347
-
vue-tsc:
5348
5348
-
optional: true
5457
5457
+
mlly@1.8.0:
5458
5458
+
resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==}
5349
5459
5350
5460
mlly@1.8.2:
5351
5461
resolution: {integrity: sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==}
···
5377
5487
engines: {node: ^22 || >= 24}
5378
5488
hasBin: true
5379
5489
5490
5490
+
nanoid@3.3.11:
5491
5491
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
5492
5492
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
5493
5493
+
hasBin: true
5494
5494
+
5380
5495
nanoid@3.3.12:
5381
5496
resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==}
5382
5497
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
5383
5498
hasBin: true
5384
5499
5385
5385
-
nanoid@5.1.11:
5386
5386
-
resolution: {integrity: sha512-v+KEsUv2ps74PaSKv0gHTxTCgMXOIfBEbaqa6w6ISIGC7ZsvHN4N9oJ8d4cmf0n5oTzQz2SLmThbQWhjd/8eKg==}
5500
5500
+
nanoid@5.1.6:
5501
5501
+
resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==}
5387
5502
engines: {node: ^18 || >=20}
5388
5503
hasBin: true
5389
5504
···
5410
5525
xml2js:
5411
5526
optional: true
5412
5527
5413
5413
-
node-abi@3.92.0:
5414
5414
-
resolution: {integrity: sha512-KdHvFWZjEKDf0cakgFjebl371GPsISX2oZHcuyKqM7DtogIsHrqKeLTo8wBHxaXRAQlY2PsPlZmfo+9ZCxEREQ==}
5528
5528
+
node-abi@3.85.0:
5529
5529
+
resolution: {integrity: sha512-zsFhmbkAzwhTft6nd3VxcG0cvJsT70rL+BIGHWVq5fi6MwGrHwzqKaxXE+Hl2GmnGItnDKPPkO5/LQqjVkIdFg==}
5415
5530
engines: {node: '>=10'}
5416
5531
5417
5532
node-addon-api@7.1.1:
···
5440
5555
node-mock-http@1.0.4:
5441
5556
resolution: {integrity: sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==}
5442
5557
5558
5558
+
node-releases@2.0.27:
5559
5559
+
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
5560
5560
+
5443
5561
node-releases@2.0.47:
5444
5562
resolution: {integrity: sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==}
5445
5563
engines: {node: '>=18'}
···
5476
5594
nth-check@2.1.1:
5477
5595
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
5478
5596
5479
5479
-
nuxt@4.4.7:
5480
5480
-
resolution: {integrity: sha512-4ASIbcOVF2O1HJqoKRVntxOphl9zmikgmj25D9c93l795yp8x0f4TItzrnT0xyrFxMkpL6z3rHhrfQQfoxNXxw==}
5597
5597
+
nuxt@4.4.8:
5598
5598
+
resolution: {integrity: sha512-r/DGE4cNkEDclOw9tbJ18zqu+ix3me+7QCfumPdl5lBXGWgCajskzuq/HzDkHKfIZsn7ACVEjMLRNA2teh++bQ==}
5481
5599
engines: {node: ^22.12.0 || ^24.11.0 || >=26.0.0}
5482
5600
hasBin: true
5483
5601
peerDependencies:
···
5494
5612
engines: {node: '>=18'}
5495
5613
hasBin: true
5496
5614
5497
5497
-
object-deep-merge@2.0.1:
5498
5498
-
resolution: {integrity: sha512-aKttDKcU3pyZqKcCkDhsMn70WmZFG2JGDQLP9EcLyTSIFQRCPWLAmBZRLJnrVUrhPG1jETEEbfdgbNtJf1LyMg==}
5615
5615
+
object-deep-merge@2.0.0:
5616
5616
+
resolution: {integrity: sha512-3DC3UMpeffLTHiuXSy/UG4NOIYTLlY9u3V82+djSCLYClWobZiS4ivYzpIUWrRY/nfsJ8cWsKyG3QfyLePmhvg==}
5499
5617
5500
5618
object-treeify@1.1.33:
5501
5619
resolution: {integrity: sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==}
···
5504
5622
obliterator@2.0.5:
5505
5623
resolution: {integrity: sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw==}
5506
5624
5507
5507
-
obug@2.1.2:
5508
5508
-
resolution: {integrity: sha512-AWGB9WFcRXOQs48Z/udjI5ZcZMHXwX8XPByNpOydgcGsDLIzjGizhoMWJyKAWze7AVW/2W1i+/gPX4YtKe5cyg==}
5509
5509
-
engines: {node: '>=12.20.0'}
5625
5625
+
obug@2.1.1:
5626
5626
+
resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==}
5510
5627
5511
5628
ofetch@1.5.1:
5512
5629
resolution: {integrity: sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==}
···
5650
5767
resolution: {integrity: sha512-5UmUtvuCv3KzBX2NuQw2uF28o0t8Eq4KkPRZfUCzJs+DiNVKw7OaYn29vNDgrt/Pggs23CPlSTqgzlhHJfpT0A==}
5651
5768
engines: {node: '>=18.6.0', typescript: '>=5.8'}
5652
5769
5770
5770
+
perfect-debounce@2.0.0:
5771
5771
+
resolution: {integrity: sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==}
5772
5772
+
5653
5773
perfect-debounce@2.1.0:
5654
5774
resolution: {integrity: sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==}
5655
5775
···
5661
5781
resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==}
5662
5782
engines: {node: '>=4.0.0'}
5663
5783
5664
5664
-
pg-protocol@1.14.0:
5665
5665
-
resolution: {integrity: sha512-n5taZ1kO3s9ngDTVxsEznOqCyToTgz0FLuPq0B33COy5pPpuWJpY3/2oRBVETuOgzdqRXfWpM9HIhp2LBBT1BA==}
5784
5784
+
pg-protocol@1.10.3:
5785
5785
+
resolution: {integrity: sha512-6DIBgBQaTKDJyxnXaLiLR8wBpQQcGWuAESkRBX/t6OwA8YsqP+iVSiond2EDy6Y/dsGk8rh/jtax3js5NeV7JQ==}
5666
5786
5667
5787
pg-types@2.2.0:
5668
5788
resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==}
···
5671
5791
picocolors@1.1.1:
5672
5792
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
5673
5793
5674
5674
-
picomatch@2.3.2:
5675
5675
-
resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==}
5794
5794
+
picomatch@2.3.1:
5795
5795
+
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
5676
5796
engines: {node: '>=8.6'}
5677
5797
5798
5798
+
picomatch@4.0.3:
5799
5799
+
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
5800
5800
+
engines: {node: '>=12'}
5801
5801
+
5678
5802
picomatch@4.0.4:
5679
5803
resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
5680
5804
engines: {node: '>=12'}
5681
5805
5682
5682
-
pino-abstract-transport@3.0.0:
5683
5683
-
resolution: {integrity: sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==}
5806
5806
+
pino-abstract-transport@2.0.0:
5807
5807
+
resolution: {integrity: sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==}
5684
5808
5685
5685
-
pino-std-serializers@7.1.0:
5686
5686
-
resolution: {integrity: sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==}
5809
5809
+
pino-std-serializers@7.0.0:
5810
5810
+
resolution: {integrity: sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==}
5687
5811
5688
5688
-
pino@10.3.1:
5689
5689
-
resolution: {integrity: sha512-r34yH/GlQpKZbU1BvFFqOjhISRo1MNx1tWYsYvmj6KIRHSPMT2+yHOEb1SG6NMvRoHRF0a07kCOox/9yakl1vg==}
5812
5812
+
pino@10.1.0:
5813
5813
+
resolution: {integrity: sha512-0zZC2ygfdqvqK8zJIr1e+wT1T/L+LF6qvqvbzEQ6tiMAoTqEVK9a1K3YRu8HEUvGEvNqZyPJTtb2sNIoTkB83w==}
5690
5814
hasBin: true
5691
5815
5692
5816
pkg-types@1.3.1:
5693
5817
resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
5818
5818
+
5819
5819
+
pkg-types@2.3.0:
5820
5820
+
resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==}
5694
5821
5695
5822
pkg-types@2.3.1:
5696
5823
resolution: {integrity: sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==}
···
5716
5843
peerDependencies:
5717
5844
postcss: ^8.4.38
5718
5845
5719
5719
-
postcss-colormin@7.0.10:
5720
5720
-
resolution: {integrity: sha512-yFr6JezOolHLta/buLE71VKPh2mXursp4saVe98/ol8ZnEWhL+racShqPKlvd/DKWLre/39B6HhcMXf7RZ3hxg==}
5721
5721
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5722
5722
-
peerDependencies:
5723
5723
-
postcss: ^8.5.13
5724
5724
-
5725
5846
postcss-colormin@8.0.0:
5726
5847
resolution: {integrity: sha512-KKwMmsSgsmdYXqrjQeqL3tnuIFtctiR1GEMHdjNpDpz/TCRkkkok2mMcreK2zVV3l7POWOmAkR2xYHUpRUK1DA==}
5727
5848
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5728
5849
peerDependencies:
5729
5850
postcss: ^8.5.14
5730
5730
-
5731
5731
-
postcss-convert-values@7.0.12:
5732
5732
-
resolution: {integrity: sha512-xurKu5qqk4viR3Cp3p4xBR4KfnZm4w4ys6+UBwBmeuBSNkH7+DtLnYOYnOffgtE4yx8sH9S1VZ6RAAvROXzP2Q==}
5733
5733
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5734
5734
-
peerDependencies:
5735
5735
-
postcss: ^8.5.13
5736
5851
5737
5852
postcss-convert-values@8.0.0:
5738
5853
resolution: {integrity: sha512-Ohtj3rNZWawTRePv5NCHTy8VJSdJ/G/uKuxcxJreOMichuqcT6uEl2TAnopVeJCJ/c13jaSqg7m63yFLM5zBsA==}
···
5740
5855
peerDependencies:
5741
5856
postcss: ^8.5.14
5742
5857
5743
5743
-
postcss-discard-comments@7.0.8:
5744
5744
-
resolution: {integrity: sha512-CvvS5S9WrXblFXCEJ9nVo+4z+eA7zSC7Z88V1HEJuwlQhlFnYTIjg1xJY+BCUiG2bvICap2tXii4mP22BD108Q==}
5745
5745
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5746
5746
-
peerDependencies:
5747
5747
-
postcss: ^8.5.13
5748
5748
-
5749
5858
postcss-discard-comments@8.0.0:
5750
5859
resolution: {integrity: sha512-zGpvVLj2sbagEp+BTVETvAfkZdGVA6rALNujDK/WTIjdf1/rQOxOG8BBzkI8UQgnw8SkL6xffAfbtGMHFypadw==}
5751
5860
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5752
5861
peerDependencies:
5753
5862
postcss: ^8.5.14
5754
5863
5755
5755
-
postcss-discard-duplicates@7.0.4:
5756
5756
-
resolution: {integrity: sha512-VBNn1+EuMZkeGVVtz0gRfbNGtx9IFgAsAV+E2pHtXPrp4qfGBkhTIiAuE/wrb+Y6Pakg9NewAlfTpYIFAWODtw==}
5757
5757
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5758
5758
-
peerDependencies:
5759
5759
-
postcss: ^8.5.13
5760
5760
-
5761
5864
postcss-discard-duplicates@8.0.0:
5762
5865
resolution: {integrity: sha512-zjRyYmNGI3PTipKBBtCgExlmZXQn49KvKoaiNnR2g+iXxeNk7GY5Js2ULtZXPrCYeqjPagrzKIBNcBocvXCR7g==}
5763
5866
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5764
5867
peerDependencies:
5765
5868
postcss: ^8.5.14
5766
5869
5767
5767
-
postcss-discard-empty@7.0.3:
5768
5768
-
resolution: {integrity: sha512-M2pyjQCU+/7cMHVtL6bKTHjv0lZnPLMpicgr67Dlth7AbuV9gjVTtUqaRwn6Pp6BwSDspUzhz8SaUrRykJU5Dw==}
5769
5769
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5770
5770
-
peerDependencies:
5771
5771
-
postcss: ^8.5.13
5772
5772
-
5773
5870
postcss-discard-empty@8.0.0:
5774
5871
resolution: {integrity: sha512-kxPJg6EqahbBvm+l7hpYYCtpsv8dlz7Tv6wJXUXZaeuY0WGS61DxfGdZR4uVB/Cx+yi3iOHQVSqpSHKMFaBg6Q==}
5775
5872
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5776
5873
peerDependencies:
5777
5874
postcss: ^8.5.14
5778
5875
5779
5779
-
postcss-discard-overridden@7.0.3:
5780
5780
-
resolution: {integrity: sha512-aNovXo9UsZuRNLzHJtp13lHIvinDPfiXBPePpXkSjCbgp++iU2FqE+YxvjIsg6EdyPZsASFbfu+JcBFVsErXIQ==}
5781
5781
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5782
5782
-
peerDependencies:
5783
5783
-
postcss: ^8.5.13
5784
5784
-
5785
5876
postcss-discard-overridden@8.0.0:
5786
5877
resolution: {integrity: sha512-sW2OWH3l9p0FmBSVr228uztFseqroZxwgD7SGF0Ks0dRPDttSo3P8FK5ZBLtWBH2A5+chpB0J2fB/T8heKHLBw==}
5787
5878
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5788
5879
peerDependencies:
5789
5880
postcss: ^8.5.14
5790
5881
5791
5791
-
postcss-merge-longhand@7.0.7:
5792
5792
-
resolution: {integrity: sha512-b3mfYUxR388u5Pt0HPcVIUtUDn/k15UfTY9M+ORW+meCR6JLNxoZffiYvXyOYQoRYQNZyX/UFkMCM/mNHxe1qA==}
5793
5793
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5794
5794
-
peerDependencies:
5795
5795
-
postcss: ^8.5.13
5796
5796
-
5797
5882
postcss-merge-longhand@8.0.0:
5798
5883
resolution: {integrity: sha512-YDmAmQ8H+ljfomVpSXvr9NA0GP01fraQJqjWBYoMVGg6rOT+PJLwPyeVo2ekn4WB4ZVSH5ddtK3DTRxbz6CFzg==}
5799
5884
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5800
5885
peerDependencies:
5801
5886
postcss: ^8.5.14
5802
5887
5803
5803
-
postcss-merge-rules@7.0.11:
5804
5804
-
resolution: {integrity: sha512-SJUPM18g2BmPhf8BVlbwqWz4aK3pLu6u6xjfwEzra7xL6IBR10sUaiB++EzqcVfadPHrKBSMlNdP+XieykhI+Q==}
5805
5805
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5806
5806
-
peerDependencies:
5807
5807
-
postcss: ^8.5.13
5808
5808
-
5809
5888
postcss-merge-rules@8.0.0:
5810
5889
resolution: {integrity: sha512-bgstL5mpi41dDpnYGDUcI3M814NWkCMcIWpwDqEHXkHg3BT7b4XRAfNEuwJncZOVn/67kVKvWzhfv/7xyrp2uQ==}
5811
5890
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5812
5891
peerDependencies:
5813
5892
postcss: ^8.5.14
5814
5814
-
5815
5815
-
postcss-minify-font-values@7.0.3:
5816
5816
-
resolution: {integrity: sha512-yilG/VOaNI74IylQvAQQxm3/wZVBkXyYUqNUAdxqwtbWUXPsbK1q8Ms0mL83v+f8YicgcyfYCRZtWACUdYajpA==}
5817
5817
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5818
5818
-
peerDependencies:
5819
5819
-
postcss: ^8.5.13
5820
5893
5821
5894
postcss-minify-font-values@8.0.0:
5822
5895
resolution: {integrity: sha512-EnOHQEnSt6oH5NrL1DMFAQuwB2IOimFXTCzc9bKfUeH1jREbqIF5MAK4gQJQOC4mPUwJt4sWifAmNZ1qLu6j3Q==}
···
5824
5897
peerDependencies:
5825
5898
postcss: ^8.5.14
5826
5899
5827
5827
-
postcss-minify-gradients@7.0.5:
5828
5828
-
resolution: {integrity: sha512-YraROyQRg3BI1+Hg8E05B/JPdnTm8EDSVu4P2BxdM+CRiOyfmou809+chGIqo6fQqwjPGQ947nbGncSjmTU1WQ==}
5829
5829
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5830
5830
-
peerDependencies:
5831
5831
-
postcss: ^8.5.13
5832
5832
-
5833
5900
postcss-minify-gradients@8.0.0:
5834
5901
resolution: {integrity: sha512-43iAnYIGk0ZjNx5X/rkIcHi6dhmu/vEjY0kqfUfxPuJRO+V7jx8uKIdcnL0dpfNoC5J9TSh3EtzLWbq0gpqnWA==}
5835
5902
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5836
5903
peerDependencies:
5837
5904
postcss: ^8.5.14
5838
5905
5839
5839
-
postcss-minify-params@7.0.9:
5840
5840
-
resolution: {integrity: sha512-R8itbB8BhlpoYyBm1ou0dD+vJnQ3F6adQipR4UnkCHUwlo+S9WXJaDRg1RHjC8YVAtIdrQzSWvJl40HnGDTKjA==}
5841
5841
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5842
5842
-
peerDependencies:
5843
5843
-
postcss: ^8.5.13
5844
5844
-
5845
5906
postcss-minify-params@8.0.0:
5846
5907
resolution: {integrity: sha512-z7w4QO7G55l4vMUK1Lmx03GW7iyRLgf2V5Dz/7ioSPLnXRjeD+b7m0XfAXUGrbBYYrJ6bXPk+3LoX5u4JfAcSg==}
5847
5908
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5848
5909
peerDependencies:
5849
5910
postcss: ^8.5.14
5850
5911
5851
5851
-
postcss-minify-selectors@7.1.2:
5852
5852
-
resolution: {integrity: sha512-aQtrEWKwqafNlExcKHQvPGsXR2+vlUqqJtf5XsCQcgsSb5PL4wlujWBYDJuWsP4UnQX1YHDHU8qRlD+1PzTQ+Q==}
5853
5853
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5854
5854
-
peerDependencies:
5855
5855
-
postcss: ^8.5.13
5856
5856
-
5857
5912
postcss-minify-selectors@8.0.1:
5858
5913
resolution: {integrity: sha512-c31D46811kTkQDxV1KTTow79axX6gj/01AY5G7cGZg3s31KvAwP13jEFXGAzQbJ7NvOFV1pRqEia6nrAdHU7qg==}
5859
5914
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5860
5915
peerDependencies:
5861
5916
postcss: ^8.5.14
5862
5917
5863
5863
-
postcss-nested@7.0.2:
5864
5864
-
resolution: {integrity: sha512-5osppouFc0VR9/VYzYxO03VaDa3e8F23Kfd6/9qcZTUI8P58GIYlArOET2Wq0ywSl2o2PjELhYOFI4W7l5QHKw==}
5865
5865
-
engines: {node: '>=18.0'}
5866
5866
-
peerDependencies:
5867
5867
-
postcss: ^8.2.14
5868
5868
-
5869
5869
-
postcss-normalize-charset@7.0.3:
5870
5870
-
resolution: {integrity: sha512-NoBfZu8PR4c2NlmjvrqQTzCzLY79hwcSRgNQ3ZiNK0ABzf9kYKloE/jNj+/8GQY1wsm8pRRgANk6ydLH8cwo0Q==}
5871
5871
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5872
5872
-
peerDependencies:
5873
5873
-
postcss: ^8.5.13
5874
5874
-
5875
5918
postcss-normalize-charset@8.0.0:
5876
5919
resolution: {integrity: sha512-s88FUNDSUD8m0wBYvTQQcubVts6zhXwBU8zCD4vkRKiecd0v8cOjHVIF9r/i+5xzS/WG3f98qq4XsOM0JqvfLA==}
5877
5920
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5878
5921
peerDependencies:
5879
5922
postcss: ^8.5.14
5880
5923
5881
5881
-
postcss-normalize-display-values@7.0.3:
5882
5882
-
resolution: {integrity: sha512-ldsCX0QIt05pKIOobZtVQ48wXJecr+czw4+e1/YjVhLMqslShgpVxgPtI2CefURR8oyVoYaU/l829MMwExDMLw==}
5883
5883
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5884
5884
-
peerDependencies:
5885
5885
-
postcss: ^8.5.13
5886
5886
-
5887
5924
postcss-normalize-display-values@8.0.0:
5888
5925
resolution: {integrity: sha512-gG2nBxD27fiw6Luinb1QYKdM/Co5GornRJgSD+JTwNH4PGKxImP0qyruDDav49aHUPLY3qrL3qN3LvybO7IzxQ==}
5889
5926
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5890
5927
peerDependencies:
5891
5928
postcss: ^8.5.14
5892
5892
-
5893
5893
-
postcss-normalize-positions@7.0.4:
5894
5894
-
resolution: {integrity: sha512-VEvlpeGd3Ju1Hqa/oN4jaP3+ms4laYwkEL9N9u+B6k54PZjXbW1n6wI+aVprf1BQXlCYpS5+1pl/7/vHiKgARg==}
5895
5895
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5896
5896
-
peerDependencies:
5897
5897
-
postcss: ^8.5.13
5898
5929
5899
5930
postcss-normalize-positions@8.0.0:
5900
5931
resolution: {integrity: sha512-t/wGqpehS20Ke7kc4QAsWpH+AJjUdMK/V5qV2RhrXkj8hO/fT1t1MJ8NL7sedWYk7ZqC7eISEJQonW5j0tU1MQ==}
···
5902
5933
peerDependencies:
5903
5934
postcss: ^8.5.14
5904
5935
5905
5905
-
postcss-normalize-repeat-style@7.0.4:
5906
5906
-
resolution: {integrity: sha512-6mPKlY/8cSaDHxX502wERADarJsccwlky6yIrOapHH2ZgfoKAV94SbiTKfKEs4EEpdazuc3J72WsqeYk7hp9+Q==}
5907
5907
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5908
5908
-
peerDependencies:
5909
5909
-
postcss: ^8.5.13
5910
5910
-
5911
5936
postcss-normalize-repeat-style@8.0.0:
5912
5937
resolution: {integrity: sha512-3ebOmGdCYKrBYyGKc1xhj0unEnW7beZpVU7JohVeGl7mTxR+7T6egpaawTWAVsB0pEIhcsbJVOjPKCJSoRO6Zg==}
5913
5938
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5914
5939
peerDependencies:
5915
5940
postcss: ^8.5.14
5916
5941
5917
5917
-
postcss-normalize-string@7.0.3:
5918
5918
-
resolution: {integrity: sha512-HnEQPUchi1eznmDKEYrKUTqrprEq97SrpUYClgUkv7V2zRODD9DFoUsYU+m9ZOetmD5ku7fEMZB/lwy8IT6xVQ==}
5919
5919
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5920
5920
-
peerDependencies:
5921
5921
-
postcss: ^8.5.13
5922
5922
-
5923
5942
postcss-normalize-string@8.0.0:
5924
5943
resolution: {integrity: sha512-TvWCGZ/e04Tv31uJvOUtbexkfgUnqmQ3M2P5DkAaVzvOj+BvTkG2QjpA5Y71SL1SPxJcj4M23fNh+RDVCmG8kA==}
5925
5944
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5926
5945
peerDependencies:
5927
5946
postcss: ^8.5.14
5928
5947
5929
5929
-
postcss-normalize-timing-functions@7.0.3:
5930
5930
-
resolution: {integrity: sha512-zmEzHdvpZBZu0OKlbJSfgASQvaayyAoVuWtvyr34IJ/LyS+DaOKvvR3EvFJ9RWWtNIx+CMvO125OVophaxNYew==}
5931
5931
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5932
5932
-
peerDependencies:
5933
5933
-
postcss: ^8.5.13
5934
5934
-
5935
5948
postcss-normalize-timing-functions@8.0.0:
5936
5949
resolution: {integrity: sha512-uEfaXst5Xgqxv7geYUuz6vs9mn88K2NPY2RoIzM3BMmSjsdTSeppV9x2qIgrxsisdbSqF6IVhzI2occcte3hTA==}
5937
5950
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5938
5951
peerDependencies:
5939
5952
postcss: ^8.5.14
5940
5953
5941
5941
-
postcss-normalize-unicode@7.0.9:
5942
5942
-
resolution: {integrity: sha512-DRAdWfeh/TjmhLJsw91vdiWCnUod9iwvM7xyS02/nF/sLsCR3A8l3pztrSUrWG8DSBqfX7yEk9FM0USaVJ2mSg==}
5943
5943
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5944
5944
-
peerDependencies:
5945
5945
-
postcss: ^8.5.13
5946
5946
-
5947
5954
postcss-normalize-unicode@8.0.0:
5948
5955
resolution: {integrity: sha512-+WYngZaChEeTHZmWhmKtnJ4gTzWdINEaFcgWBnu6WdVu8Ftim8OBTcw768DuCC/3Aax9bZ9WkwrLGHym2Lzf+A==}
5949
5956
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5950
5957
peerDependencies:
5951
5958
postcss: ^8.5.14
5952
5959
5953
5953
-
postcss-normalize-url@7.0.3:
5954
5954
-
resolution: {integrity: sha512-CL93wmloq5qsffmFv+bw24MIRbmhHrp53qoh1LDAb/5TtjWEXI/np4xcP/Gw9oWCb2XyWnqHYLDUwiKRoJBA1Q==}
5955
5955
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5956
5956
-
peerDependencies:
5957
5957
-
postcss: ^8.5.13
5958
5958
-
5959
5960
postcss-normalize-url@8.0.0:
5960
5961
resolution: {integrity: sha512-4Mz9hZHn/QIB+YtFqTXrDmE2193GYxGb3F8uMfLvMicaEXCCUlDIJ658gFFJbqEGl9FYzwPtRiuNgbwlO9kkBg==}
5961
5962
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5962
5963
peerDependencies:
5963
5964
postcss: ^8.5.14
5964
5965
5965
5965
-
postcss-normalize-whitespace@7.0.3:
5966
5966
-
resolution: {integrity: sha512-FdHjjn+Ht5Z2ZRjNOmeCbNq6lq09sUYKpmlF/Aq0XjVNSLTL6fmHlA/3swN2wP2caY9GV/tjSDcIIyS7aN7W0A==}
5967
5967
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5968
5968
-
peerDependencies:
5969
5969
-
postcss: ^8.5.13
5970
5970
-
5971
5966
postcss-normalize-whitespace@8.0.0:
5972
5967
resolution: {integrity: sha512-V1f8tYnwIP5tscOXQFTKK8Y5EJ+R2GMpFJ6FjzwoKoQnhbqQy3IeSrDjJJb8JjVos8ut6Osi80Zybpayv/XjIQ==}
5973
5968
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5974
5969
peerDependencies:
5975
5970
postcss: ^8.5.14
5976
5976
-
5977
5977
-
postcss-ordered-values@7.0.4:
5978
5978
-
resolution: {integrity: sha512-nubSi49hDHQk4E8KIj+IbLY8Bg+8OcSUEhgyolgM+atnOvXjV7EjaR6bac4YGZoFyPa9mWoAF3EaYbWdFkKqVg==}
5979
5979
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5980
5980
-
peerDependencies:
5981
5981
-
postcss: ^8.5.13
5982
5971
5983
5972
postcss-ordered-values@8.0.0:
5984
5973
resolution: {integrity: sha512-Dg9+itb6lmD0bxqhQyHCtXAwYRh0wUrx6Mp4/BNXgkLoJmdYMmWi+V+Pypw79Q6iQhxA8KFMHqLBITQJV2gKMA==}
···
5986
5975
peerDependencies:
5987
5976
postcss: ^8.5.14
5988
5977
5989
5989
-
postcss-reduce-initial@7.0.9:
5990
5990
-
resolution: {integrity: sha512-ztTNPdIxXTxtBcG03E9u8v44M4ElXbMIRT7pf2onlquGula0Y83nKKxqM22FA/hMgkfCjN7ohevkVlaNwI8iOQ==}
5991
5991
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
5992
5992
-
peerDependencies:
5993
5993
-
postcss: ^8.5.13
5994
5994
-
5995
5978
postcss-reduce-initial@8.0.0:
5996
5979
resolution: {integrity: sha512-DChcE9d528AKrlpCTHjhsAiOsWCk4H9ApHPS1QqRT3praObWTiWyn6W1UddGpc46K9LQnHwUu4YwaPUukGtXVA==}
5997
5980
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
5998
5981
peerDependencies:
5999
5982
postcss: ^8.5.14
6000
5983
6001
6001
-
postcss-reduce-transforms@7.0.3:
6002
6002
-
resolution: {integrity: sha512-FXsnN9ZwcZTT8Yf8cAHA8qIGUXcX6WfLd9JoYhrdDfmvsVhhfqkkv7m4AC3rwFOfz+GzkUa87OCKF9dUcicd+g==}
6003
6003
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
6004
6004
-
peerDependencies:
6005
6005
-
postcss: ^8.5.13
6006
6006
-
6007
5984
postcss-reduce-transforms@8.0.0:
6008
5985
resolution: {integrity: sha512-cLZT0som7vvumQT9XQCnSKOSnRinNQZd1Hm+J723Ney13E8CIydDhw6JwzsjPtgnYThTqn9Q45906gz6wxaAsw==}
6009
5986
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
···
6014
5991
resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==}
6015
5992
engines: {node: '>=4'}
6016
5993
6017
6017
-
postcss-svgo@7.1.3:
6018
6018
-
resolution: {integrity: sha512-2QfoFOYMcj8lwcVEf9WeTlkVIAm7u2QvOEhMzkQU3KUhhGX/l8hVV9EtjMv4iq3E9iI3OeeMN0YoMLbGusuigw==}
6019
6019
-
engines: {node: ^18.12.0 || ^20.9.0 || >= 18}
6020
6020
-
peerDependencies:
6021
6021
-
postcss: ^8.5.13
6022
6022
-
6023
5994
postcss-svgo@8.0.0:
6024
5995
resolution: {integrity: sha512-Q2fMSYEiNE1ioDc/3sxvI24NdgA/MJno2XLNpOxgv8aCcJbym8mZY10/lDY5+AWCIc3Aiqzy2Wcp9/zaIXBZgQ==}
6025
5996
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
6026
5997
peerDependencies:
6027
5998
postcss: ^8.5.14
6028
6028
-
6029
6029
-
postcss-unique-selectors@7.0.7:
6030
6030
-
resolution: {integrity: sha512-d+sCkaRnSefghOUdH8CMJZV9yUQhj2ojpe8Nw/lA+LV1UOfeleGkLTl6XdCFFSai9UJ+DJPb69FFuqthXYsY8w==}
6031
6031
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
6032
6032
-
peerDependencies:
6033
6033
-
postcss: ^8.5.13
6034
5999
6035
6000
postcss-unique-selectors@8.0.0:
6036
6001
resolution: {integrity: sha512-iObuolUX+ITJfMU2QQFQdh31JgSjNLPNjVs6YGAqBHvOvAWXMMNget6donQl83aQaeS32i5XeKZURUW/WBxIUw==}
···
6045
6010
resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==}
6046
6011
engines: {node: ^10 || ^12 || >=14}
6047
6012
6013
6013
+
postcss@8.5.6:
6014
6014
+
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
6015
6015
+
engines: {node: ^10 || ^12 || >=14}
6016
6016
+
6048
6017
postgres-array@2.0.0:
6049
6018
resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==}
6050
6019
engines: {node: '>=4'}
6051
6020
6052
6052
-
postgres-bytea@1.0.1:
6053
6053
-
resolution: {integrity: sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==}
6021
6021
+
postgres-bytea@1.0.0:
6022
6022
+
resolution: {integrity: sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==}
6054
6023
engines: {node: '>=0.10.0'}
6055
6024
6056
6025
postgres-date@1.0.7:
···
6099
6068
proper-lockfile@4.1.2:
6100
6069
resolution: {integrity: sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==}
6101
6070
6102
6102
-
protobufjs@7.6.2:
6103
6103
-
resolution: {integrity: sha512-N9EiLovGEQOJSPF26Ij7qUGvahfEnq0eeYZ02aigIedkmz1qZSwjnP9SBITHJuF/6MYbIW4HDN8zdYjsjqJKXQ==}
6071
6071
+
protobufjs@7.5.4:
6072
6072
+
resolution: {integrity: sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==}
6104
6073
engines: {node: '>=12.0.0'}
6105
6074
6106
6106
-
pump@3.0.4:
6107
6107
-
resolution: {integrity: sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==}
6075
6075
+
pump@3.0.3:
6076
6076
+
resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==}
6108
6077
6109
6078
punycode@2.3.1:
6110
6079
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
···
6113
6082
quansync@0.2.11:
6114
6083
resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==}
6115
6084
6085
6085
+
quansync@1.0.0:
6086
6086
+
resolution: {integrity: sha512-5xZacEEufv3HSTPQuchrvV6soaiACMFnq1H8wkVioctoH3TRha9Sz66lOxRwPK/qZj7HPiSveih9yAyh98gvqA==}
6087
6087
+
6116
6088
queue-microtask@1.2.3:
6117
6089
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
6118
6090
···
6175
6147
resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==}
6176
6148
engines: {node: '>= 12.13.0'}
6177
6149
6178
6178
-
real-require@1.0.0:
6179
6179
-
resolution: {integrity: sha512-P4nbQYQfePJxRSmY+v/KINxVucm4NF3p3s7pJveMTtom52FR4YGltUQLB8idDXwDDWW+eYrWDFbuzUnjoWHF7g==}
6180
6180
-
6181
6150
redis-errors@1.2.0:
6182
6151
resolution: {integrity: sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==}
6183
6152
engines: {node: '>=4'}
···
6198
6167
resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==}
6199
6168
hasBin: true
6200
6169
6201
6201
-
regjsparser@0.13.1:
6202
6202
-
resolution: {integrity: sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==}
6170
6170
+
regjsparser@0.13.0:
6171
6171
+
resolution: {integrity: sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==}
6203
6172
hasBin: true
6204
6173
6205
6174
require-directory@2.1.1:
···
6228
6197
resolve-workspace-root@2.0.1:
6229
6198
resolution: {integrity: sha512-nR23LHAvaI6aHtMg6RWoaHpdR4D881Nydkzi2CixINyg9T00KgaJdJI6Vwty+Ps8WLxZHuxsS0BseWjxSA4C+w==}
6230
6199
6231
6231
-
resolve@1.22.12:
6232
6232
-
resolution: {integrity: sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==}
6200
6200
+
resolve@1.22.11:
6201
6201
+
resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==}
6233
6202
engines: {node: '>= 0.4'}
6234
6203
hasBin: true
6235
6204
···
6248
6217
rfdc@1.4.1:
6249
6218
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
6250
6219
6220
6220
+
rolldown-plugin-dts@0.25.2:
6221
6221
+
resolution: {integrity: sha512-nMhN/R+vmR8GM45ZW1FWMSjRTSDDn/6w4GTf8RNrEFCBdl8B1kySWrU1ixPtbwzXoRlcO+R/S88VgXuJQwfdDg==}
6222
6222
+
engines: {node: ^22.18.0 || >=24.0.0}
6223
6223
+
peerDependencies:
6224
6224
+
'@ts-macro/tsc': ^0.3.6
6225
6225
+
'@typescript/native-preview': '>=7.0.0-dev.20260325.1'
6226
6226
+
rolldown: ^1.0.0
6227
6227
+
typescript: ^5.0.0 || ^6.0.0
6228
6228
+
vue-tsc: ~3.2.0
6229
6229
+
peerDependenciesMeta:
6230
6230
+
'@ts-macro/tsc':
6231
6231
+
optional: true
6232
6232
+
'@typescript/native-preview':
6233
6233
+
optional: true
6234
6234
+
typescript:
6235
6235
+
optional: true
6236
6236
+
vue-tsc:
6237
6237
+
optional: true
6238
6238
+
6251
6239
rolldown@1.0.2:
6252
6240
resolution: {integrity: sha512-oZx5zVDtVB44AW3eaifgDml1gWRDZGvjcfdxonE4swNPG98PrrXjaO/KrnUjzlMnztCCRVlUueA1kCXhARGk6g==}
6253
6241
engines: {node: ^20.19.0 || >=22.12.0}
6254
6242
hasBin: true
6255
6243
6256
6256
-
rollup-plugin-dts@6.4.1:
6257
6257
-
resolution: {integrity: sha512-l//F3Zf7ID5GoOfLfD8kroBjQKEKpy1qfhtAdnpibFZMffPaylrg1CoDC2vGkPeTeyxUe4bVFCln2EFuL7IGGg==}
6258
6258
-
engines: {node: '>=20'}
6259
6259
-
peerDependencies:
6260
6260
-
rollup: ^3.29.4 || ^4
6261
6261
-
typescript: ^4.5 || ^5.0 || ^6.0
6244
6244
+
rolldown@1.1.0:
6245
6245
+
resolution: {integrity: sha512-zpMvlJhs5PkXRTtKc0CaLBVI9AR/VDiJFpM+kx//hgToEca7FgMlGjaRIisXBcb19T76LswgmKECSQ96hjWr5A==}
6246
6246
+
engines: {node: ^20.19.0 || >=22.12.0}
6247
6247
+
hasBin: true
6262
6248
6263
6249
rollup-plugin-visualizer@7.0.1:
6264
6250
resolution: {integrity: sha512-UJUT4+1Ho4OcWmPYU3sYXgUqI8B8Ayfe06MX7y0qCJ1K8aGoKtR/NDd/2nZqM7ADkrzny+I99Ul7GgyoiVNAgg==}
···
6272
6258
optional: true
6273
6259
rollup:
6274
6260
optional: true
6261
6261
+
6262
6262
+
rollup@4.53.3:
6263
6263
+
resolution: {integrity: sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==}
6264
6264
+
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
6265
6265
+
hasBin: true
6275
6266
6276
6267
rollup@4.61.1:
6277
6268
resolution: {integrity: sha512-I4KW6iuRpuu2uHBLraZ1wNZe0DP7lnRha+VJ9tNaYVaVgKhW0aI3h4RYnoRPeql0flHm/Co55b7snEDcOfOJrA==}
···
6298
6289
resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==}
6299
6290
engines: {node: '>= 0.4'}
6300
6291
6301
6301
-
safe-regex2@5.1.1:
6302
6302
-
resolution: {integrity: sha512-mOSBvHGDZMuIEZMdOz/aCEYDCv0E7nfcNsIhUF+/P+xC7Hyf3FkvymqgPbg9D1EdSGu+uKbJgy09K/RKKc7kJA==}
6303
6303
-
hasBin: true
6292
6292
+
safe-regex2@5.0.0:
6293
6293
+
resolution: {integrity: sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==}
6304
6294
6305
6295
safe-stable-stringify@2.5.0:
6306
6296
resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==}
···
6324
6314
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
6325
6315
hasBin: true
6326
6316
6327
6327
-
semver@7.8.2:
6328
6328
-
resolution: {integrity: sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==}
6317
6317
+
semver@7.8.3:
6318
6318
+
resolution: {integrity: sha512-wnilbGyMxzbY7dNOl7jpKbLSjcfeweJWU5j4+u5qW+6/wuGD9KzIGOyZnQVSBM9E7DtWaaH3CyHkppYrKYoxwg==}
6329
6319
engines: {node: '>=10'}
6330
6320
hasBin: true
6331
6321
···
6415
6405
resolution: {integrity: sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==}
6416
6406
engines: {node: '>= 18'}
6417
6407
6418
6418
-
sonic-boom@4.2.1:
6419
6419
-
resolution: {integrity: sha512-w6AxtubXa2wTXAUsZMMWERrsIRAdrK0Sc+FUytWvYAhBJLyuI4llrMIC1DtlNSdI99EI86KZum2MMq3EAZlF9Q==}
6408
6408
+
sonic-boom@4.2.0:
6409
6409
+
resolution: {integrity: sha512-INb7TM37/mAcsGmc9hyyI6+QR3rR1zVRu36B0NeGXKnOOLiZOfER5SA+N7X7k3yUYRzLWafduTDvJAfDswwEww==}
6420
6410
6421
6411
source-map-js@1.2.1:
6422
6412
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
···
6445
6435
spdx-expression-parse@4.0.0:
6446
6436
resolution: {integrity: sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==}
6447
6437
6448
6448
-
spdx-license-ids@3.0.23:
6449
6449
-
resolution: {integrity: sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==}
6438
6438
+
spdx-license-ids@3.0.22:
6439
6439
+
resolution: {integrity: sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==}
6450
6440
6451
6441
split2@4.2.0:
6452
6442
resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==}
···
6498
6488
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
6499
6489
engines: {node: '>=8'}
6500
6490
6501
6501
-
strip-ansi@7.2.0:
6502
6502
-
resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==}
6491
6491
+
strip-ansi@7.1.2:
6492
6492
+
resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==}
6503
6493
engines: {node: '>=12'}
6504
6494
6505
6495
strip-bom@4.0.0:
···
6532
6522
structured-clone-es@2.0.0:
6533
6523
resolution: {integrity: sha512-5UuAHmBLXYPCl22xWJrFuGmIhBKQzxISPVz6E7nmTmTcAOpUzlbjKJsRrCE4vADmMQ0dzeCnlWn9XufnAGf76Q==}
6534
6524
6535
6535
-
stylehacks@7.0.11:
6536
6536
-
resolution: {integrity: sha512-iODNfhXVLqc5LADs+Y6Oh5wJuK5ZcHbVng8aiK3y9pjMQdc5hLrBW0eFU6FtnpNrE6PoEg/MmFTU4waotj5WNg==}
6537
6537
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
6538
6538
-
peerDependencies:
6539
6539
-
postcss: ^8.5.13
6540
6540
-
6541
6525
stylehacks@8.0.0:
6542
6526
resolution: {integrity: sha512-sWyjaJvBqHoVKYPbQ8JRvrGSPaYWtWrJsU+fGVtwKB1GE1rRPu3rC7T6UCuXLoL00Dwb+tsHe2T904r8Vnsx8w==}
6543
6527
engines: {node: ^22.11.0 || ^24.11.0 || >=26.0}
···
6573
6557
resolution: {integrity: sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==}
6574
6558
engines: {node: '>=20'}
6575
6559
6576
6576
-
tapable@2.3.3:
6577
6577
-
resolution: {integrity: sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==}
6560
6560
+
tapable@2.3.0:
6561
6561
+
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
6578
6562
engines: {node: '>=6'}
6579
6563
6580
6564
tar-fs@2.1.4:
···
6602
6586
text-decoder@1.2.7:
6603
6587
resolution: {integrity: sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==}
6604
6588
6605
6605
-
thread-stream@4.2.0:
6606
6606
-
resolution: {integrity: sha512-e2zZ96wSChazBsbENf/Pcm/4swHt2cEKQ92rhUjkL9GCKiTDJIaTBenjE/m9DXi0QBmTMDkFDdOomUy20A1tDQ==}
6607
6607
-
engines: {node: '>=20'}
6589
6589
+
thread-stream@3.1.0:
6590
6590
+
resolution: {integrity: sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==}
6608
6591
6609
6592
tiny-invariant@1.3.3:
6610
6593
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
···
6620
6603
resolution: {integrity: sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==}
6621
6604
engines: {node: '>=18'}
6622
6605
6606
6606
+
tinyglobby@0.2.15:
6607
6607
+
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
6608
6608
+
engines: {node: '>=12.0.0'}
6609
6609
+
6623
6610
tinyglobby@0.2.17:
6624
6611
resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
6625
6612
engines: {node: '>=12.0.0'}
···
6640
6627
resolution: {integrity: sha512-41wJyvKep3yT2tyPqX/4blcfybknGB4D+oETKLs7Q76UiPqRpUJK3hr1nxelyYO0PHKVzJwlu0aCeEAsGI6rpw==}
6641
6628
engines: {node: '>=20'}
6642
6629
6643
6643
-
toad-cache@3.7.1:
6644
6644
-
resolution: {integrity: sha512-5DXWzE4Vz7xNHsv+xQ+MGfJYyC78Aok3tEr0MNwHoRf7vZnga1mQXZ4/Nsodld4VR6Wd+VhfmqnNrsRJyYPfrQ==}
6645
6645
-
engines: {node: '>=20'}
6630
6630
+
toad-cache@3.7.0:
6631
6631
+
resolution: {integrity: sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==}
6632
6632
+
engines: {node: '>=12'}
6646
6633
6647
6634
toidentifier@1.0.1:
6648
6635
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
···
6659
6646
tr46@0.0.3:
6660
6647
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
6661
6648
6649
6649
+
tree-kill@1.2.2:
6650
6650
+
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
6651
6651
+
hasBin: true
6652
6652
+
6662
6653
ts-api-utils@2.5.0:
6663
6654
resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==}
6664
6655
engines: {node: '>=18.12'}
6665
6656
peerDependencies:
6666
6657
typescript: '>=4.8.4'
6667
6658
6659
6659
+
ts-declaration-location@1.0.7:
6660
6660
+
resolution: {integrity: sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA==}
6661
6661
+
peerDependencies:
6662
6662
+
typescript: '>=4.0.0'
6663
6663
+
6664
6664
+
tsdown@0.22.0:
6665
6665
+
resolution: {integrity: sha512-FgW0hHb27nGQA/+F3d5+U9wKXkfilk9DVkc5+7x/ZqF03g+Hoz/eeApT32jqxATt9eRoR+1jxk7MUMON+O4CXw==}
6666
6666
+
engines: {node: ^22.18.0 || >=24.0.0}
6667
6667
+
hasBin: true
6668
6668
+
peerDependencies:
6669
6669
+
'@arethetypeswrong/core': ^0.18.1
6670
6670
+
'@tsdown/css': 0.22.0
6671
6671
+
'@tsdown/exe': 0.22.0
6672
6672
+
'@vitejs/devtools': '*'
6673
6673
+
publint: ^0.3.8
6674
6674
+
tsx: '*'
6675
6675
+
typescript: ^5.0.0 || ^6.0.0
6676
6676
+
unplugin-unused: ^0.5.0
6677
6677
+
unrun: '*'
6678
6678
+
peerDependenciesMeta:
6679
6679
+
'@arethetypeswrong/core':
6680
6680
+
optional: true
6681
6681
+
'@tsdown/css':
6682
6682
+
optional: true
6683
6683
+
'@tsdown/exe':
6684
6684
+
optional: true
6685
6685
+
'@vitejs/devtools':
6686
6686
+
optional: true
6687
6687
+
publint:
6688
6688
+
optional: true
6689
6689
+
tsx:
6690
6690
+
optional: true
6691
6691
+
typescript:
6692
6692
+
optional: true
6693
6693
+
unplugin-unused:
6694
6694
+
optional: true
6695
6695
+
unrun:
6696
6696
+
optional: true
6697
6697
+
6668
6698
tslib@2.8.1:
6669
6699
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
6670
6700
6671
6671
-
tsx@4.22.4:
6672
6672
-
resolution: {integrity: sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==}
6701
6701
+
tsx@4.21.0:
6702
6702
+
resolution: {integrity: sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==}
6673
6703
engines: {node: '>=18.0.0'}
6674
6704
hasBin: true
6675
6705
···
6691
6721
type-level-regexp@0.1.17:
6692
6722
resolution: {integrity: sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==}
6693
6723
6724
6724
+
typescript@5.9.3:
6725
6725
+
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
6726
6726
+
engines: {node: '>=14.17'}
6727
6727
+
hasBin: true
6728
6728
+
6694
6729
typescript@6.0.3:
6695
6730
resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
6696
6731
engines: {node: '>=14.17'}
···
6700
6735
resolution: {integrity: sha512-ya4mg/30vm+DOWfBg4YK3j2WD6TWtRkCbasOJr40CseYENzCUby/7rIvXA99JGsQHeNxLbnXdyLLxKSv3tauFw==}
6701
6736
engines: {node: '>=12.17'}
6702
6737
6738
6738
+
ufo@1.6.1:
6739
6739
+
resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==}
6740
6740
+
6703
6741
ufo@1.6.4:
6704
6742
resolution: {integrity: sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==}
6705
6743
···
6710
6748
resolution: {integrity: sha512-FeFPZ/WFT0mbRCuydiZzpPFlrYN8ZUpphQKoq4EeElVIYjYyGzPMxQR/simUwCOJIyVhpFk4RbtyO7RuMpMnHA==}
6711
6749
engines: {node: '>=14'}
6712
6750
6713
6713
-
unbuild@3.6.1:
6714
6714
-
resolution: {integrity: sha512-+U5CdtrdjfWkZhuO4N9l5UhyiccoeMEXIc2Lbs30Haxb+tRwB3VwB8AoZRxlAzORXunenSo+j6lh45jx+xkKgg==}
6715
6715
-
hasBin: true
6716
6716
-
peerDependencies:
6717
6717
-
typescript: ^5.9.2
6718
6718
-
peerDependenciesMeta:
6719
6719
-
typescript:
6720
6720
-
optional: true
6751
6751
+
unconfig-core@7.5.0:
6752
6752
+
resolution: {integrity: sha512-Su3FauozOGP44ZmKdHy2oE6LPjk51M/TRRjHv2HNCWiDvfvCoxC2lno6jevMA91MYAdCdwP05QnWdWpSbncX/w==}
6721
6753
6722
6754
uncrypto@0.1.3:
6723
6755
resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==}
···
6733
6765
6734
6766
unhead@2.1.15:
6735
6767
resolution: {integrity: sha512-MCt5T90mCWyr3Z6pUCdM9lVRXoMoVBlL7z7U4CYVIiaDiuzad/UCfLuMqz5MeNmpZUgoBCQnrucJimU7EZR+XA==}
6736
6736
-
6737
6737
-
unhead@3.1.3:
6738
6738
-
resolution: {integrity: sha512-mAlNpNmafwHM/13qvoDbzKmNU+zJBC2CHtmCvUtFDep5kAsUhHomBWtEAEQEw+rNnQ6g6RVo71elWKD/QDAbQQ==}
6739
6739
-
peerDependencies:
6740
6740
-
vite: '>=6.4.2'
6741
6741
-
peerDependenciesMeta:
6742
6742
-
vite:
6743
6743
-
optional: true
6744
6768
6745
6769
unicorn-magic@0.1.0:
6746
6770
resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
···
6778
6802
unist-util-visit-parents@6.0.2:
6779
6803
resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==}
6780
6804
6781
6781
-
unist-util-visit@5.1.0:
6782
6782
-
resolution: {integrity: sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==}
6805
6805
+
unist-util-visit@5.0.0:
6806
6806
+
resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==}
6783
6807
6784
6808
universal-cookie@8.1.2:
6785
6809
resolution: {integrity: sha512-kcKzTGNsxVytujrYOvQbvh//QyFrA53HrzCGyzh6i9ujCww5gfPrLK0tG+jJD40SIIldiEjBNPPSR8fBMS21GA==}
···
6871
6895
6872
6896
unwasm@0.5.3:
6873
6897
resolution: {integrity: sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==}
6898
6898
+
6899
6899
+
update-browserslist-db@1.1.4:
6900
6900
+
resolution: {integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==}
6901
6901
+
hasBin: true
6902
6902
+
peerDependencies:
6903
6903
+
browserslist: '>= 4.21.0'
6874
6904
6875
6905
update-browserslist-db@1.2.3:
6876
6906
resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
···
7167
7197
whatwg-url@5.0.0:
7168
7198
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
7169
7199
7170
7170
-
which-typed-array@1.1.22:
7171
7171
-
resolution: {integrity: sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==}
7200
7200
+
which-typed-array@1.1.19:
7201
7201
+
resolution: {integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==}
7172
7202
engines: {node: '>= 0.4'}
7173
7203
7174
7204
which@2.0.2:
···
7214
7244
wrappy@1.0.2:
7215
7245
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
7216
7246
7247
7247
+
ws@8.18.3:
7248
7248
+
resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==}
7249
7249
+
engines: {node: '>=10.0.0'}
7250
7250
+
peerDependencies:
7251
7251
+
bufferutil: ^4.0.1
7252
7252
+
utf-8-validate: '>=5.0.2'
7253
7253
+
peerDependenciesMeta:
7254
7254
+
bufferutil:
7255
7255
+
optional: true
7256
7256
+
utf-8-validate:
7257
7257
+
optional: true
7258
7258
+
7217
7259
ws@8.21.0:
7218
7260
resolution: {integrity: sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==}
7219
7261
engines: {node: '>=10.0.0'}
···
7253
7295
resolution: {integrity: sha512-h0uDm97wvT2bokfwwTmY6kJ1hp6YDFL0nRHwNKz8s/VD1FH/vvZjAKoMUE+un0eaYBSG7/c6h+lJTP+31tjgTw==}
7254
7296
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
7255
7297
7298
7298
+
yaml@2.8.2:
7299
7299
+
resolution: {integrity: sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==}
7300
7300
+
engines: {node: '>= 14.6'}
7301
7301
+
hasBin: true
7302
7302
+
7256
7303
yaml@2.9.0:
7257
7304
resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==}
7258
7305
engines: {node: '>= 14.6'}
···
7278
7325
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
7279
7326
engines: {node: '>=10'}
7280
7327
7281
7281
-
yocto-spinner@1.2.0:
7282
7282
-
resolution: {integrity: sha512-Yw0hUB6UA3o4YUgKy3oSe9a4cxoaZ9sBfYDw+JSxo6Id0KoJGoxzPA24qqUXYKBWABs/zDSGTz9kww7t3F0XGw==}
7283
7283
-
engines: {node: '>=18.19'}
7284
7284
-
7285
7285
-
yoctocolors@2.1.2:
7286
7286
-
resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==}
7287
7287
-
engines: {node: '>=18'}
7288
7288
-
7289
7328
youch-core@0.3.3:
7290
7329
resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==}
7291
7330
···
7296
7335
resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==}
7297
7336
engines: {node: '>= 14'}
7298
7337
7338
7338
+
zod@4.1.13:
7339
7339
+
resolution: {integrity: sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==}
7340
7340
+
7299
7341
zod@4.4.3:
7300
7342
resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==}
7301
7343
···
7304
7346
7305
7347
snapshots:
7306
7348
7307
7307
-
'@antfu/eslint-config@9.0.0(@typescript-eslint/rule-tester@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(@typescript-eslint/typescript-estree@8.60.1(typescript@6.0.3))(@typescript-eslint/utils@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(@vue/compiler-sfc@3.5.35)(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)(vitest@4.1.8)':
7349
7349
+
'@antfu/eslint-config@9.0.0(@typescript-eslint/rule-tester@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.61.0(typescript@5.9.3))(@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@vue/compiler-sfc@3.5.35)(eslint@10.4.1(jiti@2.7.0))(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3)(vitest@4.1.8)':
7308
7350
dependencies:
7309
7351
'@antfu/install-pkg': 1.1.0
7310
7352
'@clack/prompts': 1.5.1
···
7312
7354
'@eslint-community/eslint-plugin-eslint-comments': 4.7.2(eslint@10.4.1(jiti@2.7.0))
7313
7355
'@eslint/markdown': 8.0.2
7314
7356
'@stylistic/eslint-plugin': 5.10.0(eslint@10.4.1(jiti@2.7.0))
7315
7315
-
'@typescript-eslint/eslint-plugin': 8.60.1(@typescript-eslint/parser@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
7316
7316
-
'@typescript-eslint/parser': 8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
7317
7317
-
'@vitest/eslint-plugin': 1.6.19(@typescript-eslint/eslint-plugin@8.60.1(@typescript-eslint/parser@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)(vitest@4.1.8)
7318
7318
-
ansis: 4.3.1
7357
7357
+
'@typescript-eslint/eslint-plugin': 8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
7358
7358
+
'@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
7359
7359
+
'@vitest/eslint-plugin': 1.6.19(@typescript-eslint/eslint-plugin@8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)(vitest@4.1.8)
7360
7360
+
ansis: 4.2.0
7319
7361
cac: 7.0.0
7320
7362
eslint: 10.4.1(jiti@2.7.0)
7321
7363
eslint-config-flat-gitignore: 2.3.0(eslint@10.4.1(jiti@2.7.0))
7322
7364
eslint-flat-config-utils: 3.2.0
7323
7365
eslint-merge-processors: 2.0.0(eslint@10.4.1(jiti@2.7.0))
7324
7366
eslint-plugin-antfu: 3.2.3(eslint@10.4.1(jiti@2.7.0))
7325
7325
-
eslint-plugin-command: 3.5.2(@typescript-eslint/rule-tester@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(@typescript-eslint/typescript-estree@8.60.1(typescript@6.0.3))(@typescript-eslint/utils@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))
7367
7367
+
eslint-plugin-command: 3.5.2(@typescript-eslint/rule-tester@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.61.0(typescript@5.9.3))(@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))
7326
7368
eslint-plugin-import-lite: 0.6.0(eslint@10.4.1(jiti@2.7.0))
7327
7369
eslint-plugin-jsdoc: 62.9.0(eslint@10.4.1(jiti@2.7.0))
7328
7370
eslint-plugin-jsonc: 3.2.0(eslint@10.4.1(jiti@2.7.0))
7329
7329
-
eslint-plugin-n: 18.0.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
7371
7371
+
eslint-plugin-n: 18.1.0(eslint@10.4.1(jiti@2.7.0))(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3)
7330
7372
eslint-plugin-no-only-tests: 3.4.0
7331
7331
-
eslint-plugin-perfectionist: 5.9.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
7373
7373
+
eslint-plugin-perfectionist: 5.9.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
7332
7374
eslint-plugin-pnpm: 1.6.1(eslint@10.4.1(jiti@2.7.0))
7333
7375
eslint-plugin-regexp: 3.1.0(eslint@10.4.1(jiti@2.7.0))
7334
7376
eslint-plugin-toml: 1.4.0(eslint@10.4.1(jiti@2.7.0))
7335
7377
eslint-plugin-unicorn: 64.0.0(eslint@10.4.1(jiti@2.7.0))
7336
7336
-
eslint-plugin-unused-imports: 4.4.1(@typescript-eslint/eslint-plugin@8.60.1(@typescript-eslint/parser@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))
7337
7337
-
eslint-plugin-vue: 10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.4.1(jiti@2.7.0)))(@typescript-eslint/parser@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.4.1(jiti@2.7.0)))
7378
7378
+
eslint-plugin-unused-imports: 4.4.1(@typescript-eslint/eslint-plugin@8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))
7379
7379
+
eslint-plugin-vue: 10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.4.1(jiti@2.7.0)))(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.4.1(jiti@2.7.0)))
7338
7380
eslint-plugin-yml: 3.4.0(eslint@10.4.1(jiti@2.7.0))
7339
7381
eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.35)(eslint@10.4.1(jiti@2.7.0))
7340
7382
globals: 17.6.0
7341
7341
-
local-pkg: 1.2.1
7383
7383
+
local-pkg: 1.1.2
7342
7384
parse-gitignore: 2.0.0
7343
7385
toml-eslint-parser: 1.0.3
7344
7386
vue-eslint-parser: 10.4.1(eslint@10.4.1(jiti@2.7.0))
···
7360
7402
package-manager-detector: 1.6.0
7361
7403
tinyexec: 1.2.4
7362
7404
7405
7405
+
'@babel/code-frame@7.27.1':
7406
7406
+
dependencies:
7407
7407
+
'@babel/helper-validator-identifier': 7.28.5
7408
7408
+
js-tokens: 4.0.0
7409
7409
+
picocolors: 1.1.1
7410
7410
+
7363
7411
'@babel/code-frame@7.29.7':
7364
7412
dependencies:
7365
7413
'@babel/helper-validator-identifier': 7.29.7
···
7413
7461
dependencies:
7414
7462
'@babel/compat-data': 7.29.7
7415
7463
'@babel/helper-validator-option': 7.29.7
7416
7416
-
browserslist: 4.28.2
7464
7464
+
browserslist: 4.28.0
7417
7465
lru-cache: 5.1.1
7418
7466
semver: 6.3.1
7419
7467
···
7476
7524
'@babel/types': 7.29.7
7477
7525
transitivePeerDependencies:
7478
7526
- supports-color
7527
7527
+
7528
7528
+
'@babel/helper-string-parser@7.27.1': {}
7479
7529
7480
7530
'@babel/helper-string-parser@7.29.7': {}
7481
7531
7482
7532
'@babel/helper-string-parser@8.0.0-rc.6': {}
7483
7533
7534
7534
+
'@babel/helper-validator-identifier@7.28.5': {}
7535
7535
+
7484
7536
'@babel/helper-validator-identifier@7.29.7': {}
7485
7537
7486
7538
'@babel/helper-validator-identifier@8.0.0-rc.6': {}
···
7492
7544
'@babel/template': 7.29.7
7493
7545
'@babel/types': 7.29.7
7494
7546
7547
7547
+
'@babel/parser@7.28.5':
7548
7548
+
dependencies:
7549
7549
+
'@babel/types': 7.28.5
7550
7550
+
7495
7551
'@babel/parser@7.29.7':
7496
7552
dependencies:
7497
7553
'@babel/types': 7.29.7
···
7538
7594
debug: 4.4.3
7539
7595
transitivePeerDependencies:
7540
7596
- supports-color
7597
7597
+
7598
7598
+
'@babel/types@7.28.5':
7599
7599
+
dependencies:
7600
7600
+
'@babel/helper-string-parser': 7.27.1
7601
7601
+
'@babel/helper-validator-identifier': 7.28.5
7541
7602
7542
7603
'@babel/types@7.29.7':
7543
7604
dependencies:
···
7594
7655
7595
7656
'@databases/validate-unicode@1.0.0': {}
7596
7657
7597
7597
-
'@dotenvx/dotenvx@1.71.0':
7658
7658
+
'@dotenvx/dotenvx@1.51.1':
7598
7659
dependencies:
7599
7660
commander: 11.1.0
7600
7600
-
dotenv: 17.4.2
7601
7601
-
eciesjs: 0.4.18
7602
7602
-
enquirer: 2.4.1
7661
7661
+
dotenv: 17.2.3
7662
7662
+
eciesjs: 0.4.16
7603
7663
execa: 5.1.1
7604
7664
fdir: 6.5.0(picomatch@4.0.4)
7605
7665
ignore: 5.3.2
7606
7666
object-treeify: 1.1.33
7607
7667
picomatch: 4.0.4
7608
7668
which: 4.0.0
7609
7609
-
yocto-spinner: 1.2.0
7610
7669
7611
7670
'@drdgvhbh/postgres-error-codes@0.0.6': {}
7612
7671
7613
7672
'@dxup/nuxt@0.4.1(magicast@0.5.3)(typescript@6.0.3)':
7614
7673
dependencies:
7615
7674
'@dxup/unimport': 0.1.2
7616
7616
-
'@nuxt/kit': 4.4.7(magicast@0.5.3)
7675
7675
+
'@nuxt/kit': 4.4.8(magicast@0.5.3)
7617
7676
chokidar: 5.0.0
7618
7677
pathe: 2.0.3
7619
7678
tinyglobby: 0.2.17
···
7626
7685
7627
7686
'@e18e/eslint-plugin@0.4.1(eslint@10.4.1(jiti@2.7.0))':
7628
7687
dependencies:
7629
7629
-
empathic: 2.0.1
7688
7688
+
empathic: 2.0.0
7630
7689
module-replacements: 3.0.0-beta.8
7631
7631
-
semver: 7.8.2
7690
7690
+
semver: 7.8.3
7632
7691
optionalDependencies:
7633
7692
eslint: 10.4.1(jiti@2.7.0)
7634
7693
7635
7635
-
'@ecies/ciphers@0.2.6(@noble/ciphers@1.3.0)':
7694
7694
+
'@ecies/ciphers@0.2.5(@noble/ciphers@1.3.0)':
7636
7695
dependencies:
7637
7696
'@noble/ciphers': 1.3.0
7638
7697
···
7654
7713
7655
7714
'@es-joy/jsdoccomment@0.84.0':
7656
7715
dependencies:
7657
7657
-
'@types/estree': 1.0.9
7658
7658
-
'@typescript-eslint/types': 8.60.1
7716
7716
+
'@types/estree': 1.0.8
7717
7717
+
'@typescript-eslint/types': 8.61.0
7659
7718
comment-parser: 1.4.5
7660
7719
esquery: 1.7.0
7661
7720
jsdoc-type-pratt-parser: 7.1.1
7662
7721
7663
7722
'@es-joy/jsdoccomment@0.86.0':
7664
7723
dependencies:
7665
7665
-
'@types/estree': 1.0.9
7666
7666
-
'@typescript-eslint/types': 8.60.1
7724
7724
+
'@types/estree': 1.0.8
7725
7725
+
'@typescript-eslint/types': 8.61.0
7667
7726
comment-parser: 1.4.6
7668
7727
esquery: 1.7.0
7669
7728
jsdoc-type-pratt-parser: 7.2.0
7670
7729
7671
7730
'@es-joy/resolve.exports@1.2.0': {}
7672
7731
7673
7673
-
'@esbuild/aix-ppc64@0.25.12':
7674
7674
-
optional: true
7675
7675
-
7676
7676
-
'@esbuild/aix-ppc64@0.27.7':
7732
7732
+
'@esbuild/aix-ppc64@0.27.0':
7677
7733
optional: true
7678
7734
7679
7735
'@esbuild/aix-ppc64@0.28.0':
7680
7736
optional: true
7681
7737
7682
7682
-
'@esbuild/android-arm64@0.25.12':
7683
7683
-
optional: true
7684
7684
-
7685
7685
-
'@esbuild/android-arm64@0.27.7':
7738
7738
+
'@esbuild/android-arm64@0.27.0':
7686
7739
optional: true
7687
7740
7688
7741
'@esbuild/android-arm64@0.28.0':
7689
7742
optional: true
7690
7743
7691
7691
-
'@esbuild/android-arm@0.25.12':
7692
7692
-
optional: true
7693
7693
-
7694
7694
-
'@esbuild/android-arm@0.27.7':
7744
7744
+
'@esbuild/android-arm@0.27.0':
7695
7745
optional: true
7696
7746
7697
7747
'@esbuild/android-arm@0.28.0':
7698
7748
optional: true
7699
7749
7700
7700
-
'@esbuild/android-x64@0.25.12':
7701
7701
-
optional: true
7702
7702
-
7703
7703
-
'@esbuild/android-x64@0.27.7':
7750
7750
+
'@esbuild/android-x64@0.27.0':
7704
7751
optional: true
7705
7752
7706
7753
'@esbuild/android-x64@0.28.0':
7707
7754
optional: true
7708
7755
7709
7709
-
'@esbuild/darwin-arm64@0.25.12':
7710
7710
-
optional: true
7711
7711
-
7712
7712
-
'@esbuild/darwin-arm64@0.27.7':
7756
7756
+
'@esbuild/darwin-arm64@0.27.0':
7713
7757
optional: true
7714
7758
7715
7759
'@esbuild/darwin-arm64@0.28.0':
7716
7760
optional: true
7717
7761
7718
7718
-
'@esbuild/darwin-x64@0.25.12':
7719
7719
-
optional: true
7720
7720
-
7721
7721
-
'@esbuild/darwin-x64@0.27.7':
7762
7762
+
'@esbuild/darwin-x64@0.27.0':
7722
7763
optional: true
7723
7764
7724
7765
'@esbuild/darwin-x64@0.28.0':
7725
7766
optional: true
7726
7767
7727
7727
-
'@esbuild/freebsd-arm64@0.25.12':
7728
7728
-
optional: true
7729
7729
-
7730
7730
-
'@esbuild/freebsd-arm64@0.27.7':
7768
7768
+
'@esbuild/freebsd-arm64@0.27.0':
7731
7769
optional: true
7732
7770
7733
7771
'@esbuild/freebsd-arm64@0.28.0':
7734
7772
optional: true
7735
7773
7736
7736
-
'@esbuild/freebsd-x64@0.25.12':
7737
7737
-
optional: true
7738
7738
-
7739
7739
-
'@esbuild/freebsd-x64@0.27.7':
7774
7774
+
'@esbuild/freebsd-x64@0.27.0':
7740
7775
optional: true
7741
7776
7742
7777
'@esbuild/freebsd-x64@0.28.0':
7743
7778
optional: true
7744
7779
7745
7745
-
'@esbuild/linux-arm64@0.25.12':
7746
7746
-
optional: true
7747
7747
-
7748
7748
-
'@esbuild/linux-arm64@0.27.7':
7780
7780
+
'@esbuild/linux-arm64@0.27.0':
7749
7781
optional: true
7750
7782
7751
7783
'@esbuild/linux-arm64@0.28.0':
7752
7784
optional: true
7753
7785
7754
7754
-
'@esbuild/linux-arm@0.25.12':
7755
7755
-
optional: true
7756
7756
-
7757
7757
-
'@esbuild/linux-arm@0.27.7':
7786
7786
+
'@esbuild/linux-arm@0.27.0':
7758
7787
optional: true
7759
7788
7760
7789
'@esbuild/linux-arm@0.28.0':
7761
7790
optional: true
7762
7791
7763
7763
-
'@esbuild/linux-ia32@0.25.12':
7764
7764
-
optional: true
7765
7765
-
7766
7766
-
'@esbuild/linux-ia32@0.27.7':
7792
7792
+
'@esbuild/linux-ia32@0.27.0':
7767
7793
optional: true
7768
7794
7769
7795
'@esbuild/linux-ia32@0.28.0':
7770
7796
optional: true
7771
7797
7772
7772
-
'@esbuild/linux-loong64@0.25.12':
7773
7773
-
optional: true
7774
7774
-
7775
7775
-
'@esbuild/linux-loong64@0.27.7':
7798
7798
+
'@esbuild/linux-loong64@0.27.0':
7776
7799
optional: true
7777
7800
7778
7801
'@esbuild/linux-loong64@0.28.0':
7779
7802
optional: true
7780
7803
7781
7781
-
'@esbuild/linux-mips64el@0.25.12':
7782
7782
-
optional: true
7783
7783
-
7784
7784
-
'@esbuild/linux-mips64el@0.27.7':
7804
7804
+
'@esbuild/linux-mips64el@0.27.0':
7785
7805
optional: true
7786
7806
7787
7807
'@esbuild/linux-mips64el@0.28.0':
7788
7808
optional: true
7789
7809
7790
7790
-
'@esbuild/linux-ppc64@0.25.12':
7791
7791
-
optional: true
7792
7792
-
7793
7793
-
'@esbuild/linux-ppc64@0.27.7':
7810
7810
+
'@esbuild/linux-ppc64@0.27.0':
7794
7811
optional: true
7795
7812
7796
7813
'@esbuild/linux-ppc64@0.28.0':
7797
7814
optional: true
7798
7815
7799
7799
-
'@esbuild/linux-riscv64@0.25.12':
7800
7800
-
optional: true
7801
7801
-
7802
7802
-
'@esbuild/linux-riscv64@0.27.7':
7816
7816
+
'@esbuild/linux-riscv64@0.27.0':
7803
7817
optional: true
7804
7818
7805
7819
'@esbuild/linux-riscv64@0.28.0':
7806
7820
optional: true
7807
7821
7808
7808
-
'@esbuild/linux-s390x@0.25.12':
7809
7809
-
optional: true
7810
7810
-
7811
7811
-
'@esbuild/linux-s390x@0.27.7':
7822
7822
+
'@esbuild/linux-s390x@0.27.0':
7812
7823
optional: true
7813
7824
7814
7825
'@esbuild/linux-s390x@0.28.0':
7815
7826
optional: true
7816
7827
7817
7817
-
'@esbuild/linux-x64@0.25.12':
7818
7818
-
optional: true
7819
7819
-
7820
7820
-
'@esbuild/linux-x64@0.27.7':
7828
7828
+
'@esbuild/linux-x64@0.27.0':
7821
7829
optional: true
7822
7830
7823
7831
'@esbuild/linux-x64@0.28.0':
7824
7832
optional: true
7825
7833
7826
7826
-
'@esbuild/netbsd-arm64@0.25.12':
7827
7827
-
optional: true
7828
7828
-
7829
7829
-
'@esbuild/netbsd-arm64@0.27.7':
7834
7834
+
'@esbuild/netbsd-arm64@0.27.0':
7830
7835
optional: true
7831
7836
7832
7837
'@esbuild/netbsd-arm64@0.28.0':
7833
7838
optional: true
7834
7839
7835
7835
-
'@esbuild/netbsd-x64@0.25.12':
7836
7836
-
optional: true
7837
7837
-
7838
7838
-
'@esbuild/netbsd-x64@0.27.7':
7840
7840
+
'@esbuild/netbsd-x64@0.27.0':
7839
7841
optional: true
7840
7842
7841
7843
'@esbuild/netbsd-x64@0.28.0':
7842
7844
optional: true
7843
7845
7844
7844
-
'@esbuild/openbsd-arm64@0.25.12':
7845
7845
-
optional: true
7846
7846
-
7847
7847
-
'@esbuild/openbsd-arm64@0.27.7':
7846
7846
+
'@esbuild/openbsd-arm64@0.27.0':
7848
7847
optional: true
7849
7848
7850
7849
'@esbuild/openbsd-arm64@0.28.0':
7851
7850
optional: true
7852
7851
7853
7853
-
'@esbuild/openbsd-x64@0.25.12':
7854
7854
-
optional: true
7855
7855
-
7856
7856
-
'@esbuild/openbsd-x64@0.27.7':
7852
7852
+
'@esbuild/openbsd-x64@0.27.0':
7857
7853
optional: true
7858
7854
7859
7855
'@esbuild/openbsd-x64@0.28.0':
7860
7856
optional: true
7861
7857
7862
7862
-
'@esbuild/openharmony-arm64@0.25.12':
7863
7863
-
optional: true
7864
7864
-
7865
7865
-
'@esbuild/openharmony-arm64@0.27.7':
7858
7858
+
'@esbuild/openharmony-arm64@0.27.0':
7866
7859
optional: true
7867
7860
7868
7861
'@esbuild/openharmony-arm64@0.28.0':
7869
7862
optional: true
7870
7863
7871
7871
-
'@esbuild/sunos-x64@0.25.12':
7872
7872
-
optional: true
7873
7873
-
7874
7874
-
'@esbuild/sunos-x64@0.27.7':
7864
7864
+
'@esbuild/sunos-x64@0.27.0':
7875
7865
optional: true
7876
7866
7877
7867
'@esbuild/sunos-x64@0.28.0':
7878
7868
optional: true
7879
7869
7880
7880
-
'@esbuild/win32-arm64@0.25.12':
7881
7881
-
optional: true
7882
7882
-
7883
7883
-
'@esbuild/win32-arm64@0.27.7':
7870
7870
+
'@esbuild/win32-arm64@0.27.0':
7884
7871
optional: true
7885
7872
7886
7873
'@esbuild/win32-arm64@0.28.0':
7887
7874
optional: true
7888
7875
7889
7889
-
'@esbuild/win32-ia32@0.25.12':
7890
7890
-
optional: true
7891
7891
-
7892
7892
-
'@esbuild/win32-ia32@0.27.7':
7876
7876
+
'@esbuild/win32-ia32@0.27.0':
7893
7877
optional: true
7894
7878
7895
7879
'@esbuild/win32-ia32@0.28.0':
7896
7880
optional: true
7897
7881
7898
7898
-
'@esbuild/win32-x64@0.25.12':
7899
7899
-
optional: true
7900
7900
-
7901
7901
-
'@esbuild/win32-x64@0.27.7':
7882
7882
+
'@esbuild/win32-x64@0.27.0':
7902
7883
optional: true
7903
7884
7904
7885
'@esbuild/win32-x64@0.28.0':
···
7909
7890
escape-string-regexp: 4.0.0
7910
7891
eslint: 10.4.1(jiti@2.7.0)
7911
7892
ignore: 7.0.5
7893
7893
+
7894
7894
+
'@eslint-community/eslint-utils@4.9.0(eslint@10.4.1(jiti@2.7.0))':
7895
7895
+
dependencies:
7896
7896
+
eslint: 10.4.1(jiti@2.7.0)
7897
7897
+
eslint-visitor-keys: 3.4.3
7912
7898
7913
7899
'@eslint-community/eslint-utils@4.9.1(eslint@10.4.1(jiti@2.7.0))':
7914
7900
dependencies:
···
7948
7934
'@eslint/core': 1.2.1
7949
7935
'@eslint/plugin-kit': 0.7.2
7950
7936
github-slugger: 2.0.0
7951
7951
-
mdast-util-from-markdown: 2.0.3
7937
7937
+
mdast-util-from-markdown: 2.0.2
7952
7938
mdast-util-frontmatter: 2.0.1
7953
7939
mdast-util-gfm: 3.1.0
7954
7940
mdast-util-math: 3.0.0
···
7968
7954
7969
7955
'@fastify/ajv-compiler@4.0.5':
7970
7956
dependencies:
7971
7971
-
ajv: 8.20.0
7972
7972
-
ajv-formats: 3.0.1(ajv@8.20.0)
7973
7973
-
fast-uri: 3.1.2
7957
7957
+
ajv: 8.17.1
7958
7958
+
ajv-formats: 3.0.1(ajv@8.17.1)
7959
7959
+
fast-uri: 3.1.0
7974
7960
7975
7961
'@fastify/cors@10.1.0':
7976
7962
dependencies:
···
7981
7967
7982
7968
'@fastify/fast-json-stringify-compiler@5.0.3':
7983
7969
dependencies:
7984
7984
-
fast-json-stringify: 6.4.0
7970
7970
+
fast-json-stringify: 6.1.1
7985
7971
7986
7972
'@fastify/forwarded@3.0.1': {}
7987
7973
···
7992
7978
'@fastify/proxy-addr@5.1.0':
7993
7979
dependencies:
7994
7980
'@fastify/forwarded': 3.0.1
7995
7995
-
ipaddr.js: 2.4.0
7981
7981
+
ipaddr.js: 2.3.0
7996
7982
7997
7983
'@fastify/websocket@11.2.0':
7998
7984
dependencies:
7999
7985
duplexify: 4.1.3
8000
7986
fastify-plugin: 5.1.0
8001
8001
-
ws: 8.21.0
7987
7987
+
ws: 8.18.3
8002
7988
transitivePeerDependencies:
8003
7989
- bufferutil
8004
7990
- utf-8-validate
8005
7991
8006
7992
'@google-cloud/precise-date@4.0.0': {}
8007
7993
8008
8008
-
'@grpc/grpc-js@1.14.4':
7994
7994
+
'@grpc/grpc-js@1.14.1':
8009
7995
dependencies:
8010
8010
-
'@grpc/proto-loader': 0.8.1
7996
7996
+
'@grpc/proto-loader': 0.8.0
8011
7997
'@js-sdsl/ordered-map': 4.4.2
8012
7998
8013
8013
-
'@grpc/proto-loader@0.8.1':
7999
7999
+
'@grpc/proto-loader@0.8.0':
8014
8000
dependencies:
8015
8001
lodash.camelcase: 4.3.0
8016
8002
long: 5.3.2
8017
8017
-
protobufjs: 7.6.2
8003
8003
+
protobufjs: 7.5.4
8018
8004
yargs: 17.7.2
8019
8005
8020
8020
-
'@humanfs/core@0.19.2':
8021
8021
-
dependencies:
8022
8022
-
'@humanfs/types': 0.15.0
8006
8006
+
'@humanfs/core@0.19.1': {}
8023
8007
8024
8024
-
'@humanfs/node@0.16.8':
8008
8008
+
'@humanfs/node@0.16.7':
8025
8009
dependencies:
8026
8026
-
'@humanfs/core': 0.19.2
8027
8027
-
'@humanfs/types': 0.15.0
8010
8010
+
'@humanfs/core': 0.19.1
8028
8011
'@humanwhocodes/retry': 0.4.3
8029
8029
-
8030
8030
-
'@humanfs/types@0.15.0': {}
8031
8012
8032
8013
'@humanwhocodes/module-importer@1.0.1': {}
8033
8014
···
8039
8020
dependencies:
8040
8021
string-width: 5.1.2
8041
8022
string-width-cjs: string-width@4.2.3
8042
8042
-
strip-ansi: 7.2.0
8023
8023
+
strip-ansi: 7.1.2
8043
8024
strip-ansi-cjs: strip-ansi@6.0.1
8044
8025
wrap-ansi: 8.1.0
8045
8026
wrap-ansi-cjs: wrap-ansi@7.0.0
8046
8027
8047
8028
'@isaacs/fs-minipass@4.0.1':
8048
8029
dependencies:
8049
8049
-
minipass: 7.1.3
8030
8030
+
minipass: 7.1.2
8050
8031
8051
8032
'@jridgewell/gen-mapping@0.3.13':
8052
8033
dependencies:
···
8089
8070
https-proxy-agent: 7.0.6
8090
8071
node-fetch: 2.7.0
8091
8072
nopt: 8.1.0
8092
8092
-
semver: 7.8.2
8073
8073
+
semver: 7.8.3
8093
8074
tar: 7.5.16
8094
8075
transitivePeerDependencies:
8095
8076
- encoding
···
8099
8080
dependencies:
8100
8081
'@emnapi/core': 1.10.0
8101
8082
'@emnapi/runtime': 1.10.0
8102
8102
-
'@tybys/wasm-util': 0.10.2
8083
8083
+
'@tybys/wasm-util': 0.10.1
8103
8084
optional: true
8104
8085
8105
8086
'@noble/ciphers@1.3.0': {}
···
8120
8101
'@nodelib/fs.walk@1.2.8':
8121
8102
dependencies:
8122
8103
'@nodelib/fs.scandir': 2.1.5
8123
8123
-
fastq: 1.20.1
8104
8104
+
fastq: 1.19.1
8124
8105
8125
8106
'@npmcli/map-workspaces@3.0.6':
8126
8107
dependencies:
8127
8108
'@npmcli/name-from-folder': 2.0.0
8128
8109
glob: 10.5.0
8129
8129
-
minimatch: 9.0.9
8110
8110
+
minimatch: 9.0.5
8130
8111
read-package-json-fast: 3.0.2
8131
8112
8132
8113
'@npmcli/name-from-folder@2.0.0': {}
8133
8114
8134
8134
-
'@nuxt/cli@3.35.2(@nuxt/schema@4.4.7)(cac@6.7.14)(magicast@0.5.3)':
8115
8115
+
'@nuxt/cli@3.35.2(@nuxt/schema@4.4.8)(cac@6.7.14)(magicast@0.5.3)':
8135
8116
dependencies:
8136
8117
'@bomb.sh/tab': 0.0.15(cac@6.7.14)(citty@0.2.2)
8137
8118
'@clack/prompts': 1.5.1
···
8154
8135
perfect-debounce: 2.1.0
8155
8136
pkg-types: 2.3.1
8156
8137
scule: 1.3.0
8157
8157
-
semver: 7.8.2
8138
8138
+
semver: 7.8.3
8158
8139
srvx: 0.11.16
8159
8140
std-env: 4.1.0
8160
8141
tinyclip: 0.1.14
···
8162
8143
ufo: 1.6.4
8163
8144
youch: 4.1.1
8164
8145
optionalDependencies:
8165
8165
-
'@nuxt/schema': 4.4.7
8146
8146
+
'@nuxt/schema': 4.4.8
8166
8147
transitivePeerDependencies:
8167
8148
- cac
8168
8149
- commander
···
8171
8152
8172
8153
'@nuxt/devalue@2.0.2': {}
8173
8154
8174
8174
-
'@nuxt/devtools-kit@2.7.0(magicast@0.5.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))':
8155
8155
+
'@nuxt/devtools-kit@2.7.0(magicast@0.5.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))':
8175
8156
dependencies:
8176
8176
-
'@nuxt/kit': 3.21.7(magicast@0.5.3)
8157
8157
+
'@nuxt/kit': 3.21.8(magicast@0.5.3)
8177
8158
execa: 8.0.1
8178
8178
-
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
8159
8159
+
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
8179
8160
transitivePeerDependencies:
8180
8161
- magicast
8181
8162
8182
8182
-
'@nuxt/devtools-kit@3.2.4(magicast@0.5.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))':
8163
8163
+
'@nuxt/devtools-kit@3.2.4(magicast@0.5.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))':
8183
8164
dependencies:
8184
8184
-
'@nuxt/kit': 4.4.7(magicast@0.5.3)
8165
8165
+
'@nuxt/kit': 4.4.8(magicast@0.5.3)
8185
8166
execa: 8.0.1
8186
8186
-
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
8167
8167
+
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
8187
8168
transitivePeerDependencies:
8188
8169
- magicast
8189
8170
···
8195
8176
execa: 8.0.1
8196
8177
magicast: 0.5.3
8197
8178
pathe: 2.0.3
8198
8198
-
pkg-types: 2.3.1
8199
8199
-
semver: 7.8.2
8179
8179
+
pkg-types: 2.3.0
8180
8180
+
semver: 7.8.3
8200
8181
8201
8201
-
'@nuxt/devtools@3.2.4(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))':
8182
8182
+
'@nuxt/devtools@3.2.4(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))':
8202
8183
dependencies:
8203
8203
-
'@nuxt/devtools-kit': 3.2.4(magicast@0.5.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
8184
8184
+
'@nuxt/devtools-kit': 3.2.4(magicast@0.5.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))
8204
8185
'@nuxt/devtools-wizard': 3.2.4
8205
8205
-
'@nuxt/kit': 4.4.7(magicast@0.5.3)
8186
8186
+
'@nuxt/kit': 4.4.8(magicast@0.5.3)
8206
8187
'@vue/devtools-core': 8.1.2(vue@3.5.35(typescript@6.0.3))
8207
8188
'@vue/devtools-kit': 8.1.2
8208
8189
birpc: 4.0.0
···
8216
8197
image-meta: 0.2.2
8217
8198
is-installed-globally: 1.0.0
8218
8199
launch-editor: 2.14.1
8219
8219
-
local-pkg: 1.2.1
8200
8200
+
local-pkg: 1.1.2
8220
8201
magicast: 0.5.3
8221
8202
nypm: 0.6.6
8222
8203
ohash: 2.0.11
8223
8204
pathe: 2.0.3
8224
8205
perfect-debounce: 2.1.0
8225
8225
-
pkg-types: 2.3.1
8226
8226
-
semver: 7.8.2
8206
8206
+
pkg-types: 2.3.0
8207
8207
+
semver: 7.8.3
8227
8208
simple-git: 3.36.0
8228
8209
sirv: 3.0.2
8229
8210
structured-clone-es: 2.0.0
8230
8211
tinyglobby: 0.2.17
8231
8231
-
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
8232
8232
-
vite-plugin-inspect: 11.4.1(@nuxt/kit@4.4.7(magicast@0.5.3))(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
8233
8233
-
vite-plugin-vue-tracer: 1.4.0(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))
8212
8212
+
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
8213
8213
+
vite-plugin-inspect: 11.4.1(@nuxt/kit@4.4.8(magicast@0.5.3))(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))
8214
8214
+
vite-plugin-vue-tracer: 1.4.0(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))
8234
8215
which: 6.0.1
8235
8216
ws: 8.21.0
8236
8217
transitivePeerDependencies:
···
8239
8220
- utf-8-validate
8240
8221
- vue
8241
8222
8242
8242
-
'@nuxt/kit@3.21.7(magicast@0.5.3)':
8223
8223
+
'@nuxt/kit@3.21.8(magicast@0.5.3)':
8243
8224
dependencies:
8244
8225
c12: 3.3.4(magicast@0.5.3)
8245
8226
consola: 3.4.2
···
8257
8238
pkg-types: 2.3.1
8258
8239
rc9: 3.0.1
8259
8240
scule: 1.3.0
8260
8260
-
semver: 7.8.2
8241
8241
+
semver: 7.8.3
8261
8242
tinyglobby: 0.2.17
8262
8243
ufo: 1.6.4
8263
8244
unctx: 2.5.0
···
8265
8246
transitivePeerDependencies:
8266
8247
- magicast
8267
8248
8268
8268
-
'@nuxt/kit@4.4.7(magicast@0.5.3)':
8249
8249
+
'@nuxt/kit@4.4.8(magicast@0.5.3)':
8269
8250
dependencies:
8270
8251
c12: 3.3.4(magicast@0.5.3)
8271
8252
consola: 3.4.2
···
8282
8263
pkg-types: 2.3.1
8283
8264
rc9: 3.0.1
8284
8265
scule: 1.3.0
8285
8285
-
semver: 7.8.2
8266
8266
+
semver: 7.8.3
8286
8267
tinyglobby: 0.2.17
8287
8268
ufo: 1.6.4
8288
8269
unctx: 2.5.0
···
8290
8271
transitivePeerDependencies:
8291
8272
- magicast
8292
8273
8293
8293
-
'@nuxt/nitro-server@4.4.7(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(db0@0.3.4)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@4.4.7(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.0.2)(rollup-plugin-visualizer@7.0.1(rolldown@1.0.2)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.22.4)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0))(oxc-parser@0.133.0)(rolldown@1.0.2)(srvx@0.11.16)(typescript@6.0.3)':
8274
8274
+
'@nuxt/nitro-server@4.4.8(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(db0@0.3.4)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.1.0)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.0)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.21.0)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0))(oxc-parser@0.133.0)(rolldown@1.1.0)(srvx@0.11.16)(typescript@6.0.3)':
8294
8275
dependencies:
8295
8276
'@nuxt/devalue': 2.0.2
8296
8296
-
'@nuxt/kit': 4.4.7(magicast@0.5.3)
8277
8277
+
'@nuxt/kit': 4.4.8(magicast@0.5.3)
8297
8278
'@unhead/vue': 2.1.15(vue@3.5.35(typescript@6.0.3))
8298
8279
'@vue/shared': 3.5.35
8299
8280
consola: 3.4.2
···
8307
8288
impound: 1.1.5
8308
8289
klona: 2.0.6
8309
8290
mocked-exports: 0.1.1
8310
8310
-
nitropack: 2.13.4(oxc-parser@0.133.0)(rolldown@1.0.2)(srvx@0.11.16)
8311
8311
-
nuxt: 4.4.7(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.0.2)(rollup-plugin-visualizer@7.0.1(rolldown@1.0.2)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.22.4)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0)
8291
8291
+
nitropack: 2.13.4(oxc-parser@0.133.0)(rolldown@1.1.0)(srvx@0.11.16)
8292
8292
+
nuxt: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.1.0)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.0)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.21.0)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0)
8312
8293
nypm: 0.6.6
8313
8294
ohash: 2.0.11
8314
8295
pathe: 2.0.3
···
8360
8341
- uploadthing
8361
8342
- xml2js
8362
8343
8363
8363
-
'@nuxt/schema@4.4.7':
8344
8344
+
'@nuxt/schema@4.4.8':
8364
8345
dependencies:
8365
8346
'@vue/shared': 3.5.35
8366
8347
defu: 6.1.7
···
8368
8349
pkg-types: 2.3.1
8369
8350
std-env: 4.1.0
8370
8351
8371
8371
-
'@nuxt/telemetry@2.8.0(@nuxt/kit@4.4.7(magicast@0.5.3))':
8352
8352
+
'@nuxt/telemetry@2.8.0(@nuxt/kit@4.4.8(magicast@0.5.3))':
8372
8353
dependencies:
8373
8373
-
'@nuxt/kit': 4.4.7(magicast@0.5.3)
8354
8354
+
'@nuxt/kit': 4.4.8(magicast@0.5.3)
8374
8355
citty: 0.2.2
8375
8356
consola: 3.4.2
8376
8357
ofetch: 2.0.0-alpha.3
8377
8358
rc9: 3.0.1
8378
8359
std-env: 4.1.0
8379
8360
8380
8380
-
'@nuxt/test-utils@4.0.3(crossws@0.4.5(srvx@0.11.16))(happy-dom@20.10.2)(magicast@0.5.3)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vitest@4.1.8)':
8361
8361
+
'@nuxt/test-utils@4.0.3(crossws@0.4.5(srvx@0.11.16))(happy-dom@20.10.2)(magicast@0.5.3)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vitest@4.1.8)':
8381
8362
dependencies:
8382
8363
'@clack/prompts': 1.2.0
8383
8383
-
'@nuxt/devtools-kit': 2.7.0(magicast@0.5.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
8384
8384
-
'@nuxt/kit': 3.21.7(magicast@0.5.3)
8364
8364
+
'@nuxt/devtools-kit': 2.7.0(magicast@0.5.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))
8365
8365
+
'@nuxt/kit': 3.21.8(magicast@0.5.3)
8385
8366
c12: 3.3.4(magicast@0.5.3)
8386
8367
consola: 3.4.2
8387
8368
defu: 6.1.7
···
8392
8373
get-port-please: 3.2.0
8393
8374
h3: 1.15.11
8394
8375
h3-next: h3@2.0.1-rc.20(crossws@0.4.5(srvx@0.11.16))
8395
8395
-
local-pkg: 1.2.1
8376
8376
+
local-pkg: 1.1.2
8396
8377
magic-string: 0.30.21
8397
8378
node-fetch-native: 1.6.7
8398
8379
node-mock-http: 1.0.4
···
8406
8387
tinyexec: 1.2.4
8407
8388
ufo: 1.6.4
8408
8389
unplugin: 3.0.0
8409
8409
-
vitest-environment-nuxt: 2.0.0(crossws@0.4.5(srvx@0.11.16))(happy-dom@20.10.2)(magicast@0.5.3)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vitest@4.1.8)
8390
8390
+
vitest-environment-nuxt: 2.0.0(crossws@0.4.5(srvx@0.11.16))(happy-dom@20.10.2)(magicast@0.5.3)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vitest@4.1.8)
8410
8391
vue: 3.5.35(typescript@6.0.3)
8411
8392
optionalDependencies:
8412
8393
happy-dom: 20.10.2
8413
8413
-
vitest: 4.1.8(@opentelemetry/api@1.9.1)(@types/node@24.11.0)(@vitest/coverage-v8@4.1.8)(happy-dom@20.10.2)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
8394
8394
+
vitest: 4.1.8(@opentelemetry/api@1.9.0)(@types/node@24.11.0)(@vitest/coverage-v8@4.1.8)(happy-dom@20.10.2)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))
8414
8395
transitivePeerDependencies:
8415
8396
- crossws
8416
8397
- magicast
8417
8398
- typescript
8418
8399
- vite
8419
8400
8420
8420
-
'@nuxt/vite-builder@4.4.7(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@types/node@24.11.0)(eslint@10.4.1(jiti@2.7.0))(lightningcss@1.32.0)(magicast@0.5.3)(nuxt@4.4.7(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.0.2)(rollup-plugin-visualizer@7.0.1(rolldown@1.0.2)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.22.4)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0))(optionator@0.9.4)(rolldown@1.0.2)(rollup-plugin-visualizer@7.0.1(rolldown@1.0.2)(rollup@4.61.1))(rollup@4.61.1)(terser@5.48.0)(tsx@4.22.4)(typescript@6.0.3)(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3))(yaml@2.9.0)':
8401
8401
+
'@nuxt/vite-builder@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@types/node@24.11.0)(eslint@10.4.1(jiti@2.7.0))(lightningcss@1.32.0)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.1.0)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.0)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.21.0)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0))(optionator@0.9.4)(rolldown@1.1.0)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.0)(rollup@4.61.1))(rollup@4.61.1)(terser@5.48.0)(tsx@4.21.0)(typescript@6.0.3)(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3))(yaml@2.9.0)':
8421
8402
dependencies:
8422
8422
-
'@nuxt/kit': 4.4.7(magicast@0.5.3)
8403
8403
+
'@nuxt/kit': 4.4.8(magicast@0.5.3)
8423
8404
'@rollup/plugin-replace': 6.0.3(rollup@4.61.1)
8424
8424
-
'@vitejs/plugin-vue': 6.0.7(vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))
8425
8425
-
'@vitejs/plugin-vue-jsx': 5.1.5(vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))
8405
8405
+
'@vitejs/plugin-vue': 6.0.7(vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))
8406
8406
+
'@vitejs/plugin-vue-jsx': 5.1.5(vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))
8426
8407
autoprefixer: 10.5.0(postcss@8.5.15)
8427
8408
consola: 3.4.2
8428
8409
cssnano: 8.0.1(postcss@8.5.15)
···
8435
8416
magic-string: 0.30.21
8436
8417
mlly: 1.8.2
8437
8418
mocked-exports: 0.1.1
8438
8438
-
nuxt: 4.4.7(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.0.2)(rollup-plugin-visualizer@7.0.1(rolldown@1.0.2)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.22.4)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0)
8419
8419
+
nuxt: 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.1.0)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.0)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.21.0)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0)
8439
8420
nypm: 0.6.6
8440
8421
pathe: 2.0.3
8441
8422
pkg-types: 2.3.1
···
8444
8425
std-env: 4.1.0
8445
8426
ufo: 1.6.4
8446
8427
unenv: 2.0.0-rc.24
8447
8447
-
vite: 7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
8448
8448
-
vite-node: 5.3.0(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
8449
8449
-
vite-plugin-checker: 0.14.1(eslint@10.4.1(jiti@2.7.0))(optionator@0.9.4)(typescript@6.0.3)(vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))
8428
8428
+
vite: 7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
8429
8429
+
vite-node: 5.3.0(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
8430
8430
+
vite-plugin-checker: 0.14.1(eslint@10.4.1(jiti@2.7.0))(optionator@0.9.4)(typescript@6.0.3)(vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))
8450
8431
vue: 3.5.35(typescript@6.0.3)
8451
8432
vue-bundle-renderer: 2.2.0
8452
8433
optionalDependencies:
8453
8434
'@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7)
8454
8454
-
rolldown: 1.0.2
8455
8455
-
rollup-plugin-visualizer: 7.0.1(rolldown@1.0.2)(rollup@4.61.1)
8435
8435
+
rolldown: 1.1.0
8436
8436
+
rollup-plugin-visualizer: 7.0.1(rolldown@1.1.0)(rollup@4.61.1)
8456
8437
transitivePeerDependencies:
8457
8438
- '@biomejs/biome'
8458
8439
- '@types/node'
···
8478
8459
8479
8460
'@opentelemetry/api-logs@0.203.0':
8480
8461
dependencies:
8481
8481
-
'@opentelemetry/api': 1.9.1
8462
8462
+
'@opentelemetry/api': 1.9.0
8482
8463
8483
8483
-
'@opentelemetry/api@1.9.1': {}
8464
8464
+
'@opentelemetry/api@1.9.0': {}
8484
8465
8485
8485
-
'@opentelemetry/auto-instrumentations-node@0.62.2(@opentelemetry/api@1.9.1)(@opentelemetry/core@2.7.1(@opentelemetry/api@1.9.1))':
8466
8466
+
'@opentelemetry/auto-instrumentations-node@0.62.2(@opentelemetry/api@1.9.0)(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))':
8486
8467
dependencies:
8487
8487
-
'@opentelemetry/api': 1.9.1
8488
8488
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8489
8489
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8490
8490
-
'@opentelemetry/instrumentation-amqplib': 0.50.0(@opentelemetry/api@1.9.1)
8491
8491
-
'@opentelemetry/instrumentation-aws-lambda': 0.54.1(@opentelemetry/api@1.9.1)
8492
8492
-
'@opentelemetry/instrumentation-aws-sdk': 0.58.0(@opentelemetry/api@1.9.1)
8493
8493
-
'@opentelemetry/instrumentation-bunyan': 0.49.0(@opentelemetry/api@1.9.1)
8494
8494
-
'@opentelemetry/instrumentation-cassandra-driver': 0.49.0(@opentelemetry/api@1.9.1)
8495
8495
-
'@opentelemetry/instrumentation-connect': 0.47.0(@opentelemetry/api@1.9.1)
8496
8496
-
'@opentelemetry/instrumentation-cucumber': 0.19.0(@opentelemetry/api@1.9.1)
8497
8497
-
'@opentelemetry/instrumentation-dataloader': 0.21.1(@opentelemetry/api@1.9.1)
8498
8498
-
'@opentelemetry/instrumentation-dns': 0.47.0(@opentelemetry/api@1.9.1)
8499
8499
-
'@opentelemetry/instrumentation-express': 0.52.0(@opentelemetry/api@1.9.1)
8500
8500
-
'@opentelemetry/instrumentation-fastify': 0.48.0(@opentelemetry/api@1.9.1)
8501
8501
-
'@opentelemetry/instrumentation-fs': 0.23.0(@opentelemetry/api@1.9.1)
8502
8502
-
'@opentelemetry/instrumentation-generic-pool': 0.47.0(@opentelemetry/api@1.9.1)
8503
8503
-
'@opentelemetry/instrumentation-graphql': 0.51.0(@opentelemetry/api@1.9.1)
8504
8504
-
'@opentelemetry/instrumentation-grpc': 0.203.0(@opentelemetry/api@1.9.1)
8505
8505
-
'@opentelemetry/instrumentation-hapi': 0.50.0(@opentelemetry/api@1.9.1)
8506
8506
-
'@opentelemetry/instrumentation-http': 0.203.0(@opentelemetry/api@1.9.1)
8507
8507
-
'@opentelemetry/instrumentation-ioredis': 0.51.0(@opentelemetry/api@1.9.1)
8508
8508
-
'@opentelemetry/instrumentation-kafkajs': 0.13.0(@opentelemetry/api@1.9.1)
8509
8509
-
'@opentelemetry/instrumentation-knex': 0.48.0(@opentelemetry/api@1.9.1)
8510
8510
-
'@opentelemetry/instrumentation-koa': 0.51.0(@opentelemetry/api@1.9.1)
8511
8511
-
'@opentelemetry/instrumentation-lru-memoizer': 0.48.0(@opentelemetry/api@1.9.1)
8512
8512
-
'@opentelemetry/instrumentation-memcached': 0.47.0(@opentelemetry/api@1.9.1)
8513
8513
-
'@opentelemetry/instrumentation-mongodb': 0.56.0(@opentelemetry/api@1.9.1)
8514
8514
-
'@opentelemetry/instrumentation-mongoose': 0.50.0(@opentelemetry/api@1.9.1)
8515
8515
-
'@opentelemetry/instrumentation-mysql': 0.49.0(@opentelemetry/api@1.9.1)
8516
8516
-
'@opentelemetry/instrumentation-mysql2': 0.50.0(@opentelemetry/api@1.9.1)
8517
8517
-
'@opentelemetry/instrumentation-nestjs-core': 0.49.0(@opentelemetry/api@1.9.1)
8518
8518
-
'@opentelemetry/instrumentation-net': 0.47.0(@opentelemetry/api@1.9.1)
8519
8519
-
'@opentelemetry/instrumentation-oracledb': 0.29.0(@opentelemetry/api@1.9.1)
8520
8520
-
'@opentelemetry/instrumentation-pg': 0.56.1(@opentelemetry/api@1.9.1)
8521
8521
-
'@opentelemetry/instrumentation-pino': 0.50.1(@opentelemetry/api@1.9.1)
8522
8522
-
'@opentelemetry/instrumentation-redis': 0.52.0(@opentelemetry/api@1.9.1)
8523
8523
-
'@opentelemetry/instrumentation-restify': 0.49.0(@opentelemetry/api@1.9.1)
8524
8524
-
'@opentelemetry/instrumentation-router': 0.48.0(@opentelemetry/api@1.9.1)
8525
8525
-
'@opentelemetry/instrumentation-runtime-node': 0.17.1(@opentelemetry/api@1.9.1)
8526
8526
-
'@opentelemetry/instrumentation-socket.io': 0.50.0(@opentelemetry/api@1.9.1)
8527
8527
-
'@opentelemetry/instrumentation-tedious': 0.22.0(@opentelemetry/api@1.9.1)
8528
8528
-
'@opentelemetry/instrumentation-undici': 0.14.0(@opentelemetry/api@1.9.1)
8529
8529
-
'@opentelemetry/instrumentation-winston': 0.48.1(@opentelemetry/api@1.9.1)
8530
8530
-
'@opentelemetry/resource-detector-alibaba-cloud': 0.31.11(@opentelemetry/api@1.9.1)
8531
8531
-
'@opentelemetry/resource-detector-aws': 2.18.0(@opentelemetry/api@1.9.1)
8532
8532
-
'@opentelemetry/resource-detector-azure': 0.10.0(@opentelemetry/api@1.9.1)
8533
8533
-
'@opentelemetry/resource-detector-container': 0.7.11(@opentelemetry/api@1.9.1)
8534
8534
-
'@opentelemetry/resource-detector-gcp': 0.37.0(@opentelemetry/api@1.9.1)
8535
8535
-
'@opentelemetry/resources': 2.7.1(@opentelemetry/api@1.9.1)
8536
8536
-
'@opentelemetry/sdk-node': 0.203.0(@opentelemetry/api@1.9.1)
8468
8468
+
'@opentelemetry/api': 1.9.0
8469
8469
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8470
8470
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8471
8471
+
'@opentelemetry/instrumentation-amqplib': 0.50.0(@opentelemetry/api@1.9.0)
8472
8472
+
'@opentelemetry/instrumentation-aws-lambda': 0.54.1(@opentelemetry/api@1.9.0)
8473
8473
+
'@opentelemetry/instrumentation-aws-sdk': 0.58.0(@opentelemetry/api@1.9.0)
8474
8474
+
'@opentelemetry/instrumentation-bunyan': 0.49.0(@opentelemetry/api@1.9.0)
8475
8475
+
'@opentelemetry/instrumentation-cassandra-driver': 0.49.0(@opentelemetry/api@1.9.0)
8476
8476
+
'@opentelemetry/instrumentation-connect': 0.47.0(@opentelemetry/api@1.9.0)
8477
8477
+
'@opentelemetry/instrumentation-cucumber': 0.19.0(@opentelemetry/api@1.9.0)
8478
8478
+
'@opentelemetry/instrumentation-dataloader': 0.21.1(@opentelemetry/api@1.9.0)
8479
8479
+
'@opentelemetry/instrumentation-dns': 0.47.0(@opentelemetry/api@1.9.0)
8480
8480
+
'@opentelemetry/instrumentation-express': 0.52.0(@opentelemetry/api@1.9.0)
8481
8481
+
'@opentelemetry/instrumentation-fastify': 0.48.0(@opentelemetry/api@1.9.0)
8482
8482
+
'@opentelemetry/instrumentation-fs': 0.23.0(@opentelemetry/api@1.9.0)
8483
8483
+
'@opentelemetry/instrumentation-generic-pool': 0.47.0(@opentelemetry/api@1.9.0)
8484
8484
+
'@opentelemetry/instrumentation-graphql': 0.51.0(@opentelemetry/api@1.9.0)
8485
8485
+
'@opentelemetry/instrumentation-grpc': 0.203.0(@opentelemetry/api@1.9.0)
8486
8486
+
'@opentelemetry/instrumentation-hapi': 0.50.0(@opentelemetry/api@1.9.0)
8487
8487
+
'@opentelemetry/instrumentation-http': 0.203.0(@opentelemetry/api@1.9.0)
8488
8488
+
'@opentelemetry/instrumentation-ioredis': 0.51.0(@opentelemetry/api@1.9.0)
8489
8489
+
'@opentelemetry/instrumentation-kafkajs': 0.13.0(@opentelemetry/api@1.9.0)
8490
8490
+
'@opentelemetry/instrumentation-knex': 0.48.0(@opentelemetry/api@1.9.0)
8491
8491
+
'@opentelemetry/instrumentation-koa': 0.51.0(@opentelemetry/api@1.9.0)
8492
8492
+
'@opentelemetry/instrumentation-lru-memoizer': 0.48.0(@opentelemetry/api@1.9.0)
8493
8493
+
'@opentelemetry/instrumentation-memcached': 0.47.0(@opentelemetry/api@1.9.0)
8494
8494
+
'@opentelemetry/instrumentation-mongodb': 0.56.0(@opentelemetry/api@1.9.0)
8495
8495
+
'@opentelemetry/instrumentation-mongoose': 0.50.0(@opentelemetry/api@1.9.0)
8496
8496
+
'@opentelemetry/instrumentation-mysql': 0.49.0(@opentelemetry/api@1.9.0)
8497
8497
+
'@opentelemetry/instrumentation-mysql2': 0.50.0(@opentelemetry/api@1.9.0)
8498
8498
+
'@opentelemetry/instrumentation-nestjs-core': 0.49.0(@opentelemetry/api@1.9.0)
8499
8499
+
'@opentelemetry/instrumentation-net': 0.47.0(@opentelemetry/api@1.9.0)
8500
8500
+
'@opentelemetry/instrumentation-oracledb': 0.29.0(@opentelemetry/api@1.9.0)
8501
8501
+
'@opentelemetry/instrumentation-pg': 0.56.1(@opentelemetry/api@1.9.0)
8502
8502
+
'@opentelemetry/instrumentation-pino': 0.50.1(@opentelemetry/api@1.9.0)
8503
8503
+
'@opentelemetry/instrumentation-redis': 0.52.0(@opentelemetry/api@1.9.0)
8504
8504
+
'@opentelemetry/instrumentation-restify': 0.49.0(@opentelemetry/api@1.9.0)
8505
8505
+
'@opentelemetry/instrumentation-router': 0.48.0(@opentelemetry/api@1.9.0)
8506
8506
+
'@opentelemetry/instrumentation-runtime-node': 0.17.1(@opentelemetry/api@1.9.0)
8507
8507
+
'@opentelemetry/instrumentation-socket.io': 0.50.0(@opentelemetry/api@1.9.0)
8508
8508
+
'@opentelemetry/instrumentation-tedious': 0.22.0(@opentelemetry/api@1.9.0)
8509
8509
+
'@opentelemetry/instrumentation-undici': 0.14.0(@opentelemetry/api@1.9.0)
8510
8510
+
'@opentelemetry/instrumentation-winston': 0.48.1(@opentelemetry/api@1.9.0)
8511
8511
+
'@opentelemetry/resource-detector-alibaba-cloud': 0.31.11(@opentelemetry/api@1.9.0)
8512
8512
+
'@opentelemetry/resource-detector-aws': 2.8.0(@opentelemetry/api@1.9.0)
8513
8513
+
'@opentelemetry/resource-detector-azure': 0.10.0(@opentelemetry/api@1.9.0)
8514
8514
+
'@opentelemetry/resource-detector-container': 0.7.11(@opentelemetry/api@1.9.0)
8515
8515
+
'@opentelemetry/resource-detector-gcp': 0.37.0(@opentelemetry/api@1.9.0)
8516
8516
+
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
8517
8517
+
'@opentelemetry/sdk-node': 0.203.0(@opentelemetry/api@1.9.0)
8537
8518
transitivePeerDependencies:
8538
8519
- encoding
8539
8520
- supports-color
8540
8521
8541
8541
-
'@opentelemetry/context-async-hooks@2.0.1(@opentelemetry/api@1.9.1)':
8522
8522
+
'@opentelemetry/context-async-hooks@2.0.1(@opentelemetry/api@1.9.0)':
8542
8523
dependencies:
8543
8543
-
'@opentelemetry/api': 1.9.1
8524
8524
+
'@opentelemetry/api': 1.9.0
8544
8525
8545
8545
-
'@opentelemetry/context-async-hooks@2.7.1(@opentelemetry/api@1.9.1)':
8526
8526
+
'@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0)':
8546
8527
dependencies:
8547
8547
-
'@opentelemetry/api': 1.9.1
8528
8528
+
'@opentelemetry/api': 1.9.0
8548
8529
8549
8549
-
'@opentelemetry/core@2.0.1(@opentelemetry/api@1.9.1)':
8530
8530
+
'@opentelemetry/core@2.0.1(@opentelemetry/api@1.9.0)':
8550
8531
dependencies:
8551
8551
-
'@opentelemetry/api': 1.9.1
8552
8552
-
'@opentelemetry/semantic-conventions': 1.41.1
8532
8532
+
'@opentelemetry/api': 1.9.0
8533
8533
+
'@opentelemetry/semantic-conventions': 1.38.0
8553
8534
8554
8554
-
'@opentelemetry/core@2.7.1(@opentelemetry/api@1.9.1)':
8535
8535
+
'@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0)':
8555
8536
dependencies:
8556
8556
-
'@opentelemetry/api': 1.9.1
8557
8557
-
'@opentelemetry/semantic-conventions': 1.41.1
8537
8537
+
'@opentelemetry/api': 1.9.0
8538
8538
+
'@opentelemetry/semantic-conventions': 1.38.0
8558
8539
8559
8559
-
'@opentelemetry/exporter-logs-otlp-grpc@0.203.0(@opentelemetry/api@1.9.1)':
8540
8540
+
'@opentelemetry/exporter-logs-otlp-grpc@0.203.0(@opentelemetry/api@1.9.0)':
8560
8541
dependencies:
8561
8561
-
'@grpc/grpc-js': 1.14.4
8562
8562
-
'@opentelemetry/api': 1.9.1
8563
8563
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
8564
8564
-
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.1)
8565
8565
-
'@opentelemetry/otlp-grpc-exporter-base': 0.203.0(@opentelemetry/api@1.9.1)
8566
8566
-
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.1)
8567
8567
-
'@opentelemetry/sdk-logs': 0.203.0(@opentelemetry/api@1.9.1)
8542
8542
+
'@grpc/grpc-js': 1.14.1
8543
8543
+
'@opentelemetry/api': 1.9.0
8544
8544
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
8545
8545
+
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.0)
8546
8546
+
'@opentelemetry/otlp-grpc-exporter-base': 0.203.0(@opentelemetry/api@1.9.0)
8547
8547
+
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.0)
8548
8548
+
'@opentelemetry/sdk-logs': 0.203.0(@opentelemetry/api@1.9.0)
8568
8549
8569
8569
-
'@opentelemetry/exporter-logs-otlp-http@0.203.0(@opentelemetry/api@1.9.1)':
8550
8550
+
'@opentelemetry/exporter-logs-otlp-http@0.203.0(@opentelemetry/api@1.9.0)':
8570
8551
dependencies:
8571
8571
-
'@opentelemetry/api': 1.9.1
8552
8552
+
'@opentelemetry/api': 1.9.0
8572
8553
'@opentelemetry/api-logs': 0.203.0
8573
8573
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
8574
8574
-
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.1)
8575
8575
-
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.1)
8576
8576
-
'@opentelemetry/sdk-logs': 0.203.0(@opentelemetry/api@1.9.1)
8554
8554
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
8555
8555
+
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.0)
8556
8556
+
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.0)
8557
8557
+
'@opentelemetry/sdk-logs': 0.203.0(@opentelemetry/api@1.9.0)
8577
8558
8578
8578
-
'@opentelemetry/exporter-logs-otlp-proto@0.203.0(@opentelemetry/api@1.9.1)':
8559
8559
+
'@opentelemetry/exporter-logs-otlp-proto@0.203.0(@opentelemetry/api@1.9.0)':
8579
8560
dependencies:
8580
8580
-
'@opentelemetry/api': 1.9.1
8561
8561
+
'@opentelemetry/api': 1.9.0
8581
8562
'@opentelemetry/api-logs': 0.203.0
8582
8582
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
8583
8583
-
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.1)
8584
8584
-
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.1)
8585
8585
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
8586
8586
-
'@opentelemetry/sdk-logs': 0.203.0(@opentelemetry/api@1.9.1)
8587
8587
-
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.1)
8563
8563
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
8564
8564
+
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.0)
8565
8565
+
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.0)
8566
8566
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
8567
8567
+
'@opentelemetry/sdk-logs': 0.203.0(@opentelemetry/api@1.9.0)
8568
8568
+
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.0)
8588
8569
8589
8589
-
'@opentelemetry/exporter-metrics-otlp-grpc@0.203.0(@opentelemetry/api@1.9.1)':
8570
8570
+
'@opentelemetry/exporter-metrics-otlp-grpc@0.203.0(@opentelemetry/api@1.9.0)':
8590
8571
dependencies:
8591
8591
-
'@grpc/grpc-js': 1.14.4
8592
8592
-
'@opentelemetry/api': 1.9.1
8593
8593
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
8594
8594
-
'@opentelemetry/exporter-metrics-otlp-http': 0.203.0(@opentelemetry/api@1.9.1)
8595
8595
-
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.1)
8596
8596
-
'@opentelemetry/otlp-grpc-exporter-base': 0.203.0(@opentelemetry/api@1.9.1)
8597
8597
-
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.1)
8598
8598
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
8599
8599
-
'@opentelemetry/sdk-metrics': 2.0.1(@opentelemetry/api@1.9.1)
8572
8572
+
'@grpc/grpc-js': 1.14.1
8573
8573
+
'@opentelemetry/api': 1.9.0
8574
8574
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
8575
8575
+
'@opentelemetry/exporter-metrics-otlp-http': 0.203.0(@opentelemetry/api@1.9.0)
8576
8576
+
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.0)
8577
8577
+
'@opentelemetry/otlp-grpc-exporter-base': 0.203.0(@opentelemetry/api@1.9.0)
8578
8578
+
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.0)
8579
8579
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
8580
8580
+
'@opentelemetry/sdk-metrics': 2.0.1(@opentelemetry/api@1.9.0)
8600
8581
8601
8601
-
'@opentelemetry/exporter-metrics-otlp-http@0.203.0(@opentelemetry/api@1.9.1)':
8582
8582
+
'@opentelemetry/exporter-metrics-otlp-http@0.203.0(@opentelemetry/api@1.9.0)':
8602
8583
dependencies:
8603
8603
-
'@opentelemetry/api': 1.9.1
8604
8604
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
8605
8605
-
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.1)
8606
8606
-
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.1)
8607
8607
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
8608
8608
-
'@opentelemetry/sdk-metrics': 2.0.1(@opentelemetry/api@1.9.1)
8584
8584
+
'@opentelemetry/api': 1.9.0
8585
8585
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
8586
8586
+
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.0)
8587
8587
+
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.0)
8588
8588
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
8589
8589
+
'@opentelemetry/sdk-metrics': 2.0.1(@opentelemetry/api@1.9.0)
8609
8590
8610
8610
-
'@opentelemetry/exporter-metrics-otlp-proto@0.203.0(@opentelemetry/api@1.9.1)':
8591
8591
+
'@opentelemetry/exporter-metrics-otlp-proto@0.203.0(@opentelemetry/api@1.9.0)':
8611
8592
dependencies:
8612
8612
-
'@opentelemetry/api': 1.9.1
8613
8613
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
8614
8614
-
'@opentelemetry/exporter-metrics-otlp-http': 0.203.0(@opentelemetry/api@1.9.1)
8615
8615
-
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.1)
8616
8616
-
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.1)
8617
8617
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
8618
8618
-
'@opentelemetry/sdk-metrics': 2.0.1(@opentelemetry/api@1.9.1)
8593
8593
+
'@opentelemetry/api': 1.9.0
8594
8594
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
8595
8595
+
'@opentelemetry/exporter-metrics-otlp-http': 0.203.0(@opentelemetry/api@1.9.0)
8596
8596
+
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.0)
8597
8597
+
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.0)
8598
8598
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
8599
8599
+
'@opentelemetry/sdk-metrics': 2.0.1(@opentelemetry/api@1.9.0)
8619
8600
8620
8620
-
'@opentelemetry/exporter-prometheus@0.203.0(@opentelemetry/api@1.9.1)':
8601
8601
+
'@opentelemetry/exporter-prometheus@0.203.0(@opentelemetry/api@1.9.0)':
8621
8602
dependencies:
8622
8622
-
'@opentelemetry/api': 1.9.1
8623
8623
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
8624
8624
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
8625
8625
-
'@opentelemetry/sdk-metrics': 2.0.1(@opentelemetry/api@1.9.1)
8603
8603
+
'@opentelemetry/api': 1.9.0
8604
8604
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
8605
8605
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
8606
8606
+
'@opentelemetry/sdk-metrics': 2.0.1(@opentelemetry/api@1.9.0)
8626
8607
8627
8627
-
'@opentelemetry/exporter-trace-otlp-grpc@0.203.0(@opentelemetry/api@1.9.1)':
8608
8608
+
'@opentelemetry/exporter-trace-otlp-grpc@0.203.0(@opentelemetry/api@1.9.0)':
8628
8609
dependencies:
8629
8629
-
'@grpc/grpc-js': 1.14.4
8630
8630
-
'@opentelemetry/api': 1.9.1
8631
8631
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
8632
8632
-
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.1)
8633
8633
-
'@opentelemetry/otlp-grpc-exporter-base': 0.203.0(@opentelemetry/api@1.9.1)
8634
8634
-
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.1)
8635
8635
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
8636
8636
-
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.1)
8610
8610
+
'@grpc/grpc-js': 1.14.1
8611
8611
+
'@opentelemetry/api': 1.9.0
8612
8612
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
8613
8613
+
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.0)
8614
8614
+
'@opentelemetry/otlp-grpc-exporter-base': 0.203.0(@opentelemetry/api@1.9.0)
8615
8615
+
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.0)
8616
8616
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
8617
8617
+
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.0)
8637
8618
8638
8638
-
'@opentelemetry/exporter-trace-otlp-http@0.203.0(@opentelemetry/api@1.9.1)':
8619
8619
+
'@opentelemetry/exporter-trace-otlp-http@0.203.0(@opentelemetry/api@1.9.0)':
8639
8620
dependencies:
8640
8640
-
'@opentelemetry/api': 1.9.1
8641
8641
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
8642
8642
-
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.1)
8643
8643
-
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.1)
8644
8644
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
8645
8645
-
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.1)
8621
8621
+
'@opentelemetry/api': 1.9.0
8622
8622
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
8623
8623
+
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.0)
8624
8624
+
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.0)
8625
8625
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
8626
8626
+
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.0)
8646
8627
8647
8647
-
'@opentelemetry/exporter-trace-otlp-proto@0.203.0(@opentelemetry/api@1.9.1)':
8628
8628
+
'@opentelemetry/exporter-trace-otlp-proto@0.203.0(@opentelemetry/api@1.9.0)':
8648
8629
dependencies:
8649
8649
-
'@opentelemetry/api': 1.9.1
8650
8650
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
8651
8651
-
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.1)
8652
8652
-
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.1)
8653
8653
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
8654
8654
-
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.1)
8630
8630
+
'@opentelemetry/api': 1.9.0
8631
8631
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
8632
8632
+
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.0)
8633
8633
+
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.0)
8634
8634
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
8635
8635
+
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.0)
8655
8636
8656
8656
-
'@opentelemetry/exporter-zipkin@2.0.1(@opentelemetry/api@1.9.1)':
8637
8637
+
'@opentelemetry/exporter-zipkin@2.0.1(@opentelemetry/api@1.9.0)':
8657
8638
dependencies:
8658
8658
-
'@opentelemetry/api': 1.9.1
8659
8659
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
8660
8660
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
8661
8661
-
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.1)
8662
8662
-
'@opentelemetry/semantic-conventions': 1.41.1
8639
8639
+
'@opentelemetry/api': 1.9.0
8640
8640
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
8641
8641
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
8642
8642
+
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.0)
8643
8643
+
'@opentelemetry/semantic-conventions': 1.38.0
8663
8644
8664
8664
-
'@opentelemetry/instrumentation-amqplib@0.50.0(@opentelemetry/api@1.9.1)':
8645
8645
+
'@opentelemetry/instrumentation-amqplib@0.50.0(@opentelemetry/api@1.9.0)':
8665
8646
dependencies:
8666
8666
-
'@opentelemetry/api': 1.9.1
8667
8667
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8668
8668
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8669
8669
-
'@opentelemetry/semantic-conventions': 1.41.1
8647
8647
+
'@opentelemetry/api': 1.9.0
8648
8648
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8649
8649
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8650
8650
+
'@opentelemetry/semantic-conventions': 1.38.0
8670
8651
transitivePeerDependencies:
8671
8652
- supports-color
8672
8653
8673
8673
-
'@opentelemetry/instrumentation-aws-lambda@0.54.1(@opentelemetry/api@1.9.1)':
8654
8654
+
'@opentelemetry/instrumentation-aws-lambda@0.54.1(@opentelemetry/api@1.9.0)':
8674
8655
dependencies:
8675
8675
-
'@opentelemetry/api': 1.9.1
8676
8676
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8677
8677
-
'@opentelemetry/semantic-conventions': 1.41.1
8656
8656
+
'@opentelemetry/api': 1.9.0
8657
8657
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8658
8658
+
'@opentelemetry/semantic-conventions': 1.38.0
8678
8659
'@types/aws-lambda': 8.10.152
8679
8660
transitivePeerDependencies:
8680
8661
- supports-color
8681
8662
8682
8682
-
'@opentelemetry/instrumentation-aws-sdk@0.58.0(@opentelemetry/api@1.9.1)':
8663
8663
+
'@opentelemetry/instrumentation-aws-sdk@0.58.0(@opentelemetry/api@1.9.0)':
8683
8664
dependencies:
8684
8684
-
'@opentelemetry/api': 1.9.1
8685
8685
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8686
8686
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8687
8687
-
'@opentelemetry/semantic-conventions': 1.41.1
8665
8665
+
'@opentelemetry/api': 1.9.0
8666
8666
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8667
8667
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8668
8668
+
'@opentelemetry/semantic-conventions': 1.38.0
8688
8669
transitivePeerDependencies:
8689
8670
- supports-color
8690
8671
8691
8691
-
'@opentelemetry/instrumentation-bunyan@0.49.0(@opentelemetry/api@1.9.1)':
8672
8672
+
'@opentelemetry/instrumentation-bunyan@0.49.0(@opentelemetry/api@1.9.0)':
8692
8673
dependencies:
8693
8693
-
'@opentelemetry/api': 1.9.1
8674
8674
+
'@opentelemetry/api': 1.9.0
8694
8675
'@opentelemetry/api-logs': 0.203.0
8695
8695
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8676
8676
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8696
8677
'@types/bunyan': 1.8.11
8697
8678
transitivePeerDependencies:
8698
8679
- supports-color
8699
8680
8700
8700
-
'@opentelemetry/instrumentation-cassandra-driver@0.49.0(@opentelemetry/api@1.9.1)':
8681
8681
+
'@opentelemetry/instrumentation-cassandra-driver@0.49.0(@opentelemetry/api@1.9.0)':
8701
8682
dependencies:
8702
8702
-
'@opentelemetry/api': 1.9.1
8703
8703
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8704
8704
-
'@opentelemetry/semantic-conventions': 1.41.1
8683
8683
+
'@opentelemetry/api': 1.9.0
8684
8684
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8685
8685
+
'@opentelemetry/semantic-conventions': 1.38.0
8705
8686
transitivePeerDependencies:
8706
8687
- supports-color
8707
8688
8708
8708
-
'@opentelemetry/instrumentation-connect@0.47.0(@opentelemetry/api@1.9.1)':
8689
8689
+
'@opentelemetry/instrumentation-connect@0.47.0(@opentelemetry/api@1.9.0)':
8709
8690
dependencies:
8710
8710
-
'@opentelemetry/api': 1.9.1
8711
8711
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8712
8712
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8713
8713
-
'@opentelemetry/semantic-conventions': 1.41.1
8691
8691
+
'@opentelemetry/api': 1.9.0
8692
8692
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8693
8693
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8694
8694
+
'@opentelemetry/semantic-conventions': 1.38.0
8714
8695
'@types/connect': 3.4.38
8715
8696
transitivePeerDependencies:
8716
8697
- supports-color
8717
8698
8718
8718
-
'@opentelemetry/instrumentation-cucumber@0.19.0(@opentelemetry/api@1.9.1)':
8699
8699
+
'@opentelemetry/instrumentation-cucumber@0.19.0(@opentelemetry/api@1.9.0)':
8719
8700
dependencies:
8720
8720
-
'@opentelemetry/api': 1.9.1
8721
8721
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8722
8722
-
'@opentelemetry/semantic-conventions': 1.41.1
8701
8701
+
'@opentelemetry/api': 1.9.0
8702
8702
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8703
8703
+
'@opentelemetry/semantic-conventions': 1.38.0
8723
8704
transitivePeerDependencies:
8724
8705
- supports-color
8725
8706
8726
8726
-
'@opentelemetry/instrumentation-dataloader@0.21.1(@opentelemetry/api@1.9.1)':
8707
8707
+
'@opentelemetry/instrumentation-dataloader@0.21.1(@opentelemetry/api@1.9.0)':
8727
8708
dependencies:
8728
8728
-
'@opentelemetry/api': 1.9.1
8729
8729
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8709
8709
+
'@opentelemetry/api': 1.9.0
8710
8710
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8730
8711
transitivePeerDependencies:
8731
8712
- supports-color
8732
8713
8733
8733
-
'@opentelemetry/instrumentation-dns@0.47.0(@opentelemetry/api@1.9.1)':
8714
8714
+
'@opentelemetry/instrumentation-dns@0.47.0(@opentelemetry/api@1.9.0)':
8734
8715
dependencies:
8735
8735
-
'@opentelemetry/api': 1.9.1
8736
8736
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8716
8716
+
'@opentelemetry/api': 1.9.0
8717
8717
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8737
8718
transitivePeerDependencies:
8738
8719
- supports-color
8739
8720
8740
8740
-
'@opentelemetry/instrumentation-express@0.52.0(@opentelemetry/api@1.9.1)':
8721
8721
+
'@opentelemetry/instrumentation-express@0.52.0(@opentelemetry/api@1.9.0)':
8741
8722
dependencies:
8742
8742
-
'@opentelemetry/api': 1.9.1
8743
8743
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8744
8744
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8745
8745
-
'@opentelemetry/semantic-conventions': 1.41.1
8723
8723
+
'@opentelemetry/api': 1.9.0
8724
8724
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8725
8725
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8726
8726
+
'@opentelemetry/semantic-conventions': 1.38.0
8746
8727
transitivePeerDependencies:
8747
8728
- supports-color
8748
8729
8749
8749
-
'@opentelemetry/instrumentation-fastify@0.48.0(@opentelemetry/api@1.9.1)':
8730
8730
+
'@opentelemetry/instrumentation-fastify@0.48.0(@opentelemetry/api@1.9.0)':
8750
8731
dependencies:
8751
8751
-
'@opentelemetry/api': 1.9.1
8752
8752
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8753
8753
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8754
8754
-
'@opentelemetry/semantic-conventions': 1.41.1
8732
8732
+
'@opentelemetry/api': 1.9.0
8733
8733
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8734
8734
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8735
8735
+
'@opentelemetry/semantic-conventions': 1.38.0
8755
8736
transitivePeerDependencies:
8756
8737
- supports-color
8757
8738
8758
8758
-
'@opentelemetry/instrumentation-fs@0.23.0(@opentelemetry/api@1.9.1)':
8739
8739
+
'@opentelemetry/instrumentation-fs@0.23.0(@opentelemetry/api@1.9.0)':
8759
8740
dependencies:
8760
8760
-
'@opentelemetry/api': 1.9.1
8761
8761
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8762
8762
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8741
8741
+
'@opentelemetry/api': 1.9.0
8742
8742
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8743
8743
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8763
8744
transitivePeerDependencies:
8764
8745
- supports-color
8765
8746
8766
8766
-
'@opentelemetry/instrumentation-generic-pool@0.47.0(@opentelemetry/api@1.9.1)':
8747
8747
+
'@opentelemetry/instrumentation-generic-pool@0.47.0(@opentelemetry/api@1.9.0)':
8767
8748
dependencies:
8768
8768
-
'@opentelemetry/api': 1.9.1
8769
8769
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8749
8749
+
'@opentelemetry/api': 1.9.0
8750
8750
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8770
8751
transitivePeerDependencies:
8771
8752
- supports-color
8772
8753
8773
8773
-
'@opentelemetry/instrumentation-graphql@0.51.0(@opentelemetry/api@1.9.1)':
8754
8754
+
'@opentelemetry/instrumentation-graphql@0.51.0(@opentelemetry/api@1.9.0)':
8774
8755
dependencies:
8775
8775
-
'@opentelemetry/api': 1.9.1
8776
8776
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8756
8756
+
'@opentelemetry/api': 1.9.0
8757
8757
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8777
8758
transitivePeerDependencies:
8778
8759
- supports-color
8779
8760
8780
8780
-
'@opentelemetry/instrumentation-grpc@0.203.0(@opentelemetry/api@1.9.1)':
8761
8761
+
'@opentelemetry/instrumentation-grpc@0.203.0(@opentelemetry/api@1.9.0)':
8781
8762
dependencies:
8782
8782
-
'@opentelemetry/api': 1.9.1
8783
8783
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8784
8784
-
'@opentelemetry/semantic-conventions': 1.41.1
8763
8763
+
'@opentelemetry/api': 1.9.0
8764
8764
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8765
8765
+
'@opentelemetry/semantic-conventions': 1.38.0
8785
8766
transitivePeerDependencies:
8786
8767
- supports-color
8787
8768
8788
8788
-
'@opentelemetry/instrumentation-hapi@0.50.0(@opentelemetry/api@1.9.1)':
8769
8769
+
'@opentelemetry/instrumentation-hapi@0.50.0(@opentelemetry/api@1.9.0)':
8789
8770
dependencies:
8790
8790
-
'@opentelemetry/api': 1.9.1
8791
8791
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8792
8792
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8793
8793
-
'@opentelemetry/semantic-conventions': 1.41.1
8771
8771
+
'@opentelemetry/api': 1.9.0
8772
8772
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8773
8773
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8774
8774
+
'@opentelemetry/semantic-conventions': 1.38.0
8794
8775
transitivePeerDependencies:
8795
8776
- supports-color
8796
8777
8797
8797
-
'@opentelemetry/instrumentation-http@0.203.0(@opentelemetry/api@1.9.1)':
8778
8778
+
'@opentelemetry/instrumentation-http@0.203.0(@opentelemetry/api@1.9.0)':
8798
8779
dependencies:
8799
8799
-
'@opentelemetry/api': 1.9.1
8800
8800
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
8801
8801
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8802
8802
-
'@opentelemetry/semantic-conventions': 1.41.1
8780
8780
+
'@opentelemetry/api': 1.9.0
8781
8781
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
8782
8782
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8783
8783
+
'@opentelemetry/semantic-conventions': 1.38.0
8803
8784
forwarded-parse: 2.1.2
8804
8785
transitivePeerDependencies:
8805
8786
- supports-color
8806
8787
8807
8807
-
'@opentelemetry/instrumentation-ioredis@0.51.0(@opentelemetry/api@1.9.1)':
8788
8788
+
'@opentelemetry/instrumentation-ioredis@0.51.0(@opentelemetry/api@1.9.0)':
8808
8789
dependencies:
8809
8809
-
'@opentelemetry/api': 1.9.1
8810
8810
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8811
8811
-
'@opentelemetry/redis-common': 0.38.3
8812
8812
-
'@opentelemetry/semantic-conventions': 1.41.1
8790
8790
+
'@opentelemetry/api': 1.9.0
8791
8791
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8792
8792
+
'@opentelemetry/redis-common': 0.38.2
8793
8793
+
'@opentelemetry/semantic-conventions': 1.38.0
8813
8794
transitivePeerDependencies:
8814
8795
- supports-color
8815
8796
8816
8816
-
'@opentelemetry/instrumentation-kafkajs@0.13.0(@opentelemetry/api@1.9.1)':
8797
8797
+
'@opentelemetry/instrumentation-kafkajs@0.13.0(@opentelemetry/api@1.9.0)':
8817
8798
dependencies:
8818
8818
-
'@opentelemetry/api': 1.9.1
8819
8819
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8820
8820
-
'@opentelemetry/semantic-conventions': 1.41.1
8799
8799
+
'@opentelemetry/api': 1.9.0
8800
8800
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8801
8801
+
'@opentelemetry/semantic-conventions': 1.38.0
8821
8802
transitivePeerDependencies:
8822
8803
- supports-color
8823
8804
8824
8824
-
'@opentelemetry/instrumentation-knex@0.48.0(@opentelemetry/api@1.9.1)':
8805
8805
+
'@opentelemetry/instrumentation-knex@0.48.0(@opentelemetry/api@1.9.0)':
8825
8806
dependencies:
8826
8826
-
'@opentelemetry/api': 1.9.1
8827
8827
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8828
8828
-
'@opentelemetry/semantic-conventions': 1.41.1
8807
8807
+
'@opentelemetry/api': 1.9.0
8808
8808
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8809
8809
+
'@opentelemetry/semantic-conventions': 1.38.0
8829
8810
transitivePeerDependencies:
8830
8811
- supports-color
8831
8812
8832
8832
-
'@opentelemetry/instrumentation-koa@0.51.0(@opentelemetry/api@1.9.1)':
8813
8813
+
'@opentelemetry/instrumentation-koa@0.51.0(@opentelemetry/api@1.9.0)':
8833
8814
dependencies:
8834
8834
-
'@opentelemetry/api': 1.9.1
8835
8835
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8836
8836
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8837
8837
-
'@opentelemetry/semantic-conventions': 1.41.1
8815
8815
+
'@opentelemetry/api': 1.9.0
8816
8816
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8817
8817
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8818
8818
+
'@opentelemetry/semantic-conventions': 1.38.0
8838
8819
transitivePeerDependencies:
8839
8820
- supports-color
8840
8821
8841
8841
-
'@opentelemetry/instrumentation-lru-memoizer@0.48.0(@opentelemetry/api@1.9.1)':
8822
8822
+
'@opentelemetry/instrumentation-lru-memoizer@0.48.0(@opentelemetry/api@1.9.0)':
8842
8823
dependencies:
8843
8843
-
'@opentelemetry/api': 1.9.1
8844
8844
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8824
8824
+
'@opentelemetry/api': 1.9.0
8825
8825
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8845
8826
transitivePeerDependencies:
8846
8827
- supports-color
8847
8828
8848
8848
-
'@opentelemetry/instrumentation-memcached@0.47.0(@opentelemetry/api@1.9.1)':
8829
8829
+
'@opentelemetry/instrumentation-memcached@0.47.0(@opentelemetry/api@1.9.0)':
8849
8830
dependencies:
8850
8850
-
'@opentelemetry/api': 1.9.1
8851
8851
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8852
8852
-
'@opentelemetry/semantic-conventions': 1.41.1
8831
8831
+
'@opentelemetry/api': 1.9.0
8832
8832
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8833
8833
+
'@opentelemetry/semantic-conventions': 1.38.0
8853
8834
'@types/memcached': 2.2.10
8854
8835
transitivePeerDependencies:
8855
8836
- supports-color
8856
8837
8857
8857
-
'@opentelemetry/instrumentation-mongodb@0.56.0(@opentelemetry/api@1.9.1)':
8838
8838
+
'@opentelemetry/instrumentation-mongodb@0.56.0(@opentelemetry/api@1.9.0)':
8858
8839
dependencies:
8859
8859
-
'@opentelemetry/api': 1.9.1
8860
8860
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8861
8861
-
'@opentelemetry/semantic-conventions': 1.41.1
8840
8840
+
'@opentelemetry/api': 1.9.0
8841
8841
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8842
8842
+
'@opentelemetry/semantic-conventions': 1.38.0
8862
8843
transitivePeerDependencies:
8863
8844
- supports-color
8864
8845
8865
8865
-
'@opentelemetry/instrumentation-mongoose@0.50.0(@opentelemetry/api@1.9.1)':
8846
8846
+
'@opentelemetry/instrumentation-mongoose@0.50.0(@opentelemetry/api@1.9.0)':
8866
8847
dependencies:
8867
8867
-
'@opentelemetry/api': 1.9.1
8868
8868
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8869
8869
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8870
8870
-
'@opentelemetry/semantic-conventions': 1.41.1
8848
8848
+
'@opentelemetry/api': 1.9.0
8849
8849
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8850
8850
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8851
8851
+
'@opentelemetry/semantic-conventions': 1.38.0
8871
8852
transitivePeerDependencies:
8872
8853
- supports-color
8873
8854
8874
8874
-
'@opentelemetry/instrumentation-mysql2@0.50.0(@opentelemetry/api@1.9.1)':
8855
8855
+
'@opentelemetry/instrumentation-mysql2@0.50.0(@opentelemetry/api@1.9.0)':
8875
8856
dependencies:
8876
8876
-
'@opentelemetry/api': 1.9.1
8877
8877
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8878
8878
-
'@opentelemetry/semantic-conventions': 1.41.1
8879
8879
-
'@opentelemetry/sql-common': 0.41.2(@opentelemetry/api@1.9.1)
8857
8857
+
'@opentelemetry/api': 1.9.0
8858
8858
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8859
8859
+
'@opentelemetry/semantic-conventions': 1.38.0
8860
8860
+
'@opentelemetry/sql-common': 0.41.2(@opentelemetry/api@1.9.0)
8880
8861
transitivePeerDependencies:
8881
8862
- supports-color
8882
8863
8883
8883
-
'@opentelemetry/instrumentation-mysql@0.49.0(@opentelemetry/api@1.9.1)':
8864
8864
+
'@opentelemetry/instrumentation-mysql@0.49.0(@opentelemetry/api@1.9.0)':
8884
8865
dependencies:
8885
8885
-
'@opentelemetry/api': 1.9.1
8886
8886
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8887
8887
-
'@opentelemetry/semantic-conventions': 1.41.1
8866
8866
+
'@opentelemetry/api': 1.9.0
8867
8867
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8868
8868
+
'@opentelemetry/semantic-conventions': 1.38.0
8888
8869
'@types/mysql': 2.15.27
8889
8870
transitivePeerDependencies:
8890
8871
- supports-color
8891
8872
8892
8892
-
'@opentelemetry/instrumentation-nestjs-core@0.49.0(@opentelemetry/api@1.9.1)':
8873
8873
+
'@opentelemetry/instrumentation-nestjs-core@0.49.0(@opentelemetry/api@1.9.0)':
8893
8874
dependencies:
8894
8894
-
'@opentelemetry/api': 1.9.1
8895
8895
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8896
8896
-
'@opentelemetry/semantic-conventions': 1.41.1
8875
8875
+
'@opentelemetry/api': 1.9.0
8876
8876
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8877
8877
+
'@opentelemetry/semantic-conventions': 1.38.0
8897
8878
transitivePeerDependencies:
8898
8879
- supports-color
8899
8880
8900
8900
-
'@opentelemetry/instrumentation-net@0.47.0(@opentelemetry/api@1.9.1)':
8881
8881
+
'@opentelemetry/instrumentation-net@0.47.0(@opentelemetry/api@1.9.0)':
8901
8882
dependencies:
8902
8902
-
'@opentelemetry/api': 1.9.1
8903
8903
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8904
8904
-
'@opentelemetry/semantic-conventions': 1.41.1
8883
8883
+
'@opentelemetry/api': 1.9.0
8884
8884
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8885
8885
+
'@opentelemetry/semantic-conventions': 1.38.0
8905
8886
transitivePeerDependencies:
8906
8887
- supports-color
8907
8888
8908
8908
-
'@opentelemetry/instrumentation-oracledb@0.29.0(@opentelemetry/api@1.9.1)':
8889
8889
+
'@opentelemetry/instrumentation-oracledb@0.29.0(@opentelemetry/api@1.9.0)':
8909
8890
dependencies:
8910
8910
-
'@opentelemetry/api': 1.9.1
8911
8911
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8912
8912
-
'@opentelemetry/semantic-conventions': 1.41.1
8891
8891
+
'@opentelemetry/api': 1.9.0
8892
8892
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8893
8893
+
'@opentelemetry/semantic-conventions': 1.38.0
8913
8894
'@types/oracledb': 6.5.2
8914
8895
transitivePeerDependencies:
8915
8896
- supports-color
8916
8897
8917
8917
-
'@opentelemetry/instrumentation-pg@0.56.1(@opentelemetry/api@1.9.1)':
8898
8898
+
'@opentelemetry/instrumentation-pg@0.56.1(@opentelemetry/api@1.9.0)':
8918
8899
dependencies:
8919
8919
-
'@opentelemetry/api': 1.9.1
8920
8920
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8921
8921
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8922
8922
-
'@opentelemetry/semantic-conventions': 1.41.1
8923
8923
-
'@opentelemetry/sql-common': 0.41.2(@opentelemetry/api@1.9.1)
8900
8900
+
'@opentelemetry/api': 1.9.0
8901
8901
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8902
8902
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8903
8903
+
'@opentelemetry/semantic-conventions': 1.38.0
8904
8904
+
'@opentelemetry/sql-common': 0.41.2(@opentelemetry/api@1.9.0)
8924
8905
'@types/pg': 8.15.5
8925
8906
'@types/pg-pool': 2.0.6
8926
8907
transitivePeerDependencies:
8927
8908
- supports-color
8928
8909
8929
8929
-
'@opentelemetry/instrumentation-pino@0.50.1(@opentelemetry/api@1.9.1)':
8910
8910
+
'@opentelemetry/instrumentation-pino@0.50.1(@opentelemetry/api@1.9.0)':
8930
8911
dependencies:
8931
8931
-
'@opentelemetry/api': 1.9.1
8912
8912
+
'@opentelemetry/api': 1.9.0
8932
8913
'@opentelemetry/api-logs': 0.203.0
8933
8933
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8934
8934
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8914
8914
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8915
8915
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8935
8916
transitivePeerDependencies:
8936
8917
- supports-color
8937
8918
8938
8938
-
'@opentelemetry/instrumentation-redis@0.52.0(@opentelemetry/api@1.9.1)':
8919
8919
+
'@opentelemetry/instrumentation-redis@0.52.0(@opentelemetry/api@1.9.0)':
8939
8920
dependencies:
8940
8940
-
'@opentelemetry/api': 1.9.1
8941
8941
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8942
8942
-
'@opentelemetry/redis-common': 0.38.3
8943
8943
-
'@opentelemetry/semantic-conventions': 1.41.1
8921
8921
+
'@opentelemetry/api': 1.9.0
8922
8922
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8923
8923
+
'@opentelemetry/redis-common': 0.38.2
8924
8924
+
'@opentelemetry/semantic-conventions': 1.38.0
8944
8925
transitivePeerDependencies:
8945
8926
- supports-color
8946
8927
8947
8947
-
'@opentelemetry/instrumentation-restify@0.49.0(@opentelemetry/api@1.9.1)':
8928
8928
+
'@opentelemetry/instrumentation-restify@0.49.0(@opentelemetry/api@1.9.0)':
8948
8929
dependencies:
8949
8949
-
'@opentelemetry/api': 1.9.1
8950
8950
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8951
8951
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8952
8952
-
'@opentelemetry/semantic-conventions': 1.41.1
8930
8930
+
'@opentelemetry/api': 1.9.0
8931
8931
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8932
8932
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8933
8933
+
'@opentelemetry/semantic-conventions': 1.38.0
8953
8934
transitivePeerDependencies:
8954
8935
- supports-color
8955
8936
8956
8956
-
'@opentelemetry/instrumentation-router@0.48.0(@opentelemetry/api@1.9.1)':
8937
8937
+
'@opentelemetry/instrumentation-router@0.48.0(@opentelemetry/api@1.9.0)':
8957
8938
dependencies:
8958
8958
-
'@opentelemetry/api': 1.9.1
8959
8959
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8960
8960
-
'@opentelemetry/semantic-conventions': 1.41.1
8939
8939
+
'@opentelemetry/api': 1.9.0
8940
8940
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8941
8941
+
'@opentelemetry/semantic-conventions': 1.38.0
8961
8942
transitivePeerDependencies:
8962
8943
- supports-color
8963
8944
8964
8964
-
'@opentelemetry/instrumentation-runtime-node@0.17.1(@opentelemetry/api@1.9.1)':
8945
8945
+
'@opentelemetry/instrumentation-runtime-node@0.17.1(@opentelemetry/api@1.9.0)':
8965
8946
dependencies:
8966
8966
-
'@opentelemetry/api': 1.9.1
8967
8967
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8947
8947
+
'@opentelemetry/api': 1.9.0
8948
8948
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8968
8949
transitivePeerDependencies:
8969
8950
- supports-color
8970
8951
8971
8971
-
'@opentelemetry/instrumentation-socket.io@0.50.0(@opentelemetry/api@1.9.1)':
8952
8952
+
'@opentelemetry/instrumentation-socket.io@0.50.0(@opentelemetry/api@1.9.0)':
8972
8953
dependencies:
8973
8973
-
'@opentelemetry/api': 1.9.1
8974
8974
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8975
8975
-
'@opentelemetry/semantic-conventions': 1.41.1
8954
8954
+
'@opentelemetry/api': 1.9.0
8955
8955
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8956
8956
+
'@opentelemetry/semantic-conventions': 1.38.0
8976
8957
transitivePeerDependencies:
8977
8958
- supports-color
8978
8959
8979
8979
-
'@opentelemetry/instrumentation-tedious@0.22.0(@opentelemetry/api@1.9.1)':
8960
8960
+
'@opentelemetry/instrumentation-tedious@0.22.0(@opentelemetry/api@1.9.0)':
8980
8961
dependencies:
8981
8981
-
'@opentelemetry/api': 1.9.1
8982
8982
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8983
8983
-
'@opentelemetry/semantic-conventions': 1.41.1
8962
8962
+
'@opentelemetry/api': 1.9.0
8963
8963
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8964
8964
+
'@opentelemetry/semantic-conventions': 1.38.0
8984
8965
'@types/tedious': 4.0.14
8985
8966
transitivePeerDependencies:
8986
8967
- supports-color
8987
8968
8988
8988
-
'@opentelemetry/instrumentation-undici@0.14.0(@opentelemetry/api@1.9.1)':
8969
8969
+
'@opentelemetry/instrumentation-undici@0.14.0(@opentelemetry/api@1.9.0)':
8989
8970
dependencies:
8990
8990
-
'@opentelemetry/api': 1.9.1
8991
8991
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
8992
8992
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8971
8971
+
'@opentelemetry/api': 1.9.0
8972
8972
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
8973
8973
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
8993
8974
transitivePeerDependencies:
8994
8975
- supports-color
8995
8976
8996
8996
-
'@opentelemetry/instrumentation-winston@0.48.1(@opentelemetry/api@1.9.1)':
8977
8977
+
'@opentelemetry/instrumentation-winston@0.48.1(@opentelemetry/api@1.9.0)':
8997
8978
dependencies:
8998
8998
-
'@opentelemetry/api': 1.9.1
8979
8979
+
'@opentelemetry/api': 1.9.0
8999
8980
'@opentelemetry/api-logs': 0.203.0
9000
9000
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
8981
8981
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
9001
8982
transitivePeerDependencies:
9002
8983
- supports-color
9003
8984
9004
9004
-
'@opentelemetry/instrumentation@0.203.0(@opentelemetry/api@1.9.1)':
8985
8985
+
'@opentelemetry/instrumentation@0.203.0(@opentelemetry/api@1.9.0)':
9005
8986
dependencies:
9006
9006
-
'@opentelemetry/api': 1.9.1
8987
8987
+
'@opentelemetry/api': 1.9.0
9007
8988
'@opentelemetry/api-logs': 0.203.0
9008
8989
import-in-the-middle: 1.15.0
9009
8990
require-in-the-middle: 7.5.2
9010
8991
transitivePeerDependencies:
9011
8992
- supports-color
9012
8993
9013
9013
-
'@opentelemetry/otlp-exporter-base@0.203.0(@opentelemetry/api@1.9.1)':
8994
8994
+
'@opentelemetry/otlp-exporter-base@0.203.0(@opentelemetry/api@1.9.0)':
9014
8995
dependencies:
9015
9015
-
'@opentelemetry/api': 1.9.1
9016
9016
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
9017
9017
-
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.1)
8996
8996
+
'@opentelemetry/api': 1.9.0
8997
8997
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
8998
8998
+
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.0)
9018
8999
9019
9019
-
'@opentelemetry/otlp-grpc-exporter-base@0.203.0(@opentelemetry/api@1.9.1)':
9000
9000
+
'@opentelemetry/otlp-grpc-exporter-base@0.203.0(@opentelemetry/api@1.9.0)':
9020
9001
dependencies:
9021
9021
-
'@grpc/grpc-js': 1.14.4
9022
9022
-
'@opentelemetry/api': 1.9.1
9023
9023
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
9024
9024
-
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.1)
9025
9025
-
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.1)
9002
9002
+
'@grpc/grpc-js': 1.14.1
9003
9003
+
'@opentelemetry/api': 1.9.0
9004
9004
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
9005
9005
+
'@opentelemetry/otlp-exporter-base': 0.203.0(@opentelemetry/api@1.9.0)
9006
9006
+
'@opentelemetry/otlp-transformer': 0.203.0(@opentelemetry/api@1.9.0)
9026
9007
9027
9027
-
'@opentelemetry/otlp-transformer@0.203.0(@opentelemetry/api@1.9.1)':
9008
9008
+
'@opentelemetry/otlp-transformer@0.203.0(@opentelemetry/api@1.9.0)':
9028
9009
dependencies:
9029
9029
-
'@opentelemetry/api': 1.9.1
9010
9010
+
'@opentelemetry/api': 1.9.0
9030
9011
'@opentelemetry/api-logs': 0.203.0
9031
9031
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
9032
9032
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
9033
9033
-
'@opentelemetry/sdk-logs': 0.203.0(@opentelemetry/api@1.9.1)
9034
9034
-
'@opentelemetry/sdk-metrics': 2.0.1(@opentelemetry/api@1.9.1)
9035
9035
-
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.1)
9036
9036
-
protobufjs: 7.6.2
9012
9012
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
9013
9013
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
9014
9014
+
'@opentelemetry/sdk-logs': 0.203.0(@opentelemetry/api@1.9.0)
9015
9015
+
'@opentelemetry/sdk-metrics': 2.0.1(@opentelemetry/api@1.9.0)
9016
9016
+
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.0)
9017
9017
+
protobufjs: 7.5.4
9037
9018
9038
9038
-
'@opentelemetry/propagator-b3@2.0.1(@opentelemetry/api@1.9.1)':
9019
9019
+
'@opentelemetry/propagator-b3@2.0.1(@opentelemetry/api@1.9.0)':
9039
9020
dependencies:
9040
9040
-
'@opentelemetry/api': 1.9.1
9041
9041
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
9021
9021
+
'@opentelemetry/api': 1.9.0
9022
9022
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
9042
9023
9043
9043
-
'@opentelemetry/propagator-jaeger@2.0.1(@opentelemetry/api@1.9.1)':
9024
9024
+
'@opentelemetry/propagator-jaeger@2.0.1(@opentelemetry/api@1.9.0)':
9044
9025
dependencies:
9045
9045
-
'@opentelemetry/api': 1.9.1
9046
9046
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
9026
9026
+
'@opentelemetry/api': 1.9.0
9027
9027
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
9047
9028
9048
9048
-
'@opentelemetry/redis-common@0.38.3': {}
9029
9029
+
'@opentelemetry/redis-common@0.38.2': {}
9049
9030
9050
9050
-
'@opentelemetry/resource-detector-alibaba-cloud@0.31.11(@opentelemetry/api@1.9.1)':
9031
9031
+
'@opentelemetry/resource-detector-alibaba-cloud@0.31.11(@opentelemetry/api@1.9.0)':
9051
9032
dependencies:
9052
9052
-
'@opentelemetry/api': 1.9.1
9053
9053
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
9054
9054
-
'@opentelemetry/resources': 2.7.1(@opentelemetry/api@1.9.1)
9033
9033
+
'@opentelemetry/api': 1.9.0
9034
9034
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
9035
9035
+
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
9055
9036
9056
9056
-
'@opentelemetry/resource-detector-aws@2.18.0(@opentelemetry/api@1.9.1)':
9037
9037
+
'@opentelemetry/resource-detector-aws@2.8.0(@opentelemetry/api@1.9.0)':
9057
9038
dependencies:
9058
9058
-
'@opentelemetry/api': 1.9.1
9059
9059
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
9060
9060
-
'@opentelemetry/resources': 2.7.1(@opentelemetry/api@1.9.1)
9061
9061
-
'@opentelemetry/semantic-conventions': 1.41.1
9039
9039
+
'@opentelemetry/api': 1.9.0
9040
9040
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
9041
9041
+
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
9042
9042
+
'@opentelemetry/semantic-conventions': 1.38.0
9062
9043
9063
9063
-
'@opentelemetry/resource-detector-azure@0.10.0(@opentelemetry/api@1.9.1)':
9044
9044
+
'@opentelemetry/resource-detector-azure@0.10.0(@opentelemetry/api@1.9.0)':
9064
9045
dependencies:
9065
9065
-
'@opentelemetry/api': 1.9.1
9066
9066
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
9067
9067
-
'@opentelemetry/resources': 2.7.1(@opentelemetry/api@1.9.1)
9068
9068
-
'@opentelemetry/semantic-conventions': 1.41.1
9046
9046
+
'@opentelemetry/api': 1.9.0
9047
9047
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
9048
9048
+
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
9049
9049
+
'@opentelemetry/semantic-conventions': 1.38.0
9069
9050
9070
9070
-
'@opentelemetry/resource-detector-container@0.7.11(@opentelemetry/api@1.9.1)':
9051
9051
+
'@opentelemetry/resource-detector-container@0.7.11(@opentelemetry/api@1.9.0)':
9071
9052
dependencies:
9072
9072
-
'@opentelemetry/api': 1.9.1
9073
9073
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
9074
9074
-
'@opentelemetry/resources': 2.7.1(@opentelemetry/api@1.9.1)
9053
9053
+
'@opentelemetry/api': 1.9.0
9054
9054
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
9055
9055
+
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
9075
9056
9076
9076
-
'@opentelemetry/resource-detector-gcp@0.37.0(@opentelemetry/api@1.9.1)':
9057
9057
+
'@opentelemetry/resource-detector-gcp@0.37.0(@opentelemetry/api@1.9.0)':
9077
9058
dependencies:
9078
9078
-
'@opentelemetry/api': 1.9.1
9079
9079
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
9080
9080
-
'@opentelemetry/resources': 2.7.1(@opentelemetry/api@1.9.1)
9081
9081
-
'@opentelemetry/semantic-conventions': 1.41.1
9059
9059
+
'@opentelemetry/api': 1.9.0
9060
9060
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
9061
9061
+
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
9062
9062
+
'@opentelemetry/semantic-conventions': 1.38.0
9082
9063
gcp-metadata: 6.1.1
9083
9064
transitivePeerDependencies:
9084
9065
- encoding
9085
9066
- supports-color
9086
9067
9087
9087
-
'@opentelemetry/resources@2.0.1(@opentelemetry/api@1.9.1)':
9068
9068
+
'@opentelemetry/resources@2.0.1(@opentelemetry/api@1.9.0)':
9088
9069
dependencies:
9089
9089
-
'@opentelemetry/api': 1.9.1
9090
9090
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
9091
9091
-
'@opentelemetry/semantic-conventions': 1.41.1
9070
9070
+
'@opentelemetry/api': 1.9.0
9071
9071
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
9072
9072
+
'@opentelemetry/semantic-conventions': 1.38.0
9092
9073
9093
9093
-
'@opentelemetry/resources@2.7.1(@opentelemetry/api@1.9.1)':
9074
9074
+
'@opentelemetry/resources@2.2.0(@opentelemetry/api@1.9.0)':
9094
9075
dependencies:
9095
9095
-
'@opentelemetry/api': 1.9.1
9096
9096
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
9097
9097
-
'@opentelemetry/semantic-conventions': 1.41.1
9076
9076
+
'@opentelemetry/api': 1.9.0
9077
9077
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
9078
9078
+
'@opentelemetry/semantic-conventions': 1.38.0
9098
9079
9099
9099
-
'@opentelemetry/sdk-logs@0.203.0(@opentelemetry/api@1.9.1)':
9080
9080
+
'@opentelemetry/sdk-logs@0.203.0(@opentelemetry/api@1.9.0)':
9100
9081
dependencies:
9101
9101
-
'@opentelemetry/api': 1.9.1
9082
9082
+
'@opentelemetry/api': 1.9.0
9102
9083
'@opentelemetry/api-logs': 0.203.0
9103
9103
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
9104
9104
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
9084
9084
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
9085
9085
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
9105
9086
9106
9106
-
'@opentelemetry/sdk-metrics@2.0.1(@opentelemetry/api@1.9.1)':
9087
9087
+
'@opentelemetry/sdk-metrics@2.0.1(@opentelemetry/api@1.9.0)':
9107
9088
dependencies:
9108
9108
-
'@opentelemetry/api': 1.9.1
9109
9109
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
9110
9110
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
9089
9089
+
'@opentelemetry/api': 1.9.0
9090
9090
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
9091
9091
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
9111
9092
9112
9112
-
'@opentelemetry/sdk-metrics@2.7.1(@opentelemetry/api@1.9.1)':
9093
9093
+
'@opentelemetry/sdk-metrics@2.2.0(@opentelemetry/api@1.9.0)':
9113
9094
dependencies:
9114
9114
-
'@opentelemetry/api': 1.9.1
9115
9115
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
9116
9116
-
'@opentelemetry/resources': 2.7.1(@opentelemetry/api@1.9.1)
9095
9095
+
'@opentelemetry/api': 1.9.0
9096
9096
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
9097
9097
+
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
9117
9098
9118
9118
-
'@opentelemetry/sdk-node@0.203.0(@opentelemetry/api@1.9.1)':
9099
9099
+
'@opentelemetry/sdk-node@0.203.0(@opentelemetry/api@1.9.0)':
9119
9100
dependencies:
9120
9120
-
'@opentelemetry/api': 1.9.1
9101
9101
+
'@opentelemetry/api': 1.9.0
9121
9102
'@opentelemetry/api-logs': 0.203.0
9122
9122
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
9123
9123
-
'@opentelemetry/exporter-logs-otlp-grpc': 0.203.0(@opentelemetry/api@1.9.1)
9124
9124
-
'@opentelemetry/exporter-logs-otlp-http': 0.203.0(@opentelemetry/api@1.9.1)
9125
9125
-
'@opentelemetry/exporter-logs-otlp-proto': 0.203.0(@opentelemetry/api@1.9.1)
9126
9126
-
'@opentelemetry/exporter-metrics-otlp-grpc': 0.203.0(@opentelemetry/api@1.9.1)
9127
9127
-
'@opentelemetry/exporter-metrics-otlp-http': 0.203.0(@opentelemetry/api@1.9.1)
9128
9128
-
'@opentelemetry/exporter-metrics-otlp-proto': 0.203.0(@opentelemetry/api@1.9.1)
9129
9129
-
'@opentelemetry/exporter-prometheus': 0.203.0(@opentelemetry/api@1.9.1)
9130
9130
-
'@opentelemetry/exporter-trace-otlp-grpc': 0.203.0(@opentelemetry/api@1.9.1)
9131
9131
-
'@opentelemetry/exporter-trace-otlp-http': 0.203.0(@opentelemetry/api@1.9.1)
9132
9132
-
'@opentelemetry/exporter-trace-otlp-proto': 0.203.0(@opentelemetry/api@1.9.1)
9133
9133
-
'@opentelemetry/exporter-zipkin': 2.0.1(@opentelemetry/api@1.9.1)
9134
9134
-
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.1)
9135
9135
-
'@opentelemetry/propagator-b3': 2.0.1(@opentelemetry/api@1.9.1)
9136
9136
-
'@opentelemetry/propagator-jaeger': 2.0.1(@opentelemetry/api@1.9.1)
9137
9137
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
9138
9138
-
'@opentelemetry/sdk-logs': 0.203.0(@opentelemetry/api@1.9.1)
9139
9139
-
'@opentelemetry/sdk-metrics': 2.0.1(@opentelemetry/api@1.9.1)
9140
9140
-
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.1)
9141
9141
-
'@opentelemetry/sdk-trace-node': 2.0.1(@opentelemetry/api@1.9.1)
9142
9142
-
'@opentelemetry/semantic-conventions': 1.41.1
9103
9103
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
9104
9104
+
'@opentelemetry/exporter-logs-otlp-grpc': 0.203.0(@opentelemetry/api@1.9.0)
9105
9105
+
'@opentelemetry/exporter-logs-otlp-http': 0.203.0(@opentelemetry/api@1.9.0)
9106
9106
+
'@opentelemetry/exporter-logs-otlp-proto': 0.203.0(@opentelemetry/api@1.9.0)
9107
9107
+
'@opentelemetry/exporter-metrics-otlp-grpc': 0.203.0(@opentelemetry/api@1.9.0)
9108
9108
+
'@opentelemetry/exporter-metrics-otlp-http': 0.203.0(@opentelemetry/api@1.9.0)
9109
9109
+
'@opentelemetry/exporter-metrics-otlp-proto': 0.203.0(@opentelemetry/api@1.9.0)
9110
9110
+
'@opentelemetry/exporter-prometheus': 0.203.0(@opentelemetry/api@1.9.0)
9111
9111
+
'@opentelemetry/exporter-trace-otlp-grpc': 0.203.0(@opentelemetry/api@1.9.0)
9112
9112
+
'@opentelemetry/exporter-trace-otlp-http': 0.203.0(@opentelemetry/api@1.9.0)
9113
9113
+
'@opentelemetry/exporter-trace-otlp-proto': 0.203.0(@opentelemetry/api@1.9.0)
9114
9114
+
'@opentelemetry/exporter-zipkin': 2.0.1(@opentelemetry/api@1.9.0)
9115
9115
+
'@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0)
9116
9116
+
'@opentelemetry/propagator-b3': 2.0.1(@opentelemetry/api@1.9.0)
9117
9117
+
'@opentelemetry/propagator-jaeger': 2.0.1(@opentelemetry/api@1.9.0)
9118
9118
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
9119
9119
+
'@opentelemetry/sdk-logs': 0.203.0(@opentelemetry/api@1.9.0)
9120
9120
+
'@opentelemetry/sdk-metrics': 2.0.1(@opentelemetry/api@1.9.0)
9121
9121
+
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.0)
9122
9122
+
'@opentelemetry/sdk-trace-node': 2.0.1(@opentelemetry/api@1.9.0)
9123
9123
+
'@opentelemetry/semantic-conventions': 1.38.0
9143
9124
transitivePeerDependencies:
9144
9125
- supports-color
9145
9126
9146
9146
-
'@opentelemetry/sdk-trace-base@2.0.1(@opentelemetry/api@1.9.1)':
9127
9127
+
'@opentelemetry/sdk-trace-base@2.0.1(@opentelemetry/api@1.9.0)':
9147
9128
dependencies:
9148
9148
-
'@opentelemetry/api': 1.9.1
9149
9149
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
9150
9150
-
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.1)
9151
9151
-
'@opentelemetry/semantic-conventions': 1.41.1
9129
9129
+
'@opentelemetry/api': 1.9.0
9130
9130
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
9131
9131
+
'@opentelemetry/resources': 2.0.1(@opentelemetry/api@1.9.0)
9132
9132
+
'@opentelemetry/semantic-conventions': 1.38.0
9152
9133
9153
9153
-
'@opentelemetry/sdk-trace-base@2.7.1(@opentelemetry/api@1.9.1)':
9134
9134
+
'@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0)':
9154
9135
dependencies:
9155
9155
-
'@opentelemetry/api': 1.9.1
9156
9156
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
9157
9157
-
'@opentelemetry/resources': 2.7.1(@opentelemetry/api@1.9.1)
9158
9158
-
'@opentelemetry/semantic-conventions': 1.41.1
9136
9136
+
'@opentelemetry/api': 1.9.0
9137
9137
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
9138
9138
+
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
9139
9139
+
'@opentelemetry/semantic-conventions': 1.38.0
9159
9140
9160
9160
-
'@opentelemetry/sdk-trace-node@2.0.1(@opentelemetry/api@1.9.1)':
9141
9141
+
'@opentelemetry/sdk-trace-node@2.0.1(@opentelemetry/api@1.9.0)':
9161
9142
dependencies:
9162
9162
-
'@opentelemetry/api': 1.9.1
9163
9163
-
'@opentelemetry/context-async-hooks': 2.0.1(@opentelemetry/api@1.9.1)
9164
9164
-
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.1)
9165
9165
-
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.1)
9143
9143
+
'@opentelemetry/api': 1.9.0
9144
9144
+
'@opentelemetry/context-async-hooks': 2.0.1(@opentelemetry/api@1.9.0)
9145
9145
+
'@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0)
9146
9146
+
'@opentelemetry/sdk-trace-base': 2.0.1(@opentelemetry/api@1.9.0)
9166
9147
9167
9167
-
'@opentelemetry/sdk-trace-node@2.7.1(@opentelemetry/api@1.9.1)':
9148
9148
+
'@opentelemetry/sdk-trace-node@2.2.0(@opentelemetry/api@1.9.0)':
9168
9149
dependencies:
9169
9169
-
'@opentelemetry/api': 1.9.1
9170
9170
-
'@opentelemetry/context-async-hooks': 2.7.1(@opentelemetry/api@1.9.1)
9171
9171
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
9172
9172
-
'@opentelemetry/sdk-trace-base': 2.7.1(@opentelemetry/api@1.9.1)
9150
9150
+
'@opentelemetry/api': 1.9.0
9151
9151
+
'@opentelemetry/context-async-hooks': 2.2.0(@opentelemetry/api@1.9.0)
9152
9152
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
9153
9153
+
'@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0)
9173
9154
9174
9174
-
'@opentelemetry/semantic-conventions@1.41.1': {}
9155
9155
+
'@opentelemetry/semantic-conventions@1.38.0': {}
9175
9156
9176
9176
-
'@opentelemetry/sql-common@0.41.2(@opentelemetry/api@1.9.1)':
9157
9157
+
'@opentelemetry/sql-common@0.41.2(@opentelemetry/api@1.9.0)':
9177
9158
dependencies:
9178
9178
-
'@opentelemetry/api': 1.9.1
9179
9179
-
'@opentelemetry/core': 2.7.1(@opentelemetry/api@1.9.1)
9159
9159
+
'@opentelemetry/api': 1.9.0
9160
9160
+
'@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0)
9180
9161
9181
9162
'@ota-meshi/ast-token-store@0.3.0': {}
9182
9163
···
9311
9292
'@oxc-project/types@0.132.0': {}
9312
9293
9313
9294
'@oxc-project/types@0.133.0': {}
9295
9295
+
9296
9296
+
'@oxc-project/types@0.134.0': {}
9314
9297
9315
9298
'@oxc-resolver/binding-android-arm-eabi@11.20.0':
9316
9299
optional: true
···
9598
9581
9599
9582
'@protobufjs/base64@1.1.2': {}
9600
9583
9601
9601
-
'@protobufjs/codegen@2.0.5': {}
9584
9584
+
'@protobufjs/codegen@2.0.4': {}
9602
9585
9603
9603
-
'@protobufjs/eventemitter@1.1.1': {}
9586
9586
+
'@protobufjs/eventemitter@1.1.0': {}
9604
9587
9605
9605
-
'@protobufjs/fetch@1.1.1':
9588
9588
+
'@protobufjs/fetch@1.1.0':
9606
9589
dependencies:
9607
9590
'@protobufjs/aspromise': 1.1.2
9591
9591
+
'@protobufjs/inquire': 1.1.0
9608
9592
9609
9593
'@protobufjs/float@1.0.2': {}
9610
9594
9611
9611
-
'@protobufjs/inquire@1.1.2': {}
9595
9595
+
'@protobufjs/inquire@1.1.0': {}
9612
9596
9613
9597
'@protobufjs/path@1.1.2': {}
9614
9598
9615
9599
'@protobufjs/pool@1.1.0': {}
9616
9600
9617
9617
-
'@protobufjs/utf8@1.1.1': {}
9601
9601
+
'@protobufjs/utf8@1.1.0': {}
9602
9602
+
9603
9603
+
'@quansync/fs@1.0.0':
9604
9604
+
dependencies:
9605
9605
+
quansync: 1.0.0
9618
9606
9619
9607
'@rocicorp/lock@1.0.4':
9620
9608
dependencies:
···
9629
9617
bindings: 1.5.0
9630
9618
prebuild-install: 7.1.3
9631
9619
9632
9632
-
'@rocicorp/zero@1.6.1(@opentelemetry/core@2.7.1(@opentelemetry/api@1.9.1))':
9620
9620
+
'@rocicorp/zero@1.6.1(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))':
9633
9621
dependencies:
9634
9622
'@badrap/valita': 0.3.11
9635
9623
'@databases/escape-identifier': 1.0.3
9636
9624
'@databases/sql': 3.3.0
9637
9637
-
'@dotenvx/dotenvx': 1.71.0
9625
9625
+
'@dotenvx/dotenvx': 1.51.1
9638
9626
'@drdgvhbh/postgres-error-codes': 0.0.6
9639
9627
'@fastify/cors': 10.1.0
9640
9628
'@fastify/websocket': 11.2.0
9641
9629
'@google-cloud/precise-date': 4.0.0
9642
9642
-
'@opentelemetry/api': 1.9.1
9630
9630
+
'@opentelemetry/api': 1.9.0
9643
9631
'@opentelemetry/api-logs': 0.203.0
9644
9644
-
'@opentelemetry/auto-instrumentations-node': 0.62.2(@opentelemetry/api@1.9.1)(@opentelemetry/core@2.7.1(@opentelemetry/api@1.9.1))
9645
9645
-
'@opentelemetry/exporter-metrics-otlp-http': 0.203.0(@opentelemetry/api@1.9.1)
9646
9646
-
'@opentelemetry/resources': 2.7.1(@opentelemetry/api@1.9.1)
9647
9647
-
'@opentelemetry/sdk-metrics': 2.7.1(@opentelemetry/api@1.9.1)
9648
9648
-
'@opentelemetry/sdk-node': 0.203.0(@opentelemetry/api@1.9.1)
9649
9649
-
'@opentelemetry/sdk-trace-node': 2.7.1(@opentelemetry/api@1.9.1)
9632
9632
+
'@opentelemetry/auto-instrumentations-node': 0.62.2(@opentelemetry/api@1.9.0)(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))
9633
9633
+
'@opentelemetry/exporter-metrics-otlp-http': 0.203.0(@opentelemetry/api@1.9.0)
9634
9634
+
'@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0)
9635
9635
+
'@opentelemetry/sdk-metrics': 2.2.0(@opentelemetry/api@1.9.0)
9636
9636
+
'@opentelemetry/sdk-node': 0.203.0(@opentelemetry/api@1.9.0)
9637
9637
+
'@opentelemetry/sdk-trace-node': 2.2.0(@opentelemetry/api@1.9.0)
9650
9638
'@postgresql-typed/oids': 0.2.0
9651
9639
'@rocicorp/lock': 1.0.4
9652
9640
'@rocicorp/logger': 5.4.0
9653
9641
'@rocicorp/resolver': 1.0.2
9654
9642
'@rocicorp/zero-sqlite3': 1.1.2
9655
9655
-
'@standard-schema/spec': 1.1.0
9643
9643
+
'@standard-schema/spec': 1.0.0
9656
9644
'@types/basic-auth': 1.1.8
9657
9645
'@types/ws': 8.18.1
9658
9646
basic-auth: 2.0.1
9659
9647
chalk-template: 1.1.2
9660
9648
chokidar: 4.0.3
9661
9649
cloudevents: 10.0.0
9662
9662
-
command-line-args: 6.0.2
9663
9663
-
command-line-usage: 7.0.4
9650
9650
+
command-line-args: 6.0.1
9651
9651
+
command-line-usage: 7.0.3
9664
9652
compare-utf8: 0.2.0
9665
9653
defu: 6.1.7
9666
9666
-
eventemitter3: 5.0.4
9667
9667
-
fastify: 5.8.5
9654
9654
+
eventemitter3: 5.0.1
9655
9655
+
fastify: 5.6.2
9668
9656
is-in-subnet: 4.0.1
9669
9657
jose: 5.10.0
9670
9658
js-xxhash: 4.0.0
9671
9659
json-custom-numbers: 3.1.1
9672
9672
-
kasi: 1.1.2
9673
9673
-
nanoid: 5.1.11
9660
9660
+
kasi: 1.1.1
9661
9661
+
nanoid: 5.1.6
9674
9662
oxfmt: 0.45.0
9675
9663
parse-prometheus-text-format: 1.1.1
9676
9664
pg-format: pg-format-fix@1.0.5
9677
9665
postgres: 3.4.7
9678
9678
-
semver: 7.8.2
9679
9679
-
tsx: 4.22.4
9666
9666
+
semver: 7.8.3
9667
9667
+
tsx: 4.21.0
9680
9668
url-pattern: 1.0.3
9681
9669
urlpattern-polyfill: 10.1.0
9682
9682
-
ws: 8.21.0
9670
9670
+
ws: 8.18.3
9683
9671
transitivePeerDependencies:
9684
9672
- '@75lb/nature'
9685
9673
- '@opentelemetry/core'
···
9689
9677
- utf-8-validate
9690
9678
9691
9679
'@rolldown/binding-android-arm64@1.0.2':
9680
9680
+
optional: true
9681
9681
+
9682
9682
+
'@rolldown/binding-android-arm64@1.1.0':
9692
9683
optional: true
9693
9684
9694
9685
'@rolldown/binding-darwin-arm64@1.0.2':
9695
9686
optional: true
9696
9687
9688
9688
+
'@rolldown/binding-darwin-arm64@1.1.0':
9689
9689
+
optional: true
9690
9690
+
9697
9691
'@rolldown/binding-darwin-x64@1.0.2':
9698
9692
optional: true
9699
9693
9694
9694
+
'@rolldown/binding-darwin-x64@1.1.0':
9695
9695
+
optional: true
9696
9696
+
9700
9697
'@rolldown/binding-freebsd-x64@1.0.2':
9701
9698
optional: true
9702
9699
9700
9700
+
'@rolldown/binding-freebsd-x64@1.1.0':
9701
9701
+
optional: true
9702
9702
+
9703
9703
'@rolldown/binding-linux-arm-gnueabihf@1.0.2':
9704
9704
+
optional: true
9705
9705
+
9706
9706
+
'@rolldown/binding-linux-arm-gnueabihf@1.1.0':
9704
9707
optional: true
9705
9708
9706
9709
'@rolldown/binding-linux-arm64-gnu@1.0.2':
9707
9710
optional: true
9708
9711
9712
9712
+
'@rolldown/binding-linux-arm64-gnu@1.1.0':
9713
9713
+
optional: true
9714
9714
+
9709
9715
'@rolldown/binding-linux-arm64-musl@1.0.2':
9710
9716
optional: true
9711
9717
9718
9718
+
'@rolldown/binding-linux-arm64-musl@1.1.0':
9719
9719
+
optional: true
9720
9720
+
9712
9721
'@rolldown/binding-linux-ppc64-gnu@1.0.2':
9713
9722
optional: true
9714
9723
9724
9724
+
'@rolldown/binding-linux-ppc64-gnu@1.1.0':
9725
9725
+
optional: true
9726
9726
+
9715
9727
'@rolldown/binding-linux-s390x-gnu@1.0.2':
9728
9728
+
optional: true
9729
9729
+
9730
9730
+
'@rolldown/binding-linux-s390x-gnu@1.1.0':
9716
9731
optional: true
9717
9732
9718
9733
'@rolldown/binding-linux-x64-gnu@1.0.2':
9719
9734
optional: true
9720
9735
9736
9736
+
'@rolldown/binding-linux-x64-gnu@1.1.0':
9737
9737
+
optional: true
9738
9738
+
9721
9739
'@rolldown/binding-linux-x64-musl@1.0.2':
9722
9740
optional: true
9723
9741
9742
9742
+
'@rolldown/binding-linux-x64-musl@1.1.0':
9743
9743
+
optional: true
9744
9744
+
9724
9745
'@rolldown/binding-openharmony-arm64@1.0.2':
9746
9746
+
optional: true
9747
9747
+
9748
9748
+
'@rolldown/binding-openharmony-arm64@1.1.0':
9725
9749
optional: true
9726
9750
9727
9751
'@rolldown/binding-wasm32-wasi@1.0.2':
···
9731
9755
'@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)
9732
9756
optional: true
9733
9757
9758
9758
+
'@rolldown/binding-wasm32-wasi@1.1.0':
9759
9759
+
dependencies:
9760
9760
+
'@emnapi/core': 1.10.0
9761
9761
+
'@emnapi/runtime': 1.10.0
9762
9762
+
'@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)
9763
9763
+
optional: true
9764
9764
+
9734
9765
'@rolldown/binding-win32-arm64-msvc@1.0.2':
9735
9766
optional: true
9736
9767
9768
9768
+
'@rolldown/binding-win32-arm64-msvc@1.1.0':
9769
9769
+
optional: true
9770
9770
+
9737
9771
'@rolldown/binding-win32-x64-msvc@1.0.2':
9772
9772
+
optional: true
9773
9773
+
9774
9774
+
'@rolldown/binding-win32-x64-msvc@1.1.0':
9738
9775
optional: true
9739
9776
9740
9777
'@rolldown/pluginutils@1.0.1': {}
9741
9741
-
9742
9742
-
'@rollup/plugin-alias@5.1.1(rollup@4.61.1)':
9743
9743
-
optionalDependencies:
9744
9744
-
rollup: 4.61.1
9745
9778
9746
9779
'@rollup/plugin-alias@6.0.0(rollup@4.61.1)':
9747
9780
optionalDependencies:
9748
9781
rollup: 4.61.1
9749
9782
9750
9750
-
'@rollup/plugin-commonjs@28.0.9(rollup@4.61.1)':
9751
9751
-
dependencies:
9752
9752
-
'@rollup/pluginutils': 5.4.0(rollup@4.61.1)
9753
9753
-
commondir: 1.0.1
9754
9754
-
estree-walker: 2.0.2
9755
9755
-
fdir: 6.5.0(picomatch@4.0.4)
9756
9756
-
is-reference: 1.2.1
9757
9757
-
magic-string: 0.30.21
9758
9758
-
picomatch: 4.0.4
9759
9759
-
optionalDependencies:
9760
9760
-
rollup: 4.61.1
9761
9761
-
9762
9783
'@rollup/plugin-commonjs@29.0.3(rollup@4.61.1)':
9763
9784
dependencies:
9764
9785
'@rollup/pluginutils': 5.4.0(rollup@4.61.1)
···
9791
9812
'@types/resolve': 1.20.2
9792
9813
deepmerge: 4.3.1
9793
9814
is-module: 1.0.0
9794
9794
-
resolve: 1.22.12
9815
9815
+
resolve: 1.22.11
9795
9816
optionalDependencies:
9796
9817
rollup: 4.61.1
9797
9818
···
9812
9833
9813
9834
'@rollup/pluginutils@5.4.0(rollup@4.61.1)':
9814
9835
dependencies:
9815
9815
-
'@types/estree': 1.0.9
9836
9836
+
'@types/estree': 1.0.8
9816
9837
estree-walker: 2.0.2
9817
9838
picomatch: 4.0.4
9818
9839
optionalDependencies:
9819
9840
rollup: 4.61.1
9820
9841
9842
9842
+
'@rollup/rollup-android-arm-eabi@4.53.3':
9843
9843
+
optional: true
9844
9844
+
9821
9845
'@rollup/rollup-android-arm-eabi@4.61.1':
9822
9846
optional: true
9823
9847
9848
9848
+
'@rollup/rollup-android-arm64@4.53.3':
9849
9849
+
optional: true
9850
9850
+
9824
9851
'@rollup/rollup-android-arm64@4.61.1':
9825
9852
optional: true
9826
9853
9854
9854
+
'@rollup/rollup-darwin-arm64@4.53.3':
9855
9855
+
optional: true
9856
9856
+
9827
9857
'@rollup/rollup-darwin-arm64@4.61.1':
9828
9858
optional: true
9829
9859
9860
9860
+
'@rollup/rollup-darwin-x64@4.53.3':
9861
9861
+
optional: true
9862
9862
+
9830
9863
'@rollup/rollup-darwin-x64@4.61.1':
9831
9864
optional: true
9832
9865
9866
9866
+
'@rollup/rollup-freebsd-arm64@4.53.3':
9867
9867
+
optional: true
9868
9868
+
9833
9869
'@rollup/rollup-freebsd-arm64@4.61.1':
9834
9870
optional: true
9835
9871
9872
9872
+
'@rollup/rollup-freebsd-x64@4.53.3':
9873
9873
+
optional: true
9874
9874
+
9836
9875
'@rollup/rollup-freebsd-x64@4.61.1':
9876
9876
+
optional: true
9877
9877
+
9878
9878
+
'@rollup/rollup-linux-arm-gnueabihf@4.53.3':
9837
9879
optional: true
9838
9880
9839
9881
'@rollup/rollup-linux-arm-gnueabihf@4.61.1':
9840
9882
optional: true
9841
9883
9884
9884
+
'@rollup/rollup-linux-arm-musleabihf@4.53.3':
9885
9885
+
optional: true
9886
9886
+
9842
9887
'@rollup/rollup-linux-arm-musleabihf@4.61.1':
9843
9888
optional: true
9844
9889
9890
9890
+
'@rollup/rollup-linux-arm64-gnu@4.53.3':
9891
9891
+
optional: true
9892
9892
+
9845
9893
'@rollup/rollup-linux-arm64-gnu@4.61.1':
9894
9894
+
optional: true
9895
9895
+
9896
9896
+
'@rollup/rollup-linux-arm64-musl@4.53.3':
9846
9897
optional: true
9847
9898
9848
9899
'@rollup/rollup-linux-arm64-musl@4.61.1':
9849
9900
optional: true
9850
9901
9902
9902
+
'@rollup/rollup-linux-loong64-gnu@4.53.3':
9903
9903
+
optional: true
9904
9904
+
9851
9905
'@rollup/rollup-linux-loong64-gnu@4.61.1':
9852
9906
optional: true
9853
9907
9854
9908
'@rollup/rollup-linux-loong64-musl@4.61.1':
9855
9909
optional: true
9856
9910
9911
9911
+
'@rollup/rollup-linux-ppc64-gnu@4.53.3':
9912
9912
+
optional: true
9913
9913
+
9857
9914
'@rollup/rollup-linux-ppc64-gnu@4.61.1':
9858
9915
optional: true
9859
9916
9860
9917
'@rollup/rollup-linux-ppc64-musl@4.61.1':
9861
9918
optional: true
9862
9919
9920
9920
+
'@rollup/rollup-linux-riscv64-gnu@4.53.3':
9921
9921
+
optional: true
9922
9922
+
9863
9923
'@rollup/rollup-linux-riscv64-gnu@4.61.1':
9924
9924
+
optional: true
9925
9925
+
9926
9926
+
'@rollup/rollup-linux-riscv64-musl@4.53.3':
9864
9927
optional: true
9865
9928
9866
9929
'@rollup/rollup-linux-riscv64-musl@4.61.1':
9867
9930
optional: true
9868
9931
9932
9932
+
'@rollup/rollup-linux-s390x-gnu@4.53.3':
9933
9933
+
optional: true
9934
9934
+
9869
9935
'@rollup/rollup-linux-s390x-gnu@4.61.1':
9870
9936
optional: true
9871
9937
9938
9938
+
'@rollup/rollup-linux-x64-gnu@4.53.3':
9939
9939
+
optional: true
9940
9940
+
9872
9941
'@rollup/rollup-linux-x64-gnu@4.61.1':
9942
9942
+
optional: true
9943
9943
+
9944
9944
+
'@rollup/rollup-linux-x64-musl@4.53.3':
9873
9945
optional: true
9874
9946
9875
9947
'@rollup/rollup-linux-x64-musl@4.61.1':
···
9878
9950
'@rollup/rollup-openbsd-x64@4.61.1':
9879
9951
optional: true
9880
9952
9953
9953
+
'@rollup/rollup-openharmony-arm64@4.53.3':
9954
9954
+
optional: true
9955
9955
+
9881
9956
'@rollup/rollup-openharmony-arm64@4.61.1':
9882
9957
optional: true
9883
9958
9959
9959
+
'@rollup/rollup-win32-arm64-msvc@4.53.3':
9960
9960
+
optional: true
9961
9961
+
9884
9962
'@rollup/rollup-win32-arm64-msvc@4.61.1':
9885
9963
optional: true
9886
9964
9965
9965
+
'@rollup/rollup-win32-ia32-msvc@4.53.3':
9966
9966
+
optional: true
9967
9967
+
9887
9968
'@rollup/rollup-win32-ia32-msvc@4.61.1':
9969
9969
+
optional: true
9970
9970
+
9971
9971
+
'@rollup/rollup-win32-x64-gnu@4.53.3':
9888
9972
optional: true
9889
9973
9890
9974
'@rollup/rollup-win32-x64-gnu@4.61.1':
9975
9975
+
optional: true
9976
9976
+
9977
9977
+
'@rollup/rollup-win32-x64-msvc@4.53.3':
9891
9978
optional: true
9892
9979
9893
9980
'@rollup/rollup-win32-x64-msvc@4.61.1':
···
9907
9994
9908
9995
'@speed-highlight/core@1.2.15': {}
9909
9996
9997
9997
+
'@standard-schema/spec@1.0.0': {}
9998
9998
+
9910
9999
'@standard-schema/spec@1.1.0': {}
9911
10000
9912
10001
'@stylistic/eslint-plugin@5.10.0(eslint@10.4.1(jiti@2.7.0))':
9913
10002
dependencies:
9914
10003
'@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0))
9915
9915
-
'@typescript-eslint/types': 8.60.1
10004
10004
+
'@typescript-eslint/types': 8.61.0
9916
10005
eslint: 10.4.1(jiti@2.7.0)
9917
10006
eslint-visitor-keys: 4.2.1
9918
10007
espree: 10.4.0
···
9921
10010
9922
10011
'@tsconfig/node24@24.0.4': {}
9923
10012
9924
9924
-
'@tybys/wasm-util@0.10.2':
10013
10013
+
'@tybys/wasm-util@0.10.1':
9925
10014
dependencies:
9926
10015
tslib: 2.8.1
9927
10016
optional: true
···
9930
10019
9931
10020
'@types/basic-auth@1.1.8':
9932
10021
dependencies:
9933
9933
-
'@types/node': 24.11.0
10022
10022
+
'@types/node': 24.10.1
9934
10023
9935
10024
'@types/bunyan@1.8.11':
9936
10025
dependencies:
9937
9937
-
'@types/node': 24.11.0
10026
10026
+
'@types/node': 24.10.1
9938
10027
9939
10028
'@types/chai@5.2.3':
9940
10029
dependencies:
···
9943
10032
9944
10033
'@types/connect@3.4.38':
9945
10034
dependencies:
9946
9946
-
'@types/node': 24.11.0
10035
10035
+
'@types/node': 24.10.1
9947
10036
9948
9948
-
'@types/debug@4.1.13':
10037
10037
+
'@types/debug@4.1.12':
9949
10038
dependencies:
9950
10039
'@types/ms': 2.1.0
9951
10040
9952
10041
'@types/deep-eql@4.0.2': {}
9953
10042
9954
10043
'@types/esrecurse@4.3.1': {}
10044
10044
+
10045
10045
+
'@types/estree@1.0.8': {}
9955
10046
9956
10047
'@types/estree@1.0.9': {}
9957
10048
···
9973
10064
9974
10065
'@types/memcached@2.2.10':
9975
10066
dependencies:
9976
9976
-
'@types/node': 24.11.0
10067
10067
+
'@types/node': 24.10.1
9977
10068
9978
10069
'@types/ms@2.1.0': {}
9979
10070
9980
10071
'@types/mysql@2.15.27':
9981
10072
dependencies:
9982
9982
-
'@types/node': 24.11.0
10073
10073
+
'@types/node': 24.10.1
10074
10074
+
10075
10075
+
'@types/node@24.10.1':
10076
10076
+
dependencies:
10077
10077
+
undici-types: 7.16.0
9983
10078
9984
10079
'@types/node@24.11.0':
9985
10080
dependencies:
···
9989
10084
9990
10085
'@types/oracledb@6.5.2':
9991
10086
dependencies:
9992
9992
-
'@types/node': 24.11.0
10087
10087
+
'@types/node': 24.10.1
9993
10088
9994
10089
'@types/pg-pool@2.0.6':
9995
10090
dependencies:
···
9997
10092
9998
10093
'@types/pg@8.15.5':
9999
10094
dependencies:
10000
10000
-
'@types/node': 24.11.0
10001
10001
-
pg-protocol: 1.14.0
10095
10095
+
'@types/node': 24.10.1
10096
10096
+
pg-protocol: 1.10.3
10002
10097
pg-types: 2.2.0
10003
10098
10004
10099
'@types/resolve@1.20.2': {}
10005
10100
10006
10101
'@types/tedious@4.0.14':
10007
10102
dependencies:
10008
10008
-
'@types/node': 24.11.0
10103
10103
+
'@types/node': 24.10.1
10009
10104
10010
10105
'@types/unist@3.0.3': {}
10011
10106
···
10015
10110
10016
10111
'@types/ws@8.18.1':
10017
10112
dependencies:
10018
10018
-
'@types/node': 24.11.0
10113
10113
+
'@types/node': 24.10.1
10019
10114
10020
10020
-
'@typescript-eslint/eslint-plugin@8.60.1(@typescript-eslint/parser@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)':
10115
10115
+
'@typescript-eslint/eslint-plugin@8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)':
10021
10116
dependencies:
10022
10117
'@eslint-community/regexpp': 4.12.2
10023
10023
-
'@typescript-eslint/parser': 8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
10024
10024
-
'@typescript-eslint/scope-manager': 8.60.1
10025
10025
-
'@typescript-eslint/type-utils': 8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
10026
10026
-
'@typescript-eslint/utils': 8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
10027
10027
-
'@typescript-eslint/visitor-keys': 8.60.1
10118
10118
+
'@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
10119
10119
+
'@typescript-eslint/scope-manager': 8.61.0
10120
10120
+
'@typescript-eslint/type-utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
10121
10121
+
'@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
10122
10122
+
'@typescript-eslint/visitor-keys': 8.61.0
10028
10123
eslint: 10.4.1(jiti@2.7.0)
10029
10124
ignore: 7.0.5
10030
10125
natural-compare: 1.4.0
10031
10031
-
ts-api-utils: 2.5.0(typescript@6.0.3)
10032
10032
-
typescript: 6.0.3
10126
10126
+
ts-api-utils: 2.5.0(typescript@5.9.3)
10127
10127
+
typescript: 5.9.3
10033
10128
transitivePeerDependencies:
10034
10129
- supports-color
10035
10130
10036
10036
-
'@typescript-eslint/parser@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)':
10131
10131
+
'@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)':
10037
10132
dependencies:
10038
10038
-
'@typescript-eslint/scope-manager': 8.60.1
10039
10039
-
'@typescript-eslint/types': 8.60.1
10040
10040
-
'@typescript-eslint/typescript-estree': 8.60.1(typescript@6.0.3)
10041
10041
-
'@typescript-eslint/visitor-keys': 8.60.1
10133
10133
+
'@typescript-eslint/scope-manager': 8.61.0
10134
10134
+
'@typescript-eslint/types': 8.61.0
10135
10135
+
'@typescript-eslint/typescript-estree': 8.61.0(typescript@5.9.3)
10136
10136
+
'@typescript-eslint/visitor-keys': 8.61.0
10042
10137
debug: 4.4.3
10043
10138
eslint: 10.4.1(jiti@2.7.0)
10044
10044
-
typescript: 6.0.3
10139
10139
+
typescript: 5.9.3
10045
10140
transitivePeerDependencies:
10046
10141
- supports-color
10047
10142
10048
10048
-
'@typescript-eslint/project-service@8.60.1(typescript@6.0.3)':
10143
10143
+
'@typescript-eslint/project-service@8.61.0(typescript@5.9.3)':
10049
10144
dependencies:
10050
10050
-
'@typescript-eslint/tsconfig-utils': 8.60.1(typescript@6.0.3)
10051
10051
-
'@typescript-eslint/types': 8.60.1
10145
10145
+
'@typescript-eslint/tsconfig-utils': 8.61.0(typescript@5.9.3)
10146
10146
+
'@typescript-eslint/types': 8.61.0
10052
10147
debug: 4.4.3
10053
10053
-
typescript: 6.0.3
10148
10148
+
typescript: 5.9.3
10054
10149
transitivePeerDependencies:
10055
10150
- supports-color
10056
10151
10057
10057
-
'@typescript-eslint/rule-tester@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)':
10152
10152
+
'@typescript-eslint/rule-tester@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)':
10058
10153
dependencies:
10059
10059
-
'@typescript-eslint/parser': 8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
10060
10060
-
'@typescript-eslint/typescript-estree': 8.60.1(typescript@6.0.3)
10061
10061
-
'@typescript-eslint/utils': 8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
10062
10062
-
ajv: 6.15.0
10154
10154
+
'@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
10155
10155
+
'@typescript-eslint/typescript-estree': 8.61.0(typescript@5.9.3)
10156
10156
+
'@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
10157
10157
+
ajv: 6.12.6
10063
10158
eslint: 10.4.1(jiti@2.7.0)
10064
10159
json-stable-stringify-without-jsonify: 1.0.1
10065
10160
lodash.merge: 4.6.2
10066
10066
-
semver: 7.8.2
10067
10067
-
typescript: 6.0.3
10161
10161
+
semver: 7.8.3
10162
10162
+
typescript: 5.9.3
10068
10163
transitivePeerDependencies:
10069
10164
- supports-color
10070
10165
10071
10071
-
'@typescript-eslint/scope-manager@8.60.1':
10166
10166
+
'@typescript-eslint/scope-manager@8.61.0':
10072
10167
dependencies:
10073
10073
-
'@typescript-eslint/types': 8.60.1
10074
10074
-
'@typescript-eslint/visitor-keys': 8.60.1
10168
10168
+
'@typescript-eslint/types': 8.61.0
10169
10169
+
'@typescript-eslint/visitor-keys': 8.61.0
10075
10170
10076
10076
-
'@typescript-eslint/tsconfig-utils@8.60.1(typescript@6.0.3)':
10171
10171
+
'@typescript-eslint/tsconfig-utils@8.61.0(typescript@5.9.3)':
10077
10172
dependencies:
10078
10078
-
typescript: 6.0.3
10173
10173
+
typescript: 5.9.3
10079
10174
10080
10080
-
'@typescript-eslint/type-utils@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)':
10175
10175
+
'@typescript-eslint/type-utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)':
10081
10176
dependencies:
10082
10082
-
'@typescript-eslint/types': 8.60.1
10083
10083
-
'@typescript-eslint/typescript-estree': 8.60.1(typescript@6.0.3)
10084
10084
-
'@typescript-eslint/utils': 8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
10177
10177
+
'@typescript-eslint/types': 8.61.0
10178
10178
+
'@typescript-eslint/typescript-estree': 8.61.0(typescript@5.9.3)
10179
10179
+
'@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
10085
10180
debug: 4.4.3
10086
10181
eslint: 10.4.1(jiti@2.7.0)
10087
10087
-
ts-api-utils: 2.5.0(typescript@6.0.3)
10088
10088
-
typescript: 6.0.3
10182
10182
+
ts-api-utils: 2.5.0(typescript@5.9.3)
10183
10183
+
typescript: 5.9.3
10089
10184
transitivePeerDependencies:
10090
10185
- supports-color
10091
10186
10092
10092
-
'@typescript-eslint/types@8.60.1': {}
10187
10187
+
'@typescript-eslint/types@8.61.0': {}
10093
10188
10094
10094
-
'@typescript-eslint/typescript-estree@8.60.1(typescript@6.0.3)':
10189
10189
+
'@typescript-eslint/typescript-estree@8.61.0(typescript@5.9.3)':
10095
10190
dependencies:
10096
10096
-
'@typescript-eslint/project-service': 8.60.1(typescript@6.0.3)
10097
10097
-
'@typescript-eslint/tsconfig-utils': 8.60.1(typescript@6.0.3)
10098
10098
-
'@typescript-eslint/types': 8.60.1
10099
10099
-
'@typescript-eslint/visitor-keys': 8.60.1
10191
10191
+
'@typescript-eslint/project-service': 8.61.0(typescript@5.9.3)
10192
10192
+
'@typescript-eslint/tsconfig-utils': 8.61.0(typescript@5.9.3)
10193
10193
+
'@typescript-eslint/types': 8.61.0
10194
10194
+
'@typescript-eslint/visitor-keys': 8.61.0
10100
10195
debug: 4.4.3
10101
10196
minimatch: 10.2.5
10102
10102
-
semver: 7.8.2
10197
10197
+
semver: 7.8.3
10103
10198
tinyglobby: 0.2.17
10104
10104
-
ts-api-utils: 2.5.0(typescript@6.0.3)
10105
10105
-
typescript: 6.0.3
10199
10199
+
ts-api-utils: 2.5.0(typescript@5.9.3)
10200
10200
+
typescript: 5.9.3
10106
10201
transitivePeerDependencies:
10107
10202
- supports-color
10108
10203
10109
10109
-
'@typescript-eslint/utils@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)':
10204
10204
+
'@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)':
10110
10205
dependencies:
10111
10206
'@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0))
10112
10112
-
'@typescript-eslint/scope-manager': 8.60.1
10113
10113
-
'@typescript-eslint/types': 8.60.1
10114
10114
-
'@typescript-eslint/typescript-estree': 8.60.1(typescript@6.0.3)
10207
10207
+
'@typescript-eslint/scope-manager': 8.61.0
10208
10208
+
'@typescript-eslint/types': 8.61.0
10209
10209
+
'@typescript-eslint/typescript-estree': 8.61.0(typescript@5.9.3)
10115
10210
eslint: 10.4.1(jiti@2.7.0)
10116
10116
-
typescript: 6.0.3
10211
10211
+
typescript: 5.9.3
10117
10212
transitivePeerDependencies:
10118
10213
- supports-color
10119
10214
10120
10120
-
'@typescript-eslint/visitor-keys@8.60.1':
10215
10215
+
'@typescript-eslint/visitor-keys@8.61.0':
10121
10216
dependencies:
10122
10122
-
'@typescript-eslint/types': 8.60.1
10217
10217
+
'@typescript-eslint/types': 8.61.0
10123
10218
eslint-visitor-keys: 5.0.1
10124
10219
10125
10220
'@unhead/vue@2.1.15(vue@3.5.35(typescript@6.0.3))':
···
10132
10227
dependencies:
10133
10228
'@mapbox/node-pre-gyp': 2.0.3
10134
10229
'@rollup/pluginutils': 5.4.0(rollup@4.61.1)
10135
10135
-
acorn: 8.16.0
10136
10136
-
acorn-import-attributes: 1.9.5(acorn@8.16.0)
10230
10230
+
acorn: 8.15.0
10231
10231
+
acorn-import-attributes: 1.9.5(acorn@8.15.0)
10137
10232
async-sema: 3.1.1
10138
10233
bindings: 1.5.0
10139
10234
estree-walker: 2.0.2
···
10147
10242
- rollup
10148
10243
- supports-color
10149
10244
10150
10150
-
'@vitejs/plugin-vue-jsx@5.1.5(vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))':
10245
10245
+
'@vitejs/plugin-vue-jsx@5.1.5(vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))':
10151
10246
dependencies:
10152
10247
'@babel/core': 7.29.7
10153
10248
'@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7)
10154
10249
'@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.7)
10155
10250
'@rolldown/pluginutils': 1.0.1
10156
10251
'@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.7)
10157
10157
-
vite: 7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
10252
10252
+
vite: 7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
10158
10253
vue: 3.5.35(typescript@6.0.3)
10159
10254
transitivePeerDependencies:
10160
10255
- supports-color
10161
10256
10162
10162
-
'@vitejs/plugin-vue@6.0.7(vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))':
10257
10257
+
'@vitejs/plugin-vue@6.0.7(vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))':
10163
10258
dependencies:
10164
10259
'@rolldown/pluginutils': 1.0.1
10165
10165
-
vite: 7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
10260
10260
+
vite: 7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
10166
10261
vue: 3.5.35(typescript@6.0.3)
10167
10262
10168
10168
-
'@vitejs/plugin-vue@6.0.7(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))':
10263
10263
+
'@vitejs/plugin-vue@6.0.7(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))':
10169
10264
dependencies:
10170
10265
'@rolldown/pluginutils': 1.0.1
10171
10171
-
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
10266
10266
+
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
10172
10267
vue: 3.5.35(typescript@6.0.3)
10173
10268
10174
10269
'@vitest/coverage-v8@4.1.8(vitest@4.1.8)':
···
10180
10275
istanbul-lib-report: 3.0.1
10181
10276
istanbul-reports: 3.2.0
10182
10277
magicast: 0.5.3
10183
10183
-
obug: 2.1.2
10278
10278
+
obug: 2.1.1
10184
10279
std-env: 4.1.0
10185
10280
tinyrainbow: 3.1.0
10186
10186
-
vitest: 4.1.8(@opentelemetry/api@1.9.1)(@types/node@24.11.0)(@vitest/coverage-v8@4.1.8)(happy-dom@20.10.2)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
10281
10281
+
vitest: 4.1.8(@opentelemetry/api@1.9.0)(@types/node@24.11.0)(@vitest/coverage-v8@4.1.8)(happy-dom@20.10.2)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))
10187
10282
10188
10188
-
'@vitest/eslint-plugin@1.6.19(@typescript-eslint/eslint-plugin@8.60.1(@typescript-eslint/parser@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)(vitest@4.1.8)':
10283
10283
+
'@vitest/eslint-plugin@1.6.19(@typescript-eslint/eslint-plugin@8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)(vitest@4.1.8)':
10189
10284
dependencies:
10190
10190
-
'@typescript-eslint/scope-manager': 8.60.1
10191
10191
-
'@typescript-eslint/utils': 8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
10285
10285
+
'@typescript-eslint/scope-manager': 8.61.0
10286
10286
+
'@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
10192
10287
eslint: 10.4.1(jiti@2.7.0)
10193
10288
optionalDependencies:
10194
10194
-
'@typescript-eslint/eslint-plugin': 8.60.1(@typescript-eslint/parser@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
10195
10195
-
typescript: 6.0.3
10196
10196
-
vitest: 4.1.8(@opentelemetry/api@1.9.1)(@types/node@24.11.0)(@vitest/coverage-v8@4.1.8)(happy-dom@20.10.2)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
10289
10289
+
'@typescript-eslint/eslint-plugin': 8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
10290
10290
+
typescript: 5.9.3
10291
10291
+
vitest: 4.1.8(@opentelemetry/api@1.9.0)(@types/node@24.11.0)(@vitest/coverage-v8@4.1.8)(happy-dom@20.10.2)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))
10197
10292
transitivePeerDependencies:
10198
10293
- supports-color
10199
10294
···
10206
10301
chai: 6.2.2
10207
10302
tinyrainbow: 3.1.0
10208
10303
10209
10209
-
'@vitest/mocker@4.1.8(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))':
10304
10304
+
'@vitest/mocker@4.1.8(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))':
10210
10305
dependencies:
10211
10306
'@vitest/spy': 4.1.8
10212
10307
estree-walker: 3.0.3
10213
10308
magic-string: 0.30.21
10214
10309
optionalDependencies:
10215
10215
-
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
10310
10310
+
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
10216
10311
10217
10312
'@vitest/pretty-format@4.1.8':
10218
10313
dependencies:
···
10252
10347
10253
10348
'@voxpelli/semver-set@6.0.2':
10254
10349
dependencies:
10255
10255
-
semver: 7.8.2
10350
10350
+
semver: 7.8.3
10256
10351
10257
10352
'@voxpelli/type-helpers@3.5.0': {}
10258
10353
···
10262
10357
10263
10358
'@vue-macros/common@3.1.2(vue@3.5.35(typescript@6.0.3))':
10264
10359
dependencies:
10265
10265
-
'@vue/compiler-sfc': 3.5.35
10360
10360
+
'@vue/compiler-sfc': 3.5.25
10266
10361
ast-kit: 2.2.0
10267
10267
-
local-pkg: 1.2.1
10362
10362
+
local-pkg: 1.1.2
10268
10363
magic-string-ast: 1.0.3
10269
10364
unplugin-utils: 0.3.1
10270
10365
optionalDependencies:
···
10279
10374
'@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7)
10280
10375
'@babel/template': 7.29.7
10281
10376
'@babel/traverse': 7.29.7
10282
10282
-
'@babel/types': 7.29.7
10377
10377
+
'@babel/types': 7.28.5
10283
10378
'@vue/babel-helper-vue-transform-on': 2.0.1
10284
10379
'@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.29.7)
10285
10285
-
'@vue/shared': 3.5.35
10380
10380
+
'@vue/shared': 3.5.25
10286
10381
optionalDependencies:
10287
10382
'@babel/core': 7.29.7
10288
10383
transitivePeerDependencies:
···
10290
10385
10291
10386
'@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.29.7)':
10292
10387
dependencies:
10293
10293
-
'@babel/code-frame': 7.29.7
10388
10388
+
'@babel/code-frame': 7.27.1
10294
10389
'@babel/core': 7.29.7
10295
10390
'@babel/helper-module-imports': 7.29.7
10296
10391
'@babel/helper-plugin-utils': 7.29.7
10297
10297
-
'@babel/parser': 7.29.7
10298
10298
-
'@vue/compiler-sfc': 3.5.35
10392
10392
+
'@babel/parser': 7.28.5
10393
10393
+
'@vue/compiler-sfc': 3.5.25
10299
10394
transitivePeerDependencies:
10300
10395
- supports-color
10301
10396
10397
10397
+
'@vue/compiler-core@3.5.25':
10398
10398
+
dependencies:
10399
10399
+
'@babel/parser': 7.28.5
10400
10400
+
'@vue/shared': 3.5.25
10401
10401
+
entities: 4.5.0
10402
10402
+
estree-walker: 2.0.2
10403
10403
+
source-map-js: 1.2.1
10404
10404
+
10302
10405
'@vue/compiler-core@3.5.35':
10303
10406
dependencies:
10304
10407
'@babel/parser': 7.29.7
···
10307
10410
estree-walker: 2.0.2
10308
10411
source-map-js: 1.2.1
10309
10412
10413
10413
+
'@vue/compiler-dom@3.5.25':
10414
10414
+
dependencies:
10415
10415
+
'@vue/compiler-core': 3.5.25
10416
10416
+
'@vue/shared': 3.5.25
10417
10417
+
10310
10418
'@vue/compiler-dom@3.5.35':
10311
10419
dependencies:
10312
10420
'@vue/compiler-core': 3.5.35
10313
10421
'@vue/shared': 3.5.35
10314
10422
10423
10423
+
'@vue/compiler-sfc@3.5.25':
10424
10424
+
dependencies:
10425
10425
+
'@babel/parser': 7.28.5
10426
10426
+
'@vue/compiler-core': 3.5.25
10427
10427
+
'@vue/compiler-dom': 3.5.25
10428
10428
+
'@vue/compiler-ssr': 3.5.25
10429
10429
+
'@vue/shared': 3.5.25
10430
10430
+
estree-walker: 2.0.2
10431
10431
+
magic-string: 0.30.21
10432
10432
+
postcss: 8.5.6
10433
10433
+
source-map-js: 1.2.1
10434
10434
+
10315
10435
'@vue/compiler-sfc@3.5.35':
10316
10436
dependencies:
10317
10437
'@babel/parser': 7.29.7
···
10324
10444
postcss: 8.5.15
10325
10445
source-map-js: 1.2.1
10326
10446
10447
10447
+
'@vue/compiler-ssr@3.5.25':
10448
10448
+
dependencies:
10449
10449
+
'@vue/compiler-dom': 3.5.25
10450
10450
+
'@vue/shared': 3.5.25
10451
10451
+
10327
10452
'@vue/compiler-ssr@3.5.35':
10328
10453
dependencies:
10329
10454
'@vue/compiler-dom': 3.5.35
···
10344
10469
'@vue/devtools-shared': 8.1.2
10345
10470
birpc: 2.9.0
10346
10471
hookable: 5.5.3
10347
10347
-
perfect-debounce: 2.1.0
10472
10472
+
perfect-debounce: 2.0.0
10348
10473
10349
10474
'@vue/devtools-shared@8.1.2': {}
10350
10475
10351
10476
'@vue/language-core@3.2.8':
10352
10477
dependencies:
10353
10478
'@volar/language-core': 2.4.28
10354
10354
-
'@vue/compiler-dom': 3.5.35
10355
10355
-
'@vue/shared': 3.5.35
10479
10479
+
'@vue/compiler-dom': 3.5.25
10480
10480
+
'@vue/shared': 3.5.25
10356
10481
alien-signals: 3.2.1
10357
10482
muggle-string: 0.4.1
10358
10483
path-browserify: 1.0.1
···
10374
10499
'@vue/shared': 3.5.35
10375
10500
csstype: 3.2.3
10376
10501
10502
10502
+
'@vue/server-renderer@3.5.35(vue@3.5.35(typescript@5.9.3))':
10503
10503
+
dependencies:
10504
10504
+
'@vue/compiler-ssr': 3.5.35
10505
10505
+
'@vue/shared': 3.5.35
10506
10506
+
vue: 3.5.35(typescript@5.9.3)
10507
10507
+
10377
10508
'@vue/server-renderer@3.5.35(vue@3.5.35(typescript@6.0.3))':
10378
10509
dependencies:
10379
10510
'@vue/compiler-ssr': 3.5.35
10380
10511
'@vue/shared': 3.5.35
10381
10512
vue: 3.5.35(typescript@6.0.3)
10513
10513
+
10514
10514
+
'@vue/shared@3.5.25': {}
10382
10515
10383
10516
'@vue/shared@3.5.35': {}
10384
10517
···
10418
10551
10419
10552
abstract-logging@2.0.1: {}
10420
10553
10421
10421
-
acorn-import-attributes@1.9.5(acorn@8.16.0):
10554
10554
+
acorn-import-attributes@1.9.5(acorn@8.15.0):
10555
10555
+
dependencies:
10556
10556
+
acorn: 8.15.0
10557
10557
+
10558
10558
+
acorn-jsx@5.3.2(acorn@8.15.0):
10422
10559
dependencies:
10423
10423
-
acorn: 8.16.0
10560
10560
+
acorn: 8.15.0
10424
10561
10425
10562
acorn-jsx@5.3.2(acorn@8.16.0):
10426
10563
dependencies:
10427
10564
acorn: 8.16.0
10428
10565
10566
10566
+
acorn@8.15.0: {}
10567
10567
+
10429
10568
acorn@8.16.0: {}
10430
10569
10431
10570
agent-base@7.1.4: {}
10432
10571
10433
10433
-
ajv-formats@2.1.1(ajv@8.20.0):
10572
10572
+
ajv-formats@2.1.1(ajv@8.17.1):
10434
10573
optionalDependencies:
10435
10435
-
ajv: 8.20.0
10574
10574
+
ajv: 8.17.1
10436
10575
10437
10437
-
ajv-formats@3.0.1(ajv@8.20.0):
10576
10576
+
ajv-formats@3.0.1(ajv@8.17.1):
10438
10577
optionalDependencies:
10439
10439
-
ajv: 8.20.0
10578
10578
+
ajv: 8.17.1
10579
10579
+
10580
10580
+
ajv@6.12.6:
10581
10581
+
dependencies:
10582
10582
+
fast-deep-equal: 3.1.3
10583
10583
+
fast-json-stable-stringify: 2.1.0
10584
10584
+
json-schema-traverse: 0.4.1
10585
10585
+
uri-js: 4.4.1
10440
10586
10441
10587
ajv@6.15.0:
10442
10588
dependencies:
···
10445
10591
json-schema-traverse: 0.4.1
10446
10592
uri-js: 4.4.1
10447
10593
10448
10448
-
ajv@8.20.0:
10594
10594
+
ajv@8.17.1:
10449
10595
dependencies:
10450
10596
fast-deep-equal: 3.1.3
10451
10451
-
fast-uri: 3.1.2
10597
10597
+
fast-uri: 3.1.0
10452
10598
json-schema-traverse: 1.0.0
10453
10599
require-from-string: 2.0.2
10454
10600
10455
10601
alien-signals@3.2.1: {}
10456
10602
10457
10457
-
ansi-colors@4.1.3: {}
10458
10458
-
10459
10603
ansi-regex@5.0.1: {}
10460
10604
10461
10605
ansi-regex@6.2.2: {}
···
10466
10610
10467
10611
ansi-styles@6.2.3: {}
10468
10612
10613
10613
+
ansis@4.2.0: {}
10614
10614
+
10469
10615
ansis@4.3.1: {}
10470
10616
10471
10617
anymatch@3.1.3:
10472
10618
dependencies:
10473
10619
normalize-path: 3.0.0
10474
10474
-
picomatch: 2.3.2
10620
10620
+
picomatch: 2.3.1
10475
10621
10476
10622
archiver-utils@5.0.2:
10477
10623
dependencies:
···
10479
10625
graceful-fs: 4.2.11
10480
10626
is-stream: 2.0.1
10481
10627
lazystream: 1.0.1
10482
10482
-
lodash: 4.18.1
10628
10628
+
lodash: 4.17.21
10483
10629
normalize-path: 3.0.0
10484
10630
readable-stream: 4.7.0
10485
10631
···
10501
10647
10502
10648
argparse@2.0.1: {}
10503
10649
10504
10504
-
array-back@6.2.3: {}
10650
10650
+
array-back@6.2.2: {}
10505
10651
10506
10652
assertion-error@2.0.1: {}
10507
10653
10508
10654
ast-kit@2.2.0:
10509
10655
dependencies:
10510
10510
-
'@babel/parser': 7.29.7
10656
10656
+
'@babel/parser': 7.28.5
10657
10657
+
pathe: 2.0.3
10658
10658
+
10659
10659
+
ast-kit@3.0.0-beta.1:
10660
10660
+
dependencies:
10661
10661
+
'@babel/parser': 8.0.0-rc.6
10662
10662
+
estree-walker: 3.0.3
10511
10663
pathe: 2.0.3
10512
10664
10513
10665
ast-v8-to-istanbul@1.0.3:
···
10541
10693
dependencies:
10542
10694
possible-typed-array-names: 1.1.0
10543
10695
10544
10544
-
avvio@9.2.0:
10696
10696
+
avvio@9.1.0:
10545
10697
dependencies:
10546
10698
'@fastify/error': 4.2.0
10547
10547
-
fastq: 1.20.1
10699
10699
+
fastq: 1.19.1
10548
10700
10549
10701
b4a@1.8.1: {}
10550
10702
···
10588
10740
10589
10741
baseline-browser-mapping@2.10.34: {}
10590
10742
10743
10743
+
baseline-browser-mapping@2.8.32: {}
10744
10744
+
10591
10745
basic-auth@2.0.1:
10592
10746
dependencies:
10593
10747
safe-buffer: 5.1.2
···
10610
10764
10611
10765
boolbase@1.0.0: {}
10612
10766
10613
10613
-
brace-expansion@2.1.1:
10767
10767
+
brace-expansion@2.0.2:
10614
10768
dependencies:
10615
10769
balanced-match: 1.0.2
10616
10770
···
10622
10776
dependencies:
10623
10777
fill-range: 7.1.1
10624
10778
10779
10779
+
browserslist@4.28.0:
10780
10780
+
dependencies:
10781
10781
+
baseline-browser-mapping: 2.8.32
10782
10782
+
caniuse-lite: 1.0.30001757
10783
10783
+
electron-to-chromium: 1.5.262
10784
10784
+
node-releases: 2.0.27
10785
10785
+
update-browserslist-db: 1.1.4(browserslist@4.28.0)
10786
10786
+
10625
10787
browserslist@4.28.2:
10626
10788
dependencies:
10627
10789
baseline-browser-mapping: 2.10.34
···
10636
10798
10637
10799
buffer-image-size@0.6.4:
10638
10800
dependencies:
10639
10639
-
'@types/node': 24.11.0
10801
10801
+
'@types/node': 24.10.1
10640
10802
10641
10803
buffer@5.7.1:
10642
10804
dependencies:
···
10650
10812
10651
10813
buffered-async-iterable@1.0.1: {}
10652
10814
10653
10653
-
builtin-modules@5.2.0: {}
10815
10815
+
builtin-modules@5.0.0: {}
10654
10816
10655
10817
bundle-name@4.1.0:
10656
10818
dependencies:
···
10664
10826
dotenv: 17.4.2
10665
10827
exsolve: 1.0.8
10666
10828
giget: 3.2.0
10667
10667
-
jiti: 2.7.0
10829
10829
+
jiti: 2.6.1
10668
10830
ohash: 2.0.11
10669
10831
pathe: 2.0.3
10670
10832
perfect-debounce: 2.1.0
10671
10671
-
pkg-types: 2.3.1
10833
10833
+
pkg-types: 2.3.0
10672
10834
rc9: 3.0.1
10673
10835
optionalDependencies:
10674
10836
magicast: 0.5.3
···
10682
10844
es-errors: 1.3.0
10683
10845
function-bind: 1.1.2
10684
10846
10685
10685
-
call-bind@1.0.9:
10847
10847
+
call-bind@1.0.8:
10686
10848
dependencies:
10687
10849
call-bind-apply-helpers: 1.0.2
10688
10850
es-define-property: 1.0.1
···
10696
10858
10697
10859
caniuse-api@3.0.0:
10698
10860
dependencies:
10699
10699
-
browserslist: 4.28.2
10700
10700
-
caniuse-lite: 1.0.30001797
10861
10861
+
browserslist: 4.28.0
10862
10862
+
caniuse-lite: 1.0.30001757
10701
10863
lodash.memoize: 4.1.2
10702
10864
lodash.uniq: 4.5.0
10865
10865
+
10866
10866
+
caniuse-lite@1.0.30001757: {}
10703
10867
10704
10868
caniuse-lite@1.0.30001797: {}
10705
10869
···
10761
10925
cliui@9.0.1:
10762
10926
dependencies:
10763
10927
string-width: 7.2.0
10764
10764
-
strip-ansi: 7.2.0
10928
10928
+
strip-ansi: 7.1.2
10765
10929
wrap-ansi: 9.0.2
10766
10930
10767
10931
cloudevents@10.0.0:
10768
10932
dependencies:
10769
10769
-
ajv: 8.20.0
10770
10770
-
ajv-formats: 2.1.1(ajv@8.20.0)
10933
10933
+
ajv: 8.17.1
10934
10934
+
ajv-formats: 2.1.1(ajv@8.17.1)
10771
10935
json-bigint: 1.0.0
10772
10936
process: 0.11.10
10773
10937
util: 0.12.5
···
10781
10945
10782
10946
color-name@1.1.4: {}
10783
10947
10784
10784
-
command-line-args@6.0.2:
10948
10948
+
command-line-args@6.0.1:
10785
10949
dependencies:
10786
10786
-
array-back: 6.2.3
10950
10950
+
array-back: 6.2.2
10787
10951
find-replace: 5.0.2
10788
10952
lodash.camelcase: 4.3.0
10789
10953
typical: 7.3.0
10790
10954
10791
10791
-
command-line-usage@7.0.4:
10955
10955
+
command-line-usage@7.0.3:
10792
10956
dependencies:
10793
10793
-
array-back: 6.2.3
10957
10957
+
array-back: 6.2.2
10794
10958
chalk-template: 0.4.0
10795
10959
table-layout: 4.1.1
10796
10960
typical: 7.3.0
···
10801
10965
10802
10966
commander@8.3.0: {}
10803
10967
10968
10968
+
comment-parser@1.4.1: {}
10969
10969
+
10804
10970
comment-parser@1.4.5: {}
10805
10971
10806
10972
comment-parser@1.4.6: {}
10807
10973
10808
10808
-
comment-parser@1.4.7: {}
10809
10809
-
10810
10974
commondir@1.0.1: {}
10811
10975
10812
10976
compare-utf8@0.2.0: {}
···
10822
10986
readable-stream: 4.7.0
10823
10987
10824
10988
confbox@0.1.8: {}
10989
10989
+
10990
10990
+
confbox@0.2.2: {}
10825
10991
10826
10992
confbox@0.2.4: {}
10827
10993
···
10866
11032
optionalDependencies:
10867
11033
srvx: 0.11.16
10868
11034
10869
10869
-
css-declaration-sorter@7.4.0(postcss@8.5.15):
10870
10870
-
dependencies:
10871
10871
-
postcss: 8.5.15
10872
10872
-
10873
11035
css-select@5.2.2:
10874
11036
dependencies:
10875
11037
boolbase: 1.0.0
···
10892
11054
10893
11055
cssesc@3.0.0: {}
10894
11056
10895
10895
-
cssnano-preset-default@7.0.17(postcss@8.5.15):
10896
10896
-
dependencies:
10897
10897
-
browserslist: 4.28.2
10898
10898
-
css-declaration-sorter: 7.4.0(postcss@8.5.15)
10899
10899
-
cssnano-utils: 5.0.3(postcss@8.5.15)
10900
10900
-
postcss: 8.5.15
10901
10901
-
postcss-calc: 10.1.1(postcss@8.5.15)
10902
10902
-
postcss-colormin: 7.0.10(postcss@8.5.15)
10903
10903
-
postcss-convert-values: 7.0.12(postcss@8.5.15)
10904
10904
-
postcss-discard-comments: 7.0.8(postcss@8.5.15)
10905
10905
-
postcss-discard-duplicates: 7.0.4(postcss@8.5.15)
10906
10906
-
postcss-discard-empty: 7.0.3(postcss@8.5.15)
10907
10907
-
postcss-discard-overridden: 7.0.3(postcss@8.5.15)
10908
10908
-
postcss-merge-longhand: 7.0.7(postcss@8.5.15)
10909
10909
-
postcss-merge-rules: 7.0.11(postcss@8.5.15)
10910
10910
-
postcss-minify-font-values: 7.0.3(postcss@8.5.15)
10911
10911
-
postcss-minify-gradients: 7.0.5(postcss@8.5.15)
10912
10912
-
postcss-minify-params: 7.0.9(postcss@8.5.15)
10913
10913
-
postcss-minify-selectors: 7.1.2(postcss@8.5.15)
10914
10914
-
postcss-normalize-charset: 7.0.3(postcss@8.5.15)
10915
10915
-
postcss-normalize-display-values: 7.0.3(postcss@8.5.15)
10916
10916
-
postcss-normalize-positions: 7.0.4(postcss@8.5.15)
10917
10917
-
postcss-normalize-repeat-style: 7.0.4(postcss@8.5.15)
10918
10918
-
postcss-normalize-string: 7.0.3(postcss@8.5.15)
10919
10919
-
postcss-normalize-timing-functions: 7.0.3(postcss@8.5.15)
10920
10920
-
postcss-normalize-unicode: 7.0.9(postcss@8.5.15)
10921
10921
-
postcss-normalize-url: 7.0.3(postcss@8.5.15)
10922
10922
-
postcss-normalize-whitespace: 7.0.3(postcss@8.5.15)
10923
10923
-
postcss-ordered-values: 7.0.4(postcss@8.5.15)
10924
10924
-
postcss-reduce-initial: 7.0.9(postcss@8.5.15)
10925
10925
-
postcss-reduce-transforms: 7.0.3(postcss@8.5.15)
10926
10926
-
postcss-svgo: 7.1.3(postcss@8.5.15)
10927
10927
-
postcss-unique-selectors: 7.0.7(postcss@8.5.15)
10928
10928
-
10929
11057
cssnano-preset-default@8.0.1(postcss@8.5.15):
10930
11058
dependencies:
10931
11059
browserslist: 4.28.2
···
10959
11087
postcss-svgo: 8.0.0(postcss@8.5.15)
10960
11088
postcss-unique-selectors: 8.0.0(postcss@8.5.15)
10961
11089
10962
10962
-
cssnano-utils@5.0.3(postcss@8.5.15):
10963
10963
-
dependencies:
10964
10964
-
postcss: 8.5.15
10965
10965
-
10966
11090
cssnano-utils@6.0.0(postcss@8.5.15):
10967
11091
dependencies:
10968
11092
postcss: 8.5.15
10969
11093
10970
10970
-
cssnano@7.1.9(postcss@8.5.15):
10971
10971
-
dependencies:
10972
10972
-
cssnano-preset-default: 7.0.17(postcss@8.5.15)
10973
10973
-
lilconfig: 3.1.3
10974
10974
-
postcss: 8.5.15
10975
10975
-
10976
11094
cssnano@8.0.1(postcss@8.5.15):
10977
11095
dependencies:
10978
11096
cssnano-preset-default: 8.0.1(postcss@8.5.15)
···
10991
11109
dependencies:
10992
11110
ms: 2.1.3
10993
11111
10994
10994
-
decode-named-character-reference@1.3.0:
11112
11112
+
decode-named-character-reference@1.2.0:
10995
11113
dependencies:
10996
11114
character-entities: 2.0.2
10997
11115
···
11007
11125
11008
11126
default-browser-id@5.0.1: {}
11009
11127
11010
11010
-
default-browser@5.5.0:
11128
11128
+
default-browser@5.4.0:
11011
11129
dependencies:
11012
11130
bundle-name: 4.1.0
11013
11131
default-browser-id: 5.0.1
···
11064
11182
dependencies:
11065
11183
type-fest: 5.7.0
11066
11184
11185
11185
+
dotenv@17.2.3: {}
11186
11186
+
11067
11187
dotenv@17.4.2: {}
11188
11188
+
11189
11189
+
dts-resolver@3.0.0(oxc-resolver@11.20.0):
11190
11190
+
optionalDependencies:
11191
11191
+
oxc-resolver: 11.20.0
11068
11192
11069
11193
dunder-proto@1.0.1:
11070
11194
dependencies:
···
11083
11207
11084
11208
eastasianwidth@0.2.0: {}
11085
11209
11086
11086
-
eciesjs@0.4.18:
11210
11210
+
eciesjs@0.4.16:
11087
11211
dependencies:
11088
11088
-
'@ecies/ciphers': 0.2.6(@noble/ciphers@1.3.0)
11212
11212
+
'@ecies/ciphers': 0.2.5(@noble/ciphers@1.3.0)
11089
11213
'@noble/ciphers': 1.3.0
11090
11214
'@noble/curves': 1.9.7
11091
11215
'@noble/hashes': 1.8.0
11092
11216
11093
11217
ee-first@1.1.1: {}
11218
11218
+
11219
11219
+
electron-to-chromium@1.5.262: {}
11094
11220
11095
11221
electron-to-chromium@1.5.368: {}
11096
11222
···
11100
11226
11101
11227
emoji-regex@9.2.2: {}
11102
11228
11229
11229
+
empathic@2.0.0: {}
11230
11230
+
11103
11231
empathic@2.0.1: {}
11104
11232
11105
11233
encodeurl@2.0.0: {}
···
11108
11236
dependencies:
11109
11237
once: 1.4.0
11110
11238
11111
11111
-
enhanced-resolve@5.23.0:
11239
11239
+
enhanced-resolve@5.18.3:
11112
11240
dependencies:
11113
11241
graceful-fs: 4.2.11
11114
11114
-
tapable: 2.3.3
11115
11115
-
11116
11116
-
enquirer@2.4.1:
11117
11117
-
dependencies:
11118
11118
-
ansi-colors: 4.1.3
11119
11119
-
strip-ansi: 6.0.1
11242
11242
+
tapable: 2.3.0
11120
11243
11121
11244
entities@4.5.0: {}
11122
11245
···
11132
11255
11133
11256
es-module-lexer@2.1.0: {}
11134
11257
11135
11135
-
es-object-atoms@1.1.2:
11258
11258
+
es-object-atoms@1.1.1:
11136
11259
dependencies:
11137
11260
es-errors: 1.3.0
11138
11261
11139
11139
-
esbuild@0.25.12:
11262
11262
+
esbuild@0.27.0:
11140
11263
optionalDependencies:
11141
11141
-
'@esbuild/aix-ppc64': 0.25.12
11142
11142
-
'@esbuild/android-arm': 0.25.12
11143
11143
-
'@esbuild/android-arm64': 0.25.12
11144
11144
-
'@esbuild/android-x64': 0.25.12
11145
11145
-
'@esbuild/darwin-arm64': 0.25.12
11146
11146
-
'@esbuild/darwin-x64': 0.25.12
11147
11147
-
'@esbuild/freebsd-arm64': 0.25.12
11148
11148
-
'@esbuild/freebsd-x64': 0.25.12
11149
11149
-
'@esbuild/linux-arm': 0.25.12
11150
11150
-
'@esbuild/linux-arm64': 0.25.12
11151
11151
-
'@esbuild/linux-ia32': 0.25.12
11152
11152
-
'@esbuild/linux-loong64': 0.25.12
11153
11153
-
'@esbuild/linux-mips64el': 0.25.12
11154
11154
-
'@esbuild/linux-ppc64': 0.25.12
11155
11155
-
'@esbuild/linux-riscv64': 0.25.12
11156
11156
-
'@esbuild/linux-s390x': 0.25.12
11157
11157
-
'@esbuild/linux-x64': 0.25.12
11158
11158
-
'@esbuild/netbsd-arm64': 0.25.12
11159
11159
-
'@esbuild/netbsd-x64': 0.25.12
11160
11160
-
'@esbuild/openbsd-arm64': 0.25.12
11161
11161
-
'@esbuild/openbsd-x64': 0.25.12
11162
11162
-
'@esbuild/openharmony-arm64': 0.25.12
11163
11163
-
'@esbuild/sunos-x64': 0.25.12
11164
11164
-
'@esbuild/win32-arm64': 0.25.12
11165
11165
-
'@esbuild/win32-ia32': 0.25.12
11166
11166
-
'@esbuild/win32-x64': 0.25.12
11167
11167
-
11168
11168
-
esbuild@0.27.7:
11169
11169
-
optionalDependencies:
11170
11170
-
'@esbuild/aix-ppc64': 0.27.7
11171
11171
-
'@esbuild/android-arm': 0.27.7
11172
11172
-
'@esbuild/android-arm64': 0.27.7
11173
11173
-
'@esbuild/android-x64': 0.27.7
11174
11174
-
'@esbuild/darwin-arm64': 0.27.7
11175
11175
-
'@esbuild/darwin-x64': 0.27.7
11176
11176
-
'@esbuild/freebsd-arm64': 0.27.7
11177
11177
-
'@esbuild/freebsd-x64': 0.27.7
11178
11178
-
'@esbuild/linux-arm': 0.27.7
11179
11179
-
'@esbuild/linux-arm64': 0.27.7
11180
11180
-
'@esbuild/linux-ia32': 0.27.7
11181
11181
-
'@esbuild/linux-loong64': 0.27.7
11182
11182
-
'@esbuild/linux-mips64el': 0.27.7
11183
11183
-
'@esbuild/linux-ppc64': 0.27.7
11184
11184
-
'@esbuild/linux-riscv64': 0.27.7
11185
11185
-
'@esbuild/linux-s390x': 0.27.7
11186
11186
-
'@esbuild/linux-x64': 0.27.7
11187
11187
-
'@esbuild/netbsd-arm64': 0.27.7
11188
11188
-
'@esbuild/netbsd-x64': 0.27.7
11189
11189
-
'@esbuild/openbsd-arm64': 0.27.7
11190
11190
-
'@esbuild/openbsd-x64': 0.27.7
11191
11191
-
'@esbuild/openharmony-arm64': 0.27.7
11192
11192
-
'@esbuild/sunos-x64': 0.27.7
11193
11193
-
'@esbuild/win32-arm64': 0.27.7
11194
11194
-
'@esbuild/win32-ia32': 0.27.7
11195
11195
-
'@esbuild/win32-x64': 0.27.7
11264
11264
+
'@esbuild/aix-ppc64': 0.27.0
11265
11265
+
'@esbuild/android-arm': 0.27.0
11266
11266
+
'@esbuild/android-arm64': 0.27.0
11267
11267
+
'@esbuild/android-x64': 0.27.0
11268
11268
+
'@esbuild/darwin-arm64': 0.27.0
11269
11269
+
'@esbuild/darwin-x64': 0.27.0
11270
11270
+
'@esbuild/freebsd-arm64': 0.27.0
11271
11271
+
'@esbuild/freebsd-x64': 0.27.0
11272
11272
+
'@esbuild/linux-arm': 0.27.0
11273
11273
+
'@esbuild/linux-arm64': 0.27.0
11274
11274
+
'@esbuild/linux-ia32': 0.27.0
11275
11275
+
'@esbuild/linux-loong64': 0.27.0
11276
11276
+
'@esbuild/linux-mips64el': 0.27.0
11277
11277
+
'@esbuild/linux-ppc64': 0.27.0
11278
11278
+
'@esbuild/linux-riscv64': 0.27.0
11279
11279
+
'@esbuild/linux-s390x': 0.27.0
11280
11280
+
'@esbuild/linux-x64': 0.27.0
11281
11281
+
'@esbuild/netbsd-arm64': 0.27.0
11282
11282
+
'@esbuild/netbsd-x64': 0.27.0
11283
11283
+
'@esbuild/openbsd-arm64': 0.27.0
11284
11284
+
'@esbuild/openbsd-x64': 0.27.0
11285
11285
+
'@esbuild/openharmony-arm64': 0.27.0
11286
11286
+
'@esbuild/sunos-x64': 0.27.0
11287
11287
+
'@esbuild/win32-arm64': 0.27.0
11288
11288
+
'@esbuild/win32-ia32': 0.27.0
11289
11289
+
'@esbuild/win32-x64': 0.27.0
11196
11290
11197
11291
esbuild@0.28.0:
11198
11292
optionalDependencies:
···
11236
11330
eslint-compat-utils@0.5.1(eslint@10.4.1(jiti@2.7.0)):
11237
11331
dependencies:
11238
11332
eslint: 10.4.1(jiti@2.7.0)
11239
11239
-
semver: 7.8.2
11333
11333
+
semver: 7.8.3
11240
11334
11241
11335
eslint-config-flat-gitignore@2.3.0(eslint@10.4.1(jiti@2.7.0)):
11242
11336
dependencies:
···
11251
11345
eslint-json-compat-utils@0.2.3(eslint@10.4.1(jiti@2.7.0))(jsonc-eslint-parser@3.1.0):
11252
11346
dependencies:
11253
11347
eslint: 10.4.1(jiti@2.7.0)
11254
11254
-
esquery: 1.7.0
11348
11348
+
esquery: 1.6.0
11255
11349
jsonc-eslint-parser: 3.1.0
11256
11350
11257
11351
eslint-merge-processors@2.0.0(eslint@10.4.1(jiti@2.7.0)):
···
11262
11356
dependencies:
11263
11357
eslint: 10.4.1(jiti@2.7.0)
11264
11358
11265
11265
-
eslint-plugin-command@3.5.2(@typescript-eslint/rule-tester@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(@typescript-eslint/typescript-estree@8.60.1(typescript@6.0.3))(@typescript-eslint/utils@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0)):
11359
11359
+
eslint-plugin-command@3.5.2(@typescript-eslint/rule-tester@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(@typescript-eslint/typescript-estree@8.61.0(typescript@5.9.3))(@typescript-eslint/utils@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0)):
11266
11360
dependencies:
11267
11361
'@es-joy/jsdoccomment': 0.84.0
11268
11268
-
'@typescript-eslint/rule-tester': 8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
11269
11269
-
'@typescript-eslint/typescript-estree': 8.60.1(typescript@6.0.3)
11270
11270
-
'@typescript-eslint/utils': 8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
11362
11362
+
'@typescript-eslint/rule-tester': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
11363
11363
+
'@typescript-eslint/typescript-estree': 8.61.0(typescript@5.9.3)
11364
11364
+
'@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
11271
11365
eslint: 10.4.1(jiti@2.7.0)
11272
11366
11273
11367
eslint-plugin-es-x@7.8.0(eslint@10.4.1(jiti@2.7.0)):
11274
11368
dependencies:
11275
11275
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0))
11369
11369
+
'@eslint-community/eslint-utils': 4.9.0(eslint@10.4.1(jiti@2.7.0))
11276
11370
'@eslint-community/regexpp': 4.12.2
11277
11371
eslint: 10.4.1(jiti@2.7.0)
11278
11372
eslint-compat-utils: 0.5.1(eslint@10.4.1(jiti@2.7.0))
···
11293
11387
espree: 11.2.0
11294
11388
esquery: 1.7.0
11295
11389
html-entities: 2.6.0
11296
11296
-
object-deep-merge: 2.0.1
11390
11390
+
object-deep-merge: 2.0.0
11297
11391
parse-imports-exports: 0.2.4
11298
11298
-
semver: 7.8.2
11392
11392
+
semver: 7.8.3
11299
11393
spdx-expression-parse: 4.0.0
11300
11394
to-valid-identifier: 1.0.0
11301
11395
transitivePeerDependencies:
···
11303
11397
11304
11398
eslint-plugin-jsonc@3.2.0(eslint@10.4.1(jiti@2.7.0)):
11305
11399
dependencies:
11306
11306
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0))
11400
11400
+
'@eslint-community/eslint-utils': 4.9.0(eslint@10.4.1(jiti@2.7.0))
11307
11401
'@eslint/core': 1.2.1
11308
11402
'@eslint/plugin-kit': 0.7.2
11309
11403
'@ota-meshi/ast-token-store': 0.3.0
···
11316
11410
transitivePeerDependencies:
11317
11411
- '@eslint/json'
11318
11412
11319
11319
-
eslint-plugin-n@18.0.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3):
11413
11413
+
eslint-plugin-n@18.1.0(eslint@10.4.1(jiti@2.7.0))(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3):
11320
11414
dependencies:
11321
11321
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0))
11322
11322
-
enhanced-resolve: 5.23.0
11415
11415
+
'@eslint-community/eslint-utils': 4.9.0(eslint@10.4.1(jiti@2.7.0))
11416
11416
+
enhanced-resolve: 5.18.3
11323
11417
eslint: 10.4.1(jiti@2.7.0)
11324
11418
eslint-plugin-es-x: 7.8.0(eslint@10.4.1(jiti@2.7.0))
11325
11325
-
get-tsconfig: 4.14.0
11419
11419
+
get-tsconfig: 4.13.0
11326
11420
globals: 15.15.0
11327
11421
globrex: 0.1.2
11328
11422
ignore: 5.3.2
11329
11329
-
semver: 7.8.2
11423
11423
+
semver: 7.8.3
11330
11424
optionalDependencies:
11331
11331
-
typescript: 6.0.3
11425
11425
+
ts-declaration-location: 1.0.7(typescript@5.9.3)
11426
11426
+
typescript: 5.9.3
11332
11427
11333
11428
eslint-plugin-no-only-tests@3.4.0: {}
11334
11429
11335
11335
-
eslint-plugin-perfectionist@5.9.0(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3):
11430
11430
+
eslint-plugin-perfectionist@5.9.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3):
11336
11431
dependencies:
11337
11337
-
'@typescript-eslint/utils': 8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
11432
11432
+
'@typescript-eslint/utils': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
11338
11433
eslint: 10.4.1(jiti@2.7.0)
11339
11434
natural-orderby: 5.0.0
11340
11435
transitivePeerDependencies:
···
11354
11449
11355
11450
eslint-plugin-regexp@3.1.0(eslint@10.4.1(jiti@2.7.0)):
11356
11451
dependencies:
11357
11357
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0))
11452
11452
+
'@eslint-community/eslint-utils': 4.9.0(eslint@10.4.1(jiti@2.7.0))
11358
11453
'@eslint-community/regexpp': 4.12.2
11359
11359
-
comment-parser: 1.4.7
11454
11454
+
comment-parser: 1.4.1
11360
11455
eslint: 10.4.1(jiti@2.7.0)
11361
11456
jsdoc-type-pratt-parser: 7.2.0
11362
11457
refa: 0.12.1
···
11376
11471
11377
11472
eslint-plugin-unicorn@64.0.0(eslint@10.4.1(jiti@2.7.0)):
11378
11473
dependencies:
11379
11379
-
'@babel/helper-validator-identifier': 7.29.7
11474
11474
+
'@babel/helper-validator-identifier': 7.28.5
11380
11475
'@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0))
11381
11476
change-case: 5.4.4
11382
11477
ci-info: 4.4.0
···
11390
11485
jsesc: 3.1.0
11391
11486
pluralize: 8.0.0
11392
11487
regexp-tree: 0.1.27
11393
11393
-
regjsparser: 0.13.1
11394
11394
-
semver: 7.8.2
11488
11488
+
regjsparser: 0.13.0
11489
11489
+
semver: 7.8.3
11395
11490
strip-indent: 4.1.1
11396
11491
11397
11397
-
eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.60.1(@typescript-eslint/parser@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0)):
11492
11492
+
eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0)):
11398
11493
dependencies:
11399
11494
eslint: 10.4.1(jiti@2.7.0)
11400
11495
optionalDependencies:
11401
11401
-
'@typescript-eslint/eslint-plugin': 8.60.1(@typescript-eslint/parser@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
11496
11496
+
'@typescript-eslint/eslint-plugin': 8.61.0(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
11402
11497
11403
11403
-
eslint-plugin-vue@10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.4.1(jiti@2.7.0)))(@typescript-eslint/parser@8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3))(eslint@10.4.1(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.4.1(jiti@2.7.0))):
11498
11498
+
eslint-plugin-vue@10.9.2(@stylistic/eslint-plugin@5.10.0(eslint@10.4.1(jiti@2.7.0)))(@typescript-eslint/parser@8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3))(eslint@10.4.1(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.4.1(jiti@2.7.0))):
11404
11499
dependencies:
11405
11405
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0))
11500
11500
+
'@eslint-community/eslint-utils': 4.9.0(eslint@10.4.1(jiti@2.7.0))
11406
11501
eslint: 10.4.1(jiti@2.7.0)
11407
11502
natural-compare: 1.4.0
11408
11503
nth-check: 2.1.1
11409
11504
postcss-selector-parser: 7.1.1
11410
11410
-
semver: 7.8.2
11505
11505
+
semver: 7.8.3
11411
11506
vue-eslint-parser: 10.4.1(eslint@10.4.1(jiti@2.7.0))
11412
11507
xml-name-validator: 4.0.0
11413
11508
optionalDependencies:
11414
11509
'@stylistic/eslint-plugin': 5.10.0(eslint@10.4.1(jiti@2.7.0))
11415
11415
-
'@typescript-eslint/parser': 8.60.1(eslint@10.4.1(jiti@2.7.0))(typescript@6.0.3)
11510
11510
+
'@typescript-eslint/parser': 8.61.0(eslint@10.4.1(jiti@2.7.0))(typescript@5.9.3)
11416
11511
11417
11512
eslint-plugin-yml@3.4.0(eslint@10.4.1(jiti@2.7.0)):
11418
11513
dependencies:
···
11430
11525
'@vue/compiler-sfc': 3.5.35
11431
11526
eslint: 10.4.1(jiti@2.7.0)
11432
11527
11528
11528
+
eslint-scope@8.4.0:
11529
11529
+
dependencies:
11530
11530
+
esrecurse: 4.3.0
11531
11531
+
estraverse: 5.3.0
11532
11532
+
11433
11533
eslint-scope@9.1.2:
11434
11534
dependencies:
11435
11535
'@types/esrecurse': 4.3.1
11436
11436
-
'@types/estree': 1.0.9
11536
11536
+
'@types/estree': 1.0.8
11437
11537
esrecurse: 4.3.0
11438
11538
estraverse: 5.3.0
11439
11539
···
11445
11545
11446
11546
eslint@10.4.1(jiti@2.7.0):
11447
11547
dependencies:
11448
11448
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.4.1(jiti@2.7.0))
11548
11548
+
'@eslint-community/eslint-utils': 4.9.0(eslint@10.4.1(jiti@2.7.0))
11449
11549
'@eslint-community/regexpp': 4.12.2
11450
11550
'@eslint/config-array': 0.23.5
11451
11551
'@eslint/config-helpers': 0.6.0
11452
11552
'@eslint/core': 1.2.1
11453
11553
'@eslint/plugin-kit': 0.7.2
11454
11454
-
'@humanfs/node': 0.16.8
11554
11554
+
'@humanfs/node': 0.16.7
11455
11555
'@humanwhocodes/module-importer': 1.0.1
11456
11556
'@humanwhocodes/retry': 0.4.3
11457
11457
-
'@types/estree': 1.0.9
11557
11557
+
'@types/estree': 1.0.8
11458
11558
ajv: 6.15.0
11459
11559
cross-spawn: 7.0.6
11460
11560
debug: 4.4.3
···
11482
11582
11483
11583
espree@10.4.0:
11484
11584
dependencies:
11485
11485
-
acorn: 8.16.0
11486
11486
-
acorn-jsx: 5.3.2(acorn@8.16.0)
11585
11585
+
acorn: 8.15.0
11586
11586
+
acorn-jsx: 5.3.2(acorn@8.15.0)
11487
11587
eslint-visitor-keys: 4.2.1
11488
11588
11489
11589
espree@11.2.0:
···
11492
11592
acorn-jsx: 5.3.2(acorn@8.16.0)
11493
11593
eslint-visitor-keys: 5.0.1
11494
11594
11595
11595
+
esquery@1.6.0:
11596
11596
+
dependencies:
11597
11597
+
estraverse: 5.3.0
11598
11598
+
11495
11599
esquery@1.7.0:
11496
11600
dependencies:
11497
11601
estraverse: 5.3.0
···
11506
11610
11507
11611
estree-walker@3.0.3:
11508
11612
dependencies:
11509
11509
-
'@types/estree': 1.0.9
11613
11613
+
'@types/estree': 1.0.8
11510
11614
11511
11615
esutils@2.0.3: {}
11512
11616
···
11514
11618
11515
11619
event-target-shim@5.0.1: {}
11516
11620
11517
11517
-
eventemitter3@5.0.4: {}
11621
11621
+
eventemitter3@5.0.1: {}
11518
11622
11519
11623
events-universal@1.0.1:
11520
11624
dependencies:
···
11574
11678
11575
11679
fast-json-stable-stringify@2.1.0: {}
11576
11680
11577
11577
-
fast-json-stringify@6.4.0:
11681
11681
+
fast-json-stringify@6.1.1:
11578
11682
dependencies:
11579
11683
'@fastify/merge-json-schemas': 0.2.1
11580
11580
-
ajv: 8.20.0
11581
11581
-
ajv-formats: 3.0.1(ajv@8.20.0)
11582
11582
-
fast-uri: 3.1.2
11684
11684
+
ajv: 8.17.1
11685
11685
+
ajv-formats: 3.0.1(ajv@8.17.1)
11686
11686
+
fast-uri: 3.1.0
11583
11687
json-schema-ref-resolver: 3.0.0
11584
11688
rfdc: 1.4.1
11585
11689
···
11603
11707
dependencies:
11604
11708
fast-string-truncated-width: 3.0.3
11605
11709
11606
11606
-
fast-uri@3.1.2: {}
11710
11710
+
fast-uri@3.1.0: {}
11607
11711
11608
11712
fast-wrap-ansi@0.1.6:
11609
11713
dependencies:
···
11615
11719
11616
11720
fastify-plugin@5.1.0: {}
11617
11721
11618
11618
-
fastify@5.8.5:
11722
11722
+
fastify@5.6.2:
11619
11723
dependencies:
11620
11724
'@fastify/ajv-compiler': 4.0.5
11621
11725
'@fastify/error': 4.2.0
11622
11726
'@fastify/fast-json-stringify-compiler': 5.0.3
11623
11727
'@fastify/proxy-addr': 5.1.0
11624
11728
abstract-logging: 2.0.1
11625
11625
-
avvio: 9.2.0
11626
11626
-
fast-json-stringify: 6.4.0
11627
11627
-
find-my-way: 9.6.0
11729
11729
+
avvio: 9.1.0
11730
11730
+
fast-json-stringify: 6.1.1
11731
11731
+
find-my-way: 9.3.0
11628
11732
light-my-request: 6.6.0
11629
11629
-
pino: 10.3.1
11733
11733
+
pino: 10.1.0
11630
11734
process-warning: 5.0.0
11631
11735
rfdc: 1.4.1
11632
11736
secure-json-parse: 4.1.0
11633
11633
-
semver: 7.8.2
11634
11634
-
toad-cache: 3.7.1
11737
11737
+
semver: 7.8.3
11738
11738
+
toad-cache: 3.7.0
11635
11739
11636
11636
-
fastq@1.20.1:
11740
11740
+
fastq@1.19.1:
11637
11741
dependencies:
11638
11742
reusify: 1.1.0
11639
11743
···
11659
11763
dependencies:
11660
11764
to-regex-range: 5.0.1
11661
11765
11662
11662
-
find-my-way@9.6.0:
11766
11766
+
find-my-way@9.3.0:
11663
11767
dependencies:
11664
11768
fast-deep-equal: 3.1.3
11665
11769
fast-querystring: 1.1.2
11666
11666
-
safe-regex2: 5.1.1
11770
11770
+
safe-regex2: 5.0.0
11667
11771
11668
11772
find-replace@5.0.2: {}
11669
11773
···
11674
11778
locate-path: 6.0.0
11675
11779
path-exists: 4.0.0
11676
11780
11677
11677
-
fix-dts-default-cjs-exports@1.0.1:
11678
11678
-
dependencies:
11679
11679
-
magic-string: 0.30.21
11680
11680
-
mlly: 1.8.2
11681
11681
-
rollup: 4.61.1
11682
11682
-
11683
11781
flat-cache@4.0.1:
11684
11782
dependencies:
11685
11685
-
flatted: 3.4.2
11783
11783
+
flatted: 3.3.3
11686
11784
keyv: 4.5.4
11687
11785
11688
11688
-
flatted@3.4.2: {}
11786
11786
+
flatted@3.3.3: {}
11689
11787
11690
11788
for-each@0.3.5:
11691
11789
dependencies:
···
11745
11843
11746
11844
get-caller-file@2.0.5: {}
11747
11845
11748
11748
-
get-east-asian-width@1.6.0: {}
11846
11846
+
get-east-asian-width@1.4.0: {}
11749
11847
11750
11848
get-intrinsic@1.3.0:
11751
11849
dependencies:
11752
11850
call-bind-apply-helpers: 1.0.2
11753
11851
es-define-property: 1.0.1
11754
11852
es-errors: 1.3.0
11755
11755
-
es-object-atoms: 1.1.2
11853
11853
+
es-object-atoms: 1.1.1
11756
11854
function-bind: 1.1.2
11757
11855
get-proto: 1.0.1
11758
11856
gopd: 1.2.0
11759
11857
has-symbols: 1.1.0
11760
11760
-
hasown: 2.0.4
11858
11858
+
hasown: 2.0.2
11761
11859
math-intrinsics: 1.1.0
11762
11860
11763
11861
get-port-please@3.2.0: {}
···
11765
11863
get-proto@1.0.1:
11766
11864
dependencies:
11767
11865
dunder-proto: 1.0.1
11768
11768
-
es-object-atoms: 1.1.2
11866
11866
+
es-object-atoms: 1.1.1
11769
11867
11770
11868
get-stream@6.0.1: {}
11771
11869
11772
11870
get-stream@8.0.1: {}
11773
11871
11872
11872
+
get-tsconfig@4.13.0:
11873
11873
+
dependencies:
11874
11874
+
resolve-pkg-maps: 1.0.0
11875
11875
+
11774
11876
get-tsconfig@4.14.0:
11877
11877
+
dependencies:
11878
11878
+
resolve-pkg-maps: 1.0.0
11879
11879
+
11880
11880
+
get-tsconfig@5.0.0-beta.5:
11775
11881
dependencies:
11776
11882
resolve-pkg-maps: 1.0.0
11777
11883
···
11793
11899
dependencies:
11794
11900
foreground-child: 3.3.1
11795
11901
jackspeak: 3.4.3
11796
11796
-
minimatch: 9.0.9
11797
11797
-
minipass: 7.1.3
11902
11902
+
minimatch: 9.0.5
11903
11903
+
minipass: 7.1.2
11798
11904
package-json-from-dist: 1.0.1
11799
11905
path-scurry: 1.11.1
11800
11906
···
11854
11960
11855
11961
happy-dom@20.10.2:
11856
11962
dependencies:
11857
11857
-
'@types/node': 24.11.0
11963
11963
+
'@types/node': 24.10.1
11858
11964
'@types/whatwg-mimetype': 3.0.2
11859
11965
'@types/ws': 8.18.1
11860
11966
buffer-image-size: 0.6.4
···
11877
11983
dependencies:
11878
11984
has-symbols: 1.1.0
11879
11985
11880
11880
-
hasown@2.0.4:
11986
11986
+
hasown@2.0.2:
11881
11987
dependencies:
11882
11988
function-bind: 1.1.2
11883
11989
···
11926
12032
11927
12033
import-in-the-middle@1.15.0:
11928
12034
dependencies:
11929
11929
-
acorn: 8.16.0
11930
11930
-
acorn-import-attributes: 1.9.5(acorn@8.16.0)
12035
12035
+
acorn: 8.15.0
12036
12036
+
acorn-import-attributes: 1.9.5(acorn@8.15.0)
11931
12037
cjs-module-lexer: 1.4.3
11932
12038
module-details-from-path: 1.0.4
12039
12039
+
12040
12040
+
import-without-cache@0.4.0: {}
11933
12041
11934
12042
impound@1.1.5:
11935
12043
dependencies:
···
11958
12066
is-glob: 4.0.3
11959
12067
list-installed: 5.3.1
11960
12068
picomatch: 4.0.4
11961
11961
-
semver: 7.8.2
12069
12069
+
semver: 7.8.3
11962
12070
11963
12071
installed-check@10.0.1:
11964
12072
dependencies:
···
11981
12089
transitivePeerDependencies:
11982
12090
- supports-color
11983
12091
11984
11984
-
ipaddr.js@2.4.0: {}
12092
12092
+
ipaddr.js@2.3.0: {}
11985
12093
11986
12094
iron-webcrypto@1.2.1: {}
11987
12095
···
11992
12100
11993
12101
is-builtin-module@5.0.0:
11994
12102
dependencies:
11995
11995
-
builtin-modules: 5.2.0
12103
12103
+
builtin-modules: 5.0.0
11996
12104
11997
12105
is-callable@1.2.7: {}
11998
12106
11999
11999
-
is-core-module@2.16.2:
12107
12107
+
is-core-module@2.16.1:
12000
12108
dependencies:
12001
12001
-
hasown: 2.0.4
12109
12109
+
hasown: 2.0.2
12002
12110
12003
12111
is-docker@3.0.0: {}
12004
12112
···
12039
12147
12040
12148
is-reference@1.2.1:
12041
12149
dependencies:
12042
12042
-
'@types/estree': 1.0.9
12150
12150
+
'@types/estree': 1.0.8
12043
12151
12044
12152
is-regex@1.2.1:
12045
12153
dependencies:
12046
12154
call-bound: 1.0.4
12047
12155
gopd: 1.2.0
12048
12156
has-tostringtag: 1.0.2
12049
12049
-
hasown: 2.0.4
12157
12157
+
hasown: 2.0.2
12050
12158
12051
12159
is-stream@2.0.1: {}
12052
12160
···
12054
12162
12055
12163
is-typed-array@1.1.15:
12056
12164
dependencies:
12057
12057
-
which-typed-array: 1.1.22
12165
12165
+
which-typed-array: 1.1.19
12058
12166
12059
12059
-
is-wsl@3.1.1:
12167
12167
+
is-wsl@3.1.0:
12060
12168
dependencies:
12061
12169
is-inside-container: 1.0.0
12062
12170
···
12064
12172
12065
12173
isexe@2.0.0: {}
12066
12174
12067
12067
-
isexe@3.1.5: {}
12175
12175
+
isexe@3.1.1: {}
12068
12176
12069
12177
isexe@4.0.0: {}
12070
12178
···
12087
12195
optionalDependencies:
12088
12196
'@pkgjs/parseargs': 0.11.0
12089
12197
12090
12090
-
jiti@1.21.7: {}
12198
12198
+
jiti@2.6.1: {}
12091
12199
12092
12200
jiti@2.7.0: {}
12093
12201
···
12103
12211
12104
12212
js-xxhash@4.0.0: {}
12105
12213
12106
12106
-
js-yaml@4.2.0:
12214
12214
+
js-yaml@4.1.1:
12107
12215
dependencies:
12108
12216
argparse: 2.0.1
12109
12217
···
12137
12245
12138
12246
jsonc-eslint-parser@3.1.0:
12139
12247
dependencies:
12140
12140
-
acorn: 8.16.0
12248
12248
+
acorn: 8.15.0
12141
12249
eslint-visitor-keys: 5.0.1
12142
12142
-
semver: 7.8.2
12250
12250
+
semver: 7.8.3
12143
12251
12144
12144
-
kasi@1.1.2: {}
12252
12252
+
kasi@1.1.1: {}
12145
12253
12146
12254
katex@0.16.47:
12147
12255
dependencies:
···
12169
12277
tinyglobby: 0.2.17
12170
12278
unbash: 3.0.0
12171
12279
yaml: 2.9.0
12172
12172
-
zod: 4.4.3
12280
12280
+
zod: 4.1.13
12173
12281
12174
12282
knitwork@1.3.0: {}
12175
12283
···
12262
12370
get-port-please: 3.2.0
12263
12371
h3: 1.15.11
12264
12372
http-shutdown: 1.2.2
12265
12265
-
jiti: 2.7.0
12373
12373
+
jiti: 2.6.1
12266
12374
mlly: 1.8.2
12267
12375
node-forge: 1.4.0
12268
12376
pathe: 2.0.3
···
12274
12382
transitivePeerDependencies:
12275
12383
- srvx
12276
12384
12277
12277
-
local-pkg@1.2.1:
12385
12385
+
local-pkg@1.1.2:
12278
12386
dependencies:
12279
12279
-
mlly: 1.8.2
12280
12280
-
pkg-types: 2.3.1
12387
12387
+
mlly: 1.8.0
12388
12388
+
pkg-types: 2.3.0
12281
12389
quansync: 0.2.11
12282
12390
12283
12391
locate-path@6.0.0:
···
12292
12400
12293
12401
lodash.uniq@4.5.0: {}
12294
12402
12295
12295
-
lodash@4.18.1: {}
12403
12403
+
lodash@4.17.21: {}
12296
12404
12297
12405
long@5.3.2: {}
12298
12406
···
12329
12437
12330
12438
make-dir@4.0.0:
12331
12439
dependencies:
12332
12332
-
semver: 7.8.2
12440
12440
+
semver: 7.8.3
12333
12441
12334
12442
markdown-table@3.0.4: {}
12335
12443
···
12342
12450
unist-util-is: 6.0.1
12343
12451
unist-util-visit-parents: 6.0.2
12344
12452
12345
12345
-
mdast-util-from-markdown@2.0.3:
12453
12453
+
mdast-util-from-markdown@2.0.2:
12346
12454
dependencies:
12347
12455
'@types/mdast': 4.0.4
12348
12456
'@types/unist': 3.0.3
12349
12349
-
decode-named-character-reference: 1.3.0
12457
12457
+
decode-named-character-reference: 1.2.0
12350
12458
devlop: 1.1.0
12351
12459
mdast-util-to-string: 4.0.0
12352
12460
micromark: 4.0.2
···
12364
12472
'@types/mdast': 4.0.4
12365
12473
devlop: 1.1.0
12366
12474
escape-string-regexp: 5.0.0
12367
12367
-
mdast-util-from-markdown: 2.0.3
12475
12475
+
mdast-util-from-markdown: 2.0.2
12368
12476
mdast-util-to-markdown: 2.1.2
12369
12477
micromark-extension-frontmatter: 2.0.0
12370
12478
transitivePeerDependencies:
···
12382
12490
dependencies:
12383
12491
'@types/mdast': 4.0.4
12384
12492
devlop: 1.1.0
12385
12385
-
mdast-util-from-markdown: 2.0.3
12493
12493
+
mdast-util-from-markdown: 2.0.2
12386
12494
mdast-util-to-markdown: 2.1.2
12387
12495
micromark-util-normalize-identifier: 2.0.1
12388
12496
transitivePeerDependencies:
···
12391
12499
mdast-util-gfm-strikethrough@2.0.0:
12392
12500
dependencies:
12393
12501
'@types/mdast': 4.0.4
12394
12394
-
mdast-util-from-markdown: 2.0.3
12502
12502
+
mdast-util-from-markdown: 2.0.2
12395
12503
mdast-util-to-markdown: 2.1.2
12396
12504
transitivePeerDependencies:
12397
12505
- supports-color
···
12401
12509
'@types/mdast': 4.0.4
12402
12510
devlop: 1.1.0
12403
12511
markdown-table: 3.0.4
12404
12404
-
mdast-util-from-markdown: 2.0.3
12512
12512
+
mdast-util-from-markdown: 2.0.2
12405
12513
mdast-util-to-markdown: 2.1.2
12406
12514
transitivePeerDependencies:
12407
12515
- supports-color
···
12410
12518
dependencies:
12411
12519
'@types/mdast': 4.0.4
12412
12520
devlop: 1.1.0
12413
12413
-
mdast-util-from-markdown: 2.0.3
12521
12521
+
mdast-util-from-markdown: 2.0.2
12414
12522
mdast-util-to-markdown: 2.1.2
12415
12523
transitivePeerDependencies:
12416
12524
- supports-color
12417
12525
12418
12526
mdast-util-gfm@3.1.0:
12419
12527
dependencies:
12420
12420
-
mdast-util-from-markdown: 2.0.3
12528
12528
+
mdast-util-from-markdown: 2.0.2
12421
12529
mdast-util-gfm-autolink-literal: 2.0.1
12422
12530
mdast-util-gfm-footnote: 2.1.0
12423
12531
mdast-util-gfm-strikethrough: 2.0.0
···
12433
12541
'@types/mdast': 4.0.4
12434
12542
devlop: 1.1.0
12435
12543
longest-streak: 3.1.0
12436
12436
-
mdast-util-from-markdown: 2.0.3
12544
12544
+
mdast-util-from-markdown: 2.0.2
12437
12545
mdast-util-to-markdown: 2.1.2
12438
12546
unist-util-remove-position: 5.0.0
12439
12547
transitivePeerDependencies:
···
12453
12561
mdast-util-to-string: 4.0.0
12454
12562
micromark-util-classify-character: 2.0.1
12455
12563
micromark-util-decode-string: 2.0.1
12456
12456
-
unist-util-visit: 5.1.0
12564
12564
+
unist-util-visit: 5.0.0
12457
12565
zwitch: 2.0.4
12458
12566
12459
12567
mdast-util-to-string@4.0.0:
···
12470
12578
12471
12579
micromark-core-commonmark@2.0.3:
12472
12580
dependencies:
12473
12473
-
decode-named-character-reference: 1.3.0
12581
12581
+
decode-named-character-reference: 1.2.0
12474
12582
devlop: 1.1.0
12475
12583
micromark-factory-destination: 2.0.1
12476
12584
micromark-factory-label: 2.0.1
···
12620
12728
12621
12729
micromark-util-decode-string@2.0.1:
12622
12730
dependencies:
12623
12623
-
decode-named-character-reference: 1.3.0
12731
12731
+
decode-named-character-reference: 1.2.0
12624
12732
micromark-util-character: 2.1.1
12625
12733
micromark-util-decode-numeric-character-reference: 2.0.2
12626
12734
micromark-util-symbol: 2.0.1
···
12656
12764
12657
12765
micromark@4.0.2:
12658
12766
dependencies:
12659
12659
-
'@types/debug': 4.1.13
12767
12767
+
'@types/debug': 4.1.12
12660
12768
debug: 4.4.3
12661
12661
-
decode-named-character-reference: 1.3.0
12769
12769
+
decode-named-character-reference: 1.2.0
12662
12770
devlop: 1.1.0
12663
12771
micromark-core-commonmark: 2.0.3
12664
12772
micromark-factory-space: 2.0.1
···
12679
12787
micromatch@4.0.8:
12680
12788
dependencies:
12681
12789
braces: 3.0.3
12682
12682
-
picomatch: 2.3.2
12790
12790
+
picomatch: 2.3.1
12683
12791
12684
12792
mime-db@1.54.0: {}
12685
12793
···
12701
12809
12702
12810
minimatch@5.1.9:
12703
12811
dependencies:
12704
12704
-
brace-expansion: 2.1.1
12812
12812
+
brace-expansion: 2.0.2
12705
12813
12706
12706
-
minimatch@9.0.9:
12814
12814
+
minimatch@9.0.5:
12707
12815
dependencies:
12708
12708
-
brace-expansion: 2.1.1
12816
12816
+
brace-expansion: 2.0.2
12709
12817
12710
12818
minimist@1.2.8: {}
12819
12819
+
12820
12820
+
minipass@7.1.2: {}
12711
12821
12712
12822
minipass@7.1.3: {}
12713
12823
12714
12824
minizlib@3.1.0:
12715
12825
dependencies:
12716
12716
-
minipass: 7.1.3
12826
12826
+
minipass: 7.1.2
12717
12827
12718
12828
mkdirp-classic@0.5.3: {}
12719
12829
12720
12720
-
mkdist@2.4.1(typescript@6.0.3)(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3)):
12830
12830
+
mlly@1.8.0:
12721
12831
dependencies:
12722
12722
-
autoprefixer: 10.5.0(postcss@8.5.15)
12723
12723
-
citty: 0.1.6
12724
12724
-
cssnano: 7.1.9(postcss@8.5.15)
12725
12725
-
defu: 6.1.7
12726
12726
-
esbuild: 0.25.12
12727
12727
-
jiti: 1.21.7
12728
12728
-
mlly: 1.8.2
12832
12832
+
acorn: 8.15.0
12729
12833
pathe: 2.0.3
12730
12730
-
pkg-types: 2.3.1
12731
12731
-
postcss: 8.5.15
12732
12732
-
postcss-nested: 7.0.2(postcss@8.5.15)
12733
12733
-
semver: 7.8.2
12734
12734
-
tinyglobby: 0.2.17
12735
12735
-
optionalDependencies:
12736
12736
-
typescript: 6.0.3
12737
12737
-
vue: 3.5.35(typescript@6.0.3)
12738
12738
-
vue-tsc: 3.2.8(typescript@6.0.3)
12834
12834
+
pkg-types: 1.3.1
12835
12835
+
ufo: 1.6.1
12739
12836
12740
12837
mlly@1.8.2:
12741
12838
dependencies:
···
12762
12859
12763
12860
nano-staged@1.0.2: {}
12764
12861
12862
12862
+
nanoid@3.3.11: {}
12863
12863
+
12765
12864
nanoid@3.3.12: {}
12766
12865
12767
12767
-
nanoid@5.1.11: {}
12866
12866
+
nanoid@5.1.6: {}
12768
12867
12769
12868
nanotar@0.3.0: {}
12770
12869
···
12774
12873
12775
12874
natural-orderby@5.0.0: {}
12776
12875
12777
12777
-
nitropack@2.13.4(oxc-parser@0.133.0)(rolldown@1.0.2)(srvx@0.11.16):
12876
12876
+
nitropack@2.13.4(oxc-parser@0.133.0)(rolldown@1.1.0)(srvx@0.11.16):
12778
12877
dependencies:
12779
12878
'@cloudflare/kv-asset-handler': 0.4.2
12780
12879
'@rollup/plugin-alias': 6.0.0(rollup@4.61.1)
···
12809
12908
hookable: 5.5.3
12810
12909
httpxy: 0.5.3
12811
12910
ioredis: 5.11.1
12812
12812
-
jiti: 2.7.0
12911
12911
+
jiti: 2.6.1
12813
12912
klona: 2.0.6
12814
12913
knitwork: 1.3.0
12815
12914
listhen: 1.10.0(srvx@0.11.16)
···
12827
12926
pretty-bytes: 7.1.0
12828
12927
radix3: 1.1.2
12829
12928
rollup: 4.61.1
12830
12830
-
rollup-plugin-visualizer: 7.0.1(rolldown@1.0.2)(rollup@4.61.1)
12929
12929
+
rollup-plugin-visualizer: 7.0.1(rolldown@1.1.0)(rollup@4.61.1)
12831
12930
scule: 1.3.0
12832
12832
-
semver: 7.8.2
12931
12931
+
semver: 7.8.3
12833
12932
serve-placeholder: 2.0.2
12834
12933
serve-static: 2.2.1
12835
12934
source-map: 0.7.6
···
12839
12938
uncrypto: 0.1.3
12840
12939
unctx: 2.5.0
12841
12940
unenv: 2.0.0-rc.24
12842
12842
-
unimport: 6.3.0(oxc-parser@0.133.0)(rolldown@1.0.2)
12941
12941
+
unimport: 6.3.0(oxc-parser@0.133.0)(rolldown@1.1.0)
12843
12942
unplugin-utils: 0.3.1
12844
12943
unstorage: 1.17.5(db0@0.3.4)(ioredis@5.11.1)
12845
12944
untyped: 2.0.0
···
12879
12978
- supports-color
12880
12979
- uploadthing
12881
12980
12882
12882
-
node-abi@3.92.0:
12981
12981
+
node-abi@3.85.0:
12883
12982
dependencies:
12884
12884
-
semver: 7.8.2
12983
12983
+
semver: 7.8.3
12885
12984
12886
12985
node-addon-api@7.1.1: {}
12887
12986
···
12897
12996
12898
12997
node-mock-http@1.0.4: {}
12899
12998
12999
12999
+
node-releases@2.0.27: {}
13000
13000
+
12900
13001
node-releases@2.0.47: {}
12901
13002
12902
13003
nopt@8.1.0:
···
12906
13007
normalize-package-data@6.0.2:
12907
13008
dependencies:
12908
13009
hosted-git-info: 7.0.2
12909
12909
-
semver: 7.8.2
13010
13010
+
semver: 7.8.3
12910
13011
validate-npm-package-license: 3.0.4
12911
13012
12912
13013
normalize-path@3.0.0: {}
···
12930
13031
dependencies:
12931
13032
boolbase: 1.0.0
12932
13033
12933
12933
-
nuxt@4.4.7(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.0.2)(rollup-plugin-visualizer@7.0.1(rolldown@1.0.2)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.22.4)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0):
13034
13034
+
nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.1.0)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.0)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.21.0)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0):
12934
13035
dependencies:
12935
13036
'@dxup/nuxt': 0.4.1(magicast@0.5.3)(typescript@6.0.3)
12936
12936
-
'@nuxt/cli': 3.35.2(@nuxt/schema@4.4.7)(cac@6.7.14)(magicast@0.5.3)
12937
12937
-
'@nuxt/devtools': 3.2.4(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))
12938
12938
-
'@nuxt/kit': 4.4.7(magicast@0.5.3)
12939
12939
-
'@nuxt/nitro-server': 4.4.7(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(db0@0.3.4)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@4.4.7(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.0.2)(rollup-plugin-visualizer@7.0.1(rolldown@1.0.2)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.22.4)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0))(oxc-parser@0.133.0)(rolldown@1.0.2)(srvx@0.11.16)(typescript@6.0.3)
12940
12940
-
'@nuxt/schema': 4.4.7
12941
12941
-
'@nuxt/telemetry': 2.8.0(@nuxt/kit@4.4.7(magicast@0.5.3))
12942
12942
-
'@nuxt/vite-builder': 4.4.7(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@types/node@24.11.0)(eslint@10.4.1(jiti@2.7.0))(lightningcss@1.32.0)(magicast@0.5.3)(nuxt@4.4.7(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.0.2)(rollup-plugin-visualizer@7.0.1(rolldown@1.0.2)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.22.4)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0))(optionator@0.9.4)(rolldown@1.0.2)(rollup-plugin-visualizer@7.0.1(rolldown@1.0.2)(rollup@4.61.1))(rollup@4.61.1)(terser@5.48.0)(tsx@4.22.4)(typescript@6.0.3)(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3))(yaml@2.9.0)
13037
13037
+
'@nuxt/cli': 3.35.2(@nuxt/schema@4.4.8)(cac@6.7.14)(magicast@0.5.3)
13038
13038
+
'@nuxt/devtools': 3.2.4(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))
13039
13039
+
'@nuxt/kit': 4.4.8(magicast@0.5.3)
13040
13040
+
'@nuxt/nitro-server': 4.4.8(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(db0@0.3.4)(ioredis@5.11.1)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.1.0)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.0)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.21.0)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0))(oxc-parser@0.133.0)(rolldown@1.1.0)(srvx@0.11.16)(typescript@6.0.3)
13041
13041
+
'@nuxt/schema': 4.4.8
13042
13042
+
'@nuxt/telemetry': 2.8.0(@nuxt/kit@4.4.8(magicast@0.5.3))
13043
13043
+
'@nuxt/vite-builder': 4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@types/node@24.11.0)(eslint@10.4.1(jiti@2.7.0))(lightningcss@1.32.0)(magicast@0.5.3)(nuxt@4.4.8(@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7))(@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7))(@parcel/watcher@2.5.6)(@types/node@24.11.0)(@vue/compiler-sfc@3.5.35)(cac@6.7.14)(db0@0.3.4)(eslint@10.4.1(jiti@2.7.0))(ioredis@5.11.1)(lightningcss@1.32.0)(magicast@0.5.3)(optionator@0.9.4)(rolldown@1.1.0)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.0)(rollup@4.61.1))(rollup@4.61.1)(srvx@0.11.16)(terser@5.48.0)(tsx@4.21.0)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3))(yaml@2.9.0))(optionator@0.9.4)(rolldown@1.1.0)(rollup-plugin-visualizer@7.0.1(rolldown@1.1.0)(rollup@4.61.1))(rollup@4.61.1)(terser@5.48.0)(tsx@4.21.0)(typescript@6.0.3)(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3))(yaml@2.9.0)
12943
13044
'@unhead/vue': 2.1.15(vue@3.5.35(typescript@6.0.3))
12944
13045
'@vue/shared': 3.5.35
12945
13046
chokidar: 5.0.0
···
12967
13068
oxc-minify: 0.133.0
12968
13069
oxc-parser: 0.133.0
12969
13070
oxc-transform: 0.133.0
12970
12970
-
oxc-walker: 1.0.0(oxc-parser@0.133.0)(rolldown@1.0.2)
13071
13071
+
oxc-walker: 1.0.0(oxc-parser@0.133.0)(rolldown@1.1.0)
12971
13072
pathe: 2.0.3
12972
13073
perfect-debounce: 2.1.0
12973
13074
picomatch: 4.0.4
12974
13075
pkg-types: 2.3.1
12975
13076
rou3: 0.8.1
12976
13077
scule: 1.3.0
12977
12977
-
semver: 7.8.2
13078
13078
+
semver: 7.8.3
12978
13079
std-env: 4.1.0
12979
13080
tinyglobby: 0.2.17
12980
13081
ufo: 1.6.4
12981
13082
ultrahtml: 1.6.0
12982
13083
uncrypto: 0.1.3
12983
13084
unctx: 2.5.0
12984
12984
-
unhead: 3.1.3(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
12985
12985
-
unimport: 6.3.0(oxc-parser@0.133.0)(rolldown@1.0.2)
13085
13085
+
unhead: 2.1.15
13086
13086
+
unimport: 6.3.0(oxc-parser@0.133.0)(rolldown@1.1.0)
12986
13087
unplugin: 3.0.0
12987
13088
unrouting: 0.1.7
12988
13089
untyped: 2.0.0
12989
13090
vue: 3.5.35(typescript@6.0.3)
12990
12990
-
vue-router: 5.1.0(@vue/compiler-sfc@3.5.35)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))
13091
13091
+
vue-router: 5.1.0(@vue/compiler-sfc@3.5.35)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3))
12991
13092
optionalDependencies:
12992
13093
'@parcel/watcher': 2.5.6
12993
13094
'@types/node': 24.11.0
···
13065
13166
pathe: 2.0.3
13066
13167
tinyexec: 1.2.4
13067
13168
13068
13068
-
object-deep-merge@2.0.1: {}
13169
13169
+
object-deep-merge@2.0.0: {}
13069
13170
13070
13171
object-treeify@1.1.33: {}
13071
13172
13072
13173
obliterator@2.0.5: {}
13073
13174
13074
13074
-
obug@2.1.2: {}
13175
13175
+
obug@2.1.1: {}
13075
13176
13076
13177
ofetch@1.5.1:
13077
13178
dependencies:
13078
13179
destr: 2.0.5
13079
13180
node-fetch-native: 1.6.7
13080
13080
-
ufo: 1.6.4
13181
13181
+
ufo: 1.6.1
13081
13182
13082
13183
ofetch@2.0.0-alpha.3: {}
13083
13184
···
13105
13206
13106
13207
open@11.0.0:
13107
13208
dependencies:
13108
13108
-
default-browser: 5.5.0
13209
13209
+
default-browser: 5.4.0
13109
13210
define-lazy-prop: 3.0.0
13110
13211
is-in-ssh: 1.0.0
13111
13212
is-inside-container: 1.0.0
···
13214
13315
'@oxc-transform/binding-win32-ia32-msvc': 0.133.0
13215
13316
'@oxc-transform/binding-win32-x64-msvc': 0.133.0
13216
13317
13217
13217
-
oxc-walker@1.0.0(oxc-parser@0.133.0)(rolldown@1.0.2):
13318
13318
+
oxc-walker@1.0.0(oxc-parser@0.133.0)(rolldown@1.1.0):
13218
13319
dependencies:
13219
13320
magic-regexp: 0.11.0
13220
13321
optionalDependencies:
13221
13322
oxc-parser: 0.133.0
13222
13222
-
rolldown: 1.0.2
13323
13323
+
rolldown: 1.1.0
13223
13324
13224
13325
oxfmt@0.45.0:
13225
13326
dependencies:
···
13265
13366
13266
13367
parse-json@8.3.0:
13267
13368
dependencies:
13268
13268
-
'@babel/code-frame': 7.29.7
13369
13369
+
'@babel/code-frame': 7.27.1
13269
13370
index-to-position: 1.2.0
13270
13371
type-fest: 4.41.0
13271
13372
···
13290
13391
path-scurry@1.11.1:
13291
13392
dependencies:
13292
13393
lru-cache: 10.4.3
13293
13293
-
minipass: 7.1.3
13394
13394
+
minipass: 7.1.2
13294
13395
13295
13396
path-scurry@2.0.2:
13296
13397
dependencies:
13297
13398
lru-cache: 11.5.1
13298
13298
-
minipass: 7.1.3
13399
13399
+
minipass: 7.1.2
13299
13400
13300
13401
pathe@1.1.2: {}
13301
13402
13302
13403
pathe@2.0.3: {}
13303
13404
13304
13405
peowly@1.3.3: {}
13406
13406
+
13407
13407
+
perfect-debounce@2.0.0: {}
13305
13408
13306
13409
perfect-debounce@2.1.0: {}
13307
13410
···
13309
13412
13310
13413
pg-int8@1.0.1: {}
13311
13414
13312
13312
-
pg-protocol@1.14.0: {}
13415
13415
+
pg-protocol@1.10.3: {}
13313
13416
13314
13417
pg-types@2.2.0:
13315
13418
dependencies:
13316
13419
pg-int8: 1.0.1
13317
13420
postgres-array: 2.0.0
13318
13318
-
postgres-bytea: 1.0.1
13421
13421
+
postgres-bytea: 1.0.0
13319
13422
postgres-date: 1.0.7
13320
13423
postgres-interval: 1.2.0
13321
13424
13322
13425
picocolors@1.1.1: {}
13323
13426
13324
13324
-
picomatch@2.3.2: {}
13427
13427
+
picomatch@2.3.1: {}
13428
13428
+
13429
13429
+
picomatch@4.0.3: {}
13325
13430
13326
13431
picomatch@4.0.4: {}
13327
13432
13328
13328
-
pino-abstract-transport@3.0.0:
13433
13433
+
pino-abstract-transport@2.0.0:
13329
13434
dependencies:
13330
13435
split2: 4.2.0
13331
13436
13332
13332
-
pino-std-serializers@7.1.0: {}
13437
13437
+
pino-std-serializers@7.0.0: {}
13333
13438
13334
13334
-
pino@10.3.1:
13439
13439
+
pino@10.1.0:
13335
13440
dependencies:
13336
13441
'@pinojs/redact': 0.4.0
13337
13442
atomic-sleep: 1.0.0
13338
13443
on-exit-leak-free: 2.1.2
13339
13339
-
pino-abstract-transport: 3.0.0
13340
13340
-
pino-std-serializers: 7.1.0
13444
13444
+
pino-abstract-transport: 2.0.0
13445
13445
+
pino-std-serializers: 7.0.0
13341
13446
process-warning: 5.0.0
13342
13447
quick-format-unescaped: 4.0.4
13343
13448
real-require: 0.2.0
13344
13449
safe-stable-stringify: 2.5.0
13345
13345
-
sonic-boom: 4.2.1
13346
13346
-
thread-stream: 4.2.0
13450
13450
+
sonic-boom: 4.2.0
13451
13451
+
thread-stream: 3.1.0
13347
13452
13348
13453
pkg-types@1.3.1:
13349
13454
dependencies:
13350
13455
confbox: 0.1.8
13351
13351
-
mlly: 1.8.2
13456
13456
+
mlly: 1.8.0
13457
13457
+
pathe: 2.0.3
13458
13458
+
13459
13459
+
pkg-types@2.3.0:
13460
13460
+
dependencies:
13461
13461
+
confbox: 0.2.2
13462
13462
+
exsolve: 1.0.8
13352
13463
pathe: 2.0.3
13353
13464
13354
13465
pkg-types@2.3.1:
···
13373
13484
postcss-selector-parser: 7.1.1
13374
13485
postcss-value-parser: 4.2.0
13375
13486
13376
13376
-
postcss-colormin@7.0.10(postcss@8.5.15):
13377
13377
-
dependencies:
13378
13378
-
'@colordx/core': 5.4.3
13379
13379
-
browserslist: 4.28.2
13380
13380
-
caniuse-api: 3.0.0
13381
13381
-
postcss: 8.5.15
13382
13382
-
postcss-value-parser: 4.2.0
13383
13383
-
13384
13487
postcss-colormin@8.0.0(postcss@8.5.15):
13385
13488
dependencies:
13386
13489
'@colordx/core': 5.4.3
···
13389
13492
postcss: 8.5.15
13390
13493
postcss-value-parser: 4.2.0
13391
13494
13392
13392
-
postcss-convert-values@7.0.12(postcss@8.5.15):
13393
13393
-
dependencies:
13394
13394
-
browserslist: 4.28.2
13395
13395
-
postcss: 8.5.15
13396
13396
-
postcss-value-parser: 4.2.0
13397
13397
-
13398
13495
postcss-convert-values@8.0.0(postcss@8.5.15):
13399
13496
dependencies:
13400
13497
browserslist: 4.28.2
13401
13498
postcss: 8.5.15
13402
13499
postcss-value-parser: 4.2.0
13403
13403
-
13404
13404
-
postcss-discard-comments@7.0.8(postcss@8.5.15):
13405
13405
-
dependencies:
13406
13406
-
postcss: 8.5.15
13407
13407
-
postcss-selector-parser: 7.1.1
13408
13500
13409
13501
postcss-discard-comments@8.0.0(postcss@8.5.15):
13410
13502
dependencies:
13411
13503
postcss: 8.5.15
13412
13504
postcss-selector-parser: 7.1.1
13413
13505
13414
13414
-
postcss-discard-duplicates@7.0.4(postcss@8.5.15):
13415
13415
-
dependencies:
13416
13416
-
postcss: 8.5.15
13417
13417
-
13418
13506
postcss-discard-duplicates@8.0.0(postcss@8.5.15):
13419
13419
-
dependencies:
13420
13420
-
postcss: 8.5.15
13421
13421
-
13422
13422
-
postcss-discard-empty@7.0.3(postcss@8.5.15):
13423
13507
dependencies:
13424
13508
postcss: 8.5.15
13425
13509
···
13427
13511
dependencies:
13428
13512
postcss: 8.5.15
13429
13513
13430
13430
-
postcss-discard-overridden@7.0.3(postcss@8.5.15):
13431
13431
-
dependencies:
13432
13432
-
postcss: 8.5.15
13433
13433
-
13434
13514
postcss-discard-overridden@8.0.0(postcss@8.5.15):
13435
13515
dependencies:
13436
13516
postcss: 8.5.15
13437
13517
13438
13438
-
postcss-merge-longhand@7.0.7(postcss@8.5.15):
13439
13439
-
dependencies:
13440
13440
-
postcss: 8.5.15
13441
13441
-
postcss-value-parser: 4.2.0
13442
13442
-
stylehacks: 7.0.11(postcss@8.5.15)
13443
13443
-
13444
13518
postcss-merge-longhand@8.0.0(postcss@8.5.15):
13445
13519
dependencies:
13446
13520
postcss: 8.5.15
13447
13521
postcss-value-parser: 4.2.0
13448
13522
stylehacks: 8.0.0(postcss@8.5.15)
13449
13523
13450
13450
-
postcss-merge-rules@7.0.11(postcss@8.5.15):
13451
13451
-
dependencies:
13452
13452
-
browserslist: 4.28.2
13453
13453
-
caniuse-api: 3.0.0
13454
13454
-
cssnano-utils: 5.0.3(postcss@8.5.15)
13455
13455
-
postcss: 8.5.15
13456
13456
-
postcss-selector-parser: 7.1.1
13457
13457
-
13458
13524
postcss-merge-rules@8.0.0(postcss@8.5.15):
13459
13525
dependencies:
13460
13526
browserslist: 4.28.2
···
13463
13529
postcss: 8.5.15
13464
13530
postcss-selector-parser: 7.1.1
13465
13531
13466
13466
-
postcss-minify-font-values@7.0.3(postcss@8.5.15):
13467
13467
-
dependencies:
13468
13468
-
postcss: 8.5.15
13469
13469
-
postcss-value-parser: 4.2.0
13470
13470
-
13471
13532
postcss-minify-font-values@8.0.0(postcss@8.5.15):
13472
13533
dependencies:
13473
13534
postcss: 8.5.15
13474
13535
postcss-value-parser: 4.2.0
13475
13536
13476
13476
-
postcss-minify-gradients@7.0.5(postcss@8.5.15):
13477
13477
-
dependencies:
13478
13478
-
'@colordx/core': 5.4.3
13479
13479
-
cssnano-utils: 5.0.3(postcss@8.5.15)
13480
13480
-
postcss: 8.5.15
13481
13481
-
postcss-value-parser: 4.2.0
13482
13482
-
13483
13537
postcss-minify-gradients@8.0.0(postcss@8.5.15):
13484
13538
dependencies:
13485
13539
'@colordx/core': 5.4.3
···
13487
13541
postcss: 8.5.15
13488
13542
postcss-value-parser: 4.2.0
13489
13543
13490
13490
-
postcss-minify-params@7.0.9(postcss@8.5.15):
13491
13491
-
dependencies:
13492
13492
-
browserslist: 4.28.2
13493
13493
-
cssnano-utils: 5.0.3(postcss@8.5.15)
13494
13494
-
postcss: 8.5.15
13495
13495
-
postcss-value-parser: 4.2.0
13496
13496
-
13497
13544
postcss-minify-params@8.0.0(postcss@8.5.15):
13498
13545
dependencies:
13499
13546
browserslist: 4.28.2
···
13501
13548
postcss: 8.5.15
13502
13549
postcss-value-parser: 4.2.0
13503
13550
13504
13504
-
postcss-minify-selectors@7.1.2(postcss@8.5.15):
13505
13505
-
dependencies:
13506
13506
-
browserslist: 4.28.2
13507
13507
-
caniuse-api: 3.0.0
13508
13508
-
cssesc: 3.0.0
13509
13509
-
postcss: 8.5.15
13510
13510
-
postcss-selector-parser: 7.1.1
13511
13511
-
13512
13551
postcss-minify-selectors@8.0.1(postcss@8.5.15):
13513
13552
dependencies:
13514
13553
browserslist: 4.28.2
···
13517
13556
postcss: 8.5.15
13518
13557
postcss-selector-parser: 7.1.1
13519
13558
13520
13520
-
postcss-nested@7.0.2(postcss@8.5.15):
13521
13521
-
dependencies:
13522
13522
-
postcss: 8.5.15
13523
13523
-
postcss-selector-parser: 7.1.1
13524
13524
-
13525
13525
-
postcss-normalize-charset@7.0.3(postcss@8.5.15):
13526
13526
-
dependencies:
13527
13527
-
postcss: 8.5.15
13528
13528
-
13529
13559
postcss-normalize-charset@8.0.0(postcss@8.5.15):
13530
13560
dependencies:
13531
13561
postcss: 8.5.15
13532
13532
-
13533
13533
-
postcss-normalize-display-values@7.0.3(postcss@8.5.15):
13534
13534
-
dependencies:
13535
13535
-
postcss: 8.5.15
13536
13536
-
postcss-value-parser: 4.2.0
13537
13562
13538
13563
postcss-normalize-display-values@8.0.0(postcss@8.5.15):
13539
13564
dependencies:
13540
13565
postcss: 8.5.15
13541
13566
postcss-value-parser: 4.2.0
13542
13567
13543
13543
-
postcss-normalize-positions@7.0.4(postcss@8.5.15):
13544
13544
-
dependencies:
13545
13545
-
postcss: 8.5.15
13546
13546
-
postcss-value-parser: 4.2.0
13547
13547
-
13548
13568
postcss-normalize-positions@8.0.0(postcss@8.5.15):
13549
13569
dependencies:
13550
13570
postcss: 8.5.15
13551
13571
postcss-value-parser: 4.2.0
13552
13572
13553
13553
-
postcss-normalize-repeat-style@7.0.4(postcss@8.5.15):
13554
13554
-
dependencies:
13555
13555
-
postcss: 8.5.15
13556
13556
-
postcss-value-parser: 4.2.0
13557
13557
-
13558
13573
postcss-normalize-repeat-style@8.0.0(postcss@8.5.15):
13559
13574
dependencies:
13560
13575
postcss: 8.5.15
13561
13576
postcss-value-parser: 4.2.0
13562
13577
13563
13563
-
postcss-normalize-string@7.0.3(postcss@8.5.15):
13564
13564
-
dependencies:
13565
13565
-
postcss: 8.5.15
13566
13566
-
postcss-value-parser: 4.2.0
13567
13567
-
13568
13578
postcss-normalize-string@8.0.0(postcss@8.5.15):
13569
13579
dependencies:
13570
13580
postcss: 8.5.15
13571
13581
postcss-value-parser: 4.2.0
13572
13582
13573
13573
-
postcss-normalize-timing-functions@7.0.3(postcss@8.5.15):
13574
13574
-
dependencies:
13575
13575
-
postcss: 8.5.15
13576
13576
-
postcss-value-parser: 4.2.0
13577
13577
-
13578
13583
postcss-normalize-timing-functions@8.0.0(postcss@8.5.15):
13579
13584
dependencies:
13580
13585
postcss: 8.5.15
13581
13586
postcss-value-parser: 4.2.0
13582
13587
13583
13583
-
postcss-normalize-unicode@7.0.9(postcss@8.5.15):
13584
13584
-
dependencies:
13585
13585
-
browserslist: 4.28.2
13586
13586
-
postcss: 8.5.15
13587
13587
-
postcss-value-parser: 4.2.0
13588
13588
-
13589
13588
postcss-normalize-unicode@8.0.0(postcss@8.5.15):
13590
13589
dependencies:
13591
13590
browserslist: 4.28.2
13592
13591
postcss: 8.5.15
13593
13592
postcss-value-parser: 4.2.0
13594
13593
13595
13595
-
postcss-normalize-url@7.0.3(postcss@8.5.15):
13596
13596
-
dependencies:
13597
13597
-
postcss: 8.5.15
13598
13598
-
postcss-value-parser: 4.2.0
13599
13599
-
13600
13594
postcss-normalize-url@8.0.0(postcss@8.5.15):
13601
13595
dependencies:
13602
13596
postcss: 8.5.15
13603
13597
postcss-value-parser: 4.2.0
13604
13598
13605
13605
-
postcss-normalize-whitespace@7.0.3(postcss@8.5.15):
13606
13606
-
dependencies:
13607
13607
-
postcss: 8.5.15
13608
13608
-
postcss-value-parser: 4.2.0
13609
13609
-
13610
13599
postcss-normalize-whitespace@8.0.0(postcss@8.5.15):
13611
13600
dependencies:
13612
13612
-
postcss: 8.5.15
13613
13613
-
postcss-value-parser: 4.2.0
13614
13614
-
13615
13615
-
postcss-ordered-values@7.0.4(postcss@8.5.15):
13616
13616
-
dependencies:
13617
13617
-
cssnano-utils: 5.0.3(postcss@8.5.15)
13618
13601
postcss: 8.5.15
13619
13602
postcss-value-parser: 4.2.0
13620
13603
···
13624
13607
postcss: 8.5.15
13625
13608
postcss-value-parser: 4.2.0
13626
13609
13627
13627
-
postcss-reduce-initial@7.0.9(postcss@8.5.15):
13628
13628
-
dependencies:
13629
13629
-
browserslist: 4.28.2
13630
13630
-
caniuse-api: 3.0.0
13631
13631
-
postcss: 8.5.15
13632
13632
-
13633
13610
postcss-reduce-initial@8.0.0(postcss@8.5.15):
13634
13611
dependencies:
13635
13612
browserslist: 4.28.2
13636
13613
caniuse-api: 3.0.0
13637
13614
postcss: 8.5.15
13638
13615
13639
13639
-
postcss-reduce-transforms@7.0.3(postcss@8.5.15):
13640
13640
-
dependencies:
13641
13641
-
postcss: 8.5.15
13642
13642
-
postcss-value-parser: 4.2.0
13643
13643
-
13644
13616
postcss-reduce-transforms@8.0.0(postcss@8.5.15):
13645
13617
dependencies:
13646
13618
postcss: 8.5.15
···
13650
13622
dependencies:
13651
13623
cssesc: 3.0.0
13652
13624
util-deprecate: 1.0.2
13653
13653
-
13654
13654
-
postcss-svgo@7.1.3(postcss@8.5.15):
13655
13655
-
dependencies:
13656
13656
-
postcss: 8.5.15
13657
13657
-
postcss-value-parser: 4.2.0
13658
13658
-
svgo: 4.0.1
13659
13625
13660
13626
postcss-svgo@8.0.0(postcss@8.5.15):
13661
13627
dependencies:
···
13663
13629
postcss-value-parser: 4.2.0
13664
13630
svgo: 4.0.1
13665
13631
13666
13666
-
postcss-unique-selectors@7.0.7(postcss@8.5.15):
13667
13667
-
dependencies:
13668
13668
-
postcss: 8.5.15
13669
13669
-
postcss-selector-parser: 7.1.1
13670
13670
-
13671
13632
postcss-unique-selectors@8.0.0(postcss@8.5.15):
13672
13633
dependencies:
13673
13634
postcss: 8.5.15
···
13681
13642
picocolors: 1.1.1
13682
13643
source-map-js: 1.2.1
13683
13644
13645
13645
+
postcss@8.5.6:
13646
13646
+
dependencies:
13647
13647
+
nanoid: 3.3.11
13648
13648
+
picocolors: 1.1.1
13649
13649
+
source-map-js: 1.2.1
13650
13650
+
13684
13651
postgres-array@2.0.0: {}
13685
13652
13686
13686
-
postgres-bytea@1.0.1: {}
13653
13653
+
postgres-bytea@1.0.0: {}
13687
13654
13688
13655
postgres-date@1.0.7: {}
13689
13656
···
13703
13670
minimist: 1.2.8
13704
13671
mkdirp-classic: 0.5.3
13705
13672
napi-build-utils: 2.0.0
13706
13706
-
node-abi: 3.92.0
13707
13707
-
pump: 3.0.4
13673
13673
+
node-abi: 3.85.0
13674
13674
+
pump: 3.0.3
13708
13675
rc: 1.2.8
13709
13676
simple-get: 4.0.1
13710
13677
tar-fs: 2.1.4
···
13728
13695
retry: 0.12.0
13729
13696
signal-exit: 3.0.7
13730
13697
13731
13731
-
protobufjs@7.6.2:
13698
13698
+
protobufjs@7.5.4:
13732
13699
dependencies:
13733
13700
'@protobufjs/aspromise': 1.1.2
13734
13701
'@protobufjs/base64': 1.1.2
13735
13735
-
'@protobufjs/codegen': 2.0.5
13736
13736
-
'@protobufjs/eventemitter': 1.1.1
13737
13737
-
'@protobufjs/fetch': 1.1.1
13702
13702
+
'@protobufjs/codegen': 2.0.4
13703
13703
+
'@protobufjs/eventemitter': 1.1.0
13704
13704
+
'@protobufjs/fetch': 1.1.0
13738
13705
'@protobufjs/float': 1.0.2
13739
13739
-
'@protobufjs/inquire': 1.1.2
13706
13706
+
'@protobufjs/inquire': 1.1.0
13740
13707
'@protobufjs/path': 1.1.2
13741
13708
'@protobufjs/pool': 1.1.0
13742
13742
-
'@protobufjs/utf8': 1.1.1
13743
13743
-
'@types/node': 24.11.0
13709
13709
+
'@protobufjs/utf8': 1.1.0
13710
13710
+
'@types/node': 24.10.1
13744
13711
long: 5.3.2
13745
13712
13746
13746
-
pump@3.0.4:
13713
13713
+
pump@3.0.3:
13747
13714
dependencies:
13748
13715
end-of-stream: 1.4.5
13749
13716
once: 1.4.0
···
13752
13719
13753
13720
quansync@0.2.11: {}
13754
13721
13722
13722
+
quansync@1.0.0: {}
13723
13723
+
13755
13724
queue-microtask@1.2.3: {}
13756
13725
13757
13726
quick-format-unescaped@4.0.4: {}
···
13793
13762
13794
13763
read-yaml-file@2.1.0:
13795
13764
dependencies:
13796
13796
-
js-yaml: 4.2.0
13765
13765
+
js-yaml: 4.1.1
13797
13766
strip-bom: 4.0.0
13798
13767
13799
13768
readable-stream@2.3.8:
···
13830
13799
13831
13800
real-require@0.2.0: {}
13832
13801
13833
13833
-
real-require@1.0.0: {}
13834
13834
-
13835
13802
redis-errors@1.2.0: {}
13836
13803
13837
13804
redis-parser@3.0.0:
···
13849
13816
13850
13817
regexp-tree@0.1.27: {}
13851
13818
13852
13852
-
regjsparser@0.13.1:
13819
13819
+
regjsparser@0.13.0:
13853
13820
dependencies:
13854
13821
jsesc: 3.1.0
13855
13822
···
13861
13828
dependencies:
13862
13829
debug: 4.4.3
13863
13830
module-details-from-path: 1.0.4
13864
13864
-
resolve: 1.22.12
13831
13831
+
resolve: 1.22.11
13865
13832
transitivePeerDependencies:
13866
13833
- supports-color
13867
13834
···
13873
13840
13874
13841
resolve-workspace-root@2.0.1: {}
13875
13842
13876
13876
-
resolve@1.22.12:
13843
13843
+
resolve@1.22.11:
13877
13844
dependencies:
13878
13878
-
es-errors: 1.3.0
13879
13879
-
is-core-module: 2.16.2
13845
13845
+
is-core-module: 2.16.1
13880
13846
path-parse: 1.0.7
13881
13847
supports-preserve-symlinks-flag: 1.0.0
13882
13848
···
13888
13854
13889
13855
rfdc@1.4.1: {}
13890
13856
13857
13857
+
rolldown-plugin-dts@0.25.2(oxc-resolver@11.20.0)(rolldown@1.1.0)(typescript@5.9.3)(vue-tsc@3.2.8(typescript@5.9.3)):
13858
13858
+
dependencies:
13859
13859
+
'@babel/generator': 8.0.0-rc.6
13860
13860
+
'@babel/helper-validator-identifier': 8.0.0-rc.6
13861
13861
+
'@babel/parser': 8.0.0-rc.6
13862
13862
+
ast-kit: 3.0.0-beta.1
13863
13863
+
birpc: 4.0.0
13864
13864
+
dts-resolver: 3.0.0(oxc-resolver@11.20.0)
13865
13865
+
get-tsconfig: 5.0.0-beta.5
13866
13866
+
obug: 2.1.1
13867
13867
+
rolldown: 1.1.0
13868
13868
+
optionalDependencies:
13869
13869
+
typescript: 5.9.3
13870
13870
+
vue-tsc: 3.2.8(typescript@5.9.3)
13871
13871
+
transitivePeerDependencies:
13872
13872
+
- oxc-resolver
13873
13873
+
13891
13874
rolldown@1.0.2:
13892
13875
dependencies:
13893
13876
'@oxc-project/types': 0.132.0
···
13909
13892
'@rolldown/binding-win32-arm64-msvc': 1.0.2
13910
13893
'@rolldown/binding-win32-x64-msvc': 1.0.2
13911
13894
13912
13912
-
rollup-plugin-dts@6.4.1(rollup@4.61.1)(typescript@6.0.3):
13895
13895
+
rolldown@1.1.0:
13913
13896
dependencies:
13914
13914
-
'@jridgewell/remapping': 2.3.5
13915
13915
-
'@jridgewell/sourcemap-codec': 1.5.5
13916
13916
-
convert-source-map: 2.0.0
13917
13917
-
magic-string: 0.30.21
13918
13918
-
rollup: 4.61.1
13919
13919
-
typescript: 6.0.3
13897
13897
+
'@oxc-project/types': 0.134.0
13898
13898
+
'@rolldown/pluginutils': 1.0.1
13920
13899
optionalDependencies:
13921
13921
-
'@babel/code-frame': 7.29.7
13900
13900
+
'@rolldown/binding-android-arm64': 1.1.0
13901
13901
+
'@rolldown/binding-darwin-arm64': 1.1.0
13902
13902
+
'@rolldown/binding-darwin-x64': 1.1.0
13903
13903
+
'@rolldown/binding-freebsd-x64': 1.1.0
13904
13904
+
'@rolldown/binding-linux-arm-gnueabihf': 1.1.0
13905
13905
+
'@rolldown/binding-linux-arm64-gnu': 1.1.0
13906
13906
+
'@rolldown/binding-linux-arm64-musl': 1.1.0
13907
13907
+
'@rolldown/binding-linux-ppc64-gnu': 1.1.0
13908
13908
+
'@rolldown/binding-linux-s390x-gnu': 1.1.0
13909
13909
+
'@rolldown/binding-linux-x64-gnu': 1.1.0
13910
13910
+
'@rolldown/binding-linux-x64-musl': 1.1.0
13911
13911
+
'@rolldown/binding-openharmony-arm64': 1.1.0
13912
13912
+
'@rolldown/binding-wasm32-wasi': 1.1.0
13913
13913
+
'@rolldown/binding-win32-arm64-msvc': 1.1.0
13914
13914
+
'@rolldown/binding-win32-x64-msvc': 1.1.0
13922
13915
13923
13923
-
rollup-plugin-visualizer@7.0.1(rolldown@1.0.2)(rollup@4.61.1):
13916
13916
+
rollup-plugin-visualizer@7.0.1(rolldown@1.1.0)(rollup@4.61.1):
13924
13917
dependencies:
13925
13918
open: 11.0.0
13926
13919
picomatch: 4.0.4
13927
13920
source-map: 0.7.6
13928
13921
yargs: 18.0.0
13929
13922
optionalDependencies:
13930
13930
-
rolldown: 1.0.2
13923
13923
+
rolldown: 1.1.0
13931
13924
rollup: 4.61.1
13932
13925
13926
13926
+
rollup@4.53.3:
13927
13927
+
dependencies:
13928
13928
+
'@types/estree': 1.0.8
13929
13929
+
optionalDependencies:
13930
13930
+
'@rollup/rollup-android-arm-eabi': 4.53.3
13931
13931
+
'@rollup/rollup-android-arm64': 4.53.3
13932
13932
+
'@rollup/rollup-darwin-arm64': 4.53.3
13933
13933
+
'@rollup/rollup-darwin-x64': 4.53.3
13934
13934
+
'@rollup/rollup-freebsd-arm64': 4.53.3
13935
13935
+
'@rollup/rollup-freebsd-x64': 4.53.3
13936
13936
+
'@rollup/rollup-linux-arm-gnueabihf': 4.53.3
13937
13937
+
'@rollup/rollup-linux-arm-musleabihf': 4.53.3
13938
13938
+
'@rollup/rollup-linux-arm64-gnu': 4.53.3
13939
13939
+
'@rollup/rollup-linux-arm64-musl': 4.53.3
13940
13940
+
'@rollup/rollup-linux-loong64-gnu': 4.53.3
13941
13941
+
'@rollup/rollup-linux-ppc64-gnu': 4.53.3
13942
13942
+
'@rollup/rollup-linux-riscv64-gnu': 4.53.3
13943
13943
+
'@rollup/rollup-linux-riscv64-musl': 4.53.3
13944
13944
+
'@rollup/rollup-linux-s390x-gnu': 4.53.3
13945
13945
+
'@rollup/rollup-linux-x64-gnu': 4.53.3
13946
13946
+
'@rollup/rollup-linux-x64-musl': 4.53.3
13947
13947
+
'@rollup/rollup-openharmony-arm64': 4.53.3
13948
13948
+
'@rollup/rollup-win32-arm64-msvc': 4.53.3
13949
13949
+
'@rollup/rollup-win32-ia32-msvc': 4.53.3
13950
13950
+
'@rollup/rollup-win32-x64-gnu': 4.53.3
13951
13951
+
'@rollup/rollup-win32-x64-msvc': 4.53.3
13952
13952
+
fsevents: 2.3.3
13953
13953
+
13933
13954
rollup@4.61.1:
13934
13955
dependencies:
13935
13956
'@types/estree': 1.0.9
···
13979
14000
es-errors: 1.3.0
13980
14001
is-regex: 1.2.1
13981
14002
13982
13982
-
safe-regex2@5.1.1:
14003
14003
+
safe-regex2@5.0.0:
13983
14004
dependencies:
13984
14005
ret: 0.5.0
13985
14006
···
13999
14020
14000
14021
semver@6.3.1: {}
14001
14022
14002
14002
-
semver@7.8.2: {}
14023
14023
+
semver@7.8.3: {}
14003
14024
14004
14025
send@1.2.1:
14005
14026
dependencies:
···
14097
14118
14098
14119
smol-toml@1.6.1: {}
14099
14120
14100
14100
-
sonic-boom@4.2.1:
14121
14121
+
sonic-boom@4.2.0:
14101
14122
dependencies:
14102
14123
atomic-sleep: 1.0.0
14103
14124
···
14115
14136
spdx-correct@3.2.0:
14116
14137
dependencies:
14117
14138
spdx-expression-parse: 3.0.1
14118
14118
-
spdx-license-ids: 3.0.23
14139
14139
+
spdx-license-ids: 3.0.22
14119
14140
14120
14141
spdx-exceptions@2.5.0: {}
14121
14142
14122
14143
spdx-expression-parse@3.0.1:
14123
14144
dependencies:
14124
14145
spdx-exceptions: 2.5.0
14125
14125
-
spdx-license-ids: 3.0.23
14146
14146
+
spdx-license-ids: 3.0.22
14126
14147
14127
14148
spdx-expression-parse@4.0.0:
14128
14149
dependencies:
14129
14150
spdx-exceptions: 2.5.0
14130
14130
-
spdx-license-ids: 3.0.23
14151
14151
+
spdx-license-ids: 3.0.22
14131
14152
14132
14132
-
spdx-license-ids@3.0.23: {}
14153
14153
+
spdx-license-ids@3.0.22: {}
14133
14154
14134
14155
split2@4.2.0: {}
14135
14156
···
14164
14185
dependencies:
14165
14186
eastasianwidth: 0.2.0
14166
14187
emoji-regex: 9.2.2
14167
14167
-
strip-ansi: 7.2.0
14188
14188
+
strip-ansi: 7.1.2
14168
14189
14169
14190
string-width@7.2.0:
14170
14191
dependencies:
14171
14192
emoji-regex: 10.6.0
14172
14172
-
get-east-asian-width: 1.6.0
14173
14173
-
strip-ansi: 7.2.0
14193
14193
+
get-east-asian-width: 1.4.0
14194
14194
+
strip-ansi: 7.1.2
14174
14195
14175
14196
string_decoder@1.1.1:
14176
14197
dependencies:
···
14184
14205
dependencies:
14185
14206
ansi-regex: 5.0.1
14186
14207
14187
14187
-
strip-ansi@7.2.0:
14208
14208
+
strip-ansi@7.1.2:
14188
14209
dependencies:
14189
14210
ansi-regex: 6.2.2
14190
14211
···
14206
14227
14207
14228
structured-clone-es@2.0.0: {}
14208
14229
14209
14209
-
stylehacks@7.0.11(postcss@8.5.15):
14210
14210
-
dependencies:
14211
14211
-
browserslist: 4.28.2
14212
14212
-
postcss: 8.5.15
14213
14213
-
postcss-selector-parser: 7.1.1
14214
14214
-
14215
14230
stylehacks@8.0.0(postcss@8.5.15):
14216
14231
dependencies:
14217
14232
browserslist: 4.28.2
···
14242
14257
14243
14258
table-layout@4.1.1:
14244
14259
dependencies:
14245
14245
-
array-back: 6.2.3
14260
14260
+
array-back: 6.2.2
14246
14261
wordwrapjs: 5.1.1
14247
14262
14248
14263
tagged-tag@1.0.0: {}
14249
14264
14250
14250
-
tapable@2.3.3: {}
14265
14265
+
tapable@2.3.0: {}
14251
14266
14252
14267
tar-fs@2.1.4:
14253
14268
dependencies:
14254
14269
chownr: 1.1.4
14255
14270
mkdirp-classic: 0.5.3
14256
14256
-
pump: 3.0.4
14271
14271
+
pump: 3.0.3
14257
14272
tar-stream: 2.2.0
14258
14273
14259
14274
tar-stream@2.2.0:
···
14279
14294
dependencies:
14280
14295
'@isaacs/fs-minipass': 4.0.1
14281
14296
chownr: 3.0.0
14282
14282
-
minipass: 7.1.3
14297
14297
+
minipass: 7.1.2
14283
14298
minizlib: 3.1.0
14284
14299
yallist: 5.0.0
14285
14300
···
14293
14308
terser@5.48.0:
14294
14309
dependencies:
14295
14310
'@jridgewell/source-map': 0.3.11
14296
14296
-
acorn: 8.16.0
14311
14311
+
acorn: 8.15.0
14297
14312
commander: 2.20.3
14298
14313
source-map-support: 0.5.21
14299
14314
···
14303
14318
transitivePeerDependencies:
14304
14319
- react-native-b4a
14305
14320
14306
14306
-
thread-stream@4.2.0:
14321
14321
+
thread-stream@3.1.0:
14307
14322
dependencies:
14308
14308
-
real-require: 1.0.0
14323
14323
+
real-require: 0.2.0
14309
14324
14310
14325
tiny-invariant@1.3.3: {}
14311
14326
···
14315
14330
14316
14331
tinyexec@1.2.4: {}
14317
14332
14333
14333
+
tinyglobby@0.2.15:
14334
14334
+
dependencies:
14335
14335
+
fdir: 6.5.0(picomatch@4.0.4)
14336
14336
+
picomatch: 4.0.4
14337
14337
+
14318
14338
tinyglobby@0.2.17:
14319
14339
dependencies:
14320
14340
fdir: 6.5.0(picomatch@4.0.4)
···
14333
14353
'@sindresorhus/base62': 1.0.0
14334
14354
reserved-identifiers: 1.2.0
14335
14355
14336
14336
-
toad-cache@3.7.1: {}
14356
14356
+
toad-cache@3.7.0: {}
14337
14357
14338
14358
toidentifier@1.0.1: {}
14339
14359
···
14345
14365
14346
14366
tr46@0.0.3: {}
14347
14367
14348
14348
-
ts-api-utils@2.5.0(typescript@6.0.3):
14368
14368
+
tree-kill@1.2.2: {}
14369
14369
+
14370
14370
+
ts-api-utils@2.5.0(typescript@5.9.3):
14371
14371
+
dependencies:
14372
14372
+
typescript: 5.9.3
14373
14373
+
14374
14374
+
ts-declaration-location@1.0.7(typescript@5.9.3):
14375
14375
+
dependencies:
14376
14376
+
picomatch: 4.0.4
14377
14377
+
typescript: 5.9.3
14378
14378
+
optional: true
14379
14379
+
14380
14380
+
tsdown@0.22.0(oxc-resolver@11.20.0)(tsx@4.21.0)(typescript@5.9.3)(vue-tsc@3.2.8(typescript@5.9.3)):
14349
14381
dependencies:
14350
14350
-
typescript: 6.0.3
14382
14382
+
ansis: 4.2.0
14383
14383
+
cac: 7.0.0
14384
14384
+
defu: 6.1.7
14385
14385
+
empathic: 2.0.0
14386
14386
+
hookable: 6.1.1
14387
14387
+
import-without-cache: 0.4.0
14388
14388
+
obug: 2.1.1
14389
14389
+
picomatch: 4.0.4
14390
14390
+
rolldown: 1.1.0
14391
14391
+
rolldown-plugin-dts: 0.25.2(oxc-resolver@11.20.0)(rolldown@1.1.0)(typescript@5.9.3)(vue-tsc@3.2.8(typescript@5.9.3))
14392
14392
+
semver: 7.8.3
14393
14393
+
tinyexec: 1.2.4
14394
14394
+
tinyglobby: 0.2.17
14395
14395
+
tree-kill: 1.2.2
14396
14396
+
unconfig-core: 7.5.0
14397
14397
+
optionalDependencies:
14398
14398
+
tsx: 4.21.0
14399
14399
+
typescript: 5.9.3
14400
14400
+
transitivePeerDependencies:
14401
14401
+
- '@ts-macro/tsc'
14402
14402
+
- '@typescript/native-preview'
14403
14403
+
- oxc-resolver
14404
14404
+
- vue-tsc
14351
14405
14352
14406
tslib@2.8.1:
14353
14407
optional: true
14354
14408
14355
14355
-
tsx@4.22.4:
14409
14409
+
tsx@4.21.0:
14356
14410
dependencies:
14357
14357
-
esbuild: 0.28.0
14411
14411
+
esbuild: 0.27.0
14412
14412
+
get-tsconfig: 4.13.0
14358
14413
optionalDependencies:
14359
14414
fsevents: 2.3.3
14360
14415
···
14374
14429
14375
14430
type-level-regexp@0.1.17: {}
14376
14431
14432
14432
+
typescript@5.9.3: {}
14433
14433
+
14377
14434
typescript@6.0.3: {}
14378
14435
14379
14436
typical@7.3.0: {}
14437
14437
+
14438
14438
+
ufo@1.6.1: {}
14380
14439
14381
14440
ufo@1.6.4: {}
14382
14441
···
14384
14443
14385
14444
unbash@3.0.0: {}
14386
14445
14387
14387
-
unbuild@3.6.1(typescript@6.0.3)(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3)):
14446
14446
+
unconfig-core@7.5.0:
14388
14447
dependencies:
14389
14389
-
'@rollup/plugin-alias': 5.1.1(rollup@4.61.1)
14390
14390
-
'@rollup/plugin-commonjs': 28.0.9(rollup@4.61.1)
14391
14391
-
'@rollup/plugin-json': 6.1.0(rollup@4.61.1)
14392
14392
-
'@rollup/plugin-node-resolve': 16.0.3(rollup@4.61.1)
14393
14393
-
'@rollup/plugin-replace': 6.0.3(rollup@4.61.1)
14394
14394
-
'@rollup/pluginutils': 5.4.0(rollup@4.61.1)
14395
14395
-
citty: 0.1.6
14396
14396
-
consola: 3.4.2
14397
14397
-
defu: 6.1.7
14398
14398
-
esbuild: 0.25.12
14399
14399
-
fix-dts-default-cjs-exports: 1.0.1
14400
14400
-
hookable: 5.5.3
14401
14401
-
jiti: 2.7.0
14402
14402
-
magic-string: 0.30.21
14403
14403
-
mkdist: 2.4.1(typescript@6.0.3)(vue-tsc@3.2.8(typescript@6.0.3))(vue@3.5.35(typescript@6.0.3))
14404
14404
-
mlly: 1.8.2
14405
14405
-
pathe: 2.0.3
14406
14406
-
pkg-types: 2.3.1
14407
14407
-
pretty-bytes: 7.1.0
14408
14408
-
rollup: 4.61.1
14409
14409
-
rollup-plugin-dts: 6.4.1(rollup@4.61.1)(typescript@6.0.3)
14410
14410
-
scule: 1.3.0
14411
14411
-
tinyglobby: 0.2.17
14412
14412
-
untyped: 2.0.0
14413
14413
-
optionalDependencies:
14414
14414
-
typescript: 6.0.3
14415
14415
-
transitivePeerDependencies:
14416
14416
-
- sass
14417
14417
-
- vue
14418
14418
-
- vue-sfc-transformer
14419
14419
-
- vue-tsc
14448
14448
+
'@quansync/fs': 1.0.0
14449
14449
+
quansync: 1.0.0
14420
14450
14421
14451
uncrypto@0.1.3: {}
14422
14452
14423
14453
unctx@2.5.0:
14424
14454
dependencies:
14425
14425
-
acorn: 8.16.0
14455
14455
+
acorn: 8.15.0
14426
14456
estree-walker: 3.0.3
14427
14457
magic-string: 0.30.21
14428
14458
unplugin: 2.3.11
···
14437
14467
dependencies:
14438
14468
hookable: 6.1.1
14439
14469
14440
14440
-
unhead@3.1.3(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)):
14441
14441
-
dependencies:
14442
14442
-
hookable: 6.1.1
14443
14443
-
unplugin: 3.0.0
14444
14444
-
optionalDependencies:
14445
14445
-
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
14446
14446
-
14447
14470
unicorn-magic@0.1.0: {}
14448
14471
14449
14472
unicorn-magic@0.3.0: {}
14450
14473
14451
14474
unicorn-magic@0.4.0: {}
14452
14475
14453
14453
-
unimport@6.3.0(oxc-parser@0.133.0)(rolldown@1.0.2):
14476
14476
+
unimport@6.3.0(oxc-parser@0.133.0)(rolldown@1.1.0):
14454
14477
dependencies:
14455
14478
acorn: 8.16.0
14456
14479
escape-string-regexp: 5.0.0
14457
14480
estree-walker: 3.0.3
14458
14458
-
local-pkg: 1.2.1
14481
14481
+
local-pkg: 1.1.2
14459
14482
magic-string: 0.30.21
14460
14483
mlly: 1.8.2
14461
14484
pathe: 2.0.3
···
14468
14491
unplugin-utils: 0.3.1
14469
14492
optionalDependencies:
14470
14493
oxc-parser: 0.133.0
14471
14471
-
rolldown: 1.0.2
14494
14494
+
rolldown: 1.1.0
14472
14495
14473
14496
unist-util-is@6.0.1:
14474
14497
dependencies:
···
14477
14500
unist-util-remove-position@5.0.0:
14478
14501
dependencies:
14479
14502
'@types/unist': 3.0.3
14480
14480
-
unist-util-visit: 5.1.0
14503
14503
+
unist-util-visit: 5.0.0
14481
14504
14482
14505
unist-util-stringify-position@4.0.0:
14483
14506
dependencies:
···
14488
14511
'@types/unist': 3.0.3
14489
14512
unist-util-is: 6.0.1
14490
14513
14491
14491
-
unist-util-visit@5.1.0:
14514
14514
+
unist-util-visit@5.0.0:
14492
14515
dependencies:
14493
14516
'@types/unist': 3.0.3
14494
14517
unist-util-is: 6.0.1
···
14506
14529
unplugin@2.3.11:
14507
14530
dependencies:
14508
14531
'@jridgewell/remapping': 2.3.5
14509
14509
-
acorn: 8.16.0
14532
14532
+
acorn: 8.15.0
14510
14533
picomatch: 4.0.4
14511
14534
webpack-virtual-modules: 0.6.2
14512
14535
···
14545
14568
dependencies:
14546
14569
citty: 0.1.6
14547
14570
defu: 6.1.7
14548
14548
-
jiti: 2.7.0
14571
14571
+
jiti: 2.6.1
14549
14572
knitwork: 1.3.0
14550
14573
scule: 1.3.0
14551
14574
···
14554
14577
exsolve: 1.0.8
14555
14578
knitwork: 1.3.0
14556
14579
magic-string: 0.30.21
14557
14557
-
mlly: 1.8.2
14580
14580
+
mlly: 1.8.0
14558
14581
pathe: 2.0.3
14559
14559
-
pkg-types: 2.3.1
14582
14582
+
pkg-types: 2.3.0
14583
14583
+
14584
14584
+
update-browserslist-db@1.1.4(browserslist@4.28.0):
14585
14585
+
dependencies:
14586
14586
+
browserslist: 4.28.0
14587
14587
+
escalade: 3.2.0
14588
14588
+
picocolors: 1.1.1
14560
14589
14561
14590
update-browserslist-db@1.2.3(browserslist@4.28.2):
14562
14591
dependencies:
···
14582
14611
is-arguments: 1.2.0
14583
14612
is-generator-function: 1.1.2
14584
14613
is-typed-array: 1.1.15
14585
14585
-
which-typed-array: 1.1.22
14614
14614
+
which-typed-array: 1.1.19
14586
14615
14587
14616
uuid@8.3.2: {}
14588
14617
···
14595
14624
14596
14625
version-guard@1.1.3: {}
14597
14626
14598
14598
-
vite-dev-rpc@2.0.0(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)):
14627
14627
+
vite-dev-rpc@2.0.0(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)):
14599
14628
dependencies:
14600
14629
birpc: 4.0.0
14601
14601
-
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
14602
14602
-
vite-hot-client: 2.2.0(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
14630
14630
+
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
14631
14631
+
vite-hot-client: 2.2.0(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))
14603
14632
14604
14604
-
vite-hot-client@2.2.0(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)):
14633
14633
+
vite-hot-client@2.2.0(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)):
14605
14634
dependencies:
14606
14606
-
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
14635
14635
+
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
14607
14636
14608
14608
-
vite-node@5.3.0(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0):
14637
14637
+
vite-node@5.3.0(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0):
14609
14638
dependencies:
14610
14639
cac: 6.7.14
14611
14640
es-module-lexer: 2.1.0
14612
14612
-
obug: 2.1.2
14641
14641
+
obug: 2.1.1
14613
14642
pathe: 2.0.3
14614
14614
-
vite: 7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
14643
14643
+
vite: 7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
14615
14644
transitivePeerDependencies:
14616
14645
- '@types/node'
14617
14646
- jiti
···
14625
14654
- tsx
14626
14655
- yaml
14627
14656
14628
14628
-
vite-plugin-checker@0.14.1(eslint@10.4.1(jiti@2.7.0))(optionator@0.9.4)(typescript@6.0.3)(vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3)):
14657
14657
+
vite-plugin-checker@0.14.1(eslint@10.4.1(jiti@2.7.0))(optionator@0.9.4)(typescript@6.0.3)(vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue-tsc@3.2.8(typescript@6.0.3)):
14629
14658
dependencies:
14630
14659
'@babel/code-frame': 7.29.7
14631
14660
chokidar: 5.0.0
···
14634
14663
picomatch: 4.0.4
14635
14664
proper-lockfile: 4.1.2
14636
14665
tiny-invariant: 1.3.3
14637
14637
-
vite: 7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
14666
14666
+
vite: 7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
14638
14667
optionalDependencies:
14639
14668
eslint: 10.4.1(jiti@2.7.0)
14640
14669
optionator: 0.9.4
14641
14670
typescript: 6.0.3
14642
14671
vue-tsc: 3.2.8(typescript@6.0.3)
14643
14672
14644
14644
-
vite-plugin-inspect@11.4.1(@nuxt/kit@4.4.7(magicast@0.5.3))(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)):
14673
14673
+
vite-plugin-inspect@11.4.1(@nuxt/kit@4.4.8(magicast@0.5.3))(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)):
14645
14674
dependencies:
14646
14675
ansis: 4.3.1
14647
14676
error-stack-parser-es: 1.0.5
14648
14648
-
obug: 2.1.2
14677
14677
+
obug: 2.1.1
14649
14678
ohash: 2.0.11
14650
14679
open: 11.0.0
14651
14680
perfect-debounce: 2.1.0
14652
14681
sirv: 3.0.2
14653
14682
unplugin-utils: 0.3.1
14654
14654
-
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
14655
14655
-
vite-dev-rpc: 2.0.0(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
14683
14683
+
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
14684
14684
+
vite-dev-rpc: 2.0.0(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))
14656
14685
optionalDependencies:
14657
14657
-
'@nuxt/kit': 4.4.7(magicast@0.5.3)
14686
14686
+
'@nuxt/kit': 4.4.8(magicast@0.5.3)
14658
14687
14659
14659
-
vite-plugin-vue-tracer@1.4.0(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)):
14688
14688
+
vite-plugin-vue-tracer@1.4.0(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)):
14660
14689
dependencies:
14661
14690
estree-walker: 3.0.3
14662
14691
exsolve: 1.0.8
14663
14692
magic-string: 0.30.21
14664
14693
pathe: 2.0.3
14665
14694
source-map-js: 1.2.1
14666
14666
-
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
14695
14695
+
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
14667
14696
vue: 3.5.35(typescript@6.0.3)
14668
14697
14669
14669
-
vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0):
14698
14698
+
vite@7.3.5(@types/node@24.11.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0):
14670
14699
dependencies:
14671
14671
-
esbuild: 0.27.7
14700
14700
+
esbuild: 0.27.0
14672
14701
fdir: 6.5.0(picomatch@4.0.4)
14673
14702
picomatch: 4.0.4
14674
14674
-
postcss: 8.5.15
14675
14675
-
rollup: 4.61.1
14703
14703
+
postcss: 8.5.6
14704
14704
+
rollup: 4.53.3
14676
14705
tinyglobby: 0.2.17
14677
14706
optionalDependencies:
14678
14707
'@types/node': 24.11.0
···
14680
14709
jiti: 2.7.0
14681
14710
lightningcss: 1.32.0
14682
14711
terser: 5.48.0
14683
14683
-
tsx: 4.22.4
14712
14712
+
tsx: 4.21.0
14684
14713
yaml: 2.9.0
14685
14714
14686
14686
-
vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0):
14715
14715
+
vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0):
14687
14716
dependencies:
14688
14717
lightningcss: 1.32.0
14689
14718
picomatch: 4.0.4
···
14696
14725
fsevents: 2.3.3
14697
14726
jiti: 2.7.0
14698
14727
terser: 5.48.0
14699
14699
-
tsx: 4.22.4
14728
14728
+
tsx: 4.21.0
14700
14729
yaml: 2.9.0
14701
14730
14702
14702
-
vitest-environment-nuxt@2.0.0(crossws@0.4.5(srvx@0.11.16))(happy-dom@20.10.2)(magicast@0.5.3)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vitest@4.1.8):
14731
14731
+
vitest-environment-nuxt@2.0.0(crossws@0.4.5(srvx@0.11.16))(happy-dom@20.10.2)(magicast@0.5.3)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vitest@4.1.8):
14703
14732
dependencies:
14704
14704
-
'@nuxt/test-utils': 4.0.3(crossws@0.4.5(srvx@0.11.16))(happy-dom@20.10.2)(magicast@0.5.3)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vitest@4.1.8)
14733
14733
+
'@nuxt/test-utils': 4.0.3(crossws@0.4.5(srvx@0.11.16))(happy-dom@20.10.2)(magicast@0.5.3)(typescript@6.0.3)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vitest@4.1.8)
14705
14734
transitivePeerDependencies:
14706
14735
- '@cucumber/cucumber'
14707
14736
- '@jest/globals'
···
14718
14747
- vite
14719
14748
- vitest
14720
14749
14721
14721
-
vitest@4.1.8(@opentelemetry/api@1.9.1)(@types/node@24.11.0)(@vitest/coverage-v8@4.1.8)(happy-dom@20.10.2)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)):
14750
14750
+
vitest@4.1.8(@opentelemetry/api@1.9.0)(@types/node@24.11.0)(@vitest/coverage-v8@4.1.8)(happy-dom@20.10.2)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)):
14722
14751
dependencies:
14723
14752
'@vitest/expect': 4.1.8
14724
14724
-
'@vitest/mocker': 4.1.8(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
14753
14753
+
'@vitest/mocker': 4.1.8(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))
14725
14754
'@vitest/pretty-format': 4.1.8
14726
14755
'@vitest/runner': 4.1.8
14727
14756
'@vitest/snapshot': 4.1.8
···
14730
14759
es-module-lexer: 2.1.0
14731
14760
expect-type: 1.3.0
14732
14761
magic-string: 0.30.21
14733
14733
-
obug: 2.1.2
14762
14762
+
obug: 2.1.1
14734
14763
pathe: 2.0.3
14735
14735
-
picomatch: 4.0.4
14764
14764
+
picomatch: 4.0.3
14736
14765
std-env: 4.1.0
14737
14766
tinybench: 2.9.0
14738
14767
tinyexec: 1.2.4
14739
14739
-
tinyglobby: 0.2.17
14768
14768
+
tinyglobby: 0.2.15
14740
14769
tinyrainbow: 3.1.0
14741
14741
-
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
14770
14770
+
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
14742
14771
why-is-node-running: 2.3.0
14743
14772
optionalDependencies:
14744
14744
-
'@opentelemetry/api': 1.9.1
14773
14773
+
'@opentelemetry/api': 1.9.0
14745
14774
'@types/node': 24.11.0
14746
14775
'@vitest/coverage-v8': 4.1.8(vitest@4.1.8)
14747
14776
happy-dom: 20.10.2
···
14752
14781
14753
14782
vue-bundle-renderer@2.2.0:
14754
14783
dependencies:
14755
14755
-
ufo: 1.6.4
14784
14784
+
ufo: 1.6.1
14756
14785
14757
14786
vue-devtools-stub@0.1.0: {}
14758
14787
···
14760
14789
dependencies:
14761
14790
debug: 4.4.3
14762
14791
eslint: 10.4.1(jiti@2.7.0)
14763
14763
-
eslint-scope: 9.1.2
14764
14764
-
eslint-visitor-keys: 5.0.1
14765
14765
-
espree: 11.2.0
14766
14766
-
esquery: 1.7.0
14767
14767
-
semver: 7.8.2
14792
14792
+
eslint-scope: 8.4.0
14793
14793
+
eslint-visitor-keys: 4.2.1
14794
14794
+
espree: 10.4.0
14795
14795
+
esquery: 1.6.0
14796
14796
+
semver: 7.8.3
14768
14797
transitivePeerDependencies:
14769
14798
- supports-color
14770
14799
14771
14771
-
vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)):
14800
14800
+
vue-router@5.1.0(@vue/compiler-sfc@3.5.35)(vite@8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0))(vue@3.5.35(typescript@6.0.3)):
14772
14801
dependencies:
14773
14802
'@babel/generator': 8.0.0-rc.6
14774
14803
'@vue-macros/common': 3.1.2(vue@3.5.35(typescript@6.0.3))
···
14776
14805
ast-walker-scope: 0.9.0
14777
14806
chokidar: 5.0.0
14778
14807
json5: 2.2.3
14779
14779
-
local-pkg: 1.2.1
14808
14808
+
local-pkg: 1.1.2
14780
14809
magic-string: 0.30.21
14781
14810
mlly: 1.8.2
14782
14811
muggle-string: 0.4.1
···
14790
14819
yaml: 2.9.0
14791
14820
optionalDependencies:
14792
14821
'@vue/compiler-sfc': 3.5.35
14793
14793
-
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)
14822
14822
+
vite: 8.0.14(@types/node@24.11.0)(esbuild@0.28.0)(jiti@2.7.0)(terser@5.48.0)(tsx@4.21.0)(yaml@2.9.0)
14823
14823
+
14824
14824
+
vue-tsc@3.2.8(typescript@5.9.3):
14825
14825
+
dependencies:
14826
14826
+
'@volar/typescript': 2.4.28
14827
14827
+
'@vue/language-core': 3.2.8
14828
14828
+
typescript: 5.9.3
14829
14829
+
optional: true
14794
14830
14795
14831
vue-tsc@3.2.8(typescript@6.0.3):
14796
14832
dependencies:
···
14798
14834
'@vue/language-core': 3.2.8
14799
14835
typescript: 6.0.3
14800
14836
14837
14837
+
vue@3.5.35(typescript@5.9.3):
14838
14838
+
dependencies:
14839
14839
+
'@vue/compiler-dom': 3.5.35
14840
14840
+
'@vue/compiler-sfc': 3.5.35
14841
14841
+
'@vue/runtime-dom': 3.5.35
14842
14842
+
'@vue/server-renderer': 3.5.35(vue@3.5.35(typescript@5.9.3))
14843
14843
+
'@vue/shared': 3.5.35
14844
14844
+
optionalDependencies:
14845
14845
+
typescript: 5.9.3
14846
14846
+
14801
14847
vue@3.5.35(typescript@6.0.3):
14802
14848
dependencies:
14803
14849
'@vue/compiler-dom': 3.5.35
···
14821
14867
tr46: 0.0.3
14822
14868
webidl-conversions: 3.0.1
14823
14869
14824
14824
-
which-typed-array@1.1.22:
14870
14870
+
which-typed-array@1.1.19:
14825
14871
dependencies:
14826
14872
available-typed-arrays: 1.0.7
14827
14827
-
call-bind: 1.0.9
14873
14873
+
call-bind: 1.0.8
14828
14874
call-bound: 1.0.4
14829
14875
for-each: 0.3.5
14830
14876
get-proto: 1.0.1
···
14837
14883
14838
14884
which@4.0.0:
14839
14885
dependencies:
14840
14840
-
isexe: 3.1.5
14886
14886
+
isexe: 3.1.1
14841
14887
14842
14888
which@6.0.1:
14843
14889
dependencies:
···
14862
14908
dependencies:
14863
14909
ansi-styles: 6.2.3
14864
14910
string-width: 5.1.2
14865
14865
-
strip-ansi: 7.2.0
14911
14911
+
strip-ansi: 7.1.2
14866
14912
14867
14913
wrap-ansi@9.0.2:
14868
14914
dependencies:
14869
14915
ansi-styles: 6.2.3
14870
14916
string-width: 7.2.0
14871
14871
-
strip-ansi: 7.2.0
14917
14917
+
strip-ansi: 7.1.2
14872
14918
14873
14919
wrappy@1.0.2: {}
14874
14920
14921
14921
+
ws@8.18.3: {}
14922
14922
+
14875
14923
ws@8.21.0: {}
14876
14924
14877
14925
wsl-utils@0.3.1:
14878
14926
dependencies:
14879
14879
-
is-wsl: 3.1.1
14927
14927
+
is-wsl: 3.1.0
14880
14928
powershell-utils: 0.1.0
14881
14929
14882
14930
xml-name-validator@4.0.0: {}
···
14892
14940
yaml-eslint-parser@2.0.0:
14893
14941
dependencies:
14894
14942
eslint-visitor-keys: 5.0.1
14895
14895
-
yaml: 2.9.0
14943
14943
+
yaml: 2.8.2
14944
14944
+
14945
14945
+
yaml@2.8.2: {}
14896
14946
14897
14947
yaml@2.9.0: {}
14898
14948
···
14921
14971
14922
14972
yocto-queue@0.1.0: {}
14923
14973
14924
14924
-
yocto-spinner@1.2.0:
14925
14925
-
dependencies:
14926
14926
-
yoctocolors: 2.1.2
14927
14927
-
14928
14928
-
yoctocolors@2.1.2: {}
14929
14929
-
14930
14974
youch-core@0.3.3:
14931
14975
dependencies:
14932
14976
'@poppinss/exception': 1.2.3
···
14945
14989
archiver-utils: 5.0.2
14946
14990
compress-commons: 6.0.2
14947
14991
readable-stream: 4.7.0
14992
14992
+
14993
14993
+
zod@4.1.13: {}
14948
14994
14949
14995
zod@4.4.3: {}
14950
14996
+32
-3
src/create-zero-composables.ts
View file
Reviewed
···
10
10
Schema,
11
11
ZeroOptions,
12
12
} from '@rocicorp/zero'
13
13
-
import type { MaybeRefOrGetter, Ref, ShallowRef } from 'vue'
13
13
+
import type { DeepReadonly, MaybeRefOrGetter, Ref, ShallowRef } from 'vue'
14
14
import type { MaybeQueryResult, QueryResult, UseQueryOptions } from './query'
15
15
import { Zero } from '@rocicorp/zero'
16
16
import { getCurrentInstance, onUnmounted, readonly, ref, shallowRef, toValue, watch } from 'vue'
17
17
import { useQuery as _useQuery } from './query'
18
18
19
19
+
export interface ZeroComposables<
20
20
+
TSchema extends Schema,
21
21
+
MD extends CustomMutatorDefs | undefined,
22
22
+
TContext,
23
23
+
> {
24
24
+
useZero: () => ShallowRef<Zero<TSchema, MD, TContext>>
25
25
+
useQuery: {
26
26
+
<
27
27
+
TTable extends keyof TSchema['tables'] & string,
28
28
+
TInput extends ReadonlyJSONValue | undefined,
29
29
+
TOutput extends ReadonlyJSONValue | undefined,
30
30
+
TReturn = PullRow<TTable, TSchema>,
31
31
+
>(
32
32
+
query: MaybeRefOrGetter<QueryOrQueryRequest<TTable, TInput, TOutput, TSchema, TReturn, TContext>>,
33
33
+
options?: MaybeRefOrGetter<UseQueryOptions>,
34
34
+
): QueryResult<TReturn>
35
35
+
<
36
36
+
TTable extends keyof TSchema['tables'] & string,
37
37
+
TInput extends ReadonlyJSONValue | undefined,
38
38
+
TOutput extends ReadonlyJSONValue | undefined,
39
39
+
TReturn = PullRow<TTable, TSchema>,
40
40
+
>(
41
41
+
query: MaybeRefOrGetter<QueryOrQueryRequest<TTable, TInput, TOutput, TSchema, TReturn, TContext> | Falsy>,
42
42
+
options?: MaybeRefOrGetter<UseQueryOptions>,
43
43
+
): MaybeQueryResult<TReturn>
44
44
+
}
45
45
+
useConnectionState: () => DeepReadonly<Ref<ConnectionState>>
46
46
+
}
47
47
+
19
48
export function createZeroComposables<
20
49
TSchema extends Schema = DefaultSchema,
21
50
MD extends CustomMutatorDefs | undefined = undefined,
22
51
TContext = DefaultContext,
23
52
>(
24
53
optsOrZero: MaybeRefOrGetter<ZeroOptions<TSchema, MD, TContext> | { zero: Zero<TSchema, MD, TContext> }>,
25
25
-
) {
54
54
+
): ZeroComposables<TSchema, MD, TContext> {
26
55
let z: ShallowRef<Zero<TSchema, MD, TContext>>
27
56
let connectionState: Ref<ConnectionState>
28
57
let unsubscribe: () => void
···
83
112
return _useQuery(zero, query, options)
84
113
}
85
114
86
86
-
function useConnectionState() {
115
115
+
function useConnectionState(): DeepReadonly<Ref<ConnectionState>> {
87
116
if (!connectionState) {
88
117
useZero()
89
118
+6
-6
src/view.ts
View file
Reviewed
···
68
68
}
69
69
}
70
70
71
71
-
get data() {
71
71
+
get data(): Entry[string] {
72
72
return this.#data.value['']
73
73
}
74
74
75
75
-
get status() {
75
75
+
get status(): QueryStatus {
76
76
return this.#status.value
77
77
}
78
78
79
79
-
get error() {
79
79
+
get error(): QueryError | undefined {
80
80
return this.#error.value
81
81
}
82
82
83
83
-
destroy() {
83
83
+
destroy(): void {
84
84
if (!this.#isDestroyed) {
85
85
this.#isDestroyed = true
86
86
this.#onDestroy()
···
97
97
)
98
98
}
99
99
100
100
-
push(change: Change) {
100
100
+
push(change: Change): readonly never[] {
101
101
this.#applyChange(materializeRelationships(change))
102
102
return Object.freeze([])
103
103
}
···
182
182
onTransactionCommit: (cb: () => void) => void,
183
183
queryComplete: true | ErroredQuery | Promise<true>,
184
184
updateTTL: (ttl: TTL) => void,
185
185
-
) {
185
185
+
): VueView {
186
186
return new VueView(
187
187
input,
188
188
onTransactionCommit,
+5
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
+
})