motion
Version:
motion - moving development forward
167 lines (166 loc) • 4.62 kB
JSON
{
"_args": [
[
"cssnano@>=2.6.1 <4",
"/Users/nw/motion/packages/motion/node_modules/css-loader"
]
],
"_from": "cssnano@>=2.6.1 <4.0.0",
"_id": "cssnano@3.5.2",
"_inCache": true,
"_installable": true,
"_location": "/cssnano",
"_nodeVersion": "5.4.1",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/cssnano-3.5.2.tgz_1455322835340_0.07031756942160428"
},
"_npmUser": {
"email": "beneb.info@gmail.com",
"name": "beneb"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {
"caniuse-db": "1.0.30000409",
"js-base64": "2.1.9",
"normalize-range": "0.1.2",
"num2fraction": "1.2.2",
"postcss-value-parser": "3.2.3",
"source-map": "0.5.3",
"supports-color": "3.1.2"
},
"_requested": {
"name": "cssnano",
"raw": "cssnano@>=2.6.1 <4",
"rawSpec": ">=2.6.1 <4",
"scope": null,
"spec": ">=2.6.1 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/css-loader"
],
"_resolved": "https://registry.npmjs.org/cssnano/-/cssnano-3.5.2.tgz",
"_shasum": "91e213a942a38f7867d0f276a3fc8ed9b74bc223",
"_shrinkwrap": null,
"_spec": "cssnano@>=2.6.1 <4",
"_where": "/Users/nw/motion/packages/motion/node_modules/css-loader",
"author": {
"email": "beneb.info@gmail.com",
"name": "Ben Briggs",
"url": "http://beneb.info"
},
"ava": {
"require": "babel-core/register"
},
"bugs": {
"url": "https://github.com/ben-eb/cssnano/issues"
},
"dependencies": {
"autoprefixer": "^6.3.1",
"decamelize": "^1.1.2",
"defined": "^1.0.0",
"indexes-of": "^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-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-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"
},
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"devDependencies": {
"ava": "^0.11.0",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.1",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.5.0",
"coveralls": "^2.11.6",
"cross-env": "^1.0.7",
"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": "^1.10.3",
"eslint-config-cssnano": "^1.0.0",
"hook-std": "^0.2.0",
"json-loader": "^0.5.4",
"ncp": "^2.0.0",
"nyc": "^5.6.0",
"webpack": "^1.12.13"
},
"directories": {},
"dist": {
"shasum": "91e213a942a38f7867d0f276a3fc8ed9b74bc223",
"tarball": "http://registry.npmjs.org/cssnano/-/cssnano-3.5.2.tgz"
},
"eslintConfig": {
"extends": "cssnano"
},
"files": [
"LICENSE-MIT",
"dist"
],
"gitHead": "a9cd130a33a52e151bd43e7369512d28f58735ab",
"homepage": "https://github.com/ben-eb/cssnano",
"keywords": [
"compress",
"css",
"minify",
"optimisation",
"optimise",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
{
"name": "beneb",
"email": "beneb.info@gmail.com"
},
{
"name": "trysound",
"email": "trysound@yandex.ru"
}
],
"name": "cssnano",
"nyc": {
"exclude": [
"**/__tests__"
]
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/cssnano.git"
},
"scripts": {
"prepublish": "del-cli dist && cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"pretest": "eslint src",
"report": "nyc report --reporter=html",
"test": "nyc ava src/__tests__/*.js"
},
"version": "3.5.2"
}