Skip to content

Commit 3b9a5ac

Browse files
autoprefixer-10.4.22 (#2490)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 853758f commit 3b9a5ac

1 file changed

Lines changed: 63 additions & 63 deletions

File tree

directory/autoprefixer.json

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,60 @@
11
{
22
"name": "autoprefixer",
3-
"version": "10.4.21",
3+
"version": "10.4.22",
4+
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
5+
"engines": {
6+
"node": "^10 || ^12 || >=14"
7+
},
48
"keywords": [
59
"autoprefixer",
610
"css",
711
"prefix",
812
"postcss",
913
"postcss-plugin"
1014
],
15+
"main": "lib/autoprefixer.js",
16+
"bin": {
17+
"autoprefixer": "bin/autoprefixer"
18+
},
19+
"types": "lib/autoprefixer.d.ts",
20+
"funding": [
21+
{
22+
"type": "opencollective",
23+
"url": "https://opencollective.com/postcss/"
24+
},
25+
{
26+
"type": "tidelift",
27+
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
28+
},
29+
{
30+
"type": "github",
31+
"url": "https://github.com/sponsors/ai"
32+
}
33+
],
1134
"author": {
1235
"name": "Andrey Sitnik",
1336
"email": "[email protected]"
1437
},
1538
"license": "MIT",
16-
17-
"maintainers": [
18-
{
19-
"name": "ai",
20-
"email": "[email protected]"
21-
}
22-
],
39+
"repository": {
40+
"type": "git",
41+
"url": "git+https://github.com/postcss/autoprefixer.git"
42+
},
43+
"bugs": {
44+
"url": "https://github.com/postcss/autoprefixer/issues"
45+
},
46+
"peerDependencies": {
47+
"postcss": "^8.1.0"
48+
},
49+
"dependencies": {
50+
"browserslist": "^4.27.0",
51+
"caniuse-lite": "^1.0.30001754",
52+
"fraction.js": "^5.3.4",
53+
"normalize-range": "^0.1.2",
54+
"picocolors": "^1.1.1",
55+
"postcss-value-parser": "^4.2.0"
56+
},
57+
2358
"contributors": [
2459
{
2560
"name": "Aaron",
@@ -713,73 +748,38 @@
713748
"email": "[email protected]"
714749
}
715750
],
751+
"gitHead": "73dc62c779bf51f2883f9541dc62fd164262e872",
716752
"homepage": "https://github.com/postcss/autoprefixer#readme",
717-
"bugs": {
718-
"url": "https://github.com/postcss/autoprefixer/issues"
719-
},
720-
"bin": {
721-
"autoprefixer": "bin/autoprefixer"
722-
},
753+
"_nodeVersion": "22.20.0",
754+
"_npmVersion": "10.9.3",
723755
"dist": {
724-
"shasum": "77189468e7a8ad1d9a37fbc08efc9f480cf0a95d",
725-
"tarball": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
756+
"integrity": "sha512-ARe0v/t9gO28Bznv6GgqARmVqcWOV3mfgUPn9becPHMiD3o9BwlRgaeccZnwTpZ7Zwqrm+c1sUSsMxIzQzc8Xg==",
757+
"shasum": "90b27ab55ec0cf0684210d1f056f7d65dac55f16",
758+
"tarball": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.22.tgz",
726759
"fileCount": 83,
727-
"integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
760+
"unpackedSize": 199080,
728761
"signatures": [
729762
{
730-
"sig": "MEUCIQDDvEvx86F1Kl2Jk9uzrU5mhkPo0QuAd/1ZkF+bIs0QRQIgPghUahicnY//3CA7+Tu5lMLLL3enwdd4KRAasZKf58c=",
731-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
763+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
764+
"sig": "MEYCIQCZ20rACwrpfPxZ8olsg6Nc8V4CF81Ms3rOft12u1umwAIhAL24h+GXKFaA8rQ+omJzRkixb6QU6NQ9RzfgLLg9m2qe"
732765
}
733-
],
734-
"unpackedSize": 199184
735-
},
736-
"main": "lib/autoprefixer.js",
737-
"types": "lib/autoprefixer.d.ts",
738-
"engines": {
739-
"node": "^10 || ^12 || >=14"
766+
]
740767
},
741-
"funding": [
742-
{
743-
"url": "https://opencollective.com/postcss/",
744-
"type": "opencollective"
745-
},
746-
{
747-
"url": "https://tidelift.com/funding/github/npm/autoprefixer",
748-
"type": "tidelift"
749-
},
750-
{
751-
"url": "https://github.com/sponsors/ai",
752-
"type": "github"
753-
}
754-
],
755-
"gitHead": "541295c0e6dd348db2d3f52772b59cd403c59d29",
756768
"_npmUser": {
757769
"name": "ai",
758770
"email": "[email protected]"
759771
},
760-
"repository": {
761-
"url": "git+https://github.com/postcss/autoprefixer.git",
762-
"type": "git"
763-
},
764-
"_npmVersion": "10.9.2",
765-
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
766772
"directories": {},
767-
"_nodeVersion": "22.14.0",
768-
"dependencies": {
769-
"picocolors": "^1.1.1",
770-
"fraction.js": "^4.3.7",
771-
"browserslist": "^4.24.4",
772-
"caniuse-lite": "^1.0.30001702",
773-
"normalize-range": "^0.1.2",
774-
"postcss-value-parser": "^4.2.0"
775-
},
776-
"_hasShrinkwrap": false,
777-
"peerDependencies": {
778-
"postcss": "^8.1.0"
779-
},
773+
"maintainers": [
774+
{
775+
"name": "ai",
776+
"email": "[email protected]"
777+
}
778+
],
780779
"_npmOperationalInternal": {
781-
"tmp": "tmp/autoprefixer_10.4.21_1741526844017_0.34655575028159324",
782-
"host": "s3://npm-registry-packages-npm-production"
780+
"host": "s3://npm-registry-packages-npm-production",
781+
"tmp": "tmp/autoprefixer_10.4.22_1762810986203_0.011609000183685714"
783782
},
784-
"_time": "2025-03-09T13:27:24.235Z"
783+
"_hasShrinkwrap": false,
784+
"_time": "2025-11-10T21:43:06.438Z"
785785
}

0 commit comments

Comments
 (0)