{
  "_args": [
    [
      "clean-css@1.0.12",
      "/var/www/vhosts/netlanguages.com/content/lms/platform/shared"
    ]
  ],
  "_from": "clean-css@1.0.12",
  "_id": "clean-css@1.0.12",
  "_inBundle": false,
  "_integrity": "sha1-5uDZd4YEZjY9kRChdCPSfNaHQwA=",
  "_location": "/clean-css",
  "_phantomChildren": {
    "keypress": "0.1.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "clean-css@1.0.12",
    "name": "clean-css",
    "escapedName": "clean-css",
    "rawSpec": "1.0.12",
    "saveSpec": null,
    "fetchSpec": "1.0.12"
  },
  "_requiredBy": [
    "/grunt-contrib-cssmin"
  ],
  "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-1.0.12.tgz",
  "_spec": "1.0.12",
  "_where": "/var/www/vhosts/netlanguages.com/content/lms/platform/shared",
  "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"
  },
  "dependencies": {
    "commander": "1.3.x"
  },
  "description": "A well-tested CSS minifier",
  "devDependencies": {
    "jshint": "2.1.x",
    "vows": "0.7.x"
  },
  "engines": {
    "node": ">=0.6.0"
  },
  "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",
    "check": "jshint .",
    "prepublish": "jshint .",
    "test": "vows"
  },
  "version": "1.0.12"
}
