{"id":15451791,"url":"https://github.com/willscott/progressbar-stream","last_synced_at":"2025-09-07T15:44:01.204Z","repository":{"id":30344508,"uuid":"33896909","full_name":"willscott/progressbar-stream","owner":"willscott","description":"Show a progress bar for how a stream piping is going","archived":false,"fork":false,"pushed_at":"2015-04-30T18:49:28.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-07T01:23:04.102Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willscott.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":"2015-04-13T22:13:35.000Z","updated_at":"2015-04-30T18:49:26.000Z","dependencies_parsed_at":"2022-07-31T22:18:04.867Z","dependency_job_id":null,"html_url":"https://github.com/willscott/progressbar-stream","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/willscott/progressbar-stream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fprogressbar-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fprogressbar-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fprogressbar-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fprogressbar-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willscott","download_url":"https://codeload.github.com/willscott/progressbar-stream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Fprogressbar-stream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274058943,"owners_count":25215200,"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-09-07T02:00:09.463Z","response_time":67,"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":[],"created_at":"2024-10-01T21:39:22.329Z","updated_at":"2025-09-07T15:44:01.158Z","avatar_url":"https://github.com/willscott.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ProgressBar-Stream\n==================\n\n\u003e\n\u003e Wrapper for [progress](https://www.npmjs.com/package/progress) and [progress-stream](https://www.npmjs.com/package/progress-stream)\n\u003e\n\nRender an ascii progress bar to display stream progress.\n\nInstallation\n------------\n```\nnpm install progressbar-stream\n```\n\nUsage\n-----\n```javascript\nvar progress = require('progressbar-stream');\n\nvar input = fs.createReadStream('file.txt');\nvar length = fs.statSync('file.txt').size;\ninput.pipe(progress({total: length}).pipe(...);\n```\n\nUsage on Object Streams\n-----------------------\n```javascript\nvar progress = require('progressbar-stream');\n\nvar inputs = [1, 2, 3, 4, 5, 6, 7];\nfrom(inputs).pipe(progress({chunks: inputs.length})).pipe(...);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillscott%2Fprogressbar-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillscott%2Fprogressbar-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillscott%2Fprogressbar-stream/lists"}