[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: Align dockefile and devcontainer node/npm versions to fix lockfile mismatch

Mismatch causes npm ci in docker build to error

FoxxMD (Apr 1, 2026, 1:57 PM UTC) cac13fa3 ca480371

+1846 -8
+1 -1
.devcontainer/compose.yml
··· 11 11 # context: . 12 12 # dockerfile: .devcontainer/Dockerfile 13 13 14 - image: mcr.microsoft.com/devcontainers/javascript-node:1-20-bookworm 14 + image: mcr.microsoft.com/devcontainers/javascript-node:20-bookworm 15 15 16 16 volumes: 17 17 # Update this to wherever you want VS Code to mount the folder of your project
+2 -3
.devcontainer/devcontainer.json
··· 20 20 "forwardPorts": [9078,3000], 21 21 22 22 // Use 'postCreateCommand' to run commands after the container is created. 23 - "postCreateCommand": "npm install", 23 + "postCreateCommand": ".devcontainer/postCreate.sh", 24 24 25 25 // Configure tool-specific properties. 26 26 "customizations": { ··· 41 41 "9078": { 42 42 "label": "App" 43 43 } 44 - }, 45 - "onCreateCommand": "export PATH=/workspaces/node_modules/.bin:/workspaces/docsite/node_modules/.bin:$PATH" 44 + } 46 45 47 46 // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. 48 47 // "remoteUser": "root"
+12
.devcontainer/postCreate.sh
··· 1 + #!/usr/bin/env bash 2 + 3 + echo 'Adding node_modules to path' 4 + echo 'export PATH=/workspaces/node_modules/.bin:/workspaces/docsite/node_modules/.bin:$PATH' >> /home/node/.bashrc 5 + 6 + echo 'Updating npm...' 7 + npm install -g npm@11.12.1 8 + 9 + echo 'Installing concurrently...' 10 + npm install -g concurrently 11 + 12 + echo 'If you have freshly cloned this project or node_modules folder does not exist then you should run "npm run install:parallel" now'
+1 -1
Dockerfile
··· 1 1 FROM ghcr.io/linuxserver/baseimage-debian:bookworm AS base 2 2 3 3 ENV TZ=Etc/GMT 4 - ENV NODE_VERSION=20.18.1 4 + ENV NODE_VERSION=20.19.2 5 5 6 6 # borrowing openssl header removal trick from offical docker-node 7 7 # https://github.com/nodejs/docker-node/blob/main/18/bookworm-slim/Dockerfile#L8
+1 -1
docsite/package.json
··· 58 58 ] 59 59 }, 60 60 "engines": { 61 - "node": ">=20.18.1" 61 + "node": ">=20.19.2" 62 62 } 63 63 }
+1828 -1
package-lock.json
··· 175 175 "with-local-tmp-dir": "^6.0.0" 176 176 }, 177 177 "engines": { 178 - "node": ">=20.18.1", 178 + "node": ">=20.19.2", 179 179 "npm": ">=11.12.1" 180 180 } 181 181 }, ··· 820 820 "@biomejs/cli-win32-x64": "1.9.4" 821 821 } 822 822 }, 823 + "node_modules/@biomejs/cli-darwin-arm64": { 824 + "version": "1.9.4", 825 + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-1.9.4.tgz", 826 + "integrity": "sha512-bFBsPWrNvkdKrNCYeAp+xo2HecOGPAy9WyNyB/jKnnedgzl4W4Hb9ZMzYNbf8dMCGmUdSavlYHiR01QaYR58cw==", 827 + "cpu": [ 828 + "arm64" 829 + ], 830 + "license": "MIT OR Apache-2.0", 831 + "optional": true, 832 + "os": [ 833 + "darwin" 834 + ], 835 + "engines": { 836 + "node": ">=14.21.3" 837 + } 838 + }, 839 + "node_modules/@biomejs/cli-darwin-x64": { 840 + "version": "1.9.4", 841 + "resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-1.9.4.tgz", 842 + "integrity": "sha512-ngYBh/+bEedqkSevPVhLP4QfVPCpb+4BBe2p7Xs32dBgs7rh9nY2AIYUL6BgLw1JVXV8GlpKmb/hNiuIxfPfZg==", 843 + "cpu": [ 844 + "x64" 845 + ], 846 + "license": "MIT OR Apache-2.0", 847 + "optional": true, 848 + "os": [ 849 + "darwin" 850 + ], 851 + "engines": { 852 + "node": ">=14.21.3" 853 + } 854 + }, 855 + "node_modules/@biomejs/cli-linux-arm64": { 856 + "version": "1.9.4", 857 + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-1.9.4.tgz", 858 + "integrity": "sha512-fJIW0+LYujdjUgJJuwesP4EjIBl/N/TcOX3IvIHJQNsAqvV2CHIogsmA94BPG6jZATS4Hi+xv4SkBBQSt1N4/g==", 859 + "cpu": [ 860 + "arm64" 861 + ], 862 + "libc": [ 863 + "glibc" 864 + ], 865 + "license": "MIT OR Apache-2.0", 866 + "optional": true, 867 + "os": [ 868 + "linux" 869 + ], 870 + "engines": { 871 + "node": ">=14.21.3" 872 + } 873 + }, 874 + "node_modules/@biomejs/cli-linux-arm64-musl": { 875 + "version": "1.9.4", 876 + "resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.9.4.tgz", 877 + "integrity": "sha512-v665Ct9WCRjGa8+kTr0CzApU0+XXtRgwmzIf1SeKSGAv+2scAlW6JR5PMFo6FzqqZ64Po79cKODKf3/AAmECqA==", 878 + "cpu": [ 879 + "arm64" 880 + ], 881 + "libc": [ 882 + "musl" 883 + ], 884 + "license": "MIT OR Apache-2.0", 885 + "optional": true, 886 + "os": [ 887 + "linux" 888 + ], 889 + "engines": { 890 + "node": ">=14.21.3" 891 + } 892 + }, 823 893 "node_modules/@biomejs/cli-linux-x64": { 824 894 "version": "1.9.4", 825 895 "cpu": [ ··· 843 913 "optional": true, 844 914 "os": [ 845 915 "linux" 916 + ], 917 + "engines": { 918 + "node": ">=14.21.3" 919 + } 920 + }, 921 + "node_modules/@biomejs/cli-win32-arm64": { 922 + "version": "1.9.4", 923 + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-1.9.4.tgz", 924 + "integrity": "sha512-tlbhLk+WXZmgwoIKwHIHEBZUwxml7bRJgk0X2sPyNR3S93cdRq6XulAZRQJ17FYGGzWne0fgrXBKpl7l4M87Hg==", 925 + "cpu": [ 926 + "arm64" 927 + ], 928 + "license": "MIT OR Apache-2.0", 929 + "optional": true, 930 + "os": [ 931 + "win32" 932 + ], 933 + "engines": { 934 + "node": ">=14.21.3" 935 + } 936 + }, 937 + "node_modules/@biomejs/cli-win32-x64": { 938 + "version": "1.9.4", 939 + "resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-1.9.4.tgz", 940 + "integrity": "sha512-8Y5wMhVIPaWe6jw2H+KlEm4wP/f7EW3810ZLmDlrEEy5KvBsb9ECEfu/kMWD484ijfQ8+nIi0giMgu9g1UAuuA==", 941 + "cpu": [ 942 + "x64" 943 + ], 944 + "license": "MIT OR Apache-2.0", 945 + "optional": true, 946 + "os": [ 947 + "win32" 846 948 ], 847 949 "engines": { 848 950 "node": ">=14.21.3" ··· 1221 1323 "version": "0.4.0", 1222 1324 "license": "MIT" 1223 1325 }, 1326 + "node_modules/@esbuild/aix-ppc64": { 1327 + "version": "0.23.1", 1328 + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz", 1329 + "integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==", 1330 + "cpu": [ 1331 + "ppc64" 1332 + ], 1333 + "license": "MIT", 1334 + "optional": true, 1335 + "os": [ 1336 + "aix" 1337 + ], 1338 + "engines": { 1339 + "node": ">=18" 1340 + } 1341 + }, 1342 + "node_modules/@esbuild/android-arm": { 1343 + "version": "0.23.1", 1344 + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.1.tgz", 1345 + "integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==", 1346 + "cpu": [ 1347 + "arm" 1348 + ], 1349 + "license": "MIT", 1350 + "optional": true, 1351 + "os": [ 1352 + "android" 1353 + ], 1354 + "engines": { 1355 + "node": ">=18" 1356 + } 1357 + }, 1358 + "node_modules/@esbuild/android-arm64": { 1359 + "version": "0.23.1", 1360 + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz", 1361 + "integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==", 1362 + "cpu": [ 1363 + "arm64" 1364 + ], 1365 + "license": "MIT", 1366 + "optional": true, 1367 + "os": [ 1368 + "android" 1369 + ], 1370 + "engines": { 1371 + "node": ">=18" 1372 + } 1373 + }, 1374 + "node_modules/@esbuild/android-x64": { 1375 + "version": "0.23.1", 1376 + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.1.tgz", 1377 + "integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==", 1378 + "cpu": [ 1379 + "x64" 1380 + ], 1381 + "license": "MIT", 1382 + "optional": true, 1383 + "os": [ 1384 + "android" 1385 + ], 1386 + "engines": { 1387 + "node": ">=18" 1388 + } 1389 + }, 1390 + "node_modules/@esbuild/darwin-arm64": { 1391 + "version": "0.23.1", 1392 + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz", 1393 + "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==", 1394 + "cpu": [ 1395 + "arm64" 1396 + ], 1397 + "license": "MIT", 1398 + "optional": true, 1399 + "os": [ 1400 + "darwin" 1401 + ], 1402 + "engines": { 1403 + "node": ">=18" 1404 + } 1405 + }, 1406 + "node_modules/@esbuild/darwin-x64": { 1407 + "version": "0.23.1", 1408 + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz", 1409 + "integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==", 1410 + "cpu": [ 1411 + "x64" 1412 + ], 1413 + "license": "MIT", 1414 + "optional": true, 1415 + "os": [ 1416 + "darwin" 1417 + ], 1418 + "engines": { 1419 + "node": ">=18" 1420 + } 1421 + }, 1422 + "node_modules/@esbuild/freebsd-arm64": { 1423 + "version": "0.23.1", 1424 + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz", 1425 + "integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==", 1426 + "cpu": [ 1427 + "arm64" 1428 + ], 1429 + "license": "MIT", 1430 + "optional": true, 1431 + "os": [ 1432 + "freebsd" 1433 + ], 1434 + "engines": { 1435 + "node": ">=18" 1436 + } 1437 + }, 1438 + "node_modules/@esbuild/freebsd-x64": { 1439 + "version": "0.23.1", 1440 + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz", 1441 + "integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==", 1442 + "cpu": [ 1443 + "x64" 1444 + ], 1445 + "license": "MIT", 1446 + "optional": true, 1447 + "os": [ 1448 + "freebsd" 1449 + ], 1450 + "engines": { 1451 + "node": ">=18" 1452 + } 1453 + }, 1454 + "node_modules/@esbuild/linux-arm": { 1455 + "version": "0.23.1", 1456 + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz", 1457 + "integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==", 1458 + "cpu": [ 1459 + "arm" 1460 + ], 1461 + "license": "MIT", 1462 + "optional": true, 1463 + "os": [ 1464 + "linux" 1465 + ], 1466 + "engines": { 1467 + "node": ">=18" 1468 + } 1469 + }, 1470 + "node_modules/@esbuild/linux-arm64": { 1471 + "version": "0.23.1", 1472 + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz", 1473 + "integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==", 1474 + "cpu": [ 1475 + "arm64" 1476 + ], 1477 + "license": "MIT", 1478 + "optional": true, 1479 + "os": [ 1480 + "linux" 1481 + ], 1482 + "engines": { 1483 + "node": ">=18" 1484 + } 1485 + }, 1486 + "node_modules/@esbuild/linux-ia32": { 1487 + "version": "0.23.1", 1488 + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz", 1489 + "integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==", 1490 + "cpu": [ 1491 + "ia32" 1492 + ], 1493 + "license": "MIT", 1494 + "optional": true, 1495 + "os": [ 1496 + "linux" 1497 + ], 1498 + "engines": { 1499 + "node": ">=18" 1500 + } 1501 + }, 1502 + "node_modules/@esbuild/linux-loong64": { 1503 + "version": "0.23.1", 1504 + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz", 1505 + "integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==", 1506 + "cpu": [ 1507 + "loong64" 1508 + ], 1509 + "license": "MIT", 1510 + "optional": true, 1511 + "os": [ 1512 + "linux" 1513 + ], 1514 + "engines": { 1515 + "node": ">=18" 1516 + } 1517 + }, 1518 + "node_modules/@esbuild/linux-mips64el": { 1519 + "version": "0.23.1", 1520 + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz", 1521 + "integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==", 1522 + "cpu": [ 1523 + "mips64el" 1524 + ], 1525 + "license": "MIT", 1526 + "optional": true, 1527 + "os": [ 1528 + "linux" 1529 + ], 1530 + "engines": { 1531 + "node": ">=18" 1532 + } 1533 + }, 1534 + "node_modules/@esbuild/linux-ppc64": { 1535 + "version": "0.23.1", 1536 + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz", 1537 + "integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==", 1538 + "cpu": [ 1539 + "ppc64" 1540 + ], 1541 + "license": "MIT", 1542 + "optional": true, 1543 + "os": [ 1544 + "linux" 1545 + ], 1546 + "engines": { 1547 + "node": ">=18" 1548 + } 1549 + }, 1550 + "node_modules/@esbuild/linux-riscv64": { 1551 + "version": "0.23.1", 1552 + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz", 1553 + "integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==", 1554 + "cpu": [ 1555 + "riscv64" 1556 + ], 1557 + "license": "MIT", 1558 + "optional": true, 1559 + "os": [ 1560 + "linux" 1561 + ], 1562 + "engines": { 1563 + "node": ">=18" 1564 + } 1565 + }, 1566 + "node_modules/@esbuild/linux-s390x": { 1567 + "version": "0.23.1", 1568 + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz", 1569 + "integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==", 1570 + "cpu": [ 1571 + "s390x" 1572 + ], 1573 + "license": "MIT", 1574 + "optional": true, 1575 + "os": [ 1576 + "linux" 1577 + ], 1578 + "engines": { 1579 + "node": ">=18" 1580 + } 1581 + }, 1224 1582 "node_modules/@esbuild/linux-x64": { 1225 1583 "version": "0.23.1", 1226 1584 "cpu": [ ··· 1235 1593 "node": ">=18" 1236 1594 } 1237 1595 }, 1596 + "node_modules/@esbuild/netbsd-x64": { 1597 + "version": "0.23.1", 1598 + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz", 1599 + "integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==", 1600 + "cpu": [ 1601 + "x64" 1602 + ], 1603 + "license": "MIT", 1604 + "optional": true, 1605 + "os": [ 1606 + "netbsd" 1607 + ], 1608 + "engines": { 1609 + "node": ">=18" 1610 + } 1611 + }, 1612 + "node_modules/@esbuild/openbsd-arm64": { 1613 + "version": "0.23.1", 1614 + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.1.tgz", 1615 + "integrity": "sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==", 1616 + "cpu": [ 1617 + "arm64" 1618 + ], 1619 + "license": "MIT", 1620 + "optional": true, 1621 + "os": [ 1622 + "openbsd" 1623 + ], 1624 + "engines": { 1625 + "node": ">=18" 1626 + } 1627 + }, 1628 + "node_modules/@esbuild/openbsd-x64": { 1629 + "version": "0.23.1", 1630 + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz", 1631 + "integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==", 1632 + "cpu": [ 1633 + "x64" 1634 + ], 1635 + "license": "MIT", 1636 + "optional": true, 1637 + "os": [ 1638 + "openbsd" 1639 + ], 1640 + "engines": { 1641 + "node": ">=18" 1642 + } 1643 + }, 1644 + "node_modules/@esbuild/sunos-x64": { 1645 + "version": "0.23.1", 1646 + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz", 1647 + "integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==", 1648 + "cpu": [ 1649 + "x64" 1650 + ], 1651 + "license": "MIT", 1652 + "optional": true, 1653 + "os": [ 1654 + "sunos" 1655 + ], 1656 + "engines": { 1657 + "node": ">=18" 1658 + } 1659 + }, 1660 + "node_modules/@esbuild/win32-arm64": { 1661 + "version": "0.23.1", 1662 + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz", 1663 + "integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==", 1664 + "cpu": [ 1665 + "arm64" 1666 + ], 1667 + "license": "MIT", 1668 + "optional": true, 1669 + "os": [ 1670 + "win32" 1671 + ], 1672 + "engines": { 1673 + "node": ">=18" 1674 + } 1675 + }, 1676 + "node_modules/@esbuild/win32-ia32": { 1677 + "version": "0.23.1", 1678 + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz", 1679 + "integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==", 1680 + "cpu": [ 1681 + "ia32" 1682 + ], 1683 + "license": "MIT", 1684 + "optional": true, 1685 + "os": [ 1686 + "win32" 1687 + ], 1688 + "engines": { 1689 + "node": ">=18" 1690 + } 1691 + }, 1692 + "node_modules/@esbuild/win32-x64": { 1693 + "version": "0.23.1", 1694 + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz", 1695 + "integrity": "sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==", 1696 + "cpu": [ 1697 + "x64" 1698 + ], 1699 + "license": "MIT", 1700 + "optional": true, 1701 + "os": [ 1702 + "win32" 1703 + ], 1704 + "engines": { 1705 + "node": ">=18" 1706 + } 1707 + }, 1238 1708 "node_modules/@eslint-community/eslint-utils": { 1239 1709 "version": "4.9.1", 1240 1710 "dev": true, ··· 1950 2420 "@parcel/watcher-win32-x64": "2.4.1" 1951 2421 } 1952 2422 }, 2423 + "node_modules/@parcel/watcher-android-arm64": { 2424 + "version": "2.4.1", 2425 + "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz", 2426 + "integrity": "sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==", 2427 + "cpu": [ 2428 + "arm64" 2429 + ], 2430 + "license": "MIT", 2431 + "optional": true, 2432 + "os": [ 2433 + "android" 2434 + ], 2435 + "engines": { 2436 + "node": ">= 10.0.0" 2437 + }, 2438 + "funding": { 2439 + "type": "opencollective", 2440 + "url": "https://opencollective.com/parcel" 2441 + } 2442 + }, 2443 + "node_modules/@parcel/watcher-darwin-arm64": { 2444 + "version": "2.4.1", 2445 + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.4.1.tgz", 2446 + "integrity": "sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==", 2447 + "cpu": [ 2448 + "arm64" 2449 + ], 2450 + "license": "MIT", 2451 + "optional": true, 2452 + "os": [ 2453 + "darwin" 2454 + ], 2455 + "engines": { 2456 + "node": ">= 10.0.0" 2457 + }, 2458 + "funding": { 2459 + "type": "opencollective", 2460 + "url": "https://opencollective.com/parcel" 2461 + } 2462 + }, 2463 + "node_modules/@parcel/watcher-darwin-x64": { 2464 + "version": "2.4.1", 2465 + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.4.1.tgz", 2466 + "integrity": "sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==", 2467 + "cpu": [ 2468 + "x64" 2469 + ], 2470 + "license": "MIT", 2471 + "optional": true, 2472 + "os": [ 2473 + "darwin" 2474 + ], 2475 + "engines": { 2476 + "node": ">= 10.0.0" 2477 + }, 2478 + "funding": { 2479 + "type": "opencollective", 2480 + "url": "https://opencollective.com/parcel" 2481 + } 2482 + }, 2483 + "node_modules/@parcel/watcher-freebsd-x64": { 2484 + "version": "2.4.1", 2485 + "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.4.1.tgz", 2486 + "integrity": "sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==", 2487 + "cpu": [ 2488 + "x64" 2489 + ], 2490 + "license": "MIT", 2491 + "optional": true, 2492 + "os": [ 2493 + "freebsd" 2494 + ], 2495 + "engines": { 2496 + "node": ">= 10.0.0" 2497 + }, 2498 + "funding": { 2499 + "type": "opencollective", 2500 + "url": "https://opencollective.com/parcel" 2501 + } 2502 + }, 2503 + "node_modules/@parcel/watcher-linux-arm-glibc": { 2504 + "version": "2.4.1", 2505 + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.4.1.tgz", 2506 + "integrity": "sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==", 2507 + "cpu": [ 2508 + "arm" 2509 + ], 2510 + "libc": [ 2511 + "glibc" 2512 + ], 2513 + "license": "MIT", 2514 + "optional": true, 2515 + "os": [ 2516 + "linux" 2517 + ], 2518 + "engines": { 2519 + "node": ">= 10.0.0" 2520 + }, 2521 + "funding": { 2522 + "type": "opencollective", 2523 + "url": "https://opencollective.com/parcel" 2524 + } 2525 + }, 2526 + "node_modules/@parcel/watcher-linux-arm64-glibc": { 2527 + "version": "2.4.1", 2528 + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.4.1.tgz", 2529 + "integrity": "sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==", 2530 + "cpu": [ 2531 + "arm64" 2532 + ], 2533 + "libc": [ 2534 + "glibc" 2535 + ], 2536 + "license": "MIT", 2537 + "optional": true, 2538 + "os": [ 2539 + "linux" 2540 + ], 2541 + "engines": { 2542 + "node": ">= 10.0.0" 2543 + }, 2544 + "funding": { 2545 + "type": "opencollective", 2546 + "url": "https://opencollective.com/parcel" 2547 + } 2548 + }, 2549 + "node_modules/@parcel/watcher-linux-arm64-musl": { 2550 + "version": "2.4.1", 2551 + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.4.1.tgz", 2552 + "integrity": "sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==", 2553 + "cpu": [ 2554 + "arm64" 2555 + ], 2556 + "libc": [ 2557 + "musl" 2558 + ], 2559 + "license": "MIT", 2560 + "optional": true, 2561 + "os": [ 2562 + "linux" 2563 + ], 2564 + "engines": { 2565 + "node": ">= 10.0.0" 2566 + }, 2567 + "funding": { 2568 + "type": "opencollective", 2569 + "url": "https://opencollective.com/parcel" 2570 + } 2571 + }, 1953 2572 "node_modules/@parcel/watcher-linux-x64-glibc": { 1954 2573 "version": "2.4.1", 1955 2574 "cpu": [ ··· 1986 2605 "url": "https://opencollective.com/parcel" 1987 2606 } 1988 2607 }, 2608 + "node_modules/@parcel/watcher-win32-arm64": { 2609 + "version": "2.4.1", 2610 + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz", 2611 + "integrity": "sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==", 2612 + "cpu": [ 2613 + "arm64" 2614 + ], 2615 + "license": "MIT", 2616 + "optional": true, 2617 + "os": [ 2618 + "win32" 2619 + ], 2620 + "engines": { 2621 + "node": ">= 10.0.0" 2622 + }, 2623 + "funding": { 2624 + "type": "opencollective", 2625 + "url": "https://opencollective.com/parcel" 2626 + } 2627 + }, 2628 + "node_modules/@parcel/watcher-win32-ia32": { 2629 + "version": "2.4.1", 2630 + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.4.1.tgz", 2631 + "integrity": "sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==", 2632 + "cpu": [ 2633 + "ia32" 2634 + ], 2635 + "license": "MIT", 2636 + "optional": true, 2637 + "os": [ 2638 + "win32" 2639 + ], 2640 + "engines": { 2641 + "node": ">= 10.0.0" 2642 + }, 2643 + "funding": { 2644 + "type": "opencollective", 2645 + "url": "https://opencollective.com/parcel" 2646 + } 2647 + }, 2648 + "node_modules/@parcel/watcher-win32-x64": { 2649 + "version": "2.4.1", 2650 + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.1.tgz", 2651 + "integrity": "sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==", 2652 + "cpu": [ 2653 + "x64" 2654 + ], 2655 + "license": "MIT", 2656 + "optional": true, 2657 + "os": [ 2658 + "win32" 2659 + ], 2660 + "engines": { 2661 + "node": ">= 10.0.0" 2662 + }, 2663 + "funding": { 2664 + "type": "opencollective", 2665 + "url": "https://opencollective.com/parcel" 2666 + } 2667 + }, 1989 2668 "node_modules/@pkgjs/parseargs": { 1990 2669 "version": "0.11.0", 1991 2670 "license": "MIT", ··· 2106 2785 "url": "https://github.com/sponsors/jonschlinkert" 2107 2786 } 2108 2787 }, 2788 + "node_modules/@rollup/rollup-android-arm-eabi": { 2789 + "version": "4.60.1", 2790 + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz", 2791 + "integrity": "sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==", 2792 + "cpu": [ 2793 + "arm" 2794 + ], 2795 + "license": "MIT", 2796 + "optional": true, 2797 + "os": [ 2798 + "android" 2799 + ] 2800 + }, 2801 + "node_modules/@rollup/rollup-android-arm64": { 2802 + "version": "4.60.1", 2803 + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.1.tgz", 2804 + "integrity": "sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==", 2805 + "cpu": [ 2806 + "arm64" 2807 + ], 2808 + "license": "MIT", 2809 + "optional": true, 2810 + "os": [ 2811 + "android" 2812 + ] 2813 + }, 2814 + "node_modules/@rollup/rollup-darwin-arm64": { 2815 + "version": "4.60.1", 2816 + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.1.tgz", 2817 + "integrity": "sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==", 2818 + "cpu": [ 2819 + "arm64" 2820 + ], 2821 + "license": "MIT", 2822 + "optional": true, 2823 + "os": [ 2824 + "darwin" 2825 + ] 2826 + }, 2827 + "node_modules/@rollup/rollup-darwin-x64": { 2828 + "version": "4.60.1", 2829 + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.1.tgz", 2830 + "integrity": "sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==", 2831 + "cpu": [ 2832 + "x64" 2833 + ], 2834 + "license": "MIT", 2835 + "optional": true, 2836 + "os": [ 2837 + "darwin" 2838 + ] 2839 + }, 2840 + "node_modules/@rollup/rollup-freebsd-arm64": { 2841 + "version": "4.60.1", 2842 + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.1.tgz", 2843 + "integrity": "sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==", 2844 + "cpu": [ 2845 + "arm64" 2846 + ], 2847 + "license": "MIT", 2848 + "optional": true, 2849 + "os": [ 2850 + "freebsd" 2851 + ] 2852 + }, 2853 + "node_modules/@rollup/rollup-freebsd-x64": { 2854 + "version": "4.60.1", 2855 + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.1.tgz", 2856 + "integrity": "sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==", 2857 + "cpu": [ 2858 + "x64" 2859 + ], 2860 + "license": "MIT", 2861 + "optional": true, 2862 + "os": [ 2863 + "freebsd" 2864 + ] 2865 + }, 2866 + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { 2867 + "version": "4.60.1", 2868 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.1.tgz", 2869 + "integrity": "sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==", 2870 + "cpu": [ 2871 + "arm" 2872 + ], 2873 + "libc": [ 2874 + "glibc" 2875 + ], 2876 + "license": "MIT", 2877 + "optional": true, 2878 + "os": [ 2879 + "linux" 2880 + ] 2881 + }, 2882 + "node_modules/@rollup/rollup-linux-arm-musleabihf": { 2883 + "version": "4.60.1", 2884 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.1.tgz", 2885 + "integrity": "sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==", 2886 + "cpu": [ 2887 + "arm" 2888 + ], 2889 + "libc": [ 2890 + "musl" 2891 + ], 2892 + "license": "MIT", 2893 + "optional": true, 2894 + "os": [ 2895 + "linux" 2896 + ] 2897 + }, 2898 + "node_modules/@rollup/rollup-linux-arm64-gnu": { 2899 + "version": "4.60.1", 2900 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.1.tgz", 2901 + "integrity": "sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==", 2902 + "cpu": [ 2903 + "arm64" 2904 + ], 2905 + "libc": [ 2906 + "glibc" 2907 + ], 2908 + "license": "MIT", 2909 + "optional": true, 2910 + "os": [ 2911 + "linux" 2912 + ] 2913 + }, 2914 + "node_modules/@rollup/rollup-linux-arm64-musl": { 2915 + "version": "4.60.1", 2916 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.1.tgz", 2917 + "integrity": "sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==", 2918 + "cpu": [ 2919 + "arm64" 2920 + ], 2921 + "libc": [ 2922 + "musl" 2923 + ], 2924 + "license": "MIT", 2925 + "optional": true, 2926 + "os": [ 2927 + "linux" 2928 + ] 2929 + }, 2930 + "node_modules/@rollup/rollup-linux-loong64-gnu": { 2931 + "version": "4.60.1", 2932 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.1.tgz", 2933 + "integrity": "sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==", 2934 + "cpu": [ 2935 + "loong64" 2936 + ], 2937 + "libc": [ 2938 + "glibc" 2939 + ], 2940 + "license": "MIT", 2941 + "optional": true, 2942 + "os": [ 2943 + "linux" 2944 + ] 2945 + }, 2946 + "node_modules/@rollup/rollup-linux-loong64-musl": { 2947 + "version": "4.60.1", 2948 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.1.tgz", 2949 + "integrity": "sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==", 2950 + "cpu": [ 2951 + "loong64" 2952 + ], 2953 + "libc": [ 2954 + "musl" 2955 + ], 2956 + "license": "MIT", 2957 + "optional": true, 2958 + "os": [ 2959 + "linux" 2960 + ] 2961 + }, 2962 + "node_modules/@rollup/rollup-linux-ppc64-gnu": { 2963 + "version": "4.60.1", 2964 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.1.tgz", 2965 + "integrity": "sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==", 2966 + "cpu": [ 2967 + "ppc64" 2968 + ], 2969 + "libc": [ 2970 + "glibc" 2971 + ], 2972 + "license": "MIT", 2973 + "optional": true, 2974 + "os": [ 2975 + "linux" 2976 + ] 2977 + }, 2978 + "node_modules/@rollup/rollup-linux-ppc64-musl": { 2979 + "version": "4.60.1", 2980 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.1.tgz", 2981 + "integrity": "sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==", 2982 + "cpu": [ 2983 + "ppc64" 2984 + ], 2985 + "libc": [ 2986 + "musl" 2987 + ], 2988 + "license": "MIT", 2989 + "optional": true, 2990 + "os": [ 2991 + "linux" 2992 + ] 2993 + }, 2994 + "node_modules/@rollup/rollup-linux-riscv64-gnu": { 2995 + "version": "4.60.1", 2996 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.1.tgz", 2997 + "integrity": "sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==", 2998 + "cpu": [ 2999 + "riscv64" 3000 + ], 3001 + "libc": [ 3002 + "glibc" 3003 + ], 3004 + "license": "MIT", 3005 + "optional": true, 3006 + "os": [ 3007 + "linux" 3008 + ] 3009 + }, 3010 + "node_modules/@rollup/rollup-linux-riscv64-musl": { 3011 + "version": "4.60.1", 3012 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.1.tgz", 3013 + "integrity": "sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==", 3014 + "cpu": [ 3015 + "riscv64" 3016 + ], 3017 + "libc": [ 3018 + "musl" 3019 + ], 3020 + "license": "MIT", 3021 + "optional": true, 3022 + "os": [ 3023 + "linux" 3024 + ] 3025 + }, 3026 + "node_modules/@rollup/rollup-linux-s390x-gnu": { 3027 + "version": "4.60.1", 3028 + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.1.tgz", 3029 + "integrity": "sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==", 3030 + "cpu": [ 3031 + "s390x" 3032 + ], 3033 + "libc": [ 3034 + "glibc" 3035 + ], 3036 + "license": "MIT", 3037 + "optional": true, 3038 + "os": [ 3039 + "linux" 3040 + ] 3041 + }, 2109 3042 "node_modules/@rollup/rollup-linux-x64-gnu": { 2110 3043 "version": "4.60.1", 2111 3044 "cpu": [ ··· 2126 3059 "optional": true, 2127 3060 "os": [ 2128 3061 "linux" 3062 + ] 3063 + }, 3064 + "node_modules/@rollup/rollup-openbsd-x64": { 3065 + "version": "4.60.1", 3066 + "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.1.tgz", 3067 + "integrity": "sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==", 3068 + "cpu": [ 3069 + "x64" 3070 + ], 3071 + "license": "MIT", 3072 + "optional": true, 3073 + "os": [ 3074 + "openbsd" 3075 + ] 3076 + }, 3077 + "node_modules/@rollup/rollup-openharmony-arm64": { 3078 + "version": "4.60.1", 3079 + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.1.tgz", 3080 + "integrity": "sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==", 3081 + "cpu": [ 3082 + "arm64" 3083 + ], 3084 + "license": "MIT", 3085 + "optional": true, 3086 + "os": [ 3087 + "openharmony" 3088 + ] 3089 + }, 3090 + "node_modules/@rollup/rollup-win32-arm64-msvc": { 3091 + "version": "4.60.1", 3092 + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.1.tgz", 3093 + "integrity": "sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==", 3094 + "cpu": [ 3095 + "arm64" 3096 + ], 3097 + "license": "MIT", 3098 + "optional": true, 3099 + "os": [ 3100 + "win32" 3101 + ] 3102 + }, 3103 + "node_modules/@rollup/rollup-win32-ia32-msvc": { 3104 + "version": "4.60.1", 3105 + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.1.tgz", 3106 + "integrity": "sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==", 3107 + "cpu": [ 3108 + "ia32" 3109 + ], 3110 + "license": "MIT", 3111 + "optional": true, 3112 + "os": [ 3113 + "win32" 3114 + ] 3115 + }, 3116 + "node_modules/@rollup/rollup-win32-x64-gnu": { 3117 + "version": "4.60.1", 3118 + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.1.tgz", 3119 + "integrity": "sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==", 3120 + "cpu": [ 3121 + "x64" 3122 + ], 3123 + "license": "MIT", 3124 + "optional": true, 3125 + "os": [ 3126 + "win32" 3127 + ] 3128 + }, 3129 + "node_modules/@rollup/rollup-win32-x64-msvc": { 3130 + "version": "4.60.1", 3131 + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.1.tgz", 3132 + "integrity": "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==", 3133 + "cpu": [ 3134 + "x64" 3135 + ], 3136 + "license": "MIT", 3137 + "optional": true, 3138 + "os": [ 3139 + "win32" 2129 3140 ] 2130 3141 }, 2131 3142 "node_modules/@sapphire/async-queue": { ··· 2740 3751 "@tailwindcss/oxide-win32-x64-msvc": "4.1.16" 2741 3752 } 2742 3753 }, 3754 + "node_modules/@tailwindcss/oxide-android-arm64": { 3755 + "version": "4.1.16", 3756 + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.16.tgz", 3757 + "integrity": "sha512-8+ctzkjHgwDJ5caq9IqRSgsP70xhdhJvm+oueS/yhD5ixLhqTw9fSL1OurzMUhBwE5zK26FXLCz2f/RtkISqHA==", 3758 + "cpu": [ 3759 + "arm64" 3760 + ], 3761 + "license": "MIT", 3762 + "optional": true, 3763 + "os": [ 3764 + "android" 3765 + ], 3766 + "engines": { 3767 + "node": ">= 10" 3768 + } 3769 + }, 3770 + "node_modules/@tailwindcss/oxide-darwin-arm64": { 3771 + "version": "4.1.16", 3772 + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.16.tgz", 3773 + "integrity": "sha512-C3oZy5042v2FOALBZtY0JTDnGNdS6w7DxL/odvSny17ORUnaRKhyTse8xYi3yKGyfnTUOdavRCdmc8QqJYwFKA==", 3774 + "cpu": [ 3775 + "arm64" 3776 + ], 3777 + "license": "MIT", 3778 + "optional": true, 3779 + "os": [ 3780 + "darwin" 3781 + ], 3782 + "engines": { 3783 + "node": ">= 10" 3784 + } 3785 + }, 3786 + "node_modules/@tailwindcss/oxide-darwin-x64": { 3787 + "version": "4.1.16", 3788 + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.16.tgz", 3789 + "integrity": "sha512-vjrl/1Ub9+JwU6BP0emgipGjowzYZMjbWCDqwA2Z4vCa+HBSpP4v6U2ddejcHsolsYxwL5r4bPNoamlV0xDdLg==", 3790 + "cpu": [ 3791 + "x64" 3792 + ], 3793 + "license": "MIT", 3794 + "optional": true, 3795 + "os": [ 3796 + "darwin" 3797 + ], 3798 + "engines": { 3799 + "node": ">= 10" 3800 + } 3801 + }, 3802 + "node_modules/@tailwindcss/oxide-freebsd-x64": { 3803 + "version": "4.1.16", 3804 + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.16.tgz", 3805 + "integrity": "sha512-TSMpPYpQLm+aR1wW5rKuUuEruc/oOX3C7H0BTnPDn7W/eMw8W+MRMpiypKMkXZfwH8wqPIRKppuZoedTtNj2tg==", 3806 + "cpu": [ 3807 + "x64" 3808 + ], 3809 + "license": "MIT", 3810 + "optional": true, 3811 + "os": [ 3812 + "freebsd" 3813 + ], 3814 + "engines": { 3815 + "node": ">= 10" 3816 + } 3817 + }, 3818 + "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { 3819 + "version": "4.1.16", 3820 + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.16.tgz", 3821 + "integrity": "sha512-p0GGfRg/w0sdsFKBjMYvvKIiKy/LNWLWgV/plR4lUgrsxFAoQBFrXkZ4C0w8IOXfslB9vHK/JGASWD2IefIpvw==", 3822 + "cpu": [ 3823 + "arm" 3824 + ], 3825 + "license": "MIT", 3826 + "optional": true, 3827 + "os": [ 3828 + "linux" 3829 + ], 3830 + "engines": { 3831 + "node": ">= 10" 3832 + } 3833 + }, 3834 + "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { 3835 + "version": "4.1.16", 3836 + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.16.tgz", 3837 + "integrity": "sha512-DoixyMmTNO19rwRPdqviTrG1rYzpxgyYJl8RgQvdAQUzxC1ToLRqtNJpU/ATURSKgIg6uerPw2feW0aS8SNr/w==", 3838 + "cpu": [ 3839 + "arm64" 3840 + ], 3841 + "libc": [ 3842 + "glibc" 3843 + ], 3844 + "license": "MIT", 3845 + "optional": true, 3846 + "os": [ 3847 + "linux" 3848 + ], 3849 + "engines": { 3850 + "node": ">= 10" 3851 + } 3852 + }, 3853 + "node_modules/@tailwindcss/oxide-linux-arm64-musl": { 3854 + "version": "4.1.16", 3855 + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.16.tgz", 3856 + "integrity": "sha512-H81UXMa9hJhWhaAUca6bU2wm5RRFpuHImrwXBUvPbYb+3jo32I9VIwpOX6hms0fPmA6f2pGVlybO6qU8pF4fzQ==", 3857 + "cpu": [ 3858 + "arm64" 3859 + ], 3860 + "libc": [ 3861 + "musl" 3862 + ], 3863 + "license": "MIT", 3864 + "optional": true, 3865 + "os": [ 3866 + "linux" 3867 + ], 3868 + "engines": { 3869 + "node": ">= 10" 3870 + } 3871 + }, 2743 3872 "node_modules/@tailwindcss/oxide-linux-x64-gnu": { 2744 3873 "version": "4.1.16", 2745 3874 "cpu": [ ··· 2763 3892 "optional": true, 2764 3893 "os": [ 2765 3894 "linux" 3895 + ], 3896 + "engines": { 3897 + "node": ">= 10" 3898 + } 3899 + }, 3900 + "node_modules/@tailwindcss/oxide-wasm32-wasi": { 3901 + "version": "4.1.16", 3902 + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.16.tgz", 3903 + "integrity": "sha512-B01u/b8LteGRwucIBmCQ07FVXLzImWESAIMcUU6nvFt/tYsQ6IHz8DmZ5KtvmwxD+iTYBtM1xwoGXswnlu9v0Q==", 3904 + "bundleDependencies": [ 3905 + "@napi-rs/wasm-runtime", 3906 + "@emnapi/core", 3907 + "@emnapi/runtime", 3908 + "@tybys/wasm-util", 3909 + "@emnapi/wasi-threads", 3910 + "tslib" 3911 + ], 3912 + "cpu": [ 3913 + "wasm32" 3914 + ], 3915 + "license": "MIT", 3916 + "optional": true, 3917 + "dependencies": { 3918 + "@emnapi/core": "^1.5.0", 3919 + "@emnapi/runtime": "^1.5.0", 3920 + "@emnapi/wasi-threads": "^1.1.0", 3921 + "@napi-rs/wasm-runtime": "^1.0.7", 3922 + "@tybys/wasm-util": "^0.10.1", 3923 + "tslib": "^2.4.0" 3924 + }, 3925 + "engines": { 3926 + "node": ">=14.0.0" 3927 + } 3928 + }, 3929 + "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { 3930 + "version": "4.1.16", 3931 + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.16.tgz", 3932 + "integrity": "sha512-zX+Q8sSkGj6HKRTMJXuPvOcP8XfYON24zJBRPlszcH1Np7xuHXhWn8qfFjIujVzvH3BHU+16jBXwgpl20i+v9A==", 3933 + "cpu": [ 3934 + "arm64" 3935 + ], 3936 + "license": "MIT", 3937 + "optional": true, 3938 + "os": [ 3939 + "win32" 3940 + ], 3941 + "engines": { 3942 + "node": ">= 10" 3943 + } 3944 + }, 3945 + "node_modules/@tailwindcss/oxide-win32-x64-msvc": { 3946 + "version": "4.1.16", 3947 + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.16.tgz", 3948 + "integrity": "sha512-m5dDFJUEejbFqP+UXVstd4W/wnxA4F61q8SoL+mqTypId2T2ZpuxosNSgowiCnLp2+Z+rivdU0AqpfgiD7yCBg==", 3949 + "cpu": [ 3950 + "x64" 3951 + ], 3952 + "license": "MIT", 3953 + "optional": true, 3954 + "os": [ 3955 + "win32" 2766 3956 ], 2767 3957 "engines": { 2768 3958 "node": ">= 10" ··· 7069 8259 "dev": true, 7070 8260 "license": "ISC" 7071 8261 }, 8262 + "node_modules/fsevents": { 8263 + "version": "2.3.3", 8264 + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", 8265 + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", 8266 + "hasInstallScript": true, 8267 + "license": "MIT", 8268 + "optional": true, 8269 + "os": [ 8270 + "darwin" 8271 + ], 8272 + "engines": { 8273 + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 8274 + } 8275 + }, 7072 8276 "node_modules/function-bind": { 7073 8277 "version": "1.1.2", 7074 8278 "license": "MIT", ··· 7214 8418 "git-cliff-windows-x64": "2.12.0" 7215 8419 } 7216 8420 }, 8421 + "node_modules/git-cliff-darwin-arm64": { 8422 + "version": "2.12.0", 8423 + "resolved": "https://registry.npmjs.org/git-cliff-darwin-arm64/-/git-cliff-darwin-arm64-2.12.0.tgz", 8424 + "integrity": "sha512-k3jzFDmkjc+6MjpnqvRenzMWRbZN5J+w3iQ8WNt9pSmPewNJIm92O/G6AbAxQaCbSfzQapeZ0e+5wSacVc62GA==", 8425 + "cpu": [ 8426 + "arm64" 8427 + ], 8428 + "dev": true, 8429 + "license": "MIT OR Apache-2.0", 8430 + "optional": true, 8431 + "os": [ 8432 + "darwin" 8433 + ] 8434 + }, 8435 + "node_modules/git-cliff-darwin-x64": { 8436 + "version": "2.12.0", 8437 + "resolved": "https://registry.npmjs.org/git-cliff-darwin-x64/-/git-cliff-darwin-x64-2.12.0.tgz", 8438 + "integrity": "sha512-Kkoe+nfmXM/WMcZuC+OaIGA5vj847Ima6NEaaHnyb7Xsri+OAJryPXlABV7q6UeGfiiN2MlL8UsoHgnIEIQLqQ==", 8439 + "cpu": [ 8440 + "x64" 8441 + ], 8442 + "dev": true, 8443 + "license": "MIT OR Apache-2.0", 8444 + "optional": true, 8445 + "os": [ 8446 + "darwin" 8447 + ] 8448 + }, 8449 + "node_modules/git-cliff-linux-arm64": { 8450 + "version": "2.12.0", 8451 + "resolved": "https://registry.npmjs.org/git-cliff-linux-arm64/-/git-cliff-linux-arm64-2.12.0.tgz", 8452 + "integrity": "sha512-eTp2gZjV4LmfzdlhFsYFYuWf5mojALU03X/37r3VmnpuabaijuTEQo/zm/0BKP8gPiLKLR4ofdUvE1OSisCE1A==", 8453 + "cpu": [ 8454 + "arm64" 8455 + ], 8456 + "dev": true, 8457 + "license": "MIT OR Apache-2.0", 8458 + "optional": true, 8459 + "os": [ 8460 + "linux" 8461 + ] 8462 + }, 7217 8463 "node_modules/git-cliff-linux-x64": { 7218 8464 "version": "2.12.0", 7219 8465 "cpu": [ ··· 7224 8470 "optional": true, 7225 8471 "os": [ 7226 8472 "linux" 8473 + ] 8474 + }, 8475 + "node_modules/git-cliff-windows-arm64": { 8476 + "version": "2.12.0", 8477 + "resolved": "https://registry.npmjs.org/git-cliff-windows-arm64/-/git-cliff-windows-arm64-2.12.0.tgz", 8478 + "integrity": "sha512-rFuI+D/3Yq3jqafazZw5E68HsXEvcwI/B/5IPDIZD+QqZh8vETf4IXs7wVxYWWtHQJDC+G9ZrR3vE5648mdG3A==", 8479 + "cpu": [ 8480 + "arm64" 8481 + ], 8482 + "dev": true, 8483 + "license": "MIT OR Apache-2.0", 8484 + "optional": true, 8485 + "os": [ 8486 + "win32" 8487 + ] 8488 + }, 8489 + "node_modules/git-cliff-windows-x64": { 8490 + "version": "2.12.0", 8491 + "resolved": "https://registry.npmjs.org/git-cliff-windows-x64/-/git-cliff-windows-x64-2.12.0.tgz", 8492 + "integrity": "sha512-jskb3nyVGr4dekHSCDM/J6iho45t37wnmMGkPNq42kOoUp04JS96yMBrNRdXfXV9ViZsaZq3NaNu1e3QkhFlyA==", 8493 + "cpu": [ 8494 + "x64" 8495 + ], 8496 + "dev": true, 8497 + "license": "MIT OR Apache-2.0", 8498 + "optional": true, 8499 + "os": [ 8500 + "win32" 7227 8501 ] 7228 8502 }, 7229 8503 "node_modules/git-last-commit": { ··· 8436 9710 "lightningcss-win32-x64-msvc": "1.30.2" 8437 9711 } 8438 9712 }, 9713 + "node_modules/lightningcss-android-arm64": { 9714 + "version": "1.30.2", 9715 + "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz", 9716 + "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==", 9717 + "cpu": [ 9718 + "arm64" 9719 + ], 9720 + "license": "MPL-2.0", 9721 + "optional": true, 9722 + "os": [ 9723 + "android" 9724 + ], 9725 + "engines": { 9726 + "node": ">= 12.0.0" 9727 + }, 9728 + "funding": { 9729 + "type": "opencollective", 9730 + "url": "https://opencollective.com/parcel" 9731 + } 9732 + }, 9733 + "node_modules/lightningcss-darwin-arm64": { 9734 + "version": "1.30.2", 9735 + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz", 9736 + "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==", 9737 + "cpu": [ 9738 + "arm64" 9739 + ], 9740 + "license": "MPL-2.0", 9741 + "optional": true, 9742 + "os": [ 9743 + "darwin" 9744 + ], 9745 + "engines": { 9746 + "node": ">= 12.0.0" 9747 + }, 9748 + "funding": { 9749 + "type": "opencollective", 9750 + "url": "https://opencollective.com/parcel" 9751 + } 9752 + }, 9753 + "node_modules/lightningcss-darwin-x64": { 9754 + "version": "1.30.2", 9755 + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz", 9756 + "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==", 9757 + "cpu": [ 9758 + "x64" 9759 + ], 9760 + "license": "MPL-2.0", 9761 + "optional": true, 9762 + "os": [ 9763 + "darwin" 9764 + ], 9765 + "engines": { 9766 + "node": ">= 12.0.0" 9767 + }, 9768 + "funding": { 9769 + "type": "opencollective", 9770 + "url": "https://opencollective.com/parcel" 9771 + } 9772 + }, 9773 + "node_modules/lightningcss-freebsd-x64": { 9774 + "version": "1.30.2", 9775 + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz", 9776 + "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==", 9777 + "cpu": [ 9778 + "x64" 9779 + ], 9780 + "license": "MPL-2.0", 9781 + "optional": true, 9782 + "os": [ 9783 + "freebsd" 9784 + ], 9785 + "engines": { 9786 + "node": ">= 12.0.0" 9787 + }, 9788 + "funding": { 9789 + "type": "opencollective", 9790 + "url": "https://opencollective.com/parcel" 9791 + } 9792 + }, 9793 + "node_modules/lightningcss-linux-arm-gnueabihf": { 9794 + "version": "1.30.2", 9795 + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz", 9796 + "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==", 9797 + "cpu": [ 9798 + "arm" 9799 + ], 9800 + "license": "MPL-2.0", 9801 + "optional": true, 9802 + "os": [ 9803 + "linux" 9804 + ], 9805 + "engines": { 9806 + "node": ">= 12.0.0" 9807 + }, 9808 + "funding": { 9809 + "type": "opencollective", 9810 + "url": "https://opencollective.com/parcel" 9811 + } 9812 + }, 9813 + "node_modules/lightningcss-linux-arm64-gnu": { 9814 + "version": "1.30.2", 9815 + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz", 9816 + "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==", 9817 + "cpu": [ 9818 + "arm64" 9819 + ], 9820 + "libc": [ 9821 + "glibc" 9822 + ], 9823 + "license": "MPL-2.0", 9824 + "optional": true, 9825 + "os": [ 9826 + "linux" 9827 + ], 9828 + "engines": { 9829 + "node": ">= 12.0.0" 9830 + }, 9831 + "funding": { 9832 + "type": "opencollective", 9833 + "url": "https://opencollective.com/parcel" 9834 + } 9835 + }, 9836 + "node_modules/lightningcss-linux-arm64-musl": { 9837 + "version": "1.30.2", 9838 + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz", 9839 + "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==", 9840 + "cpu": [ 9841 + "arm64" 9842 + ], 9843 + "libc": [ 9844 + "musl" 9845 + ], 9846 + "license": "MPL-2.0", 9847 + "optional": true, 9848 + "os": [ 9849 + "linux" 9850 + ], 9851 + "engines": { 9852 + "node": ">= 12.0.0" 9853 + }, 9854 + "funding": { 9855 + "type": "opencollective", 9856 + "url": "https://opencollective.com/parcel" 9857 + } 9858 + }, 8439 9859 "node_modules/lightningcss-linux-x64-gnu": { 8440 9860 "version": "1.30.2", 8441 9861 "cpu": [ ··· 8463 9883 "optional": true, 8464 9884 "os": [ 8465 9885 "linux" 9886 + ], 9887 + "engines": { 9888 + "node": ">= 12.0.0" 9889 + }, 9890 + "funding": { 9891 + "type": "opencollective", 9892 + "url": "https://opencollective.com/parcel" 9893 + } 9894 + }, 9895 + "node_modules/lightningcss-win32-arm64-msvc": { 9896 + "version": "1.30.2", 9897 + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz", 9898 + "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==", 9899 + "cpu": [ 9900 + "arm64" 9901 + ], 9902 + "license": "MPL-2.0", 9903 + "optional": true, 9904 + "os": [ 9905 + "win32" 9906 + ], 9907 + "engines": { 9908 + "node": ">= 12.0.0" 9909 + }, 9910 + "funding": { 9911 + "type": "opencollective", 9912 + "url": "https://opencollective.com/parcel" 9913 + } 9914 + }, 9915 + "node_modules/lightningcss-win32-x64-msvc": { 9916 + "version": "1.30.2", 9917 + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz", 9918 + "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==", 9919 + "cpu": [ 9920 + "x64" 9921 + ], 9922 + "license": "MPL-2.0", 9923 + "optional": true, 9924 + "os": [ 9925 + "win32" 8466 9926 ], 8467 9927 "engines": { 8468 9928 "node": ">= 12.0.0" ··· 9985 11445 }, 9986 11446 "engines": { 9987 11447 "node": ">=18" 11448 + } 11449 + }, 11450 + "node_modules/playwright/node_modules/fsevents": { 11451 + "version": "2.3.2", 11452 + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", 11453 + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", 11454 + "dev": true, 11455 + "hasInstallScript": true, 11456 + "license": "MIT", 11457 + "optional": true, 11458 + "os": [ 11459 + "darwin" 11460 + ], 11461 + "engines": { 11462 + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" 9988 11463 } 9989 11464 }, 9990 11465 "node_modules/postcss": { ··· 12469 13944 "picocolors": "^1.0.0" 12470 13945 } 12471 13946 }, 13947 + "node_modules/vite/node_modules/@esbuild/aix-ppc64": { 13948 + "version": "0.21.5", 13949 + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", 13950 + "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", 13951 + "cpu": [ 13952 + "ppc64" 13953 + ], 13954 + "license": "MIT", 13955 + "optional": true, 13956 + "os": [ 13957 + "aix" 13958 + ], 13959 + "engines": { 13960 + "node": ">=12" 13961 + } 13962 + }, 13963 + "node_modules/vite/node_modules/@esbuild/android-arm": { 13964 + "version": "0.21.5", 13965 + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", 13966 + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", 13967 + "cpu": [ 13968 + "arm" 13969 + ], 13970 + "license": "MIT", 13971 + "optional": true, 13972 + "os": [ 13973 + "android" 13974 + ], 13975 + "engines": { 13976 + "node": ">=12" 13977 + } 13978 + }, 13979 + "node_modules/vite/node_modules/@esbuild/android-arm64": { 13980 + "version": "0.21.5", 13981 + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", 13982 + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", 13983 + "cpu": [ 13984 + "arm64" 13985 + ], 13986 + "license": "MIT", 13987 + "optional": true, 13988 + "os": [ 13989 + "android" 13990 + ], 13991 + "engines": { 13992 + "node": ">=12" 13993 + } 13994 + }, 13995 + "node_modules/vite/node_modules/@esbuild/android-x64": { 13996 + "version": "0.21.5", 13997 + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", 13998 + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", 13999 + "cpu": [ 14000 + "x64" 14001 + ], 14002 + "license": "MIT", 14003 + "optional": true, 14004 + "os": [ 14005 + "android" 14006 + ], 14007 + "engines": { 14008 + "node": ">=12" 14009 + } 14010 + }, 14011 + "node_modules/vite/node_modules/@esbuild/darwin-arm64": { 14012 + "version": "0.21.5", 14013 + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", 14014 + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", 14015 + "cpu": [ 14016 + "arm64" 14017 + ], 14018 + "license": "MIT", 14019 + "optional": true, 14020 + "os": [ 14021 + "darwin" 14022 + ], 14023 + "engines": { 14024 + "node": ">=12" 14025 + } 14026 + }, 14027 + "node_modules/vite/node_modules/@esbuild/darwin-x64": { 14028 + "version": "0.21.5", 14029 + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", 14030 + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", 14031 + "cpu": [ 14032 + "x64" 14033 + ], 14034 + "license": "MIT", 14035 + "optional": true, 14036 + "os": [ 14037 + "darwin" 14038 + ], 14039 + "engines": { 14040 + "node": ">=12" 14041 + } 14042 + }, 14043 + "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { 14044 + "version": "0.21.5", 14045 + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", 14046 + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", 14047 + "cpu": [ 14048 + "arm64" 14049 + ], 14050 + "license": "MIT", 14051 + "optional": true, 14052 + "os": [ 14053 + "freebsd" 14054 + ], 14055 + "engines": { 14056 + "node": ">=12" 14057 + } 14058 + }, 14059 + "node_modules/vite/node_modules/@esbuild/freebsd-x64": { 14060 + "version": "0.21.5", 14061 + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", 14062 + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", 14063 + "cpu": [ 14064 + "x64" 14065 + ], 14066 + "license": "MIT", 14067 + "optional": true, 14068 + "os": [ 14069 + "freebsd" 14070 + ], 14071 + "engines": { 14072 + "node": ">=12" 14073 + } 14074 + }, 14075 + "node_modules/vite/node_modules/@esbuild/linux-arm": { 14076 + "version": "0.21.5", 14077 + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", 14078 + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", 14079 + "cpu": [ 14080 + "arm" 14081 + ], 14082 + "license": "MIT", 14083 + "optional": true, 14084 + "os": [ 14085 + "linux" 14086 + ], 14087 + "engines": { 14088 + "node": ">=12" 14089 + } 14090 + }, 14091 + "node_modules/vite/node_modules/@esbuild/linux-arm64": { 14092 + "version": "0.21.5", 14093 + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", 14094 + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", 14095 + "cpu": [ 14096 + "arm64" 14097 + ], 14098 + "license": "MIT", 14099 + "optional": true, 14100 + "os": [ 14101 + "linux" 14102 + ], 14103 + "engines": { 14104 + "node": ">=12" 14105 + } 14106 + }, 14107 + "node_modules/vite/node_modules/@esbuild/linux-ia32": { 14108 + "version": "0.21.5", 14109 + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", 14110 + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", 14111 + "cpu": [ 14112 + "ia32" 14113 + ], 14114 + "license": "MIT", 14115 + "optional": true, 14116 + "os": [ 14117 + "linux" 14118 + ], 14119 + "engines": { 14120 + "node": ">=12" 14121 + } 14122 + }, 14123 + "node_modules/vite/node_modules/@esbuild/linux-loong64": { 14124 + "version": "0.21.5", 14125 + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", 14126 + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", 14127 + "cpu": [ 14128 + "loong64" 14129 + ], 14130 + "license": "MIT", 14131 + "optional": true, 14132 + "os": [ 14133 + "linux" 14134 + ], 14135 + "engines": { 14136 + "node": ">=12" 14137 + } 14138 + }, 14139 + "node_modules/vite/node_modules/@esbuild/linux-mips64el": { 14140 + "version": "0.21.5", 14141 + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", 14142 + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", 14143 + "cpu": [ 14144 + "mips64el" 14145 + ], 14146 + "license": "MIT", 14147 + "optional": true, 14148 + "os": [ 14149 + "linux" 14150 + ], 14151 + "engines": { 14152 + "node": ">=12" 14153 + } 14154 + }, 14155 + "node_modules/vite/node_modules/@esbuild/linux-ppc64": { 14156 + "version": "0.21.5", 14157 + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", 14158 + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", 14159 + "cpu": [ 14160 + "ppc64" 14161 + ], 14162 + "license": "MIT", 14163 + "optional": true, 14164 + "os": [ 14165 + "linux" 14166 + ], 14167 + "engines": { 14168 + "node": ">=12" 14169 + } 14170 + }, 14171 + "node_modules/vite/node_modules/@esbuild/linux-riscv64": { 14172 + "version": "0.21.5", 14173 + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", 14174 + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", 14175 + "cpu": [ 14176 + "riscv64" 14177 + ], 14178 + "license": "MIT", 14179 + "optional": true, 14180 + "os": [ 14181 + "linux" 14182 + ], 14183 + "engines": { 14184 + "node": ">=12" 14185 + } 14186 + }, 14187 + "node_modules/vite/node_modules/@esbuild/linux-s390x": { 14188 + "version": "0.21.5", 14189 + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", 14190 + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", 14191 + "cpu": [ 14192 + "s390x" 14193 + ], 14194 + "license": "MIT", 14195 + "optional": true, 14196 + "os": [ 14197 + "linux" 14198 + ], 14199 + "engines": { 14200 + "node": ">=12" 14201 + } 14202 + }, 12472 14203 "node_modules/vite/node_modules/@esbuild/linux-x64": { 12473 14204 "version": "0.21.5", 12474 14205 "cpu": [ ··· 12478 14209 "optional": true, 12479 14210 "os": [ 12480 14211 "linux" 14212 + ], 14213 + "engines": { 14214 + "node": ">=12" 14215 + } 14216 + }, 14217 + "node_modules/vite/node_modules/@esbuild/netbsd-x64": { 14218 + "version": "0.21.5", 14219 + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", 14220 + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", 14221 + "cpu": [ 14222 + "x64" 14223 + ], 14224 + "license": "MIT", 14225 + "optional": true, 14226 + "os": [ 14227 + "netbsd" 14228 + ], 14229 + "engines": { 14230 + "node": ">=12" 14231 + } 14232 + }, 14233 + "node_modules/vite/node_modules/@esbuild/openbsd-x64": { 14234 + "version": "0.21.5", 14235 + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", 14236 + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", 14237 + "cpu": [ 14238 + "x64" 14239 + ], 14240 + "license": "MIT", 14241 + "optional": true, 14242 + "os": [ 14243 + "openbsd" 14244 + ], 14245 + "engines": { 14246 + "node": ">=12" 14247 + } 14248 + }, 14249 + "node_modules/vite/node_modules/@esbuild/sunos-x64": { 14250 + "version": "0.21.5", 14251 + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", 14252 + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", 14253 + "cpu": [ 14254 + "x64" 14255 + ], 14256 + "license": "MIT", 14257 + "optional": true, 14258 + "os": [ 14259 + "sunos" 14260 + ], 14261 + "engines": { 14262 + "node": ">=12" 14263 + } 14264 + }, 14265 + "node_modules/vite/node_modules/@esbuild/win32-arm64": { 14266 + "version": "0.21.5", 14267 + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", 14268 + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", 14269 + "cpu": [ 14270 + "arm64" 14271 + ], 14272 + "license": "MIT", 14273 + "optional": true, 14274 + "os": [ 14275 + "win32" 14276 + ], 14277 + "engines": { 14278 + "node": ">=12" 14279 + } 14280 + }, 14281 + "node_modules/vite/node_modules/@esbuild/win32-ia32": { 14282 + "version": "0.21.5", 14283 + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", 14284 + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", 14285 + "cpu": [ 14286 + "ia32" 14287 + ], 14288 + "license": "MIT", 14289 + "optional": true, 14290 + "os": [ 14291 + "win32" 14292 + ], 14293 + "engines": { 14294 + "node": ">=12" 14295 + } 14296 + }, 14297 + "node_modules/vite/node_modules/@esbuild/win32-x64": { 14298 + "version": "0.21.5", 14299 + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", 14300 + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", 14301 + "cpu": [ 14302 + "x64" 14303 + ], 14304 + "license": "MIT", 14305 + "optional": true, 14306 + "os": [ 14307 + "win32" 12481 14308 ], 12482 14309 "engines": { 12483 14310 "node": ">=12"
+1 -1
package.json
··· 33 33 } 34 34 }, 35 35 "engines": { 36 - "node": ">=20.18.1", 36 + "node": ">=20.19.2", 37 37 "npm": ">=11.12.1" 38 38 }, 39 39 "repository": {