Skip to content

Commit 0be96a4

Browse files
collect plugins data
1 parent 0e08390 commit 0be96a4

365 files changed

Lines changed: 25136 additions & 14900 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.

directory/@carbonorm/postcss-modules.json

Lines changed: 0 additions & 107 deletions
This file was deleted.

docs/index.html

Lines changed: 2 additions & 44 deletions
Large diffs are not rendered by default.

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

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-alpha-function",
33
"description": "Use the alpha() function in CSS",
4-
"version": "1.0.1",
4+
"version": "2.0.0",
55
"contributors": [
66
{
77
"name": "Romain Menke",
@@ -20,28 +20,21 @@
2020
}
2121
],
2222
"engines": {
23-
"node": ">=18"
23+
"node": ">=20.19.0"
2424
},
2525
"type": "module",
26-
"main": "dist/index.cjs",
27-
"module": "dist/index.mjs",
2826
"exports": {
2927
".": {
30-
"import": {
31-
"types": "./dist/index.d.ts",
32-
"default": "./dist/index.mjs"
33-
},
34-
"require": {
35-
"default": "./dist/index.cjs"
36-
}
28+
"types": "./dist/index.d.ts",
29+
"default": "./dist/index.mjs"
3730
}
3831
},
3932
"dependencies": {
40-
"@csstools/css-color-parser": "^3.1.0",
41-
"@csstools/css-parser-algorithms": "^3.0.5",
42-
"@csstools/css-tokenizer": "^3.0.4",
43-
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
44-
"@csstools/utilities": "^2.0.0"
33+
"@csstools/css-color-parser": "^4.0.0",
34+
"@csstools/css-parser-algorithms": "^4.0.0",
35+
"@csstools/css-tokenizer": "^4.0.0",
36+
"@csstools/postcss-progressive-custom-properties": "^5.0.0",
37+
"@csstools/utilities": "^3.0.0"
4538
},
4639
"peerDependencies": {
4740
"postcss": "^8.4"
@@ -64,21 +57,20 @@
6457
"postcss",
6558
"postcss-plugin"
6659
],
67-
"_id": "@csstools/[email protected]",
68-
"gitHead": "fc8c96d47a9c96dea921c90d786bde7f261e8fad",
69-
"types": "./dist/index.d.ts",
70-
"_nodeVersion": "24.4.0",
71-
"_npmVersion": "11.4.2",
60+
"gitHead": "e82e58fbb15702d23eca7458edf0a14cbbbe7f7a",
61+
"_id": "@csstools/[email protected]",
62+
"_nodeVersion": "25.1.0",
63+
"_npmVersion": "11.6.2",
7264
"dist": {
73-
"integrity": "sha512-isfLLwksH3yHkFXfCI2Gcaqg7wGGHZZwunoJzEZk0yKYIokgre6hYVFibKL3SYAoR1kBXova8LB+JoO5vZzi9w==",
74-
"shasum": "7989605711de7831bc7cd75b94c9b5bac9c3728e",
75-
"tarball": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-1.0.1.tgz",
76-
"fileCount": 7,
77-
"unpackedSize": 13774,
65+
"integrity": "sha512-MZUgpdBcg4vMk3/fal+PF9NagFhgjWlet7dbbNjhyfzsmM/FPO6iHF6M451YEJxkYGqdSJOl5wVZdvg0I2IZaw==",
66+
"shasum": "08e1de44eb3451a75ae9939d45afa179882df8ec",
67+
"tarball": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-2.0.0.tgz",
68+
"fileCount": 6,
69+
"unpackedSize": 11229,
7870
"signatures": [
7971
{
8072
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
81-
"sig": "MEUCIHZv2PdhhI7RCRMd8LFfB22aYNUg/z6+yEsuIIn5jcYDAiEAiLTJisFko7IFP5I528I/XMEd7hVFtyAv4cqeEhZ064M="
73+
"sig": "MEQCIDCLijIpSolqd6v26AO1TNUCydvv/2SWFLHjLTlyZmjBAiAXW99XQ/NBCzcdKt12zYz4MKPbpAPZH82ncmgM0vxZnw=="
8274
}
8375
]
8476
},
@@ -103,8 +95,8 @@
10395
],
10496
"_npmOperationalInternal": {
10597
"host": "s3://npm-registry-packages-npm-production",
106-
"tmp": "tmp/postcss-alpha-function_1.0.1_1758465386959_0.35048730906107917"
98+
"tmp": "tmp/postcss-alpha-function_2.0.0_1768376151904_0.6597151907891043"
10799
},
108100
"_hasShrinkwrap": false,
109-
"_time": "2025-09-21T14:36:27.224Z"
101+
"_time": "2026-01-14T07:35:52.047Z"
110102
}

npm-data/last-version/@csstools/postcss-bundler.json

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-bundler",
33
"description": "Bundle CSS",
4-
"version": "2.0.8",
4+
"version": "3.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,26 +25,19 @@
2525
}
2626
],
2727
"engines": {
28-
"node": ">=18"
28+
"node": ">=20.19.0"
2929
},
3030
"type": "module",
31-
"main": "dist/index.cjs",
32-
"module": "dist/index.mjs",
3331
"exports": {
3432
".": {
35-
"import": {
36-
"types": "./dist/index.d.ts",
37-
"default": "./dist/index.mjs"
38-
},
39-
"require": {
40-
"default": "./dist/index.cjs"
41-
}
33+
"types": "./dist/index.d.ts",
34+
"default": "./dist/index.mjs"
4235
}
4336
},
4437
"dependencies": {
45-
"@csstools/css-parser-algorithms": "^3.0.5",
46-
"@csstools/css-tokenizer": "^3.0.4",
47-
"@csstools/postcss-rebase-url": "^2.0.5"
38+
"@csstools/css-parser-algorithms": "^4.0.0",
39+
"@csstools/css-tokenizer": "^4.0.0",
40+
"@csstools/postcss-rebase-url": "^3.0.0"
4841
},
4942
"peerDependencies": {
5043
"postcss": "^8.4"
@@ -65,21 +58,20 @@
6558
"postcss-plugin",
6659
"url"
6760
],
68-
"_id": "@csstools/[email protected]",
69-
"gitHead": "28324e1bd2b74861064b8db235e008e49573de39",
70-
"types": "./dist/index.d.ts",
71-
"_nodeVersion": "22.12.0",
72-
"_npmVersion": "10.9.0",
61+
"gitHead": "1ad0d27c5729b6c025e997a01b90a89b433a5493",
62+
"_id": "@csstools/[email protected]",
63+
"_nodeVersion": "25.1.0",
64+
"_npmVersion": "11.6.2",
7365
"dist": {
74-
"integrity": "sha512-mk+dWd/Tf1cDga/HDmxty37NBDtf0r8lnXvlOMuByb2mA6UQCuR0TrYUMml6HqJPuajcaZ8yb7OPxnG0lj6NYQ==",
75-
"shasum": "64a3a3f0fed76536dda54c0780495891c492c5d2",
76-
"tarball": "https://registry.npmjs.org/@csstools/postcss-bundler/-/postcss-bundler-2.0.8.tgz",
77-
"fileCount": 7,
78-
"unpackedSize": 27741,
66+
"integrity": "sha512-H4vU68Z+aqtN1fIhVdljY2CkIZyNelQwB5+FVyxtu5NHK0b3m/8YEvhVcaGdkEhyYSfIvUnml5uBw1l9oIge9Q==",
67+
"shasum": "0d6b1fdc3e2a84f15a8ad276604ea42ab9bf5949",
68+
"tarball": "https://registry.npmjs.org/@csstools/postcss-bundler/-/postcss-bundler-3.0.0.tgz",
69+
"fileCount": 6,
70+
"unpackedSize": 17112,
7971
"signatures": [
8072
{
8173
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82-
"sig": "MEQCIDAAEx8raYnAjx6BXL25WMXI6PxXAeNXjLuXoOE6m7qqAiB0JhpHJKSOMFxLFfFMuTcbmnxYAgqI0+Hie3O5CJzwuA=="
74+
"sig": "MEYCIQCfE4JrB4e8Ry91aikNmzoleujvYd2EJpeLMUlXJ7HyiQIhAIcwL6g8aD7fA1Vj8GjMqGZ12N60ehEyEpOV73R8lYzR"
8375
}
8476
]
8577
},
@@ -104,8 +96,8 @@
10496
],
10597
"_npmOperationalInternal": {
10698
"host": "s3://npm-registry-packages-npm-production",
107-
"tmp": "tmp/postcss-bundler_2.0.8_1748887819535_0.30538331700227106"
99+
"tmp": "tmp/postcss-bundler_3.0.0_1768376101476_0.3560324552646681"
108100
},
109101
"_hasShrinkwrap": false,
110-
"_time": "2025-06-02T18:10:19.714Z"
102+
"_time": "2026-01-14T07:35:01.620Z"
111103
}

npm-data/last-version/@csstools/postcss-cascade-layers.json

Lines changed: 19 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-cascade-layers",
33
"description": "Use cascade layers in CSS",
4-
"version": "5.0.2",
4+
"version": "6.0.0",
55
"contributors": [
66
{
77
"name": "Olu Niyi-Awosusi",
@@ -33,25 +33,18 @@
3333
}
3434
],
3535
"engines": {
36-
"node": ">=18"
36+
"node": ">=20.19.0"
3737
},
3838
"type": "module",
39-
"main": "dist/index.cjs",
40-
"module": "dist/index.mjs",
4139
"exports": {
4240
".": {
43-
"import": {
44-
"types": "./dist/index.d.ts",
45-
"default": "./dist/index.mjs"
46-
},
47-
"require": {
48-
"default": "./dist/index.cjs"
49-
}
41+
"types": "./dist/index.d.ts",
42+
"default": "./dist/index.mjs"
5043
}
5144
},
5245
"dependencies": {
53-
"@csstools/selector-specificity": "^5.0.0",
54-
"postcss-selector-parser": "^7.0.0"
46+
"@csstools/selector-specificity": "^6.0.0",
47+
"postcss-selector-parser": "^7.1.1"
5548
},
5649
"peerDependencies": {
5750
"postcss": "^8.4"
@@ -75,32 +68,26 @@
7568
"selectors",
7669
"specificity"
7770
],
78-
"_id": "@csstools/[email protected]",
79-
"gitHead": "65c46c5660251a776f26cf2be09fe0d28ea805e4",
80-
"types": "./dist/index.d.ts",
81-
"_nodeVersion": "22.12.0",
82-
"_npmVersion": "10.9.0",
71+
"gitHead": "d12eb8e85e34ecce4e54a4337ee8d5cc4cfef019",
72+
"_id": "@csstools/[email protected]",
73+
"_nodeVersion": "25.1.0",
74+
"_npmVersion": "11.6.2",
8375
"dist": {
84-
"integrity": "sha512-nWBE08nhO8uWl6kSAeCx4im7QfVko3zLrtgWZY4/bP87zrSPpSyN/3W3TDqz1jJuH+kbKOHXg5rJnK+ZVYcFFg==",
85-
"shasum": "dd2c70db3867b88975f2922da3bfbae7d7a2cae7",
86-
"tarball": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.2.tgz",
87-
"fileCount": 7,
88-
"unpackedSize": 29581,
76+
"integrity": "sha512-WhsECqmrEZQGqaPlBA7JkmF/CJ2/+wetL4fkL9sOPccKd32PQ1qToFM6gqSI5rkpmYqubvbxjEJhyMTHYK0vZQ==",
77+
"shasum": "d1c5d456f9592d8e550a68f0838d966f5fe8073c",
78+
"tarball": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-6.0.0.tgz",
79+
"fileCount": 6,
80+
"unpackedSize": 19325,
8981
"signatures": [
9082
{
9183
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
92-
"sig": "MEYCIQD8Oe1ExgkWzBN0gAATwFhfE5PJNJvDqQLvDS+RdpnAiAIhAK8MzkyOwoY8pEVAIoWy5f1prJULcU1oWEimf+HCKjIU"
84+
"sig": "MEYCIQCuiEU7zj1JICk8oyk71blZU4a9+iqs6wa2bkzKRB5SxgIhAP3mb5BRwiRZewzEDX+O2p8Pi0V8eQIhgs+VGgU3iAj1"
9385
}
9486
]
9587
},
9688
"_npmUser": {
9789
"name": "romainmenke",
98-
"email": "[email protected]",
99-
"actor": {
100-
"name": "romainmenke",
101-
"email": "[email protected]",
102-
"type": "user"
103-
}
90+
"email": "[email protected]"
10491
},
10592
"directories": {},
10693
"maintainers": [
@@ -119,8 +106,8 @@
119106
],
120107
"_npmOperationalInternal": {
121108
"host": "s3://npm-registry-packages-npm-production",
122-
"tmp": "tmp/postcss-cascade-layers_5.0.2_1750943365089_0.1606241055719364"
109+
"tmp": "tmp/postcss-cascade-layers_6.0.0_1768375303193_0.5111081993916111"
123110
},
124111
"_hasShrinkwrap": false,
125-
"_time": "2025-06-26T13:09:25.264Z"
112+
"_time": "2026-01-14T07:21:43.334Z"
126113
}

0 commit comments

Comments
 (0)