{"id":26238640,"url":"https://github.com/swiftcarrot/stream-progressbar","last_synced_at":"2025-07-12T18:39:15.366Z","repository":{"id":57143276,"uuid":"41627840","full_name":"swiftcarrot/stream-progressbar","owner":"swiftcarrot","description":"Simple progress bar for node stream","archived":false,"fork":false,"pushed_at":"2020-02-02T03:25:48.000Z","size":19,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T13:02:01.933Z","etag":null,"topics":["node-streams","progress-bar"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/stream-progressbar","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/swiftcarrot.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-08-30T12:23:30.000Z","updated_at":"2020-02-08T03:20:52.000Z","dependencies_parsed_at":"2022-09-03T17:31:41.416Z","dependency_job_id":null,"html_url":"https://github.com/swiftcarrot/stream-progressbar","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftcarrot%2Fstream-progressbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftcarrot%2Fstream-progressbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftcarrot%2Fstream-progressbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftcarrot%2Fstream-progressbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swiftcarrot","download_url":"https://codeload.github.com/swiftcarrot/stream-progressbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249899608,"owners_count":21342413,"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":["node-streams","progress-bar"],"created_at":"2025-03-13T06:17:57.142Z","updated_at":"2025-04-22T23:48:10.656Z","avatar_url":"https://github.com/swiftcarrot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stream-progressbar\n\nSimple progress bar for node stream with [progress](https://www.npmjs.com/package/progress)\n\n```sh\nnpm install stream-progressbar --save\nyarn add stream-progressbar\n```\n\n#### Usage\n\n```javascript\nvar fs = require('fs');\nvar request = require('request');\nvar progress = require('stream-progressbar');\n\nrequest('http://cachefly.cachefly.net/10mb.test')\n  .pipe(progress(':bar'))\n  .pipe(fs.createWriteStream('10mb.test'));\n```\n\n#### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiftcarrot%2Fstream-progressbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswiftcarrot%2Fstream-progressbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiftcarrot%2Fstream-progressbar/lists"}