File: //opt/code/node_modules/cssnano/node_modules/postcss-minify-params/package.json
{
"name": "postcss-minify-params",
"version": "1.2.2",
"description": "Minify at-rule params with PostCSS",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"minify",
"optimise",
"params"
],
"main": "dist/index.js",
"files": [
"dist"
],
"author": {
"name": "Bogdan Chadkin",
"email": "trysound@yandex.ru"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/ben-eb/postcss-minify-params"
},
"bugs": {
"url": "https://github.com/ben-eb/postcss-minify-params/issues"
},
"homepage": "https://github.com/ben-eb/postcss-minify-params",
"dependencies": {
"alphanum-sort": "^1.0.1",
"postcss": "^5.0.2",
"postcss-value-parser": "^3.0.2",
"uniqs": "^2.0.0"
},
"scripts": {
"prepublish": "del-cli dist && cross-env BABEL_ENV=publish buble src -o dist",
"pretest": "eslint src",
"report": "nyc report --reporter=html",
"test": "cross-env BABEL_ENV=test nyc mocha test --compilers js:buble/register"
},
"devDependencies": {
"buble": "^0.12.5",
"cross-env": "^2.0.0",
"del-cli": "^0.2.0",
"eslint": "^2.13.1",
"eslint-config-postcss": "^2.0.2",
"mocha": "^2.5.3",
"nyc": "^7.0.0"
},
"eslintConfig": {
"extends": "postcss",
"env": {
"mocha": true
}
},
"nyc": {
"sourceMap": true,
"instrument": true
},
"readme": "# postcss-minify-params [![Build Status][ci-img]][ci]\n\n> Minify at-rule params with PostCSS.\n\n```css\n@media only screen and ( min-width: 400px, min-height: 500px ) {\n h2{\n color:blue\n }\n}\n```\n\n```css\n@media only screen and (min-width:400px,min-height:500px) {\n h2{\n color:blue\n }\n}\n```\n\n## Usage\n\n```js\npostcss([ require('postcss-minify-params') ])\n```\n\nSee [PostCSS] docs for examples for your environment.\n\nMIT © [Bogdan Chadkin](mailto:trysound@yandex.ru)\n\n[PostCSS]: https://github.com/postcss/postcss\n[ci-img]: https://travis-ci.org/ben-eb/postcss-minify-params.svg\n[ci]: https://travis-ci.org/ben-eb/postcss-minify-params\n",
"readmeFilename": "README.md",
"_id": "postcss-minify-params@1.2.2",
"dist": {
"shasum": "6510268a5e7280572884119339d168e3b14ee628"
},
"_from": "postcss-minify-params@^1.0.4",
"_resolved": "http://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz"
}