motion
Version:
motion - moving development forward
73 lines (72 loc) • 3.43 kB
JSON
{
"_args": [
[
"postcss-discard-empty@https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.0.0.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "postcss-discard-empty@>=2.0.0 <3.0.0",
"_id": "postcss-discard-empty@2.0.0",
"_inCache": true,
"_location": "/postcss-discard-empty",
"_phantomChildren": {},
"_requested": {
"name": "postcss-discard-empty",
"raw": "postcss-discard-empty@https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.0.0.tgz",
"rawSpec": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.0.0.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.0.0.tgz",
"type": "remote"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.0.0.tgz",
"_shasum": "404768be05a91330490115486e1d521918c8e761",
"_shrinkwrap": null,
"_spec": "postcss-discard-empty@https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.0.0.tgz",
"_where": "/Users/nw/flint/packages/flint",
"author": {
"email": "beneb.info@gmail.com",
"name": "Ben Briggs",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/ben-eb/postcss-discard-empty/issues"
},
"dependencies": {
"postcss": "^5.0.4"
},
"description": "Discard empty rules and values with PostCSS.",
"devDependencies": {
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
},
"homepage": "https://github.com/ben-eb/postcss-discard-empty",
"keywords": [
"compress",
"css",
"empty",
"minify",
"optimisation",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "index.js",
"name": "postcss-discard-empty",
"optionalDependencies": {},
"readme": "# [postcss][postcss]-discard-empty [][ci] [][npm] [][deps]\n\n> Discard empty rules and values with PostCSS.\n\n## Install\n\nWith [npm](https://npmjs.org/package/postcss-discard-empty) do:\n\n```\nnpm install postcss-discard-empty --save\n```\n\n## Example\n\nFor more examples see the [tests](test.js).\n\n### Input\n\n```css\n@font-face;\nh1 {}\n{color:blue}\nh2 {color:}\nh3 {color:red}\n```\n\n### Output\n\n```css\nh3 {color:red}\n```\n\n## Usage\n\nSee the [PostCSS documentation](https://github.com/postcss/postcss#usage) for\nexamples for your environment.\n\n## Contributing\n\nPull requests are welcome. If you add functionality, then please add unit tests\nto cover it.\n\n## License\n\nMIT © [Ben Briggs](http://beneb.info)\n\n[ci]: https://travis-ci.org/ben-eb/postcss-discard-empty\n[deps]: https://gemnasium.com/ben-eb/postcss-discard-empty\n[npm]: http://badge.fury.io/js/postcss-discard-empty\n[postcss]: https://github.com/postcss/postcss\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-discard-empty.git"
},
"scripts": {
"lint": "jshint index.js --reporter node_modules/jshint-stylish/index.js",
"test": "tape test.js | tap-spec"
},
"version": "2.0.0"
}