Sha256: a61abae4d5a59a4b8fc323d10b33854fef207c20e303be87ad0092f7ee8780a2
Contents?: true
Size: 1.71 KB
Versions: 1
Compression:
Stored size: 1.71 KB
Contents
{ "name": "duplexer", "version": "0.0.4", "description": "Creates a duplex stream", "keywords": [], "author": { "name": "Raynos", "email": "raynos2@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/Raynos/duplexer.git" }, "main": "index", "homepage": "https://github.com/Raynos/duplexer", "contributors": [ { "name": "Jake Verbaten" } ], "bugs": { "url": "https://github.com/Raynos/duplexer/issues", "email": "raynos2@gmail.com" }, "dependencies": {}, "devDependencies": { "through": "~0.1.4" }, "licenses": [ { "type": "MIT", "url": "http://github.com/Raynos/duplexer/raw/master/LICENSE" } ], "scripts": { "test": "make test" }, "readme": "# duplexer [![build status][1]][2]\n\nCreates a duplex stream\n\nTaken from [event-stream][3]\n\n## duplex (writeStream, readStream)\n\nTakes a writable stream and a readable stream and makes them appear as a readable writable stream.\n\nIt is assumed that the two streams are connected to each other in some way.\n\n## Example\n\n var grep = cp.exec('grep Stream')\n\n duplex(grep.stdin, grep.stdout)\n\n## Installation\n\n`npm install duplexer`\n\n## Tests\n\n`make test`\n\n## Contributors\n\n - Dominictarr\n - Raynos\n\n## MIT Licenced\n\n [1]: https://secure.travis-ci.org/Raynos/duplexer.png\n [2]: http://travis-ci.org/Raynos/duplexer\n [3]: https://github.com/dominictarr/event-stream#duplex-writestream-readstream", "readmeFilename": "README.md", "_id": "duplexer@0.0.4", "dist": { "shasum": "3d8e199c895711c70cdf7c16cfc99d09c2760540" }, "_from": "duplexer@~0.0.2", "_resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.0.4.tgz" }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-wisp-source-0.7.0 | vendor/node_modules/browserify/node_modules/duplexer/package.json |