Skip to content

Commit b5b79db

Browse files
csstools/postcss-color-function-4.0.12 (#2434)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4b96812 commit b5b79db

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-function",
3+
"description": "Use the color() function in CSS",
4+
"version": "4.0.12",
5+
"author": {
6+
"name": "Jonathan Neal",
7+
"email": "[email protected]"
8+
},
9+
"license": "MIT-0",
10+
"funding": [
11+
{
12+
"type": "github",
13+
"url": "https://github.com/sponsors/csstools"
14+
},
15+
{
16+
"type": "opencollective",
17+
"url": "https://opencollective.com/csstools"
18+
}
19+
],
20+
"engines": {
21+
"node": ">=18"
22+
},
23+
"type": "module",
24+
"main": "dist/index.cjs",
25+
"module": "dist/index.mjs",
26+
"exports": {
27+
".": {
28+
"import": {
29+
"types": "./dist/index.d.ts",
30+
"default": "./dist/index.mjs"
31+
},
32+
"require": {
33+
"default": "./dist/index.cjs"
34+
}
35+
}
36+
},
37+
"dependencies": {
38+
"@csstools/css-color-parser": "^3.1.0",
39+
"@csstools/css-parser-algorithms": "^3.0.5",
40+
"@csstools/css-tokenizer": "^3.0.4",
41+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
42+
"@csstools/utilities": "^2.0.0"
43+
},
44+
"peerDependencies": {
45+
"postcss": "^8.4"
46+
},
47+
"scripts": {},
48+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function#readme",
49+
"repository": {
50+
"type": "git",
51+
"url": "git+https://github.com/csstools/postcss-plugins.git",
52+
"directory": "plugins/postcss-color-function"
53+
},
54+
"bugs": {
55+
"url": "https://github.com/csstools/postcss-plugins/issues"
56+
},
57+
"keywords": [
58+
"color",
59+
"css",
60+
"design",
61+
"display-p3",
62+
"postcss",
63+
"postcss-plugin",
64+
"prophoto-rgb",
65+
"rec2020",
66+
"rgb",
67+
"rgba",
68+
"srgb-linear",
69+
"syntax",
70+
"xyz"
71+
],
72+
"_id": "@csstools/[email protected]",
73+
"gitHead": "3562ce2f395a9d172a52b0b1fa2623a0ffa341a6",
74+
"types": "./dist/index.d.ts",
75+
"_nodeVersion": "24.4.0",
76+
"_npmVersion": "11.4.2",
77+
"dist": {
78+
"integrity": "sha512-yx3cljQKRaSBc2hfh8rMZFZzChaFgwmO2JfFgFr1vMcF3C/uyy5I4RFIBOIWGq1D+XbKCG789CGkG6zzkLpagA==",
79+
"shasum": "a7c85a98c77b522a194a1bbb00dd207f40c7a771",
80+
"tarball": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.12.tgz",
81+
"fileCount": 7,
82+
"unpackedSize": 9515,
83+
"signatures": [
84+
{
85+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
86+
"sig": "MEUCIDjYWrg3BQzg+j98WxoT6QKfBMiP++n4UobrljxDh6WUAiEA9PILYj/ey0wZZbfn6UTGxGc6GBHJrd3z1fvRPUWCfjY="
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-function_4.0.12_1758465394531_0.6271317252532334"
112+
},
113+
"_hasShrinkwrap": false,
114+
"_time": "2025-09-21T14:36:34.710Z"
115+
}

0 commit comments

Comments
 (0)