{"_id":"verb-log","_rev":"107063","name":"verb-log","description":"Logging for Verb.","dist-tags":{"latest":"0.2.0"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:38:59.000Z","created":"2015-05-01T09:11:28.510Z","0.2.0":"2015-05-28T02:37:02.337Z","0.1.0":"2015-05-01T09:11:28.510Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/verb-log.git"},"versions":{"0.2.0":{"name":"verb-log","description":"Logging for Verb.","version":"0.2.0","homepage":"https://github.com/jonschlinkert/verb-log","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/verb-log.git"},"bugs":{"url":"https://github.com/jonschlinkert/verb-log/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/verb-log/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"chalk":"^1.0.0","time-stamp":"^0.1.0"},"devDependencies":{},"keywords":[],"gitHead":"8bb85ef4f55d8f17f084a70471b9e551ae4fa7bb","_id":"verb-log@0.2.0","_shasum":"014c5ba0a57ddd22d7c1517e787d5c196c4eb379","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"014c5ba0a57ddd22d7c1517e787d5c196c4eb379","size":2062,"noattachment":false,"key":"/verb-log/-/verb-log-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/verb-log/download/verb-log-0.2.0.tgz"},"directories":{},"publish_time":1432780622337,"_cnpm_publish_time":1432780622337,"_hasShrinkwrap":false},"0.1.0":{"name":"verb-log","description":"Logging for Verb.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/verb-log","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/verb-log.git"},"bugs":{"url":"https://github.com/jonschlinkert/verb-log/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/verb-log/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"chalk":"^1.0.0","time-stamp":"^0.1.0"},"devDependencies":{},"keywords":[],"gitHead":"db013c90699ebf497b84ce5f7f8fb0faf86f2b14","_id":"verb-log@0.1.0","_shasum":"cd4c9617ccd02e014badff42a093fb00a10fb7a9","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"cd4c9617ccd02e014badff42a093fb00a10fb7a9","size":2055,"noattachment":false,"key":"/verb-log/-/verb-log-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/verb-log/download/verb-log-0.1.0.tgz"},"directories":{},"publish_time":1430471488510,"_cnpm_publish_time":1430471488510,"_hasShrinkwrap":false}},"readme":"# verb-log [![NPM version](https://badge.fury.io/js/verb-log.svg)](http://badge.fury.io/js/verb-log)\n\n> Logging for Verb.\n\nInstall with [npm](https://www.npmjs.com/)\n\n```sh\n$ npm i verb-log --save\n```\n\n## Usage\n\n```js\nvar verb = require('verb');\nvar log = require('verb-log');\n\nverb.task('default', function () {\n  verb.src('*.md')\n    .pipe(verb.dest('foo'))\n    .on('err', log);\n});\n```\n\n## Related projects\n\n* [assemble](http://assemble.io): Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt,… [more](http://assemble.io)\n* [time-stamp](https://github.com/jonschlinkert/time-stamp): Get a formatted timestamp.\n* [template](https://github.com/jonschlinkert/template): Render templates using any engine. Supports, layouts, pages, partials and custom template types. Use template… [more](https://github.com/jonschlinkert/template)\n* [verb](https://github.com/assemble/verb): Documentation generator for GitHub projects. Extremely powerful, easy to use, can generate anything from API… [more](https://github.com/assemble/verb)\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm i -d && npm test\n```\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/verb-log/issues/new)\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\n\nCopyright © 2015 Jon Schlinkert\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 27, 2015._","_attachments":{},"homepage":"https://github.com/jonschlinkert/verb-log","bugs":{"url":"https://github.com/jonschlinkert/verb-log/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/verb-log/blob/master/LICENSE"}}