{"_id":"log-ok","_rev":"53667","name":"log-ok","description":"just `console.log` prefixed with a green check","dist-tags":{"latest":"0.1.1"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:16:21.000Z","created":"2016-06-19T17:23:12.927Z","0.1.1":"2016-06-19T17:35:00.571Z","0.1.0":"2016-06-19T17:23:12.927Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/log-ok.git"},"versions":{"0.1.1":{"name":"log-ok","description":"just `console.log` prefixed with a green check","version":"0.1.1","homepage":"https://github.com/jonschlinkert/log-ok","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/log-ok.git"},"bugs":{"url":"https://github.com/jonschlinkert/log-ok/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"ansi-green":"^0.1.1","success-symbol":"^0.1.0"},"devDependencies":{"gulp-format-md":"^0.1.9","mocha":"^2.5.3"},"keywords":["log","ok"],"verb":{"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["log-utils","ansi-colors"]},"reflinks":["verb","verb-readme-generator"],"lint":{"reflinks":true}},"gitHead":"59edddc6de212f0a339d1903a0e941e46ca36fcc","_id":"log-ok@0.1.1","_shasum":"bea3dd36acd0b8a7240d78736b5b97c65444a334","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"bea3dd36acd0b8a7240d78736b5b97c65444a334","size":1488,"noattachment":false,"key":"/log-ok/-/log-ok-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/log-ok/download/log-ok-0.1.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/log-ok-0.1.1.tgz_1466357697518_0.597567250020802"},"directories":{},"publish_time":1466357700571,"_cnpm_publish_time":1466357700571,"_hasShrinkwrap":false},"0.1.0":{"name":"log-ok","description":"just `console.log` prefixed with a green check","version":"0.1.0","homepage":"https://github.com/jonschlinkert/log-ok","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/log-ok.git"},"bugs":{"url":"https://github.com/jonschlinkert/log-ok/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"ansi-green":"^0.1.1","success-symbol":"^0.1.0"},"devDependencies":{"gulp-format-md":"*","mocha":"*"},"keywords":["log","ok"],"verb":{"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["log-utils","ansi-colors"]},"reflinks":["verb","verb-readme-generator"],"lint":{"reflinks":true}},"gitHead":"2f3c95f17539f31f5d898ddf1d5b7fcacb282d69","_id":"log-ok@0.1.0","_shasum":"d5b3e1e0eff6dfee90209b4f3ed7f1efeef85a2b","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"d5b3e1e0eff6dfee90209b4f3ed7f1efeef85a2b","size":1377,"noattachment":false,"key":"/log-ok/-/log-ok-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/log-ok/download/log-ok-0.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/log-ok-0.1.0.tgz_1466356991640_0.5955247422680259"},"directories":{},"publish_time":1466356992927,"_cnpm_publish_time":1466356992927,"_hasShrinkwrap":false}},"readme":"# log-ok [![NPM version](https://img.shields.io/npm/v/log-ok.svg?style=flat)](https://www.npmjs.com/package/log-ok) [![NPM downloads](https://img.shields.io/npm/dm/log-ok.svg?style=flat)](https://npmjs.org/package/log-ok) [![Build Status](https://img.shields.io/travis/jonschlinkert/log-ok.svg?style=flat)](https://travis-ci.org/jonschlinkert/log-ok)\n\njust `console.log` prefixed with a green check\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save log-ok\n```\n\n## Usage\n\n```js\nvar ok = require('log-ok');\n\nok('success!');\n```\n\nResults in:\n\n![log-ok example](log-example.png)\n\nRespects leading whitespace, so:\n\n```js\nok('    success!');\n```\n\nResults in:\n\n![log-ok example whitespace](log-whitespace.png)\n\n## Related projects\n\nYou might also be interested in these projects:\n\n* [ansi-colors](https://www.npmjs.com/package/ansi-colors): Collection of ansi colors and styles. | [homepage](https://github.com/doowb/ansi-colors \"Collection of ansi colors and styles.\")\n* [log-utils](https://www.npmjs.com/package/log-utils): Basic logging utils: colors, symbols and timestamp. | [homepage](https://github.com/jonschlinkert/log-utils \"Basic logging utils: colors, symbols and timestamp.\")\n\n## Contributing\n\nThis document was generated by [verb-readme-generator](https://github.com/verbose/verb-readme-generator) (a [verb](https://github.com/verbose/verb) generator), please don't edit directly. Any changes to the readme must be made in [.verb.md](.verb.md). See [Building Docs](#building-docs).\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). Or visit the [verb-readme-generator](https://github.com/verbose/verb-readme-generator) project to submit bug reports or pull requests for the readme layout template.\n\n## Building docs\n\nGenerate readme and API documentation with [verb](https://github.com/verbose/verb):\n\n```sh\n$ npm install -g verb verb-readme-generator && verb\n```\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm install -d && npm test\n```\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 © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT license](https://github.com/jonschlinkert/log-ok/blob/master/LICENSE).\n\n***\n\n_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on June 19, 2016._","_attachments":{},"homepage":"https://github.com/jonschlinkert/log-ok","bugs":{"url":"https://github.com/jonschlinkert/log-ok/issues"},"license":"MIT"}