{"id":18539074,"url":"https://github.com/simov/bulk-stream","last_synced_at":"2025-05-15T02:13:49.402Z","repository":{"id":57191346,"uuid":"43242668","full_name":"simov/bulk-stream","owner":"simov","description":"A stream that emits multiple other streams and chunks one after another","archived":false,"fork":false,"pushed_at":"2015-12-02T09:38:46.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-21T01:19:47.681Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/simov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-27T10:32:20.000Z","updated_at":"2022-03-02T13:15:33.000Z","dependencies_parsed_at":"2022-09-15T22:23:08.007Z","dependency_job_id":null,"html_url":"https://github.com/simov/bulk-stream","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/simov%2Fbulk-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simov%2Fbulk-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simov%2Fbulk-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simov%2Fbulk-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simov","download_url":"https://codeload.github.com/simov/bulk-stream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254259444,"owners_count":22040822,"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-11-06T19:46:09.020Z","updated_at":"2025-05-15T02:13:49.383Z","avatar_url":"https://github.com/simov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# bulk-stream\n\nA [combined-stream][combined-stream] like module using Streams2:\n\n```js\nvar BulkStream = require('bulk-stream')\n\nvar bs = new BulkStream()\nbs.append('wqw')\nbs.append('\\r\\n')\nbs.append(fs.createReadStream('cat.png'))\nbs.append('\\r\\n')\nbs.append(Buffer('poop'))\n```\n\nYou can access the appended items through:\n\n```js\n// array containing all appended items (including streams)\nbs._items\n```\n\n\n  [combined-stream]: https://github.com/felixge/node-combined-stream\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimov%2Fbulk-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimov%2Fbulk-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimov%2Fbulk-stream/lists"}