{"_id":"callbag-observe","_rev":"2830131","name":"callbag-observe","description":"Callbag listener sink that gets data from any listenable source","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"staltz","email":"andre+npm@staltz.com"}],"time":{"modified":"2022-09-06T14:47:04.000Z","created":"2018-01-30T14:21:40.044Z","1.0.0":"2018-01-30T14:21:40.044Z"},"users":{},"author":{"name":"staltz.com"},"repository":{"type":"git","url":"git+https://github.com/staltz/callbag-observe.git"},"versions":{"1.0.0":{"name":"callbag-observe","version":"1.0.0","description":"Callbag listener sink that gets data from any listenable source","repository":{"type":"git","url":"git+https://github.com/staltz/callbag-observe.git"},"main":"index.js","scripts":{"test":"tape test.js"},"author":{"name":"staltz.com"},"license":"MIT","keywords":["callbag"],"devDependencies":{"tape":"^4.8.0"},"gitHead":"37d49e789e6f5bd6134beabb01cc6c4a41e3b9c0","bugs":{"url":"https://github.com/staltz/callbag-observe/issues"},"homepage":"https://github.com/staltz/callbag-observe#readme","_id":"callbag-observe@1.0.0","_npmVersion":"5.5.1","_nodeVersion":"6.10.3","_npmUser":{"name":"staltz","email":"andre+npm@staltz.com"},"dist":{"shasum":"fd91dcc2ef628317c7a0031e17398132a21fcbbf","size":1922,"noattachment":false,"key":"/callbag-observe/-/callbag-observe-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/callbag-observe/download/callbag-observe-1.0.0.tgz"},"maintainers":[{"name":"staltz","email":"andre+npm@staltz.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/callbag-observe-1.0.0.tgz_1517322099086_0.5968277489300817"},"directories":{},"_cnpmcore_publish_time":"2021-12-22T23:30:34.822Z","publish_time":1517322100044,"_cnpm_publish_time":1517322100044}},"readme":"# callbag-observe\n\nCallbag listener sink that gets data from any listenable source. Think of it as \"observable.subscribe\".\n\n`npm install callbag-observe`\n\n## example\n\n```js\nconst interval = require('callbag-interval');\nconst observe = require('callbag-observe');\n\nconst source = interval(1000);\n\nobserve(x => console.log(x))(source); // 0\n                                      // 1\n                                      // 2\n                                      // 3\n                                      // ...\n```\n\n","_attachments":{},"homepage":"https://github.com/staltz/callbag-observe#readme","bugs":{"url":"https://github.com/staltz/callbag-observe/issues"},"license":"MIT"}