Skip to content

Commit 5cc94d0

Browse files
postcss-matches-is-pseudo-class-1.0.5 (#2298)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7bb1181 commit 5cc94d0

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.5",
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.29.0",
33+
"eslint-config-ccb": "^0.36.0",
34+
"postcss": "^8.5.5",
35+
"vitest": "^3.2.3"
36+
},
37+
38+
"dist": {
39+
"shasum": "1a46b18c8ea0f4d7236f4a9ba0b97ae54cf2373b",
40+
"integrity": "sha512-sXXf0uNKr6oqD9G5TPMEu0NMxWFhhITeXnLmFdFyVR80ynO3OW3AqVp1d9y2S6b+hkAmNVnji0fzo1yNUTJMKA==",
41+
"tarball": "https://registry.npmjs.org/postcss-matches-is-pseudo-class/-/postcss-matches-is-pseudo-class-1.0.5.tgz",
42+
"fileCount": 8,
43+
"unpackedSize": 136314,
44+
"signatures": [
45+
{
46+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
47+
"sig": "MEYCIQD6aiv2mKVLj848/kOEXN9BUbbjzhoERqlYmjFK+UFf3gIhAMBDOo3Xw5qwHDkOxDz/ABsoaGAIVHbJD7H7LkITxsy6"
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.5_1749917949513_0.08384712741774258"
65+
},
66+
"_hasShrinkwrap": false,
67+
"_time": "2025-06-14T16:19:09.685Z"
68+
}

0 commit comments

Comments
 (0)