Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 110 additions & 0 deletions directory/@csstools/postcss-todo-or-die.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
{
"name": "@csstools/postcss-todo-or-die",
"description": "Write TODOs in CSS that ensure you actually do them.",
"version": "3.0.5",
"contributors": [
{
"name": "Antonio Laguna",
"email": "[email protected]",
"url": "https://antonio.laguna.es"
},
{
"name": "Romain Menke",
"email": "[email protected]"
}
],
"license": "MIT-0",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/csstools"
},
{
"type": "opencollective",
"url": "https://opencollective.com/csstools"
}
],
"engines": {
"node": ">=18"
},
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"default": "./dist/index.cjs"
}
}
},
"dependencies": {
"@csstools/css-parser-algorithms": "^3.0.5",
"@csstools/css-tokenizer": "^3.0.4",
"browserslist": "^4.24.5"
},
"peerDependencies": {
"postcss": "^8.4"
},
"scripts": {},
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-todo-or-die#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/csstools/postcss-plugins.git",
"directory": "plugins/postcss-todo-or-die"
},
"bugs": {
"url": "https://github.com/csstools/postcss-plugins/issues"
},
"keywords": [
"code quality",
"postcss-plugin",
"productivity"
],
"_id": "@csstools/[email protected]",
"gitHead": "116c0448596035452c5453d145474c83d37ffa26",
"types": "./dist/index.d.ts",
"_nodeVersion": "22.12.0",
"_npmVersion": "10.9.0",
"dist": {
"integrity": "sha512-SSCYZ0iXh9ChqjtTCrQ7LccXN1cKASHcoAXtEBHFOvFwcqjQKrUSw7X0wvzIdwsL68M/KvjDpzd7nK8XoXdnOw==",
"shasum": "23fc0b859be61677ac27a7615c17de7bb3681389",
"tarball": "https://registry.npmjs.org/@csstools/postcss-todo-or-die/-/postcss-todo-or-die-3.0.5.tgz",
"fileCount": 7,
"unpackedSize": 15669,
"signatures": [
{
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
"sig": "MEUCICBK0Xrmv8QtXHLyrFavPVN/lrnbePGwXPrPgIS9iklEAiEA4NOvJV9JD5Bw2NobkxE2szVTdruCWcgIdR1TvS/Zm8c="
}
]
},
"_npmUser": {
"name": "romainmenke",
"email": "[email protected]"
},
"directories": {},
"maintainers": [
{
"name": "jonathantneal",
"email": "[email protected]"
},
{
"name": "alaguna",
"email": "[email protected]"
},
{
"name": "romainmenke",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages-npm-production",
"tmp": "tmp/postcss-todo-or-die_3.0.5_1748342919032_0.5097483004265397"
},
"_hasShrinkwrap": false,
"_time": "2025-05-27T10:48:39.199Z"
}