motion
Version:
motion - moving development forward
115 lines (114 loc) • 5.42 kB
JSON
{
"_args": [
[
"cssnano@https://registry.npmjs.org/cssnano/-/cssnano-3.4.0.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "cssnano@>=2.6.1 <4.0.0",
"_id": "cssnano@3.4.0",
"_inCache": true,
"_location": "/cssnano",
"_phantomChildren": {},
"_requested": {
"name": "cssnano",
"raw": "cssnano@https://registry.npmjs.org/cssnano/-/cssnano-3.4.0.tgz",
"rawSpec": "https://registry.npmjs.org/cssnano/-/cssnano-3.4.0.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/cssnano/-/cssnano-3.4.0.tgz",
"type": "remote"
},
"_requiredBy": [
"/css-loader"
],
"_resolved": "https://registry.npmjs.org/cssnano/-/cssnano-3.4.0.tgz",
"_shasum": "14d391032de4760d22e5db9f1fec1f0868e4bbb7",
"_shrinkwrap": null,
"_spec": "cssnano@https://registry.npmjs.org/cssnano/-/cssnano-3.4.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/cssnano/issues"
},
"dependencies": {
"autoprefixer": "^6.0.3",
"decamelize": "^1.1.0",
"defined": "^1.0.0",
"indexes-of": "^1.0.1",
"object-assign": "^4.0.1",
"postcss": "^5.0.10",
"postcss-calc": "^5.0.0",
"postcss-colormin": "^2.1.7",
"postcss-convert-values": "^2.3.4",
"postcss-discard-comments": "^2.0.2",
"postcss-discard-duplicates": "^2.0.0",
"postcss-discard-empty": "^2.0.0",
"postcss-discard-unused": "^2.1.0",
"postcss-filter-plugins": "^2.0.0",
"postcss-merge-idents": "^2.1.3",
"postcss-merge-longhand": "^2.0.1",
"postcss-merge-rules": "^2.0.1",
"postcss-minify-font-values": "^1.0.2",
"postcss-minify-gradients": "^1.0.0",
"postcss-minify-params": "^1.0.4",
"postcss-minify-selectors": "^2.0.1",
"postcss-normalize-charset": "^1.1.0",
"postcss-normalize-url": "^3.0.4",
"postcss-ordered-values": "^2.0.2",
"postcss-reduce-idents": "^2.2.1",
"postcss-reduce-transforms": "^1.0.3",
"postcss-svgo": "^2.0.4",
"postcss-unique-selectors": "^2.0.1",
"postcss-value-parser": "^3.1.1",
"postcss-zindex": "^2.0.0"
},
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"devDependencies": {
"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",
"eslint": "^1.7.3",
"json-loader": "^0.5.3",
"node-libs-browser": "^0.5.3",
"tap-spec": "^4.1.0",
"tape": "^4.2.2",
"webpack": "^1.12.2"
},
"files": [
"LICENSE-MIT",
"index.js",
"lib"
],
"homepage": "https://github.com/ben-eb/cssnano",
"keywords": [
"compress",
"css",
"minify",
"optimisation",
"optimise",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "index.js",
"name": "cssnano",
"optionalDependencies": {},
"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) [][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\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\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[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",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/cssnano.git"
},
"scripts": {
"lint": "eslint index.js lib tests",
"test": "npm run lint && tape tests/*.js | tap-spec",
"test-fixtures": "tape tests/fixtures.js | tap-spec",
"test-integrations": "tape tests/integrations.js",
"test-modules": "tape tests/modules.js | tap-spec",
"test-webpack": "tape tests/webpack.js | tap-spec"
},
"version": "3.4.0"
}