{
  "_args": [
    [
      "d3-color@^0.4.2",
      "/Users/nico/Documents/dhis/webapps/d2-ui"
    ]
  ],
  "_from": "d3-color@>=0.4.2 <0.5.0",
  "_id": "d3-color@0.4.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/d3-color",
  "_nodeVersion": "5.5.0",
  "_npmOperationalInternal": {
    "host": "packages-9-west.internal.npmjs.com",
    "tmp": "tmp/d3-color-0.4.2.tgz_1456099246949_0.007997130742296576"
  },
  "_npmUser": {
    "email": "mike@ocks.org",
    "name": "mbostock"
  },
  "_npmVersion": "3.5.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "d3-color",
    "raw": "d3-color@^0.4.2",
    "rawSpec": "^0.4.2",
    "scope": null,
    "spec": ">=0.4.2 <0.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/",
    "/d3-interpolate",
    "/d3-scale"
  ],
  "_resolved": "https://registry.npmjs.org/d3-color/-/d3-color-0.4.2.tgz",
  "_shasum": "df013e789d9bfef0f8ea3986c92340cdf340d8a0",
  "_shrinkwrap": null,
  "_spec": "d3-color@^0.4.2",
  "_where": "/Users/nico/Documents/dhis/webapps/d2-ui",
  "author": {
    "name": "Mike Bostock",
    "url": "http://bost.ocks.org/mike"
  },
  "bugs": {
    "url": "https://github.com/d3/d3-color/issues"
  },
  "dependencies": {},
  "description": "Color spaces! RGB, HSL, Cubehelix, Lab and HCL (Lch).",
  "devDependencies": {
    "faucet": "0.0",
    "rollup": "0.25",
    "tape": "4",
    "uglify-js": "2"
  },
  "directories": {},
  "dist": {
    "shasum": "df013e789d9bfef0f8ea3986c92340cdf340d8a0",
    "tarball": "https://registry.npmjs.org/d3-color/-/d3-color-0.4.2.tgz"
  },
  "gitHead": "f80d2ba7856a3c20c11f0b09faa8e1729a8bff10",
  "homepage": "https://github.com/d3/d3-color",
  "jsnext:main": "index",
  "keywords": [
    "d3",
    "color",
    "rgb",
    "hsl",
    "lab",
    "hcl",
    "lch",
    "cubehelix"
  ],
  "license": "BSD-3-Clause",
  "main": "build/d3-color.js",
  "maintainers": [
    {
      "email": "mike@ocks.org",
      "name": "mbostock"
    }
  ],
  "name": "d3-color",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d3/d3-color.git"
  },
  "scripts": {
    "postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-color.js ../d3.github.com/d3-color.v0.4.js && cp build/d3-color.min.js ../d3.github.com/d3-color.v0.4.min.js && cd ../d3.github.com && git add d3-color.v0.4.js d3-color.v0.4.min.js && git commit -m \"d3-color ${VERSION}\" && git push",
    "prepublish": "npm run test && uglifyjs build/d3-color.js -c -m -o build/d3-color.min.js && rm -f build/d3-color.zip && zip -j build/d3-color.zip -- LICENSE README.md build/d3-color.js build/d3-color.min.js",
    "pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -n d3_color -o build/d3-color.js -- build/bundle.js",
    "test": "faucet `find test -name '*-test.js'` && eslint index.js src test"
  },
  "version": "0.4.2"
}
