Skip to content

Commit 32082d6

Browse files
collect plugins data
1 parent 54e56a9 commit 32082d6

File tree

194 files changed

+3076
-2703
lines changed

Some content is hidden

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

194 files changed

+3076
-2703
lines changed
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"name": "@csstools/postcss-alpha-function",
3+
"description": "Use the alpha() function in CSS",
4+
"version": "1.0.0",
5+
"contributors": [
6+
{
7+
"name": "Romain Menke",
8+
"email": "[email protected]"
9+
}
10+
],
11+
"license": "MIT-0",
12+
"funding": [
13+
{
14+
"type": "github",
15+
"url": "https://github.com/sponsors/csstools"
16+
},
17+
{
18+
"type": "opencollective",
19+
"url": "https://opencollective.com/csstools"
20+
}
21+
],
22+
"engines": {
23+
"node": ">=18"
24+
},
25+
"type": "module",
26+
"main": "dist/index.cjs",
27+
"module": "dist/index.mjs",
28+
"exports": {
29+
".": {
30+
"import": {
31+
"types": "./dist/index.d.ts",
32+
"default": "./dist/index.mjs"
33+
},
34+
"require": {
35+
"default": "./dist/index.cjs"
36+
}
37+
}
38+
},
39+
"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.0",
44+
"@csstools/utilities": "^2.0.0"
45+
},
46+
"peerDependencies": {
47+
"postcss": "^8.4"
48+
},
49+
"scripts": {},
50+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-alpha-function#readme",
51+
"repository": {
52+
"type": "git",
53+
"url": "git+https://github.com/csstools/postcss-plugins.git",
54+
"directory": "plugins/postcss-alpha-function"
55+
},
56+
"bugs": {
57+
"url": "https://github.com/csstools/postcss-plugins/issues"
58+
},
59+
"keywords": [
60+
"alpha",
61+
"color",
62+
"css",
63+
"design",
64+
"postcss",
65+
"postcss-plugin"
66+
],
67+
"_id": "@csstools/[email protected]",
68+
"gitHead": "fca7b4f89596801d44669f71cff1a49a2d9e39c0",
69+
"types": "./dist/index.d.ts",
70+
"_nodeVersion": "24.4.0",
71+
"_npmVersion": "11.4.2",
72+
"dist": {
73+
"integrity": "sha512-r2L8KNg5Wriq5n8IUQcjzy2Rh37J5YjzP9iOyHZL5fxdWYHB08vqykHQa4wAzN/tXwDuCHnhQDGCtxfS76xn7g==",
74+
"shasum": "8764fbbf25a5f1e106fb623ae632e01a220a6fc2",
75+
"tarball": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-1.0.0.tgz",
76+
"fileCount": 7,
77+
"unpackedSize": 13913,
78+
"signatures": [
79+
{
80+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
81+
"sig": "MEUCIQDbbYDK1dg1b6MsHSw9XLuAAsJxS3YH7X6LOhu9TrEylgIgGtssCsCbAy1cHCjBH435lmv6jwA6L4VcdQYApbSk4Tw="
82+
}
83+
]
84+
},
85+
"_npmUser": {
86+
"name": "romainmenke",
87+
"email": "[email protected]"
88+
},
89+
"directories": {},
90+
"maintainers": [
91+
{
92+
"name": "jonathantneal",
93+
"email": "[email protected]"
94+
},
95+
{
96+
"name": "alaguna",
97+
"email": "[email protected]"
98+
},
99+
{
100+
"name": "romainmenke",
101+
"email": "[email protected]"
102+
}
103+
],
104+
"_npmOperationalInternal": {
105+
"host": "s3://npm-registry-packages-npm-production",
106+
"tmp": "tmp/postcss-alpha-function_1.0.0_1755891890599_0.6988256144147242"
107+
},
108+
"_hasShrinkwrap": false,
109+
"_time": "2025-08-22T19:44:50.810Z"
110+
}
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"name": "@csstools/postcss-color-function-display-p3-linear",
3+
"description": "Use the display-p3-linear color space on the color() function in CSS",
4+
"version": "1.0.0",
5+
"contributors": [
6+
{
7+
"name": "Romain Menke",
8+
"email": "[email protected]"
9+
}
10+
],
11+
"license": "MIT-0",
12+
"funding": [
13+
{
14+
"type": "github",
15+
"url": "https://github.com/sponsors/csstools"
16+
},
17+
{
18+
"type": "opencollective",
19+
"url": "https://opencollective.com/csstools"
20+
}
21+
],
22+
"engines": {
23+
"node": ">=18"
24+
},
25+
"type": "module",
26+
"main": "dist/index.cjs",
27+
"module": "dist/index.mjs",
28+
"exports": {
29+
".": {
30+
"import": {
31+
"types": "./dist/index.d.ts",
32+
"default": "./dist/index.mjs"
33+
},
34+
"require": {
35+
"default": "./dist/index.cjs"
36+
}
37+
}
38+
},
39+
"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.0",
44+
"@csstools/utilities": "^2.0.0"
45+
},
46+
"peerDependencies": {
47+
"postcss": "^8.4"
48+
},
49+
"scripts": {},
50+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function-display-p3-linear#readme",
51+
"repository": {
52+
"type": "git",
53+
"url": "git+https://github.com/csstools/postcss-plugins.git",
54+
"directory": "plugins/postcss-color-function-display-p3-linear"
55+
},
56+
"bugs": {
57+
"url": "https://github.com/csstools/postcss-plugins/issues"
58+
},
59+
"keywords": [
60+
"color",
61+
"css",
62+
"display-p3-linear",
63+
"postcss",
64+
"postcss-plugin",
65+
"syntax"
66+
],
67+
"_id": "@csstools/[email protected]",
68+
"gitHead": "108e5e782dd1b07fe99ac921d9bd02c8efb36f43",
69+
"types": "./dist/index.d.ts",
70+
"_nodeVersion": "24.4.0",
71+
"_npmVersion": "11.4.2",
72+
"dist": {
73+
"integrity": "sha512-7q+OuUqfowRrP84m/Jl0wv3pfCQyUTCW5MxDIux+/yty5IkUUHOTigCjrC0Fjy3OT0ncGLudHbfLWmP7E1arNA==",
74+
"shasum": "27395b62a5d9a108eefcc0eb463247a15f4269a1",
75+
"tarball": "https://registry.npmjs.org/@csstools/postcss-color-function-display-p3-linear/-/postcss-color-function-display-p3-linear-1.0.0.tgz",
76+
"fileCount": 7,
77+
"unpackedSize": 9949,
78+
"signatures": [
79+
{
80+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
81+
"sig": "MEYCIQCjNZjfskCp46o39yl0Y227X4wS4S+FJgqvUb+BwFj1sAIhAPcE8THs6sKZb1icB6yCV+UsIK9tiME9nIsNaO+vlykn"
82+
}
83+
]
84+
},
85+
"_npmUser": {
86+
"name": "romainmenke",
87+
"email": "[email protected]"
88+
},
89+
"directories": {},
90+
"maintainers": [
91+
{
92+
"name": "jonathantneal",
93+
"email": "[email protected]"
94+
},
95+
{
96+
"name": "alaguna",
97+
"email": "[email protected]"
98+
},
99+
{
100+
"name": "romainmenke",
101+
"email": "[email protected]"
102+
}
103+
],
104+
"_npmOperationalInternal": {
105+
"host": "s3://npm-registry-packages-npm-production",
106+
"tmp": "tmp/postcss-color-function-display-p3-linear_1.0.0_1755891931407_0.017161276089822097"
107+
},
108+
"_hasShrinkwrap": false,
109+
"_time": "2025-08-22T19:45:31.623Z"
110+
}
Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,65 @@
11
{
22
"name": "@csstools/postcss-slow-plugins",
3-
"description": "Identify slow plugins in your PostCSS config",
43
"version": "2.0.0",
5-
"contributors": [
4+
"keywords": [
5+
"debug",
6+
"performance",
7+
"postcss-plugin",
8+
"profiling",
9+
"slow",
10+
"utility"
11+
],
12+
"license": "MIT-0",
13+
"_id": "@csstools/[email protected]",
14+
"maintainers": [
615
{
7-
"name": "Antonio Laguna",
8-
"email": "[email protected]",
9-
"url": "https://antonio.laguna.es"
16+
"name": "romainmenke",
17+
"email": "[email protected]"
1018
},
1119
{
12-
"name": "Romain Menke",
13-
"email": "[email protected]"
20+
"name": "alaguna",
21+
"email": "[email protected]"
22+
},
23+
{
24+
"name": "jonathantneal",
25+
"email": "[email protected]"
1426
}
1527
],
16-
"license": "MIT-0",
17-
"funding": [
28+
"contributors": [
1829
{
19-
"type": "github",
20-
"url": "https://github.com/sponsors/csstools"
30+
"url": "https://antonio.laguna.es",
31+
"name": "Antonio Laguna",
32+
"email": "[email protected]"
2133
},
2234
{
23-
"type": "opencollective",
24-
"url": "https://opencollective.com/csstools"
35+
"name": "Romain Menke",
36+
"email": "romainmenke@gmail.com"
2537
}
2638
],
27-
"engines": {
28-
"node": ">=18"
39+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-slow-plugins#readme",
40+
"bugs": {
41+
"url": "https://github.com/csstools/postcss-plugins/issues"
42+
},
43+
"dist": {
44+
"shasum": "09bd387ee2cdf8f64cc9364dcb74581312d58efb",
45+
"tarball": "https://registry.npmjs.org/@csstools/postcss-slow-plugins/-/postcss-slow-plugins-2.0.0.tgz",
46+
"fileCount": 7,
47+
"integrity": "sha512-G3zDVtcACreTMr5xdzDoChLpPUEYi/1IXqVs7vHanS6zu4UCHd8vFfdSannQDBTP03cfTl/CuJJtUAK8kKVfcw==",
48+
"signatures": [
49+
{
50+
"sig": "MEUCIQD3ili8w1/IpiBosV6Tc4L2kEJ9oKlWZf6ul2HLJioXWAIgfKjX0YSg6SC0ZJ2L5C8/bugc8XCbVq+z4UNLmGpxtDw=",
51+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
52+
}
53+
],
54+
"unpackedSize": 14834
2955
},
30-
"type": "module",
3156
"main": "dist/index.cjs",
57+
"type": "module",
58+
"types": "./dist/index.d.ts",
3259
"module": "dist/index.mjs",
60+
"engines": {
61+
"node": ">=18"
62+
},
3363
"exports": {
3464
".": {
3565
"import": {
@@ -41,68 +71,38 @@
4171
}
4272
}
4373
},
44-
"peerDependencies": {
45-
"postcss": "^8.4"
46-
},
47-
"scripts": {},
48-
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-slow-plugins#readme",
49-
"repository": {
50-
"type": "git",
51-
"url": "git+https://github.com/csstools/postcss-plugins.git",
52-
"directory": "plugins/postcss-slow-plugins"
53-
},
54-
"bugs": {
55-
"url": "https://github.com/csstools/postcss-plugins/issues"
56-
},
57-
"keywords": [
58-
"debug",
59-
"performance",
60-
"postcss-plugin",
61-
"profiling",
62-
"slow",
63-
"utility"
74+
"funding": [
75+
{
76+
"url": "https://github.com/sponsors/csstools",
77+
"type": "github"
78+
},
79+
{
80+
"url": "https://opencollective.com/csstools",
81+
"type": "opencollective"
82+
}
6483
],
65-
"_id": "@csstools/[email protected]",
6684
"gitHead": "974ad2033345de037df7ca8a6529bc450aba924b",
67-
"types": "./dist/index.d.ts",
68-
"_nodeVersion": "22.1.0",
69-
"_npmVersion": "10.7.0",
70-
"dist": {
71-
"integrity": "sha512-G3zDVtcACreTMr5xdzDoChLpPUEYi/1IXqVs7vHanS6zu4UCHd8vFfdSannQDBTP03cfTl/CuJJtUAK8kKVfcw==",
72-
"shasum": "09bd387ee2cdf8f64cc9364dcb74581312d58efb",
73-
"tarball": "https://registry.npmjs.org/@csstools/postcss-slow-plugins/-/postcss-slow-plugins-2.0.0.tgz",
74-
"fileCount": 7,
75-
"unpackedSize": 14834,
76-
"signatures": [
77-
{
78-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
79-
"sig": "MEUCIQD3ili8w1/IpiBosV6Tc4L2kEJ9oKlWZf6ul2HLJioXWAIgfKjX0YSg6SC0ZJ2L5C8/bugc8XCbVq+z4UNLmGpxtDw="
80-
}
81-
]
82-
},
85+
"scripts": {},
8386
"_npmUser": {
8487
"name": "romainmenke",
8588
"email": "[email protected]"
8689
},
90+
"repository": {
91+
"url": "git+https://github.com/csstools/postcss-plugins.git",
92+
"type": "git",
93+
"directory": "plugins/postcss-slow-plugins"
94+
},
95+
"_npmVersion": "10.7.0",
96+
"description": "Identify slow plugins in your PostCSS config",
8797
"directories": {},
88-
"maintainers": [
89-
{
90-
"name": "romainmenke",
91-
"email": "[email protected]"
92-
},
93-
{
94-
"name": "alaguna",
95-
"email": "[email protected]"
96-
},
97-
{
98-
"name": "jonathantneal",
99-
"email": "[email protected]"
100-
}
101-
],
98+
"_nodeVersion": "22.1.0",
99+
"_hasShrinkwrap": false,
100+
"peerDependencies": {
101+
"postcss": "^8.4"
102+
},
102103
"_npmOperationalInternal": {
103-
"host": "s3://npm-registry-packages",
104-
"tmp": "tmp/postcss-slow-plugins_2.0.0_1722721139104_0.7152141532927421"
104+
"tmp": "tmp/postcss-slow-plugins_2.0.0_1722721139104_0.7152141532927421",
105+
"host": "s3://npm-registry-packages"
105106
},
106-
"_hasShrinkwrap": false,
107107
"_time": "2024-08-03T21:38:59.330Z"
108108
}

0 commit comments

Comments
 (0)