File: //opt/code/node_modules/cssnano/node_modules/postcss-minify-selectors/package.json
{
"name": "postcss-minify-selectors",
"version": "2.1.1",
"description": "Minify selectors with PostCSS.",
"main": "dist/index.js",
"files": [
"dist",
"LICENSE-MIT"
],
"scripts": {
"pretest": "eslint src",
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"report": "nyc report --reporter=html",
"test": "nyc ava",
"test-012": "nyc ava"
},
"keywords": [
"css",
"minify",
"optimise",
"postcss",
"postcss-plugin",
"selectors"
],
"license": "MIT",
"devDependencies": {
"ava": "^0.17.0",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.9.0",
"del-cli": "^0.2.0",
"eslint": "^3.0.0",
"eslint-config-cssnano": "^3.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.0.1",
"nyc": "^10.0.0",
"postcss-font-magician": "^1.4.0"
},
"homepage": "https://github.com/ben-eb/postcss-minify-selectors",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"repository": {
"type": "git",
"url": "ben-eb/postcss-minify-selectors.git"
},
"dependencies": {
"alphanum-sort": "^1.0.2",
"has": "^1.0.1",
"postcss": "^5.0.14",
"postcss-selector-parser": "^2.0.0"
},
"eslintConfig": {
"extends": "cssnano"
},
"ava": {
"require": "babel-register"
},
"readme": "# [postcss][postcss]-minify-selectors [][ci] [][npm] [][deps]\n\n> Minify selectors with PostCSS.\n\n## Install\n\nWith [npm](https://www.npmjs.com/package/postcss-minify-selectors) do:\n\n```\nnpm install postcss-minify-selectors --save\n```\n\n## Example\n\n### Input\n\n```css\nh1 + p, h2, h3, h2{color:blue}\n```\n\n### Output\n\n```css\nh1+p,h2,h3{color:blue}\n```\n\nFor more examples see the [tests](test.js).\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-minify-selectors\n[deps]: https://gemnasium.com/ben-eb/postcss-minify-selectors\n[npm]: http://badge.fury.io/js/postcss-minify-selectors\n[postcss]: https://github.com/postcss/postcss\n",
"readmeFilename": "README.md",
"_id": "postcss-minify-selectors@2.1.1",
"dist": {
"shasum": "d2df686cdd6ed3e293afbce9f92727fbef036ef7"
},
"_from": "postcss-minify-selectors@^2.0.4",
"_resolved": "http://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.1.1.tgz"
}