It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview:

This commit is contained in:
2025-06-11 09:05:15 +02:00
parent 36c2466e53
commit 6d6aa954dd
15556 changed files with 1076330 additions and 1 deletions

View File

@ -0,0 +1,37 @@
{
"name": "postcss-discard-overridden",
"version": "7.0.1",
"description": "PostCSS plugin to discard overridden @keyframes or @counter-style.",
"main": "src/index.js",
"types": "types/index.d.ts",
"files": [
"LICENSE",
"src"
],
"keywords": [
"postcss",
"css",
"postcss-plugin",
"at-rules",
"@keyframes",
"@counter-style"
],
"author": "Justineo <justice360@gmail.com>",
"license": "MIT",
"repository": "cssnano/cssnano",
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"homepage": "https://github.com/cssnano/cssnano",
"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0"
},
"devDependencies": {
"diff": "^7.0.0",
"picocolors": "^1.1.1",
"postcss": "^8.5.3"
},
"peerDependencies": {
"postcss": "^8.4.32"
}
}