Skip to content

Commit 451aed3

Browse files
postcss-matches-is-pseudo-class-1.0.7 (#2512)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98495a9 commit 451aed3

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"name": "postcss-matches-is-pseudo-class",
3+
"version": "1.0.7",
4+
"description": "Postcss plugin which converts :matches() pseudo classes into :is() and reverse.",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"matches",
10+
"is"
11+
],
12+
"scripts": {
13+
"test": "vitest run",
14+
"watch": "vitest watch",
15+
"lint-fix": "eslint *.js --fix"
16+
},
17+
"author": {
18+
"name": "Carlos Jeurissen"
19+
},
20+
"license": "MIT",
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/carlosjeurissen/postcss-matches-is-pseudo-class.git"
24+
},
25+
"engines": {
26+
"node": ">=14.0.0"
27+
},
28+
"peerDependencies": {
29+
"postcss": "^8.2.8"
30+
},
31+
"devDependencies": {
32+
"eslint": "^9.39.1",
33+
"eslint-config-ccb": "^0.37.2",
34+
"postcss": "^8.5.6",
35+
"vitest": "^4.0.12"
36+
},
37+
38+
"dist": {
39+
"shasum": "f79951e74748ac6647db70bfc7418a9fe0a86121",
40+
"integrity": "sha512-GXnyuycVA+eCzfoAzk9u++QuGgF7kJ6h9+yWjpweGR27WKwz/glO1vUX4HytSVLgfKMl8IpRsnZJ5cw3ASW0mw==",
41+
"tarball": "https://registry.npmjs.org/postcss-matches-is-pseudo-class/-/postcss-matches-is-pseudo-class-1.0.7.tgz",
42+
"fileCount": 9,
43+
"unpackedSize": 142963,
44+
"signatures": [
45+
{
46+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
47+
"sig": "MEUCIBUtdaJRGSh2fiI0pnOYNJ454T+Y+50+JBmLasyFIiLnAiEAwBaaRaqC/JpSzxA1JJf3FFpVy9yjZwb83a8I7+OxAiI="
48+
}
49+
]
50+
},
51+
"_npmUser": {
52+
"name": "carlosjeurissen",
53+
"email": "[email protected]"
54+
},
55+
"directories": {},
56+
"maintainers": [
57+
{
58+
"name": "carlosjeurissen",
59+
"email": "[email protected]"
60+
}
61+
],
62+
"_npmOperationalInternal": {
63+
"host": "s3://npm-registry-packages-npm-production",
64+
"tmp": "tmp/postcss-matches-is-pseudo-class_1.0.7_1763714424836_0.016777735361024115"
65+
},
66+
"_hasShrinkwrap": false,
67+
"_time": "2025-11-21T08:40:25.070Z"
68+
}

0 commit comments

Comments
 (0)