{"id":28684922,"url":"https://github.com/node-modules/stream-wormhole","last_synced_at":"2025-08-16T15:09:51.536Z","repository":{"id":57372112,"uuid":"63406845","full_name":"node-modules/stream-wormhole","owner":"node-modules","description":"Pipe ReadStream to a wormhole","archived":false,"fork":false,"pushed_at":"2023-09-17T05:02:45.000Z","size":21,"stargazers_count":42,"open_issues_count":1,"forks_count":3,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-07-26T08:50:39.963Z","etag":null,"topics":["nodejs","stream"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/node-modules.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-15T08:51:38.000Z","updated_at":"2023-09-16T17:29:46.000Z","dependencies_parsed_at":"2024-06-18T14:07:58.045Z","dependency_job_id":"16dfda96-a33b-4b4d-80e0-efe86f6e6a21","html_url":"https://github.com/node-modules/stream-wormhole","commit_stats":{"total_commits":19,"total_committers":5,"mean_commits":3.8,"dds":0.5789473684210527,"last_synced_commit":"1f6003ae8f87dea71e704d337d3889f96030ddf4"},"previous_names":["node-modules/stream-wormhole"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/node-modules/stream-wormhole","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-modules%2Fstream-wormhole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-modules%2Fstream-wormhole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-modules%2Fstream-wormhole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-modules%2Fstream-wormhole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/node-modules","download_url":"https://codeload.github.com/node-modules/stream-wormhole/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-modules%2Fstream-wormhole/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270728103,"owners_count":24635141,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["nodejs","stream"],"created_at":"2025-06-14T03:07:50.029Z","updated_at":"2025-08-16T15:09:51.511Z","avatar_url":"https://github.com/node-modules.png","language":"TypeScript","readme":"# stream-wormhole\n\n[![NPM version][npm-image]][npm-url]\n[![CI](https://github.com/node-modules/stream-wormhole/actions/workflows/nodejs.yml/badge.svg)](https://github.com/node-modules/stream-wormhole/actions/workflows/nodejs.yml)\n[![Test coverage][codecov-image]][codecov-url]\n[![npm download][download-image]][download-url]\n\n[npm-image]: https://img.shields.io/npm/v/stream-wormhole.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/stream-wormhole\n[codecov-image]: https://codecov.io/github/node-modules/stream-wormhole/coverage.svg?branch=master\n[codecov-url]: https://codecov.io/github/node-modules/stream-wormhole?branch=master\n[download-image]: https://img.shields.io/npm/dm/stream-wormhole.svg?style=flat-square\n[download-url]: https://npmjs.org/package/stream-wormhole\n\nPipe `ReadStream` / `Readable` to a wormhole.\n\n## Usage\n\n```ts\nimport sendToWormhole from 'stream-wormhole';\nimport fs from 'node:fs';\n\nconst readStream = fs.createReadStream(__filename);\n\n// ignore all error by default\nsendToWormhole(readStream)\n  .then(() =\u003e console.log('done'));\n\n// throw error\nsendToWormhole(readStream, true)\n  .then(() =\u003e console.log('done'))\n  .catch(err =\u003e console.error(err));\n```\n\n## License\n\n[MIT](LICENSE)\n\n\u003c!-- GITCONTRIBUTOR_START --\u003e\n\n## Contributors\n\n|[\u003cimg src=\"https://avatars.githubusercontent.com/u/156269?v=4\" width=\"100px;\"/\u003e\u003cbr/\u003e\u003csub\u003e\u003cb\u003efengmk2\u003c/b\u003e\u003c/sub\u003e](https://github.com/fengmk2)\u003cbr/\u003e|[\u003cimg src=\"https://avatars.githubusercontent.com/u/1433247?v=4\" width=\"100px;\"/\u003e\u003cbr/\u003e\u003csub\u003e\u003cb\u003edenghongcai\u003c/b\u003e\u003c/sub\u003e](https://github.com/denghongcai)\u003cbr/\u003e|[\u003cimg src=\"https://avatars.githubusercontent.com/u/985607?v=4\" width=\"100px;\"/\u003e\u003cbr/\u003e\u003csub\u003e\u003cb\u003edead-horse\u003c/b\u003e\u003c/sub\u003e](https://github.com/dead-horse)\u003cbr/\u003e|\n| :---: | :---: | :---: |\n\n\nThis project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sat Sep 16 2023 14:11:38 GMT+0800`.\n\n\u003c!-- GITCONTRIBUTOR_END --\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-modules%2Fstream-wormhole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode-modules%2Fstream-wormhole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-modules%2Fstream-wormhole/lists"}