{"id":13526589,"url":"https://github.com/raynos/duplexer","last_synced_at":"2025-04-13T02:24:59.544Z","repository":{"id":57217182,"uuid":"5364665","full_name":"Raynos/duplexer","owner":"Raynos","description":"Creates a duplex stream","archived":false,"fork":false,"pushed_at":"2021-03-08T16:12:31.000Z","size":14,"stargazers_count":95,"open_issues_count":1,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-11T04:34:51.019Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Raynos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-10T03:45:51.000Z","updated_at":"2023-08-13T06:24:44.000Z","dependencies_parsed_at":"2022-08-28T21:40:27.022Z","dependency_job_id":null,"html_url":"https://github.com/Raynos/duplexer","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raynos%2Fduplexer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raynos%2Fduplexer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raynos%2Fduplexer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raynos%2Fduplexer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raynos","download_url":"https://codeload.github.com/Raynos/duplexer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248655285,"owners_count":21140461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T06:01:31.887Z","updated_at":"2025-04-13T02:24:59.520Z","avatar_url":"https://github.com/Raynos.png","language":"JavaScript","readme":"# DEPRECATED.\n\nApparently this module is broken and not compatible with more recent versions of nodejs.\n\nDo not use.\n\n# duplexer\n\n[![build status][1]][2] [![dependency status][3]][4]\n\n[![browser support][5]][6]\n\nCreates a duplex stream\n\nTaken from [event-stream][7]\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```js\nvar cp = require('child_process')\n  , duplex = require('duplexer')\n  , grep = cp.exec('grep Stream')\n\nduplex(grep.stdin, grep.stdout)\n```\n\n## Installation\n\n`npm install duplexer`\n\n## Tests\n\n`npm test`\n\n## Contributors\n\n - Dominictarr\n - Raynos\n - samccone\n\n## MIT Licenced\n\n  [1]: https://secure.travis-ci.org/Raynos/duplexer.png\n  [2]: https://travis-ci.org/Raynos/duplexer\n  [3]: https://david-dm.org/Raynos/duplexer.png\n  [4]: https://david-dm.org/Raynos/duplexer\n  [5]: https://ci.testling.com/Raynos/duplexer.png\n  [6]: https://ci.testling.com/Raynos/duplexer\n  [7]: https://github.com/dominictarr/event-stream#duplex-writestream-readstream\n","funding_links":[],"categories":["Repository","Modules"],"sub_categories":["Streams"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraynos%2Fduplexer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraynos%2Fduplexer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraynos%2Fduplexer/lists"}