Skip to content

Commit f438a37

Browse files
csstools/postcss-todo-or-die-4.0.0 (#2680)
1 parent 5344de2 commit f438a37

1 file changed

Lines changed: 102 additions & 0 deletions

File tree

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"name": "@csstools/postcss-todo-or-die",
3+
"description": "Write TODOs in CSS that ensure you actually do them.",
4+
"version": "4.0.0",
5+
"contributors": [
6+
{
7+
"name": "Antonio Laguna",
8+
"email": "[email protected]",
9+
"url": "https://antonio.laguna.es"
10+
},
11+
{
12+
"name": "Romain Menke",
13+
"email": "[email protected]"
14+
}
15+
],
16+
"license": "MIT-0",
17+
"funding": [
18+
{
19+
"type": "github",
20+
"url": "https://github.com/sponsors/csstools"
21+
},
22+
{
23+
"type": "opencollective",
24+
"url": "https://opencollective.com/csstools"
25+
}
26+
],
27+
"engines": {
28+
"node": ">=20.19.0"
29+
},
30+
"type": "module",
31+
"exports": {
32+
".": {
33+
"types": "./dist/index.d.ts",
34+
"default": "./dist/index.mjs"
35+
}
36+
},
37+
"dependencies": {
38+
"@csstools/css-parser-algorithms": "^4.0.0",
39+
"@csstools/css-tokenizer": "^4.0.0",
40+
"browserslist": "^4.28.1"
41+
},
42+
"peerDependencies": {
43+
"postcss": "^8.4"
44+
},
45+
"scripts": {},
46+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-todo-or-die#readme",
47+
"repository": {
48+
"type": "git",
49+
"url": "git+https://github.com/csstools/postcss-plugins.git",
50+
"directory": "plugins/postcss-todo-or-die"
51+
},
52+
"bugs": {
53+
"url": "https://github.com/csstools/postcss-plugins/issues"
54+
},
55+
"keywords": [
56+
"code quality",
57+
"postcss-plugin",
58+
"productivity"
59+
],
60+
"gitHead": "4d06901f4d9d82f8e0f669f1922ac7300d85b22a",
61+
"_id": "@csstools/[email protected]",
62+
"_nodeVersion": "25.1.0",
63+
"_npmVersion": "11.6.2",
64+
"dist": {
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,
70+
"signatures": [
71+
{
72+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
73+
"sig": "MEUCIQDQyFKvpY9kd9J+ji8t7+WYmYoMFgrMSoFZrPF4m+03BwIgS1YKmOtaKRLJhHG7u5PJJ6QkT4YET3zJKTr0C+7NnGw="
74+
}
75+
]
76+
},
77+
"_npmUser": {
78+
"name": "romainmenke",
79+
"email": "[email protected]"
80+
},
81+
"directories": {},
82+
"maintainers": [
83+
{
84+
"name": "jonathantneal",
85+
"email": "[email protected]"
86+
},
87+
{
88+
"name": "alaguna",
89+
"email": "[email protected]"
90+
},
91+
{
92+
"name": "romainmenke",
93+
"email": "[email protected]"
94+
}
95+
],
96+
"_npmOperationalInternal": {
97+
"host": "s3://npm-registry-packages-npm-production",
98+
"tmp": "tmp/postcss-todo-or-die_4.0.0_1768375783543_0.5136098700304179"
99+
},
100+
"_hasShrinkwrap": false,
101+
"_time": "2026-01-14T07:29:43.677Z"
102+
}

0 commit comments

Comments
 (0)