Skip to content

Commit a0423f2

Browse files
csstools/postcss-minify-2.0.4 (#2467)
1 parent 03db49e commit a0423f2

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
{
2+
"name": "@csstools/postcss-minify",
3+
"description": "A very basic CSS minifier",
4+
"version": "2.0.4",
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-tokenizer": "^3.0.4"
46+
},
47+
"peerDependencies": {
48+
"postcss": "^8.4"
49+
},
50+
"scripts": {},
51+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-minify#readme",
52+
"repository": {
53+
"type": "git",
54+
"url": "git+https://github.com/csstools/postcss-plugins.git",
55+
"directory": "plugins/postcss-minify"
56+
},
57+
"bugs": {
58+
"url": "https://github.com/csstools/postcss-plugins/issues"
59+
},
60+
"keywords": [
61+
"minifier",
62+
"postcss-plugin"
63+
],
64+
"_id": "@csstools/[email protected]",
65+
"gitHead": "0cec494cb135949a4813530280240eecdca1c25f",
66+
"types": "./dist/index.d.ts",
67+
"_nodeVersion": "22.12.0",
68+
"_npmVersion": "10.9.0",
69+
"dist": {
70+
"integrity": "sha512-L/+Kd/MRjJlUqdRxQynoGb4I7GsqdpgT9YqW3y1hv7hAoW/qP0slKBmbv6OHa8w0Qp3HosKCv6wA9ooyCSJTIw==",
71+
"shasum": "dc80ce994d6f97102217d3eeb8e84d55874b97dc",
72+
"tarball": "https://registry.npmjs.org/@csstools/postcss-minify/-/postcss-minify-2.0.4.tgz",
73+
"fileCount": 7,
74+
"unpackedSize": 8688,
75+
"signatures": [
76+
{
77+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
78+
"sig": "MEUCIQCUlWBAAEIB/bdXiopdir6kLF322Jnp4s3bGHP+WD25XAIgSGILMxl9T+ZM50RKCncDXHVaX+UXikJmrfVFBQtISGE="
79+
}
80+
]
81+
},
82+
"_npmUser": {
83+
"name": "romainmenke",
84+
"email": "[email protected]"
85+
},
86+
"directories": {},
87+
"maintainers": [
88+
{
89+
"name": "jonathantneal",
90+
"email": "[email protected]"
91+
},
92+
{
93+
"name": "alaguna",
94+
"email": "[email protected]"
95+
},
96+
{
97+
"name": "romainmenke",
98+
"email": "[email protected]"
99+
}
100+
],
101+
"_npmOperationalInternal": {
102+
"host": "s3://npm-registry-packages-npm-production",
103+
"tmp": "tmp/postcss-minify_2.0.4_1748342828005_0.2407816999971064"
104+
},
105+
"_hasShrinkwrap": false,
106+
"_time": "2025-05-27T10:47:08.188Z"
107+
}

0 commit comments

Comments
 (0)