{"_id":"lstream","_rev":"4251807","name":"lstream","description":"stream comes in, string per line comes out","dist-tags":{"latest":"0.0.4"},"maintainers":[{"name":"tjfontaine","email":""}],"time":{"modified":"2026-03-31T23:46:45.000Z","created":"2013-07-05T02:33:57.636Z","0.0.4":"2014-01-09T23:59:11.908Z","0.0.3":"2013-09-22T20:09:42.330Z","0.0.2":"2013-07-05T02:58:50.520Z","0.0.1":"2013-07-05T02:33:57.636Z"},"users":{},"author":{"name":"Timothy J Fontaine","email":"tjfontaine@gmail.com","url":"http://atxconsulting.com"},"repository":{"type":"git","url":"http://github.com/tjfontaine/node-lstream.git"},"versions":{"0.0.4":{"name":"lstream","version":"0.0.4","author":{"name":"Timothy J Fontaine","email":"tjfontaine@gmail.com","url":"http://atxconsulting.com"},"description":"stream comes in, string per line comes out","keywords":["line","stream","transform"],"homepage":"http://github.com/tjfontaine/node-lstream","bugs":{"url":"http://github.com/tjfontaine/node-lstream/issues"},"repository":{"type":"git","url":"http://github.com/tjfontaine/node-lstream.git"},"main":"linestream.js","engines":{"node":">= 0.10.0"},"dependencies":{"readable-stream":">= 1.0.2"},"readmeFilename":"README.md","_id":"lstream@0.0.4","dist":{"shasum":"d637764ea33a929bd00f34d2a23c2256d0d5fb5b","size":1707,"noattachment":false,"key":"/lstream/-/lstream-0.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/lstream/download/lstream-0.0.4.tgz"},"_from":".","_npmVersion":"1.3.23","_npmUser":{"name":"tjfontaine","email":"tjfontaine@gmail.com"},"maintainers":[{"name":"tjfontaine","email":""}],"directories":{},"publish_time":1389311951908,"_hasShrinkwrap":false,"_cnpm_publish_time":1389311951908,"_cnpmcore_publish_time":"2021-12-16T23:06:42.074Z"},"0.0.3":{"name":"lstream","version":"0.0.3","author":{"name":"Timothy J Fontaine","email":"tjfontaine@gmail.com","url":"http://atxconsulting.com"},"description":"stream comes in, string per line comes out","keywords":["line","stream","transform"],"homepage":"http://github.com/tjfontaine/node-lstream","bugs":{"url":"http://github.com/tjfontaine/node-lstream/issues"},"repository":{"type":"git","url":"http://github.com/tjfontaine/node-lstream.git"},"main":"linestream.js","engines":{"node":">= 0.10.0"},"dependencies":{"readable-stream":">= 1.0.2"},"readmeFilename":"README.md","_id":"lstream@0.0.3","dist":{"shasum":"298ec10ed48637e901268dee780b465d5ec57ae1","size":1731,"noattachment":false,"key":"/lstream/-/lstream-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/lstream/download/lstream-0.0.3.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"tjfontaine","email":"tjfontaine@gmail.com"},"maintainers":[{"name":"tjfontaine","email":""}],"directories":{},"publish_time":1379880582330,"_hasShrinkwrap":false,"_cnpm_publish_time":1379880582330,"_cnpmcore_publish_time":"2021-12-16T23:06:42.351Z"},"0.0.2":{"name":"lstream","version":"0.0.2","author":{"name":"Timothy J Fontaine","email":"tjfontaine@gmail.com","url":"http://atxconsulting.com"},"description":"stream comes in, string per line comes out","keywords":["line","stream","transform"],"homepage":"http://github.com/tjfontaine/node-lstream","bugs":{"url":"http://github.com/tjfontaine/node-lstream/issues"},"repository":{"type":"git","url":"http://github.com/tjfontaine/node-lstream.git"},"main":"linestream.js","engines":{"node":">= 0.10.0"},"dependencies":{"readable-stream":">= 1.0.2"},"readmeFilename":"README.md","_id":"lstream@0.0.2","dist":{"shasum":"12dbb57f5d0fc09496ca3ea3587f70b01f996354","size":1698,"noattachment":false,"key":"/lstream/-/lstream-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/lstream/download/lstream-0.0.2.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"tjfontaine","email":"tjfontaine@gmail.com"},"maintainers":[{"name":"tjfontaine","email":""}],"directories":{},"publish_time":1372993130520,"_hasShrinkwrap":false,"_cnpm_publish_time":1372993130520,"_cnpmcore_publish_time":"2021-12-16T23:06:42.708Z"},"0.0.1":{"name":"lstream","version":"0.0.1","author":{"name":"Timothy J Fontaine","email":"tjfontaine@gmail.com","url":"http://atxconsulting.com"},"description":"stream comes in, string per line comes out","keywords":["line","stream","transform"],"homepage":"http://github.com/tjfontaine/node-lstream","bugs":{"url":"http://github.com/tjfontaine/node-lstream/issues"},"repository":{"type":"git","url":"http://github.com/tjfontaine/node-lstream.git"},"main":"linestream.js","engines":{"node":">= 0.10.0"},"dependencies":{"readable-stream":">= 1.0.2"},"_id":"lstream@0.0.1","dist":{"shasum":"6523b70154b9a711f7426a7f0a824d3bd112e917","size":811,"noattachment":false,"key":"/lstream/-/lstream-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/lstream/download/lstream-0.0.1.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"tjfontaine","email":"tjfontaine@gmail.com"},"maintainers":[{"name":"tjfontaine","email":""}],"directories":{},"publish_time":1372991637636,"_hasShrinkwrap":false,"_cnpm_publish_time":1372991637636,"_cnpmcore_publish_time":"2021-12-16T23:06:42.934Z"}},"readme":"# lstream\n\nThis is a very thin Transform for streams2\n\nyou `.pipe(new lstream()).pipe(someOtherConsumable)` and that consumable only\ngets the results on a per line basis\n\nstill very young\n\nLICENSE MIT\n","_attachments":{},"readmeFilename":"README.md","homepage":"http://github.com/tjfontaine/node-lstream","bugs":{"url":"http://github.com/tjfontaine/node-lstream/issues"}}