{"_id":"logalot","_rev":"247310","name":"logalot","description":"Tiny log utility","dist-tags":{"latest":"2.1.0"},"maintainers":[{"name":"kevva","email":""}],"time":{"modified":"2021-06-03T16:05:30.000Z","created":"2014-12-03T20:16:45.016Z","2.1.0":"2014-12-08T13:20:18.462Z","2.0.0":"2014-12-03T20:16:45.016Z"},"users":{},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"repository":{"type":"git","url":"https://github.com/imagemin/logalot"},"versions":{"2.1.0":{"name":"logalot","version":"2.1.0","description":"Tiny log utility","license":"MIT","repository":{"type":"git","url":"https://github.com/imagemin/logalot"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["imagemin","log","sqeak"],"dependencies":{"figures":"^1.3.5","squeak":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"65580572c4f85605b8e3103633dda5d405f359fc","bugs":{"url":"https://github.com/imagemin/logalot/issues"},"homepage":"https://github.com/imagemin/logalot","_id":"logalot@2.1.0","_shasum":"5f8e8c90d304edf12530951a5554abb8c5e3f552","_from":".","_npmVersion":"2.1.7","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":""}],"dist":{"shasum":"5f8e8c90d304edf12530951a5554abb8c5e3f552","size":1662,"noattachment":false,"key":"/logalot/-/logalot-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/logalot/download/logalot-2.1.0.tgz"},"directories":{},"publish_time":1418044818462,"_cnpm_publish_time":1418044818462,"_hasShrinkwrap":false},"2.0.0":{"name":"logalot","version":"2.0.0","description":"Tiny log utility","license":"MIT","repository":{"type":"git","url":"https://github.com/imagemin/logalot"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["imagemin","log","sqeak"],"dependencies":{"figures":"^1.3.5","squeak":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"5ac1f7a362d00ce5b727b989a8e16a1f6e38b0cb","bugs":{"url":"https://github.com/imagemin/logalot/issues"},"homepage":"https://github.com/imagemin/logalot","_id":"logalot@2.0.0","_shasum":"2f650b72a73571611cc3ec80856d23c5ce213a5e","_from":".","_npmVersion":"2.1.7","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":""}],"dist":{"shasum":"2f650b72a73571611cc3ec80856d23c5ce213a5e","size":1689,"noattachment":false,"key":"/logalot/-/logalot-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/logalot/download/logalot-2.0.0.tgz"},"directories":{},"publish_time":1417637805016,"_cnpm_publish_time":1417637805016,"_hasShrinkwrap":false}},"readme":"# logalot [![Build Status](http://img.shields.io/travis/imagemin/logalot.svg?style=flat)](https://travis-ci.org/imagemin/logalot)\n\n> Tiny log utility\n\n## Install\n\n```sh\n$ npm install --save logalot\n```\n\n## Usage\n\n```js\nvar log = require('logalot');\n\nlog.info('this is a message');\nlog.warn('this is a warning');\nlog.success('this is a success message');\nlog.error(new Error('this is a error').stack);\n\n/*\n  ℹ this is a message\n  ⚠ this is a warning\n  ✔ this is a success message\n  ✖ Error: this is an error\n    at ChildProcess.exithandler (child_process.js:648:15)\n    at ChildProcess.emit (events.js:98:17)\n */\n```\n\n## License\n\nMIT © [imagemin](https://github.com/imagemin)\n","_attachments":{},"homepage":"https://github.com/imagemin/logalot","bugs":{"url":"https://github.com/imagemin/logalot/issues"},"license":"MIT"}