tangled
alpha
login
or
join now
bwc9876.dev
/
website
0
fork
atom
Files for my website
bwc9876.dev
0
fork
atom
overview
issues
pulls
pipelines
Astro v5
bwc9876.dev
1 year ago
6911925e
e03d1d45
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+581
-776
3 changed files
expand all
collapse all
unified
split
.github
workflows
deploy.yml
package.json
pnpm-lock.yaml
+23
-27
.github/workflows/deploy.yml
···
1
1
name: Deploy to GitHub Pages
2
2
-
3
2
on:
4
4
-
push:
5
5
-
branches: [main]
6
6
-
workflow_dispatch:
7
7
-
3
3
+
push:
4
4
+
branches: [main]
5
5
+
workflow_dispatch:
8
6
permissions:
9
9
-
contents: read
10
10
-
pages: write
11
11
-
id-token: write
12
12
-
7
7
+
contents: read
8
8
+
pages: write
9
9
+
id-token: write
13
10
jobs:
14
14
-
build:
15
15
-
runs-on: ubuntu-latest
16
16
-
steps:
17
17
-
- name: Checkout your repository using git
18
18
-
uses: actions/checkout@v4
19
19
-
- name: Install, build, and upload your site
20
20
-
uses: withastro/action@v2
21
21
-
22
22
-
deploy:
23
23
-
needs: build
24
24
-
runs-on: ubuntu-latest
25
25
-
environment:
26
26
-
name: github-pages
27
27
-
url: ${{ steps.deployment.outputs.page_url }}
28
28
-
steps:
29
29
-
- name: Deploy to GitHub Pages
30
30
-
id: deployment
31
31
-
uses: actions/deploy-pages@v4
11
11
+
build:
12
12
+
runs-on: ubuntu-latest
13
13
+
steps:
14
14
+
- name: Checkout your repository using git
15
15
+
uses: actions/checkout@v4
16
16
+
- name: Install, build, and upload your site
17
17
+
uses: withastro/action@v3
18
18
+
deploy:
19
19
+
needs: build
20
20
+
runs-on: ubuntu-latest
21
21
+
environment:
22
22
+
name: github-pages
23
23
+
url: ${{ steps.deployment.outputs.page_url }}
24
24
+
steps:
25
25
+
- name: Deploy to GitHub Pages
26
26
+
id: deployment
27
27
+
uses: actions/deploy-pages@v4
+7
-7
package.json
···
14
14
},
15
15
"dependencies": {
16
16
"@astrojs/check": "^0.9.4",
17
17
-
"@astrojs/mdx": "^3.1.9",
18
18
-
"@astrojs/rss": "^4.0.9",
17
17
+
"@astrojs/mdx": "^4.0.1",
18
18
+
"@astrojs/rss": "^4.0.10",
19
19
"@astrojs/sitemap": "^3.2.1",
20
20
"@iconify-json/bi": "^1.2.1",
21
21
"@iconify-json/file-icons": "^1.2.0",
22
22
"@iconify-json/mdi": "^1.2.1",
23
23
-
"@iconify-json/simple-icons": "^1.2.12",
23
23
+
"@iconify-json/simple-icons": "^1.2.14",
24
24
"@picocss/pico": "^2.0.6",
25
25
-
"astro": "^4.16.13",
26
26
-
"astro-icon": "^1.1.2",
25
25
+
"astro": "^5.0.3",
26
26
+
"astro-icon": "^1.1.4",
27
27
"cowsay": "^1.6.0",
28
28
"markdown-it": "^14.1.0",
29
29
"sanitize-html": "^2.13.1",
30
30
"sharp": "^0.33.5",
31
31
-
"typescript": "^5.6.3"
31
31
+
"typescript": "^5.7.2"
32
32
},
33
33
"devDependencies": {
34
34
"@types/markdown-it": "^14.1.2",
35
35
"@types/sanitize-html": "^2.13.0",
36
36
-
"prettier": "^3.3.3",
36
36
+
"prettier": "^3.4.2",
37
37
"prettier-plugin-astro": "^0.14.1",
38
38
"slugify": "^1.6.6"
39
39
},
+551
-742
pnpm-lock.yaml
···
10
10
dependencies:
11
11
'@astrojs/check':
12
12
specifier: ^0.9.4
13
13
-
version: 0.9.4(prettier-plugin-astro@0.14.1)(prettier@3.3.3)(typescript@5.6.3)
13
13
+
version: 0.9.4(prettier-plugin-astro@0.14.1)(prettier@3.4.2)(typescript@5.7.2)
14
14
'@astrojs/mdx':
15
15
-
specifier: ^3.1.9
16
16
-
version: 3.1.9(astro@4.16.13(@types/node@22.9.1)(rollup@4.27.3)(typescript@5.6.3))
15
15
+
specifier: ^4.0.1
16
16
+
version: 4.0.1(astro@5.0.3(@types/node@22.10.1)(rollup@4.28.1)(typescript@5.7.2)(yaml@2.6.1))
17
17
'@astrojs/rss':
18
18
-
specifier: ^4.0.9
19
19
-
version: 4.0.9
18
18
+
specifier: ^4.0.10
19
19
+
version: 4.0.10
20
20
'@astrojs/sitemap':
21
21
specifier: ^3.2.1
22
22
version: 3.2.1
···
30
30
specifier: ^1.2.1
31
31
version: 1.2.1
32
32
'@iconify-json/simple-icons':
33
33
-
specifier: ^1.2.12
34
34
-
version: 1.2.12
33
33
+
specifier: ^1.2.14
34
34
+
version: 1.2.14
35
35
'@picocss/pico':
36
36
specifier: ^2.0.6
37
37
version: 2.0.6
38
38
astro:
39
39
-
specifier: ^4.16.13
40
40
-
version: 4.16.13(@types/node@22.9.1)(rollup@4.27.3)(typescript@5.6.3)
39
39
+
specifier: ^5.0.3
40
40
+
version: 5.0.3(@types/node@22.10.1)(rollup@4.28.1)(typescript@5.7.2)(yaml@2.6.1)
41
41
astro-icon:
42
42
-
specifier: ^1.1.2
43
43
-
version: 1.1.2
42
42
+
specifier: ^1.1.4
43
43
+
version: 1.1.4
44
44
cowsay:
45
45
specifier: ^1.6.0
46
46
version: 1.6.0
···
54
54
specifier: ^0.33.5
55
55
version: 0.33.5
56
56
typescript:
57
57
-
specifier: ^5.6.3
58
58
-
version: 5.6.3
57
57
+
specifier: ^5.7.2
58
58
+
version: 5.7.2
59
59
devDependencies:
60
60
'@types/markdown-it':
61
61
specifier: ^14.1.2
···
64
64
specifier: ^2.13.0
65
65
version: 2.13.0
66
66
prettier:
67
67
-
specifier: ^3.3.3
68
68
-
version: 3.3.3
67
67
+
specifier: ^3.4.2
68
68
+
version: 3.4.2
69
69
prettier-plugin-astro:
70
70
specifier: ^0.14.1
71
71
version: 0.14.1
···
75
75
76
76
packages:
77
77
78
78
-
'@ampproject/remapping@2.3.0':
79
79
-
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
80
80
-
engines: {node: '>=6.0.0'}
81
81
-
82
78
'@antfu/install-pkg@0.4.1':
83
79
resolution: {integrity: sha512-T7yB5QNG29afhWVkVq7XeIMBa5U/vs9mX69YqayXypPRmYzUmzwnYltplHmPtZ4HPCn+sQKeXW8I47wCbuBOjw==}
84
80
···
94
90
'@astrojs/compiler@2.10.3':
95
91
resolution: {integrity: sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==}
96
92
97
97
-
'@astrojs/internal-helpers@0.4.1':
98
98
-
resolution: {integrity: sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==}
93
93
+
'@astrojs/internal-helpers@0.4.2':
94
94
+
resolution: {integrity: sha512-EdDWkC3JJVcpGpqJAU/5hSk2LKXyG3mNGkzGoAuyK+xoPHbaVdSuIWoN1QTnmK3N/gGfaaAfM8gO2KDCAW7S3w==}
99
95
100
96
'@astrojs/language-server@2.15.4':
101
97
resolution: {integrity: sha512-JivzASqTPR2bao9BWsSc/woPHH7OGSGc9aMxXL4U6egVTqBycB3ZHdBJPuOCVtcGLrzdWTosAqVPz1BVoxE0+A==}
···
109
105
prettier-plugin-astro:
110
106
optional: true
111
107
112
112
-
'@astrojs/markdown-remark@5.3.0':
113
113
-
resolution: {integrity: sha512-r0Ikqr0e6ozPb5bvhup1qdWnSPUvQu6tub4ZLYaKyG50BXZ0ej6FhGz3GpChKpH7kglRFPObJd/bDyf2VM9pkg==}
108
108
+
'@astrojs/markdown-remark@6.0.0':
109
109
+
resolution: {integrity: sha512-Tabo7xM44Pz2Yf9qpdaCCgxRmtaypi2YCinqTUNefDrWUa+OyKW62OuNeCaGwNh/ys+QAd9FUWN5/3HgPWjP4Q==}
114
110
115
115
-
'@astrojs/mdx@3.1.9':
116
116
-
resolution: {integrity: sha512-3jPD4Bff6lIA20RQoonnZkRtZ9T3i0HFm6fcDF7BMsKIZ+xBP2KXzQWiuGu62lrVCmU612N+SQVGl5e0fI+zWg==}
117
117
-
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0}
111
111
+
'@astrojs/mdx@4.0.1':
112
112
+
resolution: {integrity: sha512-ShntQtbIsMEnR29DCF9vBNxBOGU29FVRBXKdS5njYic4t4asrbxYmjFXiqqQ0ONnBNHk9P0RHFgqEy1GL/YbJg==}
113
113
+
engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0}
118
114
peerDependencies:
119
119
-
astro: ^4.8.0
115
115
+
astro: ^5.0.0
120
116
121
121
-
'@astrojs/prism@3.1.0':
122
122
-
resolution: {integrity: sha512-Z9IYjuXSArkAUx3N6xj6+Bnvx8OdUSHA8YoOgyepp3+zJmtVYJIl/I18GozdJVW1p5u/CNpl3Km7/gwTJK85cw==}
123
123
-
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0}
117
117
+
'@astrojs/prism@3.2.0':
118
118
+
resolution: {integrity: sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==}
119
119
+
engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0}
124
120
125
125
-
'@astrojs/rss@4.0.9':
126
126
-
resolution: {integrity: sha512-W1qeLc/WP1vMS5xXa+BnaLU0paeSeGjN8RJVAoBaOIkQuKXjIUA9hvPno89heo73in5i67g40gy70oeeHMqp6A==}
121
121
+
'@astrojs/rss@4.0.10':
122
122
+
resolution: {integrity: sha512-2gFdHM763uUAySkdwPYrpi6dppOBJr9ddg5VbkKXctWze8d1JHgIBBY78zWIYs7KBJT58zxadsObVAVt55RDaw==}
127
123
128
124
'@astrojs/sitemap@3.2.1':
129
125
resolution: {integrity: sha512-uxMfO8f7pALq0ADL6Lk68UV6dNYjJ2xGUzyjjVj60JLBs5a6smtlkBYv3tQ0DzoqwS7c9n4FUx5lgv0yPo/fgA==}
130
126
131
131
-
'@astrojs/telemetry@3.1.0':
132
132
-
resolution: {integrity: sha512-/ca/+D8MIKEC8/A9cSaPUqQNZm+Es/ZinRv0ZAzvu2ios7POQSsVD+VOj7/hypWNsNM3T7RpfgNq7H2TU1KEHA==}
133
133
-
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0}
127
127
+
'@astrojs/telemetry@3.2.0':
128
128
+
resolution: {integrity: sha512-wxhSKRfKugLwLlr4OFfcqovk+LIFtKwLyGPqMsv+9/ibqqnW3Gv7tBhtKEb0gAyUAC4G9BTVQeQahqnQAhd6IQ==}
129
129
+
engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0}
134
130
135
131
'@astrojs/yaml2ts@0.2.2':
136
132
resolution: {integrity: sha512-GOfvSr5Nqy2z5XiwqTouBBpy5FyI6DEe+/g/Mk5am9SjILN1S5fOEvYK0GuWHg98yS/dobP4m8qyqw/URW35fQ==}
137
133
138
138
-
'@babel/code-frame@7.26.2':
139
139
-
resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==}
140
140
-
engines: {node: '>=6.9.0'}
141
141
-
142
142
-
'@babel/compat-data@7.26.2':
143
143
-
resolution: {integrity: sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==}
144
144
-
engines: {node: '>=6.9.0'}
145
145
-
146
146
-
'@babel/core@7.26.0':
147
147
-
resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==}
148
148
-
engines: {node: '>=6.9.0'}
149
149
-
150
150
-
'@babel/generator@7.26.2':
151
151
-
resolution: {integrity: sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==}
152
152
-
engines: {node: '>=6.9.0'}
153
153
-
154
154
-
'@babel/helper-annotate-as-pure@7.25.9':
155
155
-
resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==}
156
156
-
engines: {node: '>=6.9.0'}
157
157
-
158
158
-
'@babel/helper-compilation-targets@7.25.9':
159
159
-
resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==}
160
160
-
engines: {node: '>=6.9.0'}
161
161
-
162
162
-
'@babel/helper-module-imports@7.25.9':
163
163
-
resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==}
164
164
-
engines: {node: '>=6.9.0'}
165
165
-
166
166
-
'@babel/helper-module-transforms@7.26.0':
167
167
-
resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==}
168
168
-
engines: {node: '>=6.9.0'}
169
169
-
peerDependencies:
170
170
-
'@babel/core': ^7.0.0
171
171
-
172
172
-
'@babel/helper-plugin-utils@7.25.9':
173
173
-
resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==}
174
174
-
engines: {node: '>=6.9.0'}
175
175
-
176
134
'@babel/helper-string-parser@7.25.9':
177
135
resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==}
178
136
engines: {node: '>=6.9.0'}
···
181
139
resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==}
182
140
engines: {node: '>=6.9.0'}
183
141
184
184
-
'@babel/helper-validator-option@7.25.9':
185
185
-
resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==}
186
186
-
engines: {node: '>=6.9.0'}
187
187
-
188
188
-
'@babel/helpers@7.26.0':
189
189
-
resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==}
190
190
-
engines: {node: '>=6.9.0'}
191
191
-
192
192
-
'@babel/parser@7.26.2':
193
193
-
resolution: {integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==}
142
142
+
'@babel/parser@7.26.3':
143
143
+
resolution: {integrity: sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==}
194
144
engines: {node: '>=6.0.0'}
195
145
hasBin: true
196
146
197
197
-
'@babel/plugin-syntax-jsx@7.25.9':
198
198
-
resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==}
199
199
-
engines: {node: '>=6.9.0'}
200
200
-
peerDependencies:
201
201
-
'@babel/core': ^7.0.0-0
202
202
-
203
203
-
'@babel/plugin-transform-react-jsx@7.25.9':
204
204
-
resolution: {integrity: sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==}
205
205
-
engines: {node: '>=6.9.0'}
206
206
-
peerDependencies:
207
207
-
'@babel/core': ^7.0.0-0
208
208
-
209
209
-
'@babel/template@7.25.9':
210
210
-
resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==}
211
211
-
engines: {node: '>=6.9.0'}
212
212
-
213
213
-
'@babel/traverse@7.25.9':
214
214
-
resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==}
215
215
-
engines: {node: '>=6.9.0'}
216
216
-
217
217
-
'@babel/types@7.26.0':
218
218
-
resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==}
147
147
+
'@babel/types@7.26.3':
148
148
+
resolution: {integrity: sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==}
219
149
engines: {node: '>=6.9.0'}
220
150
221
151
'@emmetio/abbreviation@2.3.3':
···
248
178
cpu: [ppc64]
249
179
os: [aix]
250
180
181
181
+
'@esbuild/aix-ppc64@0.24.0':
182
182
+
resolution: {integrity: sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==}
183
183
+
engines: {node: '>=18'}
184
184
+
cpu: [ppc64]
185
185
+
os: [aix]
186
186
+
251
187
'@esbuild/android-arm64@0.21.5':
252
188
resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
253
189
engines: {node: '>=12'}
190
190
+
cpu: [arm64]
191
191
+
os: [android]
192
192
+
193
193
+
'@esbuild/android-arm64@0.24.0':
194
194
+
resolution: {integrity: sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==}
195
195
+
engines: {node: '>=18'}
254
196
cpu: [arm64]
255
197
os: [android]
256
198
···
260
202
cpu: [arm]
261
203
os: [android]
262
204
205
205
+
'@esbuild/android-arm@0.24.0':
206
206
+
resolution: {integrity: sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==}
207
207
+
engines: {node: '>=18'}
208
208
+
cpu: [arm]
209
209
+
os: [android]
210
210
+
263
211
'@esbuild/android-x64@0.21.5':
264
212
resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
265
213
engines: {node: '>=12'}
266
214
cpu: [x64]
267
215
os: [android]
268
216
217
217
+
'@esbuild/android-x64@0.24.0':
218
218
+
resolution: {integrity: sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==}
219
219
+
engines: {node: '>=18'}
220
220
+
cpu: [x64]
221
221
+
os: [android]
222
222
+
269
223
'@esbuild/darwin-arm64@0.21.5':
270
224
resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
271
225
engines: {node: '>=12'}
272
226
cpu: [arm64]
273
227
os: [darwin]
274
228
229
229
+
'@esbuild/darwin-arm64@0.24.0':
230
230
+
resolution: {integrity: sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==}
231
231
+
engines: {node: '>=18'}
232
232
+
cpu: [arm64]
233
233
+
os: [darwin]
234
234
+
275
235
'@esbuild/darwin-x64@0.21.5':
276
236
resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
277
237
engines: {node: '>=12'}
278
238
cpu: [x64]
279
239
os: [darwin]
280
240
241
241
+
'@esbuild/darwin-x64@0.24.0':
242
242
+
resolution: {integrity: sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==}
243
243
+
engines: {node: '>=18'}
244
244
+
cpu: [x64]
245
245
+
os: [darwin]
246
246
+
281
247
'@esbuild/freebsd-arm64@0.21.5':
282
248
resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
283
249
engines: {node: '>=12'}
284
250
cpu: [arm64]
285
251
os: [freebsd]
286
252
253
253
+
'@esbuild/freebsd-arm64@0.24.0':
254
254
+
resolution: {integrity: sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==}
255
255
+
engines: {node: '>=18'}
256
256
+
cpu: [arm64]
257
257
+
os: [freebsd]
258
258
+
287
259
'@esbuild/freebsd-x64@0.21.5':
288
260
resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
289
261
engines: {node: '>=12'}
290
262
cpu: [x64]
291
263
os: [freebsd]
292
264
265
265
+
'@esbuild/freebsd-x64@0.24.0':
266
266
+
resolution: {integrity: sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==}
267
267
+
engines: {node: '>=18'}
268
268
+
cpu: [x64]
269
269
+
os: [freebsd]
270
270
+
293
271
'@esbuild/linux-arm64@0.21.5':
294
272
resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
295
273
engines: {node: '>=12'}
296
274
cpu: [arm64]
297
275
os: [linux]
298
276
277
277
+
'@esbuild/linux-arm64@0.24.0':
278
278
+
resolution: {integrity: sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==}
279
279
+
engines: {node: '>=18'}
280
280
+
cpu: [arm64]
281
281
+
os: [linux]
282
282
+
299
283
'@esbuild/linux-arm@0.21.5':
300
284
resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
301
285
engines: {node: '>=12'}
302
286
cpu: [arm]
303
287
os: [linux]
304
288
289
289
+
'@esbuild/linux-arm@0.24.0':
290
290
+
resolution: {integrity: sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==}
291
291
+
engines: {node: '>=18'}
292
292
+
cpu: [arm]
293
293
+
os: [linux]
294
294
+
305
295
'@esbuild/linux-ia32@0.21.5':
306
296
resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
307
297
engines: {node: '>=12'}
308
298
cpu: [ia32]
309
299
os: [linux]
310
300
301
301
+
'@esbuild/linux-ia32@0.24.0':
302
302
+
resolution: {integrity: sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==}
303
303
+
engines: {node: '>=18'}
304
304
+
cpu: [ia32]
305
305
+
os: [linux]
306
306
+
311
307
'@esbuild/linux-loong64@0.21.5':
312
308
resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
313
309
engines: {node: '>=12'}
314
310
cpu: [loong64]
315
311
os: [linux]
316
312
313
313
+
'@esbuild/linux-loong64@0.24.0':
314
314
+
resolution: {integrity: sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==}
315
315
+
engines: {node: '>=18'}
316
316
+
cpu: [loong64]
317
317
+
os: [linux]
318
318
+
317
319
'@esbuild/linux-mips64el@0.21.5':
318
320
resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
319
321
engines: {node: '>=12'}
320
322
cpu: [mips64el]
321
323
os: [linux]
322
324
325
325
+
'@esbuild/linux-mips64el@0.24.0':
326
326
+
resolution: {integrity: sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==}
327
327
+
engines: {node: '>=18'}
328
328
+
cpu: [mips64el]
329
329
+
os: [linux]
330
330
+
323
331
'@esbuild/linux-ppc64@0.21.5':
324
332
resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
325
333
engines: {node: '>=12'}
326
334
cpu: [ppc64]
327
335
os: [linux]
328
336
337
337
+
'@esbuild/linux-ppc64@0.24.0':
338
338
+
resolution: {integrity: sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==}
339
339
+
engines: {node: '>=18'}
340
340
+
cpu: [ppc64]
341
341
+
os: [linux]
342
342
+
329
343
'@esbuild/linux-riscv64@0.21.5':
330
344
resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
331
345
engines: {node: '>=12'}
332
346
cpu: [riscv64]
333
347
os: [linux]
334
348
349
349
+
'@esbuild/linux-riscv64@0.24.0':
350
350
+
resolution: {integrity: sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==}
351
351
+
engines: {node: '>=18'}
352
352
+
cpu: [riscv64]
353
353
+
os: [linux]
354
354
+
335
355
'@esbuild/linux-s390x@0.21.5':
336
356
resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
337
357
engines: {node: '>=12'}
338
358
cpu: [s390x]
339
359
os: [linux]
340
360
361
361
+
'@esbuild/linux-s390x@0.24.0':
362
362
+
resolution: {integrity: sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==}
363
363
+
engines: {node: '>=18'}
364
364
+
cpu: [s390x]
365
365
+
os: [linux]
366
366
+
341
367
'@esbuild/linux-x64@0.21.5':
342
368
resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
343
369
engines: {node: '>=12'}
344
370
cpu: [x64]
345
371
os: [linux]
346
372
373
373
+
'@esbuild/linux-x64@0.24.0':
374
374
+
resolution: {integrity: sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==}
375
375
+
engines: {node: '>=18'}
376
376
+
cpu: [x64]
377
377
+
os: [linux]
378
378
+
347
379
'@esbuild/netbsd-x64@0.21.5':
348
380
resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
349
381
engines: {node: '>=12'}
350
382
cpu: [x64]
351
383
os: [netbsd]
352
384
385
385
+
'@esbuild/netbsd-x64@0.24.0':
386
386
+
resolution: {integrity: sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==}
387
387
+
engines: {node: '>=18'}
388
388
+
cpu: [x64]
389
389
+
os: [netbsd]
390
390
+
391
391
+
'@esbuild/openbsd-arm64@0.24.0':
392
392
+
resolution: {integrity: sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==}
393
393
+
engines: {node: '>=18'}
394
394
+
cpu: [arm64]
395
395
+
os: [openbsd]
396
396
+
353
397
'@esbuild/openbsd-x64@0.21.5':
354
398
resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
355
399
engines: {node: '>=12'}
356
400
cpu: [x64]
357
401
os: [openbsd]
358
402
403
403
+
'@esbuild/openbsd-x64@0.24.0':
404
404
+
resolution: {integrity: sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==}
405
405
+
engines: {node: '>=18'}
406
406
+
cpu: [x64]
407
407
+
os: [openbsd]
408
408
+
359
409
'@esbuild/sunos-x64@0.21.5':
360
410
resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
361
411
engines: {node: '>=12'}
362
412
cpu: [x64]
363
413
os: [sunos]
364
414
415
415
+
'@esbuild/sunos-x64@0.24.0':
416
416
+
resolution: {integrity: sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==}
417
417
+
engines: {node: '>=18'}
418
418
+
cpu: [x64]
419
419
+
os: [sunos]
420
420
+
365
421
'@esbuild/win32-arm64@0.21.5':
366
422
resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
367
423
engines: {node: '>=12'}
368
424
cpu: [arm64]
369
425
os: [win32]
370
426
427
427
+
'@esbuild/win32-arm64@0.24.0':
428
428
+
resolution: {integrity: sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==}
429
429
+
engines: {node: '>=18'}
430
430
+
cpu: [arm64]
431
431
+
os: [win32]
432
432
+
371
433
'@esbuild/win32-ia32@0.21.5':
372
434
resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
373
435
engines: {node: '>=12'}
374
436
cpu: [ia32]
375
437
os: [win32]
376
438
439
439
+
'@esbuild/win32-ia32@0.24.0':
440
440
+
resolution: {integrity: sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==}
441
441
+
engines: {node: '>=18'}
442
442
+
cpu: [ia32]
443
443
+
os: [win32]
444
444
+
377
445
'@esbuild/win32-x64@0.21.5':
378
446
resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
379
447
engines: {node: '>=12'}
448
448
+
cpu: [x64]
449
449
+
os: [win32]
450
450
+
451
451
+
'@esbuild/win32-x64@0.24.0':
452
452
+
resolution: {integrity: sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==}
453
453
+
engines: {node: '>=18'}
380
454
cpu: [x64]
381
455
os: [win32]
382
456
···
389
463
'@iconify-json/mdi@1.2.1':
390
464
resolution: {integrity: sha512-dSkQU78gsZV6Yxnq78+LuX7jzeFC/5NAmz7O3rh558GimGFcwMVY/OtqRowIzjqJBmMmWZft7wkFV4TrwRXjlg==}
391
465
392
392
-
'@iconify-json/simple-icons@1.2.12':
393
393
-
resolution: {integrity: sha512-lRNORrIdeLStShxAjN6FgXE1iMkaAgiAHZdP0P0GZecX91FVYW58uZnRSlXLlSx5cxMoELulkAAixybPA2g52g==}
466
466
+
'@iconify-json/simple-icons@1.2.14':
467
467
+
resolution: {integrity: sha512-zLqb48pM1B5vegMBDouyv7FzrROV5HRIjDpl+/PKjY3P7AeSySaOeT6mzutF6hDZCJvn1J7qQ7lug3FOgegiiA==}
394
468
395
469
'@iconify/tools@4.0.7':
396
470
resolution: {integrity: sha512-zOJxKIfZn96ZRGGvIWzDRLD9vb2CsxjcLuM+QIdvwWbv6SWhm49gECzUnd4d2P0sq9sfodT7yCNobWK8nvavxQ==}
···
506
580
cpu: [x64]
507
581
os: [win32]
508
582
509
509
-
'@jridgewell/gen-mapping@0.3.5':
510
510
-
resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==}
511
511
-
engines: {node: '>=6.0.0'}
512
512
-
513
513
-
'@jridgewell/resolve-uri@3.1.2':
514
514
-
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
515
515
-
engines: {node: '>=6.0.0'}
516
516
-
517
517
-
'@jridgewell/set-array@1.2.1':
518
518
-
resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
519
519
-
engines: {node: '>=6.0.0'}
520
520
-
521
583
'@jridgewell/sourcemap-codec@1.5.0':
522
584
resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
523
523
-
524
524
-
'@jridgewell/trace-mapping@0.3.25':
525
525
-
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
526
585
527
586
'@mdx-js/mdx@3.1.0':
528
587
resolution: {integrity: sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==}
···
555
614
rollup:
556
615
optional: true
557
616
558
558
-
'@rollup/rollup-android-arm-eabi@4.27.3':
559
559
-
resolution: {integrity: sha512-EzxVSkIvCFxUd4Mgm4xR9YXrcp976qVaHnqom/Tgm+vU79k4vV4eYTjmRvGfeoW8m9LVcsAy/lGjcgVegKEhLQ==}
617
617
+
'@rollup/rollup-android-arm-eabi@4.28.1':
618
618
+
resolution: {integrity: sha512-2aZp8AES04KI2dy3Ss6/MDjXbwBzj+i0GqKtWXgw2/Ma6E4jJvujryO6gJAghIRVz7Vwr9Gtl/8na3nDUKpraQ==}
560
619
cpu: [arm]
561
620
os: [android]
562
621
563
563
-
'@rollup/rollup-android-arm64@4.27.3':
564
564
-
resolution: {integrity: sha512-LJc5pDf1wjlt9o/Giaw9Ofl+k/vLUaYsE2zeQGH85giX2F+wn/Cg8b3c5CDP3qmVmeO5NzwVUzQQxwZvC2eQKw==}
622
622
+
'@rollup/rollup-android-arm64@4.28.1':
623
623
+
resolution: {integrity: sha512-EbkK285O+1YMrg57xVA+Dp0tDBRB93/BZKph9XhMjezf6F4TpYjaUSuPt5J0fZXlSag0LmZAsTmdGGqPp4pQFA==}
565
624
cpu: [arm64]
566
625
os: [android]
567
626
568
568
-
'@rollup/rollup-darwin-arm64@4.27.3':
569
569
-
resolution: {integrity: sha512-OuRysZ1Mt7wpWJ+aYKblVbJWtVn3Cy52h8nLuNSzTqSesYw1EuN6wKp5NW/4eSre3mp12gqFRXOKTcN3AI3LqA==}
627
627
+
'@rollup/rollup-darwin-arm64@4.28.1':
628
628
+
resolution: {integrity: sha512-prduvrMKU6NzMq6nxzQw445zXgaDBbMQvmKSJaxpaZ5R1QDM8w+eGxo6Y/jhT/cLoCvnZI42oEqf9KQNYz1fqQ==}
570
629
cpu: [arm64]
571
630
os: [darwin]
572
631
573
573
-
'@rollup/rollup-darwin-x64@4.27.3':
574
574
-
resolution: {integrity: sha512-xW//zjJMlJs2sOrCmXdB4d0uiilZsOdlGQIC/jjmMWT47lkLLoB1nsNhPUcnoqyi5YR6I4h+FjBpILxbEy8JRg==}
632
632
+
'@rollup/rollup-darwin-x64@4.28.1':
633
633
+
resolution: {integrity: sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==}
575
634
cpu: [x64]
576
635
os: [darwin]
577
636
578
578
-
'@rollup/rollup-freebsd-arm64@4.27.3':
579
579
-
resolution: {integrity: sha512-58E0tIcwZ+12nK1WiLzHOD8I0d0kdrY/+o7yFVPRHuVGY3twBwzwDdTIBGRxLmyjciMYl1B/U515GJy+yn46qw==}
637
637
+
'@rollup/rollup-freebsd-arm64@4.28.1':
638
638
+
resolution: {integrity: sha512-HTDPdY1caUcU4qK23FeeGxCdJF64cKkqajU0iBnTVxS8F7H/7BewvYoG+va1KPSL63kQ1PGNyiwKOfReavzvNA==}
580
639
cpu: [arm64]
581
640
os: [freebsd]
582
641
583
583
-
'@rollup/rollup-freebsd-x64@4.27.3':
584
584
-
resolution: {integrity: sha512-78fohrpcVwTLxg1ZzBMlwEimoAJmY6B+5TsyAZ3Vok7YabRBUvjYTsRXPTjGEvv/mfgVBepbW28OlMEz4w8wGA==}
642
642
+
'@rollup/rollup-freebsd-x64@4.28.1':
643
643
+
resolution: {integrity: sha512-m/uYasxkUevcFTeRSM9TeLyPe2QDuqtjkeoTpP9SW0XxUWfcYrGDMkO/m2tTw+4NMAF9P2fU3Mw4ahNvo7QmsQ==}
585
644
cpu: [x64]
586
645
os: [freebsd]
587
646
588
588
-
'@rollup/rollup-linux-arm-gnueabihf@4.27.3':
589
589
-
resolution: {integrity: sha512-h2Ay79YFXyQi+QZKo3ISZDyKaVD7uUvukEHTOft7kh00WF9mxAaxZsNs3o/eukbeKuH35jBvQqrT61fzKfAB/Q==}
647
647
+
'@rollup/rollup-linux-arm-gnueabihf@4.28.1':
648
648
+
resolution: {integrity: sha512-QAg11ZIt6mcmzpNE6JZBpKfJaKkqTm1A9+y9O+frdZJEuhQxiugM05gnCWiANHj4RmbgeVJpTdmKRmH/a+0QbA==}
590
649
cpu: [arm]
591
650
os: [linux]
592
651
593
593
-
'@rollup/rollup-linux-arm-musleabihf@4.27.3':
594
594
-
resolution: {integrity: sha512-Sv2GWmrJfRY57urktVLQ0VKZjNZGogVtASAgosDZ1aUB+ykPxSi3X1nWORL5Jk0sTIIwQiPH7iE3BMi9zGWfkg==}
652
652
+
'@rollup/rollup-linux-arm-musleabihf@4.28.1':
653
653
+
resolution: {integrity: sha512-dRP9PEBfolq1dmMcFqbEPSd9VlRuVWEGSmbxVEfiq2cs2jlZAl0YNxFzAQS2OrQmsLBLAATDMb3Z6MFv5vOcXg==}
595
654
cpu: [arm]
596
655
os: [linux]
597
656
598
598
-
'@rollup/rollup-linux-arm64-gnu@4.27.3':
599
599
-
resolution: {integrity: sha512-FPoJBLsPW2bDNWjSrwNuTPUt30VnfM8GPGRoLCYKZpPx0xiIEdFip3dH6CqgoT0RnoGXptaNziM0WlKgBc+OWQ==}
657
657
+
'@rollup/rollup-linux-arm64-gnu@4.28.1':
658
658
+
resolution: {integrity: sha512-uGr8khxO+CKT4XU8ZUH1TTEUtlktK6Kgtv0+6bIFSeiSlnGJHG1tSFSjm41uQ9sAO/5ULx9mWOz70jYLyv1QkA==}
600
659
cpu: [arm64]
601
660
os: [linux]
602
661
603
603
-
'@rollup/rollup-linux-arm64-musl@4.27.3':
604
604
-
resolution: {integrity: sha512-TKxiOvBorYq4sUpA0JT+Fkh+l+G9DScnG5Dqx7wiiqVMiRSkzTclP35pE6eQQYjP4Gc8yEkJGea6rz4qyWhp3g==}
662
662
+
'@rollup/rollup-linux-arm64-musl@4.28.1':
663
663
+
resolution: {integrity: sha512-QF54q8MYGAqMLrX2t7tNpi01nvq5RI59UBNx+3+37zoKX5KViPo/gk2QLhsuqok05sSCRluj0D00LzCwBikb0A==}
605
664
cpu: [arm64]
606
665
os: [linux]
607
666
608
608
-
'@rollup/rollup-linux-powerpc64le-gnu@4.27.3':
609
609
-
resolution: {integrity: sha512-v2M/mPvVUKVOKITa0oCFksnQQ/TqGrT+yD0184/cWHIu0LoIuYHwox0Pm3ccXEz8cEQDLk6FPKd1CCm+PlsISw==}
667
667
+
'@rollup/rollup-linux-loongarch64-gnu@4.28.1':
668
668
+
resolution: {integrity: sha512-vPul4uodvWvLhRco2w0GcyZcdyBfpfDRgNKU+p35AWEbJ/HPs1tOUrkSueVbBS0RQHAf/A+nNtDpvw95PeVKOA==}
669
669
+
cpu: [loong64]
670
670
+
os: [linux]
671
671
+
672
672
+
'@rollup/rollup-linux-powerpc64le-gnu@4.28.1':
673
673
+
resolution: {integrity: sha512-pTnTdBuC2+pt1Rmm2SV7JWRqzhYpEILML4PKODqLz+C7Ou2apEV52h19CR7es+u04KlqplggmN9sqZlekg3R1A==}
610
674
cpu: [ppc64]
611
675
os: [linux]
612
676
613
613
-
'@rollup/rollup-linux-riscv64-gnu@4.27.3':
614
614
-
resolution: {integrity: sha512-LdrI4Yocb1a/tFVkzmOE5WyYRgEBOyEhWYJe4gsDWDiwnjYKjNs7PS6SGlTDB7maOHF4kxevsuNBl2iOcj3b4A==}
677
677
+
'@rollup/rollup-linux-riscv64-gnu@4.28.1':
678
678
+
resolution: {integrity: sha512-vWXy1Nfg7TPBSuAncfInmAI/WZDd5vOklyLJDdIRKABcZWojNDY0NJwruY2AcnCLnRJKSaBgf/GiJfauu8cQZA==}
615
679
cpu: [riscv64]
616
680
os: [linux]
617
681
618
618
-
'@rollup/rollup-linux-s390x-gnu@4.27.3':
619
619
-
resolution: {integrity: sha512-d4wVu6SXij/jyiwPvI6C4KxdGzuZOvJ6y9VfrcleHTwo68fl8vZC5ZYHsCVPUi4tndCfMlFniWgwonQ5CUpQcA==}
682
682
+
'@rollup/rollup-linux-s390x-gnu@4.28.1':
683
683
+
resolution: {integrity: sha512-/yqC2Y53oZjb0yz8PVuGOQQNOTwxcizudunl/tFs1aLvObTclTwZ0JhXF2XcPT/zuaymemCDSuuUPXJJyqeDOg==}
620
684
cpu: [s390x]
621
685
os: [linux]
622
686
623
623
-
'@rollup/rollup-linux-x64-gnu@4.27.3':
624
624
-
resolution: {integrity: sha512-/6bn6pp1fsCGEY5n3yajmzZQAh+mW4QPItbiWxs69zskBzJuheb3tNynEjL+mKOsUSFK11X4LYF2BwwXnzWleA==}
687
687
+
'@rollup/rollup-linux-x64-gnu@4.28.1':
688
688
+
resolution: {integrity: sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==}
625
689
cpu: [x64]
626
690
os: [linux]
627
691
628
628
-
'@rollup/rollup-linux-x64-musl@4.27.3':
629
629
-
resolution: {integrity: sha512-nBXOfJds8OzUT1qUreT/en3eyOXd2EH5b0wr2bVB5999qHdGKkzGzIyKYaKj02lXk6wpN71ltLIaQpu58YFBoQ==}
692
692
+
'@rollup/rollup-linux-x64-musl@4.28.1':
693
693
+
resolution: {integrity: sha512-xQTDVzSGiMlSshpJCtudbWyRfLaNiVPXt1WgdWTwWz9n0U12cI2ZVtWe/Jgwyv/6wjL7b66uu61Vg0POWVfz4g==}
630
694
cpu: [x64]
631
695
os: [linux]
632
696
633
633
-
'@rollup/rollup-win32-arm64-msvc@4.27.3':
634
634
-
resolution: {integrity: sha512-ogfbEVQgIZOz5WPWXF2HVb6En+kWzScuxJo/WdQTqEgeyGkaa2ui5sQav9Zkr7bnNCLK48uxmmK0TySm22eiuw==}
697
697
+
'@rollup/rollup-win32-arm64-msvc@4.28.1':
698
698
+
resolution: {integrity: sha512-wSXmDRVupJstFP7elGMgv+2HqXelQhuNf+IS4V+nUpNVi/GUiBgDmfwD0UGN3pcAnWsgKG3I52wMOBnk1VHr/A==}
635
699
cpu: [arm64]
636
700
os: [win32]
637
701
638
638
-
'@rollup/rollup-win32-ia32-msvc@4.27.3':
639
639
-
resolution: {integrity: sha512-ecE36ZBMLINqiTtSNQ1vzWc5pXLQHlf/oqGp/bSbi7iedcjcNb6QbCBNG73Euyy2C+l/fn8qKWEwxr+0SSfs3w==}
702
702
+
'@rollup/rollup-win32-ia32-msvc@4.28.1':
703
703
+
resolution: {integrity: sha512-ZkyTJ/9vkgrE/Rk9vhMXhf8l9D+eAhbAVbsGsXKy2ohmJaWg0LPQLnIxRdRp/bKyr8tXuPlXhIoGlEB5XpJnGA==}
640
704
cpu: [ia32]
641
705
os: [win32]
642
706
643
643
-
'@rollup/rollup-win32-x64-msvc@4.27.3':
644
644
-
resolution: {integrity: sha512-vliZLrDmYKyaUoMzEbMTg2JkerfBjn03KmAw9CykO0Zzkzoyd7o3iZNam/TpyWNjNT+Cz2iO3P9Smv2wgrR+Eg==}
707
707
+
'@rollup/rollup-win32-x64-msvc@4.28.1':
708
708
+
resolution: {integrity: sha512-ZvK2jBafvttJjoIdKm/Q/Bh7IJ1Ose9IBOwpOXcOvW3ikGTQGmKDgxTC6oCAzW6PynbkKP8+um1du81XJHZ0JA==}
645
709
cpu: [x64]
646
710
os: [win32]
647
711
648
648
-
'@shikijs/core@1.23.1':
649
649
-
resolution: {integrity: sha512-NuOVgwcHgVC6jBVH5V7iblziw6iQbWWHrj5IlZI3Fqu2yx9awH7OIQkXIcsHsUmY19ckwSgUMgrqExEyP5A0TA==}
712
712
+
'@shikijs/core@1.24.0':
713
713
+
resolution: {integrity: sha512-6pvdH0KoahMzr6689yh0QJ3rCgF4j1XsXRHNEeEN6M4xJTfQ6QPWrmHzIddotg+xPJUPEPzYzYCKzpYyhTI6Gw==}
650
714
651
651
-
'@shikijs/engine-javascript@1.23.1':
652
652
-
resolution: {integrity: sha512-i/LdEwT5k3FVu07SiApRFwRcSJs5QM9+tod5vYCPig1Ywi8GR30zcujbxGQFJHwYD7A5BUqagi8o5KS+LEVgBg==}
715
715
+
'@shikijs/engine-javascript@1.24.0':
716
716
+
resolution: {integrity: sha512-ZA6sCeSsF3Mnlxxr+4wGEJ9Tto4RHmfIS7ox8KIAbH0MTVUkw3roHPHZN+LlJMOHJJOVupe6tvuAzRpN8qK1vA==}
653
717
654
654
-
'@shikijs/engine-oniguruma@1.23.1':
655
655
-
resolution: {integrity: sha512-KQ+lgeJJ5m2ISbUZudLR1qHeH3MnSs2mjFg7bnencgs5jDVPeJ2NVDJ3N5ZHbcTsOIh0qIueyAJnwg7lg7kwXQ==}
718
718
+
'@shikijs/engine-oniguruma@1.24.0':
719
719
+
resolution: {integrity: sha512-Eua0qNOL73Y82lGA4GF5P+G2+VXX9XnuUxkiUuwcxQPH4wom+tE39kZpBFXfUuwNYxHSkrSxpB1p4kyRW0moSg==}
656
720
657
657
-
'@shikijs/types@1.23.1':
658
658
-
resolution: {integrity: sha512-98A5hGyEhzzAgQh2dAeHKrWW4HfCMeoFER2z16p5eJ+vmPeF6lZ/elEne6/UCU551F/WqkopqRsr1l2Yu6+A0g==}
721
721
+
'@shikijs/types@1.24.0':
722
722
+
resolution: {integrity: sha512-aptbEuq1Pk88DMlCe+FzXNnBZ17LCiLIGWAeCWhoFDzia5Q5Krx3DgnULLiouSdd6+LUM39XwXGppqYE0Ghtug==}
659
723
660
724
'@shikijs/vscode-textmate@9.3.0':
661
725
resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==}
···
667
731
'@types/acorn@4.0.6':
668
732
resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==}
669
733
670
670
-
'@types/babel__core@7.20.5':
671
671
-
resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
672
672
-
673
673
-
'@types/babel__generator@7.6.8':
674
674
-
resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==}
675
675
-
676
676
-
'@types/babel__template@7.4.4':
677
677
-
resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
678
678
-
679
679
-
'@types/babel__traverse@7.20.6':
680
680
-
resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==}
681
681
-
682
734
'@types/cookie@0.6.0':
683
735
resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
684
736
···
718
770
'@types/node@17.0.45':
719
771
resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
720
772
721
721
-
'@types/node@22.9.1':
722
722
-
resolution: {integrity: sha512-p8Yy/8sw1caA8CdRIQBG5tiLHmxtQKObCijiAa9Ez+d4+PRffM4054xbju0msf+cvhJpnFEeNjxmVT/0ipktrg==}
773
773
+
'@types/node@22.10.1':
774
774
+
resolution: {integrity: sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==}
723
775
724
776
'@types/sanitize-html@2.13.0':
725
777
resolution: {integrity: sha512-X31WxbvW9TjIhZZNyNBZ/p5ax4ti7qsNDBDEnH4zAgmEh35YnFD1UiS6z9Cd34kKm0LslFW0KPmTQzu/oGtsqQ==}
···
762
814
'@volar/typescript@2.4.10':
763
815
resolution: {integrity: sha512-F8ZtBMhSXyYKuBfGpYwqA5rsONnOwAVvjyE7KPYJ7wgZqo2roASqNWUnianOomJX5u1cxeRooHV59N0PhvEOgw==}
764
816
765
765
-
'@vscode/emmet-helper@2.10.0':
766
766
-
resolution: {integrity: sha512-UHw1EQRgLbSYkyB73/7wR/IzV6zTBnbzEHuuU4Z6b95HKf2lmeTdGwBIwspWBSRrnIA1TI2x2tetBym6ErA7Gw==}
817
817
+
'@vscode/emmet-helper@2.11.0':
818
818
+
resolution: {integrity: sha512-QLxjQR3imPZPQltfbWRnHU6JecWTF1QSWhx3GAKQpslx7y3Dp6sIIXhKjiUJ/BR9FX8PVthjr9PD6pNwOJfAzw==}
767
819
768
820
'@vscode/l10n@0.0.18':
769
821
resolution: {integrity: sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==}
···
824
876
resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==}
825
877
hasBin: true
826
878
827
827
-
astro-icon@1.1.2:
828
828
-
resolution: {integrity: sha512-2qAHBtZLYuFEIMP0Ck0edyLi5fQmJjwP2Qbv41f8L4KAJ2sra/dH7q5lCOn4q0DHVtS0w3tPG8UKQRits3UPcg==}
879
879
+
astro-icon@1.1.4:
880
880
+
resolution: {integrity: sha512-sMLkQaevIQLv38WBzb/RDbsmxhg5+X+KcNmpTi9cE6MLurNWU1MPnlO87d9Vwg4HxTenKpDlYp81A3syXFW/gw==}
829
881
830
830
-
astro@4.16.13:
831
831
-
resolution: {integrity: sha512-Mtd76+BC0zLWqoXpf9xc731AhdH4MNh5JFHYdLRvSH0Nqn48hA64dPGh/cWsJvh/DZFmC0NTZusM1Qq2gyNaVg==}
832
832
-
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
882
882
+
astro@5.0.3:
883
883
+
resolution: {integrity: sha512-qpeN+POmmfAQu/XDXaI2CxkUgQFwH9uMUVaA1reV9rybzIbOVYc3E3BU5SkiP/W4BMUFPdJtyw6+/n/0AUv6rw==}
884
884
+
engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
833
885
hasBin: true
834
886
835
887
asynckit@0.4.0:
836
888
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
837
889
838
838
-
axios@1.7.7:
839
839
-
resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==}
890
890
+
axios@1.7.9:
891
891
+
resolution: {integrity: sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==}
840
892
841
893
axobject-query@4.1.0:
842
894
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
···
859
911
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
860
912
engines: {node: '>=8'}
861
913
862
862
-
browserslist@4.24.2:
863
863
-
resolution: {integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==}
864
864
-
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
865
865
-
hasBin: true
866
866
-
867
914
buffer-crc32@0.2.13:
868
915
resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==}
869
916
···
875
922
resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==}
876
923
engines: {node: '>=16'}
877
924
878
878
-
caniuse-lite@1.0.30001680:
879
879
-
resolution: {integrity: sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA==}
880
880
-
881
925
ccount@2.0.1:
882
926
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
883
927
···
919
963
cli-boxes@3.0.0:
920
964
resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==}
921
965
engines: {node: '>=10'}
922
922
-
923
923
-
cli-cursor@5.0.0:
924
924
-
resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
925
925
-
engines: {node: '>=18'}
926
926
-
927
927
-
cli-spinners@2.9.2:
928
928
-
resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
929
929
-
engines: {node: '>=6'}
930
966
931
967
cliui@6.0.0:
932
968
resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==}
···
973
1009
confbox@0.1.8:
974
1010
resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
975
1011
976
976
-
convert-source-map@2.0.0:
977
977
-
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
978
978
-
979
1012
cookie@0.7.2:
980
1013
resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
981
1014
engines: {node: '>= 0.6'}
···
1009
1042
resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==}
1010
1043
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
1011
1044
1012
1012
-
debug@4.3.7:
1013
1013
-
resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==}
1045
1045
+
debug@4.4.0:
1046
1046
+
resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
1014
1047
engines: {node: '>=6.0'}
1015
1048
peerDependencies:
1016
1049
supports-color: '*'
···
1074
1107
dset@3.1.4:
1075
1108
resolution: {integrity: sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==}
1076
1109
engines: {node: '>=4'}
1077
1077
-
1078
1078
-
electron-to-chromium@1.5.63:
1079
1079
-
resolution: {integrity: sha512-ddeXKuY9BHo/mw145axlyWjlJ1UBt4WK3AlvkT7W2AbqfRQoacVoRUCF6wL3uIx/8wT9oLKXzI+rFqHHscByaA==}
1080
1110
1081
1111
emmet@2.4.11:
1082
1112
resolution: {integrity: sha512-23QPJB3moh/U9sT4rQzGgeyyGIrcM+GH5uVYg2C6wZIxAIJq7Ng3QLT79tl8FUwDXhyq9SusfknOrofAKqvgyQ==}
···
1114
1144
engines: {node: '>=12'}
1115
1145
hasBin: true
1116
1146
1147
1147
+
esbuild@0.24.0:
1148
1148
+
resolution: {integrity: sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==}
1149
1149
+
engines: {node: '>=18'}
1150
1150
+
hasBin: true
1151
1151
+
1117
1152
escalade@3.2.0:
1118
1153
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
1119
1154
engines: {node: '>=6'}
···
1157
1192
1158
1193
eventemitter3@5.0.1:
1159
1194
resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==}
1160
1160
-
1161
1161
-
extend-shallow@2.0.1:
1162
1162
-
resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==}
1163
1163
-
engines: {node: '>=0.10.0'}
1164
1195
1165
1196
extend@3.0.2:
1166
1197
resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
···
1231
1262
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1232
1263
os: [darwin]
1233
1264
1234
1234
-
gensync@1.0.0-beta.2:
1235
1235
-
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
1236
1236
-
engines: {node: '>=6.9.0'}
1237
1237
-
1238
1265
get-caller-file@2.0.5:
1239
1266
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
1240
1267
engines: {node: 6.* || 8.* || >= 10.*}
···
1258
1285
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1259
1286
engines: {node: '>= 6'}
1260
1287
1261
1261
-
globals@11.12.0:
1262
1262
-
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
1263
1263
-
engines: {node: '>=4'}
1264
1264
-
1265
1288
graceful-fs@4.2.11:
1266
1289
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
1267
1267
-
1268
1268
-
gray-matter@4.0.3:
1269
1269
-
resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==}
1270
1270
-
engines: {node: '>=6.0'}
1271
1290
1272
1291
hast-util-from-html@2.0.3:
1273
1292
resolution: {integrity: sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==}
···
1350
1369
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1351
1370
hasBin: true
1352
1371
1353
1353
-
is-extendable@0.1.1:
1354
1354
-
resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==}
1355
1355
-
engines: {node: '>=0.10.0'}
1356
1356
-
1357
1372
is-extglob@2.1.1:
1358
1373
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1359
1374
engines: {node: '>=0.10.0'}
···
1378
1393
engines: {node: '>=14.16'}
1379
1394
hasBin: true
1380
1395
1381
1381
-
is-interactive@2.0.0:
1382
1382
-
resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==}
1383
1383
-
engines: {node: '>=12'}
1384
1384
-
1385
1396
is-number@7.0.0:
1386
1397
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1387
1398
engines: {node: '>=0.12.0'}
···
1394
1405
resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==}
1395
1406
engines: {node: '>=0.10.0'}
1396
1407
1397
1397
-
is-unicode-supported@1.3.0:
1398
1398
-
resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==}
1399
1399
-
engines: {node: '>=12'}
1400
1400
-
1401
1401
-
is-unicode-supported@2.1.0:
1402
1402
-
resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
1403
1403
-
engines: {node: '>=18'}
1404
1404
-
1405
1408
is-wsl@3.1.0:
1406
1409
resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==}
1407
1410
engines: {node: '>=16'}
1408
1411
1409
1409
-
js-tokens@4.0.0:
1410
1410
-
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1411
1411
-
1412
1412
js-yaml@3.14.1:
1413
1413
resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==}
1414
1414
hasBin: true
···
1417
1417
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
1418
1418
hasBin: true
1419
1419
1420
1420
-
jsesc@3.0.2:
1421
1421
-
resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==}
1422
1422
-
engines: {node: '>=6'}
1423
1423
-
hasBin: true
1424
1424
-
1425
1420
json-schema-traverse@1.0.0:
1426
1421
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
1427
1422
1428
1428
-
json5@2.2.3:
1429
1429
-
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1430
1430
-
engines: {node: '>=6'}
1431
1431
-
hasBin: true
1432
1432
-
1433
1423
jsonc-parser@2.3.1:
1434
1424
resolution: {integrity: sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==}
1435
1425
1436
1426
jsonc-parser@3.3.1:
1437
1427
resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==}
1438
1438
-
1439
1439
-
kind-of@6.0.3:
1440
1440
-
resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
1441
1441
-
engines: {node: '>=0.10.0'}
1442
1428
1443
1429
kleur@3.0.3:
1444
1430
resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==}
···
1469
1455
lodash@4.17.21:
1470
1456
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
1471
1457
1472
1472
-
log-symbols@6.0.0:
1473
1473
-
resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==}
1474
1474
-
engines: {node: '>=18'}
1475
1475
-
1476
1458
longest-streak@3.1.0:
1477
1459
resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
1478
1460
1479
1479
-
lru-cache@5.1.1:
1480
1480
-
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1481
1481
-
1482
1482
-
magic-string@0.30.13:
1483
1483
-
resolution: {integrity: sha512-8rYBO+MsWkgjDSOvLomYnzhdwEG51olQ4zL5KXnNJWV5MNmrb4rTZdrtkhxjnD/QyZUqR/Z/XDsUs/4ej2nx0g==}
1461
1461
+
magic-string@0.30.14:
1462
1462
+
resolution: {integrity: sha512-5c99P1WKTed11ZC0HMJOj6CDIue6F8ySu+bJL+85q1zBEIY8IklrJ1eiKC2NDRh3Ct3FcvmJPyQHb9erXMTJNw==}
1484
1463
1485
1464
magicast@0.3.5:
1486
1465
resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==}
···
1677
1656
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
1678
1657
engines: {node: '>= 0.6'}
1679
1658
1680
1680
-
mimic-function@5.0.1:
1681
1681
-
resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
1682
1682
-
engines: {node: '>=18'}
1683
1683
-
1684
1659
minipass@3.3.6:
1685
1660
resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
1686
1661
engines: {node: '>=8'}
···
1715
1690
muggle-string@0.4.1:
1716
1691
resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==}
1717
1692
1718
1718
-
nanoid@3.3.7:
1719
1719
-
resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
1693
1693
+
nanoid@3.3.8:
1694
1694
+
resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==}
1720
1695
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1721
1696
hasBin: true
1722
1697
···
1726
1701
1727
1702
nlcst-to-string@4.0.0:
1728
1703
resolution: {integrity: sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==}
1729
1729
-
1730
1730
-
node-releases@2.0.18:
1731
1731
-
resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==}
1732
1704
1733
1705
nth-check@2.1.1:
1734
1706
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
···
1736
1708
once@1.4.0:
1737
1709
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
1738
1710
1739
1739
-
onetime@7.0.0:
1740
1740
-
resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
1741
1741
-
engines: {node: '>=18'}
1742
1742
-
1743
1743
-
oniguruma-to-es@0.4.1:
1744
1744
-
resolution: {integrity: sha512-rNcEohFz095QKGRovP/yqPIKc+nP+Sjs4YTHMv33nMePGKrq/r2eu9Yh4646M5XluGJsUnmwoXuiXE69KDs+fQ==}
1745
1745
-
1746
1746
-
ora@8.1.1:
1747
1747
-
resolution: {integrity: sha512-YWielGi1XzG1UTvOaCFaNgEnuhZVMSHYkW/FQ7UX8O26PtlpdM84c0f7wLPlkvx2RfiQmnzd61d/MGxmpQeJPw==}
1748
1748
-
engines: {node: '>=18'}
1711
1711
+
oniguruma-to-es@0.7.0:
1712
1712
+
resolution: {integrity: sha512-HRaRh09cE0gRS3+wi2zxekB+I5L8C/gN60S+vb11eADHUaB/q4u8wGGOX3GvwvitG8ixaeycZfeoyruKQzUgNg==}
1749
1713
1750
1714
p-limit@2.3.0:
1751
1715
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
···
1771
1735
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
1772
1736
engines: {node: '>=6'}
1773
1737
1774
1774
-
package-manager-detector@0.2.4:
1775
1775
-
resolution: {integrity: sha512-H/OUu9/zUfP89z1APcBf2X8Us0tt8dUK4lUmKqz12QNXif3DxAs1/YqjGtcutZi1zQqeNQRWr9C+EbQnnvSSFA==}
1738
1738
+
package-manager-detector@0.2.7:
1739
1739
+
resolution: {integrity: sha512-g4+387DXDKlZzHkP+9FLt8yKj8+/3tOkPv7DVTJGGRm00RkEWgqbFstX1mXJ4M0VDYhUqsTOiISqNOJnhAu3PQ==}
1776
1740
1777
1741
parse-entities@4.0.1:
1778
1742
resolution: {integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==}
···
1844
1808
engines: {node: '>=10.13.0'}
1845
1809
hasBin: true
1846
1810
1847
1847
-
prettier@3.3.3:
1848
1848
-
resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==}
1811
1811
+
prettier@3.4.2:
1812
1812
+
resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==}
1849
1813
engines: {node: '>=14'}
1850
1814
hasBin: true
1851
1815
···
1889
1853
recma-stringify@1.0.0:
1890
1854
resolution: {integrity: sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==}
1891
1855
1892
1892
-
regex-recursion@4.2.1:
1893
1893
-
resolution: {integrity: sha512-QHNZyZAeKdndD1G3bKAbBEKOSSK4KOHQrAJ01N1LJeb0SoH4DJIeFhp0uUpETgONifS4+P3sOgoA1dhzgrQvhA==}
1856
1856
+
regex-recursion@4.3.0:
1857
1857
+
resolution: {integrity: sha512-5LcLnizwjcQ2ALfOj95MjcatxyqF5RPySx9yT+PaXu3Gox2vyAtLDjHB8NTJLtMGkvyau6nI3CfpwFCjPUIs/A==}
1894
1858
1895
1859
regex-utilities@2.3.0:
1896
1860
resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==}
···
1949
1913
require-main-filename@2.0.0:
1950
1914
resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==}
1951
1915
1952
1952
-
restore-cursor@5.1.0:
1953
1953
-
resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
1954
1954
-
engines: {node: '>=18'}
1955
1955
-
1956
1916
retext-latin@4.0.0:
1957
1917
resolution: {integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==}
1958
1918
···
1969
1929
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
1970
1930
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
1971
1931
1972
1972
-
rollup@4.27.3:
1973
1973
-
resolution: {integrity: sha512-SLsCOnlmGt9VoZ9Ek8yBK8tAdmPHeppkw+Xa7yDlCEhDTvwYei03JlWo1fdc7YTfLZ4tD8riJCUyAgTbszk1fQ==}
1932
1932
+
rollup@4.28.1:
1933
1933
+
resolution: {integrity: sha512-61fXYl/qNVinKmGSTHAZ6Yy8I3YIJC/r2m9feHo6SwVAVcLT5MPwOUFe7EuURA/4m0NR8lXG4BBXuo/IZEsjMg==}
1974
1934
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1975
1935
hasBin: true
1976
1936
···
1992
1952
sax@1.4.1:
1993
1953
resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
1994
1954
1995
1995
-
section-matter@1.0.0:
1996
1996
-
resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==}
1997
1997
-
engines: {node: '>=4'}
1998
1998
-
1999
1999
-
semver@6.3.1:
2000
2000
-
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
2001
2001
-
hasBin: true
2002
2002
-
2003
1955
semver@7.6.3:
2004
1956
resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
2005
1957
engines: {node: '>=10'}
···
2012
1964
resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==}
2013
1965
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
2014
1966
2015
2015
-
shiki@1.23.1:
2016
2016
-
resolution: {integrity: sha512-8kxV9TH4pXgdKGxNOkrSMydn1Xf6It8lsle0fiqxf7a1149K1WGtdOu3Zb91T5r1JpvRPxqxU3C2XdZZXQnrig==}
2017
2017
-
2018
2018
-
signal-exit@4.1.0:
2019
2019
-
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
2020
2020
-
engines: {node: '>=14'}
1967
1967
+
shiki@1.24.0:
1968
1968
+
resolution: {integrity: sha512-qIneep7QRwxRd5oiHb8jaRzH15V/S8F3saCXOdjwRLgozZJr5x2yeBhQtqkO3FSzQDwYEFAYuifg4oHjpDghrg==}
2021
1969
2022
1970
simple-swizzle@0.2.2:
2023
1971
resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
···
2048
1996
sprintf-js@1.0.3:
2049
1997
resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
2050
1998
2051
2051
-
stdin-discarder@0.2.2:
2052
2052
-
resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==}
2053
2053
-
engines: {node: '>=18'}
2054
2054
-
2055
1999
stream-replace-string@2.0.0:
2056
2000
resolution: {integrity: sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==}
2057
2001
···
2082
2026
resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
2083
2027
engines: {node: '>=12'}
2084
2028
2085
2085
-
strip-bom-string@1.0.0:
2086
2086
-
resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==}
2087
2087
-
engines: {node: '>=0.10.0'}
2088
2088
-
2089
2029
strip-bom@3.0.0:
2090
2030
resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
2091
2031
engines: {node: '>=4'}
···
2141
2081
tslib@2.8.1:
2142
2082
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
2143
2083
2144
2144
-
type-fest@4.27.0:
2145
2145
-
resolution: {integrity: sha512-3IMSWgP7C5KSQqmo1wjhKrwsvXAtF33jO3QY+Uy++ia7hqvgSK6iXbbg5PbDBc1P2ZbNEDgejOrN4YooXvhwCw==}
2084
2084
+
type-fest@4.30.0:
2085
2085
+
resolution: {integrity: sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==}
2146
2086
engines: {node: '>=16'}
2147
2087
2148
2088
typesafe-path@0.2.2:
···
2151
2091
typescript-auto-import-cache@0.3.5:
2152
2092
resolution: {integrity: sha512-fAIveQKsoYj55CozUiBoj4b/7WpN0i4o74wiGY5JVUEoD0XiqDk1tJqTEjgzL2/AizKQrXxyRosSebyDzBZKjw==}
2153
2093
2154
2154
-
typescript@5.6.3:
2155
2155
-
resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==}
2094
2094
+
typescript@5.7.2:
2095
2095
+
resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==}
2156
2096
engines: {node: '>=14.17'}
2157
2097
hasBin: true
2158
2098
···
2162
2102
ufo@1.5.4:
2163
2103
resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==}
2164
2104
2165
2165
-
undici-types@6.19.8:
2166
2166
-
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
2105
2105
+
ultrahtml@1.5.3:
2106
2106
+
resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==}
2107
2107
+
2108
2108
+
undici-types@6.20.0:
2109
2109
+
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
2167
2110
2168
2111
undici@6.21.0:
2169
2112
resolution: {integrity: sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==}
···
2202
2145
unist-util-visit@5.0.0:
2203
2146
resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==}
2204
2147
2205
2205
-
update-browserslist-db@1.1.1:
2206
2206
-
resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==}
2207
2207
-
hasBin: true
2208
2208
-
peerDependencies:
2209
2209
-
browserslist: '>= 4.21.0'
2210
2210
-
2211
2148
vfile-location@5.0.3:
2212
2149
resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==}
2213
2150
···
2217
2154
vfile@6.0.3:
2218
2155
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
2219
2156
2220
2220
-
vite@5.4.11:
2221
2221
-
resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==}
2222
2222
-
engines: {node: ^18.0.0 || >=20.0.0}
2157
2157
+
vite@6.0.3:
2158
2158
+
resolution: {integrity: sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==}
2159
2159
+
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
2223
2160
hasBin: true
2224
2161
peerDependencies:
2225
2225
-
'@types/node': ^18.0.0 || >=20.0.0
2162
2162
+
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
2163
2163
+
jiti: '>=1.21.0'
2226
2164
less: '*'
2227
2165
lightningcss: ^1.21.0
2228
2166
sass: '*'
2229
2167
sass-embedded: '*'
2230
2168
stylus: '*'
2231
2169
sugarss: '*'
2232
2232
-
terser: ^5.4.0
2170
2170
+
terser: ^5.16.0
2171
2171
+
tsx: ^4.8.1
2172
2172
+
yaml: ^2.4.2
2233
2173
peerDependenciesMeta:
2234
2174
'@types/node':
2235
2175
optional: true
2176
2176
+
jiti:
2177
2177
+
optional: true
2236
2178
less:
2237
2179
optional: true
2238
2180
lightningcss:
···
2247
2189
optional: true
2248
2190
terser:
2249
2191
optional: true
2192
2192
+
tsx:
2193
2193
+
optional: true
2194
2194
+
yaml:
2195
2195
+
optional: true
2250
2196
2251
2251
-
vitefu@1.0.3:
2252
2252
-
resolution: {integrity: sha512-iKKfOMBHob2WxEJbqbJjHAkmYgvFDPhuqrO82om83S8RLk+17FtyMBfcyeH8GqD0ihShtkMW/zzJgiA51hCNCQ==}
2197
2197
+
vitefu@1.0.4:
2198
2198
+
resolution: {integrity: sha512-y6zEE3PQf6uu/Mt6DTJ9ih+kyJLr4XcSgHR2zUkM8SWDhuixEJxfJ6CZGMHh1Ec3vPLoEA0IHU5oWzVqw8ulow==}
2253
2199
peerDependencies:
2254
2254
-
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0-beta.0
2200
2200
+
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0
2255
2201
peerDependenciesMeta:
2256
2202
vite:
2257
2203
optional: true
···
2315
2261
'@volar/language-service':
2316
2262
optional: true
2317
2263
2318
2318
-
vscode-css-languageservice@6.3.1:
2319
2319
-
resolution: {integrity: sha512-1BzTBuJfwMc3A0uX4JBdJgoxp74cjj4q2mDJdp49yD/GuAq4X0k5WtK6fNcMYr+FfJ9nqgR6lpfCSZDkARJ5qQ==}
2264
2264
+
vscode-css-languageservice@6.3.2:
2265
2265
+
resolution: {integrity: sha512-GEpPxrUTAeXWdZWHev1OJU9lz2Q2/PPBxQ2TIRmLGvQiH3WZbqaNoute0n0ewxlgtjzTW3AKZT+NHySk5Rf4Eg==}
2320
2266
2321
2267
vscode-html-languageservice@5.3.1:
2322
2268
resolution: {integrity: sha512-ysUh4hFeW/WOWz/TO9gm08xigiSsV/FOAZ+DolgJfeLftna54YdmZ4A+lIn46RbdO3/Qv5QHTn1ZGqmrXQhZyA==}
···
2413
2359
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
2414
2360
engines: {node: '>=10'}
2415
2361
2416
2416
-
yallist@3.1.1:
2417
2417
-
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
2418
2418
-
2419
2362
yallist@4.0.0:
2420
2363
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
2421
2364
···
2455
2398
resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==}
2456
2399
engines: {node: '>=12.20'}
2457
2400
2401
2401
+
yocto-spinner@0.1.1:
2402
2402
+
resolution: {integrity: sha512-vb6yztJdmbX9BwiR2NlKim7roGM5xFFhiTO6UstNiKBnh8NT6uFNjpXYC6DWTnLgRRyHh2nDNEM8kLHSRLw4kg==}
2403
2403
+
engines: {node: '>=18.19'}
2404
2404
+
2405
2405
+
yoctocolors@2.1.1:
2406
2406
+
resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==}
2407
2407
+
engines: {node: '>=18'}
2408
2408
+
2458
2409
zod-to-json-schema@3.23.5:
2459
2410
resolution: {integrity: sha512-5wlSS0bXfF/BrL4jPAbz9da5hDlDptdEppYfe+x4eIJ7jioqKG9uUxOwPzqof09u/XeVdrgFu29lZi+8XNDJtA==}
2460
2411
peerDependencies:
···
2474
2425
2475
2426
snapshots:
2476
2427
2477
2477
-
'@ampproject/remapping@2.3.0':
2478
2478
-
dependencies:
2479
2479
-
'@jridgewell/gen-mapping': 0.3.5
2480
2480
-
'@jridgewell/trace-mapping': 0.3.25
2481
2481
-
2482
2428
'@antfu/install-pkg@0.4.1':
2483
2429
dependencies:
2484
2484
-
package-manager-detector: 0.2.4
2430
2430
+
package-manager-detector: 0.2.7
2485
2431
tinyexec: 0.3.1
2486
2432
2487
2433
'@antfu/utils@0.7.10': {}
2488
2434
2489
2489
-
'@astrojs/check@0.9.4(prettier-plugin-astro@0.14.1)(prettier@3.3.3)(typescript@5.6.3)':
2435
2435
+
'@astrojs/check@0.9.4(prettier-plugin-astro@0.14.1)(prettier@3.4.2)(typescript@5.7.2)':
2490
2436
dependencies:
2491
2491
-
'@astrojs/language-server': 2.15.4(prettier-plugin-astro@0.14.1)(prettier@3.3.3)(typescript@5.6.3)
2437
2437
+
'@astrojs/language-server': 2.15.4(prettier-plugin-astro@0.14.1)(prettier@3.4.2)(typescript@5.7.2)
2492
2438
chokidar: 4.0.1
2493
2439
kleur: 4.1.5
2494
2494
-
typescript: 5.6.3
2440
2440
+
typescript: 5.7.2
2495
2441
yargs: 17.7.2
2496
2442
transitivePeerDependencies:
2497
2443
- prettier
···
2499
2445
2500
2446
'@astrojs/compiler@2.10.3': {}
2501
2447
2502
2502
-
'@astrojs/internal-helpers@0.4.1': {}
2448
2448
+
'@astrojs/internal-helpers@0.4.2': {}
2503
2449
2504
2504
-
'@astrojs/language-server@2.15.4(prettier-plugin-astro@0.14.1)(prettier@3.3.3)(typescript@5.6.3)':
2450
2450
+
'@astrojs/language-server@2.15.4(prettier-plugin-astro@0.14.1)(prettier@3.4.2)(typescript@5.7.2)':
2505
2451
dependencies:
2506
2452
'@astrojs/compiler': 2.10.3
2507
2453
'@astrojs/yaml2ts': 0.2.2
2508
2454
'@jridgewell/sourcemap-codec': 1.5.0
2509
2509
-
'@volar/kit': 2.4.10(typescript@5.6.3)
2455
2455
+
'@volar/kit': 2.4.10(typescript@5.7.2)
2510
2456
'@volar/language-core': 2.4.10
2511
2457
'@volar/language-server': 2.4.10
2512
2458
'@volar/language-service': 2.4.10
···
2515
2461
volar-service-css: 0.0.62(@volar/language-service@2.4.10)
2516
2462
volar-service-emmet: 0.0.62(@volar/language-service@2.4.10)
2517
2463
volar-service-html: 0.0.62(@volar/language-service@2.4.10)
2518
2518
-
volar-service-prettier: 0.0.62(@volar/language-service@2.4.10)(prettier@3.3.3)
2464
2464
+
volar-service-prettier: 0.0.62(@volar/language-service@2.4.10)(prettier@3.4.2)
2519
2465
volar-service-typescript: 0.0.62(@volar/language-service@2.4.10)
2520
2466
volar-service-typescript-twoslash-queries: 0.0.62(@volar/language-service@2.4.10)
2521
2467
volar-service-yaml: 0.0.62(@volar/language-service@2.4.10)
2522
2468
vscode-html-languageservice: 5.3.1
2523
2469
vscode-uri: 3.0.8
2524
2470
optionalDependencies:
2525
2525
-
prettier: 3.3.3
2471
2471
+
prettier: 3.4.2
2526
2472
prettier-plugin-astro: 0.14.1
2527
2473
transitivePeerDependencies:
2528
2474
- typescript
2529
2475
2530
2530
-
'@astrojs/markdown-remark@5.3.0':
2476
2476
+
'@astrojs/markdown-remark@6.0.0':
2531
2477
dependencies:
2532
2532
-
'@astrojs/prism': 3.1.0
2478
2478
+
'@astrojs/prism': 3.2.0
2533
2479
github-slugger: 2.0.0
2534
2480
hast-util-from-html: 2.0.3
2535
2481
hast-util-to-text: 4.0.2
2536
2482
import-meta-resolve: 4.1.0
2483
2483
+
js-yaml: 4.1.0
2537
2484
mdast-util-definitions: 6.0.0
2538
2485
rehype-raw: 7.0.0
2539
2486
rehype-stringify: 10.0.1
···
2541
2488
remark-parse: 11.0.0
2542
2489
remark-rehype: 11.1.1
2543
2490
remark-smartypants: 3.0.2
2544
2544
-
shiki: 1.23.1
2491
2491
+
shiki: 1.24.0
2545
2492
unified: 11.0.5
2546
2493
unist-util-remove-position: 5.0.0
2547
2494
unist-util-visit: 5.0.0
···
2550
2497
transitivePeerDependencies:
2551
2498
- supports-color
2552
2499
2553
2553
-
'@astrojs/mdx@3.1.9(astro@4.16.13(@types/node@22.9.1)(rollup@4.27.3)(typescript@5.6.3))':
2500
2500
+
'@astrojs/mdx@4.0.1(astro@5.0.3(@types/node@22.10.1)(rollup@4.28.1)(typescript@5.7.2)(yaml@2.6.1))':
2554
2501
dependencies:
2555
2555
-
'@astrojs/markdown-remark': 5.3.0
2502
2502
+
'@astrojs/markdown-remark': 6.0.0
2556
2503
'@mdx-js/mdx': 3.1.0(acorn@8.14.0)
2557
2504
acorn: 8.14.0
2558
2558
-
astro: 4.16.13(@types/node@22.9.1)(rollup@4.27.3)(typescript@5.6.3)
2505
2505
+
astro: 5.0.3(@types/node@22.10.1)(rollup@4.28.1)(typescript@5.7.2)(yaml@2.6.1)
2559
2506
es-module-lexer: 1.5.4
2560
2507
estree-util-visit: 2.0.0
2561
2561
-
gray-matter: 4.0.3
2562
2508
hast-util-to-html: 9.0.3
2563
2509
kleur: 4.1.5
2564
2510
rehype-raw: 7.0.0
···
2570
2516
transitivePeerDependencies:
2571
2517
- supports-color
2572
2518
2573
2573
-
'@astrojs/prism@3.1.0':
2519
2519
+
'@astrojs/prism@3.2.0':
2574
2520
dependencies:
2575
2521
prismjs: 1.29.0
2576
2522
2577
2577
-
'@astrojs/rss@4.0.9':
2523
2523
+
'@astrojs/rss@4.0.10':
2578
2524
dependencies:
2579
2525
fast-xml-parser: 4.5.0
2580
2526
kleur: 4.1.5
···
2585
2531
stream-replace-string: 2.0.0
2586
2532
zod: 3.23.8
2587
2533
2588
2588
-
'@astrojs/telemetry@3.1.0':
2534
2534
+
'@astrojs/telemetry@3.2.0':
2589
2535
dependencies:
2590
2536
ci-info: 4.1.0
2591
2591
-
debug: 4.3.7
2537
2537
+
debug: 4.4.0
2592
2538
dlv: 1.1.3
2593
2539
dset: 3.1.4
2594
2540
is-docker: 3.0.0
···
2601
2547
dependencies:
2602
2548
yaml: 2.6.1
2603
2549
2604
2604
-
'@babel/code-frame@7.26.2':
2605
2605
-
dependencies:
2606
2606
-
'@babel/helper-validator-identifier': 7.25.9
2607
2607
-
js-tokens: 4.0.0
2608
2608
-
picocolors: 1.1.1
2609
2609
-
2610
2610
-
'@babel/compat-data@7.26.2': {}
2611
2611
-
2612
2612
-
'@babel/core@7.26.0':
2613
2613
-
dependencies:
2614
2614
-
'@ampproject/remapping': 2.3.0
2615
2615
-
'@babel/code-frame': 7.26.2
2616
2616
-
'@babel/generator': 7.26.2
2617
2617
-
'@babel/helper-compilation-targets': 7.25.9
2618
2618
-
'@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
2619
2619
-
'@babel/helpers': 7.26.0
2620
2620
-
'@babel/parser': 7.26.2
2621
2621
-
'@babel/template': 7.25.9
2622
2622
-
'@babel/traverse': 7.25.9
2623
2623
-
'@babel/types': 7.26.0
2624
2624
-
convert-source-map: 2.0.0
2625
2625
-
debug: 4.3.7
2626
2626
-
gensync: 1.0.0-beta.2
2627
2627
-
json5: 2.2.3
2628
2628
-
semver: 6.3.1
2629
2629
-
transitivePeerDependencies:
2630
2630
-
- supports-color
2631
2631
-
2632
2632
-
'@babel/generator@7.26.2':
2633
2633
-
dependencies:
2634
2634
-
'@babel/parser': 7.26.2
2635
2635
-
'@babel/types': 7.26.0
2636
2636
-
'@jridgewell/gen-mapping': 0.3.5
2637
2637
-
'@jridgewell/trace-mapping': 0.3.25
2638
2638
-
jsesc: 3.0.2
2639
2639
-
2640
2640
-
'@babel/helper-annotate-as-pure@7.25.9':
2641
2641
-
dependencies:
2642
2642
-
'@babel/types': 7.26.0
2643
2643
-
2644
2644
-
'@babel/helper-compilation-targets@7.25.9':
2645
2645
-
dependencies:
2646
2646
-
'@babel/compat-data': 7.26.2
2647
2647
-
'@babel/helper-validator-option': 7.25.9
2648
2648
-
browserslist: 4.24.2
2649
2649
-
lru-cache: 5.1.1
2650
2650
-
semver: 6.3.1
2651
2651
-
2652
2652
-
'@babel/helper-module-imports@7.25.9':
2653
2653
-
dependencies:
2654
2654
-
'@babel/traverse': 7.25.9
2655
2655
-
'@babel/types': 7.26.0
2656
2656
-
transitivePeerDependencies:
2657
2657
-
- supports-color
2658
2658
-
2659
2659
-
'@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0)':
2660
2660
-
dependencies:
2661
2661
-
'@babel/core': 7.26.0
2662
2662
-
'@babel/helper-module-imports': 7.25.9
2663
2663
-
'@babel/helper-validator-identifier': 7.25.9
2664
2664
-
'@babel/traverse': 7.25.9
2665
2665
-
transitivePeerDependencies:
2666
2666
-
- supports-color
2667
2667
-
2668
2668
-
'@babel/helper-plugin-utils@7.25.9': {}
2669
2669
-
2670
2550
'@babel/helper-string-parser@7.25.9': {}
2671
2551
2672
2552
'@babel/helper-validator-identifier@7.25.9': {}
2673
2553
2674
2674
-
'@babel/helper-validator-option@7.25.9': {}
2675
2675
-
2676
2676
-
'@babel/helpers@7.26.0':
2554
2554
+
'@babel/parser@7.26.3':
2677
2555
dependencies:
2678
2678
-
'@babel/template': 7.25.9
2679
2679
-
'@babel/types': 7.26.0
2556
2556
+
'@babel/types': 7.26.3
2680
2557
2681
2681
-
'@babel/parser@7.26.2':
2682
2682
-
dependencies:
2683
2683
-
'@babel/types': 7.26.0
2684
2684
-
2685
2685
-
'@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)':
2686
2686
-
dependencies:
2687
2687
-
'@babel/core': 7.26.0
2688
2688
-
'@babel/helper-plugin-utils': 7.25.9
2689
2689
-
2690
2690
-
'@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0)':
2691
2691
-
dependencies:
2692
2692
-
'@babel/core': 7.26.0
2693
2693
-
'@babel/helper-annotate-as-pure': 7.25.9
2694
2694
-
'@babel/helper-module-imports': 7.25.9
2695
2695
-
'@babel/helper-plugin-utils': 7.25.9
2696
2696
-
'@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0)
2697
2697
-
'@babel/types': 7.26.0
2698
2698
-
transitivePeerDependencies:
2699
2699
-
- supports-color
2700
2700
-
2701
2701
-
'@babel/template@7.25.9':
2702
2702
-
dependencies:
2703
2703
-
'@babel/code-frame': 7.26.2
2704
2704
-
'@babel/parser': 7.26.2
2705
2705
-
'@babel/types': 7.26.0
2706
2706
-
2707
2707
-
'@babel/traverse@7.25.9':
2708
2708
-
dependencies:
2709
2709
-
'@babel/code-frame': 7.26.2
2710
2710
-
'@babel/generator': 7.26.2
2711
2711
-
'@babel/parser': 7.26.2
2712
2712
-
'@babel/template': 7.25.9
2713
2713
-
'@babel/types': 7.26.0
2714
2714
-
debug: 4.3.7
2715
2715
-
globals: 11.12.0
2716
2716
-
transitivePeerDependencies:
2717
2717
-
- supports-color
2718
2718
-
2719
2719
-
'@babel/types@7.26.0':
2558
2558
+
'@babel/types@7.26.3':
2720
2559
dependencies:
2721
2560
'@babel/helper-string-parser': 7.25.9
2722
2561
'@babel/helper-validator-identifier': 7.25.9
···
2752
2591
'@esbuild/aix-ppc64@0.21.5':
2753
2592
optional: true
2754
2593
2594
2594
+
'@esbuild/aix-ppc64@0.24.0':
2595
2595
+
optional: true
2596
2596
+
2755
2597
'@esbuild/android-arm64@0.21.5':
2756
2598
optional: true
2757
2599
2600
2600
+
'@esbuild/android-arm64@0.24.0':
2601
2601
+
optional: true
2602
2602
+
2758
2603
'@esbuild/android-arm@0.21.5':
2759
2604
optional: true
2760
2605
2606
2606
+
'@esbuild/android-arm@0.24.0':
2607
2607
+
optional: true
2608
2608
+
2761
2609
'@esbuild/android-x64@0.21.5':
2762
2610
optional: true
2763
2611
2612
2612
+
'@esbuild/android-x64@0.24.0':
2613
2613
+
optional: true
2614
2614
+
2764
2615
'@esbuild/darwin-arm64@0.21.5':
2765
2616
optional: true
2766
2617
2618
2618
+
'@esbuild/darwin-arm64@0.24.0':
2619
2619
+
optional: true
2620
2620
+
2767
2621
'@esbuild/darwin-x64@0.21.5':
2622
2622
+
optional: true
2623
2623
+
2624
2624
+
'@esbuild/darwin-x64@0.24.0':
2768
2625
optional: true
2769
2626
2770
2627
'@esbuild/freebsd-arm64@0.21.5':
2771
2628
optional: true
2772
2629
2630
2630
+
'@esbuild/freebsd-arm64@0.24.0':
2631
2631
+
optional: true
2632
2632
+
2773
2633
'@esbuild/freebsd-x64@0.21.5':
2774
2634
optional: true
2775
2635
2636
2636
+
'@esbuild/freebsd-x64@0.24.0':
2637
2637
+
optional: true
2638
2638
+
2776
2639
'@esbuild/linux-arm64@0.21.5':
2777
2640
optional: true
2778
2641
2642
2642
+
'@esbuild/linux-arm64@0.24.0':
2643
2643
+
optional: true
2644
2644
+
2779
2645
'@esbuild/linux-arm@0.21.5':
2780
2646
optional: true
2781
2647
2648
2648
+
'@esbuild/linux-arm@0.24.0':
2649
2649
+
optional: true
2650
2650
+
2782
2651
'@esbuild/linux-ia32@0.21.5':
2652
2652
+
optional: true
2653
2653
+
2654
2654
+
'@esbuild/linux-ia32@0.24.0':
2783
2655
optional: true
2784
2656
2785
2657
'@esbuild/linux-loong64@0.21.5':
2786
2658
optional: true
2787
2659
2660
2660
+
'@esbuild/linux-loong64@0.24.0':
2661
2661
+
optional: true
2662
2662
+
2788
2663
'@esbuild/linux-mips64el@0.21.5':
2789
2664
optional: true
2790
2665
2666
2666
+
'@esbuild/linux-mips64el@0.24.0':
2667
2667
+
optional: true
2668
2668
+
2791
2669
'@esbuild/linux-ppc64@0.21.5':
2792
2670
optional: true
2793
2671
2672
2672
+
'@esbuild/linux-ppc64@0.24.0':
2673
2673
+
optional: true
2674
2674
+
2794
2675
'@esbuild/linux-riscv64@0.21.5':
2795
2676
optional: true
2796
2677
2678
2678
+
'@esbuild/linux-riscv64@0.24.0':
2679
2679
+
optional: true
2680
2680
+
2797
2681
'@esbuild/linux-s390x@0.21.5':
2682
2682
+
optional: true
2683
2683
+
2684
2684
+
'@esbuild/linux-s390x@0.24.0':
2798
2685
optional: true
2799
2686
2800
2687
'@esbuild/linux-x64@0.21.5':
2801
2688
optional: true
2802
2689
2690
2690
+
'@esbuild/linux-x64@0.24.0':
2691
2691
+
optional: true
2692
2692
+
2803
2693
'@esbuild/netbsd-x64@0.21.5':
2804
2694
optional: true
2805
2695
2696
2696
+
'@esbuild/netbsd-x64@0.24.0':
2697
2697
+
optional: true
2698
2698
+
2699
2699
+
'@esbuild/openbsd-arm64@0.24.0':
2700
2700
+
optional: true
2701
2701
+
2806
2702
'@esbuild/openbsd-x64@0.21.5':
2807
2703
optional: true
2808
2704
2705
2705
+
'@esbuild/openbsd-x64@0.24.0':
2706
2706
+
optional: true
2707
2707
+
2809
2708
'@esbuild/sunos-x64@0.21.5':
2709
2709
+
optional: true
2710
2710
+
2711
2711
+
'@esbuild/sunos-x64@0.24.0':
2810
2712
optional: true
2811
2713
2812
2714
'@esbuild/win32-arm64@0.21.5':
2813
2715
optional: true
2814
2716
2717
2717
+
'@esbuild/win32-arm64@0.24.0':
2718
2718
+
optional: true
2719
2719
+
2815
2720
'@esbuild/win32-ia32@0.21.5':
2816
2721
optional: true
2817
2722
2723
2723
+
'@esbuild/win32-ia32@0.24.0':
2724
2724
+
optional: true
2725
2725
+
2818
2726
'@esbuild/win32-x64@0.21.5':
2819
2727
optional: true
2820
2728
2729
2729
+
'@esbuild/win32-x64@0.24.0':
2730
2730
+
optional: true
2731
2731
+
2821
2732
'@iconify-json/bi@1.2.1':
2822
2733
dependencies:
2823
2734
'@iconify/types': 2.0.0
···
2830
2741
dependencies:
2831
2742
'@iconify/types': 2.0.0
2832
2743
2833
2833
-
'@iconify-json/simple-icons@1.2.12':
2744
2744
+
'@iconify-json/simple-icons@1.2.14':
2834
2745
dependencies:
2835
2746
'@iconify/types': 2.0.0
2836
2747
···
2839
2750
'@iconify/types': 2.0.0
2840
2751
'@iconify/utils': 2.1.33
2841
2752
'@types/tar': 6.1.13
2842
2842
-
axios: 1.7.7
2753
2753
+
axios: 1.7.9
2843
2754
cheerio: 1.0.0
2844
2755
domhandler: 5.0.3
2845
2756
extract-zip: 2.0.1
···
2858
2769
'@antfu/install-pkg': 0.4.1
2859
2770
'@antfu/utils': 0.7.10
2860
2771
'@iconify/types': 2.0.0
2861
2861
-
debug: 4.3.7
2772
2772
+
debug: 4.4.0
2862
2773
kolorist: 1.8.0
2863
2774
local-pkg: 0.5.1
2864
2775
mlly: 1.7.3
···
2940
2851
'@img/sharp-win32-x64@0.33.5':
2941
2852
optional: true
2942
2853
2943
2943
-
'@jridgewell/gen-mapping@0.3.5':
2944
2944
-
dependencies:
2945
2945
-
'@jridgewell/set-array': 1.2.1
2946
2946
-
'@jridgewell/sourcemap-codec': 1.5.0
2947
2947
-
'@jridgewell/trace-mapping': 0.3.25
2948
2948
-
2949
2949
-
'@jridgewell/resolve-uri@3.1.2': {}
2950
2950
-
2951
2951
-
'@jridgewell/set-array@1.2.1': {}
2952
2952
-
2953
2854
'@jridgewell/sourcemap-codec@1.5.0': {}
2954
2954
-
2955
2955
-
'@jridgewell/trace-mapping@0.3.25':
2956
2956
-
dependencies:
2957
2957
-
'@jridgewell/resolve-uri': 3.1.2
2958
2958
-
'@jridgewell/sourcemap-codec': 1.5.0
2959
2855
2960
2856
'@mdx-js/mdx@3.1.0(acorn@8.14.0)':
2961
2857
dependencies:
···
3003
2899
3004
2900
'@picocss/pico@2.0.6': {}
3005
2901
3006
3006
-
'@rollup/pluginutils@5.1.3(rollup@4.27.3)':
2902
2902
+
'@rollup/pluginutils@5.1.3(rollup@4.28.1)':
3007
2903
dependencies:
3008
2904
'@types/estree': 1.0.6
3009
2905
estree-walker: 2.0.2
3010
2906
picomatch: 4.0.2
3011
2907
optionalDependencies:
3012
3012
-
rollup: 4.27.3
2908
2908
+
rollup: 4.28.1
3013
2909
3014
3014
-
'@rollup/rollup-android-arm-eabi@4.27.3':
2910
2910
+
'@rollup/rollup-android-arm-eabi@4.28.1':
3015
2911
optional: true
3016
2912
3017
3017
-
'@rollup/rollup-android-arm64@4.27.3':
2913
2913
+
'@rollup/rollup-android-arm64@4.28.1':
3018
2914
optional: true
3019
2915
3020
3020
-
'@rollup/rollup-darwin-arm64@4.27.3':
2916
2916
+
'@rollup/rollup-darwin-arm64@4.28.1':
3021
2917
optional: true
3022
2918
3023
3023
-
'@rollup/rollup-darwin-x64@4.27.3':
2919
2919
+
'@rollup/rollup-darwin-x64@4.28.1':
3024
2920
optional: true
3025
2921
3026
3026
-
'@rollup/rollup-freebsd-arm64@4.27.3':
2922
2922
+
'@rollup/rollup-freebsd-arm64@4.28.1':
3027
2923
optional: true
3028
2924
3029
3029
-
'@rollup/rollup-freebsd-x64@4.27.3':
2925
2925
+
'@rollup/rollup-freebsd-x64@4.28.1':
3030
2926
optional: true
3031
2927
3032
3032
-
'@rollup/rollup-linux-arm-gnueabihf@4.27.3':
2928
2928
+
'@rollup/rollup-linux-arm-gnueabihf@4.28.1':
3033
2929
optional: true
3034
2930
3035
3035
-
'@rollup/rollup-linux-arm-musleabihf@4.27.3':
2931
2931
+
'@rollup/rollup-linux-arm-musleabihf@4.28.1':
3036
2932
optional: true
3037
2933
3038
3038
-
'@rollup/rollup-linux-arm64-gnu@4.27.3':
2934
2934
+
'@rollup/rollup-linux-arm64-gnu@4.28.1':
3039
2935
optional: true
3040
2936
3041
3041
-
'@rollup/rollup-linux-arm64-musl@4.27.3':
2937
2937
+
'@rollup/rollup-linux-arm64-musl@4.28.1':
3042
2938
optional: true
3043
2939
3044
3044
-
'@rollup/rollup-linux-powerpc64le-gnu@4.27.3':
2940
2940
+
'@rollup/rollup-linux-loongarch64-gnu@4.28.1':
3045
2941
optional: true
3046
2942
3047
3047
-
'@rollup/rollup-linux-riscv64-gnu@4.27.3':
2943
2943
+
'@rollup/rollup-linux-powerpc64le-gnu@4.28.1':
3048
2944
optional: true
3049
2945
3050
3050
-
'@rollup/rollup-linux-s390x-gnu@4.27.3':
2946
2946
+
'@rollup/rollup-linux-riscv64-gnu@4.28.1':
3051
2947
optional: true
3052
2948
3053
3053
-
'@rollup/rollup-linux-x64-gnu@4.27.3':
2949
2949
+
'@rollup/rollup-linux-s390x-gnu@4.28.1':
3054
2950
optional: true
3055
2951
3056
3056
-
'@rollup/rollup-linux-x64-musl@4.27.3':
2952
2952
+
'@rollup/rollup-linux-x64-gnu@4.28.1':
3057
2953
optional: true
3058
2954
3059
3059
-
'@rollup/rollup-win32-arm64-msvc@4.27.3':
2955
2955
+
'@rollup/rollup-linux-x64-musl@4.28.1':
3060
2956
optional: true
3061
2957
3062
3062
-
'@rollup/rollup-win32-ia32-msvc@4.27.3':
2958
2958
+
'@rollup/rollup-win32-arm64-msvc@4.28.1':
3063
2959
optional: true
3064
2960
3065
3065
-
'@rollup/rollup-win32-x64-msvc@4.27.3':
2961
2961
+
'@rollup/rollup-win32-ia32-msvc@4.28.1':
3066
2962
optional: true
3067
2963
3068
3068
-
'@shikijs/core@1.23.1':
2964
2964
+
'@rollup/rollup-win32-x64-msvc@4.28.1':
2965
2965
+
optional: true
2966
2966
+
2967
2967
+
'@shikijs/core@1.24.0':
3069
2968
dependencies:
3070
3070
-
'@shikijs/engine-javascript': 1.23.1
3071
3071
-
'@shikijs/engine-oniguruma': 1.23.1
3072
3072
-
'@shikijs/types': 1.23.1
2969
2969
+
'@shikijs/engine-javascript': 1.24.0
2970
2970
+
'@shikijs/engine-oniguruma': 1.24.0
2971
2971
+
'@shikijs/types': 1.24.0
3073
2972
'@shikijs/vscode-textmate': 9.3.0
3074
2973
'@types/hast': 3.0.4
3075
2974
hast-util-to-html: 9.0.3
3076
2975
3077
3077
-
'@shikijs/engine-javascript@1.23.1':
2976
2976
+
'@shikijs/engine-javascript@1.24.0':
3078
2977
dependencies:
3079
3079
-
'@shikijs/types': 1.23.1
2978
2978
+
'@shikijs/types': 1.24.0
3080
2979
'@shikijs/vscode-textmate': 9.3.0
3081
3081
-
oniguruma-to-es: 0.4.1
2980
2980
+
oniguruma-to-es: 0.7.0
3082
2981
3083
3083
-
'@shikijs/engine-oniguruma@1.23.1':
2982
2982
+
'@shikijs/engine-oniguruma@1.24.0':
3084
2983
dependencies:
3085
3085
-
'@shikijs/types': 1.23.1
2984
2984
+
'@shikijs/types': 1.24.0
3086
2985
'@shikijs/vscode-textmate': 9.3.0
3087
2986
3088
3088
-
'@shikijs/types@1.23.1':
2987
2987
+
'@shikijs/types@1.24.0':
3089
2988
dependencies:
3090
2989
'@shikijs/vscode-textmate': 9.3.0
3091
2990
'@types/hast': 3.0.4
···
3098
2997
dependencies:
3099
2998
'@types/estree': 1.0.6
3100
2999
3101
3101
-
'@types/babel__core@7.20.5':
3102
3102
-
dependencies:
3103
3103
-
'@babel/parser': 7.26.2
3104
3104
-
'@babel/types': 7.26.0
3105
3105
-
'@types/babel__generator': 7.6.8
3106
3106
-
'@types/babel__template': 7.4.4
3107
3107
-
'@types/babel__traverse': 7.20.6
3108
3108
-
3109
3109
-
'@types/babel__generator@7.6.8':
3110
3110
-
dependencies:
3111
3111
-
'@babel/types': 7.26.0
3112
3112
-
3113
3113
-
'@types/babel__template@7.4.4':
3114
3114
-
dependencies:
3115
3115
-
'@babel/parser': 7.26.2
3116
3116
-
'@babel/types': 7.26.0
3117
3117
-
3118
3118
-
'@types/babel__traverse@7.20.6':
3119
3119
-
dependencies:
3120
3120
-
'@babel/types': 7.26.0
3121
3121
-
3122
3000
'@types/cookie@0.6.0': {}
3123
3001
3124
3002
'@types/debug@4.1.12':
···
3158
3036
3159
3037
'@types/node@17.0.45': {}
3160
3038
3161
3161
-
'@types/node@22.9.1':
3039
3039
+
'@types/node@22.10.1':
3162
3040
dependencies:
3163
3163
-
undici-types: 6.19.8
3041
3041
+
undici-types: 6.20.0
3164
3042
3165
3043
'@types/sanitize-html@2.13.0':
3166
3044
dependencies:
···
3172
3050
3173
3051
'@types/tar@6.1.13':
3174
3052
dependencies:
3175
3175
-
'@types/node': 22.9.1
3053
3053
+
'@types/node': 22.10.1
3176
3054
minipass: 4.2.8
3177
3055
3178
3056
'@types/unist@2.0.11': {}
···
3181
3059
3182
3060
'@types/yauzl@2.10.3':
3183
3061
dependencies:
3184
3184
-
'@types/node': 22.9.1
3062
3062
+
'@types/node': 22.10.1
3185
3063
optional: true
3186
3064
3187
3065
'@ungap/structured-clone@1.2.0': {}
3188
3066
3189
3189
-
'@volar/kit@2.4.10(typescript@5.6.3)':
3067
3067
+
'@volar/kit@2.4.10(typescript@5.7.2)':
3190
3068
dependencies:
3191
3069
'@volar/language-service': 2.4.10
3192
3070
'@volar/typescript': 2.4.10
3193
3071
typesafe-path: 0.2.2
3194
3194
-
typescript: 5.6.3
3072
3072
+
typescript: 5.7.2
3195
3073
vscode-languageserver-textdocument: 1.0.12
3196
3074
vscode-uri: 3.0.8
3197
3075
···
3226
3104
path-browserify: 1.0.1
3227
3105
vscode-uri: 3.0.8
3228
3106
3229
3229
-
'@vscode/emmet-helper@2.10.0':
3107
3107
+
'@vscode/emmet-helper@2.11.0':
3230
3108
dependencies:
3231
3109
emmet: 2.4.11
3232
3110
jsonc-parser: 2.3.1
···
3279
3157
3280
3158
astring@1.9.0: {}
3281
3159
3282
3282
-
astro-icon@1.1.2:
3160
3160
+
astro-icon@1.1.4:
3283
3161
dependencies:
3284
3162
'@iconify/tools': 4.0.7
3285
3163
'@iconify/types': 2.0.0
···
3288
3166
- debug
3289
3167
- supports-color
3290
3168
3291
3291
-
astro@4.16.13(@types/node@22.9.1)(rollup@4.27.3)(typescript@5.6.3):
3169
3169
+
astro@5.0.3(@types/node@22.10.1)(rollup@4.28.1)(typescript@5.7.2)(yaml@2.6.1):
3292
3170
dependencies:
3293
3171
'@astrojs/compiler': 2.10.3
3294
3294
-
'@astrojs/internal-helpers': 0.4.1
3295
3295
-
'@astrojs/markdown-remark': 5.3.0
3296
3296
-
'@astrojs/telemetry': 3.1.0
3297
3297
-
'@babel/core': 7.26.0
3298
3298
-
'@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0)
3299
3299
-
'@babel/types': 7.26.0
3172
3172
+
'@astrojs/internal-helpers': 0.4.2
3173
3173
+
'@astrojs/markdown-remark': 6.0.0
3174
3174
+
'@astrojs/telemetry': 3.2.0
3300
3175
'@oslojs/encoding': 1.1.0
3301
3301
-
'@rollup/pluginutils': 5.1.3(rollup@4.27.3)
3302
3302
-
'@types/babel__core': 7.20.5
3176
3176
+
'@rollup/pluginutils': 5.1.3(rollup@4.28.1)
3303
3177
'@types/cookie': 0.6.0
3304
3178
acorn: 8.14.0
3305
3179
aria-query: 5.3.2
···
3310
3184
common-ancestor-path: 1.0.1
3311
3185
cookie: 0.7.2
3312
3186
cssesc: 3.0.0
3313
3313
-
debug: 4.3.7
3187
3187
+
debug: 4.4.0
3314
3188
deterministic-object-hash: 2.0.2
3315
3189
devalue: 5.1.1
3316
3190
diff: 5.2.0
···
3322
3196
fast-glob: 3.3.2
3323
3197
flattie: 1.1.1
3324
3198
github-slugger: 2.0.0
3325
3325
-
gray-matter: 4.0.3
3326
3199
html-escaper: 3.0.3
3327
3200
http-cache-semantics: 4.1.1
3328
3201
js-yaml: 4.1.0
3329
3202
kleur: 4.1.5
3330
3330
-
magic-string: 0.30.13
3203
3203
+
magic-string: 0.30.14
3331
3204
magicast: 0.3.5
3332
3205
micromatch: 4.0.8
3333
3206
mrmime: 2.0.0
3334
3207
neotraverse: 0.6.18
3335
3335
-
ora: 8.1.1
3336
3208
p-limit: 6.1.0
3337
3209
p-queue: 8.0.1
3338
3210
preferred-pm: 4.0.0
3339
3211
prompts: 2.4.2
3340
3212
rehype: 13.0.2
3341
3213
semver: 7.6.3
3342
3342
-
shiki: 1.23.1
3214
3214
+
shiki: 1.24.0
3343
3215
tinyexec: 0.3.1
3344
3344
-
tsconfck: 3.1.4(typescript@5.6.3)
3216
3216
+
tsconfck: 3.1.4(typescript@5.7.2)
3217
3217
+
ultrahtml: 1.5.3
3345
3218
unist-util-visit: 5.0.0
3346
3219
vfile: 6.0.3
3347
3347
-
vite: 5.4.11(@types/node@22.9.1)
3348
3348
-
vitefu: 1.0.3(vite@5.4.11(@types/node@22.9.1))
3220
3220
+
vite: 6.0.3(@types/node@22.10.1)(yaml@2.6.1)
3221
3221
+
vitefu: 1.0.4(vite@6.0.3(@types/node@22.10.1)(yaml@2.6.1))
3349
3222
which-pm: 3.0.0
3350
3223
xxhash-wasm: 1.1.0
3351
3224
yargs-parser: 21.1.1
3225
3225
+
yocto-spinner: 0.1.1
3352
3226
zod: 3.23.8
3353
3227
zod-to-json-schema: 3.23.5(zod@3.23.8)
3354
3354
-
zod-to-ts: 1.2.0(typescript@5.6.3)(zod@3.23.8)
3228
3228
+
zod-to-ts: 1.2.0(typescript@5.7.2)(zod@3.23.8)
3355
3229
optionalDependencies:
3356
3230
sharp: 0.33.5
3357
3231
transitivePeerDependencies:
3358
3232
- '@types/node'
3233
3233
+
- jiti
3359
3234
- less
3360
3235
- lightningcss
3361
3236
- rollup
···
3365
3240
- sugarss
3366
3241
- supports-color
3367
3242
- terser
3243
3243
+
- tsx
3368
3244
- typescript
3245
3245
+
- yaml
3369
3246
3370
3247
asynckit@0.4.0: {}
3371
3248
3372
3372
-
axios@1.7.7:
3249
3249
+
axios@1.7.9:
3373
3250
dependencies:
3374
3251
follow-redirects: 1.15.9
3375
3252
form-data: 4.0.1
···
3392
3269
chalk: 5.3.0
3393
3270
cli-boxes: 3.0.0
3394
3271
string-width: 7.2.0
3395
3395
-
type-fest: 4.27.0
3272
3272
+
type-fest: 4.30.0
3396
3273
widest-line: 5.0.0
3397
3274
wrap-ansi: 9.0.0
3398
3275
···
3400
3277
dependencies:
3401
3278
fill-range: 7.1.1
3402
3279
3403
3403
-
browserslist@4.24.2:
3404
3404
-
dependencies:
3405
3405
-
caniuse-lite: 1.0.30001680
3406
3406
-
electron-to-chromium: 1.5.63
3407
3407
-
node-releases: 2.0.18
3408
3408
-
update-browserslist-db: 1.1.1(browserslist@4.24.2)
3409
3409
-
3410
3280
buffer-crc32@0.2.13: {}
3411
3281
3412
3282
camelcase@5.3.1: {}
3413
3283
3414
3284
camelcase@8.0.0: {}
3415
3415
-
3416
3416
-
caniuse-lite@1.0.30001680: {}
3417
3285
3418
3286
ccount@2.0.1: {}
3419
3287
···
3460
3328
3461
3329
cli-boxes@3.0.0: {}
3462
3330
3463
3463
-
cli-cursor@5.0.0:
3464
3464
-
dependencies:
3465
3465
-
restore-cursor: 5.1.0
3466
3466
-
3467
3467
-
cli-spinners@2.9.2: {}
3468
3468
-
3469
3331
cliui@6.0.0:
3470
3332
dependencies:
3471
3333
string-width: 4.2.3
···
3510
3372
3511
3373
confbox@0.1.8: {}
3512
3374
3513
3513
-
convert-source-map@2.0.0: {}
3514
3514
-
3515
3375
cookie@0.7.2: {}
3516
3376
3517
3377
cowsay@1.6.0:
···
3547
3407
dependencies:
3548
3408
css-tree: 2.2.1
3549
3409
3550
3550
-
debug@4.3.7:
3410
3410
+
debug@4.4.0:
3551
3411
dependencies:
3552
3412
ms: 2.1.3
3553
3413
···
3598
3458
domhandler: 5.0.3
3599
3459
3600
3460
dset@3.1.4: {}
3601
3601
-
3602
3602
-
electron-to-chromium@1.5.63: {}
3603
3461
3604
3462
emmet@2.4.11:
3605
3463
dependencies:
···
3665
3523
'@esbuild/win32-ia32': 0.21.5
3666
3524
'@esbuild/win32-x64': 0.21.5
3667
3525
3526
3526
+
esbuild@0.24.0:
3527
3527
+
optionalDependencies:
3528
3528
+
'@esbuild/aix-ppc64': 0.24.0
3529
3529
+
'@esbuild/android-arm': 0.24.0
3530
3530
+
'@esbuild/android-arm64': 0.24.0
3531
3531
+
'@esbuild/android-x64': 0.24.0
3532
3532
+
'@esbuild/darwin-arm64': 0.24.0
3533
3533
+
'@esbuild/darwin-x64': 0.24.0
3534
3534
+
'@esbuild/freebsd-arm64': 0.24.0
3535
3535
+
'@esbuild/freebsd-x64': 0.24.0
3536
3536
+
'@esbuild/linux-arm': 0.24.0
3537
3537
+
'@esbuild/linux-arm64': 0.24.0
3538
3538
+
'@esbuild/linux-ia32': 0.24.0
3539
3539
+
'@esbuild/linux-loong64': 0.24.0
3540
3540
+
'@esbuild/linux-mips64el': 0.24.0
3541
3541
+
'@esbuild/linux-ppc64': 0.24.0
3542
3542
+
'@esbuild/linux-riscv64': 0.24.0
3543
3543
+
'@esbuild/linux-s390x': 0.24.0
3544
3544
+
'@esbuild/linux-x64': 0.24.0
3545
3545
+
'@esbuild/netbsd-x64': 0.24.0
3546
3546
+
'@esbuild/openbsd-arm64': 0.24.0
3547
3547
+
'@esbuild/openbsd-x64': 0.24.0
3548
3548
+
'@esbuild/sunos-x64': 0.24.0
3549
3549
+
'@esbuild/win32-arm64': 0.24.0
3550
3550
+
'@esbuild/win32-ia32': 0.24.0
3551
3551
+
'@esbuild/win32-x64': 0.24.0
3552
3552
+
3668
3553
escalade@3.2.0: {}
3669
3554
3670
3555
escape-string-regexp@4.0.0: {}
···
3710
3595
3711
3596
eventemitter3@5.0.1: {}
3712
3597
3713
3713
-
extend-shallow@2.0.1:
3714
3714
-
dependencies:
3715
3715
-
is-extendable: 0.1.1
3716
3716
-
3717
3598
extend@3.0.2: {}
3718
3599
3719
3600
extract-zip@2.0.1:
3720
3601
dependencies:
3721
3721
-
debug: 4.3.7
3602
3602
+
debug: 4.4.0
3722
3603
get-stream: 5.2.0
3723
3604
yauzl: 2.10.0
3724
3605
optionalDependencies:
···
3783
3664
fsevents@2.3.3:
3784
3665
optional: true
3785
3666
3786
3786
-
gensync@1.0.0-beta.2: {}
3787
3787
-
3788
3667
get-caller-file@2.0.5: {}
3789
3668
3790
3669
get-east-asian-width@1.3.0: {}
···
3801
3680
dependencies:
3802
3681
is-glob: 4.0.3
3803
3682
3804
3804
-
globals@11.12.0: {}
3805
3805
-
3806
3683
graceful-fs@4.2.11: {}
3807
3807
-
3808
3808
-
gray-matter@4.0.3:
3809
3809
-
dependencies:
3810
3810
-
js-yaml: 3.14.1
3811
3811
-
kind-of: 6.0.3
3812
3812
-
section-matter: 1.0.0
3813
3813
-
strip-bom-string: 1.0.0
3814
3684
3815
3685
hast-util-from-html@2.0.3:
3816
3686
dependencies:
···
3983
3853
3984
3854
is-docker@3.0.0: {}
3985
3855
3986
3986
-
is-extendable@0.1.1: {}
3987
3987
-
3988
3856
is-extglob@2.1.1: {}
3989
3857
3990
3858
is-fullwidth-code-point@2.0.0: {}
···
4001
3869
dependencies:
4002
3870
is-docker: 3.0.0
4003
3871
4004
4004
-
is-interactive@2.0.0: {}
4005
4005
-
4006
3872
is-number@7.0.0: {}
4007
3873
4008
3874
is-plain-obj@4.1.0: {}
4009
3875
4010
3876
is-plain-object@5.0.0: {}
4011
4011
-
4012
4012
-
is-unicode-supported@1.3.0: {}
4013
4013
-
4014
4014
-
is-unicode-supported@2.1.0: {}
4015
3877
4016
3878
is-wsl@3.1.0:
4017
3879
dependencies:
4018
3880
is-inside-container: 1.0.0
4019
3881
4020
4020
-
js-tokens@4.0.0: {}
4021
4021
-
4022
3882
js-yaml@3.14.1:
4023
3883
dependencies:
4024
3884
argparse: 1.0.10
···
4027
3887
js-yaml@4.1.0:
4028
3888
dependencies:
4029
3889
argparse: 2.0.1
4030
4030
-
4031
4031
-
jsesc@3.0.2: {}
4032
3890
4033
3891
json-schema-traverse@1.0.0: {}
4034
3892
4035
4035
-
json5@2.2.3: {}
4036
4036
-
4037
3893
jsonc-parser@2.3.1: {}
4038
3894
4039
3895
jsonc-parser@3.3.1: {}
4040
4040
-
4041
4041
-
kind-of@6.0.3: {}
4042
3896
4043
3897
kleur@3.0.3: {}
4044
3898
···
4068
3922
4069
3923
lodash@4.17.21: {}
4070
3924
4071
4071
-
log-symbols@6.0.0:
4072
4072
-
dependencies:
4073
4073
-
chalk: 5.3.0
4074
4074
-
is-unicode-supported: 1.3.0
4075
4075
-
4076
3925
longest-streak@3.1.0: {}
4077
3926
4078
4078
-
lru-cache@5.1.1:
4079
4079
-
dependencies:
4080
4080
-
yallist: 3.1.1
4081
4081
-
4082
4082
-
magic-string@0.30.13:
3927
3927
+
magic-string@0.30.14:
4083
3928
dependencies:
4084
3929
'@jridgewell/sourcemap-codec': 1.5.0
4085
3930
4086
3931
magicast@0.3.5:
4087
3932
dependencies:
4088
4088
-
'@babel/parser': 7.26.2
4089
4089
-
'@babel/types': 7.26.0
3933
3933
+
'@babel/parser': 7.26.3
3934
3934
+
'@babel/types': 7.26.3
4090
3935
source-map-js: 1.2.1
4091
3936
4092
3937
markdown-extensions@2.0.0: {}
···
4526
4371
micromark@4.0.1:
4527
4372
dependencies:
4528
4373
'@types/debug': 4.1.12
4529
4529
-
debug: 4.3.7
4374
4374
+
debug: 4.4.0
4530
4375
decode-named-character-reference: 1.0.2
4531
4376
devlop: 1.1.0
4532
4377
micromark-core-commonmark: 2.0.2
···
4556
4401
dependencies:
4557
4402
mime-db: 1.52.0
4558
4403
4559
4559
-
mimic-function@5.0.1: {}
4560
4560
-
4561
4404
minipass@3.3.6:
4562
4405
dependencies:
4563
4406
yallist: 4.0.0
···
4586
4429
4587
4430
muggle-string@0.4.1: {}
4588
4431
4589
4589
-
nanoid@3.3.7: {}
4432
4432
+
nanoid@3.3.8: {}
4590
4433
4591
4434
neotraverse@0.6.18: {}
4592
4435
4593
4436
nlcst-to-string@4.0.0:
4594
4437
dependencies:
4595
4438
'@types/nlcst': 2.0.3
4596
4596
-
4597
4597
-
node-releases@2.0.18: {}
4598
4439
4599
4440
nth-check@2.1.1:
4600
4441
dependencies:
···
4604
4445
dependencies:
4605
4446
wrappy: 1.0.2
4606
4447
4607
4607
-
onetime@7.0.0:
4608
4608
-
dependencies:
4609
4609
-
mimic-function: 5.0.1
4610
4610
-
4611
4611
-
oniguruma-to-es@0.4.1:
4448
4448
+
oniguruma-to-es@0.7.0:
4612
4449
dependencies:
4613
4450
emoji-regex-xs: 1.0.0
4614
4451
regex: 5.0.2
4615
4615
-
regex-recursion: 4.2.1
4616
4616
-
4617
4617
-
ora@8.1.1:
4618
4618
-
dependencies:
4619
4619
-
chalk: 5.3.0
4620
4620
-
cli-cursor: 5.0.0
4621
4621
-
cli-spinners: 2.9.2
4622
4622
-
is-interactive: 2.0.0
4623
4623
-
is-unicode-supported: 2.1.0
4624
4624
-
log-symbols: 6.0.0
4625
4625
-
stdin-discarder: 0.2.2
4626
4626
-
string-width: 7.2.0
4627
4627
-
strip-ansi: 7.1.0
4452
4452
+
regex-recursion: 4.3.0
4628
4453
4629
4454
p-limit@2.3.0:
4630
4455
dependencies:
···
4647
4472
4648
4473
p-try@2.2.0: {}
4649
4474
4650
4650
-
package-manager-detector@0.2.4: {}
4475
4475
+
package-manager-detector@0.2.7: {}
4651
4476
4652
4477
parse-entities@4.0.1:
4653
4478
dependencies:
···
4712
4537
4713
4538
postcss@8.4.49:
4714
4539
dependencies:
4715
4715
-
nanoid: 3.3.7
4540
4540
+
nanoid: 3.3.8
4716
4541
picocolors: 1.1.1
4717
4542
source-map-js: 1.2.1
4718
4543
···
4725
4550
prettier-plugin-astro@0.14.1:
4726
4551
dependencies:
4727
4552
'@astrojs/compiler': 2.10.3
4728
4728
-
prettier: 3.3.3
4553
4553
+
prettier: 3.4.2
4729
4554
sass-formatter: 0.7.9
4730
4555
4731
4556
prettier@2.8.7:
4732
4557
optional: true
4733
4558
4734
4734
-
prettier@3.3.3: {}
4559
4559
+
prettier@3.4.2: {}
4735
4560
4736
4561
prismjs@1.29.0: {}
4737
4562
···
4785
4610
unified: 11.0.5
4786
4611
vfile: 6.0.3
4787
4612
4788
4788
-
regex-recursion@4.2.1:
4613
4613
+
regex-recursion@4.3.0:
4789
4614
dependencies:
4790
4615
regex-utilities: 2.3.0
4791
4616
···
4886
4711
4887
4712
require-main-filename@2.0.0: {}
4888
4713
4889
4889
-
restore-cursor@5.1.0:
4890
4890
-
dependencies:
4891
4891
-
onetime: 7.0.0
4892
4892
-
signal-exit: 4.1.0
4893
4893
-
4894
4714
retext-latin@4.0.0:
4895
4715
dependencies:
4896
4716
'@types/nlcst': 2.0.3
···
4918
4738
4919
4739
reusify@1.0.4: {}
4920
4740
4921
4921
-
rollup@4.27.3:
4741
4741
+
rollup@4.28.1:
4922
4742
dependencies:
4923
4743
'@types/estree': 1.0.6
4924
4744
optionalDependencies:
4925
4925
-
'@rollup/rollup-android-arm-eabi': 4.27.3
4926
4926
-
'@rollup/rollup-android-arm64': 4.27.3
4927
4927
-
'@rollup/rollup-darwin-arm64': 4.27.3
4928
4928
-
'@rollup/rollup-darwin-x64': 4.27.3
4929
4929
-
'@rollup/rollup-freebsd-arm64': 4.27.3
4930
4930
-
'@rollup/rollup-freebsd-x64': 4.27.3
4931
4931
-
'@rollup/rollup-linux-arm-gnueabihf': 4.27.3
4932
4932
-
'@rollup/rollup-linux-arm-musleabihf': 4.27.3
4933
4933
-
'@rollup/rollup-linux-arm64-gnu': 4.27.3
4934
4934
-
'@rollup/rollup-linux-arm64-musl': 4.27.3
4935
4935
-
'@rollup/rollup-linux-powerpc64le-gnu': 4.27.3
4936
4936
-
'@rollup/rollup-linux-riscv64-gnu': 4.27.3
4937
4937
-
'@rollup/rollup-linux-s390x-gnu': 4.27.3
4938
4938
-
'@rollup/rollup-linux-x64-gnu': 4.27.3
4939
4939
-
'@rollup/rollup-linux-x64-musl': 4.27.3
4940
4940
-
'@rollup/rollup-win32-arm64-msvc': 4.27.3
4941
4941
-
'@rollup/rollup-win32-ia32-msvc': 4.27.3
4942
4942
-
'@rollup/rollup-win32-x64-msvc': 4.27.3
4745
4745
+
'@rollup/rollup-android-arm-eabi': 4.28.1
4746
4746
+
'@rollup/rollup-android-arm64': 4.28.1
4747
4747
+
'@rollup/rollup-darwin-arm64': 4.28.1
4748
4748
+
'@rollup/rollup-darwin-x64': 4.28.1
4749
4749
+
'@rollup/rollup-freebsd-arm64': 4.28.1
4750
4750
+
'@rollup/rollup-freebsd-x64': 4.28.1
4751
4751
+
'@rollup/rollup-linux-arm-gnueabihf': 4.28.1
4752
4752
+
'@rollup/rollup-linux-arm-musleabihf': 4.28.1
4753
4753
+
'@rollup/rollup-linux-arm64-gnu': 4.28.1
4754
4754
+
'@rollup/rollup-linux-arm64-musl': 4.28.1
4755
4755
+
'@rollup/rollup-linux-loongarch64-gnu': 4.28.1
4756
4756
+
'@rollup/rollup-linux-powerpc64le-gnu': 4.28.1
4757
4757
+
'@rollup/rollup-linux-riscv64-gnu': 4.28.1
4758
4758
+
'@rollup/rollup-linux-s390x-gnu': 4.28.1
4759
4759
+
'@rollup/rollup-linux-x64-gnu': 4.28.1
4760
4760
+
'@rollup/rollup-linux-x64-musl': 4.28.1
4761
4761
+
'@rollup/rollup-win32-arm64-msvc': 4.28.1
4762
4762
+
'@rollup/rollup-win32-ia32-msvc': 4.28.1
4763
4763
+
'@rollup/rollup-win32-x64-msvc': 4.28.1
4943
4764
fsevents: 2.3.3
4944
4765
4945
4766
run-parallel@1.2.0:
···
4965
4786
4966
4787
sax@1.4.1: {}
4967
4788
4968
4968
-
section-matter@1.0.0:
4969
4969
-
dependencies:
4970
4970
-
extend-shallow: 2.0.1
4971
4971
-
kind-of: 6.0.3
4972
4972
-
4973
4973
-
semver@6.3.1: {}
4974
4974
-
4975
4789
semver@7.6.3: {}
4976
4790
4977
4791
set-blocking@2.0.0: {}
···
5002
4816
'@img/sharp-win32-ia32': 0.33.5
5003
4817
'@img/sharp-win32-x64': 0.33.5
5004
4818
5005
5005
-
shiki@1.23.1:
4819
4819
+
shiki@1.24.0:
5006
4820
dependencies:
5007
5007
-
'@shikijs/core': 1.23.1
5008
5008
-
'@shikijs/engine-javascript': 1.23.1
5009
5009
-
'@shikijs/engine-oniguruma': 1.23.1
5010
5010
-
'@shikijs/types': 1.23.1
4821
4821
+
'@shikijs/core': 1.24.0
4822
4822
+
'@shikijs/engine-javascript': 1.24.0
4823
4823
+
'@shikijs/engine-oniguruma': 1.24.0
4824
4824
+
'@shikijs/types': 1.24.0
5011
4825
'@shikijs/vscode-textmate': 9.3.0
5012
4826
'@types/hast': 3.0.4
5013
5013
-
5014
5014
-
signal-exit@4.1.0: {}
5015
4827
5016
4828
simple-swizzle@0.2.2:
5017
4829
dependencies:
···
5035
4847
space-separated-tokens@2.0.2: {}
5036
4848
5037
4849
sprintf-js@1.0.3: {}
5038
5038
-
5039
5039
-
stdin-discarder@0.2.2: {}
5040
4850
5041
4851
stream-replace-string@2.0.0: {}
5042
4852
···
5074
4884
dependencies:
5075
4885
ansi-regex: 6.1.0
5076
4886
5077
5077
-
strip-bom-string@1.0.0: {}
5078
5078
-
5079
4887
strip-bom@3.0.0: {}
5080
4888
5081
4889
strip-final-newline@2.0.0: {}
···
5123
4931
5124
4932
trough@2.2.0: {}
5125
4933
5126
5126
-
tsconfck@3.1.4(typescript@5.6.3):
4934
4934
+
tsconfck@3.1.4(typescript@5.7.2):
5127
4935
optionalDependencies:
5128
5128
-
typescript: 5.6.3
4936
4936
+
typescript: 5.7.2
5129
4937
5130
4938
tslib@2.8.1:
5131
4939
optional: true
5132
4940
5133
5133
-
type-fest@4.27.0: {}
4941
4941
+
type-fest@4.30.0: {}
5134
4942
5135
4943
typesafe-path@0.2.2: {}
5136
4944
···
5138
4946
dependencies:
5139
4947
semver: 7.6.3
5140
4948
5141
5141
-
typescript@5.6.3: {}
4949
4949
+
typescript@5.7.2: {}
5142
4950
5143
4951
uc.micro@2.1.0: {}
5144
4952
5145
4953
ufo@1.5.4: {}
5146
4954
5147
5147
-
undici-types@6.19.8: {}
4955
4955
+
ultrahtml@1.5.3: {}
4956
4956
+
4957
4957
+
undici-types@6.20.0: {}
5148
4958
5149
4959
undici@6.21.0: {}
5150
4960
···
5204
5014
unist-util-is: 6.0.0
5205
5015
unist-util-visit-parents: 6.0.1
5206
5016
5207
5207
-
update-browserslist-db@1.1.1(browserslist@4.24.2):
5208
5208
-
dependencies:
5209
5209
-
browserslist: 4.24.2
5210
5210
-
escalade: 3.2.0
5211
5211
-
picocolors: 1.1.1
5212
5212
-
5213
5017
vfile-location@5.0.3:
5214
5018
dependencies:
5215
5019
'@types/unist': 3.0.3
···
5225
5029
'@types/unist': 3.0.3
5226
5030
vfile-message: 4.0.2
5227
5031
5228
5228
-
vite@5.4.11(@types/node@22.9.1):
5032
5032
+
vite@6.0.3(@types/node@22.10.1)(yaml@2.6.1):
5229
5033
dependencies:
5230
5230
-
esbuild: 0.21.5
5034
5034
+
esbuild: 0.24.0
5231
5035
postcss: 8.4.49
5232
5232
-
rollup: 4.27.3
5036
5036
+
rollup: 4.28.1
5233
5037
optionalDependencies:
5234
5234
-
'@types/node': 22.9.1
5038
5038
+
'@types/node': 22.10.1
5235
5039
fsevents: 2.3.3
5040
5040
+
yaml: 2.6.1
5236
5041
5237
5237
-
vitefu@1.0.3(vite@5.4.11(@types/node@22.9.1)):
5042
5042
+
vitefu@1.0.4(vite@6.0.3(@types/node@22.10.1)(yaml@2.6.1)):
5238
5043
optionalDependencies:
5239
5239
-
vite: 5.4.11(@types/node@22.9.1)
5044
5044
+
vite: 6.0.3(@types/node@22.10.1)(yaml@2.6.1)
5240
5045
5241
5046
volar-service-css@0.0.62(@volar/language-service@2.4.10):
5242
5047
dependencies:
5243
5243
-
vscode-css-languageservice: 6.3.1
5048
5048
+
vscode-css-languageservice: 6.3.2
5244
5049
vscode-languageserver-textdocument: 1.0.12
5245
5050
vscode-uri: 3.0.8
5246
5051
optionalDependencies:
···
5250
5055
dependencies:
5251
5056
'@emmetio/css-parser': 0.4.0
5252
5057
'@emmetio/html-matcher': 1.3.0
5253
5253
-
'@vscode/emmet-helper': 2.10.0
5058
5058
+
'@vscode/emmet-helper': 2.11.0
5254
5059
vscode-uri: 3.0.8
5255
5060
optionalDependencies:
5256
5061
'@volar/language-service': 2.4.10
···
5263
5068
optionalDependencies:
5264
5069
'@volar/language-service': 2.4.10
5265
5070
5266
5266
-
volar-service-prettier@0.0.62(@volar/language-service@2.4.10)(prettier@3.3.3):
5071
5071
+
volar-service-prettier@0.0.62(@volar/language-service@2.4.10)(prettier@3.4.2):
5267
5072
dependencies:
5268
5073
vscode-uri: 3.0.8
5269
5074
optionalDependencies:
5270
5075
'@volar/language-service': 2.4.10
5271
5271
-
prettier: 3.3.3
5076
5076
+
prettier: 3.4.2
5272
5077
5273
5078
volar-service-typescript-twoslash-queries@0.0.62(@volar/language-service@2.4.10):
5274
5079
dependencies:
···
5294
5099
optionalDependencies:
5295
5100
'@volar/language-service': 2.4.10
5296
5101
5297
5297
-
vscode-css-languageservice@6.3.1:
5102
5102
+
vscode-css-languageservice@6.3.2:
5298
5103
dependencies:
5299
5104
'@vscode/l10n': 0.0.18
5300
5105
vscode-languageserver-textdocument: 1.0.12
···
5393
5198
y18n@4.0.3: {}
5394
5199
5395
5200
y18n@5.0.8: {}
5396
5396
-
5397
5397
-
yallist@3.1.1: {}
5398
5201
5399
5202
yallist@4.0.0: {}
5400
5203
···
5455
5258
5456
5259
yocto-queue@1.1.1: {}
5457
5260
5261
5261
+
yocto-spinner@0.1.1:
5262
5262
+
dependencies:
5263
5263
+
yoctocolors: 2.1.1
5264
5264
+
5265
5265
+
yoctocolors@2.1.1: {}
5266
5266
+
5458
5267
zod-to-json-schema@3.23.5(zod@3.23.8):
5459
5268
dependencies:
5460
5269
zod: 3.23.8
5461
5270
5462
5462
-
zod-to-ts@1.2.0(typescript@5.6.3)(zod@3.23.8):
5271
5271
+
zod-to-ts@1.2.0(typescript@5.7.2)(zod@3.23.8):
5463
5272
dependencies:
5464
5464
-
typescript: 5.6.3
5273
5273
+
typescript: 5.7.2
5465
5274
zod: 3.23.8
5466
5275
5467
5276
zod@3.23.8: {}