{"_id":"streamifier","_rev":"209453","name":"streamifier","description":"Converts a Buffer/String into a readable stream","dist-tags":{"latest":"0.1.1"},"maintainers":[{"name":"gagle","email":"gabriel_llamas_llopis@yahoo.es"}],"time":{"modified":"2021-06-03T15:25:23.000Z","created":"2013-04-07T20:11:40.345Z","0.1.1":"2015-04-03T09:41:24.790Z","0.1.0":"2014-01-04T21:32:29.210Z","0.0.2":"2013-10-02T20:43:34.744Z","0.0.1":"2013-04-07T20:11:40.345Z"},"users":{"adamlu":true,"majgis":true,"gingacodemonkey":true,"9joneg":true,"thangakumar":true},"author":{"name":"Gabriel Llamas","email":"gagle@outlook.com"},"repository":{"type":"git","url":"git://github.com/gagle/node-streamifier.git"},"versions":{"0.1.1":{"name":"streamifier","version":"0.1.1","description":"Converts a Buffer/String into a readable stream","keywords":["string","buffer","readable","stream"],"author":{"name":"Gabriel Llamas","email":"gagle@outlook.com"},"repository":{"type":"git","url":"git://github.com/gagle/node-streamifier.git"},"engines":{"node":">=0.10"},"license":"MIT","main":"lib","gitHead":"83e73d3fbc9197b7533e6c4627a35c33ee559e70","bugs":{"url":"https://github.com/gagle/node-streamifier/issues"},"homepage":"https://github.com/gagle/node-streamifier","_id":"streamifier@0.1.1","scripts":{},"_shasum":"97e98d8fa4d105d62a2691d1dc07e820db8dfc4f","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"gagle","email":"gabriel_llamas_llopis@yahoo.es"},"maintainers":[{"name":"gagle","email":"gabriel_llamas_llopis@yahoo.es"}],"dist":{"shasum":"97e98d8fa4d105d62a2691d1dc07e820db8dfc4f","size":1895,"noattachment":false,"key":"/streamifier/-/streamifier-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/streamifier/download/streamifier-0.1.1.tgz"},"directories":{},"publish_time":1428054084790,"_cnpm_publish_time":1428054084790,"_hasShrinkwrap":false},"0.1.0":{"name":"streamifier","version":"0.1.0","description":"Converts a Buffer/String to a readable stream","keywords":["string","buffer","readable","stream"],"author":{"name":"Gabriel Llamas","email":"gagle@outlook.com"},"repository":{"type":"git","url":"git://github.com/gagle/node-streamifier.git"},"engines":{"node":">=0.10"},"license":"MIT","main":"lib","readmeFilename":"README.md","bugs":{"url":"https://github.com/gagle/node-streamifier/issues"},"homepage":"https://github.com/gagle/node-streamifier","_id":"streamifier@0.1.0","dist":{"shasum":"d7438b1713f218e0180d8cfcc873e397977bef86","size":1719,"noattachment":false,"key":"/streamifier/-/streamifier-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/streamifier/download/streamifier-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"gagle","email":"gabriel_llamas_llopis@yahoo.es"},"maintainers":[{"name":"gagle","email":"gabriel_llamas_llopis@yahoo.es"}],"directories":{},"publish_time":1388871149210,"_cnpm_publish_time":1388871149210,"_hasShrinkwrap":false},"0.0.2":{"name":"streamifier","version":"0.0.2","description":"Converts a Buffer/String to a readable stream","keywords":["string","buffer","readable","stream"],"author":{"name":"Gabriel Llamas","email":"gagle@outlook.com"},"repository":{"type":"git","url":"git://github.com/gagle/node-streamifier.git"},"engines":{"node":">=0.10"},"license":"MIT","main":"lib","readmeFilename":"README.md","bugs":{"url":"https://github.com/gagle/node-streamifier/issues"},"_id":"streamifier@0.0.2","dist":{"shasum":"e96ec1d6f9850defabbec22f27ba97862a4ddf62","size":1563,"noattachment":false,"key":"/streamifier/-/streamifier-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/streamifier/download/streamifier-0.0.2.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"gagle","email":"gabriel_llamas_llopis@yahoo.es"},"maintainers":[{"name":"gagle","email":"gabriel_llamas_llopis@yahoo.es"}],"directories":{},"publish_time":1380746614744,"_cnpm_publish_time":1380746614744,"_hasShrinkwrap":false},"0.0.1":{"name":"streamifier","version":"0.0.1","description":"Converts a Buffer/String to a readable stream","keywords":["string","buffer","readable","stream"],"author":{"name":"Gabriel Llamas","email":"gaglekas@gmail.com"},"repository":{"type":"git","url":"git://github.com/Gagle/Node-Streamifier.git"},"engines":{"node":">=0.10.0"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.html"}],"main":"lib/streamifier","readmeFilename":"README.md","_id":"streamifier@0.0.1","dist":{"shasum":"7eb5045edd4676f10ef2f477dc95b5c16a35e082","size":980,"noattachment":false,"key":"/streamifier/-/streamifier-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/streamifier/download/streamifier-0.0.1.tgz"},"_from":".","_npmVersion":"1.2.17","_npmUser":{"name":"Gagle","email":"gaglekas@gmail.com"},"maintainers":[{"name":"gagle","email":"gabriel_llamas_llopis@yahoo.es"}],"directories":{},"publish_time":1365365500345,"_cnpm_publish_time":1365365500345,"_hasShrinkwrap":false}},"readme":"streamifier\n===========\n\n#### Converts a Buffer/String into a readable stream ####\n\n[![npm][npm-image]][npm-url]\n\n<a name=\"createReadStream\"></a>\n___module_.createReadStream(object[, options]) : Readable__\n\nReturns a Readable stream.\n\nThe `object` can be of any data type. If it is a Buffer or a string, the available `options` are [`highWaterMark` and `encoding`](http://nodejs.org/api/stream.html#stream_new_stream_readable_options), otherwise the Readable stream is automatically set in [object mode](http://nodejs.org/api/stream.html#stream_object_mode) and the `options` parameter is ignored.\n\n[npm-image]: https://img.shields.io/npm/v/streamifier.svg?style=flat\n[npm-url]: https://npmjs.org/package/streamifier","_attachments":{},"homepage":"https://github.com/gagle/node-streamifier","bugs":{"url":"https://github.com/gagle/node-streamifier/issues"},"license":"MIT"}