diff options
Diffstat (limited to '')
| -rw-r--r-- | package-lock.json | 600 |
1 files changed, 132 insertions, 468 deletions
diff --git a/package-lock.json b/package-lock.json index 273f67c..79a7133 100644 --- a/package-lock.json +++ b/package-lock.json | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | "version": "0.5.0", | 9 | "version": "0.5.0", |
| 10 | "license": "MIT", | 10 | "license": "MIT", |
| 11 | "dependencies": { | 11 | "dependencies": { |
| 12 | "@fullhuman/postcss-purgecss": "^6.0.0", | 12 | "@fullhuman/postcss-purgecss": "^8.0.0", |
| 13 | "@tailwindcss/cli": "^4.0.17", | 13 | "@tailwindcss/cli": "^4.0.17", |
| 14 | "@tailwindcss/postcss": "^4.0.17", | 14 | "@tailwindcss/postcss": "^4.0.17", |
| 15 | "autoprefixer": "^10.2.5", | 15 | "autoprefixer": "^10.2.5", |
| @@ -38,34 +38,17 @@ | |||
| 38 | "license": "MIT" | 38 | "license": "MIT" |
| 39 | }, | 39 | }, |
| 40 | "node_modules/@fullhuman/postcss-purgecss": { | 40 | "node_modules/@fullhuman/postcss-purgecss": { |
| 41 | "version": "6.0.0", | 41 | "version": "8.0.0", |
| 42 | "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-6.0.0.tgz", | 42 | "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-8.0.0.tgz", |
| 43 | "integrity": "sha512-sUvk5PV7O5xvTJcxDYrQ00xlKtSxivvJdZrwgxE8F1GmNMs7w9U+dSbr83N/qEs9b+f+6QsZKXDs0k8nMjBIqA==", | 43 | "integrity": "sha512-fSRaBGf6+DYdfQMxedWfnIW8FSYE1LBpgy16jpK1L2vNb1HgeBRRZ+UX4UokNmW7YEAwPdvwkKdYtlkYpH+Aqg==", |
| 44 | "license": "MIT", | 44 | "license": "MIT", |
| 45 | "dependencies": { | 45 | "dependencies": { |
| 46 | "purgecss": "^6.0.0" | 46 | "purgecss": "^8.0.0" |
| 47 | }, | 47 | }, |
| 48 | "peerDependencies": { | 48 | "peerDependencies": { |
| 49 | "postcss": "^8.0.0" | 49 | "postcss": "^8.0.0" |
| 50 | } | 50 | } |
| 51 | }, | 51 | }, |
| 52 | "node_modules/@isaacs/cliui": { | ||
| 53 | "version": "8.0.2", | ||
| 54 | "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", | ||
| 55 | "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", | ||
| 56 | "license": "ISC", | ||
| 57 | "dependencies": { | ||
| 58 | "string-width": "^5.1.2", | ||
| 59 | "string-width-cjs": "npm:string-width@^4.2.0", | ||
| 60 | "strip-ansi": "^7.0.1", | ||
| 61 | "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", | ||
| 62 | "wrap-ansi": "^8.1.0", | ||
| 63 | "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" | ||
| 64 | }, | ||
| 65 | "engines": { | ||
| 66 | "node": ">=12" | ||
| 67 | } | ||
| 68 | }, | ||
| 69 | "node_modules/@jridgewell/gen-mapping": { | 52 | "node_modules/@jridgewell/gen-mapping": { |
| 70 | "version": "0.3.8", | 53 | "version": "0.3.8", |
| 71 | "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", | 54 | "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", |
| @@ -124,6 +107,41 @@ | |||
| 124 | "@jridgewell/sourcemap-codec": "^1.4.14" | 107 | "@jridgewell/sourcemap-codec": "^1.4.14" |
| 125 | } | 108 | } |
| 126 | }, | 109 | }, |
| 110 | "node_modules/@nodelib/fs.scandir": { | ||
| 111 | "version": "2.1.5", | ||
| 112 | "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", | ||
| 113 | "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", | ||
| 114 | "license": "MIT", | ||
| 115 | "dependencies": { | ||
| 116 | "@nodelib/fs.stat": "2.0.5", | ||
| 117 | "run-parallel": "^1.1.9" | ||
| 118 | }, | ||
| 119 | "engines": { | ||
| 120 | "node": ">= 8" | ||
| 121 | } | ||
| 122 | }, | ||
| 123 | "node_modules/@nodelib/fs.stat": { | ||
| 124 | "version": "2.0.5", | ||
| 125 | "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", | ||
| 126 | "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", | ||
| 127 | "license": "MIT", | ||
| 128 | "engines": { | ||
| 129 | "node": ">= 8" | ||
| 130 | } | ||
| 131 | }, | ||
| 132 | "node_modules/@nodelib/fs.walk": { | ||
| 133 | "version": "1.2.8", | ||
| 134 | "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", | ||
| 135 | "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", | ||
| 136 | "license": "MIT", | ||
| 137 | "dependencies": { | ||
| 138 | "@nodelib/fs.scandir": "2.1.5", | ||
| 139 | "fastq": "^1.6.0" | ||
| 140 | }, | ||
| 141 | "engines": { | ||
| 142 | "node": ">= 8" | ||
| 143 | } | ||
| 144 | }, | ||
| 127 | "node_modules/@parcel/watcher": { | 145 | "node_modules/@parcel/watcher": { |
| 128 | "version": "2.5.1", | 146 | "version": "2.5.1", |
| 129 | "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", | 147 | "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", |
| @@ -419,16 +437,6 @@ | |||
| 419 | "url": "https://opencollective.com/parcel" | 437 | "url": "https://opencollective.com/parcel" |
| 420 | } | 438 | } |
| 421 | }, | 439 | }, |
| 422 | "node_modules/@pkgjs/parseargs": { | ||
| 423 | "version": "0.11.0", | ||
| 424 | "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", | ||
| 425 | "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", | ||
| 426 | "license": "MIT", | ||
| 427 | "optional": true, | ||
| 428 | "engines": { | ||
| 429 | "node": ">=14" | ||
| 430 | } | ||
| 431 | }, | ||
| 432 | "node_modules/@tailwindcss/cli": { | 440 | "node_modules/@tailwindcss/cli": { |
| 433 | "version": "4.2.4", | 441 | "version": "4.2.4", |
| 434 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.2.4.tgz", | 442 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.2.4.tgz", |
| @@ -773,30 +781,6 @@ | |||
| 773 | "tailwindcss": "4.2.4" | 781 | "tailwindcss": "4.2.4" |
| 774 | } | 782 | } |
| 775 | }, | 783 | }, |
| 776 | "node_modules/ansi-regex": { | ||
| 777 | "version": "6.1.0", | ||
| 778 | "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", | ||
| 779 | "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", | ||
| 780 | "license": "MIT", | ||
| 781 | "engines": { | ||
| 782 | "node": ">=12" | ||
| 783 | }, | ||
| 784 | "funding": { | ||
| 785 | "url": "https://github.com/chalk/ansi-regex?sponsor=1" | ||
| 786 | } | ||
| 787 | }, | ||
| 788 | "node_modules/ansi-styles": { | ||
| 789 | "version": "6.2.1", | ||
| 790 | "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", | ||
| 791 | "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", | ||
| 792 | "license": "MIT", | ||
| 793 | "engines": { | ||
| 794 | "node": ">=12" | ||
| 795 | }, | ||
| 796 | "funding": { | ||
| 797 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" | ||
| 798 | } | ||
| 799 | }, | ||
| 800 | "node_modules/anymatch": { | 784 | "node_modules/anymatch": { |
| 801 | "version": "3.1.3", | 785 | "version": "3.1.3", |
| 802 | "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", | 786 | "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", |
| @@ -846,12 +830,6 @@ | |||
| 846 | "postcss": "^8.1.0" | 830 | "postcss": "^8.1.0" |
| 847 | } | 831 | } |
| 848 | }, | 832 | }, |
| 849 | "node_modules/balanced-match": { | ||
| 850 | "version": "1.0.2", | ||
| 851 | "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", | ||
| 852 | "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", | ||
| 853 | "license": "MIT" | ||
| 854 | }, | ||
| 855 | "node_modules/baseline-browser-mapping": { | 833 | "node_modules/baseline-browser-mapping": { |
| 856 | "version": "2.10.18", | 834 | "version": "2.10.18", |
| 857 | "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.18.tgz", | 835 | "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.18.tgz", |
| @@ -882,15 +860,6 @@ | |||
| 882 | "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", | 860 | "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", |
| 883 | "license": "ISC" | 861 | "license": "ISC" |
| 884 | }, | 862 | }, |
| 885 | "node_modules/brace-expansion": { | ||
| 886 | "version": "2.0.1", | ||
| 887 | "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", | ||
| 888 | "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", | ||
| 889 | "license": "MIT", | ||
| 890 | "dependencies": { | ||
| 891 | "balanced-match": "^1.0.0" | ||
| 892 | } | ||
| 893 | }, | ||
| 894 | "node_modules/braces": { | 863 | "node_modules/braces": { |
| 895 | "version": "3.0.3", | 864 | "version": "3.0.3", |
| 896 | "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", | 865 | "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", |
| @@ -1106,20 +1075,6 @@ | |||
| 1106 | "node": ">=18" | 1075 | "node": ">=18" |
| 1107 | } | 1076 | } |
| 1108 | }, | 1077 | }, |
| 1109 | "node_modules/cross-spawn": { | ||
| 1110 | "version": "7.0.6", | ||
| 1111 | "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", | ||
| 1112 | "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", | ||
| 1113 | "license": "MIT", | ||
| 1114 | "dependencies": { | ||
| 1115 | "path-key": "^3.1.0", | ||
| 1116 | "shebang-command": "^2.0.0", | ||
| 1117 | "which": "^2.0.1" | ||
| 1118 | }, | ||
| 1119 | "engines": { | ||
| 1120 | "node": ">= 8" | ||
| 1121 | } | ||
| 1122 | }, | ||
| 1123 | "node_modules/css-declaration-sorter": { | 1078 | "node_modules/css-declaration-sorter": { |
| 1124 | "version": "7.2.0", | 1079 | "version": "7.2.0", |
| 1125 | "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz", | 1080 | "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz", |
| @@ -1370,24 +1325,12 @@ | |||
| 1370 | "url": "https://github.com/fb55/domutils?sponsor=1" | 1325 | "url": "https://github.com/fb55/domutils?sponsor=1" |
| 1371 | } | 1326 | } |
| 1372 | }, | 1327 | }, |
| 1373 | "node_modules/eastasianwidth": { | ||
| 1374 | "version": "0.2.0", | ||
| 1375 | "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", | ||
| 1376 | "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", | ||
| 1377 | "license": "MIT" | ||
| 1378 | }, | ||
| 1379 | "node_modules/electron-to-chromium": { | 1328 | "node_modules/electron-to-chromium": { |
| 1380 | "version": "1.5.336", | 1329 | "version": "1.5.336", |
| 1381 | "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.336.tgz", | 1330 | "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.336.tgz", |
| 1382 | "integrity": "sha512-AbH9q9J455r/nLmdNZes0G0ZKcRX73FicwowalLs6ijwOmCJSRRrLX63lcAlzy9ux3dWK1w1+1nsBJEWN11hcQ==", | 1331 | "integrity": "sha512-AbH9q9J455r/nLmdNZes0G0ZKcRX73FicwowalLs6ijwOmCJSRRrLX63lcAlzy9ux3dWK1w1+1nsBJEWN11hcQ==", |
| 1383 | "license": "ISC" | 1332 | "license": "ISC" |
| 1384 | }, | 1333 | }, |
| 1385 | "node_modules/emoji-regex": { | ||
| 1386 | "version": "9.2.2", | ||
| 1387 | "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", | ||
| 1388 | "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", | ||
| 1389 | "license": "MIT" | ||
| 1390 | }, | ||
| 1391 | "node_modules/enhanced-resolve": { | 1334 | "node_modules/enhanced-resolve": { |
| 1392 | "version": "5.20.0", | 1335 | "version": "5.20.0", |
| 1393 | "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz", | 1336 | "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz", |
| @@ -1422,32 +1365,41 @@ | |||
| 1422 | "node": ">=6" | 1365 | "node": ">=6" |
| 1423 | } | 1366 | } |
| 1424 | }, | 1367 | }, |
| 1425 | "node_modules/fill-range": { | 1368 | "node_modules/fast-glob": { |
| 1426 | "version": "7.1.1", | 1369 | "version": "3.3.3", |
| 1427 | "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", | 1370 | "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", |
| 1428 | "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", | 1371 | "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", |
| 1429 | "license": "MIT", | 1372 | "license": "MIT", |
| 1430 | "dependencies": { | 1373 | "dependencies": { |
| 1431 | "to-regex-range": "^5.0.1" | 1374 | "@nodelib/fs.stat": "^2.0.2", |
| 1375 | "@nodelib/fs.walk": "^1.2.3", | ||
| 1376 | "glob-parent": "^5.1.2", | ||
| 1377 | "merge2": "^1.3.0", | ||
| 1378 | "micromatch": "^4.0.8" | ||
| 1432 | }, | 1379 | }, |
| 1433 | "engines": { | 1380 | "engines": { |
| 1434 | "node": ">=8" | 1381 | "node": ">=8.6.0" |
| 1435 | } | 1382 | } |
| 1436 | }, | 1383 | }, |
| 1437 | "node_modules/foreground-child": { | 1384 | "node_modules/fastq": { |
| 1438 | "version": "3.3.1", | 1385 | "version": "1.20.1", |
| 1439 | "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", | 1386 | "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", |
| 1440 | "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", | 1387 | "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", |
| 1441 | "license": "ISC", | 1388 | "license": "ISC", |
| 1442 | "dependencies": { | 1389 | "dependencies": { |
| 1443 | "cross-spawn": "^7.0.6", | 1390 | "reusify": "^1.0.4" |
| 1444 | "signal-exit": "^4.0.1" | 1391 | } |
| 1392 | }, | ||
| 1393 | "node_modules/fill-range": { | ||
| 1394 | "version": "7.1.1", | ||
| 1395 | "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", | ||
| 1396 | "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", | ||
| 1397 | "license": "MIT", | ||
| 1398 | "dependencies": { | ||
| 1399 | "to-regex-range": "^5.0.1" | ||
| 1445 | }, | 1400 | }, |
| 1446 | "engines": { | 1401 | "engines": { |
| 1447 | "node": ">=14" | 1402 | "node": ">=8" |
| 1448 | }, | ||
| 1449 | "funding": { | ||
| 1450 | "url": "https://github.com/sponsors/isaacs" | ||
| 1451 | } | 1403 | } |
| 1452 | }, | 1404 | }, |
| 1453 | "node_modules/fraction.js": { | 1405 | "node_modules/fraction.js": { |
| @@ -1500,26 +1452,6 @@ | |||
| 1500 | "node": "6.* || 8.* || >= 10.*" | 1452 | "node": "6.* || 8.* || >= 10.*" |
| 1501 | } | 1453 | } |
| 1502 | }, | 1454 | }, |
| 1503 | "node_modules/glob": { | ||
| 1504 | "version": "10.4.5", | ||
| 1505 | "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", | ||
| 1506 | "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", | ||
| 1507 | "license": "ISC", | ||
| 1508 | "dependencies": { | ||
| 1509 | "foreground-child": "^3.1.0", | ||
| 1510 | "jackspeak": "^3.1.2", | ||
| 1511 | "minimatch": "^9.0.4", | ||
| 1512 | "minipass": "^7.1.2", | ||
| 1513 | "package-json-from-dist": "^1.0.0", | ||
| 1514 | "path-scurry": "^1.11.1" | ||
| 1515 | }, | ||
| 1516 | "bin": { | ||
| 1517 | "glob": "dist/esm/bin.mjs" | ||
| 1518 | }, | ||
| 1519 | "funding": { | ||
| 1520 | "url": "https://github.com/sponsors/isaacs" | ||
| 1521 | } | ||
| 1522 | }, | ||
| 1523 | "node_modules/glob-parent": { | 1455 | "node_modules/glob-parent": { |
| 1524 | "version": "5.1.2", | 1456 | "version": "5.1.2", |
| 1525 | "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", | 1457 | "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", |
| @@ -1589,27 +1521,6 @@ | |||
| 1589 | "node": ">=0.12.0" | 1521 | "node": ">=0.12.0" |
| 1590 | } | 1522 | } |
| 1591 | }, | 1523 | }, |
| 1592 | "node_modules/isexe": { | ||
| 1593 | "version": "2.0.0", | ||
| 1594 | "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", | ||
| 1595 | "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", | ||
| 1596 | "license": "ISC" | ||
| 1597 | }, | ||
| 1598 | "node_modules/jackspeak": { | ||
| 1599 | "version": "3.4.3", | ||
| 1600 | "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", | ||
| 1601 | "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", | ||
| 1602 | "license": "BlueOak-1.0.0", | ||
| 1603 | "dependencies": { | ||
| 1604 | "@isaacs/cliui": "^8.0.2" | ||
| 1605 | }, | ||
| 1606 | "funding": { | ||
| 1607 | "url": "https://github.com/sponsors/isaacs" | ||
| 1608 | }, | ||
| 1609 | "optionalDependencies": { | ||
| 1610 | "@pkgjs/parseargs": "^0.11.0" | ||
| 1611 | } | ||
| 1612 | }, | ||
| 1613 | "node_modules/jiti": { | 1524 | "node_modules/jiti": { |
| 1614 | "version": "2.6.1", | 1525 | "version": "2.6.1", |
| 1615 | "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", | 1526 | "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", |
| @@ -1913,12 +1824,6 @@ | |||
| 1913 | "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", | 1824 | "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", |
| 1914 | "license": "MIT" | 1825 | "license": "MIT" |
| 1915 | }, | 1826 | }, |
| 1916 | "node_modules/lru-cache": { | ||
| 1917 | "version": "10.4.3", | ||
| 1918 | "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", | ||
| 1919 | "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", | ||
| 1920 | "license": "ISC" | ||
| 1921 | }, | ||
| 1922 | "node_modules/magic-string": { | 1827 | "node_modules/magic-string": { |
| 1923 | "version": "0.30.21", | 1828 | "version": "0.30.21", |
| 1924 | "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", | 1829 | "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", |
| @@ -1934,6 +1839,15 @@ | |||
| 1934 | "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==", | 1839 | "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==", |
| 1935 | "license": "CC0-1.0" | 1840 | "license": "CC0-1.0" |
| 1936 | }, | 1841 | }, |
| 1842 | "node_modules/merge2": { | ||
| 1843 | "version": "1.4.1", | ||
| 1844 | "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", | ||
| 1845 | "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", | ||
| 1846 | "license": "MIT", | ||
| 1847 | "engines": { | ||
| 1848 | "node": ">= 8" | ||
| 1849 | } | ||
| 1850 | }, | ||
| 1937 | "node_modules/micromatch": { | 1851 | "node_modules/micromatch": { |
| 1938 | "version": "4.0.8", | 1852 | "version": "4.0.8", |
| 1939 | "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", | 1853 | "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", |
| @@ -1947,30 +1861,6 @@ | |||
| 1947 | "node": ">=8.6" | 1861 | "node": ">=8.6" |
| 1948 | } | 1862 | } |
| 1949 | }, | 1863 | }, |
| 1950 | "node_modules/minimatch": { | ||
| 1951 | "version": "9.0.5", | ||
| 1952 | "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", | ||
| 1953 | "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", | ||
| 1954 | "license": "ISC", | ||
| 1955 | "dependencies": { | ||
| 1956 | "brace-expansion": "^2.0.1" | ||
| 1957 | }, | ||
| 1958 | "engines": { | ||
| 1959 | "node": ">=16 || 14 >=14.17" | ||
| 1960 | }, | ||
| 1961 | "funding": { | ||
| 1962 | "url": "https://github.com/sponsors/isaacs" | ||
| 1963 | } | ||
| 1964 | }, | ||
| 1965 | "node_modules/minipass": { | ||
| 1966 | "version": "7.1.2", | ||
| 1967 | "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", | ||
| 1968 | "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", | ||
| 1969 | "license": "ISC", | ||
| 1970 | "engines": { | ||
| 1971 | "node": ">=16 || 14 >=14.17" | ||
| 1972 | } | ||
| 1973 | }, | ||
| 1974 | "node_modules/mri": { | 1864 | "node_modules/mri": { |
| 1975 | "version": "1.2.0", | 1865 | "version": "1.2.0", |
| 1976 | "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", | 1866 | "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", |
| @@ -2031,37 +1921,6 @@ | |||
| 2031 | "url": "https://github.com/fb55/nth-check?sponsor=1" | 1921 | "url": "https://github.com/fb55/nth-check?sponsor=1" |
| 2032 | } | 1922 | } |
| 2033 | }, | 1923 | }, |
| 2034 | "node_modules/package-json-from-dist": { | ||
| 2035 | "version": "1.0.1", | ||
| 2036 | "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", | ||
| 2037 | "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", | ||
| 2038 | "license": "BlueOak-1.0.0" | ||
| 2039 | }, | ||
| 2040 | "node_modules/path-key": { | ||
| 2041 | "version": "3.1.1", | ||
| 2042 | "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", | ||
| 2043 | "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", | ||
| 2044 | "license": "MIT", | ||
| 2045 | "engines": { | ||
| 2046 | "node": ">=8" | ||
| 2047 | } | ||
| 2048 | }, | ||
| 2049 | "node_modules/path-scurry": { | ||
| 2050 | "version": "1.11.1", | ||
| 2051 | "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", | ||
| 2052 | "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", | ||
| 2053 | "license": "BlueOak-1.0.0", | ||
| 2054 | "dependencies": { | ||
| 2055 | "lru-cache": "^10.2.0", | ||
| 2056 | "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" | ||
| 2057 | }, | ||
| 2058 | "engines": { | ||
| 2059 | "node": ">=16 || 14 >=14.18" | ||
| 2060 | }, | ||
| 2061 | "funding": { | ||
| 2062 | "url": "https://github.com/sponsors/isaacs" | ||
| 2063 | } | ||
| 2064 | }, | ||
| 2065 | "node_modules/picocolors": { | 1924 | "node_modules/picocolors": { |
| 2066 | "version": "1.1.1", | 1925 | "version": "1.1.1", |
| 2067 | "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", | 1926 | "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", |
| @@ -2652,32 +2511,39 @@ | |||
| 2652 | } | 2511 | } |
| 2653 | }, | 2512 | }, |
| 2654 | "node_modules/purgecss": { | 2513 | "node_modules/purgecss": { |
| 2655 | "version": "6.0.0", | 2514 | "version": "8.0.0", |
| 2656 | "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-6.0.0.tgz", | 2515 | "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-8.0.0.tgz", |
| 2657 | "integrity": "sha512-s3EBxg5RSWmpqd0KGzNqPiaBbWDz1/As+2MzoYVGMqgDqRTLBhJW6sywfTBek7OwNfoS/6pS0xdtvChNhFj2cw==", | 2516 | "integrity": "sha512-QFJyps9y5oHeXnNA3Ql1EaAqWBivNwQn19Pw1lt9RxfB+4e+bIyqCyuombk79D6Fxe+lPXggVfI1WtRGEBwgbQ==", |
| 2658 | "license": "MIT", | 2517 | "license": "MIT", |
| 2659 | "dependencies": { | 2518 | "dependencies": { |
| 2660 | "commander": "^12.0.0", | 2519 | "commander": "^12.1.0", |
| 2661 | "glob": "^10.3.10", | 2520 | "fast-glob": "^3.3.2", |
| 2662 | "postcss": "^8.4.4", | 2521 | "postcss": "^8.4.47", |
| 2663 | "postcss-selector-parser": "^6.0.7" | 2522 | "postcss-selector-parser": "^7.0.0" |
| 2664 | }, | 2523 | }, |
| 2665 | "bin": { | 2524 | "bin": { |
| 2666 | "purgecss": "bin/purgecss.js" | 2525 | "purgecss": "bin/purgecss.js" |
| 2667 | } | 2526 | } |
| 2668 | }, | 2527 | }, |
| 2669 | "node_modules/purgecss/node_modules/postcss-selector-parser": { | 2528 | "node_modules/queue-microtask": { |
| 2670 | "version": "6.1.2", | 2529 | "version": "1.2.3", |
| 2671 | "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", | 2530 | "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", |
| 2672 | "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", | 2531 | "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", |
| 2673 | "license": "MIT", | 2532 | "funding": [ |
| 2674 | "dependencies": { | 2533 | { |
| 2675 | "cssesc": "^3.0.0", | 2534 | "type": "github", |
| 2676 | "util-deprecate": "^1.0.2" | 2535 | "url": "https://github.com/sponsors/feross" |
| 2677 | }, | 2536 | }, |
| 2678 | "engines": { | 2537 | { |
| 2679 | "node": ">=4" | 2538 | "type": "patreon", |
| 2680 | } | 2539 | "url": "https://www.patreon.com/feross" |
| 2540 | }, | ||
| 2541 | { | ||
| 2542 | "type": "consulting", | ||
| 2543 | "url": "https://feross.org/support" | ||
| 2544 | } | ||
| 2545 | ], | ||
| 2546 | "license": "MIT" | ||
| 2681 | }, | 2547 | }, |
| 2682 | "node_modules/read-cache": { | 2548 | "node_modules/read-cache": { |
| 2683 | "version": "1.0.0", | 2549 | "version": "1.0.0", |
| @@ -2709,46 +2575,46 @@ | |||
| 2709 | "node": ">=0.10.0" | 2575 | "node": ">=0.10.0" |
| 2710 | } | 2576 | } |
| 2711 | }, | 2577 | }, |
| 2712 | "node_modules/sax": { | 2578 | "node_modules/reusify": { |
| 2713 | "version": "1.6.0", | 2579 | "version": "1.1.0", |
| 2714 | "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz", | 2580 | "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", |
| 2715 | "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==", | 2581 | "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", |
| 2716 | "license": "BlueOak-1.0.0", | ||
| 2717 | "engines": { | ||
| 2718 | "node": ">=11.0.0" | ||
| 2719 | } | ||
| 2720 | }, | ||
| 2721 | "node_modules/shebang-command": { | ||
| 2722 | "version": "2.0.0", | ||
| 2723 | "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", | ||
| 2724 | "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", | ||
| 2725 | "license": "MIT", | 2582 | "license": "MIT", |
| 2726 | "dependencies": { | ||
| 2727 | "shebang-regex": "^3.0.0" | ||
| 2728 | }, | ||
| 2729 | "engines": { | 2583 | "engines": { |
| 2730 | "node": ">=8" | 2584 | "iojs": ">=1.0.0", |
| 2585 | "node": ">=0.10.0" | ||
| 2731 | } | 2586 | } |
| 2732 | }, | 2587 | }, |
| 2733 | "node_modules/shebang-regex": { | 2588 | "node_modules/run-parallel": { |
| 2734 | "version": "3.0.0", | 2589 | "version": "1.2.0", |
| 2735 | "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", | 2590 | "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", |
| 2736 | "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", | 2591 | "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", |
| 2592 | "funding": [ | ||
| 2593 | { | ||
| 2594 | "type": "github", | ||
| 2595 | "url": "https://github.com/sponsors/feross" | ||
| 2596 | }, | ||
| 2597 | { | ||
| 2598 | "type": "patreon", | ||
| 2599 | "url": "https://www.patreon.com/feross" | ||
| 2600 | }, | ||
| 2601 | { | ||
| 2602 | "type": "consulting", | ||
| 2603 | "url": "https://feross.org/support" | ||
| 2604 | } | ||
| 2605 | ], | ||
| 2737 | "license": "MIT", | 2606 | "license": "MIT", |
| 2738 | "engines": { | 2607 | "dependencies": { |
| 2739 | "node": ">=8" | 2608 | "queue-microtask": "^1.2.2" |
| 2740 | } | 2609 | } |
| 2741 | }, | 2610 | }, |
| 2742 | "node_modules/signal-exit": { | 2611 | "node_modules/sax": { |
| 2743 | "version": "4.1.0", | 2612 | "version": "1.6.0", |
| 2744 | "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", | 2613 | "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz", |
| 2745 | "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", | 2614 | "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==", |
| 2746 | "license": "ISC", | 2615 | "license": "BlueOak-1.0.0", |
| 2747 | "engines": { | 2616 | "engines": { |
| 2748 | "node": ">=14" | 2617 | "node": ">=11.0.0" |
| 2749 | }, | ||
| 2750 | "funding": { | ||
| 2751 | "url": "https://github.com/sponsors/isaacs" | ||
| 2752 | } | 2618 | } |
| 2753 | }, | 2619 | }, |
| 2754 | "node_modules/slash": { | 2620 | "node_modules/slash": { |
| @@ -2772,102 +2638,6 @@ | |||
| 2772 | "node": ">=0.10.0" | 2638 | "node": ">=0.10.0" |
| 2773 | } | 2639 | } |
| 2774 | }, | 2640 | }, |
| 2775 | "node_modules/string-width": { | ||
| 2776 | "version": "5.1.2", | ||
| 2777 | "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", | ||
| 2778 | "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", | ||
| 2779 | "license": "MIT", | ||
| 2780 | "dependencies": { | ||
| 2781 | "eastasianwidth": "^0.2.0", | ||
| 2782 | "emoji-regex": "^9.2.2", | ||
| 2783 | "strip-ansi": "^7.0.1" | ||
| 2784 | }, | ||
| 2785 | "engines": { | ||
| 2786 | "node": ">=12" | ||
| 2787 | }, | ||
| 2788 | "funding": { | ||
| 2789 | "url": "https://github.com/sponsors/sindresorhus" | ||
| 2790 | } | ||
| 2791 | }, | ||
| 2792 | "node_modules/string-width-cjs": { | ||
| 2793 | "name": "string-width", | ||
| 2794 | "version": "4.2.3", | ||
| 2795 | "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", | ||
| 2796 | "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", | ||
| 2797 | "license": "MIT", | ||
| 2798 | "dependencies": { | ||
| 2799 | "emoji-regex": "^8.0.0", | ||
| 2800 | "is-fullwidth-code-point": "^3.0.0", | ||
| 2801 | "strip-ansi": "^6.0.1" | ||
| 2802 | }, | ||
| 2803 | "engines": { | ||
| 2804 | "node": ">=8" | ||
| 2805 | } | ||
| 2806 | }, | ||
| 2807 | "node_modules/string-width-cjs/node_modules/ansi-regex": { | ||
| 2808 | "version": "5.0.1", | ||
| 2809 | "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", | ||
| 2810 | "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", | ||
| 2811 | "license": "MIT", | ||
| 2812 | "engines": { | ||
| 2813 | "node": ">=8" | ||
| 2814 | } | ||
| 2815 | }, | ||
| 2816 | "node_modules/string-width-cjs/node_modules/emoji-regex": { | ||
| 2817 | "version": "8.0.0", | ||
| 2818 | "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", | ||
| 2819 | "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", | ||
| 2820 | "license": "MIT" | ||
| 2821 | }, | ||
| 2822 | "node_modules/string-width-cjs/node_modules/strip-ansi": { | ||
| 2823 | "version": "6.0.1", | ||
| 2824 | "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", | ||
| 2825 | "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", | ||
| 2826 | "license": "MIT", | ||
| 2827 | "dependencies": { | ||
| 2828 | "ansi-regex": "^5.0.1" | ||
| 2829 | }, | ||
| 2830 | "engines": { | ||
| 2831 | "node": ">=8" | ||
| 2832 | } | ||
| 2833 | }, | ||
| 2834 | "node_modules/strip-ansi": { | ||
| 2835 | "version": "7.1.0", | ||
| 2836 | "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", | ||
| 2837 | "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", | ||
| 2838 | "license": "MIT", | ||
| 2839 | "dependencies": { | ||
| 2840 | "ansi-regex": "^6.0.1" | ||
| 2841 | }, | ||
| 2842 | "engines": { | ||
| 2843 | "node": ">=12" | ||
| 2844 | }, | ||
| 2845 | "funding": { | ||
| 2846 | "url": "https://github.com/chalk/strip-ansi?sponsor=1" | ||
| 2847 | } | ||
| 2848 | }, | ||
| 2849 | "node_modules/strip-ansi-cjs": { | ||
| 2850 | "name": "strip-ansi", | ||
| 2851 | "version": "6.0.1", | ||
| 2852 | "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", | ||
| 2853 | "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", | ||
| 2854 | "license": "MIT", | ||
| 2855 | "dependencies": { | ||
| 2856 | "ansi-regex": "^5.0.1" | ||
| 2857 | }, | ||
| 2858 | "engines": { | ||
| 2859 | "node": ">=8" | ||
| 2860 | } | ||
| 2861 | }, | ||
| 2862 | "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { | ||
| 2863 | "version": "5.0.1", | ||
| 2864 | "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", | ||
| 2865 | "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", | ||
| 2866 | "license": "MIT", | ||
| 2867 | "engines": { | ||
| 2868 | "node": ">=8" | ||
| 2869 | } | ||
| 2870 | }, | ||
| 2871 | "node_modules/stylehacks": { | 2641 | "node_modules/stylehacks": { |
| 2872 | "version": "7.0.10", | 2642 | "version": "7.0.10", |
| 2873 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.10.tgz", | 2643 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.10.tgz", |
| @@ -3042,112 +2812,6 @@ | |||
| 3042 | "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", | 2812 | "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", |
| 3043 | "license": "MIT" | 2813 | "license": "MIT" |
| 3044 | }, | 2814 | }, |
| 3045 | "node_modules/which": { | ||
| 3046 | "version": "2.0.2", | ||
| 3047 | "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", | ||
| 3048 | "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", | ||
| 3049 | "license": "ISC", | ||
| 3050 | "dependencies": { | ||
| 3051 | "isexe": "^2.0.0" | ||
| 3052 | }, | ||
| 3053 | "bin": { | ||
| 3054 | "node-which": "bin/node-which" | ||
| 3055 | }, | ||
| 3056 | "engines": { | ||
| 3057 | "node": ">= 8" | ||
| 3058 | } | ||
| 3059 | }, | ||
| 3060 | "node_modules/wrap-ansi": { | ||
| 3061 | "version": "8.1.0", | ||
| 3062 | "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", | ||
| 3063 | "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", | ||
| 3064 | "license": "MIT", | ||
| 3065 | "dependencies": { | ||
| 3066 | "ansi-styles": "^6.1.0", | ||
| 3067 | "string-width": "^5.0.1", | ||
| 3068 | "strip-ansi": "^7.0.1" | ||
| 3069 | }, | ||
| 3070 | "engines": { | ||
| 3071 | "node": ">=12" | ||
| 3072 | }, | ||
| 3073 | "funding": { | ||
| 3074 | "url": "https://github.com/chalk/wrap-ansi?sponsor=1" | ||
| 3075 | } | ||
| 3076 | }, | ||
| 3077 | "node_modules/wrap-ansi-cjs": { | ||
| 3078 | "name": "wrap-ansi", | ||
| 3079 | "version": "7.0.0", | ||
| 3080 | "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", | ||
| 3081 | "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", | ||
| 3082 | "license": "MIT", | ||
| 3083 | "dependencies": { | ||
| 3084 | "ansi-styles": "^4.0.0", | ||
| 3085 | "string-width": "^4.1.0", | ||
| 3086 | "strip-ansi": "^6.0.0" | ||
| 3087 | }, | ||
| 3088 | "engines": { | ||
| 3089 | "node": ">=10" | ||
| 3090 | }, | ||
| 3091 | "funding": { | ||
| 3092 | "url": "https://github.com/chalk/wrap-ansi?sponsor=1" | ||
| 3093 | } | ||
| 3094 | }, | ||
| 3095 | "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { | ||
| 3096 | "version": "5.0.1", | ||
| 3097 | "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", | ||
| 3098 | "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", | ||
| 3099 | "license": "MIT", | ||
| 3100 | "engines": { | ||
| 3101 | "node": ">=8" | ||
| 3102 | } | ||
| 3103 | }, | ||
| 3104 | "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { | ||
| 3105 | "version": "4.3.0", | ||
| 3106 | "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | ||
| 3107 | "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | ||
| 3108 | "license": "MIT", | ||
| 3109 | "dependencies": { | ||
| 3110 | "color-convert": "^2.0.1" | ||
| 3111 | }, | ||
| 3112 | "engines": { | ||
| 3113 | "node": ">=8" | ||
| 3114 | }, | ||
| 3115 | "funding": { | ||
| 3116 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" | ||
| 3117 | } | ||
| 3118 | }, | ||
| 3119 | "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { | ||
| 3120 | "version": "8.0.0", | ||
| 3121 | "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", | ||
| 3122 | "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", | ||
| 3123 | "license": "MIT" | ||
| 3124 | }, | ||
| 3125 | "node_modules/wrap-ansi-cjs/node_modules/string-width": { | ||
| 3126 | "version": "4.2.3", | ||
| 3127 | "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", | ||
| 3128 | "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", | ||
| 3129 | "license": "MIT", | ||
| 3130 | "dependencies": { | ||
| 3131 | "emoji-regex": "^8.0.0", | ||
| 3132 | "is-fullwidth-code-point": "^3.0.0", | ||
| 3133 | "strip-ansi": "^6.0.1" | ||
| 3134 | }, | ||
| 3135 | "engines": { | ||
| 3136 | "node": ">=8" | ||
| 3137 | } | ||
| 3138 | }, | ||
| 3139 | "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { | ||
| 3140 | "version": "6.0.1", | ||
| 3141 | "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", | ||
| 3142 | "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", | ||
| 3143 | "license": "MIT", | ||
| 3144 | "dependencies": { | ||
| 3145 | "ansi-regex": "^5.0.1" | ||
| 3146 | }, | ||
| 3147 | "engines": { | ||
| 3148 | "node": ">=8" | ||
| 3149 | } | ||
| 3150 | }, | ||
| 3151 | "node_modules/y18n": { | 2815 | "node_modules/y18n": { |
| 3152 | "version": "5.0.8", | 2816 | "version": "5.0.8", |
| 3153 | "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", | 2817 | "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", |
