Skip to content

Commit f45d84b

Browse files
csstools/postcss-color-function-display-p3-linear-1.0.1 (#2464)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 867e9ea commit f45d84b

File tree

1 file changed

+110
-0
lines changed

1 file changed

+110
-0
lines changed
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"name": "@csstools/postcss-color-function-display-p3-linear",
3+
"description": "Use the display-p3-linear color space on the color() function in CSS",
4+
"version": "1.0.1",
5+
"contributors": [
6+
{
7+
"name": "Romain Menke",
8+
"email": "[email protected]"
9+
}
10+
],
11+
"license": "MIT-0",
12+
"funding": [
13+
{
14+
"type": "github",
15+
"url": "https://github.com/sponsors/csstools"
16+
},
17+
{
18+
"type": "opencollective",
19+
"url": "https://opencollective.com/csstools"
20+
}
21+
],
22+
"engines": {
23+
"node": ">=18"
24+
},
25+
"type": "module",
26+
"main": "dist/index.cjs",
27+
"module": "dist/index.mjs",
28+
"exports": {
29+
".": {
30+
"import": {
31+
"types": "./dist/index.d.ts",
32+
"default": "./dist/index.mjs"
33+
},
34+
"require": {
35+
"default": "./dist/index.cjs"
36+
}
37+
}
38+
},
39+
"dependencies": {
40+
"@csstools/css-color-parser": "^3.1.0",
41+
"@csstools/css-parser-algorithms": "^3.0.5",
42+
"@csstools/css-tokenizer": "^3.0.4",
43+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
44+
"@csstools/utilities": "^2.0.0"
45+
},
46+
"peerDependencies": {
47+
"postcss": "^8.4"
48+
},
49+
"scripts": {},
50+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function-display-p3-linear#readme",
51+
"repository": {
52+
"type": "git",
53+
"url": "git+https://github.com/csstools/postcss-plugins.git",
54+
"directory": "plugins/postcss-color-function-display-p3-linear"
55+
},
56+
"bugs": {
57+
"url": "https://github.com/csstools/postcss-plugins/issues"
58+
},
59+
"keywords": [
60+
"color",
61+
"css",
62+
"display-p3-linear",
63+
"postcss",
64+
"postcss-plugin",
65+
"syntax"
66+
],
67+
"_id": "@csstools/[email protected]",
68+
"gitHead": "eef0d4f04b0406e1018dc270cd955dd3453ccb02",
69+
"types": "./dist/index.d.ts",
70+
"_nodeVersion": "24.4.0",
71+
"_npmVersion": "11.4.2",
72+
"dist": {
73+
"integrity": "sha512-E5qusdzhlmO1TztYzDIi8XPdPoYOjoTY6HBYBCYSj+Gn4gQRBlvjgPQXzfzuPQqt8EhkC/SzPKObg4Mbn8/xMg==",
74+
"shasum": "3017ff5e1f65307d6083e58e93d76724fb1ebf9f",
75+
"tarball": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-1.0.1.tgz",
76+
"fileCount": 7,
77+
"unpackedSize": 9828,
78+
"signatures": [
79+
{
80+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
81+
"sig": "MEUCIDBlB+yn9zj/4iFBVg9b32ME1I9MPS66K/TL3G2OaFR1AiEAvJ1zMvH1YuNbgaTV1KtMLMMKCWNNNm4dUTvYiPe3VAI="
82+
}
83+
]
84+
},
85+
"_npmUser": {
86+
"name": "romainmenke",
87+
"email": "[email protected]"
88+
},
89+
"directories": {},
90+
"maintainers": [
91+
{
92+
"name": "jonathantneal",
93+
"email": "[email protected]"
94+
},
95+
{
96+
"name": "alaguna",
97+
"email": "[email protected]"
98+
},
99+
{
100+
"name": "romainmenke",
101+
"email": "[email protected]"
102+
}
103+
],
104+
"_npmOperationalInternal": {
105+
"host": "s3://npm-registry-packages-npm-production",
106+
"tmp": "tmp/postcss-color-function-display-p3-linear_1.0.1_1758465402187_0.6121163821687148"
107+
},
108+
"_hasShrinkwrap": false,
109+
"_time": "2025-09-21T14:36:42.382Z"
110+
}

0 commit comments

Comments
 (0)