mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-18 14:30:22 +00:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "postcss-reduce-initial",
|
|
"version": "5.0.2",
|
|
"description": "Reduce initial definitions to the actual initial value, where possible.",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"data",
|
|
"dist/index.js",
|
|
"LICENSE-MIT"
|
|
],
|
|
"scripts": {
|
|
"acquire": "node ./src/script/acquire.mjs",
|
|
"prebuild": "rimraf dist",
|
|
"build": "babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__\"",
|
|
"prepare": "yarn build"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"postcss",
|
|
"postcss-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/cssnano/cssnano",
|
|
"author": {
|
|
"name": "Ben Briggs",
|
|
"email": "beneb.info@gmail.com",
|
|
"url": "http://beneb.info"
|
|
},
|
|
"repository": "cssnano/cssnano",
|
|
"dependencies": {
|
|
"browserslist": "^4.16.6",
|
|
"caniuse-api": "^3.0.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cssnano/cssnano/issues"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14.0"
|
|
},
|
|
"devDependencies": {
|
|
"postcss": "^8.2.15"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.15"
|
|
}
|
|
}
|