{
  "_args": [
    [
      {
        "raw": "clean-css@3.4.x",
        "scope": null,
        "escapedName": "clean-css",
        "name": "clean-css",
        "rawSpec": "3.4.x",
        "spec": ">=3.4.0 <3.5.0",
        "type": "range"
      },
      "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.x9v5qjyK/packages/react-scripts/node_modules/html-minifier"
    ]
  ],
  "_from": "clean-css@>=3.4.0 <3.5.0",
  "_id": "clean-css@3.4.20",
  "_inCache": true,
  "_location": "/clean-css",
  "_nodeVersion": "6.5.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/clean-css-3.4.20.tgz_1474865323863_0.23354392824694514"
  },
  "_npmUser": {
    "name": "goalsmashers",
    "email": "jakub@goalsmashers.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {
    "amdefine": "1.0.0"
  },
  "_requested": {
    "raw": "clean-css@3.4.x",
    "scope": null,
    "escapedName": "clean-css",
    "name": "clean-css",
    "rawSpec": "3.4.x",
    "spec": ">=3.4.0 <3.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/html-minifier"
  ],
  "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.20.tgz",
  "_shasum": "c0d8963b5448e030f0bcd3ddd0dac4dfe3dea501",
  "_shrinkwrap": null,
  "_spec": "clean-css@3.4.x",
  "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.x9v5qjyK/packages/react-scripts/node_modules/html-minifier",
  "author": {
    "name": "Jakub Pawlowicz",
    "email": "contact@jakubpawlowicz.com",
    "url": "http://twitter.com/jakubpawlowicz"
  },
  "bin": {
    "cleancss": "./bin/cleancss"
  },
  "bugs": {
    "url": "https://github.com/jakubpawlowicz/clean-css/issues"
  },
  "dependencies": {
    "commander": "2.8.x",
    "source-map": "0.4.x"
  },
  "description": "A well-tested CSS minifier",
  "devDependencies": {
    "browserify": "11.x",
    "http-proxy": "1.x",
    "jshint": "2.8.x",
    "nock": "2.x",
    "server-destroy": "1.x",
    "uglify-js": "2.4.x",
    "vows": "0.8.x"
  },
  "directories": {},
  "dist": {
    "shasum": "c0d8963b5448e030f0bcd3ddd0dac4dfe3dea501",
    "tarball": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.20.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "bin",
    "lib",
    "History.md",
    "index.js",
    "LICENSE"
  ],
  "gitHead": "a667aae89bbb1ad31a2c8b9af7e9602083acfc44",
  "homepage": "https://github.com/jakubpawlowicz/clean-css",
  "keywords": [
    "css",
    "minifier"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "goalsmashers",
      "email": "jakub@goalsmashers.com"
    },
    {
      "name": "jakub.pawlowicz",
      "email": "contact@jakubpawlowicz.com"
    }
  ],
  "name": "clean-css",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jakubpawlowicz/clean-css.git"
  },
  "scripts": {
    "bench": "node ./test/bench.js",
    "browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js",
    "check": "jshint ./bin/cleancss .",
    "prepublish": "npm run check",
    "test": "vows"
  },
  "version": "3.4.20"
}
