- Timestamp:
- 12/20/2023 06:50:08 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/package-lock.json
r57069 r57213 9 9 "version": "2.7.0", 10 10 "devDependencies": { 11 "@wordpress/browserslist-config": "^5. 24.0",12 "autoprefixer": "^10.4.1 5",11 "@wordpress/browserslist-config": "^5.31.0", 12 "autoprefixer": "^10.4.16", 13 13 "chokidar-cli": "^3.0.0", 14 14 "node-sass": "^9.0.0", 15 15 "npm-run-all": "^4.1.5", 16 "postcss": "^8.4.29", 17 "postcss-cli": "^10.1.0", 18 "postcss-focus-within": "^8.0.0", 19 "rtlcss": "^4.1.0" 16 "postcss": "^8.4.32", 17 "postcss-cli": "^11.0.0", 18 "postcss-focus-within": "^8.0.1", 19 "rtlcss": "^4.1.1" 20 }, 21 "engines": { 22 "node": ">=20.10.0", 23 "npm": ">=10.2.3" 20 24 } 21 25 }, … … 150 154 } 151 155 }, 156 "node_modules/@sindresorhus/merge-streams": { 157 "version": "1.0.0", 158 "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-1.0.0.tgz", 159 "integrity": "sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw==", 160 "dev": true, 161 "engines": { 162 "node": ">=18" 163 }, 164 "funding": { 165 "url": "https://github.com/sponsors/sindresorhus" 166 } 167 }, 152 168 "node_modules/@tootallnate/once": { 153 169 "version": "2.0.0", … … 172 188 }, 173 189 "node_modules/@wordpress/browserslist-config": { 174 "version": "5. 24.0",175 "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-5. 24.0.tgz",176 "integrity": "sha512- 6QYbEVeIZxak8Bt0XCQ7msF9QcVjWqdREgDXVcWPD907WdKC5Hmi8ZtY63mY5OouKn5Cnxg7VJRv1AWb9eT0/g==",190 "version": "5.31.0", 191 "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-5.31.0.tgz", 192 "integrity": "sha512-fjglKNuqMKfGXrxuqea8ndTLkga9MfnyBBYuniGZ7cQo3iOhOn6ZqlfKygZdAuZ19FOwQWaQ+9W9MpOtU/4oCA==", 177 193 "dev": true, 178 194 "engines": { … … 297 313 }, 298 314 "node_modules/autoprefixer": { 299 "version": "10.4.1 5",300 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.1 5.tgz",301 "integrity": "sha512- KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==",315 "version": "10.4.16", 316 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz", 317 "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==", 302 318 "dev": true, 303 319 "funding": [ … … 317 333 "dependencies": { 318 334 "browserslist": "^4.21.10", 319 "caniuse-lite": "^1.0.300015 20",320 "fraction.js": "^4. 2.0",335 "caniuse-lite": "^1.0.30001538", 336 "fraction.js": "^4.3.6", 321 337 "normalize-range": "^0.1.2", 322 338 "picocolors": "^1.0.0", … … 498 514 }, 499 515 "node_modules/caniuse-lite": { 500 "version": "1.0.300015 27",501 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.300015 27.tgz",502 "integrity": "sha512- YkJi7RwPgWtXVSgK4lG9AHH57nSzvvOp9MesgXmw4Q7n0C3H04L0foHqfxcmSAm5AcWb8dW9AYj2tR7/5GnddQ==",516 "version": "1.0.30001566", 517 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001566.tgz", 518 "integrity": "sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==", 503 519 "dev": true, 504 520 "funding": [ … … 636 652 } 637 653 }, 638 "node_modules/chokidar-cli/node_modules/readdirp/node_modules/picomatch": {639 "version": "2.3.0",640 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",641 "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==",642 "dev": true,643 "engines": {644 "node": ">=8.6"645 },646 "funding": {647 "url": "https://github.com/sponsors/jonschlinkert"648 }649 },650 654 "node_modules/chownr": { 651 655 "version": "2.0.0", … … 846 850 "engines": { 847 851 "node": ">= 0.6.0" 848 }849 },850 "node_modules/dir-glob": {851 "version": "3.0.1",852 "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",853 "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",854 "dev": true,855 "dependencies": {856 "path-type": "^4.0.0"857 },858 "engines": {859 "node": ">=8"860 852 } 861 853 }, … … 956 948 }, 957 949 "node_modules/fast-glob": { 958 "version": "3. 2.12",959 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3. 2.12.tgz",960 "integrity": "sha512- DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",950 "version": "3.3.2", 951 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", 952 "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", 961 953 "dev": true, 962 954 "dependencies": { … … 972 964 }, 973 965 "node_modules/fastq": { 974 "version": "1.1 5.0",975 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.1 5.0.tgz",976 "integrity": "sha512- wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",966 "version": "1.16.0", 967 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.16.0.tgz", 968 "integrity": "sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==", 977 969 "dev": true, 978 970 "dependencies": { … … 1005 997 }, 1006 998 "node_modules/fraction.js": { 1007 "version": "4. 2.0",1008 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4. 2.0.tgz",1009 "integrity": "sha512- MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",999 "version": "4.3.7", 1000 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", 1001 "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", 1010 1002 "dev": true, 1011 1003 "engines": { … … 1014 1006 "funding": { 1015 1007 "type": "patreon", 1016 "url": "https:// www.patreon.com/infusion"1008 "url": "https://github.com/sponsors/rawify" 1017 1009 } 1018 1010 }, … … 1184 1176 }, 1185 1177 "node_modules/globby": { 1186 "version": "13.1.3", 1187 "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.3.tgz", 1188 "integrity": "sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==", 1189 "dev": true, 1190 "dependencies": { 1191 "dir-glob": "^3.0.1", 1192 "fast-glob": "^3.2.11", 1193 "ignore": "^5.2.0", 1194 "merge2": "^1.4.1", 1195 "slash": "^4.0.0" 1196 }, 1197 "engines": { 1198 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 1199 }, 1200 "funding": { 1201 "url": "https://github.com/sponsors/sindresorhus" 1202 } 1203 }, 1204 "node_modules/globby/node_modules/slash": { 1205 "version": "4.0.0", 1206 "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", 1207 "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", 1208 "dev": true, 1209 "engines": { 1210 "node": ">=12" 1178 "version": "14.0.0", 1179 "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.0.tgz", 1180 "integrity": "sha512-/1WM/LNHRAOH9lZta77uGbq0dAEQM+XjNesWwhlERDVenqothRbnzTrL3/LrIoEPPjeUHC3vrS6TwoyxeHs7MQ==", 1181 "dev": true, 1182 "dependencies": { 1183 "@sindresorhus/merge-streams": "^1.0.0", 1184 "fast-glob": "^3.3.2", 1185 "ignore": "^5.2.4", 1186 "path-type": "^5.0.0", 1187 "slash": "^5.1.0", 1188 "unicorn-magic": "^0.1.0" 1189 }, 1190 "engines": { 1191 "node": ">=18" 1211 1192 }, 1212 1193 "funding": { … … 1361 1342 }, 1362 1343 "node_modules/ignore": { 1363 "version": "5. 2.4",1364 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5. 2.4.tgz",1365 "integrity": "sha512- MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",1344 "version": "5.3.0", 1345 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", 1346 "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", 1366 1347 "dev": true, 1367 1348 "engines": { … … 1599 1580 }, 1600 1581 "node_modules/lilconfig": { 1601 "version": " 2.0.6",1602 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig- 2.0.6.tgz",1603 "integrity": "sha512- 9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==",1604 "dev": true, 1605 "engines": { 1606 "node": ">=1 0"1582 "version": "3.0.0", 1583 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", 1584 "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", 1585 "dev": true, 1586 "engines": { 1587 "node": ">=14" 1607 1588 } 1608 1589 }, … … 1812 1793 } 1813 1794 }, 1814 "node_modules/micromatch/node_modules/picomatch": {1815 "version": "2.3.1",1816 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",1817 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",1818 "dev": true,1819 "engines": {1820 "node": ">=8.6"1821 },1822 "funding": {1823 "url": "https://github.com/sponsors/jonschlinkert"1824 }1825 },1826 1795 "node_modules/min-indent": { 1827 1796 "version": "1.0.1", … … 1974 1943 }, 1975 1944 "node_modules/nanoid": { 1976 "version": "3.3. 6",1977 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3. 6.tgz",1978 "integrity": "sha512- BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",1945 "version": "3.3.7", 1946 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", 1947 "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", 1979 1948 "dev": true, 1980 1949 "funding": [ … … 2681 2650 }, 2682 2651 "node_modules/path-type": { 2683 "version": "4.0.0", 2684 "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", 2685 "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", 2686 "dev": true, 2687 "engines": { 2688 "node": ">=8" 2652 "version": "5.0.0", 2653 "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", 2654 "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", 2655 "dev": true, 2656 "engines": { 2657 "node": ">=12" 2658 }, 2659 "funding": { 2660 "url": "https://github.com/sponsors/sindresorhus" 2689 2661 } 2690 2662 }, … … 2696 2668 }, 2697 2669 "node_modules/picomatch": { 2698 "version": "2.0.7", 2699 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.0.7.tgz", 2700 "integrity": "sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==", 2701 "dev": true, 2702 "engines": { 2703 "node": ">=8" 2670 "version": "2.3.1", 2671 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 2672 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 2673 "dev": true, 2674 "engines": { 2675 "node": ">=8.6" 2676 }, 2677 "funding": { 2678 "url": "https://github.com/sponsors/jonschlinkert" 2704 2679 } 2705 2680 }, … … 2726 2701 }, 2727 2702 "node_modules/postcss": { 2728 "version": "8.4. 29",2729 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4. 29.tgz",2730 "integrity": "sha512- cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==",2703 "version": "8.4.32", 2704 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", 2705 "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", 2731 2706 "dev": true, 2732 2707 "funding": [ … … 2745 2720 ], 2746 2721 "dependencies": { 2747 "nanoid": "^3.3. 6",2722 "nanoid": "^3.3.7", 2748 2723 "picocolors": "^1.0.0", 2749 2724 "source-map-js": "^1.0.2" … … 2754 2729 }, 2755 2730 "node_modules/postcss-cli": { 2756 "version": "1 0.1.0",2757 "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-1 0.1.0.tgz",2758 "integrity": "sha512- Zu7PLORkE9YwNdvOeOVKPmWghprOtjFQU3srMUGbdz3pHJiFh7yZ4geiZFMkjMfB0mtTFR3h8RemR62rPkbOPA==",2731 "version": "11.0.0", 2732 "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-11.0.0.tgz", 2733 "integrity": "sha512-xMITAI7M0u1yolVcXJ9XTZiO9aO49mcoKQy6pCDFdMh9kGqhzLVpWxeD/32M/QBmkhcGypZFFOLNLmIW4Pg4RA==", 2759 2734 "dev": true, 2760 2735 "dependencies": { … … 2763 2738 "fs-extra": "^11.0.0", 2764 2739 "get-stdin": "^9.0.0", 2765 "globby": "^1 3.0.0",2740 "globby": "^14.0.0", 2766 2741 "picocolors": "^1.0.0", 2767 "postcss-load-config": "^ 4.0.0",2742 "postcss-load-config": "^5.0.0", 2768 2743 "postcss-reporter": "^7.0.0", 2769 2744 "pretty-hrtime": "^1.0.3", … … 2776 2751 }, 2777 2752 "engines": { 2778 "node": ">=1 4"2753 "node": ">=18" 2779 2754 }, 2780 2755 "peerDependencies": { … … 2916 2891 }, 2917 2892 "node_modules/postcss-focus-within": { 2918 "version": "8.0. 0",2919 "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-8.0. 0.tgz",2920 "integrity": "sha512- E7+J9nuQzZaA37D/MUZMX1K817RZGDab8qw6pFwzAkDd/QtlWJ9/WTKmzewNiuxzeq6WWY7ATiRePVoDKp+DnA==",2893 "version": "8.0.1", 2894 "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-8.0.1.tgz", 2895 "integrity": "sha512-NFU3xcY/xwNaapVb+1uJ4n23XImoC86JNwkY/uduytSl2s9Ekc2EpzmRR63+ExitnW3Mab3Fba/wRPCT5oDILA==", 2921 2896 "dev": true, 2922 2897 "funding": [ … … 2941 2916 }, 2942 2917 "node_modules/postcss-load-config": { 2943 "version": "4.0.1", 2944 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz", 2945 "integrity": "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==", 2946 "dev": true, 2947 "dependencies": { 2948 "lilconfig": "^2.0.5", 2949 "yaml": "^2.1.1" 2950 }, 2951 "engines": { 2952 "node": ">= 14" 2953 }, 2954 "funding": { 2955 "type": "opencollective", 2956 "url": "https://opencollective.com/postcss/" 2918 "version": "5.0.2", 2919 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-5.0.2.tgz", 2920 "integrity": "sha512-Q8QR3FYbqOKa0bnC1UQ2bFq9/ulHX5Bi34muzitMr8aDtUelO5xKeJEYC/5smE0jNE9zdB/NBnOwXKexELbRlw==", 2921 "dev": true, 2922 "funding": [ 2923 { 2924 "type": "opencollective", 2925 "url": "https://opencollective.com/postcss/" 2926 }, 2927 { 2928 "type": "github", 2929 "url": "https://github.com/sponsors/ai" 2930 } 2931 ], 2932 "dependencies": { 2933 "lilconfig": "^3.0.0", 2934 "yaml": "^2.3.4" 2935 }, 2936 "engines": { 2937 "node": ">= 18" 2957 2938 }, 2958 2939 "peerDependencies": { 2959 " postcss": ">=8.0.9",2960 " ts-node": ">=9.0.0"2940 "jiti": ">=1.21.0", 2941 "postcss": ">=8.0.9" 2961 2942 }, 2962 2943 "peerDependenciesMeta": { 2944 "jiti": { 2945 "optional": true 2946 }, 2963 2947 "postcss": { 2964 "optional": true2965 },2966 "ts-node": {2967 2948 "optional": true 2968 2949 } … … 3202 3183 } 3203 3184 }, 3204 "node_modules/readdirp/node_modules/picomatch": {3205 "version": "2.3.1",3206 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",3207 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",3208 "dev": true,3209 "engines": {3210 "node": ">=8.6"3211 },3212 "funding": {3213 "url": "https://github.com/sponsors/jonschlinkert"3214 }3215 },3216 3185 "node_modules/redent": { 3217 3186 "version": "3.0.0", … … 3286 3255 }, 3287 3256 "node_modules/rtlcss": { 3288 "version": "4.1. 0",3289 "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1. 0.tgz",3290 "integrity": "sha512- W+N4hh0nVqVrrn3mRkHakxpB+c9cQ4CRT67O39kgA+1DjyhrdsqyCqIuHXyvWaXn4/835n+oX3fYJCi4+G/06A==",3257 "version": "4.1.1", 3258 "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1.1.tgz", 3259 "integrity": "sha512-/oVHgBtnPNcggP2aVXQjSy6N1mMAfHg4GSag0QtZBlD5bdDgAHwr4pydqJGd+SUCu9260+Pjqbjwtvu7EMH1KQ==", 3291 3260 "dev": true, 3292 3261 "dependencies": { … … 3551 3520 }, 3552 3521 "node_modules/slash": { 3553 "version": "5. 0.0",3554 "resolved": "https://registry.npmjs.org/slash/-/slash-5. 0.0.tgz",3555 "integrity": "sha512- n6KkmvKS0623igEVj3FF0OZs1gYYJ0o0Hj939yc1fyxl2xt+xYpLnzJB6xBSqOfV9ZFLEWodBBN/heZJahuIJQ==",3522 "version": "5.1.0", 3523 "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", 3524 "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", 3556 3525 "dev": true, 3557 3526 "engines": { … … 3893 3862 } 3894 3863 }, 3864 "node_modules/unicorn-magic": { 3865 "version": "0.1.0", 3866 "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", 3867 "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", 3868 "dev": true, 3869 "engines": { 3870 "node": ">=18" 3871 }, 3872 "funding": { 3873 "url": "https://github.com/sponsors/sindresorhus" 3874 } 3875 }, 3895 3876 "node_modules/unique-filename": { 3896 3877 "version": "2.0.1", … … 4046 4027 }, 4047 4028 "node_modules/yaml": { 4048 "version": "2.3. 2",4049 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3. 2.tgz",4050 "integrity": "sha512- N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==",4029 "version": "2.3.4", 4030 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", 4031 "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", 4051 4032 "dev": true, 4052 4033 "engines": { … … 4196 4177 } 4197 4178 }, 4179 "@sindresorhus/merge-streams": { 4180 "version": "1.0.0", 4181 "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-1.0.0.tgz", 4182 "integrity": "sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw==", 4183 "dev": true 4184 }, 4198 4185 "@tootallnate/once": { 4199 4186 "version": "2.0.0", … … 4215 4202 }, 4216 4203 "@wordpress/browserslist-config": { 4217 "version": "5. 24.0",4218 "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-5. 24.0.tgz",4219 "integrity": "sha512- 6QYbEVeIZxak8Bt0XCQ7msF9QcVjWqdREgDXVcWPD907WdKC5Hmi8ZtY63mY5OouKn5Cnxg7VJRv1AWb9eT0/g==",4204 "version": "5.31.0", 4205 "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-5.31.0.tgz", 4206 "integrity": "sha512-fjglKNuqMKfGXrxuqea8ndTLkga9MfnyBBYuniGZ7cQo3iOhOn6ZqlfKygZdAuZ19FOwQWaQ+9W9MpOtU/4oCA==", 4220 4207 "dev": true 4221 4208 }, … … 4310 4297 }, 4311 4298 "autoprefixer": { 4312 "version": "10.4.1 5",4313 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.1 5.tgz",4314 "integrity": "sha512- KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==",4299 "version": "10.4.16", 4300 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz", 4301 "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==", 4315 4302 "dev": true, 4316 4303 "requires": { 4317 4304 "browserslist": "^4.21.10", 4318 "caniuse-lite": "^1.0.300015 20",4319 "fraction.js": "^4. 2.0",4305 "caniuse-lite": "^1.0.30001538", 4306 "fraction.js": "^4.3.6", 4320 4307 "normalize-range": "^0.1.2", 4321 4308 "picocolors": "^1.0.0", … … 4443 4430 }, 4444 4431 "caniuse-lite": { 4445 "version": "1.0.300015 27",4446 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.300015 27.tgz",4447 "integrity": "sha512- YkJi7RwPgWtXVSgK4lG9AHH57nSzvvOp9MesgXmw4Q7n0C3H04L0foHqfxcmSAm5AcWb8dW9AYj2tR7/5GnddQ==",4432 "version": "1.0.30001566", 4433 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001566.tgz", 4434 "integrity": "sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==", 4448 4435 "dev": true 4449 4436 }, … … 4527 4514 "requires": { 4528 4515 "picomatch": "^2.2.1" 4529 },4530 "dependencies": {4531 "picomatch": {4532 "version": "2.3.0",4533 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",4534 "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==",4535 "dev": true4536 }4537 4516 } 4538 4517 } … … 4693 4672 "dev": true 4694 4673 }, 4695 "dir-glob": {4696 "version": "3.0.1",4697 "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",4698 "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",4699 "dev": true,4700 "requires": {4701 "path-type": "^4.0.0"4702 }4703 },4704 4674 "electron-to-chromium": { 4705 4675 "version": "1.4.509", … … 4783 4753 }, 4784 4754 "fast-glob": { 4785 "version": "3. 2.12",4786 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3. 2.12.tgz",4787 "integrity": "sha512- DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",4755 "version": "3.3.2", 4756 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", 4757 "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", 4788 4758 "dev": true, 4789 4759 "requires": { … … 4796 4766 }, 4797 4767 "fastq": { 4798 "version": "1.1 5.0",4799 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.1 5.0.tgz",4800 "integrity": "sha512- wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",4768 "version": "1.16.0", 4769 "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.16.0.tgz", 4770 "integrity": "sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==", 4801 4771 "dev": true, 4802 4772 "requires": { … … 4823 4793 }, 4824 4794 "fraction.js": { 4825 "version": "4. 2.0",4826 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4. 2.0.tgz",4827 "integrity": "sha512- MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",4795 "version": "4.3.7", 4796 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", 4797 "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", 4828 4798 "dev": true 4829 4799 }, … … 4956 4926 }, 4957 4927 "globby": { 4958 "version": "13.1.3", 4959 "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.3.tgz", 4960 "integrity": "sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==", 4961 "dev": true, 4962 "requires": { 4963 "dir-glob": "^3.0.1", 4964 "fast-glob": "^3.2.11", 4965 "ignore": "^5.2.0", 4966 "merge2": "^1.4.1", 4967 "slash": "^4.0.0" 4968 }, 4969 "dependencies": { 4970 "slash": { 4971 "version": "4.0.0", 4972 "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", 4973 "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", 4974 "dev": true 4975 } 4928 "version": "14.0.0", 4929 "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.0.tgz", 4930 "integrity": "sha512-/1WM/LNHRAOH9lZta77uGbq0dAEQM+XjNesWwhlERDVenqothRbnzTrL3/LrIoEPPjeUHC3vrS6TwoyxeHs7MQ==", 4931 "dev": true, 4932 "requires": { 4933 "@sindresorhus/merge-streams": "^1.0.0", 4934 "fast-glob": "^3.3.2", 4935 "ignore": "^5.2.4", 4936 "path-type": "^5.0.0", 4937 "slash": "^5.1.0", 4938 "unicorn-magic": "^0.1.0" 4976 4939 } 4977 4940 }, … … 5095 5058 }, 5096 5059 "ignore": { 5097 "version": "5. 2.4",5098 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5. 2.4.tgz",5099 "integrity": "sha512- MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",5060 "version": "5.3.0", 5061 "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", 5062 "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", 5100 5063 "dev": true 5101 5064 }, … … 5286 5249 }, 5287 5250 "lilconfig": { 5288 "version": " 2.0.6",5289 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig- 2.0.6.tgz",5290 "integrity": "sha512- 9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==",5251 "version": "3.0.0", 5252 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", 5253 "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", 5291 5254 "dev": true 5292 5255 }, … … 5448 5411 "braces": "^3.0.2", 5449 5412 "picomatch": "^2.3.1" 5450 },5451 "dependencies": {5452 "picomatch": {5453 "version": "2.3.1",5454 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",5455 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",5456 "dev": true5457 }5458 5413 } 5459 5414 }, … … 5570 5525 }, 5571 5526 "nanoid": { 5572 "version": "3.3. 6",5573 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3. 6.tgz",5574 "integrity": "sha512- BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",5527 "version": "3.3.7", 5528 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", 5529 "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", 5575 5530 "dev": true 5576 5531 }, … … 6100 6055 }, 6101 6056 "path-type": { 6102 "version": " 4.0.0",6103 "resolved": "https://registry.npmjs.org/path-type/-/path-type- 4.0.0.tgz",6104 "integrity": "sha512- gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",6057 "version": "5.0.0", 6058 "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", 6059 "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", 6105 6060 "dev": true 6106 6061 }, … … 6112 6067 }, 6113 6068 "picomatch": { 6114 "version": "2. 0.7",6115 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2. 0.7.tgz",6116 "integrity": "sha512- oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==",6069 "version": "2.3.1", 6070 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 6071 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 6117 6072 "dev": true 6118 6073 }, … … 6130 6085 }, 6131 6086 "postcss": { 6132 "version": "8.4. 29",6133 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4. 29.tgz",6134 "integrity": "sha512- cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==",6135 "dev": true, 6136 "requires": { 6137 "nanoid": "^3.3. 6",6087 "version": "8.4.32", 6088 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", 6089 "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", 6090 "dev": true, 6091 "requires": { 6092 "nanoid": "^3.3.7", 6138 6093 "picocolors": "^1.0.0", 6139 6094 "source-map-js": "^1.0.2" … … 6141 6096 }, 6142 6097 "postcss-cli": { 6143 "version": "1 0.1.0",6144 "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-1 0.1.0.tgz",6145 "integrity": "sha512- Zu7PLORkE9YwNdvOeOVKPmWghprOtjFQU3srMUGbdz3pHJiFh7yZ4geiZFMkjMfB0mtTFR3h8RemR62rPkbOPA==",6098 "version": "11.0.0", 6099 "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-11.0.0.tgz", 6100 "integrity": "sha512-xMITAI7M0u1yolVcXJ9XTZiO9aO49mcoKQy6pCDFdMh9kGqhzLVpWxeD/32M/QBmkhcGypZFFOLNLmIW4Pg4RA==", 6146 6101 "dev": true, 6147 6102 "requires": { … … 6150 6105 "fs-extra": "^11.0.0", 6151 6106 "get-stdin": "^9.0.0", 6152 "globby": "^1 3.0.0",6107 "globby": "^14.0.0", 6153 6108 "picocolors": "^1.0.0", 6154 "postcss-load-config": "^ 4.0.0",6109 "postcss-load-config": "^5.0.0", 6155 6110 "postcss-reporter": "^7.0.0", 6156 6111 "pretty-hrtime": "^1.0.3", … … 6257 6212 }, 6258 6213 "postcss-focus-within": { 6259 "version": "8.0. 0",6260 "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-8.0. 0.tgz",6261 "integrity": "sha512- E7+J9nuQzZaA37D/MUZMX1K817RZGDab8qw6pFwzAkDd/QtlWJ9/WTKmzewNiuxzeq6WWY7ATiRePVoDKp+DnA==",6214 "version": "8.0.1", 6215 "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-8.0.1.tgz", 6216 "integrity": "sha512-NFU3xcY/xwNaapVb+1uJ4n23XImoC86JNwkY/uduytSl2s9Ekc2EpzmRR63+ExitnW3Mab3Fba/wRPCT5oDILA==", 6262 6217 "dev": true, 6263 6218 "requires": { … … 6266 6221 }, 6267 6222 "postcss-load-config": { 6268 "version": " 4.0.1",6269 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config- 4.0.1.tgz",6270 "integrity": "sha512- vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==",6271 "dev": true, 6272 "requires": { 6273 "lilconfig": "^ 2.0.5",6274 "yaml": "^2. 1.1"6223 "version": "5.0.2", 6224 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-5.0.2.tgz", 6225 "integrity": "sha512-Q8QR3FYbqOKa0bnC1UQ2bFq9/ulHX5Bi34muzitMr8aDtUelO5xKeJEYC/5smE0jNE9zdB/NBnOwXKexELbRlw==", 6226 "dev": true, 6227 "requires": { 6228 "lilconfig": "^3.0.0", 6229 "yaml": "^2.3.4" 6275 6230 } 6276 6231 }, … … 6441 6396 "requires": { 6442 6397 "picomatch": "^2.2.1" 6443 },6444 "dependencies": {6445 "picomatch": {6446 "version": "2.3.1",6447 "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",6448 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",6449 "dev": true6450 }6451 6398 } 6452 6399 }, … … 6504 6451 }, 6505 6452 "rtlcss": { 6506 "version": "4.1. 0",6507 "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1. 0.tgz",6508 "integrity": "sha512- W+N4hh0nVqVrrn3mRkHakxpB+c9cQ4CRT67O39kgA+1DjyhrdsqyCqIuHXyvWaXn4/835n+oX3fYJCi4+G/06A==",6453 "version": "4.1.1", 6454 "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1.1.tgz", 6455 "integrity": "sha512-/oVHgBtnPNcggP2aVXQjSy6N1mMAfHg4GSag0QtZBlD5bdDgAHwr4pydqJGd+SUCu9260+Pjqbjwtvu7EMH1KQ==", 6509 6456 "dev": true, 6510 6457 "requires": { … … 6689 6636 }, 6690 6637 "slash": { 6691 "version": "5. 0.0",6692 "resolved": "https://registry.npmjs.org/slash/-/slash-5. 0.0.tgz",6693 "integrity": "sha512- n6KkmvKS0623igEVj3FF0OZs1gYYJ0o0Hj939yc1fyxl2xt+xYpLnzJB6xBSqOfV9ZFLEWodBBN/heZJahuIJQ==",6638 "version": "5.1.0", 6639 "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", 6640 "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", 6694 6641 "dev": true 6695 6642 }, … … 6963 6910 "dev": true 6964 6911 }, 6912 "unicorn-magic": { 6913 "version": "0.1.0", 6914 "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", 6915 "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", 6916 "dev": true 6917 }, 6965 6918 "unique-filename": { 6966 6919 "version": "2.0.1", … … 7080 7033 }, 7081 7034 "yaml": { 7082 "version": "2.3. 2",7083 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3. 2.tgz",7084 "integrity": "sha512- N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==",7035 "version": "2.3.4", 7036 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", 7037 "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", 7085 7038 "dev": true 7086 7039 },
Note: See TracChangeset
for help on using the changeset viewer.