{
  "_args": [
    [
      {
        "name": "d3-color",
        "raw": "d3-color@1",
        "rawSpec": "1",
        "scope": null,
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/lukas/src/tgol/node_modules/d3-interpolate"
    ]
  ],
  "_from": "d3-color@>=1.0.0 <2.0.0",
  "_id": "d3-color@1.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/d3-color",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/d3-color-1.0.1.tgz_1470174784719_0.6282658628188074"
  },
  "_npmUser": {
    "email": "mbostock@gmail.com",
    "name": "mbostock"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "d3-color",
    "raw": "d3-color@1",
    "rawSpec": "1",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/d3-interpolate",
    "/d3-transition"
  ],
  "_resolved": "https://registry.npmjs.org/d3-color/-/d3-color-1.0.1.tgz",
  "_shasum": "73cc91f4ee3f12e00ca06b1596a7c83cf104723a",
  "_shrinkwrap": null,
  "_spec": "d3-color@1",
  "_where": "/home/lukas/src/tgol/node_modules/d3-interpolate",
  "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": {
    "eslint": "2",
    "package-preamble": "0.0",
    "rollup": "0.34",
    "tape": "4",
    "uglify-js": "2"
  },
  "directories": {},
  "dist": {
    "shasum": "73cc91f4ee3f12e00ca06b1596a7c83cf104723a",
    "tarball": "https://registry.npmjs.org/d3-color/-/d3-color-1.0.1.tgz"
  },
  "gitHead": "1e4224d53308db8a0d953272f3de4661ecd384c4",
  "homepage": "https://d3js.org/d3-color/",
  "jsnext:main": "index",
  "keywords": [
    "d3",
    "d3-module",
    "color",
    "rgb",
    "hsl",
    "lab",
    "hcl",
    "lch",
    "cubehelix"
  ],
  "license": "BSD-3-Clause",
  "main": "build/d3-color.js",
  "maintainers": [
    {
      "email": "mike@ocks.org",
      "name": "mbostock"
    }
  ],
  "module": "index",
  "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 && cd ../d3.github.com && cp ../d3-color/build/d3-color.js d3-color.v1.js && cp ../d3-color/build/d3-color.min.js d3-color.v1.min.js && git add d3-color.v1.js d3-color.v1.min.js && git commit -m \"d3-color ${VERSION}\" && git push && cd - && zip -j build/d3-color.zip -- LICENSE README.md build/d3-color.js build/d3-color.min.js",
    "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-color.js -c -m -o build/d3-color.min.js",
    "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-color.js -- index.js",
    "test": "tape 'test/**/*-test.js' && eslint index.js src test"
  },
  "version": "1.0.1"
}
