Skip to content

Commit f8f723e

Browse files
postcss-delete-duplicate-selector-1.2.3 (#1977)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 73af20f commit f8f723e

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"name": "postcss-delete-duplicate-selector",
3+
"version": "1.2.3",
4+
"description": "PostCSS plugin delete duplicate css selector in the file",
5+
"main": "src/index.js",
6+
"keywords": [
7+
"postcss",
8+
"css",
9+
"postcss-plugin",
10+
"delete",
11+
"duplicate",
12+
"selector",
13+
"Deduplication"
14+
],
15+
"author": {
16+
"name": "hwantage",
17+
"email": "[email protected]"
18+
},
19+
"license": "MIT",
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/hwantage/postcss-delete-duplicate-selector.git"
23+
},
24+
"engines": {
25+
"node": ">=18.15.0"
26+
},
27+
"peerDependencies": {
28+
"postcss": "^8.4.32"
29+
},
30+
"devDependencies": {
31+
"postcss": "^8.4.32"
32+
},
33+
"gitHead": "fe01d61ef22e5c42c5b481deff98aae964ab8868",
34+
"bugs": {
35+
"url": "https://github.com/hwantage/postcss-delete-duplicate-selector/issues"
36+
},
37+
"homepage": "https://github.com/hwantage/postcss-delete-duplicate-selector#readme",
38+
39+
"_nodeVersion": "18.17.1",
40+
"_npmVersion": "9.6.7",
41+
"dist": {
42+
"integrity": "sha512-N2LFO7vQ8sV1SKaSy/62nsZ2oDdr1qE4YKHIiKdZ4PdxJXR9GnDiJkgOJL8UsH3jJJDfjCOgIUJexmL4yFKN+w==",
43+
"shasum": "77bf15ad3684dc16c3e5609f7d11e8a084e6626a",
44+
"tarball": "https://registry.npmjs.org/postcss-delete-duplicate-selector/-/postcss-delete-duplicate-selector-1.2.3.tgz",
45+
"fileCount": 4,
46+
"unpackedSize": 5828,
47+
"signatures": [
48+
{
49+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
50+
"sig": "MEUCIQDRG+h6hwD/RgnZfoukzwCIN06FQAe95oX35XzLSLAMEwIgfOK1FRJQrvDMhh8GX8b09OkVCgwDxNCCKsKFRVREHEw="
51+
}
52+
]
53+
},
54+
"_npmUser": {
55+
"name": "hwantage",
56+
"email": "[email protected]"
57+
},
58+
"directories": {},
59+
"maintainers": [
60+
{
61+
"name": "hwantage",
62+
"email": "[email protected]"
63+
}
64+
],
65+
"_npmOperationalInternal": {
66+
"host": "s3://npm-registry-packages",
67+
"tmp": "tmp/postcss-delete-duplicate-selector_1.2.3_1733036699018_0.2961961784450722"
68+
},
69+
"_hasShrinkwrap": false,
70+
"_time": "2024-12-01T07:04:59.180Z"
71+
}

0 commit comments

Comments
 (0)