@duonghieu0712z/create-tauri-vue-template 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -3
- package/template/.github/workflows/code-quality.yml +50 -5
- package/template/.github/workflows/release.yml +70 -48
- package/template/.husky/commit-msg +3 -0
- package/template/.vscode/settings.json +1 -1
- package/template/commitlint.config.ts +3 -0
- package/template/package.json +19 -17
- package/template/pnpm-lock.yaml +1427 -937
- package/template/src/main.ts +0 -2
- package/template/src/styles/globals.css +18 -7
- package/template/src-tauri/Cargo.lock +58 -58
- package/template/src-tauri/Cargo.toml +2 -2
- package/template/tsconfig.node.json +1 -1
package/template/pnpm-lock.yaml
CHANGED
|
@@ -9,11 +9,11 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@lucide/vue':
|
|
12
|
-
specifier: ^1.
|
|
13
|
-
version: 1.
|
|
12
|
+
specifier: ^1.22.0
|
|
13
|
+
version: 1.22.0(vue@3.5.39(typescript@6.0.3))
|
|
14
14
|
'@tauri-apps/api':
|
|
15
|
-
specifier: ^2.11.
|
|
16
|
-
version: 2.11.
|
|
15
|
+
specifier: ^2.11.1
|
|
16
|
+
version: 2.11.1
|
|
17
17
|
class-variance-authority:
|
|
18
18
|
specifier: ^0.7.1
|
|
19
19
|
version: 0.7.1
|
|
@@ -24,42 +24,48 @@ importers:
|
|
|
24
24
|
specifier: ^3.6.0
|
|
25
25
|
version: 3.6.0
|
|
26
26
|
vue:
|
|
27
|
-
specifier: ^3.5.
|
|
28
|
-
version: 3.5.
|
|
27
|
+
specifier: ^3.5.39
|
|
28
|
+
version: 3.5.39(typescript@6.0.3)
|
|
29
29
|
devDependencies:
|
|
30
|
+
'@commitlint/cli':
|
|
31
|
+
specifier: ^21.2.0
|
|
32
|
+
version: 21.2.0(@types/node@26.0.1)(typescript@6.0.3)
|
|
33
|
+
'@commitlint/config-conventional':
|
|
34
|
+
specifier: ^21.2.0
|
|
35
|
+
version: 21.2.0
|
|
30
36
|
'@tailwindcss/vite':
|
|
31
|
-
specifier: ^4.3.
|
|
32
|
-
version: 4.3.
|
|
37
|
+
specifier: ^4.3.1
|
|
38
|
+
version: 4.3.1(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0))
|
|
33
39
|
'@tauri-apps/cli':
|
|
34
|
-
specifier: ^2.11.
|
|
35
|
-
version: 2.11.
|
|
40
|
+
specifier: ^2.11.4
|
|
41
|
+
version: 2.11.4
|
|
36
42
|
'@tsconfig/node24':
|
|
37
43
|
specifier: ^24.0.4
|
|
38
44
|
version: 24.0.4
|
|
39
45
|
'@types/node':
|
|
40
|
-
specifier: ^
|
|
41
|
-
version:
|
|
46
|
+
specifier: ^26.0.1
|
|
47
|
+
version: 26.0.1
|
|
42
48
|
'@vitejs/plugin-vue':
|
|
43
49
|
specifier: ^6.0.7
|
|
44
|
-
version: 6.0.7(vite@8.0
|
|
50
|
+
version: 6.0.7(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
45
51
|
'@vue/eslint-config-prettier':
|
|
46
52
|
specifier: ^10.2.0
|
|
47
|
-
version: 10.2.0(eslint@10.
|
|
53
|
+
version: 10.2.0(eslint@10.6.0(jiti@2.7.0))(prettier@3.8.3)
|
|
48
54
|
'@vue/eslint-config-typescript':
|
|
49
|
-
specifier: ^14.
|
|
50
|
-
version: 14.
|
|
55
|
+
specifier: ^14.9.0
|
|
56
|
+
version: 14.9.0(eslint-plugin-vue@10.9.2(@typescript-eslint/parser@8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.6.0(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.6.0(jiti@2.7.0))))(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)
|
|
51
57
|
'@vue/tsconfig':
|
|
52
58
|
specifier: ^0.9.1
|
|
53
|
-
version: 0.9.1(typescript@6.0.3)(vue@3.5.
|
|
59
|
+
version: 0.9.1(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3))
|
|
54
60
|
eslint:
|
|
55
|
-
specifier: ^10.
|
|
56
|
-
version: 10.
|
|
61
|
+
specifier: ^10.6.0
|
|
62
|
+
version: 10.6.0(jiti@2.7.0)
|
|
57
63
|
eslint-plugin-oxlint:
|
|
58
|
-
specifier: ^1.
|
|
59
|
-
version: 1.
|
|
64
|
+
specifier: ^1.71.0
|
|
65
|
+
version: 1.71.0(oxlint@1.71.0)
|
|
60
66
|
eslint-plugin-vue:
|
|
61
67
|
specifier: ^10.9.2
|
|
62
|
-
version: 10.9.2(@typescript-eslint/parser@8.
|
|
68
|
+
version: 10.9.2(@typescript-eslint/parser@8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.6.0(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.6.0(jiti@2.7.0)))
|
|
63
69
|
husky:
|
|
64
70
|
specifier: ^9.1.7
|
|
65
71
|
version: 9.1.7
|
|
@@ -67,23 +73,23 @@ importers:
|
|
|
67
73
|
specifier: ^2.7.0
|
|
68
74
|
version: 2.7.0
|
|
69
75
|
lint-staged:
|
|
70
|
-
specifier: ^17.0.
|
|
71
|
-
version: 17.0.
|
|
76
|
+
specifier: ^17.0.8
|
|
77
|
+
version: 17.0.8
|
|
72
78
|
npm-run-all2:
|
|
73
|
-
specifier: ^9.0.
|
|
74
|
-
version: 9.0.
|
|
79
|
+
specifier: ^9.0.2
|
|
80
|
+
version: 9.0.2
|
|
75
81
|
oxfmt:
|
|
76
|
-
specifier: ^0.
|
|
77
|
-
version: 0.
|
|
82
|
+
specifier: ^0.56.0
|
|
83
|
+
version: 0.56.0
|
|
78
84
|
oxlint:
|
|
79
|
-
specifier: ^1.
|
|
80
|
-
version: 1.
|
|
85
|
+
specifier: ^1.71.0
|
|
86
|
+
version: 1.71.0
|
|
81
87
|
picomatch:
|
|
82
88
|
specifier: ^4.0.4
|
|
83
89
|
version: 4.0.4
|
|
84
90
|
tailwindcss:
|
|
85
|
-
specifier: ^4.3.
|
|
86
|
-
version: 4.3.
|
|
91
|
+
specifier: ^4.3.1
|
|
92
|
+
version: 4.3.1
|
|
87
93
|
tw-animate-css:
|
|
88
94
|
specifier: ^1.4.0
|
|
89
95
|
version: 1.4.0
|
|
@@ -95,120 +101,120 @@ importers:
|
|
|
95
101
|
version: 21.0.0
|
|
96
102
|
unplugin-vue-components:
|
|
97
103
|
specifier: ^32.1.0
|
|
98
|
-
version: 32.1.0(vue@3.5.
|
|
104
|
+
version: 32.1.0(vue@3.5.39(typescript@6.0.3))
|
|
99
105
|
vite:
|
|
100
|
-
specifier: ^8.0
|
|
101
|
-
version: 8.0
|
|
106
|
+
specifier: ^8.1.0
|
|
107
|
+
version: 8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0)
|
|
102
108
|
vite-plugin-vue-devtools:
|
|
103
|
-
specifier: ^8.1.
|
|
104
|
-
version: 8.1.
|
|
109
|
+
specifier: ^8.1.5
|
|
110
|
+
version: 8.1.5(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
|
|
105
111
|
vue-tsc:
|
|
106
|
-
specifier: ^3.3.
|
|
107
|
-
version: 3.3.
|
|
112
|
+
specifier: ^3.3.5
|
|
113
|
+
version: 3.3.5(typescript@6.0.3)
|
|
108
114
|
|
|
109
115
|
packages:
|
|
110
116
|
|
|
111
|
-
'@babel/code-frame@7.29.
|
|
112
|
-
resolution: {integrity: sha512-
|
|
117
|
+
'@babel/code-frame@7.29.7':
|
|
118
|
+
resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==}
|
|
113
119
|
engines: {node: '>=6.9.0'}
|
|
114
120
|
|
|
115
|
-
'@babel/compat-data@7.29.
|
|
116
|
-
resolution: {integrity: sha512-
|
|
121
|
+
'@babel/compat-data@7.29.7':
|
|
122
|
+
resolution: {integrity: sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==}
|
|
117
123
|
engines: {node: '>=6.9.0'}
|
|
118
124
|
|
|
119
|
-
'@babel/core@7.29.
|
|
120
|
-
resolution: {integrity: sha512-
|
|
125
|
+
'@babel/core@7.29.7':
|
|
126
|
+
resolution: {integrity: sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==}
|
|
121
127
|
engines: {node: '>=6.9.0'}
|
|
122
128
|
|
|
123
|
-
'@babel/generator@7.29.
|
|
124
|
-
resolution: {integrity: sha512-
|
|
129
|
+
'@babel/generator@7.29.7':
|
|
130
|
+
resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==}
|
|
125
131
|
engines: {node: '>=6.9.0'}
|
|
126
132
|
|
|
127
|
-
'@babel/helper-annotate-as-pure@7.
|
|
128
|
-
resolution: {integrity: sha512-
|
|
133
|
+
'@babel/helper-annotate-as-pure@7.29.7':
|
|
134
|
+
resolution: {integrity: sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==}
|
|
129
135
|
engines: {node: '>=6.9.0'}
|
|
130
136
|
|
|
131
|
-
'@babel/helper-compilation-targets@7.
|
|
132
|
-
resolution: {integrity: sha512-
|
|
137
|
+
'@babel/helper-compilation-targets@7.29.7':
|
|
138
|
+
resolution: {integrity: sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==}
|
|
133
139
|
engines: {node: '>=6.9.0'}
|
|
134
140
|
|
|
135
|
-
'@babel/helper-create-class-features-plugin@7.29.
|
|
136
|
-
resolution: {integrity: sha512-
|
|
141
|
+
'@babel/helper-create-class-features-plugin@7.29.7':
|
|
142
|
+
resolution: {integrity: sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==}
|
|
137
143
|
engines: {node: '>=6.9.0'}
|
|
138
144
|
peerDependencies:
|
|
139
145
|
'@babel/core': ^7.0.0
|
|
140
146
|
|
|
141
|
-
'@babel/helper-globals@7.
|
|
142
|
-
resolution: {integrity: sha512
|
|
147
|
+
'@babel/helper-globals@7.29.7':
|
|
148
|
+
resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==}
|
|
143
149
|
engines: {node: '>=6.9.0'}
|
|
144
150
|
|
|
145
|
-
'@babel/helper-member-expression-to-functions@7.
|
|
146
|
-
resolution: {integrity: sha512-
|
|
151
|
+
'@babel/helper-member-expression-to-functions@7.29.7':
|
|
152
|
+
resolution: {integrity: sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==}
|
|
147
153
|
engines: {node: '>=6.9.0'}
|
|
148
154
|
|
|
149
|
-
'@babel/helper-module-imports@7.
|
|
150
|
-
resolution: {integrity: sha512-
|
|
155
|
+
'@babel/helper-module-imports@7.29.7':
|
|
156
|
+
resolution: {integrity: sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==}
|
|
151
157
|
engines: {node: '>=6.9.0'}
|
|
152
158
|
|
|
153
|
-
'@babel/helper-module-transforms@7.
|
|
154
|
-
resolution: {integrity: sha512-
|
|
159
|
+
'@babel/helper-module-transforms@7.29.7':
|
|
160
|
+
resolution: {integrity: sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==}
|
|
155
161
|
engines: {node: '>=6.9.0'}
|
|
156
162
|
peerDependencies:
|
|
157
163
|
'@babel/core': ^7.0.0
|
|
158
164
|
|
|
159
|
-
'@babel/helper-optimise-call-expression@7.
|
|
160
|
-
resolution: {integrity: sha512
|
|
165
|
+
'@babel/helper-optimise-call-expression@7.29.7':
|
|
166
|
+
resolution: {integrity: sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==}
|
|
161
167
|
engines: {node: '>=6.9.0'}
|
|
162
168
|
|
|
163
|
-
'@babel/helper-plugin-utils@7.
|
|
164
|
-
resolution: {integrity: sha512-
|
|
169
|
+
'@babel/helper-plugin-utils@7.29.7':
|
|
170
|
+
resolution: {integrity: sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==}
|
|
165
171
|
engines: {node: '>=6.9.0'}
|
|
166
172
|
|
|
167
|
-
'@babel/helper-replace-supers@7.
|
|
168
|
-
resolution: {integrity: sha512-
|
|
173
|
+
'@babel/helper-replace-supers@7.29.7':
|
|
174
|
+
resolution: {integrity: sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==}
|
|
169
175
|
engines: {node: '>=6.9.0'}
|
|
170
176
|
peerDependencies:
|
|
171
177
|
'@babel/core': ^7.0.0
|
|
172
178
|
|
|
173
|
-
'@babel/helper-skip-transparent-expression-wrappers@7.
|
|
174
|
-
resolution: {integrity: sha512-
|
|
179
|
+
'@babel/helper-skip-transparent-expression-wrappers@7.29.7':
|
|
180
|
+
resolution: {integrity: sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==}
|
|
175
181
|
engines: {node: '>=6.9.0'}
|
|
176
182
|
|
|
177
|
-
'@babel/helper-string-parser@7.
|
|
178
|
-
resolution: {integrity: sha512-
|
|
183
|
+
'@babel/helper-string-parser@7.29.7':
|
|
184
|
+
resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==}
|
|
179
185
|
engines: {node: '>=6.9.0'}
|
|
180
186
|
|
|
181
|
-
'@babel/helper-validator-identifier@7.
|
|
182
|
-
resolution: {integrity: sha512-
|
|
187
|
+
'@babel/helper-validator-identifier@7.29.7':
|
|
188
|
+
resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==}
|
|
183
189
|
engines: {node: '>=6.9.0'}
|
|
184
190
|
|
|
185
|
-
'@babel/helper-validator-option@7.
|
|
186
|
-
resolution: {integrity: sha512-
|
|
191
|
+
'@babel/helper-validator-option@7.29.7':
|
|
192
|
+
resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==}
|
|
187
193
|
engines: {node: '>=6.9.0'}
|
|
188
194
|
|
|
189
|
-
'@babel/helpers@7.29.
|
|
190
|
-
resolution: {integrity: sha512-
|
|
195
|
+
'@babel/helpers@7.29.7':
|
|
196
|
+
resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==}
|
|
191
197
|
engines: {node: '>=6.9.0'}
|
|
192
198
|
|
|
193
|
-
'@babel/parser@7.29.
|
|
194
|
-
resolution: {integrity: sha512-
|
|
199
|
+
'@babel/parser@7.29.7':
|
|
200
|
+
resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==}
|
|
195
201
|
engines: {node: '>=6.0.0'}
|
|
196
202
|
hasBin: true
|
|
197
203
|
|
|
198
|
-
'@babel/plugin-proposal-decorators@7.29.
|
|
199
|
-
resolution: {integrity: sha512-
|
|
204
|
+
'@babel/plugin-proposal-decorators@7.29.7':
|
|
205
|
+
resolution: {integrity: sha512-EtU0Hi3GvrTqD56xKmZvV/uCXK2ZbwVNPNLAquVItcAZpUhkXwWlo3Fmj0c2LxgSf2I8IDULeAepwNP1OefLXg==}
|
|
200
206
|
engines: {node: '>=6.9.0'}
|
|
201
207
|
peerDependencies:
|
|
202
208
|
'@babel/core': ^7.0.0-0
|
|
203
209
|
|
|
204
|
-
'@babel/plugin-syntax-decorators@7.
|
|
205
|
-
resolution: {integrity: sha512-
|
|
210
|
+
'@babel/plugin-syntax-decorators@7.29.7':
|
|
211
|
+
resolution: {integrity: sha512-9MTTLbF39X6sqM92JPEsoI7++26hjZvzkxKZy64aMhWLH2mPkJ/Q3AV4QLmls3R14FpSpkOwQQfUh962JGQxxg==}
|
|
206
212
|
engines: {node: '>=6.9.0'}
|
|
207
213
|
peerDependencies:
|
|
208
214
|
'@babel/core': ^7.0.0-0
|
|
209
215
|
|
|
210
|
-
'@babel/plugin-syntax-import-attributes@7.
|
|
211
|
-
resolution: {integrity: sha512-
|
|
216
|
+
'@babel/plugin-syntax-import-attributes@7.29.7':
|
|
217
|
+
resolution: {integrity: sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==}
|
|
212
218
|
engines: {node: '>=6.9.0'}
|
|
213
219
|
peerDependencies:
|
|
214
220
|
'@babel/core': ^7.0.0-0
|
|
@@ -218,44 +224,129 @@ packages:
|
|
|
218
224
|
peerDependencies:
|
|
219
225
|
'@babel/core': ^7.0.0-0
|
|
220
226
|
|
|
221
|
-
'@babel/plugin-syntax-jsx@7.
|
|
222
|
-
resolution: {integrity: sha512-
|
|
227
|
+
'@babel/plugin-syntax-jsx@7.29.7':
|
|
228
|
+
resolution: {integrity: sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==}
|
|
223
229
|
engines: {node: '>=6.9.0'}
|
|
224
230
|
peerDependencies:
|
|
225
231
|
'@babel/core': ^7.0.0-0
|
|
226
232
|
|
|
227
|
-
'@babel/plugin-syntax-typescript@7.
|
|
228
|
-
resolution: {integrity: sha512
|
|
233
|
+
'@babel/plugin-syntax-typescript@7.29.7':
|
|
234
|
+
resolution: {integrity: sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==}
|
|
229
235
|
engines: {node: '>=6.9.0'}
|
|
230
236
|
peerDependencies:
|
|
231
237
|
'@babel/core': ^7.0.0-0
|
|
232
238
|
|
|
233
|
-
'@babel/plugin-transform-typescript@7.
|
|
234
|
-
resolution: {integrity: sha512-
|
|
239
|
+
'@babel/plugin-transform-typescript@7.29.7':
|
|
240
|
+
resolution: {integrity: sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==}
|
|
235
241
|
engines: {node: '>=6.9.0'}
|
|
236
242
|
peerDependencies:
|
|
237
243
|
'@babel/core': ^7.0.0-0
|
|
238
244
|
|
|
239
|
-
'@babel/template@7.
|
|
240
|
-
resolution: {integrity: sha512-
|
|
245
|
+
'@babel/template@7.29.7':
|
|
246
|
+
resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==}
|
|
241
247
|
engines: {node: '>=6.9.0'}
|
|
242
248
|
|
|
243
|
-
'@babel/traverse@7.29.
|
|
244
|
-
resolution: {integrity: sha512-
|
|
249
|
+
'@babel/traverse@7.29.7':
|
|
250
|
+
resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==}
|
|
245
251
|
engines: {node: '>=6.9.0'}
|
|
246
252
|
|
|
247
|
-
'@babel/types@7.29.
|
|
248
|
-
resolution: {integrity: sha512-
|
|
253
|
+
'@babel/types@7.29.7':
|
|
254
|
+
resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==}
|
|
249
255
|
engines: {node: '>=6.9.0'}
|
|
250
256
|
|
|
251
|
-
'@
|
|
252
|
-
resolution: {integrity: sha512-
|
|
257
|
+
'@commitlint/cli@21.2.0':
|
|
258
|
+
resolution: {integrity: sha512-4GLVIhUaT3c3GBlQ0GB80/5H3xXdn/Tgw4lrsuoOQVDu2wl4Xw0GuzSar8xZKSMv4H3xaKaQXmvH91GmdyYBZA==}
|
|
259
|
+
engines: {node: '>=22.12.0'}
|
|
260
|
+
hasBin: true
|
|
261
|
+
|
|
262
|
+
'@commitlint/config-conventional@21.2.0':
|
|
263
|
+
resolution: {integrity: sha512-Qf8WRDVcyVd14if6VTWenebxFbKnVnbzPUJjlzjkyJGeHK2xCGd63Dr1XZzj0plXKQb9P0BfOxoc1HVeCo2BWQ==}
|
|
264
|
+
engines: {node: '>=22.12.0'}
|
|
265
|
+
|
|
266
|
+
'@commitlint/config-validator@21.2.0':
|
|
267
|
+
resolution: {integrity: sha512-t7AzNHAKeIdo/3NRGwzpufKHsKkPHmFs/56N2Fnsh0/r0rGtnQzTxk6vnFgjaGr4hdSQKNB50/KAhR9Yk4LJKA==}
|
|
268
|
+
engines: {node: '>=22.12.0'}
|
|
269
|
+
|
|
270
|
+
'@commitlint/ensure@21.2.0':
|
|
271
|
+
resolution: {integrity: sha512-76IF9vDNS13lAzEEik9eKwzt8f9hYhWiwVXZ2AnyLCz5/f511FsEQ3pw1X3/zSQpdRLQU7i5qDMVKyXi1GWjSg==}
|
|
272
|
+
engines: {node: '>=22.12.0'}
|
|
273
|
+
|
|
274
|
+
'@commitlint/execute-rule@21.0.1':
|
|
275
|
+
resolution: {integrity: sha512-RifH+FmImozKBE6mozhF4K3r2RRKP7SMi/Q/zLCmExtp5e05lhHOUYqGBlFBAGNHaZxU/WYw1XuugYK9jQzqnA==}
|
|
276
|
+
engines: {node: '>=22.12.0'}
|
|
277
|
+
|
|
278
|
+
'@commitlint/format@21.2.0':
|
|
279
|
+
resolution: {integrity: sha512-c4q64xaav2U83t7k7RyzJerBZurPer7FxUOY0RL5L/6CZijZ7K+s6HIBGIghj0ey1P2+seRX0J9XQYtDued6tg==}
|
|
280
|
+
engines: {node: '>=22.12.0'}
|
|
281
|
+
|
|
282
|
+
'@commitlint/is-ignored@21.2.0':
|
|
283
|
+
resolution: {integrity: sha512-4/eB0vBN7L88O/oC4ajAEqi7j2ZfNgxl/+11RfAV9YosejZgDXhY2C9VcHnHJhOzPLoSy5P3Mg/46kqeyJfXKw==}
|
|
284
|
+
engines: {node: '>=22.12.0'}
|
|
285
|
+
|
|
286
|
+
'@commitlint/lint@21.2.0':
|
|
287
|
+
resolution: {integrity: sha512-ceO5dp9pLjEZ6y6qbq/uXWXDPykqqlTsyzoQ0NzecpisSJhK3kTy9qzQoPeJuWG/IMNdV1lO0RgmzqoAlSi1uw==}
|
|
288
|
+
engines: {node: '>=22.12.0'}
|
|
289
|
+
|
|
290
|
+
'@commitlint/load@21.2.0':
|
|
291
|
+
resolution: {integrity: sha512-RjlzWQqruRwIenJEfZtq7kG97co97nKoHpflE5YnF61tDLXxHPrdWImgzw6VL6MlFyaOcVlk74eBV8ZQmc3oIA==}
|
|
292
|
+
engines: {node: '>=22.12.0'}
|
|
253
293
|
|
|
254
|
-
'@
|
|
255
|
-
resolution: {integrity: sha512-
|
|
294
|
+
'@commitlint/message@21.2.0':
|
|
295
|
+
resolution: {integrity: sha512-YxGoiXD/HXNXLJPrQwE5poXa+XH0CBEm+mdvbHQP0g6MV/dmJyUFCzPNzZbxL93GvZ70TmtTK0Z0/IBpAqHv8g==}
|
|
296
|
+
engines: {node: '>=22.12.0'}
|
|
256
297
|
|
|
257
|
-
'@
|
|
258
|
-
resolution: {integrity: sha512-
|
|
298
|
+
'@commitlint/parse@21.2.0':
|
|
299
|
+
resolution: {integrity: sha512-QHWxG4d0PLTF634/AdyZ0MQS+CLn5YOuJlCFhMMlSGKFxzYGUetkHBj18xgBD+6fVzUrA2lrCdi/vlS2f/oYXg==}
|
|
300
|
+
engines: {node: '>=22.12.0'}
|
|
301
|
+
|
|
302
|
+
'@commitlint/read@21.2.0':
|
|
303
|
+
resolution: {integrity: sha512-ELx8Ovh/JoAw5lpvDgxc6Y0We9skf2IPI2RFN+gnYgDGjRdMSF8zeodxhZmcclLWzfUIF7hXLOa8gOlllYcvBA==}
|
|
304
|
+
engines: {node: '>=22.12.0'}
|
|
305
|
+
|
|
306
|
+
'@commitlint/resolve-extends@21.2.0':
|
|
307
|
+
resolution: {integrity: sha512-4O/1j51+79Wth9s/MGxt/5gs0XYLDgNlYpltQfhAvLE0itusLKs9zruxbiNg1oOkmkb9L9L4USYGjEj7n87NxA==}
|
|
308
|
+
engines: {node: '>=22.12.0'}
|
|
309
|
+
|
|
310
|
+
'@commitlint/rules@21.2.0':
|
|
311
|
+
resolution: {integrity: sha512-C2yXMNpiB8ETZKfx5JD8+ExgF8vTU1VQMKPSUUYwqKpw9oJWQBrlXBpdU038mj2WPjof7o9UzFpmTyBeGMZwZg==}
|
|
312
|
+
engines: {node: '>=22.12.0'}
|
|
313
|
+
|
|
314
|
+
'@commitlint/to-lines@21.0.1':
|
|
315
|
+
resolution: {integrity: sha512-bd1BFII7p1EQZre9Kaj+kKaMFP3cFCdt21K7DItVux9XP5WjLgJ0/Uy1pJJh9aPwVJ6SKg62PxqlZaHI8hQAXw==}
|
|
316
|
+
engines: {node: '>=22.12.0'}
|
|
317
|
+
|
|
318
|
+
'@commitlint/top-level@21.2.0':
|
|
319
|
+
resolution: {integrity: sha512-Y5gmQ+KxzqCrBFJfLvFEPvvwD3LDiNZoTT2yeFBm96M8qhmqSzQc5DvX3rheAaAMjyIvMXOCLS/mWfdpONsjyQ==}
|
|
320
|
+
engines: {node: '>=22.12.0'}
|
|
321
|
+
|
|
322
|
+
'@commitlint/types@21.2.0':
|
|
323
|
+
resolution: {integrity: sha512-7zVFCDB2reMvJH5dmbKnOQPjZEvjdJTH8jc0U/PIPU1r3/+vf5pD1HlfitV2MWsWXrvu7u39iY1lyLUPOaN0Gw==}
|
|
324
|
+
engines: {node: '>=22.12.0'}
|
|
325
|
+
|
|
326
|
+
'@conventional-changelog/git-client@2.7.0':
|
|
327
|
+
resolution: {integrity: sha512-j7A8/LBEQ+3rugMzPXoKYzyUPpw/0CBQCyvtTR7Lmu4olG4yRC/Tfkq79Mr3yuPs0SUitlO2HwGP3gitMJnRFw==}
|
|
328
|
+
engines: {node: '>=18'}
|
|
329
|
+
peerDependencies:
|
|
330
|
+
conventional-commits-filter: ^5.0.0
|
|
331
|
+
conventional-commits-parser: ^6.4.0
|
|
332
|
+
peerDependenciesMeta:
|
|
333
|
+
conventional-commits-filter:
|
|
334
|
+
optional: true
|
|
335
|
+
conventional-commits-parser:
|
|
336
|
+
optional: true
|
|
337
|
+
|
|
338
|
+
'@conventional-changelog/template@1.2.0':
|
|
339
|
+
resolution: {integrity: sha512-12qHxvlKjHmP0PQ+17EREgC7lWyLwbph1RKcZQZ7k7ZWGmrxfxC9gadHGfvzr0g0u8BhiBGg3tks93txodlyRQ==}
|
|
340
|
+
engines: {node: '>=22'}
|
|
341
|
+
|
|
342
|
+
'@emnapi/core@1.11.1':
|
|
343
|
+
resolution: {integrity: sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==}
|
|
344
|
+
|
|
345
|
+
'@emnapi/runtime@1.11.1':
|
|
346
|
+
resolution: {integrity: sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==}
|
|
347
|
+
|
|
348
|
+
'@emnapi/wasi-threads@1.2.2':
|
|
349
|
+
resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==}
|
|
259
350
|
|
|
260
351
|
'@eslint-community/eslint-utils@4.9.1':
|
|
261
352
|
resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
|
|
@@ -323,13 +414,13 @@ packages:
|
|
|
323
414
|
'@jridgewell/trace-mapping@0.3.31':
|
|
324
415
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
325
416
|
|
|
326
|
-
'@lucide/vue@1.
|
|
327
|
-
resolution: {integrity: sha512-
|
|
417
|
+
'@lucide/vue@1.22.0':
|
|
418
|
+
resolution: {integrity: sha512-2/+mGF+NrHieiGTwq5wHRVsLhtzoY8x64ovvQkVYDXLrLHKqE/58xR/hveFsxkH0Ey4M8UsvsYNxAHjPgbTyqQ==}
|
|
328
419
|
peerDependencies:
|
|
329
420
|
vue: '>=3.0.1'
|
|
330
421
|
|
|
331
|
-
'@napi-rs/wasm-runtime@1.1.
|
|
332
|
-
resolution: {integrity: sha512-
|
|
422
|
+
'@napi-rs/wasm-runtime@1.1.6':
|
|
423
|
+
resolution: {integrity: sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==}
|
|
333
424
|
peerDependencies:
|
|
334
425
|
'@emnapi/core': ^1.7.1
|
|
335
426
|
'@emnapi/runtime': ^1.7.1
|
|
@@ -346,249 +437,249 @@ packages:
|
|
|
346
437
|
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
|
|
347
438
|
engines: {node: '>= 8'}
|
|
348
439
|
|
|
349
|
-
'@oxc-project/types@0.
|
|
350
|
-
resolution: {integrity: sha512-
|
|
440
|
+
'@oxc-project/types@0.137.0':
|
|
441
|
+
resolution: {integrity: sha512-WT+Gb24i8hmvo85AIv2oEYouEXkRlKAlT9WaCa3TfLgNCN+GhrJOGZuIlMouAh38Qe4QOx26eUOVsq70qXrywA==}
|
|
351
442
|
|
|
352
|
-
'@oxfmt/binding-android-arm-eabi@0.
|
|
353
|
-
resolution: {integrity: sha512-
|
|
443
|
+
'@oxfmt/binding-android-arm-eabi@0.56.0':
|
|
444
|
+
resolution: {integrity: sha512-CSCxi7ovYojgfdPOdUb9T508HKeAdDIKeRGg7x8IZwVJrWz9gVgX7MbUnFqtQAE4QvoNo07mj2JlwnOzJw4qqA==}
|
|
354
445
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
355
446
|
cpu: [arm]
|
|
356
447
|
os: [android]
|
|
357
448
|
|
|
358
|
-
'@oxfmt/binding-android-arm64@0.
|
|
359
|
-
resolution: {integrity: sha512-
|
|
449
|
+
'@oxfmt/binding-android-arm64@0.56.0':
|
|
450
|
+
resolution: {integrity: sha512-HYJFnd+PkDwf6S9ZPGzXXtjNqvRWFnnhdbWaouh4mi/SxU8wmDuzlMn3xo/wDTGnr4Q1VA7ZzOaE/D4biW0W6A==}
|
|
360
451
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
361
452
|
cpu: [arm64]
|
|
362
453
|
os: [android]
|
|
363
454
|
|
|
364
|
-
'@oxfmt/binding-darwin-arm64@0.
|
|
365
|
-
resolution: {integrity: sha512-
|
|
455
|
+
'@oxfmt/binding-darwin-arm64@0.56.0':
|
|
456
|
+
resolution: {integrity: sha512-sftR/bEOr+t1gs+evwsHi/Xbq2FAPA2uU3VMr8n6ZU9PoK/IMSfnfu7+OEe/uy1+knhrFl4Wvy7Vkm3uo9mJ7g==}
|
|
366
457
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
367
458
|
cpu: [arm64]
|
|
368
459
|
os: [darwin]
|
|
369
460
|
|
|
370
|
-
'@oxfmt/binding-darwin-x64@0.
|
|
371
|
-
resolution: {integrity: sha512-
|
|
461
|
+
'@oxfmt/binding-darwin-x64@0.56.0':
|
|
462
|
+
resolution: {integrity: sha512-z66SdjLqa3MUPKvTp3Mbb5nSjKSbnYxJGeB+Wx987s8T5hPcIRiBMfnJ6zcPgYtQn3x5xjvdzNVkXrSeYH6ZFg==}
|
|
372
463
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
373
464
|
cpu: [x64]
|
|
374
465
|
os: [darwin]
|
|
375
466
|
|
|
376
|
-
'@oxfmt/binding-freebsd-x64@0.
|
|
377
|
-
resolution: {integrity: sha512-
|
|
467
|
+
'@oxfmt/binding-freebsd-x64@0.56.0':
|
|
468
|
+
resolution: {integrity: sha512-t2tkrV1vtZyaItSQ71dTi2ZVKZEI39b/LqLT12V5KMfIeXK6N32TUC1jhOXKVQmhECq9j2ZXMQV3JeT1kh9Vmg==}
|
|
378
469
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
379
470
|
cpu: [x64]
|
|
380
471
|
os: [freebsd]
|
|
381
472
|
|
|
382
|
-
'@oxfmt/binding-linux-arm-gnueabihf@0.
|
|
383
|
-
resolution: {integrity: sha512
|
|
473
|
+
'@oxfmt/binding-linux-arm-gnueabihf@0.56.0':
|
|
474
|
+
resolution: {integrity: sha512-+gCy+Tp3RHeXQ9y/QrS76lXIpZkbziTyp6hIgjB2MssCwfMph3vG/GEfkhO34Rai1vhYIaUkvv8UT1BcDorJPw==}
|
|
384
475
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
385
476
|
cpu: [arm]
|
|
386
477
|
os: [linux]
|
|
387
478
|
|
|
388
|
-
'@oxfmt/binding-linux-arm-musleabihf@0.
|
|
389
|
-
resolution: {integrity: sha512-
|
|
479
|
+
'@oxfmt/binding-linux-arm-musleabihf@0.56.0':
|
|
480
|
+
resolution: {integrity: sha512-0kKkVvQ2I+FJ2sxQyUu1zJ0yWP5kcWse/yVFnGQSFCXMwSSkfEaUGu0dW774O7nyy3jrcBGap7OSc8dZmU/CdA==}
|
|
390
481
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
391
482
|
cpu: [arm]
|
|
392
483
|
os: [linux]
|
|
393
484
|
|
|
394
|
-
'@oxfmt/binding-linux-arm64-gnu@0.
|
|
395
|
-
resolution: {integrity: sha512-
|
|
485
|
+
'@oxfmt/binding-linux-arm64-gnu@0.56.0':
|
|
486
|
+
resolution: {integrity: sha512-npkA2siMbyWRh+wEhi1aTAx4RirukGcGNt8V4Ch86pG+xU9aurqS1MZOnKYMu03ISwat3rB6zkQx51SsB9obNw==}
|
|
396
487
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
397
488
|
cpu: [arm64]
|
|
398
489
|
os: [linux]
|
|
399
490
|
libc: [glibc]
|
|
400
491
|
|
|
401
|
-
'@oxfmt/binding-linux-arm64-musl@0.
|
|
402
|
-
resolution: {integrity: sha512-
|
|
492
|
+
'@oxfmt/binding-linux-arm64-musl@0.56.0':
|
|
493
|
+
resolution: {integrity: sha512-UekqOjGkV4/MkqreCV9SPIB2jlR3/HbXrmhV1rVXJZ9wfDXMyCMriLtq3tHqLY4PkbVWNtfcm1kMojJ26KLSJw==}
|
|
403
494
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
404
495
|
cpu: [arm64]
|
|
405
496
|
os: [linux]
|
|
406
497
|
libc: [musl]
|
|
407
498
|
|
|
408
|
-
'@oxfmt/binding-linux-ppc64-gnu@0.
|
|
409
|
-
resolution: {integrity: sha512-
|
|
499
|
+
'@oxfmt/binding-linux-ppc64-gnu@0.56.0':
|
|
500
|
+
resolution: {integrity: sha512-XSzveSpeZMD5XJpew5lRFVtNnT04xd3rJxENXmk7wkZzN9oWzv2aFJyoNDhOtoz69BYaS/fg4SYl+CfEZRpB0Q==}
|
|
410
501
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
411
502
|
cpu: [ppc64]
|
|
412
503
|
os: [linux]
|
|
413
504
|
libc: [glibc]
|
|
414
505
|
|
|
415
|
-
'@oxfmt/binding-linux-riscv64-gnu@0.
|
|
416
|
-
resolution: {integrity: sha512-
|
|
506
|
+
'@oxfmt/binding-linux-riscv64-gnu@0.56.0':
|
|
507
|
+
resolution: {integrity: sha512-EkQ0nJa7k7HDDIVuPF7WY+k4k+bzdclLYtyIXNt7/OqVghfNiMym6YGppFBgx1XRIHW6QylxBz5OogumPjPJbQ==}
|
|
417
508
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
418
509
|
cpu: [riscv64]
|
|
419
510
|
os: [linux]
|
|
420
511
|
libc: [glibc]
|
|
421
512
|
|
|
422
|
-
'@oxfmt/binding-linux-riscv64-musl@0.
|
|
423
|
-
resolution: {integrity: sha512-
|
|
513
|
+
'@oxfmt/binding-linux-riscv64-musl@0.56.0':
|
|
514
|
+
resolution: {integrity: sha512-dyjAGW8jKRge0ik6U/dgvQG0nVpA3iBlRskQTz5qJLvQWIrySxX5jpqzPetLBNIIZ231KA82fDdi1nLTk8ENCw==}
|
|
424
515
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
425
516
|
cpu: [riscv64]
|
|
426
517
|
os: [linux]
|
|
427
518
|
libc: [musl]
|
|
428
519
|
|
|
429
|
-
'@oxfmt/binding-linux-s390x-gnu@0.
|
|
430
|
-
resolution: {integrity: sha512-
|
|
520
|
+
'@oxfmt/binding-linux-s390x-gnu@0.56.0':
|
|
521
|
+
resolution: {integrity: sha512-60ZGH3LtfqlW8X6vcLdSFY4lvCQYINurttYBKaALnHCDVAUCYJ1LsUgS6p1XOzVlzEDx3yNUZvDF1Lvt59zoZw==}
|
|
431
522
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
432
523
|
cpu: [s390x]
|
|
433
524
|
os: [linux]
|
|
434
525
|
libc: [glibc]
|
|
435
526
|
|
|
436
|
-
'@oxfmt/binding-linux-x64-gnu@0.
|
|
437
|
-
resolution: {integrity: sha512-
|
|
527
|
+
'@oxfmt/binding-linux-x64-gnu@0.56.0':
|
|
528
|
+
resolution: {integrity: sha512-u1suj1tgJHK4ZqB7buCtdbNef2n8+d0lXTPJwLHNmtyK6p+DTpsaoDvmqhQrA56fgKYv4LuRxNtL8YooebKOew==}
|
|
438
529
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
439
530
|
cpu: [x64]
|
|
440
531
|
os: [linux]
|
|
441
532
|
libc: [glibc]
|
|
442
533
|
|
|
443
|
-
'@oxfmt/binding-linux-x64-musl@0.
|
|
444
|
-
resolution: {integrity: sha512-
|
|
534
|
+
'@oxfmt/binding-linux-x64-musl@0.56.0':
|
|
535
|
+
resolution: {integrity: sha512-aYGLvlQHt80y+qKEtfJY/Nm27G0125Lv+qyh9SJ4Cjc6lXnXjD+ndfhqQnbV24POpMi7rNRi0jvx/0d70FRpCQ==}
|
|
445
536
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
446
537
|
cpu: [x64]
|
|
447
538
|
os: [linux]
|
|
448
539
|
libc: [musl]
|
|
449
540
|
|
|
450
|
-
'@oxfmt/binding-openharmony-arm64@0.
|
|
451
|
-
resolution: {integrity: sha512-
|
|
541
|
+
'@oxfmt/binding-openharmony-arm64@0.56.0':
|
|
542
|
+
resolution: {integrity: sha512-H/re/gO+7ysVc+kywHNuzY3C33EN9sQcZhg0kp1ZwOZl7y998ZE5mhnBiuGR/nYI0pqLL5xQfrHVUOJ/cIJsCA==}
|
|
452
543
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
453
544
|
cpu: [arm64]
|
|
454
545
|
os: [openharmony]
|
|
455
546
|
|
|
456
|
-
'@oxfmt/binding-win32-arm64-msvc@0.
|
|
457
|
-
resolution: {integrity: sha512-
|
|
547
|
+
'@oxfmt/binding-win32-arm64-msvc@0.56.0':
|
|
548
|
+
resolution: {integrity: sha512-6qLNXfXmtAs8jXDvYMkxk6Wec5SUJoew+ZX1uOZmqaR7ks0EJFbAohuOCELDyJMWyVlxotVG8Xf8m74Bfq0O2w==}
|
|
458
549
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
459
550
|
cpu: [arm64]
|
|
460
551
|
os: [win32]
|
|
461
552
|
|
|
462
|
-
'@oxfmt/binding-win32-ia32-msvc@0.
|
|
463
|
-
resolution: {integrity: sha512-
|
|
553
|
+
'@oxfmt/binding-win32-ia32-msvc@0.56.0':
|
|
554
|
+
resolution: {integrity: sha512-UXEXuKphAe15bsob4AswNMArCw38XSmUIs3wk1s6e6MX9OWGW/IRWU95s1hZDiVg09STy1jHgyN2qkqbu1FT0w==}
|
|
464
555
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
465
556
|
cpu: [ia32]
|
|
466
557
|
os: [win32]
|
|
467
558
|
|
|
468
|
-
'@oxfmt/binding-win32-x64-msvc@0.
|
|
469
|
-
resolution: {integrity: sha512-
|
|
559
|
+
'@oxfmt/binding-win32-x64-msvc@0.56.0':
|
|
560
|
+
resolution: {integrity: sha512-HPyNDjky+NIOuaMvHZflR+kst3YWdUOH2JUQYkf99grqZ5mEBTQM6h9iGy501Z8Xt5xMScrwHOuVCOlqDrktRw==}
|
|
470
561
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
471
562
|
cpu: [x64]
|
|
472
563
|
os: [win32]
|
|
473
564
|
|
|
474
|
-
'@oxlint/binding-android-arm-eabi@1.
|
|
475
|
-
resolution: {integrity: sha512-
|
|
565
|
+
'@oxlint/binding-android-arm-eabi@1.71.0':
|
|
566
|
+
resolution: {integrity: sha512-ImGmd1njEg4FEJH03jhRnveEegtO3czCtfptvaHivKAZQIYATbVFBrrzbaYMYv0oJioTnxZAZVSyV+oL7W8S2g==}
|
|
476
567
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
477
568
|
cpu: [arm]
|
|
478
569
|
os: [android]
|
|
479
570
|
|
|
480
|
-
'@oxlint/binding-android-arm64@1.
|
|
481
|
-
resolution: {integrity: sha512-
|
|
571
|
+
'@oxlint/binding-android-arm64@1.71.0':
|
|
572
|
+
resolution: {integrity: sha512-4A5BEexBrwY1YFF8Kiq/lp/wQPRG79G3BWIE1FuWaM5MvmpYSd+7ZySVcKkHdwo0UDzdQGddp6pD9mpctMqLnw==}
|
|
482
573
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
483
574
|
cpu: [arm64]
|
|
484
575
|
os: [android]
|
|
485
576
|
|
|
486
|
-
'@oxlint/binding-darwin-arm64@1.
|
|
487
|
-
resolution: {integrity: sha512-
|
|
577
|
+
'@oxlint/binding-darwin-arm64@1.71.0':
|
|
578
|
+
resolution: {integrity: sha512-9wJA9GJulLwS2usU3CEisI/ESDO1n1z9eyTCvApMDrAkbJ1ve0mORgTMjcWWsKxkzkeZ2N/Gpra5IQE7x8tYgQ==}
|
|
488
579
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
489
580
|
cpu: [arm64]
|
|
490
581
|
os: [darwin]
|
|
491
582
|
|
|
492
|
-
'@oxlint/binding-darwin-x64@1.
|
|
493
|
-
resolution: {integrity: sha512-
|
|
583
|
+
'@oxlint/binding-darwin-x64@1.71.0':
|
|
584
|
+
resolution: {integrity: sha512-PlLCjS06V0PeJMAJwzjrExw1sYNW9Gch3JtNlcwwZDXGlTYDuwHNN89zYH8LTXFfgkVtsYvs2nv0FqrzyuFDzg==}
|
|
494
585
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
495
586
|
cpu: [x64]
|
|
496
587
|
os: [darwin]
|
|
497
588
|
|
|
498
|
-
'@oxlint/binding-freebsd-x64@1.
|
|
499
|
-
resolution: {integrity: sha512-
|
|
589
|
+
'@oxlint/binding-freebsd-x64@1.71.0':
|
|
590
|
+
resolution: {integrity: sha512-Lhil7bWre0ncxbUoDoxfS0JzpTz17BRQKW7iwoAUY8GJ66+WwJEfYPCFJ1P0WgVZR5/O/b3Q2pENlHOjeXLOGQ==}
|
|
500
591
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
501
592
|
cpu: [x64]
|
|
502
593
|
os: [freebsd]
|
|
503
594
|
|
|
504
|
-
'@oxlint/binding-linux-arm-gnueabihf@1.
|
|
505
|
-
resolution: {integrity: sha512-
|
|
595
|
+
'@oxlint/binding-linux-arm-gnueabihf@1.71.0':
|
|
596
|
+
resolution: {integrity: sha512-Oo9/L58PYD3RC0x05d2upAPLllHytTjHQGsnC06P6Ynn7jKkp5mdImQxXdJ3+FnBaKspNpGogzgVsi6g872LiA==}
|
|
506
597
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
507
598
|
cpu: [arm]
|
|
508
599
|
os: [linux]
|
|
509
600
|
|
|
510
|
-
'@oxlint/binding-linux-arm-musleabihf@1.
|
|
511
|
-
resolution: {integrity: sha512-
|
|
601
|
+
'@oxlint/binding-linux-arm-musleabihf@1.71.0':
|
|
602
|
+
resolution: {integrity: sha512-mSHfyfgJrEbyIR29ejaeS50BdPk+GoNPlC1dckpDiUZbJAIel68sjSMdOt4WY0/gva+ECC7FNITQkxMJU+vSBw==}
|
|
512
603
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
513
604
|
cpu: [arm]
|
|
514
605
|
os: [linux]
|
|
515
606
|
|
|
516
|
-
'@oxlint/binding-linux-arm64-gnu@1.
|
|
517
|
-
resolution: {integrity: sha512-
|
|
607
|
+
'@oxlint/binding-linux-arm64-gnu@1.71.0':
|
|
608
|
+
resolution: {integrity: sha512-n9yY4M2tiy3aij4AqtlnspzpfdpeT5JQfK2/w2d8oyp5W0FRwOb1dIeX99nORNcxGr08iD9bH8N5XFz3I2iy8w==}
|
|
518
609
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
519
610
|
cpu: [arm64]
|
|
520
611
|
os: [linux]
|
|
521
612
|
libc: [glibc]
|
|
522
613
|
|
|
523
|
-
'@oxlint/binding-linux-arm64-musl@1.
|
|
524
|
-
resolution: {integrity: sha512-
|
|
614
|
+
'@oxlint/binding-linux-arm64-musl@1.71.0':
|
|
615
|
+
resolution: {integrity: sha512-fJZrs5sDZtTaPIOiemRQQmo82Ezy+vOGXemPc4Ok7iVVsYsFa7SlW6Z5XN819VfsqBHRm3NJ3rTdnR8+bJYJdQ==}
|
|
525
616
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
526
617
|
cpu: [arm64]
|
|
527
618
|
os: [linux]
|
|
528
619
|
libc: [musl]
|
|
529
620
|
|
|
530
|
-
'@oxlint/binding-linux-ppc64-gnu@1.
|
|
531
|
-
resolution: {integrity: sha512-
|
|
621
|
+
'@oxlint/binding-linux-ppc64-gnu@1.71.0':
|
|
622
|
+
resolution: {integrity: sha512-cwl7VKGERIy9p+G+AvZdfy/06q0aHXaTt/mMRReC751iuNYJgqKjB7NydXSS30nBT9vtr2tunciOtrR4fD6FUA==}
|
|
532
623
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
533
624
|
cpu: [ppc64]
|
|
534
625
|
os: [linux]
|
|
535
626
|
libc: [glibc]
|
|
536
627
|
|
|
537
|
-
'@oxlint/binding-linux-riscv64-gnu@1.
|
|
538
|
-
resolution: {integrity: sha512-
|
|
628
|
+
'@oxlint/binding-linux-riscv64-gnu@1.71.0':
|
|
629
|
+
resolution: {integrity: sha512-eZ8ieVXvzGi8jr7+ybQGPK2STw3mldfxZlgA2738iflfB/rzA69sE6m5rDRpQaxC7dpm745Enlh1Tod0QAk9Gg==}
|
|
539
630
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
540
631
|
cpu: [riscv64]
|
|
541
632
|
os: [linux]
|
|
542
633
|
libc: [glibc]
|
|
543
634
|
|
|
544
|
-
'@oxlint/binding-linux-riscv64-musl@1.
|
|
545
|
-
resolution: {integrity: sha512-
|
|
635
|
+
'@oxlint/binding-linux-riscv64-musl@1.71.0':
|
|
636
|
+
resolution: {integrity: sha512-puMDbQYe6+NXwfMusojoA7CXGn2b3utukmd23PQqc1E3XhVCwyZ+FueSMzDYeNgDV2dUfIVXAAKZBcFDeCL6sA==}
|
|
546
637
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
547
638
|
cpu: [riscv64]
|
|
548
639
|
os: [linux]
|
|
549
640
|
libc: [musl]
|
|
550
641
|
|
|
551
|
-
'@oxlint/binding-linux-s390x-gnu@1.
|
|
552
|
-
resolution: {integrity: sha512-
|
|
642
|
+
'@oxlint/binding-linux-s390x-gnu@1.71.0':
|
|
643
|
+
resolution: {integrity: sha512-4NJLxBs1ujISCt3L/1FcywLs73PWtJuw+piD6feK2V6h6OS6P7xu9/sWt1DTRLibe6QCzmfZzmM/2HPORoV/Lg==}
|
|
553
644
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
554
645
|
cpu: [s390x]
|
|
555
646
|
os: [linux]
|
|
556
647
|
libc: [glibc]
|
|
557
648
|
|
|
558
|
-
'@oxlint/binding-linux-x64-gnu@1.
|
|
559
|
-
resolution: {integrity: sha512-
|
|
649
|
+
'@oxlint/binding-linux-x64-gnu@1.71.0':
|
|
650
|
+
resolution: {integrity: sha512-cFDaiR8L3430qp88tfZnvFlt3KotFhR/DlbIL0nHOMMYiG/9Wy4l+6f7t8G8pTa9bd8Lt8+M0y/qjRQ/xcB74g==}
|
|
560
651
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
561
652
|
cpu: [x64]
|
|
562
653
|
os: [linux]
|
|
563
654
|
libc: [glibc]
|
|
564
655
|
|
|
565
|
-
'@oxlint/binding-linux-x64-musl@1.
|
|
566
|
-
resolution: {integrity: sha512-
|
|
656
|
+
'@oxlint/binding-linux-x64-musl@1.71.0':
|
|
657
|
+
resolution: {integrity: sha512-orfixdt76KlpNly9z0PkWBBNfwjKz+JFVLP/7wnVchlKNU9Dpt9InU/ZggeSej6fC7qwHmHNOGlhLnQXcYoGuA==}
|
|
567
658
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
568
659
|
cpu: [x64]
|
|
569
660
|
os: [linux]
|
|
570
661
|
libc: [musl]
|
|
571
662
|
|
|
572
|
-
'@oxlint/binding-openharmony-arm64@1.
|
|
573
|
-
resolution: {integrity: sha512
|
|
663
|
+
'@oxlint/binding-openharmony-arm64@1.71.0':
|
|
664
|
+
resolution: {integrity: sha512-9emQu2lAp6yhPB3XuI+++vR+l/o6JR1X+EpxwcumPdQXBWXEPAsquPGL7l158EqU8SebQMXTUa/S5zN98juyHw==}
|
|
574
665
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
575
666
|
cpu: [arm64]
|
|
576
667
|
os: [openharmony]
|
|
577
668
|
|
|
578
|
-
'@oxlint/binding-win32-arm64-msvc@1.
|
|
579
|
-
resolution: {integrity: sha512-
|
|
669
|
+
'@oxlint/binding-win32-arm64-msvc@1.71.0':
|
|
670
|
+
resolution: {integrity: sha512-bd5kI8spYwTm3BILDtGhi73zoup5dw8MlPQNT8YB3BD5UIsjNe3K9/4ctrzQMX4SZMoK5HgzVLkLJzacEXB7fA==}
|
|
580
671
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
581
672
|
cpu: [arm64]
|
|
582
673
|
os: [win32]
|
|
583
674
|
|
|
584
|
-
'@oxlint/binding-win32-ia32-msvc@1.
|
|
585
|
-
resolution: {integrity: sha512-
|
|
675
|
+
'@oxlint/binding-win32-ia32-msvc@1.71.0':
|
|
676
|
+
resolution: {integrity: sha512-W4HvOHGzVLHcrmFu+bMrJlho+/yrlX5ZNdJZqGe8MEldkQG+RHYhxxad9P4jvWAYFmIqUA5i9DQ8QsJqSU9GIw==}
|
|
586
677
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
587
678
|
cpu: [ia32]
|
|
588
679
|
os: [win32]
|
|
589
680
|
|
|
590
|
-
'@oxlint/binding-win32-x64-msvc@1.
|
|
591
|
-
resolution: {integrity: sha512-
|
|
681
|
+
'@oxlint/binding-win32-x64-msvc@1.71.0':
|
|
682
|
+
resolution: {integrity: sha512-D2kyEIPHk/G/wiZLnwTVC/sVst+T/lKldVOjAFpgTIBUAOlry72e5OiapDbDBF4LfJLkN5ypJb/8Eu6yJzkveQ==}
|
|
592
683
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
593
684
|
cpu: [x64]
|
|
594
685
|
os: [win32]
|
|
@@ -600,97 +691,97 @@ packages:
|
|
|
600
691
|
'@polka/url@1.0.0-next.29':
|
|
601
692
|
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
|
|
602
693
|
|
|
603
|
-
'@rolldown/binding-android-arm64@1.
|
|
604
|
-
resolution: {integrity: sha512-
|
|
694
|
+
'@rolldown/binding-android-arm64@1.1.3':
|
|
695
|
+
resolution: {integrity: sha512-DT6Z3PhvioeHMvxo+xHc3KtqggrI7CCTXCmC2h/5zUlp5jVitv7XEy+9q5/7v8IolhlioawpMo8Kg0EEBy7J0g==}
|
|
605
696
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
606
697
|
cpu: [arm64]
|
|
607
698
|
os: [android]
|
|
608
699
|
|
|
609
|
-
'@rolldown/binding-darwin-arm64@1.
|
|
610
|
-
resolution: {integrity: sha512-
|
|
700
|
+
'@rolldown/binding-darwin-arm64@1.1.3':
|
|
701
|
+
resolution: {integrity: sha512-0NwgwsjM7LrsuVnXMK3koTpagBNOhloc/BNjKqZjv4V5zI5r13qx69uVhRx+o5Z0yy4Hzq+lpy7TAgUG/ocvrw==}
|
|
611
702
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
612
703
|
cpu: [arm64]
|
|
613
704
|
os: [darwin]
|
|
614
705
|
|
|
615
|
-
'@rolldown/binding-darwin-x64@1.
|
|
616
|
-
resolution: {integrity: sha512-
|
|
706
|
+
'@rolldown/binding-darwin-x64@1.1.3':
|
|
707
|
+
resolution: {integrity: sha512-YtiBp4disu6V560loT6PjMdiRaWmVvDNrUunAalbiFx2ggeJwxdAsgZMcoGP17uyAsTwAj5V1niksxlHnVQ1Sw==}
|
|
617
708
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
618
709
|
cpu: [x64]
|
|
619
710
|
os: [darwin]
|
|
620
711
|
|
|
621
|
-
'@rolldown/binding-freebsd-x64@1.
|
|
622
|
-
resolution: {integrity: sha512-
|
|
712
|
+
'@rolldown/binding-freebsd-x64@1.1.3':
|
|
713
|
+
resolution: {integrity: sha512-yD3EkEdXk2LypPxnf/kSZHirarsI8gcPzc62SukhR9VJTyvV+F9Q/GxWNuCojc7sXyuVC4DxRGhdDK4X8VSsbw==}
|
|
623
714
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
624
715
|
cpu: [x64]
|
|
625
716
|
os: [freebsd]
|
|
626
717
|
|
|
627
|
-
'@rolldown/binding-linux-arm-gnueabihf@1.
|
|
628
|
-
resolution: {integrity: sha512-
|
|
718
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.1.3':
|
|
719
|
+
resolution: {integrity: sha512-c+8vieQbsD7HNAHKIA34w0GJ9FedFFuJGD+7E6vz7Q3uqAIugL5p45fhlsj4UaAsHpcmlqugBWMhA0/j7o0sIg==}
|
|
629
720
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
630
721
|
cpu: [arm]
|
|
631
722
|
os: [linux]
|
|
632
723
|
|
|
633
|
-
'@rolldown/binding-linux-arm64-gnu@1.
|
|
634
|
-
resolution: {integrity: sha512-
|
|
724
|
+
'@rolldown/binding-linux-arm64-gnu@1.1.3':
|
|
725
|
+
resolution: {integrity: sha512-50jD0uUwLvur7Zz9LHz17kaAdTPjn5wN93hEgjvmYFRZwiR7ZJYovTd5ipyWJDAnXKvZ+wgc+/Ika6dwSF5OcA==}
|
|
635
726
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
636
727
|
cpu: [arm64]
|
|
637
728
|
os: [linux]
|
|
638
729
|
libc: [glibc]
|
|
639
730
|
|
|
640
|
-
'@rolldown/binding-linux-arm64-musl@1.
|
|
641
|
-
resolution: {integrity: sha512-
|
|
731
|
+
'@rolldown/binding-linux-arm64-musl@1.1.3':
|
|
732
|
+
resolution: {integrity: sha512-BO9+oPL8K9poZJBfYPsXNtYjPE5uM3qeehT3aFcW4LITOl+iSqhp0abzjR2nWBUNjIZeKXjAEWBZ64WjNoHd6w==}
|
|
642
733
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
643
734
|
cpu: [arm64]
|
|
644
735
|
os: [linux]
|
|
645
736
|
libc: [musl]
|
|
646
737
|
|
|
647
|
-
'@rolldown/binding-linux-ppc64-gnu@1.
|
|
648
|
-
resolution: {integrity: sha512-
|
|
738
|
+
'@rolldown/binding-linux-ppc64-gnu@1.1.3':
|
|
739
|
+
resolution: {integrity: sha512-f3VpLB1vQ0Eo6ecr/6cekLnvYMFF4YBFoVGkfkvPLq1bAkbAwHYQPZKoAmG6OJyTcxxoC+AvezGx/S1obNC0Mw==}
|
|
649
740
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
650
741
|
cpu: [ppc64]
|
|
651
742
|
os: [linux]
|
|
652
743
|
libc: [glibc]
|
|
653
744
|
|
|
654
|
-
'@rolldown/binding-linux-s390x-gnu@1.
|
|
655
|
-
resolution: {integrity: sha512-
|
|
745
|
+
'@rolldown/binding-linux-s390x-gnu@1.1.3':
|
|
746
|
+
resolution: {integrity: sha512-AmurZ26Pqx/RI9N1gzEOCklkKXl927yjfXWUUS0O7Puh8ARM/Ob8qfrD3qnWksScdw6cSrW5PSHE9DyLu7+PtA==}
|
|
656
747
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
657
748
|
cpu: [s390x]
|
|
658
749
|
os: [linux]
|
|
659
750
|
libc: [glibc]
|
|
660
751
|
|
|
661
|
-
'@rolldown/binding-linux-x64-gnu@1.
|
|
662
|
-
resolution: {integrity: sha512-
|
|
752
|
+
'@rolldown/binding-linux-x64-gnu@1.1.3':
|
|
753
|
+
resolution: {integrity: sha512-JJpqs8bRGITDOdbkNKnlojzBabbOHrqjSvDr0IVsZObE1lBcPjxItUEY9eWIDbxaJ3cGrXPWGfGkIxFijg/URg==}
|
|
663
754
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
664
755
|
cpu: [x64]
|
|
665
756
|
os: [linux]
|
|
666
757
|
libc: [glibc]
|
|
667
758
|
|
|
668
|
-
'@rolldown/binding-linux-x64-musl@1.
|
|
669
|
-
resolution: {integrity: sha512-
|
|
759
|
+
'@rolldown/binding-linux-x64-musl@1.1.3':
|
|
760
|
+
resolution: {integrity: sha512-rSJcdjPxzA/by/6/rYs+v+bXU7UjvnbUWz8MJb6kh6+knqB1dCrtHg0uu7C/4haqJvqdkYHQ5IGn+tCH9GLW/g==}
|
|
670
761
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
671
762
|
cpu: [x64]
|
|
672
763
|
os: [linux]
|
|
673
764
|
libc: [musl]
|
|
674
765
|
|
|
675
|
-
'@rolldown/binding-openharmony-arm64@1.
|
|
676
|
-
resolution: {integrity: sha512-
|
|
766
|
+
'@rolldown/binding-openharmony-arm64@1.1.3':
|
|
767
|
+
resolution: {integrity: sha512-hQ3/PYkDJICgevvyNcVrihVeqq7k1Pp3VZ9lY+dauAYUJKO+auqApvANhvR1An9BhmqYKvW2Mu1F9u4DXSMLxQ==}
|
|
677
768
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
678
769
|
cpu: [arm64]
|
|
679
770
|
os: [openharmony]
|
|
680
771
|
|
|
681
|
-
'@rolldown/binding-wasm32-wasi@1.
|
|
682
|
-
resolution: {integrity: sha512-
|
|
772
|
+
'@rolldown/binding-wasm32-wasi@1.1.3':
|
|
773
|
+
resolution: {integrity: sha512-Elcv/BtML9lXrV6JuKITc/grN2kYV9gjsQpW8Jfw4ioK0TOkjBjye0nnyqQNy9STNaI20lXNaQBRrD5gSgR0Yg==}
|
|
683
774
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
684
775
|
cpu: [wasm32]
|
|
685
776
|
|
|
686
|
-
'@rolldown/binding-win32-arm64-msvc@1.
|
|
687
|
-
resolution: {integrity: sha512-
|
|
777
|
+
'@rolldown/binding-win32-arm64-msvc@1.1.3':
|
|
778
|
+
resolution: {integrity: sha512-2DrEfhluH9yhiaFApmsjsjwrSYbNcY1oFTzYSP1a535jDbV98zCFanA/96TBUd0iDFcxGmw9QRExwGCXz3U+/g==}
|
|
688
779
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
689
780
|
cpu: [arm64]
|
|
690
781
|
os: [win32]
|
|
691
782
|
|
|
692
|
-
'@rolldown/binding-win32-x64-msvc@1.
|
|
693
|
-
resolution: {integrity: sha512-
|
|
783
|
+
'@rolldown/binding-win32-x64-msvc@1.1.3':
|
|
784
|
+
resolution: {integrity: sha512-OL4OMk7UPXOeVGGd3qo5zJyPIljf4AFgk5QAkPPS+OoLuOOozhuaQGC18MxVTnw/06q93gShAJzlwnSCY9YtqA==}
|
|
694
785
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
695
786
|
cpu: [x64]
|
|
696
787
|
os: [win32]
|
|
@@ -698,69 +789,81 @@ packages:
|
|
|
698
789
|
'@rolldown/pluginutils@1.0.1':
|
|
699
790
|
resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==}
|
|
700
791
|
|
|
701
|
-
'@
|
|
702
|
-
resolution: {integrity: sha512
|
|
792
|
+
'@simple-libs/child-process-utils@1.0.2':
|
|
793
|
+
resolution: {integrity: sha512-/4R8QKnd/8agJynkNdJmNw2MBxuFTRcNFnE5Sg/G+jkSsV8/UBgULMzhizWWW42p8L5H7flImV2ATi79Ove2Tw==}
|
|
794
|
+
engines: {node: '>=18'}
|
|
795
|
+
|
|
796
|
+
'@simple-libs/stream-utils@1.2.0':
|
|
797
|
+
resolution: {integrity: sha512-KxXvfapcixpz6rVEB6HPjOUZT22yN6v0vI0urQSk1L8MlEWPDFCZkhw2xmkyoTGYeFw7tWTZd7e3lVzRZRN/EA==}
|
|
798
|
+
engines: {node: '>=18'}
|
|
799
|
+
|
|
800
|
+
'@simple-libs/stream-utils@2.0.0':
|
|
801
|
+
resolution: {integrity: sha512-fCTuZK4QBa+39Oz9l4OGfJfz+GpwCp3AqO7Zch3to99xHPgstVsRFpeQ8LNd2o1Gv8raL2mCFwiaHh7bFSp5DQ==}
|
|
802
|
+
engines: {node: '>=22'}
|
|
703
803
|
|
|
704
|
-
'@tailwindcss/
|
|
705
|
-
resolution: {integrity: sha512-
|
|
804
|
+
'@tailwindcss/node@4.3.1':
|
|
805
|
+
resolution: {integrity: sha512-6NDaqRoAMSXD1mr/RXu0HBvNE9a2n5tHPsxu9XHLws8o4Twes5rBM2205SUUiJ9goAtadrN6xTGX0UDEwp/N4A==}
|
|
806
|
+
|
|
807
|
+
'@tailwindcss/oxide-android-arm64@4.3.1':
|
|
808
|
+
resolution: {integrity: sha512-SVlyf61g374l5cHyg8x9kf5xmLcOaxvOTsbsqDnSsDJaKOEFZ7GCvi84VAVGpxojYOs1+3K6M0UjXfqPU8vmOQ==}
|
|
706
809
|
engines: {node: '>= 20'}
|
|
707
810
|
cpu: [arm64]
|
|
708
811
|
os: [android]
|
|
709
812
|
|
|
710
|
-
'@tailwindcss/oxide-darwin-arm64@4.3.
|
|
711
|
-
resolution: {integrity: sha512-
|
|
813
|
+
'@tailwindcss/oxide-darwin-arm64@4.3.1':
|
|
814
|
+
resolution: {integrity: sha512-hVnWLwv+e/l7c4WKyVtHVrIPvYdqWHjRB3MDIqARynzFtnQg85kmQEFCbV9Ja0VVx4xXTIiDWY60Y7iz/iNoDA==}
|
|
712
815
|
engines: {node: '>= 20'}
|
|
713
816
|
cpu: [arm64]
|
|
714
817
|
os: [darwin]
|
|
715
818
|
|
|
716
|
-
'@tailwindcss/oxide-darwin-x64@4.3.
|
|
717
|
-
resolution: {integrity: sha512-
|
|
819
|
+
'@tailwindcss/oxide-darwin-x64@4.3.1':
|
|
820
|
+
resolution: {integrity: sha512-Cf7abu0WVgbhU7ANgPUnSAvm7nCvMweusHb8FnaHlLfv/Caq4GYaEZg7ZImzzmjx4lIAfuS8q+eLIS7A7IzxIg==}
|
|
718
821
|
engines: {node: '>= 20'}
|
|
719
822
|
cpu: [x64]
|
|
720
823
|
os: [darwin]
|
|
721
824
|
|
|
722
|
-
'@tailwindcss/oxide-freebsd-x64@4.3.
|
|
723
|
-
resolution: {integrity: sha512-
|
|
825
|
+
'@tailwindcss/oxide-freebsd-x64@4.3.1':
|
|
826
|
+
resolution: {integrity: sha512-ZZqzX2Y+GXtXXfqSfpJhDm60OoZfvLHLCgm+J7NVqgHHJjG/m9ugZI77RwTsVd4fnBJuCFP6Ae6kTJb71UdS8g==}
|
|
724
827
|
engines: {node: '>= 20'}
|
|
725
828
|
cpu: [x64]
|
|
726
829
|
os: [freebsd]
|
|
727
830
|
|
|
728
|
-
'@tailwindcss/oxide-linux-arm-gnueabihf@4.3.
|
|
729
|
-
resolution: {integrity: sha512
|
|
831
|
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.3.1':
|
|
832
|
+
resolution: {integrity: sha512-/Ah/xik0LaMYfv9DZ0S/t4pBlBNYOcqtRwusjgovHkvT8ixueWCLyJjsaF5kQIckjb4IT8Q6K6p/iPmZMixYgg==}
|
|
730
833
|
engines: {node: '>= 20'}
|
|
731
834
|
cpu: [arm]
|
|
732
835
|
os: [linux]
|
|
733
836
|
|
|
734
|
-
'@tailwindcss/oxide-linux-arm64-gnu@4.3.
|
|
735
|
-
resolution: {integrity: sha512-
|
|
837
|
+
'@tailwindcss/oxide-linux-arm64-gnu@4.3.1':
|
|
838
|
+
resolution: {integrity: sha512-gqdFoVJlw444GvpnheZLHmvTzSxI/cOUUh2KSNejQjTcYkW062SVD+En0rUgD+QV91bz1XGIGtt1HJd48xUGbQ==}
|
|
736
839
|
engines: {node: '>= 20'}
|
|
737
840
|
cpu: [arm64]
|
|
738
841
|
os: [linux]
|
|
739
842
|
libc: [glibc]
|
|
740
843
|
|
|
741
|
-
'@tailwindcss/oxide-linux-arm64-musl@4.3.
|
|
742
|
-
resolution: {integrity: sha512-
|
|
844
|
+
'@tailwindcss/oxide-linux-arm64-musl@4.3.1':
|
|
845
|
+
resolution: {integrity: sha512-Bwv9KwOvE0VKa86xPFif9b9c3Y1NxOV1P0gLti/IYaWEsQYZXDlxfGEtA8mdDZ7SG3wyNXAWYT5SIn3giL57oA==}
|
|
743
846
|
engines: {node: '>= 20'}
|
|
744
847
|
cpu: [arm64]
|
|
745
848
|
os: [linux]
|
|
746
849
|
libc: [musl]
|
|
747
850
|
|
|
748
|
-
'@tailwindcss/oxide-linux-x64-gnu@4.3.
|
|
749
|
-
resolution: {integrity: sha512-
|
|
851
|
+
'@tailwindcss/oxide-linux-x64-gnu@4.3.1':
|
|
852
|
+
resolution: {integrity: sha512-Ymi8O8T15HYQdOUWUtTI6ldN0neHP85FC+Qz32xTcZ7iJXtem/x8ITev0o1e9e5rkqj4lONZfTRLvkmin1+tKg==}
|
|
750
853
|
engines: {node: '>= 20'}
|
|
751
854
|
cpu: [x64]
|
|
752
855
|
os: [linux]
|
|
753
856
|
libc: [glibc]
|
|
754
857
|
|
|
755
|
-
'@tailwindcss/oxide-linux-x64-musl@4.3.
|
|
756
|
-
resolution: {integrity: sha512-
|
|
858
|
+
'@tailwindcss/oxide-linux-x64-musl@4.3.1':
|
|
859
|
+
resolution: {integrity: sha512-M+P/91qJ6uILLw4k2G93GMDRAXj61SMvFQYt39AqvUqYgExXpLL5aepfns7sj4HiAQeolirQF9E0lzRvdf4zPQ==}
|
|
757
860
|
engines: {node: '>= 20'}
|
|
758
861
|
cpu: [x64]
|
|
759
862
|
os: [linux]
|
|
760
863
|
libc: [musl]
|
|
761
864
|
|
|
762
|
-
'@tailwindcss/oxide-wasm32-wasi@4.3.
|
|
763
|
-
resolution: {integrity: sha512-
|
|
865
|
+
'@tailwindcss/oxide-wasm32-wasi@4.3.1':
|
|
866
|
+
resolution: {integrity: sha512-zsM8uOeqvVGHsAXsJxsT28ttosFahLJKCLOTUBqRAtKnVgGSRitds9T432QiT8b77Yga7JIBkulIRRlJPtYhRA==}
|
|
764
867
|
engines: {node: '>=14.0.0'}
|
|
765
868
|
cpu: [wasm32]
|
|
766
869
|
bundledDependencies:
|
|
@@ -771,111 +874,111 @@ packages:
|
|
|
771
874
|
- '@emnapi/wasi-threads'
|
|
772
875
|
- tslib
|
|
773
876
|
|
|
774
|
-
'@tailwindcss/oxide-win32-arm64-msvc@4.3.
|
|
775
|
-
resolution: {integrity: sha512-
|
|
877
|
+
'@tailwindcss/oxide-win32-arm64-msvc@4.3.1':
|
|
878
|
+
resolution: {integrity: sha512-aiNvSq9BsVk8V513lDKlrCFAgf8qBMPZTpgEhInL+NwQqs97mYmupVMrPrgBBSL8Pv/0zXu9MrMF9rMun1ZeNg==}
|
|
776
879
|
engines: {node: '>= 20'}
|
|
777
880
|
cpu: [arm64]
|
|
778
881
|
os: [win32]
|
|
779
882
|
|
|
780
|
-
'@tailwindcss/oxide-win32-x64-msvc@4.3.
|
|
781
|
-
resolution: {integrity: sha512-
|
|
883
|
+
'@tailwindcss/oxide-win32-x64-msvc@4.3.1':
|
|
884
|
+
resolution: {integrity: sha512-xDEyu1rg290472FEGaKHnzyDyh5QH+AlWvsU5hMoMtPpzmKlRI0jaYKCgSHDYtaQWZOYbMaduSyCwFwY4n1HmA==}
|
|
782
885
|
engines: {node: '>= 20'}
|
|
783
886
|
cpu: [x64]
|
|
784
887
|
os: [win32]
|
|
785
888
|
|
|
786
|
-
'@tailwindcss/oxide@4.3.
|
|
787
|
-
resolution: {integrity: sha512-
|
|
889
|
+
'@tailwindcss/oxide@4.3.1':
|
|
890
|
+
resolution: {integrity: sha512-yVPyo8RNkabVr3O2EhHEE0Rewu7YKzc1DhIqfL46LKveFrmu9XbDazNOJY7/GRuvw1h6u3utWnR29H/p5JPlgA==}
|
|
788
891
|
engines: {node: '>= 20'}
|
|
789
892
|
|
|
790
|
-
'@tailwindcss/vite@4.3.
|
|
791
|
-
resolution: {integrity: sha512-
|
|
893
|
+
'@tailwindcss/vite@4.3.1':
|
|
894
|
+
resolution: {integrity: sha512-hItDHuIIlEV61R+faXu66s1K36aTurO/Qw0e45Vskz57gXl9pWOT6eg3zmcEui6CZXddbN7zd41bwmvag4JGwQ==}
|
|
792
895
|
peerDependencies:
|
|
793
896
|
vite: ^5.2.0 || ^6 || ^7 || ^8
|
|
794
897
|
|
|
795
|
-
'@tauri-apps/api@2.11.
|
|
796
|
-
resolution: {integrity: sha512-
|
|
898
|
+
'@tauri-apps/api@2.11.1':
|
|
899
|
+
resolution: {integrity: sha512-M2FPuYND2m+wh5hfW9ZpSdxMPdEJovPBWwoHJmwUpysTYNHaOkVFN419m/K0LIgjb/7KU2vBgsUepJWugQCvAA==}
|
|
797
900
|
|
|
798
|
-
'@tauri-apps/cli-darwin-arm64@2.11.
|
|
799
|
-
resolution: {integrity: sha512
|
|
901
|
+
'@tauri-apps/cli-darwin-arm64@2.11.4':
|
|
902
|
+
resolution: {integrity: sha512-1ryOF3ZhpZ/nemHV5zVwBQBz9jDGKmKPvWPADOhc83ig0P4bMc2iER4NbC6r9sjeIZ6RVQ4g3RZIYvezhcl4TQ==}
|
|
800
903
|
engines: {node: '>= 10'}
|
|
801
904
|
cpu: [arm64]
|
|
802
905
|
os: [darwin]
|
|
803
906
|
|
|
804
|
-
'@tauri-apps/cli-darwin-x64@2.11.
|
|
805
|
-
resolution: {integrity: sha512-
|
|
907
|
+
'@tauri-apps/cli-darwin-x64@2.11.4':
|
|
908
|
+
resolution: {integrity: sha512-uFsGQAAfuyz1k/yGLmkWfkBlgKAqZfxqlHmLWx81QU27RJWfmbNHCIq8T8w1e+VClleIuZUjpHWfoE4E3DLo3A==}
|
|
806
909
|
engines: {node: '>= 10'}
|
|
807
910
|
cpu: [x64]
|
|
808
911
|
os: [darwin]
|
|
809
912
|
|
|
810
|
-
'@tauri-apps/cli-linux-arm-gnueabihf@2.11.
|
|
811
|
-
resolution: {integrity: sha512-
|
|
913
|
+
'@tauri-apps/cli-linux-arm-gnueabihf@2.11.4':
|
|
914
|
+
resolution: {integrity: sha512-IaHZn5CdBL21oUmjiVOS1ctw6Ip1O0pjp70FwOWmYz1myWe0SY96ZIj2FYf7pT0m8bI2h/hrs5ZbEXXh44/MkQ==}
|
|
812
915
|
engines: {node: '>= 10'}
|
|
813
916
|
cpu: [arm]
|
|
814
917
|
os: [linux]
|
|
815
918
|
|
|
816
|
-
'@tauri-apps/cli-linux-arm64-gnu@2.11.
|
|
817
|
-
resolution: {integrity: sha512-
|
|
919
|
+
'@tauri-apps/cli-linux-arm64-gnu@2.11.4':
|
|
920
|
+
resolution: {integrity: sha512-N41/ukTRVe6XSuUTESuFdGeOW2i7k62tK+6gHK5Kd5/q5RPvvi19GaWAVPPb9u95HSGmTChSolBfzynUsssFaA==}
|
|
818
921
|
engines: {node: '>= 10'}
|
|
819
922
|
cpu: [arm64]
|
|
820
923
|
os: [linux]
|
|
821
924
|
libc: [glibc]
|
|
822
925
|
|
|
823
|
-
'@tauri-apps/cli-linux-arm64-musl@2.11.
|
|
824
|
-
resolution: {integrity: sha512-
|
|
926
|
+
'@tauri-apps/cli-linux-arm64-musl@2.11.4':
|
|
927
|
+
resolution: {integrity: sha512-v277UnT/fB64xAfSroL5N3Km3tLmvATWqJJw/wRI+g6o+HkeD0slyE7gOhNs1MbjE41R7bQOTxMVoL3aomUJmw==}
|
|
825
928
|
engines: {node: '>= 10'}
|
|
826
929
|
cpu: [arm64]
|
|
827
930
|
os: [linux]
|
|
828
931
|
libc: [musl]
|
|
829
932
|
|
|
830
|
-
'@tauri-apps/cli-linux-riscv64-gnu@2.11.
|
|
831
|
-
resolution: {integrity: sha512-
|
|
933
|
+
'@tauri-apps/cli-linux-riscv64-gnu@2.11.4':
|
|
934
|
+
resolution: {integrity: sha512-qqgNkQ2u1yZHxjhxsZaxUtRDW8dIqIYm33rx/mzwQv0SfY9x1B+iraj8vWeFiXjjSVVhEMepXSOts1TqPzvXNQ==}
|
|
832
935
|
engines: {node: '>= 10'}
|
|
833
936
|
cpu: [riscv64]
|
|
834
937
|
os: [linux]
|
|
835
938
|
libc: [glibc]
|
|
836
939
|
|
|
837
|
-
'@tauri-apps/cli-linux-x64-gnu@2.11.
|
|
838
|
-
resolution: {integrity: sha512-
|
|
940
|
+
'@tauri-apps/cli-linux-x64-gnu@2.11.4':
|
|
941
|
+
resolution: {integrity: sha512-2VRNWl84FOH0m2giiDkO2h0QXlcMJeX+zJDpI5kDIQAx6s+geF3v48F4DXfJez4GS/FdoDGnPnw1C2iYGbQ7bQ==}
|
|
839
942
|
engines: {node: '>= 10'}
|
|
840
943
|
cpu: [x64]
|
|
841
944
|
os: [linux]
|
|
842
945
|
libc: [glibc]
|
|
843
946
|
|
|
844
|
-
'@tauri-apps/cli-linux-x64-musl@2.11.
|
|
845
|
-
resolution: {integrity: sha512-
|
|
947
|
+
'@tauri-apps/cli-linux-x64-musl@2.11.4':
|
|
948
|
+
resolution: {integrity: sha512-o9GyhYor/nc7xarmwDE3ka2szuW3uuZzXjHWh64Q8YX5AtSgxdQkFWzrY4O8KiGtVNvFBI14H3Q49Qj5TOIP/A==}
|
|
846
949
|
engines: {node: '>= 10'}
|
|
847
950
|
cpu: [x64]
|
|
848
951
|
os: [linux]
|
|
849
952
|
libc: [musl]
|
|
850
953
|
|
|
851
|
-
'@tauri-apps/cli-win32-arm64-msvc@2.11.
|
|
852
|
-
resolution: {integrity: sha512-
|
|
954
|
+
'@tauri-apps/cli-win32-arm64-msvc@2.11.4':
|
|
955
|
+
resolution: {integrity: sha512-ld5Ehb598m0VkYyylRPNeCFsBe/km0jxis6KgMpl3IGY6I/i1RwQXO05I1AsXUXO2WC6AvB/Lw4qTf/asiuEiQ==}
|
|
853
956
|
engines: {node: '>= 10'}
|
|
854
957
|
cpu: [arm64]
|
|
855
958
|
os: [win32]
|
|
856
959
|
|
|
857
|
-
'@tauri-apps/cli-win32-ia32-msvc@2.11.
|
|
858
|
-
resolution: {integrity: sha512-
|
|
960
|
+
'@tauri-apps/cli-win32-ia32-msvc@2.11.4':
|
|
961
|
+
resolution: {integrity: sha512-12Hxi0XX/H5VFxO/bGgHkFWhml9VMgEOu9CidjeCeTNQ1l6fpUlbiGgSP7CLI3PFtW9/FfbeHieZ+kyWK5H7CA==}
|
|
859
962
|
engines: {node: '>= 10'}
|
|
860
963
|
cpu: [ia32]
|
|
861
964
|
os: [win32]
|
|
862
965
|
|
|
863
|
-
'@tauri-apps/cli-win32-x64-msvc@2.11.
|
|
864
|
-
resolution: {integrity: sha512
|
|
966
|
+
'@tauri-apps/cli-win32-x64-msvc@2.11.4':
|
|
967
|
+
resolution: {integrity: sha512-+vDiqBIU5dMISg/wNvX3sF+ZHfgJGJ5T0AcO+EHNXV9GGAG+P5fzodlDXD3QdKCRgZxMoCm5PPvj3BqLNjBthw==}
|
|
865
968
|
engines: {node: '>= 10'}
|
|
866
969
|
cpu: [x64]
|
|
867
970
|
os: [win32]
|
|
868
971
|
|
|
869
|
-
'@tauri-apps/cli@2.11.
|
|
870
|
-
resolution: {integrity: sha512-
|
|
972
|
+
'@tauri-apps/cli@2.11.4':
|
|
973
|
+
resolution: {integrity: sha512-R8xGtMpwyetawSqm9kYOuMmEqkhUbvcUy8n0aNXIxollKBLESUu5f4Fx+64hgASYm1H+jSWq6jCW6zqTnH6hqQ==}
|
|
871
974
|
engines: {node: '>= 10'}
|
|
872
975
|
hasBin: true
|
|
873
976
|
|
|
874
977
|
'@tsconfig/node24@24.0.4':
|
|
875
978
|
resolution: {integrity: sha512-2A933l5P5oCbv6qSxHs7ckKwobs8BDAe9SJ/Xr2Hy+nDlwmLE1GhFh/g/vXGRZWgxBg9nX/5piDtHR9Dkw/XuA==}
|
|
876
979
|
|
|
877
|
-
'@tybys/wasm-util@0.10.
|
|
878
|
-
resolution: {integrity: sha512-
|
|
980
|
+
'@tybys/wasm-util@0.10.3':
|
|
981
|
+
resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==}
|
|
879
982
|
|
|
880
983
|
'@types/esrecurse@4.3.1':
|
|
881
984
|
resolution: {integrity: sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==}
|
|
@@ -886,66 +989,66 @@ packages:
|
|
|
886
989
|
'@types/json-schema@7.0.15':
|
|
887
990
|
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
|
888
991
|
|
|
889
|
-
'@types/node@
|
|
890
|
-
resolution: {integrity: sha512-
|
|
992
|
+
'@types/node@26.0.1':
|
|
993
|
+
resolution: {integrity: sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==}
|
|
891
994
|
|
|
892
|
-
'@typescript-eslint/eslint-plugin@8.
|
|
893
|
-
resolution: {integrity: sha512-
|
|
995
|
+
'@typescript-eslint/eslint-plugin@8.61.1':
|
|
996
|
+
resolution: {integrity: sha512-ZPlVl3PB3et/59Ne0fv/sci6ZXz4T4Hp4nTJ56i/Y0gR89ARb+KphojTq6j+56E5PIezmOIOOWyY+aWQFd+IkQ==}
|
|
894
997
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
895
998
|
peerDependencies:
|
|
896
|
-
'@typescript-eslint/parser': ^8.
|
|
999
|
+
'@typescript-eslint/parser': ^8.61.1
|
|
897
1000
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
898
1001
|
typescript: '>=4.8.4 <6.1.0'
|
|
899
1002
|
|
|
900
|
-
'@typescript-eslint/parser@8.
|
|
901
|
-
resolution: {integrity: sha512-
|
|
1003
|
+
'@typescript-eslint/parser@8.61.1':
|
|
1004
|
+
resolution: {integrity: sha512-PJ5vePq5/ognBbrIcoC5+SHO5dfpeLPzP9FpLkzWrguoYQEeeSjlJpVwOpo1JRSTEi7dRcwNy4h4dzV70PqHcg==}
|
|
902
1005
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
903
1006
|
peerDependencies:
|
|
904
1007
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
905
1008
|
typescript: '>=4.8.4 <6.1.0'
|
|
906
1009
|
|
|
907
|
-
'@typescript-eslint/project-service@8.
|
|
908
|
-
resolution: {integrity: sha512-
|
|
1010
|
+
'@typescript-eslint/project-service@8.61.1':
|
|
1011
|
+
resolution: {integrity: sha512-PrC4JYGmR241lYnfhmKGTXkFqv8+ymbTFgSAY0fVXpY82/QkMw5TZPl+vGzuDDU2QYJk9fIDOBTntF+yDv9LEA==}
|
|
909
1012
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
910
1013
|
peerDependencies:
|
|
911
1014
|
typescript: '>=4.8.4 <6.1.0'
|
|
912
1015
|
|
|
913
|
-
'@typescript-eslint/scope-manager@8.
|
|
914
|
-
resolution: {integrity: sha512-
|
|
1016
|
+
'@typescript-eslint/scope-manager@8.61.1':
|
|
1017
|
+
resolution: {integrity: sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==}
|
|
915
1018
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
916
1019
|
|
|
917
|
-
'@typescript-eslint/tsconfig-utils@8.
|
|
918
|
-
resolution: {integrity: sha512-
|
|
1020
|
+
'@typescript-eslint/tsconfig-utils@8.61.1':
|
|
1021
|
+
resolution: {integrity: sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==}
|
|
919
1022
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
920
1023
|
peerDependencies:
|
|
921
1024
|
typescript: '>=4.8.4 <6.1.0'
|
|
922
1025
|
|
|
923
|
-
'@typescript-eslint/type-utils@8.
|
|
924
|
-
resolution: {integrity: sha512-
|
|
1026
|
+
'@typescript-eslint/type-utils@8.61.1':
|
|
1027
|
+
resolution: {integrity: sha512-GYRicKmVK0C4fsKgaACaknOUAq9Oa2kwsjnpFhFcS/5p4Ht5IP9OVLbgIgcK4SRk92nVHFluurg1lumD9dBcLw==}
|
|
925
1028
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
926
1029
|
peerDependencies:
|
|
927
1030
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
928
1031
|
typescript: '>=4.8.4 <6.1.0'
|
|
929
1032
|
|
|
930
|
-
'@typescript-eslint/types@8.
|
|
931
|
-
resolution: {integrity: sha512-
|
|
1033
|
+
'@typescript-eslint/types@8.61.1':
|
|
1034
|
+
resolution: {integrity: sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==}
|
|
932
1035
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
933
1036
|
|
|
934
|
-
'@typescript-eslint/typescript-estree@8.
|
|
935
|
-
resolution: {integrity: sha512-
|
|
1037
|
+
'@typescript-eslint/typescript-estree@8.61.1':
|
|
1038
|
+
resolution: {integrity: sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==}
|
|
936
1039
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
937
1040
|
peerDependencies:
|
|
938
1041
|
typescript: '>=4.8.4 <6.1.0'
|
|
939
1042
|
|
|
940
|
-
'@typescript-eslint/utils@8.
|
|
941
|
-
resolution: {integrity: sha512-
|
|
1043
|
+
'@typescript-eslint/utils@8.61.1':
|
|
1044
|
+
resolution: {integrity: sha512-1+P/3Dj6jvtybE1q0HQ6yBt/gq+oKJyLdEv4HdnqasaEXRSYCAsD59mXEVQnM/ULNdQxbX77tdG4jPRjIS6knA==}
|
|
942
1045
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
943
1046
|
peerDependencies:
|
|
944
1047
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
945
1048
|
typescript: '>=4.8.4 <6.1.0'
|
|
946
1049
|
|
|
947
|
-
'@typescript-eslint/visitor-keys@8.
|
|
948
|
-
resolution: {integrity: sha512-
|
|
1050
|
+
'@typescript-eslint/visitor-keys@8.61.1':
|
|
1051
|
+
resolution: {integrity: sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==}
|
|
949
1052
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
950
1053
|
|
|
951
1054
|
'@vitejs/plugin-vue@6.0.7':
|
|
@@ -980,40 +1083,28 @@ packages:
|
|
|
980
1083
|
peerDependencies:
|
|
981
1084
|
'@babel/core': ^7.0.0-0
|
|
982
1085
|
|
|
983
|
-
'@vue/compiler-core@3.5.
|
|
984
|
-
resolution: {integrity: sha512-
|
|
985
|
-
|
|
986
|
-
'@vue/compiler-core@3.5.35':
|
|
987
|
-
resolution: {integrity: sha512-BUmHaR1J+O+CKZ9uJucdVTEr1LHsdyvv7vG3eNRhK3CczEHeMd/LtsHAuD7PbrxvI2envCY2v7HI1vC1aBRzKw==}
|
|
988
|
-
|
|
989
|
-
'@vue/compiler-dom@3.5.34':
|
|
990
|
-
resolution: {integrity: sha512-EbF/T++k0e2MMZlJsBhzK8Sgwt0HcIPOhzn1CTB/lv6sQcyk+OWf8YeiLxZp3ro7MbbLcAfAJ6sEvjFWuNgUCw==}
|
|
991
|
-
|
|
992
|
-
'@vue/compiler-dom@3.5.35':
|
|
993
|
-
resolution: {integrity: sha512-k+bprkXxuqhVajgTx5mUHuir7TwQzUKOWR40ng1ncAqQRPnrLngGGgqVEEhOnTMlc8btHYVKmrP8s5Qyg0hvYA==}
|
|
1086
|
+
'@vue/compiler-core@3.5.39':
|
|
1087
|
+
resolution: {integrity: sha512-16KBTEXAJCpDr0mwlw+AZyhu8iyC7R3S2vBwsI7QnWJU6X3WKc9VKeNEZpiMdZ569qWhz9574L3vV55qRL0Vtw==}
|
|
994
1088
|
|
|
995
|
-
'@vue/compiler-
|
|
996
|
-
resolution: {integrity: sha512-
|
|
1089
|
+
'@vue/compiler-dom@3.5.39':
|
|
1090
|
+
resolution: {integrity: sha512-oQPigALqYbNxTNPvNgSOe+czwVExfbVF02lz8jP0S3AXJiu3jxYDygNUiqSep4ezzW8XgnubqH63My2A7JR/vg==}
|
|
997
1091
|
|
|
998
|
-
'@vue/compiler-sfc@3.5.
|
|
999
|
-
resolution: {integrity: sha512-
|
|
1092
|
+
'@vue/compiler-sfc@3.5.39':
|
|
1093
|
+
resolution: {integrity: sha512-d0ki86iOyN8LoZPBmk5SJWNwHP19CnDDCfuo//+2WJa2g5Ke0Jay983PIBIcSSzldC68I8DrD5GrHV3OSDfodg==}
|
|
1000
1094
|
|
|
1001
|
-
'@vue/compiler-ssr@3.5.
|
|
1002
|
-
resolution: {integrity: sha512-
|
|
1095
|
+
'@vue/compiler-ssr@3.5.39':
|
|
1096
|
+
resolution: {integrity: sha512-Ce7/wvwMHai74bdszfXExdazFigYnlF9zgCmEQUcM1j0fOymlouZ7XilTYNo8oUjhlnjYOZbGrcYKuqjz89Ucw==}
|
|
1003
1097
|
|
|
1004
|
-
'@vue/
|
|
1005
|
-
resolution: {integrity: sha512-
|
|
1006
|
-
|
|
1007
|
-
'@vue/devtools-core@8.1.2':
|
|
1008
|
-
resolution: {integrity: sha512-ZGGyaSBP4/+bN2Nd9ZHNYAVDRIzMw1rv2RyXWtyZlo6mQal+IDmTvKY4V+DjAEBhaXt30mHmsgYp1yXJ/2tIWg==}
|
|
1098
|
+
'@vue/devtools-core@8.1.5':
|
|
1099
|
+
resolution: {integrity: sha512-5e5jQOEssCdZA1wlFEUkIDtb+cAOWuLNWJ52fm4PBWbF7e3oTnM2fneaL42E5lJoolAaUQ678tv/XEb3h4e86Q==}
|
|
1009
1100
|
peerDependencies:
|
|
1010
1101
|
vue: ^3.0.0
|
|
1011
1102
|
|
|
1012
|
-
'@vue/devtools-kit@8.1.
|
|
1013
|
-
resolution: {integrity: sha512-
|
|
1103
|
+
'@vue/devtools-kit@8.1.5':
|
|
1104
|
+
resolution: {integrity: sha512-FcSAxsi4eWuXLCB7Rv9lj0aIVHHPNVQ2BazGf4RJTc2JCqb4BQg0hk87ZFhminCfl+mD5OUI0rX2cgyu4kJOGA==}
|
|
1014
1105
|
|
|
1015
|
-
'@vue/devtools-shared@8.1.
|
|
1016
|
-
resolution: {integrity: sha512-
|
|
1106
|
+
'@vue/devtools-shared@8.1.5':
|
|
1107
|
+
resolution: {integrity: sha512-mhT4zcPFhF+Xk1O4BfhhrbXzpmfqY03fS6xGpcllbQG7lDjhQf8pQHcTIhqQIYx1hfwtHmk/6jM96ele0UxPqQ==}
|
|
1017
1108
|
|
|
1018
1109
|
'@vue/eslint-config-prettier@10.2.0':
|
|
1019
1110
|
resolution: {integrity: sha512-GL3YBLwv/+b86yHcNNfPJxOTtVFJ4Mbc9UU3zR+KVoG7SwGTjPT+32fXamscNumElhcpXW3mT0DgzS9w32S7Bw==}
|
|
@@ -1021,9 +1112,10 @@ packages:
|
|
|
1021
1112
|
eslint: '>= 8.21.0'
|
|
1022
1113
|
prettier: '>= 3.0.0'
|
|
1023
1114
|
|
|
1024
|
-
'@vue/eslint-config-typescript@14.
|
|
1025
|
-
resolution: {integrity: sha512-
|
|
1115
|
+
'@vue/eslint-config-typescript@14.9.0':
|
|
1116
|
+
resolution: {integrity: sha512-E3j9hDlfVf10F30MRcLTPY2IIhWIx1nsvkVukk14kTcuA+oBVot9zsP1hzsO+PAMDxV3Fd9FimBJtUBNBL5KFA==}
|
|
1026
1117
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1118
|
+
hasBin: true
|
|
1027
1119
|
peerDependencies:
|
|
1028
1120
|
eslint: ^9.10.0 || ^10.0.0
|
|
1029
1121
|
eslint-plugin-vue: ^9.28.0 || ^10.0.0
|
|
@@ -1032,28 +1124,25 @@ packages:
|
|
|
1032
1124
|
typescript:
|
|
1033
1125
|
optional: true
|
|
1034
1126
|
|
|
1035
|
-
'@vue/language-core@3.3.
|
|
1036
|
-
resolution: {integrity: sha512-
|
|
1127
|
+
'@vue/language-core@3.3.5':
|
|
1128
|
+
resolution: {integrity: sha512-UkKu5nhX89fg4VhlG/FOeI10G3cj/7radKT/cy9BT4Q9qJmJlSTAc/dP63Xqs29aypN4f39xUV6PsLNk/dcD6g==}
|
|
1037
1129
|
|
|
1038
|
-
'@vue/reactivity@3.5.
|
|
1039
|
-
resolution: {integrity: sha512-
|
|
1130
|
+
'@vue/reactivity@3.5.39':
|
|
1131
|
+
resolution: {integrity: sha512-TpsuBJ9gGlZa5d23XcM2y8EXanz9dZeVDQBXRwzy46ItgvM+rWpzs+UVM0wcRLxGvcav0HE5jz2gNL53xlRAog==}
|
|
1040
1132
|
|
|
1041
|
-
'@vue/runtime-core@3.5.
|
|
1042
|
-
resolution: {integrity: sha512-
|
|
1133
|
+
'@vue/runtime-core@3.5.39':
|
|
1134
|
+
resolution: {integrity: sha512-9GLtNyRvPAUMbX+7ono0RC2j0guo2LXVi8LvcmAooImACUKm0oFf0jjwbX8/H0AE/t1nxhAkn8RSl9PMCzzxZw==}
|
|
1043
1135
|
|
|
1044
|
-
'@vue/runtime-dom@3.5.
|
|
1045
|
-
resolution: {integrity: sha512-
|
|
1136
|
+
'@vue/runtime-dom@3.5.39':
|
|
1137
|
+
resolution: {integrity: sha512-7Y6aAGboKcXAZ3ECuUy7RrS5yy2r47dhTp2SKaJmYxjopImaVFaNa5Ne66NwGovsrxVAl5S5rwc7m22UG7Lmww==}
|
|
1046
1138
|
|
|
1047
|
-
'@vue/server-renderer@3.5.
|
|
1048
|
-
resolution: {integrity: sha512-
|
|
1139
|
+
'@vue/server-renderer@3.5.39':
|
|
1140
|
+
resolution: {integrity: sha512-yZSakiAGw85rZfG7UM8akMnIF+FmeiNk47uvHf2nVBBSe+dIKUhZuZq9+XgJhbV3nS5Z4ALH23/MpXofW+mbcw==}
|
|
1049
1141
|
peerDependencies:
|
|
1050
|
-
vue: 3.5.
|
|
1142
|
+
vue: 3.5.39
|
|
1051
1143
|
|
|
1052
|
-
'@vue/shared@3.5.
|
|
1053
|
-
resolution: {integrity: sha512-
|
|
1054
|
-
|
|
1055
|
-
'@vue/shared@3.5.35':
|
|
1056
|
-
resolution: {integrity: sha512-zSbjL7gRXwks2ZQLRGCajBtBXEOXW9Ddhn/HvSdrGkE2dqGnumzW8XtusRrxrE9LvqtiqDXQ+A60Hp6mvdYxfA==}
|
|
1144
|
+
'@vue/shared@3.5.39':
|
|
1145
|
+
resolution: {integrity: sha512-l1rrBtBfTnmxvtsvdQDXltUUy8S1Y+ZaqdfUzmAnJkTd8Z8rv5v/ytW+TKiqEOWyHPoqtPlNFSs0lhRmYVSHVA==}
|
|
1057
1146
|
|
|
1058
1147
|
'@vue/tsconfig@0.9.1':
|
|
1059
1148
|
resolution: {integrity: sha512-buvjm+9NzLCJL29KY1j1991YYJ5e6275OiK+G4jtmfIb+z4POywbdm0wXusT9adVWqe0xqg70TbI7+mRx4uU9w==}
|
|
@@ -1076,9 +1165,17 @@ packages:
|
|
|
1076
1165
|
engines: {node: '>=0.4.0'}
|
|
1077
1166
|
hasBin: true
|
|
1078
1167
|
|
|
1168
|
+
acorn@8.17.0:
|
|
1169
|
+
resolution: {integrity: sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==}
|
|
1170
|
+
engines: {node: '>=0.4.0'}
|
|
1171
|
+
hasBin: true
|
|
1172
|
+
|
|
1079
1173
|
ajv@6.15.0:
|
|
1080
1174
|
resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==}
|
|
1081
1175
|
|
|
1176
|
+
ajv@8.20.0:
|
|
1177
|
+
resolution: {integrity: sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==}
|
|
1178
|
+
|
|
1082
1179
|
alien-signals@3.2.1:
|
|
1083
1180
|
resolution: {integrity: sha512-I8FjmltrfnDFoZedi5CG8DghVYNhzb/Ijluz7tCSJH0xpd0484Kowhbb1XDYOxfJpU1p5wnM2X54dA+IfGyD1g==}
|
|
1084
1181
|
|
|
@@ -1094,22 +1191,28 @@ packages:
|
|
|
1094
1191
|
resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
|
|
1095
1192
|
engines: {node: '>=12'}
|
|
1096
1193
|
|
|
1097
|
-
ansis@4.3.
|
|
1098
|
-
resolution: {integrity: sha512-
|
|
1194
|
+
ansis@4.3.1:
|
|
1195
|
+
resolution: {integrity: sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==}
|
|
1099
1196
|
engines: {node: '>=14'}
|
|
1100
1197
|
|
|
1198
|
+
argparse@2.0.1:
|
|
1199
|
+
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
1200
|
+
|
|
1101
1201
|
balanced-match@4.0.4:
|
|
1102
1202
|
resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
|
|
1103
1203
|
engines: {node: 18 || 20 || >=22}
|
|
1104
1204
|
|
|
1105
|
-
baseline-browser-mapping@2.10.
|
|
1106
|
-
resolution: {integrity: sha512-
|
|
1205
|
+
baseline-browser-mapping@2.10.40:
|
|
1206
|
+
resolution: {integrity: sha512-BSSLZ9/Cjjv7Gtj5B68ZzXcXUg8iOf3fme+FCuh8rC/Go+Kmh8cox7M3A8dolou16s64QjLPOSdngh7GxXvkSw==}
|
|
1107
1207
|
engines: {node: '>=6.0.0'}
|
|
1108
1208
|
hasBin: true
|
|
1109
1209
|
|
|
1110
1210
|
birpc@2.9.0:
|
|
1111
1211
|
resolution: {integrity: sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==}
|
|
1112
1212
|
|
|
1213
|
+
birpc@4.0.0:
|
|
1214
|
+
resolution: {integrity: sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==}
|
|
1215
|
+
|
|
1113
1216
|
boolbase@1.0.0:
|
|
1114
1217
|
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
|
|
1115
1218
|
|
|
@@ -1121,8 +1224,8 @@ packages:
|
|
|
1121
1224
|
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
|
1122
1225
|
engines: {node: '>=8'}
|
|
1123
1226
|
|
|
1124
|
-
browserslist@4.28.
|
|
1125
|
-
resolution: {integrity: sha512-
|
|
1227
|
+
browserslist@4.28.4:
|
|
1228
|
+
resolution: {integrity: sha512-MTc8i/x9jBQd1iMw2CFGS+rwMa07eYjLR0CCTLDACl9xhxy+nIs3KeML/biicXtk9JrZ6dnnTatmc7ErPXIxqw==}
|
|
1126
1229
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
1127
1230
|
hasBin: true
|
|
1128
1231
|
|
|
@@ -1130,8 +1233,12 @@ packages:
|
|
|
1130
1233
|
resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
|
|
1131
1234
|
engines: {node: '>=18'}
|
|
1132
1235
|
|
|
1133
|
-
|
|
1134
|
-
resolution: {integrity: sha512-
|
|
1236
|
+
callsites@3.1.0:
|
|
1237
|
+
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
|
1238
|
+
engines: {node: '>=6'}
|
|
1239
|
+
|
|
1240
|
+
caniuse-lite@1.0.30001799:
|
|
1241
|
+
resolution: {integrity: sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==}
|
|
1135
1242
|
|
|
1136
1243
|
chokidar@5.0.0:
|
|
1137
1244
|
resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
|
|
@@ -1148,6 +1255,10 @@ packages:
|
|
|
1148
1255
|
resolution: {integrity: sha512-xRwvIOMGrfOAnM1JYtqQImuaNtDEv9v6oIYAs4LIHwTiKee8uwvIi363igssOC0O5U04i4AlENs79LQLu9tEMw==}
|
|
1149
1256
|
engines: {node: '>=20'}
|
|
1150
1257
|
|
|
1258
|
+
cliui@9.0.1:
|
|
1259
|
+
resolution: {integrity: sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==}
|
|
1260
|
+
engines: {node: '>=20'}
|
|
1261
|
+
|
|
1151
1262
|
clsx@2.1.1:
|
|
1152
1263
|
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
|
|
1153
1264
|
engines: {node: '>=6'}
|
|
@@ -1158,9 +1269,39 @@ packages:
|
|
|
1158
1269
|
confbox@0.2.4:
|
|
1159
1270
|
resolution: {integrity: sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==}
|
|
1160
1271
|
|
|
1272
|
+
conventional-changelog-angular@9.2.0:
|
|
1273
|
+
resolution: {integrity: sha512-2EihZvM1KmbBGwuUow8lNXLe+ECRFsyOcV8X0197/WI7Rvvgfi55Oicfw0wxJTXGGIVXSfj+xBoNj+cxLlIiVw==}
|
|
1274
|
+
engines: {node: '>=22'}
|
|
1275
|
+
|
|
1276
|
+
conventional-changelog-conventionalcommits@10.2.0:
|
|
1277
|
+
resolution: {integrity: sha512-UtlM9GqolY7OmlQh5L/UEVoKsTUpTgUVy1PU8JN5gl5Ydaejb7WRklGliG1SKPxxj7hzA173eG3Kt5fYWE2pmg==}
|
|
1278
|
+
engines: {node: '>=22'}
|
|
1279
|
+
|
|
1280
|
+
conventional-commits-parser@7.0.0:
|
|
1281
|
+
resolution: {integrity: sha512-dZe/p+FgGQLNJFqaCgNdl8j6a7gI8xuaN30Wy5g7nvyK3jqOpNUEUZ3pGJ5D68h89uRh038FtkeOk/bnGmYkmg==}
|
|
1282
|
+
engines: {node: '>=22'}
|
|
1283
|
+
hasBin: true
|
|
1284
|
+
|
|
1161
1285
|
convert-source-map@2.0.0:
|
|
1162
1286
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
1163
1287
|
|
|
1288
|
+
cosmiconfig-typescript-loader@6.3.0:
|
|
1289
|
+
resolution: {integrity: sha512-Akr82WH1Wfqatyiqpj8HDkO2o2KmJRu1FhKfSNJP3K4IdXwHfEyL7MOb62i1AGQVLtIQM+iCE9CGOtrfhR+mmA==}
|
|
1290
|
+
engines: {node: '>=v18'}
|
|
1291
|
+
peerDependencies:
|
|
1292
|
+
'@types/node': '*'
|
|
1293
|
+
cosmiconfig: '>=9'
|
|
1294
|
+
typescript: '>=5'
|
|
1295
|
+
|
|
1296
|
+
cosmiconfig@9.0.2:
|
|
1297
|
+
resolution: {integrity: sha512-gtTZxTDau1wL7Y7zifc2dd8jHSK/k6BTx/2Xp/BpdlAdnlYWFVt7qhJqgwi7637yRwRQ3qL4ZidbB4I8tA5VOg==}
|
|
1298
|
+
engines: {node: '>=14'}
|
|
1299
|
+
peerDependencies:
|
|
1300
|
+
typescript: '>=4.9.5'
|
|
1301
|
+
peerDependenciesMeta:
|
|
1302
|
+
typescript:
|
|
1303
|
+
optional: true
|
|
1304
|
+
|
|
1164
1305
|
cross-spawn@7.0.6:
|
|
1165
1306
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
1166
1307
|
engines: {node: '>= 8'}
|
|
@@ -1201,8 +1342,8 @@ packages:
|
|
|
1201
1342
|
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
1202
1343
|
engines: {node: '>=8'}
|
|
1203
1344
|
|
|
1204
|
-
electron-to-chromium@1.5.
|
|
1205
|
-
resolution: {integrity: sha512-
|
|
1345
|
+
electron-to-chromium@1.5.380:
|
|
1346
|
+
resolution: {integrity: sha512-W6d5AbuEoRayO447cqrg6lKJIlscgRnnxOZl/08kfV71BQDoEBC7Wwis68z87LjyK6f4kWyTaubuDbhHKrZkbA==}
|
|
1206
1347
|
|
|
1207
1348
|
emoji-regex@10.6.0:
|
|
1208
1349
|
resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==}
|
|
@@ -1215,13 +1356,23 @@ packages:
|
|
|
1215
1356
|
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
|
|
1216
1357
|
engines: {node: '>=0.12'}
|
|
1217
1358
|
|
|
1359
|
+
env-paths@2.2.1:
|
|
1360
|
+
resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
|
|
1361
|
+
engines: {node: '>=6'}
|
|
1362
|
+
|
|
1218
1363
|
environment@1.1.0:
|
|
1219
1364
|
resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==}
|
|
1220
1365
|
engines: {node: '>=18'}
|
|
1221
1366
|
|
|
1367
|
+
error-ex@1.3.4:
|
|
1368
|
+
resolution: {integrity: sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==}
|
|
1369
|
+
|
|
1222
1370
|
error-stack-parser-es@1.0.5:
|
|
1223
1371
|
resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==}
|
|
1224
1372
|
|
|
1373
|
+
es-toolkit@1.49.0:
|
|
1374
|
+
resolution: {integrity: sha512-G5iZ6Pc/FNRY/soKZHC+TxGDD83rHUDXxzaWhGCX44vAv/tMs56WMusnm/KMNK+luUPsgA9U28cGr4RDlSzL2g==}
|
|
1375
|
+
|
|
1225
1376
|
escalade@3.2.0:
|
|
1226
1377
|
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
1227
1378
|
engines: {node: '>=6'}
|
|
@@ -1240,10 +1391,10 @@ packages:
|
|
|
1240
1391
|
peerDependencies:
|
|
1241
1392
|
eslint: '>=7.0.0'
|
|
1242
1393
|
|
|
1243
|
-
eslint-plugin-oxlint@1.
|
|
1244
|
-
resolution: {integrity: sha512-
|
|
1394
|
+
eslint-plugin-oxlint@1.71.0:
|
|
1395
|
+
resolution: {integrity: sha512-940aSzHoks+uIlVEoUGIXdtHmrs9ewoeN+r0CrSN4UnkoYIfy4lUPNp21JuwfzNrZ5NCBH3CBmG+ugS+2CXtsw==}
|
|
1245
1396
|
peerDependencies:
|
|
1246
|
-
oxlint: ~1.
|
|
1397
|
+
oxlint: ~1.71.0
|
|
1247
1398
|
|
|
1248
1399
|
eslint-plugin-prettier@5.5.5:
|
|
1249
1400
|
resolution: {integrity: sha512-hscXkbqUZ2sPithAuLm5MXL+Wph+U7wHngPBv9OMWwlP8iaflyxpjTYZkmdgB4/vPIhemRlBEoLrH7UC1n7aUw==}
|
|
@@ -1285,8 +1436,8 @@ packages:
|
|
|
1285
1436
|
resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==}
|
|
1286
1437
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
1287
1438
|
|
|
1288
|
-
eslint@10.
|
|
1289
|
-
resolution: {integrity: sha512-
|
|
1439
|
+
eslint@10.6.0:
|
|
1440
|
+
resolution: {integrity: sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==}
|
|
1290
1441
|
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
1291
1442
|
hasBin: true
|
|
1292
1443
|
peerDependencies:
|
|
@@ -1343,6 +1494,9 @@ packages:
|
|
|
1343
1494
|
fast-levenshtein@2.0.6:
|
|
1344
1495
|
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
|
|
1345
1496
|
|
|
1497
|
+
fast-uri@3.1.3:
|
|
1498
|
+
resolution: {integrity: sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==}
|
|
1499
|
+
|
|
1346
1500
|
fastq@1.20.1:
|
|
1347
1501
|
resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
|
|
1348
1502
|
|
|
@@ -1383,10 +1537,20 @@ packages:
|
|
|
1383
1537
|
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
|
1384
1538
|
engines: {node: '>=6.9.0'}
|
|
1385
1539
|
|
|
1540
|
+
get-caller-file@2.0.5:
|
|
1541
|
+
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
|
1542
|
+
engines: {node: 6.* || 8.* || >= 10.*}
|
|
1543
|
+
|
|
1386
1544
|
get-east-asian-width@1.6.0:
|
|
1387
1545
|
resolution: {integrity: sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==}
|
|
1388
1546
|
engines: {node: '>=18'}
|
|
1389
1547
|
|
|
1548
|
+
git-raw-commits@5.0.1:
|
|
1549
|
+
resolution: {integrity: sha512-Y+csSm2GD/PCSh6Isd/WiMjNAydu0VBiG9J7EdQsNA5P9uXvLayqjmTsNlK5Gs9IhblFZqOU0yid5Il5JPoLiQ==}
|
|
1550
|
+
engines: {node: '>=18'}
|
|
1551
|
+
deprecated: Deprecated and no longer maintained. Use @conventional-changelog/git-client instead.
|
|
1552
|
+
hasBin: true
|
|
1553
|
+
|
|
1390
1554
|
glob-parent@5.1.2:
|
|
1391
1555
|
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
|
|
1392
1556
|
engines: {node: '>= 6'}
|
|
@@ -1395,6 +1559,10 @@ packages:
|
|
|
1395
1559
|
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
|
|
1396
1560
|
engines: {node: '>=10.13.0'}
|
|
1397
1561
|
|
|
1562
|
+
global-directory@5.0.0:
|
|
1563
|
+
resolution: {integrity: sha512-1pgFdhK3J2LeM+dVf2Pd424yHx2ou338lC0ErNP2hPx4j8eW1Sp0XqSjNxtk6Tc4Kr5wlWtSvz8cn2yb7/SG/w==}
|
|
1564
|
+
engines: {node: '>=20'}
|
|
1565
|
+
|
|
1398
1566
|
graceful-fs@4.2.11:
|
|
1399
1567
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
1400
1568
|
|
|
@@ -1414,10 +1582,21 @@ packages:
|
|
|
1414
1582
|
resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
|
|
1415
1583
|
engines: {node: '>= 4'}
|
|
1416
1584
|
|
|
1585
|
+
import-fresh@3.3.1:
|
|
1586
|
+
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
|
1587
|
+
engines: {node: '>=6'}
|
|
1588
|
+
|
|
1417
1589
|
imurmurhash@0.1.4:
|
|
1418
1590
|
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
|
1419
1591
|
engines: {node: '>=0.8.19'}
|
|
1420
1592
|
|
|
1593
|
+
ini@6.0.0:
|
|
1594
|
+
resolution: {integrity: sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==}
|
|
1595
|
+
engines: {node: ^20.17.0 || >=22.9.0}
|
|
1596
|
+
|
|
1597
|
+
is-arrayish@0.2.1:
|
|
1598
|
+
resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
|
|
1599
|
+
|
|
1421
1600
|
is-docker@3.0.0:
|
|
1422
1601
|
resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
|
|
1423
1602
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
@@ -1435,6 +1614,10 @@ packages:
|
|
|
1435
1614
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
1436
1615
|
engines: {node: '>=0.10.0'}
|
|
1437
1616
|
|
|
1617
|
+
is-in-ssh@1.0.0:
|
|
1618
|
+
resolution: {integrity: sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==}
|
|
1619
|
+
engines: {node: '>=20'}
|
|
1620
|
+
|
|
1438
1621
|
is-inside-container@1.0.0:
|
|
1439
1622
|
resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
|
|
1440
1623
|
engines: {node: '>=14.16'}
|
|
@@ -1444,6 +1627,10 @@ packages:
|
|
|
1444
1627
|
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
|
1445
1628
|
engines: {node: '>=0.12.0'}
|
|
1446
1629
|
|
|
1630
|
+
is-plain-obj@4.1.0:
|
|
1631
|
+
resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
|
|
1632
|
+
engines: {node: '>=12'}
|
|
1633
|
+
|
|
1447
1634
|
is-wsl@3.1.1:
|
|
1448
1635
|
resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==}
|
|
1449
1636
|
engines: {node: '>=16'}
|
|
@@ -1455,6 +1642,10 @@ packages:
|
|
|
1455
1642
|
resolution: {integrity: sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==}
|
|
1456
1643
|
engines: {node: '>=20'}
|
|
1457
1644
|
|
|
1645
|
+
jiti@2.6.1:
|
|
1646
|
+
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
|
1647
|
+
hasBin: true
|
|
1648
|
+
|
|
1458
1649
|
jiti@2.7.0:
|
|
1459
1650
|
resolution: {integrity: sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==}
|
|
1460
1651
|
hasBin: true
|
|
@@ -1465,6 +1656,10 @@ packages:
|
|
|
1465
1656
|
js-tokens@9.0.1:
|
|
1466
1657
|
resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
|
|
1467
1658
|
|
|
1659
|
+
js-yaml@4.3.0:
|
|
1660
|
+
resolution: {integrity: sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==}
|
|
1661
|
+
hasBin: true
|
|
1662
|
+
|
|
1468
1663
|
jsesc@3.1.0:
|
|
1469
1664
|
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
1470
1665
|
engines: {node: '>=6'}
|
|
@@ -1473,6 +1668,9 @@ packages:
|
|
|
1473
1668
|
json-buffer@3.0.1:
|
|
1474
1669
|
resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
|
|
1475
1670
|
|
|
1671
|
+
json-parse-even-better-errors@2.3.1:
|
|
1672
|
+
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
|
|
1673
|
+
|
|
1476
1674
|
json-parse-even-better-errors@6.0.0:
|
|
1477
1675
|
resolution: {integrity: sha512-2/8adwnK1/+Fdjyts4r6wSpfANWw8zdNhU9U/Llk59c6O+DjSisPWPykwoL8gZmocP9Dy64S7oie2g+Mia123A==}
|
|
1478
1676
|
engines: {node: ^22.22.2 || ^24.15.0 || >=26.0.0}
|
|
@@ -1480,6 +1678,9 @@ packages:
|
|
|
1480
1678
|
json-schema-traverse@0.4.1:
|
|
1481
1679
|
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
|
1482
1680
|
|
|
1681
|
+
json-schema-traverse@1.0.0:
|
|
1682
|
+
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
|
|
1683
|
+
|
|
1483
1684
|
json-stable-stringify-without-jsonify@1.0.1:
|
|
1484
1685
|
resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
|
|
1485
1686
|
|
|
@@ -1575,8 +1776,11 @@ packages:
|
|
|
1575
1776
|
resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
|
|
1576
1777
|
engines: {node: '>= 12.0.0'}
|
|
1577
1778
|
|
|
1578
|
-
|
|
1579
|
-
resolution: {integrity: sha512-
|
|
1779
|
+
lines-and-columns@1.2.4:
|
|
1780
|
+
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
|
1781
|
+
|
|
1782
|
+
lint-staged@17.0.8:
|
|
1783
|
+
resolution: {integrity: sha512-B2P/d+jVW0UXOQ0MVMLrB/9ydA1P+zz6jYfdrbbEd9ur3S2rcbduFWKiUCC02Sm5hbC8nrm7y24WuYMG54HfxA==}
|
|
1580
1784
|
engines: {node: '>=22.22.1'}
|
|
1581
1785
|
hasBin: true
|
|
1582
1786
|
|
|
@@ -1606,6 +1810,14 @@ packages:
|
|
|
1606
1810
|
resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==}
|
|
1607
1811
|
engines: {node: '>= 0.10.0'}
|
|
1608
1812
|
|
|
1813
|
+
meow@13.2.0:
|
|
1814
|
+
resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==}
|
|
1815
|
+
engines: {node: '>=18'}
|
|
1816
|
+
|
|
1817
|
+
meow@14.1.0:
|
|
1818
|
+
resolution: {integrity: sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw==}
|
|
1819
|
+
engines: {node: '>=20'}
|
|
1820
|
+
|
|
1609
1821
|
merge2@1.4.1:
|
|
1610
1822
|
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
|
|
1611
1823
|
engines: {node: '>= 8'}
|
|
@@ -1635,24 +1847,24 @@ packages:
|
|
|
1635
1847
|
muggle-string@0.4.1:
|
|
1636
1848
|
resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==}
|
|
1637
1849
|
|
|
1638
|
-
nanoid@3.3.
|
|
1639
|
-
resolution: {integrity: sha512-
|
|
1850
|
+
nanoid@3.3.15:
|
|
1851
|
+
resolution: {integrity: sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==}
|
|
1640
1852
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
1641
1853
|
hasBin: true
|
|
1642
1854
|
|
|
1643
1855
|
natural-compare@1.4.0:
|
|
1644
1856
|
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
|
|
1645
1857
|
|
|
1646
|
-
node-releases@2.0.
|
|
1647
|
-
resolution: {integrity: sha512-
|
|
1858
|
+
node-releases@2.0.50:
|
|
1859
|
+
resolution: {integrity: sha512-J6l92tKHX6w8Jy5nO1Vuc01NoIiRGi/d6qBKVxh+IQ8Cr3b6HbVNfKiF8ZpFKufTwpwxMmce2W3iQZ861ZRyTg==}
|
|
1648
1860
|
engines: {node: '>=18'}
|
|
1649
1861
|
|
|
1650
1862
|
npm-normalize-package-bin@6.0.0:
|
|
1651
1863
|
resolution: {integrity: sha512-tdt4aFn9QamlhdN3HV2D2ccpBwO5/fyjjbXUxYA6uBjyekMZcZvDq0aSj9t5Jo+tih6AYFnt/cuIRn9013e0Uw==}
|
|
1652
1864
|
engines: {node: ^22.22.2 || ^24.15.0 || >=26.0.0}
|
|
1653
1865
|
|
|
1654
|
-
npm-run-all2@9.0.
|
|
1655
|
-
resolution: {integrity: sha512
|
|
1866
|
+
npm-run-all2@9.0.2:
|
|
1867
|
+
resolution: {integrity: sha512-+dd4SO2jAlLE06OzmJKzIe6QvvjXezcbmobnh8usR0a8BzQCABTdqTXqVPji0ICOhSQpIIrkGd7IzNl5iDaRSA==}
|
|
1656
1868
|
engines: {node: ^22.22.2 || ^24.15.0 || >=26.0.0, npm: '>= 10'}
|
|
1657
1869
|
hasBin: true
|
|
1658
1870
|
|
|
@@ -1662,6 +1874,10 @@ packages:
|
|
|
1662
1874
|
obug@2.1.1:
|
|
1663
1875
|
resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==}
|
|
1664
1876
|
|
|
1877
|
+
obug@2.1.3:
|
|
1878
|
+
resolution: {integrity: sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==}
|
|
1879
|
+
engines: {node: '>=12.20.0'}
|
|
1880
|
+
|
|
1665
1881
|
ohash@2.0.11:
|
|
1666
1882
|
resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==}
|
|
1667
1883
|
|
|
@@ -1669,16 +1885,16 @@ packages:
|
|
|
1669
1885
|
resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
|
|
1670
1886
|
engines: {node: '>=18'}
|
|
1671
1887
|
|
|
1672
|
-
open@
|
|
1673
|
-
resolution: {integrity: sha512-
|
|
1674
|
-
engines: {node: '>=
|
|
1888
|
+
open@11.0.0:
|
|
1889
|
+
resolution: {integrity: sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==}
|
|
1890
|
+
engines: {node: '>=20'}
|
|
1675
1891
|
|
|
1676
1892
|
optionator@0.9.4:
|
|
1677
1893
|
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
|
1678
1894
|
engines: {node: '>= 0.8.0'}
|
|
1679
1895
|
|
|
1680
|
-
oxfmt@0.
|
|
1681
|
-
resolution: {integrity: sha512-
|
|
1896
|
+
oxfmt@0.56.0:
|
|
1897
|
+
resolution: {integrity: sha512-9Dv0wV3zKiyvhjD7bRKaInKmHQ1sPx3RGOjQkGFJbbdQ16576yf8qhMSO9Q9cvHcs+1NpBsRTkuDDYFFPTJ6gw==}
|
|
1682
1898
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1683
1899
|
hasBin: true
|
|
1684
1900
|
peerDependencies:
|
|
@@ -1690,8 +1906,8 @@ packages:
|
|
|
1690
1906
|
vite-plus:
|
|
1691
1907
|
optional: true
|
|
1692
1908
|
|
|
1693
|
-
oxlint@1.
|
|
1694
|
-
resolution: {integrity: sha512-
|
|
1909
|
+
oxlint@1.71.0:
|
|
1910
|
+
resolution: {integrity: sha512-U1m1X+C0vDj7DC1e13IoZULzEcPczE7UOMTs8VlZGHUEIUaSTZKo5qkPsQEfzpgnQ29Pea/w3Xntk62UCecxZw==}
|
|
1695
1911
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1696
1912
|
hasBin: true
|
|
1697
1913
|
peerDependencies:
|
|
@@ -1711,6 +1927,14 @@ packages:
|
|
|
1711
1927
|
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
|
1712
1928
|
engines: {node: '>=10'}
|
|
1713
1929
|
|
|
1930
|
+
parent-module@1.0.1:
|
|
1931
|
+
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
|
1932
|
+
engines: {node: '>=6'}
|
|
1933
|
+
|
|
1934
|
+
parse-json@5.2.0:
|
|
1935
|
+
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
|
|
1936
|
+
engines: {node: '>=8'}
|
|
1937
|
+
|
|
1714
1938
|
path-browserify@1.0.1:
|
|
1715
1939
|
resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
|
|
1716
1940
|
|
|
@@ -1739,9 +1963,9 @@ packages:
|
|
|
1739
1963
|
resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
|
|
1740
1964
|
engines: {node: '>=12'}
|
|
1741
1965
|
|
|
1742
|
-
pidtree@0.
|
|
1743
|
-
resolution: {integrity: sha512-
|
|
1744
|
-
engines: {node: '>=
|
|
1966
|
+
pidtree@1.0.0:
|
|
1967
|
+
resolution: {integrity: sha512-avfAvjB9Dd0wdj3rjJX//yS+G79OO0KrS5pJHFJENjYGX6N4SMgEDBBI/yFy0lloOYSaC6XQxzpOAMPfSYFV/Q==}
|
|
1968
|
+
engines: {node: '>=18'}
|
|
1745
1969
|
hasBin: true
|
|
1746
1970
|
|
|
1747
1971
|
pkg-types@1.3.1:
|
|
@@ -1754,10 +1978,14 @@ packages:
|
|
|
1754
1978
|
resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==}
|
|
1755
1979
|
engines: {node: '>=4'}
|
|
1756
1980
|
|
|
1757
|
-
postcss@8.5.
|
|
1758
|
-
resolution: {integrity: sha512-
|
|
1981
|
+
postcss@8.5.16:
|
|
1982
|
+
resolution: {integrity: sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==}
|
|
1759
1983
|
engines: {node: ^10 || ^12 || >=14}
|
|
1760
1984
|
|
|
1985
|
+
powershell-utils@0.1.0:
|
|
1986
|
+
resolution: {integrity: sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==}
|
|
1987
|
+
engines: {node: '>=20'}
|
|
1988
|
+
|
|
1761
1989
|
prelude-ls@1.2.1:
|
|
1762
1990
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
1763
1991
|
engines: {node: '>= 0.8.0'}
|
|
@@ -1789,6 +2017,18 @@ packages:
|
|
|
1789
2017
|
resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==}
|
|
1790
2018
|
engines: {node: '>= 20.19.0'}
|
|
1791
2019
|
|
|
2020
|
+
require-from-string@2.0.2:
|
|
2021
|
+
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
|
|
2022
|
+
engines: {node: '>=0.10.0'}
|
|
2023
|
+
|
|
2024
|
+
resolve-from@4.0.0:
|
|
2025
|
+
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
|
2026
|
+
engines: {node: '>=4'}
|
|
2027
|
+
|
|
2028
|
+
resolve-from@5.0.0:
|
|
2029
|
+
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
|
|
2030
|
+
engines: {node: '>=8'}
|
|
2031
|
+
|
|
1792
2032
|
restore-cursor@5.1.0:
|
|
1793
2033
|
resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
|
|
1794
2034
|
engines: {node: '>=18'}
|
|
@@ -1800,8 +2040,8 @@ packages:
|
|
|
1800
2040
|
rfdc@1.4.1:
|
|
1801
2041
|
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
|
|
1802
2042
|
|
|
1803
|
-
rolldown@1.
|
|
1804
|
-
resolution: {integrity: sha512-
|
|
2043
|
+
rolldown@1.1.3:
|
|
2044
|
+
resolution: {integrity: sha512-1F1eEtUBtFvcGm1HQ9TiUIUHPQG7mSAODrhIzjxoUEFuo8OcbrGLiVLkevNgj84TE4lnHvnumwFjhJO5Eu135g==}
|
|
1805
2045
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1806
2046
|
hasBin: true
|
|
1807
2047
|
|
|
@@ -1824,6 +2064,11 @@ packages:
|
|
|
1824
2064
|
engines: {node: '>=10'}
|
|
1825
2065
|
hasBin: true
|
|
1826
2066
|
|
|
2067
|
+
semver@7.8.5:
|
|
2068
|
+
resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==}
|
|
2069
|
+
engines: {node: '>=10'}
|
|
2070
|
+
hasBin: true
|
|
2071
|
+
|
|
1827
2072
|
shebang-command@2.0.0:
|
|
1828
2073
|
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
1829
2074
|
engines: {node: '>=8'}
|
|
@@ -1882,8 +2127,8 @@ packages:
|
|
|
1882
2127
|
tailwind-merge@3.6.0:
|
|
1883
2128
|
resolution: {integrity: sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==}
|
|
1884
2129
|
|
|
1885
|
-
tailwindcss@4.3.
|
|
1886
|
-
resolution: {integrity: sha512-
|
|
2130
|
+
tailwindcss@4.3.1:
|
|
2131
|
+
resolution: {integrity: sha512-hk+TB1m+K8CYNrP6rjQaq/Y+4Zylwpa87mLYBKCunwnnQ9p+fHb7kmSfGqyEJoxF/O6CDyABWVFEafNSYKll+Q==}
|
|
1887
2132
|
|
|
1888
2133
|
tapable@2.3.3:
|
|
1889
2134
|
resolution: {integrity: sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==}
|
|
@@ -1929,8 +2174,8 @@ packages:
|
|
|
1929
2174
|
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
|
1930
2175
|
engines: {node: '>= 0.8.0'}
|
|
1931
2176
|
|
|
1932
|
-
typescript-eslint@8.
|
|
1933
|
-
resolution: {integrity: sha512-
|
|
2177
|
+
typescript-eslint@8.61.1:
|
|
2178
|
+
resolution: {integrity: sha512-V7PayAfJokV3pEHgN7/v03D1SpujhRfQtYLbLIiBfDDncdg4PAiRBfoS4cnCANK4jmAPncczi59QO3afiXUlNw==}
|
|
1934
2179
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1935
2180
|
peerDependencies:
|
|
1936
2181
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
@@ -1944,8 +2189,8 @@ packages:
|
|
|
1944
2189
|
ufo@1.6.4:
|
|
1945
2190
|
resolution: {integrity: sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==}
|
|
1946
2191
|
|
|
1947
|
-
undici-types@
|
|
1948
|
-
resolution: {integrity: sha512-
|
|
2192
|
+
undici-types@8.3.0:
|
|
2193
|
+
resolution: {integrity: sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==}
|
|
1949
2194
|
|
|
1950
2195
|
unimport@5.7.0:
|
|
1951
2196
|
resolution: {integrity: sha512-njnL6sp8lEA8QQbZrt+52p/g4X0rw3bnGGmUcJnt1jeG8+iiqO779aGz0PirCtydAIVcuTBRlJ52F0u46z309Q==}
|
|
@@ -1997,28 +2242,28 @@ packages:
|
|
|
1997
2242
|
util-deprecate@1.0.2:
|
|
1998
2243
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
1999
2244
|
|
|
2000
|
-
vite-dev-rpc@
|
|
2001
|
-
resolution: {integrity: sha512-
|
|
2245
|
+
vite-dev-rpc@2.0.0:
|
|
2246
|
+
resolution: {integrity: sha512-yKwbTwdHKSD2k/aGqyWpPHepo45OQc8lH3/6IfT4ZqeKE26ooKvi4WIEKzqWav8v+9Is8u1k8q54hvOmqASazA==}
|
|
2002
2247
|
peerDependencies:
|
|
2003
|
-
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0
|
|
2248
|
+
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0 || ^8.0.0
|
|
2004
2249
|
|
|
2005
2250
|
vite-hot-client@2.2.0:
|
|
2006
2251
|
resolution: {integrity: sha512-76Zs9zrHbH7M7wqeyooGQKdX+yg0pQ0xuQ1PbFp4z5a0Lzn2e5IPFoCswnmqZ4GiwqB4Jo3WcDAMO9jARTJl8w==}
|
|
2007
2252
|
peerDependencies:
|
|
2008
2253
|
vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0
|
|
2009
2254
|
|
|
2010
|
-
vite-plugin-inspect@11.
|
|
2011
|
-
resolution: {integrity: sha512-
|
|
2255
|
+
vite-plugin-inspect@11.4.1:
|
|
2256
|
+
resolution: {integrity: sha512-ShOFe2PURXGvRS5OrgmOLZOCwDTD7dEBVt0tMpFPKb9AsvqXKCRGM8QgKrUbRbJYFXScHvDPpGRd28rYidC0tA==}
|
|
2012
2257
|
engines: {node: '>=14'}
|
|
2013
2258
|
peerDependencies:
|
|
2014
2259
|
'@nuxt/kit': '*'
|
|
2015
|
-
vite: ^6.0.0 || ^7.0.0-0
|
|
2260
|
+
vite: ^6.0.0 || ^7.0.0-0 || ^8.0.0-0
|
|
2016
2261
|
peerDependenciesMeta:
|
|
2017
2262
|
'@nuxt/kit':
|
|
2018
2263
|
optional: true
|
|
2019
2264
|
|
|
2020
|
-
vite-plugin-vue-devtools@8.1.
|
|
2021
|
-
resolution: {integrity: sha512-
|
|
2265
|
+
vite-plugin-vue-devtools@8.1.5:
|
|
2266
|
+
resolution: {integrity: sha512-QSVntSN0sbVV08CZntMWOfF8McyPyYyYd19sChLjxYyFCC7Fcpey74ztw1uCCU23wTmR2yWPb92uaxVD4Lw0Fg==}
|
|
2022
2267
|
engines: {node: '>=v14.21.3'}
|
|
2023
2268
|
peerDependencies:
|
|
2024
2269
|
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
@@ -2028,13 +2273,13 @@ packages:
|
|
|
2028
2273
|
peerDependencies:
|
|
2029
2274
|
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
2030
2275
|
|
|
2031
|
-
vite@8.0
|
|
2032
|
-
resolution: {integrity: sha512-
|
|
2276
|
+
vite@8.1.0:
|
|
2277
|
+
resolution: {integrity: sha512-BuJcQK/56NQTWDGn4ABea3q4SSBdNPWwNZKTkkUpcMPnLoquSYH8llRtSUIgoL1KSCpHt5eghLShn50mH36y7Q==}
|
|
2033
2278
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2034
2279
|
hasBin: true
|
|
2035
2280
|
peerDependencies:
|
|
2036
2281
|
'@types/node': ^20.19.0 || >=22.12.0
|
|
2037
|
-
'@vitejs/devtools': ^0.
|
|
2282
|
+
'@vitejs/devtools': ^0.3.0
|
|
2038
2283
|
esbuild: ^0.27.0 || ^0.28.0
|
|
2039
2284
|
jiti: '>=1.21.0'
|
|
2040
2285
|
less: ^4.0.0
|
|
@@ -2074,20 +2319,20 @@ packages:
|
|
|
2074
2319
|
vscode-uri@3.1.0:
|
|
2075
2320
|
resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
|
|
2076
2321
|
|
|
2077
|
-
vue-eslint-parser@10.4.
|
|
2078
|
-
resolution: {integrity: sha512-
|
|
2322
|
+
vue-eslint-parser@10.4.1:
|
|
2323
|
+
resolution: {integrity: sha512-Gk6gRDj0n/fkRa3C3l0bBheoBckUq/Rs0F/TvMWIS6nzzx67amAViMe9CkNgsP2tXyQONvGiHQESHwFtZ3aYDA==}
|
|
2079
2324
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2080
2325
|
peerDependencies:
|
|
2081
2326
|
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2082
2327
|
|
|
2083
|
-
vue-tsc@3.3.
|
|
2084
|
-
resolution: {integrity: sha512-
|
|
2328
|
+
vue-tsc@3.3.5:
|
|
2329
|
+
resolution: {integrity: sha512-Rzh/G2MmNlMSAMTiQEjDrsb4dgB/jbtEM47rVN2NtidF1dfb/q4w4QvpQBtW5+y3y5H27Hjh7deVwk+YB02fNg==}
|
|
2085
2330
|
hasBin: true
|
|
2086
2331
|
peerDependencies:
|
|
2087
2332
|
typescript: '>=5.0.0'
|
|
2088
2333
|
|
|
2089
|
-
vue@3.5.
|
|
2090
|
-
resolution: {integrity: sha512-
|
|
2334
|
+
vue@3.5.39:
|
|
2335
|
+
resolution: {integrity: sha512-xmZCYabFGcirU8r0fTuvl/LICc1OU620rnqepaJDL/a141ZigkG7AyaxQLdqJ02ZRYzWe6YPaDHeQx7MfknQfA==}
|
|
2091
2336
|
peerDependencies:
|
|
2092
2337
|
typescript: '*'
|
|
2093
2338
|
peerDependenciesMeta:
|
|
@@ -2119,14 +2364,18 @@ packages:
|
|
|
2119
2364
|
resolution: {integrity: sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==}
|
|
2120
2365
|
engines: {node: '>=18'}
|
|
2121
2366
|
|
|
2122
|
-
wsl-utils@0.1
|
|
2123
|
-
resolution: {integrity: sha512-
|
|
2124
|
-
engines: {node: '>=
|
|
2367
|
+
wsl-utils@0.3.1:
|
|
2368
|
+
resolution: {integrity: sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==}
|
|
2369
|
+
engines: {node: '>=20'}
|
|
2125
2370
|
|
|
2126
2371
|
xml-name-validator@4.0.0:
|
|
2127
2372
|
resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==}
|
|
2128
2373
|
engines: {node: '>=12'}
|
|
2129
2374
|
|
|
2375
|
+
y18n@5.0.8:
|
|
2376
|
+
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
|
|
2377
|
+
engines: {node: '>=10'}
|
|
2378
|
+
|
|
2130
2379
|
yallist@3.1.1:
|
|
2131
2380
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
2132
2381
|
|
|
@@ -2135,31 +2384,39 @@ packages:
|
|
|
2135
2384
|
engines: {node: '>= 14.6'}
|
|
2136
2385
|
hasBin: true
|
|
2137
2386
|
|
|
2387
|
+
yargs-parser@22.0.0:
|
|
2388
|
+
resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==}
|
|
2389
|
+
engines: {node: ^20.19.0 || ^22.12.0 || >=23}
|
|
2390
|
+
|
|
2391
|
+
yargs@18.0.0:
|
|
2392
|
+
resolution: {integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==}
|
|
2393
|
+
engines: {node: ^20.19.0 || ^22.12.0 || >=23}
|
|
2394
|
+
|
|
2138
2395
|
yocto-queue@0.1.0:
|
|
2139
2396
|
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
2140
2397
|
engines: {node: '>=10'}
|
|
2141
2398
|
|
|
2142
2399
|
snapshots:
|
|
2143
2400
|
|
|
2144
|
-
'@babel/code-frame@7.29.
|
|
2401
|
+
'@babel/code-frame@7.29.7':
|
|
2145
2402
|
dependencies:
|
|
2146
|
-
'@babel/helper-validator-identifier': 7.
|
|
2403
|
+
'@babel/helper-validator-identifier': 7.29.7
|
|
2147
2404
|
js-tokens: 4.0.0
|
|
2148
2405
|
picocolors: 1.1.1
|
|
2149
2406
|
|
|
2150
|
-
'@babel/compat-data@7.29.
|
|
2407
|
+
'@babel/compat-data@7.29.7': {}
|
|
2151
2408
|
|
|
2152
|
-
'@babel/core@7.29.
|
|
2409
|
+
'@babel/core@7.29.7':
|
|
2153
2410
|
dependencies:
|
|
2154
|
-
'@babel/code-frame': 7.29.
|
|
2155
|
-
'@babel/generator': 7.29.
|
|
2156
|
-
'@babel/helper-compilation-targets': 7.
|
|
2157
|
-
'@babel/helper-module-transforms': 7.
|
|
2158
|
-
'@babel/helpers': 7.29.
|
|
2159
|
-
'@babel/parser': 7.29.
|
|
2160
|
-
'@babel/template': 7.
|
|
2161
|
-
'@babel/traverse': 7.29.
|
|
2162
|
-
'@babel/types': 7.29.
|
|
2411
|
+
'@babel/code-frame': 7.29.7
|
|
2412
|
+
'@babel/generator': 7.29.7
|
|
2413
|
+
'@babel/helper-compilation-targets': 7.29.7
|
|
2414
|
+
'@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7)
|
|
2415
|
+
'@babel/helpers': 7.29.7
|
|
2416
|
+
'@babel/parser': 7.29.7
|
|
2417
|
+
'@babel/template': 7.29.7
|
|
2418
|
+
'@babel/traverse': 7.29.7
|
|
2419
|
+
'@babel/types': 7.29.7
|
|
2163
2420
|
'@jridgewell/remapping': 2.3.5
|
|
2164
2421
|
convert-source-map: 2.0.0
|
|
2165
2422
|
debug: 4.4.3
|
|
@@ -2169,188 +2426,305 @@ snapshots:
|
|
|
2169
2426
|
transitivePeerDependencies:
|
|
2170
2427
|
- supports-color
|
|
2171
2428
|
|
|
2172
|
-
'@babel/generator@7.29.
|
|
2429
|
+
'@babel/generator@7.29.7':
|
|
2173
2430
|
dependencies:
|
|
2174
|
-
'@babel/parser': 7.29.
|
|
2175
|
-
'@babel/types': 7.29.
|
|
2431
|
+
'@babel/parser': 7.29.7
|
|
2432
|
+
'@babel/types': 7.29.7
|
|
2176
2433
|
'@jridgewell/gen-mapping': 0.3.13
|
|
2177
2434
|
'@jridgewell/trace-mapping': 0.3.31
|
|
2178
2435
|
jsesc: 3.1.0
|
|
2179
2436
|
|
|
2180
|
-
'@babel/helper-annotate-as-pure@7.
|
|
2437
|
+
'@babel/helper-annotate-as-pure@7.29.7':
|
|
2181
2438
|
dependencies:
|
|
2182
|
-
'@babel/types': 7.29.
|
|
2439
|
+
'@babel/types': 7.29.7
|
|
2183
2440
|
|
|
2184
|
-
'@babel/helper-compilation-targets@7.
|
|
2441
|
+
'@babel/helper-compilation-targets@7.29.7':
|
|
2185
2442
|
dependencies:
|
|
2186
|
-
'@babel/compat-data': 7.29.
|
|
2187
|
-
'@babel/helper-validator-option': 7.
|
|
2188
|
-
browserslist: 4.28.
|
|
2443
|
+
'@babel/compat-data': 7.29.7
|
|
2444
|
+
'@babel/helper-validator-option': 7.29.7
|
|
2445
|
+
browserslist: 4.28.4
|
|
2189
2446
|
lru-cache: 5.1.1
|
|
2190
2447
|
semver: 6.3.1
|
|
2191
2448
|
|
|
2192
|
-
'@babel/helper-create-class-features-plugin@7.29.
|
|
2449
|
+
'@babel/helper-create-class-features-plugin@7.29.7(@babel/core@7.29.7)':
|
|
2193
2450
|
dependencies:
|
|
2194
|
-
'@babel/core': 7.29.
|
|
2195
|
-
'@babel/helper-annotate-as-pure': 7.
|
|
2196
|
-
'@babel/helper-member-expression-to-functions': 7.
|
|
2197
|
-
'@babel/helper-optimise-call-expression': 7.
|
|
2198
|
-
'@babel/helper-replace-supers': 7.
|
|
2199
|
-
'@babel/helper-skip-transparent-expression-wrappers': 7.
|
|
2200
|
-
'@babel/traverse': 7.29.
|
|
2451
|
+
'@babel/core': 7.29.7
|
|
2452
|
+
'@babel/helper-annotate-as-pure': 7.29.7
|
|
2453
|
+
'@babel/helper-member-expression-to-functions': 7.29.7
|
|
2454
|
+
'@babel/helper-optimise-call-expression': 7.29.7
|
|
2455
|
+
'@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7)
|
|
2456
|
+
'@babel/helper-skip-transparent-expression-wrappers': 7.29.7
|
|
2457
|
+
'@babel/traverse': 7.29.7
|
|
2201
2458
|
semver: 6.3.1
|
|
2202
2459
|
transitivePeerDependencies:
|
|
2203
2460
|
- supports-color
|
|
2204
2461
|
|
|
2205
|
-
'@babel/helper-globals@7.
|
|
2462
|
+
'@babel/helper-globals@7.29.7': {}
|
|
2206
2463
|
|
|
2207
|
-
'@babel/helper-member-expression-to-functions@7.
|
|
2464
|
+
'@babel/helper-member-expression-to-functions@7.29.7':
|
|
2208
2465
|
dependencies:
|
|
2209
|
-
'@babel/traverse': 7.29.
|
|
2210
|
-
'@babel/types': 7.29.
|
|
2466
|
+
'@babel/traverse': 7.29.7
|
|
2467
|
+
'@babel/types': 7.29.7
|
|
2211
2468
|
transitivePeerDependencies:
|
|
2212
2469
|
- supports-color
|
|
2213
2470
|
|
|
2214
|
-
'@babel/helper-module-imports@7.
|
|
2471
|
+
'@babel/helper-module-imports@7.29.7':
|
|
2215
2472
|
dependencies:
|
|
2216
|
-
'@babel/traverse': 7.29.
|
|
2217
|
-
'@babel/types': 7.29.
|
|
2473
|
+
'@babel/traverse': 7.29.7
|
|
2474
|
+
'@babel/types': 7.29.7
|
|
2218
2475
|
transitivePeerDependencies:
|
|
2219
2476
|
- supports-color
|
|
2220
2477
|
|
|
2221
|
-
'@babel/helper-module-transforms@7.
|
|
2478
|
+
'@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7)':
|
|
2222
2479
|
dependencies:
|
|
2223
|
-
'@babel/core': 7.29.
|
|
2224
|
-
'@babel/helper-module-imports': 7.
|
|
2225
|
-
'@babel/helper-validator-identifier': 7.
|
|
2226
|
-
'@babel/traverse': 7.29.
|
|
2480
|
+
'@babel/core': 7.29.7
|
|
2481
|
+
'@babel/helper-module-imports': 7.29.7
|
|
2482
|
+
'@babel/helper-validator-identifier': 7.29.7
|
|
2483
|
+
'@babel/traverse': 7.29.7
|
|
2227
2484
|
transitivePeerDependencies:
|
|
2228
2485
|
- supports-color
|
|
2229
2486
|
|
|
2230
|
-
'@babel/helper-optimise-call-expression@7.
|
|
2487
|
+
'@babel/helper-optimise-call-expression@7.29.7':
|
|
2231
2488
|
dependencies:
|
|
2232
|
-
'@babel/types': 7.29.
|
|
2489
|
+
'@babel/types': 7.29.7
|
|
2233
2490
|
|
|
2234
|
-
'@babel/helper-plugin-utils@7.
|
|
2491
|
+
'@babel/helper-plugin-utils@7.29.7': {}
|
|
2235
2492
|
|
|
2236
|
-
'@babel/helper-replace-supers@7.
|
|
2493
|
+
'@babel/helper-replace-supers@7.29.7(@babel/core@7.29.7)':
|
|
2237
2494
|
dependencies:
|
|
2238
|
-
'@babel/core': 7.29.
|
|
2239
|
-
'@babel/helper-member-expression-to-functions': 7.
|
|
2240
|
-
'@babel/helper-optimise-call-expression': 7.
|
|
2241
|
-
'@babel/traverse': 7.29.
|
|
2495
|
+
'@babel/core': 7.29.7
|
|
2496
|
+
'@babel/helper-member-expression-to-functions': 7.29.7
|
|
2497
|
+
'@babel/helper-optimise-call-expression': 7.29.7
|
|
2498
|
+
'@babel/traverse': 7.29.7
|
|
2242
2499
|
transitivePeerDependencies:
|
|
2243
2500
|
- supports-color
|
|
2244
2501
|
|
|
2245
|
-
'@babel/helper-skip-transparent-expression-wrappers@7.
|
|
2502
|
+
'@babel/helper-skip-transparent-expression-wrappers@7.29.7':
|
|
2246
2503
|
dependencies:
|
|
2247
|
-
'@babel/traverse': 7.29.
|
|
2248
|
-
'@babel/types': 7.29.
|
|
2504
|
+
'@babel/traverse': 7.29.7
|
|
2505
|
+
'@babel/types': 7.29.7
|
|
2249
2506
|
transitivePeerDependencies:
|
|
2250
2507
|
- supports-color
|
|
2251
2508
|
|
|
2252
|
-
'@babel/helper-string-parser@7.
|
|
2509
|
+
'@babel/helper-string-parser@7.29.7': {}
|
|
2253
2510
|
|
|
2254
|
-
'@babel/helper-validator-identifier@7.
|
|
2511
|
+
'@babel/helper-validator-identifier@7.29.7': {}
|
|
2255
2512
|
|
|
2256
|
-
'@babel/helper-validator-option@7.
|
|
2513
|
+
'@babel/helper-validator-option@7.29.7': {}
|
|
2257
2514
|
|
|
2258
|
-
'@babel/helpers@7.29.
|
|
2515
|
+
'@babel/helpers@7.29.7':
|
|
2259
2516
|
dependencies:
|
|
2260
|
-
'@babel/template': 7.
|
|
2261
|
-
'@babel/types': 7.29.
|
|
2517
|
+
'@babel/template': 7.29.7
|
|
2518
|
+
'@babel/types': 7.29.7
|
|
2262
2519
|
|
|
2263
|
-
'@babel/parser@7.29.
|
|
2520
|
+
'@babel/parser@7.29.7':
|
|
2264
2521
|
dependencies:
|
|
2265
|
-
'@babel/types': 7.29.
|
|
2522
|
+
'@babel/types': 7.29.7
|
|
2266
2523
|
|
|
2267
|
-
'@babel/plugin-proposal-decorators@7.29.
|
|
2524
|
+
'@babel/plugin-proposal-decorators@7.29.7(@babel/core@7.29.7)':
|
|
2268
2525
|
dependencies:
|
|
2269
|
-
'@babel/core': 7.29.
|
|
2270
|
-
'@babel/helper-create-class-features-plugin': 7.29.
|
|
2271
|
-
'@babel/helper-plugin-utils': 7.
|
|
2272
|
-
'@babel/plugin-syntax-decorators': 7.
|
|
2526
|
+
'@babel/core': 7.29.7
|
|
2527
|
+
'@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7)
|
|
2528
|
+
'@babel/helper-plugin-utils': 7.29.7
|
|
2529
|
+
'@babel/plugin-syntax-decorators': 7.29.7(@babel/core@7.29.7)
|
|
2273
2530
|
transitivePeerDependencies:
|
|
2274
2531
|
- supports-color
|
|
2275
2532
|
|
|
2276
|
-
'@babel/plugin-syntax-decorators@7.
|
|
2533
|
+
'@babel/plugin-syntax-decorators@7.29.7(@babel/core@7.29.7)':
|
|
2277
2534
|
dependencies:
|
|
2278
|
-
'@babel/core': 7.29.
|
|
2279
|
-
'@babel/helper-plugin-utils': 7.
|
|
2535
|
+
'@babel/core': 7.29.7
|
|
2536
|
+
'@babel/helper-plugin-utils': 7.29.7
|
|
2280
2537
|
|
|
2281
|
-
'@babel/plugin-syntax-import-attributes@7.
|
|
2538
|
+
'@babel/plugin-syntax-import-attributes@7.29.7(@babel/core@7.29.7)':
|
|
2282
2539
|
dependencies:
|
|
2283
|
-
'@babel/core': 7.29.
|
|
2284
|
-
'@babel/helper-plugin-utils': 7.
|
|
2540
|
+
'@babel/core': 7.29.7
|
|
2541
|
+
'@babel/helper-plugin-utils': 7.29.7
|
|
2285
2542
|
|
|
2286
|
-
'@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.
|
|
2543
|
+
'@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.7)':
|
|
2287
2544
|
dependencies:
|
|
2288
|
-
'@babel/core': 7.29.
|
|
2289
|
-
'@babel/helper-plugin-utils': 7.
|
|
2545
|
+
'@babel/core': 7.29.7
|
|
2546
|
+
'@babel/helper-plugin-utils': 7.29.7
|
|
2290
2547
|
|
|
2291
|
-
'@babel/plugin-syntax-jsx@7.
|
|
2548
|
+
'@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7)':
|
|
2292
2549
|
dependencies:
|
|
2293
|
-
'@babel/core': 7.29.
|
|
2294
|
-
'@babel/helper-plugin-utils': 7.
|
|
2550
|
+
'@babel/core': 7.29.7
|
|
2551
|
+
'@babel/helper-plugin-utils': 7.29.7
|
|
2295
2552
|
|
|
2296
|
-
'@babel/plugin-syntax-typescript@7.
|
|
2553
|
+
'@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7)':
|
|
2297
2554
|
dependencies:
|
|
2298
|
-
'@babel/core': 7.29.
|
|
2299
|
-
'@babel/helper-plugin-utils': 7.
|
|
2555
|
+
'@babel/core': 7.29.7
|
|
2556
|
+
'@babel/helper-plugin-utils': 7.29.7
|
|
2300
2557
|
|
|
2301
|
-
'@babel/plugin-transform-typescript@7.
|
|
2558
|
+
'@babel/plugin-transform-typescript@7.29.7(@babel/core@7.29.7)':
|
|
2302
2559
|
dependencies:
|
|
2303
|
-
'@babel/core': 7.29.
|
|
2304
|
-
'@babel/helper-annotate-as-pure': 7.
|
|
2305
|
-
'@babel/helper-create-class-features-plugin': 7.29.
|
|
2306
|
-
'@babel/helper-plugin-utils': 7.
|
|
2307
|
-
'@babel/helper-skip-transparent-expression-wrappers': 7.
|
|
2308
|
-
'@babel/plugin-syntax-typescript': 7.
|
|
2560
|
+
'@babel/core': 7.29.7
|
|
2561
|
+
'@babel/helper-annotate-as-pure': 7.29.7
|
|
2562
|
+
'@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7)
|
|
2563
|
+
'@babel/helper-plugin-utils': 7.29.7
|
|
2564
|
+
'@babel/helper-skip-transparent-expression-wrappers': 7.29.7
|
|
2565
|
+
'@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7)
|
|
2309
2566
|
transitivePeerDependencies:
|
|
2310
2567
|
- supports-color
|
|
2311
2568
|
|
|
2312
|
-
'@babel/template@7.
|
|
2569
|
+
'@babel/template@7.29.7':
|
|
2313
2570
|
dependencies:
|
|
2314
|
-
'@babel/code-frame': 7.29.
|
|
2315
|
-
'@babel/parser': 7.29.
|
|
2316
|
-
'@babel/types': 7.29.
|
|
2571
|
+
'@babel/code-frame': 7.29.7
|
|
2572
|
+
'@babel/parser': 7.29.7
|
|
2573
|
+
'@babel/types': 7.29.7
|
|
2317
2574
|
|
|
2318
|
-
'@babel/traverse@7.29.
|
|
2575
|
+
'@babel/traverse@7.29.7':
|
|
2319
2576
|
dependencies:
|
|
2320
|
-
'@babel/code-frame': 7.29.
|
|
2321
|
-
'@babel/generator': 7.29.
|
|
2322
|
-
'@babel/helper-globals': 7.
|
|
2323
|
-
'@babel/parser': 7.29.
|
|
2324
|
-
'@babel/template': 7.
|
|
2325
|
-
'@babel/types': 7.29.
|
|
2577
|
+
'@babel/code-frame': 7.29.7
|
|
2578
|
+
'@babel/generator': 7.29.7
|
|
2579
|
+
'@babel/helper-globals': 7.29.7
|
|
2580
|
+
'@babel/parser': 7.29.7
|
|
2581
|
+
'@babel/template': 7.29.7
|
|
2582
|
+
'@babel/types': 7.29.7
|
|
2326
2583
|
debug: 4.4.3
|
|
2327
2584
|
transitivePeerDependencies:
|
|
2328
2585
|
- supports-color
|
|
2329
2586
|
|
|
2330
|
-
'@babel/types@7.29.
|
|
2587
|
+
'@babel/types@7.29.7':
|
|
2588
|
+
dependencies:
|
|
2589
|
+
'@babel/helper-string-parser': 7.29.7
|
|
2590
|
+
'@babel/helper-validator-identifier': 7.29.7
|
|
2591
|
+
|
|
2592
|
+
'@commitlint/cli@21.2.0(@types/node@26.0.1)(typescript@6.0.3)':
|
|
2593
|
+
dependencies:
|
|
2594
|
+
'@commitlint/config-conventional': 21.2.0
|
|
2595
|
+
'@commitlint/format': 21.2.0
|
|
2596
|
+
'@commitlint/lint': 21.2.0
|
|
2597
|
+
'@commitlint/load': 21.2.0(@types/node@26.0.1)(typescript@6.0.3)
|
|
2598
|
+
'@commitlint/read': 21.2.0
|
|
2599
|
+
'@commitlint/types': 21.2.0
|
|
2600
|
+
tinyexec: 1.2.4
|
|
2601
|
+
yargs: 18.0.0
|
|
2602
|
+
transitivePeerDependencies:
|
|
2603
|
+
- '@types/node'
|
|
2604
|
+
- conventional-commits-filter
|
|
2605
|
+
- conventional-commits-parser
|
|
2606
|
+
- typescript
|
|
2607
|
+
|
|
2608
|
+
'@commitlint/config-conventional@21.2.0':
|
|
2609
|
+
dependencies:
|
|
2610
|
+
'@commitlint/types': 21.2.0
|
|
2611
|
+
conventional-changelog-conventionalcommits: 10.2.0
|
|
2612
|
+
|
|
2613
|
+
'@commitlint/config-validator@21.2.0':
|
|
2614
|
+
dependencies:
|
|
2615
|
+
'@commitlint/types': 21.2.0
|
|
2616
|
+
ajv: 8.20.0
|
|
2617
|
+
|
|
2618
|
+
'@commitlint/ensure@21.2.0':
|
|
2619
|
+
dependencies:
|
|
2620
|
+
'@commitlint/types': 21.2.0
|
|
2621
|
+
es-toolkit: 1.49.0
|
|
2622
|
+
|
|
2623
|
+
'@commitlint/execute-rule@21.0.1': {}
|
|
2624
|
+
|
|
2625
|
+
'@commitlint/format@21.2.0':
|
|
2626
|
+
dependencies:
|
|
2627
|
+
'@commitlint/types': 21.2.0
|
|
2628
|
+
picocolors: 1.1.1
|
|
2629
|
+
|
|
2630
|
+
'@commitlint/is-ignored@21.2.0':
|
|
2631
|
+
dependencies:
|
|
2632
|
+
'@commitlint/types': 21.2.0
|
|
2633
|
+
semver: 7.8.5
|
|
2634
|
+
|
|
2635
|
+
'@commitlint/lint@21.2.0':
|
|
2331
2636
|
dependencies:
|
|
2332
|
-
'@
|
|
2333
|
-
'@
|
|
2637
|
+
'@commitlint/is-ignored': 21.2.0
|
|
2638
|
+
'@commitlint/parse': 21.2.0
|
|
2639
|
+
'@commitlint/rules': 21.2.0
|
|
2640
|
+
'@commitlint/types': 21.2.0
|
|
2334
2641
|
|
|
2335
|
-
'@
|
|
2642
|
+
'@commitlint/load@21.2.0(@types/node@26.0.1)(typescript@6.0.3)':
|
|
2336
2643
|
dependencies:
|
|
2337
|
-
'@
|
|
2644
|
+
'@commitlint/config-validator': 21.2.0
|
|
2645
|
+
'@commitlint/execute-rule': 21.0.1
|
|
2646
|
+
'@commitlint/resolve-extends': 21.2.0
|
|
2647
|
+
'@commitlint/types': 21.2.0
|
|
2648
|
+
cosmiconfig: 9.0.2(typescript@6.0.3)
|
|
2649
|
+
cosmiconfig-typescript-loader: 6.3.0(@types/node@26.0.1)(cosmiconfig@9.0.2(typescript@6.0.3))(typescript@6.0.3)
|
|
2650
|
+
es-toolkit: 1.49.0
|
|
2651
|
+
is-plain-obj: 4.1.0
|
|
2652
|
+
picocolors: 1.1.1
|
|
2653
|
+
transitivePeerDependencies:
|
|
2654
|
+
- '@types/node'
|
|
2655
|
+
- typescript
|
|
2656
|
+
|
|
2657
|
+
'@commitlint/message@21.2.0': {}
|
|
2658
|
+
|
|
2659
|
+
'@commitlint/parse@21.2.0':
|
|
2660
|
+
dependencies:
|
|
2661
|
+
'@commitlint/types': 21.2.0
|
|
2662
|
+
conventional-changelog-angular: 9.2.0
|
|
2663
|
+
conventional-commits-parser: 7.0.0
|
|
2664
|
+
|
|
2665
|
+
'@commitlint/read@21.2.0':
|
|
2666
|
+
dependencies:
|
|
2667
|
+
'@commitlint/top-level': 21.2.0
|
|
2668
|
+
'@commitlint/types': 21.2.0
|
|
2669
|
+
git-raw-commits: 5.0.1
|
|
2670
|
+
tinyexec: 1.2.4
|
|
2671
|
+
transitivePeerDependencies:
|
|
2672
|
+
- conventional-commits-filter
|
|
2673
|
+
- conventional-commits-parser
|
|
2674
|
+
|
|
2675
|
+
'@commitlint/resolve-extends@21.2.0':
|
|
2676
|
+
dependencies:
|
|
2677
|
+
'@commitlint/config-validator': 21.2.0
|
|
2678
|
+
'@commitlint/types': 21.2.0
|
|
2679
|
+
es-toolkit: 1.49.0
|
|
2680
|
+
global-directory: 5.0.0
|
|
2681
|
+
resolve-from: 5.0.0
|
|
2682
|
+
|
|
2683
|
+
'@commitlint/rules@21.2.0':
|
|
2684
|
+
dependencies:
|
|
2685
|
+
'@commitlint/ensure': 21.2.0
|
|
2686
|
+
'@commitlint/message': 21.2.0
|
|
2687
|
+
'@commitlint/to-lines': 21.0.1
|
|
2688
|
+
'@commitlint/types': 21.2.0
|
|
2689
|
+
|
|
2690
|
+
'@commitlint/to-lines@21.0.1': {}
|
|
2691
|
+
|
|
2692
|
+
'@commitlint/top-level@21.2.0':
|
|
2693
|
+
dependencies:
|
|
2694
|
+
escalade: 3.2.0
|
|
2695
|
+
|
|
2696
|
+
'@commitlint/types@21.2.0':
|
|
2697
|
+
dependencies:
|
|
2698
|
+
conventional-commits-parser: 7.0.0
|
|
2699
|
+
picocolors: 1.1.1
|
|
2700
|
+
|
|
2701
|
+
'@conventional-changelog/git-client@2.7.0':
|
|
2702
|
+
dependencies:
|
|
2703
|
+
'@simple-libs/child-process-utils': 1.0.2
|
|
2704
|
+
'@simple-libs/stream-utils': 1.2.0
|
|
2705
|
+
semver: 7.8.5
|
|
2706
|
+
|
|
2707
|
+
'@conventional-changelog/template@1.2.0': {}
|
|
2708
|
+
|
|
2709
|
+
'@emnapi/core@1.11.1':
|
|
2710
|
+
dependencies:
|
|
2711
|
+
'@emnapi/wasi-threads': 1.2.2
|
|
2338
2712
|
tslib: 2.8.1
|
|
2339
2713
|
optional: true
|
|
2340
2714
|
|
|
2341
|
-
'@emnapi/runtime@1.
|
|
2715
|
+
'@emnapi/runtime@1.11.1':
|
|
2342
2716
|
dependencies:
|
|
2343
2717
|
tslib: 2.8.1
|
|
2344
2718
|
optional: true
|
|
2345
2719
|
|
|
2346
|
-
'@emnapi/wasi-threads@1.2.
|
|
2720
|
+
'@emnapi/wasi-threads@1.2.2':
|
|
2347
2721
|
dependencies:
|
|
2348
2722
|
tslib: 2.8.1
|
|
2349
2723
|
optional: true
|
|
2350
2724
|
|
|
2351
|
-
'@eslint-community/eslint-utils@4.9.1(eslint@10.
|
|
2725
|
+
'@eslint-community/eslint-utils@4.9.1(eslint@10.6.0(jiti@2.7.0))':
|
|
2352
2726
|
dependencies:
|
|
2353
|
-
eslint: 10.
|
|
2727
|
+
eslint: 10.6.0(jiti@2.7.0)
|
|
2354
2728
|
eslint-visitor-keys: 3.4.3
|
|
2355
2729
|
|
|
2356
2730
|
'@eslint-community/regexpp@4.12.2': {}
|
|
@@ -2413,15 +2787,15 @@ snapshots:
|
|
|
2413
2787
|
'@jridgewell/resolve-uri': 3.1.2
|
|
2414
2788
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
2415
2789
|
|
|
2416
|
-
'@lucide/vue@1.
|
|
2790
|
+
'@lucide/vue@1.22.0(vue@3.5.39(typescript@6.0.3))':
|
|
2417
2791
|
dependencies:
|
|
2418
|
-
vue: 3.5.
|
|
2792
|
+
vue: 3.5.39(typescript@6.0.3)
|
|
2419
2793
|
|
|
2420
|
-
'@napi-rs/wasm-runtime@1.1.
|
|
2794
|
+
'@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)':
|
|
2421
2795
|
dependencies:
|
|
2422
|
-
'@emnapi/core': 1.
|
|
2423
|
-
'@emnapi/runtime': 1.
|
|
2424
|
-
'@tybys/wasm-util': 0.10.
|
|
2796
|
+
'@emnapi/core': 1.11.1
|
|
2797
|
+
'@emnapi/runtime': 1.11.1
|
|
2798
|
+
'@tybys/wasm-util': 0.10.3
|
|
2425
2799
|
optional: true
|
|
2426
2800
|
|
|
2427
2801
|
'@nodelib/fs.scandir@2.1.5':
|
|
@@ -2436,178 +2810,186 @@ snapshots:
|
|
|
2436
2810
|
'@nodelib/fs.scandir': 2.1.5
|
|
2437
2811
|
fastq: 1.20.1
|
|
2438
2812
|
|
|
2439
|
-
'@oxc-project/types@0.
|
|
2813
|
+
'@oxc-project/types@0.137.0': {}
|
|
2440
2814
|
|
|
2441
|
-
'@oxfmt/binding-android-arm-eabi@0.
|
|
2815
|
+
'@oxfmt/binding-android-arm-eabi@0.56.0':
|
|
2442
2816
|
optional: true
|
|
2443
2817
|
|
|
2444
|
-
'@oxfmt/binding-android-arm64@0.
|
|
2818
|
+
'@oxfmt/binding-android-arm64@0.56.0':
|
|
2445
2819
|
optional: true
|
|
2446
2820
|
|
|
2447
|
-
'@oxfmt/binding-darwin-arm64@0.
|
|
2821
|
+
'@oxfmt/binding-darwin-arm64@0.56.0':
|
|
2448
2822
|
optional: true
|
|
2449
2823
|
|
|
2450
|
-
'@oxfmt/binding-darwin-x64@0.
|
|
2824
|
+
'@oxfmt/binding-darwin-x64@0.56.0':
|
|
2451
2825
|
optional: true
|
|
2452
2826
|
|
|
2453
|
-
'@oxfmt/binding-freebsd-x64@0.
|
|
2827
|
+
'@oxfmt/binding-freebsd-x64@0.56.0':
|
|
2454
2828
|
optional: true
|
|
2455
2829
|
|
|
2456
|
-
'@oxfmt/binding-linux-arm-gnueabihf@0.
|
|
2830
|
+
'@oxfmt/binding-linux-arm-gnueabihf@0.56.0':
|
|
2457
2831
|
optional: true
|
|
2458
2832
|
|
|
2459
|
-
'@oxfmt/binding-linux-arm-musleabihf@0.
|
|
2833
|
+
'@oxfmt/binding-linux-arm-musleabihf@0.56.0':
|
|
2460
2834
|
optional: true
|
|
2461
2835
|
|
|
2462
|
-
'@oxfmt/binding-linux-arm64-gnu@0.
|
|
2836
|
+
'@oxfmt/binding-linux-arm64-gnu@0.56.0':
|
|
2463
2837
|
optional: true
|
|
2464
2838
|
|
|
2465
|
-
'@oxfmt/binding-linux-arm64-musl@0.
|
|
2839
|
+
'@oxfmt/binding-linux-arm64-musl@0.56.0':
|
|
2466
2840
|
optional: true
|
|
2467
2841
|
|
|
2468
|
-
'@oxfmt/binding-linux-ppc64-gnu@0.
|
|
2842
|
+
'@oxfmt/binding-linux-ppc64-gnu@0.56.0':
|
|
2469
2843
|
optional: true
|
|
2470
2844
|
|
|
2471
|
-
'@oxfmt/binding-linux-riscv64-gnu@0.
|
|
2845
|
+
'@oxfmt/binding-linux-riscv64-gnu@0.56.0':
|
|
2472
2846
|
optional: true
|
|
2473
2847
|
|
|
2474
|
-
'@oxfmt/binding-linux-riscv64-musl@0.
|
|
2848
|
+
'@oxfmt/binding-linux-riscv64-musl@0.56.0':
|
|
2475
2849
|
optional: true
|
|
2476
2850
|
|
|
2477
|
-
'@oxfmt/binding-linux-s390x-gnu@0.
|
|
2851
|
+
'@oxfmt/binding-linux-s390x-gnu@0.56.0':
|
|
2478
2852
|
optional: true
|
|
2479
2853
|
|
|
2480
|
-
'@oxfmt/binding-linux-x64-gnu@0.
|
|
2854
|
+
'@oxfmt/binding-linux-x64-gnu@0.56.0':
|
|
2481
2855
|
optional: true
|
|
2482
2856
|
|
|
2483
|
-
'@oxfmt/binding-linux-x64-musl@0.
|
|
2857
|
+
'@oxfmt/binding-linux-x64-musl@0.56.0':
|
|
2484
2858
|
optional: true
|
|
2485
2859
|
|
|
2486
|
-
'@oxfmt/binding-openharmony-arm64@0.
|
|
2860
|
+
'@oxfmt/binding-openharmony-arm64@0.56.0':
|
|
2487
2861
|
optional: true
|
|
2488
2862
|
|
|
2489
|
-
'@oxfmt/binding-win32-arm64-msvc@0.
|
|
2863
|
+
'@oxfmt/binding-win32-arm64-msvc@0.56.0':
|
|
2490
2864
|
optional: true
|
|
2491
2865
|
|
|
2492
|
-
'@oxfmt/binding-win32-ia32-msvc@0.
|
|
2866
|
+
'@oxfmt/binding-win32-ia32-msvc@0.56.0':
|
|
2493
2867
|
optional: true
|
|
2494
2868
|
|
|
2495
|
-
'@oxfmt/binding-win32-x64-msvc@0.
|
|
2869
|
+
'@oxfmt/binding-win32-x64-msvc@0.56.0':
|
|
2496
2870
|
optional: true
|
|
2497
2871
|
|
|
2498
|
-
'@oxlint/binding-android-arm-eabi@1.
|
|
2872
|
+
'@oxlint/binding-android-arm-eabi@1.71.0':
|
|
2499
2873
|
optional: true
|
|
2500
2874
|
|
|
2501
|
-
'@oxlint/binding-android-arm64@1.
|
|
2875
|
+
'@oxlint/binding-android-arm64@1.71.0':
|
|
2502
2876
|
optional: true
|
|
2503
2877
|
|
|
2504
|
-
'@oxlint/binding-darwin-arm64@1.
|
|
2878
|
+
'@oxlint/binding-darwin-arm64@1.71.0':
|
|
2505
2879
|
optional: true
|
|
2506
2880
|
|
|
2507
|
-
'@oxlint/binding-darwin-x64@1.
|
|
2881
|
+
'@oxlint/binding-darwin-x64@1.71.0':
|
|
2508
2882
|
optional: true
|
|
2509
2883
|
|
|
2510
|
-
'@oxlint/binding-freebsd-x64@1.
|
|
2884
|
+
'@oxlint/binding-freebsd-x64@1.71.0':
|
|
2511
2885
|
optional: true
|
|
2512
2886
|
|
|
2513
|
-
'@oxlint/binding-linux-arm-gnueabihf@1.
|
|
2887
|
+
'@oxlint/binding-linux-arm-gnueabihf@1.71.0':
|
|
2514
2888
|
optional: true
|
|
2515
2889
|
|
|
2516
|
-
'@oxlint/binding-linux-arm-musleabihf@1.
|
|
2890
|
+
'@oxlint/binding-linux-arm-musleabihf@1.71.0':
|
|
2517
2891
|
optional: true
|
|
2518
2892
|
|
|
2519
|
-
'@oxlint/binding-linux-arm64-gnu@1.
|
|
2893
|
+
'@oxlint/binding-linux-arm64-gnu@1.71.0':
|
|
2520
2894
|
optional: true
|
|
2521
2895
|
|
|
2522
|
-
'@oxlint/binding-linux-arm64-musl@1.
|
|
2896
|
+
'@oxlint/binding-linux-arm64-musl@1.71.0':
|
|
2523
2897
|
optional: true
|
|
2524
2898
|
|
|
2525
|
-
'@oxlint/binding-linux-ppc64-gnu@1.
|
|
2899
|
+
'@oxlint/binding-linux-ppc64-gnu@1.71.0':
|
|
2526
2900
|
optional: true
|
|
2527
2901
|
|
|
2528
|
-
'@oxlint/binding-linux-riscv64-gnu@1.
|
|
2902
|
+
'@oxlint/binding-linux-riscv64-gnu@1.71.0':
|
|
2529
2903
|
optional: true
|
|
2530
2904
|
|
|
2531
|
-
'@oxlint/binding-linux-riscv64-musl@1.
|
|
2905
|
+
'@oxlint/binding-linux-riscv64-musl@1.71.0':
|
|
2532
2906
|
optional: true
|
|
2533
2907
|
|
|
2534
|
-
'@oxlint/binding-linux-s390x-gnu@1.
|
|
2908
|
+
'@oxlint/binding-linux-s390x-gnu@1.71.0':
|
|
2535
2909
|
optional: true
|
|
2536
2910
|
|
|
2537
|
-
'@oxlint/binding-linux-x64-gnu@1.
|
|
2911
|
+
'@oxlint/binding-linux-x64-gnu@1.71.0':
|
|
2538
2912
|
optional: true
|
|
2539
2913
|
|
|
2540
|
-
'@oxlint/binding-linux-x64-musl@1.
|
|
2914
|
+
'@oxlint/binding-linux-x64-musl@1.71.0':
|
|
2541
2915
|
optional: true
|
|
2542
2916
|
|
|
2543
|
-
'@oxlint/binding-openharmony-arm64@1.
|
|
2917
|
+
'@oxlint/binding-openharmony-arm64@1.71.0':
|
|
2544
2918
|
optional: true
|
|
2545
2919
|
|
|
2546
|
-
'@oxlint/binding-win32-arm64-msvc@1.
|
|
2920
|
+
'@oxlint/binding-win32-arm64-msvc@1.71.0':
|
|
2547
2921
|
optional: true
|
|
2548
2922
|
|
|
2549
|
-
'@oxlint/binding-win32-ia32-msvc@1.
|
|
2923
|
+
'@oxlint/binding-win32-ia32-msvc@1.71.0':
|
|
2550
2924
|
optional: true
|
|
2551
2925
|
|
|
2552
|
-
'@oxlint/binding-win32-x64-msvc@1.
|
|
2926
|
+
'@oxlint/binding-win32-x64-msvc@1.71.0':
|
|
2553
2927
|
optional: true
|
|
2554
2928
|
|
|
2555
2929
|
'@pkgr/core@0.2.9': {}
|
|
2556
2930
|
|
|
2557
2931
|
'@polka/url@1.0.0-next.29': {}
|
|
2558
2932
|
|
|
2559
|
-
'@rolldown/binding-android-arm64@1.
|
|
2933
|
+
'@rolldown/binding-android-arm64@1.1.3':
|
|
2560
2934
|
optional: true
|
|
2561
2935
|
|
|
2562
|
-
'@rolldown/binding-darwin-arm64@1.
|
|
2936
|
+
'@rolldown/binding-darwin-arm64@1.1.3':
|
|
2563
2937
|
optional: true
|
|
2564
2938
|
|
|
2565
|
-
'@rolldown/binding-darwin-x64@1.
|
|
2939
|
+
'@rolldown/binding-darwin-x64@1.1.3':
|
|
2566
2940
|
optional: true
|
|
2567
2941
|
|
|
2568
|
-
'@rolldown/binding-freebsd-x64@1.
|
|
2942
|
+
'@rolldown/binding-freebsd-x64@1.1.3':
|
|
2569
2943
|
optional: true
|
|
2570
2944
|
|
|
2571
|
-
'@rolldown/binding-linux-arm-gnueabihf@1.
|
|
2945
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.1.3':
|
|
2572
2946
|
optional: true
|
|
2573
2947
|
|
|
2574
|
-
'@rolldown/binding-linux-arm64-gnu@1.
|
|
2948
|
+
'@rolldown/binding-linux-arm64-gnu@1.1.3':
|
|
2575
2949
|
optional: true
|
|
2576
2950
|
|
|
2577
|
-
'@rolldown/binding-linux-arm64-musl@1.
|
|
2951
|
+
'@rolldown/binding-linux-arm64-musl@1.1.3':
|
|
2578
2952
|
optional: true
|
|
2579
2953
|
|
|
2580
|
-
'@rolldown/binding-linux-ppc64-gnu@1.
|
|
2954
|
+
'@rolldown/binding-linux-ppc64-gnu@1.1.3':
|
|
2581
2955
|
optional: true
|
|
2582
2956
|
|
|
2583
|
-
'@rolldown/binding-linux-s390x-gnu@1.
|
|
2957
|
+
'@rolldown/binding-linux-s390x-gnu@1.1.3':
|
|
2584
2958
|
optional: true
|
|
2585
2959
|
|
|
2586
|
-
'@rolldown/binding-linux-x64-gnu@1.
|
|
2960
|
+
'@rolldown/binding-linux-x64-gnu@1.1.3':
|
|
2587
2961
|
optional: true
|
|
2588
2962
|
|
|
2589
|
-
'@rolldown/binding-linux-x64-musl@1.
|
|
2963
|
+
'@rolldown/binding-linux-x64-musl@1.1.3':
|
|
2590
2964
|
optional: true
|
|
2591
2965
|
|
|
2592
|
-
'@rolldown/binding-openharmony-arm64@1.
|
|
2966
|
+
'@rolldown/binding-openharmony-arm64@1.1.3':
|
|
2593
2967
|
optional: true
|
|
2594
2968
|
|
|
2595
|
-
'@rolldown/binding-wasm32-wasi@1.
|
|
2969
|
+
'@rolldown/binding-wasm32-wasi@1.1.3':
|
|
2596
2970
|
dependencies:
|
|
2597
|
-
'@emnapi/core': 1.
|
|
2598
|
-
'@emnapi/runtime': 1.
|
|
2599
|
-
'@napi-rs/wasm-runtime': 1.1.
|
|
2971
|
+
'@emnapi/core': 1.11.1
|
|
2972
|
+
'@emnapi/runtime': 1.11.1
|
|
2973
|
+
'@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)
|
|
2600
2974
|
optional: true
|
|
2601
2975
|
|
|
2602
|
-
'@rolldown/binding-win32-arm64-msvc@1.
|
|
2976
|
+
'@rolldown/binding-win32-arm64-msvc@1.1.3':
|
|
2603
2977
|
optional: true
|
|
2604
2978
|
|
|
2605
|
-
'@rolldown/binding-win32-x64-msvc@1.
|
|
2979
|
+
'@rolldown/binding-win32-x64-msvc@1.1.3':
|
|
2606
2980
|
optional: true
|
|
2607
2981
|
|
|
2608
2982
|
'@rolldown/pluginutils@1.0.1': {}
|
|
2609
2983
|
|
|
2610
|
-
'@
|
|
2984
|
+
'@simple-libs/child-process-utils@1.0.2':
|
|
2985
|
+
dependencies:
|
|
2986
|
+
'@simple-libs/stream-utils': 1.2.0
|
|
2987
|
+
|
|
2988
|
+
'@simple-libs/stream-utils@1.2.0': {}
|
|
2989
|
+
|
|
2990
|
+
'@simple-libs/stream-utils@2.0.0': {}
|
|
2991
|
+
|
|
2992
|
+
'@tailwindcss/node@4.3.1':
|
|
2611
2993
|
dependencies:
|
|
2612
2994
|
'@jridgewell/remapping': 2.3.5
|
|
2613
2995
|
enhanced-resolve: 5.21.6
|
|
@@ -2615,118 +2997,118 @@ snapshots:
|
|
|
2615
2997
|
lightningcss: 1.32.0
|
|
2616
2998
|
magic-string: 0.30.21
|
|
2617
2999
|
source-map-js: 1.2.1
|
|
2618
|
-
tailwindcss: 4.3.
|
|
3000
|
+
tailwindcss: 4.3.1
|
|
2619
3001
|
|
|
2620
|
-
'@tailwindcss/oxide-android-arm64@4.3.
|
|
3002
|
+
'@tailwindcss/oxide-android-arm64@4.3.1':
|
|
2621
3003
|
optional: true
|
|
2622
3004
|
|
|
2623
|
-
'@tailwindcss/oxide-darwin-arm64@4.3.
|
|
3005
|
+
'@tailwindcss/oxide-darwin-arm64@4.3.1':
|
|
2624
3006
|
optional: true
|
|
2625
3007
|
|
|
2626
|
-
'@tailwindcss/oxide-darwin-x64@4.3.
|
|
3008
|
+
'@tailwindcss/oxide-darwin-x64@4.3.1':
|
|
2627
3009
|
optional: true
|
|
2628
3010
|
|
|
2629
|
-
'@tailwindcss/oxide-freebsd-x64@4.3.
|
|
3011
|
+
'@tailwindcss/oxide-freebsd-x64@4.3.1':
|
|
2630
3012
|
optional: true
|
|
2631
3013
|
|
|
2632
|
-
'@tailwindcss/oxide-linux-arm-gnueabihf@4.3.
|
|
3014
|
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.3.1':
|
|
2633
3015
|
optional: true
|
|
2634
3016
|
|
|
2635
|
-
'@tailwindcss/oxide-linux-arm64-gnu@4.3.
|
|
3017
|
+
'@tailwindcss/oxide-linux-arm64-gnu@4.3.1':
|
|
2636
3018
|
optional: true
|
|
2637
3019
|
|
|
2638
|
-
'@tailwindcss/oxide-linux-arm64-musl@4.3.
|
|
3020
|
+
'@tailwindcss/oxide-linux-arm64-musl@4.3.1':
|
|
2639
3021
|
optional: true
|
|
2640
3022
|
|
|
2641
|
-
'@tailwindcss/oxide-linux-x64-gnu@4.3.
|
|
3023
|
+
'@tailwindcss/oxide-linux-x64-gnu@4.3.1':
|
|
2642
3024
|
optional: true
|
|
2643
3025
|
|
|
2644
|
-
'@tailwindcss/oxide-linux-x64-musl@4.3.
|
|
3026
|
+
'@tailwindcss/oxide-linux-x64-musl@4.3.1':
|
|
2645
3027
|
optional: true
|
|
2646
3028
|
|
|
2647
|
-
'@tailwindcss/oxide-wasm32-wasi@4.3.
|
|
3029
|
+
'@tailwindcss/oxide-wasm32-wasi@4.3.1':
|
|
2648
3030
|
optional: true
|
|
2649
3031
|
|
|
2650
|
-
'@tailwindcss/oxide-win32-arm64-msvc@4.3.
|
|
3032
|
+
'@tailwindcss/oxide-win32-arm64-msvc@4.3.1':
|
|
2651
3033
|
optional: true
|
|
2652
3034
|
|
|
2653
|
-
'@tailwindcss/oxide-win32-x64-msvc@4.3.
|
|
3035
|
+
'@tailwindcss/oxide-win32-x64-msvc@4.3.1':
|
|
2654
3036
|
optional: true
|
|
2655
3037
|
|
|
2656
|
-
'@tailwindcss/oxide@4.3.
|
|
3038
|
+
'@tailwindcss/oxide@4.3.1':
|
|
2657
3039
|
optionalDependencies:
|
|
2658
|
-
'@tailwindcss/oxide-android-arm64': 4.3.
|
|
2659
|
-
'@tailwindcss/oxide-darwin-arm64': 4.3.
|
|
2660
|
-
'@tailwindcss/oxide-darwin-x64': 4.3.
|
|
2661
|
-
'@tailwindcss/oxide-freebsd-x64': 4.3.
|
|
2662
|
-
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.3.
|
|
2663
|
-
'@tailwindcss/oxide-linux-arm64-gnu': 4.3.
|
|
2664
|
-
'@tailwindcss/oxide-linux-arm64-musl': 4.3.
|
|
2665
|
-
'@tailwindcss/oxide-linux-x64-gnu': 4.3.
|
|
2666
|
-
'@tailwindcss/oxide-linux-x64-musl': 4.3.
|
|
2667
|
-
'@tailwindcss/oxide-wasm32-wasi': 4.3.
|
|
2668
|
-
'@tailwindcss/oxide-win32-arm64-msvc': 4.3.
|
|
2669
|
-
'@tailwindcss/oxide-win32-x64-msvc': 4.3.
|
|
2670
|
-
|
|
2671
|
-
'@tailwindcss/vite@4.3.
|
|
2672
|
-
dependencies:
|
|
2673
|
-
'@tailwindcss/node': 4.3.
|
|
2674
|
-
'@tailwindcss/oxide': 4.3.
|
|
2675
|
-
tailwindcss: 4.3.
|
|
2676
|
-
vite: 8.0
|
|
2677
|
-
|
|
2678
|
-
'@tauri-apps/api@2.11.
|
|
2679
|
-
|
|
2680
|
-
'@tauri-apps/cli-darwin-arm64@2.11.
|
|
3040
|
+
'@tailwindcss/oxide-android-arm64': 4.3.1
|
|
3041
|
+
'@tailwindcss/oxide-darwin-arm64': 4.3.1
|
|
3042
|
+
'@tailwindcss/oxide-darwin-x64': 4.3.1
|
|
3043
|
+
'@tailwindcss/oxide-freebsd-x64': 4.3.1
|
|
3044
|
+
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.3.1
|
|
3045
|
+
'@tailwindcss/oxide-linux-arm64-gnu': 4.3.1
|
|
3046
|
+
'@tailwindcss/oxide-linux-arm64-musl': 4.3.1
|
|
3047
|
+
'@tailwindcss/oxide-linux-x64-gnu': 4.3.1
|
|
3048
|
+
'@tailwindcss/oxide-linux-x64-musl': 4.3.1
|
|
3049
|
+
'@tailwindcss/oxide-wasm32-wasi': 4.3.1
|
|
3050
|
+
'@tailwindcss/oxide-win32-arm64-msvc': 4.3.1
|
|
3051
|
+
'@tailwindcss/oxide-win32-x64-msvc': 4.3.1
|
|
3052
|
+
|
|
3053
|
+
'@tailwindcss/vite@4.3.1(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0))':
|
|
3054
|
+
dependencies:
|
|
3055
|
+
'@tailwindcss/node': 4.3.1
|
|
3056
|
+
'@tailwindcss/oxide': 4.3.1
|
|
3057
|
+
tailwindcss: 4.3.1
|
|
3058
|
+
vite: 8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0)
|
|
3059
|
+
|
|
3060
|
+
'@tauri-apps/api@2.11.1': {}
|
|
3061
|
+
|
|
3062
|
+
'@tauri-apps/cli-darwin-arm64@2.11.4':
|
|
2681
3063
|
optional: true
|
|
2682
3064
|
|
|
2683
|
-
'@tauri-apps/cli-darwin-x64@2.11.
|
|
3065
|
+
'@tauri-apps/cli-darwin-x64@2.11.4':
|
|
2684
3066
|
optional: true
|
|
2685
3067
|
|
|
2686
|
-
'@tauri-apps/cli-linux-arm-gnueabihf@2.11.
|
|
3068
|
+
'@tauri-apps/cli-linux-arm-gnueabihf@2.11.4':
|
|
2687
3069
|
optional: true
|
|
2688
3070
|
|
|
2689
|
-
'@tauri-apps/cli-linux-arm64-gnu@2.11.
|
|
3071
|
+
'@tauri-apps/cli-linux-arm64-gnu@2.11.4':
|
|
2690
3072
|
optional: true
|
|
2691
3073
|
|
|
2692
|
-
'@tauri-apps/cli-linux-arm64-musl@2.11.
|
|
3074
|
+
'@tauri-apps/cli-linux-arm64-musl@2.11.4':
|
|
2693
3075
|
optional: true
|
|
2694
3076
|
|
|
2695
|
-
'@tauri-apps/cli-linux-riscv64-gnu@2.11.
|
|
3077
|
+
'@tauri-apps/cli-linux-riscv64-gnu@2.11.4':
|
|
2696
3078
|
optional: true
|
|
2697
3079
|
|
|
2698
|
-
'@tauri-apps/cli-linux-x64-gnu@2.11.
|
|
3080
|
+
'@tauri-apps/cli-linux-x64-gnu@2.11.4':
|
|
2699
3081
|
optional: true
|
|
2700
3082
|
|
|
2701
|
-
'@tauri-apps/cli-linux-x64-musl@2.11.
|
|
3083
|
+
'@tauri-apps/cli-linux-x64-musl@2.11.4':
|
|
2702
3084
|
optional: true
|
|
2703
3085
|
|
|
2704
|
-
'@tauri-apps/cli-win32-arm64-msvc@2.11.
|
|
3086
|
+
'@tauri-apps/cli-win32-arm64-msvc@2.11.4':
|
|
2705
3087
|
optional: true
|
|
2706
3088
|
|
|
2707
|
-
'@tauri-apps/cli-win32-ia32-msvc@2.11.
|
|
3089
|
+
'@tauri-apps/cli-win32-ia32-msvc@2.11.4':
|
|
2708
3090
|
optional: true
|
|
2709
3091
|
|
|
2710
|
-
'@tauri-apps/cli-win32-x64-msvc@2.11.
|
|
3092
|
+
'@tauri-apps/cli-win32-x64-msvc@2.11.4':
|
|
2711
3093
|
optional: true
|
|
2712
3094
|
|
|
2713
|
-
'@tauri-apps/cli@2.11.
|
|
3095
|
+
'@tauri-apps/cli@2.11.4':
|
|
2714
3096
|
optionalDependencies:
|
|
2715
|
-
'@tauri-apps/cli-darwin-arm64': 2.11.
|
|
2716
|
-
'@tauri-apps/cli-darwin-x64': 2.11.
|
|
2717
|
-
'@tauri-apps/cli-linux-arm-gnueabihf': 2.11.
|
|
2718
|
-
'@tauri-apps/cli-linux-arm64-gnu': 2.11.
|
|
2719
|
-
'@tauri-apps/cli-linux-arm64-musl': 2.11.
|
|
2720
|
-
'@tauri-apps/cli-linux-riscv64-gnu': 2.11.
|
|
2721
|
-
'@tauri-apps/cli-linux-x64-gnu': 2.11.
|
|
2722
|
-
'@tauri-apps/cli-linux-x64-musl': 2.11.
|
|
2723
|
-
'@tauri-apps/cli-win32-arm64-msvc': 2.11.
|
|
2724
|
-
'@tauri-apps/cli-win32-ia32-msvc': 2.11.
|
|
2725
|
-
'@tauri-apps/cli-win32-x64-msvc': 2.11.
|
|
3097
|
+
'@tauri-apps/cli-darwin-arm64': 2.11.4
|
|
3098
|
+
'@tauri-apps/cli-darwin-x64': 2.11.4
|
|
3099
|
+
'@tauri-apps/cli-linux-arm-gnueabihf': 2.11.4
|
|
3100
|
+
'@tauri-apps/cli-linux-arm64-gnu': 2.11.4
|
|
3101
|
+
'@tauri-apps/cli-linux-arm64-musl': 2.11.4
|
|
3102
|
+
'@tauri-apps/cli-linux-riscv64-gnu': 2.11.4
|
|
3103
|
+
'@tauri-apps/cli-linux-x64-gnu': 2.11.4
|
|
3104
|
+
'@tauri-apps/cli-linux-x64-musl': 2.11.4
|
|
3105
|
+
'@tauri-apps/cli-win32-arm64-msvc': 2.11.4
|
|
3106
|
+
'@tauri-apps/cli-win32-ia32-msvc': 2.11.4
|
|
3107
|
+
'@tauri-apps/cli-win32-x64-msvc': 2.11.4
|
|
2726
3108
|
|
|
2727
3109
|
'@tsconfig/node24@24.0.4': {}
|
|
2728
3110
|
|
|
2729
|
-
'@tybys/wasm-util@0.10.
|
|
3111
|
+
'@tybys/wasm-util@0.10.3':
|
|
2730
3112
|
dependencies:
|
|
2731
3113
|
tslib: 2.8.1
|
|
2732
3114
|
optional: true
|
|
@@ -2737,19 +3119,19 @@ snapshots:
|
|
|
2737
3119
|
|
|
2738
3120
|
'@types/json-schema@7.0.15': {}
|
|
2739
3121
|
|
|
2740
|
-
'@types/node@
|
|
3122
|
+
'@types/node@26.0.1':
|
|
2741
3123
|
dependencies:
|
|
2742
|
-
undici-types:
|
|
3124
|
+
undici-types: 8.3.0
|
|
2743
3125
|
|
|
2744
|
-
'@typescript-eslint/eslint-plugin@8.
|
|
3126
|
+
'@typescript-eslint/eslint-plugin@8.61.1(@typescript-eslint/parser@8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)':
|
|
2745
3127
|
dependencies:
|
|
2746
3128
|
'@eslint-community/regexpp': 4.12.2
|
|
2747
|
-
'@typescript-eslint/parser': 8.
|
|
2748
|
-
'@typescript-eslint/scope-manager': 8.
|
|
2749
|
-
'@typescript-eslint/type-utils': 8.
|
|
2750
|
-
'@typescript-eslint/utils': 8.
|
|
2751
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
2752
|
-
eslint: 10.
|
|
3129
|
+
'@typescript-eslint/parser': 8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)
|
|
3130
|
+
'@typescript-eslint/scope-manager': 8.61.1
|
|
3131
|
+
'@typescript-eslint/type-utils': 8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)
|
|
3132
|
+
'@typescript-eslint/utils': 8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)
|
|
3133
|
+
'@typescript-eslint/visitor-keys': 8.61.1
|
|
3134
|
+
eslint: 10.6.0(jiti@2.7.0)
|
|
2753
3135
|
ignore: 7.0.5
|
|
2754
3136
|
natural-compare: 1.4.0
|
|
2755
3137
|
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
@@ -2757,86 +3139,86 @@ snapshots:
|
|
|
2757
3139
|
transitivePeerDependencies:
|
|
2758
3140
|
- supports-color
|
|
2759
3141
|
|
|
2760
|
-
'@typescript-eslint/parser@8.
|
|
3142
|
+
'@typescript-eslint/parser@8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)':
|
|
2761
3143
|
dependencies:
|
|
2762
|
-
'@typescript-eslint/scope-manager': 8.
|
|
2763
|
-
'@typescript-eslint/types': 8.
|
|
2764
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
2765
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
3144
|
+
'@typescript-eslint/scope-manager': 8.61.1
|
|
3145
|
+
'@typescript-eslint/types': 8.61.1
|
|
3146
|
+
'@typescript-eslint/typescript-estree': 8.61.1(typescript@6.0.3)
|
|
3147
|
+
'@typescript-eslint/visitor-keys': 8.61.1
|
|
2766
3148
|
debug: 4.4.3
|
|
2767
|
-
eslint: 10.
|
|
3149
|
+
eslint: 10.6.0(jiti@2.7.0)
|
|
2768
3150
|
typescript: 6.0.3
|
|
2769
3151
|
transitivePeerDependencies:
|
|
2770
3152
|
- supports-color
|
|
2771
3153
|
|
|
2772
|
-
'@typescript-eslint/project-service@8.
|
|
3154
|
+
'@typescript-eslint/project-service@8.61.1(typescript@6.0.3)':
|
|
2773
3155
|
dependencies:
|
|
2774
|
-
'@typescript-eslint/tsconfig-utils': 8.
|
|
2775
|
-
'@typescript-eslint/types': 8.
|
|
3156
|
+
'@typescript-eslint/tsconfig-utils': 8.61.1(typescript@6.0.3)
|
|
3157
|
+
'@typescript-eslint/types': 8.61.1
|
|
2776
3158
|
debug: 4.4.3
|
|
2777
3159
|
typescript: 6.0.3
|
|
2778
3160
|
transitivePeerDependencies:
|
|
2779
3161
|
- supports-color
|
|
2780
3162
|
|
|
2781
|
-
'@typescript-eslint/scope-manager@8.
|
|
3163
|
+
'@typescript-eslint/scope-manager@8.61.1':
|
|
2782
3164
|
dependencies:
|
|
2783
|
-
'@typescript-eslint/types': 8.
|
|
2784
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
3165
|
+
'@typescript-eslint/types': 8.61.1
|
|
3166
|
+
'@typescript-eslint/visitor-keys': 8.61.1
|
|
2785
3167
|
|
|
2786
|
-
'@typescript-eslint/tsconfig-utils@8.
|
|
3168
|
+
'@typescript-eslint/tsconfig-utils@8.61.1(typescript@6.0.3)':
|
|
2787
3169
|
dependencies:
|
|
2788
3170
|
typescript: 6.0.3
|
|
2789
3171
|
|
|
2790
|
-
'@typescript-eslint/type-utils@8.
|
|
3172
|
+
'@typescript-eslint/type-utils@8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)':
|
|
2791
3173
|
dependencies:
|
|
2792
|
-
'@typescript-eslint/types': 8.
|
|
2793
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
2794
|
-
'@typescript-eslint/utils': 8.
|
|
3174
|
+
'@typescript-eslint/types': 8.61.1
|
|
3175
|
+
'@typescript-eslint/typescript-estree': 8.61.1(typescript@6.0.3)
|
|
3176
|
+
'@typescript-eslint/utils': 8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)
|
|
2795
3177
|
debug: 4.4.3
|
|
2796
|
-
eslint: 10.
|
|
3178
|
+
eslint: 10.6.0(jiti@2.7.0)
|
|
2797
3179
|
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
2798
3180
|
typescript: 6.0.3
|
|
2799
3181
|
transitivePeerDependencies:
|
|
2800
3182
|
- supports-color
|
|
2801
3183
|
|
|
2802
|
-
'@typescript-eslint/types@8.
|
|
3184
|
+
'@typescript-eslint/types@8.61.1': {}
|
|
2803
3185
|
|
|
2804
|
-
'@typescript-eslint/typescript-estree@8.
|
|
3186
|
+
'@typescript-eslint/typescript-estree@8.61.1(typescript@6.0.3)':
|
|
2805
3187
|
dependencies:
|
|
2806
|
-
'@typescript-eslint/project-service': 8.
|
|
2807
|
-
'@typescript-eslint/tsconfig-utils': 8.
|
|
2808
|
-
'@typescript-eslint/types': 8.
|
|
2809
|
-
'@typescript-eslint/visitor-keys': 8.
|
|
3188
|
+
'@typescript-eslint/project-service': 8.61.1(typescript@6.0.3)
|
|
3189
|
+
'@typescript-eslint/tsconfig-utils': 8.61.1(typescript@6.0.3)
|
|
3190
|
+
'@typescript-eslint/types': 8.61.1
|
|
3191
|
+
'@typescript-eslint/visitor-keys': 8.61.1
|
|
2810
3192
|
debug: 4.4.3
|
|
2811
3193
|
minimatch: 10.2.5
|
|
2812
|
-
semver: 7.8.
|
|
2813
|
-
tinyglobby: 0.2.
|
|
3194
|
+
semver: 7.8.5
|
|
3195
|
+
tinyglobby: 0.2.17
|
|
2814
3196
|
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
2815
3197
|
typescript: 6.0.3
|
|
2816
3198
|
transitivePeerDependencies:
|
|
2817
3199
|
- supports-color
|
|
2818
3200
|
|
|
2819
|
-
'@typescript-eslint/utils@8.
|
|
3201
|
+
'@typescript-eslint/utils@8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)':
|
|
2820
3202
|
dependencies:
|
|
2821
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.
|
|
2822
|
-
'@typescript-eslint/scope-manager': 8.
|
|
2823
|
-
'@typescript-eslint/types': 8.
|
|
2824
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
2825
|
-
eslint: 10.
|
|
3203
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(jiti@2.7.0))
|
|
3204
|
+
'@typescript-eslint/scope-manager': 8.61.1
|
|
3205
|
+
'@typescript-eslint/types': 8.61.1
|
|
3206
|
+
'@typescript-eslint/typescript-estree': 8.61.1(typescript@6.0.3)
|
|
3207
|
+
eslint: 10.6.0(jiti@2.7.0)
|
|
2826
3208
|
typescript: 6.0.3
|
|
2827
3209
|
transitivePeerDependencies:
|
|
2828
3210
|
- supports-color
|
|
2829
3211
|
|
|
2830
|
-
'@typescript-eslint/visitor-keys@8.
|
|
3212
|
+
'@typescript-eslint/visitor-keys@8.61.1':
|
|
2831
3213
|
dependencies:
|
|
2832
|
-
'@typescript-eslint/types': 8.
|
|
3214
|
+
'@typescript-eslint/types': 8.61.1
|
|
2833
3215
|
eslint-visitor-keys: 5.0.1
|
|
2834
3216
|
|
|
2835
|
-
'@vitejs/plugin-vue@6.0.7(vite@8.0
|
|
3217
|
+
'@vitejs/plugin-vue@6.0.7(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))':
|
|
2836
3218
|
dependencies:
|
|
2837
3219
|
'@rolldown/pluginutils': 1.0.1
|
|
2838
|
-
vite: 8.0
|
|
2839
|
-
vue: 3.5.
|
|
3220
|
+
vite: 8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0)
|
|
3221
|
+
vue: 3.5.39(typescript@6.0.3)
|
|
2840
3222
|
|
|
2841
3223
|
'@volar/language-core@2.4.28':
|
|
2842
3224
|
dependencies:
|
|
@@ -2852,177 +3234,147 @@ snapshots:
|
|
|
2852
3234
|
|
|
2853
3235
|
'@vue/babel-helper-vue-transform-on@1.5.0': {}
|
|
2854
3236
|
|
|
2855
|
-
'@vue/babel-plugin-jsx@1.5.0(@babel/core@7.29.
|
|
3237
|
+
'@vue/babel-plugin-jsx@1.5.0(@babel/core@7.29.7)':
|
|
2856
3238
|
dependencies:
|
|
2857
|
-
'@babel/helper-module-imports': 7.
|
|
2858
|
-
'@babel/helper-plugin-utils': 7.
|
|
2859
|
-
'@babel/plugin-syntax-jsx': 7.
|
|
2860
|
-
'@babel/template': 7.
|
|
2861
|
-
'@babel/traverse': 7.29.
|
|
2862
|
-
'@babel/types': 7.29.
|
|
3239
|
+
'@babel/helper-module-imports': 7.29.7
|
|
3240
|
+
'@babel/helper-plugin-utils': 7.29.7
|
|
3241
|
+
'@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7)
|
|
3242
|
+
'@babel/template': 7.29.7
|
|
3243
|
+
'@babel/traverse': 7.29.7
|
|
3244
|
+
'@babel/types': 7.29.7
|
|
2863
3245
|
'@vue/babel-helper-vue-transform-on': 1.5.0
|
|
2864
|
-
'@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.29.
|
|
2865
|
-
'@vue/shared': 3.5.
|
|
3246
|
+
'@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.29.7)
|
|
3247
|
+
'@vue/shared': 3.5.39
|
|
2866
3248
|
optionalDependencies:
|
|
2867
|
-
'@babel/core': 7.29.
|
|
3249
|
+
'@babel/core': 7.29.7
|
|
2868
3250
|
transitivePeerDependencies:
|
|
2869
3251
|
- supports-color
|
|
2870
3252
|
|
|
2871
|
-
'@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.29.
|
|
3253
|
+
'@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.29.7)':
|
|
2872
3254
|
dependencies:
|
|
2873
|
-
'@babel/code-frame': 7.29.
|
|
2874
|
-
'@babel/core': 7.29.
|
|
2875
|
-
'@babel/helper-module-imports': 7.
|
|
2876
|
-
'@babel/helper-plugin-utils': 7.
|
|
2877
|
-
'@babel/parser': 7.29.
|
|
2878
|
-
'@vue/compiler-sfc': 3.5.
|
|
3255
|
+
'@babel/code-frame': 7.29.7
|
|
3256
|
+
'@babel/core': 7.29.7
|
|
3257
|
+
'@babel/helper-module-imports': 7.29.7
|
|
3258
|
+
'@babel/helper-plugin-utils': 7.29.7
|
|
3259
|
+
'@babel/parser': 7.29.7
|
|
3260
|
+
'@vue/compiler-sfc': 3.5.39
|
|
2879
3261
|
transitivePeerDependencies:
|
|
2880
3262
|
- supports-color
|
|
2881
3263
|
|
|
2882
|
-
'@vue/compiler-core@3.5.
|
|
2883
|
-
dependencies:
|
|
2884
|
-
'@babel/parser': 7.29.3
|
|
2885
|
-
'@vue/shared': 3.5.34
|
|
2886
|
-
entities: 7.0.1
|
|
2887
|
-
estree-walker: 2.0.2
|
|
2888
|
-
source-map-js: 1.2.1
|
|
2889
|
-
|
|
2890
|
-
'@vue/compiler-core@3.5.35':
|
|
3264
|
+
'@vue/compiler-core@3.5.39':
|
|
2891
3265
|
dependencies:
|
|
2892
|
-
'@babel/parser': 7.29.
|
|
2893
|
-
'@vue/shared': 3.5.
|
|
3266
|
+
'@babel/parser': 7.29.7
|
|
3267
|
+
'@vue/shared': 3.5.39
|
|
2894
3268
|
entities: 7.0.1
|
|
2895
3269
|
estree-walker: 2.0.2
|
|
2896
3270
|
source-map-js: 1.2.1
|
|
2897
3271
|
|
|
2898
|
-
'@vue/compiler-dom@3.5.
|
|
2899
|
-
dependencies:
|
|
2900
|
-
'@vue/compiler-core': 3.5.34
|
|
2901
|
-
'@vue/shared': 3.5.34
|
|
2902
|
-
|
|
2903
|
-
'@vue/compiler-dom@3.5.35':
|
|
2904
|
-
dependencies:
|
|
2905
|
-
'@vue/compiler-core': 3.5.35
|
|
2906
|
-
'@vue/shared': 3.5.35
|
|
2907
|
-
|
|
2908
|
-
'@vue/compiler-sfc@3.5.34':
|
|
3272
|
+
'@vue/compiler-dom@3.5.39':
|
|
2909
3273
|
dependencies:
|
|
2910
|
-
'@
|
|
2911
|
-
'@vue/
|
|
2912
|
-
'@vue/compiler-dom': 3.5.34
|
|
2913
|
-
'@vue/compiler-ssr': 3.5.34
|
|
2914
|
-
'@vue/shared': 3.5.34
|
|
2915
|
-
estree-walker: 2.0.2
|
|
2916
|
-
magic-string: 0.30.21
|
|
2917
|
-
postcss: 8.5.15
|
|
2918
|
-
source-map-js: 1.2.1
|
|
3274
|
+
'@vue/compiler-core': 3.5.39
|
|
3275
|
+
'@vue/shared': 3.5.39
|
|
2919
3276
|
|
|
2920
|
-
'@vue/compiler-sfc@3.5.
|
|
3277
|
+
'@vue/compiler-sfc@3.5.39':
|
|
2921
3278
|
dependencies:
|
|
2922
|
-
'@babel/parser': 7.29.
|
|
2923
|
-
'@vue/compiler-core': 3.5.
|
|
2924
|
-
'@vue/compiler-dom': 3.5.
|
|
2925
|
-
'@vue/compiler-ssr': 3.5.
|
|
2926
|
-
'@vue/shared': 3.5.
|
|
3279
|
+
'@babel/parser': 7.29.7
|
|
3280
|
+
'@vue/compiler-core': 3.5.39
|
|
3281
|
+
'@vue/compiler-dom': 3.5.39
|
|
3282
|
+
'@vue/compiler-ssr': 3.5.39
|
|
3283
|
+
'@vue/shared': 3.5.39
|
|
2927
3284
|
estree-walker: 2.0.2
|
|
2928
3285
|
magic-string: 0.30.21
|
|
2929
|
-
postcss: 8.5.
|
|
3286
|
+
postcss: 8.5.16
|
|
2930
3287
|
source-map-js: 1.2.1
|
|
2931
3288
|
|
|
2932
|
-
'@vue/compiler-ssr@3.5.
|
|
2933
|
-
dependencies:
|
|
2934
|
-
'@vue/compiler-dom': 3.5.34
|
|
2935
|
-
'@vue/shared': 3.5.34
|
|
2936
|
-
|
|
2937
|
-
'@vue/compiler-ssr@3.5.35':
|
|
3289
|
+
'@vue/compiler-ssr@3.5.39':
|
|
2938
3290
|
dependencies:
|
|
2939
|
-
'@vue/compiler-dom': 3.5.
|
|
2940
|
-
'@vue/shared': 3.5.
|
|
3291
|
+
'@vue/compiler-dom': 3.5.39
|
|
3292
|
+
'@vue/shared': 3.5.39
|
|
2941
3293
|
|
|
2942
|
-
'@vue/devtools-core@8.1.
|
|
3294
|
+
'@vue/devtools-core@8.1.5(vue@3.5.39(typescript@6.0.3))':
|
|
2943
3295
|
dependencies:
|
|
2944
|
-
'@vue/devtools-kit': 8.1.
|
|
2945
|
-
'@vue/devtools-shared': 8.1.
|
|
2946
|
-
vue: 3.5.
|
|
3296
|
+
'@vue/devtools-kit': 8.1.5
|
|
3297
|
+
'@vue/devtools-shared': 8.1.5
|
|
3298
|
+
vue: 3.5.39(typescript@6.0.3)
|
|
2947
3299
|
|
|
2948
|
-
'@vue/devtools-kit@8.1.
|
|
3300
|
+
'@vue/devtools-kit@8.1.5':
|
|
2949
3301
|
dependencies:
|
|
2950
|
-
'@vue/devtools-shared': 8.1.
|
|
3302
|
+
'@vue/devtools-shared': 8.1.5
|
|
2951
3303
|
birpc: 2.9.0
|
|
2952
3304
|
hookable: 5.5.3
|
|
2953
3305
|
perfect-debounce: 2.1.0
|
|
2954
3306
|
|
|
2955
|
-
'@vue/devtools-shared@8.1.
|
|
3307
|
+
'@vue/devtools-shared@8.1.5': {}
|
|
2956
3308
|
|
|
2957
|
-
'@vue/eslint-config-prettier@10.2.0(eslint@10.
|
|
3309
|
+
'@vue/eslint-config-prettier@10.2.0(eslint@10.6.0(jiti@2.7.0))(prettier@3.8.3)':
|
|
2958
3310
|
dependencies:
|
|
2959
|
-
eslint: 10.
|
|
2960
|
-
eslint-config-prettier: 10.1.8(eslint@10.
|
|
2961
|
-
eslint-plugin-prettier: 5.5.5(eslint-config-prettier@10.1.8(eslint@10.
|
|
3311
|
+
eslint: 10.6.0(jiti@2.7.0)
|
|
3312
|
+
eslint-config-prettier: 10.1.8(eslint@10.6.0(jiti@2.7.0))
|
|
3313
|
+
eslint-plugin-prettier: 5.5.5(eslint-config-prettier@10.1.8(eslint@10.6.0(jiti@2.7.0)))(eslint@10.6.0(jiti@2.7.0))(prettier@3.8.3)
|
|
2962
3314
|
prettier: 3.8.3
|
|
2963
3315
|
transitivePeerDependencies:
|
|
2964
3316
|
- '@types/eslint'
|
|
2965
3317
|
|
|
2966
|
-
'@vue/eslint-config-typescript@14.
|
|
3318
|
+
'@vue/eslint-config-typescript@14.9.0(eslint-plugin-vue@10.9.2(@typescript-eslint/parser@8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.6.0(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.6.0(jiti@2.7.0))))(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)':
|
|
2967
3319
|
dependencies:
|
|
2968
|
-
'@typescript-eslint/utils': 8.
|
|
2969
|
-
eslint: 10.
|
|
2970
|
-
eslint-plugin-vue: 10.9.2(@typescript-eslint/parser@8.
|
|
3320
|
+
'@typescript-eslint/utils': 8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)
|
|
3321
|
+
eslint: 10.6.0(jiti@2.7.0)
|
|
3322
|
+
eslint-plugin-vue: 10.9.2(@typescript-eslint/parser@8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.6.0(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.6.0(jiti@2.7.0)))
|
|
2971
3323
|
fast-glob: 3.3.3
|
|
2972
|
-
typescript-eslint: 8.
|
|
2973
|
-
vue-eslint-parser: 10.4.
|
|
3324
|
+
typescript-eslint: 8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)
|
|
3325
|
+
vue-eslint-parser: 10.4.1(eslint@10.6.0(jiti@2.7.0))
|
|
2974
3326
|
optionalDependencies:
|
|
2975
3327
|
typescript: 6.0.3
|
|
2976
3328
|
transitivePeerDependencies:
|
|
2977
3329
|
- supports-color
|
|
2978
3330
|
|
|
2979
|
-
'@vue/language-core@3.3.
|
|
3331
|
+
'@vue/language-core@3.3.5':
|
|
2980
3332
|
dependencies:
|
|
2981
3333
|
'@volar/language-core': 2.4.28
|
|
2982
|
-
'@vue/compiler-dom': 3.5.
|
|
2983
|
-
'@vue/shared': 3.5.
|
|
3334
|
+
'@vue/compiler-dom': 3.5.39
|
|
3335
|
+
'@vue/shared': 3.5.39
|
|
2984
3336
|
alien-signals: 3.2.1
|
|
2985
3337
|
muggle-string: 0.4.1
|
|
2986
3338
|
path-browserify: 1.0.1
|
|
2987
3339
|
picomatch: 4.0.4
|
|
2988
3340
|
|
|
2989
|
-
'@vue/reactivity@3.5.
|
|
3341
|
+
'@vue/reactivity@3.5.39':
|
|
2990
3342
|
dependencies:
|
|
2991
|
-
'@vue/shared': 3.5.
|
|
3343
|
+
'@vue/shared': 3.5.39
|
|
2992
3344
|
|
|
2993
|
-
'@vue/runtime-core@3.5.
|
|
3345
|
+
'@vue/runtime-core@3.5.39':
|
|
2994
3346
|
dependencies:
|
|
2995
|
-
'@vue/reactivity': 3.5.
|
|
2996
|
-
'@vue/shared': 3.5.
|
|
3347
|
+
'@vue/reactivity': 3.5.39
|
|
3348
|
+
'@vue/shared': 3.5.39
|
|
2997
3349
|
|
|
2998
|
-
'@vue/runtime-dom@3.5.
|
|
3350
|
+
'@vue/runtime-dom@3.5.39':
|
|
2999
3351
|
dependencies:
|
|
3000
|
-
'@vue/reactivity': 3.5.
|
|
3001
|
-
'@vue/runtime-core': 3.5.
|
|
3002
|
-
'@vue/shared': 3.5.
|
|
3352
|
+
'@vue/reactivity': 3.5.39
|
|
3353
|
+
'@vue/runtime-core': 3.5.39
|
|
3354
|
+
'@vue/shared': 3.5.39
|
|
3003
3355
|
csstype: 3.2.3
|
|
3004
3356
|
|
|
3005
|
-
'@vue/server-renderer@3.5.
|
|
3357
|
+
'@vue/server-renderer@3.5.39(vue@3.5.39(typescript@6.0.3))':
|
|
3006
3358
|
dependencies:
|
|
3007
|
-
'@vue/compiler-ssr': 3.5.
|
|
3008
|
-
'@vue/shared': 3.5.
|
|
3009
|
-
vue: 3.5.
|
|
3359
|
+
'@vue/compiler-ssr': 3.5.39
|
|
3360
|
+
'@vue/shared': 3.5.39
|
|
3361
|
+
vue: 3.5.39(typescript@6.0.3)
|
|
3010
3362
|
|
|
3011
|
-
'@vue/shared@3.5.
|
|
3363
|
+
'@vue/shared@3.5.39': {}
|
|
3012
3364
|
|
|
3013
|
-
'@vue/
|
|
3014
|
-
|
|
3015
|
-
'@vue/tsconfig@0.9.1(typescript@6.0.3)(vue@3.5.35(typescript@6.0.3))':
|
|
3365
|
+
'@vue/tsconfig@0.9.1(typescript@6.0.3)(vue@3.5.39(typescript@6.0.3))':
|
|
3016
3366
|
optionalDependencies:
|
|
3017
3367
|
typescript: 6.0.3
|
|
3018
|
-
vue: 3.5.
|
|
3368
|
+
vue: 3.5.39(typescript@6.0.3)
|
|
3019
3369
|
|
|
3020
|
-
acorn-jsx@5.3.2(acorn@8.
|
|
3370
|
+
acorn-jsx@5.3.2(acorn@8.17.0):
|
|
3021
3371
|
dependencies:
|
|
3022
|
-
acorn: 8.
|
|
3372
|
+
acorn: 8.17.0
|
|
3023
3373
|
|
|
3024
3374
|
acorn@8.16.0: {}
|
|
3025
3375
|
|
|
3376
|
+
acorn@8.17.0: {}
|
|
3377
|
+
|
|
3026
3378
|
ajv@6.15.0:
|
|
3027
3379
|
dependencies:
|
|
3028
3380
|
fast-deep-equal: 3.1.3
|
|
@@ -3030,6 +3382,13 @@ snapshots:
|
|
|
3030
3382
|
json-schema-traverse: 0.4.1
|
|
3031
3383
|
uri-js: 4.4.1
|
|
3032
3384
|
|
|
3385
|
+
ajv@8.20.0:
|
|
3386
|
+
dependencies:
|
|
3387
|
+
fast-deep-equal: 3.1.3
|
|
3388
|
+
fast-uri: 3.1.3
|
|
3389
|
+
json-schema-traverse: 1.0.0
|
|
3390
|
+
require-from-string: 2.0.2
|
|
3391
|
+
|
|
3033
3392
|
alien-signals@3.2.1: {}
|
|
3034
3393
|
|
|
3035
3394
|
ansi-escapes@7.3.0:
|
|
@@ -3040,14 +3399,18 @@ snapshots:
|
|
|
3040
3399
|
|
|
3041
3400
|
ansi-styles@6.2.3: {}
|
|
3042
3401
|
|
|
3043
|
-
ansis@4.3.
|
|
3402
|
+
ansis@4.3.1: {}
|
|
3403
|
+
|
|
3404
|
+
argparse@2.0.1: {}
|
|
3044
3405
|
|
|
3045
3406
|
balanced-match@4.0.4: {}
|
|
3046
3407
|
|
|
3047
|
-
baseline-browser-mapping@2.10.
|
|
3408
|
+
baseline-browser-mapping@2.10.40: {}
|
|
3048
3409
|
|
|
3049
3410
|
birpc@2.9.0: {}
|
|
3050
3411
|
|
|
3412
|
+
birpc@4.0.0: {}
|
|
3413
|
+
|
|
3051
3414
|
boolbase@1.0.0: {}
|
|
3052
3415
|
|
|
3053
3416
|
brace-expansion@5.0.6:
|
|
@@ -3058,19 +3421,21 @@ snapshots:
|
|
|
3058
3421
|
dependencies:
|
|
3059
3422
|
fill-range: 7.1.1
|
|
3060
3423
|
|
|
3061
|
-
browserslist@4.28.
|
|
3424
|
+
browserslist@4.28.4:
|
|
3062
3425
|
dependencies:
|
|
3063
|
-
baseline-browser-mapping: 2.10.
|
|
3064
|
-
caniuse-lite: 1.0.
|
|
3065
|
-
electron-to-chromium: 1.5.
|
|
3066
|
-
node-releases: 2.0.
|
|
3067
|
-
update-browserslist-db: 1.2.3(browserslist@4.28.
|
|
3426
|
+
baseline-browser-mapping: 2.10.40
|
|
3427
|
+
caniuse-lite: 1.0.30001799
|
|
3428
|
+
electron-to-chromium: 1.5.380
|
|
3429
|
+
node-releases: 2.0.50
|
|
3430
|
+
update-browserslist-db: 1.2.3(browserslist@4.28.4)
|
|
3068
3431
|
|
|
3069
3432
|
bundle-name@4.1.0:
|
|
3070
3433
|
dependencies:
|
|
3071
3434
|
run-applescript: 7.1.0
|
|
3072
3435
|
|
|
3073
|
-
|
|
3436
|
+
callsites@3.1.0: {}
|
|
3437
|
+
|
|
3438
|
+
caniuse-lite@1.0.30001799: {}
|
|
3074
3439
|
|
|
3075
3440
|
chokidar@5.0.0:
|
|
3076
3441
|
dependencies:
|
|
@@ -3089,14 +3454,49 @@ snapshots:
|
|
|
3089
3454
|
slice-ansi: 8.0.0
|
|
3090
3455
|
string-width: 8.2.1
|
|
3091
3456
|
|
|
3457
|
+
cliui@9.0.1:
|
|
3458
|
+
dependencies:
|
|
3459
|
+
string-width: 7.2.0
|
|
3460
|
+
strip-ansi: 7.2.0
|
|
3461
|
+
wrap-ansi: 9.0.2
|
|
3462
|
+
|
|
3092
3463
|
clsx@2.1.1: {}
|
|
3093
3464
|
|
|
3094
3465
|
confbox@0.1.8: {}
|
|
3095
3466
|
|
|
3096
3467
|
confbox@0.2.4: {}
|
|
3097
3468
|
|
|
3469
|
+
conventional-changelog-angular@9.2.0:
|
|
3470
|
+
dependencies:
|
|
3471
|
+
'@conventional-changelog/template': 1.2.0
|
|
3472
|
+
|
|
3473
|
+
conventional-changelog-conventionalcommits@10.2.0:
|
|
3474
|
+
dependencies:
|
|
3475
|
+
'@conventional-changelog/template': 1.2.0
|
|
3476
|
+
|
|
3477
|
+
conventional-commits-parser@7.0.0:
|
|
3478
|
+
dependencies:
|
|
3479
|
+
'@simple-libs/stream-utils': 2.0.0
|
|
3480
|
+
meow: 14.1.0
|
|
3481
|
+
|
|
3098
3482
|
convert-source-map@2.0.0: {}
|
|
3099
3483
|
|
|
3484
|
+
cosmiconfig-typescript-loader@6.3.0(@types/node@26.0.1)(cosmiconfig@9.0.2(typescript@6.0.3))(typescript@6.0.3):
|
|
3485
|
+
dependencies:
|
|
3486
|
+
'@types/node': 26.0.1
|
|
3487
|
+
cosmiconfig: 9.0.2(typescript@6.0.3)
|
|
3488
|
+
jiti: 2.6.1
|
|
3489
|
+
typescript: 6.0.3
|
|
3490
|
+
|
|
3491
|
+
cosmiconfig@9.0.2(typescript@6.0.3):
|
|
3492
|
+
dependencies:
|
|
3493
|
+
env-paths: 2.2.1
|
|
3494
|
+
import-fresh: 3.3.1
|
|
3495
|
+
js-yaml: 4.3.0
|
|
3496
|
+
parse-json: 5.2.0
|
|
3497
|
+
optionalDependencies:
|
|
3498
|
+
typescript: 6.0.3
|
|
3499
|
+
|
|
3100
3500
|
cross-spawn@7.0.6:
|
|
3101
3501
|
dependencies:
|
|
3102
3502
|
path-key: 3.1.1
|
|
@@ -3124,7 +3524,7 @@ snapshots:
|
|
|
3124
3524
|
|
|
3125
3525
|
detect-libc@2.1.2: {}
|
|
3126
3526
|
|
|
3127
|
-
electron-to-chromium@1.5.
|
|
3527
|
+
electron-to-chromium@1.5.380: {}
|
|
3128
3528
|
|
|
3129
3529
|
emoji-regex@10.6.0: {}
|
|
3130
3530
|
|
|
@@ -3135,46 +3535,54 @@ snapshots:
|
|
|
3135
3535
|
|
|
3136
3536
|
entities@7.0.1: {}
|
|
3137
3537
|
|
|
3538
|
+
env-paths@2.2.1: {}
|
|
3539
|
+
|
|
3138
3540
|
environment@1.1.0: {}
|
|
3139
3541
|
|
|
3542
|
+
error-ex@1.3.4:
|
|
3543
|
+
dependencies:
|
|
3544
|
+
is-arrayish: 0.2.1
|
|
3545
|
+
|
|
3140
3546
|
error-stack-parser-es@1.0.5: {}
|
|
3141
3547
|
|
|
3548
|
+
es-toolkit@1.49.0: {}
|
|
3549
|
+
|
|
3142
3550
|
escalade@3.2.0: {}
|
|
3143
3551
|
|
|
3144
3552
|
escape-string-regexp@4.0.0: {}
|
|
3145
3553
|
|
|
3146
3554
|
escape-string-regexp@5.0.0: {}
|
|
3147
3555
|
|
|
3148
|
-
eslint-config-prettier@10.1.8(eslint@10.
|
|
3556
|
+
eslint-config-prettier@10.1.8(eslint@10.6.0(jiti@2.7.0)):
|
|
3149
3557
|
dependencies:
|
|
3150
|
-
eslint: 10.
|
|
3558
|
+
eslint: 10.6.0(jiti@2.7.0)
|
|
3151
3559
|
|
|
3152
|
-
eslint-plugin-oxlint@1.
|
|
3560
|
+
eslint-plugin-oxlint@1.71.0(oxlint@1.71.0):
|
|
3153
3561
|
dependencies:
|
|
3154
3562
|
jsonc-parser: 3.3.1
|
|
3155
|
-
oxlint: 1.
|
|
3563
|
+
oxlint: 1.71.0
|
|
3156
3564
|
|
|
3157
|
-
eslint-plugin-prettier@5.5.5(eslint-config-prettier@10.1.8(eslint@10.
|
|
3565
|
+
eslint-plugin-prettier@5.5.5(eslint-config-prettier@10.1.8(eslint@10.6.0(jiti@2.7.0)))(eslint@10.6.0(jiti@2.7.0))(prettier@3.8.3):
|
|
3158
3566
|
dependencies:
|
|
3159
|
-
eslint: 10.
|
|
3567
|
+
eslint: 10.6.0(jiti@2.7.0)
|
|
3160
3568
|
prettier: 3.8.3
|
|
3161
3569
|
prettier-linter-helpers: 1.0.1
|
|
3162
3570
|
synckit: 0.11.12
|
|
3163
3571
|
optionalDependencies:
|
|
3164
|
-
eslint-config-prettier: 10.1.8(eslint@10.
|
|
3572
|
+
eslint-config-prettier: 10.1.8(eslint@10.6.0(jiti@2.7.0))
|
|
3165
3573
|
|
|
3166
|
-
eslint-plugin-vue@10.9.2(@typescript-eslint/parser@8.
|
|
3574
|
+
eslint-plugin-vue@10.9.2(@typescript-eslint/parser@8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.6.0(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.6.0(jiti@2.7.0))):
|
|
3167
3575
|
dependencies:
|
|
3168
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.
|
|
3169
|
-
eslint: 10.
|
|
3576
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(jiti@2.7.0))
|
|
3577
|
+
eslint: 10.6.0(jiti@2.7.0)
|
|
3170
3578
|
natural-compare: 1.4.0
|
|
3171
3579
|
nth-check: 2.1.1
|
|
3172
3580
|
postcss-selector-parser: 7.1.1
|
|
3173
3581
|
semver: 7.8.0
|
|
3174
|
-
vue-eslint-parser: 10.4.
|
|
3582
|
+
vue-eslint-parser: 10.4.1(eslint@10.6.0(jiti@2.7.0))
|
|
3175
3583
|
xml-name-validator: 4.0.0
|
|
3176
3584
|
optionalDependencies:
|
|
3177
|
-
'@typescript-eslint/parser': 8.
|
|
3585
|
+
'@typescript-eslint/parser': 8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)
|
|
3178
3586
|
|
|
3179
3587
|
eslint-scope@9.1.2:
|
|
3180
3588
|
dependencies:
|
|
@@ -3187,9 +3595,9 @@ snapshots:
|
|
|
3187
3595
|
|
|
3188
3596
|
eslint-visitor-keys@5.0.1: {}
|
|
3189
3597
|
|
|
3190
|
-
eslint@10.
|
|
3598
|
+
eslint@10.6.0(jiti@2.7.0):
|
|
3191
3599
|
dependencies:
|
|
3192
|
-
'@eslint-community/eslint-utils': 4.9.1(eslint@10.
|
|
3600
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0(jiti@2.7.0))
|
|
3193
3601
|
'@eslint-community/regexpp': 4.12.2
|
|
3194
3602
|
'@eslint/config-array': 0.23.5
|
|
3195
3603
|
'@eslint/config-helpers': 0.6.0
|
|
@@ -3226,8 +3634,8 @@ snapshots:
|
|
|
3226
3634
|
|
|
3227
3635
|
espree@11.2.0:
|
|
3228
3636
|
dependencies:
|
|
3229
|
-
acorn: 8.
|
|
3230
|
-
acorn-jsx: 5.3.2(acorn@8.
|
|
3637
|
+
acorn: 8.17.0
|
|
3638
|
+
acorn-jsx: 5.3.2(acorn@8.17.0)
|
|
3231
3639
|
eslint-visitor-keys: 5.0.1
|
|
3232
3640
|
|
|
3233
3641
|
esquery@1.7.0:
|
|
@@ -3268,6 +3676,8 @@ snapshots:
|
|
|
3268
3676
|
|
|
3269
3677
|
fast-levenshtein@2.0.6: {}
|
|
3270
3678
|
|
|
3679
|
+
fast-uri@3.1.3: {}
|
|
3680
|
+
|
|
3271
3681
|
fastq@1.20.1:
|
|
3272
3682
|
dependencies:
|
|
3273
3683
|
reusify: 1.1.0
|
|
@@ -3301,8 +3711,18 @@ snapshots:
|
|
|
3301
3711
|
|
|
3302
3712
|
gensync@1.0.0-beta.2: {}
|
|
3303
3713
|
|
|
3714
|
+
get-caller-file@2.0.5: {}
|
|
3715
|
+
|
|
3304
3716
|
get-east-asian-width@1.6.0: {}
|
|
3305
3717
|
|
|
3718
|
+
git-raw-commits@5.0.1:
|
|
3719
|
+
dependencies:
|
|
3720
|
+
'@conventional-changelog/git-client': 2.7.0
|
|
3721
|
+
meow: 13.2.0
|
|
3722
|
+
transitivePeerDependencies:
|
|
3723
|
+
- conventional-commits-filter
|
|
3724
|
+
- conventional-commits-parser
|
|
3725
|
+
|
|
3306
3726
|
glob-parent@5.1.2:
|
|
3307
3727
|
dependencies:
|
|
3308
3728
|
is-glob: 4.0.3
|
|
@@ -3311,6 +3731,10 @@ snapshots:
|
|
|
3311
3731
|
dependencies:
|
|
3312
3732
|
is-glob: 4.0.3
|
|
3313
3733
|
|
|
3734
|
+
global-directory@5.0.0:
|
|
3735
|
+
dependencies:
|
|
3736
|
+
ini: 6.0.0
|
|
3737
|
+
|
|
3314
3738
|
graceful-fs@4.2.11: {}
|
|
3315
3739
|
|
|
3316
3740
|
hookable@5.5.3: {}
|
|
@@ -3321,8 +3745,17 @@ snapshots:
|
|
|
3321
3745
|
|
|
3322
3746
|
ignore@7.0.5: {}
|
|
3323
3747
|
|
|
3748
|
+
import-fresh@3.3.1:
|
|
3749
|
+
dependencies:
|
|
3750
|
+
parent-module: 1.0.1
|
|
3751
|
+
resolve-from: 4.0.0
|
|
3752
|
+
|
|
3324
3753
|
imurmurhash@0.1.4: {}
|
|
3325
3754
|
|
|
3755
|
+
ini@6.0.0: {}
|
|
3756
|
+
|
|
3757
|
+
is-arrayish@0.2.1: {}
|
|
3758
|
+
|
|
3326
3759
|
is-docker@3.0.0: {}
|
|
3327
3760
|
|
|
3328
3761
|
is-extglob@2.1.1: {}
|
|
@@ -3335,12 +3768,16 @@ snapshots:
|
|
|
3335
3768
|
dependencies:
|
|
3336
3769
|
is-extglob: 2.1.1
|
|
3337
3770
|
|
|
3771
|
+
is-in-ssh@1.0.0: {}
|
|
3772
|
+
|
|
3338
3773
|
is-inside-container@1.0.0:
|
|
3339
3774
|
dependencies:
|
|
3340
3775
|
is-docker: 3.0.0
|
|
3341
3776
|
|
|
3342
3777
|
is-number@7.0.0: {}
|
|
3343
3778
|
|
|
3779
|
+
is-plain-obj@4.1.0: {}
|
|
3780
|
+
|
|
3344
3781
|
is-wsl@3.1.1:
|
|
3345
3782
|
dependencies:
|
|
3346
3783
|
is-inside-container: 1.0.0
|
|
@@ -3349,20 +3786,30 @@ snapshots:
|
|
|
3349
3786
|
|
|
3350
3787
|
isexe@4.0.0: {}
|
|
3351
3788
|
|
|
3789
|
+
jiti@2.6.1: {}
|
|
3790
|
+
|
|
3352
3791
|
jiti@2.7.0: {}
|
|
3353
3792
|
|
|
3354
3793
|
js-tokens@4.0.0: {}
|
|
3355
3794
|
|
|
3356
3795
|
js-tokens@9.0.1: {}
|
|
3357
3796
|
|
|
3797
|
+
js-yaml@4.3.0:
|
|
3798
|
+
dependencies:
|
|
3799
|
+
argparse: 2.0.1
|
|
3800
|
+
|
|
3358
3801
|
jsesc@3.1.0: {}
|
|
3359
3802
|
|
|
3360
3803
|
json-buffer@3.0.1: {}
|
|
3361
3804
|
|
|
3805
|
+
json-parse-even-better-errors@2.3.1: {}
|
|
3806
|
+
|
|
3362
3807
|
json-parse-even-better-errors@6.0.0: {}
|
|
3363
3808
|
|
|
3364
3809
|
json-schema-traverse@0.4.1: {}
|
|
3365
3810
|
|
|
3811
|
+
json-schema-traverse@1.0.0: {}
|
|
3812
|
+
|
|
3366
3813
|
json-stable-stringify-without-jsonify@1.0.1: {}
|
|
3367
3814
|
|
|
3368
3815
|
json5@2.2.3: {}
|
|
@@ -3429,7 +3876,9 @@ snapshots:
|
|
|
3429
3876
|
lightningcss-win32-arm64-msvc: 1.32.0
|
|
3430
3877
|
lightningcss-win32-x64-msvc: 1.32.0
|
|
3431
3878
|
|
|
3432
|
-
|
|
3879
|
+
lines-and-columns@1.2.4: {}
|
|
3880
|
+
|
|
3881
|
+
lint-staged@17.0.8:
|
|
3433
3882
|
dependencies:
|
|
3434
3883
|
listr2: 10.2.1
|
|
3435
3884
|
picomatch: 4.0.4
|
|
@@ -3474,6 +3923,10 @@ snapshots:
|
|
|
3474
3923
|
|
|
3475
3924
|
memorystream@0.3.1: {}
|
|
3476
3925
|
|
|
3926
|
+
meow@13.2.0: {}
|
|
3927
|
+
|
|
3928
|
+
meow@14.1.0: {}
|
|
3929
|
+
|
|
3477
3930
|
merge2@1.4.1: {}
|
|
3478
3931
|
|
|
3479
3932
|
micromatch@4.0.8:
|
|
@@ -3500,21 +3953,21 @@ snapshots:
|
|
|
3500
3953
|
|
|
3501
3954
|
muggle-string@0.4.1: {}
|
|
3502
3955
|
|
|
3503
|
-
nanoid@3.3.
|
|
3956
|
+
nanoid@3.3.15: {}
|
|
3504
3957
|
|
|
3505
3958
|
natural-compare@1.4.0: {}
|
|
3506
3959
|
|
|
3507
|
-
node-releases@2.0.
|
|
3960
|
+
node-releases@2.0.50: {}
|
|
3508
3961
|
|
|
3509
3962
|
npm-normalize-package-bin@6.0.0: {}
|
|
3510
3963
|
|
|
3511
|
-
npm-run-all2@9.0.
|
|
3964
|
+
npm-run-all2@9.0.2:
|
|
3512
3965
|
dependencies:
|
|
3513
3966
|
ansi-styles: 6.2.3
|
|
3514
3967
|
cross-spawn: 7.0.6
|
|
3515
3968
|
memorystream: 0.3.1
|
|
3516
3969
|
picomatch: 4.0.4
|
|
3517
|
-
pidtree: 0.
|
|
3970
|
+
pidtree: 1.0.0
|
|
3518
3971
|
read-package-json-fast: 6.0.0
|
|
3519
3972
|
shell-quote: 1.8.4
|
|
3520
3973
|
which: 7.0.0
|
|
@@ -3525,18 +3978,22 @@ snapshots:
|
|
|
3525
3978
|
|
|
3526
3979
|
obug@2.1.1: {}
|
|
3527
3980
|
|
|
3981
|
+
obug@2.1.3: {}
|
|
3982
|
+
|
|
3528
3983
|
ohash@2.0.11: {}
|
|
3529
3984
|
|
|
3530
3985
|
onetime@7.0.0:
|
|
3531
3986
|
dependencies:
|
|
3532
3987
|
mimic-function: 5.0.1
|
|
3533
3988
|
|
|
3534
|
-
open@
|
|
3989
|
+
open@11.0.0:
|
|
3535
3990
|
dependencies:
|
|
3536
3991
|
default-browser: 5.5.0
|
|
3537
3992
|
define-lazy-prop: 3.0.0
|
|
3993
|
+
is-in-ssh: 1.0.0
|
|
3538
3994
|
is-inside-container: 1.0.0
|
|
3539
|
-
|
|
3995
|
+
powershell-utils: 0.1.0
|
|
3996
|
+
wsl-utils: 0.3.1
|
|
3540
3997
|
|
|
3541
3998
|
optionator@0.9.4:
|
|
3542
3999
|
dependencies:
|
|
@@ -3547,51 +4004,51 @@ snapshots:
|
|
|
3547
4004
|
type-check: 0.4.0
|
|
3548
4005
|
word-wrap: 1.2.5
|
|
3549
4006
|
|
|
3550
|
-
oxfmt@0.
|
|
4007
|
+
oxfmt@0.56.0:
|
|
3551
4008
|
dependencies:
|
|
3552
4009
|
tinypool: 2.1.0
|
|
3553
4010
|
optionalDependencies:
|
|
3554
|
-
'@oxfmt/binding-android-arm-eabi': 0.
|
|
3555
|
-
'@oxfmt/binding-android-arm64': 0.
|
|
3556
|
-
'@oxfmt/binding-darwin-arm64': 0.
|
|
3557
|
-
'@oxfmt/binding-darwin-x64': 0.
|
|
3558
|
-
'@oxfmt/binding-freebsd-x64': 0.
|
|
3559
|
-
'@oxfmt/binding-linux-arm-gnueabihf': 0.
|
|
3560
|
-
'@oxfmt/binding-linux-arm-musleabihf': 0.
|
|
3561
|
-
'@oxfmt/binding-linux-arm64-gnu': 0.
|
|
3562
|
-
'@oxfmt/binding-linux-arm64-musl': 0.
|
|
3563
|
-
'@oxfmt/binding-linux-ppc64-gnu': 0.
|
|
3564
|
-
'@oxfmt/binding-linux-riscv64-gnu': 0.
|
|
3565
|
-
'@oxfmt/binding-linux-riscv64-musl': 0.
|
|
3566
|
-
'@oxfmt/binding-linux-s390x-gnu': 0.
|
|
3567
|
-
'@oxfmt/binding-linux-x64-gnu': 0.
|
|
3568
|
-
'@oxfmt/binding-linux-x64-musl': 0.
|
|
3569
|
-
'@oxfmt/binding-openharmony-arm64': 0.
|
|
3570
|
-
'@oxfmt/binding-win32-arm64-msvc': 0.
|
|
3571
|
-
'@oxfmt/binding-win32-ia32-msvc': 0.
|
|
3572
|
-
'@oxfmt/binding-win32-x64-msvc': 0.
|
|
3573
|
-
|
|
3574
|
-
oxlint@1.
|
|
4011
|
+
'@oxfmt/binding-android-arm-eabi': 0.56.0
|
|
4012
|
+
'@oxfmt/binding-android-arm64': 0.56.0
|
|
4013
|
+
'@oxfmt/binding-darwin-arm64': 0.56.0
|
|
4014
|
+
'@oxfmt/binding-darwin-x64': 0.56.0
|
|
4015
|
+
'@oxfmt/binding-freebsd-x64': 0.56.0
|
|
4016
|
+
'@oxfmt/binding-linux-arm-gnueabihf': 0.56.0
|
|
4017
|
+
'@oxfmt/binding-linux-arm-musleabihf': 0.56.0
|
|
4018
|
+
'@oxfmt/binding-linux-arm64-gnu': 0.56.0
|
|
4019
|
+
'@oxfmt/binding-linux-arm64-musl': 0.56.0
|
|
4020
|
+
'@oxfmt/binding-linux-ppc64-gnu': 0.56.0
|
|
4021
|
+
'@oxfmt/binding-linux-riscv64-gnu': 0.56.0
|
|
4022
|
+
'@oxfmt/binding-linux-riscv64-musl': 0.56.0
|
|
4023
|
+
'@oxfmt/binding-linux-s390x-gnu': 0.56.0
|
|
4024
|
+
'@oxfmt/binding-linux-x64-gnu': 0.56.0
|
|
4025
|
+
'@oxfmt/binding-linux-x64-musl': 0.56.0
|
|
4026
|
+
'@oxfmt/binding-openharmony-arm64': 0.56.0
|
|
4027
|
+
'@oxfmt/binding-win32-arm64-msvc': 0.56.0
|
|
4028
|
+
'@oxfmt/binding-win32-ia32-msvc': 0.56.0
|
|
4029
|
+
'@oxfmt/binding-win32-x64-msvc': 0.56.0
|
|
4030
|
+
|
|
4031
|
+
oxlint@1.71.0:
|
|
3575
4032
|
optionalDependencies:
|
|
3576
|
-
'@oxlint/binding-android-arm-eabi': 1.
|
|
3577
|
-
'@oxlint/binding-android-arm64': 1.
|
|
3578
|
-
'@oxlint/binding-darwin-arm64': 1.
|
|
3579
|
-
'@oxlint/binding-darwin-x64': 1.
|
|
3580
|
-
'@oxlint/binding-freebsd-x64': 1.
|
|
3581
|
-
'@oxlint/binding-linux-arm-gnueabihf': 1.
|
|
3582
|
-
'@oxlint/binding-linux-arm-musleabihf': 1.
|
|
3583
|
-
'@oxlint/binding-linux-arm64-gnu': 1.
|
|
3584
|
-
'@oxlint/binding-linux-arm64-musl': 1.
|
|
3585
|
-
'@oxlint/binding-linux-ppc64-gnu': 1.
|
|
3586
|
-
'@oxlint/binding-linux-riscv64-gnu': 1.
|
|
3587
|
-
'@oxlint/binding-linux-riscv64-musl': 1.
|
|
3588
|
-
'@oxlint/binding-linux-s390x-gnu': 1.
|
|
3589
|
-
'@oxlint/binding-linux-x64-gnu': 1.
|
|
3590
|
-
'@oxlint/binding-linux-x64-musl': 1.
|
|
3591
|
-
'@oxlint/binding-openharmony-arm64': 1.
|
|
3592
|
-
'@oxlint/binding-win32-arm64-msvc': 1.
|
|
3593
|
-
'@oxlint/binding-win32-ia32-msvc': 1.
|
|
3594
|
-
'@oxlint/binding-win32-x64-msvc': 1.
|
|
4033
|
+
'@oxlint/binding-android-arm-eabi': 1.71.0
|
|
4034
|
+
'@oxlint/binding-android-arm64': 1.71.0
|
|
4035
|
+
'@oxlint/binding-darwin-arm64': 1.71.0
|
|
4036
|
+
'@oxlint/binding-darwin-x64': 1.71.0
|
|
4037
|
+
'@oxlint/binding-freebsd-x64': 1.71.0
|
|
4038
|
+
'@oxlint/binding-linux-arm-gnueabihf': 1.71.0
|
|
4039
|
+
'@oxlint/binding-linux-arm-musleabihf': 1.71.0
|
|
4040
|
+
'@oxlint/binding-linux-arm64-gnu': 1.71.0
|
|
4041
|
+
'@oxlint/binding-linux-arm64-musl': 1.71.0
|
|
4042
|
+
'@oxlint/binding-linux-ppc64-gnu': 1.71.0
|
|
4043
|
+
'@oxlint/binding-linux-riscv64-gnu': 1.71.0
|
|
4044
|
+
'@oxlint/binding-linux-riscv64-musl': 1.71.0
|
|
4045
|
+
'@oxlint/binding-linux-s390x-gnu': 1.71.0
|
|
4046
|
+
'@oxlint/binding-linux-x64-gnu': 1.71.0
|
|
4047
|
+
'@oxlint/binding-linux-x64-musl': 1.71.0
|
|
4048
|
+
'@oxlint/binding-openharmony-arm64': 1.71.0
|
|
4049
|
+
'@oxlint/binding-win32-arm64-msvc': 1.71.0
|
|
4050
|
+
'@oxlint/binding-win32-ia32-msvc': 1.71.0
|
|
4051
|
+
'@oxlint/binding-win32-x64-msvc': 1.71.0
|
|
3595
4052
|
|
|
3596
4053
|
p-limit@3.1.0:
|
|
3597
4054
|
dependencies:
|
|
@@ -3601,6 +4058,17 @@ snapshots:
|
|
|
3601
4058
|
dependencies:
|
|
3602
4059
|
p-limit: 3.1.0
|
|
3603
4060
|
|
|
4061
|
+
parent-module@1.0.1:
|
|
4062
|
+
dependencies:
|
|
4063
|
+
callsites: 3.1.0
|
|
4064
|
+
|
|
4065
|
+
parse-json@5.2.0:
|
|
4066
|
+
dependencies:
|
|
4067
|
+
'@babel/code-frame': 7.29.7
|
|
4068
|
+
error-ex: 1.3.4
|
|
4069
|
+
json-parse-even-better-errors: 2.3.1
|
|
4070
|
+
lines-and-columns: 1.2.4
|
|
4071
|
+
|
|
3604
4072
|
path-browserify@1.0.1: {}
|
|
3605
4073
|
|
|
3606
4074
|
path-exists@4.0.0: {}
|
|
@@ -3617,7 +4085,7 @@ snapshots:
|
|
|
3617
4085
|
|
|
3618
4086
|
picomatch@4.0.4: {}
|
|
3619
4087
|
|
|
3620
|
-
pidtree@0.
|
|
4088
|
+
pidtree@1.0.0: {}
|
|
3621
4089
|
|
|
3622
4090
|
pkg-types@1.3.1:
|
|
3623
4091
|
dependencies:
|
|
@@ -3636,12 +4104,14 @@ snapshots:
|
|
|
3636
4104
|
cssesc: 3.0.0
|
|
3637
4105
|
util-deprecate: 1.0.2
|
|
3638
4106
|
|
|
3639
|
-
postcss@8.5.
|
|
4107
|
+
postcss@8.5.16:
|
|
3640
4108
|
dependencies:
|
|
3641
|
-
nanoid: 3.3.
|
|
4109
|
+
nanoid: 3.3.15
|
|
3642
4110
|
picocolors: 1.1.1
|
|
3643
4111
|
source-map-js: 1.2.1
|
|
3644
4112
|
|
|
4113
|
+
powershell-utils@0.1.0: {}
|
|
4114
|
+
|
|
3645
4115
|
prelude-ls@1.2.1: {}
|
|
3646
4116
|
|
|
3647
4117
|
prettier-linter-helpers@1.0.1:
|
|
@@ -3663,6 +4133,12 @@ snapshots:
|
|
|
3663
4133
|
|
|
3664
4134
|
readdirp@5.0.0: {}
|
|
3665
4135
|
|
|
4136
|
+
require-from-string@2.0.2: {}
|
|
4137
|
+
|
|
4138
|
+
resolve-from@4.0.0: {}
|
|
4139
|
+
|
|
4140
|
+
resolve-from@5.0.0: {}
|
|
4141
|
+
|
|
3666
4142
|
restore-cursor@5.1.0:
|
|
3667
4143
|
dependencies:
|
|
3668
4144
|
onetime: 7.0.0
|
|
@@ -3672,26 +4148,26 @@ snapshots:
|
|
|
3672
4148
|
|
|
3673
4149
|
rfdc@1.4.1: {}
|
|
3674
4150
|
|
|
3675
|
-
rolldown@1.
|
|
4151
|
+
rolldown@1.1.3:
|
|
3676
4152
|
dependencies:
|
|
3677
|
-
'@oxc-project/types': 0.
|
|
4153
|
+
'@oxc-project/types': 0.137.0
|
|
3678
4154
|
'@rolldown/pluginutils': 1.0.1
|
|
3679
4155
|
optionalDependencies:
|
|
3680
|
-
'@rolldown/binding-android-arm64': 1.
|
|
3681
|
-
'@rolldown/binding-darwin-arm64': 1.
|
|
3682
|
-
'@rolldown/binding-darwin-x64': 1.
|
|
3683
|
-
'@rolldown/binding-freebsd-x64': 1.
|
|
3684
|
-
'@rolldown/binding-linux-arm-gnueabihf': 1.
|
|
3685
|
-
'@rolldown/binding-linux-arm64-gnu': 1.
|
|
3686
|
-
'@rolldown/binding-linux-arm64-musl': 1.
|
|
3687
|
-
'@rolldown/binding-linux-ppc64-gnu': 1.
|
|
3688
|
-
'@rolldown/binding-linux-s390x-gnu': 1.
|
|
3689
|
-
'@rolldown/binding-linux-x64-gnu': 1.
|
|
3690
|
-
'@rolldown/binding-linux-x64-musl': 1.
|
|
3691
|
-
'@rolldown/binding-openharmony-arm64': 1.
|
|
3692
|
-
'@rolldown/binding-wasm32-wasi': 1.
|
|
3693
|
-
'@rolldown/binding-win32-arm64-msvc': 1.
|
|
3694
|
-
'@rolldown/binding-win32-x64-msvc': 1.
|
|
4156
|
+
'@rolldown/binding-android-arm64': 1.1.3
|
|
4157
|
+
'@rolldown/binding-darwin-arm64': 1.1.3
|
|
4158
|
+
'@rolldown/binding-darwin-x64': 1.1.3
|
|
4159
|
+
'@rolldown/binding-freebsd-x64': 1.1.3
|
|
4160
|
+
'@rolldown/binding-linux-arm-gnueabihf': 1.1.3
|
|
4161
|
+
'@rolldown/binding-linux-arm64-gnu': 1.1.3
|
|
4162
|
+
'@rolldown/binding-linux-arm64-musl': 1.1.3
|
|
4163
|
+
'@rolldown/binding-linux-ppc64-gnu': 1.1.3
|
|
4164
|
+
'@rolldown/binding-linux-s390x-gnu': 1.1.3
|
|
4165
|
+
'@rolldown/binding-linux-x64-gnu': 1.1.3
|
|
4166
|
+
'@rolldown/binding-linux-x64-musl': 1.1.3
|
|
4167
|
+
'@rolldown/binding-openharmony-arm64': 1.1.3
|
|
4168
|
+
'@rolldown/binding-wasm32-wasi': 1.1.3
|
|
4169
|
+
'@rolldown/binding-win32-arm64-msvc': 1.1.3
|
|
4170
|
+
'@rolldown/binding-win32-x64-msvc': 1.1.3
|
|
3695
4171
|
|
|
3696
4172
|
run-applescript@7.1.0: {}
|
|
3697
4173
|
|
|
@@ -3705,6 +4181,8 @@ snapshots:
|
|
|
3705
4181
|
|
|
3706
4182
|
semver@7.8.0: {}
|
|
3707
4183
|
|
|
4184
|
+
semver@7.8.5: {}
|
|
4185
|
+
|
|
3708
4186
|
shebang-command@2.0.0:
|
|
3709
4187
|
dependencies:
|
|
3710
4188
|
shebang-regex: 3.0.0
|
|
@@ -3760,7 +4238,7 @@ snapshots:
|
|
|
3760
4238
|
|
|
3761
4239
|
tailwind-merge@3.6.0: {}
|
|
3762
4240
|
|
|
3763
|
-
tailwindcss@4.3.
|
|
4241
|
+
tailwindcss@4.3.1: {}
|
|
3764
4242
|
|
|
3765
4243
|
tapable@2.3.3: {}
|
|
3766
4244
|
|
|
@@ -3797,13 +4275,13 @@ snapshots:
|
|
|
3797
4275
|
dependencies:
|
|
3798
4276
|
prelude-ls: 1.2.1
|
|
3799
4277
|
|
|
3800
|
-
typescript-eslint@8.
|
|
4278
|
+
typescript-eslint@8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3):
|
|
3801
4279
|
dependencies:
|
|
3802
|
-
'@typescript-eslint/eslint-plugin': 8.
|
|
3803
|
-
'@typescript-eslint/parser': 8.
|
|
3804
|
-
'@typescript-eslint/typescript-estree': 8.
|
|
3805
|
-
'@typescript-eslint/utils': 8.
|
|
3806
|
-
eslint: 10.
|
|
4280
|
+
'@typescript-eslint/eslint-plugin': 8.61.1(@typescript-eslint/parser@8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)
|
|
4281
|
+
'@typescript-eslint/parser': 8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)
|
|
4282
|
+
'@typescript-eslint/typescript-estree': 8.61.1(typescript@6.0.3)
|
|
4283
|
+
'@typescript-eslint/utils': 8.61.1(eslint@10.6.0(jiti@2.7.0))(typescript@6.0.3)
|
|
4284
|
+
eslint: 10.6.0(jiti@2.7.0)
|
|
3807
4285
|
typescript: 6.0.3
|
|
3808
4286
|
transitivePeerDependencies:
|
|
3809
4287
|
- supports-color
|
|
@@ -3812,7 +4290,7 @@ snapshots:
|
|
|
3812
4290
|
|
|
3813
4291
|
ufo@1.6.4: {}
|
|
3814
4292
|
|
|
3815
|
-
undici-types@
|
|
4293
|
+
undici-types@8.3.0: {}
|
|
3816
4294
|
|
|
3817
4295
|
unimport@5.7.0:
|
|
3818
4296
|
dependencies:
|
|
@@ -3827,7 +4305,7 @@ snapshots:
|
|
|
3827
4305
|
pkg-types: 2.3.1
|
|
3828
4306
|
scule: 1.3.0
|
|
3829
4307
|
strip-literal: 3.1.0
|
|
3830
|
-
tinyglobby: 0.2.
|
|
4308
|
+
tinyglobby: 0.2.17
|
|
3831
4309
|
unplugin: 2.3.11
|
|
3832
4310
|
unplugin-utils: 0.3.1
|
|
3833
4311
|
|
|
@@ -3845,7 +4323,7 @@ snapshots:
|
|
|
3845
4323
|
pathe: 2.0.3
|
|
3846
4324
|
picomatch: 4.0.4
|
|
3847
4325
|
|
|
3848
|
-
unplugin-vue-components@32.1.0(vue@3.5.
|
|
4326
|
+
unplugin-vue-components@32.1.0(vue@3.5.39(typescript@6.0.3)):
|
|
3849
4327
|
dependencies:
|
|
3850
4328
|
chokidar: 5.0.0
|
|
3851
4329
|
local-pkg: 1.2.1
|
|
@@ -3856,7 +4334,7 @@ snapshots:
|
|
|
3856
4334
|
tinyglobby: 0.2.16
|
|
3857
4335
|
unplugin: 3.0.0
|
|
3858
4336
|
unplugin-utils: 0.3.1
|
|
3859
|
-
vue: 3.5.
|
|
4337
|
+
vue: 3.5.39(typescript@6.0.3)
|
|
3860
4338
|
|
|
3861
4339
|
unplugin@2.3.11:
|
|
3862
4340
|
dependencies:
|
|
@@ -3871,9 +4349,9 @@ snapshots:
|
|
|
3871
4349
|
picomatch: 4.0.4
|
|
3872
4350
|
webpack-virtual-modules: 0.6.2
|
|
3873
4351
|
|
|
3874
|
-
update-browserslist-db@1.2.3(browserslist@4.28.
|
|
4352
|
+
update-browserslist-db@1.2.3(browserslist@4.28.4):
|
|
3875
4353
|
dependencies:
|
|
3876
|
-
browserslist: 4.28.
|
|
4354
|
+
browserslist: 4.28.4
|
|
3877
4355
|
escalade: 3.2.0
|
|
3878
4356
|
picocolors: 1.1.1
|
|
3879
4357
|
|
|
@@ -3883,100 +4361,98 @@ snapshots:
|
|
|
3883
4361
|
|
|
3884
4362
|
util-deprecate@1.0.2: {}
|
|
3885
4363
|
|
|
3886
|
-
vite-dev-rpc@
|
|
4364
|
+
vite-dev-rpc@2.0.0(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0)):
|
|
3887
4365
|
dependencies:
|
|
3888
|
-
birpc:
|
|
3889
|
-
vite: 8.0
|
|
3890
|
-
vite-hot-client: 2.2.0(vite@8.0
|
|
4366
|
+
birpc: 4.0.0
|
|
4367
|
+
vite: 8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0)
|
|
4368
|
+
vite-hot-client: 2.2.0(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0))
|
|
3891
4369
|
|
|
3892
|
-
vite-hot-client@2.2.0(vite@8.0
|
|
4370
|
+
vite-hot-client@2.2.0(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0)):
|
|
3893
4371
|
dependencies:
|
|
3894
|
-
vite: 8.0
|
|
4372
|
+
vite: 8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0)
|
|
3895
4373
|
|
|
3896
|
-
vite-plugin-inspect@11.
|
|
4374
|
+
vite-plugin-inspect@11.4.1(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0)):
|
|
3897
4375
|
dependencies:
|
|
3898
|
-
ansis: 4.3.
|
|
3899
|
-
debug: 4.4.3
|
|
4376
|
+
ansis: 4.3.1
|
|
3900
4377
|
error-stack-parser-es: 1.0.5
|
|
4378
|
+
obug: 2.1.3
|
|
3901
4379
|
ohash: 2.0.11
|
|
3902
|
-
open:
|
|
4380
|
+
open: 11.0.0
|
|
3903
4381
|
perfect-debounce: 2.1.0
|
|
3904
4382
|
sirv: 3.0.2
|
|
3905
4383
|
unplugin-utils: 0.3.1
|
|
3906
|
-
vite: 8.0
|
|
3907
|
-
vite-dev-rpc:
|
|
3908
|
-
transitivePeerDependencies:
|
|
3909
|
-
- supports-color
|
|
4384
|
+
vite: 8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0)
|
|
4385
|
+
vite-dev-rpc: 2.0.0(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0))
|
|
3910
4386
|
|
|
3911
|
-
vite-plugin-vue-devtools@8.1.
|
|
4387
|
+
vite-plugin-vue-devtools@8.1.5(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3)):
|
|
3912
4388
|
dependencies:
|
|
3913
|
-
'@vue/devtools-core': 8.1.
|
|
3914
|
-
'@vue/devtools-kit': 8.1.
|
|
3915
|
-
'@vue/devtools-shared': 8.1.
|
|
4389
|
+
'@vue/devtools-core': 8.1.5(vue@3.5.39(typescript@6.0.3))
|
|
4390
|
+
'@vue/devtools-kit': 8.1.5
|
|
4391
|
+
'@vue/devtools-shared': 8.1.5
|
|
3916
4392
|
sirv: 3.0.2
|
|
3917
|
-
vite: 8.0
|
|
3918
|
-
vite-plugin-inspect: 11.
|
|
3919
|
-
vite-plugin-vue-inspector: 6.0.0(vite@8.0
|
|
4393
|
+
vite: 8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0)
|
|
4394
|
+
vite-plugin-inspect: 11.4.1(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0))
|
|
4395
|
+
vite-plugin-vue-inspector: 6.0.0(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0))
|
|
3920
4396
|
transitivePeerDependencies:
|
|
3921
4397
|
- '@nuxt/kit'
|
|
3922
4398
|
- supports-color
|
|
3923
4399
|
- vue
|
|
3924
4400
|
|
|
3925
|
-
vite-plugin-vue-inspector@6.0.0(vite@8.0
|
|
4401
|
+
vite-plugin-vue-inspector@6.0.0(vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0)):
|
|
3926
4402
|
dependencies:
|
|
3927
|
-
'@babel/core': 7.29.
|
|
3928
|
-
'@babel/plugin-proposal-decorators': 7.29.
|
|
3929
|
-
'@babel/plugin-syntax-import-attributes': 7.
|
|
3930
|
-
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.
|
|
3931
|
-
'@babel/plugin-transform-typescript': 7.
|
|
3932
|
-
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.
|
|
3933
|
-
'@vue/compiler-dom': 3.5.
|
|
4403
|
+
'@babel/core': 7.29.7
|
|
4404
|
+
'@babel/plugin-proposal-decorators': 7.29.7(@babel/core@7.29.7)
|
|
4405
|
+
'@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@7.29.7)
|
|
4406
|
+
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.7)
|
|
4407
|
+
'@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.7)
|
|
4408
|
+
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.7)
|
|
4409
|
+
'@vue/compiler-dom': 3.5.39
|
|
3934
4410
|
kolorist: 1.8.0
|
|
3935
4411
|
magic-string: 0.30.21
|
|
3936
|
-
vite: 8.0
|
|
4412
|
+
vite: 8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0)
|
|
3937
4413
|
transitivePeerDependencies:
|
|
3938
4414
|
- supports-color
|
|
3939
4415
|
|
|
3940
|
-
vite@8.0
|
|
4416
|
+
vite@8.1.0(@types/node@26.0.1)(jiti@2.7.0)(yaml@2.9.0):
|
|
3941
4417
|
dependencies:
|
|
3942
4418
|
lightningcss: 1.32.0
|
|
3943
4419
|
picomatch: 4.0.4
|
|
3944
|
-
postcss: 8.5.
|
|
3945
|
-
rolldown: 1.
|
|
4420
|
+
postcss: 8.5.16
|
|
4421
|
+
rolldown: 1.1.3
|
|
3946
4422
|
tinyglobby: 0.2.17
|
|
3947
4423
|
optionalDependencies:
|
|
3948
|
-
'@types/node':
|
|
4424
|
+
'@types/node': 26.0.1
|
|
3949
4425
|
fsevents: 2.3.3
|
|
3950
4426
|
jiti: 2.7.0
|
|
3951
4427
|
yaml: 2.9.0
|
|
3952
4428
|
|
|
3953
4429
|
vscode-uri@3.1.0: {}
|
|
3954
4430
|
|
|
3955
|
-
vue-eslint-parser@10.4.
|
|
4431
|
+
vue-eslint-parser@10.4.1(eslint@10.6.0(jiti@2.7.0)):
|
|
3956
4432
|
dependencies:
|
|
3957
4433
|
debug: 4.4.3
|
|
3958
|
-
eslint: 10.
|
|
4434
|
+
eslint: 10.6.0(jiti@2.7.0)
|
|
3959
4435
|
eslint-scope: 9.1.2
|
|
3960
4436
|
eslint-visitor-keys: 5.0.1
|
|
3961
4437
|
espree: 11.2.0
|
|
3962
4438
|
esquery: 1.7.0
|
|
3963
|
-
semver: 7.8.
|
|
4439
|
+
semver: 7.8.5
|
|
3964
4440
|
transitivePeerDependencies:
|
|
3965
4441
|
- supports-color
|
|
3966
4442
|
|
|
3967
|
-
vue-tsc@3.3.
|
|
4443
|
+
vue-tsc@3.3.5(typescript@6.0.3):
|
|
3968
4444
|
dependencies:
|
|
3969
4445
|
'@volar/typescript': 2.4.28
|
|
3970
|
-
'@vue/language-core': 3.3.
|
|
4446
|
+
'@vue/language-core': 3.3.5
|
|
3971
4447
|
typescript: 6.0.3
|
|
3972
4448
|
|
|
3973
|
-
vue@3.5.
|
|
4449
|
+
vue@3.5.39(typescript@6.0.3):
|
|
3974
4450
|
dependencies:
|
|
3975
|
-
'@vue/compiler-dom': 3.5.
|
|
3976
|
-
'@vue/compiler-sfc': 3.5.
|
|
3977
|
-
'@vue/runtime-dom': 3.5.
|
|
3978
|
-
'@vue/server-renderer': 3.5.
|
|
3979
|
-
'@vue/shared': 3.5.
|
|
4451
|
+
'@vue/compiler-dom': 3.5.39
|
|
4452
|
+
'@vue/compiler-sfc': 3.5.39
|
|
4453
|
+
'@vue/runtime-dom': 3.5.39
|
|
4454
|
+
'@vue/server-renderer': 3.5.39(vue@3.5.39(typescript@6.0.3))
|
|
4455
|
+
'@vue/shared': 3.5.39
|
|
3980
4456
|
optionalDependencies:
|
|
3981
4457
|
typescript: 6.0.3
|
|
3982
4458
|
|
|
@@ -4004,15 +4480,29 @@ snapshots:
|
|
|
4004
4480
|
string-width: 7.2.0
|
|
4005
4481
|
strip-ansi: 7.2.0
|
|
4006
4482
|
|
|
4007
|
-
wsl-utils@0.1
|
|
4483
|
+
wsl-utils@0.3.1:
|
|
4008
4484
|
dependencies:
|
|
4009
4485
|
is-wsl: 3.1.1
|
|
4486
|
+
powershell-utils: 0.1.0
|
|
4010
4487
|
|
|
4011
4488
|
xml-name-validator@4.0.0: {}
|
|
4012
4489
|
|
|
4490
|
+
y18n@5.0.8: {}
|
|
4491
|
+
|
|
4013
4492
|
yallist@3.1.1: {}
|
|
4014
4493
|
|
|
4015
4494
|
yaml@2.9.0:
|
|
4016
4495
|
optional: true
|
|
4017
4496
|
|
|
4497
|
+
yargs-parser@22.0.0: {}
|
|
4498
|
+
|
|
4499
|
+
yargs@18.0.0:
|
|
4500
|
+
dependencies:
|
|
4501
|
+
cliui: 9.0.1
|
|
4502
|
+
escalade: 3.2.0
|
|
4503
|
+
get-caller-file: 2.0.5
|
|
4504
|
+
string-width: 7.2.0
|
|
4505
|
+
y18n: 5.0.8
|
|
4506
|
+
yargs-parser: 22.0.0
|
|
4507
|
+
|
|
4018
4508
|
yocto-queue@0.1.0: {}
|