{
  "_from": "clean-css@2.2.x",
  "_id": "clean-css@2.2.23",
  "_inBundle": false,
  "_integrity": "sha1-BZC1R4tRbEkD7cLYm9P9vdKGMow=",
  "_location": "/clean-css",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "clean-css@2.2.x",
    "name": "clean-css",
    "escapedName": "clean-css",
    "rawSpec": "2.2.x",
    "saveSpec": null,
    "fetchSpec": "2.2.x"
  },
  "_requiredBy": [
    "/less"
  ],
  "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz",
  "_shasum": "0590b5478b516c4903edc2d89bd3fdbdd286328c",
  "_spec": "clean-css@2.2.x",
  "_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/less",
  "author": {
    "name": "Jakub Pawlowicz",
    "email": "jakub@goalsmashers.com",
    "url": "http://twitter.com/GoalSmashers"
  },
  "bin": {
    "cleancss": "./bin/cleancss"
  },
  "bugs": {
    "url": "https://github.com/GoalSmashers/clean-css/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "commander": "2.2.x"
  },
  "deprecated": false,
  "description": "A well-tested CSS minifier",
  "devDependencies": {
    "browserify": "4.x",
    "jshint": "2.5.x",
    "nock": "0.28.x",
    "uglify-js": "2.4.x",
    "vows": "0.7.x"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "files": [
    "bin",
    "lib",
    "History.md",
    "index.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/GoalSmashers/clean-css",
  "keywords": [
    "css",
    "minifier"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "clean-css",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoalSmashers/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": "jshint .",
    "test": "vows"
  },
  "version": "2.2.23"
}
