Skip to content

Commit 9ed64c1

Browse files
postcss-color-golf-1.1.0 (#2295)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 27835f5 commit 9ed64c1

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed

directory/postcss-color-golf.json

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"name": "postcss-color-golf",
3+
"version": "1.1.0",
4+
"description": "PostCSS plugin that aggressively minifies and optimizes CSS color values for maximum code golf and minimal output characters.",
5+
"author": {
6+
"name": "xero",
7+
"url": "https://x-e.ro"
8+
},
9+
"license": "CC0-1.0",
10+
"main": "dist/index.cjs",
11+
"module": "dist/index.mjs",
12+
"types": "dist/index.d.ts",
13+
"exports": {
14+
"import": "./dist/index.mjs",
15+
"require": "./dist/index.cjs"
16+
},
17+
"scripts": {
18+
"test": "vitest run",
19+
"test:watch": "vitest",
20+
"build": "tsup src/index.ts --format esm,cjs"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/xero/postcss-color-golf.git"
25+
},
26+
"keywords": [
27+
"postcss",
28+
"postcss-plugin",
29+
"css",
30+
"minify",
31+
"color",
32+
"optimization",
33+
"hex",
34+
"rgb",
35+
"rgba",
36+
"color names",
37+
"shorten",
38+
"plugin",
39+
"css minifier",
40+
"code golf"
41+
],
42+
"peerDependencies": {
43+
"postcss": "^8.0.0"
44+
},
45+
"devDependencies": {
46+
"@types/postcss-js": "^4.0.4",
47+
"tsup": "^8.5.0",
48+
"typescript": "^5.8.3",
49+
"vitest": "^3.2.4"
50+
},
51+
52+
"gitHead": "57c5ec2768dfb816820855bdd4d461a3398b32f5",
53+
"bugs": {
54+
"url": "https://github.com/xero/postcss-color-golf/issues"
55+
},
56+
"homepage": "https://github.com/xero/postcss-color-golf#readme",
57+
"_nodeVersion": "22.8.0",
58+
"_npmVersion": "10.8.2",
59+
"dist": {
60+
"integrity": "sha512-ba8bAQ7m+Dsfs2H2yA3b0k+poadC3h/UHEmgblJaoVdm5L2Zr5XD+3hogUldU0yFA7Sr/DItmmH4Z8LcaFvLuQ==",
61+
"shasum": "196d2de648325ac4a0ccc2a3aa24a286e6837f56",
62+
"tarball": "https://registry.npmjs.org/postcss-color-golf/-/postcss-color-golf-1.1.0.tgz",
63+
"fileCount": 7,
64+
"unpackedSize": 21795,
65+
"signatures": [
66+
{
67+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
68+
"sig": "MEUCIQC7IGGMMMQ/vFZxCT4T4wuamjhagPJH9LTn2q1l1/S2nQIgMwkerqMjYoruHVz8gcQ0y6YP1tt9E62gJWB9a6Hz34g="
69+
}
70+
]
71+
},
72+
"_npmUser": {
73+
"name": "xero",
74+
"email": "[email protected]",
75+
"actor": {
76+
"name": "xero",
77+
"email": "[email protected]",
78+
"type": "user"
79+
}
80+
},
81+
"directories": {},
82+
"maintainers": [
83+
{
84+
"name": "xero",
85+
"email": "[email protected]"
86+
}
87+
],
88+
"_npmOperationalInternal": {
89+
"host": "s3://npm-registry-packages-npm-production",
90+
"tmp": "tmp/postcss-color-golf_1.1.0_1750778703282_0.5282841414420578"
91+
},
92+
"_hasShrinkwrap": false,
93+
"_time": "2025-06-24T15:25:03.453Z"
94+
}

0 commit comments

Comments
 (0)