doc-fetch-cli 2.0.4 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/bin/doc-fetch_darwin_amd64 +0 -0
- package/bin/doc-fetch_windows_amd64.exe +0 -0
- package/doc-fetch +0 -0
- package/doc-fetch_darwin_amd64 +0 -0
- package/doc-fetch_darwin_arm64 +0 -0
- package/doc-fetch_linux_amd64 +0 -0
- package/doc-fetch_windows_amd64.exe +0 -0
- package/package.json +1 -1
- package/website/BLOG-SETUP-SUMMARY.md +385 -0
- package/website/DEPLOYMENT.md +189 -0
- package/website/LAUNCH-CHECKLIST.md +134 -0
- package/website/README.md +75 -0
- package/website/SEO-STRATEGY.md +347 -0
- package/website/URL-STRUCTURE.md +334 -0
- package/website/WEBSITE-SUMMARY.md +246 -0
- package/website/package-lock.json +1628 -0
- package/website/package.json +39 -0
- package/website/pnpm-lock.yaml +1061 -0
- package/website/src/app.d.ts +13 -0
- package/website/src/app.html +11 -0
- package/website/src/lib/actions/addCopyButtons.ts +73 -0
- package/website/src/lib/assets/favicon.svg +1 -0
- package/website/src/lib/components/CopyCodeButton.svelte +97 -0
- package/website/src/lib/components/DarkModeToggle.svelte +140 -0
- package/website/src/lib/components/ReadingProgress.svelte +36 -0
- package/website/src/lib/components/RelatedPosts.svelte +151 -0
- package/website/src/lib/components/TableOfContents.svelte +184 -0
- package/website/src/lib/index.ts +1 -0
- package/website/src/lib/posts/convert-docs-to-markdown.md +506 -0
- package/website/src/routes/+layout.svelte +59 -0
- package/website/src/routes/+page.svelte +1033 -0
- package/website/src/routes/about/+page.svelte +607 -0
- package/website/src/routes/blog/+page.svelte +486 -0
- package/website/src/routes/blog/[slug]/+page.svelte +988 -0
- package/website/src/routes/blog/[slug]/+page.ts +53 -0
- package/website/src/routes/sitemap.xml/+server.ts +62 -0
- package/website/static/favicon.svg +10 -0
- package/website/static/og.png +2 -0
- package/website/static/og.svg +26 -0
- package/website/static/robots.txt +43 -0
- package/website/svelte.config.js +13 -0
- package/website/tsconfig.json +20 -0
- package/website/vite.config.ts +6 -0
|
@@ -0,0 +1,1061 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
'@vercel/speed-insights':
|
|
12
|
+
specifier: ^1.3.1
|
|
13
|
+
version: 1.3.1(@sveltejs/kit@2.53.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.1)(vite@7.3.1))(svelte@5.53.1)(typescript@5.9.3)(vite@7.3.1))(svelte@5.53.1)
|
|
14
|
+
marked:
|
|
15
|
+
specifier: ^17.0.3
|
|
16
|
+
version: 17.0.3
|
|
17
|
+
devDependencies:
|
|
18
|
+
'@sveltejs/adapter-auto':
|
|
19
|
+
specifier: ^7.0.0
|
|
20
|
+
version: 7.0.1(@sveltejs/kit@2.53.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.1)(vite@7.3.1))(svelte@5.53.1)(typescript@5.9.3)(vite@7.3.1))
|
|
21
|
+
'@sveltejs/kit':
|
|
22
|
+
specifier: ^2.50.2
|
|
23
|
+
version: 2.53.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.1)(vite@7.3.1))(svelte@5.53.1)(typescript@5.9.3)(vite@7.3.1)
|
|
24
|
+
'@sveltejs/vite-plugin-svelte':
|
|
25
|
+
specifier: ^6.2.4
|
|
26
|
+
version: 6.2.4(svelte@5.53.1)(vite@7.3.1)
|
|
27
|
+
svelte:
|
|
28
|
+
specifier: ^5.51.0
|
|
29
|
+
version: 5.53.1
|
|
30
|
+
svelte-check:
|
|
31
|
+
specifier: ^4.3.6
|
|
32
|
+
version: 4.4.3(picomatch@4.0.3)(svelte@5.53.1)(typescript@5.9.3)
|
|
33
|
+
typescript:
|
|
34
|
+
specifier: ^5.9.3
|
|
35
|
+
version: 5.9.3
|
|
36
|
+
vite:
|
|
37
|
+
specifier: ^7.3.1
|
|
38
|
+
version: 7.3.1
|
|
39
|
+
|
|
40
|
+
packages:
|
|
41
|
+
|
|
42
|
+
'@esbuild/aix-ppc64@0.27.3':
|
|
43
|
+
resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==}
|
|
44
|
+
engines: {node: '>=18'}
|
|
45
|
+
cpu: [ppc64]
|
|
46
|
+
os: [aix]
|
|
47
|
+
|
|
48
|
+
'@esbuild/android-arm64@0.27.3':
|
|
49
|
+
resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==}
|
|
50
|
+
engines: {node: '>=18'}
|
|
51
|
+
cpu: [arm64]
|
|
52
|
+
os: [android]
|
|
53
|
+
|
|
54
|
+
'@esbuild/android-arm@0.27.3':
|
|
55
|
+
resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==}
|
|
56
|
+
engines: {node: '>=18'}
|
|
57
|
+
cpu: [arm]
|
|
58
|
+
os: [android]
|
|
59
|
+
|
|
60
|
+
'@esbuild/android-x64@0.27.3':
|
|
61
|
+
resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==}
|
|
62
|
+
engines: {node: '>=18'}
|
|
63
|
+
cpu: [x64]
|
|
64
|
+
os: [android]
|
|
65
|
+
|
|
66
|
+
'@esbuild/darwin-arm64@0.27.3':
|
|
67
|
+
resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==}
|
|
68
|
+
engines: {node: '>=18'}
|
|
69
|
+
cpu: [arm64]
|
|
70
|
+
os: [darwin]
|
|
71
|
+
|
|
72
|
+
'@esbuild/darwin-x64@0.27.3':
|
|
73
|
+
resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==}
|
|
74
|
+
engines: {node: '>=18'}
|
|
75
|
+
cpu: [x64]
|
|
76
|
+
os: [darwin]
|
|
77
|
+
|
|
78
|
+
'@esbuild/freebsd-arm64@0.27.3':
|
|
79
|
+
resolution: {integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==}
|
|
80
|
+
engines: {node: '>=18'}
|
|
81
|
+
cpu: [arm64]
|
|
82
|
+
os: [freebsd]
|
|
83
|
+
|
|
84
|
+
'@esbuild/freebsd-x64@0.27.3':
|
|
85
|
+
resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==}
|
|
86
|
+
engines: {node: '>=18'}
|
|
87
|
+
cpu: [x64]
|
|
88
|
+
os: [freebsd]
|
|
89
|
+
|
|
90
|
+
'@esbuild/linux-arm64@0.27.3':
|
|
91
|
+
resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==}
|
|
92
|
+
engines: {node: '>=18'}
|
|
93
|
+
cpu: [arm64]
|
|
94
|
+
os: [linux]
|
|
95
|
+
|
|
96
|
+
'@esbuild/linux-arm@0.27.3':
|
|
97
|
+
resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==}
|
|
98
|
+
engines: {node: '>=18'}
|
|
99
|
+
cpu: [arm]
|
|
100
|
+
os: [linux]
|
|
101
|
+
|
|
102
|
+
'@esbuild/linux-ia32@0.27.3':
|
|
103
|
+
resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==}
|
|
104
|
+
engines: {node: '>=18'}
|
|
105
|
+
cpu: [ia32]
|
|
106
|
+
os: [linux]
|
|
107
|
+
|
|
108
|
+
'@esbuild/linux-loong64@0.27.3':
|
|
109
|
+
resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==}
|
|
110
|
+
engines: {node: '>=18'}
|
|
111
|
+
cpu: [loong64]
|
|
112
|
+
os: [linux]
|
|
113
|
+
|
|
114
|
+
'@esbuild/linux-mips64el@0.27.3':
|
|
115
|
+
resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==}
|
|
116
|
+
engines: {node: '>=18'}
|
|
117
|
+
cpu: [mips64el]
|
|
118
|
+
os: [linux]
|
|
119
|
+
|
|
120
|
+
'@esbuild/linux-ppc64@0.27.3':
|
|
121
|
+
resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==}
|
|
122
|
+
engines: {node: '>=18'}
|
|
123
|
+
cpu: [ppc64]
|
|
124
|
+
os: [linux]
|
|
125
|
+
|
|
126
|
+
'@esbuild/linux-riscv64@0.27.3':
|
|
127
|
+
resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==}
|
|
128
|
+
engines: {node: '>=18'}
|
|
129
|
+
cpu: [riscv64]
|
|
130
|
+
os: [linux]
|
|
131
|
+
|
|
132
|
+
'@esbuild/linux-s390x@0.27.3':
|
|
133
|
+
resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==}
|
|
134
|
+
engines: {node: '>=18'}
|
|
135
|
+
cpu: [s390x]
|
|
136
|
+
os: [linux]
|
|
137
|
+
|
|
138
|
+
'@esbuild/linux-x64@0.27.3':
|
|
139
|
+
resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==}
|
|
140
|
+
engines: {node: '>=18'}
|
|
141
|
+
cpu: [x64]
|
|
142
|
+
os: [linux]
|
|
143
|
+
|
|
144
|
+
'@esbuild/netbsd-arm64@0.27.3':
|
|
145
|
+
resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==}
|
|
146
|
+
engines: {node: '>=18'}
|
|
147
|
+
cpu: [arm64]
|
|
148
|
+
os: [netbsd]
|
|
149
|
+
|
|
150
|
+
'@esbuild/netbsd-x64@0.27.3':
|
|
151
|
+
resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==}
|
|
152
|
+
engines: {node: '>=18'}
|
|
153
|
+
cpu: [x64]
|
|
154
|
+
os: [netbsd]
|
|
155
|
+
|
|
156
|
+
'@esbuild/openbsd-arm64@0.27.3':
|
|
157
|
+
resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==}
|
|
158
|
+
engines: {node: '>=18'}
|
|
159
|
+
cpu: [arm64]
|
|
160
|
+
os: [openbsd]
|
|
161
|
+
|
|
162
|
+
'@esbuild/openbsd-x64@0.27.3':
|
|
163
|
+
resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==}
|
|
164
|
+
engines: {node: '>=18'}
|
|
165
|
+
cpu: [x64]
|
|
166
|
+
os: [openbsd]
|
|
167
|
+
|
|
168
|
+
'@esbuild/openharmony-arm64@0.27.3':
|
|
169
|
+
resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==}
|
|
170
|
+
engines: {node: '>=18'}
|
|
171
|
+
cpu: [arm64]
|
|
172
|
+
os: [openharmony]
|
|
173
|
+
|
|
174
|
+
'@esbuild/sunos-x64@0.27.3':
|
|
175
|
+
resolution: {integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==}
|
|
176
|
+
engines: {node: '>=18'}
|
|
177
|
+
cpu: [x64]
|
|
178
|
+
os: [sunos]
|
|
179
|
+
|
|
180
|
+
'@esbuild/win32-arm64@0.27.3':
|
|
181
|
+
resolution: {integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==}
|
|
182
|
+
engines: {node: '>=18'}
|
|
183
|
+
cpu: [arm64]
|
|
184
|
+
os: [win32]
|
|
185
|
+
|
|
186
|
+
'@esbuild/win32-ia32@0.27.3':
|
|
187
|
+
resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==}
|
|
188
|
+
engines: {node: '>=18'}
|
|
189
|
+
cpu: [ia32]
|
|
190
|
+
os: [win32]
|
|
191
|
+
|
|
192
|
+
'@esbuild/win32-x64@0.27.3':
|
|
193
|
+
resolution: {integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==}
|
|
194
|
+
engines: {node: '>=18'}
|
|
195
|
+
cpu: [x64]
|
|
196
|
+
os: [win32]
|
|
197
|
+
|
|
198
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
199
|
+
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
200
|
+
|
|
201
|
+
'@jridgewell/remapping@2.3.5':
|
|
202
|
+
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
|
|
203
|
+
|
|
204
|
+
'@jridgewell/resolve-uri@3.1.2':
|
|
205
|
+
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
206
|
+
engines: {node: '>=6.0.0'}
|
|
207
|
+
|
|
208
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
209
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
210
|
+
|
|
211
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
212
|
+
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
213
|
+
|
|
214
|
+
'@polka/url@1.0.0-next.29':
|
|
215
|
+
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
|
|
216
|
+
|
|
217
|
+
'@rollup/rollup-android-arm-eabi@4.58.0':
|
|
218
|
+
resolution: {integrity: sha512-mr0tmS/4FoVk1cnaeN244A/wjvGDNItZKR8hRhnmCzygyRXYtKF5jVDSIILR1U97CTzAYmbgIj/Dukg62ggG5w==}
|
|
219
|
+
cpu: [arm]
|
|
220
|
+
os: [android]
|
|
221
|
+
|
|
222
|
+
'@rollup/rollup-android-arm64@4.58.0':
|
|
223
|
+
resolution: {integrity: sha512-+s++dbp+/RTte62mQD9wLSbiMTV+xr/PeRJEc/sFZFSBRlHPNPVaf5FXlzAL77Mr8FtSfQqCN+I598M8U41ccQ==}
|
|
224
|
+
cpu: [arm64]
|
|
225
|
+
os: [android]
|
|
226
|
+
|
|
227
|
+
'@rollup/rollup-darwin-arm64@4.58.0':
|
|
228
|
+
resolution: {integrity: sha512-MFWBwTcYs0jZbINQBXHfSrpSQJq3IUOakcKPzfeSznONop14Pxuqa0Kg19GD0rNBMPQI2tFtu3UzapZpH0Uc1Q==}
|
|
229
|
+
cpu: [arm64]
|
|
230
|
+
os: [darwin]
|
|
231
|
+
|
|
232
|
+
'@rollup/rollup-darwin-x64@4.58.0':
|
|
233
|
+
resolution: {integrity: sha512-yiKJY7pj9c9JwzuKYLFaDZw5gma3fI9bkPEIyofvVfsPqjCWPglSHdpdwXpKGvDeYDms3Qal8qGMEHZ1M/4Udg==}
|
|
234
|
+
cpu: [x64]
|
|
235
|
+
os: [darwin]
|
|
236
|
+
|
|
237
|
+
'@rollup/rollup-freebsd-arm64@4.58.0':
|
|
238
|
+
resolution: {integrity: sha512-x97kCoBh5MOevpn/CNK9W1x8BEzO238541BGWBc315uOlN0AD/ifZ1msg+ZQB05Ux+VF6EcYqpiagfLJ8U3LvQ==}
|
|
239
|
+
cpu: [arm64]
|
|
240
|
+
os: [freebsd]
|
|
241
|
+
|
|
242
|
+
'@rollup/rollup-freebsd-x64@4.58.0':
|
|
243
|
+
resolution: {integrity: sha512-Aa8jPoZ6IQAG2eIrcXPpjRcMjROMFxCt1UYPZZtCxRV68WkuSigYtQ/7Zwrcr2IvtNJo7T2JfDXyMLxq5L4Jlg==}
|
|
244
|
+
cpu: [x64]
|
|
245
|
+
os: [freebsd]
|
|
246
|
+
|
|
247
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.58.0':
|
|
248
|
+
resolution: {integrity: sha512-Ob8YgT5kD/lSIYW2Rcngs5kNB/44Q2RzBSPz9brf2WEtcGR7/f/E9HeHn1wYaAwKBni+bdXEwgHvUd0x12lQSA==}
|
|
249
|
+
cpu: [arm]
|
|
250
|
+
os: [linux]
|
|
251
|
+
libc: [glibc]
|
|
252
|
+
|
|
253
|
+
'@rollup/rollup-linux-arm-musleabihf@4.58.0':
|
|
254
|
+
resolution: {integrity: sha512-K+RI5oP1ceqoadvNt1FecL17Qtw/n9BgRSzxif3rTL2QlIu88ccvY+Y9nnHe/cmT5zbH9+bpiJuG1mGHRVwF4Q==}
|
|
255
|
+
cpu: [arm]
|
|
256
|
+
os: [linux]
|
|
257
|
+
libc: [musl]
|
|
258
|
+
|
|
259
|
+
'@rollup/rollup-linux-arm64-gnu@4.58.0':
|
|
260
|
+
resolution: {integrity: sha512-T+17JAsCKUjmbopcKepJjHWHXSjeW7O5PL7lEFaeQmiVyw4kkc5/lyYKzrv6ElWRX/MrEWfPiJWqbTvfIvjM1Q==}
|
|
261
|
+
cpu: [arm64]
|
|
262
|
+
os: [linux]
|
|
263
|
+
libc: [glibc]
|
|
264
|
+
|
|
265
|
+
'@rollup/rollup-linux-arm64-musl@4.58.0':
|
|
266
|
+
resolution: {integrity: sha512-cCePktb9+6R9itIJdeCFF9txPU7pQeEHB5AbHu/MKsfH/k70ZtOeq1k4YAtBv9Z7mmKI5/wOLYjQ+B9QdxR6LA==}
|
|
267
|
+
cpu: [arm64]
|
|
268
|
+
os: [linux]
|
|
269
|
+
libc: [musl]
|
|
270
|
+
|
|
271
|
+
'@rollup/rollup-linux-loong64-gnu@4.58.0':
|
|
272
|
+
resolution: {integrity: sha512-iekUaLkfliAsDl4/xSdoCJ1gnnIXvoNz85C8U8+ZxknM5pBStfZjeXgB8lXobDQvvPRCN8FPmmuTtH+z95HTmg==}
|
|
273
|
+
cpu: [loong64]
|
|
274
|
+
os: [linux]
|
|
275
|
+
libc: [glibc]
|
|
276
|
+
|
|
277
|
+
'@rollup/rollup-linux-loong64-musl@4.58.0':
|
|
278
|
+
resolution: {integrity: sha512-68ofRgJNl/jYJbxFjCKE7IwhbfxOl1muPN4KbIqAIe32lm22KmU7E8OPvyy68HTNkI2iV/c8y2kSPSm2mW/Q9Q==}
|
|
279
|
+
cpu: [loong64]
|
|
280
|
+
os: [linux]
|
|
281
|
+
libc: [musl]
|
|
282
|
+
|
|
283
|
+
'@rollup/rollup-linux-ppc64-gnu@4.58.0':
|
|
284
|
+
resolution: {integrity: sha512-dpz8vT0i+JqUKuSNPCP5SYyIV2Lh0sNL1+FhM7eLC457d5B9/BC3kDPp5BBftMmTNsBarcPcoz5UGSsnCiw4XQ==}
|
|
285
|
+
cpu: [ppc64]
|
|
286
|
+
os: [linux]
|
|
287
|
+
libc: [glibc]
|
|
288
|
+
|
|
289
|
+
'@rollup/rollup-linux-ppc64-musl@4.58.0':
|
|
290
|
+
resolution: {integrity: sha512-4gdkkf9UJ7tafnweBCR/mk4jf3Jfl0cKX9Np80t5i78kjIH0ZdezUv/JDI2VtruE5lunfACqftJ8dIMGN4oHew==}
|
|
291
|
+
cpu: [ppc64]
|
|
292
|
+
os: [linux]
|
|
293
|
+
libc: [musl]
|
|
294
|
+
|
|
295
|
+
'@rollup/rollup-linux-riscv64-gnu@4.58.0':
|
|
296
|
+
resolution: {integrity: sha512-YFS4vPnOkDTD/JriUeeZurFYoJhPf9GQQEF/v4lltp3mVcBmnsAdjEWhr2cjUCZzZNzxCG0HZOvJU44UGHSdzw==}
|
|
297
|
+
cpu: [riscv64]
|
|
298
|
+
os: [linux]
|
|
299
|
+
libc: [glibc]
|
|
300
|
+
|
|
301
|
+
'@rollup/rollup-linux-riscv64-musl@4.58.0':
|
|
302
|
+
resolution: {integrity: sha512-x2xgZlFne+QVNKV8b4wwaCS8pwq3y14zedZ5DqLzjdRITvreBk//4Knbcvm7+lWmms9V9qFp60MtUd0/t/PXPw==}
|
|
303
|
+
cpu: [riscv64]
|
|
304
|
+
os: [linux]
|
|
305
|
+
libc: [musl]
|
|
306
|
+
|
|
307
|
+
'@rollup/rollup-linux-s390x-gnu@4.58.0':
|
|
308
|
+
resolution: {integrity: sha512-jIhrujyn4UnWF8S+DHSkAkDEO3hLX0cjzxJZPLF80xFyzyUIYgSMRcYQ3+uqEoyDD2beGq7Dj7edi8OnJcS/hg==}
|
|
309
|
+
cpu: [s390x]
|
|
310
|
+
os: [linux]
|
|
311
|
+
libc: [glibc]
|
|
312
|
+
|
|
313
|
+
'@rollup/rollup-linux-x64-gnu@4.58.0':
|
|
314
|
+
resolution: {integrity: sha512-+410Srdoh78MKSJxTQ+hZ/Mx+ajd6RjjPwBPNd0R3J9FtL6ZA0GqiiyNjCO9In0IzZkCNrpGymSfn+kgyPQocg==}
|
|
315
|
+
cpu: [x64]
|
|
316
|
+
os: [linux]
|
|
317
|
+
libc: [glibc]
|
|
318
|
+
|
|
319
|
+
'@rollup/rollup-linux-x64-musl@4.58.0':
|
|
320
|
+
resolution: {integrity: sha512-ZjMyby5SICi227y1MTR3VYBpFTdZs823Rs/hpakufleBoufoOIB6jtm9FEoxn/cgO7l6PM2rCEl5Kre5vX0QrQ==}
|
|
321
|
+
cpu: [x64]
|
|
322
|
+
os: [linux]
|
|
323
|
+
libc: [musl]
|
|
324
|
+
|
|
325
|
+
'@rollup/rollup-openbsd-x64@4.58.0':
|
|
326
|
+
resolution: {integrity: sha512-ds4iwfYkSQ0k1nb8LTcyXw//ToHOnNTJtceySpL3fa7tc/AsE+UpUFphW126A6fKBGJD5dhRvg8zw1rvoGFxmw==}
|
|
327
|
+
cpu: [x64]
|
|
328
|
+
os: [openbsd]
|
|
329
|
+
|
|
330
|
+
'@rollup/rollup-openharmony-arm64@4.58.0':
|
|
331
|
+
resolution: {integrity: sha512-fd/zpJniln4ICdPkjWFhZYeY/bpnaN9pGa6ko+5WD38I0tTqk9lXMgXZg09MNdhpARngmxiCg0B0XUamNw/5BQ==}
|
|
332
|
+
cpu: [arm64]
|
|
333
|
+
os: [openharmony]
|
|
334
|
+
|
|
335
|
+
'@rollup/rollup-win32-arm64-msvc@4.58.0':
|
|
336
|
+
resolution: {integrity: sha512-YpG8dUOip7DCz3nr/JUfPbIUo+2d/dy++5bFzgi4ugOGBIox+qMbbqt/JoORwvI/C9Kn2tz6+Bieoqd5+B1CjA==}
|
|
337
|
+
cpu: [arm64]
|
|
338
|
+
os: [win32]
|
|
339
|
+
|
|
340
|
+
'@rollup/rollup-win32-ia32-msvc@4.58.0':
|
|
341
|
+
resolution: {integrity: sha512-b9DI8jpFQVh4hIXFr0/+N/TzLdpBIoPzjt0Rt4xJbW3mzguV3mduR9cNgiuFcuL/TeORejJhCWiAXe3E/6PxWA==}
|
|
342
|
+
cpu: [ia32]
|
|
343
|
+
os: [win32]
|
|
344
|
+
|
|
345
|
+
'@rollup/rollup-win32-x64-gnu@4.58.0':
|
|
346
|
+
resolution: {integrity: sha512-CSrVpmoRJFN06LL9xhkitkwUcTZtIotYAF5p6XOR2zW0Zz5mzb3IPpcoPhB02frzMHFNo1reQ9xSF5fFm3hUsQ==}
|
|
347
|
+
cpu: [x64]
|
|
348
|
+
os: [win32]
|
|
349
|
+
|
|
350
|
+
'@rollup/rollup-win32-x64-msvc@4.58.0':
|
|
351
|
+
resolution: {integrity: sha512-QFsBgQNTnh5K0t/sBsjJLq24YVqEIVkGpfN2VHsnN90soZyhaiA9UUHufcctVNL4ypJY0wrwad0wslx2KJQ1/w==}
|
|
352
|
+
cpu: [x64]
|
|
353
|
+
os: [win32]
|
|
354
|
+
|
|
355
|
+
'@standard-schema/spec@1.1.0':
|
|
356
|
+
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
357
|
+
|
|
358
|
+
'@sveltejs/acorn-typescript@1.0.9':
|
|
359
|
+
resolution: {integrity: sha512-lVJX6qEgs/4DOcRTpo56tmKzVPtoWAaVbL4hfO7t7NVwl9AAXzQR6cihesW1BmNMPl+bK6dreu2sOKBP2Q9CIA==}
|
|
360
|
+
peerDependencies:
|
|
361
|
+
acorn: ^8.9.0
|
|
362
|
+
|
|
363
|
+
'@sveltejs/adapter-auto@7.0.1':
|
|
364
|
+
resolution: {integrity: sha512-dvuPm1E7M9NI/+canIQ6KKQDU2AkEefEZ2Dp7cY6uKoPq9Z/PhOXABe526UdW2mN986gjVkuSLkOYIBnS/M2LQ==}
|
|
365
|
+
peerDependencies:
|
|
366
|
+
'@sveltejs/kit': ^2.0.0
|
|
367
|
+
|
|
368
|
+
'@sveltejs/kit@2.53.0':
|
|
369
|
+
resolution: {integrity: sha512-Brh/9h8QEg7rWIj+Nnz/2sC49NUeS8g3Qd9H5dTO3EbWG8vCEUl06jE+r5jQVDMHdr1swmCkwZkONFsWelGTpQ==}
|
|
370
|
+
engines: {node: '>=18.13'}
|
|
371
|
+
hasBin: true
|
|
372
|
+
peerDependencies:
|
|
373
|
+
'@opentelemetry/api': ^1.0.0
|
|
374
|
+
'@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0 || ^7.0.0
|
|
375
|
+
svelte: ^4.0.0 || ^5.0.0-next.0
|
|
376
|
+
typescript: ^5.3.3
|
|
377
|
+
vite: ^5.0.3 || ^6.0.0 || ^7.0.0-beta.0 || ^8.0.0
|
|
378
|
+
peerDependenciesMeta:
|
|
379
|
+
'@opentelemetry/api':
|
|
380
|
+
optional: true
|
|
381
|
+
typescript:
|
|
382
|
+
optional: true
|
|
383
|
+
|
|
384
|
+
'@sveltejs/vite-plugin-svelte-inspector@5.0.2':
|
|
385
|
+
resolution: {integrity: sha512-TZzRTcEtZffICSAoZGkPSl6Etsj2torOVrx6Uw0KpXxrec9Gg6jFWQ60Q3+LmNGfZSxHRCZL7vXVZIWmuV50Ig==}
|
|
386
|
+
engines: {node: ^20.19 || ^22.12 || >=24}
|
|
387
|
+
peerDependencies:
|
|
388
|
+
'@sveltejs/vite-plugin-svelte': ^6.0.0-next.0
|
|
389
|
+
svelte: ^5.0.0
|
|
390
|
+
vite: ^6.3.0 || ^7.0.0
|
|
391
|
+
|
|
392
|
+
'@sveltejs/vite-plugin-svelte@6.2.4':
|
|
393
|
+
resolution: {integrity: sha512-ou/d51QSdTyN26D7h6dSpusAKaZkAiGM55/AKYi+9AGZw7q85hElbjK3kEyzXHhLSnRISHOYzVge6x0jRZ7DXA==}
|
|
394
|
+
engines: {node: ^20.19 || ^22.12 || >=24}
|
|
395
|
+
peerDependencies:
|
|
396
|
+
svelte: ^5.0.0
|
|
397
|
+
vite: ^6.3.0 || ^7.0.0
|
|
398
|
+
|
|
399
|
+
'@types/cookie@0.6.0':
|
|
400
|
+
resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
|
|
401
|
+
|
|
402
|
+
'@types/estree@1.0.8':
|
|
403
|
+
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
404
|
+
|
|
405
|
+
'@types/trusted-types@2.0.7':
|
|
406
|
+
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
|
|
407
|
+
|
|
408
|
+
'@vercel/speed-insights@1.3.1':
|
|
409
|
+
resolution: {integrity: sha512-PbEr7FrMkUrGYvlcLHGkXdCkxnylCWePx7lPxxq36DNdfo9mcUjLOmqOyPDHAOgnfqgGGdmE3XI9L/4+5fr+vQ==}
|
|
410
|
+
peerDependencies:
|
|
411
|
+
'@sveltejs/kit': ^1 || ^2
|
|
412
|
+
next: '>= 13'
|
|
413
|
+
react: ^18 || ^19 || ^19.0.0-rc
|
|
414
|
+
svelte: '>= 4'
|
|
415
|
+
vue: ^3
|
|
416
|
+
vue-router: ^4
|
|
417
|
+
peerDependenciesMeta:
|
|
418
|
+
'@sveltejs/kit':
|
|
419
|
+
optional: true
|
|
420
|
+
next:
|
|
421
|
+
optional: true
|
|
422
|
+
react:
|
|
423
|
+
optional: true
|
|
424
|
+
svelte:
|
|
425
|
+
optional: true
|
|
426
|
+
vue:
|
|
427
|
+
optional: true
|
|
428
|
+
vue-router:
|
|
429
|
+
optional: true
|
|
430
|
+
|
|
431
|
+
acorn@8.16.0:
|
|
432
|
+
resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
|
|
433
|
+
engines: {node: '>=0.4.0'}
|
|
434
|
+
hasBin: true
|
|
435
|
+
|
|
436
|
+
aria-query@5.3.2:
|
|
437
|
+
resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==}
|
|
438
|
+
engines: {node: '>= 0.4'}
|
|
439
|
+
|
|
440
|
+
axobject-query@4.1.0:
|
|
441
|
+
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
|
|
442
|
+
engines: {node: '>= 0.4'}
|
|
443
|
+
|
|
444
|
+
chokidar@4.0.3:
|
|
445
|
+
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
|
446
|
+
engines: {node: '>= 14.16.0'}
|
|
447
|
+
|
|
448
|
+
clsx@2.1.1:
|
|
449
|
+
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
|
|
450
|
+
engines: {node: '>=6'}
|
|
451
|
+
|
|
452
|
+
cookie@0.6.0:
|
|
453
|
+
resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
|
|
454
|
+
engines: {node: '>= 0.6'}
|
|
455
|
+
|
|
456
|
+
deepmerge@4.3.1:
|
|
457
|
+
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
|
|
458
|
+
engines: {node: '>=0.10.0'}
|
|
459
|
+
|
|
460
|
+
devalue@5.6.3:
|
|
461
|
+
resolution: {integrity: sha512-nc7XjUU/2Lb+SvEFVGcWLiKkzfw8+qHI7zn8WYXKkLMgfGSHbgCEaR6bJpev8Cm6Rmrb19Gfd/tZvGqx9is3wg==}
|
|
462
|
+
|
|
463
|
+
esbuild@0.27.3:
|
|
464
|
+
resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==}
|
|
465
|
+
engines: {node: '>=18'}
|
|
466
|
+
hasBin: true
|
|
467
|
+
|
|
468
|
+
esm-env@1.2.2:
|
|
469
|
+
resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==}
|
|
470
|
+
|
|
471
|
+
esrap@2.2.3:
|
|
472
|
+
resolution: {integrity: sha512-8fOS+GIGCQZl/ZIlhl59htOlms6U8NvX6ZYgYHpRU/b6tVSh3uHkOHZikl3D4cMbYM0JlpBe+p/BkZEi8J9XIQ==}
|
|
473
|
+
|
|
474
|
+
fdir@6.5.0:
|
|
475
|
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
476
|
+
engines: {node: '>=12.0.0'}
|
|
477
|
+
peerDependencies:
|
|
478
|
+
picomatch: ^3 || ^4
|
|
479
|
+
peerDependenciesMeta:
|
|
480
|
+
picomatch:
|
|
481
|
+
optional: true
|
|
482
|
+
|
|
483
|
+
fsevents@2.3.3:
|
|
484
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
485
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
486
|
+
os: [darwin]
|
|
487
|
+
|
|
488
|
+
is-reference@3.0.3:
|
|
489
|
+
resolution: {integrity: sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==}
|
|
490
|
+
|
|
491
|
+
kleur@4.1.5:
|
|
492
|
+
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
|
|
493
|
+
engines: {node: '>=6'}
|
|
494
|
+
|
|
495
|
+
locate-character@3.0.0:
|
|
496
|
+
resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==}
|
|
497
|
+
|
|
498
|
+
magic-string@0.30.21:
|
|
499
|
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
500
|
+
|
|
501
|
+
marked@17.0.3:
|
|
502
|
+
resolution: {integrity: sha512-jt1v2ObpyOKR8p4XaUJVk3YWRJ5n+i4+rjQopxvV32rSndTJXvIzuUdWWIy/1pFQMkQmvTXawzDNqOH/CUmx6A==}
|
|
503
|
+
engines: {node: '>= 20'}
|
|
504
|
+
hasBin: true
|
|
505
|
+
|
|
506
|
+
mri@1.2.0:
|
|
507
|
+
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
|
|
508
|
+
engines: {node: '>=4'}
|
|
509
|
+
|
|
510
|
+
mrmime@2.0.1:
|
|
511
|
+
resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
|
|
512
|
+
engines: {node: '>=10'}
|
|
513
|
+
|
|
514
|
+
nanoid@3.3.11:
|
|
515
|
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
516
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
517
|
+
hasBin: true
|
|
518
|
+
|
|
519
|
+
obug@2.1.1:
|
|
520
|
+
resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==}
|
|
521
|
+
|
|
522
|
+
picocolors@1.1.1:
|
|
523
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
524
|
+
|
|
525
|
+
picomatch@4.0.3:
|
|
526
|
+
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
527
|
+
engines: {node: '>=12'}
|
|
528
|
+
|
|
529
|
+
postcss@8.5.6:
|
|
530
|
+
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
531
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
532
|
+
|
|
533
|
+
readdirp@4.1.2:
|
|
534
|
+
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
|
|
535
|
+
engines: {node: '>= 14.18.0'}
|
|
536
|
+
|
|
537
|
+
rollup@4.58.0:
|
|
538
|
+
resolution: {integrity: sha512-wbT0mBmWbIvvq8NeEYWWvevvxnOyhKChir47S66WCxw1SXqhw7ssIYejnQEVt7XYQpsj2y8F9PM+Cr3SNEa0gw==}
|
|
539
|
+
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
540
|
+
hasBin: true
|
|
541
|
+
|
|
542
|
+
sade@1.8.1:
|
|
543
|
+
resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==}
|
|
544
|
+
engines: {node: '>=6'}
|
|
545
|
+
|
|
546
|
+
set-cookie-parser@3.0.1:
|
|
547
|
+
resolution: {integrity: sha512-n7Z7dXZhJbwuAHhNzkTti6Aw9QDDjZtm3JTpTGATIdNzdQz5GuFs22w90BcvF4INfnrL5xrX3oGsuqO5Dx3A1Q==}
|
|
548
|
+
|
|
549
|
+
sirv@3.0.2:
|
|
550
|
+
resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==}
|
|
551
|
+
engines: {node: '>=18'}
|
|
552
|
+
|
|
553
|
+
source-map-js@1.2.1:
|
|
554
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
555
|
+
engines: {node: '>=0.10.0'}
|
|
556
|
+
|
|
557
|
+
svelte-check@4.4.3:
|
|
558
|
+
resolution: {integrity: sha512-4HtdEv2hOoLCEsSXI+RDELk9okP/4sImWa7X02OjMFFOWeSdFF3NFy3vqpw0z+eH9C88J9vxZfUXz/Uv2A1ANw==}
|
|
559
|
+
engines: {node: '>= 18.0.0'}
|
|
560
|
+
hasBin: true
|
|
561
|
+
peerDependencies:
|
|
562
|
+
svelte: ^4.0.0 || ^5.0.0-next.0
|
|
563
|
+
typescript: '>=5.0.0'
|
|
564
|
+
|
|
565
|
+
svelte@5.53.1:
|
|
566
|
+
resolution: {integrity: sha512-WzxFHZhhD23Qzu7JCYdvm1rxvRSzdt9HtHO8TScMBX51bLRFTcJmATVqjqXG+6Ln6hrViGCo9DzwOhAasxwC/w==}
|
|
567
|
+
engines: {node: '>=18'}
|
|
568
|
+
|
|
569
|
+
tinyglobby@0.2.15:
|
|
570
|
+
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
|
571
|
+
engines: {node: '>=12.0.0'}
|
|
572
|
+
|
|
573
|
+
totalist@3.0.1:
|
|
574
|
+
resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
|
|
575
|
+
engines: {node: '>=6'}
|
|
576
|
+
|
|
577
|
+
typescript@5.9.3:
|
|
578
|
+
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
579
|
+
engines: {node: '>=14.17'}
|
|
580
|
+
hasBin: true
|
|
581
|
+
|
|
582
|
+
vite@7.3.1:
|
|
583
|
+
resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
|
|
584
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
585
|
+
hasBin: true
|
|
586
|
+
peerDependencies:
|
|
587
|
+
'@types/node': ^20.19.0 || >=22.12.0
|
|
588
|
+
jiti: '>=1.21.0'
|
|
589
|
+
less: ^4.0.0
|
|
590
|
+
lightningcss: ^1.21.0
|
|
591
|
+
sass: ^1.70.0
|
|
592
|
+
sass-embedded: ^1.70.0
|
|
593
|
+
stylus: '>=0.54.8'
|
|
594
|
+
sugarss: ^5.0.0
|
|
595
|
+
terser: ^5.16.0
|
|
596
|
+
tsx: ^4.8.1
|
|
597
|
+
yaml: ^2.4.2
|
|
598
|
+
peerDependenciesMeta:
|
|
599
|
+
'@types/node':
|
|
600
|
+
optional: true
|
|
601
|
+
jiti:
|
|
602
|
+
optional: true
|
|
603
|
+
less:
|
|
604
|
+
optional: true
|
|
605
|
+
lightningcss:
|
|
606
|
+
optional: true
|
|
607
|
+
sass:
|
|
608
|
+
optional: true
|
|
609
|
+
sass-embedded:
|
|
610
|
+
optional: true
|
|
611
|
+
stylus:
|
|
612
|
+
optional: true
|
|
613
|
+
sugarss:
|
|
614
|
+
optional: true
|
|
615
|
+
terser:
|
|
616
|
+
optional: true
|
|
617
|
+
tsx:
|
|
618
|
+
optional: true
|
|
619
|
+
yaml:
|
|
620
|
+
optional: true
|
|
621
|
+
|
|
622
|
+
vitefu@1.1.1:
|
|
623
|
+
resolution: {integrity: sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==}
|
|
624
|
+
peerDependencies:
|
|
625
|
+
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0
|
|
626
|
+
peerDependenciesMeta:
|
|
627
|
+
vite:
|
|
628
|
+
optional: true
|
|
629
|
+
|
|
630
|
+
zimmerframe@1.1.4:
|
|
631
|
+
resolution: {integrity: sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ==}
|
|
632
|
+
|
|
633
|
+
snapshots:
|
|
634
|
+
|
|
635
|
+
'@esbuild/aix-ppc64@0.27.3':
|
|
636
|
+
optional: true
|
|
637
|
+
|
|
638
|
+
'@esbuild/android-arm64@0.27.3':
|
|
639
|
+
optional: true
|
|
640
|
+
|
|
641
|
+
'@esbuild/android-arm@0.27.3':
|
|
642
|
+
optional: true
|
|
643
|
+
|
|
644
|
+
'@esbuild/android-x64@0.27.3':
|
|
645
|
+
optional: true
|
|
646
|
+
|
|
647
|
+
'@esbuild/darwin-arm64@0.27.3':
|
|
648
|
+
optional: true
|
|
649
|
+
|
|
650
|
+
'@esbuild/darwin-x64@0.27.3':
|
|
651
|
+
optional: true
|
|
652
|
+
|
|
653
|
+
'@esbuild/freebsd-arm64@0.27.3':
|
|
654
|
+
optional: true
|
|
655
|
+
|
|
656
|
+
'@esbuild/freebsd-x64@0.27.3':
|
|
657
|
+
optional: true
|
|
658
|
+
|
|
659
|
+
'@esbuild/linux-arm64@0.27.3':
|
|
660
|
+
optional: true
|
|
661
|
+
|
|
662
|
+
'@esbuild/linux-arm@0.27.3':
|
|
663
|
+
optional: true
|
|
664
|
+
|
|
665
|
+
'@esbuild/linux-ia32@0.27.3':
|
|
666
|
+
optional: true
|
|
667
|
+
|
|
668
|
+
'@esbuild/linux-loong64@0.27.3':
|
|
669
|
+
optional: true
|
|
670
|
+
|
|
671
|
+
'@esbuild/linux-mips64el@0.27.3':
|
|
672
|
+
optional: true
|
|
673
|
+
|
|
674
|
+
'@esbuild/linux-ppc64@0.27.3':
|
|
675
|
+
optional: true
|
|
676
|
+
|
|
677
|
+
'@esbuild/linux-riscv64@0.27.3':
|
|
678
|
+
optional: true
|
|
679
|
+
|
|
680
|
+
'@esbuild/linux-s390x@0.27.3':
|
|
681
|
+
optional: true
|
|
682
|
+
|
|
683
|
+
'@esbuild/linux-x64@0.27.3':
|
|
684
|
+
optional: true
|
|
685
|
+
|
|
686
|
+
'@esbuild/netbsd-arm64@0.27.3':
|
|
687
|
+
optional: true
|
|
688
|
+
|
|
689
|
+
'@esbuild/netbsd-x64@0.27.3':
|
|
690
|
+
optional: true
|
|
691
|
+
|
|
692
|
+
'@esbuild/openbsd-arm64@0.27.3':
|
|
693
|
+
optional: true
|
|
694
|
+
|
|
695
|
+
'@esbuild/openbsd-x64@0.27.3':
|
|
696
|
+
optional: true
|
|
697
|
+
|
|
698
|
+
'@esbuild/openharmony-arm64@0.27.3':
|
|
699
|
+
optional: true
|
|
700
|
+
|
|
701
|
+
'@esbuild/sunos-x64@0.27.3':
|
|
702
|
+
optional: true
|
|
703
|
+
|
|
704
|
+
'@esbuild/win32-arm64@0.27.3':
|
|
705
|
+
optional: true
|
|
706
|
+
|
|
707
|
+
'@esbuild/win32-ia32@0.27.3':
|
|
708
|
+
optional: true
|
|
709
|
+
|
|
710
|
+
'@esbuild/win32-x64@0.27.3':
|
|
711
|
+
optional: true
|
|
712
|
+
|
|
713
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
714
|
+
dependencies:
|
|
715
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
716
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
717
|
+
|
|
718
|
+
'@jridgewell/remapping@2.3.5':
|
|
719
|
+
dependencies:
|
|
720
|
+
'@jridgewell/gen-mapping': 0.3.13
|
|
721
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
722
|
+
|
|
723
|
+
'@jridgewell/resolve-uri@3.1.2': {}
|
|
724
|
+
|
|
725
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
726
|
+
|
|
727
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
728
|
+
dependencies:
|
|
729
|
+
'@jridgewell/resolve-uri': 3.1.2
|
|
730
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
731
|
+
|
|
732
|
+
'@polka/url@1.0.0-next.29': {}
|
|
733
|
+
|
|
734
|
+
'@rollup/rollup-android-arm-eabi@4.58.0':
|
|
735
|
+
optional: true
|
|
736
|
+
|
|
737
|
+
'@rollup/rollup-android-arm64@4.58.0':
|
|
738
|
+
optional: true
|
|
739
|
+
|
|
740
|
+
'@rollup/rollup-darwin-arm64@4.58.0':
|
|
741
|
+
optional: true
|
|
742
|
+
|
|
743
|
+
'@rollup/rollup-darwin-x64@4.58.0':
|
|
744
|
+
optional: true
|
|
745
|
+
|
|
746
|
+
'@rollup/rollup-freebsd-arm64@4.58.0':
|
|
747
|
+
optional: true
|
|
748
|
+
|
|
749
|
+
'@rollup/rollup-freebsd-x64@4.58.0':
|
|
750
|
+
optional: true
|
|
751
|
+
|
|
752
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.58.0':
|
|
753
|
+
optional: true
|
|
754
|
+
|
|
755
|
+
'@rollup/rollup-linux-arm-musleabihf@4.58.0':
|
|
756
|
+
optional: true
|
|
757
|
+
|
|
758
|
+
'@rollup/rollup-linux-arm64-gnu@4.58.0':
|
|
759
|
+
optional: true
|
|
760
|
+
|
|
761
|
+
'@rollup/rollup-linux-arm64-musl@4.58.0':
|
|
762
|
+
optional: true
|
|
763
|
+
|
|
764
|
+
'@rollup/rollup-linux-loong64-gnu@4.58.0':
|
|
765
|
+
optional: true
|
|
766
|
+
|
|
767
|
+
'@rollup/rollup-linux-loong64-musl@4.58.0':
|
|
768
|
+
optional: true
|
|
769
|
+
|
|
770
|
+
'@rollup/rollup-linux-ppc64-gnu@4.58.0':
|
|
771
|
+
optional: true
|
|
772
|
+
|
|
773
|
+
'@rollup/rollup-linux-ppc64-musl@4.58.0':
|
|
774
|
+
optional: true
|
|
775
|
+
|
|
776
|
+
'@rollup/rollup-linux-riscv64-gnu@4.58.0':
|
|
777
|
+
optional: true
|
|
778
|
+
|
|
779
|
+
'@rollup/rollup-linux-riscv64-musl@4.58.0':
|
|
780
|
+
optional: true
|
|
781
|
+
|
|
782
|
+
'@rollup/rollup-linux-s390x-gnu@4.58.0':
|
|
783
|
+
optional: true
|
|
784
|
+
|
|
785
|
+
'@rollup/rollup-linux-x64-gnu@4.58.0':
|
|
786
|
+
optional: true
|
|
787
|
+
|
|
788
|
+
'@rollup/rollup-linux-x64-musl@4.58.0':
|
|
789
|
+
optional: true
|
|
790
|
+
|
|
791
|
+
'@rollup/rollup-openbsd-x64@4.58.0':
|
|
792
|
+
optional: true
|
|
793
|
+
|
|
794
|
+
'@rollup/rollup-openharmony-arm64@4.58.0':
|
|
795
|
+
optional: true
|
|
796
|
+
|
|
797
|
+
'@rollup/rollup-win32-arm64-msvc@4.58.0':
|
|
798
|
+
optional: true
|
|
799
|
+
|
|
800
|
+
'@rollup/rollup-win32-ia32-msvc@4.58.0':
|
|
801
|
+
optional: true
|
|
802
|
+
|
|
803
|
+
'@rollup/rollup-win32-x64-gnu@4.58.0':
|
|
804
|
+
optional: true
|
|
805
|
+
|
|
806
|
+
'@rollup/rollup-win32-x64-msvc@4.58.0':
|
|
807
|
+
optional: true
|
|
808
|
+
|
|
809
|
+
'@standard-schema/spec@1.1.0': {}
|
|
810
|
+
|
|
811
|
+
'@sveltejs/acorn-typescript@1.0.9(acorn@8.16.0)':
|
|
812
|
+
dependencies:
|
|
813
|
+
acorn: 8.16.0
|
|
814
|
+
|
|
815
|
+
'@sveltejs/adapter-auto@7.0.1(@sveltejs/kit@2.53.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.1)(vite@7.3.1))(svelte@5.53.1)(typescript@5.9.3)(vite@7.3.1))':
|
|
816
|
+
dependencies:
|
|
817
|
+
'@sveltejs/kit': 2.53.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.1)(vite@7.3.1))(svelte@5.53.1)(typescript@5.9.3)(vite@7.3.1)
|
|
818
|
+
|
|
819
|
+
'@sveltejs/kit@2.53.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.1)(vite@7.3.1))(svelte@5.53.1)(typescript@5.9.3)(vite@7.3.1)':
|
|
820
|
+
dependencies:
|
|
821
|
+
'@standard-schema/spec': 1.1.0
|
|
822
|
+
'@sveltejs/acorn-typescript': 1.0.9(acorn@8.16.0)
|
|
823
|
+
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.1)(vite@7.3.1)
|
|
824
|
+
'@types/cookie': 0.6.0
|
|
825
|
+
acorn: 8.16.0
|
|
826
|
+
cookie: 0.6.0
|
|
827
|
+
devalue: 5.6.3
|
|
828
|
+
esm-env: 1.2.2
|
|
829
|
+
kleur: 4.1.5
|
|
830
|
+
magic-string: 0.30.21
|
|
831
|
+
mrmime: 2.0.1
|
|
832
|
+
set-cookie-parser: 3.0.1
|
|
833
|
+
sirv: 3.0.2
|
|
834
|
+
svelte: 5.53.1
|
|
835
|
+
vite: 7.3.1
|
|
836
|
+
optionalDependencies:
|
|
837
|
+
typescript: 5.9.3
|
|
838
|
+
|
|
839
|
+
'@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.1)(vite@7.3.1))(svelte@5.53.1)(vite@7.3.1)':
|
|
840
|
+
dependencies:
|
|
841
|
+
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.1)(vite@7.3.1)
|
|
842
|
+
obug: 2.1.1
|
|
843
|
+
svelte: 5.53.1
|
|
844
|
+
vite: 7.3.1
|
|
845
|
+
|
|
846
|
+
'@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.1)(vite@7.3.1)':
|
|
847
|
+
dependencies:
|
|
848
|
+
'@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.1)(vite@7.3.1))(svelte@5.53.1)(vite@7.3.1)
|
|
849
|
+
deepmerge: 4.3.1
|
|
850
|
+
magic-string: 0.30.21
|
|
851
|
+
obug: 2.1.1
|
|
852
|
+
svelte: 5.53.1
|
|
853
|
+
vite: 7.3.1
|
|
854
|
+
vitefu: 1.1.1(vite@7.3.1)
|
|
855
|
+
|
|
856
|
+
'@types/cookie@0.6.0': {}
|
|
857
|
+
|
|
858
|
+
'@types/estree@1.0.8': {}
|
|
859
|
+
|
|
860
|
+
'@types/trusted-types@2.0.7': {}
|
|
861
|
+
|
|
862
|
+
'@vercel/speed-insights@1.3.1(@sveltejs/kit@2.53.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.1)(vite@7.3.1))(svelte@5.53.1)(typescript@5.9.3)(vite@7.3.1))(svelte@5.53.1)':
|
|
863
|
+
optionalDependencies:
|
|
864
|
+
'@sveltejs/kit': 2.53.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.1)(vite@7.3.1))(svelte@5.53.1)(typescript@5.9.3)(vite@7.3.1)
|
|
865
|
+
svelte: 5.53.1
|
|
866
|
+
|
|
867
|
+
acorn@8.16.0: {}
|
|
868
|
+
|
|
869
|
+
aria-query@5.3.2: {}
|
|
870
|
+
|
|
871
|
+
axobject-query@4.1.0: {}
|
|
872
|
+
|
|
873
|
+
chokidar@4.0.3:
|
|
874
|
+
dependencies:
|
|
875
|
+
readdirp: 4.1.2
|
|
876
|
+
|
|
877
|
+
clsx@2.1.1: {}
|
|
878
|
+
|
|
879
|
+
cookie@0.6.0: {}
|
|
880
|
+
|
|
881
|
+
deepmerge@4.3.1: {}
|
|
882
|
+
|
|
883
|
+
devalue@5.6.3: {}
|
|
884
|
+
|
|
885
|
+
esbuild@0.27.3:
|
|
886
|
+
optionalDependencies:
|
|
887
|
+
'@esbuild/aix-ppc64': 0.27.3
|
|
888
|
+
'@esbuild/android-arm': 0.27.3
|
|
889
|
+
'@esbuild/android-arm64': 0.27.3
|
|
890
|
+
'@esbuild/android-x64': 0.27.3
|
|
891
|
+
'@esbuild/darwin-arm64': 0.27.3
|
|
892
|
+
'@esbuild/darwin-x64': 0.27.3
|
|
893
|
+
'@esbuild/freebsd-arm64': 0.27.3
|
|
894
|
+
'@esbuild/freebsd-x64': 0.27.3
|
|
895
|
+
'@esbuild/linux-arm': 0.27.3
|
|
896
|
+
'@esbuild/linux-arm64': 0.27.3
|
|
897
|
+
'@esbuild/linux-ia32': 0.27.3
|
|
898
|
+
'@esbuild/linux-loong64': 0.27.3
|
|
899
|
+
'@esbuild/linux-mips64el': 0.27.3
|
|
900
|
+
'@esbuild/linux-ppc64': 0.27.3
|
|
901
|
+
'@esbuild/linux-riscv64': 0.27.3
|
|
902
|
+
'@esbuild/linux-s390x': 0.27.3
|
|
903
|
+
'@esbuild/linux-x64': 0.27.3
|
|
904
|
+
'@esbuild/netbsd-arm64': 0.27.3
|
|
905
|
+
'@esbuild/netbsd-x64': 0.27.3
|
|
906
|
+
'@esbuild/openbsd-arm64': 0.27.3
|
|
907
|
+
'@esbuild/openbsd-x64': 0.27.3
|
|
908
|
+
'@esbuild/openharmony-arm64': 0.27.3
|
|
909
|
+
'@esbuild/sunos-x64': 0.27.3
|
|
910
|
+
'@esbuild/win32-arm64': 0.27.3
|
|
911
|
+
'@esbuild/win32-ia32': 0.27.3
|
|
912
|
+
'@esbuild/win32-x64': 0.27.3
|
|
913
|
+
|
|
914
|
+
esm-env@1.2.2: {}
|
|
915
|
+
|
|
916
|
+
esrap@2.2.3:
|
|
917
|
+
dependencies:
|
|
918
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
919
|
+
|
|
920
|
+
fdir@6.5.0(picomatch@4.0.3):
|
|
921
|
+
optionalDependencies:
|
|
922
|
+
picomatch: 4.0.3
|
|
923
|
+
|
|
924
|
+
fsevents@2.3.3:
|
|
925
|
+
optional: true
|
|
926
|
+
|
|
927
|
+
is-reference@3.0.3:
|
|
928
|
+
dependencies:
|
|
929
|
+
'@types/estree': 1.0.8
|
|
930
|
+
|
|
931
|
+
kleur@4.1.5: {}
|
|
932
|
+
|
|
933
|
+
locate-character@3.0.0: {}
|
|
934
|
+
|
|
935
|
+
magic-string@0.30.21:
|
|
936
|
+
dependencies:
|
|
937
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
938
|
+
|
|
939
|
+
marked@17.0.3: {}
|
|
940
|
+
|
|
941
|
+
mri@1.2.0: {}
|
|
942
|
+
|
|
943
|
+
mrmime@2.0.1: {}
|
|
944
|
+
|
|
945
|
+
nanoid@3.3.11: {}
|
|
946
|
+
|
|
947
|
+
obug@2.1.1: {}
|
|
948
|
+
|
|
949
|
+
picocolors@1.1.1: {}
|
|
950
|
+
|
|
951
|
+
picomatch@4.0.3: {}
|
|
952
|
+
|
|
953
|
+
postcss@8.5.6:
|
|
954
|
+
dependencies:
|
|
955
|
+
nanoid: 3.3.11
|
|
956
|
+
picocolors: 1.1.1
|
|
957
|
+
source-map-js: 1.2.1
|
|
958
|
+
|
|
959
|
+
readdirp@4.1.2: {}
|
|
960
|
+
|
|
961
|
+
rollup@4.58.0:
|
|
962
|
+
dependencies:
|
|
963
|
+
'@types/estree': 1.0.8
|
|
964
|
+
optionalDependencies:
|
|
965
|
+
'@rollup/rollup-android-arm-eabi': 4.58.0
|
|
966
|
+
'@rollup/rollup-android-arm64': 4.58.0
|
|
967
|
+
'@rollup/rollup-darwin-arm64': 4.58.0
|
|
968
|
+
'@rollup/rollup-darwin-x64': 4.58.0
|
|
969
|
+
'@rollup/rollup-freebsd-arm64': 4.58.0
|
|
970
|
+
'@rollup/rollup-freebsd-x64': 4.58.0
|
|
971
|
+
'@rollup/rollup-linux-arm-gnueabihf': 4.58.0
|
|
972
|
+
'@rollup/rollup-linux-arm-musleabihf': 4.58.0
|
|
973
|
+
'@rollup/rollup-linux-arm64-gnu': 4.58.0
|
|
974
|
+
'@rollup/rollup-linux-arm64-musl': 4.58.0
|
|
975
|
+
'@rollup/rollup-linux-loong64-gnu': 4.58.0
|
|
976
|
+
'@rollup/rollup-linux-loong64-musl': 4.58.0
|
|
977
|
+
'@rollup/rollup-linux-ppc64-gnu': 4.58.0
|
|
978
|
+
'@rollup/rollup-linux-ppc64-musl': 4.58.0
|
|
979
|
+
'@rollup/rollup-linux-riscv64-gnu': 4.58.0
|
|
980
|
+
'@rollup/rollup-linux-riscv64-musl': 4.58.0
|
|
981
|
+
'@rollup/rollup-linux-s390x-gnu': 4.58.0
|
|
982
|
+
'@rollup/rollup-linux-x64-gnu': 4.58.0
|
|
983
|
+
'@rollup/rollup-linux-x64-musl': 4.58.0
|
|
984
|
+
'@rollup/rollup-openbsd-x64': 4.58.0
|
|
985
|
+
'@rollup/rollup-openharmony-arm64': 4.58.0
|
|
986
|
+
'@rollup/rollup-win32-arm64-msvc': 4.58.0
|
|
987
|
+
'@rollup/rollup-win32-ia32-msvc': 4.58.0
|
|
988
|
+
'@rollup/rollup-win32-x64-gnu': 4.58.0
|
|
989
|
+
'@rollup/rollup-win32-x64-msvc': 4.58.0
|
|
990
|
+
fsevents: 2.3.3
|
|
991
|
+
|
|
992
|
+
sade@1.8.1:
|
|
993
|
+
dependencies:
|
|
994
|
+
mri: 1.2.0
|
|
995
|
+
|
|
996
|
+
set-cookie-parser@3.0.1: {}
|
|
997
|
+
|
|
998
|
+
sirv@3.0.2:
|
|
999
|
+
dependencies:
|
|
1000
|
+
'@polka/url': 1.0.0-next.29
|
|
1001
|
+
mrmime: 2.0.1
|
|
1002
|
+
totalist: 3.0.1
|
|
1003
|
+
|
|
1004
|
+
source-map-js@1.2.1: {}
|
|
1005
|
+
|
|
1006
|
+
svelte-check@4.4.3(picomatch@4.0.3)(svelte@5.53.1)(typescript@5.9.3):
|
|
1007
|
+
dependencies:
|
|
1008
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
1009
|
+
chokidar: 4.0.3
|
|
1010
|
+
fdir: 6.5.0(picomatch@4.0.3)
|
|
1011
|
+
picocolors: 1.1.1
|
|
1012
|
+
sade: 1.8.1
|
|
1013
|
+
svelte: 5.53.1
|
|
1014
|
+
typescript: 5.9.3
|
|
1015
|
+
transitivePeerDependencies:
|
|
1016
|
+
- picomatch
|
|
1017
|
+
|
|
1018
|
+
svelte@5.53.1:
|
|
1019
|
+
dependencies:
|
|
1020
|
+
'@jridgewell/remapping': 2.3.5
|
|
1021
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
1022
|
+
'@sveltejs/acorn-typescript': 1.0.9(acorn@8.16.0)
|
|
1023
|
+
'@types/estree': 1.0.8
|
|
1024
|
+
'@types/trusted-types': 2.0.7
|
|
1025
|
+
acorn: 8.16.0
|
|
1026
|
+
aria-query: 5.3.2
|
|
1027
|
+
axobject-query: 4.1.0
|
|
1028
|
+
clsx: 2.1.1
|
|
1029
|
+
devalue: 5.6.3
|
|
1030
|
+
esm-env: 1.2.2
|
|
1031
|
+
esrap: 2.2.3
|
|
1032
|
+
is-reference: 3.0.3
|
|
1033
|
+
locate-character: 3.0.0
|
|
1034
|
+
magic-string: 0.30.21
|
|
1035
|
+
zimmerframe: 1.1.4
|
|
1036
|
+
|
|
1037
|
+
tinyglobby@0.2.15:
|
|
1038
|
+
dependencies:
|
|
1039
|
+
fdir: 6.5.0(picomatch@4.0.3)
|
|
1040
|
+
picomatch: 4.0.3
|
|
1041
|
+
|
|
1042
|
+
totalist@3.0.1: {}
|
|
1043
|
+
|
|
1044
|
+
typescript@5.9.3: {}
|
|
1045
|
+
|
|
1046
|
+
vite@7.3.1:
|
|
1047
|
+
dependencies:
|
|
1048
|
+
esbuild: 0.27.3
|
|
1049
|
+
fdir: 6.5.0(picomatch@4.0.3)
|
|
1050
|
+
picomatch: 4.0.3
|
|
1051
|
+
postcss: 8.5.6
|
|
1052
|
+
rollup: 4.58.0
|
|
1053
|
+
tinyglobby: 0.2.15
|
|
1054
|
+
optionalDependencies:
|
|
1055
|
+
fsevents: 2.3.3
|
|
1056
|
+
|
|
1057
|
+
vitefu@1.1.1(vite@7.3.1):
|
|
1058
|
+
optionalDependencies:
|
|
1059
|
+
vite: 7.3.1
|
|
1060
|
+
|
|
1061
|
+
zimmerframe@1.1.4: {}
|