Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
37
Frontend-Learner/node_modules/postcss-discard-overridden/package.json
generated
vendored
Normal file
37
Frontend-Learner/node_modules/postcss-discard-overridden/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue