motion
Version:
motion - moving development forward
74 lines (73 loc) • 2.96 kB
JSON
{
"_args": [
[
"postcss-minify-params@https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.0.4.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "postcss-minify-params@>=1.0.4 <2.0.0",
"_id": "postcss-minify-params@1.0.4",
"_inCache": true,
"_location": "/postcss-minify-params",
"_phantomChildren": {},
"_requested": {
"name": "postcss-minify-params",
"raw": "postcss-minify-params@https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.0.4.tgz",
"rawSpec": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.0.4.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.0.4.tgz",
"type": "remote"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.0.4.tgz",
"_shasum": "2a77b96db80487f15fef941595b11b595368d543",
"_shrinkwrap": null,
"_spec": "postcss-minify-params@https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.0.4.tgz",
"_where": "/Users/nw/flint/packages/flint",
"author": {
"email": "trysound@yandex.ru",
"name": "Bogdan Chadkin"
},
"bugs": {
"url": "https://github.com/TrySound/postcss-minify-params/issues"
},
"dependencies": {
"alphanum-sort": "^1.0.1",
"postcss": "^5.0.2",
"postcss-value-parser": "^3.0.2",
"uniqs": "^2.0.0"
},
"description": "Minify at-rule params with PostCSS",
"devDependencies": {
"eslint": "^1.3.1",
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/TrySound/postcss-minify-params",
"keywords": [
"css",
"minify",
"optimise",
"params",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"name": "postcss-minify-params",
"optionalDependencies": {},
"readme": "# postcss-minify-params [![Build Status][ci-img]][ci]\r\n\r\n> Minify at-rule params with PostCSS.\r\n\r\n```css\r\n@media only screen and ( min-width: 400px, min-height: 500px ) {\r\n h2{\r\n color:blue\r\n }\r\n}\r\n```\r\n\r\n```css\r\n@media only screen and (min-width:400px,min-height:500px) {\r\n h2{\r\n color:blue\r\n }\r\n}\r\n```\r\n\r\n## Usage\r\n\r\n```js\r\npostcss([ require('postcss-minify-params') ])\r\n```\r\n\r\nSee [PostCSS] docs for examples for your environment.\r\n\r\nMIT © [Bogdan Chadkin](mailto:trysound@yandex.ru)\r\n\r\n[PostCSS]: https://github.com/postcss/postcss\r\n[ci-img]: https://travis-ci.org/TrySound/postcss-minify-params.svg\r\n[ci]: https://travis-ci.org/TrySound/postcss-minify-params\r\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/trysound/postcss-minify-params.git"
},
"scripts": {
"test": "eslint index.js test.js && tape test.js | tap-spec"
},
"version": "1.0.4"
}