Skip to content

Commit c12763b

Browse files
postcss-hover-fallback-1.0.2 (#2300)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 847fb4e commit c12763b

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-hover-fallback",
3+
"version": "1.0.2",
4+
"description": "A PostCSS plugin that creates a fallback for @media (hover: hover) by generating standard :hover selectors for ES5 compatibility.",
5+
"main": "src/index.js",
6+
"exports": {
7+
"require": "./src/index.js"
8+
},
9+
"keywords": [
10+
"postcss",
11+
"postcss-plugin",
12+
"hover",
13+
"fallback",
14+
"css",
15+
"media-query",
16+
"es5"
17+
],
18+
"license": "MIT",
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/stefanhofman/postcss-hover-fallback.git"
22+
},
23+
"homepage": "https://github.com/stefanhofman/postcss-hover-fallback#readme",
24+
"peerDependencies": {
25+
"postcss": "^8.0.0"
26+
},
27+
"engines": {
28+
"node": ">=16.0.0",
29+
"bun": ">=1.0.0"
30+
},
31+
32+
"_integrity": "sha512-fVNKfvZl0g0k6F1JCws6XS0SPM0LxOfonzXQwLJ2YCWfnFuRyrcOqZepC+S00C7O5hPHlqvYbvgvFS/ZQx1Egw==",
33+
"_nodeVersion": "22.6.0",
34+
"_npmVersion": "10.8.3",
35+
"shasum": "9f6a10d3b61b3874343ce06db049a0a56f843751",
36+
"dist": {
37+
"integrity": "sha512-fVNKfvZl0g0k6F1JCws6XS0SPM0LxOfonzXQwLJ2YCWfnFuRyrcOqZepC+S00C7O5hPHlqvYbvgvFS/ZQx1Egw==",
38+
"shasum": "9f6a10d3b61b3874343ce06db049a0a56f843751",
39+
"tarball": "https://registry.npmjs.org/postcss-hover-fallback/-/postcss-hover-fallback-1.0.2.tgz",
40+
"fileCount": 5,
41+
"unpackedSize": 6393,
42+
"signatures": [
43+
{
44+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
45+
"sig": "MEUCIAl7RVlOHRH13htu1dG4bwk+NAoM0a9095ZhUNt85cu8AiEAnsA8oJkugnQcGkJbnkRAPXc1AgaZu+wHJIibUGgF4no="
46+
}
47+
]
48+
},
49+
"_npmUser": {
50+
"name": "stefanhofman",
51+
"email": "[email protected]",
52+
"actor": {
53+
"name": "stefanhofman",
54+
"email": "[email protected]",
55+
"type": "user"
56+
}
57+
},
58+
"directories": {},
59+
"maintainers": [
60+
{
61+
"name": "stefanhofman",
62+
"email": "[email protected]"
63+
}
64+
],
65+
"_npmOperationalInternal": {
66+
"host": "s3://npm-registry-packages-npm-production",
67+
"tmp": "tmp/postcss-hover-fallback_1.0.2_1750932672657_0.06322142790337937"
68+
},
69+
"_hasShrinkwrap": false,
70+
"_time": "2025-06-26T10:11:12.845Z"
71+
}

0 commit comments

Comments
 (0)