Attic is a cozy space with lofty ambitions. attic.social

cleanup repo

dbushell.com d3f2c0d3 b4f9f1e2

verified
+23 -1298
+17 -23
.gitignore
··· 1 - node_modules 2 - 3 - # Output 4 - .output 5 - .vercel 6 - .netlify 7 - .wrangler 8 - /.svelte-kit 9 - /build 10 - 11 - # OS 12 - .DS_Store 13 - Thumbs.db 14 - 15 - # Env 16 - .env 17 - .env.* 18 - !.env.example 19 - !.env.test 20 - 21 - # Vite 22 - vite.config.js.timestamp-* 23 - vite.config.ts.timestamp-* 1 + /* 2 + **/*.* 3 + !src 4 + !src/app.html 5 + !src/**/*.ts 6 + !src/**/*.svelte 7 + !static 8 + !static/**/*.css 9 + !static/**/*.png 10 + !static/**/*.svg 11 + !static/**/*.txt 12 + !.gitignore 13 + !package.json 14 + !README.md 15 + !svelte.config.js 16 + !tsconfig.json 17 + !vite.config.ts
-1
.npmrc
··· 1 - engine-strict=true
+4 -39
README.md
··· 1 - # sv 2 - 3 - Everything you need to build a Svelte project, powered by [`sv`](https://github.com/sveltejs/cli). 4 - 5 - ## Creating a project 6 - 7 - If you're seeing this, you've probably already done this step. Congrats! 8 - 9 - ```sh 10 - # create a new project 11 - npx sv create my-app 12 - ``` 1 + # attic.social 13 2 14 - To recreate this project with the same configuration: 3 + Attic is a cozy space with lofty ambitions. 15 4 16 - ```sh 17 - # recreate this project 18 - pnpm dlx sv@0.12.5 create --template minimal --types ts --install pnpm sveltekit-atproto 19 - ``` 5 + * * * 20 6 21 - ## Developing 22 - 23 - Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: 24 - 25 - ```sh 26 - npm run dev 27 - 28 - # or start the server and open the app in a new browser tab 29 - npm run dev -- --open 30 - ``` 31 - 32 - ## Building 33 - 34 - To create a production version of your app: 35 - 36 - ```sh 37 - npm run build 38 - ``` 39 - 40 - You can preview the production build with `npm run preview`. 41 - 42 - > To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment. 7 + Copyright © 2026 [David Bushell](https://dbushell.com)
+1
package.json
··· 26 26 "@atcute/client": "^4.2.1", 27 27 "@atcute/identity-resolver": "^1.2.2", 28 28 "@atcute/identity-resolver-node": "^1.0.3", 29 + "@atcute/lexicon-doc": "^2.1.1", 29 30 "@atcute/lexicons": "^1.2.9", 30 31 "@atcute/oauth-node-client": "^1.1.0", 31 32 "@types/node": "^25.3.3",
-1224
pnpm-lock.yaml
··· 1 - lockfileVersion: '9.0' 2 - 3 - settings: 4 - autoInstallPeers: true 5 - excludeLinksFromLockfile: false 6 - 7 - importers: 8 - 9 - .: 10 - dependencies: 11 - '@atcute/atproto': 12 - specifier: ^3.1.10 13 - version: 3.1.10 14 - '@atcute/bluesky': 15 - specifier: ^3.2.20 16 - version: 3.2.20 17 - '@atcute/client': 18 - specifier: ^4.2.1 19 - version: 4.2.1 20 - '@atcute/identity-resolver': 21 - specifier: ^1.2.2 22 - version: 1.2.2(@atcute/identity@1.1.3) 23 - '@atcute/identity-resolver-node': 24 - specifier: ^1.0.3 25 - version: 1.0.3(@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3))(@atcute/identity@1.1.3) 26 - '@atcute/lexicons': 27 - specifier: ^1.2.9 28 - version: 1.2.9 29 - '@atcute/oauth-node-client': 30 - specifier: ^1.1.0 31 - version: 1.1.0 32 - '@types/node': 33 - specifier: ^25.3.3 34 - version: 25.3.3 35 - valibot: 36 - specifier: ^1.2.0 37 - version: 1.2.0(typescript@5.9.3) 38 - devDependencies: 39 - '@sveltejs/adapter-auto': 40 - specifier: ^7.0.0 41 - version: 7.0.1(@sveltejs/kit@2.53.4(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@25.3.3)))(svelte@5.53.7)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3))) 42 - '@sveltejs/kit': 43 - specifier: ^2.50.2 44 - version: 2.53.4(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@25.3.3)))(svelte@5.53.7)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3)) 45 - '@sveltejs/vite-plugin-svelte': 46 - specifier: ^6.2.4 47 - version: 6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@25.3.3)) 48 - svelte: 49 - specifier: ^5.51.0 50 - version: 5.53.7 51 - svelte-check: 52 - specifier: ^4.4.2 53 - version: 4.4.4(picomatch@4.0.3)(svelte@5.53.7)(typescript@5.9.3) 54 - typescript: 55 - specifier: ^5.9.3 56 - version: 5.9.3 57 - vite: 58 - specifier: ^7.3.1 59 - version: 7.3.1(@types/node@25.3.3) 60 - 61 - packages: 62 - 63 - '@atcute/atproto@3.1.10': 64 - resolution: {integrity: sha512-+GKZpOc0PJcdWMQEkTfg/rSNDAAHxmAUGBl60g2az15etqJn5WaUPNGFE2sB7hKpwi5Ue2h/L0OacINcE/JDDQ==} 65 - 66 - '@atcute/bluesky@3.2.20': 67 - resolution: {integrity: sha512-N+o7K31ptnHSFoYKOHfQYJHFqU7CgGbCX8lDeWvpQuwkEMTEPojrQXIQD/+FL+FVEvRV/84LNi9cEnhPKShE5w==} 68 - 69 - '@atcute/client@4.2.1': 70 - resolution: {integrity: sha512-ZBFM2pW075JtgGFu5g7HHZBecrClhlcNH8GVP9Zz1aViWR+cjjBsTpeE63rJs+FCOHFYlirUyo5L8SGZ4kMINw==} 71 - 72 - '@atcute/identity-resolver-node@1.0.3': 73 - resolution: {integrity: sha512-RPH5M4ZRayKRcGnJWUOPVhN5WSYURXXZxKzgVT9lj/WZCH6ij2Vg3P3Eva7GGs0SG1ytnX1XVBTMoIk8nF/SLQ==} 74 - peerDependencies: 75 - '@atcute/identity': ^1.0.0 76 - '@atcute/identity-resolver': ^1.0.0 77 - 78 - '@atcute/identity-resolver@1.2.2': 79 - resolution: {integrity: sha512-eUh/UH4bFvuXS0X7epYCeJC/kj4rbBXfSRumLEH4smMVwNOgTo7cL/0Srty+P/qVPoZEyXdfEbS0PHJyzoXmHw==} 80 - peerDependencies: 81 - '@atcute/identity': ^1.0.0 82 - 83 - '@atcute/identity@1.1.3': 84 - resolution: {integrity: sha512-oIqPoI8TwWeQxvcLmFEZLdN2XdWcaLVtlm8pNk0E72As9HNzzD9pwKPrLr3rmTLRIoULPPFmq9iFNsTeCIU9ng==} 85 - 86 - '@atcute/lexicons@1.2.9': 87 - resolution: {integrity: sha512-/RRHm2Cw9o8Mcsrq0eo8fjS9okKYLGfuFwrQ0YoP/6sdSDsXshaTLJsvLlcUcaDaSJ1YFOuHIo3zr2Om2F/16g==} 88 - 89 - '@atcute/multibase@1.1.8': 90 - resolution: {integrity: sha512-pJgtImMZKCjqwRbu+2GzB+4xQjKBXDwdZOzeqe0u97zYKRGftpGYGvYv3+pMe2xXe+msDyu7Nv8iJp+U14otTA==} 91 - 92 - '@atcute/oauth-crypto@0.1.0': 93 - resolution: {integrity: sha512-qZYDCNLF/4B6AndYT1rsQelN8621AC5u/sL5PHvlr/qqAbmmUwCBGjEgRSyZtHE1AqD60VNiSMlOgAuEQTSl3w==} 94 - 95 - '@atcute/oauth-keyset@0.1.0': 96 - resolution: {integrity: sha512-+wqT/+I5Lg9VzKnKY3g88+N45xbq+wsdT6bHDGqCVa2u57gRvolFF4dY+weMfc/OX641BIZO6/o+zFtKBsMQnQ==} 97 - 98 - '@atcute/oauth-node-client@1.1.0': 99 - resolution: {integrity: sha512-xCp/VfjtvTeKscKR/oI2hdMTp1/DaF/7ll8b6yZOCgbKlVDDfhCn5mmKNVARGTNaoywxrXG3XffbWCIx3/E87w==} 100 - 101 - '@atcute/oauth-types@0.1.1': 102 - resolution: {integrity: sha512-u+3KMjse3Uc/9hDyilu1QVN7IpcnjVXgRzhddzBB8Uh6wePHNVBDdi9wQvFTVVA3zmxtMJVptXRyLLg6Ou9bqg==} 103 - 104 - '@atcute/uint8array@1.1.1': 105 - resolution: {integrity: sha512-3LsC8XB8TKe9q/5hOA5sFuzGaIFdJZJNewC5OKa3o/eU6+K7JR6see9Zy2JbQERNVnRl11EzbNov1efgLMAs4g==} 106 - 107 - '@atcute/util-fetch@1.0.5': 108 - resolution: {integrity: sha512-qjHj01BGxjSjIFdPiAjSARnodJIIyKxnCMMEcXMESo9TAyND6XZQqrie5fia+LlYWVXdpsTds8uFQwc9jdKTig==} 109 - 110 - '@atcute/util-text@1.1.1': 111 - resolution: {integrity: sha512-JH0SxzUQJAmbOBTYyhxQbkkI6M33YpjlVLEcbP5GYt43xgFArzV0FJVmEpvIj0kjsmphHB45b6IitdvxPdec9w==} 112 - 113 - '@badrap/valita@0.4.6': 114 - resolution: {integrity: sha512-4kdqcjyxo/8RQ8ayjms47HCWZIF5981oE5nIenbfThKDxWXtEHKipAOWlflpPJzZx9y/JWYQkp18Awr7VuepFg==} 115 - engines: {node: '>= 18'} 116 - 117 - '@esbuild/aix-ppc64@0.27.3': 118 - resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==} 119 - engines: {node: '>=18'} 120 - cpu: [ppc64] 121 - os: [aix] 122 - 123 - '@esbuild/android-arm64@0.27.3': 124 - resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==} 125 - engines: {node: '>=18'} 126 - cpu: [arm64] 127 - os: [android] 128 - 129 - '@esbuild/android-arm@0.27.3': 130 - resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==} 131 - engines: {node: '>=18'} 132 - cpu: [arm] 133 - os: [android] 134 - 135 - '@esbuild/android-x64@0.27.3': 136 - resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==} 137 - engines: {node: '>=18'} 138 - cpu: [x64] 139 - os: [android] 140 - 141 - '@esbuild/darwin-arm64@0.27.3': 142 - resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==} 143 - engines: {node: '>=18'} 144 - cpu: [arm64] 145 - os: [darwin] 146 - 147 - '@esbuild/darwin-x64@0.27.3': 148 - resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==} 149 - engines: {node: '>=18'} 150 - cpu: [x64] 151 - os: [darwin] 152 - 153 - '@esbuild/freebsd-arm64@0.27.3': 154 - resolution: {integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==} 155 - engines: {node: '>=18'} 156 - cpu: [arm64] 157 - os: [freebsd] 158 - 159 - '@esbuild/freebsd-x64@0.27.3': 160 - resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==} 161 - engines: {node: '>=18'} 162 - cpu: [x64] 163 - os: [freebsd] 164 - 165 - '@esbuild/linux-arm64@0.27.3': 166 - resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==} 167 - engines: {node: '>=18'} 168 - cpu: [arm64] 169 - os: [linux] 170 - 171 - '@esbuild/linux-arm@0.27.3': 172 - resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==} 173 - engines: {node: '>=18'} 174 - cpu: [arm] 175 - os: [linux] 176 - 177 - '@esbuild/linux-ia32@0.27.3': 178 - resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==} 179 - engines: {node: '>=18'} 180 - cpu: [ia32] 181 - os: [linux] 182 - 183 - '@esbuild/linux-loong64@0.27.3': 184 - resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==} 185 - engines: {node: '>=18'} 186 - cpu: [loong64] 187 - os: [linux] 188 - 189 - '@esbuild/linux-mips64el@0.27.3': 190 - resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==} 191 - engines: {node: '>=18'} 192 - cpu: [mips64el] 193 - os: [linux] 194 - 195 - '@esbuild/linux-ppc64@0.27.3': 196 - resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==} 197 - engines: {node: '>=18'} 198 - cpu: [ppc64] 199 - os: [linux] 200 - 201 - '@esbuild/linux-riscv64@0.27.3': 202 - resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==} 203 - engines: {node: '>=18'} 204 - cpu: [riscv64] 205 - os: [linux] 206 - 207 - '@esbuild/linux-s390x@0.27.3': 208 - resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==} 209 - engines: {node: '>=18'} 210 - cpu: [s390x] 211 - os: [linux] 212 - 213 - '@esbuild/linux-x64@0.27.3': 214 - resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==} 215 - engines: {node: '>=18'} 216 - cpu: [x64] 217 - os: [linux] 218 - 219 - '@esbuild/netbsd-arm64@0.27.3': 220 - resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==} 221 - engines: {node: '>=18'} 222 - cpu: [arm64] 223 - os: [netbsd] 224 - 225 - '@esbuild/netbsd-x64@0.27.3': 226 - resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==} 227 - engines: {node: '>=18'} 228 - cpu: [x64] 229 - os: [netbsd] 230 - 231 - '@esbuild/openbsd-arm64@0.27.3': 232 - resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==} 233 - engines: {node: '>=18'} 234 - cpu: [arm64] 235 - os: [openbsd] 236 - 237 - '@esbuild/openbsd-x64@0.27.3': 238 - resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==} 239 - engines: {node: '>=18'} 240 - cpu: [x64] 241 - os: [openbsd] 242 - 243 - '@esbuild/openharmony-arm64@0.27.3': 244 - resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==} 245 - engines: {node: '>=18'} 246 - cpu: [arm64] 247 - os: [openharmony] 248 - 249 - '@esbuild/sunos-x64@0.27.3': 250 - resolution: {integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==} 251 - engines: {node: '>=18'} 252 - cpu: [x64] 253 - os: [sunos] 254 - 255 - '@esbuild/win32-arm64@0.27.3': 256 - resolution: {integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==} 257 - engines: {node: '>=18'} 258 - cpu: [arm64] 259 - os: [win32] 260 - 261 - '@esbuild/win32-ia32@0.27.3': 262 - resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==} 263 - engines: {node: '>=18'} 264 - cpu: [ia32] 265 - os: [win32] 266 - 267 - '@esbuild/win32-x64@0.27.3': 268 - resolution: {integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==} 269 - engines: {node: '>=18'} 270 - cpu: [x64] 271 - os: [win32] 272 - 273 - '@jridgewell/gen-mapping@0.3.13': 274 - resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} 275 - 276 - '@jridgewell/remapping@2.3.5': 277 - resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==} 278 - 279 - '@jridgewell/resolve-uri@3.1.2': 280 - resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} 281 - engines: {node: '>=6.0.0'} 282 - 283 - '@jridgewell/sourcemap-codec@1.5.5': 284 - resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} 285 - 286 - '@jridgewell/trace-mapping@0.3.31': 287 - resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} 288 - 289 - '@polka/url@1.0.0-next.29': 290 - resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==} 291 - 292 - '@rollup/rollup-android-arm-eabi@4.59.0': 293 - resolution: {integrity: sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==} 294 - cpu: [arm] 295 - os: [android] 296 - 297 - '@rollup/rollup-android-arm64@4.59.0': 298 - resolution: {integrity: sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==} 299 - cpu: [arm64] 300 - os: [android] 301 - 302 - '@rollup/rollup-darwin-arm64@4.59.0': 303 - resolution: {integrity: sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==} 304 - cpu: [arm64] 305 - os: [darwin] 306 - 307 - '@rollup/rollup-darwin-x64@4.59.0': 308 - resolution: {integrity: sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==} 309 - cpu: [x64] 310 - os: [darwin] 311 - 312 - '@rollup/rollup-freebsd-arm64@4.59.0': 313 - resolution: {integrity: sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==} 314 - cpu: [arm64] 315 - os: [freebsd] 316 - 317 - '@rollup/rollup-freebsd-x64@4.59.0': 318 - resolution: {integrity: sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==} 319 - cpu: [x64] 320 - os: [freebsd] 321 - 322 - '@rollup/rollup-linux-arm-gnueabihf@4.59.0': 323 - resolution: {integrity: sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==} 324 - cpu: [arm] 325 - os: [linux] 326 - libc: [glibc] 327 - 328 - '@rollup/rollup-linux-arm-musleabihf@4.59.0': 329 - resolution: {integrity: sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==} 330 - cpu: [arm] 331 - os: [linux] 332 - libc: [musl] 333 - 334 - '@rollup/rollup-linux-arm64-gnu@4.59.0': 335 - resolution: {integrity: sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==} 336 - cpu: [arm64] 337 - os: [linux] 338 - libc: [glibc] 339 - 340 - '@rollup/rollup-linux-arm64-musl@4.59.0': 341 - resolution: {integrity: sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==} 342 - cpu: [arm64] 343 - os: [linux] 344 - libc: [musl] 345 - 346 - '@rollup/rollup-linux-loong64-gnu@4.59.0': 347 - resolution: {integrity: sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==} 348 - cpu: [loong64] 349 - os: [linux] 350 - libc: [glibc] 351 - 352 - '@rollup/rollup-linux-loong64-musl@4.59.0': 353 - resolution: {integrity: sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==} 354 - cpu: [loong64] 355 - os: [linux] 356 - libc: [musl] 357 - 358 - '@rollup/rollup-linux-ppc64-gnu@4.59.0': 359 - resolution: {integrity: sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==} 360 - cpu: [ppc64] 361 - os: [linux] 362 - libc: [glibc] 363 - 364 - '@rollup/rollup-linux-ppc64-musl@4.59.0': 365 - resolution: {integrity: sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==} 366 - cpu: [ppc64] 367 - os: [linux] 368 - libc: [musl] 369 - 370 - '@rollup/rollup-linux-riscv64-gnu@4.59.0': 371 - resolution: {integrity: sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==} 372 - cpu: [riscv64] 373 - os: [linux] 374 - libc: [glibc] 375 - 376 - '@rollup/rollup-linux-riscv64-musl@4.59.0': 377 - resolution: {integrity: sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==} 378 - cpu: [riscv64] 379 - os: [linux] 380 - libc: [musl] 381 - 382 - '@rollup/rollup-linux-s390x-gnu@4.59.0': 383 - resolution: {integrity: sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==} 384 - cpu: [s390x] 385 - os: [linux] 386 - libc: [glibc] 387 - 388 - '@rollup/rollup-linux-x64-gnu@4.59.0': 389 - resolution: {integrity: sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==} 390 - cpu: [x64] 391 - os: [linux] 392 - libc: [glibc] 393 - 394 - '@rollup/rollup-linux-x64-musl@4.59.0': 395 - resolution: {integrity: sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==} 396 - cpu: [x64] 397 - os: [linux] 398 - libc: [musl] 399 - 400 - '@rollup/rollup-openbsd-x64@4.59.0': 401 - resolution: {integrity: sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==} 402 - cpu: [x64] 403 - os: [openbsd] 404 - 405 - '@rollup/rollup-openharmony-arm64@4.59.0': 406 - resolution: {integrity: sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==} 407 - cpu: [arm64] 408 - os: [openharmony] 409 - 410 - '@rollup/rollup-win32-arm64-msvc@4.59.0': 411 - resolution: {integrity: sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==} 412 - cpu: [arm64] 413 - os: [win32] 414 - 415 - '@rollup/rollup-win32-ia32-msvc@4.59.0': 416 - resolution: {integrity: sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==} 417 - cpu: [ia32] 418 - os: [win32] 419 - 420 - '@rollup/rollup-win32-x64-gnu@4.59.0': 421 - resolution: {integrity: sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==} 422 - cpu: [x64] 423 - os: [win32] 424 - 425 - '@rollup/rollup-win32-x64-msvc@4.59.0': 426 - resolution: {integrity: sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==} 427 - cpu: [x64] 428 - os: [win32] 429 - 430 - '@standard-schema/spec@1.1.0': 431 - resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} 432 - 433 - '@sveltejs/acorn-typescript@1.0.9': 434 - resolution: {integrity: sha512-lVJX6qEgs/4DOcRTpo56tmKzVPtoWAaVbL4hfO7t7NVwl9AAXzQR6cihesW1BmNMPl+bK6dreu2sOKBP2Q9CIA==} 435 - peerDependencies: 436 - acorn: ^8.9.0 437 - 438 - '@sveltejs/adapter-auto@7.0.1': 439 - resolution: {integrity: sha512-dvuPm1E7M9NI/+canIQ6KKQDU2AkEefEZ2Dp7cY6uKoPq9Z/PhOXABe526UdW2mN986gjVkuSLkOYIBnS/M2LQ==} 440 - peerDependencies: 441 - '@sveltejs/kit': ^2.0.0 442 - 443 - '@sveltejs/kit@2.53.4': 444 - resolution: {integrity: sha512-iAIPEahFgDJJyvz8g0jP08KvqnM6JvdW8YfsygZ+pMeMvyM2zssWMltcsotETvjSZ82G3VlitgDtBIvpQSZrTA==} 445 - engines: {node: '>=18.13'} 446 - hasBin: true 447 - peerDependencies: 448 - '@opentelemetry/api': ^1.0.0 449 - '@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0 || ^7.0.0 450 - svelte: ^4.0.0 || ^5.0.0-next.0 451 - typescript: ^5.3.3 452 - vite: ^5.0.3 || ^6.0.0 || ^7.0.0-beta.0 || ^8.0.0 453 - peerDependenciesMeta: 454 - '@opentelemetry/api': 455 - optional: true 456 - typescript: 457 - optional: true 458 - 459 - '@sveltejs/vite-plugin-svelte-inspector@5.0.2': 460 - resolution: {integrity: sha512-TZzRTcEtZffICSAoZGkPSl6Etsj2torOVrx6Uw0KpXxrec9Gg6jFWQ60Q3+LmNGfZSxHRCZL7vXVZIWmuV50Ig==} 461 - engines: {node: ^20.19 || ^22.12 || >=24} 462 - peerDependencies: 463 - '@sveltejs/vite-plugin-svelte': ^6.0.0-next.0 464 - svelte: ^5.0.0 465 - vite: ^6.3.0 || ^7.0.0 466 - 467 - '@sveltejs/vite-plugin-svelte@6.2.4': 468 - resolution: {integrity: sha512-ou/d51QSdTyN26D7h6dSpusAKaZkAiGM55/AKYi+9AGZw7q85hElbjK3kEyzXHhLSnRISHOYzVge6x0jRZ7DXA==} 469 - engines: {node: ^20.19 || ^22.12 || >=24} 470 - peerDependencies: 471 - svelte: ^5.0.0 472 - vite: ^6.3.0 || ^7.0.0 473 - 474 - '@types/cookie@0.6.0': 475 - resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} 476 - 477 - '@types/estree@1.0.8': 478 - resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} 479 - 480 - '@types/node@25.3.3': 481 - resolution: {integrity: sha512-DpzbrH7wIcBaJibpKo9nnSQL0MTRdnWttGyE5haGwK86xgMOkFLp7vEyfQPGLOJh5wNYiJ3V9PmUMDhV9u8kkQ==} 482 - 483 - '@types/trusted-types@2.0.7': 484 - resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==} 485 - 486 - acorn@8.16.0: 487 - resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==} 488 - engines: {node: '>=0.4.0'} 489 - hasBin: true 490 - 491 - aria-query@5.3.1: 492 - resolution: {integrity: sha512-Z/ZeOgVl7bcSYZ/u/rh0fOpvEpq//LZmdbkXyc7syVzjPAhfOa9ebsdTSjEBDU4vs5nC98Kfduj1uFo0qyET3g==} 493 - engines: {node: '>= 0.4'} 494 - 495 - axobject-query@4.1.0: 496 - resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} 497 - engines: {node: '>= 0.4'} 498 - 499 - chokidar@4.0.3: 500 - resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} 501 - engines: {node: '>= 14.16.0'} 502 - 503 - clsx@2.1.1: 504 - resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} 505 - engines: {node: '>=6'} 506 - 507 - cookie@0.6.0: 508 - resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} 509 - engines: {node: '>= 0.6'} 510 - 511 - deepmerge@4.3.1: 512 - resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} 513 - engines: {node: '>=0.10.0'} 514 - 515 - devalue@5.6.3: 516 - resolution: {integrity: sha512-nc7XjUU/2Lb+SvEFVGcWLiKkzfw8+qHI7zn8WYXKkLMgfGSHbgCEaR6bJpev8Cm6Rmrb19Gfd/tZvGqx9is3wg==} 517 - 518 - esbuild@0.27.3: 519 - resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==} 520 - engines: {node: '>=18'} 521 - hasBin: true 522 - 523 - esm-env@1.2.2: 524 - resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==} 525 - 526 - esrap@2.2.3: 527 - resolution: {integrity: sha512-8fOS+GIGCQZl/ZIlhl59htOlms6U8NvX6ZYgYHpRU/b6tVSh3uHkOHZikl3D4cMbYM0JlpBe+p/BkZEi8J9XIQ==} 528 - 529 - fdir@6.5.0: 530 - resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} 531 - engines: {node: '>=12.0.0'} 532 - peerDependencies: 533 - picomatch: ^3 || ^4 534 - peerDependenciesMeta: 535 - picomatch: 536 - optional: true 537 - 538 - fsevents@2.3.3: 539 - resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} 540 - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} 541 - os: [darwin] 542 - 543 - is-reference@3.0.3: 544 - resolution: {integrity: sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==} 545 - 546 - kleur@4.1.5: 547 - resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} 548 - engines: {node: '>=6'} 549 - 550 - locate-character@3.0.0: 551 - resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==} 552 - 553 - magic-string@0.30.21: 554 - resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} 555 - 556 - mri@1.2.0: 557 - resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} 558 - engines: {node: '>=4'} 559 - 560 - mrmime@2.0.1: 561 - resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==} 562 - engines: {node: '>=10'} 563 - 564 - nanoid@3.3.11: 565 - resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} 566 - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 567 - hasBin: true 568 - 569 - nanoid@5.1.6: 570 - resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==} 571 - engines: {node: ^18 || >=20} 572 - hasBin: true 573 - 574 - obug@2.1.1: 575 - resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==} 576 - 577 - picocolors@1.1.1: 578 - resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} 579 - 580 - picomatch@4.0.3: 581 - resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} 582 - engines: {node: '>=12'} 583 - 584 - postcss@8.5.8: 585 - resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==} 586 - engines: {node: ^10 || ^12 || >=14} 587 - 588 - readdirp@4.1.2: 589 - resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} 590 - engines: {node: '>= 14.18.0'} 591 - 592 - rollup@4.59.0: 593 - resolution: {integrity: sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==} 594 - engines: {node: '>=18.0.0', npm: '>=8.0.0'} 595 - hasBin: true 596 - 597 - sade@1.8.1: 598 - resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} 599 - engines: {node: '>=6'} 600 - 601 - set-cookie-parser@3.0.1: 602 - resolution: {integrity: sha512-n7Z7dXZhJbwuAHhNzkTti6Aw9QDDjZtm3JTpTGATIdNzdQz5GuFs22w90BcvF4INfnrL5xrX3oGsuqO5Dx3A1Q==} 603 - 604 - sirv@3.0.2: 605 - resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==} 606 - engines: {node: '>=18'} 607 - 608 - source-map-js@1.2.1: 609 - resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} 610 - engines: {node: '>=0.10.0'} 611 - 612 - svelte-check@4.4.4: 613 - resolution: {integrity: sha512-F1pGqXc710Oi/wTI4d/x7d6lgPwwfx1U6w3Q35n4xsC2e8C/yN2sM1+mWxjlMcpAfWucjlq4vPi+P4FZ8a14sQ==} 614 - engines: {node: '>= 18.0.0'} 615 - hasBin: true 616 - peerDependencies: 617 - svelte: ^4.0.0 || ^5.0.0-next.0 618 - typescript: '>=5.0.0' 619 - 620 - svelte@5.53.7: 621 - resolution: {integrity: sha512-uxck1KI7JWtlfP3H6HOWi/94soAl23jsGJkBzN2BAWcQng0+lTrRNhxActFqORgnO9BHVd1hKJhG+ljRuIUWfQ==} 622 - engines: {node: '>=18'} 623 - 624 - tinyglobby@0.2.15: 625 - resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} 626 - engines: {node: '>=12.0.0'} 627 - 628 - totalist@3.0.1: 629 - resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} 630 - engines: {node: '>=6'} 631 - 632 - typescript@5.9.3: 633 - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} 634 - engines: {node: '>=14.17'} 635 - hasBin: true 636 - 637 - undici-types@7.18.2: 638 - resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} 639 - 640 - unicode-segmenter@0.14.5: 641 - resolution: {integrity: sha512-jHGmj2LUuqDcX3hqY12Ql+uhUTn8huuxNZGq7GvtF6bSybzH3aFgedYu/KTzQStEgt1Ra2F3HxadNXsNjb3m3g==} 642 - 643 - valibot@1.2.0: 644 - resolution: {integrity: sha512-mm1rxUsmOxzrwnX5arGS+U4T25RdvpPjPN4yR0u9pUBov9+zGVtO84tif1eY4r6zWxVxu3KzIyknJy3rxfRZZg==} 645 - peerDependencies: 646 - typescript: '>=5' 647 - peerDependenciesMeta: 648 - typescript: 649 - optional: true 650 - 651 - vite@7.3.1: 652 - resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==} 653 - engines: {node: ^20.19.0 || >=22.12.0} 654 - hasBin: true 655 - peerDependencies: 656 - '@types/node': ^20.19.0 || >=22.12.0 657 - jiti: '>=1.21.0' 658 - less: ^4.0.0 659 - lightningcss: ^1.21.0 660 - sass: ^1.70.0 661 - sass-embedded: ^1.70.0 662 - stylus: '>=0.54.8' 663 - sugarss: ^5.0.0 664 - terser: ^5.16.0 665 - tsx: ^4.8.1 666 - yaml: ^2.4.2 667 - peerDependenciesMeta: 668 - '@types/node': 669 - optional: true 670 - jiti: 671 - optional: true 672 - less: 673 - optional: true 674 - lightningcss: 675 - optional: true 676 - sass: 677 - optional: true 678 - sass-embedded: 679 - optional: true 680 - stylus: 681 - optional: true 682 - sugarss: 683 - optional: true 684 - terser: 685 - optional: true 686 - tsx: 687 - optional: true 688 - yaml: 689 - optional: true 690 - 691 - vitefu@1.1.2: 692 - resolution: {integrity: sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==} 693 - peerDependencies: 694 - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0 695 - peerDependenciesMeta: 696 - vite: 697 - optional: true 698 - 699 - zimmerframe@1.1.4: 700 - resolution: {integrity: sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ==} 701 - 702 - snapshots: 703 - 704 - '@atcute/atproto@3.1.10': 705 - dependencies: 706 - '@atcute/lexicons': 1.2.9 707 - 708 - '@atcute/bluesky@3.2.20': 709 - dependencies: 710 - '@atcute/atproto': 3.1.10 711 - '@atcute/lexicons': 1.2.9 712 - 713 - '@atcute/client@4.2.1': 714 - dependencies: 715 - '@atcute/identity': 1.1.3 716 - '@atcute/lexicons': 1.2.9 717 - 718 - '@atcute/identity-resolver-node@1.0.3(@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3))(@atcute/identity@1.1.3)': 719 - dependencies: 720 - '@atcute/identity': 1.1.3 721 - '@atcute/identity-resolver': 1.2.2(@atcute/identity@1.1.3) 722 - '@atcute/lexicons': 1.2.9 723 - 724 - '@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3)': 725 - dependencies: 726 - '@atcute/identity': 1.1.3 727 - '@atcute/lexicons': 1.2.9 728 - '@atcute/util-fetch': 1.0.5 729 - '@badrap/valita': 0.4.6 730 - 731 - '@atcute/identity@1.1.3': 732 - dependencies: 733 - '@atcute/lexicons': 1.2.9 734 - '@badrap/valita': 0.4.6 735 - 736 - '@atcute/lexicons@1.2.9': 737 - dependencies: 738 - '@atcute/uint8array': 1.1.1 739 - '@atcute/util-text': 1.1.1 740 - '@standard-schema/spec': 1.1.0 741 - esm-env: 1.2.2 742 - 743 - '@atcute/multibase@1.1.8': 744 - dependencies: 745 - '@atcute/uint8array': 1.1.1 746 - 747 - '@atcute/oauth-crypto@0.1.0': 748 - dependencies: 749 - '@atcute/multibase': 1.1.8 750 - '@atcute/uint8array': 1.1.1 751 - '@badrap/valita': 0.4.6 752 - nanoid: 5.1.6 753 - 754 - '@atcute/oauth-keyset@0.1.0': 755 - dependencies: 756 - '@atcute/oauth-crypto': 0.1.0 757 - 758 - '@atcute/oauth-node-client@1.1.0': 759 - dependencies: 760 - '@atcute/client': 4.2.1 761 - '@atcute/identity': 1.1.3 762 - '@atcute/identity-resolver': 1.2.2(@atcute/identity@1.1.3) 763 - '@atcute/lexicons': 1.2.9 764 - '@atcute/oauth-crypto': 0.1.0 765 - '@atcute/oauth-keyset': 0.1.0 766 - '@atcute/oauth-types': 0.1.1 767 - '@atcute/util-fetch': 1.0.5 768 - '@badrap/valita': 0.4.6 769 - nanoid: 5.1.6 770 - 771 - '@atcute/oauth-types@0.1.1': 772 - dependencies: 773 - '@atcute/identity': 1.1.3 774 - '@atcute/lexicons': 1.2.9 775 - '@atcute/oauth-keyset': 0.1.0 776 - '@badrap/valita': 0.4.6 777 - 778 - '@atcute/uint8array@1.1.1': {} 779 - 780 - '@atcute/util-fetch@1.0.5': 781 - dependencies: 782 - '@badrap/valita': 0.4.6 783 - 784 - '@atcute/util-text@1.1.1': 785 - dependencies: 786 - unicode-segmenter: 0.14.5 787 - 788 - '@badrap/valita@0.4.6': {} 789 - 790 - '@esbuild/aix-ppc64@0.27.3': 791 - optional: true 792 - 793 - '@esbuild/android-arm64@0.27.3': 794 - optional: true 795 - 796 - '@esbuild/android-arm@0.27.3': 797 - optional: true 798 - 799 - '@esbuild/android-x64@0.27.3': 800 - optional: true 801 - 802 - '@esbuild/darwin-arm64@0.27.3': 803 - optional: true 804 - 805 - '@esbuild/darwin-x64@0.27.3': 806 - optional: true 807 - 808 - '@esbuild/freebsd-arm64@0.27.3': 809 - optional: true 810 - 811 - '@esbuild/freebsd-x64@0.27.3': 812 - optional: true 813 - 814 - '@esbuild/linux-arm64@0.27.3': 815 - optional: true 816 - 817 - '@esbuild/linux-arm@0.27.3': 818 - optional: true 819 - 820 - '@esbuild/linux-ia32@0.27.3': 821 - optional: true 822 - 823 - '@esbuild/linux-loong64@0.27.3': 824 - optional: true 825 - 826 - '@esbuild/linux-mips64el@0.27.3': 827 - optional: true 828 - 829 - '@esbuild/linux-ppc64@0.27.3': 830 - optional: true 831 - 832 - '@esbuild/linux-riscv64@0.27.3': 833 - optional: true 834 - 835 - '@esbuild/linux-s390x@0.27.3': 836 - optional: true 837 - 838 - '@esbuild/linux-x64@0.27.3': 839 - optional: true 840 - 841 - '@esbuild/netbsd-arm64@0.27.3': 842 - optional: true 843 - 844 - '@esbuild/netbsd-x64@0.27.3': 845 - optional: true 846 - 847 - '@esbuild/openbsd-arm64@0.27.3': 848 - optional: true 849 - 850 - '@esbuild/openbsd-x64@0.27.3': 851 - optional: true 852 - 853 - '@esbuild/openharmony-arm64@0.27.3': 854 - optional: true 855 - 856 - '@esbuild/sunos-x64@0.27.3': 857 - optional: true 858 - 859 - '@esbuild/win32-arm64@0.27.3': 860 - optional: true 861 - 862 - '@esbuild/win32-ia32@0.27.3': 863 - optional: true 864 - 865 - '@esbuild/win32-x64@0.27.3': 866 - optional: true 867 - 868 - '@jridgewell/gen-mapping@0.3.13': 869 - dependencies: 870 - '@jridgewell/sourcemap-codec': 1.5.5 871 - '@jridgewell/trace-mapping': 0.3.31 872 - 873 - '@jridgewell/remapping@2.3.5': 874 - dependencies: 875 - '@jridgewell/gen-mapping': 0.3.13 876 - '@jridgewell/trace-mapping': 0.3.31 877 - 878 - '@jridgewell/resolve-uri@3.1.2': {} 879 - 880 - '@jridgewell/sourcemap-codec@1.5.5': {} 881 - 882 - '@jridgewell/trace-mapping@0.3.31': 883 - dependencies: 884 - '@jridgewell/resolve-uri': 3.1.2 885 - '@jridgewell/sourcemap-codec': 1.5.5 886 - 887 - '@polka/url@1.0.0-next.29': {} 888 - 889 - '@rollup/rollup-android-arm-eabi@4.59.0': 890 - optional: true 891 - 892 - '@rollup/rollup-android-arm64@4.59.0': 893 - optional: true 894 - 895 - '@rollup/rollup-darwin-arm64@4.59.0': 896 - optional: true 897 - 898 - '@rollup/rollup-darwin-x64@4.59.0': 899 - optional: true 900 - 901 - '@rollup/rollup-freebsd-arm64@4.59.0': 902 - optional: true 903 - 904 - '@rollup/rollup-freebsd-x64@4.59.0': 905 - optional: true 906 - 907 - '@rollup/rollup-linux-arm-gnueabihf@4.59.0': 908 - optional: true 909 - 910 - '@rollup/rollup-linux-arm-musleabihf@4.59.0': 911 - optional: true 912 - 913 - '@rollup/rollup-linux-arm64-gnu@4.59.0': 914 - optional: true 915 - 916 - '@rollup/rollup-linux-arm64-musl@4.59.0': 917 - optional: true 918 - 919 - '@rollup/rollup-linux-loong64-gnu@4.59.0': 920 - optional: true 921 - 922 - '@rollup/rollup-linux-loong64-musl@4.59.0': 923 - optional: true 924 - 925 - '@rollup/rollup-linux-ppc64-gnu@4.59.0': 926 - optional: true 927 - 928 - '@rollup/rollup-linux-ppc64-musl@4.59.0': 929 - optional: true 930 - 931 - '@rollup/rollup-linux-riscv64-gnu@4.59.0': 932 - optional: true 933 - 934 - '@rollup/rollup-linux-riscv64-musl@4.59.0': 935 - optional: true 936 - 937 - '@rollup/rollup-linux-s390x-gnu@4.59.0': 938 - optional: true 939 - 940 - '@rollup/rollup-linux-x64-gnu@4.59.0': 941 - optional: true 942 - 943 - '@rollup/rollup-linux-x64-musl@4.59.0': 944 - optional: true 945 - 946 - '@rollup/rollup-openbsd-x64@4.59.0': 947 - optional: true 948 - 949 - '@rollup/rollup-openharmony-arm64@4.59.0': 950 - optional: true 951 - 952 - '@rollup/rollup-win32-arm64-msvc@4.59.0': 953 - optional: true 954 - 955 - '@rollup/rollup-win32-ia32-msvc@4.59.0': 956 - optional: true 957 - 958 - '@rollup/rollup-win32-x64-gnu@4.59.0': 959 - optional: true 960 - 961 - '@rollup/rollup-win32-x64-msvc@4.59.0': 962 - optional: true 963 - 964 - '@standard-schema/spec@1.1.0': {} 965 - 966 - '@sveltejs/acorn-typescript@1.0.9(acorn@8.16.0)': 967 - dependencies: 968 - acorn: 8.16.0 969 - 970 - '@sveltejs/adapter-auto@7.0.1(@sveltejs/kit@2.53.4(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@25.3.3)))(svelte@5.53.7)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3)))': 971 - dependencies: 972 - '@sveltejs/kit': 2.53.4(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@25.3.3)))(svelte@5.53.7)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3)) 973 - 974 - '@sveltejs/kit@2.53.4(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@25.3.3)))(svelte@5.53.7)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3))': 975 - dependencies: 976 - '@standard-schema/spec': 1.1.0 977 - '@sveltejs/acorn-typescript': 1.0.9(acorn@8.16.0) 978 - '@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@25.3.3)) 979 - '@types/cookie': 0.6.0 980 - acorn: 8.16.0 981 - cookie: 0.6.0 982 - devalue: 5.6.3 983 - esm-env: 1.2.2 984 - kleur: 4.1.5 985 - magic-string: 0.30.21 986 - mrmime: 2.0.1 987 - set-cookie-parser: 3.0.1 988 - sirv: 3.0.2 989 - svelte: 5.53.7 990 - vite: 7.3.1(@types/node@25.3.3) 991 - optionalDependencies: 992 - typescript: 5.9.3 993 - 994 - '@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@25.3.3)))(svelte@5.53.7)(vite@7.3.1(@types/node@25.3.3))': 995 - dependencies: 996 - '@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@25.3.3)) 997 - obug: 2.1.1 998 - svelte: 5.53.7 999 - vite: 7.3.1(@types/node@25.3.3) 1000 - 1001 - '@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@25.3.3))': 1002 - dependencies: 1003 - '@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.7)(vite@7.3.1(@types/node@25.3.3)))(svelte@5.53.7)(vite@7.3.1(@types/node@25.3.3)) 1004 - deepmerge: 4.3.1 1005 - magic-string: 0.30.21 1006 - obug: 2.1.1 1007 - svelte: 5.53.7 1008 - vite: 7.3.1(@types/node@25.3.3) 1009 - vitefu: 1.1.2(vite@7.3.1(@types/node@25.3.3)) 1010 - 1011 - '@types/cookie@0.6.0': {} 1012 - 1013 - '@types/estree@1.0.8': {} 1014 - 1015 - '@types/node@25.3.3': 1016 - dependencies: 1017 - undici-types: 7.18.2 1018 - 1019 - '@types/trusted-types@2.0.7': {} 1020 - 1021 - acorn@8.16.0: {} 1022 - 1023 - aria-query@5.3.1: {} 1024 - 1025 - axobject-query@4.1.0: {} 1026 - 1027 - chokidar@4.0.3: 1028 - dependencies: 1029 - readdirp: 4.1.2 1030 - 1031 - clsx@2.1.1: {} 1032 - 1033 - cookie@0.6.0: {} 1034 - 1035 - deepmerge@4.3.1: {} 1036 - 1037 - devalue@5.6.3: {} 1038 - 1039 - esbuild@0.27.3: 1040 - optionalDependencies: 1041 - '@esbuild/aix-ppc64': 0.27.3 1042 - '@esbuild/android-arm': 0.27.3 1043 - '@esbuild/android-arm64': 0.27.3 1044 - '@esbuild/android-x64': 0.27.3 1045 - '@esbuild/darwin-arm64': 0.27.3 1046 - '@esbuild/darwin-x64': 0.27.3 1047 - '@esbuild/freebsd-arm64': 0.27.3 1048 - '@esbuild/freebsd-x64': 0.27.3 1049 - '@esbuild/linux-arm': 0.27.3 1050 - '@esbuild/linux-arm64': 0.27.3 1051 - '@esbuild/linux-ia32': 0.27.3 1052 - '@esbuild/linux-loong64': 0.27.3 1053 - '@esbuild/linux-mips64el': 0.27.3 1054 - '@esbuild/linux-ppc64': 0.27.3 1055 - '@esbuild/linux-riscv64': 0.27.3 1056 - '@esbuild/linux-s390x': 0.27.3 1057 - '@esbuild/linux-x64': 0.27.3 1058 - '@esbuild/netbsd-arm64': 0.27.3 1059 - '@esbuild/netbsd-x64': 0.27.3 1060 - '@esbuild/openbsd-arm64': 0.27.3 1061 - '@esbuild/openbsd-x64': 0.27.3 1062 - '@esbuild/openharmony-arm64': 0.27.3 1063 - '@esbuild/sunos-x64': 0.27.3 1064 - '@esbuild/win32-arm64': 0.27.3 1065 - '@esbuild/win32-ia32': 0.27.3 1066 - '@esbuild/win32-x64': 0.27.3 1067 - 1068 - esm-env@1.2.2: {} 1069 - 1070 - esrap@2.2.3: 1071 - dependencies: 1072 - '@jridgewell/sourcemap-codec': 1.5.5 1073 - 1074 - fdir@6.5.0(picomatch@4.0.3): 1075 - optionalDependencies: 1076 - picomatch: 4.0.3 1077 - 1078 - fsevents@2.3.3: 1079 - optional: true 1080 - 1081 - is-reference@3.0.3: 1082 - dependencies: 1083 - '@types/estree': 1.0.8 1084 - 1085 - kleur@4.1.5: {} 1086 - 1087 - locate-character@3.0.0: {} 1088 - 1089 - magic-string@0.30.21: 1090 - dependencies: 1091 - '@jridgewell/sourcemap-codec': 1.5.5 1092 - 1093 - mri@1.2.0: {} 1094 - 1095 - mrmime@2.0.1: {} 1096 - 1097 - nanoid@3.3.11: {} 1098 - 1099 - nanoid@5.1.6: {} 1100 - 1101 - obug@2.1.1: {} 1102 - 1103 - picocolors@1.1.1: {} 1104 - 1105 - picomatch@4.0.3: {} 1106 - 1107 - postcss@8.5.8: 1108 - dependencies: 1109 - nanoid: 3.3.11 1110 - picocolors: 1.1.1 1111 - source-map-js: 1.2.1 1112 - 1113 - readdirp@4.1.2: {} 1114 - 1115 - rollup@4.59.0: 1116 - dependencies: 1117 - '@types/estree': 1.0.8 1118 - optionalDependencies: 1119 - '@rollup/rollup-android-arm-eabi': 4.59.0 1120 - '@rollup/rollup-android-arm64': 4.59.0 1121 - '@rollup/rollup-darwin-arm64': 4.59.0 1122 - '@rollup/rollup-darwin-x64': 4.59.0 1123 - '@rollup/rollup-freebsd-arm64': 4.59.0 1124 - '@rollup/rollup-freebsd-x64': 4.59.0 1125 - '@rollup/rollup-linux-arm-gnueabihf': 4.59.0 1126 - '@rollup/rollup-linux-arm-musleabihf': 4.59.0 1127 - '@rollup/rollup-linux-arm64-gnu': 4.59.0 1128 - '@rollup/rollup-linux-arm64-musl': 4.59.0 1129 - '@rollup/rollup-linux-loong64-gnu': 4.59.0 1130 - '@rollup/rollup-linux-loong64-musl': 4.59.0 1131 - '@rollup/rollup-linux-ppc64-gnu': 4.59.0 1132 - '@rollup/rollup-linux-ppc64-musl': 4.59.0 1133 - '@rollup/rollup-linux-riscv64-gnu': 4.59.0 1134 - '@rollup/rollup-linux-riscv64-musl': 4.59.0 1135 - '@rollup/rollup-linux-s390x-gnu': 4.59.0 1136 - '@rollup/rollup-linux-x64-gnu': 4.59.0 1137 - '@rollup/rollup-linux-x64-musl': 4.59.0 1138 - '@rollup/rollup-openbsd-x64': 4.59.0 1139 - '@rollup/rollup-openharmony-arm64': 4.59.0 1140 - '@rollup/rollup-win32-arm64-msvc': 4.59.0 1141 - '@rollup/rollup-win32-ia32-msvc': 4.59.0 1142 - '@rollup/rollup-win32-x64-gnu': 4.59.0 1143 - '@rollup/rollup-win32-x64-msvc': 4.59.0 1144 - fsevents: 2.3.3 1145 - 1146 - sade@1.8.1: 1147 - dependencies: 1148 - mri: 1.2.0 1149 - 1150 - set-cookie-parser@3.0.1: {} 1151 - 1152 - sirv@3.0.2: 1153 - dependencies: 1154 - '@polka/url': 1.0.0-next.29 1155 - mrmime: 2.0.1 1156 - totalist: 3.0.1 1157 - 1158 - source-map-js@1.2.1: {} 1159 - 1160 - svelte-check@4.4.4(picomatch@4.0.3)(svelte@5.53.7)(typescript@5.9.3): 1161 - dependencies: 1162 - '@jridgewell/trace-mapping': 0.3.31 1163 - chokidar: 4.0.3 1164 - fdir: 6.5.0(picomatch@4.0.3) 1165 - picocolors: 1.1.1 1166 - sade: 1.8.1 1167 - svelte: 5.53.7 1168 - typescript: 5.9.3 1169 - transitivePeerDependencies: 1170 - - picomatch 1171 - 1172 - svelte@5.53.7: 1173 - dependencies: 1174 - '@jridgewell/remapping': 2.3.5 1175 - '@jridgewell/sourcemap-codec': 1.5.5 1176 - '@sveltejs/acorn-typescript': 1.0.9(acorn@8.16.0) 1177 - '@types/estree': 1.0.8 1178 - '@types/trusted-types': 2.0.7 1179 - acorn: 8.16.0 1180 - aria-query: 5.3.1 1181 - axobject-query: 4.1.0 1182 - clsx: 2.1.1 1183 - devalue: 5.6.3 1184 - esm-env: 1.2.2 1185 - esrap: 2.2.3 1186 - is-reference: 3.0.3 1187 - locate-character: 3.0.0 1188 - magic-string: 0.30.21 1189 - zimmerframe: 1.1.4 1190 - 1191 - tinyglobby@0.2.15: 1192 - dependencies: 1193 - fdir: 6.5.0(picomatch@4.0.3) 1194 - picomatch: 4.0.3 1195 - 1196 - totalist@3.0.1: {} 1197 - 1198 - typescript@5.9.3: {} 1199 - 1200 - undici-types@7.18.2: {} 1201 - 1202 - unicode-segmenter@0.14.5: {} 1203 - 1204 - valibot@1.2.0(typescript@5.9.3): 1205 - optionalDependencies: 1206 - typescript: 5.9.3 1207 - 1208 - vite@7.3.1(@types/node@25.3.3): 1209 - dependencies: 1210 - esbuild: 0.27.3 1211 - fdir: 6.5.0(picomatch@4.0.3) 1212 - picomatch: 4.0.3 1213 - postcss: 8.5.8 1214 - rollup: 4.59.0 1215 - tinyglobby: 0.2.15 1216 - optionalDependencies: 1217 - '@types/node': 25.3.3 1218 - fsevents: 2.3.3 1219 - 1220 - vitefu@1.1.2(vite@7.3.1(@types/node@25.3.3)): 1221 - optionalDependencies: 1222 - vite: 7.3.1(@types/node@25.3.3) 1223 - 1224 - zimmerframe@1.1.4: {}
-2
pnpm-workspace.yaml
··· 1 - onlyBuiltDependencies: 2 - - esbuild
+1 -4
svelte.config.js
··· 3 3 /** @type {import('@sveltejs/kit').Config} */ 4 4 const config = { 5 5 kit: { 6 - // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list. 7 - // If your environment is not supported, or you settled on a specific environment, switch out the adapter. 8 - // See https://svelte.dev/docs/kit/adapters for more information about adapters. 9 6 adapter: adapter(), 10 7 alias: { 11 - $lib: "src/lib", 8 + // $lib: "src/lib", 12 9 }, 13 10 env: { 14 11 publicPrefix: "PUBLIC",
-5
tsconfig.json
··· 13 13 "moduleResolution": "bundler", 14 14 "types": ["@atcute/bluesky"], 15 15 }, 16 - // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias 17 - // except $lib which is handled by https://svelte.dev/docs/kit/configuration#files 18 - // 19 - // To make changes to top-level options such as include and exclude, we recommend extending 20 - // the generated config; see https://svelte.dev/docs/kit/configuration#typescript 21 16 }