Skip to content

Commit 98446d9

Browse files
csstools/postcss-hwb-function-4.0.12 (#2465)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca85c3d commit 98446d9

File tree

1 file changed

+117
-0
lines changed

1 file changed

+117
-0
lines changed
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
{
2+
"name": "@csstools/postcss-hwb-function",
3+
"description": "Use hwb() color functions in CSS",
4+
"version": "4.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-hwb-function#readme",
56+
"repository": {
57+
"type": "git",
58+
"url": "git+https://github.com/csstools/postcss-plugins.git",
59+
"directory": "plugins/postcss-hwb-function"
60+
},
61+
"bugs": {
62+
"url": "https://github.com/csstools/postcss-plugins/issues"
63+
},
64+
"keywords": [
65+
"color",
66+
"css",
67+
"design",
68+
"hwb",
69+
"notation",
70+
"postcss",
71+
"postcss-plugin",
72+
"syntax"
73+
],
74+
"_id": "@csstools/[email protected]",
75+
"gitHead": "64f9ef2ce34e24ca0e4d77e937d8952ca048374a",
76+
"types": "./dist/index.d.ts",
77+
"_nodeVersion": "24.4.0",
78+
"_npmVersion": "11.4.2",
79+
"dist": {
80+
"integrity": "sha512-mL/+88Z53KrE4JdePYFJAQWFrcADEqsLprExCM04GDNgHIztwFzj0Mbhd/yxMBngq0NIlz58VVxjt5abNs1VhA==",
81+
"shasum": "07f7ecb08c50e094673bd20eaf7757db0162beee",
82+
"tarball": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.12.tgz",
83+
"fileCount": 7,
84+
"unpackedSize": 7842,
85+
"signatures": [
86+
{
87+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
88+
"sig": "MEUCIEvcOASaGIpumkb2Yxz+WHPkpOO3DjUa0aUqOwSYcWfVAiEAuUSWxFnxWkgynaoDPxlK/pLkVnRWCY1HSQXH0yW7Pwk="
89+
}
90+
]
91+
},
92+
"_npmUser": {
93+
"name": "romainmenke",
94+
"email": "[email protected]"
95+
},
96+
"directories": {},
97+
"maintainers": [
98+
{
99+
"name": "jonathantneal",
100+
"email": "[email protected]"
101+
},
102+
{
103+
"name": "alaguna",
104+
"email": "[email protected]"
105+
},
106+
{
107+
"name": "romainmenke",
108+
"email": "[email protected]"
109+
}
110+
],
111+
"_npmOperationalInternal": {
112+
"host": "s3://npm-registry-packages-npm-production",
113+
"tmp": "tmp/postcss-hwb-function_4.0.12_1758465456456_0.5649465249977896"
114+
},
115+
"_hasShrinkwrap": false,
116+
"_time": "2025-09-21T14:37:36.647Z"
117+
}

0 commit comments

Comments
 (0)