{
  "_args": [
    [
      "color-convert@^1.0.0",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/ansi-styles"
    ]
  ],
  "_from": "color-convert@>=1.0.0 <2.0.0",
  "_id": "color-convert@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/color-convert",
  "_nodeVersion": "4.1.1",
  "_npmUser": {
    "email": "i.am.qix@gmail.com",
    "name": "qix"
  },
  "_npmVersion": "3.3.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "color-convert",
    "raw": "color-convert@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ansi-styles"
  ],
  "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.0.0.tgz",
  "_shasum": "3c26fcd885d272d45beacf6e41baba75c89a8579",
  "_shrinkwrap": null,
  "_spec": "color-convert@^1.0.0",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/ansi-styles",
  "author": {
    "email": "fayearthur@gmail.com",
    "name": "Heather Arthur"
  },
  "bugs": {
    "url": "https://github.com/qix-/color-convert/issues"
  },
  "dependencies": {},
  "description": "Plain color conversion functions",
  "devDependencies": {
    "chalk": "^1.1.1",
    "xo": "^0.11.2"
  },
  "directories": {},
  "dist": {
    "shasum": "3c26fcd885d272d45beacf6e41baba75c89a8579",
    "tarball": "http://registry.npmjs.org/color-convert/-/color-convert-1.0.0.tgz"
  },
  "files": [
    "conversions.js",
    "css-keywords.js",
    "index.js",
    "route.js"
  ],
  "gitHead": "31cd56dc3d34ae332cc83d90bd4f925baf5bd982",
  "homepage": "https://github.com/qix-/color-convert#readme",
  "keywords": [
    "ansi",
    "ansi16",
    "cmyk",
    "color",
    "colour",
    "conversion",
    "convert",
    "converter",
    "hsl",
    "hsv",
    "hwb",
    "rgb"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "harth",
      "email": "fayearthur@gmail.com"
    },
    {
      "name": "moox",
      "email": "m@moox.io"
    },
    {
      "name": "qix",
      "email": "i.am.qix@gmail.com"
    }
  ],
  "name": "color-convert",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qix-/color-convert.git"
  },
  "scripts": {
    "pretest": "xo",
    "test": "node test/basic.js"
  },
  "version": "1.0.0",
  "xo": {
    "rules": {
      "default-case": 0,
      "no-inline-comments": 0,
      "operator-linebreak": 0
    }
  }
}
