Skip to content

Commit 17464a9

Browse files
csstools/postcss-gamut-mapping-2.0.11 (#2475)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0823c15 commit 17464a9

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-gamut-mapping",
3+
"description": "Gamut map css colors to fit display specific gamuts",
4+
"version": "2.0.11",
5+
"contributors": [
6+
{
7+
"name": "Antonio Laguna",
8+
"email": "antonio@laguna.es",
9+
"url": "https://antonio.laguna.es"
10+
},
11+
{
12+
"name": "Romain Menke",
13+
"email": "romainmenke@gmail.com"
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+
},
49+
"peerDependencies": {
50+
"postcss": "^8.4"
51+
},
52+
"scripts": {},
53+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping#readme",
54+
"repository": {
55+
"type": "git",
56+
"url": "git+https://github.com/csstools/postcss-plugins.git",
57+
"directory": "plugins/postcss-gamut-mapping"
58+
},
59+
"bugs": {
60+
"url": "https://github.com/csstools/postcss-plugins/issues"
61+
},
62+
"keywords": [
63+
"color",
64+
"css",
65+
"display-p3",
66+
"gamut mapping",
67+
"p3",
68+
"postcss",
69+
"postcss-plugin",
70+
"rec2020",
71+
"srgb",
72+
"wide gamut"
73+
],
74+
"_id": "@csstools/postcss-gamut-mapping@2.0.11",
75+
"gitHead": "9fa847645f03277d34c25e2b5b148f1438ef7b7f",
76+
"types": "./dist/index.d.ts",
77+
"_nodeVersion": "24.4.0",
78+
"_npmVersion": "11.4.2",
79+
"dist": {
80+
"integrity": "sha512-fCpCUgZNE2piVJKC76zFsgVW1apF6dpYsqGyH8SIeCcM4pTEsRTWTLCaJIMKFEundsCKwY1rwfhtrio04RJ4Dw==",
81+
"shasum": "be0e34c9f0142852cccfc02b917511f0d677db8b",
82+
"tarball": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.11.tgz",
83+
"fileCount": 7,
84+
"unpackedSize": 10130,
85+
"signatures": [
86+
{
87+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
88+
"sig": "MEYCIQDuQE8OFKLG/vh+5BqXucOmA/TXvADB/m3GGJFBPr6ZrAIhAMhF3NUUybaZI0oEV/ZZG9wnF1QecoIBc1fO/XoCRMKz"
89+
}
90+
]
91+
},
92+
"_npmUser": {
93+
"name": "romainmenke",
94+
"email": "romainmenke@gmail.com"
95+
},
96+
"directories": {},
97+
"maintainers": [
98+
{
99+
"name": "jonathantneal",
100+
"email": "jonathantneal@hotmail.com"
101+
},
102+
{
103+
"name": "alaguna",
104+
"email": "sombragriselros@gmail.com"
105+
},
106+
{
107+
"name": "romainmenke",
108+
"email": "romainmenke@gmail.com"
109+
}
110+
],
111+
"_npmOperationalInternal": {
112+
"host": "s3://npm-registry-packages-npm-production",
113+
"tmp": "tmp/postcss-gamut-mapping_2.0.11_1755892416936_0.04272855358923855"
114+
},
115+
"_hasShrinkwrap": false,
116+
"_time": "2025-08-22T19:53:37.121Z"
117+
}

0 commit comments

Comments
 (0)