{
  "_args": [
    [
      "mrcolor@https://github.com/rook2pawn/mrcolor/archive/master.tar.gz",
      "/var/www/siti/c4rgocloud/node_modules/chart"
    ]
  ],
  "_from": "https://github.com/rook2pawn/mrcolor/archive/master.tar.gz",
  "_id": "mrcolor@0.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/mrcolor",
  "_phantomChildren": {},
  "_requested": {
    "name": "mrcolor",
    "raw": "mrcolor@https://github.com/rook2pawn/mrcolor/archive/master.tar.gz",
    "rawSpec": "https://github.com/rook2pawn/mrcolor/archive/master.tar.gz",
    "scope": null,
    "spec": "https://github.com/rook2pawn/mrcolor/archive/master.tar.gz",
    "type": "remote"
  },
  "_requiredBy": [
    "/chart"
  ],
  "_resolved": "https://github.com/rook2pawn/mrcolor/archive/master.tar.gz",
  "_shasum": "6d388590582524cfc79dd920c72c9696a8cb9862",
  "_shrinkwrap": null,
  "_spec": "mrcolor@https://github.com/rook2pawn/mrcolor/archive/master.tar.gz",
  "_where": "/var/www/siti/c4rgocloud/node_modules/chart",
  "author": {
    "email": "mail@substack.net",
    "name": "James Halliday",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/mrcolor/issues"
  },
  "dependencies": {
    "color-convert": "0.2.x"
  },
  "description": "Just give me some colors already!",
  "devDependencies": {
    "browserify": ">=1.2.8 <1.3",
    "expresso": "0.7.x",
    "jquery-browserify": "1.6.x"
  },
  "directories": {
    "example": "example",
    "lib": ".",
    "test": "test"
  },
  "engine": {
    "node": ">=0.4"
  },
  "homepage": "https://github.com/substack/mrcolor#readme",
  "keywords": [
    "color",
    "design",
    "palette",
    "pallet"
  ],
  "license": "MIT/X11",
  "main": "index.js",
  "name": "mrcolor",
  "optionalDependencies": {},
  "readme": "Mr. Color\n=========\n\nI just want some colors, you know?\n\n![mr. color](http://substack.net/images/mrcolor.png)\n\nThis module gives you some colors which are all different but they get less\ndifferent the more colors you load.\n\nThe hue is deterministic but the saturation and luminosity vary increasingly\nrandomly the more colors are generated.\n\n![mrcolor browser example screenshot](https://github.com/substack/mrcolor/raw/master/example/browser/screenshot.png)\n\nexamples\n========\n\nexample/take.js\n---------------\n\n````javascript\nvar mr = require('mrcolor');\nmr.take(18).forEach(function (color) {\n    console.log('rgb(' + color.rgb().join(',') + ')');\n});\n````\n\noutput:\n\n    $ node example/take.js\n    rgb(254,1,1)\n    rgb(255,255,0)\n    rgb(0,255,0)\n    rgb(1,254,254)\n    rgb(0,0,255)\n    rgb(255,47,255)\n    rgb(226,113,0)\n    rgb(214,54,0)\n    rgb(109,217,1)\n    rgb(0,243,121)\n    rgb(4,129,255)\n    rgb(84,1,167)\n    rgb(198,0,99)\n    rgb(255,206,62)\n    rgb(112,254,65)\n    rgb(0,181,135)\n    rgb(0,39,154)\n    rgb(213,89,255)\n\nmethods\n=======\n\nvar mr = require('mrcolor');\n\nvar next = mr();\n----------------\n\nCall `next()` repeatedly to get more colors.\n\nmr.take(n)\n----------\n\nGenerate `n` colors as an array.\n\nmr.lighten(color,[by])\n----------\n\nReturn a lighter version of a color.\n\ncolor objects\n=============\n\nColor objects have these methods:\n\n* rgb()\n* hsl()\n* hsv()\n* cmyk()\n* xyz()\n\nThe return values are arrays with each of the color parameters.\nSee [color-convert](https://github.com/harthur/color-convert) for more info.\n\ninstallation\n============\n\nWith [npm](http://npmjs.org), just do:\n\n    npm install mrcolor\n\nThis module also works with\n[browserify](https://github.com/substack/node-browserify).\n",
  "readmeFilename": "README.markdown",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/substack/mrcolor.git"
  },
  "scripts": {
    "test": "expresso"
  },
  "version": "0.0.1"
}
