Skip to content

Commit 543eddd

Browse files
collect plugins data
1 parent cf73f14 commit 543eddd

242 files changed

Lines changed: 6093 additions & 3237 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.

npm-data/last-version/@csstools/postcss-color-function.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-color-function",
33
"description": "Use the color() function in CSS",
4-
"version": "4.0.8",
4+
"version": "4.0.9",
55
"author": {
66
"name": "Jonathan Neal",
77
"email": "[email protected]"
@@ -35,10 +35,10 @@
3535
}
3636
},
3737
"dependencies": {
38-
"@csstools/css-color-parser": "^3.0.8",
38+
"@csstools/css-color-parser": "^3.0.9",
3939
"@csstools/css-parser-algorithms": "^3.0.4",
4040
"@csstools/css-tokenizer": "^3.0.3",
41-
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
41+
"@csstools/postcss-progressive-custom-properties": "^4.0.1",
4242
"@csstools/utilities": "^2.0.0"
4343
},
4444
"peerDependencies": {
@@ -69,21 +69,21 @@
6969
"syntax",
7070
"xyz"
7171
],
72-
"_id": "@csstools/[email protected].8",
73-
"gitHead": "6eba6cb58083fe58112768ca0de73fca11ff291c",
72+
"_id": "@csstools/[email protected].9",
73+
"gitHead": "a0e55a791c158a2645cef4c2b76482fdb68edc8b",
7474
"types": "./dist/index.d.ts",
7575
"_nodeVersion": "22.12.0",
7676
"_npmVersion": "10.9.0",
7777
"dist": {
78-
"integrity": "sha512-9dUvP2qpZI6PlGQ/sob+95B3u5u7nkYt9yhZFCC7G9HBRHBxj+QxS/wUlwaMGYW0waf+NIierI8aoDTssEdRYw==",
79-
"shasum": "4c16ea78abfdfd62c947616c6e68836e50f2441c",
80-
"tarball": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.8.tgz",
78+
"integrity": "sha512-2UeQCGMO5+EeQsPQK2DqXp0dad+P6nIz6G2dI06APpBuYBKxZEq7CTH+UiztFQ8cB1f89dnO9+D/Kfr+JfI2hw==",
79+
"shasum": "67080c6b4635926d68cc9c8f52261b87ece70bf8",
80+
"tarball": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.9.tgz",
8181
"fileCount": 7,
82-
"unpackedSize": 9409,
82+
"unpackedSize": 9708,
8383
"signatures": [
8484
{
8585
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
86-
"sig": "MEQCIEc27+mmnHREOcw3/SG7m80s7BTvm9pFL0QpJTlxibcaAiBmdzotm1RTe6DCH4fPnvkY/MkUjBaMwJSkYYh5n5H8Sg=="
86+
"sig": "MEUCIFE2ow83tK0kxrlONgm9Z9TJhZM33AhIvjqeYfaQADu2AiEAxfks7Y67+K8BSHmFLukXsfYNuC5CPhiSWTuKQpxGoBA="
8787
}
8888
]
8989
},
@@ -108,8 +108,8 @@
108108
],
109109
"_npmOperationalInternal": {
110110
"host": "s3://npm-registry-packages-npm-production",
111-
"tmp": "tmp/postcss-color-function_4.0.8_1740330620988_0.5763750699194046"
111+
"tmp": "tmp/postcss-color-function_4.0.9_1745079578405_0.15346712957154085"
112112
},
113113
"_hasShrinkwrap": false,
114-
"_time": "2025-02-23T17:10:21.219Z"
114+
"_time": "2025-04-19T16:19:38.589Z"
115115
}

npm-data/last-version/@csstools/postcss-color-mix-function.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-color-mix-function",
33
"description": "Use the color-mix function in CSS",
4-
"version": "3.0.8",
4+
"version": "3.0.9",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -42,10 +42,10 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@csstools/css-color-parser": "^3.0.8",
45+
"@csstools/css-color-parser": "^3.0.9",
4646
"@csstools/css-parser-algorithms": "^3.0.4",
4747
"@csstools/css-tokenizer": "^3.0.3",
48-
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
48+
"@csstools/postcss-progressive-custom-properties": "^4.0.1",
4949
"@csstools/utilities": "^2.0.0"
5050
},
5151
"peerDependencies": {
@@ -75,21 +75,21 @@
7575
"syntax",
7676
"xyz"
7777
],
78-
"_id": "@csstools/[email protected].8",
79-
"gitHead": "bcd1770486667d53056e8777707719691beed028",
78+
"_id": "@csstools/[email protected].9",
79+
"gitHead": "5a128043fc8562f0c484fb898f5218c2305bc0fa",
8080
"types": "./dist/index.d.ts",
8181
"_nodeVersion": "22.12.0",
8282
"_npmVersion": "10.9.0",
8383
"dist": {
84-
"integrity": "sha512-yuZpgWUzqZWQhEqfvtJufhl28DgO9sBwSbXbf/59gejNuvZcoUTRGQZhzhwF4ccqb53YAGB+u92z9+eSKoB4YA==",
85-
"shasum": "45a006dfcc65f2a61ae60f2df7ebc108fdb9eaf1",
86-
"tarball": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.8.tgz",
84+
"integrity": "sha512-Enj7ZIIkLD7zkGCN31SZFx4H1gKiCs2Y4taBo/v/cqaHN7p1qGrf5UTMNSjQFZ7MgClGufHx4pddwFTGL+ipug==",
85+
"shasum": "103858388ba4d2c589daeecb02f9f05baecc27d0",
86+
"tarball": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.9.tgz",
8787
"fileCount": 7,
88-
"unpackedSize": 8740,
88+
"unpackedSize": 9039,
8989
"signatures": [
9090
{
9191
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
92-
"sig": "MEQCIGXumZI7ouxed/ho9eG3Tqx86WZZAbB8VDz1ka7msPEnAiBMXbYgapEKoewAaUUa3jY6G3z+CbPvh+pPMEUwBVaoGA=="
92+
"sig": "MEUCIEpQL1OWdewjt6ubVqCCFiQzoFmsNoFhEzJ4vAEnYNQjAiEA807+8BXBdyLNFwv9iO4+CCm5grBiZESH2wkLMCug3uQ="
9393
}
9494
]
9595
},
@@ -114,8 +114,8 @@
114114
],
115115
"_npmOperationalInternal": {
116116
"host": "s3://npm-registry-packages-npm-production",
117-
"tmp": "tmp/postcss-color-mix-function_3.0.8_1740330635025_0.32117633927990297"
117+
"tmp": "tmp/postcss-color-mix-function_3.0.9_1745079594100_0.9175376072007526"
118118
},
119119
"_hasShrinkwrap": false,
120-
"_time": "2025-02-23T17:10:35.239Z"
120+
"_time": "2025-04-19T16:19:54.275Z"
121121
}

npm-data/last-version/@csstools/postcss-content-alt-text.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-content-alt-text",
33
"description": "Generate fallback values for content with alt text",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@csstools/css-parser-algorithms": "^3.0.4",
4646
"@csstools/css-tokenizer": "^3.0.3",
47-
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
47+
"@csstools/postcss-progressive-custom-properties": "^4.0.1",
4848
"@csstools/utilities": "^2.0.0"
4949
},
5050
"peerDependencies": {
@@ -70,21 +70,21 @@
7070
"postcss-plugin",
7171
"w3c"
7272
],
73-
"_id": "@csstools/[email protected].4",
74-
"gitHead": "f50a66905deb3f88d4a007e1f617fcb122d319f2",
73+
"_id": "@csstools/[email protected].5",
74+
"gitHead": "d82854f2173c00452e9d81aa3fa1b0aa6e0b6ea1",
7575
"types": "./dist/index.d.ts",
76-
"_nodeVersion": "22.1.0",
77-
"_npmVersion": "10.7.0",
76+
"_nodeVersion": "22.12.0",
77+
"_npmVersion": "10.9.0",
7878
"dist": {
79-
"integrity": "sha512-YItlZUOuZJCBlRaCf8Aucc1lgN41qYGALMly0qQllrxYJhiyzlI6RxOTMUvtWk+KhS8GphMDsDhKQ7KTPfEMSw==",
80-
"shasum": "76f4687fb15ed45bc1139bb71e5775779762897a",
81-
"tarball": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.4.tgz",
79+
"integrity": "sha512-9BOS535v6YmyOYk32jAHXeddRV+iyd4vRcbrEekpwxmueAXX5J8WgbceFnE4E4Pmw/ysnB9v+n/vSWoFmcLMcA==",
80+
"shasum": "86b195bef6ce32179a68011b87212a3e4e73b84a",
81+
"tarball": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.5.tgz",
8282
"fileCount": 7,
83-
"unpackedSize": 9540,
83+
"unpackedSize": 9349,
8484
"signatures": [
8585
{
86-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
87-
"sig": "MEUCIDh1gOCSqiPJdrUkQ8icPwmROJG/B/9W1IBQESQSkJ9oAiEAxiiZofQhDYMjiJLbMiIsmNiGKkYtSw5Palei+l+FHbU="
86+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
87+
"sig": "MEUCIQCGEiHvyIduDP6cMXBCpQxWrSowm2Vb5hZESxH2TJwWVgIgUD74LZ1aqBsHjCfIqm2ISgs0yj3WXvysxoOjTZB+mqI="
8888
}
8989
]
9090
},
@@ -95,22 +95,22 @@
9595
"directories": {},
9696
"maintainers": [
9797
{
98-
"name": "romainmenke",
99-
"email": "romainmenke@gmail.com"
98+
"name": "jonathantneal",
99+
"email": "jonathantneal@hotmail.com"
100100
},
101101
{
102102
"name": "alaguna",
103103
"email": "[email protected]"
104104
},
105105
{
106-
"name": "jonathantneal",
107-
"email": "jonathantneal@hotmail.com"
106+
"name": "romainmenke",
107+
"email": "romainmenke@gmail.com"
108108
}
109109
],
110110
"_npmOperationalInternal": {
111-
"host": "s3://npm-registry-packages",
112-
"tmp": "tmp/postcss-content-alt-text_2.0.4_1730497665922_0.5573078451908469"
111+
"host": "s3://npm-registry-packages-npm-production",
112+
"tmp": "tmp/postcss-content-alt-text_2.0.5_1745079308663_0.8832126686377746"
113113
},
114114
"_hasShrinkwrap": false,
115-
"_time": "2024-11-01T21:47:46.125Z"
115+
"_time": "2025-04-19T16:15:08.847Z"
116116
}

npm-data/last-version/@csstools/postcss-contrast-color-function.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-contrast-color-function",
33
"description": "Dynamically specify a text color with adequate contrast",
4-
"version": "2.0.8",
4+
"version": "2.0.9",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -42,11 +42,10 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@csstools/color-helpers": "^5.0.2",
46-
"@csstools/css-color-parser": "^3.0.8",
45+
"@csstools/css-color-parser": "^3.0.9",
4746
"@csstools/css-parser-algorithms": "^3.0.4",
4847
"@csstools/css-tokenizer": "^3.0.3",
49-
"@csstools/postcss-progressive-custom-properties": "^4.0.0",
48+
"@csstools/postcss-progressive-custom-properties": "^4.0.1",
5049
"@csstools/utilities": "^2.0.0"
5150
},
5251
"peerDependencies": {
@@ -69,21 +68,21 @@
6968
"postcss-plugin",
7069
"wcag"
7170
],
72-
"_id": "@csstools/[email protected].8",
73-
"gitHead": "e7e6489313bdb17a2dd08d8152b3ab80b2681598",
71+
"_id": "@csstools/[email protected].9",
72+
"gitHead": "b31bd825f234e2d3078e9fcd48b20ea6a762d435",
7473
"types": "./dist/index.d.ts",
7574
"_nodeVersion": "22.12.0",
7675
"_npmVersion": "10.9.0",
7776
"dist": {
78-
"integrity": "sha512-AUkJLih8mdRyfSoTWOUP/9wFuwJjP1nxTHj2tLbv9Fm6OEtYriRiIscdfiHKvkV3cR5FGZpp2/LM7FMhv62R9Q==",
79-
"shasum": "8d0772d3eb497e491b1cfddcbc95060628bb1f23",
80-
"tarball": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-2.0.8.tgz",
77+
"integrity": "sha512-ig8ND87p76aQOUZUY7ZPIvgsGnsI1ANt4qwwZN5C9RirIR940qgIzKe27DvKjLiwuem5F46oSfYI8G99ggDNGw==",
78+
"shasum": "ff416d361a0e74ec3068539b2dd11564fe4631f2",
79+
"tarball": "https://registry.npmjs.org/@csstools/postcss-contrast-color-function/-/postcss-contrast-color-function-2.0.9.tgz",
8180
"fileCount": 7,
82-
"unpackedSize": 13479,
81+
"unpackedSize": 8097,
8382
"signatures": [
8483
{
8584
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
86-
"sig": "MEUCICqT9eGt5IPUEUuxMF3MFCu9TcfZcmq3GdFAYbKR7x/ZAiEAj2zbStrxP2fC2KbM3VBjj0eJ7P18xbSPUoAI7UD5g5E="
85+
"sig": "MEYCIQCqd6gw+YtRsXW0LCwzRHUAPtQeU6HjwUT0WRePtgnaSAIhAJ1/E/CtIEm/e/1nAoSjEmrSqJjc7lYZ3kSlAY3eEELV"
8786
}
8887
]
8988
},
@@ -108,8 +107,8 @@
108107
],
109108
"_npmOperationalInternal": {
110109
"host": "s3://npm-registry-packages-npm-production",
111-
"tmp": "tmp/postcss-contrast-color-function_2.0.8_1740330642159_0.12990385581589758"
110+
"tmp": "tmp/postcss-contrast-color-function_2.0.9_1745079601655_0.5139082976177372"
112111
},
113112
"_hasShrinkwrap": false,
114-
"_time": "2025-02-23T17:10:42.358Z"
113+
"_time": "2025-04-19T16:20:01.830Z"
115114
}

npm-data/last-version/@csstools/postcss-exponential-functions.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-exponential-functions",
33
"description": "Use pow(), sqrt(), hypot(), log(), exp() exponential functions in CSS",
4-
"version": "2.0.7",
4+
"version": "2.0.8",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@csstools/css-calc": "^2.1.2",
45+
"@csstools/css-calc": "^2.1.3",
4646
"@csstools/css-parser-algorithms": "^3.0.4",
4747
"@csstools/css-tokenizer": "^3.0.3"
4848
},
@@ -68,21 +68,21 @@
6868
"pow",
6969
"sqrt"
7070
],
71-
"_id": "@csstools/[email protected].7",
72-
"gitHead": "bd61f5b3a1e14b355117b036f7f75bf7bd941c61",
71+
"_id": "@csstools/[email protected].8",
72+
"gitHead": "823b0d07ab6c2e1ca3a360eb783669dc28ba8ffe",
7373
"types": "./dist/index.d.ts",
7474
"_nodeVersion": "22.12.0",
7575
"_npmVersion": "10.9.0",
7676
"dist": {
77-
"integrity": "sha512-XTb6Mw0v2qXtQYRW9d9duAjDnoTbBpsngD7sRNLmYDjvwU2ebpIHplyxgOeo6jp/Kr52gkLi5VaK5RDCqzMzZQ==",
78-
"shasum": "c369f241c6645a5e8a184bfd02cdcc65bd22fcbd",
79-
"tarball": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.7.tgz",
77+
"integrity": "sha512-vHgDXtGIBPpFQnFNDftMQg4MOuXcWnK91L/7REjBNYzQ/p2Fa/6RcnehTqCRrNtQ46PNIolbRsiDdDuxiHolwQ==",
78+
"shasum": "da6b3673fcb48a78294d39d6afc1e4da45dedada",
79+
"tarball": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.8.tgz",
8080
"fileCount": 7,
81-
"unpackedSize": 6157,
81+
"unpackedSize": 6154,
8282
"signatures": [
8383
{
8484
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
85-
"sig": "MEQCIHvC6kA0mERb2DbXZhtTxHxOdTOXC3Rhb4P8OD9XrV2/AiAU9aqE5BOd7BBvi7OMC6w7T9X1HZa5/jfsl+o63ZFv9w=="
85+
"sig": "MEUCIBGWrS2kIlNoPzWQRpmRC3MHuVyB2x+Z4yDNW3gPl0VKAiEA7MAg3G+mph3lrdZTxFYTKZO1j2TplAX+ywGX6UXCGDI="
8686
}
8787
]
8888
},
@@ -107,8 +107,8 @@
107107
],
108108
"_npmOperationalInternal": {
109109
"host": "s3://npm-registry-packages-npm-production",
110-
"tmp": "tmp/postcss-exponential-functions_2.0.7_1740330434898_0.5249726045848992"
110+
"tmp": "tmp/postcss-exponential-functions_2.0.8_1745079323407_0.6312241867449564"
111111
},
112112
"_hasShrinkwrap": false,
113-
"_time": "2025-02-23T17:07:15.116Z"
113+
"_time": "2025-04-19T16:15:23.598Z"
114114
}

npm-data/last-version/@csstools/postcss-gamut-mapping.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-gamut-mapping",
33
"description": "Gamut map css colors to fit display specific gamuts",
4-
"version": "2.0.8",
4+
"version": "2.0.9",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@csstools/css-color-parser": "^3.0.8",
45+
"@csstools/css-color-parser": "^3.0.9",
4646
"@csstools/css-parser-algorithms": "^3.0.4",
4747
"@csstools/css-tokenizer": "^3.0.3"
4848
},
@@ -71,21 +71,21 @@
7171
"srgb",
7272
"wide gamut"
7373
],
74-
"_id": "@csstools/[email protected].8",
75-
"gitHead": "725cfa77f86552e96323cd01272abb24a1fb11ea",
74+
"_id": "@csstools/[email protected].9",
75+
"gitHead": "eebc8986351389ceae474481ffdd9c52e53eb16d",
7676
"types": "./dist/index.d.ts",
7777
"_nodeVersion": "22.12.0",
7878
"_npmVersion": "10.9.0",
7979
"dist": {
80-
"integrity": "sha512-/K8u9ZyGMGPjmwCSIjgaOLKfic2RIGdFHHes84XW5LnmrvdhOTVxo255NppHi3ROEvoHPW7MplMJgjZK5Q+TxA==",
81-
"shasum": "e9441e7b5a7b0d3cc1a92486378824abb76ef849",
82-
"tarball": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.8.tgz",
80+
"integrity": "sha512-quksIsFm3DGsf8Qbr9KiSGBF2w3RwxSfOfma5wbORDB1AFF15r4EVW7sUuWw3s5IAEGMqzel/dE2rQsI7Yb8mA==",
81+
"shasum": "83b08d302865ce6fc3127589ff6658fe32635636",
82+
"tarball": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.9.tgz",
8383
"fileCount": 7,
84-
"unpackedSize": 10154,
84+
"unpackedSize": 10151,
8585
"signatures": [
8686
{
8787
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
88-
"sig": "MEYCIQDIm1rqsc2QwnLJZjpyNWRdyF8jMAHTRjcCI3YbeQVqcwIhAKZxFWe6IUZVjM6lE5KuCaWc+5OAhPG1pJozMJFNEPX4"
88+
"sig": "MEYCIQDoyB5P5f2LvLtlXqWGhAlZM4vtdWt3xsO6ahejaLJ1gAIhAMtilrTgi67xhR6cgxMqw9l7jpymW13avq0b+TMX04wM"
8989
}
9090
]
9191
},
@@ -110,8 +110,8 @@
110110
],
111111
"_npmOperationalInternal": {
112112
"host": "s3://npm-registry-packages-npm-production",
113-
"tmp": "tmp/postcss-gamut-mapping_2.0.8_1740330649456_0.15693432691146159"
113+
"tmp": "tmp/postcss-gamut-mapping_2.0.9_1745079609255_0.9359691314045988"
114114
},
115115
"_hasShrinkwrap": false,
116-
"_time": "2025-02-23T17:10:49.660Z"
116+
"_time": "2025-04-19T16:20:09.520Z"
117117
}

0 commit comments

Comments
 (0)