{"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"dist-tags":{"latest":"2.0.0"},"description":"Non-blocking stdout stream","readme":"# stdout-stream\n\nNon-blocking stdout stream\n\n\tnpm install stdout-stream\n\n[![build status](http://img.shields.io/travis/mafintosh/level-filesystem.svg?style=flat)](http://travis-ci.org/mafintosh/stdout-stream)\n![dat](http://img.shields.io/badge/Development%20sponsored%20by-dat-green.svg?style=flat)\n\n\n## Rant\n\nTry saving this example as `example.js`\n\n``` js\nconsole.error('start');\nprocess.stdout.write(new Buffer(1024*1024));\nconsole.error('end');\n```\n\nAnd run the following program\n\n```\nnode example.js | sleep 1000\n```\n\nThe program will never print `end` since stdout in node currently is blocking - even when its being piped (!).\n\nstdout-stream tries to fix this by being a stream that writes to stdout but never blocks\n\n## Usage\n\n``` js\nvar stdout = require('stdout-stream');\n\nstdout.write('hello\\n'); // write should NEVER block\nstdout.write('non-blocking\\n')\nstdout.write('world\\n');\n```\n\n`stdout-stream` should behave in the same way as `process.stdout` (i.e. do not end on pipe etc)\n\n## License\n\nMIT\n","repository":{"type":"git","url":"git+https://github.com/mafintosh/stdout-stream.git"},"users":{"stringparser":true,"digitalsadhu":true},"bugs":{"url":"https://github.com/mafintosh/stdout-stream/issues"},"license":"MIT","versions":{"1.0.0":{"name":"stdout-stream","description":"Non-blocking stdout stream","version":"1.0.0","repository":{"type":"git","url":"git://github.com/mafintosh/stdout-stream"},"bugs":{"url":"https://github.com/mafintosh/stdout-stream/issues"},"homepage":"https://github.com/mafintosh/stdout-stream","_id":"stdout-stream@1.0.0","dist":{"shasum":"815fd02b4d0e7cb62f52340aaac35f408363693f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/stdout-stream/-/stdout-stream-1.0.0.tgz","integrity":"sha512-MyrbouLnGfpGdU+yhoGE3HDMBNFj1hkWe0AW9f2HF+HavGvjLpzEzB8JqRpJXkLUxrF8aPfaelDFKzGE110LiA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGpC58L2RYG25ulg/I1T1bqgK5vqrM8kzd2VRTl+bSgQAiEAyX+Q/fB3EImyDZnrdT6d0HVP/mT5SXuUHqk9yZxW7to="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"directories":{}},"1.0.1":{"name":"stdout-stream","description":"Non-blocking stdout stream","version":"1.0.1","repository":{"type":"git","url":"git://github.com/mafintosh/stdout-stream"},"bugs":{"url":"https://github.com/mafintosh/stdout-stream/issues"},"homepage":"https://github.com/mafintosh/stdout-stream","_id":"stdout-stream@1.0.1","dist":{"shasum":"1f950069177ee17c5f68fedc04bd53dfdd6653b2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/stdout-stream/-/stdout-stream-1.0.1.tgz","integrity":"sha512-cLgh0vKUFPH7ePSl+4XduaFalO+L4J5X9Jn72hkXWXIuAGWPMuISYtI3Qg3hQRCDjDgHLq1M5yZGxUvq8ZYrbA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGYwe/4U0FqYiqOLoggjn7+9d5S+Fxp4XG6+VqvLXvBzAiEAhRJTLUiqy2RvqInN9uwXbz3dws/tjIno/aZUQmg2mUg="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"directories":{}},"1.0.2":{"name":"stdout-stream","description":"Non-blocking stdout stream","version":"1.0.2","repository":{"type":"git","url":"git://github.com/mafintosh/stdout-stream"},"devDependencies":{"tape":"^2.12.3"},"scripts":{"test":"tape test/index.js"},"bugs":{"url":"https://github.com/mafintosh/stdout-stream/issues"},"homepage":"https://github.com/mafintosh/stdout-stream","_id":"stdout-stream@1.0.2","dist":{"shasum":"fa60244f3da5d5d2c98643bf5b912efd073878dd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/stdout-stream/-/stdout-stream-1.0.2.tgz","integrity":"sha512-Uy9yMTuNks+lLEc5fMdYGURZPd4azjQ8ToYdm+UcokTZjfWOBErIbn3wsF8t2ImqRTEIR8TZ663sfngEqREg2w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEvwPePRrd1fRmfMlYwN/GNatAH72ryR46+Pbhdt3oPgIhAPO3sFYcgJICxcfIlbGtafcTLzbloTjxIer0LAkEnXFT"}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"directories":{}},"1.0.3":{"name":"stdout-stream","description":"Non-blocking stdout stream","version":"1.0.3","repository":{"type":"git","url":"git://github.com/mafintosh/stdout-stream"},"devDependencies":{"tape":"~2.12.3"},"scripts":{"test":"tape test/index.js"},"bugs":{"url":"https://github.com/mafintosh/stdout-stream/issues"},"homepage":"https://github.com/mafintosh/stdout-stream","_id":"stdout-stream@1.0.3","dist":{"shasum":"c75a5a6d1e3a87d258f2eaf9cc5e0c285da59c24","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/stdout-stream/-/stdout-stream-1.0.3.tgz","integrity":"sha512-I0s/yJ3zoh7wVE/Oyjr0pOgawtYHG34WAOQF95E4QivGRUNhEEKoFaE7cP66qcDFhtOn33x9qVbAcgwFZc1JTA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAeDLIwrM9KGdjx4uyfsdQ3LBIdbDvXyh2hl3tUHTg17AiADv0bY3ImwqrUI+CPmnGn4yTKRcCG6CedrESY3d+uJ9w=="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"directories":{}},"1.0.4":{"name":"stdout-stream","description":"Non-blocking stdout stream","version":"1.0.4","repository":{"type":"git","url":"git://github.com/mafintosh/stdout-stream"},"devDependencies":{"tape":"~2.12.3"},"scripts":{"test":"tape test/index.js"},"bugs":{"url":"https://github.com/mafintosh/stdout-stream/issues"},"homepage":"https://github.com/mafintosh/stdout-stream","_id":"stdout-stream@1.0.4","dist":{"shasum":"7eb26075ceda2004ec3ed0e72b1655f9e922afca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/stdout-stream/-/stdout-stream-1.0.4.tgz","integrity":"sha512-wirfce7COLQB/gD6CG+/iTgKpZqBKd8yC05n7ysniVGcs0jp7ge0finCjHjA5iAnRUNYqBqiKeFvwiNq7f3uEw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICISZZQJ5t+Cy4xNNbetsG26wKZmcTdVWSVQUpR5ow7kAiEAhWexR1blmuWZoK+GgNY++oHb6UrHl8jKiT/Nyyia5qg="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"directories":{}},"1.0.5":{"name":"stdout-stream","description":"Non-blocking stdout stream","version":"1.0.5","repository":{"type":"git","url":"git://github.com/mafintosh/stdout-stream"},"devDependencies":{"tape":"~2.12.3"},"scripts":{"test":"tape test/index.js"},"dependencies":{"readable-stream":"~1.0.27-1"},"bugs":{"url":"https://github.com/mafintosh/stdout-stream/issues"},"homepage":"https://github.com/mafintosh/stdout-stream","_id":"stdout-stream@1.0.5","dist":{"shasum":"d5cc1d47e561f0c6a20bcd801b13c146f1c0ce3f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/stdout-stream/-/stdout-stream-1.0.5.tgz","integrity":"sha512-Y2PCuBx3wI2D4+KoEvBmIjQ5/5Y+r79wMJS1OgwDU9Km38wNIOEyGlTxcewi5Tgop7nOVEgXdBiWbIWAb2QS6g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGmHv/69tq+S5Gh2mjvj8zO08khMQeQhQbOm0UoJjoXLAiEAlgJtPMK3/KdDYy24epeCBpGaAeVxOcSf35ytoF794BM="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"directories":{}},"1.1.0":{"name":"stdout-stream","description":"Non-blocking stdout stream","version":"1.1.0","repository":{"type":"git","url":"git://github.com/mafintosh/stdout-stream"},"devDependencies":{"tape":"~2.12.3"},"scripts":{"test":"tape test/index.js"},"dependencies":{"readable-stream":"~1.0.27-1"},"bugs":{"url":"https://github.com/mafintosh/stdout-stream/issues"},"homepage":"https://github.com/mafintosh/stdout-stream","_id":"stdout-stream@1.1.0","dist":{"shasum":"11fa37c481c17297dffbf9d9f77dd798c64c39de","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/stdout-stream/-/stdout-stream-1.1.0.tgz","integrity":"sha512-ZmtkHVMArgNogOdX3n/Szo2pzyWZDjaV8+fe3yfHSzsiyj2mBk52IPzUUfzDH6xfqGVGdfyMbN7d53bVaG5c0g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAyKfpo92I9arvBWq6SLW8E69W+pdKHqG11RkfaXHG4nAiAe+38mRyzRiNKHSSNn2lbxUfz/Fw+2cij+n9EpkErkfg=="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"directories":{}},"1.2.0":{"name":"stdout-stream","description":"Non-blocking stdout stream","version":"1.2.0","repository":{"type":"git","url":"git://github.com/mafintosh/stdout-stream"},"devDependencies":{"tape":"~2.12.3"},"scripts":{"test":"tape test/index.js"},"dependencies":{"readable-stream":"~1.0.27-1"},"bugs":{"url":"https://github.com/mafintosh/stdout-stream/issues"},"homepage":"https://github.com/mafintosh/stdout-stream","_id":"stdout-stream@1.2.0","dist":{"shasum":"7c7538d3fbf8c791d3fd3da21f486b7fa3373399","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/stdout-stream/-/stdout-stream-1.2.0.tgz","integrity":"sha512-SBJZ5aZpuI7OdjMn/tyrQdZRwxqBEiXo0nUTlncoWf/UBnd+q1sya3taV8VVhEm+8JA+Qa6wwykxTmDIrTGfNw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFShTFFT2p4qBcVdSfNTngYYba5/3dJEbsXeWMQ6vu7xAiBr30Q3s4Scx1BnqYKtnm2kSjf2eKSmMkNOJYrgSVJAzA=="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"directories":{}},"1.3.0":{"name":"stdout-stream","description":"Non-blocking stdout stream","version":"1.3.0","repository":{"type":"git","url":"https://github.com/mafintosh/stdout-stream"},"devDependencies":{"tape":"~2.12.3"},"scripts":{"test":"tape test/index.js"},"dependencies":{"readable-stream":"~1.0.27-1"},"gitHead":"331108b1636246b665118cdfd41dcf318f529186","bugs":{"url":"https://github.com/mafintosh/stdout-stream/issues"},"homepage":"https://github.com/mafintosh/stdout-stream","_id":"stdout-stream@1.3.0","_shasum":"700cecda85a8cb249b50d2deaca5478f24c8bf41","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"dist":{"shasum":"700cecda85a8cb249b50d2deaca5478f24c8bf41","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/stdout-stream/-/stdout-stream-1.3.0.tgz","integrity":"sha512-XgVC2IdP86QkMvNzDJ54JtNbwMi10T5sVO2GJWNkwdzT1hr/kK/cDzd9ZWCXGWPiJgT6iz7+JmQ/qpjK60ulyw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB00jZ1+VB1L64gk28xVPJGtZnzeDWo9n5utOYFDT94UAiAq8WCvBO8EqoByiDaOP7WfFnVALlD74og/ZKvIcppvVA=="}]},"directories":{}},"1.4.0":{"name":"stdout-stream","description":"Non-blocking stdout stream","version":"1.4.0","repository":{"type":"git","url":"git+https://github.com/mafintosh/stdout-stream.git"},"devDependencies":{"tape":"~2.12.3"},"scripts":{"test":"tape test/index.js"},"dependencies":{"readable-stream":"^2.0.1"},"gitHead":"0a65e6cdfadc5043a627d6d074f4f064f5f2d188","bugs":{"url":"https://github.com/mafintosh/stdout-stream/issues"},"homepage":"https://github.com/mafintosh/stdout-stream#readme","_id":"stdout-stream@1.4.0","_shasum":"a2c7c8587e54d9427ea9edb3ac3f2cd522df378b","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"dist":{"shasum":"a2c7c8587e54d9427ea9edb3ac3f2cd522df378b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/stdout-stream/-/stdout-stream-1.4.0.tgz","integrity":"sha512-xcTTVkuh+7iXyn+CnYxYqv167ifQ4xT4adzoRTlQTS7FDF9ESNSlpflnXXjWVK+4aOVjx0CszPaEnAHzUkbkxw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCiwyVvdMokvsoHR79kKurjYnAhT1w90K15fYi5uTtCKQIhAKX95ojGhfqP4dBl0Epfxe/5UJ9P75C92OZ8sIlHd63g"}]},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"directories":{}},"1.4.1":{"name":"stdout-stream","description":"Non-blocking stdout stream","version":"1.4.1","repository":{"type":"git","url":"git+https://github.com/mafintosh/stdout-stream.git"},"devDependencies":{"tape":"~2.12.3"},"scripts":{"test":"tape test/index.js"},"dependencies":{"readable-stream":"^2.0.1"},"license":"MIT","gitHead":"084ba6528e7cb7641676e6a6ccda1a8704d3ac90","bugs":{"url":"https://github.com/mafintosh/stdout-stream/issues"},"homepage":"https://github.com/mafintosh/stdout-stream#readme","_id":"stdout-stream@1.4.1","_npmVersion":"6.2.0","_nodeVersion":"10.9.0","_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"dist":{"integrity":"sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==","shasum":"5ac174cdd5cd726104aa0c0b2bd83815d8d535de","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/stdout-stream/-/stdout-stream-1.4.1.tgz","fileCount":8,"unpackedSize":4469,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgCJ6CRA9TVsSAnZWagAAq28P/0cOdkmpgJDdH5znWE0z\nRcMEZAd4Lk4AaOGcqXeItNoo/z6l1ZXOhBJ1h2DZOQDIAJ7rISGnylXVTM8R\njPC2ICyI4fVM++XyYL2D03+Br7XsXq9MRXkGGsVzahyze2IPkbu1kgUnIMI9\n9O2gcmYS0FzI8USuoIW7BU76fGNGgGhavyFQxO5jmolhp3msw5o+LpdBlN9y\nMxreO+0DNE52OEcWiyuqNLxRSnaCx2QMM04ZRNJPIxgghGibVKPQIiQ0EI7l\nOw1pM55TMHKyDBQ0ZWtgp590XhQiCGR/Fa2dWp3cFhCymEoafW3sMh66hVXa\nvAvyx30qXp4qciLsMzucJS7I+TEPYqzgm3RLg+XL+12ob6KuSNgzs97QJxyw\nvgrJd2YVYviogIlyQi2lOr1UaVGXioYJR7PPaURgSY/OVG1FMwQ1lKHC0VJP\nwRjr/ALekx1ssnRr4B9Wp3GbBd+YmQLa+dfQ0GixUsPIFGzB11iKG+NphSn9\nq4K6/8sAy0tAXn0yWwXsXA2sY5PTmAbC/W7B6VMHe77O+1Q6VRwcbd0A7J0+\nqNxkFwTxhA1wIiNQF5dX0GysmFZlcdAOIDKJXea9l446rKoQfahf2zU+r614\nU5iLx0Kf7apiUntv7kFFpZpdwJf+ajK5YjX4gX3hYubj5b1OQj89Omz8Apie\nsbul\r\n=bcNH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIZwZRAincrHLxx79GBB2id/0DUcecf2ep16KaS2vuoAIhAOeiKcdsehqK0do2wcvyP+733UnopzGQVxZOU9RKAU78"}]},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stdout-stream_1.4.1_1535124090262_0.8123374844268545"},"_hasShrinkwrap":false},"2.0.0":{"name":"stdout-stream","description":"Non-blocking stdout stream","version":"2.0.0","repository":{"type":"git","url":"git+https://github.com/mafintosh/stdout-stream.git"},"devDependencies":{"tape":"^5.5.3"},"scripts":{"test":"tape test/index.js"},"dependencies":{"readable-stream":"^4.1.0"},"license":"MIT","gitHead":"08422ad828786673a44f82528b5a3b54739ef77b","bugs":{"url":"https://github.com/mafintosh/stdout-stream/issues"},"homepage":"https://github.com/mafintosh/stdout-stream#readme","_id":"stdout-stream@2.0.0","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-H8DN72ZOCDcYsBKtZx05jgYhKBlkyFc6xws09ix6k1QJjFXogkBzZuS5EdOQ/lVaKrEQWYW0BVLoeCcqbUgN7Q==","shasum":"3f803e468255be8a4886befeb19925ff33875891","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/stdout-stream/-/stdout-stream-2.0.0.tgz","fileCount":8,"unpackedSize":4419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCEwl/2iQnFx2Nw27qbZWksg035QknSAI2dAClF5am3fgIgeCNTgjeedAhFfdDehqbG5I1g0k6DmtHn/Zqo346Ngag="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8oUKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmozVQ//b4yXwru6RQOCVPLHH1Y7hN9R0LAzWWzEq8LW17e+hNMVI7h5\r\nEEWDtD04r3ig9Bifsfj8tTd9RKcexlTSiC99LxBbWRHFvtgCFXMreFuUuE+v\r\ngMSs/RIJnIRObYwgcYDUaW2MsTf1NJ8YRWkMb4mIDTKBExJ1gkXTxKSl4BbQ\r\nsSWmguzC2r97FN5HAEhIeV3dPgvhaO/DhKIj87plWVimS3wNCTXNKwlEuzTN\r\n5weMJ4uopCgqZudPUySM5wluu4Cfobp2dVfS5nrFgWcbuF8Un1vMXpc+UuiB\r\nshH+YnjNYFZt2QKo2KDoAspOkkwNDB51NJ8unjCiQ8+wdN6lyW8HJ7JHMQNz\r\nA8KPnyDgPBYY/WNmHoTuXAn4yG7TTJXc1B3Aawp0jip6opcWbJwyb3nUUHzS\r\novA0RoI81PaONA0SsIVN5jYl0vmoZjD1eJH0bHp2KwRERygh/wkA3U3BFuMS\r\ndEYTHoDi3XhWSF76VevzAYS9JRTV3LfoOkscXG1lnsBPI4DPmpjUwcdWATaP\r\nyb2Cv5Fm0rZTRIiNqIpRoleJ/avpwd21qc2G+v01gAnckRVKPSyvlFf7br1W\r\naR7COKVKpMi1k0GMrurh50itTm9LsXaFFJegrH/g+qHUo2TTQm/uACiZPnba\r\nMluRg91SfYVg+baxeXmzqjaxfPq7syTaVLM=\r\n=1XBb\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"mathiasbuus@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"mathiasbuus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stdout-stream_2.0.0_1660060938108_0.11207395064813963"},"_hasShrinkwrap":false}},"name":"stdout-stream","time":{"modified":"2022-08-09T16:02:18.395Z","created":"2014-04-17T20:56:07.699Z","1.0.0":"2014-04-17T20:56:07.699Z","1.0.1":"2014-04-17T22:12:09.027Z","1.0.2":"2014-04-17T22:35:52.998Z","1.0.3":"2014-04-17T22:38:11.134Z","1.0.4":"2014-04-18T08:03:26.406Z","1.0.5":"2014-04-18T08:07:11.820Z","1.1.0":"2014-04-18T19:24:24.180Z","1.2.0":"2014-04-19T19:05:21.502Z","1.3.0":"2014-08-27T19:35:37.936Z","1.4.0":"2015-06-23T06:34:45.483Z","1.4.1":"2018-08-24T15:21:30.320Z","2.0.0":"2022-08-09T16:02:18.306Z"},"readmeFilename":"README.md","homepage":"https://github.com/mafintosh/stdout-stream#readme"}