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
Add RSS
bwc9876.dev
2 years ago
bf55d71e
d244bfea
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+4298
-5412
5 changed files
expand all
collapse all
unified
split
package.json
pnpm-lock.yaml
src
pages
blog
index.astro
feed.xml.ts
tsconfig.json
+10
-2
package.json
···
5
5
"version": "0.0.0",
6
6
"scripts": {
7
7
"dev": "astro dev",
8
8
+
"check": "astro check",
8
9
"start": "astro dev",
9
10
"build": "astro build",
10
11
"preview": "astro preview",
···
12
13
"format": "prettier --write ."
13
14
},
14
15
"dependencies": {
16
16
+
"@astrojs/check": "^0.8.3",
15
17
"@astrojs/mdx": "^3.1.3",
18
18
+
"@astrojs/rss": "^4.0.7",
16
19
"@astrojs/sitemap": "^3.1.6",
17
20
"@iconify-json/bi": "^1.1.23",
18
21
"@iconify-json/file-icons": "^1.1.9",
19
22
"@iconify-json/mdi": "^1.1.67",
20
20
-
"@iconify-json/simple-icons": "^1.1.109",
23
23
+
"@iconify-json/simple-icons": "^1.1.110",
21
24
"@picocss/pico": "^2.0.6",
22
25
"astro": "^4.12.2",
23
26
"astro-icon": "^1.1.0",
24
27
"cowsay": "^1.6.0",
25
25
-
"sharp": "^0.33.4"
28
28
+
"markdown-it": "^14.1.0",
29
29
+
"sanitize-html": "^2.13.0",
30
30
+
"sharp": "^0.33.4",
31
31
+
"typescript": "^5.5.4"
26
32
},
27
33
"devDependencies": {
34
34
+
"@types/markdown-it": "^14.1.2",
35
35
+
"@types/sanitize-html": "^2.11.0",
28
36
"prettier": "^3.3.3",
29
37
"prettier-plugin-astro": "^0.14.1",
30
38
"slugify": "^1.6.6"
+4259
-5408
pnpm-lock.yaml
···
1
1
-
lockfileVersion: "9.0"
1
1
+
lockfileVersion: '9.0'
2
2
3
3
settings:
4
4
-
autoInstallPeers: false
5
5
-
excludeLinksFromLockfile: false
4
4
+
autoInstallPeers: false
5
5
+
excludeLinksFromLockfile: false
6
6
7
7
importers:
8
8
-
.:
9
9
-
dependencies:
10
10
-
"@astrojs/mdx":
11
11
-
specifier: ^3.1.3
12
12
-
version: 3.1.3(astro@4.12.2(@types/node@20.14.12))
13
13
-
"@astrojs/sitemap":
14
14
-
specifier: ^3.1.6
15
15
-
version: 3.1.6
16
16
-
"@iconify-json/bi":
17
17
-
specifier: ^1.1.23
18
18
-
version: 1.1.23
19
19
-
"@iconify-json/file-icons":
20
20
-
specifier: ^1.1.9
21
21
-
version: 1.1.9
22
22
-
"@iconify-json/mdi":
23
23
-
specifier: ^1.1.67
24
24
-
version: 1.1.67
25
25
-
"@iconify-json/simple-icons":
26
26
-
specifier: ^1.1.109
27
27
-
version: 1.1.109
28
28
-
"@picocss/pico":
29
29
-
specifier: ^2.0.6
30
30
-
version: 2.0.6
31
31
-
astro:
32
32
-
specifier: ^4.12.2
33
33
-
version: 4.12.2(@types/node@20.14.12)
34
34
-
astro-icon:
35
35
-
specifier: ^1.1.0
36
36
-
version: 1.1.0
37
37
-
cowsay:
38
38
-
specifier: ^1.6.0
39
39
-
version: 1.6.0
40
40
-
sharp:
41
41
-
specifier: ^0.33.4
42
42
-
version: 0.33.4
43
43
-
devDependencies:
44
44
-
prettier:
45
45
-
specifier: ^3.3.3
46
46
-
version: 3.3.3
47
47
-
prettier-plugin-astro:
48
48
-
specifier: ^0.14.1
49
49
-
version: 0.14.1
50
50
-
slugify:
51
51
-
specifier: ^1.6.6
52
52
-
version: 1.6.6
8
8
+
9
9
+
.:
10
10
+
dependencies:
11
11
+
'@astrojs/check':
12
12
+
specifier: ^0.8.3
13
13
+
version: 0.8.3(prettier-plugin-astro@0.14.1)(prettier@3.3.3)(typescript@5.5.4)
14
14
+
'@astrojs/mdx':
15
15
+
specifier: ^3.1.3
16
16
+
version: 3.1.3(astro@4.12.2(@types/node@20.14.12)(typescript@5.5.4))
17
17
+
'@astrojs/rss':
18
18
+
specifier: ^4.0.7
19
19
+
version: 4.0.7
20
20
+
'@astrojs/sitemap':
21
21
+
specifier: ^3.1.6
22
22
+
version: 3.1.6
23
23
+
'@iconify-json/bi':
24
24
+
specifier: ^1.1.23
25
25
+
version: 1.1.23
26
26
+
'@iconify-json/file-icons':
27
27
+
specifier: ^1.1.9
28
28
+
version: 1.1.9
29
29
+
'@iconify-json/mdi':
30
30
+
specifier: ^1.1.67
31
31
+
version: 1.1.67
32
32
+
'@iconify-json/simple-icons':
33
33
+
specifier: ^1.1.110
34
34
+
version: 1.1.110
35
35
+
'@picocss/pico':
36
36
+
specifier: ^2.0.6
37
37
+
version: 2.0.6
38
38
+
astro:
39
39
+
specifier: ^4.12.2
40
40
+
version: 4.12.2(@types/node@20.14.12)(typescript@5.5.4)
41
41
+
astro-icon:
42
42
+
specifier: ^1.1.0
43
43
+
version: 1.1.0
44
44
+
cowsay:
45
45
+
specifier: ^1.6.0
46
46
+
version: 1.6.0
47
47
+
markdown-it:
48
48
+
specifier: ^14.1.0
49
49
+
version: 14.1.0
50
50
+
sanitize-html:
51
51
+
specifier: ^2.13.0
52
52
+
version: 2.13.0
53
53
+
sharp:
54
54
+
specifier: ^0.33.4
55
55
+
version: 0.33.4
56
56
+
typescript:
57
57
+
specifier: ^5.5.4
58
58
+
version: 5.5.4
59
59
+
devDependencies:
60
60
+
'@types/markdown-it':
61
61
+
specifier: ^14.1.2
62
62
+
version: 14.1.2
63
63
+
'@types/sanitize-html':
64
64
+
specifier: ^2.11.0
65
65
+
version: 2.11.0
66
66
+
prettier:
67
67
+
specifier: ^3.3.3
68
68
+
version: 3.3.3
69
69
+
prettier-plugin-astro:
70
70
+
specifier: ^0.14.1
71
71
+
version: 0.14.1
72
72
+
slugify:
73
73
+
specifier: ^1.6.6
74
74
+
version: 1.6.6
53
75
54
76
packages:
55
55
-
"@ampproject/remapping@2.3.0":
56
56
-
resolution:
57
57
-
{
58
58
-
integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
59
59
-
}
60
60
-
engines: { node: ">=6.0.0" }
61
77
62
62
-
"@antfu/install-pkg@0.1.1":
63
63
-
resolution:
64
64
-
{
65
65
-
integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==
66
66
-
}
78
78
+
'@ampproject/remapping@2.3.0':
79
79
+
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
80
80
+
engines: {node: '>=6.0.0'}
67
81
68
68
-
"@antfu/utils@0.7.10":
69
69
-
resolution:
70
70
-
{
71
71
-
integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==
72
72
-
}
82
82
+
'@antfu/install-pkg@0.1.1':
83
83
+
resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==}
73
84
74
74
-
"@astrojs/compiler@2.9.2":
75
75
-
resolution:
76
76
-
{
77
77
-
integrity: sha512-Vpu0Ffsj8SoV+N0DFHlxxOMKHwSC9059Xy/OlG1t6uFYSoJXxkBC2WyF6igO7x10V+8uJrhOxaXr3nA90kJXow==
78
78
-
}
85
85
+
'@antfu/utils@0.7.10':
86
86
+
resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
79
87
80
80
-
"@astrojs/internal-helpers@0.4.1":
81
81
-
resolution:
82
82
-
{
83
83
-
integrity: sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==
84
84
-
}
88
88
+
'@astrojs/check@0.8.3':
89
89
+
resolution: {integrity: sha512-ajcSe+ezX5jCc3dreQlWzbknzXgSGnDETNe3C1mawUOtGpO4t5z2YGaD0y+wzB84lmgPWaWZa0fKSPwLq/wUHw==}
90
90
+
hasBin: true
91
91
+
peerDependencies:
92
92
+
typescript: ^5.0.0
85
93
86
86
-
"@astrojs/markdown-remark@5.2.0":
87
87
-
resolution:
88
88
-
{
89
89
-
integrity: sha512-vWGM24KZXz11jR3JO+oqYU3T2qpuOi4uGivJ9SQLCAI01+vEkHC60YJMRvHPc+hwd60F7euNs1PeOEixIIiNQw==
90
90
-
}
94
94
+
'@astrojs/compiler@2.9.2':
95
95
+
resolution: {integrity: sha512-Vpu0Ffsj8SoV+N0DFHlxxOMKHwSC9059Xy/OlG1t6uFYSoJXxkBC2WyF6igO7x10V+8uJrhOxaXr3nA90kJXow==}
91
96
92
92
-
"@astrojs/mdx@3.1.3":
93
93
-
resolution:
94
94
-
{
95
95
-
integrity: sha512-hOM4dMM4RfJI254d3p/AnOZuk2VyKszRtuY5FBm+Xc4XdhIpGrR56OXMNEcWchtwz4HQyPe/eJSgvBjSROcQIQ==
96
96
-
}
97
97
-
engines: { node: ^18.17.1 || ^20.3.0 || >=21.0.0 }
98
98
-
peerDependencies:
99
99
-
astro: ^4.8.0
97
97
+
'@astrojs/internal-helpers@0.4.1':
98
98
+
resolution: {integrity: sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==}
100
99
101
101
-
"@astrojs/prism@3.1.0":
102
102
-
resolution:
103
103
-
{
104
104
-
integrity: sha512-Z9IYjuXSArkAUx3N6xj6+Bnvx8OdUSHA8YoOgyepp3+zJmtVYJIl/I18GozdJVW1p5u/CNpl3Km7/gwTJK85cw==
105
105
-
}
106
106
-
engines: { node: ^18.17.1 || ^20.3.0 || >=21.0.0 }
100
100
+
'@astrojs/language-server@2.12.7':
101
101
+
resolution: {integrity: sha512-Kl/Y/XBZSjN44plPHTVH7xfp1aZtuzXe1VH4CEn2NLdmiOAHN2GO/ujN++YpQih7A5SwbjbfvyeuLbKAS9Je+w==}
102
102
+
hasBin: true
103
103
+
peerDependencies:
104
104
+
prettier: ^3.0.0
105
105
+
prettier-plugin-astro: '>=0.11.0'
106
106
+
peerDependenciesMeta:
107
107
+
prettier:
108
108
+
optional: true
109
109
+
prettier-plugin-astro:
110
110
+
optional: true
107
111
108
108
-
"@astrojs/sitemap@3.1.6":
109
109
-
resolution:
110
110
-
{
111
111
-
integrity: sha512-1Qp2NvAzVImqA6y+LubKi1DVhve/hXXgFvB0szxiipzh7BvtuKe4oJJ9dXSqaubaTkt4nMa6dv6RCCAYeB6xaQ==
112
112
-
}
112
112
+
'@astrojs/markdown-remark@5.2.0':
113
113
+
resolution: {integrity: sha512-vWGM24KZXz11jR3JO+oqYU3T2qpuOi4uGivJ9SQLCAI01+vEkHC60YJMRvHPc+hwd60F7euNs1PeOEixIIiNQw==}
113
114
114
114
-
"@astrojs/telemetry@3.1.0":
115
115
-
resolution:
116
116
-
{
117
117
-
integrity: sha512-/ca/+D8MIKEC8/A9cSaPUqQNZm+Es/ZinRv0ZAzvu2ios7POQSsVD+VOj7/hypWNsNM3T7RpfgNq7H2TU1KEHA==
118
118
-
}
119
119
-
engines: { node: ^18.17.1 || ^20.3.0 || >=21.0.0 }
115
115
+
'@astrojs/mdx@3.1.3':
116
116
+
resolution: {integrity: sha512-hOM4dMM4RfJI254d3p/AnOZuk2VyKszRtuY5FBm+Xc4XdhIpGrR56OXMNEcWchtwz4HQyPe/eJSgvBjSROcQIQ==}
117
117
+
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0}
118
118
+
peerDependencies:
119
119
+
astro: ^4.8.0
120
120
121
121
-
"@babel/code-frame@7.24.7":
122
122
-
resolution:
123
123
-
{
124
124
-
integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
125
125
-
}
126
126
-
engines: { node: ">=6.9.0" }
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}
127
124
128
128
-
"@babel/compat-data@7.24.9":
129
129
-
resolution:
130
130
-
{
131
131
-
integrity: sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==
132
132
-
}
133
133
-
engines: { node: ">=6.9.0" }
125
125
+
'@astrojs/rss@4.0.7':
126
126
+
resolution: {integrity: sha512-ZEG55XFB19l+DplUvBISmz04UbjDtKliRO4Y5+ERRhAMjgCVVobEBNE6ZwWG1h6orWUocy4nfPihKXDyB73x9g==}
134
127
135
135
-
"@babel/core@7.24.9":
136
136
-
resolution:
137
137
-
{
138
138
-
integrity: sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==
139
139
-
}
140
140
-
engines: { node: ">=6.9.0" }
128
128
+
'@astrojs/sitemap@3.1.6':
129
129
+
resolution: {integrity: sha512-1Qp2NvAzVImqA6y+LubKi1DVhve/hXXgFvB0szxiipzh7BvtuKe4oJJ9dXSqaubaTkt4nMa6dv6RCCAYeB6xaQ==}
141
130
142
142
-
"@babel/generator@7.24.10":
143
143
-
resolution:
144
144
-
{
145
145
-
integrity: sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==
146
146
-
}
147
147
-
engines: { node: ">=6.9.0" }
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}
148
134
149
149
-
"@babel/helper-annotate-as-pure@7.24.7":
150
150
-
resolution:
151
151
-
{
152
152
-
integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==
153
153
-
}
154
154
-
engines: { node: ">=6.9.0" }
135
135
+
'@babel/code-frame@7.24.7':
136
136
+
resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==}
137
137
+
engines: {node: '>=6.9.0'}
155
138
156
156
-
"@babel/helper-compilation-targets@7.24.8":
157
157
-
resolution:
158
158
-
{
159
159
-
integrity: sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==
160
160
-
}
161
161
-
engines: { node: ">=6.9.0" }
139
139
+
'@babel/compat-data@7.24.9':
140
140
+
resolution: {integrity: sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==}
141
141
+
engines: {node: '>=6.9.0'}
162
142
163
163
-
"@babel/helper-environment-visitor@7.24.7":
164
164
-
resolution:
165
165
-
{
166
166
-
integrity: sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
167
167
-
}
168
168
-
engines: { node: ">=6.9.0" }
143
143
+
'@babel/core@7.24.9':
144
144
+
resolution: {integrity: sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==}
145
145
+
engines: {node: '>=6.9.0'}
169
146
170
170
-
"@babel/helper-function-name@7.24.7":
171
171
-
resolution:
172
172
-
{
173
173
-
integrity: sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==
174
174
-
}
175
175
-
engines: { node: ">=6.9.0" }
147
147
+
'@babel/generator@7.24.10':
148
148
+
resolution: {integrity: sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==}
149
149
+
engines: {node: '>=6.9.0'}
176
150
177
177
-
"@babel/helper-hoist-variables@7.24.7":
178
178
-
resolution:
179
179
-
{
180
180
-
integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==
181
181
-
}
182
182
-
engines: { node: ">=6.9.0" }
151
151
+
'@babel/helper-annotate-as-pure@7.24.7':
152
152
+
resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==}
153
153
+
engines: {node: '>=6.9.0'}
183
154
184
184
-
"@babel/helper-module-imports@7.24.7":
185
185
-
resolution:
186
186
-
{
187
187
-
integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
188
188
-
}
189
189
-
engines: { node: ">=6.9.0" }
155
155
+
'@babel/helper-compilation-targets@7.24.8':
156
156
+
resolution: {integrity: sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==}
157
157
+
engines: {node: '>=6.9.0'}
190
158
191
191
-
"@babel/helper-module-transforms@7.24.9":
192
192
-
resolution:
193
193
-
{
194
194
-
integrity: sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==
195
195
-
}
196
196
-
engines: { node: ">=6.9.0" }
197
197
-
peerDependencies:
198
198
-
"@babel/core": ^7.0.0
159
159
+
'@babel/helper-environment-visitor@7.24.7':
160
160
+
resolution: {integrity: sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==}
161
161
+
engines: {node: '>=6.9.0'}
199
162
200
200
-
"@babel/helper-plugin-utils@7.24.8":
201
201
-
resolution:
202
202
-
{
203
203
-
integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==
204
204
-
}
205
205
-
engines: { node: ">=6.9.0" }
163
163
+
'@babel/helper-function-name@7.24.7':
164
164
+
resolution: {integrity: sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==}
165
165
+
engines: {node: '>=6.9.0'}
206
166
207
207
-
"@babel/helper-simple-access@7.24.7":
208
208
-
resolution:
209
209
-
{
210
210
-
integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==
211
211
-
}
212
212
-
engines: { node: ">=6.9.0" }
167
167
+
'@babel/helper-hoist-variables@7.24.7':
168
168
+
resolution: {integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==}
169
169
+
engines: {node: '>=6.9.0'}
213
170
214
214
-
"@babel/helper-split-export-declaration@7.24.7":
215
215
-
resolution:
216
216
-
{
217
217
-
integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
218
218
-
}
219
219
-
engines: { node: ">=6.9.0" }
171
171
+
'@babel/helper-module-imports@7.24.7':
172
172
+
resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==}
173
173
+
engines: {node: '>=6.9.0'}
220
174
221
221
-
"@babel/helper-string-parser@7.24.8":
222
222
-
resolution:
223
223
-
{
224
224
-
integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
225
225
-
}
226
226
-
engines: { node: ">=6.9.0" }
175
175
+
'@babel/helper-module-transforms@7.24.9':
176
176
+
resolution: {integrity: sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==}
177
177
+
engines: {node: '>=6.9.0'}
178
178
+
peerDependencies:
179
179
+
'@babel/core': ^7.0.0
227
180
228
228
-
"@babel/helper-validator-identifier@7.24.7":
229
229
-
resolution:
230
230
-
{
231
231
-
integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
232
232
-
}
233
233
-
engines: { node: ">=6.9.0" }
181
181
+
'@babel/helper-plugin-utils@7.24.8':
182
182
+
resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==}
183
183
+
engines: {node: '>=6.9.0'}
234
184
235
235
-
"@babel/helper-validator-option@7.24.8":
236
236
-
resolution:
237
237
-
{
238
238
-
integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
239
239
-
}
240
240
-
engines: { node: ">=6.9.0" }
185
185
+
'@babel/helper-simple-access@7.24.7':
186
186
+
resolution: {integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==}
187
187
+
engines: {node: '>=6.9.0'}
241
188
242
242
-
"@babel/helpers@7.24.8":
243
243
-
resolution:
244
244
-
{
245
245
-
integrity: sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==
246
246
-
}
247
247
-
engines: { node: ">=6.9.0" }
189
189
+
'@babel/helper-split-export-declaration@7.24.7':
190
190
+
resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==}
191
191
+
engines: {node: '>=6.9.0'}
248
192
249
249
-
"@babel/highlight@7.24.7":
250
250
-
resolution:
251
251
-
{
252
252
-
integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
253
253
-
}
254
254
-
engines: { node: ">=6.9.0" }
193
193
+
'@babel/helper-string-parser@7.24.8':
194
194
+
resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
195
195
+
engines: {node: '>=6.9.0'}
255
196
256
256
-
"@babel/parser@7.24.8":
257
257
-
resolution:
258
258
-
{
259
259
-
integrity: sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==
260
260
-
}
261
261
-
engines: { node: ">=6.0.0" }
262
262
-
hasBin: true
197
197
+
'@babel/helper-validator-identifier@7.24.7':
198
198
+
resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
199
199
+
engines: {node: '>=6.9.0'}
263
200
264
264
-
"@babel/plugin-syntax-jsx@7.24.7":
265
265
-
resolution:
266
266
-
{
267
267
-
integrity: sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==
268
268
-
}
269
269
-
engines: { node: ">=6.9.0" }
270
270
-
peerDependencies:
271
271
-
"@babel/core": ^7.0.0-0
201
201
+
'@babel/helper-validator-option@7.24.8':
202
202
+
resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==}
203
203
+
engines: {node: '>=6.9.0'}
272
204
273
273
-
"@babel/plugin-transform-react-jsx@7.24.7":
274
274
-
resolution:
275
275
-
{
276
276
-
integrity: sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==
277
277
-
}
278
278
-
engines: { node: ">=6.9.0" }
279
279
-
peerDependencies:
280
280
-
"@babel/core": ^7.0.0-0
205
205
+
'@babel/helpers@7.24.8':
206
206
+
resolution: {integrity: sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==}
207
207
+
engines: {node: '>=6.9.0'}
281
208
282
282
-
"@babel/template@7.24.7":
283
283
-
resolution:
284
284
-
{
285
285
-
integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==
286
286
-
}
287
287
-
engines: { node: ">=6.9.0" }
209
209
+
'@babel/highlight@7.24.7':
210
210
+
resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==}
211
211
+
engines: {node: '>=6.9.0'}
288
212
289
289
-
"@babel/traverse@7.24.8":
290
290
-
resolution:
291
291
-
{
292
292
-
integrity: sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==
293
293
-
}
294
294
-
engines: { node: ">=6.9.0" }
213
213
+
'@babel/parser@7.24.8':
214
214
+
resolution: {integrity: sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==}
215
215
+
engines: {node: '>=6.0.0'}
216
216
+
hasBin: true
295
217
296
296
-
"@babel/types@7.24.9":
297
297
-
resolution:
298
298
-
{
299
299
-
integrity: sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
300
300
-
}
301
301
-
engines: { node: ">=6.9.0" }
218
218
+
'@babel/plugin-syntax-jsx@7.24.7':
219
219
+
resolution: {integrity: sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==}
220
220
+
engines: {node: '>=6.9.0'}
221
221
+
peerDependencies:
222
222
+
'@babel/core': ^7.0.0-0
302
223
303
303
-
"@emnapi/runtime@1.2.0":
304
304
-
resolution:
305
305
-
{
306
306
-
integrity: sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==
307
307
-
}
224
224
+
'@babel/plugin-transform-react-jsx@7.24.7':
225
225
+
resolution: {integrity: sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==}
226
226
+
engines: {node: '>=6.9.0'}
227
227
+
peerDependencies:
228
228
+
'@babel/core': ^7.0.0-0
308
229
309
309
-
"@esbuild/aix-ppc64@0.21.5":
310
310
-
resolution:
311
311
-
{
312
312
-
integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==
313
313
-
}
314
314
-
engines: { node: ">=12" }
315
315
-
cpu: [ppc64]
316
316
-
os: [aix]
230
230
+
'@babel/template@7.24.7':
231
231
+
resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==}
232
232
+
engines: {node: '>=6.9.0'}
317
233
318
318
-
"@esbuild/android-arm64@0.21.5":
319
319
-
resolution:
320
320
-
{
321
321
-
integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==
322
322
-
}
323
323
-
engines: { node: ">=12" }
324
324
-
cpu: [arm64]
325
325
-
os: [android]
234
234
+
'@babel/traverse@7.24.8':
235
235
+
resolution: {integrity: sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==}
236
236
+
engines: {node: '>=6.9.0'}
326
237
327
327
-
"@esbuild/android-arm@0.21.5":
328
328
-
resolution:
329
329
-
{
330
330
-
integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==
331
331
-
}
332
332
-
engines: { node: ">=12" }
333
333
-
cpu: [arm]
334
334
-
os: [android]
238
238
+
'@babel/types@7.24.9':
239
239
+
resolution: {integrity: sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==}
240
240
+
engines: {node: '>=6.9.0'}
335
241
336
336
-
"@esbuild/android-x64@0.21.5":
337
337
-
resolution:
338
338
-
{
339
339
-
integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==
340
340
-
}
341
341
-
engines: { node: ">=12" }
342
342
-
cpu: [x64]
343
343
-
os: [android]
242
242
+
'@emmetio/abbreviation@2.3.3':
243
243
+
resolution: {integrity: sha512-mgv58UrU3rh4YgbE/TzgLQwJ3pFsHHhCLqY20aJq+9comytTXUDNGG/SMtSeMJdkpxgXSXunBGLD8Boka3JyVA==}
344
244
345
345
-
"@esbuild/darwin-arm64@0.21.5":
346
346
-
resolution:
347
347
-
{
348
348
-
integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==
349
349
-
}
350
350
-
engines: { node: ">=12" }
351
351
-
cpu: [arm64]
352
352
-
os: [darwin]
245
245
+
'@emmetio/css-abbreviation@2.1.8':
246
246
+
resolution: {integrity: sha512-s9yjhJ6saOO/uk1V74eifykk2CBYi01STTK3WlXWGOepyKa23ymJ053+DNQjpFcy1ingpaO7AxCcwLvHFY9tuw==}
353
247
354
354
-
"@esbuild/darwin-x64@0.21.5":
355
355
-
resolution:
356
356
-
{
357
357
-
integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==
358
358
-
}
359
359
-
engines: { node: ">=12" }
360
360
-
cpu: [x64]
361
361
-
os: [darwin]
248
248
+
'@emmetio/css-parser@0.4.0':
249
249
+
resolution: {integrity: sha512-z7wkxRSZgrQHXVzObGkXG+Vmj3uRlpM11oCZ9pbaz0nFejvCDmAiNDpY75+wgXOcffKpj4rzGtwGaZxfJKsJxw==}
362
250
363
363
-
"@esbuild/freebsd-arm64@0.21.5":
364
364
-
resolution:
365
365
-
{
366
366
-
integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==
367
367
-
}
368
368
-
engines: { node: ">=12" }
369
369
-
cpu: [arm64]
370
370
-
os: [freebsd]
251
251
+
'@emmetio/html-matcher@1.3.0':
252
252
+
resolution: {integrity: sha512-NTbsvppE5eVyBMuyGfVu2CRrLvo7J4YHb6t9sBFLyY03WYhXET37qA4zOYUjBWFCRHO7pS1B9khERtY0f5JXPQ==}
371
253
372
372
-
"@esbuild/freebsd-x64@0.21.5":
373
373
-
resolution:
374
374
-
{
375
375
-
integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==
376
376
-
}
377
377
-
engines: { node: ">=12" }
378
378
-
cpu: [x64]
379
379
-
os: [freebsd]
254
254
+
'@emmetio/scanner@1.0.4':
255
255
+
resolution: {integrity: sha512-IqRuJtQff7YHHBk4G8YZ45uB9BaAGcwQeVzgj/zj8/UdOhtQpEIupUhSk8dys6spFIWVZVeK20CzGEnqR5SbqA==}
380
256
381
381
-
"@esbuild/linux-arm64@0.21.5":
382
382
-
resolution:
383
383
-
{
384
384
-
integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==
385
385
-
}
386
386
-
engines: { node: ">=12" }
387
387
-
cpu: [arm64]
388
388
-
os: [linux]
257
257
+
'@emmetio/stream-reader-utils@0.1.0':
258
258
+
resolution: {integrity: sha512-ZsZ2I9Vzso3Ho/pjZFsmmZ++FWeEd/txqybHTm4OgaZzdS8V9V/YYWQwg5TC38Z7uLWUV1vavpLLbjJtKubR1A==}
389
259
390
390
-
"@esbuild/linux-arm@0.21.5":
391
391
-
resolution:
392
392
-
{
393
393
-
integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==
394
394
-
}
395
395
-
engines: { node: ">=12" }
396
396
-
cpu: [arm]
397
397
-
os: [linux]
260
260
+
'@emmetio/stream-reader@2.2.0':
261
261
+
resolution: {integrity: sha512-fXVXEyFA5Yv3M3n8sUGT7+fvecGrZP4k6FnWWMSZVQf69kAq0LLpaBQLGcPR30m3zMmKYhECP4k/ZkzvhEW5kw==}
398
262
399
399
-
"@esbuild/linux-ia32@0.21.5":
400
400
-
resolution:
401
401
-
{
402
402
-
integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==
403
403
-
}
404
404
-
engines: { node: ">=12" }
405
405
-
cpu: [ia32]
406
406
-
os: [linux]
263
263
+
'@emnapi/runtime@1.2.0':
264
264
+
resolution: {integrity: sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==}
407
265
408
408
-
"@esbuild/linux-loong64@0.21.5":
409
409
-
resolution:
410
410
-
{
411
411
-
integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==
412
412
-
}
413
413
-
engines: { node: ">=12" }
414
414
-
cpu: [loong64]
415
415
-
os: [linux]
266
266
+
'@esbuild/aix-ppc64@0.21.5':
267
267
+
resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
268
268
+
engines: {node: '>=12'}
269
269
+
cpu: [ppc64]
270
270
+
os: [aix]
416
271
417
417
-
"@esbuild/linux-mips64el@0.21.5":
418
418
-
resolution:
419
419
-
{
420
420
-
integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==
421
421
-
}
422
422
-
engines: { node: ">=12" }
423
423
-
cpu: [mips64el]
424
424
-
os: [linux]
272
272
+
'@esbuild/android-arm64@0.21.5':
273
273
+
resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
274
274
+
engines: {node: '>=12'}
275
275
+
cpu: [arm64]
276
276
+
os: [android]
425
277
426
426
-
"@esbuild/linux-ppc64@0.21.5":
427
427
-
resolution:
428
428
-
{
429
429
-
integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==
430
430
-
}
431
431
-
engines: { node: ">=12" }
432
432
-
cpu: [ppc64]
433
433
-
os: [linux]
278
278
+
'@esbuild/android-arm@0.21.5':
279
279
+
resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
280
280
+
engines: {node: '>=12'}
281
281
+
cpu: [arm]
282
282
+
os: [android]
434
283
435
435
-
"@esbuild/linux-riscv64@0.21.5":
436
436
-
resolution:
437
437
-
{
438
438
-
integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==
439
439
-
}
440
440
-
engines: { node: ">=12" }
441
441
-
cpu: [riscv64]
442
442
-
os: [linux]
284
284
+
'@esbuild/android-x64@0.21.5':
285
285
+
resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
286
286
+
engines: {node: '>=12'}
287
287
+
cpu: [x64]
288
288
+
os: [android]
443
289
444
444
-
"@esbuild/linux-s390x@0.21.5":
445
445
-
resolution:
446
446
-
{
447
447
-
integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==
448
448
-
}
449
449
-
engines: { node: ">=12" }
450
450
-
cpu: [s390x]
451
451
-
os: [linux]
290
290
+
'@esbuild/darwin-arm64@0.21.5':
291
291
+
resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
292
292
+
engines: {node: '>=12'}
293
293
+
cpu: [arm64]
294
294
+
os: [darwin]
452
295
453
453
-
"@esbuild/linux-x64@0.21.5":
454
454
-
resolution:
455
455
-
{
456
456
-
integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==
457
457
-
}
458
458
-
engines: { node: ">=12" }
459
459
-
cpu: [x64]
460
460
-
os: [linux]
296
296
+
'@esbuild/darwin-x64@0.21.5':
297
297
+
resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
298
298
+
engines: {node: '>=12'}
299
299
+
cpu: [x64]
300
300
+
os: [darwin]
461
301
462
462
-
"@esbuild/netbsd-x64@0.21.5":
463
463
-
resolution:
464
464
-
{
465
465
-
integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==
466
466
-
}
467
467
-
engines: { node: ">=12" }
468
468
-
cpu: [x64]
469
469
-
os: [netbsd]
302
302
+
'@esbuild/freebsd-arm64@0.21.5':
303
303
+
resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
304
304
+
engines: {node: '>=12'}
305
305
+
cpu: [arm64]
306
306
+
os: [freebsd]
470
307
471
471
-
"@esbuild/openbsd-x64@0.21.5":
472
472
-
resolution:
473
473
-
{
474
474
-
integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==
475
475
-
}
476
476
-
engines: { node: ">=12" }
477
477
-
cpu: [x64]
478
478
-
os: [openbsd]
308
308
+
'@esbuild/freebsd-x64@0.21.5':
309
309
+
resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
310
310
+
engines: {node: '>=12'}
311
311
+
cpu: [x64]
312
312
+
os: [freebsd]
479
313
480
480
-
"@esbuild/sunos-x64@0.21.5":
481
481
-
resolution:
482
482
-
{
483
483
-
integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==
484
484
-
}
485
485
-
engines: { node: ">=12" }
486
486
-
cpu: [x64]
487
487
-
os: [sunos]
314
314
+
'@esbuild/linux-arm64@0.21.5':
315
315
+
resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
316
316
+
engines: {node: '>=12'}
317
317
+
cpu: [arm64]
318
318
+
os: [linux]
488
319
489
489
-
"@esbuild/win32-arm64@0.21.5":
490
490
-
resolution:
491
491
-
{
492
492
-
integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==
493
493
-
}
494
494
-
engines: { node: ">=12" }
495
495
-
cpu: [arm64]
496
496
-
os: [win32]
320
320
+
'@esbuild/linux-arm@0.21.5':
321
321
+
resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
322
322
+
engines: {node: '>=12'}
323
323
+
cpu: [arm]
324
324
+
os: [linux]
497
325
498
498
-
"@esbuild/win32-ia32@0.21.5":
499
499
-
resolution:
500
500
-
{
501
501
-
integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==
502
502
-
}
503
503
-
engines: { node: ">=12" }
504
504
-
cpu: [ia32]
505
505
-
os: [win32]
326
326
+
'@esbuild/linux-ia32@0.21.5':
327
327
+
resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
328
328
+
engines: {node: '>=12'}
329
329
+
cpu: [ia32]
330
330
+
os: [linux]
506
331
507
507
-
"@esbuild/win32-x64@0.21.5":
508
508
-
resolution:
509
509
-
{
510
510
-
integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==
511
511
-
}
512
512
-
engines: { node: ">=12" }
513
513
-
cpu: [x64]
514
514
-
os: [win32]
332
332
+
'@esbuild/linux-loong64@0.21.5':
333
333
+
resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
334
334
+
engines: {node: '>=12'}
335
335
+
cpu: [loong64]
336
336
+
os: [linux]
515
337
516
516
-
"@iconify-json/bi@1.1.23":
517
517
-
resolution:
518
518
-
{
519
519
-
integrity: sha512-1te+g9ZzI+PU1Lv6Xerd3XPXf4DE6g3TvDL2buIopTAfrauPHyXCHPFQMrzoQVNrVPCpN3rv3vBtJMPyBwJ9IA==
520
520
-
}
338
338
+
'@esbuild/linux-mips64el@0.21.5':
339
339
+
resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
340
340
+
engines: {node: '>=12'}
341
341
+
cpu: [mips64el]
342
342
+
os: [linux]
521
343
522
522
-
"@iconify-json/file-icons@1.1.9":
523
523
-
resolution:
524
524
-
{
525
525
-
integrity: sha512-8asHoWRdQURabZTcqx/JdGIgpoGgbYvfsdYPRAlfsVW+o1ITOjdgW67pYd9Lelh+wAQM19HctMmbXvYwCdIubQ==
526
526
-
}
344
344
+
'@esbuild/linux-ppc64@0.21.5':
345
345
+
resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
346
346
+
engines: {node: '>=12'}
347
347
+
cpu: [ppc64]
348
348
+
os: [linux]
527
349
528
528
-
"@iconify-json/mdi@1.1.67":
529
529
-
resolution:
530
530
-
{
531
531
-
integrity: sha512-00nllHES8hyACwIfgySlQgAE6MKgpr2wsKfpifMiZWZ9aXC5l4Jb0lR3lJSWwXgOW6kzAOdzC3T+2VOfBBZ13A==
532
532
-
}
350
350
+
'@esbuild/linux-riscv64@0.21.5':
351
351
+
resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
352
352
+
engines: {node: '>=12'}
353
353
+
cpu: [riscv64]
354
354
+
os: [linux]
533
355
534
534
-
"@iconify-json/simple-icons@1.1.109":
535
535
-
resolution:
536
536
-
{
537
537
-
integrity: sha512-vIhIJQDdbS5R6kSyIHVBRCaR2jiFjVlbVtB4PAoLjQL45vJRHMTwkrFa536XcX7yW69HbQkoanydcyDjknI6pw==
538
538
-
}
356
356
+
'@esbuild/linux-s390x@0.21.5':
357
357
+
resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
358
358
+
engines: {node: '>=12'}
359
359
+
cpu: [s390x]
360
360
+
os: [linux]
539
361
540
540
-
"@iconify/tools@3.0.7":
541
541
-
resolution:
542
542
-
{
543
543
-
integrity: sha512-DxfhFLMnooS34dHelpGUnnYrxLZHs0czC1CgrBhAbuL8ddVzBb2VEQm8kh9qGh7A34qeXAB5iSHH3A72rAaFrg==
544
544
-
}
362
362
+
'@esbuild/linux-x64@0.21.5':
363
363
+
resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
364
364
+
engines: {node: '>=12'}
365
365
+
cpu: [x64]
366
366
+
os: [linux]
545
367
546
546
-
"@iconify/types@2.0.0":
547
547
-
resolution:
548
548
-
{
549
549
-
integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==
550
550
-
}
368
368
+
'@esbuild/netbsd-x64@0.21.5':
369
369
+
resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
370
370
+
engines: {node: '>=12'}
371
371
+
cpu: [x64]
372
372
+
os: [netbsd]
551
373
552
552
-
"@iconify/utils@2.1.25":
553
553
-
resolution:
554
554
-
{
555
555
-
integrity: sha512-Y+iGko8uv/Fz5bQLLJyNSZGOdMW0G7cnlEX1CiNcKsRXX9cq/y/vwxrIAtLCZhKHr3m0VJmsjVPsvnM4uX8YLg==
556
556
-
}
374
374
+
'@esbuild/openbsd-x64@0.21.5':
375
375
+
resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
376
376
+
engines: {node: '>=12'}
377
377
+
cpu: [x64]
378
378
+
os: [openbsd]
557
379
558
558
-
"@img/sharp-darwin-arm64@0.33.4":
559
559
-
resolution:
560
560
-
{
561
561
-
integrity: sha512-p0suNqXufJs9t3RqLBO6vvrgr5OhgbWp76s5gTRvdmxmuv9E1rcaqGUsl3l4mKVmXPkTkTErXediAui4x+8PSA==
562
562
-
}
563
563
-
engines:
564
564
-
{
565
565
-
glibc: ">=2.26",
566
566
-
node: ^18.17.0 || ^20.3.0 || >=21.0.0,
567
567
-
npm: ">=9.6.5",
568
568
-
pnpm: ">=7.1.0",
569
569
-
yarn: ">=3.2.0"
570
570
-
}
571
571
-
cpu: [arm64]
572
572
-
os: [darwin]
380
380
+
'@esbuild/sunos-x64@0.21.5':
381
381
+
resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
382
382
+
engines: {node: '>=12'}
383
383
+
cpu: [x64]
384
384
+
os: [sunos]
573
385
574
574
-
"@img/sharp-darwin-x64@0.33.4":
575
575
-
resolution:
576
576
-
{
577
577
-
integrity: sha512-0l7yRObwtTi82Z6ebVI2PnHT8EB2NxBgpK2MiKJZJ7cz32R4lxd001ecMhzzsZig3Yv9oclvqqdV93jo9hy+Dw==
578
578
-
}
579
579
-
engines:
580
580
-
{
581
581
-
glibc: ">=2.26",
582
582
-
node: ^18.17.0 || ^20.3.0 || >=21.0.0,
583
583
-
npm: ">=9.6.5",
584
584
-
pnpm: ">=7.1.0",
585
585
-
yarn: ">=3.2.0"
586
586
-
}
587
587
-
cpu: [x64]
588
588
-
os: [darwin]
386
386
+
'@esbuild/win32-arm64@0.21.5':
387
387
+
resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
388
388
+
engines: {node: '>=12'}
389
389
+
cpu: [arm64]
390
390
+
os: [win32]
589
391
590
590
-
"@img/sharp-libvips-darwin-arm64@1.0.2":
591
591
-
resolution:
592
592
-
{
593
593
-
integrity: sha512-tcK/41Rq8IKlSaKRCCAuuY3lDJjQnYIW1UXU1kxcEKrfL8WR7N6+rzNoOxoQRJWTAECuKwgAHnPvqXGN8XfkHA==
594
594
-
}
595
595
-
engines: { macos: ">=11", npm: ">=9.6.5", pnpm: ">=7.1.0", yarn: ">=3.2.0" }
596
596
-
cpu: [arm64]
597
597
-
os: [darwin]
392
392
+
'@esbuild/win32-ia32@0.21.5':
393
393
+
resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
394
394
+
engines: {node: '>=12'}
395
395
+
cpu: [ia32]
396
396
+
os: [win32]
598
397
599
599
-
"@img/sharp-libvips-darwin-x64@1.0.2":
600
600
-
resolution:
601
601
-
{
602
602
-
integrity: sha512-Ofw+7oaWa0HiiMiKWqqaZbaYV3/UGL2wAPeLuJTx+9cXpCRdvQhCLG0IH8YGwM0yGWGLpsF4Su9vM1o6aer+Fw==
603
603
-
}
604
604
-
engines: { macos: ">=10.13", npm: ">=9.6.5", pnpm: ">=7.1.0", yarn: ">=3.2.0" }
605
605
-
cpu: [x64]
606
606
-
os: [darwin]
398
398
+
'@esbuild/win32-x64@0.21.5':
399
399
+
resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
400
400
+
engines: {node: '>=12'}
401
401
+
cpu: [x64]
402
402
+
os: [win32]
607
403
608
608
-
"@img/sharp-libvips-linux-arm64@1.0.2":
609
609
-
resolution:
610
610
-
{
611
611
-
integrity: sha512-x7kCt3N00ofFmmkkdshwj3vGPCnmiDh7Gwnd4nUwZln2YjqPxV1NlTyZOvoDWdKQVDL911487HOueBvrpflagw==
612
612
-
}
613
613
-
engines: { glibc: ">=2.26", npm: ">=9.6.5", pnpm: ">=7.1.0", yarn: ">=3.2.0" }
614
614
-
cpu: [arm64]
615
615
-
os: [linux]
404
404
+
'@iconify-json/bi@1.1.23':
405
405
+
resolution: {integrity: sha512-1te+g9ZzI+PU1Lv6Xerd3XPXf4DE6g3TvDL2buIopTAfrauPHyXCHPFQMrzoQVNrVPCpN3rv3vBtJMPyBwJ9IA==}
616
406
617
617
-
"@img/sharp-libvips-linux-arm@1.0.2":
618
618
-
resolution:
619
619
-
{
620
620
-
integrity: sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==
621
621
-
}
622
622
-
engines: { glibc: ">=2.28", npm: ">=9.6.5", pnpm: ">=7.1.0", yarn: ">=3.2.0" }
623
623
-
cpu: [arm]
624
624
-
os: [linux]
407
407
+
'@iconify-json/file-icons@1.1.9':
408
408
+
resolution: {integrity: sha512-8asHoWRdQURabZTcqx/JdGIgpoGgbYvfsdYPRAlfsVW+o1ITOjdgW67pYd9Lelh+wAQM19HctMmbXvYwCdIubQ==}
625
409
626
626
-
"@img/sharp-libvips-linux-s390x@1.0.2":
627
627
-
resolution:
628
628
-
{
629
629
-
integrity: sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==
630
630
-
}
631
631
-
engines: { glibc: ">=2.28", npm: ">=9.6.5", pnpm: ">=7.1.0", yarn: ">=3.2.0" }
632
632
-
cpu: [s390x]
633
633
-
os: [linux]
410
410
+
'@iconify-json/mdi@1.1.67':
411
411
+
resolution: {integrity: sha512-00nllHES8hyACwIfgySlQgAE6MKgpr2wsKfpifMiZWZ9aXC5l4Jb0lR3lJSWwXgOW6kzAOdzC3T+2VOfBBZ13A==}
634
412
635
635
-
"@img/sharp-libvips-linux-x64@1.0.2":
636
636
-
resolution:
637
637
-
{
638
638
-
integrity: sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==
639
639
-
}
640
640
-
engines: { glibc: ">=2.26", npm: ">=9.6.5", pnpm: ">=7.1.0", yarn: ">=3.2.0" }
641
641
-
cpu: [x64]
642
642
-
os: [linux]
413
413
+
'@iconify-json/simple-icons@1.1.110':
414
414
+
resolution: {integrity: sha512-5OiKacS+FL+T8sc5o9HTRVsy4HNnLiit9WkTQ1MxKOIYBhJsO7GgsMmnJPGbvhOuWZbJURLe+/Kohk4H/Sq22w==}
643
415
644
644
-
"@img/sharp-libvips-linuxmusl-arm64@1.0.2":
645
645
-
resolution:
646
646
-
{
647
647
-
integrity: sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==
648
648
-
}
649
649
-
engines: { musl: ">=1.2.2", npm: ">=9.6.5", pnpm: ">=7.1.0", yarn: ">=3.2.0" }
650
650
-
cpu: [arm64]
651
651
-
os: [linux]
416
416
+
'@iconify/tools@3.0.7':
417
417
+
resolution: {integrity: sha512-DxfhFLMnooS34dHelpGUnnYrxLZHs0czC1CgrBhAbuL8ddVzBb2VEQm8kh9qGh7A34qeXAB5iSHH3A72rAaFrg==}
652
418
653
653
-
"@img/sharp-libvips-linuxmusl-x64@1.0.2":
654
654
-
resolution:
655
655
-
{
656
656
-
integrity: sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==
657
657
-
}
658
658
-
engines: { musl: ">=1.2.2", npm: ">=9.6.5", pnpm: ">=7.1.0", yarn: ">=3.2.0" }
659
659
-
cpu: [x64]
660
660
-
os: [linux]
419
419
+
'@iconify/types@2.0.0':
420
420
+
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
661
421
662
662
-
"@img/sharp-linux-arm64@0.33.4":
663
663
-
resolution:
664
664
-
{
665
665
-
integrity: sha512-2800clwVg1ZQtxwSoTlHvtm9ObgAax7V6MTAB/hDT945Tfyy3hVkmiHpeLPCKYqYR1Gcmv1uDZ3a4OFwkdBL7Q==
666
666
-
}
667
667
-
engines:
668
668
-
{
669
669
-
glibc: ">=2.26",
670
670
-
node: ^18.17.0 || ^20.3.0 || >=21.0.0,
671
671
-
npm: ">=9.6.5",
672
672
-
pnpm: ">=7.1.0",
673
673
-
yarn: ">=3.2.0"
674
674
-
}
675
675
-
cpu: [arm64]
676
676
-
os: [linux]
422
422
+
'@iconify/utils@2.1.25':
423
423
+
resolution: {integrity: sha512-Y+iGko8uv/Fz5bQLLJyNSZGOdMW0G7cnlEX1CiNcKsRXX9cq/y/vwxrIAtLCZhKHr3m0VJmsjVPsvnM4uX8YLg==}
677
424
678
678
-
"@img/sharp-linux-arm@0.33.4":
679
679
-
resolution:
680
680
-
{
681
681
-
integrity: sha512-RUgBD1c0+gCYZGCCe6mMdTiOFS0Zc/XrN0fYd6hISIKcDUbAW5NtSQW9g/powkrXYm6Vzwd6y+fqmExDuCdHNQ==
682
682
-
}
683
683
-
engines:
684
684
-
{
685
685
-
glibc: ">=2.28",
686
686
-
node: ^18.17.0 || ^20.3.0 || >=21.0.0,
687
687
-
npm: ">=9.6.5",
688
688
-
pnpm: ">=7.1.0",
689
689
-
yarn: ">=3.2.0"
690
690
-
}
691
691
-
cpu: [arm]
692
692
-
os: [linux]
425
425
+
'@img/sharp-darwin-arm64@0.33.4':
426
426
+
resolution: {integrity: sha512-p0suNqXufJs9t3RqLBO6vvrgr5OhgbWp76s5gTRvdmxmuv9E1rcaqGUsl3l4mKVmXPkTkTErXediAui4x+8PSA==}
427
427
+
engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
428
428
+
cpu: [arm64]
429
429
+
os: [darwin]
693
430
694
694
-
"@img/sharp-linux-s390x@0.33.4":
695
695
-
resolution:
696
696
-
{
697
697
-
integrity: sha512-h3RAL3siQoyzSoH36tUeS0PDmb5wINKGYzcLB5C6DIiAn2F3udeFAum+gj8IbA/82+8RGCTn7XW8WTFnqag4tQ==
698
698
-
}
699
699
-
engines:
700
700
-
{
701
701
-
glibc: ">=2.31",
702
702
-
node: ^18.17.0 || ^20.3.0 || >=21.0.0,
703
703
-
npm: ">=9.6.5",
704
704
-
pnpm: ">=7.1.0",
705
705
-
yarn: ">=3.2.0"
706
706
-
}
707
707
-
cpu: [s390x]
708
708
-
os: [linux]
431
431
+
'@img/sharp-darwin-x64@0.33.4':
432
432
+
resolution: {integrity: sha512-0l7yRObwtTi82Z6ebVI2PnHT8EB2NxBgpK2MiKJZJ7cz32R4lxd001ecMhzzsZig3Yv9oclvqqdV93jo9hy+Dw==}
433
433
+
engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
434
434
+
cpu: [x64]
435
435
+
os: [darwin]
709
436
710
710
-
"@img/sharp-linux-x64@0.33.4":
711
711
-
resolution:
712
712
-
{
713
713
-
integrity: sha512-GoR++s0XW9DGVi8SUGQ/U4AeIzLdNjHka6jidVwapQ/JebGVQIpi52OdyxCNVRE++n1FCLzjDovJNozif7w/Aw==
714
714
-
}
715
715
-
engines:
716
716
-
{
717
717
-
glibc: ">=2.26",
718
718
-
node: ^18.17.0 || ^20.3.0 || >=21.0.0,
719
719
-
npm: ">=9.6.5",
720
720
-
pnpm: ">=7.1.0",
721
721
-
yarn: ">=3.2.0"
722
722
-
}
723
723
-
cpu: [x64]
724
724
-
os: [linux]
437
437
+
'@img/sharp-libvips-darwin-arm64@1.0.2':
438
438
+
resolution: {integrity: sha512-tcK/41Rq8IKlSaKRCCAuuY3lDJjQnYIW1UXU1kxcEKrfL8WR7N6+rzNoOxoQRJWTAECuKwgAHnPvqXGN8XfkHA==}
439
439
+
engines: {macos: '>=11', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
440
440
+
cpu: [arm64]
441
441
+
os: [darwin]
725
442
726
726
-
"@img/sharp-linuxmusl-arm64@0.33.4":
727
727
-
resolution:
728
728
-
{
729
729
-
integrity: sha512-nhr1yC3BlVrKDTl6cO12gTpXMl4ITBUZieehFvMntlCXFzH2bvKG76tBL2Y/OqhupZt81pR7R+Q5YhJxW0rGgQ==
730
730
-
}
731
731
-
engines:
732
732
-
{
733
733
-
musl: ">=1.2.2",
734
734
-
node: ^18.17.0 || ^20.3.0 || >=21.0.0,
735
735
-
npm: ">=9.6.5",
736
736
-
pnpm: ">=7.1.0",
737
737
-
yarn: ">=3.2.0"
738
738
-
}
739
739
-
cpu: [arm64]
740
740
-
os: [linux]
443
443
+
'@img/sharp-libvips-darwin-x64@1.0.2':
444
444
+
resolution: {integrity: sha512-Ofw+7oaWa0HiiMiKWqqaZbaYV3/UGL2wAPeLuJTx+9cXpCRdvQhCLG0IH8YGwM0yGWGLpsF4Su9vM1o6aer+Fw==}
445
445
+
engines: {macos: '>=10.13', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
446
446
+
cpu: [x64]
447
447
+
os: [darwin]
741
448
742
742
-
"@img/sharp-linuxmusl-x64@0.33.4":
743
743
-
resolution:
744
744
-
{
745
745
-
integrity: sha512-uCPTku0zwqDmZEOi4ILyGdmW76tH7dm8kKlOIV1XC5cLyJ71ENAAqarOHQh0RLfpIpbV5KOpXzdU6XkJtS0daw==
746
746
-
}
747
747
-
engines:
748
748
-
{
749
749
-
musl: ">=1.2.2",
750
750
-
node: ^18.17.0 || ^20.3.0 || >=21.0.0,
751
751
-
npm: ">=9.6.5",
752
752
-
pnpm: ">=7.1.0",
753
753
-
yarn: ">=3.2.0"
754
754
-
}
755
755
-
cpu: [x64]
756
756
-
os: [linux]
449
449
+
'@img/sharp-libvips-linux-arm64@1.0.2':
450
450
+
resolution: {integrity: sha512-x7kCt3N00ofFmmkkdshwj3vGPCnmiDh7Gwnd4nUwZln2YjqPxV1NlTyZOvoDWdKQVDL911487HOueBvrpflagw==}
451
451
+
engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
452
452
+
cpu: [arm64]
453
453
+
os: [linux]
757
454
758
758
-
"@img/sharp-wasm32@0.33.4":
759
759
-
resolution:
760
760
-
{
761
761
-
integrity: sha512-Bmmauh4sXUsUqkleQahpdNXKvo+wa1V9KhT2pDA4VJGKwnKMJXiSTGphn0gnJrlooda0QxCtXc6RX1XAU6hMnQ==
762
762
-
}
763
763
-
engines:
764
764
-
{
765
765
-
node: ^18.17.0 || ^20.3.0 || >=21.0.0,
766
766
-
npm: ">=9.6.5",
767
767
-
pnpm: ">=7.1.0",
768
768
-
yarn: ">=3.2.0"
769
769
-
}
770
770
-
cpu: [wasm32]
455
455
+
'@img/sharp-libvips-linux-arm@1.0.2':
456
456
+
resolution: {integrity: sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==}
457
457
+
engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
458
458
+
cpu: [arm]
459
459
+
os: [linux]
771
460
772
772
-
"@img/sharp-win32-ia32@0.33.4":
773
773
-
resolution:
774
774
-
{
775
775
-
integrity: sha512-99SJ91XzUhYHbx7uhK3+9Lf7+LjwMGQZMDlO/E/YVJ7Nc3lyDFZPGhjwiYdctoH2BOzW9+TnfqcaMKt0jHLdqw==
776
776
-
}
777
777
-
engines:
778
778
-
{
779
779
-
node: ^18.17.0 || ^20.3.0 || >=21.0.0,
780
780
-
npm: ">=9.6.5",
781
781
-
pnpm: ">=7.1.0",
782
782
-
yarn: ">=3.2.0"
783
783
-
}
784
784
-
cpu: [ia32]
785
785
-
os: [win32]
461
461
+
'@img/sharp-libvips-linux-s390x@1.0.2':
462
462
+
resolution: {integrity: sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==}
463
463
+
engines: {glibc: '>=2.28', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
464
464
+
cpu: [s390x]
465
465
+
os: [linux]
786
466
787
787
-
"@img/sharp-win32-x64@0.33.4":
788
788
-
resolution:
789
789
-
{
790
790
-
integrity: sha512-3QLocdTRVIrFNye5YocZl+KKpYKP+fksi1QhmOArgx7GyhIbQp/WrJRu176jm8IxromS7RIkzMiMINVdBtC8Aw==
791
791
-
}
792
792
-
engines:
793
793
-
{
794
794
-
node: ^18.17.0 || ^20.3.0 || >=21.0.0,
795
795
-
npm: ">=9.6.5",
796
796
-
pnpm: ">=7.1.0",
797
797
-
yarn: ">=3.2.0"
798
798
-
}
799
799
-
cpu: [x64]
800
800
-
os: [win32]
467
467
+
'@img/sharp-libvips-linux-x64@1.0.2':
468
468
+
resolution: {integrity: sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==}
469
469
+
engines: {glibc: '>=2.26', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
470
470
+
cpu: [x64]
471
471
+
os: [linux]
801
472
802
802
-
"@jridgewell/gen-mapping@0.3.5":
803
803
-
resolution:
804
804
-
{
805
805
-
integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
806
806
-
}
807
807
-
engines: { node: ">=6.0.0" }
473
473
+
'@img/sharp-libvips-linuxmusl-arm64@1.0.2':
474
474
+
resolution: {integrity: sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==}
475
475
+
engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
476
476
+
cpu: [arm64]
477
477
+
os: [linux]
808
478
809
809
-
"@jridgewell/resolve-uri@3.1.2":
810
810
-
resolution:
811
811
-
{
812
812
-
integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
813
813
-
}
814
814
-
engines: { node: ">=6.0.0" }
479
479
+
'@img/sharp-libvips-linuxmusl-x64@1.0.2':
480
480
+
resolution: {integrity: sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==}
481
481
+
engines: {musl: '>=1.2.2', npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
482
482
+
cpu: [x64]
483
483
+
os: [linux]
815
484
816
816
-
"@jridgewell/set-array@1.2.1":
817
817
-
resolution:
818
818
-
{
819
819
-
integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
820
820
-
}
821
821
-
engines: { node: ">=6.0.0" }
485
485
+
'@img/sharp-linux-arm64@0.33.4':
486
486
+
resolution: {integrity: sha512-2800clwVg1ZQtxwSoTlHvtm9ObgAax7V6MTAB/hDT945Tfyy3hVkmiHpeLPCKYqYR1Gcmv1uDZ3a4OFwkdBL7Q==}
487
487
+
engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
488
488
+
cpu: [arm64]
489
489
+
os: [linux]
822
490
823
823
-
"@jridgewell/sourcemap-codec@1.5.0":
824
824
-
resolution:
825
825
-
{
826
826
-
integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
827
827
-
}
491
491
+
'@img/sharp-linux-arm@0.33.4':
492
492
+
resolution: {integrity: sha512-RUgBD1c0+gCYZGCCe6mMdTiOFS0Zc/XrN0fYd6hISIKcDUbAW5NtSQW9g/powkrXYm6Vzwd6y+fqmExDuCdHNQ==}
493
493
+
engines: {glibc: '>=2.28', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
494
494
+
cpu: [arm]
495
495
+
os: [linux]
828
496
829
829
-
"@jridgewell/trace-mapping@0.3.25":
830
830
-
resolution:
831
831
-
{
832
832
-
integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
833
833
-
}
497
497
+
'@img/sharp-linux-s390x@0.33.4':
498
498
+
resolution: {integrity: sha512-h3RAL3siQoyzSoH36tUeS0PDmb5wINKGYzcLB5C6DIiAn2F3udeFAum+gj8IbA/82+8RGCTn7XW8WTFnqag4tQ==}
499
499
+
engines: {glibc: '>=2.31', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
500
500
+
cpu: [s390x]
501
501
+
os: [linux]
834
502
835
835
-
"@mdx-js/mdx@3.0.1":
836
836
-
resolution:
837
837
-
{
838
838
-
integrity: sha512-eIQ4QTrOWyL3LWEe/bu6Taqzq2HQvHcyTMaOrI95P2/LmJE7AsfPfgJGuFLPVqBUE1BC1rik3VIhU+s9u72arA==
839
839
-
}
503
503
+
'@img/sharp-linux-x64@0.33.4':
504
504
+
resolution: {integrity: sha512-GoR++s0XW9DGVi8SUGQ/U4AeIzLdNjHka6jidVwapQ/JebGVQIpi52OdyxCNVRE++n1FCLzjDovJNozif7w/Aw==}
505
505
+
engines: {glibc: '>=2.26', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
506
506
+
cpu: [x64]
507
507
+
os: [linux]
840
508
841
841
-
"@nodelib/fs.scandir@2.1.5":
842
842
-
resolution:
843
843
-
{
844
844
-
integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
845
845
-
}
846
846
-
engines: { node: ">= 8" }
509
509
+
'@img/sharp-linuxmusl-arm64@0.33.4':
510
510
+
resolution: {integrity: sha512-nhr1yC3BlVrKDTl6cO12gTpXMl4ITBUZieehFvMntlCXFzH2bvKG76tBL2Y/OqhupZt81pR7R+Q5YhJxW0rGgQ==}
511
511
+
engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
512
512
+
cpu: [arm64]
513
513
+
os: [linux]
847
514
848
848
-
"@nodelib/fs.stat@2.0.5":
849
849
-
resolution:
850
850
-
{
851
851
-
integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
852
852
-
}
853
853
-
engines: { node: ">= 8" }
515
515
+
'@img/sharp-linuxmusl-x64@0.33.4':
516
516
+
resolution: {integrity: sha512-uCPTku0zwqDmZEOi4ILyGdmW76tH7dm8kKlOIV1XC5cLyJ71ENAAqarOHQh0RLfpIpbV5KOpXzdU6XkJtS0daw==}
517
517
+
engines: {musl: '>=1.2.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
518
518
+
cpu: [x64]
519
519
+
os: [linux]
854
520
855
855
-
"@nodelib/fs.walk@1.2.8":
856
856
-
resolution:
857
857
-
{
858
858
-
integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
859
859
-
}
860
860
-
engines: { node: ">= 8" }
521
521
+
'@img/sharp-wasm32@0.33.4':
522
522
+
resolution: {integrity: sha512-Bmmauh4sXUsUqkleQahpdNXKvo+wa1V9KhT2pDA4VJGKwnKMJXiSTGphn0gnJrlooda0QxCtXc6RX1XAU6hMnQ==}
523
523
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
524
524
+
cpu: [wasm32]
861
525
862
862
-
"@picocss/pico@2.0.6":
863
863
-
resolution:
864
864
-
{
865
865
-
integrity: sha512-/d8qsykowelD6g8k8JYgmCagOIulCPHMEc2NC4u7OjmpQLmtSetLhEbt0j1n3fPNJVcrT84dRp0RfJBn3wJROA==
866
866
-
}
867
867
-
engines: { node: ">=18.19.0" }
526
526
+
'@img/sharp-win32-ia32@0.33.4':
527
527
+
resolution: {integrity: sha512-99SJ91XzUhYHbx7uhK3+9Lf7+LjwMGQZMDlO/E/YVJ7Nc3lyDFZPGhjwiYdctoH2BOzW9+TnfqcaMKt0jHLdqw==}
528
528
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
529
529
+
cpu: [ia32]
530
530
+
os: [win32]
868
531
869
869
-
"@rollup/rollup-android-arm-eabi@4.19.0":
870
870
-
resolution:
871
871
-
{
872
872
-
integrity: sha512-JlPfZ/C7yn5S5p0yKk7uhHTTnFlvTgLetl2VxqE518QgyM7C9bSfFTYvB/Q/ftkq0RIPY4ySxTz+/wKJ/dXC0w==
873
873
-
}
874
874
-
cpu: [arm]
875
875
-
os: [android]
532
532
+
'@img/sharp-win32-x64@0.33.4':
533
533
+
resolution: {integrity: sha512-3QLocdTRVIrFNye5YocZl+KKpYKP+fksi1QhmOArgx7GyhIbQp/WrJRu176jm8IxromS7RIkzMiMINVdBtC8Aw==}
534
534
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0', yarn: '>=3.2.0'}
535
535
+
cpu: [x64]
536
536
+
os: [win32]
876
537
877
877
-
"@rollup/rollup-android-arm64@4.19.0":
878
878
-
resolution:
879
879
-
{
880
880
-
integrity: sha512-RDxUSY8D1tWYfn00DDi5myxKgOk6RvWPxhmWexcICt/MEC6yEMr4HNCu1sXXYLw8iAsg0D44NuU+qNq7zVWCrw==
881
881
-
}
882
882
-
cpu: [arm64]
883
883
-
os: [android]
538
538
+
'@jridgewell/gen-mapping@0.3.5':
539
539
+
resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==}
540
540
+
engines: {node: '>=6.0.0'}
884
541
885
885
-
"@rollup/rollup-darwin-arm64@4.19.0":
886
886
-
resolution:
887
887
-
{
888
888
-
integrity: sha512-emvKHL4B15x6nlNTBMtIaC9tLPRpeA5jMvRLXVbl/W9Ie7HhkrE7KQjvgS9uxgatL1HmHWDXk5TTS4IaNJxbAA==
889
889
-
}
890
890
-
cpu: [arm64]
891
891
-
os: [darwin]
542
542
+
'@jridgewell/resolve-uri@3.1.2':
543
543
+
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
544
544
+
engines: {node: '>=6.0.0'}
892
545
893
893
-
"@rollup/rollup-darwin-x64@4.19.0":
894
894
-
resolution:
895
895
-
{
896
896
-
integrity: sha512-fO28cWA1dC57qCd+D0rfLC4VPbh6EOJXrreBmFLWPGI9dpMlER2YwSPZzSGfq11XgcEpPukPTfEVFtw2q2nYJg==
897
897
-
}
898
898
-
cpu: [x64]
899
899
-
os: [darwin]
546
546
+
'@jridgewell/set-array@1.2.1':
547
547
+
resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
548
548
+
engines: {node: '>=6.0.0'}
900
549
901
901
-
"@rollup/rollup-linux-arm-gnueabihf@4.19.0":
902
902
-
resolution:
903
903
-
{
904
904
-
integrity: sha512-2Rn36Ubxdv32NUcfm0wB1tgKqkQuft00PtM23VqLuCUR4N5jcNWDoV5iBC9jeGdgS38WK66ElncprqgMUOyomw==
905
905
-
}
906
906
-
cpu: [arm]
907
907
-
os: [linux]
550
550
+
'@jridgewell/sourcemap-codec@1.5.0':
551
551
+
resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
908
552
909
909
-
"@rollup/rollup-linux-arm-musleabihf@4.19.0":
910
910
-
resolution:
911
911
-
{
912
912
-
integrity: sha512-gJuzIVdq/X1ZA2bHeCGCISe0VWqCoNT8BvkQ+BfsixXwTOndhtLUpOg0A1Fcx/+eA6ei6rMBzlOz4JzmiDw7JQ==
913
913
-
}
914
914
-
cpu: [arm]
915
915
-
os: [linux]
553
553
+
'@jridgewell/trace-mapping@0.3.25':
554
554
+
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
916
555
917
917
-
"@rollup/rollup-linux-arm64-gnu@4.19.0":
918
918
-
resolution:
919
919
-
{
920
920
-
integrity: sha512-0EkX2HYPkSADo9cfeGFoQ7R0/wTKb7q6DdwI4Yn/ULFE1wuRRCHybxpl2goQrx4c/yzK3I8OlgtBu4xvted0ug==
921
921
-
}
922
922
-
cpu: [arm64]
923
923
-
os: [linux]
556
556
+
'@mdx-js/mdx@3.0.1':
557
557
+
resolution: {integrity: sha512-eIQ4QTrOWyL3LWEe/bu6Taqzq2HQvHcyTMaOrI95P2/LmJE7AsfPfgJGuFLPVqBUE1BC1rik3VIhU+s9u72arA==}
924
558
925
925
-
"@rollup/rollup-linux-arm64-musl@4.19.0":
926
926
-
resolution:
927
927
-
{
928
928
-
integrity: sha512-GlIQRj9px52ISomIOEUq/IojLZqzkvRpdP3cLgIE1wUWaiU5Takwlzpz002q0Nxxr1y2ZgxC2obWxjr13lvxNQ==
929
929
-
}
930
930
-
cpu: [arm64]
931
931
-
os: [linux]
559
559
+
'@nodelib/fs.scandir@2.1.5':
560
560
+
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
561
561
+
engines: {node: '>= 8'}
932
562
933
933
-
"@rollup/rollup-linux-powerpc64le-gnu@4.19.0":
934
934
-
resolution:
935
935
-
{
936
936
-
integrity: sha512-N6cFJzssruDLUOKfEKeovCKiHcdwVYOT1Hs6dovDQ61+Y9n3Ek4zXvtghPPelt6U0AH4aDGnDLb83uiJMkWYzQ==
937
937
-
}
938
938
-
cpu: [ppc64]
939
939
-
os: [linux]
563
563
+
'@nodelib/fs.stat@2.0.5':
564
564
+
resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
565
565
+
engines: {node: '>= 8'}
940
566
941
941
-
"@rollup/rollup-linux-riscv64-gnu@4.19.0":
942
942
-
resolution:
943
943
-
{
944
944
-
integrity: sha512-2DnD3mkS2uuam/alF+I7M84koGwvn3ZVD7uG+LEWpyzo/bq8+kKnus2EVCkcvh6PlNB8QPNFOz6fWd5N8o1CYg==
945
945
-
}
946
946
-
cpu: [riscv64]
947
947
-
os: [linux]
567
567
+
'@nodelib/fs.walk@1.2.8':
568
568
+
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
569
569
+
engines: {node: '>= 8'}
948
570
949
949
-
"@rollup/rollup-linux-s390x-gnu@4.19.0":
950
950
-
resolution:
951
951
-
{
952
952
-
integrity: sha512-D6pkaF7OpE7lzlTOFCB2m3Ngzu2ykw40Nka9WmKGUOTS3xcIieHe82slQlNq69sVB04ch73thKYIWz/Ian8DUA==
953
953
-
}
954
954
-
cpu: [s390x]
955
955
-
os: [linux]
571
571
+
'@picocss/pico@2.0.6':
572
572
+
resolution: {integrity: sha512-/d8qsykowelD6g8k8JYgmCagOIulCPHMEc2NC4u7OjmpQLmtSetLhEbt0j1n3fPNJVcrT84dRp0RfJBn3wJROA==}
573
573
+
engines: {node: '>=18.19.0'}
956
574
957
957
-
"@rollup/rollup-linux-x64-gnu@4.19.0":
958
958
-
resolution:
959
959
-
{
960
960
-
integrity: sha512-HBndjQLP8OsdJNSxpNIN0einbDmRFg9+UQeZV1eiYupIRuZsDEoeGU43NQsS34Pp166DtwQOnpcbV/zQxM+rWA==
961
961
-
}
962
962
-
cpu: [x64]
963
963
-
os: [linux]
575
575
+
'@rollup/rollup-android-arm-eabi@4.19.0':
576
576
+
resolution: {integrity: sha512-JlPfZ/C7yn5S5p0yKk7uhHTTnFlvTgLetl2VxqE518QgyM7C9bSfFTYvB/Q/ftkq0RIPY4ySxTz+/wKJ/dXC0w==}
577
577
+
cpu: [arm]
578
578
+
os: [android]
964
579
965
965
-
"@rollup/rollup-linux-x64-musl@4.19.0":
966
966
-
resolution:
967
967
-
{
968
968
-
integrity: sha512-HxfbvfCKJe/RMYJJn0a12eiOI9OOtAUF4G6ozrFUK95BNyoJaSiBjIOHjZskTUffUrB84IPKkFG9H9nEvJGW6A==
969
969
-
}
970
970
-
cpu: [x64]
971
971
-
os: [linux]
580
580
+
'@rollup/rollup-android-arm64@4.19.0':
581
581
+
resolution: {integrity: sha512-RDxUSY8D1tWYfn00DDi5myxKgOk6RvWPxhmWexcICt/MEC6yEMr4HNCu1sXXYLw8iAsg0D44NuU+qNq7zVWCrw==}
582
582
+
cpu: [arm64]
583
583
+
os: [android]
972
584
973
973
-
"@rollup/rollup-win32-arm64-msvc@4.19.0":
974
974
-
resolution:
975
975
-
{
976
976
-
integrity: sha512-HxDMKIhmcguGTiP5TsLNolwBUK3nGGUEoV/BO9ldUBoMLBssvh4J0X8pf11i1fTV7WShWItB1bKAKjX4RQeYmg==
977
977
-
}
978
978
-
cpu: [arm64]
979
979
-
os: [win32]
585
585
+
'@rollup/rollup-darwin-arm64@4.19.0':
586
586
+
resolution: {integrity: sha512-emvKHL4B15x6nlNTBMtIaC9tLPRpeA5jMvRLXVbl/W9Ie7HhkrE7KQjvgS9uxgatL1HmHWDXk5TTS4IaNJxbAA==}
587
587
+
cpu: [arm64]
588
588
+
os: [darwin]
980
589
981
981
-
"@rollup/rollup-win32-ia32-msvc@4.19.0":
982
982
-
resolution:
983
983
-
{
984
984
-
integrity: sha512-xItlIAZZaiG/u0wooGzRsx11rokP4qyc/79LkAOdznGRAbOFc+SfEdfUOszG1odsHNgwippUJavag/+W/Etc6Q==
985
985
-
}
986
986
-
cpu: [ia32]
987
987
-
os: [win32]
590
590
+
'@rollup/rollup-darwin-x64@4.19.0':
591
591
+
resolution: {integrity: sha512-fO28cWA1dC57qCd+D0rfLC4VPbh6EOJXrreBmFLWPGI9dpMlER2YwSPZzSGfq11XgcEpPukPTfEVFtw2q2nYJg==}
592
592
+
cpu: [x64]
593
593
+
os: [darwin]
988
594
989
989
-
"@rollup/rollup-win32-x64-msvc@4.19.0":
990
990
-
resolution:
991
991
-
{
992
992
-
integrity: sha512-xNo5fV5ycvCCKqiZcpB65VMR11NJB+StnxHz20jdqRAktfdfzhgjTiJ2doTDQE/7dqGaV5I7ZGqKpgph6lCIag==
993
993
-
}
994
994
-
cpu: [x64]
995
995
-
os: [win32]
595
595
+
'@rollup/rollup-linux-arm-gnueabihf@4.19.0':
596
596
+
resolution: {integrity: sha512-2Rn36Ubxdv32NUcfm0wB1tgKqkQuft00PtM23VqLuCUR4N5jcNWDoV5iBC9jeGdgS38WK66ElncprqgMUOyomw==}
597
597
+
cpu: [arm]
598
598
+
os: [linux]
996
599
997
997
-
"@shikijs/core@1.11.1":
998
998
-
resolution:
999
999
-
{
1000
1000
-
integrity: sha512-Qsn8h15SWgv5TDRoDmiHNzdQO2BxDe86Yq6vIHf5T0cCvmfmccJKIzHtep8bQO9HMBZYCtCBzaXdd1MnxZBPSg==
1001
1001
-
}
600
600
+
'@rollup/rollup-linux-arm-musleabihf@4.19.0':
601
601
+
resolution: {integrity: sha512-gJuzIVdq/X1ZA2bHeCGCISe0VWqCoNT8BvkQ+BfsixXwTOndhtLUpOg0A1Fcx/+eA6ei6rMBzlOz4JzmiDw7JQ==}
602
602
+
cpu: [arm]
603
603
+
os: [linux]
1002
604
1003
1003
-
"@trysound/sax@0.2.0":
1004
1004
-
resolution:
1005
1005
-
{
1006
1006
-
integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
1007
1007
-
}
1008
1008
-
engines: { node: ">=10.13.0" }
605
605
+
'@rollup/rollup-linux-arm64-gnu@4.19.0':
606
606
+
resolution: {integrity: sha512-0EkX2HYPkSADo9cfeGFoQ7R0/wTKb7q6DdwI4Yn/ULFE1wuRRCHybxpl2goQrx4c/yzK3I8OlgtBu4xvted0ug==}
607
607
+
cpu: [arm64]
608
608
+
os: [linux]
1009
609
1010
1010
-
"@types/acorn@4.0.6":
1011
1011
-
resolution:
1012
1012
-
{
1013
1013
-
integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==
1014
1014
-
}
610
610
+
'@rollup/rollup-linux-arm64-musl@4.19.0':
611
611
+
resolution: {integrity: sha512-GlIQRj9px52ISomIOEUq/IojLZqzkvRpdP3cLgIE1wUWaiU5Takwlzpz002q0Nxxr1y2ZgxC2obWxjr13lvxNQ==}
612
612
+
cpu: [arm64]
613
613
+
os: [linux]
1015
614
1016
1016
-
"@types/babel__core@7.20.5":
1017
1017
-
resolution:
1018
1018
-
{
1019
1019
-
integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==
1020
1020
-
}
615
615
+
'@rollup/rollup-linux-powerpc64le-gnu@4.19.0':
616
616
+
resolution: {integrity: sha512-N6cFJzssruDLUOKfEKeovCKiHcdwVYOT1Hs6dovDQ61+Y9n3Ek4zXvtghPPelt6U0AH4aDGnDLb83uiJMkWYzQ==}
617
617
+
cpu: [ppc64]
618
618
+
os: [linux]
1021
619
1022
1022
-
"@types/babel__generator@7.6.8":
1023
1023
-
resolution:
1024
1024
-
{
1025
1025
-
integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==
1026
1026
-
}
620
620
+
'@rollup/rollup-linux-riscv64-gnu@4.19.0':
621
621
+
resolution: {integrity: sha512-2DnD3mkS2uuam/alF+I7M84koGwvn3ZVD7uG+LEWpyzo/bq8+kKnus2EVCkcvh6PlNB8QPNFOz6fWd5N8o1CYg==}
622
622
+
cpu: [riscv64]
623
623
+
os: [linux]
1027
624
1028
1028
-
"@types/babel__template@7.4.4":
1029
1029
-
resolution:
1030
1030
-
{
1031
1031
-
integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==
1032
1032
-
}
625
625
+
'@rollup/rollup-linux-s390x-gnu@4.19.0':
626
626
+
resolution: {integrity: sha512-D6pkaF7OpE7lzlTOFCB2m3Ngzu2ykw40Nka9WmKGUOTS3xcIieHe82slQlNq69sVB04ch73thKYIWz/Ian8DUA==}
627
627
+
cpu: [s390x]
628
628
+
os: [linux]
1033
629
1034
1034
-
"@types/babel__traverse@7.20.6":
1035
1035
-
resolution:
1036
1036
-
{
1037
1037
-
integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==
1038
1038
-
}
630
630
+
'@rollup/rollup-linux-x64-gnu@4.19.0':
631
631
+
resolution: {integrity: sha512-HBndjQLP8OsdJNSxpNIN0einbDmRFg9+UQeZV1eiYupIRuZsDEoeGU43NQsS34Pp166DtwQOnpcbV/zQxM+rWA==}
632
632
+
cpu: [x64]
633
633
+
os: [linux]
1039
634
1040
1040
-
"@types/cheerio@0.22.35":
1041
1041
-
resolution:
1042
1042
-
{
1043
1043
-
integrity: sha512-yD57BchKRvTV+JD53UZ6PD8KWY5g5rvvMLRnZR3EQBCZXiDT/HR+pKpMzFGlWNhFrXlo7VPZXtKvIEwZkAWOIA==
1044
1044
-
}
635
635
+
'@rollup/rollup-linux-x64-musl@4.19.0':
636
636
+
resolution: {integrity: sha512-HxfbvfCKJe/RMYJJn0a12eiOI9OOtAUF4G6ozrFUK95BNyoJaSiBjIOHjZskTUffUrB84IPKkFG9H9nEvJGW6A==}
637
637
+
cpu: [x64]
638
638
+
os: [linux]
1045
639
1046
1046
-
"@types/cookie@0.6.0":
1047
1047
-
resolution:
1048
1048
-
{
1049
1049
-
integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==
1050
1050
-
}
640
640
+
'@rollup/rollup-win32-arm64-msvc@4.19.0':
641
641
+
resolution: {integrity: sha512-HxDMKIhmcguGTiP5TsLNolwBUK3nGGUEoV/BO9ldUBoMLBssvh4J0X8pf11i1fTV7WShWItB1bKAKjX4RQeYmg==}
642
642
+
cpu: [arm64]
643
643
+
os: [win32]
1051
644
1052
1052
-
"@types/debug@4.1.12":
1053
1053
-
resolution:
1054
1054
-
{
1055
1055
-
integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==
1056
1056
-
}
645
645
+
'@rollup/rollup-win32-ia32-msvc@4.19.0':
646
646
+
resolution: {integrity: sha512-xItlIAZZaiG/u0wooGzRsx11rokP4qyc/79LkAOdznGRAbOFc+SfEdfUOszG1odsHNgwippUJavag/+W/Etc6Q==}
647
647
+
cpu: [ia32]
648
648
+
os: [win32]
1057
649
1058
1058
-
"@types/estree-jsx@1.0.5":
1059
1059
-
resolution:
1060
1060
-
{
1061
1061
-
integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==
1062
1062
-
}
650
650
+
'@rollup/rollup-win32-x64-msvc@4.19.0':
651
651
+
resolution: {integrity: sha512-xNo5fV5ycvCCKqiZcpB65VMR11NJB+StnxHz20jdqRAktfdfzhgjTiJ2doTDQE/7dqGaV5I7ZGqKpgph6lCIag==}
652
652
+
cpu: [x64]
653
653
+
os: [win32]
1063
654
1064
1064
-
"@types/estree@1.0.5":
1065
1065
-
resolution:
1066
1066
-
{
1067
1067
-
integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
1068
1068
-
}
655
655
+
'@shikijs/core@1.11.2':
656
656
+
resolution: {integrity: sha512-9IBY31lvOo2uhrZjqRt2wTqfqfrXJnddnIx0PFL5E8a5RQUNOhkx+PD11PogZtyrIHlL4aTYDVlb+eyryzy+pQ==}
1069
657
1070
1070
-
"@types/hast@3.0.4":
1071
1071
-
resolution:
1072
1072
-
{
1073
1073
-
integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==
1074
1074
-
}
658
658
+
'@trysound/sax@0.2.0':
659
659
+
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
660
660
+
engines: {node: '>=10.13.0'}
1075
661
1076
1076
-
"@types/mdast@4.0.4":
1077
1077
-
resolution:
1078
1078
-
{
1079
1079
-
integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==
1080
1080
-
}
662
662
+
'@types/acorn@4.0.6':
663
663
+
resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==}
1081
664
1082
1082
-
"@types/mdx@2.0.13":
1083
1083
-
resolution:
1084
1084
-
{
1085
1085
-
integrity: sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==
1086
1086
-
}
665
665
+
'@types/babel__core@7.20.5':
666
666
+
resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
1087
667
1088
1088
-
"@types/ms@0.7.34":
1089
1089
-
resolution:
1090
1090
-
{
1091
1091
-
integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==
1092
1092
-
}
668
668
+
'@types/babel__generator@7.6.8':
669
669
+
resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==}
1093
670
1094
1094
-
"@types/nlcst@2.0.3":
1095
1095
-
resolution:
1096
1096
-
{
1097
1097
-
integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==
1098
1098
-
}
671
671
+
'@types/babel__template@7.4.4':
672
672
+
resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
1099
673
1100
1100
-
"@types/node@17.0.45":
1101
1101
-
resolution:
1102
1102
-
{
1103
1103
-
integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
1104
1104
-
}
674
674
+
'@types/babel__traverse@7.20.6':
675
675
+
resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==}
1105
676
1106
1106
-
"@types/node@20.14.12":
1107
1107
-
resolution:
1108
1108
-
{
1109
1109
-
integrity: sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==
1110
1110
-
}
677
677
+
'@types/cheerio@0.22.35':
678
678
+
resolution: {integrity: sha512-yD57BchKRvTV+JD53UZ6PD8KWY5g5rvvMLRnZR3EQBCZXiDT/HR+pKpMzFGlWNhFrXlo7VPZXtKvIEwZkAWOIA==}
1111
679
1112
1112
-
"@types/sax@1.2.7":
1113
1113
-
resolution:
1114
1114
-
{
1115
1115
-
integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==
1116
1116
-
}
680
680
+
'@types/cookie@0.6.0':
681
681
+
resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
1117
682
1118
1118
-
"@types/tar@6.1.13":
1119
1119
-
resolution:
1120
1120
-
{
1121
1121
-
integrity: sha512-IznnlmU5f4WcGTh2ltRu/Ijpmk8wiWXfF0VA4s+HPjHZgvFggk1YaIkbo5krX/zUCzWF8N/l4+W/LNxnvAJ8nw==
1122
1122
-
}
683
683
+
'@types/debug@4.1.12':
684
684
+
resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
1123
685
1124
1124
-
"@types/unist@2.0.10":
1125
1125
-
resolution:
1126
1126
-
{
1127
1127
-
integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==
1128
1128
-
}
686
686
+
'@types/estree-jsx@1.0.5':
687
687
+
resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==}
1129
688
1130
1130
-
"@types/unist@3.0.2":
1131
1131
-
resolution:
1132
1132
-
{
1133
1133
-
integrity: sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==
1134
1134
-
}
689
689
+
'@types/estree@1.0.5':
690
690
+
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
1135
691
1136
1136
-
"@types/yauzl@2.10.3":
1137
1137
-
resolution:
1138
1138
-
{
1139
1139
-
integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==
1140
1140
-
}
692
692
+
'@types/hast@3.0.4':
693
693
+
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
1141
694
1142
1142
-
"@ungap/structured-clone@1.2.0":
1143
1143
-
resolution:
1144
1144
-
{
1145
1145
-
integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
1146
1146
-
}
695
695
+
'@types/linkify-it@5.0.0':
696
696
+
resolution: {integrity: sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==}
1147
697
1148
1148
-
acorn-jsx@5.3.2:
1149
1149
-
resolution:
1150
1150
-
{
1151
1151
-
integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
1152
1152
-
}
1153
1153
-
peerDependencies:
1154
1154
-
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
698
698
+
'@types/markdown-it@14.1.2':
699
699
+
resolution: {integrity: sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==}
1155
700
1156
1156
-
acorn@8.12.1:
1157
1157
-
resolution:
1158
1158
-
{
1159
1159
-
integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
1160
1160
-
}
1161
1161
-
engines: { node: ">=0.4.0" }
1162
1162
-
hasBin: true
701
701
+
'@types/mdast@4.0.4':
702
702
+
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
1163
703
1164
1164
-
ansi-align@3.0.1:
1165
1165
-
resolution:
1166
1166
-
{
1167
1167
-
integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==
1168
1168
-
}
704
704
+
'@types/mdurl@2.0.0':
705
705
+
resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==}
1169
706
1170
1170
-
ansi-regex@3.0.1:
1171
1171
-
resolution:
1172
1172
-
{
1173
1173
-
integrity: sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==
1174
1174
-
}
1175
1175
-
engines: { node: ">=4" }
707
707
+
'@types/mdx@2.0.13':
708
708
+
resolution: {integrity: sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==}
1176
709
1177
1177
-
ansi-regex@5.0.1:
1178
1178
-
resolution:
1179
1179
-
{
1180
1180
-
integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
1181
1181
-
}
1182
1182
-
engines: { node: ">=8" }
710
710
+
'@types/ms@0.7.34':
711
711
+
resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==}
1183
712
1184
1184
-
ansi-regex@6.0.1:
1185
1185
-
resolution:
1186
1186
-
{
1187
1187
-
integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
1188
1188
-
}
1189
1189
-
engines: { node: ">=12" }
713
713
+
'@types/nlcst@2.0.3':
714
714
+
resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==}
1190
715
1191
1191
-
ansi-styles@3.2.1:
1192
1192
-
resolution:
1193
1193
-
{
1194
1194
-
integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
1195
1195
-
}
1196
1196
-
engines: { node: ">=4" }
716
716
+
'@types/node@17.0.45':
717
717
+
resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
1197
718
1198
1198
-
ansi-styles@4.3.0:
1199
1199
-
resolution:
1200
1200
-
{
1201
1201
-
integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
1202
1202
-
}
1203
1203
-
engines: { node: ">=8" }
719
719
+
'@types/node@20.14.12':
720
720
+
resolution: {integrity: sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==}
1204
721
1205
1205
-
ansi-styles@6.2.1:
1206
1206
-
resolution:
1207
1207
-
{
1208
1208
-
integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
1209
1209
-
}
1210
1210
-
engines: { node: ">=12" }
722
722
+
'@types/sanitize-html@2.11.0':
723
723
+
resolution: {integrity: sha512-7oxPGNQHXLHE48r/r/qjn7q0hlrs3kL7oZnGj0Wf/h9tj/6ibFyRkNbsDxaBBZ4XUZ0Dx5LGCyDJ04ytSofacQ==}
1211
724
1212
1212
-
anymatch@3.1.3:
1213
1213
-
resolution:
1214
1214
-
{
1215
1215
-
integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
1216
1216
-
}
1217
1217
-
engines: { node: ">= 8" }
725
725
+
'@types/sax@1.2.7':
726
726
+
resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==}
1218
727
1219
1219
-
arg@5.0.2:
1220
1220
-
resolution:
1221
1221
-
{
1222
1222
-
integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==
1223
1223
-
}
728
728
+
'@types/tar@6.1.13':
729
729
+
resolution: {integrity: sha512-IznnlmU5f4WcGTh2ltRu/Ijpmk8wiWXfF0VA4s+HPjHZgvFggk1YaIkbo5krX/zUCzWF8N/l4+W/LNxnvAJ8nw==}
1224
730
1225
1225
-
argparse@1.0.10:
1226
1226
-
resolution:
1227
1227
-
{
1228
1228
-
integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
1229
1229
-
}
731
731
+
'@types/unist@2.0.10':
732
732
+
resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==}
1230
733
1231
1231
-
argparse@2.0.1:
1232
1232
-
resolution:
1233
1233
-
{
1234
1234
-
integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
1235
1235
-
}
734
734
+
'@types/unist@3.0.2':
735
735
+
resolution: {integrity: sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==}
1236
736
1237
1237
-
aria-query@5.3.0:
1238
1238
-
resolution:
1239
1239
-
{
1240
1240
-
integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==
1241
1241
-
}
737
737
+
'@types/yauzl@2.10.3':
738
738
+
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
1242
739
1243
1243
-
array-iterate@2.0.1:
1244
1244
-
resolution:
1245
1245
-
{
1246
1246
-
integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==
1247
1247
-
}
740
740
+
'@ungap/structured-clone@1.2.0':
741
741
+
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
1248
742
1249
1249
-
astring@1.8.6:
1250
1250
-
resolution:
1251
1251
-
{
1252
1252
-
integrity: sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==
1253
1253
-
}
1254
1254
-
hasBin: true
743
743
+
'@volar/kit@2.4.0-alpha.18':
744
744
+
resolution: {integrity: sha512-dZMSNhesh23lhd61ax2l04IgIcYofAjm8M+5BKAmX47ROweyc8RrrslszCFUJynlmXx6JS1PoHqvo8+E0aAYQQ==}
745
745
+
peerDependencies:
746
746
+
typescript: '*'
1255
747
1256
1256
-
astro-icon@1.1.0:
1257
1257
-
resolution:
1258
1258
-
{
1259
1259
-
integrity: sha512-Nksc09p7UuHeMcPNS9w1pKqRw3+wEmmh0A3FJW+FNXvqaeWI4RLvD1MCWErpY3Z5Cvad317rvLdik/Hg8GEk8Q==
1260
1260
-
}
748
748
+
'@volar/language-core@2.4.0-alpha.18':
749
749
+
resolution: {integrity: sha512-JAYeJvYQQROmVRtSBIczaPjP3DX4QW1fOqW1Ebs0d3Y3EwSNRglz03dSv0Dm61dzd0Yx3WgTW3hndDnTQqgmyg==}
1261
750
1262
1262
-
astro@4.12.2:
1263
1263
-
resolution:
1264
1264
-
{
1265
1265
-
integrity: sha512-l6OmqlL+FiuSi9x6F+EGZitteOznq1JffOil7st7cdqeMCTEIym4oagI1a6zp6QekliKWEEZWdplGhgh1k1f7Q==
1266
1266
-
}
1267
1267
-
engines: { node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: ">=9.6.5", pnpm: ">=7.1.0" }
1268
1268
-
hasBin: true
751
751
+
'@volar/language-server@2.4.0-alpha.18':
752
752
+
resolution: {integrity: sha512-dciHEE/R5kzI0bY71QfkoCVQ3cQI6g9MHfA4oIP6UhnJy0CdleUalWSygOXoD3Nq7Yk6wn2BRrb1PP5MsadY/Q==}
1269
753
1270
1270
-
axobject-query@4.1.0:
1271
1271
-
resolution:
1272
1272
-
{
1273
1273
-
integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==
1274
1274
-
}
1275
1275
-
engines: { node: ">= 0.4" }
754
754
+
'@volar/language-service@2.4.0-alpha.18':
755
755
+
resolution: {integrity: sha512-EuetrtbEtudi9buinWAG5U3Jam5dY27zXd/7GYnx542kBwanWOBM8i4DAQd0z7M11fOxXgybxPA933uaSyaOog==}
1276
756
1277
1277
-
bail@2.0.2:
1278
1278
-
resolution:
1279
1279
-
{
1280
1280
-
integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==
1281
1281
-
}
757
757
+
'@volar/snapshot-document@2.4.0-alpha.18':
758
758
+
resolution: {integrity: sha512-JAeclEly/wnILhR4Pu9MpgBLInZJH49O1zoy8fU+pk5I+zpv7JIEby5z2UFAS60+sIDnxBdAGd7rZ5VibE70vg==}
1282
759
1283
1283
-
base-64@1.0.0:
1284
1284
-
resolution:
1285
1285
-
{
1286
1286
-
integrity: sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==
1287
1287
-
}
760
760
+
'@volar/source-map@2.4.0-alpha.18':
761
761
+
resolution: {integrity: sha512-MTeCV9MUwwsH0sNFiZwKtFrrVZUK6p8ioZs3xFzHc2cvDXHWlYN3bChdQtwKX+FY2HG6H3CfAu1pKijolzIQ8g==}
1288
762
1289
1289
-
binary-extensions@2.3.0:
1290
1290
-
resolution:
1291
1291
-
{
1292
1292
-
integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==
1293
1293
-
}
1294
1294
-
engines: { node: ">=8" }
763
763
+
'@volar/typescript@2.4.0-alpha.18':
764
764
+
resolution: {integrity: sha512-sXh5Y8sqGUkgxpMWUGvRXggxYHAVxg0Pa1C42lQZuPDrW6vHJPR0VCK8Sr7WJsAW530HuNQT/ZIskmXtxjybMQ==}
1295
765
1296
1296
-
boolbase@1.0.0:
1297
1297
-
resolution:
1298
1298
-
{
1299
1299
-
integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
1300
1300
-
}
766
766
+
'@vscode/emmet-helper@2.9.3':
767
767
+
resolution: {integrity: sha512-rB39LHWWPQYYlYfpv9qCoZOVioPCftKXXqrsyqN1mTWZM6dTnONT63Db+03vgrBbHzJN45IrgS/AGxw9iiqfEw==}
1301
768
1302
1302
-
boxen@7.1.1:
1303
1303
-
resolution:
1304
1304
-
{
1305
1305
-
integrity: sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==
1306
1306
-
}
1307
1307
-
engines: { node: ">=14.16" }
769
769
+
'@vscode/l10n@0.0.18':
770
770
+
resolution: {integrity: sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==}
1308
771
1309
1309
-
braces@3.0.3:
1310
1310
-
resolution:
1311
1311
-
{
1312
1312
-
integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
1313
1313
-
}
1314
1314
-
engines: { node: ">=8" }
772
772
+
acorn-jsx@5.3.2:
773
773
+
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
774
774
+
peerDependencies:
775
775
+
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
1315
776
1316
1316
-
browserslist@4.23.2:
1317
1317
-
resolution:
1318
1318
-
{
1319
1319
-
integrity: sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==
1320
1320
-
}
1321
1321
-
engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 }
1322
1322
-
hasBin: true
777
777
+
acorn@8.12.1:
778
778
+
resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
779
779
+
engines: {node: '>=0.4.0'}
780
780
+
hasBin: true
1323
781
1324
1324
-
buffer-crc32@0.2.13:
1325
1325
-
resolution:
1326
1326
-
{
1327
1327
-
integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==
1328
1328
-
}
782
782
+
ansi-align@3.0.1:
783
783
+
resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==}
1329
784
1330
1330
-
camelcase@5.3.1:
1331
1331
-
resolution:
1332
1332
-
{
1333
1333
-
integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
1334
1334
-
}
1335
1335
-
engines: { node: ">=6" }
785
785
+
ansi-regex@3.0.1:
786
786
+
resolution: {integrity: sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==}
787
787
+
engines: {node: '>=4'}
1336
788
1337
1337
-
camelcase@7.0.1:
1338
1338
-
resolution:
1339
1339
-
{
1340
1340
-
integrity: sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==
1341
1341
-
}
1342
1342
-
engines: { node: ">=14.16" }
789
789
+
ansi-regex@5.0.1:
790
790
+
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
791
791
+
engines: {node: '>=8'}
1343
792
1344
1344
-
caniuse-lite@1.0.30001643:
1345
1345
-
resolution:
1346
1346
-
{
1347
1347
-
integrity: sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==
1348
1348
-
}
793
793
+
ansi-regex@6.0.1:
794
794
+
resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
795
795
+
engines: {node: '>=12'}
1349
796
1350
1350
-
ccount@2.0.1:
1351
1351
-
resolution:
1352
1352
-
{
1353
1353
-
integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==
1354
1354
-
}
797
797
+
ansi-styles@3.2.1:
798
798
+
resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
799
799
+
engines: {node: '>=4'}
1355
800
1356
1356
-
chalk@2.4.2:
1357
1357
-
resolution:
1358
1358
-
{
1359
1359
-
integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
1360
1360
-
}
1361
1361
-
engines: { node: ">=4" }
801
801
+
ansi-styles@4.3.0:
802
802
+
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
803
803
+
engines: {node: '>=8'}
1362
804
1363
1363
-
chalk@5.3.0:
1364
1364
-
resolution:
1365
1365
-
{
1366
1366
-
integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
1367
1367
-
}
1368
1368
-
engines: { node: ^12.17.0 || ^14.13 || >=16.0.0 }
805
805
+
ansi-styles@6.2.1:
806
806
+
resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
807
807
+
engines: {node: '>=12'}
1369
808
1370
1370
-
character-entities-html4@2.1.0:
1371
1371
-
resolution:
1372
1372
-
{
1373
1373
-
integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==
1374
1374
-
}
809
809
+
anymatch@3.1.3:
810
810
+
resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
811
811
+
engines: {node: '>= 8'}
1375
812
1376
1376
-
character-entities-legacy@3.0.0:
1377
1377
-
resolution:
1378
1378
-
{
1379
1379
-
integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==
1380
1380
-
}
813
813
+
arg@5.0.2:
814
814
+
resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
1381
815
1382
1382
-
character-entities@2.0.2:
1383
1383
-
resolution:
1384
1384
-
{
1385
1385
-
integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==
1386
1386
-
}
816
816
+
argparse@1.0.10:
817
817
+
resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==}
1387
818
1388
1388
-
character-reference-invalid@2.0.1:
1389
1389
-
resolution:
1390
1390
-
{
1391
1391
-
integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==
1392
1392
-
}
819
819
+
argparse@2.0.1:
820
820
+
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
1393
821
1394
1394
-
cheerio-select@2.1.0:
1395
1395
-
resolution:
1396
1396
-
{
1397
1397
-
integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==
1398
1398
-
}
822
822
+
aria-query@5.3.0:
823
823
+
resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
1399
824
1400
1400
-
cheerio@1.0.0-rc.12:
1401
1401
-
resolution:
1402
1402
-
{
1403
1403
-
integrity: sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==
1404
1404
-
}
1405
1405
-
engines: { node: ">= 6" }
825
825
+
array-iterate@2.0.1:
826
826
+
resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==}
1406
827
1407
1407
-
chokidar@3.6.0:
1408
1408
-
resolution:
1409
1409
-
{
1410
1410
-
integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
1411
1411
-
}
1412
1412
-
engines: { node: ">= 8.10.0" }
828
828
+
astring@1.8.6:
829
829
+
resolution: {integrity: sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==}
830
830
+
hasBin: true
1413
831
1414
1414
-
chownr@2.0.0:
1415
1415
-
resolution:
1416
1416
-
{
1417
1417
-
integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
1418
1418
-
}
1419
1419
-
engines: { node: ">=10" }
832
832
+
astro-icon@1.1.0:
833
833
+
resolution: {integrity: sha512-Nksc09p7UuHeMcPNS9w1pKqRw3+wEmmh0A3FJW+FNXvqaeWI4RLvD1MCWErpY3Z5Cvad317rvLdik/Hg8GEk8Q==}
1420
834
1421
1421
-
ci-info@4.0.0:
1422
1422
-
resolution:
1423
1423
-
{
1424
1424
-
integrity: sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==
1425
1425
-
}
1426
1426
-
engines: { node: ">=8" }
835
835
+
astro@4.12.2:
836
836
+
resolution: {integrity: sha512-l6OmqlL+FiuSi9x6F+EGZitteOznq1JffOil7st7cdqeMCTEIym4oagI1a6zp6QekliKWEEZWdplGhgh1k1f7Q==}
837
837
+
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
838
838
+
hasBin: true
1427
839
1428
1428
-
cli-boxes@3.0.0:
1429
1429
-
resolution:
1430
1430
-
{
1431
1431
-
integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==
1432
1432
-
}
1433
1433
-
engines: { node: ">=10" }
840
840
+
axobject-query@4.1.0:
841
841
+
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
842
842
+
engines: {node: '>= 0.4'}
1434
843
1435
1435
-
cli-cursor@4.0.0:
1436
1436
-
resolution:
1437
1437
-
{
1438
1438
-
integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==
1439
1439
-
}
1440
1440
-
engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
844
844
+
bail@2.0.2:
845
845
+
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
1441
846
1442
1442
-
cli-spinners@2.9.2:
1443
1443
-
resolution:
1444
1444
-
{
1445
1445
-
integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
1446
1446
-
}
1447
1447
-
engines: { node: ">=6" }
847
847
+
base-64@1.0.0:
848
848
+
resolution: {integrity: sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==}
1448
849
1449
1449
-
cliui@6.0.0:
1450
1450
-
resolution:
1451
1451
-
{
1452
1452
-
integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==
1453
1453
-
}
850
850
+
binary-extensions@2.3.0:
851
851
+
resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
852
852
+
engines: {node: '>=8'}
1454
853
1455
1455
-
clsx@2.1.1:
1456
1456
-
resolution:
1457
1457
-
{
1458
1458
-
integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==
1459
1459
-
}
1460
1460
-
engines: { node: ">=6" }
854
854
+
boolbase@1.0.0:
855
855
+
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
1461
856
1462
1462
-
collapse-white-space@2.1.0:
1463
1463
-
resolution:
1464
1464
-
{
1465
1465
-
integrity: sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==
1466
1466
-
}
857
857
+
boxen@7.1.1:
858
858
+
resolution: {integrity: sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==}
859
859
+
engines: {node: '>=14.16'}
1467
860
1468
1468
-
color-convert@1.9.3:
1469
1469
-
resolution:
1470
1470
-
{
1471
1471
-
integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
1472
1472
-
}
861
861
+
braces@3.0.3:
862
862
+
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
863
863
+
engines: {node: '>=8'}
1473
864
1474
1474
-
color-convert@2.0.1:
1475
1475
-
resolution:
1476
1476
-
{
1477
1477
-
integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
1478
1478
-
}
1479
1479
-
engines: { node: ">=7.0.0" }
865
865
+
browserslist@4.23.2:
866
866
+
resolution: {integrity: sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==}
867
867
+
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
868
868
+
hasBin: true
1480
869
1481
1481
-
color-name@1.1.3:
1482
1482
-
resolution:
1483
1483
-
{
1484
1484
-
integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
1485
1485
-
}
870
870
+
buffer-crc32@0.2.13:
871
871
+
resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==}
1486
872
1487
1487
-
color-name@1.1.4:
1488
1488
-
resolution:
1489
1489
-
{
1490
1490
-
integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
1491
1491
-
}
873
873
+
camelcase@5.3.1:
874
874
+
resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==}
875
875
+
engines: {node: '>=6'}
1492
876
1493
1493
-
color-string@1.9.1:
1494
1494
-
resolution:
1495
1495
-
{
1496
1496
-
integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
1497
1497
-
}
877
877
+
camelcase@7.0.1:
878
878
+
resolution: {integrity: sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==}
879
879
+
engines: {node: '>=14.16'}
1498
880
1499
1499
-
color@4.2.3:
1500
1500
-
resolution:
1501
1501
-
{
1502
1502
-
integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
1503
1503
-
}
1504
1504
-
engines: { node: ">=12.5.0" }
881
881
+
caniuse-lite@1.0.30001643:
882
882
+
resolution: {integrity: sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==}
1505
883
1506
1506
-
comma-separated-tokens@2.0.3:
1507
1507
-
resolution:
1508
1508
-
{
1509
1509
-
integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==
1510
1510
-
}
884
884
+
ccount@2.0.1:
885
885
+
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
1511
886
1512
1512
-
commander@7.2.0:
1513
1513
-
resolution:
1514
1514
-
{
1515
1515
-
integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
1516
1516
-
}
1517
1517
-
engines: { node: ">= 10" }
887
887
+
chalk@2.4.2:
888
888
+
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
889
889
+
engines: {node: '>=4'}
1518
890
1519
1519
-
common-ancestor-path@1.0.1:
1520
1520
-
resolution:
1521
1521
-
{
1522
1522
-
integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==
1523
1523
-
}
891
891
+
chalk@5.3.0:
892
892
+
resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==}
893
893
+
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
1524
894
1525
1525
-
confbox@0.1.7:
1526
1526
-
resolution:
1527
1527
-
{
1528
1528
-
integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==
1529
1529
-
}
895
895
+
character-entities-html4@2.1.0:
896
896
+
resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
1530
897
1531
1531
-
convert-source-map@2.0.0:
1532
1532
-
resolution:
1533
1533
-
{
1534
1534
-
integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
1535
1535
-
}
898
898
+
character-entities-legacy@3.0.0:
899
899
+
resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==}
1536
900
1537
1537
-
cookie@0.6.0:
1538
1538
-
resolution:
1539
1539
-
{
1540
1540
-
integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
1541
1541
-
}
1542
1542
-
engines: { node: ">= 0.6" }
901
901
+
character-entities@2.0.2:
902
902
+
resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==}
1543
903
1544
1544
-
cowsay@1.6.0:
1545
1545
-
resolution:
1546
1546
-
{
1547
1547
-
integrity: sha512-8C4H1jdrgNusTQr3Yu4SCm+ZKsAlDFbpa0KS0Z3im8ueag+9pGOf3CrioruvmeaW/A5oqg9L0ar6qeftAh03jw==
1548
1548
-
}
1549
1549
-
engines: { node: ">= 4" }
1550
1550
-
hasBin: true
904
904
+
character-reference-invalid@2.0.1:
905
905
+
resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==}
1551
906
1552
1552
-
cross-spawn@7.0.3:
1553
1553
-
resolution:
1554
1554
-
{
1555
1555
-
integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1556
1556
-
}
1557
1557
-
engines: { node: ">= 8" }
907
907
+
cheerio-select@2.1.0:
908
908
+
resolution: {integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==}
1558
909
1559
1559
-
css-select@5.1.0:
1560
1560
-
resolution:
1561
1561
-
{
1562
1562
-
integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==
1563
1563
-
}
910
910
+
cheerio@1.0.0-rc.12:
911
911
+
resolution: {integrity: sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==}
912
912
+
engines: {node: '>= 6'}
1564
913
1565
1565
-
css-tree@2.2.1:
1566
1566
-
resolution:
1567
1567
-
{
1568
1568
-
integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==
1569
1569
-
}
1570
1570
-
engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: ">=7.0.0" }
914
914
+
chokidar@3.6.0:
915
915
+
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
916
916
+
engines: {node: '>= 8.10.0'}
1571
917
1572
1572
-
css-tree@2.3.1:
1573
1573
-
resolution:
1574
1574
-
{
1575
1575
-
integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==
1576
1576
-
}
1577
1577
-
engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0 }
918
918
+
chownr@2.0.0:
919
919
+
resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
920
920
+
engines: {node: '>=10'}
1578
921
1579
1579
-
css-what@6.1.0:
1580
1580
-
resolution:
1581
1581
-
{
1582
1582
-
integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==
1583
1583
-
}
1584
1584
-
engines: { node: ">= 6" }
922
922
+
ci-info@4.0.0:
923
923
+
resolution: {integrity: sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==}
924
924
+
engines: {node: '>=8'}
1585
925
1586
1586
-
cssesc@3.0.0:
1587
1587
-
resolution:
1588
1588
-
{
1589
1589
-
integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
1590
1590
-
}
1591
1591
-
engines: { node: ">=4" }
1592
1592
-
hasBin: true
926
926
+
cli-boxes@3.0.0:
927
927
+
resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==}
928
928
+
engines: {node: '>=10'}
1593
929
1594
1594
-
csso@5.0.5:
1595
1595
-
resolution:
1596
1596
-
{
1597
1597
-
integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==
1598
1598
-
}
1599
1599
-
engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: ">=7.0.0" }
930
930
+
cli-cursor@4.0.0:
931
931
+
resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==}
932
932
+
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1600
933
1601
1601
-
debug@4.3.5:
1602
1602
-
resolution:
1603
1603
-
{
1604
1604
-
integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
1605
1605
-
}
1606
1606
-
engines: { node: ">=6.0" }
1607
1607
-
peerDependencies:
1608
1608
-
supports-color: "*"
1609
1609
-
peerDependenciesMeta:
1610
1610
-
supports-color:
1611
1611
-
optional: true
934
934
+
cli-spinners@2.9.2:
935
935
+
resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
936
936
+
engines: {node: '>=6'}
1612
937
1613
1613
-
decamelize@1.2.0:
1614
1614
-
resolution:
1615
1615
-
{
1616
1616
-
integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
1617
1617
-
}
1618
1618
-
engines: { node: ">=0.10.0" }
938
938
+
cliui@6.0.0:
939
939
+
resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==}
1619
940
1620
1620
-
decode-named-character-reference@1.0.2:
1621
1621
-
resolution:
1622
1622
-
{
1623
1623
-
integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==
1624
1624
-
}
941
941
+
cliui@8.0.1:
942
942
+
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
943
943
+
engines: {node: '>=12'}
1625
944
1626
1626
-
dequal@2.0.3:
1627
1627
-
resolution:
1628
1628
-
{
1629
1629
-
integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==
1630
1630
-
}
1631
1631
-
engines: { node: ">=6" }
945
945
+
clsx@2.1.1:
946
946
+
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
947
947
+
engines: {node: '>=6'}
1632
948
1633
1633
-
detect-libc@2.0.3:
1634
1634
-
resolution:
1635
1635
-
{
1636
1636
-
integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==
1637
1637
-
}
1638
1638
-
engines: { node: ">=8" }
949
949
+
collapse-white-space@2.1.0:
950
950
+
resolution: {integrity: sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==}
1639
951
1640
1640
-
deterministic-object-hash@2.0.2:
1641
1641
-
resolution:
1642
1642
-
{
1643
1643
-
integrity: sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==
1644
1644
-
}
1645
1645
-
engines: { node: ">=18" }
952
952
+
color-convert@1.9.3:
953
953
+
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
1646
954
1647
1647
-
devalue@5.0.0:
1648
1648
-
resolution:
1649
1649
-
{
1650
1650
-
integrity: sha512-gO+/OMXF7488D+u3ue+G7Y4AA3ZmUnB3eHJXmBTgNHvr4ZNzl36A0ZtG+XCRNYCkYx/bFmw4qtkoFLa+wSrwAA==
1651
1651
-
}
955
955
+
color-convert@2.0.1:
956
956
+
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
957
957
+
engines: {node: '>=7.0.0'}
1652
958
1653
1653
-
devlop@1.1.0:
1654
1654
-
resolution:
1655
1655
-
{
1656
1656
-
integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==
1657
1657
-
}
959
959
+
color-name@1.1.3:
960
960
+
resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
1658
961
1659
1659
-
diff@5.2.0:
1660
1660
-
resolution:
1661
1661
-
{
1662
1662
-
integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
1663
1663
-
}
1664
1664
-
engines: { node: ">=0.3.1" }
962
962
+
color-name@1.1.4:
963
963
+
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
1665
964
1666
1666
-
dlv@1.1.3:
1667
1667
-
resolution:
1668
1668
-
{
1669
1669
-
integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
1670
1670
-
}
965
965
+
color-string@1.9.1:
966
966
+
resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==}
1671
967
1672
1672
-
dom-serializer@2.0.0:
1673
1673
-
resolution:
1674
1674
-
{
1675
1675
-
integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==
1676
1676
-
}
968
968
+
color@4.2.3:
969
969
+
resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==}
970
970
+
engines: {node: '>=12.5.0'}
1677
971
1678
1678
-
domelementtype@2.3.0:
1679
1679
-
resolution:
1680
1680
-
{
1681
1681
-
integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==
1682
1682
-
}
972
972
+
comma-separated-tokens@2.0.3:
973
973
+
resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
1683
974
1684
1684
-
domhandler@5.0.3:
1685
1685
-
resolution:
1686
1686
-
{
1687
1687
-
integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==
1688
1688
-
}
1689
1689
-
engines: { node: ">= 4" }
975
975
+
commander@7.2.0:
976
976
+
resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
977
977
+
engines: {node: '>= 10'}
1690
978
1691
1691
-
domutils@3.1.0:
1692
1692
-
resolution:
1693
1693
-
{
1694
1694
-
integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==
1695
1695
-
}
979
979
+
common-ancestor-path@1.0.1:
980
980
+
resolution: {integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==}
1696
981
1697
1697
-
dset@3.1.3:
1698
1698
-
resolution:
1699
1699
-
{
1700
1700
-
integrity: sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==
1701
1701
-
}
1702
1702
-
engines: { node: ">=4" }
982
982
+
confbox@0.1.7:
983
983
+
resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==}
1703
984
1704
1704
-
eastasianwidth@0.2.0:
1705
1705
-
resolution:
1706
1706
-
{
1707
1707
-
integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
1708
1708
-
}
985
985
+
convert-source-map@2.0.0:
986
986
+
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
1709
987
1710
1710
-
electron-to-chromium@1.5.1:
1711
1711
-
resolution:
1712
1712
-
{
1713
1713
-
integrity: sha512-FKbOCOQ5QRB3VlIbl1LZQefWIYwszlBloaXcY2rbfpu9ioJnNh3TK03YtIDKDo3WKBi8u+YV4+Fn2CkEozgf4w==
1714
1714
-
}
988
988
+
cookie@0.6.0:
989
989
+
resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
990
990
+
engines: {node: '>= 0.6'}
1715
991
1716
1716
-
emoji-regex@10.3.0:
1717
1717
-
resolution:
1718
1718
-
{
1719
1719
-
integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==
1720
1720
-
}
992
992
+
cowsay@1.6.0:
993
993
+
resolution: {integrity: sha512-8C4H1jdrgNusTQr3Yu4SCm+ZKsAlDFbpa0KS0Z3im8ueag+9pGOf3CrioruvmeaW/A5oqg9L0ar6qeftAh03jw==}
994
994
+
engines: {node: '>= 4'}
995
995
+
hasBin: true
1721
996
1722
1722
-
emoji-regex@8.0.0:
1723
1723
-
resolution:
1724
1724
-
{
1725
1725
-
integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
1726
1726
-
}
997
997
+
cross-spawn@7.0.3:
998
998
+
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
999
999
+
engines: {node: '>= 8'}
1727
1000
1728
1728
-
emoji-regex@9.2.2:
1729
1729
-
resolution:
1730
1730
-
{
1731
1731
-
integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
1732
1732
-
}
1001
1001
+
css-select@5.1.0:
1002
1002
+
resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==}
1733
1003
1734
1734
-
end-of-stream@1.4.4:
1735
1735
-
resolution:
1736
1736
-
{
1737
1737
-
integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
1738
1738
-
}
1004
1004
+
css-tree@2.2.1:
1005
1005
+
resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==}
1006
1006
+
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
1739
1007
1740
1740
-
entities@4.5.0:
1741
1741
-
resolution:
1742
1742
-
{
1743
1743
-
integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
1744
1744
-
}
1745
1745
-
engines: { node: ">=0.12" }
1008
1008
+
css-tree@2.3.1:
1009
1009
+
resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==}
1010
1010
+
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
1746
1011
1747
1747
-
es-module-lexer@1.5.4:
1748
1748
-
resolution:
1749
1749
-
{
1750
1750
-
integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==
1751
1751
-
}
1012
1012
+
css-what@6.1.0:
1013
1013
+
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
1014
1014
+
engines: {node: '>= 6'}
1752
1015
1753
1753
-
esbuild@0.21.5:
1754
1754
-
resolution:
1755
1755
-
{
1756
1756
-
integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==
1757
1757
-
}
1758
1758
-
engines: { node: ">=12" }
1759
1759
-
hasBin: true
1016
1016
+
cssesc@3.0.0:
1017
1017
+
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
1018
1018
+
engines: {node: '>=4'}
1019
1019
+
hasBin: true
1760
1020
1761
1761
-
escalade@3.1.2:
1762
1762
-
resolution:
1763
1763
-
{
1764
1764
-
integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
1765
1765
-
}
1766
1766
-
engines: { node: ">=6" }
1021
1021
+
csso@5.0.5:
1022
1022
+
resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==}
1023
1023
+
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
1767
1024
1768
1768
-
escape-string-regexp@1.0.5:
1769
1769
-
resolution:
1770
1770
-
{
1771
1771
-
integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
1772
1772
-
}
1773
1773
-
engines: { node: ">=0.8.0" }
1025
1025
+
debug@4.3.5:
1026
1026
+
resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==}
1027
1027
+
engines: {node: '>=6.0'}
1028
1028
+
peerDependencies:
1029
1029
+
supports-color: '*'
1030
1030
+
peerDependenciesMeta:
1031
1031
+
supports-color:
1032
1032
+
optional: true
1774
1033
1775
1775
-
escape-string-regexp@5.0.0:
1776
1776
-
resolution:
1777
1777
-
{
1778
1778
-
integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
1779
1779
-
}
1780
1780
-
engines: { node: ">=12" }
1034
1034
+
decamelize@1.2.0:
1035
1035
+
resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==}
1036
1036
+
engines: {node: '>=0.10.0'}
1781
1037
1782
1782
-
esprima@4.0.1:
1783
1783
-
resolution:
1784
1784
-
{
1785
1785
-
integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
1786
1786
-
}
1787
1787
-
engines: { node: ">=4" }
1788
1788
-
hasBin: true
1038
1038
+
decode-named-character-reference@1.0.2:
1039
1039
+
resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==}
1789
1040
1790
1790
-
estree-util-attach-comments@3.0.0:
1791
1791
-
resolution:
1792
1792
-
{
1793
1793
-
integrity: sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==
1794
1794
-
}
1041
1041
+
deepmerge@4.3.1:
1042
1042
+
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
1043
1043
+
engines: {node: '>=0.10.0'}
1795
1044
1796
1796
-
estree-util-build-jsx@3.0.1:
1797
1797
-
resolution:
1798
1798
-
{
1799
1799
-
integrity: sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==
1800
1800
-
}
1045
1045
+
dequal@2.0.3:
1046
1046
+
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
1047
1047
+
engines: {node: '>=6'}
1801
1048
1802
1802
-
estree-util-is-identifier-name@3.0.0:
1803
1803
-
resolution:
1804
1804
-
{
1805
1805
-
integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==
1806
1806
-
}
1049
1049
+
detect-libc@2.0.3:
1050
1050
+
resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==}
1051
1051
+
engines: {node: '>=8'}
1807
1052
1808
1808
-
estree-util-to-js@2.0.0:
1809
1809
-
resolution:
1810
1810
-
{
1811
1811
-
integrity: sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==
1812
1812
-
}
1053
1053
+
deterministic-object-hash@2.0.2:
1054
1054
+
resolution: {integrity: sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==}
1055
1055
+
engines: {node: '>=18'}
1813
1056
1814
1814
-
estree-util-visit@2.0.0:
1815
1815
-
resolution:
1816
1816
-
{
1817
1817
-
integrity: sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==
1818
1818
-
}
1057
1057
+
devalue@5.0.0:
1058
1058
+
resolution: {integrity: sha512-gO+/OMXF7488D+u3ue+G7Y4AA3ZmUnB3eHJXmBTgNHvr4ZNzl36A0ZtG+XCRNYCkYx/bFmw4qtkoFLa+wSrwAA==}
1819
1059
1820
1820
-
estree-walker@3.0.3:
1821
1821
-
resolution:
1822
1822
-
{
1823
1823
-
integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==
1824
1824
-
}
1060
1060
+
devlop@1.1.0:
1061
1061
+
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
1825
1062
1826
1826
-
eventemitter3@5.0.1:
1827
1827
-
resolution:
1828
1828
-
{
1829
1829
-
integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==
1830
1830
-
}
1063
1063
+
diff@5.2.0:
1064
1064
+
resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==}
1065
1065
+
engines: {node: '>=0.3.1'}
1831
1066
1832
1832
-
execa@5.1.1:
1833
1833
-
resolution:
1834
1834
-
{
1835
1835
-
integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
1836
1836
-
}
1837
1837
-
engines: { node: ">=10" }
1067
1067
+
dlv@1.1.3:
1068
1068
+
resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
1838
1069
1839
1839
-
execa@8.0.1:
1840
1840
-
resolution:
1841
1841
-
{
1842
1842
-
integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==
1843
1843
-
}
1844
1844
-
engines: { node: ">=16.17" }
1070
1070
+
dom-serializer@2.0.0:
1071
1071
+
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
1072
1072
+
1073
1073
+
domelementtype@2.3.0:
1074
1074
+
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
1075
1075
+
1076
1076
+
domhandler@5.0.3:
1077
1077
+
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
1078
1078
+
engines: {node: '>= 4'}
1079
1079
+
1080
1080
+
domutils@3.1.0:
1081
1081
+
resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==}
1082
1082
+
1083
1083
+
dset@3.1.3:
1084
1084
+
resolution: {integrity: sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==}
1085
1085
+
engines: {node: '>=4'}
1086
1086
+
1087
1087
+
eastasianwidth@0.2.0:
1088
1088
+
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
1089
1089
+
1090
1090
+
electron-to-chromium@1.5.1:
1091
1091
+
resolution: {integrity: sha512-FKbOCOQ5QRB3VlIbl1LZQefWIYwszlBloaXcY2rbfpu9ioJnNh3TK03YtIDKDo3WKBi8u+YV4+Fn2CkEozgf4w==}
1092
1092
+
1093
1093
+
emmet@2.4.7:
1094
1094
+
resolution: {integrity: sha512-O5O5QNqtdlnQM2bmKHtJgyChcrFMgQuulI+WdiOw2NArzprUqqxUW6bgYtKvzKgrsYpuLWalOkdhNP+1jluhCA==}
1095
1095
+
1096
1096
+
emoji-regex@10.3.0:
1097
1097
+
resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==}
1098
1098
+
1099
1099
+
emoji-regex@8.0.0:
1100
1100
+
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
1101
1101
+
1102
1102
+
emoji-regex@9.2.2:
1103
1103
+
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
1104
1104
+
1105
1105
+
end-of-stream@1.4.4:
1106
1106
+
resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
1107
1107
+
1108
1108
+
entities@4.5.0:
1109
1109
+
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
1110
1110
+
engines: {node: '>=0.12'}
1111
1111
+
1112
1112
+
es-module-lexer@1.5.4:
1113
1113
+
resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==}
1114
1114
+
1115
1115
+
esbuild@0.21.5:
1116
1116
+
resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
1117
1117
+
engines: {node: '>=12'}
1118
1118
+
hasBin: true
1119
1119
+
1120
1120
+
escalade@3.1.2:
1121
1121
+
resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
1122
1122
+
engines: {node: '>=6'}
1123
1123
+
1124
1124
+
escape-string-regexp@1.0.5:
1125
1125
+
resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
1126
1126
+
engines: {node: '>=0.8.0'}
1127
1127
+
1128
1128
+
escape-string-regexp@4.0.0:
1129
1129
+
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
1130
1130
+
engines: {node: '>=10'}
1131
1131
+
1132
1132
+
escape-string-regexp@5.0.0:
1133
1133
+
resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
1134
1134
+
engines: {node: '>=12'}
1135
1135
+
1136
1136
+
esprima@4.0.1:
1137
1137
+
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
1138
1138
+
engines: {node: '>=4'}
1139
1139
+
hasBin: true
1140
1140
+
1141
1141
+
estree-util-attach-comments@3.0.0:
1142
1142
+
resolution: {integrity: sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==}
1143
1143
+
1144
1144
+
estree-util-build-jsx@3.0.1:
1145
1145
+
resolution: {integrity: sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==}
1146
1146
+
1147
1147
+
estree-util-is-identifier-name@3.0.0:
1148
1148
+
resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==}
1149
1149
+
1150
1150
+
estree-util-to-js@2.0.0:
1151
1151
+
resolution: {integrity: sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==}
1152
1152
+
1153
1153
+
estree-util-visit@2.0.0:
1154
1154
+
resolution: {integrity: sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==}
1155
1155
+
1156
1156
+
estree-walker@3.0.3:
1157
1157
+
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
1158
1158
+
1159
1159
+
eventemitter3@5.0.1:
1160
1160
+
resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==}
1161
1161
+
1162
1162
+
execa@5.1.1:
1163
1163
+
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
1164
1164
+
engines: {node: '>=10'}
1165
1165
+
1166
1166
+
execa@8.0.1:
1167
1167
+
resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==}
1168
1168
+
engines: {node: '>=16.17'}
1169
1169
+
1170
1170
+
extend-shallow@2.0.1:
1171
1171
+
resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==}
1172
1172
+
engines: {node: '>=0.10.0'}
1173
1173
+
1174
1174
+
extend@3.0.2:
1175
1175
+
resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
1176
1176
+
1177
1177
+
extract-zip@2.0.1:
1178
1178
+
resolution: {integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==}
1179
1179
+
engines: {node: '>= 10.17.0'}
1180
1180
+
hasBin: true
1181
1181
+
1182
1182
+
fast-glob@3.3.2:
1183
1183
+
resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
1184
1184
+
engines: {node: '>=8.6.0'}
1185
1185
+
1186
1186
+
fast-xml-parser@4.4.0:
1187
1187
+
resolution: {integrity: sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==}
1188
1188
+
hasBin: true
1189
1189
+
1190
1190
+
fastq@1.17.1:
1191
1191
+
resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==}
1192
1192
+
1193
1193
+
fd-slicer@1.1.0:
1194
1194
+
resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==}
1195
1195
+
1196
1196
+
fill-range@7.1.1:
1197
1197
+
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
1198
1198
+
engines: {node: '>=8'}
1199
1199
+
1200
1200
+
find-up-simple@1.0.0:
1201
1201
+
resolution: {integrity: sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==}
1202
1202
+
engines: {node: '>=18'}
1203
1203
+
1204
1204
+
find-up@4.1.0:
1205
1205
+
resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
1206
1206
+
engines: {node: '>=8'}
1207
1207
+
1208
1208
+
find-up@5.0.0:
1209
1209
+
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
1210
1210
+
engines: {node: '>=10'}
1211
1211
+
1212
1212
+
find-yarn-workspace-root2@1.2.16:
1213
1213
+
resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==}
1214
1214
+
1215
1215
+
flattie@1.1.1:
1216
1216
+
resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==}
1217
1217
+
engines: {node: '>=8'}
1218
1218
+
1219
1219
+
fs-minipass@2.1.0:
1220
1220
+
resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
1221
1221
+
engines: {node: '>= 8'}
1222
1222
+
1223
1223
+
fsevents@2.3.3:
1224
1224
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1225
1225
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1226
1226
+
os: [darwin]
1227
1227
+
1228
1228
+
gensync@1.0.0-beta.2:
1229
1229
+
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
1230
1230
+
engines: {node: '>=6.9.0'}
1231
1231
+
1232
1232
+
get-caller-file@2.0.5:
1233
1233
+
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
1234
1234
+
engines: {node: 6.* || 8.* || >= 10.*}
1235
1235
+
1236
1236
+
get-east-asian-width@1.2.0:
1237
1237
+
resolution: {integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==}
1238
1238
+
engines: {node: '>=18'}
1239
1239
+
1240
1240
+
get-stdin@8.0.0:
1241
1241
+
resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==}
1242
1242
+
engines: {node: '>=10'}
1243
1243
+
1244
1244
+
get-stream@5.2.0:
1245
1245
+
resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==}
1246
1246
+
engines: {node: '>=8'}
1247
1247
+
1248
1248
+
get-stream@6.0.1:
1249
1249
+
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
1250
1250
+
engines: {node: '>=10'}
1251
1251
+
1252
1252
+
get-stream@8.0.1:
1253
1253
+
resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
1254
1254
+
engines: {node: '>=16'}
1255
1255
+
1256
1256
+
github-slugger@2.0.0:
1257
1257
+
resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==}
1258
1258
+
1259
1259
+
glob-parent@5.1.2:
1260
1260
+
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1261
1261
+
engines: {node: '>= 6'}
1262
1262
+
1263
1263
+
globals@11.12.0:
1264
1264
+
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
1265
1265
+
engines: {node: '>=4'}
1266
1266
+
1267
1267
+
graceful-fs@4.2.11:
1268
1268
+
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
1269
1269
+
1270
1270
+
gray-matter@4.0.3:
1271
1271
+
resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==}
1272
1272
+
engines: {node: '>=6.0'}
1273
1273
+
1274
1274
+
has-flag@3.0.0:
1275
1275
+
resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
1276
1276
+
engines: {node: '>=4'}
1277
1277
+
1278
1278
+
hast-util-from-html@2.0.1:
1279
1279
+
resolution: {integrity: sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==}
1280
1280
+
1281
1281
+
hast-util-from-parse5@8.0.1:
1282
1282
+
resolution: {integrity: sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==}
1283
1283
+
1284
1284
+
hast-util-is-element@3.0.0:
1285
1285
+
resolution: {integrity: sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==}
1286
1286
+
1287
1287
+
hast-util-parse-selector@4.0.0:
1288
1288
+
resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==}
1289
1289
+
1290
1290
+
hast-util-raw@9.0.4:
1291
1291
+
resolution: {integrity: sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==}
1292
1292
+
1293
1293
+
hast-util-to-estree@3.1.0:
1294
1294
+
resolution: {integrity: sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==}
1295
1295
+
1296
1296
+
hast-util-to-html@9.0.1:
1297
1297
+
resolution: {integrity: sha512-hZOofyZANbyWo+9RP75xIDV/gq+OUKx+T46IlwERnKmfpwp81XBFbT9mi26ws+SJchA4RVUQwIBJpqEOBhMzEQ==}
1845
1298
1846
1846
-
extend-shallow@2.0.1:
1847
1847
-
resolution:
1848
1848
-
{
1849
1849
-
integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==
1850
1850
-
}
1851
1851
-
engines: { node: ">=0.10.0" }
1299
1299
+
hast-util-to-jsx-runtime@2.3.0:
1300
1300
+
resolution: {integrity: sha512-H/y0+IWPdsLLS738P8tDnrQ8Z+dj12zQQ6WC11TIM21C8WFVoIxcqWXf2H3hiTVZjF1AWqoimGwrTWecWrnmRQ==}
1852
1301
1853
1853
-
extend@3.0.2:
1854
1854
-
resolution:
1855
1855
-
{
1856
1856
-
integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
1857
1857
-
}
1302
1302
+
hast-util-to-parse5@8.0.0:
1303
1303
+
resolution: {integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==}
1858
1304
1859
1859
-
extract-zip@2.0.1:
1860
1860
-
resolution:
1861
1861
-
{
1862
1862
-
integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==
1863
1863
-
}
1864
1864
-
engines: { node: ">= 10.17.0" }
1865
1865
-
hasBin: true
1305
1305
+
hast-util-to-text@4.0.2:
1306
1306
+
resolution: {integrity: sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==}
1307
1307
+
1308
1308
+
hast-util-whitespace@3.0.0:
1309
1309
+
resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==}
1866
1310
1867
1867
-
fast-glob@3.3.2:
1868
1868
-
resolution:
1869
1869
-
{
1870
1870
-
integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
1871
1871
-
}
1872
1872
-
engines: { node: ">=8.6.0" }
1311
1311
+
hastscript@8.0.0:
1312
1312
+
resolution: {integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==}
1873
1313
1874
1874
-
fastq@1.17.1:
1875
1875
-
resolution:
1876
1876
-
{
1877
1877
-
integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
1878
1878
-
}
1314
1314
+
html-escaper@3.0.3:
1315
1315
+
resolution: {integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==}
1879
1316
1880
1880
-
fd-slicer@1.1.0:
1881
1881
-
resolution:
1882
1882
-
{
1883
1883
-
integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==
1884
1884
-
}
1317
1317
+
html-void-elements@3.0.0:
1318
1318
+
resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
1885
1319
1886
1886
-
fill-range@7.1.1:
1887
1887
-
resolution:
1888
1888
-
{
1889
1889
-
integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
1890
1890
-
}
1891
1891
-
engines: { node: ">=8" }
1320
1320
+
htmlparser2@8.0.2:
1321
1321
+
resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==}
1892
1322
1893
1893
-
find-up-simple@1.0.0:
1894
1894
-
resolution:
1895
1895
-
{
1896
1896
-
integrity: sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==
1897
1897
-
}
1898
1898
-
engines: { node: ">=18" }
1323
1323
+
http-cache-semantics@4.1.1:
1324
1324
+
resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==}
1899
1325
1900
1900
-
find-up@4.1.0:
1901
1901
-
resolution:
1902
1902
-
{
1903
1903
-
integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
1904
1904
-
}
1905
1905
-
engines: { node: ">=8" }
1326
1326
+
human-signals@2.1.0:
1327
1327
+
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
1328
1328
+
engines: {node: '>=10.17.0'}
1906
1329
1907
1907
-
find-up@5.0.0:
1908
1908
-
resolution:
1909
1909
-
{
1910
1910
-
integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
1911
1911
-
}
1912
1912
-
engines: { node: ">=10" }
1330
1330
+
human-signals@5.0.0:
1331
1331
+
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
1332
1332
+
engines: {node: '>=16.17.0'}
1913
1333
1914
1914
-
find-yarn-workspace-root2@1.2.16:
1915
1915
-
resolution:
1916
1916
-
{
1917
1917
-
integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==
1918
1918
-
}
1334
1334
+
import-meta-resolve@4.1.0:
1335
1335
+
resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==}
1919
1336
1920
1920
-
flattie@1.1.1:
1921
1921
-
resolution:
1922
1922
-
{
1923
1923
-
integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==
1924
1924
-
}
1925
1925
-
engines: { node: ">=8" }
1337
1337
+
inline-style-parser@0.1.1:
1338
1338
+
resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==}
1926
1339
1927
1927
-
fs-minipass@2.1.0:
1928
1928
-
resolution:
1929
1929
-
{
1930
1930
-
integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==
1931
1931
-
}
1932
1932
-
engines: { node: ">= 8" }
1340
1340
+
inline-style-parser@0.2.3:
1341
1341
+
resolution: {integrity: sha512-qlD8YNDqyTKTyuITrDOffsl6Tdhv+UC4hcdAVuQsK4IMQ99nSgd1MIA/Q+jQYoh9r3hVUXhYh7urSRmXPkW04g==}
1933
1342
1934
1934
-
fsevents@2.3.3:
1935
1935
-
resolution:
1936
1936
-
{
1937
1937
-
integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
1938
1938
-
}
1939
1939
-
engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 }
1940
1940
-
os: [darwin]
1343
1343
+
is-alphabetical@2.0.1:
1344
1344
+
resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==}
1941
1345
1942
1942
-
gensync@1.0.0-beta.2:
1943
1943
-
resolution:
1944
1944
-
{
1945
1945
-
integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
1946
1946
-
}
1947
1947
-
engines: { node: ">=6.9.0" }
1346
1346
+
is-alphanumerical@2.0.1:
1347
1347
+
resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==}
1948
1348
1949
1949
-
get-caller-file@2.0.5:
1950
1950
-
resolution:
1951
1951
-
{
1952
1952
-
integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
1953
1953
-
}
1954
1954
-
engines: { node: 6.* || 8.* || >= 10.* }
1349
1349
+
is-arrayish@0.3.2:
1350
1350
+
resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==}
1955
1351
1956
1956
-
get-east-asian-width@1.2.0:
1957
1957
-
resolution:
1958
1958
-
{
1959
1959
-
integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==
1960
1960
-
}
1961
1961
-
engines: { node: ">=18" }
1352
1352
+
is-binary-path@2.1.0:
1353
1353
+
resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
1354
1354
+
engines: {node: '>=8'}
1962
1355
1963
1963
-
get-stdin@8.0.0:
1964
1964
-
resolution:
1965
1965
-
{
1966
1966
-
integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
1967
1967
-
}
1968
1968
-
engines: { node: ">=10" }
1356
1356
+
is-decimal@2.0.1:
1357
1357
+
resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==}
1969
1358
1970
1970
-
get-stream@5.2.0:
1971
1971
-
resolution:
1972
1972
-
{
1973
1973
-
integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==
1974
1974
-
}
1975
1975
-
engines: { node: ">=8" }
1359
1359
+
is-docker@3.0.0:
1360
1360
+
resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
1361
1361
+
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
1362
1362
+
hasBin: true
1976
1363
1977
1977
-
get-stream@6.0.1:
1978
1978
-
resolution:
1979
1979
-
{
1980
1980
-
integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
1981
1981
-
}
1982
1982
-
engines: { node: ">=10" }
1364
1364
+
is-extendable@0.1.1:
1365
1365
+
resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==}
1366
1366
+
engines: {node: '>=0.10.0'}
1983
1367
1984
1984
-
get-stream@8.0.1:
1985
1985
-
resolution:
1986
1986
-
{
1987
1987
-
integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==
1988
1988
-
}
1989
1989
-
engines: { node: ">=16" }
1368
1368
+
is-extglob@2.1.1:
1369
1369
+
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1370
1370
+
engines: {node: '>=0.10.0'}
1990
1371
1991
1991
-
github-slugger@2.0.0:
1992
1992
-
resolution:
1993
1993
-
{
1994
1994
-
integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==
1995
1995
-
}
1372
1372
+
is-fullwidth-code-point@2.0.0:
1373
1373
+
resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==}
1374
1374
+
engines: {node: '>=4'}
1996
1375
1997
1997
-
glob-parent@5.1.2:
1998
1998
-
resolution:
1999
1999
-
{
2000
2000
-
integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
2001
2001
-
}
2002
2002
-
engines: { node: ">= 6" }
1376
1376
+
is-fullwidth-code-point@3.0.0:
1377
1377
+
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
1378
1378
+
engines: {node: '>=8'}
2003
1379
2004
2004
-
globals@11.12.0:
2005
2005
-
resolution:
2006
2006
-
{
2007
2007
-
integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
2008
2008
-
}
2009
2009
-
engines: { node: ">=4" }
1380
1380
+
is-glob@4.0.3:
1381
1381
+
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1382
1382
+
engines: {node: '>=0.10.0'}
2010
1383
2011
2011
-
graceful-fs@4.2.11:
2012
2012
-
resolution:
2013
2013
-
{
2014
2014
-
integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
2015
2015
-
}
1384
1384
+
is-hexadecimal@2.0.1:
1385
1385
+
resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==}
2016
1386
2017
2017
-
gray-matter@4.0.3:
2018
2018
-
resolution:
2019
2019
-
{
2020
2020
-
integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==
2021
2021
-
}
2022
2022
-
engines: { node: ">=6.0" }
1387
1387
+
is-inside-container@1.0.0:
1388
1388
+
resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
1389
1389
+
engines: {node: '>=14.16'}
1390
1390
+
hasBin: true
2023
1391
2024
2024
-
has-flag@3.0.0:
2025
2025
-
resolution:
2026
2026
-
{
2027
2027
-
integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==
2028
2028
-
}
2029
2029
-
engines: { node: ">=4" }
1392
1392
+
is-interactive@2.0.0:
1393
1393
+
resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==}
1394
1394
+
engines: {node: '>=12'}
2030
1395
2031
2031
-
hast-util-from-html@2.0.1:
2032
2032
-
resolution:
2033
2033
-
{
2034
2034
-
integrity: sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==
2035
2035
-
}
1396
1396
+
is-number@7.0.0:
1397
1397
+
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1398
1398
+
engines: {node: '>=0.12.0'}
2036
1399
2037
2037
-
hast-util-from-parse5@8.0.1:
2038
2038
-
resolution:
2039
2039
-
{
2040
2040
-
integrity: sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==
2041
2041
-
}
1400
1400
+
is-plain-obj@4.1.0:
1401
1401
+
resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
1402
1402
+
engines: {node: '>=12'}
2042
1403
2043
2043
-
hast-util-is-element@3.0.0:
2044
2044
-
resolution:
2045
2045
-
{
2046
2046
-
integrity: sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==
2047
2047
-
}
1404
1404
+
is-plain-object@5.0.0:
1405
1405
+
resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==}
1406
1406
+
engines: {node: '>=0.10.0'}
2048
1407
2049
2049
-
hast-util-parse-selector@4.0.0:
2050
2050
-
resolution:
2051
2051
-
{
2052
2052
-
integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==
2053
2053
-
}
1408
1408
+
is-reference@3.0.2:
1409
1409
+
resolution: {integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==}
2054
1410
2055
2055
-
hast-util-raw@9.0.4:
2056
2056
-
resolution:
2057
2057
-
{
2058
2058
-
integrity: sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==
2059
2059
-
}
1411
1411
+
is-stream@2.0.1:
1412
1412
+
resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
1413
1413
+
engines: {node: '>=8'}
2060
1414
2061
2061
-
hast-util-to-estree@3.1.0:
2062
2062
-
resolution:
2063
2063
-
{
2064
2064
-
integrity: sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==
2065
2065
-
}
1415
1415
+
is-stream@3.0.0:
1416
1416
+
resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==}
1417
1417
+
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
2066
1418
2067
2067
-
hast-util-to-html@9.0.1:
2068
2068
-
resolution:
2069
2069
-
{
2070
2070
-
integrity: sha512-hZOofyZANbyWo+9RP75xIDV/gq+OUKx+T46IlwERnKmfpwp81XBFbT9mi26ws+SJchA4RVUQwIBJpqEOBhMzEQ==
2071
2071
-
}
1419
1419
+
is-unicode-supported@1.3.0:
1420
1420
+
resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==}
1421
1421
+
engines: {node: '>=12'}
2072
1422
2073
2073
-
hast-util-to-jsx-runtime@2.3.0:
2074
2074
-
resolution:
2075
2075
-
{
2076
2076
-
integrity: sha512-H/y0+IWPdsLLS738P8tDnrQ8Z+dj12zQQ6WC11TIM21C8WFVoIxcqWXf2H3hiTVZjF1AWqoimGwrTWecWrnmRQ==
2077
2077
-
}
1423
1423
+
is-unicode-supported@2.0.0:
1424
1424
+
resolution: {integrity: sha512-FRdAyx5lusK1iHG0TWpVtk9+1i+GjrzRffhDg4ovQ7mcidMQ6mj+MhKPmvh7Xwyv5gIS06ns49CA7Sqg7lC22Q==}
1425
1425
+
engines: {node: '>=18'}
2078
1426
2079
2079
-
hast-util-to-parse5@8.0.0:
2080
2080
-
resolution:
2081
2081
-
{
2082
2082
-
integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==
2083
2083
-
}
1427
1427
+
is-wsl@3.1.0:
1428
1428
+
resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==}
1429
1429
+
engines: {node: '>=16'}
2084
1430
2085
2085
-
hast-util-to-text@4.0.2:
2086
2086
-
resolution:
2087
2087
-
{
2088
2088
-
integrity: sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==
2089
2089
-
}
1431
1431
+
isexe@2.0.0:
1432
1432
+
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
2090
1433
2091
2091
-
hast-util-whitespace@3.0.0:
2092
2092
-
resolution:
2093
2093
-
{
2094
2094
-
integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==
2095
2095
-
}
1434
1434
+
js-tokens@4.0.0:
1435
1435
+
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
2096
1436
2097
2097
-
hastscript@8.0.0:
2098
2098
-
resolution:
2099
2099
-
{
2100
2100
-
integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==
2101
2101
-
}
1437
1437
+
js-yaml@3.14.1:
1438
1438
+
resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==}
1439
1439
+
hasBin: true
2102
1440
2103
2103
-
html-escaper@3.0.3:
2104
2104
-
resolution:
2105
2105
-
{
2106
2106
-
integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==
2107
2107
-
}
1441
1441
+
js-yaml@4.1.0:
1442
1442
+
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
1443
1443
+
hasBin: true
2108
1444
2109
2109
-
html-void-elements@3.0.0:
2110
2110
-
resolution:
2111
2111
-
{
2112
2112
-
integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==
2113
2113
-
}
1445
1445
+
jsesc@2.5.2:
1446
1446
+
resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
1447
1447
+
engines: {node: '>=4'}
1448
1448
+
hasBin: true
2114
1449
2115
2115
-
htmlparser2@8.0.2:
2116
2116
-
resolution:
2117
2117
-
{
2118
2118
-
integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==
2119
2119
-
}
1450
1450
+
json5@2.2.3:
1451
1451
+
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1452
1452
+
engines: {node: '>=6'}
1453
1453
+
hasBin: true
2120
1454
2121
2121
-
http-cache-semantics@4.1.1:
2122
2122
-
resolution:
2123
2123
-
{
2124
2124
-
integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
2125
2125
-
}
1455
1455
+
jsonc-parser@2.3.1:
1456
1456
+
resolution: {integrity: sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==}
2126
1457
2127
2127
-
human-signals@2.1.0:
2128
2128
-
resolution:
2129
2129
-
{
2130
2130
-
integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
2131
2131
-
}
2132
2132
-
engines: { node: ">=10.17.0" }
1458
1458
+
kind-of@6.0.3:
1459
1459
+
resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
1460
1460
+
engines: {node: '>=0.10.0'}
2133
1461
2134
2134
-
human-signals@5.0.0:
2135
2135
-
resolution:
2136
2136
-
{
2137
2137
-
integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
2138
2138
-
}
2139
2139
-
engines: { node: ">=16.17.0" }
1462
1462
+
kleur@3.0.3:
1463
1463
+
resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==}
1464
1464
+
engines: {node: '>=6'}
2140
1465
2141
2141
-
import-meta-resolve@4.1.0:
2142
2142
-
resolution:
2143
2143
-
{
2144
2144
-
integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==
2145
2145
-
}
1466
1466
+
kleur@4.1.5:
1467
1467
+
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
1468
1468
+
engines: {node: '>=6'}
2146
1469
2147
2147
-
inline-style-parser@0.1.1:
2148
2148
-
resolution:
2149
2149
-
{
2150
2150
-
integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==
2151
2151
-
}
1470
1470
+
kolorist@1.8.0:
1471
1471
+
resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
2152
1472
2153
2153
-
inline-style-parser@0.2.3:
2154
2154
-
resolution:
2155
2155
-
{
2156
2156
-
integrity: sha512-qlD8YNDqyTKTyuITrDOffsl6Tdhv+UC4hcdAVuQsK4IMQ99nSgd1MIA/Q+jQYoh9r3hVUXhYh7urSRmXPkW04g==
2157
2157
-
}
1473
1473
+
linkify-it@5.0.0:
1474
1474
+
resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
2158
1475
2159
2159
-
is-alphabetical@2.0.1:
2160
2160
-
resolution:
2161
2161
-
{
2162
2162
-
integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==
2163
2163
-
}
1476
1476
+
load-yaml-file@0.2.0:
1477
1477
+
resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==}
1478
1478
+
engines: {node: '>=6'}
2164
1479
2165
2165
-
is-alphanumerical@2.0.1:
2166
2166
-
resolution:
2167
2167
-
{
2168
2168
-
integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==
2169
2169
-
}
1480
1480
+
local-pkg@0.4.3:
1481
1481
+
resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==}
1482
1482
+
engines: {node: '>=14'}
2170
1483
2171
2171
-
is-arrayish@0.3.2:
2172
2172
-
resolution:
2173
2173
-
{
2174
2174
-
integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
2175
2175
-
}
1484
1484
+
local-pkg@0.5.0:
1485
1485
+
resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==}
1486
1486
+
engines: {node: '>=14'}
2176
1487
2177
2177
-
is-binary-path@2.1.0:
2178
2178
-
resolution:
2179
2179
-
{
2180
2180
-
integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
2181
2181
-
}
2182
2182
-
engines: { node: ">=8" }
1488
1488
+
locate-path@5.0.0:
1489
1489
+
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
1490
1490
+
engines: {node: '>=8'}
2183
1491
2184
2184
-
is-decimal@2.0.1:
2185
2185
-
resolution:
2186
2186
-
{
2187
2187
-
integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==
2188
2188
-
}
1492
1492
+
locate-path@6.0.0:
1493
1493
+
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
1494
1494
+
engines: {node: '>=10'}
2189
1495
2190
2190
-
is-docker@3.0.0:
2191
2191
-
resolution:
2192
2192
-
{
2193
2193
-
integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==
2194
2194
-
}
2195
2195
-
engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
2196
2196
-
hasBin: true
1496
1496
+
log-symbols@6.0.0:
1497
1497
+
resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==}
1498
1498
+
engines: {node: '>=18'}
2197
1499
2198
2198
-
is-extendable@0.1.1:
2199
2199
-
resolution:
2200
2200
-
{
2201
2201
-
integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==
2202
2202
-
}
2203
2203
-
engines: { node: ">=0.10.0" }
1500
1500
+
longest-streak@3.1.0:
1501
1501
+
resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
2204
1502
2205
2205
-
is-extglob@2.1.1:
2206
2206
-
resolution:
2207
2207
-
{
2208
2208
-
integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
2209
2209
-
}
2210
2210
-
engines: { node: ">=0.10.0" }
1503
1503
+
lru-cache@5.1.1:
1504
1504
+
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
2211
1505
2212
2212
-
is-fullwidth-code-point@2.0.0:
2213
2213
-
resolution:
2214
2214
-
{
2215
2215
-
integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==
2216
2216
-
}
2217
2217
-
engines: { node: ">=4" }
1506
1506
+
magic-string@0.30.10:
1507
1507
+
resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==}
2218
1508
2219
2219
-
is-fullwidth-code-point@3.0.0:
2220
2220
-
resolution:
2221
2221
-
{
2222
2222
-
integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
2223
2223
-
}
2224
2224
-
engines: { node: ">=8" }
1509
1509
+
markdown-extensions@2.0.0:
1510
1510
+
resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==}
1511
1511
+
engines: {node: '>=16'}
2225
1512
2226
2226
-
is-glob@4.0.3:
2227
2227
-
resolution:
2228
2228
-
{
2229
2229
-
integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
2230
2230
-
}
2231
2231
-
engines: { node: ">=0.10.0" }
1513
1513
+
markdown-it@14.1.0:
1514
1514
+
resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==}
1515
1515
+
hasBin: true
2232
1516
2233
2233
-
is-hexadecimal@2.0.1:
2234
2234
-
resolution:
2235
2235
-
{
2236
2236
-
integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==
2237
2237
-
}
1517
1517
+
markdown-table@3.0.3:
1518
1518
+
resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==}
2238
1519
2239
2239
-
is-inside-container@1.0.0:
2240
2240
-
resolution:
2241
2241
-
{
2242
2242
-
integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==
2243
2243
-
}
2244
2244
-
engines: { node: ">=14.16" }
2245
2245
-
hasBin: true
1520
1520
+
mdast-util-definitions@6.0.0:
1521
1521
+
resolution: {integrity: sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==}
2246
1522
2247
2247
-
is-interactive@2.0.0:
2248
2248
-
resolution:
2249
2249
-
{
2250
2250
-
integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==
2251
2251
-
}
2252
2252
-
engines: { node: ">=12" }
1523
1523
+
mdast-util-find-and-replace@3.0.1:
1524
1524
+
resolution: {integrity: sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==}
2253
1525
2254
2254
-
is-number@7.0.0:
2255
2255
-
resolution:
2256
2256
-
{
2257
2257
-
integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
2258
2258
-
}
2259
2259
-
engines: { node: ">=0.12.0" }
1526
1526
+
mdast-util-from-markdown@2.0.1:
1527
1527
+
resolution: {integrity: sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==}
2260
1528
2261
2261
-
is-plain-obj@4.1.0:
2262
2262
-
resolution:
2263
2263
-
{
2264
2264
-
integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==
2265
2265
-
}
2266
2266
-
engines: { node: ">=12" }
1529
1529
+
mdast-util-gfm-autolink-literal@2.0.0:
1530
1530
+
resolution: {integrity: sha512-FyzMsduZZHSc3i0Px3PQcBT4WJY/X/RCtEJKuybiC6sjPqLv7h1yqAkmILZtuxMSsUyaLUWNp71+vQH2zqp5cg==}
2267
1531
2268
2268
-
is-reference@3.0.2:
2269
2269
-
resolution:
2270
2270
-
{
2271
2271
-
integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==
2272
2272
-
}
1532
1532
+
mdast-util-gfm-footnote@2.0.0:
1533
1533
+
resolution: {integrity: sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==}
2273
1534
2274
2274
-
is-stream@2.0.1:
2275
2275
-
resolution:
2276
2276
-
{
2277
2277
-
integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
2278
2278
-
}
2279
2279
-
engines: { node: ">=8" }
1535
1535
+
mdast-util-gfm-strikethrough@2.0.0:
1536
1536
+
resolution: {integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==}
2280
1537
2281
2281
-
is-stream@3.0.0:
2282
2282
-
resolution:
2283
2283
-
{
2284
2284
-
integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
2285
2285
-
}
2286
2286
-
engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
1538
1538
+
mdast-util-gfm-table@2.0.0:
1539
1539
+
resolution: {integrity: sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==}
2287
1540
2288
2288
-
is-unicode-supported@1.3.0:
2289
2289
-
resolution:
2290
2290
-
{
2291
2291
-
integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==
2292
2292
-
}
2293
2293
-
engines: { node: ">=12" }
1541
1541
+
mdast-util-gfm-task-list-item@2.0.0:
1542
1542
+
resolution: {integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==}
2294
1543
2295
2295
-
is-unicode-supported@2.0.0:
2296
2296
-
resolution:
2297
2297
-
{
2298
2298
-
integrity: sha512-FRdAyx5lusK1iHG0TWpVtk9+1i+GjrzRffhDg4ovQ7mcidMQ6mj+MhKPmvh7Xwyv5gIS06ns49CA7Sqg7lC22Q==
2299
2299
-
}
2300
2300
-
engines: { node: ">=18" }
1544
1544
+
mdast-util-gfm@3.0.0:
1545
1545
+
resolution: {integrity: sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==}
2301
1546
2302
2302
-
is-wsl@3.1.0:
2303
2303
-
resolution:
2304
2304
-
{
2305
2305
-
integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==
2306
2306
-
}
2307
2307
-
engines: { node: ">=16" }
1547
1547
+
mdast-util-mdx-expression@2.0.0:
1548
1548
+
resolution: {integrity: sha512-fGCu8eWdKUKNu5mohVGkhBXCXGnOTLuFqOvGMvdikr+J1w7lDJgxThOKpwRWzzbyXAU2hhSwsmssOY4yTokluw==}
2308
1549
2309
2309
-
isexe@2.0.0:
2310
2310
-
resolution:
2311
2311
-
{
2312
2312
-
integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
2313
2313
-
}
1550
1550
+
mdast-util-mdx-jsx@3.1.2:
1551
1551
+
resolution: {integrity: sha512-eKMQDeywY2wlHc97k5eD8VC+9ASMjN8ItEZQNGwJ6E0XWKiW/Z0V5/H8pvoXUf+y+Mj0VIgeRRbujBmFn4FTyA==}
2314
1552
2315
2315
-
js-tokens@4.0.0:
2316
2316
-
resolution:
2317
2317
-
{
2318
2318
-
integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
2319
2319
-
}
1553
1553
+
mdast-util-mdx@3.0.0:
1554
1554
+
resolution: {integrity: sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==}
2320
1555
2321
2321
-
js-yaml@3.14.1:
2322
2322
-
resolution:
2323
2323
-
{
2324
2324
-
integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
2325
2325
-
}
2326
2326
-
hasBin: true
1556
1556
+
mdast-util-mdxjs-esm@2.0.1:
1557
1557
+
resolution: {integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==}
2327
1558
2328
2328
-
js-yaml@4.1.0:
2329
2329
-
resolution:
2330
2330
-
{
2331
2331
-
integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
2332
2332
-
}
2333
2333
-
hasBin: true
1559
1559
+
mdast-util-phrasing@4.1.0:
1560
1560
+
resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==}
2334
1561
2335
2335
-
jsesc@2.5.2:
2336
2336
-
resolution:
2337
2337
-
{
2338
2338
-
integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
2339
2339
-
}
2340
2340
-
engines: { node: ">=4" }
2341
2341
-
hasBin: true
1562
1562
+
mdast-util-to-hast@13.2.0:
1563
1563
+
resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==}
2342
1564
2343
2343
-
json5@2.2.3:
2344
2344
-
resolution:
2345
2345
-
{
2346
2346
-
integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
2347
2347
-
}
2348
2348
-
engines: { node: ">=6" }
2349
2349
-
hasBin: true
1565
1565
+
mdast-util-to-markdown@2.1.0:
1566
1566
+
resolution: {integrity: sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==}
2350
1567
2351
2351
-
kind-of@6.0.3:
2352
2352
-
resolution:
2353
2353
-
{
2354
2354
-
integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
2355
2355
-
}
2356
2356
-
engines: { node: ">=0.10.0" }
1568
1568
+
mdast-util-to-string@4.0.0:
1569
1569
+
resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==}
2357
1570
2358
2358
-
kleur@3.0.3:
2359
2359
-
resolution:
2360
2360
-
{
2361
2361
-
integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
2362
2362
-
}
2363
2363
-
engines: { node: ">=6" }
1571
1571
+
mdn-data@2.0.28:
1572
1572
+
resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
2364
1573
2365
2365
-
kleur@4.1.5:
2366
2366
-
resolution:
2367
2367
-
{
2368
2368
-
integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==
2369
2369
-
}
2370
2370
-
engines: { node: ">=6" }
1574
1574
+
mdn-data@2.0.30:
1575
1575
+
resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
2371
1576
2372
2372
-
kolorist@1.8.0:
2373
2373
-
resolution:
2374
2374
-
{
2375
2375
-
integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==
2376
2376
-
}
1577
1577
+
mdurl@2.0.0:
1578
1578
+
resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==}
2377
1579
2378
2378
-
load-yaml-file@0.2.0:
2379
2379
-
resolution:
2380
2380
-
{
2381
2381
-
integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==
2382
2382
-
}
2383
2383
-
engines: { node: ">=6" }
1580
1580
+
merge-stream@2.0.0:
1581
1581
+
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
2384
1582
2385
2385
-
local-pkg@0.4.3:
2386
2386
-
resolution:
2387
2387
-
{
2388
2388
-
integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==
2389
2389
-
}
2390
2390
-
engines: { node: ">=14" }
1583
1583
+
merge2@1.4.1:
1584
1584
+
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
1585
1585
+
engines: {node: '>= 8'}
2391
1586
2392
2392
-
local-pkg@0.5.0:
2393
2393
-
resolution:
2394
2394
-
{
2395
2395
-
integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==
2396
2396
-
}
2397
2397
-
engines: { node: ">=14" }
1587
1587
+
micromark-core-commonmark@2.0.1:
1588
1588
+
resolution: {integrity: sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==}
2398
1589
2399
2399
-
locate-path@5.0.0:
2400
2400
-
resolution:
2401
2401
-
{
2402
2402
-
integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
2403
2403
-
}
2404
2404
-
engines: { node: ">=8" }
1590
1590
+
micromark-extension-gfm-autolink-literal@2.1.0:
1591
1591
+
resolution: {integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==}
2405
1592
2406
2406
-
locate-path@6.0.0:
2407
2407
-
resolution:
2408
2408
-
{
2409
2409
-
integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
2410
2410
-
}
2411
2411
-
engines: { node: ">=10" }
1593
1593
+
micromark-extension-gfm-footnote@2.1.0:
1594
1594
+
resolution: {integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==}
2412
1595
2413
2413
-
log-symbols@6.0.0:
2414
2414
-
resolution:
2415
2415
-
{
2416
2416
-
integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==
2417
2417
-
}
2418
2418
-
engines: { node: ">=18" }
1596
1596
+
micromark-extension-gfm-strikethrough@2.1.0:
1597
1597
+
resolution: {integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==}
2419
1598
2420
2420
-
longest-streak@3.1.0:
2421
2421
-
resolution:
2422
2422
-
{
2423
2423
-
integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==
2424
2424
-
}
1599
1599
+
micromark-extension-gfm-table@2.1.0:
1600
1600
+
resolution: {integrity: sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==}
2425
1601
2426
2426
-
lru-cache@5.1.1:
2427
2427
-
resolution:
2428
2428
-
{
2429
2429
-
integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
2430
2430
-
}
1602
1602
+
micromark-extension-gfm-tagfilter@2.0.0:
1603
1603
+
resolution: {integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==}
2431
1604
2432
2432
-
magic-string@0.30.10:
2433
2433
-
resolution:
2434
2434
-
{
2435
2435
-
integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==
2436
2436
-
}
1605
1605
+
micromark-extension-gfm-task-list-item@2.1.0:
1606
1606
+
resolution: {integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==}
2437
1607
2438
2438
-
markdown-extensions@2.0.0:
2439
2439
-
resolution:
2440
2440
-
{
2441
2441
-
integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==
2442
2442
-
}
2443
2443
-
engines: { node: ">=16" }
1608
1608
+
micromark-extension-gfm@3.0.0:
1609
1609
+
resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==}
2444
1610
2445
2445
-
markdown-table@3.0.3:
2446
2446
-
resolution:
2447
2447
-
{
2448
2448
-
integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==
2449
2449
-
}
1611
1611
+
micromark-extension-mdx-expression@3.0.0:
1612
1612
+
resolution: {integrity: sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==}
2450
1613
2451
2451
-
mdast-util-definitions@6.0.0:
2452
2452
-
resolution:
2453
2453
-
{
2454
2454
-
integrity: sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==
2455
2455
-
}
1614
1614
+
micromark-extension-mdx-jsx@3.0.0:
1615
1615
+
resolution: {integrity: sha512-uvhhss8OGuzR4/N17L1JwvmJIpPhAd8oByMawEKx6NVdBCbesjH4t+vjEp3ZXft9DwvlKSD07fCeI44/N0Vf2w==}
2456
1616
2457
2457
-
mdast-util-find-and-replace@3.0.1:
2458
2458
-
resolution:
2459
2459
-
{
2460
2460
-
integrity: sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==
2461
2461
-
}
1617
1617
+
micromark-extension-mdx-md@2.0.0:
1618
1618
+
resolution: {integrity: sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==}
2462
1619
2463
2463
-
mdast-util-from-markdown@2.0.1:
2464
2464
-
resolution:
2465
2465
-
{
2466
2466
-
integrity: sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==
2467
2467
-
}
1620
1620
+
micromark-extension-mdxjs-esm@3.0.0:
1621
1621
+
resolution: {integrity: sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==}
2468
1622
2469
2469
-
mdast-util-gfm-autolink-literal@2.0.0:
2470
2470
-
resolution:
2471
2471
-
{
2472
2472
-
integrity: sha512-FyzMsduZZHSc3i0Px3PQcBT4WJY/X/RCtEJKuybiC6sjPqLv7h1yqAkmILZtuxMSsUyaLUWNp71+vQH2zqp5cg==
2473
2473
-
}
1623
1623
+
micromark-extension-mdxjs@3.0.0:
1624
1624
+
resolution: {integrity: sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==}
2474
1625
2475
2475
-
mdast-util-gfm-footnote@2.0.0:
2476
2476
-
resolution:
2477
2477
-
{
2478
2478
-
integrity: sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==
2479
2479
-
}
1626
1626
+
micromark-factory-destination@2.0.0:
1627
1627
+
resolution: {integrity: sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==}
2480
1628
2481
2481
-
mdast-util-gfm-strikethrough@2.0.0:
2482
2482
-
resolution:
2483
2483
-
{
2484
2484
-
integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==
2485
2485
-
}
1629
1629
+
micromark-factory-label@2.0.0:
1630
1630
+
resolution: {integrity: sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==}
2486
1631
2487
2487
-
mdast-util-gfm-table@2.0.0:
2488
2488
-
resolution:
2489
2489
-
{
2490
2490
-
integrity: sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==
2491
2491
-
}
1632
1632
+
micromark-factory-mdx-expression@2.0.1:
1633
1633
+
resolution: {integrity: sha512-F0ccWIUHRLRrYp5TC9ZYXmZo+p2AM13ggbsW4T0b5CRKP8KHVRB8t4pwtBgTxtjRmwrK0Irwm7vs2JOZabHZfg==}
2492
1634
2493
2493
-
mdast-util-gfm-task-list-item@2.0.0:
2494
2494
-
resolution:
2495
2495
-
{
2496
2496
-
integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==
2497
2497
-
}
1635
1635
+
micromark-factory-space@2.0.0:
1636
1636
+
resolution: {integrity: sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==}
2498
1637
2499
2499
-
mdast-util-gfm@3.0.0:
2500
2500
-
resolution:
2501
2501
-
{
2502
2502
-
integrity: sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==
2503
2503
-
}
1638
1638
+
micromark-factory-title@2.0.0:
1639
1639
+
resolution: {integrity: sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==}
2504
1640
2505
2505
-
mdast-util-mdx-expression@2.0.0:
2506
2506
-
resolution:
2507
2507
-
{
2508
2508
-
integrity: sha512-fGCu8eWdKUKNu5mohVGkhBXCXGnOTLuFqOvGMvdikr+J1w7lDJgxThOKpwRWzzbyXAU2hhSwsmssOY4yTokluw==
2509
2509
-
}
1641
1641
+
micromark-factory-whitespace@2.0.0:
1642
1642
+
resolution: {integrity: sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==}
2510
1643
2511
2511
-
mdast-util-mdx-jsx@3.1.2:
2512
2512
-
resolution:
2513
2513
-
{
2514
2514
-
integrity: sha512-eKMQDeywY2wlHc97k5eD8VC+9ASMjN8ItEZQNGwJ6E0XWKiW/Z0V5/H8pvoXUf+y+Mj0VIgeRRbujBmFn4FTyA==
2515
2515
-
}
1644
1644
+
micromark-util-character@2.1.0:
1645
1645
+
resolution: {integrity: sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==}
2516
1646
2517
2517
-
mdast-util-mdx@3.0.0:
2518
2518
-
resolution:
2519
2519
-
{
2520
2520
-
integrity: sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==
2521
2521
-
}
1647
1647
+
micromark-util-chunked@2.0.0:
1648
1648
+
resolution: {integrity: sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==}
2522
1649
2523
2523
-
mdast-util-mdxjs-esm@2.0.1:
2524
2524
-
resolution:
2525
2525
-
{
2526
2526
-
integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==
2527
2527
-
}
1650
1650
+
micromark-util-classify-character@2.0.0:
1651
1651
+
resolution: {integrity: sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==}
2528
1652
2529
2529
-
mdast-util-phrasing@4.1.0:
2530
2530
-
resolution:
2531
2531
-
{
2532
2532
-
integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==
2533
2533
-
}
1653
1653
+
micromark-util-combine-extensions@2.0.0:
1654
1654
+
resolution: {integrity: sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==}
2534
1655
2535
2535
-
mdast-util-to-hast@13.2.0:
2536
2536
-
resolution:
2537
2537
-
{
2538
2538
-
integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==
2539
2539
-
}
1656
1656
+
micromark-util-decode-numeric-character-reference@2.0.1:
1657
1657
+
resolution: {integrity: sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==}
2540
1658
2541
2541
-
mdast-util-to-markdown@2.1.0:
2542
2542
-
resolution:
2543
2543
-
{
2544
2544
-
integrity: sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==
2545
2545
-
}
1659
1659
+
micromark-util-decode-string@2.0.0:
1660
1660
+
resolution: {integrity: sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==}
2546
1661
2547
2547
-
mdast-util-to-string@4.0.0:
2548
2548
-
resolution:
2549
2549
-
{
2550
2550
-
integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==
2551
2551
-
}
1662
1662
+
micromark-util-encode@2.0.0:
1663
1663
+
resolution: {integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==}
2552
1664
2553
2553
-
mdn-data@2.0.28:
2554
2554
-
resolution:
2555
2555
-
{
2556
2556
-
integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==
2557
2557
-
}
1665
1665
+
micromark-util-events-to-acorn@2.0.2:
1666
1666
+
resolution: {integrity: sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==}
2558
1667
2559
2559
-
mdn-data@2.0.30:
2560
2560
-
resolution:
2561
2561
-
{
2562
2562
-
integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==
2563
2563
-
}
1668
1668
+
micromark-util-html-tag-name@2.0.0:
1669
1669
+
resolution: {integrity: sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==}
2564
1670
2565
2565
-
merge-stream@2.0.0:
2566
2566
-
resolution:
2567
2567
-
{
2568
2568
-
integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
2569
2569
-
}
1671
1671
+
micromark-util-normalize-identifier@2.0.0:
1672
1672
+
resolution: {integrity: sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==}
2570
1673
2571
2571
-
merge2@1.4.1:
2572
2572
-
resolution:
2573
2573
-
{
2574
2574
-
integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
2575
2575
-
}
2576
2576
-
engines: { node: ">= 8" }
1674
1674
+
micromark-util-resolve-all@2.0.0:
1675
1675
+
resolution: {integrity: sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==}
2577
1676
2578
2578
-
micromark-core-commonmark@2.0.1:
2579
2579
-
resolution:
2580
2580
-
{
2581
2581
-
integrity: sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==
2582
2582
-
}
1677
1677
+
micromark-util-sanitize-uri@2.0.0:
1678
1678
+
resolution: {integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==}
2583
1679
2584
2584
-
micromark-extension-gfm-autolink-literal@2.1.0:
2585
2585
-
resolution:
2586
2586
-
{
2587
2587
-
integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==
2588
2588
-
}
1680
1680
+
micromark-util-subtokenize@2.0.1:
1681
1681
+
resolution: {integrity: sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q==}
2589
1682
2590
2590
-
micromark-extension-gfm-footnote@2.1.0:
2591
2591
-
resolution:
2592
2592
-
{
2593
2593
-
integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==
2594
2594
-
}
1683
1683
+
micromark-util-symbol@2.0.0:
1684
1684
+
resolution: {integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==}
2595
1685
2596
2596
-
micromark-extension-gfm-strikethrough@2.1.0:
2597
2597
-
resolution:
2598
2598
-
{
2599
2599
-
integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==
2600
2600
-
}
1686
1686
+
micromark-util-types@2.0.0:
1687
1687
+
resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==}
2601
1688
2602
2602
-
micromark-extension-gfm-table@2.1.0:
2603
2603
-
resolution:
2604
2604
-
{
2605
2605
-
integrity: sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==
2606
2606
-
}
1689
1689
+
micromark@4.0.0:
1690
1690
+
resolution: {integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==}
2607
1691
2608
2608
-
micromark-extension-gfm-tagfilter@2.0.0:
2609
2609
-
resolution:
2610
2610
-
{
2611
2611
-
integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==
2612
2612
-
}
1692
1692
+
micromatch@4.0.7:
1693
1693
+
resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==}
1694
1694
+
engines: {node: '>=8.6'}
2613
1695
2614
2614
-
micromark-extension-gfm-task-list-item@2.1.0:
2615
2615
-
resolution:
2616
2616
-
{
2617
2617
-
integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==
2618
2618
-
}
1696
1696
+
mimic-fn@2.1.0:
1697
1697
+
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
1698
1698
+
engines: {node: '>=6'}
2619
1699
2620
2620
-
micromark-extension-gfm@3.0.0:
2621
2621
-
resolution:
2622
2622
-
{
2623
2623
-
integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==
2624
2624
-
}
1700
1700
+
mimic-fn@4.0.0:
1701
1701
+
resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
1702
1702
+
engines: {node: '>=12'}
2625
1703
2626
2626
-
micromark-extension-mdx-expression@3.0.0:
2627
2627
-
resolution:
2628
2628
-
{
2629
2629
-
integrity: sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==
2630
2630
-
}
1704
1704
+
minipass@3.3.6:
1705
1705
+
resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
1706
1706
+
engines: {node: '>=8'}
2631
1707
2632
2632
-
micromark-extension-mdx-jsx@3.0.0:
2633
2633
-
resolution:
2634
2634
-
{
2635
2635
-
integrity: sha512-uvhhss8OGuzR4/N17L1JwvmJIpPhAd8oByMawEKx6NVdBCbesjH4t+vjEp3ZXft9DwvlKSD07fCeI44/N0Vf2w==
2636
2636
-
}
1708
1708
+
minipass@4.2.8:
1709
1709
+
resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==}
1710
1710
+
engines: {node: '>=8'}
2637
1711
2638
2638
-
micromark-extension-mdx-md@2.0.0:
2639
2639
-
resolution:
2640
2640
-
{
2641
2641
-
integrity: sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==
2642
2642
-
}
1712
1712
+
minipass@5.0.0:
1713
1713
+
resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
1714
1714
+
engines: {node: '>=8'}
2643
1715
2644
2644
-
micromark-extension-mdxjs-esm@3.0.0:
2645
2645
-
resolution:
2646
2646
-
{
2647
2647
-
integrity: sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==
2648
2648
-
}
1716
1716
+
minizlib@2.1.2:
1717
1717
+
resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
1718
1718
+
engines: {node: '>= 8'}
2649
1719
2650
2650
-
micromark-extension-mdxjs@3.0.0:
2651
2651
-
resolution:
2652
2652
-
{
2653
2653
-
integrity: sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==
2654
2654
-
}
1720
1720
+
mkdirp@1.0.4:
1721
1721
+
resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==}
1722
1722
+
engines: {node: '>=10'}
1723
1723
+
hasBin: true
2655
1724
2656
2656
-
micromark-factory-destination@2.0.0:
2657
2657
-
resolution:
2658
2658
-
{
2659
2659
-
integrity: sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==
2660
2660
-
}
1725
1725
+
mlly@1.7.1:
1726
1726
+
resolution: {integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==}
2661
1727
2662
2662
-
micromark-factory-label@2.0.0:
2663
2663
-
resolution:
2664
2664
-
{
2665
2665
-
integrity: sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==
2666
2666
-
}
1728
1728
+
mrmime@2.0.0:
1729
1729
+
resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==}
1730
1730
+
engines: {node: '>=10'}
2667
1731
2668
2668
-
micromark-factory-mdx-expression@2.0.1:
2669
2669
-
resolution:
2670
2670
-
{
2671
2671
-
integrity: sha512-F0ccWIUHRLRrYp5TC9ZYXmZo+p2AM13ggbsW4T0b5CRKP8KHVRB8t4pwtBgTxtjRmwrK0Irwm7vs2JOZabHZfg==
2672
2672
-
}
1732
1732
+
ms@2.1.2:
1733
1733
+
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
2673
1734
2674
2674
-
micromark-factory-space@2.0.0:
2675
2675
-
resolution:
2676
2676
-
{
2677
2677
-
integrity: sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==
2678
2678
-
}
1735
1735
+
muggle-string@0.4.1:
1736
1736
+
resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==}
2679
1737
2680
2680
-
micromark-factory-title@2.0.0:
2681
2681
-
resolution:
2682
2682
-
{
2683
2683
-
integrity: sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==
2684
2684
-
}
1738
1738
+
nanoid@3.3.7:
1739
1739
+
resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
1740
1740
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1741
1741
+
hasBin: true
2685
1742
2686
2686
-
micromark-factory-whitespace@2.0.0:
2687
2687
-
resolution:
2688
2688
-
{
2689
2689
-
integrity: sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==
2690
2690
-
}
1743
1743
+
nlcst-to-string@4.0.0:
1744
1744
+
resolution: {integrity: sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==}
2691
1745
2692
2692
-
micromark-util-character@2.1.0:
2693
2693
-
resolution:
2694
2694
-
{
2695
2695
-
integrity: sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==
2696
2696
-
}
1746
1746
+
node-releases@2.0.18:
1747
1747
+
resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==}
2697
1748
2698
2698
-
micromark-util-chunked@2.0.0:
2699
2699
-
resolution:
2700
2700
-
{
2701
2701
-
integrity: sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==
2702
2702
-
}
1749
1749
+
normalize-path@3.0.0:
1750
1750
+
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
1751
1751
+
engines: {node: '>=0.10.0'}
2703
1752
2704
2704
-
micromark-util-classify-character@2.0.0:
2705
2705
-
resolution:
2706
2706
-
{
2707
2707
-
integrity: sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==
2708
2708
-
}
1753
1753
+
npm-run-path@4.0.1:
1754
1754
+
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
1755
1755
+
engines: {node: '>=8'}
2709
1756
2710
2710
-
micromark-util-combine-extensions@2.0.0:
2711
2711
-
resolution:
2712
2712
-
{
2713
2713
-
integrity: sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==
2714
2714
-
}
1757
1757
+
npm-run-path@5.3.0:
1758
1758
+
resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==}
1759
1759
+
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
2715
1760
2716
2716
-
micromark-util-decode-numeric-character-reference@2.0.1:
2717
2717
-
resolution:
2718
2718
-
{
2719
2719
-
integrity: sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==
2720
2720
-
}
1761
1761
+
nth-check@2.1.1:
1762
1762
+
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
2721
1763
2722
2722
-
micromark-util-decode-string@2.0.0:
2723
2723
-
resolution:
2724
2724
-
{
2725
2725
-
integrity: sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==
2726
2726
-
}
1764
1764
+
once@1.4.0:
1765
1765
+
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
2727
1766
2728
2728
-
micromark-util-encode@2.0.0:
2729
2729
-
resolution:
2730
2730
-
{
2731
2731
-
integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==
2732
2732
-
}
1767
1767
+
onetime@5.1.2:
1768
1768
+
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
1769
1769
+
engines: {node: '>=6'}
2733
1770
2734
2734
-
micromark-util-events-to-acorn@2.0.2:
2735
2735
-
resolution:
2736
2736
-
{
2737
2737
-
integrity: sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==
2738
2738
-
}
1771
1771
+
onetime@6.0.0:
1772
1772
+
resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
1773
1773
+
engines: {node: '>=12'}
2739
1774
2740
2740
-
micromark-util-html-tag-name@2.0.0:
2741
2741
-
resolution:
2742
2742
-
{
2743
2743
-
integrity: sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==
2744
2744
-
}
1775
1775
+
ora@8.0.1:
1776
1776
+
resolution: {integrity: sha512-ANIvzobt1rls2BDny5fWZ3ZVKyD6nscLvfFRpQgfWsythlcsVUC9kL0zq6j2Z5z9wwp1kd7wpsD/T9qNPVLCaQ==}
1777
1777
+
engines: {node: '>=18'}
2745
1778
2746
2746
-
micromark-util-normalize-identifier@2.0.0:
2747
2747
-
resolution:
2748
2748
-
{
2749
2749
-
integrity: sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==
2750
2750
-
}
1779
1779
+
p-limit@2.3.0:
1780
1780
+
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
1781
1781
+
engines: {node: '>=6'}
2751
1782
2752
2752
-
micromark-util-resolve-all@2.0.0:
2753
2753
-
resolution:
2754
2754
-
{
2755
2755
-
integrity: sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==
2756
2756
-
}
1783
1783
+
p-limit@3.1.0:
1784
1784
+
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
1785
1785
+
engines: {node: '>=10'}
2757
1786
2758
2758
-
micromark-util-sanitize-uri@2.0.0:
2759
2759
-
resolution:
2760
2760
-
{
2761
2761
-
integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==
2762
2762
-
}
1787
1787
+
p-limit@6.1.0:
1788
1788
+
resolution: {integrity: sha512-H0jc0q1vOzlEk0TqAKXKZxdl7kX3OFUzCnNVUnq5Pc3DGo0kpeaMuPqxQn235HibwBEb0/pm9dgKTjXy66fBkg==}
1789
1789
+
engines: {node: '>=18'}
2763
1790
2764
2764
-
micromark-util-subtokenize@2.0.1:
2765
2765
-
resolution:
2766
2766
-
{
2767
2767
-
integrity: sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q==
2768
2768
-
}
1791
1791
+
p-locate@4.1.0:
1792
1792
+
resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
1793
1793
+
engines: {node: '>=8'}
2769
1794
2770
2770
-
micromark-util-symbol@2.0.0:
2771
2771
-
resolution:
2772
2772
-
{
2773
2773
-
integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==
2774
2774
-
}
1795
1795
+
p-locate@5.0.0:
1796
1796
+
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
1797
1797
+
engines: {node: '>=10'}
2775
1798
2776
2776
-
micromark-util-types@2.0.0:
2777
2777
-
resolution:
2778
2778
-
{
2779
2779
-
integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==
2780
2780
-
}
1799
1799
+
p-queue@8.0.1:
1800
1800
+
resolution: {integrity: sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==}
1801
1801
+
engines: {node: '>=18'}
2781
1802
2782
2782
-
micromark@4.0.0:
2783
2783
-
resolution:
2784
2784
-
{
2785
2785
-
integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==
2786
2786
-
}
1803
1803
+
p-timeout@6.1.2:
1804
1804
+
resolution: {integrity: sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==}
1805
1805
+
engines: {node: '>=14.16'}
2787
1806
2788
2788
-
micromatch@4.0.7:
2789
2789
-
resolution:
2790
2790
-
{
2791
2791
-
integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
2792
2792
-
}
2793
2793
-
engines: { node: ">=8.6" }
1807
1807
+
p-try@2.2.0:
1808
1808
+
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
1809
1809
+
engines: {node: '>=6'}
2794
1810
2795
2795
-
mimic-fn@2.1.0:
2796
2796
-
resolution:
2797
2797
-
{
2798
2798
-
integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
2799
2799
-
}
2800
2800
-
engines: { node: ">=6" }
1811
1811
+
parse-entities@4.0.1:
1812
1812
+
resolution: {integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==}
2801
1813
2802
2802
-
mimic-fn@4.0.0:
2803
2803
-
resolution:
2804
2804
-
{
2805
2805
-
integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
2806
2806
-
}
2807
2807
-
engines: { node: ">=12" }
1814
1814
+
parse-latin@7.0.0:
1815
1815
+
resolution: {integrity: sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==}
2808
1816
2809
2809
-
minipass@3.3.6:
2810
2810
-
resolution:
2811
2811
-
{
2812
2812
-
integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==
2813
2813
-
}
2814
2814
-
engines: { node: ">=8" }
1817
1817
+
parse-srcset@1.0.2:
1818
1818
+
resolution: {integrity: sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==}
2815
1819
2816
2816
-
minipass@4.2.8:
2817
2817
-
resolution:
2818
2818
-
{
2819
2819
-
integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
2820
2820
-
}
2821
2821
-
engines: { node: ">=8" }
1820
1820
+
parse5-htmlparser2-tree-adapter@7.0.0:
1821
1821
+
resolution: {integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==}
2822
1822
2823
2823
-
minipass@5.0.0:
2824
2824
-
resolution:
2825
2825
-
{
2826
2826
-
integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
2827
2827
-
}
2828
2828
-
engines: { node: ">=8" }
1823
1823
+
parse5@7.1.2:
1824
1824
+
resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==}
2829
1825
2830
2830
-
minizlib@2.1.2:
2831
2831
-
resolution:
2832
2832
-
{
2833
2833
-
integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==
2834
2834
-
}
2835
2835
-
engines: { node: ">= 8" }
1826
1826
+
path-browserify@1.0.1:
1827
1827
+
resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
2836
1828
2837
2837
-
mkdirp@1.0.4:
2838
2838
-
resolution:
2839
2839
-
{
2840
2840
-
integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
2841
2841
-
}
2842
2842
-
engines: { node: ">=10" }
2843
2843
-
hasBin: true
1829
1829
+
path-exists@4.0.0:
1830
1830
+
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
1831
1831
+
engines: {node: '>=8'}
2844
1832
2845
2845
-
mlly@1.7.1:
2846
2846
-
resolution:
2847
2847
-
{
2848
2848
-
integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==
2849
2849
-
}
1833
1833
+
path-key@3.1.1:
1834
1834
+
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
1835
1835
+
engines: {node: '>=8'}
2850
1836
2851
2851
-
mrmime@2.0.0:
2852
2852
-
resolution:
2853
2853
-
{
2854
2854
-
integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==
2855
2855
-
}
2856
2856
-
engines: { node: ">=10" }
1837
1837
+
path-key@4.0.0:
1838
1838
+
resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==}
1839
1839
+
engines: {node: '>=12'}
2857
1840
2858
2858
-
ms@2.1.2:
2859
2859
-
resolution:
2860
2860
-
{
2861
2861
-
integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
2862
2862
-
}
1841
1841
+
path-to-regexp@6.2.2:
1842
1842
+
resolution: {integrity: sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==}
2863
1843
2864
2864
-
nanoid@3.3.7:
2865
2865
-
resolution:
2866
2866
-
{
2867
2867
-
integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
2868
2868
-
}
2869
2869
-
engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 }
2870
2870
-
hasBin: true
1844
1844
+
pathe@1.1.2:
1845
1845
+
resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
2871
1846
2872
2872
-
nlcst-to-string@4.0.0:
2873
2873
-
resolution:
2874
2874
-
{
2875
2875
-
integrity: sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==
2876
2876
-
}
1847
1847
+
pend@1.2.0:
1848
1848
+
resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==}
2877
1849
2878
2878
-
node-releases@2.0.18:
2879
2879
-
resolution:
2880
2880
-
{
2881
2881
-
integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
2882
2882
-
}
1850
1850
+
periscopic@3.1.0:
1851
1851
+
resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==}
2883
1852
2884
2884
-
normalize-path@3.0.0:
2885
2885
-
resolution:
2886
2886
-
{
2887
2887
-
integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
2888
2888
-
}
2889
2889
-
engines: { node: ">=0.10.0" }
1853
1853
+
picocolors@1.0.1:
1854
1854
+
resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
2890
1855
2891
2891
-
npm-run-path@4.0.1:
2892
2892
-
resolution:
2893
2893
-
{
2894
2894
-
integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
2895
2895
-
}
2896
2896
-
engines: { node: ">=8" }
1856
1856
+
picomatch@2.3.1:
1857
1857
+
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1858
1858
+
engines: {node: '>=8.6'}
2897
1859
2898
2898
-
npm-run-path@5.3.0:
2899
2899
-
resolution:
2900
2900
-
{
2901
2901
-
integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==
2902
2902
-
}
2903
2903
-
engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
1860
1860
+
pify@4.0.1:
1861
1861
+
resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
1862
1862
+
engines: {node: '>=6'}
2904
1863
2905
2905
-
nth-check@2.1.1:
2906
2906
-
resolution:
2907
2907
-
{
2908
2908
-
integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==
2909
2909
-
}
1864
1864
+
pkg-dir@4.2.0:
1865
1865
+
resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==}
1866
1866
+
engines: {node: '>=8'}
2910
1867
2911
2911
-
once@1.4.0:
2912
2912
-
resolution:
2913
2913
-
{
2914
2914
-
integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
2915
2915
-
}
1868
1868
+
pkg-types@1.1.3:
1869
1869
+
resolution: {integrity: sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==}
2916
1870
2917
2917
-
onetime@5.1.2:
2918
2918
-
resolution:
2919
2919
-
{
2920
2920
-
integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==
2921
2921
-
}
2922
2922
-
engines: { node: ">=6" }
1871
1871
+
postcss@8.4.40:
1872
1872
+
resolution: {integrity: sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==}
1873
1873
+
engines: {node: ^10 || ^12 || >=14}
2923
1874
2924
2924
-
onetime@6.0.0:
2925
2925
-
resolution:
2926
2926
-
{
2927
2927
-
integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==
2928
2928
-
}
2929
2929
-
engines: { node: ">=12" }
1875
1875
+
preferred-pm@4.0.0:
1876
1876
+
resolution: {integrity: sha512-gYBeFTZLu055D8Vv3cSPox/0iTPtkzxpLroSYYA7WXgRi31WCJ51Uyl8ZiPeUUjyvs2MBzK+S8v9JVUgHU/Sqw==}
1877
1877
+
engines: {node: '>=18.12'}
2930
1878
2931
2931
-
ora@8.0.1:
2932
2932
-
resolution:
2933
2933
-
{
2934
2934
-
integrity: sha512-ANIvzobt1rls2BDny5fWZ3ZVKyD6nscLvfFRpQgfWsythlcsVUC9kL0zq6j2Z5z9wwp1kd7wpsD/T9qNPVLCaQ==
2935
2935
-
}
2936
2936
-
engines: { node: ">=18" }
1879
1879
+
prettier-plugin-astro@0.14.1:
1880
1880
+
resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==}
1881
1881
+
engines: {node: ^14.15.0 || >=16.0.0}
2937
1882
2938
2938
-
p-limit@2.3.0:
2939
2939
-
resolution:
2940
2940
-
{
2941
2941
-
integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
2942
2942
-
}
2943
2943
-
engines: { node: ">=6" }
1883
1883
+
prettier@3.3.3:
1884
1884
+
resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==}
1885
1885
+
engines: {node: '>=14'}
1886
1886
+
hasBin: true
2944
1887
2945
2945
-
p-limit@3.1.0:
2946
2946
-
resolution:
2947
2947
-
{
2948
2948
-
integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
2949
2949
-
}
2950
2950
-
engines: { node: ">=10" }
1888
1888
+
prismjs@1.29.0:
1889
1889
+
resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==}
1890
1890
+
engines: {node: '>=6'}
2951
1891
2952
2952
-
p-limit@6.1.0:
2953
2953
-
resolution:
2954
2954
-
{
2955
2955
-
integrity: sha512-H0jc0q1vOzlEk0TqAKXKZxdl7kX3OFUzCnNVUnq5Pc3DGo0kpeaMuPqxQn235HibwBEb0/pm9dgKTjXy66fBkg==
2956
2956
-
}
2957
2957
-
engines: { node: ">=18" }
1892
1892
+
prompts@2.4.2:
1893
1893
+
resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
1894
1894
+
engines: {node: '>= 6'}
2958
1895
2959
2959
-
p-locate@4.1.0:
2960
2960
-
resolution:
2961
2961
-
{
2962
2962
-
integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
2963
2963
-
}
2964
2964
-
engines: { node: ">=8" }
1896
1896
+
property-information@6.5.0:
1897
1897
+
resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==}
2965
1898
2966
2966
-
p-locate@5.0.0:
2967
2967
-
resolution:
2968
2968
-
{
2969
2969
-
integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
2970
2970
-
}
2971
2971
-
engines: { node: ">=10" }
1899
1899
+
pump@3.0.0:
1900
1900
+
resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==}
2972
1901
2973
2973
-
p-queue@8.0.1:
2974
2974
-
resolution:
2975
2975
-
{
2976
2976
-
integrity: sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==
2977
2977
-
}
2978
2978
-
engines: { node: ">=18" }
1902
1902
+
punycode.js@2.3.1:
1903
1903
+
resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==}
1904
1904
+
engines: {node: '>=6'}
2979
1905
2980
2980
-
p-timeout@6.1.2:
2981
2981
-
resolution:
2982
2982
-
{
2983
2983
-
integrity: sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==
2984
2984
-
}
2985
2985
-
engines: { node: ">=14.16" }
1906
1906
+
queue-microtask@1.2.3:
1907
1907
+
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
2986
1908
2987
2987
-
p-try@2.2.0:
2988
2988
-
resolution:
2989
2989
-
{
2990
2990
-
integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
2991
2991
-
}
2992
2992
-
engines: { node: ">=6" }
1909
1909
+
readdirp@3.6.0:
1910
1910
+
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
1911
1911
+
engines: {node: '>=8.10.0'}
2993
1912
2994
2994
-
parse-entities@4.0.1:
2995
2995
-
resolution:
2996
2996
-
{
2997
2997
-
integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==
2998
2998
-
}
1913
1913
+
rehype-parse@9.0.0:
1914
1914
+
resolution: {integrity: sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==}
2999
1915
3000
3000
-
parse-latin@7.0.0:
3001
3001
-
resolution:
3002
3002
-
{
3003
3003
-
integrity: sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==
3004
3004
-
}
1916
1916
+
rehype-raw@7.0.0:
1917
1917
+
resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==}
3005
1918
3006
3006
-
parse5-htmlparser2-tree-adapter@7.0.0:
3007
3007
-
resolution:
3008
3008
-
{
3009
3009
-
integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==
3010
3010
-
}
1919
1919
+
rehype-stringify@10.0.0:
1920
1920
+
resolution: {integrity: sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ==}
3011
1921
3012
3012
-
parse5@7.1.2:
3013
3013
-
resolution:
3014
3014
-
{
3015
3015
-
integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==
3016
3016
-
}
1922
1922
+
rehype@13.0.1:
1923
1923
+
resolution: {integrity: sha512-AcSLS2mItY+0fYu9xKxOu1LhUZeBZZBx8//5HKzF+0XP+eP8+6a5MXn2+DW2kfXR6Dtp1FEXMVrjyKAcvcU8vg==}
3017
1924
3018
3018
-
path-exists@4.0.0:
3019
3019
-
resolution:
3020
3020
-
{
3021
3021
-
integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
3022
3022
-
}
3023
3023
-
engines: { node: ">=8" }
1925
1925
+
remark-gfm@4.0.0:
1926
1926
+
resolution: {integrity: sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==}
3024
1927
3025
3025
-
path-key@3.1.1:
3026
3026
-
resolution:
3027
3027
-
{
3028
3028
-
integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
3029
3029
-
}
3030
3030
-
engines: { node: ">=8" }
1928
1928
+
remark-mdx@3.0.1:
1929
1929
+
resolution: {integrity: sha512-3Pz3yPQ5Rht2pM5R+0J2MrGoBSrzf+tJG94N+t/ilfdh8YLyyKYtidAYwTveB20BoHAcwIopOUqhcmh2F7hGYA==}
3031
1930
3032
3032
-
path-key@4.0.0:
3033
3033
-
resolution:
3034
3034
-
{
3035
3035
-
integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
3036
3036
-
}
3037
3037
-
engines: { node: ">=12" }
1931
1931
+
remark-parse@11.0.0:
1932
1932
+
resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==}
3038
1933
3039
3039
-
path-to-regexp@6.2.2:
3040
3040
-
resolution:
3041
3041
-
{
3042
3042
-
integrity: sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==
3043
3043
-
}
1934
1934
+
remark-rehype@11.1.0:
1935
1935
+
resolution: {integrity: sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==}
3044
1936
3045
3045
-
pathe@1.1.2:
3046
3046
-
resolution:
3047
3047
-
{
3048
3048
-
integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==
3049
3049
-
}
1937
1937
+
remark-smartypants@3.0.2:
1938
1938
+
resolution: {integrity: sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==}
1939
1939
+
engines: {node: '>=16.0.0'}
3050
1940
3051
3051
-
pend@1.2.0:
3052
3052
-
resolution:
3053
3053
-
{
3054
3054
-
integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==
3055
3055
-
}
1941
1941
+
remark-stringify@11.0.0:
1942
1942
+
resolution: {integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==}
3056
1943
3057
3057
-
periscopic@3.1.0:
3058
3058
-
resolution:
3059
3059
-
{
3060
3060
-
integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==
3061
3061
-
}
1944
1944
+
request-light@0.7.0:
1945
1945
+
resolution: {integrity: sha512-lMbBMrDoxgsyO+yB3sDcrDuX85yYt7sS8BfQd11jtbW/z5ZWgLZRcEGLsLoYw7I0WSUGQBs8CC8ScIxkTX1+6Q==}
3062
1946
3063
3063
-
picocolors@1.0.1:
3064
3064
-
resolution:
3065
3065
-
{
3066
3066
-
integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
3067
3067
-
}
1947
1947
+
require-directory@2.1.1:
1948
1948
+
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
1949
1949
+
engines: {node: '>=0.10.0'}
3068
1950
3069
3069
-
picomatch@2.3.1:
3070
3070
-
resolution:
3071
3071
-
{
3072
3072
-
integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
3073
3073
-
}
3074
3074
-
engines: { node: ">=8.6" }
1951
1951
+
require-main-filename@2.0.0:
1952
1952
+
resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==}
3075
1953
3076
3076
-
pify@4.0.1:
3077
3077
-
resolution:
3078
3078
-
{
3079
3079
-
integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
3080
3080
-
}
3081
3081
-
engines: { node: ">=6" }
1954
1954
+
restore-cursor@4.0.0:
1955
1955
+
resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==}
1956
1956
+
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
3082
1957
3083
3083
-
pkg-dir@4.2.0:
3084
3084
-
resolution:
3085
3085
-
{
3086
3086
-
integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
3087
3087
-
}
3088
3088
-
engines: { node: ">=8" }
1958
1958
+
retext-latin@4.0.0:
1959
1959
+
resolution: {integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==}
3089
1960
3090
3090
-
pkg-types@1.1.3:
3091
3091
-
resolution:
3092
3092
-
{
3093
3093
-
integrity: sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==
3094
3094
-
}
1961
1961
+
retext-smartypants@6.1.0:
1962
1962
+
resolution: {integrity: sha512-LDPXg95346bqFZnDMHo0S7Rq5p64+B+N8Vz733+wPMDtwb9rCOs9LIdIEhrUOU+TAywX9St+ocQWJt8wrzivcQ==}
3095
1963
3096
3096
-
postcss@8.4.40:
3097
3097
-
resolution:
3098
3098
-
{
3099
3099
-
integrity: sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==
3100
3100
-
}
3101
3101
-
engines: { node: ^10 || ^12 || >=14 }
1964
1964
+
retext-stringify@4.0.0:
1965
1965
+
resolution: {integrity: sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==}
3102
1966
3103
3103
-
preferred-pm@4.0.0:
3104
3104
-
resolution:
3105
3105
-
{
3106
3106
-
integrity: sha512-gYBeFTZLu055D8Vv3cSPox/0iTPtkzxpLroSYYA7WXgRi31WCJ51Uyl8ZiPeUUjyvs2MBzK+S8v9JVUgHU/Sqw==
3107
3107
-
}
3108
3108
-
engines: { node: ">=18.12" }
1967
1967
+
retext@9.0.0:
1968
1968
+
resolution: {integrity: sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==}
3109
1969
3110
3110
-
prettier-plugin-astro@0.14.1:
3111
3111
-
resolution:
3112
3112
-
{
3113
3113
-
integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==
3114
3114
-
}
3115
3115
-
engines: { node: ^14.15.0 || >=16.0.0 }
1970
1970
+
reusify@1.0.4:
1971
1971
+
resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
1972
1972
+
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
3116
1973
3117
3117
-
prettier@3.3.3:
3118
3118
-
resolution:
3119
3119
-
{
3120
3120
-
integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==
3121
3121
-
}
3122
3122
-
engines: { node: ">=14" }
3123
3123
-
hasBin: true
1974
1974
+
rollup@4.19.0:
1975
1975
+
resolution: {integrity: sha512-5r7EYSQIowHsK4eTZ0Y81qpZuJz+MUuYeqmmYmRMl1nwhdmbiYqt5jwzf6u7wyOzJgYqtCRMtVRKOtHANBz7rA==}
1976
1976
+
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1977
1977
+
hasBin: true
3124
1978
3125
3125
-
prismjs@1.29.0:
3126
3126
-
resolution:
3127
3127
-
{
3128
3128
-
integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==
3129
3129
-
}
3130
3130
-
engines: { node: ">=6" }
1979
1979
+
run-parallel@1.2.0:
1980
1980
+
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
3131
1981
3132
3132
-
prompts@2.4.2:
3133
3133
-
resolution:
3134
3134
-
{
3135
3135
-
integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==
3136
3136
-
}
3137
3137
-
engines: { node: ">= 6" }
1982
1982
+
s.color@0.0.15:
1983
1983
+
resolution: {integrity: sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA==}
3138
1984
3139
3139
-
property-information@6.5.0:
3140
3140
-
resolution:
3141
3141
-
{
3142
3142
-
integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==
3143
3143
-
}
1985
1985
+
sanitize-html@2.13.0:
1986
1986
+
resolution: {integrity: sha512-Xff91Z+4Mz5QiNSLdLWwjgBDm5b1RU6xBT0+12rapjiaR7SwfRdjw8f+6Rir2MXKLrDicRFHdb51hGOAxmsUIA==}
3144
1987
3145
3145
-
pump@3.0.0:
3146
3146
-
resolution:
3147
3147
-
{
3148
3148
-
integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==
3149
3149
-
}
1988
1988
+
sass-formatter@0.7.9:
1989
1989
+
resolution: {integrity: sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==}
3150
1990
3151
3151
-
queue-microtask@1.2.3:
3152
3152
-
resolution:
3153
3153
-
{
3154
3154
-
integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
3155
3155
-
}
1991
1991
+
sax@1.4.1:
1992
1992
+
resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
3156
1993
3157
3157
-
readdirp@3.6.0:
3158
3158
-
resolution:
3159
3159
-
{
3160
3160
-
integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
3161
3161
-
}
3162
3162
-
engines: { node: ">=8.10.0" }
1994
1994
+
section-matter@1.0.0:
1995
1995
+
resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==}
1996
1996
+
engines: {node: '>=4'}
3163
1997
3164
3164
-
rehype-parse@9.0.0:
3165
3165
-
resolution:
3166
3166
-
{
3167
3167
-
integrity: sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==
3168
3168
-
}
1998
1998
+
semver@6.3.1:
1999
1999
+
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
2000
2000
+
hasBin: true
3169
2001
3170
3170
-
rehype-raw@7.0.0:
3171
3171
-
resolution:
3172
3172
-
{
3173
3173
-
integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==
3174
3174
-
}
2002
2002
+
semver@7.6.3:
2003
2003
+
resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
2004
2004
+
engines: {node: '>=10'}
2005
2005
+
hasBin: true
3175
2006
3176
3176
-
rehype-stringify@10.0.0:
3177
3177
-
resolution:
3178
3178
-
{
3179
3179
-
integrity: sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ==
3180
3180
-
}
2007
2007
+
set-blocking@2.0.0:
2008
2008
+
resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==}
3181
2009
3182
3182
-
rehype@13.0.1:
3183
3183
-
resolution:
3184
3184
-
{
3185
3185
-
integrity: sha512-AcSLS2mItY+0fYu9xKxOu1LhUZeBZZBx8//5HKzF+0XP+eP8+6a5MXn2+DW2kfXR6Dtp1FEXMVrjyKAcvcU8vg==
3186
3186
-
}
2010
2010
+
sharp@0.33.4:
2011
2011
+
resolution: {integrity: sha512-7i/dt5kGl7qR4gwPRD2biwD2/SvBn3O04J77XKFgL2OnZtQw+AG9wnuS/csmu80nPRHLYE9E41fyEiG8nhH6/Q==}
2012
2012
+
engines: {libvips: '>=8.15.2', node: ^18.17.0 || ^20.3.0 || >=21.0.0}
3187
2013
3188
3188
-
remark-gfm@4.0.0:
3189
3189
-
resolution:
3190
3190
-
{
3191
3191
-
integrity: sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==
3192
3192
-
}
2014
2014
+
shebang-command@2.0.0:
2015
2015
+
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
2016
2016
+
engines: {node: '>=8'}
3193
2017
3194
3194
-
remark-mdx@3.0.1:
3195
3195
-
resolution:
3196
3196
-
{
3197
3197
-
integrity: sha512-3Pz3yPQ5Rht2pM5R+0J2MrGoBSrzf+tJG94N+t/ilfdh8YLyyKYtidAYwTveB20BoHAcwIopOUqhcmh2F7hGYA==
3198
3198
-
}
2018
2018
+
shebang-regex@3.0.0:
2019
2019
+
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
2020
2020
+
engines: {node: '>=8'}
3199
2021
3200
3200
-
remark-parse@11.0.0:
3201
3201
-
resolution:
3202
3202
-
{
3203
3203
-
integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==
3204
3204
-
}
2022
2022
+
shiki@1.11.2:
2023
2023
+
resolution: {integrity: sha512-WEHfKf+JWEKm/p8BoiE5F4m6VwV6LzY7nFfwRz0nAj+sVD1sRyWiODYScDu3Q8P/Dpi7xKe1TDJF3ZOQnhfT1g==}
3205
2024
3206
3206
-
remark-rehype@11.1.0:
3207
3207
-
resolution:
3208
3208
-
{
3209
3209
-
integrity: sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==
3210
3210
-
}
2025
2025
+
signal-exit@3.0.7:
2026
2026
+
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
3211
2027
3212
3212
-
remark-smartypants@3.0.2:
3213
3213
-
resolution:
3214
3214
-
{
3215
3215
-
integrity: sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==
3216
3216
-
}
3217
3217
-
engines: { node: ">=16.0.0" }
2028
2028
+
signal-exit@4.1.0:
2029
2029
+
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
2030
2030
+
engines: {node: '>=14'}
3218
2031
3219
3219
-
remark-stringify@11.0.0:
3220
3220
-
resolution:
3221
3221
-
{
3222
3222
-
integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==
3223
3223
-
}
2032
2032
+
simple-swizzle@0.2.2:
2033
2033
+
resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
3224
2034
3225
3225
-
require-directory@2.1.1:
3226
3226
-
resolution:
3227
3227
-
{
3228
3228
-
integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
3229
3229
-
}
3230
3230
-
engines: { node: ">=0.10.0" }
2035
2035
+
sisteransi@1.0.5:
2036
2036
+
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
3231
2037
3232
3232
-
require-main-filename@2.0.0:
3233
3233
-
resolution:
3234
3234
-
{
3235
3235
-
integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
3236
3236
-
}
2038
2038
+
sitemap@7.1.2:
2039
2039
+
resolution: {integrity: sha512-ARCqzHJ0p4gWt+j7NlU5eDlIO9+Rkr/JhPFZKKQ1l5GCus7rJH4UdrlVAh0xC/gDS/Qir2UMxqYNHtsKr2rpCw==}
2040
2040
+
engines: {node: '>=12.0.0', npm: '>=5.6.0'}
2041
2041
+
hasBin: true
3237
2042
3238
3238
-
restore-cursor@4.0.0:
3239
3239
-
resolution:
3240
3240
-
{
3241
3241
-
integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==
3242
3242
-
}
3243
3243
-
engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 }
2043
2043
+
slugify@1.6.6:
2044
2044
+
resolution: {integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==}
2045
2045
+
engines: {node: '>=8.0.0'}
3244
2046
3245
3245
-
retext-latin@4.0.0:
3246
3246
-
resolution:
3247
3247
-
{
3248
3248
-
integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==
3249
3249
-
}
2047
2047
+
source-map-js@1.2.0:
2048
2048
+
resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
2049
2049
+
engines: {node: '>=0.10.0'}
3250
2050
3251
3251
-
retext-smartypants@6.1.0:
3252
3252
-
resolution:
3253
3253
-
{
3254
3254
-
integrity: sha512-LDPXg95346bqFZnDMHo0S7Rq5p64+B+N8Vz733+wPMDtwb9rCOs9LIdIEhrUOU+TAywX9St+ocQWJt8wrzivcQ==
3255
3255
-
}
2051
2051
+
source-map@0.7.4:
2052
2052
+
resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==}
2053
2053
+
engines: {node: '>= 8'}
3256
2054
3257
3257
-
retext-stringify@4.0.0:
3258
3258
-
resolution:
3259
3259
-
{
3260
3260
-
integrity: sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==
3261
3261
-
}
2055
2055
+
space-separated-tokens@2.0.2:
2056
2056
+
resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
3262
2057
3263
3263
-
retext@9.0.0:
3264
3264
-
resolution:
3265
3265
-
{
3266
3266
-
integrity: sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==
3267
3267
-
}
2058
2058
+
sprintf-js@1.0.3:
2059
2059
+
resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
3268
2060
3269
3269
-
reusify@1.0.4:
3270
3270
-
resolution:
3271
3271
-
{
3272
3272
-
integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
3273
3273
-
}
3274
3274
-
engines: { iojs: ">=1.0.0", node: ">=0.10.0" }
2061
2061
+
stdin-discarder@0.2.2:
2062
2062
+
resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==}
2063
2063
+
engines: {node: '>=18'}
3275
2064
3276
3276
-
rollup@4.19.0:
3277
3277
-
resolution:
3278
3278
-
{
3279
3279
-
integrity: sha512-5r7EYSQIowHsK4eTZ0Y81qpZuJz+MUuYeqmmYmRMl1nwhdmbiYqt5jwzf6u7wyOzJgYqtCRMtVRKOtHANBz7rA==
3280
3280
-
}
3281
3281
-
engines: { node: ">=18.0.0", npm: ">=8.0.0" }
3282
3282
-
hasBin: true
2065
2065
+
stream-replace-string@2.0.0:
2066
2066
+
resolution: {integrity: sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==}
3283
2067
3284
3284
-
run-parallel@1.2.0:
3285
3285
-
resolution:
3286
3286
-
{
3287
3287
-
integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
3288
3288
-
}
2068
2068
+
string-width@2.1.1:
2069
2069
+
resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==}
2070
2070
+
engines: {node: '>=4'}
3289
2071
3290
3290
-
s.color@0.0.15:
3291
3291
-
resolution:
3292
3292
-
{
3293
3293
-
integrity: sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA==
3294
3294
-
}
2072
2072
+
string-width@4.2.3:
2073
2073
+
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
2074
2074
+
engines: {node: '>=8'}
3295
2075
3296
3296
-
sass-formatter@0.7.9:
3297
3297
-
resolution:
3298
3298
-
{
3299
3299
-
integrity: sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==
3300
3300
-
}
2076
2076
+
string-width@5.1.2:
2077
2077
+
resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
2078
2078
+
engines: {node: '>=12'}
3301
2079
3302
3302
-
sax@1.4.1:
3303
3303
-
resolution:
3304
3304
-
{
3305
3305
-
integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==
3306
3306
-
}
2080
2080
+
string-width@7.2.0:
2081
2081
+
resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==}
2082
2082
+
engines: {node: '>=18'}
3307
2083
3308
3308
-
section-matter@1.0.0:
3309
3309
-
resolution:
3310
3310
-
{
3311
3311
-
integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==
3312
3312
-
}
3313
3313
-
engines: { node: ">=4" }
2084
2084
+
stringify-entities@4.0.4:
2085
2085
+
resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==}
3314
2086
3315
3315
-
semver@6.3.1:
3316
3316
-
resolution:
3317
3317
-
{
3318
3318
-
integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
3319
3319
-
}
3320
3320
-
hasBin: true
2087
2087
+
strip-ansi@4.0.0:
2088
2088
+
resolution: {integrity: sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==}
2089
2089
+
engines: {node: '>=4'}
3321
2090
3322
3322
-
semver@7.6.3:
3323
3323
-
resolution:
3324
3324
-
{
3325
3325
-
integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
3326
3326
-
}
3327
3327
-
engines: { node: ">=10" }
3328
3328
-
hasBin: true
2091
2091
+
strip-ansi@6.0.1:
2092
2092
+
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
2093
2093
+
engines: {node: '>=8'}
3329
2094
3330
3330
-
set-blocking@2.0.0:
3331
3331
-
resolution:
3332
3332
-
{
3333
3333
-
integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==
3334
3334
-
}
2095
2095
+
strip-ansi@7.1.0:
2096
2096
+
resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
2097
2097
+
engines: {node: '>=12'}
3335
2098
3336
3336
-
sharp@0.33.4:
3337
3337
-
resolution:
3338
3338
-
{
3339
3339
-
integrity: sha512-7i/dt5kGl7qR4gwPRD2biwD2/SvBn3O04J77XKFgL2OnZtQw+AG9wnuS/csmu80nPRHLYE9E41fyEiG8nhH6/Q==
3340
3340
-
}
3341
3341
-
engines: { libvips: ">=8.15.2", node: ^18.17.0 || ^20.3.0 || >=21.0.0 }
2099
2099
+
strip-bom-string@1.0.0:
2100
2100
+
resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==}
2101
2101
+
engines: {node: '>=0.10.0'}
3342
2102
3343
3343
-
shebang-command@2.0.0:
3344
3344
-
resolution:
3345
3345
-
{
3346
3346
-
integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
3347
3347
-
}
3348
3348
-
engines: { node: ">=8" }
2103
2103
+
strip-bom@3.0.0:
2104
2104
+
resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==}
2105
2105
+
engines: {node: '>=4'}
3349
2106
3350
3350
-
shebang-regex@3.0.0:
3351
3351
-
resolution:
3352
3352
-
{
3353
3353
-
integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
3354
3354
-
}
3355
3355
-
engines: { node: ">=8" }
2107
2107
+
strip-final-newline@2.0.0:
2108
2108
+
resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
2109
2109
+
engines: {node: '>=6'}
3356
2110
3357
3357
-
shiki@1.11.1:
3358
3358
-
resolution:
3359
3359
-
{
3360
3360
-
integrity: sha512-VHD3Q0EBXaaa245jqayBe5zQyMQUdXBFjmGr9MpDaDpAKRMYn7Ff00DM5MLk26UyKjnml3yQ0O2HNX7PtYVNFQ==
3361
3361
-
}
2111
2111
+
strip-final-newline@3.0.0:
2112
2112
+
resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==}
2113
2113
+
engines: {node: '>=12'}
3362
2114
3363
3363
-
signal-exit@3.0.7:
3364
3364
-
resolution:
3365
3365
-
{
3366
3366
-
integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
3367
3367
-
}
2115
2115
+
strnum@1.0.5:
2116
2116
+
resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==}
3368
2117
3369
3369
-
signal-exit@4.1.0:
3370
3370
-
resolution:
3371
3371
-
{
3372
3372
-
integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
3373
3373
-
}
3374
3374
-
engines: { node: ">=14" }
2118
2118
+
style-to-object@0.4.4:
2119
2119
+
resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==}
3375
2120
3376
3376
-
simple-swizzle@0.2.2:
3377
3377
-
resolution:
3378
3378
-
{
3379
3379
-
integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
3380
3380
-
}
2121
2121
+
style-to-object@1.0.6:
2122
2122
+
resolution: {integrity: sha512-khxq+Qm3xEyZfKd/y9L3oIWQimxuc4STrQKtQn8aSDRHb8mFgpukgX1hdzfrMEW6JCjyJ8p89x+IUMVnCBI1PA==}
3381
2123
3382
3382
-
sisteransi@1.0.5:
3383
3383
-
resolution:
3384
3384
-
{
3385
3385
-
integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
3386
3386
-
}
2124
2124
+
suf-log@2.5.3:
2125
2125
+
resolution: {integrity: sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==}
3387
2126
3388
3388
-
sitemap@7.1.2:
3389
3389
-
resolution:
3390
3390
-
{
3391
3391
-
integrity: sha512-ARCqzHJ0p4gWt+j7NlU5eDlIO9+Rkr/JhPFZKKQ1l5GCus7rJH4UdrlVAh0xC/gDS/Qir2UMxqYNHtsKr2rpCw==
3392
3392
-
}
3393
3393
-
engines: { node: ">=12.0.0", npm: ">=5.6.0" }
3394
3394
-
hasBin: true
2127
2127
+
supports-color@5.5.0:
2128
2128
+
resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
2129
2129
+
engines: {node: '>=4'}
3395
2130
3396
3396
-
slugify@1.6.6:
3397
3397
-
resolution:
3398
3398
-
{
3399
3399
-
integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==
3400
3400
-
}
3401
3401
-
engines: { node: ">=8.0.0" }
2131
2131
+
svgo@3.0.3:
2132
2132
+
resolution: {integrity: sha512-X4UZvLhOglD5Xrp834HzGHf8RKUW0Ahigg/08yRO1no9t2NxffOkMiQ0WmaMIbaGlVTlSst2zWANsdhz5ybXgA==}
2133
2133
+
engines: {node: '>=14.0.0'}
2134
2134
+
hasBin: true
3402
2135
3403
3403
-
source-map-js@1.2.0:
3404
3404
-
resolution:
3405
3405
-
{
3406
3406
-
integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
3407
3407
-
}
3408
3408
-
engines: { node: ">=0.10.0" }
2136
2136
+
tar@6.2.1:
2137
2137
+
resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
2138
2138
+
engines: {node: '>=10'}
3409
2139
3410
3410
-
source-map@0.7.4:
3411
3411
-
resolution:
3412
3412
-
{
3413
3413
-
integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
3414
3414
-
}
3415
3415
-
engines: { node: ">= 8" }
2140
2140
+
to-fast-properties@2.0.0:
2141
2141
+
resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
2142
2142
+
engines: {node: '>=4'}
3416
2143
3417
3417
-
space-separated-tokens@2.0.2:
3418
3418
-
resolution:
3419
3419
-
{
3420
3420
-
integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==
3421
3421
-
}
2144
2144
+
to-regex-range@5.0.1:
2145
2145
+
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
2146
2146
+
engines: {node: '>=8.0'}
3422
2147
3423
3423
-
sprintf-js@1.0.3:
3424
3424
-
resolution:
3425
3425
-
{
3426
3426
-
integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
3427
3427
-
}
2148
2148
+
trim-lines@3.0.1:
2149
2149
+
resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
3428
2150
3429
3429
-
stdin-discarder@0.2.2:
3430
3430
-
resolution:
3431
3431
-
{
3432
3432
-
integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==
3433
3433
-
}
3434
3434
-
engines: { node: ">=18" }
2151
2151
+
trough@2.2.0:
2152
2152
+
resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==}
3435
2153
3436
3436
-
stream-replace-string@2.0.0:
3437
3437
-
resolution:
3438
3438
-
{
3439
3439
-
integrity: sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==
3440
3440
-
}
2154
2154
+
tsconfck@3.1.1:
2155
2155
+
resolution: {integrity: sha512-00eoI6WY57SvZEVjm13stEVE90VkEdJAFGgpFLTsZbJyW/LwFQ7uQxJHWpZ2hzSWgCPKc9AnBnNP+0X7o3hAmQ==}
2156
2156
+
engines: {node: ^18 || >=20}
2157
2157
+
hasBin: true
2158
2158
+
peerDependencies:
2159
2159
+
typescript: ^5.0.0
2160
2160
+
peerDependenciesMeta:
2161
2161
+
typescript:
2162
2162
+
optional: true
3441
2163
3442
3442
-
string-width@2.1.1:
3443
3443
-
resolution:
3444
3444
-
{
3445
3445
-
integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
3446
3446
-
}
3447
3447
-
engines: { node: ">=4" }
2164
2164
+
tslib@2.6.3:
2165
2165
+
resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==}
3448
2166
3449
3449
-
string-width@4.2.3:
3450
3450
-
resolution:
3451
3451
-
{
3452
3452
-
integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3453
3453
-
}
3454
3454
-
engines: { node: ">=8" }
2167
2167
+
type-fest@2.19.0:
2168
2168
+
resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==}
2169
2169
+
engines: {node: '>=12.20'}
3455
2170
3456
3456
-
string-width@5.1.2:
3457
3457
-
resolution:
3458
3458
-
{
3459
3459
-
integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
3460
3460
-
}
3461
3461
-
engines: { node: ">=12" }
2171
2171
+
typesafe-path@0.2.2:
2172
2172
+
resolution: {integrity: sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA==}
3462
2173
3463
3463
-
string-width@7.2.0:
3464
3464
-
resolution:
3465
3465
-
{
3466
3466
-
integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
3467
3467
-
}
3468
3468
-
engines: { node: ">=18" }
2174
2174
+
typescript-auto-import-cache@0.3.3:
2175
2175
+
resolution: {integrity: sha512-ojEC7+Ci1ij9eE6hp8Jl9VUNnsEKzztktP5gtYNRMrTmfXVwA1PITYYAkpxCvvupdSYa/Re51B6KMcv1CTZEUA==}
3469
2176
3470
3470
-
stringify-entities@4.0.4:
3471
3471
-
resolution:
3472
3472
-
{
3473
3473
-
integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==
3474
3474
-
}
2177
2177
+
typescript@5.5.4:
2178
2178
+
resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==}
2179
2179
+
engines: {node: '>=14.17'}
2180
2180
+
hasBin: true
3475
2181
3476
3476
-
strip-ansi@4.0.0:
3477
3477
-
resolution:
3478
3478
-
{
3479
3479
-
integrity: sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==
3480
3480
-
}
3481
3481
-
engines: { node: ">=4" }
2182
2182
+
uc.micro@2.1.0:
2183
2183
+
resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==}
3482
2184
3483
3483
-
strip-ansi@6.0.1:
3484
3484
-
resolution:
3485
3485
-
{
3486
3486
-
integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3487
3487
-
}
3488
3488
-
engines: { node: ">=8" }
2185
2185
+
ufo@1.5.4:
2186
2186
+
resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==}
3489
2187
3490
3490
-
strip-ansi@7.1.0:
3491
3491
-
resolution:
3492
3492
-
{
3493
3493
-
integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
3494
3494
-
}
3495
3495
-
engines: { node: ">=12" }
2188
2188
+
undici-types@5.26.5:
2189
2189
+
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
3496
2190
3497
3497
-
strip-bom-string@1.0.0:
3498
3498
-
resolution:
3499
3499
-
{
3500
3500
-
integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==
3501
3501
-
}
3502
3502
-
engines: { node: ">=0.10.0" }
2191
2191
+
unified@11.0.5:
2192
2192
+
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
3503
2193
3504
3504
-
strip-bom@3.0.0:
3505
3505
-
resolution:
3506
3506
-
{
3507
3507
-
integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==
3508
3508
-
}
3509
3509
-
engines: { node: ">=4" }
2194
2194
+
unist-util-find-after@5.0.0:
2195
2195
+
resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==}
3510
2196
3511
3511
-
strip-final-newline@2.0.0:
3512
3512
-
resolution:
3513
3513
-
{
3514
3514
-
integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
3515
3515
-
}
3516
3516
-
engines: { node: ">=6" }
2197
2197
+
unist-util-is@6.0.0:
2198
2198
+
resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==}
3517
2199
3518
3518
-
strip-final-newline@3.0.0:
3519
3519
-
resolution:
3520
3520
-
{
3521
3521
-
integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
3522
3522
-
}
3523
3523
-
engines: { node: ">=12" }
2200
2200
+
unist-util-modify-children@4.0.0:
2201
2201
+
resolution: {integrity: sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==}
3524
2202
3525
3525
-
style-to-object@0.4.4:
3526
3526
-
resolution:
3527
3527
-
{
3528
3528
-
integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==
3529
3529
-
}
2203
2203
+
unist-util-position-from-estree@2.0.0:
2204
2204
+
resolution: {integrity: sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==}
3530
2205
3531
3531
-
style-to-object@1.0.6:
3532
3532
-
resolution:
3533
3533
-
{
3534
3534
-
integrity: sha512-khxq+Qm3xEyZfKd/y9L3oIWQimxuc4STrQKtQn8aSDRHb8mFgpukgX1hdzfrMEW6JCjyJ8p89x+IUMVnCBI1PA==
3535
3535
-
}
2206
2206
+
unist-util-position@5.0.0:
2207
2207
+
resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
3536
2208
3537
3537
-
suf-log@2.5.3:
3538
3538
-
resolution:
3539
3539
-
{
3540
3540
-
integrity: sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==
3541
3541
-
}
2209
2209
+
unist-util-remove-position@5.0.0:
2210
2210
+
resolution: {integrity: sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==}
3542
2211
3543
3543
-
supports-color@5.5.0:
3544
3544
-
resolution:
3545
3545
-
{
3546
3546
-
integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
3547
3547
-
}
3548
3548
-
engines: { node: ">=4" }
2212
2212
+
unist-util-stringify-position@4.0.0:
2213
2213
+
resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
3549
2214
3550
3550
-
svgo@3.0.3:
3551
3551
-
resolution:
3552
3552
-
{
3553
3553
-
integrity: sha512-X4UZvLhOglD5Xrp834HzGHf8RKUW0Ahigg/08yRO1no9t2NxffOkMiQ0WmaMIbaGlVTlSst2zWANsdhz5ybXgA==
3554
3554
-
}
3555
3555
-
engines: { node: ">=14.0.0" }
3556
3556
-
hasBin: true
2215
2215
+
unist-util-visit-children@3.0.0:
2216
2216
+
resolution: {integrity: sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==}
3557
2217
3558
3558
-
tar@6.2.1:
3559
3559
-
resolution:
3560
3560
-
{
3561
3561
-
integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
3562
3562
-
}
3563
3563
-
engines: { node: ">=10" }
2218
2218
+
unist-util-visit-parents@6.0.1:
2219
2219
+
resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==}
3564
2220
3565
3565
-
to-fast-properties@2.0.0:
3566
3566
-
resolution:
3567
3567
-
{
3568
3568
-
integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
3569
3569
-
}
3570
3570
-
engines: { node: ">=4" }
2221
2221
+
unist-util-visit@5.0.0:
2222
2222
+
resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==}
3571
2223
3572
3572
-
to-regex-range@5.0.1:
3573
3573
-
resolution:
3574
3574
-
{
3575
3575
-
integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
3576
3576
-
}
3577
3577
-
engines: { node: ">=8.0" }
2224
2224
+
update-browserslist-db@1.1.0:
2225
2225
+
resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==}
2226
2226
+
hasBin: true
2227
2227
+
peerDependencies:
2228
2228
+
browserslist: '>= 4.21.0'
3578
2229
3579
3579
-
trim-lines@3.0.1:
3580
3580
-
resolution:
3581
3581
-
{
3582
3582
-
integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==
3583
3583
-
}
2230
2230
+
vfile-location@5.0.3:
2231
2231
+
resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==}
3584
2232
3585
3585
-
trough@2.2.0:
3586
3586
-
resolution:
3587
3587
-
{
3588
3588
-
integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==
3589
3589
-
}
2233
2233
+
vfile-message@4.0.2:
2234
2234
+
resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==}
3590
2235
3591
3591
-
tsconfck@3.1.1:
3592
3592
-
resolution:
3593
3593
-
{
3594
3594
-
integrity: sha512-00eoI6WY57SvZEVjm13stEVE90VkEdJAFGgpFLTsZbJyW/LwFQ7uQxJHWpZ2hzSWgCPKc9AnBnNP+0X7o3hAmQ==
3595
3595
-
}
3596
3596
-
engines: { node: ^18 || >=20 }
3597
3597
-
hasBin: true
3598
3598
-
peerDependencies:
3599
3599
-
typescript: ^5.0.0
3600
3600
-
peerDependenciesMeta:
3601
3601
-
typescript:
3602
3602
-
optional: true
2236
2236
+
vfile@6.0.2:
2237
2237
+
resolution: {integrity: sha512-zND7NlS8rJYb/sPqkb13ZvbbUoExdbi4w3SfRrMq6R3FvnLQmmfpajJNITuuYm6AZ5uao9vy4BAos3EXBPf2rg==}
3603
2238
3604
3604
-
tslib@2.6.3:
3605
3605
-
resolution:
3606
3606
-
{
3607
3607
-
integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
3608
3608
-
}
2239
2239
+
vite@5.3.5:
2240
2240
+
resolution: {integrity: sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==}
2241
2241
+
engines: {node: ^18.0.0 || >=20.0.0}
2242
2242
+
hasBin: true
2243
2243
+
peerDependencies:
2244
2244
+
'@types/node': ^18.0.0 || >=20.0.0
2245
2245
+
less: '*'
2246
2246
+
lightningcss: ^1.21.0
2247
2247
+
sass: '*'
2248
2248
+
stylus: '*'
2249
2249
+
sugarss: '*'
2250
2250
+
terser: ^5.4.0
2251
2251
+
peerDependenciesMeta:
2252
2252
+
'@types/node':
2253
2253
+
optional: true
2254
2254
+
less:
2255
2255
+
optional: true
2256
2256
+
lightningcss:
2257
2257
+
optional: true
2258
2258
+
sass:
2259
2259
+
optional: true
2260
2260
+
stylus:
2261
2261
+
optional: true
2262
2262
+
sugarss:
2263
2263
+
optional: true
2264
2264
+
terser:
2265
2265
+
optional: true
3609
2266
3610
3610
-
type-fest@2.19.0:
3611
3611
-
resolution:
3612
3612
-
{
3613
3613
-
integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
3614
3614
-
}
3615
3615
-
engines: { node: ">=12.20" }
2267
2267
+
vitefu@0.2.5:
2268
2268
+
resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==}
2269
2269
+
peerDependencies:
2270
2270
+
vite: ^3.0.0 || ^4.0.0 || ^5.0.0
2271
2271
+
peerDependenciesMeta:
2272
2272
+
vite:
2273
2273
+
optional: true
3616
2274
3617
3617
-
ufo@1.5.4:
3618
3618
-
resolution:
3619
3619
-
{
3620
3620
-
integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==
3621
3621
-
}
2275
2275
+
volar-service-css@0.0.59:
2276
2276
+
resolution: {integrity: sha512-gLNjJnECbalPvQB7qeJjhkDN8sR5M3ItbVYjnyio61aHaWptIiXm/HfDahcQ2ApwmvWidkMWWegjGq5L0BENDA==}
2277
2277
+
peerDependencies:
2278
2278
+
'@volar/language-service': ~2.4.0-alpha.12
2279
2279
+
peerDependenciesMeta:
2280
2280
+
'@volar/language-service':
2281
2281
+
optional: true
3622
2282
3623
3623
-
undici-types@5.26.5:
3624
3624
-
resolution:
3625
3625
-
{
3626
3626
-
integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
3627
3627
-
}
2283
2283
+
volar-service-emmet@0.0.59:
2284
2284
+
resolution: {integrity: sha512-6EynHcuMwMBETpK29TbZvIMmvzdVG+Tkokk9VWfZeI+SwDptk2tgdhEqiXXvIkqYNgbuu73Itp66lpH76cAU+Q==}
2285
2285
+
peerDependencies:
2286
2286
+
'@volar/language-service': ~2.4.0-alpha.12
2287
2287
+
peerDependenciesMeta:
2288
2288
+
'@volar/language-service':
2289
2289
+
optional: true
3628
2290
3629
3629
-
unified@11.0.5:
3630
3630
-
resolution:
3631
3631
-
{
3632
3632
-
integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==
3633
3633
-
}
2291
2291
+
volar-service-html@0.0.59:
2292
2292
+
resolution: {integrity: sha512-hEXOsYpILDlITZxnqRLV9OepVWD63GZBsyjMxszwdzlxvGZjzbGcBBinJGGJRwFIV8djdJwnt91bkdg1V5tj6Q==}
2293
2293
+
peerDependencies:
2294
2294
+
'@volar/language-service': ~2.4.0-alpha.12
2295
2295
+
peerDependenciesMeta:
2296
2296
+
'@volar/language-service':
2297
2297
+
optional: true
3634
2298
3635
3635
-
unist-util-find-after@5.0.0:
3636
3636
-
resolution:
3637
3637
-
{
3638
3638
-
integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==
3639
3639
-
}
2299
2299
+
volar-service-prettier@0.0.59:
2300
2300
+
resolution: {integrity: sha512-FmBR4lsgFRGR3V0LnxZZal0WqdOJjuLL6mQSj4p57M15APtQwuocG/FiF+ONGFnwRXMOIBDBTCARdth+TKgL3A==}
2301
2301
+
peerDependencies:
2302
2302
+
'@volar/language-service': ~2.4.0-alpha.12
2303
2303
+
prettier: ^2.2 || ^3.0
2304
2304
+
peerDependenciesMeta:
2305
2305
+
'@volar/language-service':
2306
2306
+
optional: true
2307
2307
+
prettier:
2308
2308
+
optional: true
3640
2309
3641
3641
-
unist-util-is@6.0.0:
3642
3642
-
resolution:
3643
3643
-
{
3644
3644
-
integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==
3645
3645
-
}
2310
2310
+
volar-service-typescript-twoslash-queries@0.0.59:
2311
2311
+
resolution: {integrity: sha512-skm8e6yhCIkqLwJB6S9MqT5lO9LNFuMD3dYxKpmOZs1CKbXmCZZTmLfEaD5VkJae1xdleEDZFFTHl2O5HLjOGQ==}
2312
2312
+
peerDependencies:
2313
2313
+
'@volar/language-service': ~2.4.0-alpha.12
2314
2314
+
peerDependenciesMeta:
2315
2315
+
'@volar/language-service':
2316
2316
+
optional: true
3646
2317
3647
3647
-
unist-util-modify-children@4.0.0:
3648
3648
-
resolution:
3649
3649
-
{
3650
3650
-
integrity: sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==
3651
3651
-
}
2318
2318
+
volar-service-typescript@0.0.59:
2319
2319
+
resolution: {integrity: sha512-VCOpfiu+lUo5lapWLB5L5vmQGtwzmNWn5MueV915eku7blpphmE+Z7hCNcL1NApn7AetXWhiblv8ZhmUx/dGIA==}
2320
2320
+
peerDependencies:
2321
2321
+
'@volar/language-service': ~2.4.0-alpha.12
2322
2322
+
peerDependenciesMeta:
2323
2323
+
'@volar/language-service':
2324
2324
+
optional: true
3652
2325
3653
3653
-
unist-util-position-from-estree@2.0.0:
3654
3654
-
resolution:
3655
3655
-
{
3656
3656
-
integrity: sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==
3657
3657
-
}
2326
2326
+
vscode-css-languageservice@6.3.0:
2327
2327
+
resolution: {integrity: sha512-nU92imtkgzpCL0xikrIb8WvedV553F2BENzgz23wFuok/HLN5BeQmroMy26pUwFxV2eV8oNRmYCUv8iO7kSMhw==}
3658
2328
3659
3659
-
unist-util-position@5.0.0:
3660
3660
-
resolution:
3661
3661
-
{
3662
3662
-
integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==
3663
3663
-
}
2329
2329
+
vscode-html-languageservice@5.3.0:
2330
2330
+
resolution: {integrity: sha512-C4Z3KsP5Ih+fjHpiBc5jxmvCl+4iEwvXegIrzu2F5pktbWvQaBT3YkVPk8N+QlSSMk8oCG6PKtZ/Sq2YHb5e8g==}
3664
2331
3665
3665
-
unist-util-remove-position@5.0.0:
3666
3666
-
resolution:
3667
3667
-
{
3668
3668
-
integrity: sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==
3669
3669
-
}
2332
2332
+
vscode-jsonrpc@8.2.0:
2333
2333
+
resolution: {integrity: sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==}
2334
2334
+
engines: {node: '>=14.0.0'}
3670
2335
3671
3671
-
unist-util-stringify-position@4.0.0:
3672
3672
-
resolution:
3673
3673
-
{
3674
3674
-
integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==
3675
3675
-
}
2336
2336
+
vscode-languageserver-protocol@3.17.5:
2337
2337
+
resolution: {integrity: sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==}
3676
2338
3677
3677
-
unist-util-visit-children@3.0.0:
3678
3678
-
resolution:
3679
3679
-
{
3680
3680
-
integrity: sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==
3681
3681
-
}
2339
2339
+
vscode-languageserver-textdocument@1.0.11:
2340
2340
+
resolution: {integrity: sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA==}
3682
2341
3683
3683
-
unist-util-visit-parents@6.0.1:
3684
3684
-
resolution:
3685
3685
-
{
3686
3686
-
integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==
3687
3687
-
}
2342
2342
+
vscode-languageserver-types@3.17.5:
2343
2343
+
resolution: {integrity: sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==}
3688
2344
3689
3689
-
unist-util-visit@5.0.0:
3690
3690
-
resolution:
3691
3691
-
{
3692
3692
-
integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==
3693
3693
-
}
2345
2345
+
vscode-languageserver@9.0.1:
2346
2346
+
resolution: {integrity: sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==}
2347
2347
+
hasBin: true
3694
2348
3695
3695
-
update-browserslist-db@1.1.0:
3696
3696
-
resolution:
3697
3697
-
{
3698
3698
-
integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==
3699
3699
-
}
3700
3700
-
hasBin: true
3701
3701
-
peerDependencies:
3702
3702
-
browserslist: ">= 4.21.0"
2349
2349
+
vscode-nls@5.2.0:
2350
2350
+
resolution: {integrity: sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==}
3703
2351
3704
3704
-
vfile-location@5.0.3:
3705
3705
-
resolution:
3706
3706
-
{
3707
3707
-
integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==
3708
3708
-
}
2352
2352
+
vscode-uri@2.1.2:
2353
2353
+
resolution: {integrity: sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==}
3709
2354
3710
3710
-
vfile-message@4.0.2:
3711
3711
-
resolution:
3712
3712
-
{
3713
3713
-
integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==
3714
3714
-
}
2355
2355
+
vscode-uri@3.0.8:
2356
2356
+
resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==}
3715
2357
3716
3716
-
vfile@6.0.2:
3717
3717
-
resolution:
3718
3718
-
{
3719
3719
-
integrity: sha512-zND7NlS8rJYb/sPqkb13ZvbbUoExdbi4w3SfRrMq6R3FvnLQmmfpajJNITuuYm6AZ5uao9vy4BAos3EXBPf2rg==
3720
3720
-
}
2358
2358
+
web-namespaces@2.0.1:
2359
2359
+
resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==}
3721
2360
3722
3722
-
vite@5.3.4:
3723
3723
-
resolution:
3724
3724
-
{
3725
3725
-
integrity: sha512-Cw+7zL3ZG9/NZBB8C+8QbQZmR54GwqIz+WMI4b3JgdYJvX+ny9AjJXqkGQlDXSXRP9rP0B4tbciRMOVEKulVOA==
3726
3726
-
}
3727
3727
-
engines: { node: ^18.0.0 || >=20.0.0 }
3728
3728
-
hasBin: true
3729
3729
-
peerDependencies:
3730
3730
-
"@types/node": ^18.0.0 || >=20.0.0
3731
3731
-
less: "*"
3732
3732
-
lightningcss: ^1.21.0
3733
3733
-
sass: "*"
3734
3734
-
stylus: "*"
3735
3735
-
sugarss: "*"
3736
3736
-
terser: ^5.4.0
3737
3737
-
peerDependenciesMeta:
3738
3738
-
"@types/node":
3739
3739
-
optional: true
3740
3740
-
less:
3741
3741
-
optional: true
3742
3742
-
lightningcss:
3743
3743
-
optional: true
3744
3744
-
sass:
3745
3745
-
optional: true
3746
3746
-
stylus:
3747
3747
-
optional: true
3748
3748
-
sugarss:
3749
3749
-
optional: true
3750
3750
-
terser:
3751
3751
-
optional: true
2361
2361
+
which-module@2.0.1:
2362
2362
+
resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==}
3752
2363
3753
3753
-
vitefu@0.2.5:
3754
3754
-
resolution:
3755
3755
-
{
3756
3756
-
integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==
3757
3757
-
}
3758
3758
-
peerDependencies:
3759
3759
-
vite: ^3.0.0 || ^4.0.0 || ^5.0.0
3760
3760
-
peerDependenciesMeta:
3761
3761
-
vite:
3762
3762
-
optional: true
2364
2364
+
which-pm-runs@1.1.0:
2365
2365
+
resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==}
2366
2366
+
engines: {node: '>=4'}
3763
2367
3764
3764
-
web-namespaces@2.0.1:
3765
3765
-
resolution:
3766
3766
-
{
3767
3767
-
integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==
3768
3768
-
}
2368
2368
+
which-pm@3.0.0:
2369
2369
+
resolution: {integrity: sha512-ysVYmw6+ZBhx3+ZkcPwRuJi38ZOTLJJ33PSHaitLxSKUMsh0LkKd0nC69zZCwt5D+AYUcMK2hhw4yWny20vSGg==}
2370
2370
+
engines: {node: '>=18.12'}
3769
2371
3770
3770
-
which-module@2.0.1:
3771
3771
-
resolution:
3772
3772
-
{
3773
3773
-
integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==
3774
3774
-
}
2372
2372
+
which@2.0.2:
2373
2373
+
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
2374
2374
+
engines: {node: '>= 8'}
2375
2375
+
hasBin: true
3775
2376
3776
3776
-
which-pm-runs@1.1.0:
3777
3777
-
resolution:
3778
3778
-
{
3779
3779
-
integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==
3780
3780
-
}
3781
3781
-
engines: { node: ">=4" }
2377
2377
+
widest-line@4.0.1:
2378
2378
+
resolution: {integrity: sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==}
2379
2379
+
engines: {node: '>=12'}
3782
2380
3783
3783
-
which-pm@3.0.0:
3784
3784
-
resolution:
3785
3785
-
{
3786
3786
-
integrity: sha512-ysVYmw6+ZBhx3+ZkcPwRuJi38ZOTLJJ33PSHaitLxSKUMsh0LkKd0nC69zZCwt5D+AYUcMK2hhw4yWny20vSGg==
3787
3787
-
}
3788
3788
-
engines: { node: ">=18.12" }
2381
2381
+
wrap-ansi@6.2.0:
2382
2382
+
resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
2383
2383
+
engines: {node: '>=8'}
3789
2384
3790
3790
-
which@2.0.2:
3791
3791
-
resolution:
3792
3792
-
{
3793
3793
-
integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
3794
3794
-
}
3795
3795
-
engines: { node: ">= 8" }
3796
3796
-
hasBin: true
2385
2385
+
wrap-ansi@7.0.0:
2386
2386
+
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
2387
2387
+
engines: {node: '>=10'}
3797
2388
3798
3798
-
widest-line@4.0.1:
3799
3799
-
resolution:
3800
3800
-
{
3801
3801
-
integrity: sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==
3802
3802
-
}
3803
3803
-
engines: { node: ">=12" }
2389
2389
+
wrap-ansi@8.1.0:
2390
2390
+
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
2391
2391
+
engines: {node: '>=12'}
3804
2392
3805
3805
-
wrap-ansi@6.2.0:
3806
3806
-
resolution:
3807
3807
-
{
3808
3808
-
integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
3809
3809
-
}
3810
3810
-
engines: { node: ">=8" }
2393
2393
+
wrappy@1.0.2:
2394
2394
+
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
3811
2395
3812
3812
-
wrap-ansi@8.1.0:
3813
3813
-
resolution:
3814
3814
-
{
3815
3815
-
integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
3816
3816
-
}
3817
3817
-
engines: { node: ">=12" }
2396
2396
+
y18n@4.0.3:
2397
2397
+
resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==}
3818
2398
3819
3819
-
wrappy@1.0.2:
3820
3820
-
resolution:
3821
3821
-
{
3822
3822
-
integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
3823
3823
-
}
2399
2399
+
y18n@5.0.8:
2400
2400
+
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
2401
2401
+
engines: {node: '>=10'}
3824
2402
3825
3825
-
y18n@4.0.3:
3826
3826
-
resolution:
3827
3827
-
{
3828
3828
-
integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==
3829
3829
-
}
2403
2403
+
yallist@3.1.1:
2404
2404
+
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
3830
2405
3831
3831
-
yallist@3.1.1:
3832
3832
-
resolution:
3833
3833
-
{
3834
3834
-
integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
3835
3835
-
}
2406
2406
+
yallist@4.0.0:
2407
2407
+
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
3836
2408
3837
3837
-
yallist@4.0.0:
3838
3838
-
resolution:
3839
3839
-
{
3840
3840
-
integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
3841
3841
-
}
2409
2409
+
yargs-parser@18.1.3:
2410
2410
+
resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==}
2411
2411
+
engines: {node: '>=6'}
3842
2412
3843
3843
-
yargs-parser@18.1.3:
3844
3844
-
resolution:
3845
3845
-
{
3846
3846
-
integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
3847
3847
-
}
3848
3848
-
engines: { node: ">=6" }
2413
2413
+
yargs-parser@21.1.1:
2414
2414
+
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
2415
2415
+
engines: {node: '>=12'}
3849
2416
3850
3850
-
yargs-parser@21.1.1:
3851
3851
-
resolution:
3852
3852
-
{
3853
3853
-
integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
3854
3854
-
}
3855
3855
-
engines: { node: ">=12" }
2417
2417
+
yargs@15.4.1:
2418
2418
+
resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==}
2419
2419
+
engines: {node: '>=8'}
3856
2420
3857
3857
-
yargs@15.4.1:
3858
3858
-
resolution:
3859
3859
-
{
3860
3860
-
integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
3861
3861
-
}
3862
3862
-
engines: { node: ">=8" }
2421
2421
+
yargs@17.7.2:
2422
2422
+
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
2423
2423
+
engines: {node: '>=12'}
3863
2424
3864
3864
-
yauzl@2.10.0:
3865
3865
-
resolution:
3866
3866
-
{
3867
3867
-
integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==
3868
3868
-
}
2425
2425
+
yauzl@2.10.0:
2426
2426
+
resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==}
3869
2427
3870
3870
-
yocto-queue@0.1.0:
3871
3871
-
resolution:
3872
3872
-
{
3873
3873
-
integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
3874
3874
-
}
3875
3875
-
engines: { node: ">=10" }
2428
2428
+
yocto-queue@0.1.0:
2429
2429
+
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
2430
2430
+
engines: {node: '>=10'}
3876
2431
3877
3877
-
yocto-queue@1.1.1:
3878
3878
-
resolution:
3879
3879
-
{
3880
3880
-
integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==
3881
3881
-
}
3882
3882
-
engines: { node: ">=12.20" }
2432
2432
+
yocto-queue@1.1.1:
2433
2433
+
resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==}
2434
2434
+
engines: {node: '>=12.20'}
3883
2435
3884
3884
-
zod-to-json-schema@3.23.1:
3885
3885
-
resolution:
3886
3886
-
{
3887
3887
-
integrity: sha512-oT9INvydob1XV0v1d2IadrR74rLtDInLvDFfAa1CG0Pmg/vxATk7I2gSelfj271mbzeM4Da0uuDQE/Nkj3DWNw==
3888
3888
-
}
3889
3889
-
peerDependencies:
3890
3890
-
zod: ^3.23.3
2436
2436
+
zod-to-json-schema@3.23.1:
2437
2437
+
resolution: {integrity: sha512-oT9INvydob1XV0v1d2IadrR74rLtDInLvDFfAa1CG0Pmg/vxATk7I2gSelfj271mbzeM4Da0uuDQE/Nkj3DWNw==}
2438
2438
+
peerDependencies:
2439
2439
+
zod: ^3.23.3
3891
2440
3892
3892
-
zod@3.23.8:
3893
3893
-
resolution:
3894
3894
-
{
3895
3895
-
integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==
3896
3896
-
}
2441
2441
+
zod@3.23.8:
2442
2442
+
resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==}
3897
2443
3898
3898
-
zwitch@2.0.4:
3899
3899
-
resolution:
3900
3900
-
{
3901
3901
-
integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==
3902
3902
-
}
2444
2444
+
zwitch@2.0.4:
2445
2445
+
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
3903
2446
3904
2447
snapshots:
3905
3905
-
"@ampproject/remapping@2.3.0":
3906
3906
-
dependencies:
3907
3907
-
"@jridgewell/gen-mapping": 0.3.5
3908
3908
-
"@jridgewell/trace-mapping": 0.3.25
2448
2448
+
2449
2449
+
'@ampproject/remapping@2.3.0':
2450
2450
+
dependencies:
2451
2451
+
'@jridgewell/gen-mapping': 0.3.5
2452
2452
+
'@jridgewell/trace-mapping': 0.3.25
2453
2453
+
2454
2454
+
'@antfu/install-pkg@0.1.1':
2455
2455
+
dependencies:
2456
2456
+
execa: 5.1.1
2457
2457
+
find-up: 5.0.0
2458
2458
+
2459
2459
+
'@antfu/utils@0.7.10': {}
2460
2460
+
2461
2461
+
'@astrojs/check@0.8.3(prettier-plugin-astro@0.14.1)(prettier@3.3.3)(typescript@5.5.4)':
2462
2462
+
dependencies:
2463
2463
+
'@astrojs/language-server': 2.12.7(prettier-plugin-astro@0.14.1)(prettier@3.3.3)(typescript@5.5.4)
2464
2464
+
chokidar: 3.6.0
2465
2465
+
fast-glob: 3.3.2
2466
2466
+
kleur: 4.1.5
2467
2467
+
typescript: 5.5.4
2468
2468
+
yargs: 17.7.2
2469
2469
+
transitivePeerDependencies:
2470
2470
+
- prettier
2471
2471
+
- prettier-plugin-astro
2472
2472
+
2473
2473
+
'@astrojs/compiler@2.9.2': {}
2474
2474
+
2475
2475
+
'@astrojs/internal-helpers@0.4.1': {}
2476
2476
+
2477
2477
+
'@astrojs/language-server@2.12.7(prettier-plugin-astro@0.14.1)(prettier@3.3.3)(typescript@5.5.4)':
2478
2478
+
dependencies:
2479
2479
+
'@astrojs/compiler': 2.9.2
2480
2480
+
'@jridgewell/sourcemap-codec': 1.5.0
2481
2481
+
'@volar/kit': 2.4.0-alpha.18(typescript@5.5.4)
2482
2482
+
'@volar/language-core': 2.4.0-alpha.18
2483
2483
+
'@volar/language-server': 2.4.0-alpha.18
2484
2484
+
'@volar/language-service': 2.4.0-alpha.18
2485
2485
+
'@volar/typescript': 2.4.0-alpha.18
2486
2486
+
fast-glob: 3.3.2
2487
2487
+
muggle-string: 0.4.1
2488
2488
+
volar-service-css: 0.0.59(@volar/language-service@2.4.0-alpha.18)
2489
2489
+
volar-service-emmet: 0.0.59(@volar/language-service@2.4.0-alpha.18)
2490
2490
+
volar-service-html: 0.0.59(@volar/language-service@2.4.0-alpha.18)
2491
2491
+
volar-service-prettier: 0.0.59(@volar/language-service@2.4.0-alpha.18)(prettier@3.3.3)
2492
2492
+
volar-service-typescript: 0.0.59(@volar/language-service@2.4.0-alpha.18)
2493
2493
+
volar-service-typescript-twoslash-queries: 0.0.59(@volar/language-service@2.4.0-alpha.18)
2494
2494
+
vscode-html-languageservice: 5.3.0
2495
2495
+
vscode-uri: 3.0.8
2496
2496
+
optionalDependencies:
2497
2497
+
prettier: 3.3.3
2498
2498
+
prettier-plugin-astro: 0.14.1
2499
2499
+
transitivePeerDependencies:
2500
2500
+
- typescript
2501
2501
+
2502
2502
+
'@astrojs/markdown-remark@5.2.0':
2503
2503
+
dependencies:
2504
2504
+
'@astrojs/prism': 3.1.0
2505
2505
+
github-slugger: 2.0.0
2506
2506
+
hast-util-from-html: 2.0.1
2507
2507
+
hast-util-to-text: 4.0.2
2508
2508
+
import-meta-resolve: 4.1.0
2509
2509
+
mdast-util-definitions: 6.0.0
2510
2510
+
rehype-raw: 7.0.0
2511
2511
+
rehype-stringify: 10.0.0
2512
2512
+
remark-gfm: 4.0.0
2513
2513
+
remark-parse: 11.0.0
2514
2514
+
remark-rehype: 11.1.0
2515
2515
+
remark-smartypants: 3.0.2
2516
2516
+
shiki: 1.11.2
2517
2517
+
unified: 11.0.5
2518
2518
+
unist-util-remove-position: 5.0.0
2519
2519
+
unist-util-visit: 5.0.0
2520
2520
+
unist-util-visit-parents: 6.0.1
2521
2521
+
vfile: 6.0.2
2522
2522
+
transitivePeerDependencies:
2523
2523
+
- supports-color
2524
2524
+
2525
2525
+
'@astrojs/mdx@3.1.3(astro@4.12.2(@types/node@20.14.12)(typescript@5.5.4))':
2526
2526
+
dependencies:
2527
2527
+
'@astrojs/markdown-remark': 5.2.0
2528
2528
+
'@mdx-js/mdx': 3.0.1
2529
2529
+
acorn: 8.12.1
2530
2530
+
astro: 4.12.2(@types/node@20.14.12)(typescript@5.5.4)
2531
2531
+
es-module-lexer: 1.5.4
2532
2532
+
estree-util-visit: 2.0.0
2533
2533
+
github-slugger: 2.0.0
2534
2534
+
gray-matter: 4.0.3
2535
2535
+
hast-util-to-html: 9.0.1
2536
2536
+
kleur: 4.1.5
2537
2537
+
rehype-raw: 7.0.0
2538
2538
+
remark-gfm: 4.0.0
2539
2539
+
remark-smartypants: 3.0.2
2540
2540
+
source-map: 0.7.4
2541
2541
+
unist-util-visit: 5.0.0
2542
2542
+
vfile: 6.0.2
2543
2543
+
transitivePeerDependencies:
2544
2544
+
- supports-color
2545
2545
+
2546
2546
+
'@astrojs/prism@3.1.0':
2547
2547
+
dependencies:
2548
2548
+
prismjs: 1.29.0
2549
2549
+
2550
2550
+
'@astrojs/rss@4.0.7':
2551
2551
+
dependencies:
2552
2552
+
fast-xml-parser: 4.4.0
2553
2553
+
kleur: 4.1.5
2554
2554
+
2555
2555
+
'@astrojs/sitemap@3.1.6':
2556
2556
+
dependencies:
2557
2557
+
sitemap: 7.1.2
2558
2558
+
stream-replace-string: 2.0.0
2559
2559
+
zod: 3.23.8
2560
2560
+
2561
2561
+
'@astrojs/telemetry@3.1.0':
2562
2562
+
dependencies:
2563
2563
+
ci-info: 4.0.0
2564
2564
+
debug: 4.3.5
2565
2565
+
dlv: 1.1.3
2566
2566
+
dset: 3.1.3
2567
2567
+
is-docker: 3.0.0
2568
2568
+
is-wsl: 3.1.0
2569
2569
+
which-pm-runs: 1.1.0
2570
2570
+
transitivePeerDependencies:
2571
2571
+
- supports-color
2572
2572
+
2573
2573
+
'@babel/code-frame@7.24.7':
2574
2574
+
dependencies:
2575
2575
+
'@babel/highlight': 7.24.7
2576
2576
+
picocolors: 1.0.1
2577
2577
+
2578
2578
+
'@babel/compat-data@7.24.9': {}
2579
2579
+
2580
2580
+
'@babel/core@7.24.9':
2581
2581
+
dependencies:
2582
2582
+
'@ampproject/remapping': 2.3.0
2583
2583
+
'@babel/code-frame': 7.24.7
2584
2584
+
'@babel/generator': 7.24.10
2585
2585
+
'@babel/helper-compilation-targets': 7.24.8
2586
2586
+
'@babel/helper-module-transforms': 7.24.9(@babel/core@7.24.9)
2587
2587
+
'@babel/helpers': 7.24.8
2588
2588
+
'@babel/parser': 7.24.8
2589
2589
+
'@babel/template': 7.24.7
2590
2590
+
'@babel/traverse': 7.24.8
2591
2591
+
'@babel/types': 7.24.9
2592
2592
+
convert-source-map: 2.0.0
2593
2593
+
debug: 4.3.5
2594
2594
+
gensync: 1.0.0-beta.2
2595
2595
+
json5: 2.2.3
2596
2596
+
semver: 6.3.1
2597
2597
+
transitivePeerDependencies:
2598
2598
+
- supports-color
2599
2599
+
2600
2600
+
'@babel/generator@7.24.10':
2601
2601
+
dependencies:
2602
2602
+
'@babel/types': 7.24.9
2603
2603
+
'@jridgewell/gen-mapping': 0.3.5
2604
2604
+
'@jridgewell/trace-mapping': 0.3.25
2605
2605
+
jsesc: 2.5.2
2606
2606
+
2607
2607
+
'@babel/helper-annotate-as-pure@7.24.7':
2608
2608
+
dependencies:
2609
2609
+
'@babel/types': 7.24.9
2610
2610
+
2611
2611
+
'@babel/helper-compilation-targets@7.24.8':
2612
2612
+
dependencies:
2613
2613
+
'@babel/compat-data': 7.24.9
2614
2614
+
'@babel/helper-validator-option': 7.24.8
2615
2615
+
browserslist: 4.23.2
2616
2616
+
lru-cache: 5.1.1
2617
2617
+
semver: 6.3.1
2618
2618
+
2619
2619
+
'@babel/helper-environment-visitor@7.24.7':
2620
2620
+
dependencies:
2621
2621
+
'@babel/types': 7.24.9
2622
2622
+
2623
2623
+
'@babel/helper-function-name@7.24.7':
2624
2624
+
dependencies:
2625
2625
+
'@babel/template': 7.24.7
2626
2626
+
'@babel/types': 7.24.9
2627
2627
+
2628
2628
+
'@babel/helper-hoist-variables@7.24.7':
2629
2629
+
dependencies:
2630
2630
+
'@babel/types': 7.24.9
2631
2631
+
2632
2632
+
'@babel/helper-module-imports@7.24.7':
2633
2633
+
dependencies:
2634
2634
+
'@babel/traverse': 7.24.8
2635
2635
+
'@babel/types': 7.24.9
2636
2636
+
transitivePeerDependencies:
2637
2637
+
- supports-color
2638
2638
+
2639
2639
+
'@babel/helper-module-transforms@7.24.9(@babel/core@7.24.9)':
2640
2640
+
dependencies:
2641
2641
+
'@babel/core': 7.24.9
2642
2642
+
'@babel/helper-environment-visitor': 7.24.7
2643
2643
+
'@babel/helper-module-imports': 7.24.7
2644
2644
+
'@babel/helper-simple-access': 7.24.7
2645
2645
+
'@babel/helper-split-export-declaration': 7.24.7
2646
2646
+
'@babel/helper-validator-identifier': 7.24.7
2647
2647
+
transitivePeerDependencies:
2648
2648
+
- supports-color
2649
2649
+
2650
2650
+
'@babel/helper-plugin-utils@7.24.8': {}
2651
2651
+
2652
2652
+
'@babel/helper-simple-access@7.24.7':
2653
2653
+
dependencies:
2654
2654
+
'@babel/traverse': 7.24.8
2655
2655
+
'@babel/types': 7.24.9
2656
2656
+
transitivePeerDependencies:
2657
2657
+
- supports-color
3909
2658
3910
3910
-
"@antfu/install-pkg@0.1.1":
3911
3911
-
dependencies:
3912
3912
-
execa: 5.1.1
3913
3913
-
find-up: 5.0.0
2659
2659
+
'@babel/helper-split-export-declaration@7.24.7':
2660
2660
+
dependencies:
2661
2661
+
'@babel/types': 7.24.9
3914
2662
3915
3915
-
"@antfu/utils@0.7.10": {}
2663
2663
+
'@babel/helper-string-parser@7.24.8': {}
3916
2664
3917
3917
-
"@astrojs/compiler@2.9.2": {}
2665
2665
+
'@babel/helper-validator-identifier@7.24.7': {}
3918
2666
3919
3919
-
"@astrojs/internal-helpers@0.4.1": {}
2667
2667
+
'@babel/helper-validator-option@7.24.8': {}
3920
2668
3921
3921
-
"@astrojs/markdown-remark@5.2.0":
3922
3922
-
dependencies:
3923
3923
-
"@astrojs/prism": 3.1.0
3924
3924
-
github-slugger: 2.0.0
3925
3925
-
hast-util-from-html: 2.0.1
3926
3926
-
hast-util-to-text: 4.0.2
3927
3927
-
import-meta-resolve: 4.1.0
3928
3928
-
mdast-util-definitions: 6.0.0
3929
3929
-
rehype-raw: 7.0.0
3930
3930
-
rehype-stringify: 10.0.0
3931
3931
-
remark-gfm: 4.0.0
3932
3932
-
remark-parse: 11.0.0
3933
3933
-
remark-rehype: 11.1.0
3934
3934
-
remark-smartypants: 3.0.2
3935
3935
-
shiki: 1.11.1
3936
3936
-
unified: 11.0.5
3937
3937
-
unist-util-remove-position: 5.0.0
3938
3938
-
unist-util-visit: 5.0.0
3939
3939
-
unist-util-visit-parents: 6.0.1
3940
3940
-
vfile: 6.0.2
3941
3941
-
transitivePeerDependencies:
3942
3942
-
- supports-color
2669
2669
+
'@babel/helpers@7.24.8':
2670
2670
+
dependencies:
2671
2671
+
'@babel/template': 7.24.7
2672
2672
+
'@babel/types': 7.24.9
3943
2673
3944
3944
-
"@astrojs/mdx@3.1.3(astro@4.12.2(@types/node@20.14.12))":
3945
3945
-
dependencies:
3946
3946
-
"@astrojs/markdown-remark": 5.2.0
3947
3947
-
"@mdx-js/mdx": 3.0.1
3948
3948
-
acorn: 8.12.1
3949
3949
-
astro: 4.12.2(@types/node@20.14.12)
3950
3950
-
es-module-lexer: 1.5.4
3951
3951
-
estree-util-visit: 2.0.0
3952
3952
-
github-slugger: 2.0.0
3953
3953
-
gray-matter: 4.0.3
3954
3954
-
hast-util-to-html: 9.0.1
3955
3955
-
kleur: 4.1.5
3956
3956
-
rehype-raw: 7.0.0
3957
3957
-
remark-gfm: 4.0.0
3958
3958
-
remark-smartypants: 3.0.2
3959
3959
-
source-map: 0.7.4
3960
3960
-
unist-util-visit: 5.0.0
3961
3961
-
vfile: 6.0.2
3962
3962
-
transitivePeerDependencies:
3963
3963
-
- supports-color
2674
2674
+
'@babel/highlight@7.24.7':
2675
2675
+
dependencies:
2676
2676
+
'@babel/helper-validator-identifier': 7.24.7
2677
2677
+
chalk: 2.4.2
2678
2678
+
js-tokens: 4.0.0
2679
2679
+
picocolors: 1.0.1
3964
2680
3965
3965
-
"@astrojs/prism@3.1.0":
3966
3966
-
dependencies:
3967
3967
-
prismjs: 1.29.0
2681
2681
+
'@babel/parser@7.24.8':
2682
2682
+
dependencies:
2683
2683
+
'@babel/types': 7.24.9
3968
2684
3969
3969
-
"@astrojs/sitemap@3.1.6":
3970
3970
-
dependencies:
3971
3971
-
sitemap: 7.1.2
3972
3972
-
stream-replace-string: 2.0.0
3973
3973
-
zod: 3.23.8
2685
2685
+
'@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.9)':
2686
2686
+
dependencies:
2687
2687
+
'@babel/core': 7.24.9
2688
2688
+
'@babel/helper-plugin-utils': 7.24.8
3974
2689
3975
3975
-
"@astrojs/telemetry@3.1.0":
3976
3976
-
dependencies:
3977
3977
-
ci-info: 4.0.0
3978
3978
-
debug: 4.3.5
3979
3979
-
dlv: 1.1.3
3980
3980
-
dset: 3.1.3
3981
3981
-
is-docker: 3.0.0
3982
3982
-
is-wsl: 3.1.0
3983
3983
-
which-pm-runs: 1.1.0
3984
3984
-
transitivePeerDependencies:
3985
3985
-
- supports-color
2690
2690
+
'@babel/plugin-transform-react-jsx@7.24.7(@babel/core@7.24.9)':
2691
2691
+
dependencies:
2692
2692
+
'@babel/core': 7.24.9
2693
2693
+
'@babel/helper-annotate-as-pure': 7.24.7
2694
2694
+
'@babel/helper-module-imports': 7.24.7
2695
2695
+
'@babel/helper-plugin-utils': 7.24.8
2696
2696
+
'@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.9)
2697
2697
+
'@babel/types': 7.24.9
2698
2698
+
transitivePeerDependencies:
2699
2699
+
- supports-color
3986
2700
3987
3987
-
"@babel/code-frame@7.24.7":
3988
3988
-
dependencies:
3989
3989
-
"@babel/highlight": 7.24.7
3990
3990
-
picocolors: 1.0.1
2701
2701
+
'@babel/template@7.24.7':
2702
2702
+
dependencies:
2703
2703
+
'@babel/code-frame': 7.24.7
2704
2704
+
'@babel/parser': 7.24.8
2705
2705
+
'@babel/types': 7.24.9
3991
2706
3992
3992
-
"@babel/compat-data@7.24.9": {}
2707
2707
+
'@babel/traverse@7.24.8':
2708
2708
+
dependencies:
2709
2709
+
'@babel/code-frame': 7.24.7
2710
2710
+
'@babel/generator': 7.24.10
2711
2711
+
'@babel/helper-environment-visitor': 7.24.7
2712
2712
+
'@babel/helper-function-name': 7.24.7
2713
2713
+
'@babel/helper-hoist-variables': 7.24.7
2714
2714
+
'@babel/helper-split-export-declaration': 7.24.7
2715
2715
+
'@babel/parser': 7.24.8
2716
2716
+
'@babel/types': 7.24.9
2717
2717
+
debug: 4.3.5
2718
2718
+
globals: 11.12.0
2719
2719
+
transitivePeerDependencies:
2720
2720
+
- supports-color
3993
2721
3994
3994
-
"@babel/core@7.24.9":
3995
3995
-
dependencies:
3996
3996
-
"@ampproject/remapping": 2.3.0
3997
3997
-
"@babel/code-frame": 7.24.7
3998
3998
-
"@babel/generator": 7.24.10
3999
3999
-
"@babel/helper-compilation-targets": 7.24.8
4000
4000
-
"@babel/helper-module-transforms": 7.24.9(@babel/core@7.24.9)
4001
4001
-
"@babel/helpers": 7.24.8
4002
4002
-
"@babel/parser": 7.24.8
4003
4003
-
"@babel/template": 7.24.7
4004
4004
-
"@babel/traverse": 7.24.8
4005
4005
-
"@babel/types": 7.24.9
4006
4006
-
convert-source-map: 2.0.0
4007
4007
-
debug: 4.3.5
4008
4008
-
gensync: 1.0.0-beta.2
4009
4009
-
json5: 2.2.3
4010
4010
-
semver: 6.3.1
4011
4011
-
transitivePeerDependencies:
4012
4012
-
- supports-color
2722
2722
+
'@babel/types@7.24.9':
2723
2723
+
dependencies:
2724
2724
+
'@babel/helper-string-parser': 7.24.8
2725
2725
+
'@babel/helper-validator-identifier': 7.24.7
2726
2726
+
to-fast-properties: 2.0.0
4013
2727
4014
4014
-
"@babel/generator@7.24.10":
4015
4015
-
dependencies:
4016
4016
-
"@babel/types": 7.24.9
4017
4017
-
"@jridgewell/gen-mapping": 0.3.5
4018
4018
-
"@jridgewell/trace-mapping": 0.3.25
4019
4019
-
jsesc: 2.5.2
2728
2728
+
'@emmetio/abbreviation@2.3.3':
2729
2729
+
dependencies:
2730
2730
+
'@emmetio/scanner': 1.0.4
4020
2731
4021
4021
-
"@babel/helper-annotate-as-pure@7.24.7":
4022
4022
-
dependencies:
4023
4023
-
"@babel/types": 7.24.9
2732
2732
+
'@emmetio/css-abbreviation@2.1.8':
2733
2733
+
dependencies:
2734
2734
+
'@emmetio/scanner': 1.0.4
4024
2735
4025
4025
-
"@babel/helper-compilation-targets@7.24.8":
4026
4026
-
dependencies:
4027
4027
-
"@babel/compat-data": 7.24.9
4028
4028
-
"@babel/helper-validator-option": 7.24.8
4029
4029
-
browserslist: 4.23.2
4030
4030
-
lru-cache: 5.1.1
4031
4031
-
semver: 6.3.1
2736
2736
+
'@emmetio/css-parser@0.4.0':
2737
2737
+
dependencies:
2738
2738
+
'@emmetio/stream-reader': 2.2.0
2739
2739
+
'@emmetio/stream-reader-utils': 0.1.0
4032
2740
4033
4033
-
"@babel/helper-environment-visitor@7.24.7":
4034
4034
-
dependencies:
4035
4035
-
"@babel/types": 7.24.9
2741
2741
+
'@emmetio/html-matcher@1.3.0':
2742
2742
+
dependencies:
2743
2743
+
'@emmetio/scanner': 1.0.4
4036
2744
4037
4037
-
"@babel/helper-function-name@7.24.7":
4038
4038
-
dependencies:
4039
4039
-
"@babel/template": 7.24.7
4040
4040
-
"@babel/types": 7.24.9
2745
2745
+
'@emmetio/scanner@1.0.4': {}
4041
2746
4042
4042
-
"@babel/helper-hoist-variables@7.24.7":
4043
4043
-
dependencies:
4044
4044
-
"@babel/types": 7.24.9
2747
2747
+
'@emmetio/stream-reader-utils@0.1.0': {}
4045
2748
4046
4046
-
"@babel/helper-module-imports@7.24.7":
4047
4047
-
dependencies:
4048
4048
-
"@babel/traverse": 7.24.8
4049
4049
-
"@babel/types": 7.24.9
4050
4050
-
transitivePeerDependencies:
4051
4051
-
- supports-color
2749
2749
+
'@emmetio/stream-reader@2.2.0': {}
4052
2750
4053
4053
-
"@babel/helper-module-transforms@7.24.9(@babel/core@7.24.9)":
4054
4054
-
dependencies:
4055
4055
-
"@babel/core": 7.24.9
4056
4056
-
"@babel/helper-environment-visitor": 7.24.7
4057
4057
-
"@babel/helper-module-imports": 7.24.7
4058
4058
-
"@babel/helper-simple-access": 7.24.7
4059
4059
-
"@babel/helper-split-export-declaration": 7.24.7
4060
4060
-
"@babel/helper-validator-identifier": 7.24.7
4061
4061
-
transitivePeerDependencies:
4062
4062
-
- supports-color
2751
2751
+
'@emnapi/runtime@1.2.0':
2752
2752
+
dependencies:
2753
2753
+
tslib: 2.6.3
2754
2754
+
optional: true
4063
2755
4064
4064
-
"@babel/helper-plugin-utils@7.24.8": {}
2756
2756
+
'@esbuild/aix-ppc64@0.21.5':
2757
2757
+
optional: true
4065
2758
4066
4066
-
"@babel/helper-simple-access@7.24.7":
4067
4067
-
dependencies:
4068
4068
-
"@babel/traverse": 7.24.8
4069
4069
-
"@babel/types": 7.24.9
4070
4070
-
transitivePeerDependencies:
4071
4071
-
- supports-color
2759
2759
+
'@esbuild/android-arm64@0.21.5':
2760
2760
+
optional: true
4072
2761
4073
4073
-
"@babel/helper-split-export-declaration@7.24.7":
4074
4074
-
dependencies:
4075
4075
-
"@babel/types": 7.24.9
2762
2762
+
'@esbuild/android-arm@0.21.5':
2763
2763
+
optional: true
4076
2764
4077
4077
-
"@babel/helper-string-parser@7.24.8": {}
2765
2765
+
'@esbuild/android-x64@0.21.5':
2766
2766
+
optional: true
4078
2767
4079
4079
-
"@babel/helper-validator-identifier@7.24.7": {}
2768
2768
+
'@esbuild/darwin-arm64@0.21.5':
2769
2769
+
optional: true
4080
2770
4081
4081
-
"@babel/helper-validator-option@7.24.8": {}
2771
2771
+
'@esbuild/darwin-x64@0.21.5':
2772
2772
+
optional: true
4082
2773
4083
4083
-
"@babel/helpers@7.24.8":
4084
4084
-
dependencies:
4085
4085
-
"@babel/template": 7.24.7
4086
4086
-
"@babel/types": 7.24.9
2774
2774
+
'@esbuild/freebsd-arm64@0.21.5':
2775
2775
+
optional: true
4087
2776
4088
4088
-
"@babel/highlight@7.24.7":
4089
4089
-
dependencies:
4090
4090
-
"@babel/helper-validator-identifier": 7.24.7
4091
4091
-
chalk: 2.4.2
4092
4092
-
js-tokens: 4.0.0
4093
4093
-
picocolors: 1.0.1
2777
2777
+
'@esbuild/freebsd-x64@0.21.5':
2778
2778
+
optional: true
4094
2779
4095
4095
-
"@babel/parser@7.24.8":
4096
4096
-
dependencies:
4097
4097
-
"@babel/types": 7.24.9
2780
2780
+
'@esbuild/linux-arm64@0.21.5':
2781
2781
+
optional: true
4098
2782
4099
4099
-
"@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.9)":
4100
4100
-
dependencies:
4101
4101
-
"@babel/core": 7.24.9
4102
4102
-
"@babel/helper-plugin-utils": 7.24.8
2783
2783
+
'@esbuild/linux-arm@0.21.5':
2784
2784
+
optional: true
4103
2785
4104
4104
-
"@babel/plugin-transform-react-jsx@7.24.7(@babel/core@7.24.9)":
4105
4105
-
dependencies:
4106
4106
-
"@babel/core": 7.24.9
4107
4107
-
"@babel/helper-annotate-as-pure": 7.24.7
4108
4108
-
"@babel/helper-module-imports": 7.24.7
4109
4109
-
"@babel/helper-plugin-utils": 7.24.8
4110
4110
-
"@babel/plugin-syntax-jsx": 7.24.7(@babel/core@7.24.9)
4111
4111
-
"@babel/types": 7.24.9
4112
4112
-
transitivePeerDependencies:
4113
4113
-
- supports-color
2786
2786
+
'@esbuild/linux-ia32@0.21.5':
2787
2787
+
optional: true
4114
2788
4115
4115
-
"@babel/template@7.24.7":
4116
4116
-
dependencies:
4117
4117
-
"@babel/code-frame": 7.24.7
4118
4118
-
"@babel/parser": 7.24.8
4119
4119
-
"@babel/types": 7.24.9
2789
2789
+
'@esbuild/linux-loong64@0.21.5':
2790
2790
+
optional: true
4120
2791
4121
4121
-
"@babel/traverse@7.24.8":
4122
4122
-
dependencies:
4123
4123
-
"@babel/code-frame": 7.24.7
4124
4124
-
"@babel/generator": 7.24.10
4125
4125
-
"@babel/helper-environment-visitor": 7.24.7
4126
4126
-
"@babel/helper-function-name": 7.24.7
4127
4127
-
"@babel/helper-hoist-variables": 7.24.7
4128
4128
-
"@babel/helper-split-export-declaration": 7.24.7
4129
4129
-
"@babel/parser": 7.24.8
4130
4130
-
"@babel/types": 7.24.9
4131
4131
-
debug: 4.3.5
4132
4132
-
globals: 11.12.0
4133
4133
-
transitivePeerDependencies:
4134
4134
-
- supports-color
2792
2792
+
'@esbuild/linux-mips64el@0.21.5':
2793
2793
+
optional: true
4135
2794
4136
4136
-
"@babel/types@7.24.9":
4137
4137
-
dependencies:
4138
4138
-
"@babel/helper-string-parser": 7.24.8
4139
4139
-
"@babel/helper-validator-identifier": 7.24.7
4140
4140
-
to-fast-properties: 2.0.0
2795
2795
+
'@esbuild/linux-ppc64@0.21.5':
2796
2796
+
optional: true
4141
2797
4142
4142
-
"@emnapi/runtime@1.2.0":
4143
4143
-
dependencies:
4144
4144
-
tslib: 2.6.3
4145
4145
-
optional: true
2798
2798
+
'@esbuild/linux-riscv64@0.21.5':
2799
2799
+
optional: true
4146
2800
4147
4147
-
"@esbuild/aix-ppc64@0.21.5":
4148
4148
-
optional: true
2801
2801
+
'@esbuild/linux-s390x@0.21.5':
2802
2802
+
optional: true
4149
2803
4150
4150
-
"@esbuild/android-arm64@0.21.5":
4151
4151
-
optional: true
2804
2804
+
'@esbuild/linux-x64@0.21.5':
2805
2805
+
optional: true
4152
2806
4153
4153
-
"@esbuild/android-arm@0.21.5":
4154
4154
-
optional: true
2807
2807
+
'@esbuild/netbsd-x64@0.21.5':
2808
2808
+
optional: true
4155
2809
4156
4156
-
"@esbuild/android-x64@0.21.5":
4157
4157
-
optional: true
2810
2810
+
'@esbuild/openbsd-x64@0.21.5':
2811
2811
+
optional: true
4158
2812
4159
4159
-
"@esbuild/darwin-arm64@0.21.5":
4160
4160
-
optional: true
2813
2813
+
'@esbuild/sunos-x64@0.21.5':
2814
2814
+
optional: true
4161
2815
4162
4162
-
"@esbuild/darwin-x64@0.21.5":
4163
4163
-
optional: true
2816
2816
+
'@esbuild/win32-arm64@0.21.5':
2817
2817
+
optional: true
4164
2818
4165
4165
-
"@esbuild/freebsd-arm64@0.21.5":
4166
4166
-
optional: true
2819
2819
+
'@esbuild/win32-ia32@0.21.5':
2820
2820
+
optional: true
4167
2821
4168
4168
-
"@esbuild/freebsd-x64@0.21.5":
4169
4169
-
optional: true
2822
2822
+
'@esbuild/win32-x64@0.21.5':
2823
2823
+
optional: true
4170
2824
4171
4171
-
"@esbuild/linux-arm64@0.21.5":
4172
4172
-
optional: true
2825
2825
+
'@iconify-json/bi@1.1.23':
2826
2826
+
dependencies:
2827
2827
+
'@iconify/types': 2.0.0
4173
2828
4174
4174
-
"@esbuild/linux-arm@0.21.5":
4175
4175
-
optional: true
2829
2829
+
'@iconify-json/file-icons@1.1.9':
2830
2830
+
dependencies:
2831
2831
+
'@iconify/types': 2.0.0
4176
2832
4177
4177
-
"@esbuild/linux-ia32@0.21.5":
4178
4178
-
optional: true
2833
2833
+
'@iconify-json/mdi@1.1.67':
2834
2834
+
dependencies:
2835
2835
+
'@iconify/types': 2.0.0
2836
2836
+
2837
2837
+
'@iconify-json/simple-icons@1.1.110':
2838
2838
+
dependencies:
2839
2839
+
'@iconify/types': 2.0.0
2840
2840
+
2841
2841
+
'@iconify/tools@3.0.7':
2842
2842
+
dependencies:
2843
2843
+
'@iconify/types': 2.0.0
2844
2844
+
'@iconify/utils': 2.1.25
2845
2845
+
'@types/cheerio': 0.22.35
2846
2846
+
'@types/tar': 6.1.13
2847
2847
+
cheerio: 1.0.0-rc.12
2848
2848
+
extract-zip: 2.0.1
2849
2849
+
local-pkg: 0.4.3
2850
2850
+
pathe: 1.1.2
2851
2851
+
svgo: 3.0.3
2852
2852
+
tar: 6.2.1
2853
2853
+
transitivePeerDependencies:
2854
2854
+
- supports-color
4179
2855
4180
4180
-
"@esbuild/linux-loong64@0.21.5":
4181
4181
-
optional: true
2856
2856
+
'@iconify/types@2.0.0': {}
4182
2857
4183
4183
-
"@esbuild/linux-mips64el@0.21.5":
4184
4184
-
optional: true
2858
2858
+
'@iconify/utils@2.1.25':
2859
2859
+
dependencies:
2860
2860
+
'@antfu/install-pkg': 0.1.1
2861
2861
+
'@antfu/utils': 0.7.10
2862
2862
+
'@iconify/types': 2.0.0
2863
2863
+
debug: 4.3.5
2864
2864
+
kolorist: 1.8.0
2865
2865
+
local-pkg: 0.5.0
2866
2866
+
mlly: 1.7.1
2867
2867
+
transitivePeerDependencies:
2868
2868
+
- supports-color
4185
2869
4186
4186
-
"@esbuild/linux-ppc64@0.21.5":
4187
4187
-
optional: true
2870
2870
+
'@img/sharp-darwin-arm64@0.33.4':
2871
2871
+
optionalDependencies:
2872
2872
+
'@img/sharp-libvips-darwin-arm64': 1.0.2
2873
2873
+
optional: true
4188
2874
4189
4189
-
"@esbuild/linux-riscv64@0.21.5":
4190
4190
-
optional: true
2875
2875
+
'@img/sharp-darwin-x64@0.33.4':
2876
2876
+
optionalDependencies:
2877
2877
+
'@img/sharp-libvips-darwin-x64': 1.0.2
2878
2878
+
optional: true
4191
2879
4192
4192
-
"@esbuild/linux-s390x@0.21.5":
4193
4193
-
optional: true
2880
2880
+
'@img/sharp-libvips-darwin-arm64@1.0.2':
2881
2881
+
optional: true
4194
2882
4195
4195
-
"@esbuild/linux-x64@0.21.5":
4196
4196
-
optional: true
2883
2883
+
'@img/sharp-libvips-darwin-x64@1.0.2':
2884
2884
+
optional: true
4197
2885
4198
4198
-
"@esbuild/netbsd-x64@0.21.5":
4199
4199
-
optional: true
2886
2886
+
'@img/sharp-libvips-linux-arm64@1.0.2':
2887
2887
+
optional: true
4200
2888
4201
4201
-
"@esbuild/openbsd-x64@0.21.5":
4202
4202
-
optional: true
2889
2889
+
'@img/sharp-libvips-linux-arm@1.0.2':
2890
2890
+
optional: true
4203
2891
4204
4204
-
"@esbuild/sunos-x64@0.21.5":
4205
4205
-
optional: true
2892
2892
+
'@img/sharp-libvips-linux-s390x@1.0.2':
2893
2893
+
optional: true
4206
2894
4207
4207
-
"@esbuild/win32-arm64@0.21.5":
4208
4208
-
optional: true
2895
2895
+
'@img/sharp-libvips-linux-x64@1.0.2':
2896
2896
+
optional: true
4209
2897
4210
4210
-
"@esbuild/win32-ia32@0.21.5":
4211
4211
-
optional: true
2898
2898
+
'@img/sharp-libvips-linuxmusl-arm64@1.0.2':
2899
2899
+
optional: true
4212
2900
4213
4213
-
"@esbuild/win32-x64@0.21.5":
4214
4214
-
optional: true
2901
2901
+
'@img/sharp-libvips-linuxmusl-x64@1.0.2':
2902
2902
+
optional: true
4215
2903
4216
4216
-
"@iconify-json/bi@1.1.23":
4217
4217
-
dependencies:
4218
4218
-
"@iconify/types": 2.0.0
2904
2904
+
'@img/sharp-linux-arm64@0.33.4':
2905
2905
+
optionalDependencies:
2906
2906
+
'@img/sharp-libvips-linux-arm64': 1.0.2
2907
2907
+
optional: true
4219
2908
4220
4220
-
"@iconify-json/file-icons@1.1.9":
4221
4221
-
dependencies:
4222
4222
-
"@iconify/types": 2.0.0
2909
2909
+
'@img/sharp-linux-arm@0.33.4':
2910
2910
+
optionalDependencies:
2911
2911
+
'@img/sharp-libvips-linux-arm': 1.0.2
2912
2912
+
optional: true
2913
2913
+
2914
2914
+
'@img/sharp-linux-s390x@0.33.4':
2915
2915
+
optionalDependencies:
2916
2916
+
'@img/sharp-libvips-linux-s390x': 1.0.2
2917
2917
+
optional: true
2918
2918
+
2919
2919
+
'@img/sharp-linux-x64@0.33.4':
2920
2920
+
optionalDependencies:
2921
2921
+
'@img/sharp-libvips-linux-x64': 1.0.2
2922
2922
+
optional: true
2923
2923
+
2924
2924
+
'@img/sharp-linuxmusl-arm64@0.33.4':
2925
2925
+
optionalDependencies:
2926
2926
+
'@img/sharp-libvips-linuxmusl-arm64': 1.0.2
2927
2927
+
optional: true
2928
2928
+
2929
2929
+
'@img/sharp-linuxmusl-x64@0.33.4':
2930
2930
+
optionalDependencies:
2931
2931
+
'@img/sharp-libvips-linuxmusl-x64': 1.0.2
2932
2932
+
optional: true
2933
2933
+
2934
2934
+
'@img/sharp-wasm32@0.33.4':
2935
2935
+
dependencies:
2936
2936
+
'@emnapi/runtime': 1.2.0
2937
2937
+
optional: true
2938
2938
+
2939
2939
+
'@img/sharp-win32-ia32@0.33.4':
2940
2940
+
optional: true
2941
2941
+
2942
2942
+
'@img/sharp-win32-x64@0.33.4':
2943
2943
+
optional: true
2944
2944
+
2945
2945
+
'@jridgewell/gen-mapping@0.3.5':
2946
2946
+
dependencies:
2947
2947
+
'@jridgewell/set-array': 1.2.1
2948
2948
+
'@jridgewell/sourcemap-codec': 1.5.0
2949
2949
+
'@jridgewell/trace-mapping': 0.3.25
2950
2950
+
2951
2951
+
'@jridgewell/resolve-uri@3.1.2': {}
2952
2952
+
2953
2953
+
'@jridgewell/set-array@1.2.1': {}
2954
2954
+
2955
2955
+
'@jridgewell/sourcemap-codec@1.5.0': {}
2956
2956
+
2957
2957
+
'@jridgewell/trace-mapping@0.3.25':
2958
2958
+
dependencies:
2959
2959
+
'@jridgewell/resolve-uri': 3.1.2
2960
2960
+
'@jridgewell/sourcemap-codec': 1.5.0
2961
2961
+
2962
2962
+
'@mdx-js/mdx@3.0.1':
2963
2963
+
dependencies:
2964
2964
+
'@types/estree': 1.0.5
2965
2965
+
'@types/estree-jsx': 1.0.5
2966
2966
+
'@types/hast': 3.0.4
2967
2967
+
'@types/mdx': 2.0.13
2968
2968
+
collapse-white-space: 2.1.0
2969
2969
+
devlop: 1.1.0
2970
2970
+
estree-util-build-jsx: 3.0.1
2971
2971
+
estree-util-is-identifier-name: 3.0.0
2972
2972
+
estree-util-to-js: 2.0.0
2973
2973
+
estree-walker: 3.0.3
2974
2974
+
hast-util-to-estree: 3.1.0
2975
2975
+
hast-util-to-jsx-runtime: 2.3.0
2976
2976
+
markdown-extensions: 2.0.0
2977
2977
+
periscopic: 3.1.0
2978
2978
+
remark-mdx: 3.0.1
2979
2979
+
remark-parse: 11.0.0
2980
2980
+
remark-rehype: 11.1.0
2981
2981
+
source-map: 0.7.4
2982
2982
+
unified: 11.0.5
2983
2983
+
unist-util-position-from-estree: 2.0.0
2984
2984
+
unist-util-stringify-position: 4.0.0
2985
2985
+
unist-util-visit: 5.0.0
2986
2986
+
vfile: 6.0.2
2987
2987
+
transitivePeerDependencies:
2988
2988
+
- supports-color
2989
2989
+
2990
2990
+
'@nodelib/fs.scandir@2.1.5':
2991
2991
+
dependencies:
2992
2992
+
'@nodelib/fs.stat': 2.0.5
2993
2993
+
run-parallel: 1.2.0
2994
2994
+
2995
2995
+
'@nodelib/fs.stat@2.0.5': {}
2996
2996
+
2997
2997
+
'@nodelib/fs.walk@1.2.8':
2998
2998
+
dependencies:
2999
2999
+
'@nodelib/fs.scandir': 2.1.5
3000
3000
+
fastq: 1.17.1
3001
3001
+
3002
3002
+
'@picocss/pico@2.0.6': {}
3003
3003
+
3004
3004
+
'@rollup/rollup-android-arm-eabi@4.19.0':
3005
3005
+
optional: true
3006
3006
+
3007
3007
+
'@rollup/rollup-android-arm64@4.19.0':
3008
3008
+
optional: true
3009
3009
+
3010
3010
+
'@rollup/rollup-darwin-arm64@4.19.0':
3011
3011
+
optional: true
3012
3012
+
3013
3013
+
'@rollup/rollup-darwin-x64@4.19.0':
3014
3014
+
optional: true
3015
3015
+
3016
3016
+
'@rollup/rollup-linux-arm-gnueabihf@4.19.0':
3017
3017
+
optional: true
3018
3018
+
3019
3019
+
'@rollup/rollup-linux-arm-musleabihf@4.19.0':
3020
3020
+
optional: true
3021
3021
+
3022
3022
+
'@rollup/rollup-linux-arm64-gnu@4.19.0':
3023
3023
+
optional: true
3024
3024
+
3025
3025
+
'@rollup/rollup-linux-arm64-musl@4.19.0':
3026
3026
+
optional: true
3027
3027
+
3028
3028
+
'@rollup/rollup-linux-powerpc64le-gnu@4.19.0':
3029
3029
+
optional: true
3030
3030
+
3031
3031
+
'@rollup/rollup-linux-riscv64-gnu@4.19.0':
3032
3032
+
optional: true
3033
3033
+
3034
3034
+
'@rollup/rollup-linux-s390x-gnu@4.19.0':
3035
3035
+
optional: true
3036
3036
+
3037
3037
+
'@rollup/rollup-linux-x64-gnu@4.19.0':
3038
3038
+
optional: true
3039
3039
+
3040
3040
+
'@rollup/rollup-linux-x64-musl@4.19.0':
3041
3041
+
optional: true
3042
3042
+
3043
3043
+
'@rollup/rollup-win32-arm64-msvc@4.19.0':
3044
3044
+
optional: true
3045
3045
+
3046
3046
+
'@rollup/rollup-win32-ia32-msvc@4.19.0':
3047
3047
+
optional: true
3048
3048
+
3049
3049
+
'@rollup/rollup-win32-x64-msvc@4.19.0':
3050
3050
+
optional: true
3051
3051
+
3052
3052
+
'@shikijs/core@1.11.2':
3053
3053
+
dependencies:
3054
3054
+
'@types/hast': 3.0.4
3055
3055
+
3056
3056
+
'@trysound/sax@0.2.0': {}
3057
3057
+
3058
3058
+
'@types/acorn@4.0.6':
3059
3059
+
dependencies:
3060
3060
+
'@types/estree': 1.0.5
4223
3061
4224
4224
-
"@iconify-json/mdi@1.1.67":
4225
4225
-
dependencies:
4226
4226
-
"@iconify/types": 2.0.0
3062
3062
+
'@types/babel__core@7.20.5':
3063
3063
+
dependencies:
3064
3064
+
'@babel/parser': 7.24.8
3065
3065
+
'@babel/types': 7.24.9
3066
3066
+
'@types/babel__generator': 7.6.8
3067
3067
+
'@types/babel__template': 7.4.4
3068
3068
+
'@types/babel__traverse': 7.20.6
4227
3069
4228
4228
-
"@iconify-json/simple-icons@1.1.109":
4229
4229
-
dependencies:
4230
4230
-
"@iconify/types": 2.0.0
3070
3070
+
'@types/babel__generator@7.6.8':
3071
3071
+
dependencies:
3072
3072
+
'@babel/types': 7.24.9
4231
3073
4232
4232
-
"@iconify/tools@3.0.7":
4233
4233
-
dependencies:
4234
4234
-
"@iconify/types": 2.0.0
4235
4235
-
"@iconify/utils": 2.1.25
4236
4236
-
"@types/cheerio": 0.22.35
4237
4237
-
"@types/tar": 6.1.13
4238
4238
-
cheerio: 1.0.0-rc.12
4239
4239
-
extract-zip: 2.0.1
4240
4240
-
local-pkg: 0.4.3
4241
4241
-
pathe: 1.1.2
4242
4242
-
svgo: 3.0.3
4243
4243
-
tar: 6.2.1
4244
4244
-
transitivePeerDependencies:
4245
4245
-
- supports-color
3074
3074
+
'@types/babel__template@7.4.4':
3075
3075
+
dependencies:
3076
3076
+
'@babel/parser': 7.24.8
3077
3077
+
'@babel/types': 7.24.9
4246
3078
4247
4247
-
"@iconify/types@2.0.0": {}
3079
3079
+
'@types/babel__traverse@7.20.6':
3080
3080
+
dependencies:
3081
3081
+
'@babel/types': 7.24.9
4248
3082
4249
4249
-
"@iconify/utils@2.1.25":
4250
4250
-
dependencies:
4251
4251
-
"@antfu/install-pkg": 0.1.1
4252
4252
-
"@antfu/utils": 0.7.10
4253
4253
-
"@iconify/types": 2.0.0
4254
4254
-
debug: 4.3.5
4255
4255
-
kolorist: 1.8.0
4256
4256
-
local-pkg: 0.5.0
4257
4257
-
mlly: 1.7.1
4258
4258
-
transitivePeerDependencies:
4259
4259
-
- supports-color
3083
3083
+
'@types/cheerio@0.22.35':
3084
3084
+
dependencies:
3085
3085
+
'@types/node': 20.14.12
4260
3086
4261
4261
-
"@img/sharp-darwin-arm64@0.33.4":
4262
4262
-
optionalDependencies:
4263
4263
-
"@img/sharp-libvips-darwin-arm64": 1.0.2
4264
4264
-
optional: true
3087
3087
+
'@types/cookie@0.6.0': {}
4265
3088
4266
4266
-
"@img/sharp-darwin-x64@0.33.4":
4267
4267
-
optionalDependencies:
4268
4268
-
"@img/sharp-libvips-darwin-x64": 1.0.2
4269
4269
-
optional: true
3089
3089
+
'@types/debug@4.1.12':
3090
3090
+
dependencies:
3091
3091
+
'@types/ms': 0.7.34
4270
3092
4271
4271
-
"@img/sharp-libvips-darwin-arm64@1.0.2":
4272
4272
-
optional: true
3093
3093
+
'@types/estree-jsx@1.0.5':
3094
3094
+
dependencies:
3095
3095
+
'@types/estree': 1.0.5
4273
3096
4274
4274
-
"@img/sharp-libvips-darwin-x64@1.0.2":
4275
4275
-
optional: true
3097
3097
+
'@types/estree@1.0.5': {}
4276
3098
4277
4277
-
"@img/sharp-libvips-linux-arm64@1.0.2":
4278
4278
-
optional: true
3099
3099
+
'@types/hast@3.0.4':
3100
3100
+
dependencies:
3101
3101
+
'@types/unist': 3.0.2
4279
3102
4280
4280
-
"@img/sharp-libvips-linux-arm@1.0.2":
4281
4281
-
optional: true
3103
3103
+
'@types/linkify-it@5.0.0': {}
4282
3104
4283
4283
-
"@img/sharp-libvips-linux-s390x@1.0.2":
4284
4284
-
optional: true
3105
3105
+
'@types/markdown-it@14.1.2':
3106
3106
+
dependencies:
3107
3107
+
'@types/linkify-it': 5.0.0
3108
3108
+
'@types/mdurl': 2.0.0
4285
3109
4286
4286
-
"@img/sharp-libvips-linux-x64@1.0.2":
4287
4287
-
optional: true
3110
3110
+
'@types/mdast@4.0.4':
3111
3111
+
dependencies:
3112
3112
+
'@types/unist': 3.0.2
4288
3113
4289
4289
-
"@img/sharp-libvips-linuxmusl-arm64@1.0.2":
4290
4290
-
optional: true
3114
3114
+
'@types/mdurl@2.0.0': {}
4291
3115
4292
4292
-
"@img/sharp-libvips-linuxmusl-x64@1.0.2":
4293
4293
-
optional: true
3116
3116
+
'@types/mdx@2.0.13': {}
4294
3117
4295
4295
-
"@img/sharp-linux-arm64@0.33.4":
4296
4296
-
optionalDependencies:
4297
4297
-
"@img/sharp-libvips-linux-arm64": 1.0.2
4298
4298
-
optional: true
3118
3118
+
'@types/ms@0.7.34': {}
4299
3119
4300
4300
-
"@img/sharp-linux-arm@0.33.4":
4301
4301
-
optionalDependencies:
4302
4302
-
"@img/sharp-libvips-linux-arm": 1.0.2
4303
4303
-
optional: true
3120
3120
+
'@types/nlcst@2.0.3':
3121
3121
+
dependencies:
3122
3122
+
'@types/unist': 3.0.2
4304
3123
4305
4305
-
"@img/sharp-linux-s390x@0.33.4":
4306
4306
-
optionalDependencies:
4307
4307
-
"@img/sharp-libvips-linux-s390x": 1.0.2
4308
4308
-
optional: true
3124
3124
+
'@types/node@17.0.45': {}
4309
3125
4310
4310
-
"@img/sharp-linux-x64@0.33.4":
4311
4311
-
optionalDependencies:
4312
4312
-
"@img/sharp-libvips-linux-x64": 1.0.2
4313
4313
-
optional: true
3126
3126
+
'@types/node@20.14.12':
3127
3127
+
dependencies:
3128
3128
+
undici-types: 5.26.5
4314
3129
4315
4315
-
"@img/sharp-linuxmusl-arm64@0.33.4":
4316
4316
-
optionalDependencies:
4317
4317
-
"@img/sharp-libvips-linuxmusl-arm64": 1.0.2
4318
4318
-
optional: true
3130
3130
+
'@types/sanitize-html@2.11.0':
3131
3131
+
dependencies:
3132
3132
+
htmlparser2: 8.0.2
4319
3133
4320
4320
-
"@img/sharp-linuxmusl-x64@0.33.4":
4321
4321
-
optionalDependencies:
4322
4322
-
"@img/sharp-libvips-linuxmusl-x64": 1.0.2
4323
4323
-
optional: true
3134
3134
+
'@types/sax@1.2.7':
3135
3135
+
dependencies:
3136
3136
+
'@types/node': 17.0.45
4324
3137
4325
4325
-
"@img/sharp-wasm32@0.33.4":
4326
4326
-
dependencies:
4327
4327
-
"@emnapi/runtime": 1.2.0
4328
4328
-
optional: true
3138
3138
+
'@types/tar@6.1.13':
3139
3139
+
dependencies:
3140
3140
+
'@types/node': 20.14.12
3141
3141
+
minipass: 4.2.8
4329
3142
4330
4330
-
"@img/sharp-win32-ia32@0.33.4":
4331
4331
-
optional: true
3143
3143
+
'@types/unist@2.0.10': {}
4332
3144
4333
4333
-
"@img/sharp-win32-x64@0.33.4":
4334
4334
-
optional: true
3145
3145
+
'@types/unist@3.0.2': {}
4335
3146
4336
4336
-
"@jridgewell/gen-mapping@0.3.5":
4337
4337
-
dependencies:
4338
4338
-
"@jridgewell/set-array": 1.2.1
4339
4339
-
"@jridgewell/sourcemap-codec": 1.5.0
4340
4340
-
"@jridgewell/trace-mapping": 0.3.25
3147
3147
+
'@types/yauzl@2.10.3':
3148
3148
+
dependencies:
3149
3149
+
'@types/node': 20.14.12
3150
3150
+
optional: true
4341
3151
4342
4342
-
"@jridgewell/resolve-uri@3.1.2": {}
3152
3152
+
'@ungap/structured-clone@1.2.0': {}
4343
3153
4344
4344
-
"@jridgewell/set-array@1.2.1": {}
3154
3154
+
'@volar/kit@2.4.0-alpha.18(typescript@5.5.4)':
3155
3155
+
dependencies:
3156
3156
+
'@volar/language-service': 2.4.0-alpha.18
3157
3157
+
'@volar/typescript': 2.4.0-alpha.18
3158
3158
+
typesafe-path: 0.2.2
3159
3159
+
typescript: 5.5.4
3160
3160
+
vscode-languageserver-textdocument: 1.0.11
3161
3161
+
vscode-uri: 3.0.8
4345
3162
4346
4346
-
"@jridgewell/sourcemap-codec@1.5.0": {}
3163
3163
+
'@volar/language-core@2.4.0-alpha.18':
3164
3164
+
dependencies:
3165
3165
+
'@volar/source-map': 2.4.0-alpha.18
4347
3166
4348
4348
-
"@jridgewell/trace-mapping@0.3.25":
4349
4349
-
dependencies:
4350
4350
-
"@jridgewell/resolve-uri": 3.1.2
4351
4351
-
"@jridgewell/sourcemap-codec": 1.5.0
3167
3167
+
'@volar/language-server@2.4.0-alpha.18':
3168
3168
+
dependencies:
3169
3169
+
'@volar/language-core': 2.4.0-alpha.18
3170
3170
+
'@volar/language-service': 2.4.0-alpha.18
3171
3171
+
'@volar/snapshot-document': 2.4.0-alpha.18
3172
3172
+
'@volar/typescript': 2.4.0-alpha.18
3173
3173
+
path-browserify: 1.0.1
3174
3174
+
request-light: 0.7.0
3175
3175
+
vscode-languageserver: 9.0.1
3176
3176
+
vscode-languageserver-protocol: 3.17.5
3177
3177
+
vscode-languageserver-textdocument: 1.0.11
3178
3178
+
vscode-uri: 3.0.8
4352
3179
4353
4353
-
"@mdx-js/mdx@3.0.1":
4354
4354
-
dependencies:
4355
4355
-
"@types/estree": 1.0.5
4356
4356
-
"@types/estree-jsx": 1.0.5
4357
4357
-
"@types/hast": 3.0.4
4358
4358
-
"@types/mdx": 2.0.13
4359
4359
-
collapse-white-space: 2.1.0
4360
4360
-
devlop: 1.1.0
4361
4361
-
estree-util-build-jsx: 3.0.1
4362
4362
-
estree-util-is-identifier-name: 3.0.0
4363
4363
-
estree-util-to-js: 2.0.0
4364
4364
-
estree-walker: 3.0.3
4365
4365
-
hast-util-to-estree: 3.1.0
4366
4366
-
hast-util-to-jsx-runtime: 2.3.0
4367
4367
-
markdown-extensions: 2.0.0
4368
4368
-
periscopic: 3.1.0
4369
4369
-
remark-mdx: 3.0.1
4370
4370
-
remark-parse: 11.0.0
4371
4371
-
remark-rehype: 11.1.0
4372
4372
-
source-map: 0.7.4
4373
4373
-
unified: 11.0.5
4374
4374
-
unist-util-position-from-estree: 2.0.0
4375
4375
-
unist-util-stringify-position: 4.0.0
4376
4376
-
unist-util-visit: 5.0.0
4377
4377
-
vfile: 6.0.2
4378
4378
-
transitivePeerDependencies:
4379
4379
-
- supports-color
3180
3180
+
'@volar/language-service@2.4.0-alpha.18':
3181
3181
+
dependencies:
3182
3182
+
'@volar/language-core': 2.4.0-alpha.18
3183
3183
+
vscode-languageserver-protocol: 3.17.5
3184
3184
+
vscode-languageserver-textdocument: 1.0.11
3185
3185
+
vscode-uri: 3.0.8
4380
3186
4381
4381
-
"@nodelib/fs.scandir@2.1.5":
4382
4382
-
dependencies:
4383
4383
-
"@nodelib/fs.stat": 2.0.5
4384
4384
-
run-parallel: 1.2.0
3187
3187
+
'@volar/snapshot-document@2.4.0-alpha.18':
3188
3188
+
dependencies:
3189
3189
+
vscode-languageserver-protocol: 3.17.5
3190
3190
+
vscode-languageserver-textdocument: 1.0.11
4385
3191
4386
4386
-
"@nodelib/fs.stat@2.0.5": {}
3192
3192
+
'@volar/source-map@2.4.0-alpha.18': {}
4387
3193
4388
4388
-
"@nodelib/fs.walk@1.2.8":
4389
4389
-
dependencies:
4390
4390
-
"@nodelib/fs.scandir": 2.1.5
4391
4391
-
fastq: 1.17.1
3194
3194
+
'@volar/typescript@2.4.0-alpha.18':
3195
3195
+
dependencies:
3196
3196
+
'@volar/language-core': 2.4.0-alpha.18
3197
3197
+
path-browserify: 1.0.1
3198
3198
+
vscode-uri: 3.0.8
4392
3199
4393
4393
-
"@picocss/pico@2.0.6": {}
3200
3200
+
'@vscode/emmet-helper@2.9.3':
3201
3201
+
dependencies:
3202
3202
+
emmet: 2.4.7
3203
3203
+
jsonc-parser: 2.3.1
3204
3204
+
vscode-languageserver-textdocument: 1.0.11
3205
3205
+
vscode-languageserver-types: 3.17.5
3206
3206
+
vscode-uri: 2.1.2
4394
3207
4395
4395
-
"@rollup/rollup-android-arm-eabi@4.19.0":
4396
4396
-
optional: true
3208
3208
+
'@vscode/l10n@0.0.18': {}
4397
3209
4398
4398
-
"@rollup/rollup-android-arm64@4.19.0":
4399
4399
-
optional: true
3210
3210
+
acorn-jsx@5.3.2(acorn@8.12.1):
3211
3211
+
dependencies:
3212
3212
+
acorn: 8.12.1
4400
3213
4401
4401
-
"@rollup/rollup-darwin-arm64@4.19.0":
4402
4402
-
optional: true
3214
3214
+
acorn@8.12.1: {}
4403
3215
4404
4404
-
"@rollup/rollup-darwin-x64@4.19.0":
4405
4405
-
optional: true
3216
3216
+
ansi-align@3.0.1:
3217
3217
+
dependencies:
3218
3218
+
string-width: 4.2.3
4406
3219
4407
4407
-
"@rollup/rollup-linux-arm-gnueabihf@4.19.0":
4408
4408
-
optional: true
3220
3220
+
ansi-regex@3.0.1: {}
4409
3221
4410
4410
-
"@rollup/rollup-linux-arm-musleabihf@4.19.0":
4411
4411
-
optional: true
3222
3222
+
ansi-regex@5.0.1: {}
4412
3223
4413
4413
-
"@rollup/rollup-linux-arm64-gnu@4.19.0":
4414
4414
-
optional: true
3224
3224
+
ansi-regex@6.0.1: {}
4415
3225
4416
4416
-
"@rollup/rollup-linux-arm64-musl@4.19.0":
4417
4417
-
optional: true
3226
3226
+
ansi-styles@3.2.1:
3227
3227
+
dependencies:
3228
3228
+
color-convert: 1.9.3
4418
3229
4419
4419
-
"@rollup/rollup-linux-powerpc64le-gnu@4.19.0":
4420
4420
-
optional: true
3230
3230
+
ansi-styles@4.3.0:
3231
3231
+
dependencies:
3232
3232
+
color-convert: 2.0.1
4421
3233
4422
4422
-
"@rollup/rollup-linux-riscv64-gnu@4.19.0":
4423
4423
-
optional: true
3234
3234
+
ansi-styles@6.2.1: {}
4424
3235
4425
4425
-
"@rollup/rollup-linux-s390x-gnu@4.19.0":
4426
4426
-
optional: true
3236
3236
+
anymatch@3.1.3:
3237
3237
+
dependencies:
3238
3238
+
normalize-path: 3.0.0
3239
3239
+
picomatch: 2.3.1
4427
3240
4428
4428
-
"@rollup/rollup-linux-x64-gnu@4.19.0":
4429
4429
-
optional: true
3241
3241
+
arg@5.0.2: {}
4430
3242
4431
4431
-
"@rollup/rollup-linux-x64-musl@4.19.0":
4432
4432
-
optional: true
3243
3243
+
argparse@1.0.10:
3244
3244
+
dependencies:
3245
3245
+
sprintf-js: 1.0.3
4433
3246
4434
4434
-
"@rollup/rollup-win32-arm64-msvc@4.19.0":
4435
4435
-
optional: true
3247
3247
+
argparse@2.0.1: {}
4436
3248
4437
4437
-
"@rollup/rollup-win32-ia32-msvc@4.19.0":
4438
4438
-
optional: true
3249
3249
+
aria-query@5.3.0:
3250
3250
+
dependencies:
3251
3251
+
dequal: 2.0.3
4439
3252
4440
4440
-
"@rollup/rollup-win32-x64-msvc@4.19.0":
4441
4441
-
optional: true
3253
3253
+
array-iterate@2.0.1: {}
4442
3254
4443
4443
-
"@shikijs/core@1.11.1":
4444
4444
-
dependencies:
4445
4445
-
"@types/hast": 3.0.4
3255
3255
+
astring@1.8.6: {}
4446
3256
4447
4447
-
"@trysound/sax@0.2.0": {}
3257
3257
+
astro-icon@1.1.0:
3258
3258
+
dependencies:
3259
3259
+
'@iconify/tools': 3.0.7
3260
3260
+
'@iconify/types': 2.0.0
3261
3261
+
'@iconify/utils': 2.1.25
3262
3262
+
transitivePeerDependencies:
3263
3263
+
- supports-color
4448
3264
4449
4449
-
"@types/acorn@4.0.6":
4450
4450
-
dependencies:
4451
4451
-
"@types/estree": 1.0.5
3265
3265
+
astro@4.12.2(@types/node@20.14.12)(typescript@5.5.4):
3266
3266
+
dependencies:
3267
3267
+
'@astrojs/compiler': 2.9.2
3268
3268
+
'@astrojs/internal-helpers': 0.4.1
3269
3269
+
'@astrojs/markdown-remark': 5.2.0
3270
3270
+
'@astrojs/telemetry': 3.1.0
3271
3271
+
'@babel/core': 7.24.9
3272
3272
+
'@babel/generator': 7.24.10
3273
3273
+
'@babel/parser': 7.24.8
3274
3274
+
'@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.9)
3275
3275
+
'@babel/traverse': 7.24.8
3276
3276
+
'@babel/types': 7.24.9
3277
3277
+
'@types/babel__core': 7.20.5
3278
3278
+
'@types/cookie': 0.6.0
3279
3279
+
acorn: 8.12.1
3280
3280
+
aria-query: 5.3.0
3281
3281
+
axobject-query: 4.1.0
3282
3282
+
boxen: 7.1.1
3283
3283
+
chokidar: 3.6.0
3284
3284
+
ci-info: 4.0.0
3285
3285
+
clsx: 2.1.1
3286
3286
+
common-ancestor-path: 1.0.1
3287
3287
+
cookie: 0.6.0
3288
3288
+
cssesc: 3.0.0
3289
3289
+
debug: 4.3.5
3290
3290
+
deterministic-object-hash: 2.0.2
3291
3291
+
devalue: 5.0.0
3292
3292
+
diff: 5.2.0
3293
3293
+
dlv: 1.1.3
3294
3294
+
dset: 3.1.3
3295
3295
+
es-module-lexer: 1.5.4
3296
3296
+
esbuild: 0.21.5
3297
3297
+
estree-walker: 3.0.3
3298
3298
+
execa: 8.0.1
3299
3299
+
fast-glob: 3.3.2
3300
3300
+
flattie: 1.1.1
3301
3301
+
github-slugger: 2.0.0
3302
3302
+
gray-matter: 4.0.3
3303
3303
+
html-escaper: 3.0.3
3304
3304
+
http-cache-semantics: 4.1.1
3305
3305
+
js-yaml: 4.1.0
3306
3306
+
kleur: 4.1.5
3307
3307
+
magic-string: 0.30.10
3308
3308
+
mrmime: 2.0.0
3309
3309
+
ora: 8.0.1
3310
3310
+
p-limit: 6.1.0
3311
3311
+
p-queue: 8.0.1
3312
3312
+
path-to-regexp: 6.2.2
3313
3313
+
preferred-pm: 4.0.0
3314
3314
+
prompts: 2.4.2
3315
3315
+
rehype: 13.0.1
3316
3316
+
semver: 7.6.3
3317
3317
+
shiki: 1.11.2
3318
3318
+
string-width: 7.2.0
3319
3319
+
strip-ansi: 7.1.0
3320
3320
+
tsconfck: 3.1.1(typescript@5.5.4)
3321
3321
+
unist-util-visit: 5.0.0
3322
3322
+
vfile: 6.0.2
3323
3323
+
vite: 5.3.5(@types/node@20.14.12)
3324
3324
+
vitefu: 0.2.5(vite@5.3.5(@types/node@20.14.12))
3325
3325
+
which-pm: 3.0.0
3326
3326
+
yargs-parser: 21.1.1
3327
3327
+
zod: 3.23.8
3328
3328
+
zod-to-json-schema: 3.23.1(zod@3.23.8)
3329
3329
+
optionalDependencies:
3330
3330
+
sharp: 0.33.4
3331
3331
+
transitivePeerDependencies:
3332
3332
+
- '@types/node'
3333
3333
+
- less
3334
3334
+
- lightningcss
3335
3335
+
- sass
3336
3336
+
- stylus
3337
3337
+
- sugarss
3338
3338
+
- supports-color
3339
3339
+
- terser
3340
3340
+
- typescript
4452
3341
4453
4453
-
"@types/babel__core@7.20.5":
4454
4454
-
dependencies:
4455
4455
-
"@babel/parser": 7.24.8
4456
4456
-
"@babel/types": 7.24.9
4457
4457
-
"@types/babel__generator": 7.6.8
4458
4458
-
"@types/babel__template": 7.4.4
4459
4459
-
"@types/babel__traverse": 7.20.6
3342
3342
+
axobject-query@4.1.0: {}
4460
3343
4461
4461
-
"@types/babel__generator@7.6.8":
4462
4462
-
dependencies:
4463
4463
-
"@babel/types": 7.24.9
3344
3344
+
bail@2.0.2: {}
4464
3345
4465
4465
-
"@types/babel__template@7.4.4":
4466
4466
-
dependencies:
4467
4467
-
"@babel/parser": 7.24.8
4468
4468
-
"@babel/types": 7.24.9
3346
3346
+
base-64@1.0.0: {}
4469
3347
4470
4470
-
"@types/babel__traverse@7.20.6":
4471
4471
-
dependencies:
4472
4472
-
"@babel/types": 7.24.9
3348
3348
+
binary-extensions@2.3.0: {}
4473
3349
4474
4474
-
"@types/cheerio@0.22.35":
4475
4475
-
dependencies:
4476
4476
-
"@types/node": 20.14.12
3350
3350
+
boolbase@1.0.0: {}
4477
3351
4478
4478
-
"@types/cookie@0.6.0": {}
3352
3352
+
boxen@7.1.1:
3353
3353
+
dependencies:
3354
3354
+
ansi-align: 3.0.1
3355
3355
+
camelcase: 7.0.1
3356
3356
+
chalk: 5.3.0
3357
3357
+
cli-boxes: 3.0.0
3358
3358
+
string-width: 5.1.2
3359
3359
+
type-fest: 2.19.0
3360
3360
+
widest-line: 4.0.1
3361
3361
+
wrap-ansi: 8.1.0
4479
3362
4480
4480
-
"@types/debug@4.1.12":
4481
4481
-
dependencies:
4482
4482
-
"@types/ms": 0.7.34
3363
3363
+
braces@3.0.3:
3364
3364
+
dependencies:
3365
3365
+
fill-range: 7.1.1
4483
3366
4484
4484
-
"@types/estree-jsx@1.0.5":
4485
4485
-
dependencies:
4486
4486
-
"@types/estree": 1.0.5
3367
3367
+
browserslist@4.23.2:
3368
3368
+
dependencies:
3369
3369
+
caniuse-lite: 1.0.30001643
3370
3370
+
electron-to-chromium: 1.5.1
3371
3371
+
node-releases: 2.0.18
3372
3372
+
update-browserslist-db: 1.1.0(browserslist@4.23.2)
4487
3373
4488
4488
-
"@types/estree@1.0.5": {}
3374
3374
+
buffer-crc32@0.2.13: {}
4489
3375
4490
4490
-
"@types/hast@3.0.4":
4491
4491
-
dependencies:
4492
4492
-
"@types/unist": 3.0.2
3376
3376
+
camelcase@5.3.1: {}
4493
3377
4494
4494
-
"@types/mdast@4.0.4":
4495
4495
-
dependencies:
4496
4496
-
"@types/unist": 3.0.2
3378
3378
+
camelcase@7.0.1: {}
4497
3379
4498
4498
-
"@types/mdx@2.0.13": {}
3380
3380
+
caniuse-lite@1.0.30001643: {}
4499
3381
4500
4500
-
"@types/ms@0.7.34": {}
3382
3382
+
ccount@2.0.1: {}
4501
3383
4502
4502
-
"@types/nlcst@2.0.3":
4503
4503
-
dependencies:
4504
4504
-
"@types/unist": 3.0.2
3384
3384
+
chalk@2.4.2:
3385
3385
+
dependencies:
3386
3386
+
ansi-styles: 3.2.1
3387
3387
+
escape-string-regexp: 1.0.5
3388
3388
+
supports-color: 5.5.0
4505
3389
4506
4506
-
"@types/node@17.0.45": {}
3390
3390
+
chalk@5.3.0: {}
4507
3391
4508
4508
-
"@types/node@20.14.12":
4509
4509
-
dependencies:
4510
4510
-
undici-types: 5.26.5
3392
3392
+
character-entities-html4@2.1.0: {}
4511
3393
4512
4512
-
"@types/sax@1.2.7":
4513
4513
-
dependencies:
4514
4514
-
"@types/node": 17.0.45
3394
3394
+
character-entities-legacy@3.0.0: {}
4515
3395
4516
4516
-
"@types/tar@6.1.13":
4517
4517
-
dependencies:
4518
4518
-
"@types/node": 20.14.12
4519
4519
-
minipass: 4.2.8
3396
3396
+
character-entities@2.0.2: {}
4520
3397
4521
4521
-
"@types/unist@2.0.10": {}
3398
3398
+
character-reference-invalid@2.0.1: {}
4522
3399
4523
4523
-
"@types/unist@3.0.2": {}
3400
3400
+
cheerio-select@2.1.0:
3401
3401
+
dependencies:
3402
3402
+
boolbase: 1.0.0
3403
3403
+
css-select: 5.1.0
3404
3404
+
css-what: 6.1.0
3405
3405
+
domelementtype: 2.3.0
3406
3406
+
domhandler: 5.0.3
3407
3407
+
domutils: 3.1.0
4524
3408
4525
4525
-
"@types/yauzl@2.10.3":
4526
4526
-
dependencies:
4527
4527
-
"@types/node": 20.14.12
4528
4528
-
optional: true
3409
3409
+
cheerio@1.0.0-rc.12:
3410
3410
+
dependencies:
3411
3411
+
cheerio-select: 2.1.0
3412
3412
+
dom-serializer: 2.0.0
3413
3413
+
domhandler: 5.0.3
3414
3414
+
domutils: 3.1.0
3415
3415
+
htmlparser2: 8.0.2
3416
3416
+
parse5: 7.1.2
3417
3417
+
parse5-htmlparser2-tree-adapter: 7.0.0
4529
3418
4530
4530
-
"@ungap/structured-clone@1.2.0": {}
3419
3419
+
chokidar@3.6.0:
3420
3420
+
dependencies:
3421
3421
+
anymatch: 3.1.3
3422
3422
+
braces: 3.0.3
3423
3423
+
glob-parent: 5.1.2
3424
3424
+
is-binary-path: 2.1.0
3425
3425
+
is-glob: 4.0.3
3426
3426
+
normalize-path: 3.0.0
3427
3427
+
readdirp: 3.6.0
3428
3428
+
optionalDependencies:
3429
3429
+
fsevents: 2.3.3
4531
3430
4532
4532
-
acorn-jsx@5.3.2(acorn@8.12.1):
4533
4533
-
dependencies:
4534
4534
-
acorn: 8.12.1
3431
3431
+
chownr@2.0.0: {}
4535
3432
4536
4536
-
acorn@8.12.1: {}
3433
3433
+
ci-info@4.0.0: {}
4537
3434
4538
4538
-
ansi-align@3.0.1:
4539
4539
-
dependencies:
4540
4540
-
string-width: 4.2.3
3435
3435
+
cli-boxes@3.0.0: {}
4541
3436
4542
4542
-
ansi-regex@3.0.1: {}
3437
3437
+
cli-cursor@4.0.0:
3438
3438
+
dependencies:
3439
3439
+
restore-cursor: 4.0.0
4543
3440
4544
4544
-
ansi-regex@5.0.1: {}
3441
3441
+
cli-spinners@2.9.2: {}
4545
3442
4546
4546
-
ansi-regex@6.0.1: {}
3443
3443
+
cliui@6.0.0:
3444
3444
+
dependencies:
3445
3445
+
string-width: 4.2.3
3446
3446
+
strip-ansi: 6.0.1
3447
3447
+
wrap-ansi: 6.2.0
4547
3448
4548
4548
-
ansi-styles@3.2.1:
4549
4549
-
dependencies:
4550
4550
-
color-convert: 1.9.3
3449
3449
+
cliui@8.0.1:
3450
3450
+
dependencies:
3451
3451
+
string-width: 4.2.3
3452
3452
+
strip-ansi: 6.0.1
3453
3453
+
wrap-ansi: 7.0.0
4551
3454
4552
4552
-
ansi-styles@4.3.0:
4553
4553
-
dependencies:
4554
4554
-
color-convert: 2.0.1
3455
3455
+
clsx@2.1.1: {}
4555
3456
4556
4556
-
ansi-styles@6.2.1: {}
3457
3457
+
collapse-white-space@2.1.0: {}
4557
3458
4558
4558
-
anymatch@3.1.3:
4559
4559
-
dependencies:
4560
4560
-
normalize-path: 3.0.0
4561
4561
-
picomatch: 2.3.1
3459
3459
+
color-convert@1.9.3:
3460
3460
+
dependencies:
3461
3461
+
color-name: 1.1.3
4562
3462
4563
4563
-
arg@5.0.2: {}
3463
3463
+
color-convert@2.0.1:
3464
3464
+
dependencies:
3465
3465
+
color-name: 1.1.4
4564
3466
4565
4565
-
argparse@1.0.10:
4566
4566
-
dependencies:
4567
4567
-
sprintf-js: 1.0.3
3467
3467
+
color-name@1.1.3: {}
4568
3468
4569
4569
-
argparse@2.0.1: {}
3469
3469
+
color-name@1.1.4: {}
4570
3470
4571
4571
-
aria-query@5.3.0:
4572
4572
-
dependencies:
4573
4573
-
dequal: 2.0.3
3471
3471
+
color-string@1.9.1:
3472
3472
+
dependencies:
3473
3473
+
color-name: 1.1.4
3474
3474
+
simple-swizzle: 0.2.2
4574
3475
4575
4575
-
array-iterate@2.0.1: {}
3476
3476
+
color@4.2.3:
3477
3477
+
dependencies:
3478
3478
+
color-convert: 2.0.1
3479
3479
+
color-string: 1.9.1
4576
3480
4577
4577
-
astring@1.8.6: {}
3481
3481
+
comma-separated-tokens@2.0.3: {}
4578
3482
4579
4579
-
astro-icon@1.1.0:
4580
4580
-
dependencies:
4581
4581
-
"@iconify/tools": 3.0.7
4582
4582
-
"@iconify/types": 2.0.0
4583
4583
-
"@iconify/utils": 2.1.25
4584
4584
-
transitivePeerDependencies:
4585
4585
-
- supports-color
3483
3483
+
commander@7.2.0: {}
4586
3484
4587
4587
-
astro@4.12.2(@types/node@20.14.12):
4588
4588
-
dependencies:
4589
4589
-
"@astrojs/compiler": 2.9.2
4590
4590
-
"@astrojs/internal-helpers": 0.4.1
4591
4591
-
"@astrojs/markdown-remark": 5.2.0
4592
4592
-
"@astrojs/telemetry": 3.1.0
4593
4593
-
"@babel/core": 7.24.9
4594
4594
-
"@babel/generator": 7.24.10
4595
4595
-
"@babel/parser": 7.24.8
4596
4596
-
"@babel/plugin-transform-react-jsx": 7.24.7(@babel/core@7.24.9)
4597
4597
-
"@babel/traverse": 7.24.8
4598
4598
-
"@babel/types": 7.24.9
4599
4599
-
"@types/babel__core": 7.20.5
4600
4600
-
"@types/cookie": 0.6.0
4601
4601
-
acorn: 8.12.1
4602
4602
-
aria-query: 5.3.0
4603
4603
-
axobject-query: 4.1.0
4604
4604
-
boxen: 7.1.1
4605
4605
-
chokidar: 3.6.0
4606
4606
-
ci-info: 4.0.0
4607
4607
-
clsx: 2.1.1
4608
4608
-
common-ancestor-path: 1.0.1
4609
4609
-
cookie: 0.6.0
4610
4610
-
cssesc: 3.0.0
4611
4611
-
debug: 4.3.5
4612
4612
-
deterministic-object-hash: 2.0.2
4613
4613
-
devalue: 5.0.0
4614
4614
-
diff: 5.2.0
4615
4615
-
dlv: 1.1.3
4616
4616
-
dset: 3.1.3
4617
4617
-
es-module-lexer: 1.5.4
4618
4618
-
esbuild: 0.21.5
4619
4619
-
estree-walker: 3.0.3
4620
4620
-
execa: 8.0.1
4621
4621
-
fast-glob: 3.3.2
4622
4622
-
flattie: 1.1.1
4623
4623
-
github-slugger: 2.0.0
4624
4624
-
gray-matter: 4.0.3
4625
4625
-
html-escaper: 3.0.3
4626
4626
-
http-cache-semantics: 4.1.1
4627
4627
-
js-yaml: 4.1.0
4628
4628
-
kleur: 4.1.5
4629
4629
-
magic-string: 0.30.10
4630
4630
-
mrmime: 2.0.0
4631
4631
-
ora: 8.0.1
4632
4632
-
p-limit: 6.1.0
4633
4633
-
p-queue: 8.0.1
4634
4634
-
path-to-regexp: 6.2.2
4635
4635
-
preferred-pm: 4.0.0
4636
4636
-
prompts: 2.4.2
4637
4637
-
rehype: 13.0.1
4638
4638
-
semver: 7.6.3
4639
4639
-
shiki: 1.11.1
4640
4640
-
string-width: 7.2.0
4641
4641
-
strip-ansi: 7.1.0
4642
4642
-
tsconfck: 3.1.1
4643
4643
-
unist-util-visit: 5.0.0
4644
4644
-
vfile: 6.0.2
4645
4645
-
vite: 5.3.4(@types/node@20.14.12)
4646
4646
-
vitefu: 0.2.5(vite@5.3.4(@types/node@20.14.12))
4647
4647
-
which-pm: 3.0.0
4648
4648
-
yargs-parser: 21.1.1
4649
4649
-
zod: 3.23.8
4650
4650
-
zod-to-json-schema: 3.23.1(zod@3.23.8)
4651
4651
-
optionalDependencies:
4652
4652
-
sharp: 0.33.4
4653
4653
-
transitivePeerDependencies:
4654
4654
-
- "@types/node"
4655
4655
-
- less
4656
4656
-
- lightningcss
4657
4657
-
- sass
4658
4658
-
- stylus
4659
4659
-
- sugarss
4660
4660
-
- supports-color
4661
4661
-
- terser
4662
4662
-
- typescript
3485
3485
+
common-ancestor-path@1.0.1: {}
4663
3486
4664
4664
-
axobject-query@4.1.0: {}
3487
3487
+
confbox@0.1.7: {}
4665
3488
4666
4666
-
bail@2.0.2: {}
3489
3489
+
convert-source-map@2.0.0: {}
4667
3490
4668
4668
-
base-64@1.0.0: {}
3491
3491
+
cookie@0.6.0: {}
4669
3492
4670
4670
-
binary-extensions@2.3.0: {}
3493
3493
+
cowsay@1.6.0:
3494
3494
+
dependencies:
3495
3495
+
get-stdin: 8.0.0
3496
3496
+
string-width: 2.1.1
3497
3497
+
strip-final-newline: 2.0.0
3498
3498
+
yargs: 15.4.1
4671
3499
4672
4672
-
boolbase@1.0.0: {}
3500
3500
+
cross-spawn@7.0.3:
3501
3501
+
dependencies:
3502
3502
+
path-key: 3.1.1
3503
3503
+
shebang-command: 2.0.0
3504
3504
+
which: 2.0.2
4673
3505
4674
4674
-
boxen@7.1.1:
4675
4675
-
dependencies:
4676
4676
-
ansi-align: 3.0.1
4677
4677
-
camelcase: 7.0.1
4678
4678
-
chalk: 5.3.0
4679
4679
-
cli-boxes: 3.0.0
4680
4680
-
string-width: 5.1.2
4681
4681
-
type-fest: 2.19.0
4682
4682
-
widest-line: 4.0.1
4683
4683
-
wrap-ansi: 8.1.0
3506
3506
+
css-select@5.1.0:
3507
3507
+
dependencies:
3508
3508
+
boolbase: 1.0.0
3509
3509
+
css-what: 6.1.0
3510
3510
+
domhandler: 5.0.3
3511
3511
+
domutils: 3.1.0
3512
3512
+
nth-check: 2.1.1
4684
3513
4685
4685
-
braces@3.0.3:
4686
4686
-
dependencies:
4687
4687
-
fill-range: 7.1.1
3514
3514
+
css-tree@2.2.1:
3515
3515
+
dependencies:
3516
3516
+
mdn-data: 2.0.28
3517
3517
+
source-map-js: 1.2.0
4688
3518
4689
4689
-
browserslist@4.23.2:
4690
4690
-
dependencies:
4691
4691
-
caniuse-lite: 1.0.30001643
4692
4692
-
electron-to-chromium: 1.5.1
4693
4693
-
node-releases: 2.0.18
4694
4694
-
update-browserslist-db: 1.1.0(browserslist@4.23.2)
3519
3519
+
css-tree@2.3.1:
3520
3520
+
dependencies:
3521
3521
+
mdn-data: 2.0.30
3522
3522
+
source-map-js: 1.2.0
4695
3523
4696
4696
-
buffer-crc32@0.2.13: {}
3524
3524
+
css-what@6.1.0: {}
4697
3525
4698
4698
-
camelcase@5.3.1: {}
3526
3526
+
cssesc@3.0.0: {}
4699
3527
4700
4700
-
camelcase@7.0.1: {}
3528
3528
+
csso@5.0.5:
3529
3529
+
dependencies:
3530
3530
+
css-tree: 2.2.1
4701
3531
4702
4702
-
caniuse-lite@1.0.30001643: {}
3532
3532
+
debug@4.3.5:
3533
3533
+
dependencies:
3534
3534
+
ms: 2.1.2
4703
3535
4704
4704
-
ccount@2.0.1: {}
3536
3536
+
decamelize@1.2.0: {}
4705
3537
4706
4706
-
chalk@2.4.2:
4707
4707
-
dependencies:
4708
4708
-
ansi-styles: 3.2.1
4709
4709
-
escape-string-regexp: 1.0.5
4710
4710
-
supports-color: 5.5.0
3538
3538
+
decode-named-character-reference@1.0.2:
3539
3539
+
dependencies:
3540
3540
+
character-entities: 2.0.2
4711
3541
4712
4712
-
chalk@5.3.0: {}
3542
3542
+
deepmerge@4.3.1: {}
4713
3543
4714
4714
-
character-entities-html4@2.1.0: {}
3544
3544
+
dequal@2.0.3: {}
4715
3545
4716
4716
-
character-entities-legacy@3.0.0: {}
3546
3546
+
detect-libc@2.0.3: {}
4717
3547
4718
4718
-
character-entities@2.0.2: {}
3548
3548
+
deterministic-object-hash@2.0.2:
3549
3549
+
dependencies:
3550
3550
+
base-64: 1.0.0
4719
3551
4720
4720
-
character-reference-invalid@2.0.1: {}
3552
3552
+
devalue@5.0.0: {}
4721
3553
4722
4722
-
cheerio-select@2.1.0:
4723
4723
-
dependencies:
4724
4724
-
boolbase: 1.0.0
4725
4725
-
css-select: 5.1.0
4726
4726
-
css-what: 6.1.0
4727
4727
-
domelementtype: 2.3.0
4728
4728
-
domhandler: 5.0.3
4729
4729
-
domutils: 3.1.0
3554
3554
+
devlop@1.1.0:
3555
3555
+
dependencies:
3556
3556
+
dequal: 2.0.3
4730
3557
4731
4731
-
cheerio@1.0.0-rc.12:
4732
4732
-
dependencies:
4733
4733
-
cheerio-select: 2.1.0
4734
4734
-
dom-serializer: 2.0.0
4735
4735
-
domhandler: 5.0.3
4736
4736
-
domutils: 3.1.0
4737
4737
-
htmlparser2: 8.0.2
4738
4738
-
parse5: 7.1.2
4739
4739
-
parse5-htmlparser2-tree-adapter: 7.0.0
3558
3558
+
diff@5.2.0: {}
4740
3559
4741
4741
-
chokidar@3.6.0:
4742
4742
-
dependencies:
4743
4743
-
anymatch: 3.1.3
4744
4744
-
braces: 3.0.3
4745
4745
-
glob-parent: 5.1.2
4746
4746
-
is-binary-path: 2.1.0
4747
4747
-
is-glob: 4.0.3
4748
4748
-
normalize-path: 3.0.0
4749
4749
-
readdirp: 3.6.0
4750
4750
-
optionalDependencies:
4751
4751
-
fsevents: 2.3.3
3560
3560
+
dlv@1.1.3: {}
4752
3561
4753
4753
-
chownr@2.0.0: {}
3562
3562
+
dom-serializer@2.0.0:
3563
3563
+
dependencies:
3564
3564
+
domelementtype: 2.3.0
3565
3565
+
domhandler: 5.0.3
3566
3566
+
entities: 4.5.0
4754
3567
4755
4755
-
ci-info@4.0.0: {}
3568
3568
+
domelementtype@2.3.0: {}
4756
3569
4757
4757
-
cli-boxes@3.0.0: {}
3570
3570
+
domhandler@5.0.3:
3571
3571
+
dependencies:
3572
3572
+
domelementtype: 2.3.0
4758
3573
4759
4759
-
cli-cursor@4.0.0:
4760
4760
-
dependencies:
4761
4761
-
restore-cursor: 4.0.0
3574
3574
+
domutils@3.1.0:
3575
3575
+
dependencies:
3576
3576
+
dom-serializer: 2.0.0
3577
3577
+
domelementtype: 2.3.0
3578
3578
+
domhandler: 5.0.3
4762
3579
4763
4763
-
cli-spinners@2.9.2: {}
3580
3580
+
dset@3.1.3: {}
4764
3581
4765
4765
-
cliui@6.0.0:
4766
4766
-
dependencies:
4767
4767
-
string-width: 4.2.3
4768
4768
-
strip-ansi: 6.0.1
4769
4769
-
wrap-ansi: 6.2.0
3582
3582
+
eastasianwidth@0.2.0: {}
4770
3583
4771
4771
-
clsx@2.1.1: {}
3584
3584
+
electron-to-chromium@1.5.1: {}
4772
3585
4773
4773
-
collapse-white-space@2.1.0: {}
3586
3586
+
emmet@2.4.7:
3587
3587
+
dependencies:
3588
3588
+
'@emmetio/abbreviation': 2.3.3
3589
3589
+
'@emmetio/css-abbreviation': 2.1.8
4774
3590
4775
4775
-
color-convert@1.9.3:
4776
4776
-
dependencies:
4777
4777
-
color-name: 1.1.3
3591
3591
+
emoji-regex@10.3.0: {}
4778
3592
4779
4779
-
color-convert@2.0.1:
4780
4780
-
dependencies:
4781
4781
-
color-name: 1.1.4
3593
3593
+
emoji-regex@8.0.0: {}
4782
3594
4783
4783
-
color-name@1.1.3: {}
3595
3595
+
emoji-regex@9.2.2: {}
4784
3596
4785
4785
-
color-name@1.1.4: {}
3597
3597
+
end-of-stream@1.4.4:
3598
3598
+
dependencies:
3599
3599
+
once: 1.4.0
4786
3600
4787
4787
-
color-string@1.9.1:
4788
4788
-
dependencies:
4789
4789
-
color-name: 1.1.4
4790
4790
-
simple-swizzle: 0.2.2
3601
3601
+
entities@4.5.0: {}
4791
3602
4792
4792
-
color@4.2.3:
4793
4793
-
dependencies:
4794
4794
-
color-convert: 2.0.1
4795
4795
-
color-string: 1.9.1
3603
3603
+
es-module-lexer@1.5.4: {}
4796
3604
4797
4797
-
comma-separated-tokens@2.0.3: {}
3605
3605
+
esbuild@0.21.5:
3606
3606
+
optionalDependencies:
3607
3607
+
'@esbuild/aix-ppc64': 0.21.5
3608
3608
+
'@esbuild/android-arm': 0.21.5
3609
3609
+
'@esbuild/android-arm64': 0.21.5
3610
3610
+
'@esbuild/android-x64': 0.21.5
3611
3611
+
'@esbuild/darwin-arm64': 0.21.5
3612
3612
+
'@esbuild/darwin-x64': 0.21.5
3613
3613
+
'@esbuild/freebsd-arm64': 0.21.5
3614
3614
+
'@esbuild/freebsd-x64': 0.21.5
3615
3615
+
'@esbuild/linux-arm': 0.21.5
3616
3616
+
'@esbuild/linux-arm64': 0.21.5
3617
3617
+
'@esbuild/linux-ia32': 0.21.5
3618
3618
+
'@esbuild/linux-loong64': 0.21.5
3619
3619
+
'@esbuild/linux-mips64el': 0.21.5
3620
3620
+
'@esbuild/linux-ppc64': 0.21.5
3621
3621
+
'@esbuild/linux-riscv64': 0.21.5
3622
3622
+
'@esbuild/linux-s390x': 0.21.5
3623
3623
+
'@esbuild/linux-x64': 0.21.5
3624
3624
+
'@esbuild/netbsd-x64': 0.21.5
3625
3625
+
'@esbuild/openbsd-x64': 0.21.5
3626
3626
+
'@esbuild/sunos-x64': 0.21.5
3627
3627
+
'@esbuild/win32-arm64': 0.21.5
3628
3628
+
'@esbuild/win32-ia32': 0.21.5
3629
3629
+
'@esbuild/win32-x64': 0.21.5
4798
3630
4799
4799
-
commander@7.2.0: {}
3631
3631
+
escalade@3.1.2: {}
4800
3632
4801
4801
-
common-ancestor-path@1.0.1: {}
3633
3633
+
escape-string-regexp@1.0.5: {}
4802
3634
4803
4803
-
confbox@0.1.7: {}
3635
3635
+
escape-string-regexp@4.0.0: {}
4804
3636
4805
4805
-
convert-source-map@2.0.0: {}
3637
3637
+
escape-string-regexp@5.0.0: {}
4806
3638
4807
4807
-
cookie@0.6.0: {}
3639
3639
+
esprima@4.0.1: {}
4808
3640
4809
4809
-
cowsay@1.6.0:
4810
4810
-
dependencies:
4811
4811
-
get-stdin: 8.0.0
4812
4812
-
string-width: 2.1.1
4813
4813
-
strip-final-newline: 2.0.0
4814
4814
-
yargs: 15.4.1
3641
3641
+
estree-util-attach-comments@3.0.0:
3642
3642
+
dependencies:
3643
3643
+
'@types/estree': 1.0.5
4815
3644
4816
4816
-
cross-spawn@7.0.3:
4817
4817
-
dependencies:
4818
4818
-
path-key: 3.1.1
4819
4819
-
shebang-command: 2.0.0
4820
4820
-
which: 2.0.2
3645
3645
+
estree-util-build-jsx@3.0.1:
3646
3646
+
dependencies:
3647
3647
+
'@types/estree-jsx': 1.0.5
3648
3648
+
devlop: 1.1.0
3649
3649
+
estree-util-is-identifier-name: 3.0.0
3650
3650
+
estree-walker: 3.0.3
4821
3651
4822
4822
-
css-select@5.1.0:
4823
4823
-
dependencies:
4824
4824
-
boolbase: 1.0.0
4825
4825
-
css-what: 6.1.0
4826
4826
-
domhandler: 5.0.3
4827
4827
-
domutils: 3.1.0
4828
4828
-
nth-check: 2.1.1
3652
3652
+
estree-util-is-identifier-name@3.0.0: {}
4829
3653
4830
4830
-
css-tree@2.2.1:
4831
4831
-
dependencies:
4832
4832
-
mdn-data: 2.0.28
4833
4833
-
source-map-js: 1.2.0
3654
3654
+
estree-util-to-js@2.0.0:
3655
3655
+
dependencies:
3656
3656
+
'@types/estree-jsx': 1.0.5
3657
3657
+
astring: 1.8.6
3658
3658
+
source-map: 0.7.4
4834
3659
4835
4835
-
css-tree@2.3.1:
4836
4836
-
dependencies:
4837
4837
-
mdn-data: 2.0.30
4838
4838
-
source-map-js: 1.2.0
3660
3660
+
estree-util-visit@2.0.0:
3661
3661
+
dependencies:
3662
3662
+
'@types/estree-jsx': 1.0.5
3663
3663
+
'@types/unist': 3.0.2
4839
3664
4840
4840
-
css-what@6.1.0: {}
3665
3665
+
estree-walker@3.0.3:
3666
3666
+
dependencies:
3667
3667
+
'@types/estree': 1.0.5
4841
3668
4842
4842
-
cssesc@3.0.0: {}
3669
3669
+
eventemitter3@5.0.1: {}
4843
3670
4844
4844
-
csso@5.0.5:
4845
4845
-
dependencies:
4846
4846
-
css-tree: 2.2.1
3671
3671
+
execa@5.1.1:
3672
3672
+
dependencies:
3673
3673
+
cross-spawn: 7.0.3
3674
3674
+
get-stream: 6.0.1
3675
3675
+
human-signals: 2.1.0
3676
3676
+
is-stream: 2.0.1
3677
3677
+
merge-stream: 2.0.0
3678
3678
+
npm-run-path: 4.0.1
3679
3679
+
onetime: 5.1.2
3680
3680
+
signal-exit: 3.0.7
3681
3681
+
strip-final-newline: 2.0.0
4847
3682
4848
4848
-
debug@4.3.5:
4849
4849
-
dependencies:
4850
4850
-
ms: 2.1.2
3683
3683
+
execa@8.0.1:
3684
3684
+
dependencies:
3685
3685
+
cross-spawn: 7.0.3
3686
3686
+
get-stream: 8.0.1
3687
3687
+
human-signals: 5.0.0
3688
3688
+
is-stream: 3.0.0
3689
3689
+
merge-stream: 2.0.0
3690
3690
+
npm-run-path: 5.3.0
3691
3691
+
onetime: 6.0.0
3692
3692
+
signal-exit: 4.1.0
3693
3693
+
strip-final-newline: 3.0.0
4851
3694
4852
4852
-
decamelize@1.2.0: {}
3695
3695
+
extend-shallow@2.0.1:
3696
3696
+
dependencies:
3697
3697
+
is-extendable: 0.1.1
4853
3698
4854
4854
-
decode-named-character-reference@1.0.2:
4855
4855
-
dependencies:
4856
4856
-
character-entities: 2.0.2
3699
3699
+
extend@3.0.2: {}
4857
3700
4858
4858
-
dequal@2.0.3: {}
3701
3701
+
extract-zip@2.0.1:
3702
3702
+
dependencies:
3703
3703
+
debug: 4.3.5
3704
3704
+
get-stream: 5.2.0
3705
3705
+
yauzl: 2.10.0
3706
3706
+
optionalDependencies:
3707
3707
+
'@types/yauzl': 2.10.3
3708
3708
+
transitivePeerDependencies:
3709
3709
+
- supports-color
4859
3710
4860
4860
-
detect-libc@2.0.3: {}
3711
3711
+
fast-glob@3.3.2:
3712
3712
+
dependencies:
3713
3713
+
'@nodelib/fs.stat': 2.0.5
3714
3714
+
'@nodelib/fs.walk': 1.2.8
3715
3715
+
glob-parent: 5.1.2
3716
3716
+
merge2: 1.4.1
3717
3717
+
micromatch: 4.0.7
4861
3718
4862
4862
-
deterministic-object-hash@2.0.2:
4863
4863
-
dependencies:
4864
4864
-
base-64: 1.0.0
3719
3719
+
fast-xml-parser@4.4.0:
3720
3720
+
dependencies:
3721
3721
+
strnum: 1.0.5
4865
3722
4866
4866
-
devalue@5.0.0: {}
3723
3723
+
fastq@1.17.1:
3724
3724
+
dependencies:
3725
3725
+
reusify: 1.0.4
4867
3726
4868
4868
-
devlop@1.1.0:
4869
4869
-
dependencies:
4870
4870
-
dequal: 2.0.3
3727
3727
+
fd-slicer@1.1.0:
3728
3728
+
dependencies:
3729
3729
+
pend: 1.2.0
4871
3730
4872
4872
-
diff@5.2.0: {}
3731
3731
+
fill-range@7.1.1:
3732
3732
+
dependencies:
3733
3733
+
to-regex-range: 5.0.1
4873
3734
4874
4874
-
dlv@1.1.3: {}
3735
3735
+
find-up-simple@1.0.0: {}
4875
3736
4876
4876
-
dom-serializer@2.0.0:
4877
4877
-
dependencies:
4878
4878
-
domelementtype: 2.3.0
4879
4879
-
domhandler: 5.0.3
4880
4880
-
entities: 4.5.0
3737
3737
+
find-up@4.1.0:
3738
3738
+
dependencies:
3739
3739
+
locate-path: 5.0.0
3740
3740
+
path-exists: 4.0.0
4881
3741
4882
4882
-
domelementtype@2.3.0: {}
3742
3742
+
find-up@5.0.0:
3743
3743
+
dependencies:
3744
3744
+
locate-path: 6.0.0
3745
3745
+
path-exists: 4.0.0
4883
3746
4884
4884
-
domhandler@5.0.3:
4885
4885
-
dependencies:
4886
4886
-
domelementtype: 2.3.0
3747
3747
+
find-yarn-workspace-root2@1.2.16:
3748
3748
+
dependencies:
3749
3749
+
micromatch: 4.0.7
3750
3750
+
pkg-dir: 4.2.0
4887
3751
4888
4888
-
domutils@3.1.0:
4889
4889
-
dependencies:
4890
4890
-
dom-serializer: 2.0.0
4891
4891
-
domelementtype: 2.3.0
4892
4892
-
domhandler: 5.0.3
3752
3752
+
flattie@1.1.1: {}
4893
3753
4894
4894
-
dset@3.1.3: {}
3754
3754
+
fs-minipass@2.1.0:
3755
3755
+
dependencies:
3756
3756
+
minipass: 3.3.6
4895
3757
4896
4896
-
eastasianwidth@0.2.0: {}
3758
3758
+
fsevents@2.3.3:
3759
3759
+
optional: true
4897
3760
4898
4898
-
electron-to-chromium@1.5.1: {}
3761
3761
+
gensync@1.0.0-beta.2: {}
4899
3762
4900
4900
-
emoji-regex@10.3.0: {}
3763
3763
+
get-caller-file@2.0.5: {}
4901
3764
4902
4902
-
emoji-regex@8.0.0: {}
3765
3765
+
get-east-asian-width@1.2.0: {}
4903
3766
4904
4904
-
emoji-regex@9.2.2: {}
3767
3767
+
get-stdin@8.0.0: {}
4905
3768
4906
4906
-
end-of-stream@1.4.4:
4907
4907
-
dependencies:
4908
4908
-
once: 1.4.0
3769
3769
+
get-stream@5.2.0:
3770
3770
+
dependencies:
3771
3771
+
pump: 3.0.0
4909
3772
4910
4910
-
entities@4.5.0: {}
3773
3773
+
get-stream@6.0.1: {}
4911
3774
4912
4912
-
es-module-lexer@1.5.4: {}
3775
3775
+
get-stream@8.0.1: {}
4913
3776
4914
4914
-
esbuild@0.21.5:
4915
4915
-
optionalDependencies:
4916
4916
-
"@esbuild/aix-ppc64": 0.21.5
4917
4917
-
"@esbuild/android-arm": 0.21.5
4918
4918
-
"@esbuild/android-arm64": 0.21.5
4919
4919
-
"@esbuild/android-x64": 0.21.5
4920
4920
-
"@esbuild/darwin-arm64": 0.21.5
4921
4921
-
"@esbuild/darwin-x64": 0.21.5
4922
4922
-
"@esbuild/freebsd-arm64": 0.21.5
4923
4923
-
"@esbuild/freebsd-x64": 0.21.5
4924
4924
-
"@esbuild/linux-arm": 0.21.5
4925
4925
-
"@esbuild/linux-arm64": 0.21.5
4926
4926
-
"@esbuild/linux-ia32": 0.21.5
4927
4927
-
"@esbuild/linux-loong64": 0.21.5
4928
4928
-
"@esbuild/linux-mips64el": 0.21.5
4929
4929
-
"@esbuild/linux-ppc64": 0.21.5
4930
4930
-
"@esbuild/linux-riscv64": 0.21.5
4931
4931
-
"@esbuild/linux-s390x": 0.21.5
4932
4932
-
"@esbuild/linux-x64": 0.21.5
4933
4933
-
"@esbuild/netbsd-x64": 0.21.5
4934
4934
-
"@esbuild/openbsd-x64": 0.21.5
4935
4935
-
"@esbuild/sunos-x64": 0.21.5
4936
4936
-
"@esbuild/win32-arm64": 0.21.5
4937
4937
-
"@esbuild/win32-ia32": 0.21.5
4938
4938
-
"@esbuild/win32-x64": 0.21.5
3777
3777
+
github-slugger@2.0.0: {}
4939
3778
4940
4940
-
escalade@3.1.2: {}
3779
3779
+
glob-parent@5.1.2:
3780
3780
+
dependencies:
3781
3781
+
is-glob: 4.0.3
4941
3782
4942
4942
-
escape-string-regexp@1.0.5: {}
3783
3783
+
globals@11.12.0: {}
4943
3784
4944
4944
-
escape-string-regexp@5.0.0: {}
3785
3785
+
graceful-fs@4.2.11: {}
4945
3786
4946
4946
-
esprima@4.0.1: {}
3787
3787
+
gray-matter@4.0.3:
3788
3788
+
dependencies:
3789
3789
+
js-yaml: 3.14.1
3790
3790
+
kind-of: 6.0.3
3791
3791
+
section-matter: 1.0.0
3792
3792
+
strip-bom-string: 1.0.0
4947
3793
4948
4948
-
estree-util-attach-comments@3.0.0:
4949
4949
-
dependencies:
4950
4950
-
"@types/estree": 1.0.5
3794
3794
+
has-flag@3.0.0: {}
4951
3795
4952
4952
-
estree-util-build-jsx@3.0.1:
4953
4953
-
dependencies:
4954
4954
-
"@types/estree-jsx": 1.0.5
4955
4955
-
devlop: 1.1.0
4956
4956
-
estree-util-is-identifier-name: 3.0.0
4957
4957
-
estree-walker: 3.0.3
3796
3796
+
hast-util-from-html@2.0.1:
3797
3797
+
dependencies:
3798
3798
+
'@types/hast': 3.0.4
3799
3799
+
devlop: 1.1.0
3800
3800
+
hast-util-from-parse5: 8.0.1
3801
3801
+
parse5: 7.1.2
3802
3802
+
vfile: 6.0.2
3803
3803
+
vfile-message: 4.0.2
4958
3804
4959
4959
-
estree-util-is-identifier-name@3.0.0: {}
3805
3805
+
hast-util-from-parse5@8.0.1:
3806
3806
+
dependencies:
3807
3807
+
'@types/hast': 3.0.4
3808
3808
+
'@types/unist': 3.0.2
3809
3809
+
devlop: 1.1.0
3810
3810
+
hastscript: 8.0.0
3811
3811
+
property-information: 6.5.0
3812
3812
+
vfile: 6.0.2
3813
3813
+
vfile-location: 5.0.3
3814
3814
+
web-namespaces: 2.0.1
4960
3815
4961
4961
-
estree-util-to-js@2.0.0:
4962
4962
-
dependencies:
4963
4963
-
"@types/estree-jsx": 1.0.5
4964
4964
-
astring: 1.8.6
4965
4965
-
source-map: 0.7.4
3816
3816
+
hast-util-is-element@3.0.0:
3817
3817
+
dependencies:
3818
3818
+
'@types/hast': 3.0.4
4966
3819
4967
4967
-
estree-util-visit@2.0.0:
4968
4968
-
dependencies:
4969
4969
-
"@types/estree-jsx": 1.0.5
4970
4970
-
"@types/unist": 3.0.2
3820
3820
+
hast-util-parse-selector@4.0.0:
3821
3821
+
dependencies:
3822
3822
+
'@types/hast': 3.0.4
4971
3823
4972
4972
-
estree-walker@3.0.3:
4973
4973
-
dependencies:
4974
4974
-
"@types/estree": 1.0.5
3824
3824
+
hast-util-raw@9.0.4:
3825
3825
+
dependencies:
3826
3826
+
'@types/hast': 3.0.4
3827
3827
+
'@types/unist': 3.0.2
3828
3828
+
'@ungap/structured-clone': 1.2.0
3829
3829
+
hast-util-from-parse5: 8.0.1
3830
3830
+
hast-util-to-parse5: 8.0.0
3831
3831
+
html-void-elements: 3.0.0
3832
3832
+
mdast-util-to-hast: 13.2.0
3833
3833
+
parse5: 7.1.2
3834
3834
+
unist-util-position: 5.0.0
3835
3835
+
unist-util-visit: 5.0.0
3836
3836
+
vfile: 6.0.2
3837
3837
+
web-namespaces: 2.0.1
3838
3838
+
zwitch: 2.0.4
4975
3839
4976
4976
-
eventemitter3@5.0.1: {}
3840
3840
+
hast-util-to-estree@3.1.0:
3841
3841
+
dependencies:
3842
3842
+
'@types/estree': 1.0.5
3843
3843
+
'@types/estree-jsx': 1.0.5
3844
3844
+
'@types/hast': 3.0.4
3845
3845
+
comma-separated-tokens: 2.0.3
3846
3846
+
devlop: 1.1.0
3847
3847
+
estree-util-attach-comments: 3.0.0
3848
3848
+
estree-util-is-identifier-name: 3.0.0
3849
3849
+
hast-util-whitespace: 3.0.0
3850
3850
+
mdast-util-mdx-expression: 2.0.0
3851
3851
+
mdast-util-mdx-jsx: 3.1.2
3852
3852
+
mdast-util-mdxjs-esm: 2.0.1
3853
3853
+
property-information: 6.5.0
3854
3854
+
space-separated-tokens: 2.0.2
3855
3855
+
style-to-object: 0.4.4
3856
3856
+
unist-util-position: 5.0.0
3857
3857
+
zwitch: 2.0.4
3858
3858
+
transitivePeerDependencies:
3859
3859
+
- supports-color
4977
3860
4978
4978
-
execa@5.1.1:
4979
4979
-
dependencies:
4980
4980
-
cross-spawn: 7.0.3
4981
4981
-
get-stream: 6.0.1
4982
4982
-
human-signals: 2.1.0
4983
4983
-
is-stream: 2.0.1
4984
4984
-
merge-stream: 2.0.0
4985
4985
-
npm-run-path: 4.0.1
4986
4986
-
onetime: 5.1.2
4987
4987
-
signal-exit: 3.0.7
4988
4988
-
strip-final-newline: 2.0.0
3861
3861
+
hast-util-to-html@9.0.1:
3862
3862
+
dependencies:
3863
3863
+
'@types/hast': 3.0.4
3864
3864
+
'@types/unist': 3.0.2
3865
3865
+
ccount: 2.0.1
3866
3866
+
comma-separated-tokens: 2.0.3
3867
3867
+
hast-util-raw: 9.0.4
3868
3868
+
hast-util-whitespace: 3.0.0
3869
3869
+
html-void-elements: 3.0.0
3870
3870
+
mdast-util-to-hast: 13.2.0
3871
3871
+
property-information: 6.5.0
3872
3872
+
space-separated-tokens: 2.0.2
3873
3873
+
stringify-entities: 4.0.4
3874
3874
+
zwitch: 2.0.4
4989
3875
4990
4990
-
execa@8.0.1:
4991
4991
-
dependencies:
4992
4992
-
cross-spawn: 7.0.3
4993
4993
-
get-stream: 8.0.1
4994
4994
-
human-signals: 5.0.0
4995
4995
-
is-stream: 3.0.0
4996
4996
-
merge-stream: 2.0.0
4997
4997
-
npm-run-path: 5.3.0
4998
4998
-
onetime: 6.0.0
4999
4999
-
signal-exit: 4.1.0
5000
5000
-
strip-final-newline: 3.0.0
3876
3876
+
hast-util-to-jsx-runtime@2.3.0:
3877
3877
+
dependencies:
3878
3878
+
'@types/estree': 1.0.5
3879
3879
+
'@types/hast': 3.0.4
3880
3880
+
'@types/unist': 3.0.2
3881
3881
+
comma-separated-tokens: 2.0.3
3882
3882
+
devlop: 1.1.0
3883
3883
+
estree-util-is-identifier-name: 3.0.0
3884
3884
+
hast-util-whitespace: 3.0.0
3885
3885
+
mdast-util-mdx-expression: 2.0.0
3886
3886
+
mdast-util-mdx-jsx: 3.1.2
3887
3887
+
mdast-util-mdxjs-esm: 2.0.1
3888
3888
+
property-information: 6.5.0
3889
3889
+
space-separated-tokens: 2.0.2
3890
3890
+
style-to-object: 1.0.6
3891
3891
+
unist-util-position: 5.0.0
3892
3892
+
vfile-message: 4.0.2
3893
3893
+
transitivePeerDependencies:
3894
3894
+
- supports-color
5001
3895
5002
5002
-
extend-shallow@2.0.1:
5003
5003
-
dependencies:
5004
5004
-
is-extendable: 0.1.1
3896
3896
+
hast-util-to-parse5@8.0.0:
3897
3897
+
dependencies:
3898
3898
+
'@types/hast': 3.0.4
3899
3899
+
comma-separated-tokens: 2.0.3
3900
3900
+
devlop: 1.1.0
3901
3901
+
property-information: 6.5.0
3902
3902
+
space-separated-tokens: 2.0.2
3903
3903
+
web-namespaces: 2.0.1
3904
3904
+
zwitch: 2.0.4
5005
3905
5006
5006
-
extend@3.0.2: {}
3906
3906
+
hast-util-to-text@4.0.2:
3907
3907
+
dependencies:
3908
3908
+
'@types/hast': 3.0.4
3909
3909
+
'@types/unist': 3.0.2
3910
3910
+
hast-util-is-element: 3.0.0
3911
3911
+
unist-util-find-after: 5.0.0
5007
3912
5008
5008
-
extract-zip@2.0.1:
5009
5009
-
dependencies:
5010
5010
-
debug: 4.3.5
5011
5011
-
get-stream: 5.2.0
5012
5012
-
yauzl: 2.10.0
5013
5013
-
optionalDependencies:
5014
5014
-
"@types/yauzl": 2.10.3
5015
5015
-
transitivePeerDependencies:
5016
5016
-
- supports-color
3913
3913
+
hast-util-whitespace@3.0.0:
3914
3914
+
dependencies:
3915
3915
+
'@types/hast': 3.0.4
5017
3916
5018
5018
-
fast-glob@3.3.2:
5019
5019
-
dependencies:
5020
5020
-
"@nodelib/fs.stat": 2.0.5
5021
5021
-
"@nodelib/fs.walk": 1.2.8
5022
5022
-
glob-parent: 5.1.2
5023
5023
-
merge2: 1.4.1
5024
5024
-
micromatch: 4.0.7
3917
3917
+
hastscript@8.0.0:
3918
3918
+
dependencies:
3919
3919
+
'@types/hast': 3.0.4
3920
3920
+
comma-separated-tokens: 2.0.3
3921
3921
+
hast-util-parse-selector: 4.0.0
3922
3922
+
property-information: 6.5.0
3923
3923
+
space-separated-tokens: 2.0.2
5025
3924
5026
5026
-
fastq@1.17.1:
5027
5027
-
dependencies:
5028
5028
-
reusify: 1.0.4
3925
3925
+
html-escaper@3.0.3: {}
5029
3926
5030
5030
-
fd-slicer@1.1.0:
5031
5031
-
dependencies:
5032
5032
-
pend: 1.2.0
3927
3927
+
html-void-elements@3.0.0: {}
5033
3928
5034
5034
-
fill-range@7.1.1:
5035
5035
-
dependencies:
5036
5036
-
to-regex-range: 5.0.1
3929
3929
+
htmlparser2@8.0.2:
3930
3930
+
dependencies:
3931
3931
+
domelementtype: 2.3.0
3932
3932
+
domhandler: 5.0.3
3933
3933
+
domutils: 3.1.0
3934
3934
+
entities: 4.5.0
5037
3935
5038
5038
-
find-up-simple@1.0.0: {}
3936
3936
+
http-cache-semantics@4.1.1: {}
5039
3937
5040
5040
-
find-up@4.1.0:
5041
5041
-
dependencies:
5042
5042
-
locate-path: 5.0.0
5043
5043
-
path-exists: 4.0.0
3938
3938
+
human-signals@2.1.0: {}
5044
3939
5045
5045
-
find-up@5.0.0:
5046
5046
-
dependencies:
5047
5047
-
locate-path: 6.0.0
5048
5048
-
path-exists: 4.0.0
3940
3940
+
human-signals@5.0.0: {}
5049
3941
5050
5050
-
find-yarn-workspace-root2@1.2.16:
5051
5051
-
dependencies:
5052
5052
-
micromatch: 4.0.7
5053
5053
-
pkg-dir: 4.2.0
3942
3942
+
import-meta-resolve@4.1.0: {}
5054
3943
5055
5055
-
flattie@1.1.1: {}
3944
3944
+
inline-style-parser@0.1.1: {}
5056
3945
5057
5057
-
fs-minipass@2.1.0:
5058
5058
-
dependencies:
5059
5059
-
minipass: 3.3.6
3946
3946
+
inline-style-parser@0.2.3: {}
5060
3947
5061
5061
-
fsevents@2.3.3:
5062
5062
-
optional: true
3948
3948
+
is-alphabetical@2.0.1: {}
5063
3949
5064
5064
-
gensync@1.0.0-beta.2: {}
3950
3950
+
is-alphanumerical@2.0.1:
3951
3951
+
dependencies:
3952
3952
+
is-alphabetical: 2.0.1
3953
3953
+
is-decimal: 2.0.1
5065
3954
5066
5066
-
get-caller-file@2.0.5: {}
3955
3955
+
is-arrayish@0.3.2: {}
5067
3956
5068
5068
-
get-east-asian-width@1.2.0: {}
3957
3957
+
is-binary-path@2.1.0:
3958
3958
+
dependencies:
3959
3959
+
binary-extensions: 2.3.0
5069
3960
5070
5070
-
get-stdin@8.0.0: {}
3961
3961
+
is-decimal@2.0.1: {}
5071
3962
5072
5072
-
get-stream@5.2.0:
5073
5073
-
dependencies:
5074
5074
-
pump: 3.0.0
3963
3963
+
is-docker@3.0.0: {}
5075
3964
5076
5076
-
get-stream@6.0.1: {}
3965
3965
+
is-extendable@0.1.1: {}
5077
3966
5078
5078
-
get-stream@8.0.1: {}
3967
3967
+
is-extglob@2.1.1: {}
5079
3968
5080
5080
-
github-slugger@2.0.0: {}
3969
3969
+
is-fullwidth-code-point@2.0.0: {}
5081
3970
5082
5082
-
glob-parent@5.1.2:
5083
5083
-
dependencies:
5084
5084
-
is-glob: 4.0.3
3971
3971
+
is-fullwidth-code-point@3.0.0: {}
5085
3972
5086
5086
-
globals@11.12.0: {}
3973
3973
+
is-glob@4.0.3:
3974
3974
+
dependencies:
3975
3975
+
is-extglob: 2.1.1
5087
3976
5088
5088
-
graceful-fs@4.2.11: {}
3977
3977
+
is-hexadecimal@2.0.1: {}
5089
3978
5090
5090
-
gray-matter@4.0.3:
5091
5091
-
dependencies:
5092
5092
-
js-yaml: 3.14.1
5093
5093
-
kind-of: 6.0.3
5094
5094
-
section-matter: 1.0.0
5095
5095
-
strip-bom-string: 1.0.0
3979
3979
+
is-inside-container@1.0.0:
3980
3980
+
dependencies:
3981
3981
+
is-docker: 3.0.0
5096
3982
5097
5097
-
has-flag@3.0.0: {}
3983
3983
+
is-interactive@2.0.0: {}
5098
3984
5099
5099
-
hast-util-from-html@2.0.1:
5100
5100
-
dependencies:
5101
5101
-
"@types/hast": 3.0.4
5102
5102
-
devlop: 1.1.0
5103
5103
-
hast-util-from-parse5: 8.0.1
5104
5104
-
parse5: 7.1.2
5105
5105
-
vfile: 6.0.2
5106
5106
-
vfile-message: 4.0.2
3985
3985
+
is-number@7.0.0: {}
5107
3986
5108
5108
-
hast-util-from-parse5@8.0.1:
5109
5109
-
dependencies:
5110
5110
-
"@types/hast": 3.0.4
5111
5111
-
"@types/unist": 3.0.2
5112
5112
-
devlop: 1.1.0
5113
5113
-
hastscript: 8.0.0
5114
5114
-
property-information: 6.5.0
5115
5115
-
vfile: 6.0.2
5116
5116
-
vfile-location: 5.0.3
5117
5117
-
web-namespaces: 2.0.1
3987
3987
+
is-plain-obj@4.1.0: {}
5118
3988
5119
5119
-
hast-util-is-element@3.0.0:
5120
5120
-
dependencies:
5121
5121
-
"@types/hast": 3.0.4
3989
3989
+
is-plain-object@5.0.0: {}
5122
3990
5123
5123
-
hast-util-parse-selector@4.0.0:
5124
5124
-
dependencies:
5125
5125
-
"@types/hast": 3.0.4
3991
3991
+
is-reference@3.0.2:
3992
3992
+
dependencies:
3993
3993
+
'@types/estree': 1.0.5
5126
3994
5127
5127
-
hast-util-raw@9.0.4:
5128
5128
-
dependencies:
5129
5129
-
"@types/hast": 3.0.4
5130
5130
-
"@types/unist": 3.0.2
5131
5131
-
"@ungap/structured-clone": 1.2.0
5132
5132
-
hast-util-from-parse5: 8.0.1
5133
5133
-
hast-util-to-parse5: 8.0.0
5134
5134
-
html-void-elements: 3.0.0
5135
5135
-
mdast-util-to-hast: 13.2.0
5136
5136
-
parse5: 7.1.2
5137
5137
-
unist-util-position: 5.0.0
5138
5138
-
unist-util-visit: 5.0.0
5139
5139
-
vfile: 6.0.2
5140
5140
-
web-namespaces: 2.0.1
5141
5141
-
zwitch: 2.0.4
3995
3995
+
is-stream@2.0.1: {}
5142
3996
5143
5143
-
hast-util-to-estree@3.1.0:
5144
5144
-
dependencies:
5145
5145
-
"@types/estree": 1.0.5
5146
5146
-
"@types/estree-jsx": 1.0.5
5147
5147
-
"@types/hast": 3.0.4
5148
5148
-
comma-separated-tokens: 2.0.3
5149
5149
-
devlop: 1.1.0
5150
5150
-
estree-util-attach-comments: 3.0.0
5151
5151
-
estree-util-is-identifier-name: 3.0.0
5152
5152
-
hast-util-whitespace: 3.0.0
5153
5153
-
mdast-util-mdx-expression: 2.0.0
5154
5154
-
mdast-util-mdx-jsx: 3.1.2
5155
5155
-
mdast-util-mdxjs-esm: 2.0.1
5156
5156
-
property-information: 6.5.0
5157
5157
-
space-separated-tokens: 2.0.2
5158
5158
-
style-to-object: 0.4.4
5159
5159
-
unist-util-position: 5.0.0
5160
5160
-
zwitch: 2.0.4
5161
5161
-
transitivePeerDependencies:
5162
5162
-
- supports-color
3997
3997
+
is-stream@3.0.0: {}
5163
3998
5164
5164
-
hast-util-to-html@9.0.1:
5165
5165
-
dependencies:
5166
5166
-
"@types/hast": 3.0.4
5167
5167
-
"@types/unist": 3.0.2
5168
5168
-
ccount: 2.0.1
5169
5169
-
comma-separated-tokens: 2.0.3
5170
5170
-
hast-util-raw: 9.0.4
5171
5171
-
hast-util-whitespace: 3.0.0
5172
5172
-
html-void-elements: 3.0.0
5173
5173
-
mdast-util-to-hast: 13.2.0
5174
5174
-
property-information: 6.5.0
5175
5175
-
space-separated-tokens: 2.0.2
5176
5176
-
stringify-entities: 4.0.4
5177
5177
-
zwitch: 2.0.4
3999
3999
+
is-unicode-supported@1.3.0: {}
5178
4000
5179
5179
-
hast-util-to-jsx-runtime@2.3.0:
5180
5180
-
dependencies:
5181
5181
-
"@types/estree": 1.0.5
5182
5182
-
"@types/hast": 3.0.4
5183
5183
-
"@types/unist": 3.0.2
5184
5184
-
comma-separated-tokens: 2.0.3
5185
5185
-
devlop: 1.1.0
5186
5186
-
estree-util-is-identifier-name: 3.0.0
5187
5187
-
hast-util-whitespace: 3.0.0
5188
5188
-
mdast-util-mdx-expression: 2.0.0
5189
5189
-
mdast-util-mdx-jsx: 3.1.2
5190
5190
-
mdast-util-mdxjs-esm: 2.0.1
5191
5191
-
property-information: 6.5.0
5192
5192
-
space-separated-tokens: 2.0.2
5193
5193
-
style-to-object: 1.0.6
5194
5194
-
unist-util-position: 5.0.0
5195
5195
-
vfile-message: 4.0.2
5196
5196
-
transitivePeerDependencies:
5197
5197
-
- supports-color
4001
4001
+
is-unicode-supported@2.0.0: {}
5198
4002
5199
5199
-
hast-util-to-parse5@8.0.0:
5200
5200
-
dependencies:
5201
5201
-
"@types/hast": 3.0.4
5202
5202
-
comma-separated-tokens: 2.0.3
5203
5203
-
devlop: 1.1.0
5204
5204
-
property-information: 6.5.0
5205
5205
-
space-separated-tokens: 2.0.2
5206
5206
-
web-namespaces: 2.0.1
5207
5207
-
zwitch: 2.0.4
4003
4003
+
is-wsl@3.1.0:
4004
4004
+
dependencies:
4005
4005
+
is-inside-container: 1.0.0
5208
4006
5209
5209
-
hast-util-to-text@4.0.2:
5210
5210
-
dependencies:
5211
5211
-
"@types/hast": 3.0.4
5212
5212
-
"@types/unist": 3.0.2
5213
5213
-
hast-util-is-element: 3.0.0
5214
5214
-
unist-util-find-after: 5.0.0
4007
4007
+
isexe@2.0.0: {}
5215
4008
5216
5216
-
hast-util-whitespace@3.0.0:
5217
5217
-
dependencies:
5218
5218
-
"@types/hast": 3.0.4
4009
4009
+
js-tokens@4.0.0: {}
5219
4010
5220
5220
-
hastscript@8.0.0:
5221
5221
-
dependencies:
5222
5222
-
"@types/hast": 3.0.4
5223
5223
-
comma-separated-tokens: 2.0.3
5224
5224
-
hast-util-parse-selector: 4.0.0
5225
5225
-
property-information: 6.5.0
5226
5226
-
space-separated-tokens: 2.0.2
4011
4011
+
js-yaml@3.14.1:
4012
4012
+
dependencies:
4013
4013
+
argparse: 1.0.10
4014
4014
+
esprima: 4.0.1
5227
4015
5228
5228
-
html-escaper@3.0.3: {}
4016
4016
+
js-yaml@4.1.0:
4017
4017
+
dependencies:
4018
4018
+
argparse: 2.0.1
5229
4019
5230
5230
-
html-void-elements@3.0.0: {}
4020
4020
+
jsesc@2.5.2: {}
5231
4021
5232
5232
-
htmlparser2@8.0.2:
5233
5233
-
dependencies:
5234
5234
-
domelementtype: 2.3.0
5235
5235
-
domhandler: 5.0.3
5236
5236
-
domutils: 3.1.0
5237
5237
-
entities: 4.5.0
4022
4022
+
json5@2.2.3: {}
5238
4023
5239
5239
-
http-cache-semantics@4.1.1: {}
4024
4024
+
jsonc-parser@2.3.1: {}
5240
4025
5241
5241
-
human-signals@2.1.0: {}
4026
4026
+
kind-of@6.0.3: {}
5242
4027
5243
5243
-
human-signals@5.0.0: {}
4028
4028
+
kleur@3.0.3: {}
5244
4029
5245
5245
-
import-meta-resolve@4.1.0: {}
4030
4030
+
kleur@4.1.5: {}
5246
4031
5247
5247
-
inline-style-parser@0.1.1: {}
4032
4032
+
kolorist@1.8.0: {}
5248
4033
5249
5249
-
inline-style-parser@0.2.3: {}
4034
4034
+
linkify-it@5.0.0:
4035
4035
+
dependencies:
4036
4036
+
uc.micro: 2.1.0
5250
4037
5251
5251
-
is-alphabetical@2.0.1: {}
4038
4038
+
load-yaml-file@0.2.0:
4039
4039
+
dependencies:
4040
4040
+
graceful-fs: 4.2.11
4041
4041
+
js-yaml: 3.14.1
4042
4042
+
pify: 4.0.1
4043
4043
+
strip-bom: 3.0.0
5252
4044
5253
5253
-
is-alphanumerical@2.0.1:
5254
5254
-
dependencies:
5255
5255
-
is-alphabetical: 2.0.1
5256
5256
-
is-decimal: 2.0.1
4045
4045
+
local-pkg@0.4.3: {}
5257
4046
5258
5258
-
is-arrayish@0.3.2: {}
4047
4047
+
local-pkg@0.5.0:
4048
4048
+
dependencies:
4049
4049
+
mlly: 1.7.1
4050
4050
+
pkg-types: 1.1.3
5259
4051
5260
5260
-
is-binary-path@2.1.0:
5261
5261
-
dependencies:
5262
5262
-
binary-extensions: 2.3.0
4052
4052
+
locate-path@5.0.0:
4053
4053
+
dependencies:
4054
4054
+
p-locate: 4.1.0
5263
4055
5264
5264
-
is-decimal@2.0.1: {}
4056
4056
+
locate-path@6.0.0:
4057
4057
+
dependencies:
4058
4058
+
p-locate: 5.0.0
5265
4059
5266
5266
-
is-docker@3.0.0: {}
4060
4060
+
log-symbols@6.0.0:
4061
4061
+
dependencies:
4062
4062
+
chalk: 5.3.0
4063
4063
+
is-unicode-supported: 1.3.0
5267
4064
5268
5268
-
is-extendable@0.1.1: {}
4065
4065
+
longest-streak@3.1.0: {}
5269
4066
5270
5270
-
is-extglob@2.1.1: {}
4067
4067
+
lru-cache@5.1.1:
4068
4068
+
dependencies:
4069
4069
+
yallist: 3.1.1
5271
4070
5272
5272
-
is-fullwidth-code-point@2.0.0: {}
4071
4071
+
magic-string@0.30.10:
4072
4072
+
dependencies:
4073
4073
+
'@jridgewell/sourcemap-codec': 1.5.0
5273
4074
5274
5274
-
is-fullwidth-code-point@3.0.0: {}
4075
4075
+
markdown-extensions@2.0.0: {}
5275
4076
5276
5276
-
is-glob@4.0.3:
5277
5277
-
dependencies:
5278
5278
-
is-extglob: 2.1.1
4077
4077
+
markdown-it@14.1.0:
4078
4078
+
dependencies:
4079
4079
+
argparse: 2.0.1
4080
4080
+
entities: 4.5.0
4081
4081
+
linkify-it: 5.0.0
4082
4082
+
mdurl: 2.0.0
4083
4083
+
punycode.js: 2.3.1
4084
4084
+
uc.micro: 2.1.0
5279
4085
5280
5280
-
is-hexadecimal@2.0.1: {}
4086
4086
+
markdown-table@3.0.3: {}
5281
4087
5282
5282
-
is-inside-container@1.0.0:
5283
5283
-
dependencies:
5284
5284
-
is-docker: 3.0.0
4088
4088
+
mdast-util-definitions@6.0.0:
4089
4089
+
dependencies:
4090
4090
+
'@types/mdast': 4.0.4
4091
4091
+
'@types/unist': 3.0.2
4092
4092
+
unist-util-visit: 5.0.0
5285
4093
5286
5286
-
is-interactive@2.0.0: {}
4094
4094
+
mdast-util-find-and-replace@3.0.1:
4095
4095
+
dependencies:
4096
4096
+
'@types/mdast': 4.0.4
4097
4097
+
escape-string-regexp: 5.0.0
4098
4098
+
unist-util-is: 6.0.0
4099
4099
+
unist-util-visit-parents: 6.0.1
5287
4100
5288
5288
-
is-number@7.0.0: {}
4101
4101
+
mdast-util-from-markdown@2.0.1:
4102
4102
+
dependencies:
4103
4103
+
'@types/mdast': 4.0.4
4104
4104
+
'@types/unist': 3.0.2
4105
4105
+
decode-named-character-reference: 1.0.2
4106
4106
+
devlop: 1.1.0
4107
4107
+
mdast-util-to-string: 4.0.0
4108
4108
+
micromark: 4.0.0
4109
4109
+
micromark-util-decode-numeric-character-reference: 2.0.1
4110
4110
+
micromark-util-decode-string: 2.0.0
4111
4111
+
micromark-util-normalize-identifier: 2.0.0
4112
4112
+
micromark-util-symbol: 2.0.0
4113
4113
+
micromark-util-types: 2.0.0
4114
4114
+
unist-util-stringify-position: 4.0.0
4115
4115
+
transitivePeerDependencies:
4116
4116
+
- supports-color
5289
4117
5290
5290
-
is-plain-obj@4.1.0: {}
4118
4118
+
mdast-util-gfm-autolink-literal@2.0.0:
4119
4119
+
dependencies:
4120
4120
+
'@types/mdast': 4.0.4
4121
4121
+
ccount: 2.0.1
4122
4122
+
devlop: 1.1.0
4123
4123
+
mdast-util-find-and-replace: 3.0.1
4124
4124
+
micromark-util-character: 2.1.0
5291
4125
5292
5292
-
is-reference@3.0.2:
5293
5293
-
dependencies:
5294
5294
-
"@types/estree": 1.0.5
4126
4126
+
mdast-util-gfm-footnote@2.0.0:
4127
4127
+
dependencies:
4128
4128
+
'@types/mdast': 4.0.4
4129
4129
+
devlop: 1.1.0
4130
4130
+
mdast-util-from-markdown: 2.0.1
4131
4131
+
mdast-util-to-markdown: 2.1.0
4132
4132
+
micromark-util-normalize-identifier: 2.0.0
4133
4133
+
transitivePeerDependencies:
4134
4134
+
- supports-color
5295
4135
5296
5296
-
is-stream@2.0.1: {}
4136
4136
+
mdast-util-gfm-strikethrough@2.0.0:
4137
4137
+
dependencies:
4138
4138
+
'@types/mdast': 4.0.4
4139
4139
+
mdast-util-from-markdown: 2.0.1
4140
4140
+
mdast-util-to-markdown: 2.1.0
4141
4141
+
transitivePeerDependencies:
4142
4142
+
- supports-color
5297
4143
5298
5298
-
is-stream@3.0.0: {}
4144
4144
+
mdast-util-gfm-table@2.0.0:
4145
4145
+
dependencies:
4146
4146
+
'@types/mdast': 4.0.4
4147
4147
+
devlop: 1.1.0
4148
4148
+
markdown-table: 3.0.3
4149
4149
+
mdast-util-from-markdown: 2.0.1
4150
4150
+
mdast-util-to-markdown: 2.1.0
4151
4151
+
transitivePeerDependencies:
4152
4152
+
- supports-color
5299
4153
5300
5300
-
is-unicode-supported@1.3.0: {}
4154
4154
+
mdast-util-gfm-task-list-item@2.0.0:
4155
4155
+
dependencies:
4156
4156
+
'@types/mdast': 4.0.4
4157
4157
+
devlop: 1.1.0
4158
4158
+
mdast-util-from-markdown: 2.0.1
4159
4159
+
mdast-util-to-markdown: 2.1.0
4160
4160
+
transitivePeerDependencies:
4161
4161
+
- supports-color
5301
4162
5302
5302
-
is-unicode-supported@2.0.0: {}
4163
4163
+
mdast-util-gfm@3.0.0:
4164
4164
+
dependencies:
4165
4165
+
mdast-util-from-markdown: 2.0.1
4166
4166
+
mdast-util-gfm-autolink-literal: 2.0.0
4167
4167
+
mdast-util-gfm-footnote: 2.0.0
4168
4168
+
mdast-util-gfm-strikethrough: 2.0.0
4169
4169
+
mdast-util-gfm-table: 2.0.0
4170
4170
+
mdast-util-gfm-task-list-item: 2.0.0
4171
4171
+
mdast-util-to-markdown: 2.1.0
4172
4172
+
transitivePeerDependencies:
4173
4173
+
- supports-color
5303
4174
5304
5304
-
is-wsl@3.1.0:
5305
5305
-
dependencies:
5306
5306
-
is-inside-container: 1.0.0
4175
4175
+
mdast-util-mdx-expression@2.0.0:
4176
4176
+
dependencies:
4177
4177
+
'@types/estree-jsx': 1.0.5
4178
4178
+
'@types/hast': 3.0.4
4179
4179
+
'@types/mdast': 4.0.4
4180
4180
+
devlop: 1.1.0
4181
4181
+
mdast-util-from-markdown: 2.0.1
4182
4182
+
mdast-util-to-markdown: 2.1.0
4183
4183
+
transitivePeerDependencies:
4184
4184
+
- supports-color
5307
4185
5308
5308
-
isexe@2.0.0: {}
4186
4186
+
mdast-util-mdx-jsx@3.1.2:
4187
4187
+
dependencies:
4188
4188
+
'@types/estree-jsx': 1.0.5
4189
4189
+
'@types/hast': 3.0.4
4190
4190
+
'@types/mdast': 4.0.4
4191
4191
+
'@types/unist': 3.0.2
4192
4192
+
ccount: 2.0.1
4193
4193
+
devlop: 1.1.0
4194
4194
+
mdast-util-from-markdown: 2.0.1
4195
4195
+
mdast-util-to-markdown: 2.1.0
4196
4196
+
parse-entities: 4.0.1
4197
4197
+
stringify-entities: 4.0.4
4198
4198
+
unist-util-remove-position: 5.0.0
4199
4199
+
unist-util-stringify-position: 4.0.0
4200
4200
+
vfile-message: 4.0.2
4201
4201
+
transitivePeerDependencies:
4202
4202
+
- supports-color
5309
4203
5310
5310
-
js-tokens@4.0.0: {}
4204
4204
+
mdast-util-mdx@3.0.0:
4205
4205
+
dependencies:
4206
4206
+
mdast-util-from-markdown: 2.0.1
4207
4207
+
mdast-util-mdx-expression: 2.0.0
4208
4208
+
mdast-util-mdx-jsx: 3.1.2
4209
4209
+
mdast-util-mdxjs-esm: 2.0.1
4210
4210
+
mdast-util-to-markdown: 2.1.0
4211
4211
+
transitivePeerDependencies:
4212
4212
+
- supports-color
5311
4213
5312
5312
-
js-yaml@3.14.1:
5313
5313
-
dependencies:
5314
5314
-
argparse: 1.0.10
5315
5315
-
esprima: 4.0.1
4214
4214
+
mdast-util-mdxjs-esm@2.0.1:
4215
4215
+
dependencies:
4216
4216
+
'@types/estree-jsx': 1.0.5
4217
4217
+
'@types/hast': 3.0.4
4218
4218
+
'@types/mdast': 4.0.4
4219
4219
+
devlop: 1.1.0
4220
4220
+
mdast-util-from-markdown: 2.0.1
4221
4221
+
mdast-util-to-markdown: 2.1.0
4222
4222
+
transitivePeerDependencies:
4223
4223
+
- supports-color
5316
4224
5317
5317
-
js-yaml@4.1.0:
5318
5318
-
dependencies:
5319
5319
-
argparse: 2.0.1
4225
4225
+
mdast-util-phrasing@4.1.0:
4226
4226
+
dependencies:
4227
4227
+
'@types/mdast': 4.0.4
4228
4228
+
unist-util-is: 6.0.0
5320
4229
5321
5321
-
jsesc@2.5.2: {}
4230
4230
+
mdast-util-to-hast@13.2.0:
4231
4231
+
dependencies:
4232
4232
+
'@types/hast': 3.0.4
4233
4233
+
'@types/mdast': 4.0.4
4234
4234
+
'@ungap/structured-clone': 1.2.0
4235
4235
+
devlop: 1.1.0
4236
4236
+
micromark-util-sanitize-uri: 2.0.0
4237
4237
+
trim-lines: 3.0.1
4238
4238
+
unist-util-position: 5.0.0
4239
4239
+
unist-util-visit: 5.0.0
4240
4240
+
vfile: 6.0.2
5322
4241
5323
5323
-
json5@2.2.3: {}
4242
4242
+
mdast-util-to-markdown@2.1.0:
4243
4243
+
dependencies:
4244
4244
+
'@types/mdast': 4.0.4
4245
4245
+
'@types/unist': 3.0.2
4246
4246
+
longest-streak: 3.1.0
4247
4247
+
mdast-util-phrasing: 4.1.0
4248
4248
+
mdast-util-to-string: 4.0.0
4249
4249
+
micromark-util-decode-string: 2.0.0
4250
4250
+
unist-util-visit: 5.0.0
4251
4251
+
zwitch: 2.0.4
5324
4252
5325
5325
-
kind-of@6.0.3: {}
4253
4253
+
mdast-util-to-string@4.0.0:
4254
4254
+
dependencies:
4255
4255
+
'@types/mdast': 4.0.4
5326
4256
5327
5327
-
kleur@3.0.3: {}
4257
4257
+
mdn-data@2.0.28: {}
5328
4258
5329
5329
-
kleur@4.1.5: {}
4259
4259
+
mdn-data@2.0.30: {}
5330
4260
5331
5331
-
kolorist@1.8.0: {}
4261
4261
+
mdurl@2.0.0: {}
5332
4262
5333
5333
-
load-yaml-file@0.2.0:
5334
5334
-
dependencies:
5335
5335
-
graceful-fs: 4.2.11
5336
5336
-
js-yaml: 3.14.1
5337
5337
-
pify: 4.0.1
5338
5338
-
strip-bom: 3.0.0
4263
4263
+
merge-stream@2.0.0: {}
5339
4264
5340
5340
-
local-pkg@0.4.3: {}
4265
4265
+
merge2@1.4.1: {}
5341
4266
5342
5342
-
local-pkg@0.5.0:
5343
5343
-
dependencies:
5344
5344
-
mlly: 1.7.1
5345
5345
-
pkg-types: 1.1.3
4267
4267
+
micromark-core-commonmark@2.0.1:
4268
4268
+
dependencies:
4269
4269
+
decode-named-character-reference: 1.0.2
4270
4270
+
devlop: 1.1.0
4271
4271
+
micromark-factory-destination: 2.0.0
4272
4272
+
micromark-factory-label: 2.0.0
4273
4273
+
micromark-factory-space: 2.0.0
4274
4274
+
micromark-factory-title: 2.0.0
4275
4275
+
micromark-factory-whitespace: 2.0.0
4276
4276
+
micromark-util-character: 2.1.0
4277
4277
+
micromark-util-chunked: 2.0.0
4278
4278
+
micromark-util-classify-character: 2.0.0
4279
4279
+
micromark-util-html-tag-name: 2.0.0
4280
4280
+
micromark-util-normalize-identifier: 2.0.0
4281
4281
+
micromark-util-resolve-all: 2.0.0
4282
4282
+
micromark-util-subtokenize: 2.0.1
4283
4283
+
micromark-util-symbol: 2.0.0
4284
4284
+
micromark-util-types: 2.0.0
5346
4285
5347
5347
-
locate-path@5.0.0:
5348
5348
-
dependencies:
5349
5349
-
p-locate: 4.1.0
4286
4286
+
micromark-extension-gfm-autolink-literal@2.1.0:
4287
4287
+
dependencies:
4288
4288
+
micromark-util-character: 2.1.0
4289
4289
+
micromark-util-sanitize-uri: 2.0.0
4290
4290
+
micromark-util-symbol: 2.0.0
4291
4291
+
micromark-util-types: 2.0.0
5350
4292
5351
5351
-
locate-path@6.0.0:
5352
5352
-
dependencies:
5353
5353
-
p-locate: 5.0.0
4293
4293
+
micromark-extension-gfm-footnote@2.1.0:
4294
4294
+
dependencies:
4295
4295
+
devlop: 1.1.0
4296
4296
+
micromark-core-commonmark: 2.0.1
4297
4297
+
micromark-factory-space: 2.0.0
4298
4298
+
micromark-util-character: 2.1.0
4299
4299
+
micromark-util-normalize-identifier: 2.0.0
4300
4300
+
micromark-util-sanitize-uri: 2.0.0
4301
4301
+
micromark-util-symbol: 2.0.0
4302
4302
+
micromark-util-types: 2.0.0
5354
4303
5355
5355
-
log-symbols@6.0.0:
5356
5356
-
dependencies:
5357
5357
-
chalk: 5.3.0
5358
5358
-
is-unicode-supported: 1.3.0
4304
4304
+
micromark-extension-gfm-strikethrough@2.1.0:
4305
4305
+
dependencies:
4306
4306
+
devlop: 1.1.0
4307
4307
+
micromark-util-chunked: 2.0.0
4308
4308
+
micromark-util-classify-character: 2.0.0
4309
4309
+
micromark-util-resolve-all: 2.0.0
4310
4310
+
micromark-util-symbol: 2.0.0
4311
4311
+
micromark-util-types: 2.0.0
5359
4312
5360
5360
-
longest-streak@3.1.0: {}
4313
4313
+
micromark-extension-gfm-table@2.1.0:
4314
4314
+
dependencies:
4315
4315
+
devlop: 1.1.0
4316
4316
+
micromark-factory-space: 2.0.0
4317
4317
+
micromark-util-character: 2.1.0
4318
4318
+
micromark-util-symbol: 2.0.0
4319
4319
+
micromark-util-types: 2.0.0
5361
4320
5362
5362
-
lru-cache@5.1.1:
5363
5363
-
dependencies:
5364
5364
-
yallist: 3.1.1
4321
4321
+
micromark-extension-gfm-tagfilter@2.0.0:
4322
4322
+
dependencies:
4323
4323
+
micromark-util-types: 2.0.0
5365
4324
5366
5366
-
magic-string@0.30.10:
5367
5367
-
dependencies:
5368
5368
-
"@jridgewell/sourcemap-codec": 1.5.0
4325
4325
+
micromark-extension-gfm-task-list-item@2.1.0:
4326
4326
+
dependencies:
4327
4327
+
devlop: 1.1.0
4328
4328
+
micromark-factory-space: 2.0.0
4329
4329
+
micromark-util-character: 2.1.0
4330
4330
+
micromark-util-symbol: 2.0.0
4331
4331
+
micromark-util-types: 2.0.0
5369
4332
5370
5370
-
markdown-extensions@2.0.0: {}
4333
4333
+
micromark-extension-gfm@3.0.0:
4334
4334
+
dependencies:
4335
4335
+
micromark-extension-gfm-autolink-literal: 2.1.0
4336
4336
+
micromark-extension-gfm-footnote: 2.1.0
4337
4337
+
micromark-extension-gfm-strikethrough: 2.1.0
4338
4338
+
micromark-extension-gfm-table: 2.1.0
4339
4339
+
micromark-extension-gfm-tagfilter: 2.0.0
4340
4340
+
micromark-extension-gfm-task-list-item: 2.1.0
4341
4341
+
micromark-util-combine-extensions: 2.0.0
4342
4342
+
micromark-util-types: 2.0.0
5371
4343
5372
5372
-
markdown-table@3.0.3: {}
4344
4344
+
micromark-extension-mdx-expression@3.0.0:
4345
4345
+
dependencies:
4346
4346
+
'@types/estree': 1.0.5
4347
4347
+
devlop: 1.1.0
4348
4348
+
micromark-factory-mdx-expression: 2.0.1
4349
4349
+
micromark-factory-space: 2.0.0
4350
4350
+
micromark-util-character: 2.1.0
4351
4351
+
micromark-util-events-to-acorn: 2.0.2
4352
4352
+
micromark-util-symbol: 2.0.0
4353
4353
+
micromark-util-types: 2.0.0
5373
4354
5374
5374
-
mdast-util-definitions@6.0.0:
5375
5375
-
dependencies:
5376
5376
-
"@types/mdast": 4.0.4
5377
5377
-
"@types/unist": 3.0.2
5378
5378
-
unist-util-visit: 5.0.0
4355
4355
+
micromark-extension-mdx-jsx@3.0.0:
4356
4356
+
dependencies:
4357
4357
+
'@types/acorn': 4.0.6
4358
4358
+
'@types/estree': 1.0.5
4359
4359
+
devlop: 1.1.0
4360
4360
+
estree-util-is-identifier-name: 3.0.0
4361
4361
+
micromark-factory-mdx-expression: 2.0.1
4362
4362
+
micromark-factory-space: 2.0.0
4363
4363
+
micromark-util-character: 2.1.0
4364
4364
+
micromark-util-symbol: 2.0.0
4365
4365
+
micromark-util-types: 2.0.0
4366
4366
+
vfile-message: 4.0.2
5379
4367
5380
5380
-
mdast-util-find-and-replace@3.0.1:
5381
5381
-
dependencies:
5382
5382
-
"@types/mdast": 4.0.4
5383
5383
-
escape-string-regexp: 5.0.0
5384
5384
-
unist-util-is: 6.0.0
5385
5385
-
unist-util-visit-parents: 6.0.1
4368
4368
+
micromark-extension-mdx-md@2.0.0:
4369
4369
+
dependencies:
4370
4370
+
micromark-util-types: 2.0.0
5386
4371
5387
5387
-
mdast-util-from-markdown@2.0.1:
5388
5388
-
dependencies:
5389
5389
-
"@types/mdast": 4.0.4
5390
5390
-
"@types/unist": 3.0.2
5391
5391
-
decode-named-character-reference: 1.0.2
5392
5392
-
devlop: 1.1.0
5393
5393
-
mdast-util-to-string: 4.0.0
5394
5394
-
micromark: 4.0.0
5395
5395
-
micromark-util-decode-numeric-character-reference: 2.0.1
5396
5396
-
micromark-util-decode-string: 2.0.0
5397
5397
-
micromark-util-normalize-identifier: 2.0.0
5398
5398
-
micromark-util-symbol: 2.0.0
5399
5399
-
micromark-util-types: 2.0.0
5400
5400
-
unist-util-stringify-position: 4.0.0
5401
5401
-
transitivePeerDependencies:
5402
5402
-
- supports-color
4372
4372
+
micromark-extension-mdxjs-esm@3.0.0:
4373
4373
+
dependencies:
4374
4374
+
'@types/estree': 1.0.5
4375
4375
+
devlop: 1.1.0
4376
4376
+
micromark-core-commonmark: 2.0.1
4377
4377
+
micromark-util-character: 2.1.0
4378
4378
+
micromark-util-events-to-acorn: 2.0.2
4379
4379
+
micromark-util-symbol: 2.0.0
4380
4380
+
micromark-util-types: 2.0.0
4381
4381
+
unist-util-position-from-estree: 2.0.0
4382
4382
+
vfile-message: 4.0.2
5403
4383
5404
5404
-
mdast-util-gfm-autolink-literal@2.0.0:
5405
5405
-
dependencies:
5406
5406
-
"@types/mdast": 4.0.4
5407
5407
-
ccount: 2.0.1
5408
5408
-
devlop: 1.1.0
5409
5409
-
mdast-util-find-and-replace: 3.0.1
5410
5410
-
micromark-util-character: 2.1.0
4384
4384
+
micromark-extension-mdxjs@3.0.0:
4385
4385
+
dependencies:
4386
4386
+
acorn: 8.12.1
4387
4387
+
acorn-jsx: 5.3.2(acorn@8.12.1)
4388
4388
+
micromark-extension-mdx-expression: 3.0.0
4389
4389
+
micromark-extension-mdx-jsx: 3.0.0
4390
4390
+
micromark-extension-mdx-md: 2.0.0
4391
4391
+
micromark-extension-mdxjs-esm: 3.0.0
4392
4392
+
micromark-util-combine-extensions: 2.0.0
4393
4393
+
micromark-util-types: 2.0.0
5411
4394
5412
5412
-
mdast-util-gfm-footnote@2.0.0:
5413
5413
-
dependencies:
5414
5414
-
"@types/mdast": 4.0.4
5415
5415
-
devlop: 1.1.0
5416
5416
-
mdast-util-from-markdown: 2.0.1
5417
5417
-
mdast-util-to-markdown: 2.1.0
5418
5418
-
micromark-util-normalize-identifier: 2.0.0
5419
5419
-
transitivePeerDependencies:
5420
5420
-
- supports-color
4395
4395
+
micromark-factory-destination@2.0.0:
4396
4396
+
dependencies:
4397
4397
+
micromark-util-character: 2.1.0
4398
4398
+
micromark-util-symbol: 2.0.0
4399
4399
+
micromark-util-types: 2.0.0
5421
4400
5422
5422
-
mdast-util-gfm-strikethrough@2.0.0:
5423
5423
-
dependencies:
5424
5424
-
"@types/mdast": 4.0.4
5425
5425
-
mdast-util-from-markdown: 2.0.1
5426
5426
-
mdast-util-to-markdown: 2.1.0
5427
5427
-
transitivePeerDependencies:
5428
5428
-
- supports-color
4401
4401
+
micromark-factory-label@2.0.0:
4402
4402
+
dependencies:
4403
4403
+
devlop: 1.1.0
4404
4404
+
micromark-util-character: 2.1.0
4405
4405
+
micromark-util-symbol: 2.0.0
4406
4406
+
micromark-util-types: 2.0.0
5429
4407
5430
5430
-
mdast-util-gfm-table@2.0.0:
5431
5431
-
dependencies:
5432
5432
-
"@types/mdast": 4.0.4
5433
5433
-
devlop: 1.1.0
5434
5434
-
markdown-table: 3.0.3
5435
5435
-
mdast-util-from-markdown: 2.0.1
5436
5436
-
mdast-util-to-markdown: 2.1.0
5437
5437
-
transitivePeerDependencies:
5438
5438
-
- supports-color
4408
4408
+
micromark-factory-mdx-expression@2.0.1:
4409
4409
+
dependencies:
4410
4410
+
'@types/estree': 1.0.5
4411
4411
+
devlop: 1.1.0
4412
4412
+
micromark-util-character: 2.1.0
4413
4413
+
micromark-util-events-to-acorn: 2.0.2
4414
4414
+
micromark-util-symbol: 2.0.0
4415
4415
+
micromark-util-types: 2.0.0
4416
4416
+
unist-util-position-from-estree: 2.0.0
4417
4417
+
vfile-message: 4.0.2
5439
4418
5440
5440
-
mdast-util-gfm-task-list-item@2.0.0:
5441
5441
-
dependencies:
5442
5442
-
"@types/mdast": 4.0.4
5443
5443
-
devlop: 1.1.0
5444
5444
-
mdast-util-from-markdown: 2.0.1
5445
5445
-
mdast-util-to-markdown: 2.1.0
5446
5446
-
transitivePeerDependencies:
5447
5447
-
- supports-color
4419
4419
+
micromark-factory-space@2.0.0:
4420
4420
+
dependencies:
4421
4421
+
micromark-util-character: 2.1.0
4422
4422
+
micromark-util-types: 2.0.0
5448
4423
5449
5449
-
mdast-util-gfm@3.0.0:
5450
5450
-
dependencies:
5451
5451
-
mdast-util-from-markdown: 2.0.1
5452
5452
-
mdast-util-gfm-autolink-literal: 2.0.0
5453
5453
-
mdast-util-gfm-footnote: 2.0.0
5454
5454
-
mdast-util-gfm-strikethrough: 2.0.0
5455
5455
-
mdast-util-gfm-table: 2.0.0
5456
5456
-
mdast-util-gfm-task-list-item: 2.0.0
5457
5457
-
mdast-util-to-markdown: 2.1.0
5458
5458
-
transitivePeerDependencies:
5459
5459
-
- supports-color
4424
4424
+
micromark-factory-title@2.0.0:
4425
4425
+
dependencies:
4426
4426
+
micromark-factory-space: 2.0.0
4427
4427
+
micromark-util-character: 2.1.0
4428
4428
+
micromark-util-symbol: 2.0.0
4429
4429
+
micromark-util-types: 2.0.0
5460
4430
5461
5461
-
mdast-util-mdx-expression@2.0.0:
5462
5462
-
dependencies:
5463
5463
-
"@types/estree-jsx": 1.0.5
5464
5464
-
"@types/hast": 3.0.4
5465
5465
-
"@types/mdast": 4.0.4
5466
5466
-
devlop: 1.1.0
5467
5467
-
mdast-util-from-markdown: 2.0.1
5468
5468
-
mdast-util-to-markdown: 2.1.0
5469
5469
-
transitivePeerDependencies:
5470
5470
-
- supports-color
4431
4431
+
micromark-factory-whitespace@2.0.0:
4432
4432
+
dependencies:
4433
4433
+
micromark-factory-space: 2.0.0
4434
4434
+
micromark-util-character: 2.1.0
4435
4435
+
micromark-util-symbol: 2.0.0
4436
4436
+
micromark-util-types: 2.0.0
5471
4437
5472
5472
-
mdast-util-mdx-jsx@3.1.2:
5473
5473
-
dependencies:
5474
5474
-
"@types/estree-jsx": 1.0.5
5475
5475
-
"@types/hast": 3.0.4
5476
5476
-
"@types/mdast": 4.0.4
5477
5477
-
"@types/unist": 3.0.2
5478
5478
-
ccount: 2.0.1
5479
5479
-
devlop: 1.1.0
5480
5480
-
mdast-util-from-markdown: 2.0.1
5481
5481
-
mdast-util-to-markdown: 2.1.0
5482
5482
-
parse-entities: 4.0.1
5483
5483
-
stringify-entities: 4.0.4
5484
5484
-
unist-util-remove-position: 5.0.0
5485
5485
-
unist-util-stringify-position: 4.0.0
5486
5486
-
vfile-message: 4.0.2
5487
5487
-
transitivePeerDependencies:
5488
5488
-
- supports-color
4438
4438
+
micromark-util-character@2.1.0:
4439
4439
+
dependencies:
4440
4440
+
micromark-util-symbol: 2.0.0
4441
4441
+
micromark-util-types: 2.0.0
5489
4442
5490
5490
-
mdast-util-mdx@3.0.0:
5491
5491
-
dependencies:
5492
5492
-
mdast-util-from-markdown: 2.0.1
5493
5493
-
mdast-util-mdx-expression: 2.0.0
5494
5494
-
mdast-util-mdx-jsx: 3.1.2
5495
5495
-
mdast-util-mdxjs-esm: 2.0.1
5496
5496
-
mdast-util-to-markdown: 2.1.0
5497
5497
-
transitivePeerDependencies:
5498
5498
-
- supports-color
4443
4443
+
micromark-util-chunked@2.0.0:
4444
4444
+
dependencies:
4445
4445
+
micromark-util-symbol: 2.0.0
5499
4446
5500
5500
-
mdast-util-mdxjs-esm@2.0.1:
5501
5501
-
dependencies:
5502
5502
-
"@types/estree-jsx": 1.0.5
5503
5503
-
"@types/hast": 3.0.4
5504
5504
-
"@types/mdast": 4.0.4
5505
5505
-
devlop: 1.1.0
5506
5506
-
mdast-util-from-markdown: 2.0.1
5507
5507
-
mdast-util-to-markdown: 2.1.0
5508
5508
-
transitivePeerDependencies:
5509
5509
-
- supports-color
4447
4447
+
micromark-util-classify-character@2.0.0:
4448
4448
+
dependencies:
4449
4449
+
micromark-util-character: 2.1.0
4450
4450
+
micromark-util-symbol: 2.0.0
4451
4451
+
micromark-util-types: 2.0.0
5510
4452
5511
5511
-
mdast-util-phrasing@4.1.0:
5512
5512
-
dependencies:
5513
5513
-
"@types/mdast": 4.0.4
5514
5514
-
unist-util-is: 6.0.0
4453
4453
+
micromark-util-combine-extensions@2.0.0:
4454
4454
+
dependencies:
4455
4455
+
micromark-util-chunked: 2.0.0
4456
4456
+
micromark-util-types: 2.0.0
5515
4457
5516
5516
-
mdast-util-to-hast@13.2.0:
5517
5517
-
dependencies:
5518
5518
-
"@types/hast": 3.0.4
5519
5519
-
"@types/mdast": 4.0.4
5520
5520
-
"@ungap/structured-clone": 1.2.0
5521
5521
-
devlop: 1.1.0
5522
5522
-
micromark-util-sanitize-uri: 2.0.0
5523
5523
-
trim-lines: 3.0.1
5524
5524
-
unist-util-position: 5.0.0
5525
5525
-
unist-util-visit: 5.0.0
5526
5526
-
vfile: 6.0.2
4458
4458
+
micromark-util-decode-numeric-character-reference@2.0.1:
4459
4459
+
dependencies:
4460
4460
+
micromark-util-symbol: 2.0.0
5527
4461
5528
5528
-
mdast-util-to-markdown@2.1.0:
5529
5529
-
dependencies:
5530
5530
-
"@types/mdast": 4.0.4
5531
5531
-
"@types/unist": 3.0.2
5532
5532
-
longest-streak: 3.1.0
5533
5533
-
mdast-util-phrasing: 4.1.0
5534
5534
-
mdast-util-to-string: 4.0.0
5535
5535
-
micromark-util-decode-string: 2.0.0
5536
5536
-
unist-util-visit: 5.0.0
5537
5537
-
zwitch: 2.0.4
4462
4462
+
micromark-util-decode-string@2.0.0:
4463
4463
+
dependencies:
4464
4464
+
decode-named-character-reference: 1.0.2
4465
4465
+
micromark-util-character: 2.1.0
4466
4466
+
micromark-util-decode-numeric-character-reference: 2.0.1
4467
4467
+
micromark-util-symbol: 2.0.0
5538
4468
5539
5539
-
mdast-util-to-string@4.0.0:
5540
5540
-
dependencies:
5541
5541
-
"@types/mdast": 4.0.4
4469
4469
+
micromark-util-encode@2.0.0: {}
5542
4470
5543
5543
-
mdn-data@2.0.28: {}
4471
4471
+
micromark-util-events-to-acorn@2.0.2:
4472
4472
+
dependencies:
4473
4473
+
'@types/acorn': 4.0.6
4474
4474
+
'@types/estree': 1.0.5
4475
4475
+
'@types/unist': 3.0.2
4476
4476
+
devlop: 1.1.0
4477
4477
+
estree-util-visit: 2.0.0
4478
4478
+
micromark-util-symbol: 2.0.0
4479
4479
+
micromark-util-types: 2.0.0
4480
4480
+
vfile-message: 4.0.2
5544
4481
5545
5545
-
mdn-data@2.0.30: {}
4482
4482
+
micromark-util-html-tag-name@2.0.0: {}
5546
4483
5547
5547
-
merge-stream@2.0.0: {}
4484
4484
+
micromark-util-normalize-identifier@2.0.0:
4485
4485
+
dependencies:
4486
4486
+
micromark-util-symbol: 2.0.0
5548
4487
5549
5549
-
merge2@1.4.1: {}
4488
4488
+
micromark-util-resolve-all@2.0.0:
4489
4489
+
dependencies:
4490
4490
+
micromark-util-types: 2.0.0
5550
4491
5551
5551
-
micromark-core-commonmark@2.0.1:
5552
5552
-
dependencies:
5553
5553
-
decode-named-character-reference: 1.0.2
5554
5554
-
devlop: 1.1.0
5555
5555
-
micromark-factory-destination: 2.0.0
5556
5556
-
micromark-factory-label: 2.0.0
5557
5557
-
micromark-factory-space: 2.0.0
5558
5558
-
micromark-factory-title: 2.0.0
5559
5559
-
micromark-factory-whitespace: 2.0.0
5560
5560
-
micromark-util-character: 2.1.0
5561
5561
-
micromark-util-chunked: 2.0.0
5562
5562
-
micromark-util-classify-character: 2.0.0
5563
5563
-
micromark-util-html-tag-name: 2.0.0
5564
5564
-
micromark-util-normalize-identifier: 2.0.0
5565
5565
-
micromark-util-resolve-all: 2.0.0
5566
5566
-
micromark-util-subtokenize: 2.0.1
5567
5567
-
micromark-util-symbol: 2.0.0
5568
5568
-
micromark-util-types: 2.0.0
4492
4492
+
micromark-util-sanitize-uri@2.0.0:
4493
4493
+
dependencies:
4494
4494
+
micromark-util-character: 2.1.0
4495
4495
+
micromark-util-encode: 2.0.0
4496
4496
+
micromark-util-symbol: 2.0.0
5569
4497
5570
5570
-
micromark-extension-gfm-autolink-literal@2.1.0:
5571
5571
-
dependencies:
5572
5572
-
micromark-util-character: 2.1.0
5573
5573
-
micromark-util-sanitize-uri: 2.0.0
5574
5574
-
micromark-util-symbol: 2.0.0
5575
5575
-
micromark-util-types: 2.0.0
4498
4498
+
micromark-util-subtokenize@2.0.1:
4499
4499
+
dependencies:
4500
4500
+
devlop: 1.1.0
4501
4501
+
micromark-util-chunked: 2.0.0
4502
4502
+
micromark-util-symbol: 2.0.0
4503
4503
+
micromark-util-types: 2.0.0
5576
4504
5577
5577
-
micromark-extension-gfm-footnote@2.1.0:
5578
5578
-
dependencies:
5579
5579
-
devlop: 1.1.0
5580
5580
-
micromark-core-commonmark: 2.0.1
5581
5581
-
micromark-factory-space: 2.0.0
5582
5582
-
micromark-util-character: 2.1.0
5583
5583
-
micromark-util-normalize-identifier: 2.0.0
5584
5584
-
micromark-util-sanitize-uri: 2.0.0
5585
5585
-
micromark-util-symbol: 2.0.0
5586
5586
-
micromark-util-types: 2.0.0
4505
4505
+
micromark-util-symbol@2.0.0: {}
5587
4506
5588
5588
-
micromark-extension-gfm-strikethrough@2.1.0:
5589
5589
-
dependencies:
5590
5590
-
devlop: 1.1.0
5591
5591
-
micromark-util-chunked: 2.0.0
5592
5592
-
micromark-util-classify-character: 2.0.0
5593
5593
-
micromark-util-resolve-all: 2.0.0
5594
5594
-
micromark-util-symbol: 2.0.0
5595
5595
-
micromark-util-types: 2.0.0
4507
4507
+
micromark-util-types@2.0.0: {}
5596
4508
5597
5597
-
micromark-extension-gfm-table@2.1.0:
5598
5598
-
dependencies:
5599
5599
-
devlop: 1.1.0
5600
5600
-
micromark-factory-space: 2.0.0
5601
5601
-
micromark-util-character: 2.1.0
5602
5602
-
micromark-util-symbol: 2.0.0
5603
5603
-
micromark-util-types: 2.0.0
4509
4509
+
micromark@4.0.0:
4510
4510
+
dependencies:
4511
4511
+
'@types/debug': 4.1.12
4512
4512
+
debug: 4.3.5
4513
4513
+
decode-named-character-reference: 1.0.2
4514
4514
+
devlop: 1.1.0
4515
4515
+
micromark-core-commonmark: 2.0.1
4516
4516
+
micromark-factory-space: 2.0.0
4517
4517
+
micromark-util-character: 2.1.0
4518
4518
+
micromark-util-chunked: 2.0.0
4519
4519
+
micromark-util-combine-extensions: 2.0.0
4520
4520
+
micromark-util-decode-numeric-character-reference: 2.0.1
4521
4521
+
micromark-util-encode: 2.0.0
4522
4522
+
micromark-util-normalize-identifier: 2.0.0
4523
4523
+
micromark-util-resolve-all: 2.0.0
4524
4524
+
micromark-util-sanitize-uri: 2.0.0
4525
4525
+
micromark-util-subtokenize: 2.0.1
4526
4526
+
micromark-util-symbol: 2.0.0
4527
4527
+
micromark-util-types: 2.0.0
4528
4528
+
transitivePeerDependencies:
4529
4529
+
- supports-color
5604
4530
5605
5605
-
micromark-extension-gfm-tagfilter@2.0.0:
5606
5606
-
dependencies:
5607
5607
-
micromark-util-types: 2.0.0
4531
4531
+
micromatch@4.0.7:
4532
4532
+
dependencies:
4533
4533
+
braces: 3.0.3
4534
4534
+
picomatch: 2.3.1
5608
4535
5609
5609
-
micromark-extension-gfm-task-list-item@2.1.0:
5610
5610
-
dependencies:
5611
5611
-
devlop: 1.1.0
5612
5612
-
micromark-factory-space: 2.0.0
5613
5613
-
micromark-util-character: 2.1.0
5614
5614
-
micromark-util-symbol: 2.0.0
5615
5615
-
micromark-util-types: 2.0.0
4536
4536
+
mimic-fn@2.1.0: {}
5616
4537
5617
5617
-
micromark-extension-gfm@3.0.0:
5618
5618
-
dependencies:
5619
5619
-
micromark-extension-gfm-autolink-literal: 2.1.0
5620
5620
-
micromark-extension-gfm-footnote: 2.1.0
5621
5621
-
micromark-extension-gfm-strikethrough: 2.1.0
5622
5622
-
micromark-extension-gfm-table: 2.1.0
5623
5623
-
micromark-extension-gfm-tagfilter: 2.0.0
5624
5624
-
micromark-extension-gfm-task-list-item: 2.1.0
5625
5625
-
micromark-util-combine-extensions: 2.0.0
5626
5626
-
micromark-util-types: 2.0.0
4538
4538
+
mimic-fn@4.0.0: {}
5627
4539
5628
5628
-
micromark-extension-mdx-expression@3.0.0:
5629
5629
-
dependencies:
5630
5630
-
"@types/estree": 1.0.5
5631
5631
-
devlop: 1.1.0
5632
5632
-
micromark-factory-mdx-expression: 2.0.1
5633
5633
-
micromark-factory-space: 2.0.0
5634
5634
-
micromark-util-character: 2.1.0
5635
5635
-
micromark-util-events-to-acorn: 2.0.2
5636
5636
-
micromark-util-symbol: 2.0.0
5637
5637
-
micromark-util-types: 2.0.0
4540
4540
+
minipass@3.3.6:
4541
4541
+
dependencies:
4542
4542
+
yallist: 4.0.0
5638
4543
5639
5639
-
micromark-extension-mdx-jsx@3.0.0:
5640
5640
-
dependencies:
5641
5641
-
"@types/acorn": 4.0.6
5642
5642
-
"@types/estree": 1.0.5
5643
5643
-
devlop: 1.1.0
5644
5644
-
estree-util-is-identifier-name: 3.0.0
5645
5645
-
micromark-factory-mdx-expression: 2.0.1
5646
5646
-
micromark-factory-space: 2.0.0
5647
5647
-
micromark-util-character: 2.1.0
5648
5648
-
micromark-util-symbol: 2.0.0
5649
5649
-
micromark-util-types: 2.0.0
5650
5650
-
vfile-message: 4.0.2
4544
4544
+
minipass@4.2.8: {}
5651
4545
5652
5652
-
micromark-extension-mdx-md@2.0.0:
5653
5653
-
dependencies:
5654
5654
-
micromark-util-types: 2.0.0
4546
4546
+
minipass@5.0.0: {}
5655
4547
5656
5656
-
micromark-extension-mdxjs-esm@3.0.0:
5657
5657
-
dependencies:
5658
5658
-
"@types/estree": 1.0.5
5659
5659
-
devlop: 1.1.0
5660
5660
-
micromark-core-commonmark: 2.0.1
5661
5661
-
micromark-util-character: 2.1.0
5662
5662
-
micromark-util-events-to-acorn: 2.0.2
5663
5663
-
micromark-util-symbol: 2.0.0
5664
5664
-
micromark-util-types: 2.0.0
5665
5665
-
unist-util-position-from-estree: 2.0.0
5666
5666
-
vfile-message: 4.0.2
4548
4548
+
minizlib@2.1.2:
4549
4549
+
dependencies:
4550
4550
+
minipass: 3.3.6
4551
4551
+
yallist: 4.0.0
5667
4552
5668
5668
-
micromark-extension-mdxjs@3.0.0:
5669
5669
-
dependencies:
5670
5670
-
acorn: 8.12.1
5671
5671
-
acorn-jsx: 5.3.2(acorn@8.12.1)
5672
5672
-
micromark-extension-mdx-expression: 3.0.0
5673
5673
-
micromark-extension-mdx-jsx: 3.0.0
5674
5674
-
micromark-extension-mdx-md: 2.0.0
5675
5675
-
micromark-extension-mdxjs-esm: 3.0.0
5676
5676
-
micromark-util-combine-extensions: 2.0.0
5677
5677
-
micromark-util-types: 2.0.0
4553
4553
+
mkdirp@1.0.4: {}
5678
4554
5679
5679
-
micromark-factory-destination@2.0.0:
5680
5680
-
dependencies:
5681
5681
-
micromark-util-character: 2.1.0
5682
5682
-
micromark-util-symbol: 2.0.0
5683
5683
-
micromark-util-types: 2.0.0
4555
4555
+
mlly@1.7.1:
4556
4556
+
dependencies:
4557
4557
+
acorn: 8.12.1
4558
4558
+
pathe: 1.1.2
4559
4559
+
pkg-types: 1.1.3
4560
4560
+
ufo: 1.5.4
5684
4561
5685
5685
-
micromark-factory-label@2.0.0:
5686
5686
-
dependencies:
5687
5687
-
devlop: 1.1.0
5688
5688
-
micromark-util-character: 2.1.0
5689
5689
-
micromark-util-symbol: 2.0.0
5690
5690
-
micromark-util-types: 2.0.0
4562
4562
+
mrmime@2.0.0: {}
5691
4563
5692
5692
-
micromark-factory-mdx-expression@2.0.1:
5693
5693
-
dependencies:
5694
5694
-
"@types/estree": 1.0.5
5695
5695
-
devlop: 1.1.0
5696
5696
-
micromark-util-character: 2.1.0
5697
5697
-
micromark-util-events-to-acorn: 2.0.2
5698
5698
-
micromark-util-symbol: 2.0.0
5699
5699
-
micromark-util-types: 2.0.0
5700
5700
-
unist-util-position-from-estree: 2.0.0
5701
5701
-
vfile-message: 4.0.2
4564
4564
+
ms@2.1.2: {}
5702
4565
5703
5703
-
micromark-factory-space@2.0.0:
5704
5704
-
dependencies:
5705
5705
-
micromark-util-character: 2.1.0
5706
5706
-
micromark-util-types: 2.0.0
4566
4566
+
muggle-string@0.4.1: {}
5707
4567
5708
5708
-
micromark-factory-title@2.0.0:
5709
5709
-
dependencies:
5710
5710
-
micromark-factory-space: 2.0.0
5711
5711
-
micromark-util-character: 2.1.0
5712
5712
-
micromark-util-symbol: 2.0.0
5713
5713
-
micromark-util-types: 2.0.0
4568
4568
+
nanoid@3.3.7: {}
5714
4569
5715
5715
-
micromark-factory-whitespace@2.0.0:
5716
5716
-
dependencies:
5717
5717
-
micromark-factory-space: 2.0.0
5718
5718
-
micromark-util-character: 2.1.0
5719
5719
-
micromark-util-symbol: 2.0.0
5720
5720
-
micromark-util-types: 2.0.0
4570
4570
+
nlcst-to-string@4.0.0:
4571
4571
+
dependencies:
4572
4572
+
'@types/nlcst': 2.0.3
5721
4573
5722
5722
-
micromark-util-character@2.1.0:
5723
5723
-
dependencies:
5724
5724
-
micromark-util-symbol: 2.0.0
5725
5725
-
micromark-util-types: 2.0.0
4574
4574
+
node-releases@2.0.18: {}
5726
4575
5727
5727
-
micromark-util-chunked@2.0.0:
5728
5728
-
dependencies:
5729
5729
-
micromark-util-symbol: 2.0.0
4576
4576
+
normalize-path@3.0.0: {}
5730
4577
5731
5731
-
micromark-util-classify-character@2.0.0:
5732
5732
-
dependencies:
5733
5733
-
micromark-util-character: 2.1.0
5734
5734
-
micromark-util-symbol: 2.0.0
5735
5735
-
micromark-util-types: 2.0.0
4578
4578
+
npm-run-path@4.0.1:
4579
4579
+
dependencies:
4580
4580
+
path-key: 3.1.1
5736
4581
5737
5737
-
micromark-util-combine-extensions@2.0.0:
5738
5738
-
dependencies:
5739
5739
-
micromark-util-chunked: 2.0.0
5740
5740
-
micromark-util-types: 2.0.0
4582
4582
+
npm-run-path@5.3.0:
4583
4583
+
dependencies:
4584
4584
+
path-key: 4.0.0
5741
4585
5742
5742
-
micromark-util-decode-numeric-character-reference@2.0.1:
5743
5743
-
dependencies:
5744
5744
-
micromark-util-symbol: 2.0.0
4586
4586
+
nth-check@2.1.1:
4587
4587
+
dependencies:
4588
4588
+
boolbase: 1.0.0
5745
4589
5746
5746
-
micromark-util-decode-string@2.0.0:
5747
5747
-
dependencies:
5748
5748
-
decode-named-character-reference: 1.0.2
5749
5749
-
micromark-util-character: 2.1.0
5750
5750
-
micromark-util-decode-numeric-character-reference: 2.0.1
5751
5751
-
micromark-util-symbol: 2.0.0
4590
4590
+
once@1.4.0:
4591
4591
+
dependencies:
4592
4592
+
wrappy: 1.0.2
5752
4593
5753
5753
-
micromark-util-encode@2.0.0: {}
4594
4594
+
onetime@5.1.2:
4595
4595
+
dependencies:
4596
4596
+
mimic-fn: 2.1.0
5754
4597
5755
5755
-
micromark-util-events-to-acorn@2.0.2:
5756
5756
-
dependencies:
5757
5757
-
"@types/acorn": 4.0.6
5758
5758
-
"@types/estree": 1.0.5
5759
5759
-
"@types/unist": 3.0.2
5760
5760
-
devlop: 1.1.0
5761
5761
-
estree-util-visit: 2.0.0
5762
5762
-
micromark-util-symbol: 2.0.0
5763
5763
-
micromark-util-types: 2.0.0
5764
5764
-
vfile-message: 4.0.2
4598
4598
+
onetime@6.0.0:
4599
4599
+
dependencies:
4600
4600
+
mimic-fn: 4.0.0
5765
4601
5766
5766
-
micromark-util-html-tag-name@2.0.0: {}
4602
4602
+
ora@8.0.1:
4603
4603
+
dependencies:
4604
4604
+
chalk: 5.3.0
4605
4605
+
cli-cursor: 4.0.0
4606
4606
+
cli-spinners: 2.9.2
4607
4607
+
is-interactive: 2.0.0
4608
4608
+
is-unicode-supported: 2.0.0
4609
4609
+
log-symbols: 6.0.0
4610
4610
+
stdin-discarder: 0.2.2
4611
4611
+
string-width: 7.2.0
4612
4612
+
strip-ansi: 7.1.0
5767
4613
5768
5768
-
micromark-util-normalize-identifier@2.0.0:
5769
5769
-
dependencies:
5770
5770
-
micromark-util-symbol: 2.0.0
4614
4614
+
p-limit@2.3.0:
4615
4615
+
dependencies:
4616
4616
+
p-try: 2.2.0
5771
4617
5772
5772
-
micromark-util-resolve-all@2.0.0:
5773
5773
-
dependencies:
5774
5774
-
micromark-util-types: 2.0.0
4618
4618
+
p-limit@3.1.0:
4619
4619
+
dependencies:
4620
4620
+
yocto-queue: 0.1.0
5775
4621
5776
5776
-
micromark-util-sanitize-uri@2.0.0:
5777
5777
-
dependencies:
5778
5778
-
micromark-util-character: 2.1.0
5779
5779
-
micromark-util-encode: 2.0.0
5780
5780
-
micromark-util-symbol: 2.0.0
4622
4622
+
p-limit@6.1.0:
4623
4623
+
dependencies:
4624
4624
+
yocto-queue: 1.1.1
5781
4625
5782
5782
-
micromark-util-subtokenize@2.0.1:
5783
5783
-
dependencies:
5784
5784
-
devlop: 1.1.0
5785
5785
-
micromark-util-chunked: 2.0.0
5786
5786
-
micromark-util-symbol: 2.0.0
5787
5787
-
micromark-util-types: 2.0.0
4626
4626
+
p-locate@4.1.0:
4627
4627
+
dependencies:
4628
4628
+
p-limit: 2.3.0
5788
4629
5789
5789
-
micromark-util-symbol@2.0.0: {}
4630
4630
+
p-locate@5.0.0:
4631
4631
+
dependencies:
4632
4632
+
p-limit: 3.1.0
5790
4633
5791
5791
-
micromark-util-types@2.0.0: {}
4634
4634
+
p-queue@8.0.1:
4635
4635
+
dependencies:
4636
4636
+
eventemitter3: 5.0.1
4637
4637
+
p-timeout: 6.1.2
5792
4638
5793
5793
-
micromark@4.0.0:
5794
5794
-
dependencies:
5795
5795
-
"@types/debug": 4.1.12
5796
5796
-
debug: 4.3.5
5797
5797
-
decode-named-character-reference: 1.0.2
5798
5798
-
devlop: 1.1.0
5799
5799
-
micromark-core-commonmark: 2.0.1
5800
5800
-
micromark-factory-space: 2.0.0
5801
5801
-
micromark-util-character: 2.1.0
5802
5802
-
micromark-util-chunked: 2.0.0
5803
5803
-
micromark-util-combine-extensions: 2.0.0
5804
5804
-
micromark-util-decode-numeric-character-reference: 2.0.1
5805
5805
-
micromark-util-encode: 2.0.0
5806
5806
-
micromark-util-normalize-identifier: 2.0.0
5807
5807
-
micromark-util-resolve-all: 2.0.0
5808
5808
-
micromark-util-sanitize-uri: 2.0.0
5809
5809
-
micromark-util-subtokenize: 2.0.1
5810
5810
-
micromark-util-symbol: 2.0.0
5811
5811
-
micromark-util-types: 2.0.0
5812
5812
-
transitivePeerDependencies:
5813
5813
-
- supports-color
4639
4639
+
p-timeout@6.1.2: {}
5814
4640
5815
5815
-
micromatch@4.0.7:
5816
5816
-
dependencies:
5817
5817
-
braces: 3.0.3
5818
5818
-
picomatch: 2.3.1
4641
4641
+
p-try@2.2.0: {}
5819
4642
5820
5820
-
mimic-fn@2.1.0: {}
4643
4643
+
parse-entities@4.0.1:
4644
4644
+
dependencies:
4645
4645
+
'@types/unist': 2.0.10
4646
4646
+
character-entities: 2.0.2
4647
4647
+
character-entities-legacy: 3.0.0
4648
4648
+
character-reference-invalid: 2.0.1
4649
4649
+
decode-named-character-reference: 1.0.2
4650
4650
+
is-alphanumerical: 2.0.1
4651
4651
+
is-decimal: 2.0.1
4652
4652
+
is-hexadecimal: 2.0.1
5821
4653
5822
5822
-
mimic-fn@4.0.0: {}
4654
4654
+
parse-latin@7.0.0:
4655
4655
+
dependencies:
4656
4656
+
'@types/nlcst': 2.0.3
4657
4657
+
'@types/unist': 3.0.2
4658
4658
+
nlcst-to-string: 4.0.0
4659
4659
+
unist-util-modify-children: 4.0.0
4660
4660
+
unist-util-visit-children: 3.0.0
4661
4661
+
vfile: 6.0.2
5823
4662
5824
5824
-
minipass@3.3.6:
5825
5825
-
dependencies:
5826
5826
-
yallist: 4.0.0
4663
4663
+
parse-srcset@1.0.2: {}
5827
4664
5828
5828
-
minipass@4.2.8: {}
4665
4665
+
parse5-htmlparser2-tree-adapter@7.0.0:
4666
4666
+
dependencies:
4667
4667
+
domhandler: 5.0.3
4668
4668
+
parse5: 7.1.2
5829
4669
5830
5830
-
minipass@5.0.0: {}
4670
4670
+
parse5@7.1.2:
4671
4671
+
dependencies:
4672
4672
+
entities: 4.5.0
5831
4673
5832
5832
-
minizlib@2.1.2:
5833
5833
-
dependencies:
5834
5834
-
minipass: 3.3.6
5835
5835
-
yallist: 4.0.0
4674
4674
+
path-browserify@1.0.1: {}
5836
4675
5837
5837
-
mkdirp@1.0.4: {}
4676
4676
+
path-exists@4.0.0: {}
5838
4677
5839
5839
-
mlly@1.7.1:
5840
5840
-
dependencies:
5841
5841
-
acorn: 8.12.1
5842
5842
-
pathe: 1.1.2
5843
5843
-
pkg-types: 1.1.3
5844
5844
-
ufo: 1.5.4
4678
4678
+
path-key@3.1.1: {}
5845
4679
5846
5846
-
mrmime@2.0.0: {}
4680
4680
+
path-key@4.0.0: {}
5847
4681
5848
5848
-
ms@2.1.2: {}
4682
4682
+
path-to-regexp@6.2.2: {}
5849
4683
5850
5850
-
nanoid@3.3.7: {}
4684
4684
+
pathe@1.1.2: {}
5851
4685
5852
5852
-
nlcst-to-string@4.0.0:
5853
5853
-
dependencies:
5854
5854
-
"@types/nlcst": 2.0.3
4686
4686
+
pend@1.2.0: {}
5855
4687
5856
5856
-
node-releases@2.0.18: {}
4688
4688
+
periscopic@3.1.0:
4689
4689
+
dependencies:
4690
4690
+
'@types/estree': 1.0.5
4691
4691
+
estree-walker: 3.0.3
4692
4692
+
is-reference: 3.0.2
5857
4693
5858
5858
-
normalize-path@3.0.0: {}
4694
4694
+
picocolors@1.0.1: {}
5859
4695
5860
5860
-
npm-run-path@4.0.1:
5861
5861
-
dependencies:
5862
5862
-
path-key: 3.1.1
4696
4696
+
picomatch@2.3.1: {}
5863
4697
5864
5864
-
npm-run-path@5.3.0:
5865
5865
-
dependencies:
5866
5866
-
path-key: 4.0.0
4698
4698
+
pify@4.0.1: {}
5867
4699
5868
5868
-
nth-check@2.1.1:
5869
5869
-
dependencies:
5870
5870
-
boolbase: 1.0.0
4700
4700
+
pkg-dir@4.2.0:
4701
4701
+
dependencies:
4702
4702
+
find-up: 4.1.0
5871
4703
5872
5872
-
once@1.4.0:
5873
5873
-
dependencies:
5874
5874
-
wrappy: 1.0.2
4704
4704
+
pkg-types@1.1.3:
4705
4705
+
dependencies:
4706
4706
+
confbox: 0.1.7
4707
4707
+
mlly: 1.7.1
4708
4708
+
pathe: 1.1.2
5875
4709
5876
5876
-
onetime@5.1.2:
5877
5877
-
dependencies:
5878
5878
-
mimic-fn: 2.1.0
4710
4710
+
postcss@8.4.40:
4711
4711
+
dependencies:
4712
4712
+
nanoid: 3.3.7
4713
4713
+
picocolors: 1.0.1
4714
4714
+
source-map-js: 1.2.0
5879
4715
5880
5880
-
onetime@6.0.0:
5881
5881
-
dependencies:
5882
5882
-
mimic-fn: 4.0.0
4716
4716
+
preferred-pm@4.0.0:
4717
4717
+
dependencies:
4718
4718
+
find-up-simple: 1.0.0
4719
4719
+
find-yarn-workspace-root2: 1.2.16
4720
4720
+
which-pm: 3.0.0
5883
4721
5884
5884
-
ora@8.0.1:
5885
5885
-
dependencies:
5886
5886
-
chalk: 5.3.0
5887
5887
-
cli-cursor: 4.0.0
5888
5888
-
cli-spinners: 2.9.2
5889
5889
-
is-interactive: 2.0.0
5890
5890
-
is-unicode-supported: 2.0.0
5891
5891
-
log-symbols: 6.0.0
5892
5892
-
stdin-discarder: 0.2.2
5893
5893
-
string-width: 7.2.0
5894
5894
-
strip-ansi: 7.1.0
4722
4722
+
prettier-plugin-astro@0.14.1:
4723
4723
+
dependencies:
4724
4724
+
'@astrojs/compiler': 2.9.2
4725
4725
+
prettier: 3.3.3
4726
4726
+
sass-formatter: 0.7.9
5895
4727
5896
5896
-
p-limit@2.3.0:
5897
5897
-
dependencies:
5898
5898
-
p-try: 2.2.0
4728
4728
+
prettier@3.3.3: {}
5899
4729
5900
5900
-
p-limit@3.1.0:
5901
5901
-
dependencies:
5902
5902
-
yocto-queue: 0.1.0
4730
4730
+
prismjs@1.29.0: {}
5903
4731
5904
5904
-
p-limit@6.1.0:
5905
5905
-
dependencies:
5906
5906
-
yocto-queue: 1.1.1
4732
4732
+
prompts@2.4.2:
4733
4733
+
dependencies:
4734
4734
+
kleur: 3.0.3
4735
4735
+
sisteransi: 1.0.5
5907
4736
5908
5908
-
p-locate@4.1.0:
5909
5909
-
dependencies:
5910
5910
-
p-limit: 2.3.0
4737
4737
+
property-information@6.5.0: {}
5911
4738
5912
5912
-
p-locate@5.0.0:
5913
5913
-
dependencies:
5914
5914
-
p-limit: 3.1.0
4739
4739
+
pump@3.0.0:
4740
4740
+
dependencies:
4741
4741
+
end-of-stream: 1.4.4
4742
4742
+
once: 1.4.0
5915
4743
5916
5916
-
p-queue@8.0.1:
5917
5917
-
dependencies:
5918
5918
-
eventemitter3: 5.0.1
5919
5919
-
p-timeout: 6.1.2
4744
4744
+
punycode.js@2.3.1: {}
5920
4745
5921
5921
-
p-timeout@6.1.2: {}
4746
4746
+
queue-microtask@1.2.3: {}
5922
4747
5923
5923
-
p-try@2.2.0: {}
4748
4748
+
readdirp@3.6.0:
4749
4749
+
dependencies:
4750
4750
+
picomatch: 2.3.1
5924
4751
5925
5925
-
parse-entities@4.0.1:
5926
5926
-
dependencies:
5927
5927
-
"@types/unist": 2.0.10
5928
5928
-
character-entities: 2.0.2
5929
5929
-
character-entities-legacy: 3.0.0
5930
5930
-
character-reference-invalid: 2.0.1
5931
5931
-
decode-named-character-reference: 1.0.2
5932
5932
-
is-alphanumerical: 2.0.1
5933
5933
-
is-decimal: 2.0.1
5934
5934
-
is-hexadecimal: 2.0.1
4752
4752
+
rehype-parse@9.0.0:
4753
4753
+
dependencies:
4754
4754
+
'@types/hast': 3.0.4
4755
4755
+
hast-util-from-html: 2.0.1
4756
4756
+
unified: 11.0.5
5935
4757
5936
5936
-
parse-latin@7.0.0:
5937
5937
-
dependencies:
5938
5938
-
"@types/nlcst": 2.0.3
5939
5939
-
"@types/unist": 3.0.2
5940
5940
-
nlcst-to-string: 4.0.0
5941
5941
-
unist-util-modify-children: 4.0.0
5942
5942
-
unist-util-visit-children: 3.0.0
5943
5943
-
vfile: 6.0.2
4758
4758
+
rehype-raw@7.0.0:
4759
4759
+
dependencies:
4760
4760
+
'@types/hast': 3.0.4
4761
4761
+
hast-util-raw: 9.0.4
4762
4762
+
vfile: 6.0.2
5944
4763
5945
5945
-
parse5-htmlparser2-tree-adapter@7.0.0:
5946
5946
-
dependencies:
5947
5947
-
domhandler: 5.0.3
5948
5948
-
parse5: 7.1.2
4764
4764
+
rehype-stringify@10.0.0:
4765
4765
+
dependencies:
4766
4766
+
'@types/hast': 3.0.4
4767
4767
+
hast-util-to-html: 9.0.1
4768
4768
+
unified: 11.0.5
5949
4769
5950
5950
-
parse5@7.1.2:
5951
5951
-
dependencies:
5952
5952
-
entities: 4.5.0
4770
4770
+
rehype@13.0.1:
4771
4771
+
dependencies:
4772
4772
+
'@types/hast': 3.0.4
4773
4773
+
rehype-parse: 9.0.0
4774
4774
+
rehype-stringify: 10.0.0
4775
4775
+
unified: 11.0.5
5953
4776
5954
5954
-
path-exists@4.0.0: {}
4777
4777
+
remark-gfm@4.0.0:
4778
4778
+
dependencies:
4779
4779
+
'@types/mdast': 4.0.4
4780
4780
+
mdast-util-gfm: 3.0.0
4781
4781
+
micromark-extension-gfm: 3.0.0
4782
4782
+
remark-parse: 11.0.0
4783
4783
+
remark-stringify: 11.0.0
4784
4784
+
unified: 11.0.5
4785
4785
+
transitivePeerDependencies:
4786
4786
+
- supports-color
5955
4787
5956
5956
-
path-key@3.1.1: {}
4788
4788
+
remark-mdx@3.0.1:
4789
4789
+
dependencies:
4790
4790
+
mdast-util-mdx: 3.0.0
4791
4791
+
micromark-extension-mdxjs: 3.0.0
4792
4792
+
transitivePeerDependencies:
4793
4793
+
- supports-color
5957
4794
5958
5958
-
path-key@4.0.0: {}
4795
4795
+
remark-parse@11.0.0:
4796
4796
+
dependencies:
4797
4797
+
'@types/mdast': 4.0.4
4798
4798
+
mdast-util-from-markdown: 2.0.1
4799
4799
+
micromark-util-types: 2.0.0
4800
4800
+
unified: 11.0.5
4801
4801
+
transitivePeerDependencies:
4802
4802
+
- supports-color
5959
4803
5960
5960
-
path-to-regexp@6.2.2: {}
4804
4804
+
remark-rehype@11.1.0:
4805
4805
+
dependencies:
4806
4806
+
'@types/hast': 3.0.4
4807
4807
+
'@types/mdast': 4.0.4
4808
4808
+
mdast-util-to-hast: 13.2.0
4809
4809
+
unified: 11.0.5
4810
4810
+
vfile: 6.0.2
5961
4811
5962
5962
-
pathe@1.1.2: {}
4812
4812
+
remark-smartypants@3.0.2:
4813
4813
+
dependencies:
4814
4814
+
retext: 9.0.0
4815
4815
+
retext-smartypants: 6.1.0
4816
4816
+
unified: 11.0.5
4817
4817
+
unist-util-visit: 5.0.0
5963
4818
5964
5964
-
pend@1.2.0: {}
4819
4819
+
remark-stringify@11.0.0:
4820
4820
+
dependencies:
4821
4821
+
'@types/mdast': 4.0.4
4822
4822
+
mdast-util-to-markdown: 2.1.0
4823
4823
+
unified: 11.0.5
5965
4824
5966
5966
-
periscopic@3.1.0:
5967
5967
-
dependencies:
5968
5968
-
"@types/estree": 1.0.5
5969
5969
-
estree-walker: 3.0.3
5970
5970
-
is-reference: 3.0.2
4825
4825
+
request-light@0.7.0: {}
5971
4826
5972
5972
-
picocolors@1.0.1: {}
4827
4827
+
require-directory@2.1.1: {}
5973
4828
5974
5974
-
picomatch@2.3.1: {}
4829
4829
+
require-main-filename@2.0.0: {}
5975
4830
5976
5976
-
pify@4.0.1: {}
4831
4831
+
restore-cursor@4.0.0:
4832
4832
+
dependencies:
4833
4833
+
onetime: 5.1.2
4834
4834
+
signal-exit: 3.0.7
5977
4835
5978
5978
-
pkg-dir@4.2.0:
5979
5979
-
dependencies:
5980
5980
-
find-up: 4.1.0
4836
4836
+
retext-latin@4.0.0:
4837
4837
+
dependencies:
4838
4838
+
'@types/nlcst': 2.0.3
4839
4839
+
parse-latin: 7.0.0
4840
4840
+
unified: 11.0.5
5981
4841
5982
5982
-
pkg-types@1.1.3:
5983
5983
-
dependencies:
5984
5984
-
confbox: 0.1.7
5985
5985
-
mlly: 1.7.1
5986
5986
-
pathe: 1.1.2
4842
4842
+
retext-smartypants@6.1.0:
4843
4843
+
dependencies:
4844
4844
+
'@types/nlcst': 2.0.3
4845
4845
+
nlcst-to-string: 4.0.0
4846
4846
+
unist-util-visit: 5.0.0
5987
4847
5988
5988
-
postcss@8.4.40:
5989
5989
-
dependencies:
5990
5990
-
nanoid: 3.3.7
5991
5991
-
picocolors: 1.0.1
5992
5992
-
source-map-js: 1.2.0
4848
4848
+
retext-stringify@4.0.0:
4849
4849
+
dependencies:
4850
4850
+
'@types/nlcst': 2.0.3
4851
4851
+
nlcst-to-string: 4.0.0
4852
4852
+
unified: 11.0.5
5993
4853
5994
5994
-
preferred-pm@4.0.0:
5995
5995
-
dependencies:
5996
5996
-
find-up-simple: 1.0.0
5997
5997
-
find-yarn-workspace-root2: 1.2.16
5998
5998
-
which-pm: 3.0.0
4854
4854
+
retext@9.0.0:
4855
4855
+
dependencies:
4856
4856
+
'@types/nlcst': 2.0.3
4857
4857
+
retext-latin: 4.0.0
4858
4858
+
retext-stringify: 4.0.0
4859
4859
+
unified: 11.0.5
5999
4860
6000
6000
-
prettier-plugin-astro@0.14.1:
6001
6001
-
dependencies:
6002
6002
-
"@astrojs/compiler": 2.9.2
6003
6003
-
prettier: 3.3.3
6004
6004
-
sass-formatter: 0.7.9
4861
4861
+
reusify@1.0.4: {}
6005
4862
6006
6006
-
prettier@3.3.3: {}
4863
4863
+
rollup@4.19.0:
4864
4864
+
dependencies:
4865
4865
+
'@types/estree': 1.0.5
4866
4866
+
optionalDependencies:
4867
4867
+
'@rollup/rollup-android-arm-eabi': 4.19.0
4868
4868
+
'@rollup/rollup-android-arm64': 4.19.0
4869
4869
+
'@rollup/rollup-darwin-arm64': 4.19.0
4870
4870
+
'@rollup/rollup-darwin-x64': 4.19.0
4871
4871
+
'@rollup/rollup-linux-arm-gnueabihf': 4.19.0
4872
4872
+
'@rollup/rollup-linux-arm-musleabihf': 4.19.0
4873
4873
+
'@rollup/rollup-linux-arm64-gnu': 4.19.0
4874
4874
+
'@rollup/rollup-linux-arm64-musl': 4.19.0
4875
4875
+
'@rollup/rollup-linux-powerpc64le-gnu': 4.19.0
4876
4876
+
'@rollup/rollup-linux-riscv64-gnu': 4.19.0
4877
4877
+
'@rollup/rollup-linux-s390x-gnu': 4.19.0
4878
4878
+
'@rollup/rollup-linux-x64-gnu': 4.19.0
4879
4879
+
'@rollup/rollup-linux-x64-musl': 4.19.0
4880
4880
+
'@rollup/rollup-win32-arm64-msvc': 4.19.0
4881
4881
+
'@rollup/rollup-win32-ia32-msvc': 4.19.0
4882
4882
+
'@rollup/rollup-win32-x64-msvc': 4.19.0
4883
4883
+
fsevents: 2.3.3
6007
4884
6008
6008
-
prismjs@1.29.0: {}
4885
4885
+
run-parallel@1.2.0:
4886
4886
+
dependencies:
4887
4887
+
queue-microtask: 1.2.3
6009
4888
6010
6010
-
prompts@2.4.2:
6011
6011
-
dependencies:
6012
6012
-
kleur: 3.0.3
6013
6013
-
sisteransi: 1.0.5
4889
4889
+
s.color@0.0.15: {}
6014
4890
6015
6015
-
property-information@6.5.0: {}
4891
4891
+
sanitize-html@2.13.0:
4892
4892
+
dependencies:
4893
4893
+
deepmerge: 4.3.1
4894
4894
+
escape-string-regexp: 4.0.0
4895
4895
+
htmlparser2: 8.0.2
4896
4896
+
is-plain-object: 5.0.0
4897
4897
+
parse-srcset: 1.0.2
4898
4898
+
postcss: 8.4.40
6016
4899
6017
6017
-
pump@3.0.0:
6018
6018
-
dependencies:
6019
6019
-
end-of-stream: 1.4.4
6020
6020
-
once: 1.4.0
4900
4900
+
sass-formatter@0.7.9:
4901
4901
+
dependencies:
4902
4902
+
suf-log: 2.5.3
6021
4903
6022
6022
-
queue-microtask@1.2.3: {}
4904
4904
+
sax@1.4.1: {}
6023
4905
6024
6024
-
readdirp@3.6.0:
6025
6025
-
dependencies:
6026
6026
-
picomatch: 2.3.1
4906
4906
+
section-matter@1.0.0:
4907
4907
+
dependencies:
4908
4908
+
extend-shallow: 2.0.1
4909
4909
+
kind-of: 6.0.3
6027
4910
6028
6028
-
rehype-parse@9.0.0:
6029
6029
-
dependencies:
6030
6030
-
"@types/hast": 3.0.4
6031
6031
-
hast-util-from-html: 2.0.1
6032
6032
-
unified: 11.0.5
4911
4911
+
semver@6.3.1: {}
6033
4912
6034
6034
-
rehype-raw@7.0.0:
6035
6035
-
dependencies:
6036
6036
-
"@types/hast": 3.0.4
6037
6037
-
hast-util-raw: 9.0.4
6038
6038
-
vfile: 6.0.2
4913
4913
+
semver@7.6.3: {}
6039
4914
6040
6040
-
rehype-stringify@10.0.0:
6041
6041
-
dependencies:
6042
6042
-
"@types/hast": 3.0.4
6043
6043
-
hast-util-to-html: 9.0.1
6044
6044
-
unified: 11.0.5
4915
4915
+
set-blocking@2.0.0: {}
6045
4916
6046
6046
-
rehype@13.0.1:
6047
6047
-
dependencies:
6048
6048
-
"@types/hast": 3.0.4
6049
6049
-
rehype-parse: 9.0.0
6050
6050
-
rehype-stringify: 10.0.0
6051
6051
-
unified: 11.0.5
4917
4917
+
sharp@0.33.4:
4918
4918
+
dependencies:
4919
4919
+
color: 4.2.3
4920
4920
+
detect-libc: 2.0.3
4921
4921
+
semver: 7.6.3
4922
4922
+
optionalDependencies:
4923
4923
+
'@img/sharp-darwin-arm64': 0.33.4
4924
4924
+
'@img/sharp-darwin-x64': 0.33.4
4925
4925
+
'@img/sharp-libvips-darwin-arm64': 1.0.2
4926
4926
+
'@img/sharp-libvips-darwin-x64': 1.0.2
4927
4927
+
'@img/sharp-libvips-linux-arm': 1.0.2
4928
4928
+
'@img/sharp-libvips-linux-arm64': 1.0.2
4929
4929
+
'@img/sharp-libvips-linux-s390x': 1.0.2
4930
4930
+
'@img/sharp-libvips-linux-x64': 1.0.2
4931
4931
+
'@img/sharp-libvips-linuxmusl-arm64': 1.0.2
4932
4932
+
'@img/sharp-libvips-linuxmusl-x64': 1.0.2
4933
4933
+
'@img/sharp-linux-arm': 0.33.4
4934
4934
+
'@img/sharp-linux-arm64': 0.33.4
4935
4935
+
'@img/sharp-linux-s390x': 0.33.4
4936
4936
+
'@img/sharp-linux-x64': 0.33.4
4937
4937
+
'@img/sharp-linuxmusl-arm64': 0.33.4
4938
4938
+
'@img/sharp-linuxmusl-x64': 0.33.4
4939
4939
+
'@img/sharp-wasm32': 0.33.4
4940
4940
+
'@img/sharp-win32-ia32': 0.33.4
4941
4941
+
'@img/sharp-win32-x64': 0.33.4
6052
4942
6053
6053
-
remark-gfm@4.0.0:
6054
6054
-
dependencies:
6055
6055
-
"@types/mdast": 4.0.4
6056
6056
-
mdast-util-gfm: 3.0.0
6057
6057
-
micromark-extension-gfm: 3.0.0
6058
6058
-
remark-parse: 11.0.0
6059
6059
-
remark-stringify: 11.0.0
6060
6060
-
unified: 11.0.5
6061
6061
-
transitivePeerDependencies:
6062
6062
-
- supports-color
4943
4943
+
shebang-command@2.0.0:
4944
4944
+
dependencies:
4945
4945
+
shebang-regex: 3.0.0
6063
4946
6064
6064
-
remark-mdx@3.0.1:
6065
6065
-
dependencies:
6066
6066
-
mdast-util-mdx: 3.0.0
6067
6067
-
micromark-extension-mdxjs: 3.0.0
6068
6068
-
transitivePeerDependencies:
6069
6069
-
- supports-color
4947
4947
+
shebang-regex@3.0.0: {}
6070
4948
6071
6071
-
remark-parse@11.0.0:
6072
6072
-
dependencies:
6073
6073
-
"@types/mdast": 4.0.4
6074
6074
-
mdast-util-from-markdown: 2.0.1
6075
6075
-
micromark-util-types: 2.0.0
6076
6076
-
unified: 11.0.5
6077
6077
-
transitivePeerDependencies:
6078
6078
-
- supports-color
4949
4949
+
shiki@1.11.2:
4950
4950
+
dependencies:
4951
4951
+
'@shikijs/core': 1.11.2
4952
4952
+
'@types/hast': 3.0.4
6079
4953
6080
6080
-
remark-rehype@11.1.0:
6081
6081
-
dependencies:
6082
6082
-
"@types/hast": 3.0.4
6083
6083
-
"@types/mdast": 4.0.4
6084
6084
-
mdast-util-to-hast: 13.2.0
6085
6085
-
unified: 11.0.5
6086
6086
-
vfile: 6.0.2
4954
4954
+
signal-exit@3.0.7: {}
6087
4955
6088
6088
-
remark-smartypants@3.0.2:
6089
6089
-
dependencies:
6090
6090
-
retext: 9.0.0
6091
6091
-
retext-smartypants: 6.1.0
6092
6092
-
unified: 11.0.5
6093
6093
-
unist-util-visit: 5.0.0
4956
4956
+
signal-exit@4.1.0: {}
6094
4957
6095
6095
-
remark-stringify@11.0.0:
6096
6096
-
dependencies:
6097
6097
-
"@types/mdast": 4.0.4
6098
6098
-
mdast-util-to-markdown: 2.1.0
6099
6099
-
unified: 11.0.5
4958
4958
+
simple-swizzle@0.2.2:
4959
4959
+
dependencies:
4960
4960
+
is-arrayish: 0.3.2
6100
4961
6101
6101
-
require-directory@2.1.1: {}
4962
4962
+
sisteransi@1.0.5: {}
6102
4963
6103
6103
-
require-main-filename@2.0.0: {}
4964
4964
+
sitemap@7.1.2:
4965
4965
+
dependencies:
4966
4966
+
'@types/node': 17.0.45
4967
4967
+
'@types/sax': 1.2.7
4968
4968
+
arg: 5.0.2
4969
4969
+
sax: 1.4.1
6104
4970
6105
6105
-
restore-cursor@4.0.0:
6106
6106
-
dependencies:
6107
6107
-
onetime: 5.1.2
6108
6108
-
signal-exit: 3.0.7
4971
4971
+
slugify@1.6.6: {}
6109
4972
6110
6110
-
retext-latin@4.0.0:
6111
6111
-
dependencies:
6112
6112
-
"@types/nlcst": 2.0.3
6113
6113
-
parse-latin: 7.0.0
6114
6114
-
unified: 11.0.5
4973
4973
+
source-map-js@1.2.0: {}
6115
4974
6116
6116
-
retext-smartypants@6.1.0:
6117
6117
-
dependencies:
6118
6118
-
"@types/nlcst": 2.0.3
6119
6119
-
nlcst-to-string: 4.0.0
6120
6120
-
unist-util-visit: 5.0.0
4975
4975
+
source-map@0.7.4: {}
6121
4976
6122
6122
-
retext-stringify@4.0.0:
6123
6123
-
dependencies:
6124
6124
-
"@types/nlcst": 2.0.3
6125
6125
-
nlcst-to-string: 4.0.0
6126
6126
-
unified: 11.0.5
4977
4977
+
space-separated-tokens@2.0.2: {}
6127
4978
6128
6128
-
retext@9.0.0:
6129
6129
-
dependencies:
6130
6130
-
"@types/nlcst": 2.0.3
6131
6131
-
retext-latin: 4.0.0
6132
6132
-
retext-stringify: 4.0.0
6133
6133
-
unified: 11.0.5
4979
4979
+
sprintf-js@1.0.3: {}
6134
4980
6135
6135
-
reusify@1.0.4: {}
4981
4981
+
stdin-discarder@0.2.2: {}
6136
4982
6137
6137
-
rollup@4.19.0:
6138
6138
-
dependencies:
6139
6139
-
"@types/estree": 1.0.5
6140
6140
-
optionalDependencies:
6141
6141
-
"@rollup/rollup-android-arm-eabi": 4.19.0
6142
6142
-
"@rollup/rollup-android-arm64": 4.19.0
6143
6143
-
"@rollup/rollup-darwin-arm64": 4.19.0
6144
6144
-
"@rollup/rollup-darwin-x64": 4.19.0
6145
6145
-
"@rollup/rollup-linux-arm-gnueabihf": 4.19.0
6146
6146
-
"@rollup/rollup-linux-arm-musleabihf": 4.19.0
6147
6147
-
"@rollup/rollup-linux-arm64-gnu": 4.19.0
6148
6148
-
"@rollup/rollup-linux-arm64-musl": 4.19.0
6149
6149
-
"@rollup/rollup-linux-powerpc64le-gnu": 4.19.0
6150
6150
-
"@rollup/rollup-linux-riscv64-gnu": 4.19.0
6151
6151
-
"@rollup/rollup-linux-s390x-gnu": 4.19.0
6152
6152
-
"@rollup/rollup-linux-x64-gnu": 4.19.0
6153
6153
-
"@rollup/rollup-linux-x64-musl": 4.19.0
6154
6154
-
"@rollup/rollup-win32-arm64-msvc": 4.19.0
6155
6155
-
"@rollup/rollup-win32-ia32-msvc": 4.19.0
6156
6156
-
"@rollup/rollup-win32-x64-msvc": 4.19.0
6157
6157
-
fsevents: 2.3.3
4983
4983
+
stream-replace-string@2.0.0: {}
6158
4984
6159
6159
-
run-parallel@1.2.0:
6160
6160
-
dependencies:
6161
6161
-
queue-microtask: 1.2.3
4985
4985
+
string-width@2.1.1:
4986
4986
+
dependencies:
4987
4987
+
is-fullwidth-code-point: 2.0.0
4988
4988
+
strip-ansi: 4.0.0
6162
4989
6163
6163
-
s.color@0.0.15: {}
4990
4990
+
string-width@4.2.3:
4991
4991
+
dependencies:
4992
4992
+
emoji-regex: 8.0.0
4993
4993
+
is-fullwidth-code-point: 3.0.0
4994
4994
+
strip-ansi: 6.0.1
6164
4995
6165
6165
-
sass-formatter@0.7.9:
6166
6166
-
dependencies:
6167
6167
-
suf-log: 2.5.3
4996
4996
+
string-width@5.1.2:
4997
4997
+
dependencies:
4998
4998
+
eastasianwidth: 0.2.0
4999
4999
+
emoji-regex: 9.2.2
5000
5000
+
strip-ansi: 7.1.0
6168
5001
6169
6169
-
sax@1.4.1: {}
5002
5002
+
string-width@7.2.0:
5003
5003
+
dependencies:
5004
5004
+
emoji-regex: 10.3.0
5005
5005
+
get-east-asian-width: 1.2.0
5006
5006
+
strip-ansi: 7.1.0
6170
5007
6171
6171
-
section-matter@1.0.0:
6172
6172
-
dependencies:
6173
6173
-
extend-shallow: 2.0.1
6174
6174
-
kind-of: 6.0.3
5008
5008
+
stringify-entities@4.0.4:
5009
5009
+
dependencies:
5010
5010
+
character-entities-html4: 2.1.0
5011
5011
+
character-entities-legacy: 3.0.0
6175
5012
6176
6176
-
semver@6.3.1: {}
5013
5013
+
strip-ansi@4.0.0:
5014
5014
+
dependencies:
5015
5015
+
ansi-regex: 3.0.1
6177
5016
6178
6178
-
semver@7.6.3: {}
5017
5017
+
strip-ansi@6.0.1:
5018
5018
+
dependencies:
5019
5019
+
ansi-regex: 5.0.1
6179
5020
6180
6180
-
set-blocking@2.0.0: {}
5021
5021
+
strip-ansi@7.1.0:
5022
5022
+
dependencies:
5023
5023
+
ansi-regex: 6.0.1
6181
5024
6182
6182
-
sharp@0.33.4:
6183
6183
-
dependencies:
6184
6184
-
color: 4.2.3
6185
6185
-
detect-libc: 2.0.3
6186
6186
-
semver: 7.6.3
6187
6187
-
optionalDependencies:
6188
6188
-
"@img/sharp-darwin-arm64": 0.33.4
6189
6189
-
"@img/sharp-darwin-x64": 0.33.4
6190
6190
-
"@img/sharp-libvips-darwin-arm64": 1.0.2
6191
6191
-
"@img/sharp-libvips-darwin-x64": 1.0.2
6192
6192
-
"@img/sharp-libvips-linux-arm": 1.0.2
6193
6193
-
"@img/sharp-libvips-linux-arm64": 1.0.2
6194
6194
-
"@img/sharp-libvips-linux-s390x": 1.0.2
6195
6195
-
"@img/sharp-libvips-linux-x64": 1.0.2
6196
6196
-
"@img/sharp-libvips-linuxmusl-arm64": 1.0.2
6197
6197
-
"@img/sharp-libvips-linuxmusl-x64": 1.0.2
6198
6198
-
"@img/sharp-linux-arm": 0.33.4
6199
6199
-
"@img/sharp-linux-arm64": 0.33.4
6200
6200
-
"@img/sharp-linux-s390x": 0.33.4
6201
6201
-
"@img/sharp-linux-x64": 0.33.4
6202
6202
-
"@img/sharp-linuxmusl-arm64": 0.33.4
6203
6203
-
"@img/sharp-linuxmusl-x64": 0.33.4
6204
6204
-
"@img/sharp-wasm32": 0.33.4
6205
6205
-
"@img/sharp-win32-ia32": 0.33.4
6206
6206
-
"@img/sharp-win32-x64": 0.33.4
5025
5025
+
strip-bom-string@1.0.0: {}
6207
5026
6208
6208
-
shebang-command@2.0.0:
6209
6209
-
dependencies:
6210
6210
-
shebang-regex: 3.0.0
5027
5027
+
strip-bom@3.0.0: {}
6211
5028
6212
6212
-
shebang-regex@3.0.0: {}
5029
5029
+
strip-final-newline@2.0.0: {}
6213
5030
6214
6214
-
shiki@1.11.1:
6215
6215
-
dependencies:
6216
6216
-
"@shikijs/core": 1.11.1
6217
6217
-
"@types/hast": 3.0.4
5031
5031
+
strip-final-newline@3.0.0: {}
6218
5032
6219
6219
-
signal-exit@3.0.7: {}
5033
5033
+
strnum@1.0.5: {}
6220
5034
6221
6221
-
signal-exit@4.1.0: {}
5035
5035
+
style-to-object@0.4.4:
5036
5036
+
dependencies:
5037
5037
+
inline-style-parser: 0.1.1
6222
5038
6223
6223
-
simple-swizzle@0.2.2:
6224
6224
-
dependencies:
6225
6225
-
is-arrayish: 0.3.2
5039
5039
+
style-to-object@1.0.6:
5040
5040
+
dependencies:
5041
5041
+
inline-style-parser: 0.2.3
6226
5042
6227
6227
-
sisteransi@1.0.5: {}
5043
5043
+
suf-log@2.5.3:
5044
5044
+
dependencies:
5045
5045
+
s.color: 0.0.15
6228
5046
6229
6229
-
sitemap@7.1.2:
6230
6230
-
dependencies:
6231
6231
-
"@types/node": 17.0.45
6232
6232
-
"@types/sax": 1.2.7
6233
6233
-
arg: 5.0.2
6234
6234
-
sax: 1.4.1
5047
5047
+
supports-color@5.5.0:
5048
5048
+
dependencies:
5049
5049
+
has-flag: 3.0.0
6235
5050
6236
6236
-
slugify@1.6.6: {}
5051
5051
+
svgo@3.0.3:
5052
5052
+
dependencies:
5053
5053
+
'@trysound/sax': 0.2.0
5054
5054
+
commander: 7.2.0
5055
5055
+
css-select: 5.1.0
5056
5056
+
css-tree: 2.3.1
5057
5057
+
csso: 5.0.5
5058
5058
+
picocolors: 1.0.1
6237
5059
6238
6238
-
source-map-js@1.2.0: {}
5060
5060
+
tar@6.2.1:
5061
5061
+
dependencies:
5062
5062
+
chownr: 2.0.0
5063
5063
+
fs-minipass: 2.1.0
5064
5064
+
minipass: 5.0.0
5065
5065
+
minizlib: 2.1.2
5066
5066
+
mkdirp: 1.0.4
5067
5067
+
yallist: 4.0.0
6239
5068
6240
6240
-
source-map@0.7.4: {}
5069
5069
+
to-fast-properties@2.0.0: {}
6241
5070
6242
6242
-
space-separated-tokens@2.0.2: {}
5071
5071
+
to-regex-range@5.0.1:
5072
5072
+
dependencies:
5073
5073
+
is-number: 7.0.0
6243
5074
6244
6244
-
sprintf-js@1.0.3: {}
5075
5075
+
trim-lines@3.0.1: {}
6245
5076
6246
6246
-
stdin-discarder@0.2.2: {}
5077
5077
+
trough@2.2.0: {}
6247
5078
6248
6248
-
stream-replace-string@2.0.0: {}
5079
5079
+
tsconfck@3.1.1(typescript@5.5.4):
5080
5080
+
optionalDependencies:
5081
5081
+
typescript: 5.5.4
6249
5082
6250
6250
-
string-width@2.1.1:
6251
6251
-
dependencies:
6252
6252
-
is-fullwidth-code-point: 2.0.0
6253
6253
-
strip-ansi: 4.0.0
5083
5083
+
tslib@2.6.3:
5084
5084
+
optional: true
6254
5085
6255
6255
-
string-width@4.2.3:
6256
6256
-
dependencies:
6257
6257
-
emoji-regex: 8.0.0
6258
6258
-
is-fullwidth-code-point: 3.0.0
6259
6259
-
strip-ansi: 6.0.1
5086
5086
+
type-fest@2.19.0: {}
6260
5087
6261
6261
-
string-width@5.1.2:
6262
6262
-
dependencies:
6263
6263
-
eastasianwidth: 0.2.0
6264
6264
-
emoji-regex: 9.2.2
6265
6265
-
strip-ansi: 7.1.0
5088
5088
+
typesafe-path@0.2.2: {}
6266
5089
6267
6267
-
string-width@7.2.0:
6268
6268
-
dependencies:
6269
6269
-
emoji-regex: 10.3.0
6270
6270
-
get-east-asian-width: 1.2.0
6271
6271
-
strip-ansi: 7.1.0
5090
5090
+
typescript-auto-import-cache@0.3.3:
5091
5091
+
dependencies:
5092
5092
+
semver: 7.6.3
6272
5093
6273
6273
-
stringify-entities@4.0.4:
6274
6274
-
dependencies:
6275
6275
-
character-entities-html4: 2.1.0
6276
6276
-
character-entities-legacy: 3.0.0
5094
5094
+
typescript@5.5.4: {}
6277
5095
6278
6278
-
strip-ansi@4.0.0:
6279
6279
-
dependencies:
6280
6280
-
ansi-regex: 3.0.1
5096
5096
+
uc.micro@2.1.0: {}
6281
5097
6282
6282
-
strip-ansi@6.0.1:
6283
6283
-
dependencies:
6284
6284
-
ansi-regex: 5.0.1
5098
5098
+
ufo@1.5.4: {}
6285
5099
6286
6286
-
strip-ansi@7.1.0:
6287
6287
-
dependencies:
6288
6288
-
ansi-regex: 6.0.1
5100
5100
+
undici-types@5.26.5: {}
6289
5101
6290
6290
-
strip-bom-string@1.0.0: {}
5102
5102
+
unified@11.0.5:
5103
5103
+
dependencies:
5104
5104
+
'@types/unist': 3.0.2
5105
5105
+
bail: 2.0.2
5106
5106
+
devlop: 1.1.0
5107
5107
+
extend: 3.0.2
5108
5108
+
is-plain-obj: 4.1.0
5109
5109
+
trough: 2.2.0
5110
5110
+
vfile: 6.0.2
6291
5111
6292
6292
-
strip-bom@3.0.0: {}
5112
5112
+
unist-util-find-after@5.0.0:
5113
5113
+
dependencies:
5114
5114
+
'@types/unist': 3.0.2
5115
5115
+
unist-util-is: 6.0.0
6293
5116
6294
6294
-
strip-final-newline@2.0.0: {}
5117
5117
+
unist-util-is@6.0.0:
5118
5118
+
dependencies:
5119
5119
+
'@types/unist': 3.0.2
6295
5120
6296
6296
-
strip-final-newline@3.0.0: {}
5121
5121
+
unist-util-modify-children@4.0.0:
5122
5122
+
dependencies:
5123
5123
+
'@types/unist': 3.0.2
5124
5124
+
array-iterate: 2.0.1
6297
5125
6298
6298
-
style-to-object@0.4.4:
6299
6299
-
dependencies:
6300
6300
-
inline-style-parser: 0.1.1
5126
5126
+
unist-util-position-from-estree@2.0.0:
5127
5127
+
dependencies:
5128
5128
+
'@types/unist': 3.0.2
6301
5129
6302
6302
-
style-to-object@1.0.6:
6303
6303
-
dependencies:
6304
6304
-
inline-style-parser: 0.2.3
5130
5130
+
unist-util-position@5.0.0:
5131
5131
+
dependencies:
5132
5132
+
'@types/unist': 3.0.2
6305
5133
6306
6306
-
suf-log@2.5.3:
6307
6307
-
dependencies:
6308
6308
-
s.color: 0.0.15
5134
5134
+
unist-util-remove-position@5.0.0:
5135
5135
+
dependencies:
5136
5136
+
'@types/unist': 3.0.2
5137
5137
+
unist-util-visit: 5.0.0
6309
5138
6310
6310
-
supports-color@5.5.0:
6311
6311
-
dependencies:
6312
6312
-
has-flag: 3.0.0
5139
5139
+
unist-util-stringify-position@4.0.0:
5140
5140
+
dependencies:
5141
5141
+
'@types/unist': 3.0.2
6313
5142
6314
6314
-
svgo@3.0.3:
6315
6315
-
dependencies:
6316
6316
-
"@trysound/sax": 0.2.0
6317
6317
-
commander: 7.2.0
6318
6318
-
css-select: 5.1.0
6319
6319
-
css-tree: 2.3.1
6320
6320
-
csso: 5.0.5
6321
6321
-
picocolors: 1.0.1
5143
5143
+
unist-util-visit-children@3.0.0:
5144
5144
+
dependencies:
5145
5145
+
'@types/unist': 3.0.2
6322
5146
6323
6323
-
tar@6.2.1:
6324
6324
-
dependencies:
6325
6325
-
chownr: 2.0.0
6326
6326
-
fs-minipass: 2.1.0
6327
6327
-
minipass: 5.0.0
6328
6328
-
minizlib: 2.1.2
6329
6329
-
mkdirp: 1.0.4
6330
6330
-
yallist: 4.0.0
5147
5147
+
unist-util-visit-parents@6.0.1:
5148
5148
+
dependencies:
5149
5149
+
'@types/unist': 3.0.2
5150
5150
+
unist-util-is: 6.0.0
6331
5151
6332
6332
-
to-fast-properties@2.0.0: {}
5152
5152
+
unist-util-visit@5.0.0:
5153
5153
+
dependencies:
5154
5154
+
'@types/unist': 3.0.2
5155
5155
+
unist-util-is: 6.0.0
5156
5156
+
unist-util-visit-parents: 6.0.1
6333
5157
6334
6334
-
to-regex-range@5.0.1:
6335
6335
-
dependencies:
6336
6336
-
is-number: 7.0.0
5158
5158
+
update-browserslist-db@1.1.0(browserslist@4.23.2):
5159
5159
+
dependencies:
5160
5160
+
browserslist: 4.23.2
5161
5161
+
escalade: 3.1.2
5162
5162
+
picocolors: 1.0.1
6337
5163
6338
6338
-
trim-lines@3.0.1: {}
5164
5164
+
vfile-location@5.0.3:
5165
5165
+
dependencies:
5166
5166
+
'@types/unist': 3.0.2
5167
5167
+
vfile: 6.0.2
6339
5168
6340
6340
-
trough@2.2.0: {}
5169
5169
+
vfile-message@4.0.2:
5170
5170
+
dependencies:
5171
5171
+
'@types/unist': 3.0.2
5172
5172
+
unist-util-stringify-position: 4.0.0
6341
5173
6342
6342
-
tsconfck@3.1.1: {}
5174
5174
+
vfile@6.0.2:
5175
5175
+
dependencies:
5176
5176
+
'@types/unist': 3.0.2
5177
5177
+
unist-util-stringify-position: 4.0.0
5178
5178
+
vfile-message: 4.0.2
6343
5179
6344
6344
-
tslib@2.6.3:
6345
6345
-
optional: true
5180
5180
+
vite@5.3.5(@types/node@20.14.12):
5181
5181
+
dependencies:
5182
5182
+
esbuild: 0.21.5
5183
5183
+
postcss: 8.4.40
5184
5184
+
rollup: 4.19.0
5185
5185
+
optionalDependencies:
5186
5186
+
'@types/node': 20.14.12
5187
5187
+
fsevents: 2.3.3
6346
5188
6347
6347
-
type-fest@2.19.0: {}
5189
5189
+
vitefu@0.2.5(vite@5.3.5(@types/node@20.14.12)):
5190
5190
+
optionalDependencies:
5191
5191
+
vite: 5.3.5(@types/node@20.14.12)
6348
5192
6349
6349
-
ufo@1.5.4: {}
5193
5193
+
volar-service-css@0.0.59(@volar/language-service@2.4.0-alpha.18):
5194
5194
+
dependencies:
5195
5195
+
vscode-css-languageservice: 6.3.0
5196
5196
+
vscode-languageserver-textdocument: 1.0.11
5197
5197
+
vscode-uri: 3.0.8
5198
5198
+
optionalDependencies:
5199
5199
+
'@volar/language-service': 2.4.0-alpha.18
6350
5200
6351
6351
-
undici-types@5.26.5: {}
5201
5201
+
volar-service-emmet@0.0.59(@volar/language-service@2.4.0-alpha.18):
5202
5202
+
dependencies:
5203
5203
+
'@emmetio/css-parser': 0.4.0
5204
5204
+
'@emmetio/html-matcher': 1.3.0
5205
5205
+
'@vscode/emmet-helper': 2.9.3
5206
5206
+
vscode-uri: 3.0.8
5207
5207
+
optionalDependencies:
5208
5208
+
'@volar/language-service': 2.4.0-alpha.18
6352
5209
6353
6353
-
unified@11.0.5:
6354
6354
-
dependencies:
6355
6355
-
"@types/unist": 3.0.2
6356
6356
-
bail: 2.0.2
6357
6357
-
devlop: 1.1.0
6358
6358
-
extend: 3.0.2
6359
6359
-
is-plain-obj: 4.1.0
6360
6360
-
trough: 2.2.0
6361
6361
-
vfile: 6.0.2
5210
5210
+
volar-service-html@0.0.59(@volar/language-service@2.4.0-alpha.18):
5211
5211
+
dependencies:
5212
5212
+
vscode-html-languageservice: 5.3.0
5213
5213
+
vscode-languageserver-textdocument: 1.0.11
5214
5214
+
vscode-uri: 3.0.8
5215
5215
+
optionalDependencies:
5216
5216
+
'@volar/language-service': 2.4.0-alpha.18
6362
5217
6363
6363
-
unist-util-find-after@5.0.0:
6364
6364
-
dependencies:
6365
6365
-
"@types/unist": 3.0.2
6366
6366
-
unist-util-is: 6.0.0
5218
5218
+
volar-service-prettier@0.0.59(@volar/language-service@2.4.0-alpha.18)(prettier@3.3.3):
5219
5219
+
dependencies:
5220
5220
+
vscode-uri: 3.0.8
5221
5221
+
optionalDependencies:
5222
5222
+
'@volar/language-service': 2.4.0-alpha.18
5223
5223
+
prettier: 3.3.3
6367
5224
6368
6368
-
unist-util-is@6.0.0:
6369
6369
-
dependencies:
6370
6370
-
"@types/unist": 3.0.2
5225
5225
+
volar-service-typescript-twoslash-queries@0.0.59(@volar/language-service@2.4.0-alpha.18):
5226
5226
+
dependencies:
5227
5227
+
vscode-uri: 3.0.8
5228
5228
+
optionalDependencies:
5229
5229
+
'@volar/language-service': 2.4.0-alpha.18
6371
5230
6372
6372
-
unist-util-modify-children@4.0.0:
6373
6373
-
dependencies:
6374
6374
-
"@types/unist": 3.0.2
6375
6375
-
array-iterate: 2.0.1
5231
5231
+
volar-service-typescript@0.0.59(@volar/language-service@2.4.0-alpha.18):
5232
5232
+
dependencies:
5233
5233
+
path-browserify: 1.0.1
5234
5234
+
semver: 7.6.3
5235
5235
+
typescript-auto-import-cache: 0.3.3
5236
5236
+
vscode-languageserver-textdocument: 1.0.11
5237
5237
+
vscode-nls: 5.2.0
5238
5238
+
vscode-uri: 3.0.8
5239
5239
+
optionalDependencies:
5240
5240
+
'@volar/language-service': 2.4.0-alpha.18
6376
5241
6377
6377
-
unist-util-position-from-estree@2.0.0:
6378
6378
-
dependencies:
6379
6379
-
"@types/unist": 3.0.2
5242
5242
+
vscode-css-languageservice@6.3.0:
5243
5243
+
dependencies:
5244
5244
+
'@vscode/l10n': 0.0.18
5245
5245
+
vscode-languageserver-textdocument: 1.0.11
5246
5246
+
vscode-languageserver-types: 3.17.5
5247
5247
+
vscode-uri: 3.0.8
6380
5248
6381
6381
-
unist-util-position@5.0.0:
6382
6382
-
dependencies:
6383
6383
-
"@types/unist": 3.0.2
5249
5249
+
vscode-html-languageservice@5.3.0:
5250
5250
+
dependencies:
5251
5251
+
'@vscode/l10n': 0.0.18
5252
5252
+
vscode-languageserver-textdocument: 1.0.11
5253
5253
+
vscode-languageserver-types: 3.17.5
5254
5254
+
vscode-uri: 3.0.8
6384
5255
6385
6385
-
unist-util-remove-position@5.0.0:
6386
6386
-
dependencies:
6387
6387
-
"@types/unist": 3.0.2
6388
6388
-
unist-util-visit: 5.0.0
5256
5256
+
vscode-jsonrpc@8.2.0: {}
6389
5257
6390
6390
-
unist-util-stringify-position@4.0.0:
6391
6391
-
dependencies:
6392
6392
-
"@types/unist": 3.0.2
5258
5258
+
vscode-languageserver-protocol@3.17.5:
5259
5259
+
dependencies:
5260
5260
+
vscode-jsonrpc: 8.2.0
5261
5261
+
vscode-languageserver-types: 3.17.5
6393
5262
6394
6394
-
unist-util-visit-children@3.0.0:
6395
6395
-
dependencies:
6396
6396
-
"@types/unist": 3.0.2
5263
5263
+
vscode-languageserver-textdocument@1.0.11: {}
6397
5264
6398
6398
-
unist-util-visit-parents@6.0.1:
6399
6399
-
dependencies:
6400
6400
-
"@types/unist": 3.0.2
6401
6401
-
unist-util-is: 6.0.0
5265
5265
+
vscode-languageserver-types@3.17.5: {}
6402
5266
6403
6403
-
unist-util-visit@5.0.0:
6404
6404
-
dependencies:
6405
6405
-
"@types/unist": 3.0.2
6406
6406
-
unist-util-is: 6.0.0
6407
6407
-
unist-util-visit-parents: 6.0.1
5267
5267
+
vscode-languageserver@9.0.1:
5268
5268
+
dependencies:
5269
5269
+
vscode-languageserver-protocol: 3.17.5
6408
5270
6409
6409
-
update-browserslist-db@1.1.0(browserslist@4.23.2):
6410
6410
-
dependencies:
6411
6411
-
browserslist: 4.23.2
6412
6412
-
escalade: 3.1.2
6413
6413
-
picocolors: 1.0.1
5271
5271
+
vscode-nls@5.2.0: {}
6414
5272
6415
6415
-
vfile-location@5.0.3:
6416
6416
-
dependencies:
6417
6417
-
"@types/unist": 3.0.2
6418
6418
-
vfile: 6.0.2
5273
5273
+
vscode-uri@2.1.2: {}
6419
5274
6420
6420
-
vfile-message@4.0.2:
6421
6421
-
dependencies:
6422
6422
-
"@types/unist": 3.0.2
6423
6423
-
unist-util-stringify-position: 4.0.0
5275
5275
+
vscode-uri@3.0.8: {}
6424
5276
6425
6425
-
vfile@6.0.2:
6426
6426
-
dependencies:
6427
6427
-
"@types/unist": 3.0.2
6428
6428
-
unist-util-stringify-position: 4.0.0
6429
6429
-
vfile-message: 4.0.2
5277
5277
+
web-namespaces@2.0.1: {}
6430
5278
6431
6431
-
vite@5.3.4(@types/node@20.14.12):
6432
6432
-
dependencies:
6433
6433
-
esbuild: 0.21.5
6434
6434
-
postcss: 8.4.40
6435
6435
-
rollup: 4.19.0
6436
6436
-
optionalDependencies:
6437
6437
-
"@types/node": 20.14.12
6438
6438
-
fsevents: 2.3.3
5279
5279
+
which-module@2.0.1: {}
6439
5280
6440
6440
-
vitefu@0.2.5(vite@5.3.4(@types/node@20.14.12)):
6441
6441
-
optionalDependencies:
6442
6442
-
vite: 5.3.4(@types/node@20.14.12)
5281
5281
+
which-pm-runs@1.1.0: {}
6443
5282
6444
6444
-
web-namespaces@2.0.1: {}
5283
5283
+
which-pm@3.0.0:
5284
5284
+
dependencies:
5285
5285
+
load-yaml-file: 0.2.0
6445
5286
6446
6446
-
which-module@2.0.1: {}
5287
5287
+
which@2.0.2:
5288
5288
+
dependencies:
5289
5289
+
isexe: 2.0.0
6447
5290
6448
6448
-
which-pm-runs@1.1.0: {}
5291
5291
+
widest-line@4.0.1:
5292
5292
+
dependencies:
5293
5293
+
string-width: 5.1.2
6449
5294
6450
6450
-
which-pm@3.0.0:
6451
6451
-
dependencies:
6452
6452
-
load-yaml-file: 0.2.0
5295
5295
+
wrap-ansi@6.2.0:
5296
5296
+
dependencies:
5297
5297
+
ansi-styles: 4.3.0
5298
5298
+
string-width: 4.2.3
5299
5299
+
strip-ansi: 6.0.1
6453
5300
6454
6454
-
which@2.0.2:
6455
6455
-
dependencies:
6456
6456
-
isexe: 2.0.0
5301
5301
+
wrap-ansi@7.0.0:
5302
5302
+
dependencies:
5303
5303
+
ansi-styles: 4.3.0
5304
5304
+
string-width: 4.2.3
5305
5305
+
strip-ansi: 6.0.1
6457
5306
6458
6458
-
widest-line@4.0.1:
6459
6459
-
dependencies:
6460
6460
-
string-width: 5.1.2
5307
5307
+
wrap-ansi@8.1.0:
5308
5308
+
dependencies:
5309
5309
+
ansi-styles: 6.2.1
5310
5310
+
string-width: 5.1.2
5311
5311
+
strip-ansi: 7.1.0
6461
5312
6462
6462
-
wrap-ansi@6.2.0:
6463
6463
-
dependencies:
6464
6464
-
ansi-styles: 4.3.0
6465
6465
-
string-width: 4.2.3
6466
6466
-
strip-ansi: 6.0.1
5313
5313
+
wrappy@1.0.2: {}
6467
5314
6468
6468
-
wrap-ansi@8.1.0:
6469
6469
-
dependencies:
6470
6470
-
ansi-styles: 6.2.1
6471
6471
-
string-width: 5.1.2
6472
6472
-
strip-ansi: 7.1.0
5315
5315
+
y18n@4.0.3: {}
6473
5316
6474
6474
-
wrappy@1.0.2: {}
5317
5317
+
y18n@5.0.8: {}
6475
5318
6476
6476
-
y18n@4.0.3: {}
5319
5319
+
yallist@3.1.1: {}
6477
5320
6478
6478
-
yallist@3.1.1: {}
5321
5321
+
yallist@4.0.0: {}
6479
5322
6480
6480
-
yallist@4.0.0: {}
5323
5323
+
yargs-parser@18.1.3:
5324
5324
+
dependencies:
5325
5325
+
camelcase: 5.3.1
5326
5326
+
decamelize: 1.2.0
6481
5327
6482
6482
-
yargs-parser@18.1.3:
6483
6483
-
dependencies:
6484
6484
-
camelcase: 5.3.1
6485
6485
-
decamelize: 1.2.0
5328
5328
+
yargs-parser@21.1.1: {}
6486
5329
6487
6487
-
yargs-parser@21.1.1: {}
5330
5330
+
yargs@15.4.1:
5331
5331
+
dependencies:
5332
5332
+
cliui: 6.0.0
5333
5333
+
decamelize: 1.2.0
5334
5334
+
find-up: 4.1.0
5335
5335
+
get-caller-file: 2.0.5
5336
5336
+
require-directory: 2.1.1
5337
5337
+
require-main-filename: 2.0.0
5338
5338
+
set-blocking: 2.0.0
5339
5339
+
string-width: 4.2.3
5340
5340
+
which-module: 2.0.1
5341
5341
+
y18n: 4.0.3
5342
5342
+
yargs-parser: 18.1.3
6488
5343
6489
6489
-
yargs@15.4.1:
6490
6490
-
dependencies:
6491
6491
-
cliui: 6.0.0
6492
6492
-
decamelize: 1.2.0
6493
6493
-
find-up: 4.1.0
6494
6494
-
get-caller-file: 2.0.5
6495
6495
-
require-directory: 2.1.1
6496
6496
-
require-main-filename: 2.0.0
6497
6497
-
set-blocking: 2.0.0
6498
6498
-
string-width: 4.2.3
6499
6499
-
which-module: 2.0.1
6500
6500
-
y18n: 4.0.3
6501
6501
-
yargs-parser: 18.1.3
5344
5344
+
yargs@17.7.2:
5345
5345
+
dependencies:
5346
5346
+
cliui: 8.0.1
5347
5347
+
escalade: 3.1.2
5348
5348
+
get-caller-file: 2.0.5
5349
5349
+
require-directory: 2.1.1
5350
5350
+
string-width: 4.2.3
5351
5351
+
y18n: 5.0.8
5352
5352
+
yargs-parser: 21.1.1
6502
5353
6503
6503
-
yauzl@2.10.0:
6504
6504
-
dependencies:
6505
6505
-
buffer-crc32: 0.2.13
6506
6506
-
fd-slicer: 1.1.0
5354
5354
+
yauzl@2.10.0:
5355
5355
+
dependencies:
5356
5356
+
buffer-crc32: 0.2.13
5357
5357
+
fd-slicer: 1.1.0
6507
5358
6508
6508
-
yocto-queue@0.1.0: {}
5359
5359
+
yocto-queue@0.1.0: {}
6509
5360
6510
6510
-
yocto-queue@1.1.1: {}
5361
5361
+
yocto-queue@1.1.1: {}
6511
5362
6512
6512
-
zod-to-json-schema@3.23.1(zod@3.23.8):
6513
6513
-
dependencies:
6514
6514
-
zod: 3.23.8
5363
5363
+
zod-to-json-schema@3.23.1(zod@3.23.8):
5364
5364
+
dependencies:
5365
5365
+
zod: 3.23.8
6515
5366
6516
6516
-
zod@3.23.8: {}
5367
5367
+
zod@3.23.8: {}
6517
5368
6518
6518
-
zwitch@2.0.4: {}
5369
5369
+
zwitch@2.0.4: {}
+1
-1
src/pages/blog/index.astro
···
2
2
import Layout from "@layouts/Layout.astro";
3
3
import { getCollection } from "astro:content";
4
4
5
5
-
const blogEntries = (await getCollection("posts"));
5
5
+
const blogEntries = await getCollection("posts");
6
6
7
7
blogEntries.sort((a, b) => b.data.date.valueOf() - a.data.date.valueOf());
8
8
---
+27
src/pages/feed.xml.ts
···
1
1
+
import rss from "@astrojs/rss";
2
2
+
import { getCollection } from "astro:content";
3
3
+
import sanitizeHtml from "sanitize-html";
4
4
+
import MarkdownIt from "markdown-it";
5
5
+
const parser = new MarkdownIt();
6
6
+
7
7
+
export async function GET(context: { site: string | URL }) {
8
8
+
const blogEntries = await getCollection("posts");
9
9
+
10
10
+
blogEntries.sort((a, b) => b.data.date.valueOf() - a.data.date.valueOf());
11
11
+
12
12
+
return rss({
13
13
+
title: "Ben C's Blog",
14
14
+
description: "Talking about web development, NixOS, Linux customization, and more",
15
15
+
site: context.site,
16
16
+
items: blogEntries.map((post) => ({
17
17
+
title: post.data.title,
18
18
+
pubDate: post.data.date,
19
19
+
description: post.data.summary,
20
20
+
link: `/blog/posts/${post.slug}`,
21
21
+
content: sanitizeHtml(parser.render(post.body), {
22
22
+
allowedTags: sanitizeHtml.defaults.allowedTags.concat(["img"])
23
23
+
})
24
24
+
})),
25
25
+
customData: `<language>en-us</language>`
26
26
+
});
27
27
+
}
+1
-1
tsconfig.json
···
1
1
{
2
2
"extends": "astro/tsconfigs/strict",
3
3
"compilerOptions": {
4
4
-
"baseUrl": "./src",
4
4
+
"baseUrl": "src",
5
5
"paths": {
6
6
"@layouts/*": ["layouts/*"],
7
7
"@components/*": ["components/*"],