Skip to content

Commit 3a530d7

Browse files
autoprefixer-10.5.0 (#2780)
1 parent 7ebd5c6 commit 3a530d7

1 file changed

Lines changed: 38 additions & 38 deletions

File tree

directory/autoprefixer.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
{
22
"name": "autoprefixer",
3-
"version": "10.4.27",
3+
"version": "10.5.0",
44
"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-
},
85
"keywords": [
96
"autoprefixer",
107
"css",
11-
"prefix",
128
"postcss",
13-
"postcss-plugin"
9+
"postcss-plugin",
10+
"prefix"
1411
],
15-
"main": "lib/autoprefixer.js",
16-
"bin": {
17-
"autoprefixer": "bin/autoprefixer"
12+
"bugs": {
13+
"url": "https://github.com/postcss/autoprefixer/issues"
14+
},
15+
"license": "MIT",
16+
"author": {
17+
"name": "Andrey Sitnik",
18+
"email": "[email protected]"
19+
},
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/postcss/autoprefixer.git"
1823
},
19-
"types": "lib/autoprefixer.d.ts",
2024
"funding": [
2125
{
2226
"type": "opencollective",
@@ -31,29 +35,25 @@
3135
"url": "https://github.com/sponsors/ai"
3236
}
3337
],
34-
"author": {
35-
"name": "Andrey Sitnik",
36-
"email": "[email protected]"
37-
},
38-
"license": "MIT",
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"
38+
"bin": {
39+
"autoprefixer": "bin/autoprefixer"
4840
},
41+
"main": "lib/autoprefixer.js",
42+
"types": "lib/autoprefixer.d.ts",
4943
"dependencies": {
50-
"browserslist": "^4.28.1",
51-
"caniuse-lite": "^1.0.30001774",
44+
"browserslist": "^4.28.2",
45+
"caniuse-lite": "^1.0.30001787",
5246
"fraction.js": "^5.3.4",
5347
"picocolors": "^1.1.1",
5448
"postcss-value-parser": "^4.2.0"
5549
},
56-
50+
"peerDependencies": {
51+
"postcss": "^8.1.0"
52+
},
53+
"engines": {
54+
"node": "^10 || ^12 || >=14"
55+
},
56+
5757
"contributors": [
5858
{
5959
"name": "Aaron",
@@ -120,7 +120,7 @@
120120
},
121121
{
122122
"name": "Andrey Sitnik",
123-
"email": "andrey@sitnik.ru"
123+
"email": "andrey@sitnik.es"
124124
},
125125
{
126126
"name": "Andrey Taritsyn",
@@ -747,38 +747,38 @@
747747
"email": "[email protected]"
748748
}
749749
],
750-
"gitHead": "360f2d9ecbad3315fbabc61fb2131ac939fee211",
750+
"gitHead": "faf456a4be572dbcb60cbe5d76a8927e23809ef5",
751751
"homepage": "https://github.com/postcss/autoprefixer#readme",
752752
"_nodeVersion": "22.22.0",
753753
"_npmVersion": "10.9.4",
754754
"dist": {
755-
"integrity": "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==",
756-
"shasum": "51ea301a5c3c5f8642f8e564759c4f573be486f2",
757-
"tarball": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.27.tgz",
755+
"integrity": "sha512-FMhOoZV4+qR6aTUALKX2rEqGG+oyATvwBt9IIzVR5rMa2HRWPkxf+P+PAJLD1I/H5/II+HuZcBJYEFBpq39ong==",
756+
"shasum": "33d87e443430f020a0f85319d6ff1593cb291be9",
757+
"tarball": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.0.tgz",
758758
"fileCount": 83,
759-
"unpackedSize": 199086,
759+
"unpackedSize": 199073,
760760
"signatures": [
761761
{
762762
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
763-
"sig": "MEUCIQC9ELrfpgwR8KAuowfUkmfhuVrY1eLqMe0Wde85tZilgQIgBK49rJLUBn+q2mAC+/h1PNMiWiYejrVx1uy3fUNsN1Q="
763+
"sig": "MEUCIQDOeG+vZKnrS+pGSZm66tIOX33Esw8TC+2/tKsawBIazQIgMUkCJnBtZnifVEZ0C8zUwHNj1Ide7XGtkvW0GvWuQgg="
764764
}
765765
]
766766
},
767767
"_npmUser": {
768768
"name": "ai",
769-
"email": "andrey@sitnik.ru"
769+
"email": "andrey@sitnik.es"
770770
},
771771
"directories": {},
772772
"maintainers": [
773773
{
774774
"name": "ai",
775-
"email": "andrey@sitnik.ru"
775+
"email": "andrey@sitnik.es"
776776
}
777777
],
778778
"_npmOperationalInternal": {
779779
"host": "s3://npm-registry-packages-npm-production",
780-
"tmp": "tmp/autoprefixer_10.4.27_1772048016395_0.4997760763658117"
780+
"tmp": "tmp/autoprefixer_10.5.0_1776112904956_0.021721191406820273"
781781
},
782782
"_hasShrinkwrap": false,
783-
"_time": "2026-02-25T19:33:36.553Z"
783+
"_time": "2026-04-13T20:41:45.117Z"
784784
}

0 commit comments

Comments
 (0)