diff options
| author | Matweb Bot | 2025-05-16 04:10:36 +0000 |
|---|---|---|
| committer | Matweb Bot | 2025-05-16 04:10:36 +0000 |
| commit | 161042e692f0191ba4630458215bf9819794cf3e (patch) | |
| tree | d65ab222dce67a58ac7e5b9f8be3edc84989437d /package-lock.json | |
| parent | d071de9c05b986d58dc6462b967065d8fe7344d1 (diff) | |
RenovateBot: Update dependency @tailwindcss/postcss to v4.1.7
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 557 |
1 files changed, 551 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index dad24f5..e1668dd 100644 --- a/package-lock.json +++ b/package-lock.json | |||
| @@ -768,18 +768,563 @@ | |||
| 768 | } | 768 | } |
| 769 | }, | 769 | }, |
| 770 | "node_modules/@tailwindcss/postcss": { | 770 | "node_modules/@tailwindcss/postcss": { |
| 771 | "version": "4.1.6", | 771 | "version": "4.1.7", |
| 772 | "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.6.tgz", | 772 | "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.7.tgz", |
| 773 | "integrity": "sha512-ELq+gDMBuRXPJlpE3PEen+1MhnHAQQrh2zF0dI1NXOlEWfr2qWf2CQdr5jl9yANv8RErQaQ2l6nIFO9OSCVq/g==", | 773 | "integrity": "sha512-88g3qmNZn7jDgrrcp3ZXEQfp9CVox7xjP1HN2TFKI03CltPVd/c61ydn5qJJL8FYunn0OqBaW5HNUga0kmPVvw==", |
| 774 | "license": "MIT", | 774 | "license": "MIT", |
| 775 | "dependencies": { | 775 | "dependencies": { |
| 776 | "@alloc/quick-lru": "^5.2.0", | 776 | "@alloc/quick-lru": "^5.2.0", |
| 777 | "@tailwindcss/node": "4.1.6", | 777 | "@tailwindcss/node": "4.1.7", |
| 778 | "@tailwindcss/oxide": "4.1.6", | 778 | "@tailwindcss/oxide": "4.1.7", |
| 779 | "postcss": "^8.4.41", | 779 | "postcss": "^8.4.41", |
| 780 | "tailwindcss": "4.1.6" | 780 | "tailwindcss": "4.1.7" |
| 781 | } | ||
| 782 | }, | ||
| 783 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/node": { | ||
| 784 | "version": "4.1.7", | ||
| 785 | "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.7.tgz", | ||
| 786 | "integrity": "sha512-9rsOpdY9idRI2NH6CL4wORFY0+Q6fnx9XP9Ju+iq/0wJwGD5IByIgFmwVbyy4ymuyprj8Qh4ErxMKTUL4uNh3g==", | ||
| 787 | "license": "MIT", | ||
| 788 | "dependencies": { | ||
| 789 | "@ampproject/remapping": "^2.3.0", | ||
| 790 | "enhanced-resolve": "^5.18.1", | ||
| 791 | "jiti": "^2.4.2", | ||
| 792 | "lightningcss": "1.30.1", | ||
| 793 | "magic-string": "^0.30.17", | ||
| 794 | "source-map-js": "^1.2.1", | ||
| 795 | "tailwindcss": "4.1.7" | ||
| 796 | } | ||
| 797 | }, | ||
| 798 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide": { | ||
| 799 | "version": "4.1.7", | ||
| 800 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.7.tgz", | ||
| 801 | "integrity": "sha512-5SF95Ctm9DFiUyjUPnDGkoKItPX/k+xifcQhcqX5RA85m50jw1pT/KzjdvlqxRja45Y52nR4MR9fD1JYd7f8NQ==", | ||
| 802 | "hasInstallScript": true, | ||
| 803 | "license": "MIT", | ||
| 804 | "dependencies": { | ||
| 805 | "detect-libc": "^2.0.4", | ||
| 806 | "tar": "^7.4.3" | ||
| 807 | }, | ||
| 808 | "engines": { | ||
| 809 | "node": ">= 10" | ||
| 810 | }, | ||
| 811 | "optionalDependencies": { | ||
| 812 | "@tailwindcss/oxide-android-arm64": "4.1.7", | ||
| 813 | "@tailwindcss/oxide-darwin-arm64": "4.1.7", | ||
| 814 | "@tailwindcss/oxide-darwin-x64": "4.1.7", | ||
| 815 | "@tailwindcss/oxide-freebsd-x64": "4.1.7", | ||
| 816 | "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.7", | ||
| 817 | "@tailwindcss/oxide-linux-arm64-gnu": "4.1.7", | ||
| 818 | "@tailwindcss/oxide-linux-arm64-musl": "4.1.7", | ||
| 819 | "@tailwindcss/oxide-linux-x64-gnu": "4.1.7", | ||
| 820 | "@tailwindcss/oxide-linux-x64-musl": "4.1.7", | ||
| 821 | "@tailwindcss/oxide-wasm32-wasi": "4.1.7", | ||
| 822 | "@tailwindcss/oxide-win32-arm64-msvc": "4.1.7", | ||
| 823 | "@tailwindcss/oxide-win32-x64-msvc": "4.1.7" | ||
| 824 | } | ||
| 825 | }, | ||
| 826 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-android-arm64": { | ||
| 827 | "version": "4.1.7", | ||
| 828 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.7.tgz", | ||
| 829 | "integrity": "sha512-IWA410JZ8fF7kACus6BrUwY2Z1t1hm0+ZWNEzykKmMNM09wQooOcN/VXr0p/WJdtHZ90PvJf2AIBS/Ceqx1emg==", | ||
| 830 | "cpu": [ | ||
| 831 | "arm64" | ||
| 832 | ], | ||
| 833 | "license": "MIT", | ||
| 834 | "optional": true, | ||
| 835 | "os": [ | ||
| 836 | "android" | ||
| 837 | ], | ||
| 838 | "engines": { | ||
| 839 | "node": ">= 10" | ||
| 840 | } | ||
| 841 | }, | ||
| 842 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-darwin-arm64": { | ||
| 843 | "version": "4.1.7", | ||
| 844 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.7.tgz", | ||
| 845 | "integrity": "sha512-81jUw9To7fimGGkuJ2W5h3/oGonTOZKZ8C2ghm/TTxbwvfSiFSDPd6/A/KE2N7Jp4mv3Ps9OFqg2fEKgZFfsvg==", | ||
| 846 | "cpu": [ | ||
| 847 | "arm64" | ||
| 848 | ], | ||
| 849 | "license": "MIT", | ||
| 850 | "optional": true, | ||
| 851 | "os": [ | ||
| 852 | "darwin" | ||
| 853 | ], | ||
| 854 | "engines": { | ||
| 855 | "node": ">= 10" | ||
| 856 | } | ||
| 857 | }, | ||
| 858 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-darwin-x64": { | ||
| 859 | "version": "4.1.7", | ||
| 860 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.7.tgz", | ||
| 861 | "integrity": "sha512-q77rWjEyGHV4PdDBtrzO0tgBBPlQWKY7wZK0cUok/HaGgbNKecegNxCGikuPJn5wFAlIywC3v+WMBt0PEBtwGw==", | ||
| 862 | "cpu": [ | ||
| 863 | "x64" | ||
| 864 | ], | ||
| 865 | "license": "MIT", | ||
| 866 | "optional": true, | ||
| 867 | "os": [ | ||
| 868 | "darwin" | ||
| 869 | ], | ||
| 870 | "engines": { | ||
| 871 | "node": ">= 10" | ||
| 872 | } | ||
| 873 | }, | ||
| 874 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-freebsd-x64": { | ||
| 875 | "version": "4.1.7", | ||
| 876 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.7.tgz", | ||
| 877 | "integrity": "sha512-RfmdbbK6G6ptgF4qqbzoxmH+PKfP4KSVs7SRlTwcbRgBwezJkAO3Qta/7gDy10Q2DcUVkKxFLXUQO6J3CRvBGw==", | ||
| 878 | "cpu": [ | ||
| 879 | "x64" | ||
| 880 | ], | ||
| 881 | "license": "MIT", | ||
| 882 | "optional": true, | ||
| 883 | "os": [ | ||
| 884 | "freebsd" | ||
| 885 | ], | ||
| 886 | "engines": { | ||
| 887 | "node": ">= 10" | ||
| 888 | } | ||
| 889 | }, | ||
| 890 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { | ||
| 891 | "version": "4.1.7", | ||
| 892 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.7.tgz", | ||
| 893 | "integrity": "sha512-OZqsGvpwOa13lVd1z6JVwQXadEobmesxQ4AxhrwRiPuE04quvZHWn/LnihMg7/XkN+dTioXp/VMu/p6A5eZP3g==", | ||
| 894 | "cpu": [ | ||
| 895 | "arm" | ||
| 896 | ], | ||
| 897 | "license": "MIT", | ||
| 898 | "optional": true, | ||
| 899 | "os": [ | ||
| 900 | "linux" | ||
| 901 | ], | ||
| 902 | "engines": { | ||
| 903 | "node": ">= 10" | ||
| 904 | } | ||
| 905 | }, | ||
| 906 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-linux-arm64-gnu": { | ||
| 907 | "version": "4.1.7", | ||
| 908 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.7.tgz", | ||
| 909 | "integrity": "sha512-voMvBTnJSfKecJxGkoeAyW/2XRToLZ227LxswLAwKY7YslG/Xkw9/tJNH+3IVh5bdYzYE7DfiaPbRkSHFxY1xA==", | ||
| 910 | "cpu": [ | ||
| 911 | "arm64" | ||
| 912 | ], | ||
| 913 | "license": "MIT", | ||
| 914 | "optional": true, | ||
| 915 | "os": [ | ||
| 916 | "linux" | ||
| 917 | ], | ||
| 918 | "engines": { | ||
| 919 | "node": ">= 10" | ||
| 920 | } | ||
| 921 | }, | ||
| 922 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-linux-arm64-musl": { | ||
| 923 | "version": "4.1.7", | ||
| 924 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.7.tgz", | ||
| 925 | "integrity": "sha512-PjGuNNmJeKHnP58M7XyjJyla8LPo+RmwHQpBI+W/OxqrwojyuCQ+GUtygu7jUqTEexejZHr/z3nBc/gTiXBj4A==", | ||
| 926 | "cpu": [ | ||
| 927 | "arm64" | ||
| 928 | ], | ||
| 929 | "license": "MIT", | ||
| 930 | "optional": true, | ||
| 931 | "os": [ | ||
| 932 | "linux" | ||
| 933 | ], | ||
| 934 | "engines": { | ||
| 935 | "node": ">= 10" | ||
| 936 | } | ||
| 937 | }, | ||
| 938 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-linux-x64-gnu": { | ||
| 939 | "version": "4.1.7", | ||
| 940 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.7.tgz", | ||
| 941 | "integrity": "sha512-HMs+Va+ZR3gC3mLZE00gXxtBo3JoSQxtu9lobbZd+DmfkIxR54NO7Z+UQNPsa0P/ITn1TevtFxXTpsRU7qEvWg==", | ||
| 942 | "cpu": [ | ||
| 943 | "x64" | ||
| 944 | ], | ||
| 945 | "license": "MIT", | ||
| 946 | "optional": true, | ||
| 947 | "os": [ | ||
| 948 | "linux" | ||
| 949 | ], | ||
| 950 | "engines": { | ||
| 951 | "node": ">= 10" | ||
| 952 | } | ||
| 953 | }, | ||
| 954 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-linux-x64-musl": { | ||
| 955 | "version": "4.1.7", | ||
| 956 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.7.tgz", | ||
| 957 | "integrity": "sha512-MHZ6jyNlutdHH8rd+YTdr3QbXrHXqwIhHw9e7yXEBcQdluGwhpQY2Eku8UZK6ReLaWtQ4gijIv5QoM5eE+qlsA==", | ||
| 958 | "cpu": [ | ||
| 959 | "x64" | ||
| 960 | ], | ||
| 961 | "license": "MIT", | ||
| 962 | "optional": true, | ||
| 963 | "os": [ | ||
| 964 | "linux" | ||
| 965 | ], | ||
| 966 | "engines": { | ||
| 967 | "node": ">= 10" | ||
| 968 | } | ||
| 969 | }, | ||
| 970 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-wasm32-wasi": { | ||
| 971 | "version": "4.1.7", | ||
| 972 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.7.tgz", | ||
| 973 | "integrity": "sha512-ANaSKt74ZRzE2TvJmUcbFQ8zS201cIPxUDm5qez5rLEwWkie2SkGtA4P+GPTj+u8N6JbPrC8MtY8RmJA35Oo+A==", | ||
| 974 | "bundleDependencies": [ | ||
| 975 | "@napi-rs/wasm-runtime", | ||
| 976 | "@emnapi/core", | ||
| 977 | "@emnapi/runtime", | ||
| 978 | "@tybys/wasm-util", | ||
| 979 | "@emnapi/wasi-threads", | ||
| 980 | "tslib" | ||
| 981 | ], | ||
| 982 | "cpu": [ | ||
| 983 | "wasm32" | ||
| 984 | ], | ||
| 985 | "license": "MIT", | ||
| 986 | "optional": true, | ||
| 987 | "dependencies": { | ||
| 988 | "@emnapi/core": "^1.4.3", | ||
| 989 | "@emnapi/runtime": "^1.4.3", | ||
| 990 | "@emnapi/wasi-threads": "^1.0.2", | ||
| 991 | "@napi-rs/wasm-runtime": "^0.2.9", | ||
| 992 | "@tybys/wasm-util": "^0.9.0", | ||
| 993 | "tslib": "^2.8.0" | ||
| 994 | }, | ||
| 995 | "engines": { | ||
| 996 | "node": ">=14.0.0" | ||
| 997 | } | ||
| 998 | }, | ||
| 999 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { | ||
| 1000 | "version": "1.4.3", | ||
| 1001 | "inBundle": true, | ||
| 1002 | "license": "MIT", | ||
| 1003 | "optional": true, | ||
| 1004 | "dependencies": { | ||
| 1005 | "@emnapi/wasi-threads": "1.0.2", | ||
| 1006 | "tslib": "^2.4.0" | ||
| 1007 | } | ||
| 1008 | }, | ||
| 1009 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { | ||
| 1010 | "version": "1.4.3", | ||
| 1011 | "inBundle": true, | ||
| 1012 | "license": "MIT", | ||
| 1013 | "optional": true, | ||
| 1014 | "dependencies": { | ||
| 1015 | "tslib": "^2.4.0" | ||
| 1016 | } | ||
| 1017 | }, | ||
| 1018 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { | ||
| 1019 | "version": "1.0.2", | ||
| 1020 | "inBundle": true, | ||
| 1021 | "license": "MIT", | ||
| 1022 | "optional": true, | ||
| 1023 | "dependencies": { | ||
| 1024 | "tslib": "^2.4.0" | ||
| 1025 | } | ||
| 1026 | }, | ||
| 1027 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { | ||
| 1028 | "version": "0.2.9", | ||
| 1029 | "inBundle": true, | ||
| 1030 | "license": "MIT", | ||
| 1031 | "optional": true, | ||
| 1032 | "dependencies": { | ||
| 1033 | "@emnapi/core": "^1.4.0", | ||
| 1034 | "@emnapi/runtime": "^1.4.0", | ||
| 1035 | "@tybys/wasm-util": "^0.9.0" | ||
| 1036 | } | ||
| 1037 | }, | ||
| 1038 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { | ||
| 1039 | "version": "0.9.0", | ||
| 1040 | "inBundle": true, | ||
| 1041 | "license": "MIT", | ||
| 1042 | "optional": true, | ||
| 1043 | "dependencies": { | ||
| 1044 | "tslib": "^2.4.0" | ||
| 1045 | } | ||
| 1046 | }, | ||
| 1047 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { | ||
| 1048 | "version": "2.8.0", | ||
| 1049 | "inBundle": true, | ||
| 1050 | "license": "0BSD", | ||
| 1051 | "optional": true | ||
| 1052 | }, | ||
| 1053 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-win32-arm64-msvc": { | ||
| 1054 | "version": "4.1.7", | ||
| 1055 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.7.tgz", | ||
| 1056 | "integrity": "sha512-HUiSiXQ9gLJBAPCMVRk2RT1ZrBjto7WvqsPBwUrNK2BcdSxMnk19h4pjZjI7zgPhDxlAbJSumTC4ljeA9y0tEw==", | ||
| 1057 | "cpu": [ | ||
| 1058 | "arm64" | ||
| 1059 | ], | ||
| 1060 | "license": "MIT", | ||
| 1061 | "optional": true, | ||
| 1062 | "os": [ | ||
| 1063 | "win32" | ||
| 1064 | ], | ||
| 1065 | "engines": { | ||
| 1066 | "node": ">= 10" | ||
| 1067 | } | ||
| 1068 | }, | ||
| 1069 | "node_modules/@tailwindcss/postcss/node_modules/@tailwindcss/oxide-win32-x64-msvc": { | ||
| 1070 | "version": "4.1.7", | ||
| 1071 | "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.7.tgz", | ||
| 1072 | "integrity": "sha512-rYHGmvoHiLJ8hWucSfSOEmdCBIGZIq7SpkPRSqLsH2Ab2YUNgKeAPT1Fi2cx3+hnYOrAb0jp9cRyode3bBW4mQ==", | ||
| 1073 | "cpu": [ | ||
| 1074 | "x64" | ||
| 1075 | ], | ||
| 1076 | "license": "MIT", | ||
| 1077 | "optional": true, | ||
| 1078 | "os": [ | ||
| 1079 | "win32" | ||
| 1080 | ], | ||
| 1081 | "engines": { | ||
| 1082 | "node": ">= 10" | ||
| 1083 | } | ||
| 1084 | }, | ||
| 1085 | "node_modules/@tailwindcss/postcss/node_modules/detect-libc": { | ||
| 1086 | "version": "2.0.4", | ||
| 1087 | "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", | ||
| 1088 | "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", | ||
| 1089 | "license": "Apache-2.0", | ||
| 1090 | "engines": { | ||
| 1091 | "node": ">=8" | ||
| 1092 | } | ||
| 1093 | }, | ||
| 1094 | "node_modules/@tailwindcss/postcss/node_modules/lightningcss": { | ||
| 1095 | "version": "1.30.1", | ||
| 1096 | "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz", | ||
| 1097 | "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==", | ||
| 1098 | "license": "MPL-2.0", | ||
| 1099 | "dependencies": { | ||
| 1100 | "detect-libc": "^2.0.3" | ||
| 1101 | }, | ||
| 1102 | "engines": { | ||
| 1103 | "node": ">= 12.0.0" | ||
| 1104 | }, | ||
| 1105 | "funding": { | ||
| 1106 | "type": "opencollective", | ||
| 1107 | "url": "https://opencollective.com/parcel" | ||
| 1108 | }, | ||
| 1109 | "optionalDependencies": { | ||
| 1110 | "lightningcss-darwin-arm64": "1.30.1", | ||
| 1111 | "lightningcss-darwin-x64": "1.30.1", | ||
| 1112 | "lightningcss-freebsd-x64": "1.30.1", | ||
| 1113 | "lightningcss-linux-arm-gnueabihf": "1.30.1", | ||
| 1114 | "lightningcss-linux-arm64-gnu": "1.30.1", | ||
| 1115 | "lightningcss-linux-arm64-musl": "1.30.1", | ||
| 1116 | "lightningcss-linux-x64-gnu": "1.30.1", | ||
| 1117 | "lightningcss-linux-x64-musl": "1.30.1", | ||
| 1118 | "lightningcss-win32-arm64-msvc": "1.30.1", | ||
| 1119 | "lightningcss-win32-x64-msvc": "1.30.1" | ||
| 1120 | } | ||
| 1121 | }, | ||
| 1122 | "node_modules/@tailwindcss/postcss/node_modules/lightningcss-darwin-arm64": { | ||
| 1123 | "version": "1.30.1", | ||
| 1124 | "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz", | ||
| 1125 | "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==", | ||
| 1126 | "cpu": [ | ||
| 1127 | "arm64" | ||
| 1128 | ], | ||
| 1129 | "license": "MPL-2.0", | ||
| 1130 | "optional": true, | ||
| 1131 | "os": [ | ||
| 1132 | "darwin" | ||
| 1133 | ], | ||
| 1134 | "engines": { | ||
| 1135 | "node": ">= 12.0.0" | ||
| 1136 | }, | ||
| 1137 | "funding": { | ||
| 1138 | "type": "opencollective", | ||
| 1139 | "url": "https://opencollective.com/parcel" | ||
| 1140 | } | ||
| 1141 | }, | ||
| 1142 | "node_modules/@tailwindcss/postcss/node_modules/lightningcss-darwin-x64": { | ||
| 1143 | "version": "1.30.1", | ||
| 1144 | "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz", | ||
| 1145 | "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==", | ||
| 1146 | "cpu": [ | ||
| 1147 | "x64" | ||
| 1148 | ], | ||
| 1149 | "license": "MPL-2.0", | ||
| 1150 | "optional": true, | ||
| 1151 | "os": [ | ||
| 1152 | "darwin" | ||
| 1153 | ], | ||
| 1154 | "engines": { | ||
| 1155 | "node": ">= 12.0.0" | ||
| 1156 | }, | ||
| 1157 | "funding": { | ||
| 1158 | "type": "opencollective", | ||
| 1159 | "url": "https://opencollective.com/parcel" | ||
| 1160 | } | ||
| 1161 | }, | ||
| 1162 | "node_modules/@tailwindcss/postcss/node_modules/lightningcss-freebsd-x64": { | ||
| 1163 | "version": "1.30.1", | ||
| 1164 | "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz", | ||
| 1165 | "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==", | ||
| 1166 | "cpu": [ | ||
| 1167 | "x64" | ||
| 1168 | ], | ||
| 1169 | "license": "MPL-2.0", | ||
| 1170 | "optional": true, | ||
| 1171 | "os": [ | ||
| 1172 | "freebsd" | ||
| 1173 | ], | ||
| 1174 | "engines": { | ||
| 1175 | "node": ">= 12.0.0" | ||
| 1176 | }, | ||
| 1177 | "funding": { | ||
| 1178 | "type": "opencollective", | ||
| 1179 | "url": "https://opencollective.com/parcel" | ||
| 781 | } | 1180 | } |
| 782 | }, | 1181 | }, |
| 1182 | "node_modules/@tailwindcss/postcss/node_modules/lightningcss-linux-arm-gnueabihf": { | ||
| 1183 | "version": "1.30.1", | ||
| 1184 | "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz", | ||
| 1185 | "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==", | ||
| 1186 | "cpu": [ | ||
| 1187 | "arm" | ||
| 1188 | ], | ||
| 1189 | "license": "MPL-2.0", | ||
| 1190 | "optional": true, | ||
| 1191 | "os": [ | ||
| 1192 | "linux" | ||
| 1193 | ], | ||
| 1194 | "engines": { | ||
| 1195 | "node": ">= 12.0.0" | ||
| 1196 | }, | ||
| 1197 | "funding": { | ||
| 1198 | "type": "opencollective", | ||
| 1199 | "url": "https://opencollective.com/parcel" | ||
| 1200 | } | ||
| 1201 | }, | ||
| 1202 | "node_modules/@tailwindcss/postcss/node_modules/lightningcss-linux-arm64-gnu": { | ||
| 1203 | "version": "1.30.1", | ||
| 1204 | "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz", | ||
| 1205 | "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==", | ||
| 1206 | "cpu": [ | ||
| 1207 | "arm64" | ||
| 1208 | ], | ||
| 1209 | "license": "MPL-2.0", | ||
| 1210 | "optional": true, | ||
| 1211 | "os": [ | ||
| 1212 | "linux" | ||
| 1213 | ], | ||
| 1214 | "engines": { | ||
| 1215 | "node": ">= 12.0.0" | ||
| 1216 | }, | ||
| 1217 | "funding": { | ||
| 1218 | "type": "opencollective", | ||
| 1219 | "url": "https://opencollective.com/parcel" | ||
| 1220 | } | ||
| 1221 | }, | ||
| 1222 | "node_modules/@tailwindcss/postcss/node_modules/lightningcss-linux-arm64-musl": { | ||
| 1223 | "version": "1.30.1", | ||
| 1224 | "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz", | ||
| 1225 | "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==", | ||
| 1226 | "cpu": [ | ||
| 1227 | "arm64" | ||
| 1228 | ], | ||
| 1229 | "license": "MPL-2.0", | ||
| 1230 | "optional": true, | ||
| 1231 | "os": [ | ||
| 1232 | "linux" | ||
| 1233 | ], | ||
| 1234 | "engines": { | ||
| 1235 | "node": ">= 12.0.0" | ||
| 1236 | }, | ||
| 1237 | "funding": { | ||
| 1238 | "type": "opencollective", | ||
| 1239 | "url": "https://opencollective.com/parcel" | ||
| 1240 | } | ||
| 1241 | }, | ||
| 1242 | "node_modules/@tailwindcss/postcss/node_modules/lightningcss-linux-x64-gnu": { | ||
| 1243 | "version": "1.30.1", | ||
| 1244 | "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz", | ||
| 1245 | "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==", | ||
| 1246 | "cpu": [ | ||
| 1247 | "x64" | ||
| 1248 | ], | ||
| 1249 | "license": "MPL-2.0", | ||
| 1250 | "optional": true, | ||
| 1251 | "os": [ | ||
| 1252 | "linux" | ||
| 1253 | ], | ||
| 1254 | "engines": { | ||
| 1255 | "node": ">= 12.0.0" | ||
| 1256 | }, | ||
| 1257 | "funding": { | ||
| 1258 | "type": "opencollective", | ||
| 1259 | "url": "https://opencollective.com/parcel" | ||
| 1260 | } | ||
| 1261 | }, | ||
| 1262 | "node_modules/@tailwindcss/postcss/node_modules/lightningcss-linux-x64-musl": { | ||
| 1263 | "version": "1.30.1", | ||
| 1264 | "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz", | ||
| 1265 | "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==", | ||
| 1266 | "cpu": [ | ||
| 1267 | "x64" | ||
| 1268 | ], | ||
| 1269 | "license": "MPL-2.0", | ||
| 1270 | "optional": true, | ||
| 1271 | "os": [ | ||
| 1272 | "linux" | ||
| 1273 | ], | ||
| 1274 | "engines": { | ||
| 1275 | "node": ">= 12.0.0" | ||
| 1276 | }, | ||
| 1277 | "funding": { | ||
| 1278 | "type": "opencollective", | ||
| 1279 | "url": "https://opencollective.com/parcel" | ||
| 1280 | } | ||
| 1281 | }, | ||
| 1282 | "node_modules/@tailwindcss/postcss/node_modules/lightningcss-win32-arm64-msvc": { | ||
| 1283 | "version": "1.30.1", | ||
| 1284 | "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz", | ||
| 1285 | "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==", | ||
| 1286 | "cpu": [ | ||
| 1287 | "arm64" | ||
| 1288 | ], | ||
| 1289 | "license": "MPL-2.0", | ||
| 1290 | "optional": true, | ||
| 1291 | "os": [ | ||
| 1292 | "win32" | ||
| 1293 | ], | ||
| 1294 | "engines": { | ||
| 1295 | "node": ">= 12.0.0" | ||
| 1296 | }, | ||
| 1297 | "funding": { | ||
| 1298 | "type": "opencollective", | ||
| 1299 | "url": "https://opencollective.com/parcel" | ||
| 1300 | } | ||
| 1301 | }, | ||
| 1302 | "node_modules/@tailwindcss/postcss/node_modules/lightningcss-win32-x64-msvc": { | ||
| 1303 | "version": "1.30.1", | ||
| 1304 | "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz", | ||
| 1305 | "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==", | ||
| 1306 | "cpu": [ | ||
| 1307 | "x64" | ||
| 1308 | ], | ||
| 1309 | "license": "MPL-2.0", | ||
| 1310 | "optional": true, | ||
| 1311 | "os": [ | ||
| 1312 | "win32" | ||
| 1313 | ], | ||
| 1314 | "engines": { | ||
| 1315 | "node": ">= 12.0.0" | ||
| 1316 | }, | ||
| 1317 | "funding": { | ||
| 1318 | "type": "opencollective", | ||
| 1319 | "url": "https://opencollective.com/parcel" | ||
| 1320 | } | ||
| 1321 | }, | ||
| 1322 | "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { | ||
| 1323 | "version": "4.1.7", | ||
| 1324 | "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.7.tgz", | ||
| 1325 | "integrity": "sha512-kr1o/ErIdNhTz8uzAYL7TpaUuzKIE6QPQ4qmSdxnoX/lo+5wmUHQA6h3L5yIqEImSRnAAURDirLu/BgiXGPAhg==", | ||
| 1326 | "license": "MIT" | ||
| 1327 | }, | ||
| 783 | "node_modules/@trysound/sax": { | 1328 | "node_modules/@trysound/sax": { |
| 784 | "version": "0.2.0", | 1329 | "version": "0.2.0", |
| 785 | "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", | 1330 | "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", |
