{"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"keywords":["plugins"],"dist-tags":{"latest":"3.0.2"},"author":{"name":"Shane Osbourne"},"description":"Simple cli logger","readme":"##eazy-logger [![Build Status](https://travis-ci.org/shakyShane/easy-logger.svg?branch=master)](https://travis-ci.org/shakyShane/easy-logger) [![Coverage Status](https://img.shields.io/coveralls/shakyShane/easy-logger.svg)](https://coveralls.io/r/shakyShane/easy-logger?branch=master)\n\n[tFunk](https://github.com/shakyShane/tfunk) + [String Substitution](http://nodejs.org/docs/latest/api/console.html#console_console_log_data)\n\n![preview](http://cl.ly/image/3K2E2d111l15/Screen%20Shot%202014-09-17%20at%2020.49.17.png)\n\n##Install\n\n```\n$ npm install eazy-logger --save\n```\n\n##Usage\n\n```js\nvar logger  = require(\"eazy-logger\").Logger({\n    prefix: \"{blue:[}{magenta:easy-logger}{blue:] }\",\n    useLevelPrefixes: true\n});\n```\n\n```js\n/**\n * Standard loggers + prefixes\n */\nlogger.debug(\"Debugging Msg\");\nlogger.info(\"Info statement\");\nlogger.warn(\"A little warning with string %s\", \"substitution\");\nlogger.error(\"an error occurred in file: {red:%s}\", \"/users/awesomedev/file.js\");\n```\n\n```js\n/**\n * Use string substitution + colours\n */\nlogger.log(\"error\", \"Use {green:built-in} %s\", \"String substitution\");\n```\n\n```js\n/**\n * Set an option for the next log statement only\n */\nlogger.setOnce(\"useLevelPrefixes\", true).warn(\"Use {green:built-in} %s\", \"String substitution\");\n```","repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"users":{"mtscout6":true,"langri-sha":true,"wenhsiaoyi":true,"alfeo92":true},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"versions":{"1.0.0":{"name":"eazy-logger","description":"Simple cli logger","version":"1.0.0","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"GPL","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE-GPL"}],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"gulp lint && mocha --recursive test --reporter spec"},"dependencies":{"tfunk":"^2.0.2","opt-merger":"^0.2.1"},"devDependencies":{"chai":"^1.9.1","sinon":"^1.10.3","gulp-jshint":"^1.8.4","gulp":"^3.8.8","mocha":"^1.21.4"},"keywords":["plugins"],"_id":"eazy-logger@1.0.0","dist":{"shasum":"1bb3d8e678afc954e93a2a046e4ed2935fd2e77a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-1.0.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"directories":{}},"1.1.0":{"name":"eazy-logger","description":"Simple cli logger","version":"1.1.0","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"GPL","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE-GPL"}],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"gulp lint && mocha --recursive test --reporter spec"},"dependencies":{"tfunk":"^2.0.2","opt-merger":"^0.2.1"},"devDependencies":{"chai":"^1.9.1","sinon":"^1.10.3","gulp-jshint":"^1.8.4","gulp":"^3.8.8","mocha":"^1.21.4"},"keywords":["plugins"],"_id":"eazy-logger@1.1.0","dist":{"shasum":"b49b2357795533f0ec99d105fdeef8607b597e31","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-1.1.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"directories":{}},"1.2.1":{"name":"eazy-logger","description":"Simple cli logger","version":"1.2.1","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"GPL","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE-GPL"}],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"gulp lint && mocha --recursive test --reporter spec"},"dependencies":{"tfunk":"^2.0.2","opt-merger":"^0.2.1"},"devDependencies":{"chai":"^1.9.1","sinon":"^1.10.3","gulp-jshint":"^1.8.4","gulp":"^3.8.8","mocha":"^1.21.4"},"keywords":["plugins"],"_id":"eazy-logger@1.2.1","dist":{"shasum":"866399c0f9b792137d4f79606d1c76139f264616","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-1.2.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"directories":{}},"1.3.0":{"name":"eazy-logger","description":"Simple cli logger","version":"1.3.0","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"GPL","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE-GPL"}],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"gulp lint && mocha --recursive test --reporter spec"},"dependencies":{"tfunk":"^2.0.2","opt-merger":"^0.2.1"},"devDependencies":{"chai":"^1.9.1","sinon":"^1.10.3","gulp-jshint":"^1.8.4","gulp":"^3.8.8","mocha":"^1.21.4"},"keywords":["plugins"],"_id":"eazy-logger@1.3.0","dist":{"shasum":"ce44f6773d5dbc8f1210c481de9eee0564d8a988","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-1.3.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"directories":{}},"1.3.1":{"name":"eazy-logger","description":"Simple cli logger","version":"1.3.1","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"GPL","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE-GPL"}],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"gulp lint && mocha --recursive test --reporter spec"},"dependencies":{"tfunk":"^2.0.2","opt-merger":"^0.2.1"},"devDependencies":{"chai":"^1.9.1","sinon":"^1.10.3","gulp-jshint":"^1.8.4","gulp":"^3.8.8","mocha":"^1.21.4"},"keywords":["plugins"],"gitHead":"cbc55a5c04f30a4ebe752de24a93edddfd55cd31","_id":"eazy-logger@1.3.1","_shasum":"0d8cc62b5f9ac02fedea5f232c18921c35e3ccf8","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"dist":{"shasum":"0d8cc62b5f9ac02fedea5f232c18921c35e3ccf8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-1.3.1.tgz"},"directories":{}},"1.3.2":{"name":"eazy-logger","description":"Simple cli logger","version":"1.3.2","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"GPL","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE-GPL"}],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"gulp lint && mocha --recursive test --reporter spec"},"dependencies":{"tfunk":"^2.0.2","opt-merger":"^0.2.1"},"devDependencies":{"chai":"^1.9.1","sinon":"^1.10.3","gulp-jshint":"^1.8.4","gulp":"^3.8.8","mocha":"^1.21.4"},"keywords":["plugins"],"gitHead":"58c2a8667ab69e98ae215a12fa674ecf2a897748","_id":"eazy-logger@1.3.2","_shasum":"402a94c97888f0954e2f48f81124a1895ac903e0","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"dist":{"shasum":"402a94c97888f0954e2f48f81124a1895ac903e0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-1.3.2.tgz"},"directories":{}},"1.3.3":{"name":"eazy-logger","description":"Simple cli logger","version":"1.3.3","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"GPL","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE-GPL"}],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"gulp lint && mocha --recursive test --reporter spec","cover":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"lodash":"^2.4.1","opt-merger":"^0.2.1","tfunk":"^2.0.2"},"devDependencies":{"chai":"^1.9.1","chalk":"^0.5.1","coveralls":"^2.11.1","gulp":"^3.8.8","gulp-jshint":"^1.8.4","mocha":"^1.21.4","sinon":"^1.10.3"},"keywords":["plugins"],"gitHead":"835c1692d34e648a0b2c59a45f5af2599781235e","_id":"eazy-logger@1.3.3","_shasum":"7be29b51905f137676da135fe2be979ea61cd843","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"dist":{"shasum":"7be29b51905f137676da135fe2be979ea61cd843","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-1.3.3.tgz"},"directories":{}},"1.4.0":{"name":"eazy-logger","description":"Simple cli logger","version":"1.4.0","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"GPL","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE-GPL"}],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"gulp lint && mocha --recursive test --reporter spec","cover":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"lodash":"^2.4.1","opt-merger":"^0.2.1","tfunk":"^2.1.0"},"devDependencies":{"chai":"^1.9.1","chalk":"^0.5.1","coveralls":"^2.11.1","gulp":"^3.8.8","gulp-jshint":"^1.8.4","mocha":"^1.21.4","sinon":"^1.10.3"},"keywords":["plugins"],"_id":"eazy-logger@1.4.0","dist":{"shasum":"57ca9c0b6e4cf5b4dbac3d3ba4b202ea4cc2070f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-1.4.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"directories":{}},"1.4.1":{"name":"eazy-logger","description":"Simple cli logger","version":"1.4.1","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"GPL","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE-GPL"}],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"gulp lint && mocha --recursive test --reporter spec","cover":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"lodash":"^2.4.1","opt-merger":"^0.2.1","tfunk":"^2.1.0"},"devDependencies":{"chai":"^1.9.1","chalk":"^0.5.1","coveralls":"^2.11.1","gulp":"^3.8.8","gulp-jshint":"^1.8.4","mocha":"^1.21.4","sinon":"^1.10.3"},"keywords":["plugins"],"gitHead":"2414230e30856d137b0d9f44f97ce41e101396fc","_id":"eazy-logger@1.4.1","_shasum":"3fe59105a2b5ee5ad4ce0e547ada2fe74cbb2ee0","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"dist":{"shasum":"3fe59105a2b5ee5ad4ce0e547ada2fe74cbb2ee0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-1.4.1.tgz"},"directories":{}},"1.5.0":{"name":"eazy-logger","description":"Simple cli logger","version":"1.5.0","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"GPL","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE-GPL"}],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"gulp lint && mocha --recursive test --reporter spec","cover":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"lodash":"^2.4.1","opt-merger":"^0.2.1","tfunk":"^2.1.0"},"devDependencies":{"chai":"^1.9.1","chalk":"^0.5.1","coveralls":"^2.11.1","gulp":"^3.8.8","gulp-jshint":"^1.8.4","mocha":"^1.21.4","sinon":"^1.10.3"},"keywords":["plugins"],"gitHead":"c6a4101c8f19cc1aefb53282ad39c6e0c00adcd6","_id":"eazy-logger@1.5.0","_shasum":"bd8c57d24e9ddeb5ff1c8759b2389508c17f617a","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"dist":{"shasum":"bd8c57d24e9ddeb5ff1c8759b2389508c17f617a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-1.5.0.tgz"},"directories":{}},"2.0.0":{"name":"eazy-logger","description":"Simple cli logger","version":"2.0.0","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"GPL","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE-GPL"}],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"gulp lint && mocha --recursive test --reporter spec","cover":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"lodash":"^2.4.1","opt-merger":"^0.2.1","tfunk":"^3.0.0"},"devDependencies":{"chai":"^1.9.1","chalk":"^0.5.1","coveralls":"^2.11.1","gulp":"^3.8.8","gulp-jshint":"^1.8.4","mocha":"^1.21.4","sinon":"^1.10.3"},"keywords":["plugins"],"gitHead":"b5af108916d63d86573ec7a46ae140540340a603","_id":"eazy-logger@2.0.0","_shasum":"5de2e21e509230c2707e14e3468f94f00d441183","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"dist":{"shasum":"5de2e21e509230c2707e14e3468f94f00d441183","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-2.0.0.tgz"},"directories":{}},"2.1.0":{"name":"eazy-logger","description":"Simple cli logger","version":"2.1.0","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"GPL","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE-GPL"}],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"test":"gulp lint && mocha --recursive test --reporter spec","cover":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"lodash":"^2.4.1","opt-merger":"^0.2.1","tfunk":"^3.0.0"},"devDependencies":{"chai":"^1.9.1","chalk":"^0.5.1","coveralls":"^2.11.1","gulp":"^3.8.8","gulp-jshint":"^1.8.4","mocha":"^1.21.4","sinon":"^1.10.3"},"keywords":["plugins"],"gitHead":"4be392d5c7492b39b35beb6a93c6fb218a6de74c","_id":"eazy-logger@2.1.0","_shasum":"c6a597279b04ed11947a0c9787d49f8b7cde195a","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"dist":{"shasum":"c6a597279b04ed11947a0c9787d49f8b7cde195a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-2.1.0.tgz"},"directories":{}},"2.1.1":{"name":"eazy-logger","description":"Simple cli logger","version":"2.1.1","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"GPL","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE-GPL"}],"files":["index.js","example.js","README.md"],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"lint":"jshint index.js test/*.js","test":"npm run lint && mocha","cover":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"lodash":"^3.0.1","opt-merger":"^1.1.0","tfunk":"^3.0.1"},"devDependencies":{"chai":"^1.10.0","chalk":"^0.5.1","coveralls":"^2.11.2","jshint":"^2.6.0","mocha":"^2.1.0","sinon":"^1.12.2"},"keywords":["plugins"],"gitHead":"f9caa3c89c12645e87011192e2718a909640ced9","_id":"eazy-logger@2.1.1","_shasum":"e52be96ace3e4b32812dc07c92662106afc063a3","_from":".","_npmVersion":"2.1.16","_nodeVersion":"0.10.26","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"dist":{"shasum":"e52be96ace3e4b32812dc07c92662106afc063a3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-2.1.1.tgz"},"directories":{}},"2.1.2":{"name":"eazy-logger","description":"Simple cli logger","version":"2.1.2","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"Apache 2.0","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE"}],"files":["index.js","example.js"],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"lint":"jshint index.js test/*.js","test":"npm run lint && mocha","cover":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"lodash":"^3.0.1","opt-merger":"^1.1.0","tfunk":"^3.0.1"},"devDependencies":{"chai":"^1.10.0","chalk":"^0.5.1","coveralls":"^2.11.2","jshint":"^2.6.0","mocha":"^2.1.0","sinon":"^1.12.2"},"keywords":["plugins"],"gitHead":"711a65e86ec5b96ab12002913663ce0c13936834","_id":"eazy-logger@2.1.2","_shasum":"7817c141aeb7f792ebc15efb703fae0507589c2d","_from":".","_npmVersion":"2.7.3","_nodeVersion":"0.10.26","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"dist":{"shasum":"7817c141aeb7f792ebc15efb703fae0507589c2d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-2.1.2.tgz"},"directories":{}},"2.1.3":{"name":"eazy-logger","description":"Simple cli logger","version":"2.1.3","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"Apache 2.0","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE"}],"files":["index.js","example.js"],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"lint":"jshint index.js test/*.js","test":"npm run lint && mocha","cover":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"lodash.clonedeep":"4.3.1","opt-merger":"^1.1.0","tfunk":"^3.0.1"},"devDependencies":{"chai":"^3.5.0","chalk":"^1.1.1","coveralls":"^2.11.2","jshint":"^2.6.0","mocha":"^2.1.0","sinon":"^1.12.2"},"keywords":["plugins"],"gitHead":"6adeb0d68419caea4d27f7e7157e2dc5ab12cd52","_id":"eazy-logger@2.1.3","_shasum":"eeca32b552e6ec926a19b60366dfff3894300675","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"dist":{"shasum":"eeca32b552e6ec926a19b60366dfff3894300675","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-2.1.3.tgz"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eazy-logger-2.1.3.tgz_1458677573889_0.09282479458488524"},"directories":{}},"3.0.0":{"name":"eazy-logger","description":"Simple cli logger","version":"3.0.0","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"Apache 2.0","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE"}],"files":["index.js","example.js"],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"lint":"jshint index.js test/*.js","test":"npm run lint && mocha","lodash":"lodash include=cloneDeep,merge exports=node","cover":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"opt-merger":"^1.1.0","tfunk":"^3.0.1"},"devDependencies":{"chai":"^3.5.0","chalk":"^1.1.1","coveralls":"^2.11.2","jshint":"^2.6.0","lodash-cli":"4.12.0","mocha":"^2.1.0","sinon":"^1.12.2"},"keywords":["plugins"],"gitHead":"316244dd1e1bb8bfc54916478890e7f225e3ce52","_id":"eazy-logger@3.0.0","_shasum":"79dd0b038dfcb766ba4c52816fb42471857508af","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"dist":{"shasum":"79dd0b038dfcb766ba4c52816fb42471857508af","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-3.0.0.tgz"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eazy-logger-3.0.0.tgz_1463412804065_0.2709474612493068"},"directories":{}},"3.0.1":{"name":"eazy-logger","description":"Simple cli logger","version":"3.0.1","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"Apache 2.0","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE"}],"files":["index.js","example.js"],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"lint":"jshint index.js test/*.js","test":"npm run lint && mocha","lodash":"lodash include=cloneDeep,merge exports=node","cover":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"tfunk":"^3.0.1"},"devDependencies":{"chai":"^3.5.0","chalk":"^1.1.1","coveralls":"^2.11.2","jshint":"^2.6.0","lodash-cli":"4.12.0","mocha":"^2.1.0","sinon":"^1.12.2"},"keywords":["plugins"],"gitHead":"fa694cc08826b884a83e1f09e1ea943eb1a75548","_id":"eazy-logger@3.0.1","_shasum":"afffccfe8d4d8a0af9125aaabcb1f041b99d442b","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"dist":{"shasum":"afffccfe8d4d8a0af9125aaabcb1f041b99d442b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-3.0.1.tgz"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eazy-logger-3.0.1.tgz_1463412920723_0.6693341163918376"},"directories":{}},"3.0.2":{"name":"eazy-logger","description":"Simple cli logger","version":"3.0.2","homepage":"https://github.com/shakyshane/easy-logger","author":{"name":"Shane Osbourne"},"repository":{"type":"git","url":"git://github.com/shakyshane/easy-logger.git"},"bugs":{"url":"https://github.com/shakyshane/easy-logger/issues"},"licenses":[{"type":"Apache 2.0","url":"https://github.com/shakyshane/easy-logger/blob/master/LICENSE"}],"files":["index.js","lodash.custom.js","example.js"],"main":"index.js","engines":{"node":">= 0.8.0"},"scripts":{"lint":"jshint index.js test/*.js","test":"npm run lint && mocha","lodash":"lodash include=cloneDeep,merge exports=node","cover":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"dependencies":{"tfunk":"^3.0.1"},"devDependencies":{"chai":"^3.5.0","chalk":"^1.1.1","coveralls":"^2.11.2","jshint":"^2.6.0","lodash-cli":"4.12.0","mocha":"^2.1.0","sinon":"^1.12.2"},"keywords":["plugins"],"gitHead":"8724cc93039c67ef4a7ec17b1e6ad05c69323bfe","_id":"eazy-logger@3.0.2","_shasum":"a325aa5e53d13a2225889b2ac4113b2b9636f4fc","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"shakyshane","email":"shakyshane@gmail.com"},"dist":{"shasum":"a325aa5e53d13a2225889b2ac4113b2b9636f4fc","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/eazy-logger/-/eazy-logger-3.0.2.tgz"},"maintainers":[{"name":"shakyshane","email":"shakyshane@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eazy-logger-3.0.2.tgz_1463413128956_0.1290351536590606"},"directories":{}}},"name":"eazy-logger","time":{"modified":"2017-04-02T19:14:57.165Z","created":"2014-09-16T07:48:12.642Z","1.0.0":"2014-09-16T07:48:12.642Z","1.1.0":"2014-09-17T19:39:57.047Z","1.2.1":"2014-09-17T20:21:05.942Z","1.3.0":"2014-09-18T19:38:52.804Z","1.3.1":"2014-09-21T10:33:15.869Z","1.3.2":"2014-09-21T13:44:49.120Z","1.3.3":"2014-09-22T06:59:26.736Z","1.4.0":"2014-10-08T12:22:42.752Z","1.4.1":"2014-10-13T16:15:40.425Z","1.5.0":"2014-10-20T15:31:15.536Z","2.0.0":"2014-11-23T23:35:27.208Z","2.1.0":"2014-12-29T20:22:26.260Z","2.1.1":"2015-02-01T16:26:55.518Z","2.1.2":"2015-04-14T08:09:14.317Z","2.1.3":"2016-03-22T20:12:56.216Z","3.0.0":"2016-05-16T15:33:26.049Z","3.0.1":"2016-05-16T15:35:22.720Z","3.0.2":"2016-05-16T15:38:51.168Z"},"readmeFilename":"README.md","homepage":"https://github.com/shakyshane/easy-logger"}