Skip to content

Commit 5344de2

Browse files
collect plugins data
1 parent 2c58e09 commit 5344de2

208 files changed

Lines changed: 3625 additions & 3537 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8170,7 +8170,7 @@ <h3>plugin <span style="font-size: 0.8em;">(eik)</span></h3>
81708170
</dd>
81718171

81728172
<dt>Version</dt>
8173-
<dd><code>5.0.12</code></dd>
8173+
<dd><code>5.0.13</code></dd>
81748174

81758175
<dt>License</dt>
81768176
<dd><code>MIT</code></dd>

npm-data/last-version/@csstools/postcss-todo-or-die.json

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-todo-or-die",
33
"description": "Write TODOs in CSS that ensure you actually do them.",
4-
"version": "3.0.5",
4+
"version": "4.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-
"browserslist": "^4.24.5"
38+
"@csstools/css-parser-algorithms": "^4.0.0",
39+
"@csstools/css-tokenizer": "^4.0.0",
40+
"browserslist": "^4.28.1"
4841
},
4942
"peerDependencies": {
5043
"postcss": "^8.4"
@@ -64,21 +57,20 @@
6457
"postcss-plugin",
6558
"productivity"
6659
],
67-
"_id": "@csstools/[email protected]",
68-
"gitHead": "116c0448596035452c5453d145474c83d37ffa26",
69-
"types": "./dist/index.d.ts",
70-
"_nodeVersion": "22.12.0",
71-
"_npmVersion": "10.9.0",
60+
"gitHead": "4d06901f4d9d82f8e0f669f1922ac7300d85b22a",
61+
"_id": "@csstools/[email protected]",
62+
"_nodeVersion": "25.1.0",
63+
"_npmVersion": "11.6.2",
7264
"dist": {
73-
"integrity": "sha512-SSCYZ0iXh9ChqjtTCrQ7LccXN1cKASHcoAXtEBHFOvFwcqjQKrUSw7X0wvzIdwsL68M/KvjDpzd7nK8XoXdnOw==",
74-
"shasum": "23fc0b859be61677ac27a7615c17de7bb3681389",
75-
"tarball": "https://registry.npmjs.org/@csstools/postcss-todo-or-die/-/postcss-todo-or-die-3.0.5.tgz",
76-
"fileCount": 7,
77-
"unpackedSize": 15669,
65+
"integrity": "sha512-HKAvqpmYsWZ+LmZ9D+9XTFh0WEb2SIXKt3ZBBsKrMgmBQhTvh1lTWcs46hFuFQakyllkmq3qxoRSpKFyf9t9Ww==",
66+
"shasum": "3464797dba9052b5a92eecc855004b5fff3e3d07",
67+
"tarball": "https://registry.npmjs.org/@csstools/postcss-todo-or-die/-/postcss-todo-or-die-4.0.0.tgz",
68+
"fileCount": 6,
69+
"unpackedSize": 11058,
7870
"signatures": [
7971
{
8072
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
81-
"sig": "MEUCICBK0Xrmv8QtXHLyrFavPVN/lrnbePGwXPrPgIS9iklEAiEA4NOvJV9JD5Bw2NobkxE2szVTdruCWcgIdR1TvS/Zm8c="
73+
"sig": "MEUCIQDQyFKvpY9kd9J+ji8t7+WYmYoMFgrMSoFZrPF4m+03BwIgS1YKmOtaKRLJhHG7u5PJJ6QkT4YET3zJKTr0C+7NnGw="
8274
}
8375
]
8476
},
@@ -103,8 +95,8 @@
10395
],
10496
"_npmOperationalInternal": {
10597
"host": "s3://npm-registry-packages-npm-production",
106-
"tmp": "tmp/postcss-todo-or-die_3.0.5_1748342919032_0.5097483004265397"
98+
"tmp": "tmp/postcss-todo-or-die_4.0.0_1768375783543_0.5136098700304179"
10799
},
108100
"_hasShrinkwrap": false,
109-
"_time": "2025-05-27T10:48:39.199Z"
101+
"_time": "2026-01-14T07:29:43.677Z"
110102
}

npm-data/last-version/postcss-dir-tailwind-fix.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-dir-tailwind-fix",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "PostCSS plugin postcss-dir-tailwind-fix",
55
"keywords": [
66
"postcss",
@@ -40,24 +40,24 @@
4040
"eslint:recommended"
4141
]
4242
},
43-
"_id": "[email protected].0",
44-
"gitHead": "4704b081c87b3f8960ee9fdd2307432f4ac86f6f",
43+
"_id": "[email protected].2",
44+
"gitHead": "05cbaf0ee50d4b87602f05c3a2b1797c045b3cfd",
4545
"bugs": {
4646
"url": "https://github.com/Ammar1999y/postcss-dir-tailwind-fix/issues"
4747
},
4848
"homepage": "https://github.com/Ammar1999y/postcss-dir-tailwind-fix#readme",
49-
"_nodeVersion": "22.13.1",
49+
"_nodeVersion": "22.16.0",
5050
"_npmVersion": "11.1.0",
5151
"dist": {
52-
"integrity": "sha512-Kwah8C+p8tpeMBVoNLlxOMT1KZMlntJnPwoFLu6yqcp+LVstnQU6q61GcX7Hbtgr9XlGw7iRZFps8tKQVYq+hw==",
53-
"shasum": "1fed40c55a0fade011ae40cd975bf9b0606bc061",
54-
"tarball": "https://registry.npmjs.org/postcss-dir-tailwind-fix/-/postcss-dir-tailwind-fix-1.0.0.tgz",
52+
"integrity": "sha512-fhU6FnFSgu9nifvI0JR4VSoNw+ZUp2fU9fsaogWQDkUPdHitc9BOu/JN7CT0A+r1trkP6eycR2wkXMR9qBb2+w==",
53+
"shasum": "010c6b6fa01ef92f3d6325a3dbf9d40a31d82365",
54+
"tarball": "https://registry.npmjs.org/postcss-dir-tailwind-fix/-/postcss-dir-tailwind-fix-1.0.2.tgz",
5555
"fileCount": 4,
56-
"unpackedSize": 2679,
56+
"unpackedSize": 2665,
5757
"signatures": [
5858
{
5959
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
60-
"sig": "MEYCIQDIJDgEnwSIZVxszPyctKP7ijC85NAqDrqefy0ecerDuwIhAOtfTbHsF4kZFfBeOp4UuaHgTZv2rBUi0aYbS2CLgVxa"
60+
"sig": "MEUCIQDsXNmrmiXgJuhOKbOSH72FxO3ng5z6g0jYGEFNjxh9swIgSgT4R7M0eVl+3lSoBSb3n3bQBv02U5g32J53VnG3U3w="
6161
}
6262
]
6363
},
@@ -74,8 +74,8 @@
7474
],
7575
"_npmOperationalInternal": {
7676
"host": "s3://npm-registry-packages-npm-production",
77-
"tmp": "tmp/postcss-dir-tailwind-fix_1.0.0_1746612547409_0.9450572355269558"
77+
"tmp": "tmp/postcss-dir-tailwind-fix_1.0.2_1763874069443_0.22157398819954244"
7878
},
7979
"_hasShrinkwrap": false,
80-
"_time": "2025-05-07T10:09:07.586Z"
80+
"_time": "2025-11-23T05:01:09.643Z"
8181
}

0 commit comments

Comments
 (0)