Skip to content

Commit 2802f3c

Browse files
postcss-media-hover-fix-1.0.1 (#2130)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bad9306 commit 2802f3c

1 file changed

Lines changed: 93 additions & 0 deletions

File tree

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
{
2+
"name": "postcss-media-hover-fix",
3+
"version": "1.0.1",
4+
"description": "PostCSS plugin to fix hover media queries for better touch device support",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
7+
"scripts": {
8+
"test": "jest",
9+
"build": "tsc",
10+
"prepare": "npm run build",
11+
"prepublishOnly": "npm test && npm run build"
12+
},
13+
"keywords": [
14+
"postcss",
15+
"postcss-plugin",
16+
"css",
17+
"hover",
18+
"media-query",
19+
"touch"
20+
],
21+
"author": {
22+
"name": "Hwaiteu",
23+
"email": "github.com/Hwaiteu"
24+
},
25+
"contributors": [
26+
{
27+
"name": "Saul Hardman",
28+
"email": "[email protected]"
29+
}
30+
],
31+
"license": "MIT",
32+
"repository": {
33+
"type": "git",
34+
"url": "git+https://github.com/Hwaiteu/postcss-media-hover-fix.git"
35+
},
36+
"bugs": {
37+
"url": "https://github.com/Hwaiteu/postcss-media-hover-fix/issues"
38+
},
39+
"peerDependencies": {
40+
"postcss": "^8.0.0"
41+
},
42+
"devDependencies": {
43+
"@types/jest": "^29.5.14",
44+
"@types/node": "^22.14.0",
45+
"jest": "29.7.0",
46+
"postcss": "8.5.3",
47+
"postcss-selector-parser": "^7.1.0",
48+
"postcss-tape": "6.0.1",
49+
"ts-jest": "^29.3.1",
50+
"typescript": "^5.8.3"
51+
},
52+
"engines": {
53+
"node": ">=14.0.0"
54+
},
55+
"publishConfig": {
56+
"access": "public"
57+
},
58+
59+
"gitHead": "fcd5cf0dfd6bdb40362d7a169d1699ddfcf07e98",
60+
"homepage": "https://github.com/Hwaiteu/postcss-media-hover-fix#readme",
61+
"_nodeVersion": "22.14.0",
62+
"_npmVersion": "11.2.0",
63+
"dist": {
64+
"integrity": "sha512-xDrUuN1LYOsgKkxcsvaeWgWILntZM/HLqwj6AOvWEEp2hCSjIFWqmVISomoVvczMm4O6yv1wlS4AOFZlG0v34g==",
65+
"shasum": "185a15bd9388dcf22bc017e7a2c4d7126d672add",
66+
"tarball": "https://registry.npmjs.org/postcss-media-hover-fix/-/postcss-media-hover-fix-1.0.1.tgz",
67+
"fileCount": 7,
68+
"unpackedSize": 9174,
69+
"signatures": [
70+
{
71+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
72+
"sig": "MEQCIG05Uij7YLZZUSuDrM0yOdxBJedhrbxY44RdVMC8eFvvAiBVE9yIWapit1ujCM+cSYSoexYYi+ZO0JuJm9QnkkNdBg=="
73+
}
74+
]
75+
},
76+
"_npmUser": {
77+
"name": "hwaiteu",
78+
"email": "[email protected]"
79+
},
80+
"directories": {},
81+
"maintainers": [
82+
{
83+
"name": "hwaiteu",
84+
"email": "[email protected]"
85+
}
86+
],
87+
"_npmOperationalInternal": {
88+
"host": "s3://npm-registry-packages-npm-production",
89+
"tmp": "tmp/postcss-media-hover-fix_1.0.1_1744370003441_0.3419939820196134"
90+
},
91+
"_hasShrinkwrap": false,
92+
"_time": "2025-04-11T11:13:23.641Z"
93+
}

0 commit comments

Comments
 (0)