Skip to content

Commit 81ad44c

Browse files
autoprefixer-10.4.21 (#2167)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cbb7c87 commit 81ad44c

1 file changed

Lines changed: 58 additions & 58 deletions

File tree

directory/autoprefixer.json

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,25 @@
11
{
22
"name": "autoprefixer",
33
"version": "10.4.21",
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-
},
84
"keywords": [
95
"autoprefixer",
106
"css",
117
"prefix",
128
"postcss",
139
"postcss-plugin"
1410
],
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-
],
3411
"author": {
3512
"name": "Andrey Sitnik",
3613
"email": "[email protected]"
3714
},
3815
"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"
48-
},
49-
"dependencies": {
50-
"browserslist": "^4.24.4",
51-
"caniuse-lite": "^1.0.30001702",
52-
"fraction.js": "^4.3.7",
53-
"normalize-range": "^0.1.2",
54-
"picocolors": "^1.1.1",
55-
"postcss-value-parser": "^4.2.0"
56-
},
5716
17+
"maintainers": [
18+
{
19+
"name": "ai",
20+
"email": "[email protected]"
21+
}
22+
],
5823
"contributors": [
5924
{
6025
"name": "Aaron",
@@ -748,38 +713,73 @@
748713
"email": "[email protected]"
749714
}
750715
],
751-
"gitHead": "541295c0e6dd348db2d3f52772b59cd403c59d29",
752716
"homepage": "https://github.com/postcss/autoprefixer#readme",
753-
"_nodeVersion": "22.14.0",
754-
"_npmVersion": "10.9.2",
717+
"bugs": {
718+
"url": "https://github.com/postcss/autoprefixer/issues"
719+
},
720+
"bin": {
721+
"autoprefixer": "bin/autoprefixer"
722+
},
755723
"dist": {
756-
"integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
757724
"shasum": "77189468e7a8ad1d9a37fbc08efc9f480cf0a95d",
758725
"tarball": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz",
759726
"fileCount": 83,
760-
"unpackedSize": 199184,
727+
"integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
761728
"signatures": [
762729
{
763-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
764-
"sig": "MEUCIQDDvEvx86F1Kl2Jk9uzrU5mhkPo0QuAd/1ZkF+bIs0QRQIgPghUahicnY//3CA7+Tu5lMLLL3enwdd4KRAasZKf58c="
730+
"sig": "MEUCIQDDvEvx86F1Kl2Jk9uzrU5mhkPo0QuAd/1ZkF+bIs0QRQIgPghUahicnY//3CA7+Tu5lMLLL3enwdd4KRAasZKf58c=",
731+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
765732
}
766-
]
733+
],
734+
"unpackedSize": 199184
735+
},
736+
"main": "lib/autoprefixer.js",
737+
"types": "lib/autoprefixer.d.ts",
738+
"engines": {
739+
"node": "^10 || ^12 || >=14"
767740
},
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",
768756
"_npmUser": {
769757
"name": "ai",
770758
"email": "[email protected]"
771759
},
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",
772766
"directories": {},
773-
"maintainers": [
774-
{
775-
"name": "ai",
776-
"email": "[email protected]"
777-
}
778-
],
779-
"_npmOperationalInternal": {
780-
"host": "s3://npm-registry-packages-npm-production",
781-
"tmp": "tmp/autoprefixer_10.4.21_1741526844017_0.34655575028159324"
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"
782775
},
783776
"_hasShrinkwrap": false,
777+
"peerDependencies": {
778+
"postcss": "^8.1.0"
779+
},
780+
"_npmOperationalInternal": {
781+
"tmp": "tmp/autoprefixer_10.4.21_1741526844017_0.34655575028159324",
782+
"host": "s3://npm-registry-packages-npm-production"
783+
},
784784
"_time": "2025-03-09T13:27:24.235Z"
785785
}

0 commit comments

Comments
 (0)