{
  "_from": "manakin@~0.5.1",
  "_id": "manakin@0.5.1",
  "_inBundle": false,
  "_integrity": "sha1-xKcRb2sA3z1fGjetPKUV0iBlplg=",
  "_location": "/manakin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "manakin@~0.5.1",
    "name": "manakin",
    "escapedName": "manakin",
    "rawSpec": "~0.5.1",
    "saveSpec": null,
    "fetchSpec": "~0.5.1"
  },
  "_requiredBy": [
    "/pg-promise"
  ],
  "_resolved": "https://registry.npmjs.org/manakin/-/manakin-0.5.1.tgz",
  "_shasum": "c4a7116f6b00df3d5f1a37ad3ca515d22065a658",
  "_spec": "manakin@~0.5.1",
  "_where": "/tomcat/watson-orchestrator-producao/node_modules/pg-promise",
  "author": {
    "name": "Vitaly Tomilov",
    "email": "vitaly.tomilov@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/vitaly-t/manakin/issues",
    "email": "vitaly.tomilov@gmail.com"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Prime colors for your console",
  "devDependencies": {
    "coveralls": "~2.13.1",
    "eslint": "~4.4.1",
    "istanbul": "~0.4.5",
    "jasmine-node": "~1.14.5"
  },
  "engines": {
    "node": ">=0.10",
    "npm": ">=1.4"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/vitaly-t/manakin",
  "keywords": [
    "color",
    "console",
    "pretty"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "manakin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vitaly-t/manakin.git"
  },
  "scripts": {
    "coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",
    "lint": "eslint ./lib ./test",
    "test": "jasmine-node test",
    "travis": "npm run lint && istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "version": "0.5.1"
}
