{"_id":"taketalk","_rev":"8-5316af990a4357a24e4d8036f4f89e10","name":"taketalk","description":"Ever wanted a bin for your node module?","dist-tags":{"latest":"1.0.0"},"versions":{"0.1.0":{"name":"taketalk","version":"0.1.0","description":"Take talk.","main":"index.js","repository":{"type":"git","url":"git://github.com/stephenplusplus/taketalk"},"keywords":["cli","bin","node","npm"],"scripts":{"test":"mocha"},"author":{"name":"Stephen Sawchuk"},"license":"MIT","bugs":{"url":"https://github.com/stephenplusplus/taketalk/issues"},"homepage":"https://github.com/stephenplusplus/taketalk","dependencies":{"get-stdin":"^0.1.0","minimist":"^0.1.0"},"devDependencies":{"mocha":"*"},"_id":"taketalk@0.1.0","_shasum":"99facc43a56caaafa1a0e20cc4d80a6892e802bf","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"stephenplusplus","email":"sawchuk@gmail.com"},"maintainers":[{"name":"stephenplusplus","email":"sawchuk@gmail.com"}],"dist":{"shasum":"99facc43a56caaafa1a0e20cc4d80a6892e802bf","tarball":"https://registry.npmjs.org/taketalk/-/taketalk-0.1.0.tgz","integrity":"sha512-1DHEu+RQXu8aWicS3gd+2q9HYaW+KvWizh2bFrgwKECwI8BEqZ8MeFFiEVRQpYAbK4jepK+dZmHe1kROsS+jZw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGUmSbv6RVBy14LetvkmMbcBN2+WKMfgQqMW4YxB6E2jAiAGqIBjpC5o3Ybpi8tX/z8+rOen8teflQz2EPpVMvMXtQ=="}]}},"0.1.1":{"name":"taketalk","version":"0.1.1","description":"Take talk.","main":"index.js","repository":{"type":"git","url":"git://github.com/stephenplusplus/taketalk"},"keywords":["cli","bin","node","npm"],"scripts":{"test":"mocha"},"author":{"name":"Stephen Sawchuk"},"license":"MIT","bugs":{"url":"https://github.com/stephenplusplus/taketalk/issues"},"homepage":"https://github.com/stephenplusplus/taketalk","dependencies":{"get-stdin":"^0.1.0","minimist":"^0.1.0"},"devDependencies":{"mocha":"*"},"_id":"taketalk@0.1.1","_shasum":"00aab561a0e3ae948564b2168245bcaf72d61519","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"stephenplusplus","email":"sawchuk@gmail.com"},"maintainers":[{"name":"stephenplusplus","email":"sawchuk@gmail.com"}],"dist":{"shasum":"00aab561a0e3ae948564b2168245bcaf72d61519","tarball":"https://registry.npmjs.org/taketalk/-/taketalk-0.1.1.tgz","integrity":"sha512-w5J5jk0uvqxoaRji2bHykJ0ltjG1sK1FK+F9tA/ht+BQdB2S0B8fv0y1ewmB2+8PoWOKGQR1hcMyhku9KkEIQg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC34d1rTWDSdTvx9Y5ScDmUUYMzQ4IOOW3TFi7nlNA0sAiB5DnlACJEO3wRrwzl2KrbRsiDhEPDwNq3ZlUMWlTREbw=="}]}},"1.0.0":{"name":"taketalk","version":"1.0.0","description":"Ever wanted a bin for your node module?","repository":{"type":"git","url":"https://github.com/stephenplusplus/taketalk"},"keywords":["cli","bin","node","npm"],"scripts":{"test":"mocha"},"author":{"name":"Stephen Sawchuk"},"license":"MIT","files":["index.js"],"dependencies":{"get-stdin":"^4.0.1","minimist":"^1.1.0"},"devDependencies":{"mocha":"*"},"gitHead":"c14d6ba2e4c3b588a7790f0f03d60ded5f12b352","bugs":{"url":"https://github.com/stephenplusplus/taketalk/issues"},"homepage":"https://github.com/stephenplusplus/taketalk","_id":"taketalk@1.0.0","_shasum":"b4d4f0deed206ae7df775b129ea2ca6de52f26dd","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"stephenplusplus","email":"sawchuk@gmail.com"},"maintainers":[{"name":"stephenplusplus","email":"sawchuk@gmail.com"}],"dist":{"shasum":"b4d4f0deed206ae7df775b129ea2ca6de52f26dd","tarball":"https://registry.npmjs.org/taketalk/-/taketalk-1.0.0.tgz","integrity":"sha512-kS7E53It6HA8S1FVFBWP7HDwgTiJtkmYk7TsowGlizzVrivR1Mf9mgjXHY1k7rOfozRVMZSfwjB3bevO4QEqpg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGKepGhcsyGZM7NO+9RTiCsXygkEeNp3jzuWQZuh3s3ZAiEAmCBxGoZMKDGhvqUA01InvH2sEDaZR5ziAvlHGJ4cvng="}]}}},"readme":"# taketalk\n\n> Ever wanted a bin for your node module?\n\n\n## Install\n\n```\n$ npm install --save taketalk\n```\n\n\n## Usage\n\n```js\n#!/usr/bin/env node\n\nrequire('taketalk')({\n  init: function (input, options) {\n    console.log('This is the input from the CLI:', input);\n    console.log('These are the options passed:', options);\n  },\n\n  help: 'Help yaself!' || function () {\n    console.log('Print this when a user wants help.');\n  },\n\n  version: '0.1.1' || function () {\n    console.log('Print this when a user asks for the version.');\n  }\n});\n```\n\n\n## License\n\nMIT © Stephen Sawchuk\n","maintainers":[{"name":"stephenplusplus","email":"sawchuk@gmail.com"}],"time":{"modified":"2022-06-27T03:42:28.935Z","created":"2014-06-16T16:19:39.744Z","0.1.0":"2014-06-16T16:19:39.744Z","0.1.1":"2014-06-17T16:54:16.688Z","1.0.0":"2015-01-20T17:39:10.642Z"},"homepage":"https://github.com/stephenplusplus/taketalk","keywords":["cli","bin","node","npm"],"repository":{"type":"git","url":"https://github.com/stephenplusplus/taketalk"},"author":{"name":"Stephen Sawchuk"},"bugs":{"url":"https://github.com/stephenplusplus/taketalk/issues"},"license":"MIT","readmeFilename":"readme.md"}