Skip to content

Commit a7719fc

Browse files
postcss-disabled-2.0.0 (#2165)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4132e7c commit a7719fc

1 file changed

Lines changed: 64 additions & 0 deletions

File tree

directory/postcss-disabled.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"name": "postcss-disabled",
3+
"version": "2.0.0",
4+
"description": "PostCSS plugin to add disabled attributes and disabled classes when the :disabled pseudo class is present.",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"postcss-disabled"
10+
],
11+
"author": {
12+
"name": "Joe Cocco",
13+
"email": "[email protected]"
14+
},
15+
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/cocco3/postcss-disabled.git"
19+
},
20+
"engines": {
21+
"node": ">=18.0.0"
22+
},
23+
"peerDependencies": {
24+
"postcss": "^8.4.27"
25+
},
26+
27+
"gitHead": "6f6ba4639db2a74ccf51980e151cd0069332c251",
28+
"bugs": {
29+
"url": "https://github.com/cocco3/postcss-disabled/issues"
30+
},
31+
"homepage": "https://github.com/cocco3/postcss-disabled#readme",
32+
"_nodeVersion": "20.18.1",
33+
"_npmVersion": "10.8.2",
34+
"dist": {
35+
"integrity": "sha512-yVC/ZLxYK8FAWbJHoFrSY7/4lqKFmLp2MhaklCv/CdnkNtqfRGn/J/jpq707naOvVHg3uYKIVVlt+60DUJ288g==",
36+
"shasum": "67ab8c92ff677bb1805b283986308acb5a29488c",
37+
"tarball": "https://registry.npmjs.org/postcss-disabled/-/postcss-disabled-2.0.0.tgz",
38+
"fileCount": 4,
39+
"unpackedSize": 3872,
40+
"signatures": [
41+
{
42+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
43+
"sig": "MEQCIGo6T10rB8yUA5kMQWGV81kJ3NtwxLP4gLN4iQX/qfX4AiAT8A4Xd4cm+fizIGr3D2JaRu9pOT7+JiGB+nDBFL6lUg=="
44+
}
45+
]
46+
},
47+
"_npmUser": {
48+
"name": "cocco3",
49+
"email": "[email protected]"
50+
},
51+
"directories": {},
52+
"maintainers": [
53+
{
54+
"name": "cocco3",
55+
"email": "[email protected]"
56+
}
57+
],
58+
"_npmOperationalInternal": {
59+
"host": "s3://npm-registry-packages-npm-production",
60+
"tmp": "tmp/postcss-disabled_2.0.0_1746476265516_0.6785387828677991"
61+
},
62+
"_hasShrinkwrap": false,
63+
"_time": "2025-05-05T20:17:45.691Z"
64+
}

0 commit comments

Comments
 (0)