package.json 2.92 KB
{
  "_args": [
    [
      {
        "raw": "clean-css@4.0.x",
        "scope": null,
        "escapedName": "clean-css",
        "name": "clean-css",
        "rawSpec": "4.0.x",
        "spec": ">=4.0.0 <4.1.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/html-minifier"
    ]
  ],
  "_from": "clean-css@>=4.0.0 <4.1.0",
  "_id": "clean-css@4.0.7",
  "_inCache": true,
  "_location": "/clean-css",
  "_nodeVersion": "6.5.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/clean-css-4.0.7.tgz_1487072178188_0.4252187677193433"
  },
  "_npmUser": {
    "name": "jakub.pawlowicz",
    "email": "contact@jakubpawlowicz.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "clean-css@4.0.x",
    "scope": null,
    "escapedName": "clean-css",
    "name": "clean-css",
    "rawSpec": "4.0.x",
    "spec": ">=4.0.0 <4.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/html-minifier"
  ],
  "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.0.7.tgz",
  "_shasum": "d8fa8b4d87a125f38fa3d64afc59abfc68ba7790",
  "_shrinkwrap": null,
  "_spec": "clean-css@4.0.x",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/html-minifier",
  "author": {
    "name": "Jakub Pawlowicz",
    "email": "contact@jakubpawlowicz.com",
    "url": "http://twitter.com/jakubpawlowicz"
  },
  "bugs": {
    "url": "https://github.com/jakubpawlowicz/clean-css/issues"
  },
  "dependencies": {
    "source-map": "0.5.x"
  },
  "description": "A well-tested CSS minifier",
  "devDependencies": {
    "browserify": "13.x",
    "http-proxy": "1.x",
    "jshint": "2.x",
    "nock": "9.x",
    "server-destroy": "1.x",
    "uglify-js": ">=2.6.1",
    "vows": "0.8.x"
  },
  "directories": {},
  "dist": {
    "shasum": "d8fa8b4d87a125f38fa3d64afc59abfc68ba7790",
    "tarball": "https://registry.npmjs.org/clean-css/-/clean-css-4.0.7.tgz"
  },
  "engines": {
    "node": ">= 4.0"
  },
  "files": [
    "lib",
    "History.md",
    "index.js",
    "LICENSE"
  ],
  "gitHead": "be0e521a2caf4e1da38ba7fe275c40b47d2472a5",
  "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 .",
    "prepublish": "npm run check",
    "test": "vows"
  },
  "version": "4.0.7"
}