Skip to content

Commit 3f53d2c

Browse files
collect plugins data
1 parent dfb3ca6 commit 3f53d2c

File tree

189 files changed

+5989
-5752
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+5989
-5752
lines changed
Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-no-important",
3-
"version": "10.2.0",
3+
"version": "10.2.1",
44
"description": "PostCSS plugin for delete declarations !important",
55
"keywords": [
66
"postcss",
@@ -12,26 +12,26 @@
1212
"bugs": {
1313
"url": "https://github.com/DUBANGARCIA/postcss-no-important/issues"
1414
},
15-
"repository": {
16-
"type": "git",
17-
"url": "git+https://github.com/DUBANGARCIA/postcss-no-important.git"
18-
},
15+
"repository": "DUBANGARCIA/postcss-no-important",
1916
"license": "MIT",
20-
"author": {
21-
"name": "Duban Garcia",
22-
"email": "[email protected]"
23-
},
17+
"author": "Duban Garcia <[email protected]>",
2418
"main": "src/index.js",
19+
"scripts": {
20+
"postinstall": "bun --bun sort-package-json",
21+
"prepare": "bun --bun is-ci || (echo 'You are not in CI, installing hooks...' && lefthook install)"
22+
},
2523
"config": {
2624
"commitizen": {
27-
"path": "git-cz"
25+
"path": "./node_modules/cz-git",
26+
"czConfig": "./commitlint.config.js",
27+
"useEmoji": true
2828
}
2929
},
3030
"peerDependencies": {
3131
"postcss": "^8.5.4"
3232
},
3333
"engines": {
34-
"bun": "1.2.15",
34+
"bun": "1.2.19",
3535
"node": "Please use bun instead of Node to use dependencies",
3636
"npm": "Please use bun instead of NPM to install dependencies",
3737
"pnpm": "Please use bun instead of PNPM to install dependencies",
@@ -40,20 +40,21 @@
4040
"publishConfig": {
4141
"directory": "dist"
4242
},
43-
44-
"gitHead": "97468fd75450e2d15b8648a3bb003713f1a1f392",
45-
"_nodeVersion": "22.6.0",
46-
"_npmVersion": "10.9.2",
43+
44+
"_integrity": "sha512-mpnGLS5n/mm6jfYTYqGyQvm2Yf5hTI+0GmA9doo+Szb54OjOOP/jwtyXV5P5cbPMWhud9vF1toHMW5f7FqcPFQ==",
45+
"_nodeVersion": "24.3.0",
46+
"_npmVersion": "10.8.3",
47+
"shasum": "3c68fd4bb71b601202dd86b616b4c062a210f743",
4748
"dist": {
48-
"integrity": "sha512-kCjwtGWw1ggqp+rbl3WBPue4x6x98IXnM5DiZbpntVV7QPsJ7/W31SWstW1Inji1QCiqR5quRYf4YigpNZ3KeA==",
49-
"shasum": "e21a72be5c41b45eac6ffb4901985e3e3f199e18",
50-
"tarball": "https://registry.npmjs.org/postcss-no-important/-/postcss-no-important-10.2.0.tgz",
51-
"fileCount": 10,
52-
"unpackedSize": 206802,
49+
"integrity": "sha512-mpnGLS5n/mm6jfYTYqGyQvm2Yf5hTI+0GmA9doo+Szb54OjOOP/jwtyXV5P5cbPMWhud9vF1toHMW5f7FqcPFQ==",
50+
"shasum": "3c68fd4bb71b601202dd86b616b4c062a210f743",
51+
"tarball": "https://registry.npmjs.org/postcss-no-important/-/postcss-no-important-10.2.1.tgz",
52+
"fileCount": 23,
53+
"unpackedSize": 150872,
5354
"signatures": [
5455
{
5556
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
56-
"sig": "MEQCIB1iZoTzHKOHfwSF/FZbrjcj9DY6+p3icyyRgJzH59ylAiB1gVes433XbBcqukSgNNIQ9a4mc48GA5K6K4Vr39bFqg=="
57+
"sig": "MEYCIQCUSZ/b3NbgRluVkqvRcDrm2TowQ1gZXocqAvfQewPnwQIhALnb1sANm9V8kK0A7bnFdw1fb8m1ScKf9Uj2G8EpHrM1"
5758
}
5859
]
5960
},
@@ -70,8 +71,8 @@
7071
],
7172
"_npmOperationalInternal": {
7273
"host": "s3://npm-registry-packages-npm-production",
73-
"tmp": "tmp/postcss-no-important_10.2.0_1748998554072_0.04258455042140996"
74+
"tmp": "tmp/postcss-no-important_10.2.1_1754906859482_0.9336808772605323"
7475
},
7576
"_hasShrinkwrap": false,
76-
"_time": "2025-06-04T00:55:54.268Z"
77+
"_time": "2025-08-11T10:07:39.682Z"
7778
}
Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,46 @@
11
{
22
"name": "postcss-remove-duplicate-values",
3-
"version": "1.0.0",
4-
"description": "A PostCSS plugin that removes duplicate CSS property values within rules, optimizing stylesheet size and improving maintainability.",
5-
"main": "index.js",
6-
"types": "index.d.ts",
3+
"version": "2.0.0",
4+
"description": "🚀 PostCSS plugin that intelligently removes duplicate CSS properties, reduces bundle size, and improves CSS maintainability. Handles !important declarations, vendor prefixes, and selector filtering with zero configuration.",
5+
"main": "./index.js",
6+
"types": "./index.d.ts",
77
"keywords": [
88
"css",
99
"postcss",
10-
"postcss-plugin"
10+
"postcss-plugin",
11+
"performance",
12+
"bundle-optimization"
1113
],
1214
"repository": {
1315
"type": "git",
1416
"url": "git+https://github.com/xettri/postcss-remove-duplicate-values.git"
1517
},
1618
"author": {
1719
"name": "Bharat Rawat",
18-
"email": "[email protected]",
1920
"url": "https://bharatrawat.com"
2021
},
2122
"license": "MIT",
22-
"bugs": {
23-
"url": "https://github.com/xettri/postcss-remove-duplicate-values/issues"
24-
},
2523
"homepage": "https://github.com/xettri/postcss-remove-duplicate-values#readme",
2624
"peerDependencies": {
2725
"postcss": "^8.4"
2826
},
29-
"gitHead": "2d7b1dba4dc31ba40c693d0232a877098f1fac15",
30-
31-
"_nodeVersion": "16.20.0",
32-
"_npmVersion": "8.19.4",
27+
28+
"gitHead": "ac604b5b540d82c68c26c34eb23878008419c693",
29+
"bugs": {
30+
"url": "https://github.com/xettri/postcss-remove-duplicate-values/issues"
31+
},
32+
"_nodeVersion": "20.19.4",
33+
"_npmVersion": "10.8.2",
3334
"dist": {
34-
"integrity": "sha512-VImaiZvSTs2E0DeJ1QAFhgfWx1zi8SobgpsauLQt9Ixy5B9gtRi943IMYvVgOkFYFjcXJ1FQWEaC1iv7Y75ckw==",
35-
"shasum": "b9abc5945516d2a902e4640ca3f2fdd651a34966",
36-
"tarball": "https://registry.npmjs.org/postcss-remove-duplicate-values/-/postcss-remove-duplicate-values-1.0.0.tgz",
35+
"integrity": "sha512-aC/Yl0xKlQZk1t7FfXNwjY44P/RCuEsN44Roo9qzreWRzpAtFaaHnoxTLFKYmkVNcuOTiX7wNBJt63C6UE58/Q==",
36+
"shasum": "d4a954ae07a1fbb8c66aadd2524eb3c7604fbc56",
37+
"tarball": "https://registry.npmjs.org/postcss-remove-duplicate-values/-/postcss-remove-duplicate-values-2.0.0.tgz",
3738
"fileCount": 5,
38-
"unpackedSize": 12831,
39+
"unpackedSize": 15215,
3940
"signatures": [
4041
{
41-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
42-
"sig": "MEQCIB1mbJvBNTUuXRbk2e+PqgBOVQM3piMfR5MsCqxmKMkMAiA3lwMdN6YidSqivVWytGoonfPVu6E6McXN60wtat64Kw=="
42+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
43+
"sig": "MEYCIQCgfDzCN35udrpASLOlhc7/a4PGJjx4Pv4qE9hSxm48PQIhAM1ghIi45AbYqtbU2/H+XIgdcVEe2fZUQqa5geVL2U6u"
4344
}
4445
]
4546
},
@@ -55,9 +56,9 @@
5556
}
5657
],
5758
"_npmOperationalInternal": {
58-
"host": "s3://npm-registry-packages",
59-
"tmp": "tmp/postcss-remove-duplicate-values_1.0.0_1711662908050_0.5573818960122439"
59+
"host": "s3://npm-registry-packages-npm-production",
60+
"tmp": "tmp/postcss-remove-duplicate-values_2.0.0_1754955890799_0.5005811945216017"
6061
},
6162
"_hasShrinkwrap": false,
62-
"_time": "2024-03-28T21:55:08.202Z"
63+
"_time": "2025-08-11T23:44:51.023Z"
6364
}

0 commit comments

Comments
 (0)