1+ {
2+ "name" : " @csstools/postcss-contrast-color-function" ,
3+ "description" : " Dynamically specify a text color with adequate contrast" ,
4+ "version" : " 2.0.12" ,
5+ "contributors" : [
6+ {
7+ "name" : " Antonio Laguna" ,
8+ 9+ "url" : " https://antonio.laguna.es"
10+ },
11+ {
12+ "name" : " Romain Menke" ,
13+ 14+ }
15+ ],
16+ "license" : " MIT-0" ,
17+ "funding" : [
18+ {
19+ "type" : " github" ,
20+ "url" : " https://github.com/sponsors/csstools"
21+ },
22+ {
23+ "type" : " opencollective" ,
24+ "url" : " https://opencollective.com/csstools"
25+ }
26+ ],
27+ "engines" : {
28+ "node" : " >=18"
29+ },
30+ "type" : " module" ,
31+ "main" : " dist/index.cjs" ,
32+ "module" : " dist/index.mjs" ,
33+ "exports" : {
34+ "." : {
35+ "import" : {
36+ "types" : " ./dist/index.d.ts" ,
37+ "default" : " ./dist/index.mjs"
38+ },
39+ "require" : {
40+ "default" : " ./dist/index.cjs"
41+ }
42+ }
43+ },
44+ "dependencies" : {
45+ "@csstools/css-color-parser" : " ^3.1.0" ,
46+ "@csstools/css-parser-algorithms" : " ^3.0.5" ,
47+ "@csstools/css-tokenizer" : " ^3.0.4" ,
48+ "@csstools/postcss-progressive-custom-properties" : " ^4.2.1" ,
49+ "@csstools/utilities" : " ^2.0.0"
50+ },
51+ "peerDependencies" : {
52+ "postcss" : " ^8.4"
53+ },
54+ "scripts" : {},
55+ "homepage" : " https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-contrast-color-function#readme" ,
56+ "repository" : {
57+ "type" : " git" ,
58+ "url" : " git+https://github.com/csstools/postcss-plugins.git" ,
59+ "directory" : " plugins/postcss-contrast-color-function"
60+ },
61+ "bugs" : {
62+ "url" : " https://github.com/csstools/postcss-plugins/issues"
63+ },
64+ "keywords" : [
65+ " contrast" ,
66+ " contrast-color" ,
67+ " css" ,
68+ " postcss-plugin" ,
69+ " wcag"
70+ ],
71+ "_id" :
" @csstools/[email protected] " ,
72+ "gitHead" : " 6c5de75736c261e13b67922da8e7201cbc721552" ,
73+ "types" : " ./dist/index.d.ts" ,
74+ "_nodeVersion" : " 24.4.0" ,
75+ "_npmVersion" : " 11.4.2" ,
76+ "dist" : {
77+ "integrity" : " sha512-YbwWckjK3qwKjeYz/CijgcS7WDUCtKTd8ShLztm3/i5dhh4NaqzsbYnhm4bjrpFpnLZ31jVcbK8YL77z3GBPzA==" ,
78+ "shasum" : " ca46986d095c60f208d9e3f24704d199c9172637" ,
79+ "tarball" : " https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-2.0.12.tgz" ,
80+ "fileCount" : 7 ,
81+ "unpackedSize" : 7856 ,
82+ "signatures" : [
83+ {
84+ "keyid" : " SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U" ,
85+ "sig" : " MEQCIFksJ6VXihE8cUrIQiscNGzQXADW5qEuyHXcLoMQeNl9AiAlQbYtzzbszTtDejORAejZ3hP56qgAImCgUg763C96vg=="
86+ }
87+ ]
88+ },
89+ "_npmUser" : {
90+ "name" : " romainmenke" ,
91+ 92+ },
93+ "directories" : {},
94+ "maintainers" : [
95+ {
96+ "name" : " jonathantneal" ,
97+ 98+ },
99+ {
100+ "name" : " alaguna" ,
101+ 102+ },
103+ {
104+ "name" : " romainmenke" ,
105+ 106+ }
107+ ],
108+ "_npmOperationalInternal" : {
109+ "host" : " s3://npm-registry-packages-npm-production" ,
110+ "tmp" : " tmp/postcss-contrast-color-function_2.0.12_1758465437392_0.36629897287832414"
111+ },
112+ "_hasShrinkwrap" : false ,
113+ "_time" : " 2025-09-21T14:37:17.581Z"
114+ }
0 commit comments