File: //proc/self/root/opt/code/node_modules/cssnano/package.json
{
"name": "cssnano",
"version": "3.10.0",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "dist/index.js",
"scripts": {
"bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer",
"docs": "cd docs && npm run build && cd .. && gh-pages -d docs/dist",
"pretest": "eslint --ignore-path .gitignore src",
"prepublish": "del-cli dist && cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"report": "nyc report --reporter=html",
"test": "nyc ava src/__tests__/*.js",
"test-012": "nyc ava src/__tests__/*.js"
},
"keywords": [
"css",
"compress",
"minify",
"optimise",
"optimisation",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.3.1",
"decamelize": "^1.1.2",
"defined": "^1.0.0",
"has": "^1.0.1",
"object-assign": "^4.0.1",
"postcss": "^5.0.14",
"postcss-calc": "^5.2.0",
"postcss-colormin": "^2.1.8",
"postcss-convert-values": "^2.3.4",
"postcss-discard-comments": "^2.0.4",
"postcss-discard-duplicates": "^2.0.1",
"postcss-discard-empty": "^2.0.1",
"postcss-discard-overridden": "^0.1.1",
"postcss-discard-unused": "^2.2.1",
"postcss-filter-plugins": "^2.0.0",
"postcss-merge-idents": "^2.1.5",
"postcss-merge-longhand": "^2.0.1",
"postcss-merge-rules": "^2.0.3",
"postcss-minify-font-values": "^1.0.2",
"postcss-minify-gradients": "^1.0.1",
"postcss-minify-params": "^1.0.4",
"postcss-minify-selectors": "^2.0.4",
"postcss-normalize-charset": "^1.1.0",
"postcss-normalize-url": "^3.0.7",
"postcss-ordered-values": "^2.1.0",
"postcss-reduce-idents": "^2.2.2",
"postcss-reduce-initial": "^1.0.0",
"postcss-reduce-transforms": "^1.0.3",
"postcss-svgo": "^2.1.1",
"postcss-unique-selectors": "^2.0.2",
"postcss-value-parser": "^3.2.3",
"postcss-zindex": "^2.0.1"
},
"devDependencies": {
"array-to-sentence": "^1.1.0",
"ava": "^0.17.0",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.1",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-precompile-charcodes": "^1.0.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.5.0",
"coveralls": "^2.11.6",
"cross-env": "^2.0.0",
"css-frameworks": "git+https://git@github.com/ben-eb/css-frameworks.git",
"css-minifier-tests": "git+https://git@github.com/ben-eb/css-minifier-tests.git",
"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",
"gh-pages": "^0.11.0",
"json-loader": "^0.5.4",
"ncp": "^2.0.0",
"nyc": "^10.0.0",
"postcss-font-magician": "^1.5.0",
"webpack": "^1.12.13",
"webpack-bundle-size-analyzer": "^2.0.2"
},
"homepage": "https://github.com/ben-eb/cssnano",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"repository": {
"type": "git",
"url": "git://github.com/ben-eb/cssnano"
},
"files": [
"dist",
"LICENSE-MIT",
"quickstart.js"
],
"nyc": {
"exclude": [
"node_modules",
"**/__tests__"
]
},
"ava": {
"require": "babel-core/register"
},
"eslintConfig": {
"extends": "cssnano"
},
"tonicExampleFilename": "quickstart.js",
"readme": "<h1 align=\"center\">\n <br>\n <img width=\"360\" src=\"https://rawgit.com/ben-eb/cssnano/master/media/logo.svg\" alt=\"cssnano\">\n <br>\n <br>\n <br>\n</h1>\n\n> A modular minifier, built on top of the [PostCSS] ecosystem.\n\n[][ci] [](https://ci.appveyor.com/project/ben-eb/cssnano/branch/master) [](https://coveralls.io/github/ben-eb/cssnano?branch=master) [][npm] [][deps] [](https://gitter.im/ben-eb/cssnano?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\ncssnano is a modular minifier that aims to utilise small modules from the\nPostCSS ecosystem, rather than being an all-encompassing module that may be\ndifficult to contribute to. Because it is written on top of PostCSS, it is able\nto do more than simple whitespace transforms - including advanced optimisations\nsuch as custom identifier reduction, `z-index` rebasing, and adjacent selector\nmerging.\n\nNote that cssnano enables aggressive optimisations by default, which might not\nalways be what you want. Set `options.safe` to `true` if you want to disable\nthis. In future versions, only safe options will be enabled by default, starting\nfrom [version 4][v4].\n\nFor further details check out the [website](http://cssnano.co/):\n\n* [Installation guide for your build process](http://cssnano.co/usage/).\n* [Full list of optimisations](http://cssnano.co/optimisations/).\n* [Customise the output (options documentation)](http://cssnano.co/options/).\n\nYou can now [try cssnano online](https://runkit.com/npm/cssnano) via Runkit!\n\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n\n## Links\n\nPlease help to support this project by [purchasing a cssnano sticker][sticker].\n\n[sticker]: https://www.stickermule.com/uk/marketplace/11086-cssnano\n\n\n## License\n\nMIT © [Ben Briggs](http://beneb.info)\n\n\n[PostCSS]: https://github.com/postcss/postcss\n\n[ci]: https://travis-ci.org/ben-eb/cssnano\n[deps]: https://gemnasium.com/ben-eb/cssnano\n[npm]: http://badge.fury.io/js/cssnano\n[v4]: https://github.com/ben-eb/cssnano/issues/88\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/ben-eb/cssnano/issues"
},
"_id": "cssnano@3.10.0",
"dist": {
"shasum": "c4393d352261cbfc1a09fb5ba680e3406c8035a6"
},
"_from": "cssnano@^3.10.0",
"_resolved": "http://registry.npmjs.org/cssnano/-/cssnano-3.10.0.tgz"
}