{
  "_args": [
    [
      "captains-log@1.0.0",
      "/app"
    ]
  ],
  "_from": "captains-log@1.0.0",
  "_id": "captains-log@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-o1ol/RMe/YZsjq6gb1gC+pm6ayw=",
  "_location": "/captains-log",
  "_phantomChildren": {
    "deep-extend": "0.2.11"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "captains-log@1.0.0",
    "name": "captains-log",
    "escapedName": "captains-log",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/sails"
  ],
  "_resolved": "https://registry.npmjs.org/captains-log/-/captains-log-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/app",
  "author": {
    "name": "Mike McNeil"
  },
  "bugs": {
    "url": "https://github.com/mikermcneil/captains-log/issues"
  },
  "dependencies": {
    "colors": "0.6.2",
    "lodash": "3.10.1",
    "rc": "0.3.5"
  },
  "description": "Lightweight logger with a simple pass-through configuration for use with fancier logging libraries",
  "devDependencies": {
    "fixture-stdout": "0.2.1",
    "mocha": "3.0.0-2"
  },
  "homepage": "https://github.com/mikermcneil/captains-log#readme",
  "keywords": [
    "log",
    "logger",
    "sails",
    "waterline",
    "winston"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "captains-log",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikermcneil/captains-log.git"
  },
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha -b"
  },
  "version": "1.0.0"
}
