/ package-lock.json
package-lock.json
1 { 2 "name": "bibliothek_schmerikon", 3 "version": "1.0.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "bibliothek_schmerikon", 9 "version": "1.0.0", 10 "license": "ISC", 11 "devDependencies": { 12 "@tailwindcss/cli": "^4.1.8", 13 "@tailwindcss/typography": "^0.5.16", 14 "tailwindcss": "^4.1.8" 15 } 16 }, 17 "node_modules/@ampproject/remapping": { 18 "version": "2.3.0", 19 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", 20 "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", 21 "dev": true, 22 "license": "Apache-2.0", 23 "dependencies": { 24 "@jridgewell/gen-mapping": "^0.3.5", 25 "@jridgewell/trace-mapping": "^0.3.24" 26 }, 27 "engines": { 28 "node": ">=6.0.0" 29 } 30 }, 31 "node_modules/@isaacs/fs-minipass": { 32 "version": "4.0.1", 33 "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", 34 "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", 35 "dev": true, 36 "license": "ISC", 37 "dependencies": { 38 "minipass": "^7.0.4" 39 }, 40 "engines": { 41 "node": ">=18.0.0" 42 } 43 }, 44 "node_modules/@jridgewell/gen-mapping": { 45 "version": "0.3.8", 46 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", 47 "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", 48 "dev": true, 49 "license": "MIT", 50 "dependencies": { 51 "@jridgewell/set-array": "^1.2.1", 52 "@jridgewell/sourcemap-codec": "^1.4.10", 53 "@jridgewell/trace-mapping": "^0.3.24" 54 }, 55 "engines": { 56 "node": ">=6.0.0" 57 } 58 }, 59 "node_modules/@jridgewell/resolve-uri": { 60 "version": "3.1.2", 61 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", 62 "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", 63 "dev": true, 64 "license": "MIT", 65 "engines": { 66 "node": ">=6.0.0" 67 } 68 }, 69 "node_modules/@jridgewell/set-array": { 70 "version": "1.2.1", 71 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", 72 "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", 73 "dev": true, 74 "license": "MIT", 75 "engines": { 76 "node": ">=6.0.0" 77 } 78 }, 79 "node_modules/@jridgewell/sourcemap-codec": { 80 "version": "1.5.0", 81 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", 82 "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", 83 "dev": true, 84 "license": "MIT" 85 }, 86 "node_modules/@jridgewell/trace-mapping": { 87 "version": "0.3.25", 88 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", 89 "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", 90 "dev": true, 91 "license": "MIT", 92 "dependencies": { 93 "@jridgewell/resolve-uri": "^3.1.0", 94 "@jridgewell/sourcemap-codec": "^1.4.14" 95 } 96 }, 97 "node_modules/@parcel/watcher": { 98 "version": "2.5.1", 99 "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", 100 "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", 101 "dev": true, 102 "hasInstallScript": true, 103 "license": "MIT", 104 "dependencies": { 105 "detect-libc": "^1.0.3", 106 "is-glob": "^4.0.3", 107 "micromatch": "^4.0.5", 108 "node-addon-api": "^7.0.0" 109 }, 110 "engines": { 111 "node": ">= 10.0.0" 112 }, 113 "funding": { 114 "type": "opencollective", 115 "url": "https://opencollective.com/parcel" 116 }, 117 "optionalDependencies": { 118 "@parcel/watcher-android-arm64": "2.5.1", 119 "@parcel/watcher-darwin-arm64": "2.5.1", 120 "@parcel/watcher-darwin-x64": "2.5.1", 121 "@parcel/watcher-freebsd-x64": "2.5.1", 122 "@parcel/watcher-linux-arm-glibc": "2.5.1", 123 "@parcel/watcher-linux-arm-musl": "2.5.1", 124 "@parcel/watcher-linux-arm64-glibc": "2.5.1", 125 "@parcel/watcher-linux-arm64-musl": "2.5.1", 126 "@parcel/watcher-linux-x64-glibc": "2.5.1", 127 "@parcel/watcher-linux-x64-musl": "2.5.1", 128 "@parcel/watcher-win32-arm64": "2.5.1", 129 "@parcel/watcher-win32-ia32": "2.5.1", 130 "@parcel/watcher-win32-x64": "2.5.1" 131 } 132 }, 133 "node_modules/@parcel/watcher-android-arm64": { 134 "version": "2.5.1", 135 "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", 136 "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", 137 "cpu": [ 138 "arm64" 139 ], 140 "dev": true, 141 "license": "MIT", 142 "optional": true, 143 "os": [ 144 "android" 145 ], 146 "engines": { 147 "node": ">= 10.0.0" 148 }, 149 "funding": { 150 "type": "opencollective", 151 "url": "https://opencollective.com/parcel" 152 } 153 }, 154 "node_modules/@parcel/watcher-darwin-arm64": { 155 "version": "2.5.1", 156 "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", 157 "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", 158 "cpu": [ 159 "arm64" 160 ], 161 "dev": true, 162 "license": "MIT", 163 "optional": true, 164 "os": [ 165 "darwin" 166 ], 167 "engines": { 168 "node": ">= 10.0.0" 169 }, 170 "funding": { 171 "type": "opencollective", 172 "url": "https://opencollective.com/parcel" 173 } 174 }, 175 "node_modules/@parcel/watcher-darwin-x64": { 176 "version": "2.5.1", 177 "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", 178 "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", 179 "cpu": [ 180 "x64" 181 ], 182 "dev": true, 183 "license": "MIT", 184 "optional": true, 185 "os": [ 186 "darwin" 187 ], 188 "engines": { 189 "node": ">= 10.0.0" 190 }, 191 "funding": { 192 "type": "opencollective", 193 "url": "https://opencollective.com/parcel" 194 } 195 }, 196 "node_modules/@parcel/watcher-freebsd-x64": { 197 "version": "2.5.1", 198 "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", 199 "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", 200 "cpu": [ 201 "x64" 202 ], 203 "dev": true, 204 "license": "MIT", 205 "optional": true, 206 "os": [ 207 "freebsd" 208 ], 209 "engines": { 210 "node": ">= 10.0.0" 211 }, 212 "funding": { 213 "type": "opencollective", 214 "url": "https://opencollective.com/parcel" 215 } 216 }, 217 "node_modules/@parcel/watcher-linux-arm-glibc": { 218 "version": "2.5.1", 219 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", 220 "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", 221 "cpu": [ 222 "arm" 223 ], 224 "dev": true, 225 "license": "MIT", 226 "optional": true, 227 "os": [ 228 "linux" 229 ], 230 "engines": { 231 "node": ">= 10.0.0" 232 }, 233 "funding": { 234 "type": "opencollective", 235 "url": "https://opencollective.com/parcel" 236 } 237 }, 238 "node_modules/@parcel/watcher-linux-arm-musl": { 239 "version": "2.5.1", 240 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", 241 "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", 242 "cpu": [ 243 "arm" 244 ], 245 "dev": true, 246 "license": "MIT", 247 "optional": true, 248 "os": [ 249 "linux" 250 ], 251 "engines": { 252 "node": ">= 10.0.0" 253 }, 254 "funding": { 255 "type": "opencollective", 256 "url": "https://opencollective.com/parcel" 257 } 258 }, 259 "node_modules/@parcel/watcher-linux-arm64-glibc": { 260 "version": "2.5.1", 261 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", 262 "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", 263 "cpu": [ 264 "arm64" 265 ], 266 "dev": true, 267 "license": "MIT", 268 "optional": true, 269 "os": [ 270 "linux" 271 ], 272 "engines": { 273 "node": ">= 10.0.0" 274 }, 275 "funding": { 276 "type": "opencollective", 277 "url": "https://opencollective.com/parcel" 278 } 279 }, 280 "node_modules/@parcel/watcher-linux-arm64-musl": { 281 "version": "2.5.1", 282 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", 283 "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", 284 "cpu": [ 285 "arm64" 286 ], 287 "dev": true, 288 "license": "MIT", 289 "optional": true, 290 "os": [ 291 "linux" 292 ], 293 "engines": { 294 "node": ">= 10.0.0" 295 }, 296 "funding": { 297 "type": "opencollective", 298 "url": "https://opencollective.com/parcel" 299 } 300 }, 301 "node_modules/@parcel/watcher-linux-x64-glibc": { 302 "version": "2.5.1", 303 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", 304 "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", 305 "cpu": [ 306 "x64" 307 ], 308 "dev": true, 309 "license": "MIT", 310 "optional": true, 311 "os": [ 312 "linux" 313 ], 314 "engines": { 315 "node": ">= 10.0.0" 316 }, 317 "funding": { 318 "type": "opencollective", 319 "url": "https://opencollective.com/parcel" 320 } 321 }, 322 "node_modules/@parcel/watcher-linux-x64-musl": { 323 "version": "2.5.1", 324 "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", 325 "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", 326 "cpu": [ 327 "x64" 328 ], 329 "dev": true, 330 "license": "MIT", 331 "optional": true, 332 "os": [ 333 "linux" 334 ], 335 "engines": { 336 "node": ">= 10.0.0" 337 }, 338 "funding": { 339 "type": "opencollective", 340 "url": "https://opencollective.com/parcel" 341 } 342 }, 343 "node_modules/@parcel/watcher-win32-arm64": { 344 "version": "2.5.1", 345 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", 346 "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", 347 "cpu": [ 348 "arm64" 349 ], 350 "dev": true, 351 "license": "MIT", 352 "optional": true, 353 "os": [ 354 "win32" 355 ], 356 "engines": { 357 "node": ">= 10.0.0" 358 }, 359 "funding": { 360 "type": "opencollective", 361 "url": "https://opencollective.com/parcel" 362 } 363 }, 364 "node_modules/@parcel/watcher-win32-ia32": { 365 "version": "2.5.1", 366 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", 367 "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", 368 "cpu": [ 369 "ia32" 370 ], 371 "dev": true, 372 "license": "MIT", 373 "optional": true, 374 "os": [ 375 "win32" 376 ], 377 "engines": { 378 "node": ">= 10.0.0" 379 }, 380 "funding": { 381 "type": "opencollective", 382 "url": "https://opencollective.com/parcel" 383 } 384 }, 385 "node_modules/@parcel/watcher-win32-x64": { 386 "version": "2.5.1", 387 "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", 388 "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", 389 "cpu": [ 390 "x64" 391 ], 392 "dev": true, 393 "license": "MIT", 394 "optional": true, 395 "os": [ 396 "win32" 397 ], 398 "engines": { 399 "node": ">= 10.0.0" 400 }, 401 "funding": { 402 "type": "opencollective", 403 "url": "https://opencollective.com/parcel" 404 } 405 }, 406 "node_modules/@tailwindcss/cli": { 407 "version": "4.1.8", 408 "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.1.8.tgz", 409 "integrity": "sha512-+6lkjXSr/68zWiabK3mVYVHmOq/SAHjJ13mR8spyB4LgUWZbWzU9kCSErlAUo+gK5aVfgqe8kY6Ltz9+nz5XYA==", 410 "dev": true, 411 "license": "MIT", 412 "dependencies": { 413 "@parcel/watcher": "^2.5.1", 414 "@tailwindcss/node": "4.1.8", 415 "@tailwindcss/oxide": "4.1.8", 416 "enhanced-resolve": "^5.18.1", 417 "mri": "^1.2.0", 418 "picocolors": "^1.1.1", 419 "tailwindcss": "4.1.8" 420 }, 421 "bin": { 422 "tailwindcss": "dist/index.mjs" 423 } 424 }, 425 "node_modules/@tailwindcss/node": { 426 "version": "4.1.8", 427 "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.8.tgz", 428 "integrity": "sha512-OWwBsbC9BFAJelmnNcrKuf+bka2ZxCE2A4Ft53Tkg4uoiE67r/PMEYwCsourC26E+kmxfwE0hVzMdxqeW+xu7Q==", 429 "dev": true, 430 "license": "MIT", 431 "dependencies": { 432 "@ampproject/remapping": "^2.3.0", 433 "enhanced-resolve": "^5.18.1", 434 "jiti": "^2.4.2", 435 "lightningcss": "1.30.1", 436 "magic-string": "^0.30.17", 437 "source-map-js": "^1.2.1", 438 "tailwindcss": "4.1.8" 439 } 440 }, 441 "node_modules/@tailwindcss/oxide": { 442 "version": "4.1.8", 443 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.8.tgz", 444 "integrity": "sha512-d7qvv9PsM5N3VNKhwVUhpK6r4h9wtLkJ6lz9ZY9aeZgrUWk1Z8VPyqyDT9MZlem7GTGseRQHkeB1j3tC7W1P+A==", 445 "dev": true, 446 "hasInstallScript": true, 447 "license": "MIT", 448 "dependencies": { 449 "detect-libc": "^2.0.4", 450 "tar": "^7.4.3" 451 }, 452 "engines": { 453 "node": ">= 10" 454 }, 455 "optionalDependencies": { 456 "@tailwindcss/oxide-android-arm64": "4.1.8", 457 "@tailwindcss/oxide-darwin-arm64": "4.1.8", 458 "@tailwindcss/oxide-darwin-x64": "4.1.8", 459 "@tailwindcss/oxide-freebsd-x64": "4.1.8", 460 "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.8", 461 "@tailwindcss/oxide-linux-arm64-gnu": "4.1.8", 462 "@tailwindcss/oxide-linux-arm64-musl": "4.1.8", 463 "@tailwindcss/oxide-linux-x64-gnu": "4.1.8", 464 "@tailwindcss/oxide-linux-x64-musl": "4.1.8", 465 "@tailwindcss/oxide-wasm32-wasi": "4.1.8", 466 "@tailwindcss/oxide-win32-arm64-msvc": "4.1.8", 467 "@tailwindcss/oxide-win32-x64-msvc": "4.1.8" 468 } 469 }, 470 "node_modules/@tailwindcss/oxide-android-arm64": { 471 "version": "4.1.8", 472 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.8.tgz", 473 "integrity": "sha512-Fbz7qni62uKYceWYvUjRqhGfZKwhZDQhlrJKGtnZfuNtHFqa8wmr+Wn74CTWERiW2hn3mN5gTpOoxWKk0jRxjg==", 474 "cpu": [ 475 "arm64" 476 ], 477 "dev": true, 478 "license": "MIT", 479 "optional": true, 480 "os": [ 481 "android" 482 ], 483 "engines": { 484 "node": ">= 10" 485 } 486 }, 487 "node_modules/@tailwindcss/oxide-darwin-arm64": { 488 "version": "4.1.8", 489 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.8.tgz", 490 "integrity": "sha512-RdRvedGsT0vwVVDztvyXhKpsU2ark/BjgG0huo4+2BluxdXo8NDgzl77qh0T1nUxmM11eXwR8jA39ibvSTbi7A==", 491 "cpu": [ 492 "arm64" 493 ], 494 "dev": true, 495 "license": "MIT", 496 "optional": true, 497 "os": [ 498 "darwin" 499 ], 500 "engines": { 501 "node": ">= 10" 502 } 503 }, 504 "node_modules/@tailwindcss/oxide-darwin-x64": { 505 "version": "4.1.8", 506 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.8.tgz", 507 "integrity": "sha512-t6PgxjEMLp5Ovf7uMb2OFmb3kqzVTPPakWpBIFzppk4JE4ix0yEtbtSjPbU8+PZETpaYMtXvss2Sdkx8Vs4XRw==", 508 "cpu": [ 509 "x64" 510 ], 511 "dev": true, 512 "license": "MIT", 513 "optional": true, 514 "os": [ 515 "darwin" 516 ], 517 "engines": { 518 "node": ">= 10" 519 } 520 }, 521 "node_modules/@tailwindcss/oxide-freebsd-x64": { 522 "version": "4.1.8", 523 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.8.tgz", 524 "integrity": "sha512-g8C8eGEyhHTqwPStSwZNSrOlyx0bhK/V/+zX0Y+n7DoRUzyS8eMbVshVOLJTDDC+Qn9IJnilYbIKzpB9n4aBsg==", 525 "cpu": [ 526 "x64" 527 ], 528 "dev": true, 529 "license": "MIT", 530 "optional": true, 531 "os": [ 532 "freebsd" 533 ], 534 "engines": { 535 "node": ">= 10" 536 } 537 }, 538 "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { 539 "version": "4.1.8", 540 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.8.tgz", 541 "integrity": "sha512-Jmzr3FA4S2tHhaC6yCjac3rGf7hG9R6Gf2z9i9JFcuyy0u79HfQsh/thifbYTF2ic82KJovKKkIB6Z9TdNhCXQ==", 542 "cpu": [ 543 "arm" 544 ], 545 "dev": true, 546 "license": "MIT", 547 "optional": true, 548 "os": [ 549 "linux" 550 ], 551 "engines": { 552 "node": ">= 10" 553 } 554 }, 555 "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { 556 "version": "4.1.8", 557 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.8.tgz", 558 "integrity": "sha512-qq7jXtO1+UEtCmCeBBIRDrPFIVI4ilEQ97qgBGdwXAARrUqSn/L9fUrkb1XP/mvVtoVeR2bt/0L77xx53bPZ/Q==", 559 "cpu": [ 560 "arm64" 561 ], 562 "dev": true, 563 "license": "MIT", 564 "optional": true, 565 "os": [ 566 "linux" 567 ], 568 "engines": { 569 "node": ">= 10" 570 } 571 }, 572 "node_modules/@tailwindcss/oxide-linux-arm64-musl": { 573 "version": "4.1.8", 574 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.8.tgz", 575 "integrity": "sha512-O6b8QesPbJCRshsNApsOIpzKt3ztG35gfX9tEf4arD7mwNinsoCKxkj8TgEE0YRjmjtO3r9FlJnT/ENd9EVefQ==", 576 "cpu": [ 577 "arm64" 578 ], 579 "dev": true, 580 "license": "MIT", 581 "optional": true, 582 "os": [ 583 "linux" 584 ], 585 "engines": { 586 "node": ">= 10" 587 } 588 }, 589 "node_modules/@tailwindcss/oxide-linux-x64-gnu": { 590 "version": "4.1.8", 591 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.8.tgz", 592 "integrity": "sha512-32iEXX/pXwikshNOGnERAFwFSfiltmijMIAbUhnNyjFr3tmWmMJWQKU2vNcFX0DACSXJ3ZWcSkzNbaKTdngH6g==", 593 "cpu": [ 594 "x64" 595 ], 596 "dev": true, 597 "license": "MIT", 598 "optional": true, 599 "os": [ 600 "linux" 601 ], 602 "engines": { 603 "node": ">= 10" 604 } 605 }, 606 "node_modules/@tailwindcss/oxide-linux-x64-musl": { 607 "version": "4.1.8", 608 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.8.tgz", 609 "integrity": "sha512-s+VSSD+TfZeMEsCaFaHTaY5YNj3Dri8rST09gMvYQKwPphacRG7wbuQ5ZJMIJXN/puxPcg/nU+ucvWguPpvBDg==", 610 "cpu": [ 611 "x64" 612 ], 613 "dev": true, 614 "license": "MIT", 615 "optional": true, 616 "os": [ 617 "linux" 618 ], 619 "engines": { 620 "node": ">= 10" 621 } 622 }, 623 "node_modules/@tailwindcss/oxide-wasm32-wasi": { 624 "version": "4.1.8", 625 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.8.tgz", 626 "integrity": "sha512-CXBPVFkpDjM67sS1psWohZ6g/2/cd+cq56vPxK4JeawelxwK4YECgl9Y9TjkE2qfF+9/s1tHHJqrC4SS6cVvSg==", 627 "bundleDependencies": [ 628 "@napi-rs/wasm-runtime", 629 "@emnapi/core", 630 "@emnapi/runtime", 631 "@tybys/wasm-util", 632 "@emnapi/wasi-threads", 633 "tslib" 634 ], 635 "cpu": [ 636 "wasm32" 637 ], 638 "dev": true, 639 "license": "MIT", 640 "optional": true, 641 "dependencies": { 642 "@emnapi/core": "^1.4.3", 643 "@emnapi/runtime": "^1.4.3", 644 "@emnapi/wasi-threads": "^1.0.2", 645 "@napi-rs/wasm-runtime": "^0.2.10", 646 "@tybys/wasm-util": "^0.9.0", 647 "tslib": "^2.8.0" 648 }, 649 "engines": { 650 "node": ">=14.0.0" 651 } 652 }, 653 "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { 654 "version": "4.1.8", 655 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.8.tgz", 656 "integrity": "sha512-7GmYk1n28teDHUjPlIx4Z6Z4hHEgvP5ZW2QS9ygnDAdI/myh3HTHjDqtSqgu1BpRoI4OiLx+fThAyA1JePoENA==", 657 "cpu": [ 658 "arm64" 659 ], 660 "dev": true, 661 "license": "MIT", 662 "optional": true, 663 "os": [ 664 "win32" 665 ], 666 "engines": { 667 "node": ">= 10" 668 } 669 }, 670 "node_modules/@tailwindcss/oxide-win32-x64-msvc": { 671 "version": "4.1.8", 672 "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.8.tgz", 673 "integrity": "sha512-fou+U20j+Jl0EHwK92spoWISON2OBnCazIc038Xj2TdweYV33ZRkS9nwqiUi2d/Wba5xg5UoHfvynnb/UB49cQ==", 674 "cpu": [ 675 "x64" 676 ], 677 "dev": true, 678 "license": "MIT", 679 "optional": true, 680 "os": [ 681 "win32" 682 ], 683 "engines": { 684 "node": ">= 10" 685 } 686 }, 687 "node_modules/@tailwindcss/oxide/node_modules/detect-libc": { 688 "version": "2.0.4", 689 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", 690 "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", 691 "dev": true, 692 "license": "Apache-2.0", 693 "engines": { 694 "node": ">=8" 695 } 696 }, 697 "node_modules/@tailwindcss/typography": { 698 "version": "0.5.16", 699 "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.16.tgz", 700 "integrity": "sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA==", 701 "dev": true, 702 "license": "MIT", 703 "dependencies": { 704 "lodash.castarray": "^4.4.0", 705 "lodash.isplainobject": "^4.0.6", 706 "lodash.merge": "^4.6.2", 707 "postcss-selector-parser": "6.0.10" 708 }, 709 "peerDependencies": { 710 "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" 711 } 712 }, 713 "node_modules/braces": { 714 "version": "3.0.3", 715 "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", 716 "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", 717 "dev": true, 718 "license": "MIT", 719 "dependencies": { 720 "fill-range": "^7.1.1" 721 }, 722 "engines": { 723 "node": ">=8" 724 } 725 }, 726 "node_modules/chownr": { 727 "version": "3.0.0", 728 "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", 729 "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", 730 "dev": true, 731 "license": "BlueOak-1.0.0", 732 "engines": { 733 "node": ">=18" 734 } 735 }, 736 "node_modules/cssesc": { 737 "version": "3.0.0", 738 "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", 739 "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", 740 "dev": true, 741 "license": "MIT", 742 "bin": { 743 "cssesc": "bin/cssesc" 744 }, 745 "engines": { 746 "node": ">=4" 747 } 748 }, 749 "node_modules/detect-libc": { 750 "version": "1.0.3", 751 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", 752 "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", 753 "dev": true, 754 "license": "Apache-2.0", 755 "bin": { 756 "detect-libc": "bin/detect-libc.js" 757 }, 758 "engines": { 759 "node": ">=0.10" 760 } 761 }, 762 "node_modules/enhanced-resolve": { 763 "version": "5.18.1", 764 "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz", 765 "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==", 766 "dev": true, 767 "license": "MIT", 768 "dependencies": { 769 "graceful-fs": "^4.2.4", 770 "tapable": "^2.2.0" 771 }, 772 "engines": { 773 "node": ">=10.13.0" 774 } 775 }, 776 "node_modules/fill-range": { 777 "version": "7.1.1", 778 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", 779 "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", 780 "dev": true, 781 "license": "MIT", 782 "dependencies": { 783 "to-regex-range": "^5.0.1" 784 }, 785 "engines": { 786 "node": ">=8" 787 } 788 }, 789 "node_modules/graceful-fs": { 790 "version": "4.2.11", 791 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", 792 "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", 793 "dev": true, 794 "license": "ISC" 795 }, 796 "node_modules/is-extglob": { 797 "version": "2.1.1", 798 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 799 "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 800 "dev": true, 801 "license": "MIT", 802 "engines": { 803 "node": ">=0.10.0" 804 } 805 }, 806 "node_modules/is-glob": { 807 "version": "4.0.3", 808 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", 809 "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", 810 "dev": true, 811 "license": "MIT", 812 "dependencies": { 813 "is-extglob": "^2.1.1" 814 }, 815 "engines": { 816 "node": ">=0.10.0" 817 } 818 }, 819 "node_modules/is-number": { 820 "version": "7.0.0", 821 "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", 822 "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", 823 "dev": true, 824 "license": "MIT", 825 "engines": { 826 "node": ">=0.12.0" 827 } 828 }, 829 "node_modules/jiti": { 830 "version": "2.4.2", 831 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz", 832 "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==", 833 "dev": true, 834 "license": "MIT", 835 "bin": { 836 "jiti": "lib/jiti-cli.mjs" 837 } 838 }, 839 "node_modules/lightningcss": { 840 "version": "1.30.1", 841 "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz", 842 "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==", 843 "dev": true, 844 "license": "MPL-2.0", 845 "dependencies": { 846 "detect-libc": "^2.0.3" 847 }, 848 "engines": { 849 "node": ">= 12.0.0" 850 }, 851 "funding": { 852 "type": "opencollective", 853 "url": "https://opencollective.com/parcel" 854 }, 855 "optionalDependencies": { 856 "lightningcss-darwin-arm64": "1.30.1", 857 "lightningcss-darwin-x64": "1.30.1", 858 "lightningcss-freebsd-x64": "1.30.1", 859 "lightningcss-linux-arm-gnueabihf": "1.30.1", 860 "lightningcss-linux-arm64-gnu": "1.30.1", 861 "lightningcss-linux-arm64-musl": "1.30.1", 862 "lightningcss-linux-x64-gnu": "1.30.1", 863 "lightningcss-linux-x64-musl": "1.30.1", 864 "lightningcss-win32-arm64-msvc": "1.30.1", 865 "lightningcss-win32-x64-msvc": "1.30.1" 866 } 867 }, 868 "node_modules/lightningcss-darwin-arm64": { 869 "version": "1.30.1", 870 "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz", 871 "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==", 872 "cpu": [ 873 "arm64" 874 ], 875 "dev": true, 876 "license": "MPL-2.0", 877 "optional": true, 878 "os": [ 879 "darwin" 880 ], 881 "engines": { 882 "node": ">= 12.0.0" 883 }, 884 "funding": { 885 "type": "opencollective", 886 "url": "https://opencollective.com/parcel" 887 } 888 }, 889 "node_modules/lightningcss-darwin-x64": { 890 "version": "1.30.1", 891 "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz", 892 "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==", 893 "cpu": [ 894 "x64" 895 ], 896 "dev": true, 897 "license": "MPL-2.0", 898 "optional": true, 899 "os": [ 900 "darwin" 901 ], 902 "engines": { 903 "node": ">= 12.0.0" 904 }, 905 "funding": { 906 "type": "opencollective", 907 "url": "https://opencollective.com/parcel" 908 } 909 }, 910 "node_modules/lightningcss-freebsd-x64": { 911 "version": "1.30.1", 912 "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz", 913 "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==", 914 "cpu": [ 915 "x64" 916 ], 917 "dev": true, 918 "license": "MPL-2.0", 919 "optional": true, 920 "os": [ 921 "freebsd" 922 ], 923 "engines": { 924 "node": ">= 12.0.0" 925 }, 926 "funding": { 927 "type": "opencollective", 928 "url": "https://opencollective.com/parcel" 929 } 930 }, 931 "node_modules/lightningcss-linux-arm-gnueabihf": { 932 "version": "1.30.1", 933 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz", 934 "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==", 935 "cpu": [ 936 "arm" 937 ], 938 "dev": true, 939 "license": "MPL-2.0", 940 "optional": true, 941 "os": [ 942 "linux" 943 ], 944 "engines": { 945 "node": ">= 12.0.0" 946 }, 947 "funding": { 948 "type": "opencollective", 949 "url": "https://opencollective.com/parcel" 950 } 951 }, 952 "node_modules/lightningcss-linux-arm64-gnu": { 953 "version": "1.30.1", 954 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz", 955 "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==", 956 "cpu": [ 957 "arm64" 958 ], 959 "dev": true, 960 "license": "MPL-2.0", 961 "optional": true, 962 "os": [ 963 "linux" 964 ], 965 "engines": { 966 "node": ">= 12.0.0" 967 }, 968 "funding": { 969 "type": "opencollective", 970 "url": "https://opencollective.com/parcel" 971 } 972 }, 973 "node_modules/lightningcss-linux-arm64-musl": { 974 "version": "1.30.1", 975 "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz", 976 "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==", 977 "cpu": [ 978 "arm64" 979 ], 980 "dev": true, 981 "license": "MPL-2.0", 982 "optional": true, 983 "os": [ 984 "linux" 985 ], 986 "engines": { 987 "node": ">= 12.0.0" 988 }, 989 "funding": { 990 "type": "opencollective", 991 "url": "https://opencollective.com/parcel" 992 } 993 }, 994 "node_modules/lightningcss-linux-x64-gnu": { 995 "version": "1.30.1", 996 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz", 997 "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==", 998 "cpu": [ 999 "x64" 1000 ], 1001 "dev": true, 1002 "license": "MPL-2.0", 1003 "optional": true, 1004 "os": [ 1005 "linux" 1006 ], 1007 "engines": { 1008 "node": ">= 12.0.0" 1009 }, 1010 "funding": { 1011 "type": "opencollective", 1012 "url": "https://opencollective.com/parcel" 1013 } 1014 }, 1015 "node_modules/lightningcss-linux-x64-musl": { 1016 "version": "1.30.1", 1017 "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz", 1018 "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==", 1019 "cpu": [ 1020 "x64" 1021 ], 1022 "dev": true, 1023 "license": "MPL-2.0", 1024 "optional": true, 1025 "os": [ 1026 "linux" 1027 ], 1028 "engines": { 1029 "node": ">= 12.0.0" 1030 }, 1031 "funding": { 1032 "type": "opencollective", 1033 "url": "https://opencollective.com/parcel" 1034 } 1035 }, 1036 "node_modules/lightningcss-win32-arm64-msvc": { 1037 "version": "1.30.1", 1038 "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz", 1039 "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==", 1040 "cpu": [ 1041 "arm64" 1042 ], 1043 "dev": true, 1044 "license": "MPL-2.0", 1045 "optional": true, 1046 "os": [ 1047 "win32" 1048 ], 1049 "engines": { 1050 "node": ">= 12.0.0" 1051 }, 1052 "funding": { 1053 "type": "opencollective", 1054 "url": "https://opencollective.com/parcel" 1055 } 1056 }, 1057 "node_modules/lightningcss-win32-x64-msvc": { 1058 "version": "1.30.1", 1059 "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz", 1060 "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==", 1061 "cpu": [ 1062 "x64" 1063 ], 1064 "dev": true, 1065 "license": "MPL-2.0", 1066 "optional": true, 1067 "os": [ 1068 "win32" 1069 ], 1070 "engines": { 1071 "node": ">= 12.0.0" 1072 }, 1073 "funding": { 1074 "type": "opencollective", 1075 "url": "https://opencollective.com/parcel" 1076 } 1077 }, 1078 "node_modules/lightningcss/node_modules/detect-libc": { 1079 "version": "2.0.4", 1080 "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", 1081 "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", 1082 "dev": true, 1083 "license": "Apache-2.0", 1084 "engines": { 1085 "node": ">=8" 1086 } 1087 }, 1088 "node_modules/lodash.castarray": { 1089 "version": "4.4.0", 1090 "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz", 1091 "integrity": "sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==", 1092 "dev": true, 1093 "license": "MIT" 1094 }, 1095 "node_modules/lodash.isplainobject": { 1096 "version": "4.0.6", 1097 "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", 1098 "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", 1099 "dev": true, 1100 "license": "MIT" 1101 }, 1102 "node_modules/lodash.merge": { 1103 "version": "4.6.2", 1104 "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", 1105 "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", 1106 "dev": true, 1107 "license": "MIT" 1108 }, 1109 "node_modules/magic-string": { 1110 "version": "0.30.17", 1111 "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", 1112 "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", 1113 "dev": true, 1114 "license": "MIT", 1115 "dependencies": { 1116 "@jridgewell/sourcemap-codec": "^1.5.0" 1117 } 1118 }, 1119 "node_modules/micromatch": { 1120 "version": "4.0.8", 1121 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 1122 "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 1123 "dev": true, 1124 "license": "MIT", 1125 "dependencies": { 1126 "braces": "^3.0.3", 1127 "picomatch": "^2.3.1" 1128 }, 1129 "engines": { 1130 "node": ">=8.6" 1131 } 1132 }, 1133 "node_modules/minipass": { 1134 "version": "7.1.2", 1135 "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", 1136 "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", 1137 "dev": true, 1138 "license": "ISC", 1139 "engines": { 1140 "node": ">=16 || 14 >=14.17" 1141 } 1142 }, 1143 "node_modules/minizlib": { 1144 "version": "3.0.2", 1145 "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.2.tgz", 1146 "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==", 1147 "dev": true, 1148 "license": "MIT", 1149 "dependencies": { 1150 "minipass": "^7.1.2" 1151 }, 1152 "engines": { 1153 "node": ">= 18" 1154 } 1155 }, 1156 "node_modules/mkdirp": { 1157 "version": "3.0.1", 1158 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", 1159 "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", 1160 "dev": true, 1161 "license": "MIT", 1162 "bin": { 1163 "mkdirp": "dist/cjs/src/bin.js" 1164 }, 1165 "engines": { 1166 "node": ">=10" 1167 }, 1168 "funding": { 1169 "url": "https://github.com/sponsors/isaacs" 1170 } 1171 }, 1172 "node_modules/mri": { 1173 "version": "1.2.0", 1174 "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", 1175 "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", 1176 "dev": true, 1177 "license": "MIT", 1178 "engines": { 1179 "node": ">=4" 1180 } 1181 }, 1182 "node_modules/node-addon-api": { 1183 "version": "7.1.1", 1184 "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", 1185 "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", 1186 "dev": true, 1187 "license": "MIT" 1188 }, 1189 "node_modules/picocolors": { 1190 "version": "1.1.1", 1191 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", 1192 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", 1193 "dev": true, 1194 "license": "ISC" 1195 }, 1196 "node_modules/picomatch": { 1197 "version": "2.3.1", 1198 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 1199 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 1200 "dev": true, 1201 "license": "MIT", 1202 "engines": { 1203 "node": ">=8.6" 1204 }, 1205 "funding": { 1206 "url": "https://github.com/sponsors/jonschlinkert" 1207 } 1208 }, 1209 "node_modules/postcss-selector-parser": { 1210 "version": "6.0.10", 1211 "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", 1212 "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", 1213 "dev": true, 1214 "license": "MIT", 1215 "dependencies": { 1216 "cssesc": "^3.0.0", 1217 "util-deprecate": "^1.0.2" 1218 }, 1219 "engines": { 1220 "node": ">=4" 1221 } 1222 }, 1223 "node_modules/source-map-js": { 1224 "version": "1.2.1", 1225 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", 1226 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", 1227 "dev": true, 1228 "license": "BSD-3-Clause", 1229 "engines": { 1230 "node": ">=0.10.0" 1231 } 1232 }, 1233 "node_modules/tailwindcss": { 1234 "version": "4.1.8", 1235 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.8.tgz", 1236 "integrity": "sha512-kjeW8gjdxasbmFKpVGrGd5T4i40mV5J2Rasw48QARfYeQ8YS9x02ON9SFWax3Qf616rt4Cp3nVNIj6Hd1mP3og==", 1237 "dev": true, 1238 "license": "MIT" 1239 }, 1240 "node_modules/tapable": { 1241 "version": "2.2.2", 1242 "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz", 1243 "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==", 1244 "dev": true, 1245 "license": "MIT", 1246 "engines": { 1247 "node": ">=6" 1248 } 1249 }, 1250 "node_modules/tar": { 1251 "version": "7.4.3", 1252 "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz", 1253 "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==", 1254 "dev": true, 1255 "license": "ISC", 1256 "dependencies": { 1257 "@isaacs/fs-minipass": "^4.0.0", 1258 "chownr": "^3.0.0", 1259 "minipass": "^7.1.2", 1260 "minizlib": "^3.0.1", 1261 "mkdirp": "^3.0.1", 1262 "yallist": "^5.0.0" 1263 }, 1264 "engines": { 1265 "node": ">=18" 1266 } 1267 }, 1268 "node_modules/to-regex-range": { 1269 "version": "5.0.1", 1270 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", 1271 "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", 1272 "dev": true, 1273 "license": "MIT", 1274 "dependencies": { 1275 "is-number": "^7.0.0" 1276 }, 1277 "engines": { 1278 "node": ">=8.0" 1279 } 1280 }, 1281 "node_modules/util-deprecate": { 1282 "version": "1.0.2", 1283 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 1284 "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", 1285 "dev": true, 1286 "license": "MIT" 1287 }, 1288 "node_modules/yallist": { 1289 "version": "5.0.0", 1290 "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", 1291 "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", 1292 "dev": true, 1293 "license": "BlueOak-1.0.0", 1294 "engines": { 1295 "node": ">=18" 1296 } 1297 } 1298 } 1299 }