{"id":45630,"name":"@stdlib/streams","description":"Standard library streams.","url":"https://github.com/stdlib-js/streams","last_synced_at":"2025-09-05T10:30:14.264Z","repository":{"id":41373729,"uuid":"360555868","full_name":"stdlib-js/streams","owner":"stdlib-js","description":"Standard library streams.","archived":false,"fork":false,"pushed_at":"2025-06-09T00:46:53.000Z","size":5028,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-23T02:41:47.781Z","etag":null,"topics":["javascript","lib","library","node","node-js","nodejs","online","real-time","realtime","standard","stdlib","streams"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stdlib-js.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["stdlib-js"],"open_collective":"stdlib","tidelift":"npm/@stdlib/stdlib"}},"created_at":"2021-04-22T14:52:01.000Z","updated_at":"2025-06-09T00:37:08.000Z","dependencies_parsed_at":"2023-10-05T09:08:54.901Z","dependency_job_id":"925c0b50-4399-4cb3-a134-fe87db0607b7","html_url":"https://github.com/stdlib-js/streams","commit_stats":{"total_commits":78,"total_committers":1,"mean_commits":78.0,"dds":0.0,"last_synced_commit":"2c723e8a26e9fe275742b7bfd52feb1e68a3c4a9"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/stdlib-js/streams","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdlib-js","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/sbom","scorecard":{"id":849586,"data":{"date":"2025-08-11","repo":{"name":"github.com/stdlib-js/streams","commit":"07899f37307cd54c8eb5c2abdd098b83df005512"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.3,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/benchmark.yml:1","Warn: no topLevel permission defined: .github/workflows/cancel.yml:1","Warn: no topLevel permission defined: .github/workflows/close_pull_requests.yml:1","Warn: no topLevel permission defined: .github/workflows/examples.yml:1","Warn: no topLevel permission defined: .github/workflows/npm_downloads.yml:1","Warn: no topLevel permission defined: .github/workflows/productionize.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Warn: no topLevel permission defined: .github/workflows/test_bundles.yml:1","Warn: no topLevel permission defined: .github/workflows/test_coverage.yml:1","Warn: no topLevel permission defined: .github/workflows/test_install.yml:1","Warn: no topLevel permission defined: .github/workflows/test_published_package.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/streams/productionize.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:275: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/streams/productionize.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:449: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/streams/productionize.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:457: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/streams/productionize.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:623: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/streams/productionize.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/benchmark.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/benchmark.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/benchmark.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/examples.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/examples.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/examples.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:157","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:157","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:157","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:165","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:269","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:269","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:269","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:436","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:436","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:436","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:617","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:617","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:617","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:76","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:76","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:76","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:83","Warn: npmCommand not pinned by hash: .github/workflows/test_bundles.yml:72","Warn: npmCommand not pinned by hash: .github/workflows/test_coverage.yml:67","Warn: npmCommand not pinned by hash: .github/workflows/test_coverage.yml:67","Warn: npmCommand not pinned by hash: .github/workflows/test_coverage.yml:67","Warn: npmCommand not pinned by hash: .github/workflows/test_coverage.yml:74","Warn: npmCommand not pinned by hash: .github/workflows/test_install.yml:75","Warn: npmCommand not pinned by hash: .github/workflows/test_install.yml:75","Warn: npmCommand not pinned by hash: .github/workflows/test_install.yml:75","Warn: npmCommand not pinned by hash: .github/workflows/test_published_package.yml:93","Info:  33 out of  33 GitHub-owned GitHubAction dependencies pinned","Info:  19 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  32 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}}]},"last_synced_at":"2025-08-23T22:08:25.098Z","repository_id":41373729,"created_at":"2025-08-23T22:08:25.098Z","updated_at":"2025-08-23T22:08:25.098Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273745564,"owners_count":25160480,"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-05T02:00:09.113Z","response_time":402,"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"}},"owner":{"login":"stdlib-js","name":"stdlib","uuid":"17805691","kind":"organization","description":"Standard library for JavaScript.","email":null,"website":"https://stdlib.io","location":null,"twitter":"stdlibjs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/17805691?v=4","repositories_count":3692,"last_synced_at":"2024-05-01T09:30:33.148Z","metadata":{"has_sponsors_listing":true,"funding":{"github":["stdlib-js"],"open_collective":"stdlib","tidelift":"npm/@stdlib/stdlib"}},"html_url":"https://github.com/stdlib-js","funding_links":["https://github.com/sponsors/stdlib-js","https://opencollective.com/stdlib","https://tidelift.com/funding/github/npm/@stdlib/stdlib"],"total_stars":9686,"followers":99,"following":0,"created_at":"2022-11-02T16:51:14.990Z","updated_at":"2024-05-01T09:37:07.346Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdlib-js","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdlib-js/repositories"},"packages":[{"id":1294727,"name":"@stdlib/streams","ecosystem":"npm","description":"Streams.","homepage":"https://stdlib.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/stdlib-js/streams","keywords_array":["stdlib","standard","library","std","lib","streams","online","realtime","real-time"],"namespace":"stdlib","versions_count":21,"first_release_published_at":"2021-06-09T19:28:37.353Z","latest_release_published_at":"2024-11-05T20:50:48.747Z","latest_release_number":"0.3.3","last_synced_at":"2025-08-22T16:18:17.718Z","created_at":"2022-04-08T19:56:02.593Z","updated_at":"2025-08-23T08:53:57.880Z","registry_url":"https://www.npmjs.com/package/@stdlib/streams","install_command":"npm install @stdlib/streams","documentation_url":null,"metadata":{"funding":{"type":"opencollective","url":"https://opencollective.com/stdlib"},"dist-tags":{"latest":"0.3.3"}},"repo_metadata":{"id":41373729,"uuid":"360555868","full_name":"stdlib-js/streams","owner":"stdlib-js","description":"Standard library streams.","archived":false,"fork":false,"pushed_at":"2025-06-09T00:46:53.000Z","size":5028,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-23T02:41:47.781Z","etag":null,"topics":["javascript","lib","library","node","node-js","nodejs","online","real-time","realtime","standard","stdlib","streams"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stdlib-js.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["stdlib-js"],"open_collective":"stdlib","tidelift":"npm/@stdlib/stdlib"}},"created_at":"2021-04-22T14:52:01.000Z","updated_at":"2025-06-09T00:37:08.000Z","dependencies_parsed_at":"2023-10-05T09:08:54.901Z","dependency_job_id":"925c0b50-4399-4cb3-a134-fe87db0607b7","html_url":"https://github.com/stdlib-js/streams","commit_stats":{"total_commits":78,"total_committers":1,"mean_commits":78.0,"dds":0.0,"last_synced_commit":"2c723e8a26e9fe275742b7bfd52feb1e68a3c4a9"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/stdlib-js/streams","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdlib-js","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746249,"owners_count":24813553,"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-23T02:00:09.327Z","response_time":69,"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"},"owner_record":{"login":"stdlib-js","name":"stdlib","uuid":"17805691","kind":"organization","description":"Standard library for JavaScript.","email":null,"website":"https://stdlib.io","location":null,"twitter":"stdlibjs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/17805691?v=4","repositories_count":3692,"last_synced_at":"2024-05-01T09:30:33.148Z","metadata":{"has_sponsors_listing":true,"funding":{"github":["stdlib-js"],"open_collective":"stdlib","tidelift":"npm/@stdlib/stdlib"}},"html_url":"https://github.com/stdlib-js","funding_links":["https://github.com/sponsors/stdlib-js","https://opencollective.com/stdlib","https://tidelift.com/funding/github/npm/@stdlib/stdlib"],"total_stars":9686,"followers":99,"following":0,"created_at":"2022-11-02T16:51:14.990Z","updated_at":"2024-05-01T09:37:07.346Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdlib-js","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdlib-js/repositories"},"tags":[{"name":"v0.3.3-esm","sha":"fb310eb157369d2b00087e74e35451285d8a3f71","kind":"tag","published_at":"2024-11-05T21:42:12.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.3.3-esm","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.3.3-esm","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.3.3-esm","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.3-esm","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.3-esm/manifests"},{"name":"v0.3.3-umd","sha":"51374a927f70626e8a73837d842a52a6eb71126b","kind":"tag","published_at":"2024-11-05T21:42:10.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.3.3-umd","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.3.3-umd","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.3.3-umd","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.3-umd","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.3-umd/manifests"},{"name":"v0.3.3-deno","sha":"26e1ef61bb25b20a9dd84ad7dd97d730eed18ec9","kind":"tag","published_at":"2024-11-05T21:42:09.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.3.3-deno","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.3.3-deno","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.3.3-deno","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.3-deno","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.3-deno/manifests"},{"name":"v0.3.3","sha":"b2060ae9ad14bd8c9403170d679fe2f47f8b4194","kind":"commit","published_at":"2024-11-05T20:50:46.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.3.3","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.3/manifests"},{"name":"v0.3.2-esm","sha":"7671ea160b8603637d0741b2c4f07bfbea16d36b","kind":"tag","published_at":"2024-11-05T20:31:37.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.3.2-esm","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.3.2-esm","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.3.2-esm","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.2-esm","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.2-esm/manifests"},{"name":"v0.3.2-umd","sha":"82b10967894cddca3bbac5fe45660eee07901863","kind":"tag","published_at":"2024-11-05T20:31:36.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.3.2-umd","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.3.2-umd","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.3.2-umd","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.2-umd","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.2-umd/manifests"},{"name":"v0.3.2-deno","sha":"3611f57f7015a713d718f8f0958817dba5131e38","kind":"tag","published_at":"2024-11-05T20:31:35.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.3.2-deno","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.3.2-deno","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.3.2-deno","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.2-deno","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.2-deno/manifests"},{"name":"v0.3.2","sha":"656a01588b953cfa022c482451247441c6cb74aa","kind":"commit","published_at":"2024-11-05T19:50:55.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.3.2","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.2/manifests"},{"name":"v0.3.1-esm","sha":"9d30ea98bb1ccb85cecd191bec5e42bf572fd54b","kind":"tag","published_at":"2024-08-18T23:04:49.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.3.1-esm","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.3.1-esm","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.3.1-esm","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.1-esm","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.1-esm/manifests"},{"name":"v0.3.1-umd","sha":"604d288caa3e0213c13bee47f862576fb79020c2","kind":"tag","published_at":"2024-08-18T23:04:48.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.3.1-umd","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.3.1-umd","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.3.1-umd","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.1-umd","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.1-umd/manifests"},{"name":"v0.3.1-deno","sha":"b190442895a94b62d444f52ef5195141e01b1a8d","kind":"tag","published_at":"2024-08-18T23:04:47.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.3.1-deno","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.3.1-deno","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.3.1-deno","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.1-deno","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.1-deno/manifests"},{"name":"v0.3.1","sha":"936ec7f9a07d0174e3c888a9d593e9ca4a7425e4","kind":"commit","published_at":"2024-08-18T22:09:28.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.3.1","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"5e704f69f4aeeba65a890e597f78a1ac9c266eea","kind":"commit","published_at":"2024-08-17T08:40:15.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.3.0","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.3.0/manifests"},{"name":"v0.2.1-esm","sha":"67b4c674dee1bd6c5ec7b4aff96cc4f0a1779cbd","kind":"tag","published_at":"2024-02-05T04:49:08.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.2.1-esm","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.2.1-esm","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.2.1-esm","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.2.1-esm","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.2.1-esm/manifests"},{"name":"v0.2.1-umd","sha":"460799501494f8d88b2cc42a61c1d2164a440203","kind":"tag","published_at":"2024-02-05T04:49:07.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.2.1-umd","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.2.1-umd","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.2.1-umd","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.2.1-umd","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.2.1-umd/manifests"},{"name":"v0.2.1-deno","sha":"0faf02ff9f32970cd5d1d3373d78158fa7aff506","kind":"tag","published_at":"2024-02-05T04:49:06.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.2.1-deno","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.2.1-deno","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.2.1-deno","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.2.1-deno","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.2.1-deno/manifests"},{"name":"v0.2.1","sha":"5224882851c079e1df2d76ad5aabf3636f9b784d","kind":"commit","published_at":"2024-02-05T03:51:42.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.2.1","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"6f0ec96c6fa74e4d67481d55da0f96390691c34b","kind":"commit","published_at":"2024-02-05T03:09:48.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.2.0","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.2.0/manifests"},{"name":"v0.1.1-esm","sha":"a46c7487693c3135f44cfd69e1840aef2d48b50d","kind":"tag","published_at":"2023-11-08T05:34:00.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.1.1-esm","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.1.1-esm","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.1.1-esm","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.1-esm","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.1-esm/manifests"},{"name":"v0.1.1-umd","sha":"f712b9f43fbd6558cbc8eaf1e02d69d67c5ba6ee","kind":"tag","published_at":"2023-11-08T05:33:59.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.1.1-umd","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.1.1-umd","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.1.1-umd","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.1-umd","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.1-umd/manifests"},{"name":"v0.1.1-deno","sha":"a48cf0cb1537f72a6be623cace5bc72b7eff90ea","kind":"tag","published_at":"2023-11-08T05:33:56.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.1.1-deno","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.1.1-deno","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.1.1-deno","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.1-deno","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.1-deno/manifests"},{"name":"v0.1.1","sha":"bb66769060adb9c830cbc993a8e09600e75dd368","kind":"commit","published_at":"2023-11-08T04:28:41.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.1.1","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.1/manifests"},{"name":"v0.1.0-esm","sha":"5279ad2854f71f97b6c1b012f984122b29e058ad","kind":"tag","published_at":"2023-11-08T04:18:04.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.1.0-esm","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.1.0-esm","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.1.0-esm","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.0-esm","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.0-esm/manifests"},{"name":"v0.1.0-umd","sha":"2addce346e63a4a7c0824e7be1d59e440735ffe1","kind":"tag","published_at":"2023-11-08T04:18:02.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.1.0-umd","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.1.0-umd","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.1.0-umd","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.0-umd","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.0-umd/manifests"},{"name":"v0.1.0-deno","sha":"e39b2eed468f2536da472defe4c982338a4e6b93","kind":"tag","published_at":"2023-11-08T04:18:01.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.1.0-deno","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.1.0-deno","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.1.0-deno","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.0-deno","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.0-deno/manifests"},{"name":"v0.1.0","sha":"d76de59a3e715dfe8d55eb641231d3d622645d23","kind":"commit","published_at":"2023-11-08T03:39:41.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.1.0","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.1.0/manifests"},{"name":"v0.0.12","sha":"058c89a60fd7603ad1d3f23019e8a6ef8206f0dd","kind":"commit","published_at":"2021-08-22T16:38:13.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.0.12","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"bc13378dfb3f7e2629a9429a6229114ef65d1182","kind":"tag","published_at":"2021-07-10T00:14:20.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.0.11","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"2f87bf43165c3ace3c4357fe09f57a7bd18201a4","kind":"tag","published_at":"2021-07-07T01:52:02.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.0.10","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"431213fe6c4df16b4ff6e2851578a140665f9e04","kind":"tag","published_at":"2021-06-28T00:09:48.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.0.9","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"4ea5605bc5c3c2db1a66f81bb78c23f61c4bd4c0","kind":"tag","published_at":"2021-06-16T05:04:02.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.0.8","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"2397b0718d04de0ee43680eee725d38701532485","kind":"tag","published_at":"2021-06-15T09:47:54.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.0.7","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"3dee0cbb64b07ec9df53d4f91a5f5d676e0c6355","kind":"tag","published_at":"2021-06-14T17:56:20.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.0.6","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"83b4133296702b12ae91ae42b7635f7399a80087","kind":"tag","published_at":"2021-06-13T18:34:04.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.0.5","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"ef05fa6297d90fc2c6b3e655e98c4ac81b6ae170","kind":"tag","published_at":"2021-06-12T19:02:42.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.0.4","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"dee73c407f99655136046cf66afe4d747fcf836b","kind":"tag","published_at":"2021-06-12T16:09:57.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.0.3","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"550c142ad387f88728df29a454d7155d3a2badb7","kind":"tag","published_at":"2021-06-10T22:06:44.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.0.2","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"351c106effee03f20256fd9939bf9cd97a62dc90","kind":"tag","published_at":"2021-06-10T21:39:22.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.0.1","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.1/manifests"},{"name":"v0.0.1-alpha.0","sha":"ba615552bbbea57c7a486e66212e70879b30cbeb","kind":"tag","published_at":"2021-06-09T19:28:33.000Z","download_url":"https://codeload.github.com/stdlib-js/streams/tar.gz/v0.0.1-alpha.0","html_url":"https://github.com/stdlib-js/streams/releases/tag/v0.0.1-alpha.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/streams@v0.0.1-alpha.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.1-alpha.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/tags/v0.0.1-alpha.0/manifests"}]},"repo_metadata_updated_at":"2025-08-23T08:53:57.880Z","dependent_packages_count":14,"downloads":93286,"downloads_period":"last-month","dependent_repos_count":264,"rankings":{"downloads":0.6185915900840139,"dependent_repos_count":0.9773350348853725,"dependent_packages_count":1.573125933727719,"stargazers_count":16.716910211477646,"forks_count":15.395522293789291,"docker_downloads_count":0.08340232078463287,"average":5.8941478974581125},"purl":"pkg:npm/%40stdlib/streams","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@stdlib/streams","docker_dependents_count":69,"docker_downloads_count":481210190,"usage_url":"https://repos.ecosyste.ms/usage/npm/@stdlib/streams","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@stdlib/streams/dependencies","status":null,"funding_links":["https://opencollective.com/stdlib","https://github.com/sponsors/stdlib-js","https://tidelift.com/funding/github/npm/@stdlib/stdlib"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-23T02:14:57.467Z","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stdlib%2Fstreams/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stdlib%2Fstreams/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stdlib%2Fstreams/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stdlib%2Fstreams/related_packages","maintainers":[{"uuid":"planeshifter","login":"planeshifter","name":null,"email":"pgb@andrew.cmu.edu","url":null,"packages_count":4395,"html_url":"https://www.npmjs.com/~planeshifter","role":null,"created_at":"2022-11-11T00:21:57.031Z","updated_at":"2022-11-11T00:21:57.031Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/planeshifter/packages"},{"uuid":"rreusser","login":"rreusser","name":null,"email":"rsreusser@gmail.com","url":null,"packages_count":4351,"html_url":"https://www.npmjs.com/~rreusser","role":null,"created_at":"2022-11-11T00:21:57.042Z","updated_at":"2022-11-11T00:21:57.042Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/rreusser/packages"},{"uuid":"stdlib-bot","login":"stdlib-bot","name":null,"email":"kgryte+stdlibbot@gmail.com","url":null,"packages_count":4086,"html_url":"https://www.npmjs.com/~stdlib-bot","role":null,"created_at":"2022-11-11T00:21:57.006Z","updated_at":"2022-11-11T00:21:57.006Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stdlib-bot/packages"},{"uuid":"kgryte","login":"kgryte","name":null,"email":"kgryte@gmail.com","url":null,"packages_count":4885,"html_url":"https://www.npmjs.com/~kgryte","role":null,"created_at":"2022-11-11T00:21:57.021Z","updated_at":"2022-11-11T00:21:57.021Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/kgryte/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5131033,"maintainers_count":1051602,"namespaces_count":313328,"keywords_count":730052,"github":"npm","metadata":{"funded_packages_count":155759},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2025-09-05T07:36:50.205Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}}],"commits":{"id":113632,"full_name":"stdlib-js/streams","default_branch":"main","committers":[{"name":"stdlib-bot","email":"noreply@stdlib.io","login":null,"count":78}],"total_commits":78,"total_committers":1,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":78.0,"dds":0.0,"past_year_committers":[{"name":"stdlib-bot","email":"noreply@stdlib.io","login":null,"count":24}],"past_year_total_commits":24,"past_year_total_committers":1,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":24.0,"past_year_dds":0.0,"last_synced_at":"2024-02-03T10:36:47.544Z","last_synced_commit":"2c723e8a26e9fe275742b7bfd52feb1e68a3c4a9","created_at":"2023-03-07T22:33:49.108Z","updated_at":"2024-02-03T10:36:47.545Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-03T00:00:08.276Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"stdlib-js/streams","html_url":"https://github.com/stdlib-js/streams","last_synced_at":"2025-08-23T02:14:57.467Z","status":"error","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-19T01:19:42.959Z","updated_at":"2025-08-23T02:14:57.468Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstreams/issues","issue_labels_count":{},"pull_request_labels_count":{},"issue_author_associations_count":{},"pull_request_author_associations_count":{},"issue_authors":{},"pull_request_authors":{},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.444Z","repositories_count":10097320,"issues_count":31426573,"pull_requests_count":97235070,"authors_count":10701179,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{},"past_year_pull_request_authors":{},"maintainers":[],"active_maintainers":[]},"events":{"total":{"PushEvent":38,"CreateEvent":7},"last_year":{"PushEvent":38,"CreateEvent":7}},"keywords":["javascript","lib","library","node","node-js","nodejs","online","real-time","realtime","standard","stdlib","streams"],"dependencies":[{"ecosystem":"npm","filepath":"package.json","sha":null,"kind":"manifest","created_at":"2022-08-25T06:20:35.804Z","updated_at":"2022-08-25T06:20:35.804Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/package.json","dependencies":[{"id":2639786945,"package_name":"@stdlib/assert","ecosystem":"npm","requirements":"github:stdlib-js/assert#main","direct":true,"kind":"runtime","optional":false},{"id":2639786955,"package_name":"@stdlib/buffer","ecosystem":"npm","requirements":"github:stdlib-js/buffer#main","direct":true,"kind":"runtime","optional":false},{"id":2639786957,"package_name":"@stdlib/cli","ecosystem":"npm","requirements":"github:stdlib-js/cli#main","direct":true,"kind":"runtime","optional":false},{"id":2639786958,"package_name":"@stdlib/fs","ecosystem":"npm","requirements":"github:stdlib-js/fs#main","direct":true,"kind":"runtime","optional":false},{"id":2639786960,"package_name":"@stdlib/string","ecosystem":"npm","requirements":"github:stdlib-js/string#main","direct":true,"kind":"runtime","optional":false},{"id":2639786962,"package_name":"@stdlib/types","ecosystem":"npm","requirements":"github:stdlib-js/types#main","direct":true,"kind":"runtime","optional":false},{"id":2639786964,"package_name":"@stdlib/utils","ecosystem":"npm","requirements":"github:stdlib-js/utils#main","direct":true,"kind":"runtime","optional":false},{"id":2639786967,"package_name":"debug","ecosystem":"npm","requirements":"^2.6.9","direct":true,"kind":"runtime","optional":false},{"id":2639786969,"package_name":"readable-stream","ecosystem":"npm","requirements":"^2.1.4","direct":true,"kind":"runtime","optional":false},{"id":2639786971,"package_name":"@stdlib/array","ecosystem":"npm","requirements":"github:stdlib-js/array","direct":true,"kind":"development","optional":false},{"id":2639786973,"package_name":"@stdlib/bench","ecosystem":"npm","requirements":"github:stdlib-js/bench","direct":true,"kind":"development","optional":false},{"id":2639786975,"package_name":"@stdlib/blas","ecosystem":"npm","requirements":"github:stdlib-js/blas","direct":true,"kind":"development","optional":false},{"id":2639786977,"package_name":"@stdlib/process","ecosystem":"npm","requirements":"github:stdlib-js/process","direct":true,"kind":"development","optional":false},{"id":2639786979,"package_name":"@stdlib/random","ecosystem":"npm","requirements":"github:stdlib-js/random","direct":true,"kind":"development","optional":false},{"id":2639786980,"package_name":"proxyquire","ecosystem":"npm","requirements":"^2.0.0","direct":true,"kind":"development","optional":false},{"id":2639786982,"package_name":"tape","ecosystem":"npm","requirements":"git+https://github.com/kgryte/tape.git#fix/globby","direct":true,"kind":"development","optional":false},{"id":2639786984,"package_name":"istanbul","ecosystem":"npm","requirements":"^0.4.1","direct":true,"kind":"development","optional":false},{"id":2639786986,"package_name":"tap-spec","ecosystem":"npm","requirements":"5.x.x","direct":true,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/benchmark.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T22:45:55.087Z","updated_at":"2023-01-31T22:45:55.087Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/.github/workflows/benchmark.yml","dependencies":[{"id":7282917609,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282917610,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/cancel.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T22:45:55.156Z","updated_at":"2023-01-31T22:45:55.156Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/.github/workflows/cancel.yml","dependencies":[{"id":7282917618,"package_name":"styfle/cancel-workflow-action","ecosystem":"actions","requirements":"0.11.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/close_pull_requests.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T22:45:55.217Z","updated_at":"2023-01-31T22:45:55.217Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/.github/workflows/close_pull_requests.yml","dependencies":[{"id":7282917637,"package_name":"superbrothers/close-pull-request","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/examples.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T22:45:55.258Z","updated_at":"2023-01-31T22:45:55.258Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/.github/workflows/examples.yml","dependencies":[{"id":7282917672,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282917673,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/npm_downloads.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T22:45:55.363Z","updated_at":"2023-01-31T22:45:55.363Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/.github/workflows/npm_downloads.yml","dependencies":[{"id":7282917690,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282917691,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282917692,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282917693,"package_name":"distributhor/workflow-webhook","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/productionize.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T22:45:55.437Z","updated_at":"2023-01-31T22:45:55.437Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/.github/workflows/productionize.yml","dependencies":[{"id":7282917729,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282917730,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282917731,"package_name":"stdlib-js/transform-errors-action","ecosystem":"actions","requirements":"main","direct":true,"kind":"composite","optional":false},{"id":7282917732,"package_name":"stdlib-js/bundle-action","ecosystem":"actions","requirements":"main","direct":true,"kind":"composite","optional":false},{"id":7282917733,"package_name":"act10ns/slack","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T22:45:55.512Z","updated_at":"2023-01-31T22:45:55.512Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/.github/workflows/publish.yml","dependencies":[{"id":7282917744,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282917745,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282917746,"package_name":"JS-DevTools/npm-publish","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":7282917747,"package_name":"act10ns/slack","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":7282917748,"package_name":"styfle/cancel-workflow-action","ecosystem":"actions","requirements":"0.11.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T22:45:55.558Z","updated_at":"2023-01-31T22:45:55.558Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/.github/workflows/test.yml","dependencies":[{"id":7282917767,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282917768,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282917769,"package_name":"act10ns/slack","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_bundles.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T22:45:55.635Z","updated_at":"2023-01-31T22:45:55.635Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/.github/workflows/test_bundles.yml","dependencies":[{"id":7282918814,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282918815,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282918816,"package_name":"act10ns/slack","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":7282918817,"package_name":"denoland/setup-deno","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_coverage.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T22:45:55.706Z","updated_at":"2023-01-31T22:45:55.706Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/.github/workflows/test_coverage.yml","dependencies":[{"id":7282918857,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282918858,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282918859,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282918860,"package_name":"act10ns/slack","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":7282918861,"package_name":"distributhor/workflow-webhook","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_install.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T22:45:55.759Z","updated_at":"2023-01-31T22:45:55.759Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/.github/workflows/test_install.yml","dependencies":[{"id":7282918877,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282918878,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7282918879,"package_name":"act10ns/slack","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"npm","filepath":"node/debug/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:52.536Z","updated_at":"2023-10-05T09:08:52.536Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/debug/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/debug-sink/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:52.582Z","updated_at":"2023-10-05T09:08:52.582Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/debug-sink/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/empty/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:52.646Z","updated_at":"2023-10-05T09:08:52.646Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/empty/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/from-array/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:52.732Z","updated_at":"2023-10-05T09:08:52.732Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/from-array/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/from-circular-array/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:52.805Z","updated_at":"2023-10-05T09:08:52.805Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/from-circular-array/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/from-constant/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:52.859Z","updated_at":"2023-10-05T09:08:52.859Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/from-constant/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/from-iterator/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:52.899Z","updated_at":"2023-10-05T09:08:52.899Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/from-iterator/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/from-strided-array/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:52.914Z","updated_at":"2023-10-05T09:08:52.914Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/from-strided-array/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/inspect/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:52.998Z","updated_at":"2023-10-05T09:08:52.998Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/inspect/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/inspect-sink/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:53.095Z","updated_at":"2023-10-05T09:08:53.095Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/inspect-sink/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/join/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:53.237Z","updated_at":"2023-10-05T09:08:53.237Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/join/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:53.587Z","updated_at":"2023-10-05T09:08:53.587Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/split/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:53.768Z","updated_at":"2023-10-05T09:08:53.768Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/split/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/stderr/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:53.986Z","updated_at":"2023-10-05T09:08:53.986Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/stderr/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/stdin/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:54.069Z","updated_at":"2023-10-05T09:08:54.069Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/stdin/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/stdout/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:54.685Z","updated_at":"2023-10-05T09:08:54.685Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/stdout/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"node/transform/package.json","sha":null,"kind":"manifest","created_at":"2023-10-05T09:08:54.786Z","updated_at":"2023-10-05T09:08:54.786Z","repository_link":"https://github.com/stdlib-js/streams/blob/main/node/transform/package.json","dependencies":[]}],"score":19.9920092856234,"created_at":"2025-09-04T15:51:21.048Z","updated_at":"2025-10-07T08:18:16.221Z","avatar_url":"https://github.com/stdlib-js.png","language":"JavaScript","category":null,"sub_category":null,"monthly_downloads":93286,"funding_links":["https://opencollective.com/stdlib","https://github.com/sponsors/stdlib-js","https://tidelift.com/funding/github/npm/@stdlib/stdlib"],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/45630","html_url":"https://science.ecosyste.ms/projects/45630","bibtex_url":"https://science.ecosyste.ms/projects/45630/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/45630/export.apalike"}