Skip to content

Commit 2360b17

Browse files
collect plugins data
1 parent 224e5cf commit 2360b17

199 files changed

Lines changed: 4206 additions & 4598 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 35 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-no-important",
3-
"version": "10.2.1",
3+
"version": "11.0.0",
44
"description": "PostCSS plugin for delete declarations !important",
55
"keywords": [
66
"postcss",
@@ -12,49 +12,51 @@
1212
"bugs": {
1313
"url": "https://github.com/DUBANGARCIA/postcss-no-important/issues"
1414
},
15-
"repository": "DUBANGARCIA/postcss-no-important",
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/DUBANGARCIA/postcss-no-important.git"
18+
},
1619
"license": "MIT",
17-
"author": "Duban Garcia <[email protected]>",
18-
"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)"
20+
"author": {
21+
"name": "Duban Garcia",
22+
"email": "[email protected]"
2223
},
23-
"config": {
24-
"commitizen": {
25-
"path": "./node_modules/cz-git",
26-
"czConfig": "./commitlint.config.js",
27-
"useEmoji": true
24+
"type": "module",
25+
"exports": {
26+
".": {
27+
"import": {
28+
"types": "./dist/index.d.ts",
29+
"default": "./dist/index.mjs"
30+
},
31+
"require": {
32+
"types": "./dist/index.d.ts",
33+
"default": "./dist/index.cjs"
34+
}
2835
}
2936
},
37+
"main": "./dist/index.cjs",
38+
"module": "./dist/index.mjs",
39+
"types": "./dist/index.d.ts",
3040
"peerDependencies": {
31-
"postcss": "^8.5.4"
32-
},
33-
"engines": {
34-
"bun": "1.2.19",
35-
"node": "Please use bun instead of Node to use dependencies",
36-
"npm": "Please use bun instead of NPM to install dependencies",
37-
"pnpm": "Please use bun instead of PNPM to install dependencies",
38-
"yarn": "Please use bun instead of Yarn to install dependencies"
41+
"postcss": "^8.0.0"
3942
},
4043
"publishConfig": {
4144
"directory": "dist"
4245
},
43-
44-
"_integrity": "sha512-mpnGLS5n/mm6jfYTYqGyQvm2Yf5hTI+0GmA9doo+Szb54OjOOP/jwtyXV5P5cbPMWhud9vF1toHMW5f7FqcPFQ==",
45-
"_nodeVersion": "24.3.0",
46-
"_npmVersion": "10.8.3",
47-
"shasum": "3c68fd4bb71b601202dd86b616b4c062a210f743",
46+
47+
"gitHead": "5b02834394945a30daeeddddf37207a324ca215b",
48+
"_nodeVersion": "22.18.0",
49+
"_npmVersion": "10.9.3",
4850
"dist": {
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,
51+
"integrity": "sha512-HRq9jZsmZ9n75A0/n9w8NpJalihlA3jpyau1pnkwLlnGKUgFzTe6GqhREB6Bd2Zw0ziFke7KVzQ3TKPAFegssg==",
52+
"shasum": "39b5a0998f26f478f74cbbe70e203eaa50751e00",
53+
"tarball": "https://registry.npmjs.org/postcss-no-important/-/postcss-no-important-11.0.0.tgz",
54+
"fileCount": 6,
55+
"unpackedSize": 14280,
5456
"signatures": [
5557
{
5658
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
57-
"sig": "MEYCIQCUSZ/b3NbgRluVkqvRcDrm2TowQ1gZXocqAvfQewPnwQIhALnb1sANm9V8kK0A7bnFdw1fb8m1ScKf9Uj2G8EpHrM1"
59+
"sig": "MEYCIQDPVmP7Q0ew7OX655OC6llZmIyyJEE75ULVL1fimgpKPAIhAL9h3LzeVUTEuiNqW51ju5Os1So4ZJpFrrdsBYRBK8EV"
5860
}
5961
]
6062
},
@@ -71,8 +73,8 @@
7173
],
7274
"_npmOperationalInternal": {
7375
"host": "s3://npm-registry-packages-npm-production",
74-
"tmp": "tmp/postcss-no-important_10.2.1_1754906859482_0.9336808772605323"
76+
"tmp": "tmp/postcss-no-important_11.0.0_1756962772286_0.7245679333797379"
7577
},
7678
"_hasShrinkwrap": false,
77-
"_time": "2025-08-11T10:07:39.682Z"
79+
"_time": "2025-09-04T05:12:52.481Z"
7880
}

0 commit comments

Comments
 (0)