diff options
Diffstat (limited to 'package-lock.json')
| -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 77fc40e..bad8666 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.2", | 441 | "version": "4.2.2", |
| 434 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.2.2.tgz", | 442 | "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.2.2.tgz", |
| @@ -761,30 +769,6 @@ | |||
| 761 | "tailwindcss": "4.2.2" | 769 | "tailwindcss": "4.2.2" |
| 762 | } | 770 | } |
| 763 | }, | 771 | }, |
| 764 | "node_modules/ansi-regex": { | ||
| 765 | "version": "6.1.0", | ||
| 766 | "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", | ||
| 767 | "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", | ||
| 768 | "license": "MIT", | ||
| 769 | "engines": { | ||
| 770 | "node": ">=12" | ||
| 771 | }, | ||
| 772 | "funding": { | ||
| 773 | "url": "https://github.com/chalk/ansi-regex?sponsor=1" | ||
| 774 | } | ||
| 775 | }, | ||
| 776 | "node_modules/ansi-styles": { | ||
| 777 | "version": "6.2.1", | ||
| 778 | "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", | ||
| 779 | "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", | ||
| 780 | "license": "MIT", | ||
| 781 | "engines": { | ||
| 782 | "node": ">=12" | ||
| 783 | }, | ||
| 784 | "funding": { | ||
| 785 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" | ||
| 786 | } | ||
| 787 | }, | ||
| 788 | "node_modules/anymatch": { | 772 | "node_modules/anymatch": { |
| 789 | "version": "3.1.3", | 773 | "version": "3.1.3", |
| 790 | "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", | 774 | "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", |
| @@ -834,12 +818,6 @@ | |||
| 834 | "postcss": "^8.1.0" | 818 | "postcss": "^8.1.0" |
| 835 | } | 819 | } |
| 836 | }, | 820 | }, |
| 837 | "node_modules/balanced-match": { | ||
| 838 | "version": "1.0.2", | ||
| 839 | "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", | ||
| 840 | "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", | ||
| 841 | "license": "MIT" | ||
| 842 | }, | ||
| 843 | "node_modules/baseline-browser-mapping": { | 821 | "node_modules/baseline-browser-mapping": { |
| 844 | "version": "2.10.18", | 822 | "version": "2.10.18", |
| 845 | "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.18.tgz", | 823 | "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.18.tgz", |
| @@ -870,15 +848,6 @@ | |||
| 870 | "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", | 848 | "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", |
| 871 | "license": "ISC" | 849 | "license": "ISC" |
| 872 | }, | 850 | }, |
| 873 | "node_modules/brace-expansion": { | ||
| 874 | "version": "2.0.1", | ||
| 875 | "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", | ||
| 876 | "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", | ||
| 877 | "license": "MIT", | ||
| 878 | "dependencies": { | ||
| 879 | "balanced-match": "^1.0.0" | ||
| 880 | } | ||
| 881 | }, | ||
| 882 | "node_modules/braces": { | 851 | "node_modules/braces": { |
| 883 | "version": "3.0.3", | 852 | "version": "3.0.3", |
| 884 | "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", | 853 | "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", |
| @@ -1094,20 +1063,6 @@ | |||
| 1094 | "node": ">=18" | 1063 | "node": ">=18" |
| 1095 | } | 1064 | } |
| 1096 | }, | 1065 | }, |
| 1097 | "node_modules/cross-spawn": { | ||
| 1098 | "version": "7.0.6", | ||
| 1099 | "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", | ||
| 1100 | "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", | ||
| 1101 | "license": "MIT", | ||
| 1102 | "dependencies": { | ||
| 1103 | "path-key": "^3.1.0", | ||
| 1104 | "shebang-command": "^2.0.0", | ||
| 1105 | "which": "^2.0.1" | ||
| 1106 | }, | ||
| 1107 | "engines": { | ||
| 1108 | "node": ">= 8" | ||
| 1109 | } | ||
| 1110 | }, | ||
| 1111 | "node_modules/css-declaration-sorter": { | 1066 | "node_modules/css-declaration-sorter": { |
| 1112 | "version": "7.2.0", | 1067 | "version": "7.2.0", |
| 1113 | "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz", | 1068 | "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz", |
| @@ -1358,24 +1313,12 @@ | |||
| 1358 | "url": "https://github.com/fb55/domutils?sponsor=1" | 1313 | "url": "https://github.com/fb55/domutils?sponsor=1" |
| 1359 | } | 1314 | } |
| 1360 | }, | 1315 | }, |
| 1361 | "node_modules/eastasianwidth": { | ||
| 1362 | "version": "0.2.0", | ||
| 1363 | "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", | ||
| 1364 | "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", | ||
| 1365 | "license": "MIT" | ||
| 1366 | }, | ||
| 1367 | "node_modules/electron-to-chromium": { | 1316 | "node_modules/electron-to-chromium": { |
| 1368 | "version": "1.5.336", | 1317 | "version": "1.5.336", |
| 1369 | "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.336.tgz", | 1318 | "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.336.tgz", |
| 1370 | "integrity": "sha512-AbH9q9J455r/nLmdNZes0G0ZKcRX73FicwowalLs6ijwOmCJSRRrLX63lcAlzy9ux3dWK1w1+1nsBJEWN11hcQ==", | 1319 | "integrity": "sha512-AbH9q9J455r/nLmdNZes0G0ZKcRX73FicwowalLs6ijwOmCJSRRrLX63lcAlzy9ux3dWK1w1+1nsBJEWN11hcQ==", |
| 1371 | "license": "ISC" | 1320 | "license": "ISC" |
| 1372 | }, | 1321 | }, |
| 1373 | "node_modules/emoji-regex": { | ||
| 1374 | "version": "9.2.2", | ||
| 1375 | "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", | ||
| 1376 | "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", | ||
| 1377 | "license": "MIT" | ||
| 1378 | }, | ||
| 1379 | "node_modules/enhanced-resolve": { | 1322 | "node_modules/enhanced-resolve": { |
| 1380 | "version": "5.20.0", | 1323 | "version": "5.20.0", |
| 1381 | "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz", | 1324 | "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz", |
| @@ -1410,32 +1353,41 @@ | |||
| 1410 | "node": ">=6" | 1353 | "node": ">=6" |
| 1411 | } | 1354 | } |
| 1412 | }, | 1355 | }, |
| 1413 | "node_modules/fill-range": { | 1356 | "node_modules/fast-glob": { |
| 1414 | "version": "7.1.1", | 1357 | "version": "3.3.3", |
| 1415 | "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", | 1358 | "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", |
| 1416 | "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", | 1359 | "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", |
| 1417 | "license": "MIT", | 1360 | "license": "MIT", |
| 1418 | "dependencies": { | 1361 | "dependencies": { |
| 1419 | "to-regex-range": "^5.0.1" | 1362 | "@nodelib/fs.stat": "^2.0.2", |
| 1363 | "@nodelib/fs.walk": "^1.2.3", | ||
| 1364 | "glob-parent": "^5.1.2", | ||
| 1365 | "merge2": "^1.3.0", | ||
| 1366 | "micromatch": "^4.0.8" | ||
| 1420 | }, | 1367 | }, |
| 1421 | "engines": { | 1368 | "engines": { |
| 1422 | "node": ">=8" | 1369 | "node": ">=8.6.0" |
| 1423 | } | 1370 | } |
| 1424 | }, | 1371 | }, |
| 1425 | "node_modules/foreground-child": { | 1372 | "node_modules/fastq": { |
| 1426 | "version": "3.3.1", | 1373 | "version": "1.20.1", |
| 1427 | "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", | 1374 | "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", |
| 1428 | "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", | 1375 | "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", |
| 1429 | "license": "ISC", | 1376 | "license": "ISC", |
| 1430 | "dependencies": { | 1377 | "dependencies": { |
| 1431 | "cross-spawn": "^7.0.6", | 1378 | "reusify": "^1.0.4" |
| 1432 | "signal-exit": "^4.0.1" | 1379 | } |
| 1380 | }, | ||
| 1381 | "node_modules/fill-range": { | ||
| 1382 | "version": "7.1.1", | ||
| 1383 | "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", | ||
| 1384 | "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", | ||
| 1385 | "license": "MIT", | ||
| 1386 | "dependencies": { | ||
| 1387 | "to-regex-range": "^5.0.1" | ||
| 1433 | }, | 1388 | }, |
| 1434 | "engines": { | 1389 | "engines": { |
| 1435 | "node": ">=14" | 1390 | "node": ">=8" |
| 1436 | }, | ||
| 1437 | "funding": { | ||
| 1438 | "url": "https://github.com/sponsors/isaacs" | ||
| 1439 | } | 1391 | } |
| 1440 | }, | 1392 | }, |
| 1441 | "node_modules/fraction.js": { | 1393 | "node_modules/fraction.js": { |
| @@ -1488,26 +1440,6 @@ | |||
| 1488 | "node": "6.* || 8.* || >= 10.*" | 1440 | "node": "6.* || 8.* || >= 10.*" |
| 1489 | } | 1441 | } |
| 1490 | }, | 1442 | }, |
| 1491 | "node_modules/glob": { | ||
| 1492 | "version": "10.4.5", | ||
| 1493 | "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", | ||
| 1494 | "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", | ||
| 1495 | "license": "ISC", | ||
| 1496 | "dependencies": { | ||
| 1497 | "foreground-child": "^3.1.0", | ||
| 1498 | "jackspeak": "^3.1.2", | ||
| 1499 | "minimatch": "^9.0.4", | ||
| 1500 | "minipass": "^7.1.2", | ||
| 1501 | "package-json-from-dist": "^1.0.0", | ||
| 1502 | "path-scurry": "^1.11.1" | ||
| 1503 | }, | ||
| 1504 | "bin": { | ||
| 1505 | "glob": "dist/esm/bin.mjs" | ||
| 1506 | }, | ||
| 1507 | "funding": { | ||
| 1508 | "url": "https://github.com/sponsors/isaacs" | ||
| 1509 | } | ||
| 1510 | }, | ||
| 1511 | "node_modules/glob-parent": { | 1443 | "node_modules/glob-parent": { |
| 1512 | "version": "5.1.2", | 1444 | "version": "5.1.2", |
| 1513 | "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", | 1445 | "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", |
| @@ -1577,27 +1509,6 @@ | |||
| 1577 | "node": ">=0.12.0" | 1509 | "node": ">=0.12.0" |
| 1578 | } | 1510 | } |
| 1579 | }, | 1511 | }, |
| 1580 | "node_modules/isexe": { | ||
| 1581 | "version": "2.0.0", | ||
| 1582 | "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", | ||
| 1583 | "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", | ||
| 1584 | "license": "ISC" | ||
| 1585 | }, | ||
| 1586 | "node_modules/jackspeak": { | ||
| 1587 | "version": "3.4.3", | ||
| 1588 | "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", | ||
| 1589 | "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", | ||
| 1590 | "license": "BlueOak-1.0.0", | ||
| 1591 | "dependencies": { | ||
| 1592 | "@isaacs/cliui": "^8.0.2" | ||
| 1593 | }, | ||
| 1594 | "funding": { | ||
| 1595 | "url": "https://github.com/sponsors/isaacs" | ||
| 1596 | }, | ||
| 1597 | "optionalDependencies": { | ||
| 1598 | "@pkgjs/parseargs": "^0.11.0" | ||
| 1599 | } | ||
| 1600 | }, | ||
| 1601 | "node_modules/jiti": { | 1512 | "node_modules/jiti": { |
| 1602 | "version": "2.6.1", | 1513 | "version": "2.6.1", |
| 1603 | "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", | 1514 | "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", |
| @@ -1901,12 +1812,6 @@ | |||
| 1901 | "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", | 1812 | "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", |
| 1902 | "license": "MIT" | 1813 | "license": "MIT" |
| 1903 | }, | 1814 | }, |
| 1904 | "node_modules/lru-cache": { | ||
| 1905 | "version": "10.4.3", | ||
| 1906 | "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", | ||
| 1907 | "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", | ||
| 1908 | "license": "ISC" | ||
| 1909 | }, | ||
| 1910 | "node_modules/magic-string": { | 1815 | "node_modules/magic-string": { |
| 1911 | "version": "0.30.21", | 1816 | "version": "0.30.21", |
| 1912 | "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", | 1817 | "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", |
| @@ -1922,6 +1827,15 @@ | |||
| 1922 | "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==", | 1827 | "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==", |
| 1923 | "license": "CC0-1.0" | 1828 | "license": "CC0-1.0" |
| 1924 | }, | 1829 | }, |
| 1830 | "node_modules/merge2": { | ||
| 1831 | "version": "1.4.1", | ||
| 1832 | "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", | ||
| 1833 | "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", | ||
| 1834 | "license": "MIT", | ||
| 1835 | "engines": { | ||
| 1836 | "node": ">= 8" | ||
| 1837 | } | ||
| 1838 | }, | ||
| 1925 | "node_modules/micromatch": { | 1839 | "node_modules/micromatch": { |
| 1926 | "version": "4.0.8", | 1840 | "version": "4.0.8", |
| 1927 | "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", | 1841 | "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", |
| @@ -1935,30 +1849,6 @@ | |||
| 1935 | "node": ">=8.6" | 1849 | "node": ">=8.6" |
| 1936 | } | 1850 | } |
| 1937 | }, | 1851 | }, |
| 1938 | "node_modules/minimatch": { | ||
| 1939 | "version": "9.0.5", | ||
| 1940 | "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", | ||
| 1941 | "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", | ||
| 1942 | "license": "ISC", | ||
| 1943 | "dependencies": { | ||
| 1944 | "brace-expansion": "^2.0.1" | ||
| 1945 | }, | ||
| 1946 | "engines": { | ||
| 1947 | "node": ">=16 || 14 >=14.17" | ||
| 1948 | }, | ||
| 1949 | "funding": { | ||
| 1950 | "url": "https://github.com/sponsors/isaacs" | ||
| 1951 | } | ||
| 1952 | }, | ||
| 1953 | "node_modules/minipass": { | ||
| 1954 | "version": "7.1.2", | ||
| 1955 | "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", | ||
| 1956 | "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", | ||
| 1957 | "license": "ISC", | ||
| 1958 | "engines": { | ||
| 1959 | "node": ">=16 || 14 >=14.17" | ||
| 1960 | } | ||
| 1961 | }, | ||
| 1962 | "node_modules/mri": { | 1852 | "node_modules/mri": { |
| 1963 | "version": "1.2.0", | 1853 | "version": "1.2.0", |
| 1964 | "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", | 1854 | "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", |
| @@ -2019,37 +1909,6 @@ | |||
| 2019 | "url": "https://github.com/fb55/nth-check?sponsor=1" | 1909 | "url": "https://github.com/fb55/nth-check?sponsor=1" |
| 2020 | } | 1910 | } |
| 2021 | }, | 1911 | }, |
| 2022 | "node_modules/package-json-from-dist": { | ||
| 2023 | "version": "1.0.1", | ||
| 2024 | "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", | ||
| 2025 | "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", | ||
| 2026 | "license": "BlueOak-1.0.0" | ||
| 2027 | }, | ||
| 2028 | "node_modules/path-key": { | ||
| 2029 | "version": "3.1.1", | ||
| 2030 | "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", | ||
| 2031 | "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", | ||
| 2032 | "license": "MIT", | ||
| 2033 | "engines": { | ||
| 2034 | "node": ">=8" | ||
| 2035 | } | ||
| 2036 | }, | ||
| 2037 | "node_modules/path-scurry": { | ||
| 2038 | "version": "1.11.1", | ||
| 2039 | "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", | ||
| 2040 | "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", | ||
| 2041 | "license": "BlueOak-1.0.0", | ||
| 2042 | "dependencies": { | ||
| 2043 | "lru-cache": "^10.2.0", | ||
| 2044 | "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" | ||
| 2045 | }, | ||
| 2046 | "engines": { | ||
| 2047 | "node": ">=16 || 14 >=14.18" | ||
| 2048 | }, | ||
| 2049 | "funding": { | ||
| 2050 | "url": "https://github.com/sponsors/isaacs" | ||
| 2051 | } | ||
| 2052 | }, | ||
| 2053 | "node_modules/picocolors": { | 1912 | "node_modules/picocolors": { |
| 2054 | "version": "1.1.1", | 1913 | "version": "1.1.1", |
| 2055 | "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", | 1914 | "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", |
| @@ -2638,32 +2497,39 @@ | |||
| 2638 | } | 2497 | } |
| 2639 | }, | 2498 | }, |
| 2640 | "node_modules/purgecss": { | 2499 | "node_modules/purgecss": { |
| 2641 | "version": "6.0.0", | 2500 | "version": "8.0.0", |
| 2642 | "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-6.0.0.tgz", | 2501 | "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-8.0.0.tgz", |
| 2643 | "integrity": "sha512-s3EBxg5RSWmpqd0KGzNqPiaBbWDz1/As+2MzoYVGMqgDqRTLBhJW6sywfTBek7OwNfoS/6pS0xdtvChNhFj2cw==", | 2502 | "integrity": "sha512-QFJyps9y5oHeXnNA3Ql1EaAqWBivNwQn19Pw1lt9RxfB+4e+bIyqCyuombk79D6Fxe+lPXggVfI1WtRGEBwgbQ==", |
| 2644 | "license": "MIT", | 2503 | "license": "MIT", |
| 2645 | "dependencies": { | 2504 | "dependencies": { |
| 2646 | "commander": "^12.0.0", | 2505 | "commander": "^12.1.0", |
| 2647 | "glob": "^10.3.10", | 2506 | "fast-glob": "^3.3.2", |
| 2648 | "postcss": "^8.4.4", | 2507 | "postcss": "^8.4.47", |
| 2649 | "postcss-selector-parser": "^6.0.7" | 2508 | "postcss-selector-parser": "^7.0.0" |
| 2650 | }, | 2509 | }, |
| 2651 | "bin": { | 2510 | "bin": { |
| 2652 | "purgecss": "bin/purgecss.js" | 2511 | "purgecss": "bin/purgecss.js" |
| 2653 | } | 2512 | } |
| 2654 | }, | 2513 | }, |
| 2655 | "node_modules/purgecss/node_modules/postcss-selector-parser": { | 2514 | "node_modules/queue-microtask": { |
| 2656 | "version": "6.1.2", | 2515 | "version": "1.2.3", |
| 2657 | "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", | 2516 | "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", |
| 2658 | "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", | 2517 | "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", |
| 2659 | "license": "MIT", | 2518 | "funding": [ |
| 2660 | "dependencies": { | 2519 | { |
| 2661 | "cssesc": "^3.0.0", | 2520 | "type": "github", |
| 2662 | "util-deprecate": "^1.0.2" | 2521 | "url": "https://github.com/sponsors/feross" |
| 2663 | }, | 2522 | }, |
| 2664 | "engines": { | 2523 | { |
| 2665 | "node": ">=4" | 2524 | "type": "patreon", |
| 2666 | } | 2525 | "url": "https://www.patreon.com/feross" |
| 2526 | }, | ||
| 2527 | { | ||
| 2528 | "type": "consulting", | ||
| 2529 | "url": "https://feross.org/support" | ||
| 2530 | } | ||
| 2531 | ], | ||
| 2532 | "license": "MIT" | ||
| 2667 | }, | 2533 | }, |
| 2668 | "node_modules/read-cache": { | 2534 | "node_modules/read-cache": { |
| 2669 | "version": "1.0.0", | 2535 | "version": "1.0.0", |
| @@ -2695,46 +2561,46 @@ | |||
| 2695 | "node": ">=0.10.0" | 2561 | "node": ">=0.10.0" |
| 2696 | } | 2562 | } |
| 2697 | }, | 2563 | }, |
| 2698 | "node_modules/sax": { | 2564 | "node_modules/reusify": { |
| 2699 | "version": "1.5.0", | 2565 | "version": "1.1.0", |
| 2700 | "resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz", | 2566 | "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", |
| 2701 | "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==", | 2567 | "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", |
| 2702 | "license": "BlueOak-1.0.0", | ||
| 2703 | "engines": { | ||
| 2704 | "node": ">=11.0.0" | ||
| 2705 | } | ||
| 2706 | }, | ||
| 2707 | "node_modules/shebang-command": { | ||
| 2708 | "version": "2.0.0", | ||
| 2709 | "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", | ||
| 2710 | "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", | ||
| 2711 | "license": "MIT", | 2568 | "license": "MIT", |
| 2712 | "dependencies": { | ||
| 2713 | "shebang-regex": "^3.0.0" | ||
| 2714 | }, | ||
| 2715 | "engines": { | 2569 | "engines": { |
| 2716 | "node": ">=8" | 2570 | "iojs": ">=1.0.0", |
| 2571 | "node": ">=0.10.0" | ||
| 2717 | } | 2572 | } |
| 2718 | }, | 2573 | }, |
| 2719 | "node_modules/shebang-regex": { | 2574 | "node_modules/run-parallel": { |
| 2720 | "version": "3.0.0", | 2575 | "version": "1.2.0", |
| 2721 | "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", | 2576 | "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", |
| 2722 | "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", | 2577 | "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", |
| 2578 | "funding": [ | ||
| 2579 | { | ||
| 2580 | "type": "github", | ||
| 2581 | "url": "https://github.com/sponsors/feross" | ||
| 2582 | }, | ||
| 2583 | { | ||
| 2584 | "type": "patreon", | ||
| 2585 | "url": "https://www.patreon.com/feross" | ||
| 2586 | }, | ||
| 2587 | { | ||
| 2588 | "type": "consulting", | ||
| 2589 | "url": "https://feross.org/support" | ||
| 2590 | } | ||
| 2591 | ], | ||
| 2723 | "license": "MIT", | 2592 | "license": "MIT", |
| 2724 | "engines": { | 2593 | "dependencies": { |
| 2725 | "node": ">=8" | 2594 | "queue-microtask": "^1.2.2" |
| 2726 | } | 2595 | } |
| 2727 | }, | 2596 | }, |
| 2728 | "node_modules/signal-exit": { | 2597 | "node_modules/sax": { |
| 2729 | "version": "4.1.0", | 2598 | "version": "1.5.0", |
| 2730 | "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", | 2599 | "resolved": "https://registry.npmjs.org/sax/-/sax-1.5.0.tgz", |
| 2731 | "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", | 2600 | "integrity": "sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==", |
| 2732 | "license": "ISC", | 2601 | "license": "BlueOak-1.0.0", |
| 2733 | "engines": { | 2602 | "engines": { |
| 2734 | "node": ">=14" | 2603 | "node": ">=11.0.0" |
| 2735 | }, | ||
| 2736 | "funding": { | ||
| 2737 | "url": "https://github.com/sponsors/isaacs" | ||
| 2738 | } | 2604 | } |
| 2739 | }, | 2605 | }, |
| 2740 | "node_modules/slash": { | 2606 | "node_modules/slash": { |
| @@ -2758,102 +2624,6 @@ | |||
| 2758 | "node": ">=0.10.0" | 2624 | "node": ">=0.10.0" |
| 2759 | } | 2625 | } |
| 2760 | }, | 2626 | }, |
| 2761 | "node_modules/string-width": { | ||
| 2762 | "version": "5.1.2", | ||
| 2763 | "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", | ||
| 2764 | "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", | ||
| 2765 | "license": "MIT", | ||
| 2766 | "dependencies": { | ||
| 2767 | "eastasianwidth": "^0.2.0", | ||
| 2768 | "emoji-regex": "^9.2.2", | ||
| 2769 | "strip-ansi": "^7.0.1" | ||
| 2770 | }, | ||
| 2771 | "engines": { | ||
| 2772 | "node": ">=12" | ||
| 2773 | }, | ||
| 2774 | "funding": { | ||
| 2775 | "url": "https://github.com/sponsors/sindresorhus" | ||
| 2776 | } | ||
| 2777 | }, | ||
| 2778 | "node_modules/string-width-cjs": { | ||
| 2779 | "name": "string-width", | ||
| 2780 | "version": "4.2.3", | ||
| 2781 | "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", | ||
| 2782 | "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", | ||
| 2783 | "license": "MIT", | ||
| 2784 | "dependencies": { | ||
| 2785 | "emoji-regex": "^8.0.0", | ||
| 2786 | "is-fullwidth-code-point": "^3.0.0", | ||
| 2787 | "strip-ansi": "^6.0.1" | ||
| 2788 | }, | ||
| 2789 | "engines": { | ||
| 2790 | "node": ">=8" | ||
| 2791 | } | ||
| 2792 | }, | ||
| 2793 | "node_modules/string-width-cjs/node_modules/ansi-regex": { | ||
| 2794 | "version": "5.0.1", | ||
| 2795 | "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", | ||
| 2796 | "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", | ||
| 2797 | "license": "MIT", | ||
| 2798 | "engines": { | ||
| 2799 | "node": ">=8" | ||
| 2800 | } | ||
| 2801 | }, | ||
| 2802 | "node_modules/string-width-cjs/node_modules/emoji-regex": { | ||
| 2803 | "version": "8.0.0", | ||
| 2804 | "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", | ||
| 2805 | "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", | ||
| 2806 | "license": "MIT" | ||
| 2807 | }, | ||
| 2808 | "node_modules/string-width-cjs/node_modules/strip-ansi": { | ||
| 2809 | "version": "6.0.1", | ||
| 2810 | "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", | ||
| 2811 | "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", | ||
| 2812 | "license": "MIT", | ||
| 2813 | "dependencies": { | ||
| 2814 | "ansi-regex": "^5.0.1" | ||
| 2815 | }, | ||
| 2816 | "engines": { | ||
| 2817 | "node": ">=8" | ||
| 2818 | } | ||
| 2819 | }, | ||
| 2820 | "node_modules/strip-ansi": { | ||
| 2821 | "version": "7.1.0", | ||
| 2822 | "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", | ||
| 2823 | "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", | ||
| 2824 | "license": "MIT", | ||
| 2825 | "dependencies": { | ||
| 2826 | "ansi-regex": "^6.0.1" | ||
| 2827 | }, | ||
| 2828 | "engines": { | ||
| 2829 | "node": ">=12" | ||
| 2830 | }, | ||
| 2831 | "funding": { | ||
| 2832 | "url": "https://github.com/chalk/strip-ansi?sponsor=1" | ||
| 2833 | } | ||
| 2834 | }, | ||
| 2835 | "node_modules/strip-ansi-cjs": { | ||
| 2836 | "name": "strip-ansi", | ||
| 2837 | "version": "6.0.1", | ||
| 2838 | "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", | ||
| 2839 | "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", | ||
| 2840 | "license": "MIT", | ||
| 2841 | "dependencies": { | ||
| 2842 | "ansi-regex": "^5.0.1" | ||
| 2843 | }, | ||
| 2844 | "engines": { | ||
| 2845 | "node": ">=8" | ||
| 2846 | } | ||
| 2847 | }, | ||
| 2848 | "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { | ||
| 2849 | "version": "5.0.1", | ||
| 2850 | "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", | ||
| 2851 | "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", | ||
| 2852 | "license": "MIT", | ||
| 2853 | "engines": { | ||
| 2854 | "node": ">=8" | ||
| 2855 | } | ||
| 2856 | }, | ||
| 2857 | "node_modules/stylehacks": { | 2627 | "node_modules/stylehacks": { |
| 2858 | "version": "7.0.5", | 2628 | "version": "7.0.5", |
| 2859 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.5.tgz", | 2629 | "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-7.0.5.tgz", |
| @@ -3028,112 +2798,6 @@ | |||
| 3028 | "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", | 2798 | "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", |
| 3029 | "license": "MIT" | 2799 | "license": "MIT" |
| 3030 | }, | 2800 | }, |
| 3031 | "node_modules/which": { | ||
| 3032 | "version": "2.0.2", | ||
| 3033 | "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", | ||
| 3034 | "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", | ||
| 3035 | "license": "ISC", | ||
| 3036 | "dependencies": { | ||
| 3037 | "isexe": "^2.0.0" | ||
| 3038 | }, | ||
| 3039 | "bin": { | ||
| 3040 | "node-which": "bin/node-which" | ||
| 3041 | }, | ||
| 3042 | "engines": { | ||
| 3043 | "node": ">= 8" | ||
| 3044 | } | ||
| 3045 | }, | ||
| 3046 | "node_modules/wrap-ansi": { | ||
| 3047 | "version": "8.1.0", | ||
| 3048 | "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", | ||
| 3049 | "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", | ||
| 3050 | "license": "MIT", | ||
| 3051 | "dependencies": { | ||
| 3052 | "ansi-styles": "^6.1.0", | ||
| 3053 | "string-width": "^5.0.1", | ||
| 3054 | "strip-ansi": "^7.0.1" | ||
| 3055 | }, | ||
| 3056 | "engines": { | ||
| 3057 | "node": ">=12" | ||
| 3058 | }, | ||
| 3059 | "funding": { | ||
| 3060 | "url": "https://github.com/chalk/wrap-ansi?sponsor=1" | ||
| 3061 | } | ||
| 3062 | }, | ||
| 3063 | "node_modules/wrap-ansi-cjs": { | ||
| 3064 | "name": "wrap-ansi", | ||
| 3065 | "version": "7.0.0", | ||
| 3066 | "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", | ||
| 3067 | "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", | ||
| 3068 | "license": "MIT", | ||
| 3069 | "dependencies": { | ||
| 3070 | "ansi-styles": "^4.0.0", | ||
| 3071 | "string-width": "^4.1.0", | ||
| 3072 | "strip-ansi": "^6.0.0" | ||
| 3073 | }, | ||
| 3074 | "engines": { | ||
| 3075 | "node": ">=10" | ||
| 3076 | }, | ||
| 3077 | "funding": { | ||
| 3078 | "url": "https://github.com/chalk/wrap-ansi?sponsor=1" | ||
| 3079 | } | ||
| 3080 | }, | ||
| 3081 | "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { | ||
| 3082 | "version": "5.0.1", | ||
| 3083 | "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", | ||
| 3084 | "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", | ||
| 3085 | "license": "MIT", | ||
| 3086 | "engines": { | ||
| 3087 | "node": ">=8" | ||
| 3088 | } | ||
| 3089 | }, | ||
| 3090 | "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { | ||
| 3091 | "version": "4.3.0", | ||
| 3092 | "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", | ||
| 3093 | "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", | ||
| 3094 | "license": "MIT", | ||
| 3095 | "dependencies": { | ||
| 3096 | "color-convert": "^2.0.1" | ||
| 3097 | }, | ||
| 3098 | "engines": { | ||
| 3099 | "node": ">=8" | ||
| 3100 | }, | ||
| 3101 | "funding": { | ||
| 3102 | "url": "https://github.com/chalk/ansi-styles?sponsor=1" | ||
| 3103 | } | ||
| 3104 | }, | ||
| 3105 | "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { | ||
| 3106 | "version": "8.0.0", | ||
| 3107 | "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", | ||
| 3108 | "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", | ||
| 3109 | "license": "MIT" | ||
| 3110 | }, | ||
| 3111 | "node_modules/wrap-ansi-cjs/node_modules/string-width": { | ||
| 3112 | "version": "4.2.3", | ||
| 3113 | "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", | ||
| 3114 | "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", | ||
| 3115 | "license": "MIT", | ||
| 3116 | "dependencies": { | ||
| 3117 | "emoji-regex": "^8.0.0", | ||
| 3118 | "is-fullwidth-code-point": "^3.0.0", | ||
| 3119 | "strip-ansi": "^6.0.1" | ||
| 3120 | }, | ||
| 3121 | "engines": { | ||
| 3122 | "node": ">=8" | ||
| 3123 | } | ||
| 3124 | }, | ||
| 3125 | "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { | ||
| 3126 | "version": "6.0.1", | ||
| 3127 | "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", | ||
| 3128 | "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", | ||
| 3129 | "license": "MIT", | ||
| 3130 | "dependencies": { | ||
| 3131 | "ansi-regex": "^5.0.1" | ||
| 3132 | }, | ||
| 3133 | "engines": { | ||
| 3134 | "node": ">=8" | ||
| 3135 | } | ||
| 3136 | }, | ||
| 3137 | "node_modules/y18n": { | 2801 | "node_modules/y18n": { |
| 3138 | "version": "5.0.8", | 2802 | "version": "5.0.8", |
| 3139 | "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", | 2803 | "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", |
