Skip to content

Commit 3e33128

Browse files
csstools/postcss-color-mix-variadic-function-arguments-1.0.2 (#2446)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 099c7fc commit 3e33128

1 file changed

Lines changed: 115 additions & 0 deletions

File tree

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
{
2+
"name": "@csstools/postcss-color-mix-variadic-function-arguments",
3+
"description": "Mix any number of colors with the color-mix function in CSS",
4+
"version": "1.0.2",
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-variadic-function-arguments#readme",
56+
"repository": {
57+
"type": "git",
58+
"url": "git+https://github.com/csstools/postcss-plugins.git",
59+
"directory": "plugins/postcss-color-mix-variadic-function-arguments"
60+
},
61+
"bugs": {
62+
"url": "https://github.com/csstools/postcss-plugins/issues"
63+
},
64+
"keywords": [
65+
"color-mix",
66+
"css",
67+
"interpolation",
68+
"postcss-plugin",
69+
"syntax",
70+
"variadic"
71+
],
72+
"_id": "@csstools/[email protected]",
73+
"gitHead": "40dc64c30a79b39f58eec2bbec2ddf96f4b6db3c",
74+
"types": "./dist/index.d.ts",
75+
"_nodeVersion": "24.4.0",
76+
"_npmVersion": "11.4.2",
77+
"dist": {
78+
"integrity": "sha512-rM67Gp9lRAkTo+X31DUqMEq+iK+EFqsidfecmhrteErxJZb6tUoJBVQca1Vn1GpDql1s1rD1pKcuYzMsg7Z1KQ==",
79+
"shasum": "b4012b62a4eaa24d694172bb7137f9d2319cb8f2",
80+
"tarball": "https://registry.npmjs.org/@csstools/postcss-color-mix-variadic-function-arguments/-/postcss-color-mix-variadic-function-arguments-1.0.2.tgz",
81+
"fileCount": 7,
82+
"unpackedSize": 9450,
83+
"signatures": [
84+
{
85+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
86+
"sig": "MEYCIQDQvtYfoa209HlKTkAIOYJktyZg1irasfwBrHbqKw+iBAIhAIGyewNHgGKxxZWvq0/h+S06urlDpnDeoryWKThK6OCC"
87+
}
88+
]
89+
},
90+
"_npmUser": {
91+
"name": "romainmenke",
92+
"email": "[email protected]"
93+
},
94+
"directories": {},
95+
"maintainers": [
96+
{
97+
"name": "jonathantneal",
98+
"email": "[email protected]"
99+
},
100+
{
101+
"name": "alaguna",
102+
"email": "[email protected]"
103+
},
104+
{
105+
"name": "romainmenke",
106+
"email": "[email protected]"
107+
}
108+
],
109+
"_npmOperationalInternal": {
110+
"host": "s3://npm-registry-packages-npm-production",
111+
"tmp": "tmp/postcss-color-mix-variadic-function-arguments_1.0.2_1758465422967_0.16792369511268812"
112+
},
113+
"_hasShrinkwrap": false,
114+
"_time": "2025-09-21T14:37:03.171Z"
115+
}

0 commit comments

Comments
 (0)