Skip to content

Commit 40c5db7

Browse files
postcss-attribute-case-insensitive-8.0.0 (#2617)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d876415 commit 40c5db7

1 file changed

Lines changed: 23 additions & 31 deletions

File tree

directory/postcss-attribute-case-insensitive.json

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-attribute-case-insensitive",
33
"description": "Enable support for case insensitive attribute matching in selectors",
4-
"version": "7.0.1",
4+
"version": "8.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -28,24 +28,17 @@
2828
}
2929
],
3030
"engines": {
31-
"node": ">=18"
31+
"node": ">=20.19.0"
3232
},
3333
"type": "module",
34-
"main": "dist/index.cjs",
35-
"module": "dist/index.mjs",
3634
"exports": {
3735
".": {
38-
"import": {
39-
"types": "./dist/index.d.ts",
40-
"default": "./dist/index.mjs"
41-
},
42-
"require": {
43-
"default": "./dist/index.cjs"
44-
}
36+
"types": "./dist/index.d.ts",
37+
"default": "./dist/index.mjs"
4538
}
4639
},
4740
"dependencies": {
48-
"postcss-selector-parser": "^7.0.0"
41+
"postcss-selector-parser": "^7.1.1"
4942
},
5043
"peerDependencies": {
5144
"postcss": "^8.4"
@@ -69,21 +62,20 @@
6962
"postcss-plugin",
7063
"sensitive"
7164
],
72-
73-
"gitHead": "c0a35e0ec3f8f557b352f6c0c9d9491dd0b86822",
74-
"types": "./dist/index.d.ts",
75-
"_nodeVersion": "22.1.0",
76-
"_npmVersion": "10.7.0",
65+
"gitHead": "204b3064be725894b929052a3a82bb73a2444394",
66+
67+
"_nodeVersion": "25.1.0",
68+
"_npmVersion": "11.6.2",
7769
"dist": {
78-
"integrity": "sha512-Uai+SupNSqzlschRyNx3kbCTWgY/2hcwtHEI/ej2LJWc9JJ77qKgGptd8DHwY1mXtZ7Aoh4z4yxfwMBue9eNgw==",
79-
"shasum": "0c4500e3bcb2141848e89382c05b5a31c23033a3",
80-
"tarball": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-7.0.1.tgz",
81-
"fileCount": 7,
82-
"unpackedSize": 10055,
70+
"integrity": "sha512-fovIPEV35c2JzVXdmP+sp2xirbBMt54J+upU8u6TSj410kUU5+axgEzvBBSAX8KCybze8CFCelzFAw/FfWg2TA==",
71+
"shasum": "17034ecbd3afe5b62c203d554bc02326445d20b3",
72+
"tarball": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-8.0.0.tgz",
73+
"fileCount": 6,
74+
"unpackedSize": 8517,
8375
"signatures": [
8476
{
85-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
86-
"sig": "MEUCIQDB4fdfKU8EBfBNbih72XnF9En4GK7V1NCDfNUbevYxvAIgNDmYn+vLMhPMNKb/DQxtwHANsJdlsfJSR4Y8tMVK2Kw="
77+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
78+
"sig": "MEMCIFfw1Ma4awhdaxAvv56Jd85Mep3hpZSykjx/js5VvdauAh9zUaVobLRnvYs0EfRnPLdKWEsldhdhQulfOekTnalM"
8779
}
8880
]
8981
},
@@ -94,26 +86,26 @@
9486
"directories": {},
9587
"maintainers": [
9688
{
97-
"name": "romainmenke",
98-
"email": "romainmenke@gmail.com"
89+
"name": "jonathantneal",
90+
"email": "jonathantneal@hotmail.com"
9991
},
10092
{
10193
"name": "alaguna",
10294
"email": "[email protected]"
10395
},
10496
{
105-
"name": "jonathantneal",
106-
"email": "jonathantneal@hotmail.com"
97+
"name": "romainmenke",
98+
"email": "romainmenke@gmail.com"
10799
},
108100
{
109101
"name": "semigradsky",
110102
"email": "[email protected]"
111103
}
112104
],
113105
"_npmOperationalInternal": {
114-
"host": "s3://npm-registry-packages",
115-
"tmp": "tmp/postcss-attribute-case-insensitive_7.0.1_1729719856812_0.6887783436032042"
106+
"host": "s3://npm-registry-packages-npm-production",
107+
"tmp": "tmp/postcss-attribute-case-insensitive_8.0.0_1768375288744_0.9586579256604872"
116108
},
117109
"_hasShrinkwrap": false,
118-
"_time": "2024-10-23T21:44:17.021Z"
110+
"_time": "2026-01-14T07:21:28.890Z"
119111
}

0 commit comments

Comments
 (0)