{
  "_from": "term-color@^1.0.1",
  "_id": "term-color@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-OOGSVTpHPjXkFgT/UZmEa/gRejo=",
  "_location": "/term-color",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "term-color@^1.0.1",
    "name": "term-color",
    "escapedName": "term-color",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/budo"
  ],
  "_resolved": "https://registry.npmjs.org/term-color/-/term-color-1.0.1.tgz",
  "_shasum": "38e192553a473e35e41604ff5199846bf8117a3a",
  "_spec": "term-color@^1.0.1",
  "_where": "/Users/jongacnik/Sites/_modules/choo-reactive/example/node_modules/budo",
  "author": {
    "name": "Raynos",
    "email": "raynos2@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Raynos/term-color/issues",
    "email": "raynos2@gmail.com"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Raynos"
    }
  ],
  "dependencies": {
    "ansi-styles": "2.0.1",
    "supports-color": "1.3.1"
  },
  "deprecated": false,
  "description": "A lighter weight alternative to chalk",
  "devDependencies": {
    "coveralls": "^2.10.0",
    "istanbul": "^0.3.5",
    "opn": "^1.0.1",
    "tape": "^3.4.0",
    "uber-standard": "3.6.5"
  },
  "engine": {
    "node": ">= 0.8.x"
  },
  "homepage": "https://github.com/Raynos/term-color",
  "keywords": [],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/Raynos/term-color/raw/master/LICENSE"
    }
  ],
  "main": "index",
  "name": "term-color",
  "ngen-version": "5.1.0",
  "pre-commit": [
    "test"
  ],
  "pre-commit.silent": true,
  "repository": {
    "type": "git",
    "url": "git://github.com/Raynos/term-color.git"
  },
  "scripts": {
    "check-cover": "istanbul check-coverage --branches=100 --lines=100 --functions=100",
    "cover": "istanbul cover --report html --print detail -- test/index.js && npm run check-cover -s",
    "jshint": "standard -v .",
    "test": "npm run jshint -s && npm run cover -s",
    "travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)",
    "view-cover": "opn ./coverage/index.html"
  },
  "version": "1.0.1"
}
