Skip to content

Commit 481d68f

Browse files
csstools/postcss-slow-plugins-3.0.0 (#2605)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c452cd9 commit 481d68f

1 file changed

Lines changed: 22 additions & 30 deletions

File tree

directory/@csstools/postcss-slow-plugins.json

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-slow-plugins",
33
"description": "Identify slow plugins in your PostCSS config",
4-
"version": "2.0.0",
4+
"version": "3.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,20 +25,13 @@
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
"peerDependencies": {
@@ -62,21 +55,20 @@
6255
"slow",
6356
"utility"
6457
],
65-
"_id": "@csstools/[email protected]",
66-
"gitHead": "974ad2033345de037df7ca8a6529bc450aba924b",
67-
"types": "./dist/index.d.ts",
68-
"_nodeVersion": "22.1.0",
69-
"_npmVersion": "10.7.0",
58+
"gitHead": "2a7a92752a0c248f23baca50de72c235fe0d62ea",
59+
"_id": "@csstools/[email protected]",
60+
"_nodeVersion": "25.1.0",
61+
"_npmVersion": "11.6.2",
7062
"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,
63+
"integrity": "sha512-x5a/Occd8MrNMlEqwGNKHrQqhURNE0b9rVGX80OJYYOvYfAuHvNBLURluC+KHNMoZKPlMygytwRlHjHUBfAmjw==",
64+
"shasum": "32a41633a3e8c1ea857cb860092463ebcd8a43a1",
65+
"tarball": "https://registry.npmjs.org/@csstools/postcss-slow-plugins/-/postcss-slow-plugins-3.0.0.tgz",
66+
"fileCount": 6,
67+
"unpackedSize": 12860,
7668
"signatures": [
7769
{
78-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
79-
"sig": "MEUCIQD3ili8w1/IpiBosV6Tc4L2kEJ9oKlWZf6ul2HLJioXWAIgfKjX0YSg6SC0ZJ2L5C8/bugc8XCbVq+z4UNLmGpxtDw="
70+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
71+
"sig": "MEUCIB8sImOz7fLyVZNJ7xvH4ljDgyF0eMJVwxphl2aSOAwuAiEAsE3iTkznXUWUuvEwIUTEGbY0//vZmdi6teBi/1tQxRg="
8072
}
8173
]
8274
},
@@ -87,22 +79,22 @@
8779
"directories": {},
8880
"maintainers": [
8981
{
90-
"name": "romainmenke",
91-
"email": "romainmenke@gmail.com"
82+
"name": "jonathantneal",
83+
"email": "jonathantneal@hotmail.com"
9284
},
9385
{
9486
"name": "alaguna",
9587
"email": "[email protected]"
9688
},
9789
{
98-
"name": "jonathantneal",
99-
"email": "jonathantneal@hotmail.com"
90+
"name": "romainmenke",
91+
"email": "romainmenke@gmail.com"
10092
}
10193
],
10294
"_npmOperationalInternal": {
103-
"host": "s3://npm-registry-packages",
104-
"tmp": "tmp/postcss-slow-plugins_2.0.0_1722721139104_0.7152141532927421"
95+
"host": "s3://npm-registry-packages-npm-production",
96+
"tmp": "tmp/postcss-slow-plugins_3.0.0_1768375529446_0.42897033839152865"
10597
},
10698
"_hasShrinkwrap": false,
107-
"_time": "2024-08-03T21:38:59.330Z"
99+
"_time": "2026-01-14T07:25:30.549Z"
108100
}

0 commit comments

Comments
 (0)