{
  "_args": [
    [
      "colormin@^1.0.5",
      "/Users/nw/motion/packages/motion/node_modules/postcss-colormin"
    ]
  ],
  "_from": "colormin@>=1.0.5 <2.0.0",
  "_id": "colormin@1.0.7",
  "_inCache": true,
  "_installable": true,
  "_location": "/colormin",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "email": "beneb.info@gmail.com",
    "name": "beneb"
  },
  "_npmVersion": "3.3.9",
  "_phantomChildren": {},
  "_requested": {
    "name": "colormin",
    "raw": "colormin@^1.0.5",
    "rawSpec": "^1.0.5",
    "scope": null,
    "spec": ">=1.0.5 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/postcss-colormin"
  ],
  "_resolved": "https://registry.npmjs.org/colormin/-/colormin-1.0.7.tgz",
  "_shasum": "70c4da8c3cdbc39b5f32630e97ac625e05f83563",
  "_shrinkwrap": null,
  "_spec": "colormin@^1.0.5",
  "_where": "/Users/nw/motion/packages/motion/node_modules/postcss-colormin",
  "author": {
    "email": "beneb.info@gmail.com",
    "name": "Ben Briggs",
    "url": "http://beneb.info"
  },
  "bugs": {
    "url": "https://github.com/ben-eb/colormin/issues"
  },
  "dependencies": {
    "color": "^0.11.0",
    "css-color-names": "0.0.3"
  },
  "description": "Turn a CSS color into its smallest representation.",
  "devDependencies": {
    "ava": "^0.9.0",
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.26",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-preset-es2015-loose": "^6.1.4",
    "babel-preset-stage-0": "^6.3.13",
    "del-cli": "^0.1.2",
    "eslint": "^1.10.3"
  },
  "directories": {},
  "dist": {
    "shasum": "70c4da8c3cdbc39b5f32630e97ac625e05f83563",
    "tarball": "http://registry.npmjs.org/colormin/-/colormin-1.0.7.tgz"
  },
  "files": [
    "LICENSE-MIT",
    "dist"
  ],
  "gitHead": "343b842be3f8747b17b88cf8cf90e278766da7e6",
  "homepage": "https://github.com/ben-eb/colormin",
  "keywords": [
    "color",
    "colors",
    "compression",
    "css",
    "minify"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "beneb",
      "email": "therealbenbriggs@hotmail.com"
    }
  ],
  "name": "colormin",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ben-eb/colormin.git"
  },
  "scripts": {
    "lint": "eslint src",
    "prepublish": "de dist && babel src --out-dir dist --ignore /__tests__/",
    "test": "npm run lint && babel src --out-dir dist && ava dist/__tests__"
  },
  "version": "1.0.7"
}
