Skip to content

Commit b02f9fc

Browse files
collect plugins data
1 parent 37b237f commit b02f9fc

219 files changed

Lines changed: 42511 additions & 40509 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/index.html

Lines changed: 51 additions & 3 deletions
Large diffs are not rendered by default.

npm-data/last-version/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
}

npm-data/last-version/cssnano.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssnano",
3-
"version": "7.0.6",
3+
"version": "7.0.7",
44
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
55
"main": "src/index.js",
66
"types": "types/index.d.ts",
@@ -19,8 +19,8 @@
1919
],
2020
"license": "MIT",
2121
"dependencies": {
22-
"lilconfig": "^3.1.2",
23-
"cssnano-preset-default": "^7.0.6"
22+
"lilconfig": "^3.1.3",
23+
"cssnano-preset-default": "^7.0.7"
2424
},
2525
"homepage": "https://github.com/cssnano/cssnano",
2626
"author": {
@@ -39,30 +39,30 @@
3939
"node": "^18.12.0 || ^20.9.0 || >=22.0"
4040
},
4141
"devDependencies": {
42-
"autoprefixer": "^10.4.20",
43-
"postcss": "^8.4.45",
44-
"cssnano-preset-advanced": "^7.0.6",
45-
"cssnano-preset-lite": "^4.0.3"
42+
"autoprefixer": "^10.4.21",
43+
"postcss": "^8.5.3",
44+
"cssnano-preset-advanced": "^7.0.7",
45+
"cssnano-preset-lite": "^4.0.4"
4646
},
4747
"peerDependencies": {
48-
"postcss": "^8.4.31"
48+
"postcss": "^8.4.32"
4949
},
50-
"_id": "[email protected].6",
51-
"_integrity": "sha512-54woqx8SCbp8HwvNZYn68ZFAepuouZW4lTwiMVnBErM3VkO7/Sd4oTOt3Zz3bPx3kxQ36aISppyXj2Md4lg8bw==",
52-
"_resolved": "/tmp/efead5483ed204ef2b3a1affe425a938/cssnano-7.0.6.tgz",
53-
"_from": "file:cssnano-7.0.6.tgz",
54-
"_nodeVersion": "20.17.0",
50+
"_id": "[email protected].7",
51+
"_integrity": "sha512-evKu7yiDIF7oS+EIpwFlMF730ijRyLFaM2o5cTxRGJR9OKHKkc+qP443ZEVR9kZG0syaAJJCPJyfv5pbrxlSng==",
52+
"_resolved": "/tmp/8d2e2620925f9581a0d6865c528dc933/cssnano-7.0.7.tgz",
53+
"_from": "file:cssnano-7.0.7.tgz",
54+
"_nodeVersion": "20.19.1",
5555
"_npmVersion": "10.8.2",
5656
"dist": {
57-
"integrity": "sha512-54woqx8SCbp8HwvNZYn68ZFAepuouZW4lTwiMVnBErM3VkO7/Sd4oTOt3Zz3bPx3kxQ36aISppyXj2Md4lg8bw==",
58-
"shasum": "63d54fd42bc017f6aaed69e47d9aaef85b7850ec",
59-
"tarball": "https://registry.npmjs.org/cssnano/-/cssnano-7.0.6.tgz",
57+
"integrity": "sha512-evKu7yiDIF7oS+EIpwFlMF730ijRyLFaM2o5cTxRGJR9OKHKkc+qP443ZEVR9kZG0syaAJJCPJyfv5pbrxlSng==",
58+
"shasum": "1aca487fc32d6b3b71e385c41a8cccb2f43735ac",
59+
"tarball": "https://registry.npmjs.org/cssnano/-/cssnano-7.0.7.tgz",
6060
"fileCount": 6,
61-
"unpackedSize": 7334,
61+
"unpackedSize": 7370,
6262
"signatures": [
6363
{
64-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
65-
"sig": "MEUCIQCdArOKYQYAXQm/D2NkoRaXhSg22GmBbD9mLjlDaJ6LegIgUlH5AGC8yAtJot5qTVd321V+UxT6th8BBLLDyy7aQdc="
64+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
65+
"sig": "MEQCICuibmxVv3Vru45VK+5LSLFwOCNVBRkNxxjDwpJXYrVWAiA7qQq8HktDj+ApokocQ1cd5on+hhGdUMuvajIW5AG8Xg=="
6666
}
6767
]
6868
},
@@ -106,9 +106,9 @@
106106
}
107107
],
108108
"_npmOperationalInternal": {
109-
"host": "s3://npm-registry-packages",
110-
"tmp": "tmp/cssnano_7.0.6_1725471459483_0.19324325582876334"
109+
"host": "s3://npm-registry-packages-npm-production",
110+
"tmp": "tmp/cssnano_7.0.7_1746539653533_0.009249127682172231"
111111
},
112112
"_hasShrinkwrap": false,
113-
"_time": "2024-09-04T17:37:39.665Z"
113+
"_time": "2025-05-06T13:54:13.719Z"
114114
}

npm-data/last-version/postcss-colormin.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-colormin",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Minify colors in your CSS files with PostCSS.",
55
"main": "src/index.js",
66
"types": "types/index.d.ts",
@@ -25,7 +25,7 @@
2525
"url": "git+https://github.com/cssnano/cssnano.git"
2626
},
2727
"dependencies": {
28-
"browserslist": "^4.23.3",
28+
"browserslist": "^4.24.5",
2929
"caniuse-api": "^3.0.0",
3030
"colord": "^2.9.3",
3131
"postcss-value-parser": "^4.2.0"
@@ -38,27 +38,27 @@
3838
},
3939
"devDependencies": {
4040
"@types/caniuse-api": "^3.0.6",
41-
"postcss": "^8.4.40"
41+
"postcss": "^8.5.3"
4242
},
4343
"peerDependencies": {
44-
"postcss": "^8.4.31"
44+
"postcss": "^8.4.32"
4545
},
46-
"_id": "[email protected].2",
47-
"_integrity": "sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==",
48-
"_resolved": "/tmp/508b2e313e53724161e9802a8d8084d3/postcss-colormin-7.0.2.tgz",
49-
"_from": "file:postcss-colormin-7.0.2.tgz",
50-
"_nodeVersion": "20.16.0",
51-
"_npmVersion": "10.8.1",
46+
"_id": "[email protected].3",
47+
"_integrity": "sha512-xZxQcSyIVZbSsl1vjoqZAcMYYdnJsIyG8OvqShuuqf12S88qQboxxEy0ohNCOLwVPXTU+hFHvJPACRL2B5ohTA==",
48+
"_resolved": "/tmp/fbe2d1007e456f3b6d045598f3d66bf5/postcss-colormin-7.0.3.tgz",
49+
"_from": "file:postcss-colormin-7.0.3.tgz",
50+
"_nodeVersion": "20.19.1",
51+
"_npmVersion": "10.8.2",
5252
"dist": {
53-
"integrity": "sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==",
54-
"shasum": "6f3c53c13158168669f45adc3926f35cb240ef8e",
55-
"tarball": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.2.tgz",
53+
"integrity": "sha512-xZxQcSyIVZbSsl1vjoqZAcMYYdnJsIyG8OvqShuuqf12S88qQboxxEy0ohNCOLwVPXTU+hFHvJPACRL2B5ohTA==",
54+
"shasum": "602d093c6f186d5316a4516607ddf4f0073ae5a5",
55+
"tarball": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.3.tgz",
5656
"fileCount": 9,
57-
"unpackedSize": 10720,
57+
"unpackedSize": 10719,
5858
"signatures": [
5959
{
60-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
61-
"sig": "MEUCIDluETGY6MeBYILKu/m01SV3ZRjC5nAddprWkm1b6kw4AiEA72hflLzxQK/e4LP0t2xiNZ97cnXC79orZ/iArlE0tBg="
60+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
61+
"sig": "MEUCIQDM9WpgL+CC4WHu/BmrUHUDXNnxZjT2dwRMumHtmE1kywIgCsGyRHAWXE5xaR4gfGUFgi5wyK7G6HF6aoeqcsLf7DA="
6262
}
6363
]
6464
},
@@ -102,9 +102,9 @@
102102
}
103103
],
104104
"_npmOperationalInternal": {
105-
"host": "s3://npm-registry-packages",
106-
"tmp": "tmp/postcss-colormin_7.0.2_1723211303513_0.7559206311066"
105+
"host": "s3://npm-registry-packages-npm-production",
106+
"tmp": "tmp/postcss-colormin_7.0.3_1746539652867_0.8275701784503966"
107107
},
108108
"_hasShrinkwrap": false,
109-
"_time": "2024-08-09T13:48:23.688Z"
109+
"_time": "2025-05-06T13:54:13.084Z"
110110
}

npm-data/last-version/postcss-convert-values.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-convert-values",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Convert values with PostCSS (e.g. ms -> s)",
55
"main": "src/index.js",
66
"types": "types/index.d.ts",
@@ -22,7 +22,7 @@
2222
"url": "git+https://github.com/cssnano/cssnano.git"
2323
},
2424
"dependencies": {
25-
"browserslist": "^4.23.3",
25+
"browserslist": "^4.24.5",
2626
"postcss-value-parser": "^4.2.0"
2727
},
2828
"bugs": {
@@ -32,27 +32,27 @@
3232
"node": "^18.12.0 || ^20.9.0 || >=22.0"
3333
},
3434
"devDependencies": {
35-
"postcss": "^8.4.45"
35+
"postcss": "^8.5.3"
3636
},
3737
"peerDependencies": {
38-
"postcss": "^8.4.31"
38+
"postcss": "^8.4.32"
3939
},
40-
"_id": "[email protected].4",
41-
"_integrity": "sha512-e2LSXPqEHVW6aoGbjV9RsSSNDO3A0rZLCBxN24zvxF25WknMPpX8Dm9UxxThyEbaytzggRuZxaGXqaOhxQ514Q==",
42-
"_resolved": "/tmp/18d05aa12e35d163baebe86df9170bf8/postcss-convert-values-7.0.4.tgz",
43-
"_from": "file:postcss-convert-values-7.0.4.tgz",
44-
"_nodeVersion": "20.17.0",
40+
"_id": "[email protected].5",
41+
"_integrity": "sha512-0VFhH8nElpIs3uXKnVtotDJJNX0OGYSZmdt4XfSfvOMrFw1jKfpwpZxfC4iN73CTM/MWakDEmsHQXkISYj4BXw==",
42+
"_resolved": "/tmp/d8c181d68153a6fd148010809c64bc5e/postcss-convert-values-7.0.5.tgz",
43+
"_from": "file:postcss-convert-values-7.0.5.tgz",
44+
"_nodeVersion": "20.19.1",
4545
"_npmVersion": "10.8.2",
4646
"dist": {
47-
"integrity": "sha512-e2LSXPqEHVW6aoGbjV9RsSSNDO3A0rZLCBxN24zvxF25WknMPpX8Dm9UxxThyEbaytzggRuZxaGXqaOhxQ514Q==",
48-
"shasum": "fc13ecedded6365f3c794b502dbcf77d298da12c",
49-
"tarball": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.4.tgz",
47+
"integrity": "sha512-0VFhH8nElpIs3uXKnVtotDJJNX0OGYSZmdt4XfSfvOMrFw1jKfpwpZxfC4iN73CTM/MWakDEmsHQXkISYj4BXw==",
48+
"shasum": "35263382f3197d83b865c0967ddc708cdde3115e",
49+
"tarball": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-7.0.5.tgz",
5050
"fileCount": 9,
51-
"unpackedSize": 14117,
51+
"unpackedSize": 14153,
5252
"signatures": [
5353
{
54-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
55-
"sig": "MEQCIAvGxVyp5xrHj4TXqLE1T6pn7eQToB676SRgcf9DvUf4AiA0nFa4fBzCc3D79YjXY4c9BmF3iMyuytOe8tm3yJ1R+Q=="
54+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
55+
"sig": "MEYCIQCnQVfh1X2GLDaR40ENZ6kU9ObcnNgBQy5gv4Phbdu+OQIhANZO9D1GquTo/IZzYX5kT7Jag1L+sqxyheSEFvvXHJ6Y"
5656
}
5757
]
5858
},
@@ -96,9 +96,9 @@
9696
}
9797
],
9898
"_npmOperationalInternal": {
99-
"host": "s3://npm-registry-packages",
100-
"tmp": "tmp/postcss-convert-values_7.0.4_1725471459595_0.5205393261153561"
99+
"host": "s3://npm-registry-packages-npm-production",
100+
"tmp": "tmp/postcss-convert-values_7.0.5_1746539653300_0.7525560644840306"
101101
},
102102
"_hasShrinkwrap": false,
103-
"_time": "2024-09-04T17:37:39.774Z"
103+
"_time": "2025-05-06T13:54:13.484Z"
104104
}

0 commit comments

Comments
 (0)