Skip to content

Commit 7fe415f

Browse files
postcss-any-hover-1.0.1 (#2186)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3cbb0c6 commit 7fe415f

1 file changed

Lines changed: 90 additions & 0 deletions

File tree

directory/postcss-any-hover.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"name": "postcss-any-hover",
3+
"version": "1.0.1",
4+
"description": "A PostCSS plugin that wraps `:hover` selectors with `@media (any-hover: hover) {}` to ensure hover effects only apply on hoverable devices",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"postcss-any-hover",
10+
"hover",
11+
"any-hover"
12+
],
13+
"license": "MIT",
14+
"author": {
15+
"name": "kondo0602"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/kondo0602/postcss-any-hover.git"
20+
},
21+
"scripts": {
22+
"lint": "eslint .",
23+
"test": "vitest",
24+
"test:watch": "vitest watch"
25+
},
26+
"devDependencies": {
27+
"eslint": "^8.47.0",
28+
"postcss": "^8.4.27",
29+
"postcss-selector-parser": "^7.1.0",
30+
"rollup": "^4.40.1",
31+
"vitest": "^3.1.2"
32+
},
33+
"peerDependencies": {
34+
"postcss": "^8.4.27"
35+
},
36+
"engines": {
37+
"node": ">=18.0.0"
38+
},
39+
"eslintConfig": {
40+
"extends": [
41+
"eslint:recommended"
42+
],
43+
"parserOptions": {
44+
"ecmaVersion": 2017,
45+
"sourceType": "module"
46+
},
47+
"env": {
48+
"node": true,
49+
"es6": true
50+
}
51+
},
52+
53+
"gitHead": "6db5e2a3ec8348267c5e241cfe43d319d403550c",
54+
"bugs": {
55+
"url": "https://github.com/kondo0602/postcss-any-hover/issues"
56+
},
57+
"homepage": "https://github.com/kondo0602/postcss-any-hover#readme",
58+
"_nodeVersion": "22.15.0",
59+
"_npmVersion": "10.9.2",
60+
"dist": {
61+
"integrity": "sha512-g7bLYWq8kDOzF8VdUZuA03hndCNUnksMkkZXkTQK+ETWBNH3alskNkdtLbtKe3hjGpl0GceGjNGKOpI5W0nArw==",
62+
"shasum": "59ba456e966515e8ac50a70ce04e6647f9ca4491",
63+
"tarball": "https://registry.npmjs.org/postcss-any-hover/-/postcss-any-hover-1.0.1.tgz",
64+
"fileCount": 4,
65+
"unpackedSize": 5217,
66+
"signatures": [
67+
{
68+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
69+
"sig": "MEYCIQDLffdabqmVnxHpdd2nazgcrzy1fuW8uBTuNJb2wk2YQAIhAIu2jQq1Sq7CnMt5nA7gJ+Mw93rgYXgqBfjKDuZpqhV5"
70+
}
71+
]
72+
},
73+
"_npmUser": {
74+
"name": "kondo0602",
75+
"email": "[email protected]"
76+
},
77+
"directories": {},
78+
"maintainers": [
79+
{
80+
"name": "kondo0602",
81+
"email": "[email protected]"
82+
}
83+
],
84+
"_npmOperationalInternal": {
85+
"host": "s3://npm-registry-packages-npm-production",
86+
"tmp": "tmp/postcss-any-hover_1.0.1_1746610097504_0.9633631680064207"
87+
},
88+
"_hasShrinkwrap": false,
89+
"_time": "2025-05-07T09:28:17.746Z"
90+
}

0 commit comments

Comments
 (0)