You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "@parcel/optimizer-cssnano",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/parcel-bundler/parcel.git"
|
|
|
|
},
|
|
|
|
"main": "lib/CSSNanoOptimizer.js",
|
|
|
|
"source": "src/CSSNanoOptimizer.js",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 12.0.0",
|
|
|
|
"parcel": "^2.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@parcel/plugin": "^2.0.0",
|
|
|
|
"@parcel/source-map": "^2.0.0",
|
|
|
|
"cssnano": "^5.0.5",
|
|
|
|
"postcss": "^8.3.0"
|
|
|
|
},
|
|
|
|
"gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6"
|
|
|
|
}
|