{
  "_args": [
    [
      "csso@~1.4.2",
      "/Users/nw/motion/packages/motion/node_modules/svgo"
    ]
  ],
  "_from": "csso@>=1.4.2 <1.5.0",
  "_id": "csso@1.4.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/csso",
  "_nodeVersion": "5.0.0",
  "_npmUser": {
    "email": "rdvornov@gmail.com",
    "name": "lahmatiy"
  },
  "_npmVersion": "3.3.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "csso",
    "raw": "csso@~1.4.2",
    "rawSpec": "~1.4.2",
    "scope": null,
    "spec": ">=1.4.2 <1.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/svgo"
  ],
  "_resolved": "https://registry.npmjs.org/csso/-/csso-1.4.4.tgz",
  "_shasum": "0aebfa5093ef30ccac6db3ff5759dfca621b6b6a",
  "_shrinkwrap": null,
  "_spec": "csso@~1.4.2",
  "_where": "/Users/nw/motion/packages/motion/node_modules/svgo",
  "author": {
    "email": "skryzhanovsky@ya.ru",
    "name": "Sergey Kryzhanovsky",
    "url": "https://github.com/afelix"
  },
  "bin": {
    "csso": "./bin/csso"
  },
  "bugs": {
    "url": "https://github.com/css/csso/issues"
  },
  "dependencies": {
    "clap": "^1.0.9"
  },
  "description": "CSSO — CSS optimizer",
  "devDependencies": {
    "browserify": "^12.0.1",
    "jscs": "^2.6.0",
    "mocha": "~2.3.3",
    "uglify-js": "^2.6.1"
  },
  "directories": {},
  "dist": {
    "shasum": "0aebfa5093ef30ccac6db3ff5759dfca621b6b6a",
    "tarball": "http://registry.npmjs.org/csso/-/csso-1.4.4.tgz"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "bin",
    "dist/csso-browser.js",
    "lib"
  ],
  "gitHead": "ae3d81c21c8c18cff4cc0a34d36535f1eceb5f3a",
  "homepage": "https://github.com/css/csso",
  "license": "MIT",
  "main": "./lib/index",
  "maintainers": [
    {
      "name": "afelix",
      "email": "skryzhanovsky@gmail.com"
    },
    {
      "name": "lahmatiy",
      "email": "rdvornov@gmail.com"
    },
    {
      "name": "serge.che",
      "email": "serge.che@gmail.com"
    },
    {
      "name": "tadatuta",
      "email": "i@tadatuta.com"
    }
  ],
  "name": "csso",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/css/csso.git"
  },
  "scripts": {
    "browserify": "browserify --standalone csso lib/index.js | uglifyjs --compress --mangle -o dist/csso-browser.js",
    "gh-pages": "git clone -b gh-pages https://github.com/css/csso.git .gh-pages && npm run browserify && cp dist/csso-browser.js .gh-pages/ && cd .gh-pages && git commit -am \"update\" && git push && cd .. && rm -rf .gh-pages",
    "prepublish": "npm run browserify",
    "test": "jscs . && mocha --reporter dot"
  },
  "version": "1.4.4"
}
