UNPKG

motion

Version:

motion - moving development forward

75 lines (74 loc) 3.69 kB
{ "_args": [ [ "postcss-merge-longhand@https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.1.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "postcss-merge-longhand@>=2.0.1 <3.0.0", "_id": "postcss-merge-longhand@2.0.1", "_inCache": true, "_location": "/postcss-merge-longhand", "_phantomChildren": {}, "_requested": { "name": "postcss-merge-longhand", "raw": "postcss-merge-longhand@https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.1.tgz", "rawSpec": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.1.tgz", "scope": null, "spec": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.1.tgz", "type": "remote" }, "_requiredBy": [ "/cssnano" ], "_resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.1.tgz", "_shasum": "ff59b5dec6d586ce2cea183138f55c5876fa9cdc", "_shrinkwrap": null, "_spec": "postcss-merge-longhand@https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.1.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-merge-longhand/issues" }, "dependencies": { "postcss": "^5.0.4" }, "description": "Merge longhand properties into shorthand with PostCSS.", "devDependencies": { "babel": "^5.8.23", "babel-tape-runner": "^1.2.0", "tap-spec": "^4.1.0", "tape": "^4.2.0" }, "files": [ "LICENSE-MIT", "dist" ], "homepage": "https://github.com/ben-eb/postcss-merge-longhand", "keywords": [ "css", "minify", "optimise", "postcss", "postcss-plugin" ], "license": "MIT", "main": "dist/index.js", "name": "postcss-merge-longhand", "optionalDependencies": {}, "readme": "# [postcss][postcss]-merge-longhand [![Build Status](https://travis-ci.org/ben-eb/postcss-merge-longhand.svg?branch=master)][ci] [![NPM version](https://badge.fury.io/js/postcss-merge-longhand.svg)][npm] [![Dependency Status](https://gemnasium.com/ben-eb/postcss-merge-longhand.svg)][deps]\n\n> Merge longhand properties into shorthand with PostCSS.\n\n## Install\n\nWith [npm](https://npmjs.org/package/postcss-merge-longhand) do:\n\n```\nnpm install postcss-merge-longhand --save\n```\n\n## Example\n\nMerge longhand properties into shorthand; works with `margin`, `padding` &\n`border`. For more examples see the [tests](src/__tests__/index.js).\n\n### Input\n\n```css\nh1 {\n margin-top: 10px;\n margin-right: 20px;\n margin-bottom: 10px;\n margin-left: 20px;\n}\n```\n\n### Output\n\n```css\nh1 {\n margin: 10px 20px;\n}\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-merge-longhand\n[deps]: https://gemnasium.com/ben-eb/postcss-merge-longhand\n[npm]: http://badge.fury.io/js/postcss-merge-longhand\n[postcss]: https://github.com/postcss/postcss\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/ben-eb/postcss-merge-longhand.git" }, "scripts": { "prepublish": "babel src --out-dir dist --ignore /__tests__/", "test": "babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec" }, "version": "2.0.1" }