Skip to content

Commit 099c7fc

Browse files
csstools/postcss-color-mix-function-3.0.12 (#2445)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3419d6d commit 099c7fc

1 file changed

Lines changed: 121 additions & 0 deletions

File tree

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
{
2+
"name": "@csstools/postcss-color-mix-function",
3+
"description": "Use the color-mix function in CSS",
4+
"version": "3.0.12",
5+
"contributors": [
6+
{
7+
"name": "Antonio Laguna",
8+
"email": "[email protected]",
9+
"url": "https://antonio.laguna.es"
10+
},
11+
{
12+
"name": "Romain Menke",
13+
"email": "[email protected]"
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-color-mix-function#readme",
56+
"repository": {
57+
"type": "git",
58+
"url": "git+https://github.com/csstools/postcss-plugins.git",
59+
"directory": "plugins/postcss-color-mix-function"
60+
},
61+
"bugs": {
62+
"url": "https://github.com/csstools/postcss-plugins/issues"
63+
},
64+
"keywords": [
65+
"color-mix",
66+
"css",
67+
"display-p3",
68+
"interpolation",
69+
"postcss-plugin",
70+
"prophoto-rgb",
71+
"rec2020",
72+
"rgb",
73+
"rgba",
74+
"srgb-linear",
75+
"syntax",
76+
"xyz"
77+
],
78+
"_id": "@csstools/[email protected]",
79+
"gitHead": "feff88c9e5abb8678f9605d14270e0bea1b8104d",
80+
"types": "./dist/index.d.ts",
81+
"_nodeVersion": "24.4.0",
82+
"_npmVersion": "11.4.2",
83+
"dist": {
84+
"integrity": "sha512-4STERZfCP5Jcs13P1U5pTvI9SkgLgfMUMhdXW8IlJWkzOOOqhZIjcNhWtNJZes2nkBDsIKJ0CJtFtuaZ00moag==",
85+
"shasum": "2f1ee9f8208077af069545c9bd79bb9733382c2a",
86+
"tarball": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.12.tgz",
87+
"fileCount": 7,
88+
"unpackedSize": 8930,
89+
"signatures": [
90+
{
91+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
92+
"sig": "MEUCIE5FqNXwRix47XVYNk5oozThFc9R9E5FT/6ffMFxE7rLAiEAstrWcYQqiS6tOwm+qjG3p6mWzjMXcOPgwqaq/FBHB1M="
93+
}
94+
]
95+
},
96+
"_npmUser": {
97+
"name": "romainmenke",
98+
"email": "[email protected]"
99+
},
100+
"directories": {},
101+
"maintainers": [
102+
{
103+
"name": "jonathantneal",
104+
"email": "[email protected]"
105+
},
106+
{
107+
"name": "alaguna",
108+
"email": "[email protected]"
109+
},
110+
{
111+
"name": "romainmenke",
112+
"email": "[email protected]"
113+
}
114+
],
115+
"_npmOperationalInternal": {
116+
"host": "s3://npm-registry-packages-npm-production",
117+
"tmp": "tmp/postcss-color-mix-function_3.0.12_1758465415608_0.26537754926768153"
118+
},
119+
"_hasShrinkwrap": false,
120+
"_time": "2025-09-21T14:36:55.828Z"
121+
}

0 commit comments

Comments
 (0)