{"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"keywords":["postcss","css","postcss-plugin","minify","optimise","params"],"dist-tags":{"latest":"1.2.2","next":"4.0.0-rc.2"},"author":{"name":"Bogdan Chadkin","email":"trysound@yandex.ru"},"description":"Minify at-rule params with PostCSS","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\n## Contributors\n\nSee [CONTRIBUTORS.md](https://github.com/ben-eb/cssnano/blob/master/CONTRIBUTORS.md).\n\n## License\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","repository":{"type":"git","url":"git+https://github.com/ben-eb/cssnano.git"},"bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"license":"MIT","versions":{"1.0.0":{"name":"postcss-minify-params","version":"1.0.0","description":"Minify at-rule params with PostCSS","keywords":["postcss","css","postcss-plugin","minify","optimise","params"],"files":["index.js"],"author":{"name":"Bogdan Chadkin","email":"trysound@yandex.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/trysound/postcss-minify-params.git"},"bugs":{"url":"https://github.com/TrySound/postcss-minify-params/issues"},"homepage":"https://github.com/TrySound/postcss-minify-params","dependencies":{"javascript-natural-sort":"^0.7.1","postcss":"^5.0.2","postcss-value-parser":"^1.3.0","uniqs":"^2.0.0"},"scripts":{"test":"eslint index.js test.js && tape test.js"},"devDependencies":{"eslint":"^1.3.1","tape":"^4.2.0"},"gitHead":"6fff880fc2cb476446458e1523b8d15f434f726d","_id":"postcss-minify-params@1.0.0","_shasum":"c780ec71ba51d40f8db960fe7dddf1f7573a119c","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"trysound","email":"trysound@yandex.ru"},"dist":{"shasum":"c780ec71ba51d40f8db960fe7dddf1f7573a119c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-minify-params/-/postcss-minify-params-1.0.0.tgz"},"maintainers":[{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"1.0.1":{"name":"postcss-minify-params","version":"1.0.1","description":"Minify at-rule params with PostCSS","keywords":["postcss","css","postcss-plugin","minify","optimise","params"],"files":["index.js"],"author":{"name":"Bogdan Chadkin","email":"trysound@yandex.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/trysound/postcss-minify-params.git"},"bugs":{"url":"https://github.com/TrySound/postcss-minify-params/issues"},"homepage":"https://github.com/TrySound/postcss-minify-params","dependencies":{"javascript-natural-sort":"^0.7.1","postcss":"^5.0.2","postcss-value-parser":"^1.4.2","uniqs":"^2.0.0"},"scripts":{"test":"eslint index.js test.js && tape test.js"},"devDependencies":{"eslint":"^1.3.1","tape":"^4.2.0"},"gitHead":"99c02e1dc4dbca41906abcf2a2b347bb7737e857","_id":"postcss-minify-params@1.0.1","_shasum":"3f1dae6e7f074b0722269618c4856c708f1d20bf","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"trysound","email":"trysound@yandex.ru"},"dist":{"shasum":"3f1dae6e7f074b0722269618c4856c708f1d20bf","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-minify-params/-/postcss-minify-params-1.0.1.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"1.0.2":{"name":"postcss-minify-params","version":"1.0.2","description":"Minify at-rule params with PostCSS","keywords":["postcss","css","postcss-plugin","minify","optimise","params"],"files":["index.js"],"author":{"name":"Bogdan Chadkin","email":"trysound@yandex.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/trysound/postcss-minify-params.git"},"bugs":{"url":"https://github.com/TrySound/postcss-minify-params/issues"},"homepage":"https://github.com/TrySound/postcss-minify-params","dependencies":{"javascript-natural-sort":"^0.7.1","postcss":"^5.0.2","postcss-value-parser":"^2.0.1","uniqs":"^2.0.0"},"scripts":{"test":"eslint index.js test.js && tape test.js"},"devDependencies":{"eslint":"^1.3.1","tape":"^4.2.0"},"gitHead":"abf1d2b58c838def10735e83b994dd74e32c1350","_id":"postcss-minify-params@1.0.2","_shasum":"4dfdcaaf8e2b62931feb574fd93cc5b4fa2f7344","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"trysound","email":"trysound@yandex.ru"},"dist":{"shasum":"4dfdcaaf8e2b62931feb574fd93cc5b4fa2f7344","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-minify-params/-/postcss-minify-params-1.0.2.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"1.0.3":{"name":"postcss-minify-params","version":"1.0.3","description":"Minify at-rule params with PostCSS","keywords":["postcss","css","postcss-plugin","minify","optimise","params"],"files":["index.js"],"author":{"name":"Bogdan Chadkin","email":"trysound@yandex.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/trysound/postcss-minify-params.git"},"bugs":{"url":"https://github.com/TrySound/postcss-minify-params/issues"},"homepage":"https://github.com/TrySound/postcss-minify-params","dependencies":{"alphanum-sort":"^1.0.1","postcss":"^5.0.2","postcss-value-parser":"^2.0.1","uniqs":"^2.0.0"},"scripts":{"test":"eslint index.js test.js && tape test.js"},"devDependencies":{"eslint":"^1.3.1","tape":"^4.2.0"},"gitHead":"0f7a59228d9cd4924cc480ae966634ff3dcbc657","_id":"postcss-minify-params@1.0.3","_shasum":"bb4a37476e69b418460abe88a971f73b097a052d","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"trysound","email":"trysound@yandex.ru"},"dist":{"shasum":"bb4a37476e69b418460abe88a971f73b097a052d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-minify-params/-/postcss-minify-params-1.0.3.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"1.0.4":{"name":"postcss-minify-params","version":"1.0.4","description":"Minify at-rule params with PostCSS","keywords":["postcss","css","postcss-plugin","minify","optimise","params"],"files":["index.js"],"author":{"name":"Bogdan Chadkin","email":"trysound@yandex.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/trysound/postcss-minify-params.git"},"bugs":{"url":"https://github.com/TrySound/postcss-minify-params/issues"},"homepage":"https://github.com/TrySound/postcss-minify-params","dependencies":{"alphanum-sort":"^1.0.1","postcss":"^5.0.2","postcss-value-parser":"^3.0.2","uniqs":"^2.0.0"},"scripts":{"test":"eslint index.js test.js && tape test.js | tap-spec"},"devDependencies":{"eslint":"^1.3.1","tap-spec":"^4.1.0","tape":"^4.2.0"},"gitHead":"b1dbb51994a4f4b826cc0a95ee6d63df655621b8","_id":"postcss-minify-params@1.0.4","_shasum":"2a77b96db80487f15fef941595b11b595368d543","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"trysound","email":"trysound@yandex.ru"},"dist":{"shasum":"2a77b96db80487f15fef941595b11b595368d543","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-minify-params/-/postcss-minify-params-1.0.4.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"1.0.5":{"name":"postcss-minify-params","version":"1.0.5","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+https://github.com/trysound/postcss-minify-params.git"},"bugs":{"url":"https://github.com/TrySound/postcss-minify-params/issues"},"homepage":"https://github.com/TrySound/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},"gitHead":"cc5bbbd6b004f169a892b126f94edaa20697e968","_id":"postcss-minify-params@1.0.5","_shasum":"82d602643b8616a61fb3634d7ede0289836d67f9","_from":".","_npmVersion":"3.10.2","_nodeVersion":"5.4.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"82d602643b8616a61fb3634d7ede0289836d67f9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-minify-params/-/postcss-minify-params-1.0.5.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/postcss-minify-params-1.0.5.tgz_1471378574351_0.10043538571335375"},"directories":{}},"1.1.0":{"name":"postcss-minify-params","version":"1.1.0","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+https://github.com/ben-eb/postcss-minify-params.git"},"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},"gitHead":"eeaed5fa9b738964d5bc121418127d8f29a437ff","_id":"postcss-minify-params@1.1.0","_shasum":"b6093472b5872a6deda47aa3b0b5b8b973547c50","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"b6093472b5872a6deda47aa3b0b5b8b973547c50","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-minify-params/-/postcss-minify-params-1.1.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-minify-params-1.1.0.tgz_1481925893759_0.5602017331402749"},"directories":{}},"1.2.0":{"name":"postcss-minify-params","version":"1.2.0","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+https://github.com/ben-eb/postcss-minify-params.git"},"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},"gitHead":"0c4120e521972afc5032660359a960ae18df848b","_id":"postcss-minify-params@1.2.0","_shasum":"c2b1968c43173455d3956f138a95d5bda77c4ae7","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"c2b1968c43173455d3956f138a95d5bda77c4ae7","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-minify-params/-/postcss-minify-params-1.2.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/postcss-minify-params-1.2.0.tgz_1482271740375_0.3211361709982157"},"directories":{}},"1.2.1":{"name":"postcss-minify-params","version":"1.2.1","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+https://github.com/ben-eb/postcss-minify-params.git"},"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},"gitHead":"8a544c6dcfa844af260e43b9713d66f55afb7589","_id":"postcss-minify-params@1.2.1","_shasum":"c899444d9e2ff8933018befac151fbfadf10e737","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"c899444d9e2ff8933018befac151fbfadf10e737","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-minify-params/-/postcss-minify-params-1.2.1.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/postcss-minify-params-1.2.1.tgz_1482279538916_0.932060050079599"},"directories":{}},"1.2.2":{"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+https://github.com/ben-eb/postcss-minify-params.git"},"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},"gitHead":"a77a40f50fb5589e17dd18a0a103efbec7ff6d10","_id":"postcss-minify-params@1.2.2","_shasum":"ad2ce071373b943b3d930a3fa59a358c28d6f1f3","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"ad2ce071373b943b3d930a3fa59a358c28d6f1f3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-minify-params-1.2.2.tgz_1482921953368_0.2908381929155439"},"directories":{}},"4.0.0-rc.0":{"name":"postcss-minify-params","version":"4.0.0-rc.0","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+https://github.com/ben-eb/cssnano.git"},"bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"homepage":"https://github.com/ben-eb/cssnano","dependencies":{"alphanum-sort":"^1.0.0","cssnano-util-get-arguments":"^4.0.0-rc.0","postcss":"^6.0.0","postcss-value-parser":"^3.0.0","uniqs":"^2.0.0"},"scripts":{"prepublish":"cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"devDependencies":{"babel-cli":"^6.0.0","cross-env":"^3.0.0"},"engines":{"node":">=4"},"_id":"postcss-minify-params@4.0.0-rc.0","_shasum":"8091baf22641819990bd7e9e746e143865f669af","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"8091baf22641819990bd7e9e746e143865f669af","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-minify-params/-/postcss-minify-params-4.0.0-rc.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-minify-params-4.0.0-rc.0.tgz_1496311206264_0.9070281335152686"},"directories":{}},"4.0.0-rc.1":{"name":"postcss-minify-params","version":"4.0.0-rc.1","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+https://github.com/ben-eb/cssnano.git"},"bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"homepage":"https://github.com/ben-eb/cssnano","dependencies":{"alphanum-sort":"^1.0.0","cssnano-util-get-arguments":"^4.0.0-rc.0","postcss":"^6.0.0","postcss-value-parser":"^3.0.0","uniqs":"^2.0.0"},"scripts":{"prepublish":"cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"devDependencies":{"babel-cli":"^6.0.0","cross-env":"^3.0.0"},"engines":{"node":">=4"},"_id":"postcss-minify-params@4.0.0-rc.1","_npmVersion":"5.0.3","_nodeVersion":"8.1.2","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"integrity":"sha512-Yb9WOSR5pkdwbA9ukiyyxk51GD0GWDBIEHV8TieWyBCbz6qwdWb3VJu2iWZ0Tso0jV+qb+hyC+nlfUNpyehozg==","shasum":"ca723e1d91d27236c774145a4ecb493ff453f7c7","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-minify-params/-/postcss-minify-params-4.0.0-rc.1.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-minify-params-4.0.0-rc.1.tgz_1498063269159_0.6630805337335914"},"directories":{}},"4.0.0-rc.2":{"name":"postcss-minify-params","version":"4.0.0-rc.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+https://github.com/ben-eb/cssnano.git"},"bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"homepage":"https://github.com/ben-eb/cssnano","dependencies":{"alphanum-sort":"^1.0.0","cssnano-util-get-arguments":"^4.0.0-rc.2","postcss":"^6.0.0","postcss-value-parser":"^3.0.0","uniqs":"^2.0.0"},"scripts":{"prepublish":"cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"devDependencies":{"babel-cli":"^6.0.0","cross-env":"^3.0.0"},"engines":{"node":">=4"},"_id":"postcss-minify-params@4.0.0-rc.2","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"integrity":"sha512-i0bmXoGRobpP9OMp03HSWyDCgplUBGpkChb/X5SldylGsK3ydqT9J/KhI/fhgVHDfUTA20UXgSNjJlAqFMQrBQ==","shasum":"4bd747f4ba7fd5b1f31ecc8823aa9a589e7f8980","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-minify-params/-/postcss-minify-params-4.0.0-rc.2.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-minify-params-4.0.0-rc.2.tgz_1502049221610_0.7246950359549373"},"directories":{}}},"name":"postcss-minify-params","time":{"modified":"2017-08-06T23:39:34.934Z","created":"2015-09-02T13:48:26.970Z","1.0.0":"2015-09-02T13:48:26.970Z","1.0.1":"2015-09-02T16:11:21.664Z","1.0.2":"2015-09-07T13:38:19.311Z","1.0.3":"2015-09-30T14:47:12.302Z","1.0.4":"2015-10-08T07:58:47.522Z","1.0.5":"2016-08-16T20:16:17.007Z","1.1.0":"2016-12-16T22:04:55.415Z","1.2.0":"2016-12-20T22:09:01.031Z","1.2.1":"2016-12-21T00:18:59.546Z","1.2.2":"2016-12-28T10:45:55.458Z","4.0.0-rc.0":"2017-06-01T10:00:07.585Z","4.0.0-rc.1":"2017-06-21T16:41:10.154Z","4.0.0-rc.2":"2017-08-06T19:53:42.573Z"},"readmeFilename":"README.md","homepage":"https://github.com/ben-eb/cssnano"}