Skip to content

Commit 9c27d25

Browse files
collect plugins data
1 parent 7e36bea commit 9c27d25

File tree

208 files changed

+8152
-8536
lines changed

Some content is hidden

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

208 files changed

+8152
-8536
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7860,7 +7860,7 @@ <h3>plugin <span style="font-size: 0.8em;">(eik)</span></h3>
78607860
</dd>
78617861

78627862
<dt>Version</dt>
7863-
<dd><code>5.0.3</code></dd>
7863+
<dd><code>5.0.4</code></dd>
78647864

78657865
<dt>License</dt>
78667866
<dd><code>MIT</code></dd>
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"name": "postcss-no-duplicate-selectors",
3+
"version": "1.0.0",
4+
"description": "Keep CSS selectors unique",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"postcss-no-duplicate-selectors"
10+
],
11+
"author": {
12+
"name": "Axel Winter",
13+
"email": "github@axelwinter.de"
14+
},
15+
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/bassuff/postcss-no-duplicate-selectors.git",
19+
"directory": "postcss-no-duplicate-selectors"
20+
},
21+
"engines": {
22+
"node": ">=18.0.0"
23+
},
24+
"peerDependencies": {
25+
"postcss": "^8.4.27"
26+
},
27+
"dependencies": {
28+
"postcss-selector-parser": "^6.1.1"
29+
},
30+
"_id": "postcss-no-duplicate-selectors@1.0.0",
31+
"gitHead": "6fdf86db0a235ffb1d36bb84c550141ae2a9a6ff",
32+
"bugs": {
33+
"url": "https://github.com/bassuff/postcss-no-duplicate-selectors/issues"
34+
},
35+
"homepage": "https://github.com/bassuff/postcss-no-duplicate-selectors#readme",
36+
"_nodeVersion": "20.5.1",
37+
"_npmVersion": "10.8.2",
38+
"dist": {
39+
"integrity": "sha512-6ApRt3us/e5+Hv1uTZVHsJNvaA9Lcivm+yc05cqnolGp0OQZIE9F19ZWarVq8mFX/Vv5j7mNjwti5raSfP7yeg==",
40+
"shasum": "fcd8691bda039961ebd0386c611aa2d814d91265",
41+
"tarball": "https://registry.npmjs.org/postcss-no-duplicate-selectors/-/postcss-no-duplicate-selectors-1.0.0.tgz",
42+
"fileCount": 4,
43+
"unpackedSize": 4400,
44+
"signatures": [
45+
{
46+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
47+
"sig": "MEUCIQCpvfMc67QEYDj4LO320AoR+ZSxHxP7eMgVG1Qtv1GqEwIgGg7uZRqiRYKmlFVR359fSgTd4A03OPC31/j+vllhtMw="
48+
}
49+
]
50+
},
51+
"_npmUser": {
52+
"name": "bassuff",
53+
"email": "mail@axelwinter.de"
54+
},
55+
"directories": {},
56+
"maintainers": [
57+
{
58+
"name": "bassuff",
59+
"email": "mail@axelwinter.de"
60+
}
61+
],
62+
"_npmOperationalInternal": {
63+
"host": "s3://npm-registry-packages",
64+
"tmp": "tmp/postcss-no-duplicate-selectors_1.0.0_1722156329258_0.7297188013888265"
65+
},
66+
"_hasShrinkwrap": false,
67+
"_time": "2024-07-28T08:45:29.395Z"
68+
}

0 commit comments

Comments
 (0)