Skip to content

Commit 4b96812

Browse files
csstools/postcss-todo-or-die-3.0.5 (#2431)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d4c131d commit 4b96812

File tree

1 file changed

+110
-0
lines changed

1 file changed

+110
-0
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-todo-or-die",
3+
"description": "Write TODOs in CSS that ensure you actually do them.",
4+
"version": "3.0.5",
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": ">=18"
29+
},
30+
"type": "module",
31+
"main": "dist/index.cjs",
32+
"module": "dist/index.mjs",
33+
"exports": {
34+
".": {
35+
"import": {
36+
"types": "./dist/index.d.ts",
37+
"default": "./dist/index.mjs"
38+
},
39+
"require": {
40+
"default": "./dist/index.cjs"
41+
}
42+
}
43+
},
44+
"dependencies": {
45+
"@csstools/css-parser-algorithms": "^3.0.5",
46+
"@csstools/css-tokenizer": "^3.0.4",
47+
"browserslist": "^4.24.5"
48+
},
49+
"peerDependencies": {
50+
"postcss": "^8.4"
51+
},
52+
"scripts": {},
53+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-todo-or-die#readme",
54+
"repository": {
55+
"type": "git",
56+
"url": "git+https://github.com/csstools/postcss-plugins.git",
57+
"directory": "plugins/postcss-todo-or-die"
58+
},
59+
"bugs": {
60+
"url": "https://github.com/csstools/postcss-plugins/issues"
61+
},
62+
"keywords": [
63+
"code quality",
64+
"postcss-plugin",
65+
"productivity"
66+
],
67+
"_id": "@csstools/[email protected]",
68+
"gitHead": "116c0448596035452c5453d145474c83d37ffa26",
69+
"types": "./dist/index.d.ts",
70+
"_nodeVersion": "22.12.0",
71+
"_npmVersion": "10.9.0",
72+
"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,
78+
"signatures": [
79+
{
80+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
81+
"sig": "MEUCICBK0Xrmv8QtXHLyrFavPVN/lrnbePGwXPrPgIS9iklEAiEA4NOvJV9JD5Bw2NobkxE2szVTdruCWcgIdR1TvS/Zm8c="
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-todo-or-die_3.0.5_1748342919032_0.5097483004265397"
107+
},
108+
"_hasShrinkwrap": false,
109+
"_time": "2025-05-27T10:48:39.199Z"
110+
}

0 commit comments

Comments
 (0)