Skip to content

Commit 3d1b01b

Browse files
csstools/postcss-is-pseudo-class-5.0.3 (#2452)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0244e47 commit 3d1b01b

1 file changed

Lines changed: 107 additions & 0 deletions

File tree

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
{
2+
"name": "@csstools/postcss-is-pseudo-class",
3+
"description": "A pseudo-class for matching elements in a selector list",
4+
"version": "5.0.3",
5+
"author": {
6+
"name": "Jonathan Neal",
7+
"email": "[email protected]"
8+
},
9+
"license": "MIT-0",
10+
"funding": [
11+
{
12+
"type": "github",
13+
"url": "https://github.com/sponsors/csstools"
14+
},
15+
{
16+
"type": "opencollective",
17+
"url": "https://opencollective.com/csstools"
18+
}
19+
],
20+
"engines": {
21+
"node": ">=18"
22+
},
23+
"type": "module",
24+
"main": "dist/index.cjs",
25+
"module": "dist/index.mjs",
26+
"exports": {
27+
".": {
28+
"import": {
29+
"types": "./dist/index.d.ts",
30+
"default": "./dist/index.mjs"
31+
},
32+
"require": {
33+
"default": "./dist/index.cjs"
34+
}
35+
}
36+
},
37+
"dependencies": {
38+
"@csstools/selector-specificity": "^5.0.0",
39+
"postcss-selector-parser": "^7.0.0"
40+
},
41+
"peerDependencies": {
42+
"postcss": "^8.4"
43+
},
44+
"scripts": {},
45+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class#readme",
46+
"repository": {
47+
"type": "git",
48+
"url": "git+https://github.com/csstools/postcss-plugins.git",
49+
"directory": "plugins/postcss-is-pseudo-class"
50+
},
51+
"bugs": {
52+
"url": "https://github.com/csstools/postcss-plugins/issues"
53+
},
54+
"keywords": [
55+
"css",
56+
"is",
57+
"matches",
58+
"polyfill",
59+
"postcss",
60+
"postcss-plugin",
61+
"pseudo",
62+
"selector"
63+
],
64+
"_id": "@csstools/[email protected]",
65+
"gitHead": "ba24c3fed04658a862e540f62ca94f1244732dc0",
66+
"types": "./dist/index.d.ts",
67+
"_nodeVersion": "22.12.0",
68+
"_npmVersion": "10.9.0",
69+
"dist": {
70+
"integrity": "sha512-jS/TY4SpG4gszAtIg7Qnf3AS2pjcUM5SzxpApOrlndMeGhIbaTzWBzzP/IApXoNWEW7OhcjkRT48jnAUIFXhAQ==",
71+
"shasum": "d34e850bcad4013c2ed7abe948bfa0448aa8eb74",
72+
"tarball": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-5.0.3.tgz",
73+
"fileCount": 7,
74+
"unpackedSize": 29371,
75+
"signatures": [
76+
{
77+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
78+
"sig": "MEUCIQC3b4t+irXeoPvhwM/MIgIoUiGdC3SGlarhgB7SdicK/AIgGg3tyM7pGNpujisKE1xnfflfcKs+WoBnzxWbZ3sc+Kg="
79+
}
80+
]
81+
},
82+
"_npmUser": {
83+
"name": "romainmenke",
84+
"email": "[email protected]"
85+
},
86+
"directories": {},
87+
"maintainers": [
88+
{
89+
"name": "jonathantneal",
90+
"email": "[email protected]"
91+
},
92+
{
93+
"name": "alaguna",
94+
"email": "[email protected]"
95+
},
96+
{
97+
"name": "romainmenke",
98+
"email": "[email protected]"
99+
}
100+
],
101+
"_npmOperationalInternal": {
102+
"host": "s3://npm-registry-packages-npm-production",
103+
"tmp": "tmp/postcss-is-pseudo-class_5.0.3_1749638251726_0.3817730829322519"
104+
},
105+
"_hasShrinkwrap": false,
106+
"_time": "2025-06-11T10:37:31.892Z"
107+
}

0 commit comments

Comments
 (0)