{"id":377797,"url":"https://github.com/isaacs/minipass","last_synced_at":"2026-07-22T13:01:45.102Z","repository":{"id":37611872,"uuid":"84886212","full_name":"isaacs/minipass","owner":"isaacs","description":"A stream implementation that does more by doing less","archived":false,"fork":false,"pushed_at":"2026-02-19T00:34:22.000Z","size":865,"stargazers_count":262,"open_issues_count":4,"forks_count":30,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-07-06T12:25:59.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://twitter.com/izs/status/1174465160737509376","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"blueoak-1.0.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isaacs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["isaacs"]}},"created_at":"2017-03-14T00:02:08.000Z","updated_at":"2026-07-01T15:52:54.000Z","dependencies_parsed_at":"2024-02-18T06:31:48.653Z","dependency_job_id":"39ee2f33-76a1-415b-a0b6-f87cc2d9ae03","html_url":"https://github.com/isaacs/minipass","commit_stats":{"total_commits":272,"total_committers":12,"mean_commits":"22.666666666666668","dds":0.05514705882352944,"last_synced_commit":"1fc7b914533c367ac00a982051849add2169f641"},"previous_names":[],"tags_count":95,"template":false,"template_full_name":null,"purl":"pkg:github/isaacs/minipass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/sbom","scorecard":{"id":495001,"data":{"date":"2025-08-11","repo":{"name":"github.com/isaacs/minipass","commit":"1fc7b914533c367ac00a982051849add2169f641"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/static.yml:14","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":"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":"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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/static.yml:39","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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"}},{"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: ISC License: 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":"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":"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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-19T20:15:13.371Z","repository_id":37611872,"created_at":"2025-08-19T20:15:13.371Z","updated_at":"2025-08-19T20:15:13.371Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35209350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"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":"isaacs","name":"isaacs","uuid":"9287","kind":"user","description":"npm inventor, founder npm, Inc.\r\nFormer Node BDFL.\r\nAll opinions are my own. Literally all of them. I own them all.","email":"i@izs.me","website":"http://blog.izs.me","location":"Oakland CA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/9287?u=55c7d6ddb9f37d0ad9785c313b50d737d58bf79b\u0026v=4","repositories_count":487,"last_synced_at":"2026-07-12T00:15:54.595Z","metadata":{"has_sponsors_listing":true,"funding":{"github":["isaacs"]}},"html_url":"https://github.com/isaacs","funding_links":["https://github.com/sponsors/isaacs"],"total_stars":39305,"followers":16203,"following":4,"created_at":"2022-11-02T16:19:00.493Z","updated_at":"2026-07-12T00:15:54.595Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs/repositories"},"packages":[{"id":5002906,"name":"org.webjars.npm:minipass","ecosystem":"maven","description":"WebJar for minipass","homepage":"https://www.webjars.org","licenses":"BlueOak-1.0.0","normalized_licenses":["BlueOak-1.0.0"],"repository_url":"https://github.com/isaacs/minipass","keywords_array":[],"namespace":"org.webjars.npm","versions_count":19,"first_release_published_at":"2021-06-04T11:08:44.000Z","latest_release_published_at":"2026-03-24T23:31:16.000Z","latest_release_number":"7.1.3","last_synced_at":"2026-07-20T12:01:09.882Z","created_at":"2022-07-27T11:03:40.394Z","updated_at":"2026-07-20T12:01:09.883Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/minipass/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/minipass/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":37611872,"uuid":"84886212","full_name":"isaacs/minipass","owner":"isaacs","description":"A stream implementation that does more by doing less","archived":false,"fork":false,"pushed_at":"2026-02-19T00:34:22.000Z","size":865,"stargazers_count":259,"open_issues_count":3,"forks_count":28,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-26T01:55:46.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://twitter.com/izs/status/1174465160737509376","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"blueoak-1.0.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isaacs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["isaacs"]}},"created_at":"2017-03-14T00:02:08.000Z","updated_at":"2026-03-11T21:44:31.000Z","dependencies_parsed_at":"2024-02-18T06:31:48.653Z","dependency_job_id":"39ee2f33-76a1-415b-a0b6-f87cc2d9ae03","html_url":"https://github.com/isaacs/minipass","commit_stats":{"total_commits":272,"total_committers":12,"mean_commits":"22.666666666666668","dds":0.05514705882352944,"last_synced_commit":"1fc7b914533c367ac00a982051849add2169f641"},"previous_names":[],"tags_count":95,"template":false,"template_full_name":null,"purl":"pkg:github/isaacs/minipass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/sbom","scorecard":{"id":495001,"data":{"date":"2025-08-11","repo":{"name":"github.com/isaacs/minipass","commit":"1fc7b914533c367ac00a982051849add2169f641"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/static.yml:14","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":"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":"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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/static.yml:39","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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"}},{"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: ISC License: 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":"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":"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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-19T20:15:13.371Z","repository_id":37611872,"created_at":"2025-08-19T20:15:13.371Z","updated_at":"2025-08-19T20:15:13.371Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31231188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-31T09:14:28.471Z","status":"ssl_error","status_checked_at":"2026-03-31T09:14:19.506Z","response_time":111,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"isaacs","name":"isaacs","uuid":"9287","kind":"user","description":"npm inventor, founder npm, Inc.\r\nFormer Node BDFL.\r\nAll opinions are my own. Literally all of them. I own them all.","email":"i@izs.me","website":"http://blog.izs.me","location":"Oakland CA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/9287?u=55c7d6ddb9f37d0ad9785c313b50d737d58bf79b\u0026v=4","repositories_count":482,"last_synced_at":"2026-03-20T13:07:08.338Z","metadata":{"has_sponsors_listing":true,"funding":{"github":["isaacs"]}},"html_url":"https://github.com/isaacs","funding_links":["https://github.com/sponsors/isaacs"],"total_stars":39164,"followers":16066,"following":4,"created_at":"2022-11-02T16:19:00.493Z","updated_at":"2026-03-20T13:07:08.338Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs/repositories"},"tags":[{"name":"v7.1.3","sha":"ab4b3b05d0d557ac6bb178f38501b11d0c96454e","kind":"tag","published_at":"2026-02-19T00:34:18.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v7.1.3","html_url":"https://github.com/isaacs/minipass/releases/tag/v7.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v7.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.1.3/manifests"},{"name":"v7.1.2","sha":"1fc7b914533c367ac00a982051849add2169f641","kind":"tag","published_at":"2024-05-24T00:42:08.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v7.1.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v7.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v7.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.1.2/manifests"},{"name":"v7.1.1","sha":"9410c3e3bb5bccb4f11c4f9080c5f4d695f72870","kind":"tag","published_at":"2024-05-09T13:49:21.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v7.1.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.1.1/manifests"},{"name":"v7.1.0","sha":"1875e522c0ff22d0f5e51dbd7843423ca74b0c5c","kind":"tag","published_at":"2024-05-04T02:00:22.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v7.1.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.1.0/manifests"},{"name":"v7.0.4","sha":"c776c8778b25c479c7ea76601197db5c2dfbae8a","kind":"tag","published_at":"2023-09-28T23:58:16.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v7.0.4","html_url":"https://github.com/isaacs/minipass/releases/tag/v7.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v7.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.0.4/manifests"},{"name":"v7.0.3","sha":"8d95dcac2d3e769bbb8e66d721ce8359a1380d42","kind":"tag","published_at":"2023-08-12T19:10:40.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v7.0.3","html_url":"https://github.com/isaacs/minipass/releases/tag/v7.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v7.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.0.3/manifests"},{"name":"v7.0.2","sha":"b220db67d918c9717911ac5a05d427d2da6074d3","kind":"tag","published_at":"2023-07-11T05:17:13.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v7.0.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.0.2/manifests"},{"name":"v7.0.1","sha":"6baaade6726d1cac656426f89f15de631a56b3d1","kind":"tag","published_at":"2023-07-08T00:23:03.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v7.0.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.0.1/manifests"},{"name":"v7.0.0","sha":"d63abffc8734d679177d2382ac1841caa82349f3","kind":"tag","published_at":"2023-07-08T00:14:27.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v7.0.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v7.0.0/manifests"},{"name":"v6.0.2","sha":"15ab07809dab7a278f9c79027cf25a3a150b770a","kind":"tag","published_at":"2023-05-17T21:16:37.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v6.0.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v6.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v6.0.2/manifests"},{"name":"v6.0.1","sha":"6125ceeddb721eb3f69749d4e71953adb48ad37d","kind":"tag","published_at":"2023-05-15T22:26:03.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v6.0.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"c2aa0b2196a5d622fdf08032753dd424f53a101b","kind":"tag","published_at":"2023-05-15T04:40:56.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v6.0.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v6.0.0/manifests"},{"name":"v4.2.8","sha":"ceb8d68b7658039349a2bfc92ae95ae4ca822fbe","kind":"tag","published_at":"2023-04-11T15:59:58.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.2.8","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.8/manifests"},{"name":"v5.0.0","sha":"3066600b811753bd9c85831a8ecd5c6ca248f2aa","kind":"tag","published_at":"2023-04-09T21:53:58.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v5.0.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v5.0.0/manifests"},{"name":"v4.2.7","sha":"815a2efb09546d48f98c0817d0656aa7b6e83e99","kind":"tag","published_at":"2023-04-09T21:24:07.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.2.7","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.7/manifests"},{"name":"v4.2.6","sha":"4f37bc74563af7f5c2ff131648112e5ed9e1d72d","kind":"tag","published_at":"2023-04-09T20:59:58.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.2.6","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.6/manifests"},{"name":"v4.2.5","sha":"e3b98a071233fd4f4054ab7437f1d9a3bab71ce3","kind":"tag","published_at":"2023-03-11T19:27:17.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.2.5","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.5/manifests"},{"name":"v4.2.4","sha":"8a5e3921179c0ca58683678858f9496d30bddbcc","kind":"tag","published_at":"2023-02-26T07:50:48.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.2.4","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.4/manifests"},{"name":"v4.2.3","sha":"3d63d733bdcb1eed77ed7947977d85643287af60","kind":"tag","published_at":"2023-02-26T07:45:33.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.2.3","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.3/manifests"},{"name":"v4.2.2","sha":"16837bea69197dcfb3b3534d0747d062e17ac473","kind":"tag","published_at":"2023-02-26T07:18:28.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.2.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.2/manifests"},{"name":"v4.2.1","sha":"ef1f48933b9260b2664a942b1bc7ca9d8b640991","kind":"tag","published_at":"2023-02-24T04:48:17.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.2.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.1/manifests"},{"name":"v4.2.0","sha":"0b77950c7b87a41e58aee0983429d23f51e77e08","kind":"tag","published_at":"2023-02-22T05:38:00.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.2.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.2.0/manifests"},{"name":"v4.1.0","sha":"1eb74cf5efce01c555afe55a2c21afc09ea75a1a","kind":"tag","published_at":"2023-02-22T04:19:55.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.1.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.1.0/manifests"},{"name":"v4.0.3","sha":"d9099429d9d1ee28e753e608d497a7f5d2300490","kind":"tag","published_at":"2023-02-07T21:58:02.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.0.3","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"c3ecced436ad9c884e45220454fc17df0db38daa","kind":"tag","published_at":"2023-02-05T17:49:13.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.0.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"7c89949841a2a7ee24909f5775a1fcdd5a7a4e22","kind":"tag","published_at":"2023-01-30T15:27:19.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.0.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"94124ea6c999e9f7ff76551950ff1ed79431151f","kind":"tag","published_at":"2022-11-27T00:17:15.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v4.0.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v4.0.0/manifests"},{"name":"v3.3.6","sha":"52ab642fa447419dca139ce29fad780dd61a27af","kind":"tag","published_at":"2022-11-25T07:54:33.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.3.6","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.6/manifests"},{"name":"v3.3.5","sha":"e5b768d2b89c5a5be776362e913e35a6707c6df7","kind":"tag","published_at":"2022-07-24T22:23:15.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.3.5","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.5/manifests"},{"name":"v3.3.4","sha":"66a65348ec33823db3f8dc90e5a60348eb2da600","kind":"tag","published_at":"2022-06-28T18:43:19.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.3.4","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"af6d2aeaa9254f547675f82cbde18aebf0126960","kind":"tag","published_at":"2022-06-20T03:38:35.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.3.3","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"3802694369561391f1908f93c56420e5a8b1cca5","kind":"tag","published_at":"2022-06-20T02:57:12.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.3.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"d65917f5e5f592f0a9454b057f69c6abcff974ec","kind":"tag","published_at":"2022-06-20T02:51:55.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.3.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"80662a0ddf9e3795ec0e4d773aa2c9f34bc0dbd1","kind":"tag","published_at":"2022-06-20T02:15:38.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.3.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"547db2981c1c301c9552f3158ccad13c1a106cfc","kind":"tag","published_at":"2022-06-10T18:42:13.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.2.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"b5962821660cfa51f570fa5c2aeb8373d98b2270","kind":"tag","published_at":"2022-06-08T17:22:42.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.2.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.2.0/manifests"},{"name":"v3.1.6","sha":"f55015f024cfaf1a27b595ddcedebd99c38dc189","kind":"tag","published_at":"2021-12-06T19:45:22.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.1.6","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.6/manifests"},{"name":"v3.1.5","sha":"9bfcf550f7f71667294c0f3a75458347020754ff","kind":"tag","published_at":"2021-09-14T19:36:33.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.1.5","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"bb90f266f391b77b07c0a241384cbe0f705eb38e","kind":"tag","published_at":"2021-09-14T14:39:03.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.1.4","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"a67764b3ea5c8c2679167390897da2b46d0b8022","kind":"tag","published_at":"2020-05-13T01:00:31.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.1.3","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"41ec3d09cb8034cbfc471b802269dc4a684aa0c3","kind":"tag","published_at":"2020-05-09T20:59:05.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.1.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"0e866597838dadaf8dcfd7872ab8951f3c8ba3c0","kind":"tag","published_at":"2019-10-24T21:34:51.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.1.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"4a5f1c26a1881fb3370d9c28ea9bdefc6a3eb402","kind":"tag","published_at":"2019-10-20T04:53:21.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.1.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.1.0/manifests"},{"name":"v3.0.1","sha":"603b8116ea11af26b43f2f2d0888edad77696b4f","kind":"tag","published_at":"2019-10-02T16:34:34.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.0.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"76ac42b7ffa1bd3cc2f669d828ec5aedf74ad6f5","kind":"tag","published_at":"2019-09-30T20:15:57.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v3.0.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v3.0.0/manifests"},{"name":"v2.9.0","sha":"86068755a48b4d58d21376c0c30c1ecc44fe4a8e","kind":"tag","published_at":"2019-09-24T23:42:47.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.9.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.9.0/manifests"},{"name":"v2.8.6","sha":"8243e5efd6a058d28479a66e40ab3aba0207cb76","kind":"tag","published_at":"2019-09-24T16:22:19.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.8.6","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.6/manifests"},{"name":"v2.8.5","sha":"5718d456b6bc535febe3b3f52168fa8b2acada04","kind":"tag","published_at":"2019-09-24T07:56:03.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.8.5","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.5/manifests"},{"name":"v2.8.4","sha":"b49a11897700937c425ec1439ec1af2c055b16a8","kind":"tag","published_at":"2019-09-24T01:03:28.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.8.4","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.4/manifests"},{"name":"v2.8.3","sha":"549cb9a7f8bad5346e5855ceb6d5e702a6e6049f","kind":"tag","published_at":"2019-09-23T18:48:27.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.8.3","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"320eb57f38b3e03965e761efa878ef11ae6afea0","kind":"tag","published_at":"2019-09-23T16:57:02.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.8.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"f193f5cf35b3b04d434c0b1cea954928842b3770","kind":"tag","published_at":"2019-09-23T00:04:40.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.8.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"8cfe8502b45c48bdd3df7ced13a726f0e69f345a","kind":"tag","published_at":"2019-09-22T23:56:15.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.8.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.8.0/manifests"},{"name":"v2.7.0","sha":"6e1486f21bc805f98221d1ab07969b39a498a79d","kind":"tag","published_at":"2019-09-22T06:39:13.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.7.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.7.0/manifests"},{"name":"v2.6.5","sha":"eb03b7ad760791ebb727a393a1056aab490e45ba","kind":"tag","published_at":"2019-09-17T22:18:27.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.6.5","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"e3b7320555e1d7a258bda1987e205ed72c623305","kind":"tag","published_at":"2019-09-17T16:20:14.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.6.4","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"0e5cd3265fd37d33ffd2474868d20fd529e40519","kind":"tag","published_at":"2019-09-17T14:36:51.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.6.3","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"61a76c19b9cd2159c0784585a77d50645bdfe2d4","kind":"tag","published_at":"2019-09-16T21:58:11.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.6.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"78150126c62caef9e2f2d59e33ce6101adbaf95b","kind":"tag","published_at":"2019-09-16T20:55:43.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.6.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"f55f91cdda83c20552e431be8fb5ed1daed23ea4","kind":"tag","published_at":"2019-09-16T06:12:38.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.6.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.6.0/manifests"},{"name":"v2.5.1","sha":"43f76e2a9dfaccd1b6cc1f93c4130a849df29523","kind":"tag","published_at":"2019-09-09T21:33:48.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.5.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"fab29874f70b04730c864ac52136a7a01bd1801c","kind":"tag","published_at":"2019-08-28T23:19:52.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.5.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"565ebb363ae2b6720fe4d0795aed96ba90f059d7","kind":"tag","published_at":"2019-08-23T16:35:50.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.4.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.4.0/manifests"},{"name":"v2.3.5","sha":"d362cb255c2b2ad24b0b6bf8cef35c522ba29019","kind":"tag","published_at":"2018-10-23T21:46:10.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.3.5","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"6b2713ffe4871849d232caca4f05d390cfcb93dc","kind":"tag","published_at":"2018-08-10T16:25:12.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.3.4","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"eb6835c4199e205fae9ae48c5340ff4b3edca60e","kind":"tag","published_at":"2018-05-22T18:58:27.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.3.3","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"77971fac31a26cada594071e82cadfdfdd4949f3","kind":"tag","published_at":"2018-05-22T03:42:14.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.3.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"df22eac41ed1d11e9f7bd2903f88f021cc34f27f","kind":"tag","published_at":"2018-05-18T23:25:39.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.3.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"bcb7f538847de6d30af0c8e83933af7cade2cc58","kind":"tag","published_at":"2018-05-06T17:52:09.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.3.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.3.0/manifests"},{"name":"v2.2.4","sha":"73cf8431e3678b27083e353b8ef0a6bfab84650c","kind":"tag","published_at":"2018-03-20T16:44:22.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.2.4","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8af41a48a2ca01dc857003d650dd74765e950e03","kind":"tag","published_at":"2018-03-20T16:26:23.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.2.3","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"ba027488f63fc7de95ccf1ef770901693ae14c2f","kind":"tag","published_at":"2018-03-20T16:23:16.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.2.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"7b7d9ad23f01dd0a6347f66a8441cb2dbc0abcec","kind":"tag","published_at":"2017-07-10T05:09:44.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.2.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"277abefa0edbac568083d05b2d7130bc768ed552","kind":"tag","published_at":"2017-07-09T05:17:44.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.2.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.2.0/manifests"},{"name":"v2.1.1","sha":"cc4d17e603adf90567fc0e0da2cf0b9cfb43d72b","kind":"tag","published_at":"2017-06-14T16:26:43.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.1.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"7c67ec39540408cc404bac8d96e8bdf572cc641f","kind":"tag","published_at":"2017-06-14T16:17:22.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.1.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.1.0/manifests"},{"name":"v2.0.2","sha":"b18627e376d16f9188cd4049efb8febacf8b2fa2","kind":"tag","published_at":"2017-05-10T17:07:16.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.0.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"d029efb88726070e7c18c61259021e46efb1b8b1","kind":"tag","published_at":"2017-05-04T20:46:47.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.0.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"81ddd48d09008cea36adaa7b2d307cb181901140","kind":"tag","published_at":"2017-05-04T07:59:49.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v2.0.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"e133c4120ae4ab18acc2cd468bd5668f499054cd","kind":"tag","published_at":"2017-04-30T04:14:27.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.2.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.2.0/manifests"},{"name":"v1.1.11","sha":"ce4800e752946d0dd11b4779123da0d9f5bb6930","kind":"tag","published_at":"2017-04-30T02:35:58.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.1.11","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.11/manifests"},{"name":"v1.1.10","sha":"939c3e089af81de898e715151b11ac4cdb3f2887","kind":"tag","published_at":"2017-04-28T00:40:32.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.1.10","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.10/manifests"},{"name":"v1.1.9","sha":"374dee67e86ca47b79573ed70a642ab20ae50853","kind":"tag","published_at":"2017-04-22T03:02:21.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.1.9","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.9/manifests"},{"name":"v1.1.8","sha":"cfc08d331585f233a0a513a15f9eb0804cdc814c","kind":"tag","published_at":"2017-04-10T17:52:54.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.1.8","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.8/manifests"},{"name":"v1.1.7","sha":"88b390364333585399e82bcac5878a56b42b9e90","kind":"tag","published_at":"2017-04-03T20:21:03.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.1.7","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.7/manifests"},{"name":"v1.1.6","sha":"8e1550a1fc92eea4cf4266782daf5c66682e22a9","kind":"tag","published_at":"2017-03-29T06:46:47.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.1.6","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.6/manifests"},{"name":"v1.1.5","sha":"0232f2585e43297c6b5c15b36453ab6d43183be3","kind":"tag","published_at":"2017-03-29T06:18:51.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.1.5","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.5/manifests"},{"name":"v1.1.4","sha":"b9cb84b174cd7295eada68d071a590d4f0c47642","kind":"tag","published_at":"2017-03-29T01:25:14.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.1.4","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"852e03965a06911ff7f650b9d9d502e1a649c785","kind":"tag","published_at":"2017-03-29T00:57:34.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.1.3","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"a226cbecaec3f354e7d3d3c68918d8d4ad552690","kind":"tag","published_at":"2017-03-28T08:14:51.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.1.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"27bbc0c5d090f3deff5836aeb43b20e115e874fd","kind":"tag","published_at":"2017-03-28T07:06:18.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.1.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"5ff9f9e0394a3f997072e347204b0c2deea48d58","kind":"tag","published_at":"2017-03-28T06:13:06.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.1.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"bbd2607d80a77b3b2e880f065552ada47089f6f2","kind":"tag","published_at":"2017-03-22T04:40:02.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.0.2","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"2ee0d11bc4ed89dda4892cffe92718190e4aa4ef","kind":"tag","published_at":"2017-03-22T00:26:13.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.0.1","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"6e91377e7c076f768c2cfd556f365090717d249b","kind":"tag","published_at":"2017-03-14T00:11:52.000Z","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/v1.0.0","html_url":"https://github.com/isaacs/minipass/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/isaacs/minipass@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-03-31T10:20:26.084Z","dependent_packages_count":18,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":3.362138670914902,"stargazers_count":16.799056185456347,"forks_count":20.853606418901975,"average":18.248686304055152},"purl":"pkg:maven/org.webjars.npm/minipass","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:minipass","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:minipass","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:minipass/dependencies","status":null,"funding_links":["https://github.com/sponsors/isaacs"],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-24T22:39:48.310Z","issues_count":22,"pull_requests_count":35,"avg_time_to_close_issue":7275638.736842105,"avg_time_to_close_pull_request":5275286.424242424,"issues_closed_count":19,"pull_requests_closed_count":33,"pull_request_authors_count":19,"issue_authors_count":18,"avg_comments_per_issue":2.3636363636363638,"avg_comments_per_pull_request":1.2857142857142858,"merged_pull_requests_count":8,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":1,"past_year_pull_requests_count":1,"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":1,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.0,"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/isaacs%2Fminipass/issues","maintainers":[{"login":"isaacs","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/isaacs"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:minipass/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:minipass/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:minipass/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:minipass/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:minipass/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:minipass/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":612498,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":14074728,"name":"@depup/minipass","ecosystem":"npm","description":"[DepUp] minimal implementation of a PassThrough stream","homepage":"https://github.com/isaacs/minipass#readme","licenses":"BlueOak-1.0.0","normalized_licenses":["BlueOak-1.0.0"],"repository_url":"https://github.com/isaacs/minipass","keywords_array":["depup","dependency-bumped","updated-deps","minipass","passthrough","stream"],"namespace":"depup","versions_count":1,"first_release_published_at":"2026-03-17T16:37:58.388Z","latest_release_published_at":"2026-03-17T16:37:58.388Z","latest_release_number":"7.1.3-depup.0","last_synced_at":"2026-07-20T12:01:11.164Z","created_at":"2026-03-19T04:22:56.815Z","updated_at":"2026-07-20T12:01:11.164Z","registry_url":"https://www.npmjs.com/package/@depup/minipass","install_command":"npm install @depup/minipass","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"7.1.3-depup.0"}},"repo_metadata":{"id":37611872,"uuid":"84886212","full_name":"isaacs/minipass","owner":"isaacs","description":"A stream implementation that does more by doing less","archived":false,"fork":false,"pushed_at":"2026-02-19T00:34:22.000Z","size":865,"stargazers_count":262,"open_issues_count":4,"forks_count":30,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-07-06T12:25:59.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://twitter.com/izs/status/1174465160737509376","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"blueoak-1.0.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isaacs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["isaacs"]}},"created_at":"2017-03-14T00:02:08.000Z","updated_at":"2026-07-01T15:52:54.000Z","dependencies_parsed_at":"2024-02-18T06:31:48.653Z","dependency_job_id":"39ee2f33-76a1-415b-a0b6-f87cc2d9ae03","html_url":"https://github.com/isaacs/minipass","commit_stats":{"total_commits":272,"total_committers":12,"mean_commits":"22.666666666666668","dds":0.05514705882352944,"last_synced_commit":"1fc7b914533c367ac00a982051849add2169f641"},"previous_names":[],"tags_count":95,"template":false,"template_full_name":null,"purl":"pkg:github/isaacs/minipass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/sbom","scorecard":{"id":495001,"data":{"date":"2025-08-11","repo":{"name":"github.com/isaacs/minipass","commit":"1fc7b914533c367ac00a982051849add2169f641"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/static.yml:14","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":"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":"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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/static.yml:39","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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"}},{"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: ISC License: 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":"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":"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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-19T20:15:13.371Z","repository_id":37611872,"created_at":"2025-08-19T20:15:13.371Z","updated_at":"2025-08-19T20:15:13.371Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35209350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"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":"isaacs","name":"isaacs","uuid":"9287","kind":"user","description":"npm inventor, founder npm, Inc.\r\nFormer Node BDFL.\r\nAll opinions are my own. Literally all of them. I own them all.","email":"i@izs.me","website":"http://blog.izs.me","location":"Oakland CA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/9287?u=55c7d6ddb9f37d0ad9785c313b50d737d58bf79b\u0026v=4","repositories_count":487,"last_synced_at":"2026-07-12T00:15:54.595Z","metadata":{"has_sponsors_listing":true,"funding":{"github":["isaacs"]}},"html_url":"https://github.com/isaacs","funding_links":["https://github.com/sponsors/isaacs"],"total_stars":39305,"followers":16203,"following":4,"created_at":"2022-11-02T16:19:00.493Z","updated_at":"2026-07-12T00:15:54.595Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-07-15T23:28:28.923Z","dependent_packages_count":0,"downloads":15,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":22.40941024303714,"dependent_packages_count":32.301555319200475,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":27.35548278111881},"purl":"pkg:npm/%40depup/minipass","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@depup/minipass","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@depup/minipass","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@depup/minipass/dependencies","status":null,"funding_links":["https://github.com/sponsors/isaacs"],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-17T19:24:44.215Z","issues_count":22,"pull_requests_count":36,"avg_time_to_close_issue":7275638.736842105,"avg_time_to_close_pull_request":5275286.424242424,"issues_closed_count":19,"pull_requests_closed_count":33,"pull_request_authors_count":20,"issue_authors_count":18,"avg_comments_per_issue":2.409090909090909,"avg_comments_per_pull_request":1.25,"merged_pull_requests_count":8,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":1,"past_year_pull_requests_count":2,"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":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.0,"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/isaacs%2Fminipass/issues","maintainers":[{"login":"isaacs","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/isaacs"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fminipass/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fminipass/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fminipass/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fminipass/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fminipass/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@depup%2Fminipass/codemeta","maintainers":[{"uuid":"chiefmikey","login":"chiefmikey","name":null,"email":"wolfemikl@gmail.com","url":null,"packages_count":2073,"html_url":"https://www.npmjs.com/~chiefmikey","role":null,"created_at":"2026-03-19T04:23:02.318Z","updated_at":"2026-03-19T04:23:02.318Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/chiefmikey/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5678663,"maintainers_count":1211403,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","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"}},{"id":13659831,"name":"node-minipass","ecosystem":"debian","description":null,"homepage":"https://github.com/isaacs/minipass","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/isaacs/minipass","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T08:26:00.705Z","latest_release_published_at":"2026-02-12T08:26:00.705Z","latest_release_number":"5.0.0+~cs10.3.21-3","last_synced_at":"2026-03-13T12:09:15.575Z","created_at":"2026-02-12T08:26:00.503Z","updated_at":"2026-03-13T12:09:15.576Z","registry_url":"https://tracker.debian.org/pkg/node-minipass","install_command":"apt-get install node-minipass","documentation_url":"https://packages.debian.org/trixie/node-minipass","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"node-minipass","standards_version":"4.6.2","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, node-encoding \u003c!nocheck\u003e, node-end-of-stream \u003c!nocheck\u003e, node-jsonparse \u003c!nocheck\u003e, node-jsonstream \u003c!nocheck\u003e, node-tap (\u003e\u003e 16.3.7+ds1+~cs50.9.19-7~) \u003c!nocheck\u003e, node-through2 \u003c!nocheck\u003e, node-yallist (\u003e= 4.0.0) \u003c!nocheck\u003e, node-form-data \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T08:26:01.330Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/node-minipass?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/node-minipass","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/node-minipass","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/node-minipass/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/node-minipass/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/node-minipass/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/node-minipass/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/node-minipass/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/node-minipass/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/node-minipass/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":1987,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":316},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-06-10T05:17:04.542Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":13794383,"name":"node-minipass","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/isaacs/minipass","licenses":"blueoak-1.0.0","normalized_licenses":["BlueOak-1.0.0"],"repository_url":"https://github.com/isaacs/minipass","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T16:07:44.456Z","latest_release_published_at":"2026-02-13T16:07:44.456Z","latest_release_number":"3.3.6+~cs9.4.19-1","last_synced_at":"2026-03-13T20:18:26.926Z","created_at":"2026-02-13T16:07:44.236Z","updated_at":"2026-03-13T20:18:27.227Z","registry_url":"https://launchpad.net/ubuntu/+source/node-minipass","install_command":"apt-get install node-minipass","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"node-minipass","standards_version":"4.6.1","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, node-encoding \u003c!nocheck\u003e, node-end-of-stream \u003c!nocheck\u003e, node-jsonparse \u003c!nocheck\u003e, node-tap \u003c!nocheck\u003e, node-through2 \u003c!nocheck\u003e, node-yallist (\u003e= 4.0.0) \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":37611872,"uuid":"84886212","full_name":"isaacs/minipass","owner":"isaacs","description":"A stream implementation that does more by doing less","archived":false,"fork":false,"pushed_at":"2025-10-25T19:05:43.000Z","size":830,"stargazers_count":257,"open_issues_count":2,"forks_count":25,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-10T00:34:24.484Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://twitter.com/izs/status/1174465160737509376","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"blueoak-1.0.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isaacs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["isaacs"]}},"created_at":"2017-03-14T00:02:08.000Z","updated_at":"2026-01-26T12:49:59.000Z","dependencies_parsed_at":"2024-02-18T06:31:48.653Z","dependency_job_id":"39ee2f33-76a1-415b-a0b6-f87cc2d9ae03","html_url":"https://github.com/isaacs/minipass","commit_stats":{"total_commits":272,"total_committers":12,"mean_commits":"22.666666666666668","dds":0.05514705882352944,"last_synced_commit":"1fc7b914533c367ac00a982051849add2169f641"},"previous_names":[],"tags_count":94,"template":false,"template_full_name":null,"purl":"pkg:github/isaacs/minipass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/sbom","scorecard":{"id":495001,"data":{"date":"2025-08-11","repo":{"name":"github.com/isaacs/minipass","commit":"1fc7b914533c367ac00a982051849add2169f641"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/static.yml:14","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":"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":"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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/static.yml:39","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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"}},{"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: ISC License: 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":"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":"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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-19T20:15:13.371Z","repository_id":37611872,"created_at":"2025-08-19T20:15:13.371Z","updated_at":"2025-08-19T20:15:13.371Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29411916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"repo_metadata_updated_at":"2026-02-13T16:07:48.393Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":1.773920637519786,"forks_count":2.194367789340692,"docker_downloads_count":null,"average":0.9920721067151195},"purl":"pkg:deb/ubuntu/node-minipass?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/node-minipass","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/node-minipass","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/node-minipass/dependencies","status":null,"funding_links":["https://github.com/sponsors/isaacs"],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-30T11:26:55.203Z","issues_count":22,"pull_requests_count":33,"avg_time_to_close_issue":7082598.85,"avg_time_to_close_pull_request":5275286.424242424,"issues_closed_count":20,"pull_requests_closed_count":33,"pull_request_authors_count":18,"issue_authors_count":18,"avg_comments_per_issue":2.3636363636363638,"avg_comments_per_pull_request":1.3636363636363635,"merged_pull_requests_count":8,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":1,"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":1,"past_year_avg_comments_per_issue":0.0,"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/isaacs%2Fminipass/issues","maintainers":[{"login":"isaacs","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/isaacs"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/node-minipass/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/node-minipass/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/node-minipass/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/node-minipass/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/node-minipass/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/node-minipass/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":2223,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":444},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-06-10T05:17:48.008Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":13459744,"name":"node-minipass","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/isaacs/minipass","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/isaacs/minipass","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-09T06:50:51.425Z","latest_release_published_at":"2026-02-09T06:50:51.425Z","latest_release_number":"5.0.0+~cs10.3.21-2","last_synced_at":"2026-03-09T07:27:02.732Z","created_at":"2026-02-09T06:50:50.656Z","updated_at":"2026-03-09T07:33:52.914Z","registry_url":"https://launchpad.net/ubuntu/+source/node-minipass","install_command":"apt-get install node-minipass","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"node-minipass","standards_version":"4.6.2","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, node-encoding \u003c!nocheck\u003e, node-end-of-stream \u003c!nocheck\u003e, node-jsonparse \u003c!nocheck\u003e, node-jsonstream \u003c!nocheck\u003e, node-tap (\u003e\u003e 16.3.7+ds1+~cs50.9.19-7~) \u003c!nocheck\u003e, node-through2 \u003c!nocheck\u003e, node-yallist (\u003e= 4.0.0) \u003c!nocheck\u003e, node-form-data \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/node-minipass?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/node-minipass","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/node-minipass","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/node-minipass/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/node-minipass/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/node-minipass/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/node-minipass/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/node-minipass/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/node-minipass/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/node-minipass/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":1473,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":214},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-06-10T05:17:05.787Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":13428813,"name":"node-minipass","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/isaacs/minipass#readme","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/isaacs/minipass","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-07T16:01:45.820Z","latest_release_published_at":"2026-02-07T16:01:45.820Z","latest_release_number":"3.1.6+~cs8.7.18-1","last_synced_at":"2026-03-07T16:31:34.104Z","created_at":"2026-02-07T16:01:44.787Z","updated_at":"2026-03-07T17:02:42.801Z","registry_url":"https://launchpad.net/ubuntu/+source/node-minipass","install_command":"apt-get install node-minipass","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"node-minipass","standards_version":"4.6.0","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, node-encoding \u003c!nocheck\u003e, node-end-of-stream \u003c!nocheck\u003e, node-jsonparse \u003c!nocheck\u003e, node-yallist (\u003e= 4.0.0) \u003c!nocheck\u003e, node-tap \u003c!nocheck\u003e, node-through2 \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/node-minipass?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/node-minipass","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/node-minipass","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/node-minipass/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/node-minipass/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/node-minipass/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/node-minipass/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/node-minipass/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/node-minipass/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/node-minipass/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":1523,"github":"ubuntu","metadata":{"codename":"jammy","funded_packages_count":167},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-06-10T05:17:45.610Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}},{"id":2017051,"name":"minipass","ecosystem":"npm","description":"minimal implementation of a PassThrough stream","homepage":"https://github.com/isaacs/minipass#readme","licenses":"BlueOak-1.0.0","normalized_licenses":["BlueOak-1.0.0"],"repository_url":"https://github.com/isaacs/minipass","keywords_array":["passthrough","stream"],"namespace":null,"versions_count":95,"first_release_published_at":"2017-03-14T00:11:57.420Z","latest_release_published_at":"2026-02-19T00:34:33.886Z","latest_release_number":"7.1.3","last_synced_at":"2026-07-21T16:32:12.780Z","created_at":"2022-04-09T19:39:46.218Z","updated_at":"2026-07-21T16:32:12.780Z","registry_url":"https://www.npmjs.com/package/minipass","install_command":"npm install minipass","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"legacy-v4":"4.2.8","latest":"7.1.3"}},"repo_metadata":{"id":37611872,"uuid":"84886212","full_name":"isaacs/minipass","owner":"isaacs","description":"A stream implementation that does more by doing less","archived":false,"fork":false,"pushed_at":"2026-02-19T00:34:22.000Z","size":865,"stargazers_count":262,"open_issues_count":4,"forks_count":30,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-07-06T12:25:59.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://twitter.com/izs/status/1174465160737509376","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"blueoak-1.0.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isaacs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["isaacs"]}},"created_at":"2017-03-14T00:02:08.000Z","updated_at":"2026-07-01T15:52:54.000Z","dependencies_parsed_at":"2024-02-18T06:31:48.653Z","dependency_job_id":"39ee2f33-76a1-415b-a0b6-f87cc2d9ae03","html_url":"https://github.com/isaacs/minipass","commit_stats":{"total_commits":272,"total_committers":12,"mean_commits":"22.666666666666668","dds":0.05514705882352944,"last_synced_commit":"1fc7b914533c367ac00a982051849add2169f641"},"previous_names":[],"tags_count":95,"template":false,"template_full_name":null,"purl":"pkg:github/isaacs/minipass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/sbom","scorecard":{"id":495001,"data":{"date":"2025-08-11","repo":{"name":"github.com/isaacs/minipass","commit":"1fc7b914533c367ac00a982051849add2169f641"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/static.yml:14","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":"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":"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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/static.yml:39","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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"}},{"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: ISC License: 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":"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":"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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-19T20:15:13.371Z","repository_id":37611872,"created_at":"2025-08-19T20:15:13.371Z","updated_at":"2025-08-19T20:15:13.371Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35209350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"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":"isaacs","name":"isaacs","uuid":"9287","kind":"user","description":"npm inventor, founder npm, Inc.\r\nFormer Node BDFL.\r\nAll opinions are my own. Literally all of them. I own them all.","email":"i@izs.me","website":"http://blog.izs.me","location":"Oakland CA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/9287?u=55c7d6ddb9f37d0ad9785c313b50d737d58bf79b\u0026v=4","repositories_count":487,"last_synced_at":"2026-07-12T00:15:54.595Z","metadata":{"has_sponsors_listing":true,"funding":{"github":["isaacs"]}},"html_url":"https://github.com/isaacs","funding_links":["https://github.com/sponsors/isaacs"],"total_stars":39305,"followers":16203,"following":4,"created_at":"2022-11-02T16:19:00.493Z","updated_at":"2026-07-12T00:15:54.595Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-07-15T23:28:28.962Z","dependent_packages_count":559,"downloads":1567526314,"downloads_period":"last-month","dependent_repos_count":3331406,"rankings":{"downloads":0.0011225729152178174,"dependent_repos_count":0.00449029166087127,"dependent_packages_count":0.10628848919208701,"stargazers_count":3.7769376429911476,"forks_count":4.716640692337262,"docker_downloads_count":0.0019987273856317237,"average":1.4345797360803696},"purl":"pkg:npm/minipass","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/minipass","docker_dependents_count":65519,"docker_downloads_count":15739742427,"usage_url":"https://repos.ecosyste.ms/usage/npm/minipass","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/minipass/dependencies","status":null,"funding_links":["https://github.com/sponsors/isaacs"],"critical":true,"issue_metadata":{"last_synced_at":"2026-04-17T19:24:44.215Z","issues_count":22,"pull_requests_count":36,"avg_time_to_close_issue":7275638.736842105,"avg_time_to_close_pull_request":5275286.424242424,"issues_closed_count":19,"pull_requests_closed_count":33,"pull_request_authors_count":20,"issue_authors_count":18,"avg_comments_per_issue":2.409090909090909,"avg_comments_per_pull_request":1.25,"merged_pull_requests_count":8,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":1,"past_year_pull_requests_count":2,"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":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.0,"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/isaacs%2Fminipass/issues","maintainers":[{"login":"isaacs","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/isaacs"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/minipass/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/minipass/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/minipass/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/minipass/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/minipass/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/minipass/codemeta","maintainers":[{"uuid":"isaacs","login":"isaacs","name":null,"email":"i@izs.me","url":null,"packages_count":431,"html_url":"https://www.npmjs.com/~isaacs","role":null,"created_at":"2024-04-20T07:10:11.767Z","updated_at":"2024-04-20T07:10:11.767Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/isaacs/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5678663,"maintainers_count":1211403,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","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"}},{"id":13558602,"name":"node-minipass","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/isaacs/minipass","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/isaacs/minipass","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T04:49:37.953Z","latest_release_published_at":"2026-02-11T04:49:37.953Z","latest_release_number":"3.3.6+~cs9.4.19-1","last_synced_at":"2026-03-12T00:17:19.681Z","created_at":"2026-02-11T04:49:37.764Z","updated_at":"2026-03-12T00:17:19.681Z","registry_url":"https://launchpad.net/ubuntu/+source/node-minipass","install_command":"apt-get install node-minipass","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"node-minipass","standards_version":"4.6.1","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, node-encoding \u003c!nocheck\u003e, node-end-of-stream \u003c!nocheck\u003e, node-jsonparse \u003c!nocheck\u003e, node-tap \u003c!nocheck\u003e, node-through2 \u003c!nocheck\u003e, node-yallist (\u003e= 4.0.0) \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:50:09.050Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/node-minipass?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/node-minipass","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/node-minipass","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/node-minipass/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/node-minipass/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/node-minipass/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/node-minipass/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/node-minipass/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/node-minipass/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/node-minipass/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":1000,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":133},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-06-10T05:17:49.008Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":13854561,"name":"org.mvnpm:minipass","ecosystem":"maven","description":"minimal implementation of a PassThrough stream","homepage":"https://github.com/isaacs/minipass#readme","licenses":"BlueOak-1.0.0","normalized_licenses":["BlueOak-1.0.0"],"repository_url":"https://github.com/isaacs/minipass","keywords_array":[],"namespace":"org.mvnpm","versions_count":13,"first_release_published_at":"2025-03-19T03:40:00.000Z","latest_release_published_at":"2026-02-19T04:20:16.000Z","latest_release_number":"7.1.3","last_synced_at":"2026-07-20T12:01:08.744Z","created_at":"2026-02-19T04:32:25.311Z","updated_at":"2026-07-20T12:01:08.744Z","registry_url":"https://central.sonatype.com/artifact/org.mvnpm/minipass/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.mvnpm/minipass/","metadata":{},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-19T04:32:27.988Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":30.188450118358578,"dependent_packages_count":43.15948989505083,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":36.67397000670471},"purl":"pkg:maven/org.mvnpm/minipass","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.mvnpm:minipass","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.mvnpm:minipass","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.mvnpm:minipass/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:minipass/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:minipass/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:minipass/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:minipass/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:minipass/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:minipass/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":612498,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":13954821,"name":"node-minipass","ecosystem":"guix","description":"Minimal implementation of a PassThrough stream","homepage":"https://github.com/isaacs/minipass","licenses":"blueoak-1.0.0","normalized_licenses":["BlueOak-1.0.0"],"repository_url":"https://github.com/isaacs/minipass","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2026-03-02T20:22:04.395Z","latest_release_published_at":"2026-03-02T20:22:04.395Z","latest_release_number":"7.1.2","last_synced_at":"2026-04-27T16:55:02.303Z","created_at":"2026-03-02T20:22:04.215Z","updated_at":"2026-04-27T16:55:02.303Z","registry_url":"https://packages.guix.gnu.org/packages/node-minipass/5.0.0/","install_command":"guix install node-minipass","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/node-xyz.scm#n2240","metadata":{"location":"gnu/packages/node-xyz.scm:2240","variable_name":"node-minipass-7"},"repo_metadata":{"id":37611872,"uuid":"84886212","full_name":"isaacs/minipass","owner":"isaacs","description":"A stream implementation that does more by doing less","archived":false,"fork":false,"pushed_at":"2026-02-19T00:34:22.000Z","size":865,"stargazers_count":257,"open_issues_count":2,"forks_count":26,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-19T06:48:33.625Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://twitter.com/izs/status/1174465160737509376","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"blueoak-1.0.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isaacs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["isaacs"]}},"created_at":"2017-03-14T00:02:08.000Z","updated_at":"2026-02-19T00:34:26.000Z","dependencies_parsed_at":"2024-02-18T06:31:48.653Z","dependency_job_id":"39ee2f33-76a1-415b-a0b6-f87cc2d9ae03","html_url":"https://github.com/isaacs/minipass","commit_stats":{"total_commits":272,"total_committers":12,"mean_commits":"22.666666666666668","dds":0.05514705882352944,"last_synced_commit":"1fc7b914533c367ac00a982051849add2169f641"},"previous_names":[],"tags_count":94,"template":false,"template_full_name":null,"purl":"pkg:github/isaacs/minipass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaacs","download_url":"https://codeload.github.com/isaacs/minipass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/sbom","scorecard":{"id":495001,"data":{"date":"2025-08-11","repo":{"name":"github.com/isaacs/minipass","commit":"1fc7b914533c367ac00a982051849add2169f641"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/static.yml:14","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":"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":"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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/static.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/isaacs/minipass/static.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/static.yml:39","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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"}},{"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: ISC License: 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":"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":"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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-19T20:15:13.371Z","repository_id":37611872,"created_at":"2025-08-19T20:15:13.371Z","updated_at":"2025-08-19T20:15:13.371Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29787338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T10:45:18.109Z","status":"ssl_error","status_checked_at":"2026-02-24T10:45:09.911Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"repo_metadata_updated_at":"2026-03-02T20:22:04.586Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/node-minipass","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/node-minipass","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/node-minipass","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/node-minipass/dependencies","status":null,"funding_links":["https://github.com/sponsors/isaacs"],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/node-minipass/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/node-minipass/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/node-minipass/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/node-minipass/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/node-minipass/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/node-minipass/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":32125,"maintainers_count":0,"namespaces_count":0,"keywords_count":1627,"github":"guix-mirror","metadata":{"funded_packages_count":368},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-06-10T05:17:25.224Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":13701993,"name":"node-minipass","ecosystem":"debian","description":null,"homepage":"https://github.com/isaacs/minipass","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/isaacs/minipass","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T21:19:43.565Z","latest_release_published_at":"2026-02-12T21:19:43.565Z","latest_release_number":"3.3.6+~cs9.4.19-1+deb12u1","last_synced_at":"2026-03-13T20:43:17.664Z","created_at":"2026-02-12T21:19:43.396Z","updated_at":"2026-03-13T20:43:17.665Z","registry_url":"https://tracker.debian.org/pkg/node-minipass","install_command":"apt-get install node-minipass","documentation_url":"https://packages.debian.org/bookworm/node-minipass","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"node-minipass","standards_version":"4.6.1","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, node-encoding \u003c!nocheck\u003e, node-end-of-stream \u003c!nocheck\u003e, node-jsonparse \u003c!nocheck\u003e, node-tap \u003c!nocheck\u003e, node-through2 \u003c!nocheck\u003e, node-yallist (\u003e= 4.0.0) \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T21:19:44.235Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/node-minipass?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/node-minipass","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/node-minipass","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/node-minipass/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/node-minipass/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/node-minipass/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/node-minipass/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/node-minipass/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/node-minipass/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/node-minipass/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":2667,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":395},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-06-10T05:17:51.014Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":13719772,"name":"node-minipass","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/isaacs/minipass","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/isaacs/minipass","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T00:46:25.673Z","latest_release_published_at":"2026-02-13T00:46:25.673Z","latest_release_number":"3.3.6+~cs9.4.19-1","last_synced_at":"2026-03-13T08:18:39.637Z","created_at":"2026-02-13T00:46:25.443Z","updated_at":"2026-03-13T08:53:53.266Z","registry_url":"https://launchpad.net/ubuntu/+source/node-minipass","install_command":"apt-get install node-minipass","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"node-minipass","standards_version":"4.6.1","maintainer":"Debian Javascript Maintainers \u003cpkg-javascript-devel@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-nodejs, dh-nodejs, node-encoding \u003c!nocheck\u003e, node-end-of-stream \u003c!nocheck\u003e, node-jsonparse \u003c!nocheck\u003e, node-tap \u003c!nocheck\u003e, node-through2 \u003c!nocheck\u003e, node-yallist (\u003e= 4.0.0) \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T00:46:26.372Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/node-minipass?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/node-minipass","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/node-minipass","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/node-minipass/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/node-minipass/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/node-minipass/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/node-minipass/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/node-minipass/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/node-minipass/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/node-minipass/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":1701,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":198},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-06-10T05:17:44.581Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}}],"commits":{"id":229140,"full_name":"isaacs/minipass","default_branch":"main","total_commits":275,"total_committers":12,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":22.916666666666668,"dds":0.054545454545454564,"past_year_total_commits":3,"past_year_total_committers":1,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":3.0,"past_year_dds":0.0,"last_synced_at":"2026-07-20T12:01:54.478Z","last_synced_commit":"ab4b3b05d0d557ac6bb178f38501b11d0c96454e","created_at":"2023-03-08T08:50:17.771Z","updated_at":"2026-07-20T12:01:14.408Z","committers":[{"name":"isaacs","email":"i@izs.me","login":"isaacs","count":260},{"name":"Manuel Thalmann","email":"m@nuth.ch","login":"manuth","count":3},{"name":"License Year Bot","email":"license-year-bot@example.com","login":null,"count":2},{"name":"Caleb ツ Everett","email":"calebev@amazon.com","login":null,"count":2},{"name":"n4n5","email":"its.just.n4n5@gmail.com","login":"Its-Just-Nans","count":1},{"name":"Sam Gammon","email":"sam@elide.ventures","login":"sgammon","count":1},{"name":"Matteo Collina","email":"hello@matteocollina.com","login":"mcollina","count":1},{"name":"Marc Redemske","email":"marc.redemske@gmail.com","login":"mgred","count":1},{"name":"Joseph Frazier","email":"1212jtraceur@gmail.com","login":"josephfrazier","count":1},{"name":"James M. Greene","email":"james.m.greene@gmail.com","login":"JamesMGreene","count":1},{"name":"Adam Thompson-Sharpe","email":"adamthompsonsharpe@gmail.com","login":"MysteryBlokHed","count":1},{"name":"Dimitri Benin","email":"dimitri.benin@it-designers.de","login":null,"count":1}],"past_year_committers":[{"name":"isaacs","email":"i@izs.me","login":"isaacs","count":3}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-07-22T00:00:11.579Z","repositories_count":6388054,"commits_count":868571299,"contributors_count":35936344,"owners_count":1228343,"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":{"table":{"full_name":"isaacs/minipass","html_url":"https://github.com/isaacs/minipass","last_synced_at":"2026-04-17T19:24:44.215Z","status":"active","issues_count":22,"pull_requests_count":36,"avg_time_to_close_issue":7275638.736842105,"avg_time_to_close_pull_request":5275286.424242424,"issues_closed_count":19,"pull_requests_closed_count":33,"pull_request_authors_count":20,"issue_authors_count":18,"avg_comments_per_issue":2.409090909090909,"avg_comments_per_pull_request":1.25,"merged_pull_requests_count":8,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":1,"past_year_pull_requests_count":2,"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":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-16T15:27:03.398Z","updated_at":"2026-04-17T19:24:44.215Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaacs%2Fminipass/issues","issue_labels_count":{"table":{}},"pull_request_labels_count":{"table":{"dependencies":8}},"issue_author_associations_count":{"table":{"NONE":18,"OWNER":4}},"pull_request_author_associations_count":{"table":{"NONE":19,"OWNER":9,"CONTRIBUTOR":8}},"issue_authors":{"table":{"isaacs":4,"jcesarmobile":2,"mjossdev":1,"meghnasharma":1,"wraithgar":1,"asgerf":1,"fengmk2":1,"Stono":1,"JortvD":1,"andrekorol":1,"axkibe":1,"sgammon":1,"KennyGoi":1,"sameer-hashflow":1,"everett1992":1,"mhartington":1,"guilhermehbueno":1,"DiegoRBaquero":1}},"pull_request_authors":{"table":{"isaacs":9,"dependabot[bot]":8,"sgammon":2,"mcollina":1,"paulsmithkc":1,"BendingBender":1,"andrekorol":1,"josephfrazier":1,"everett1992":1,"JLHwung":1,"JamesMGreene":1,"jonkoops":1,"Its-Just-Nans":1,"MysteryBlokHed":1,"manuth":1,"noelleleigh":1,"mgred":1,"honzajavorek":1,"Ginden":1,"MrJithil":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-07-22T00:00:20.306Z","repositories_count":14858689,"issues_count":31999229,"pull_requests_count":105222383,"authors_count":11353904,"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":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{}},"past_year_pull_request_author_associations_count":{"table":{"NONE":2}},"past_year_issue_authors":{"table":{}},"past_year_pull_request_authors":{"table":{"jonkoops":1,"noelleleigh":1}},"maintainers":[{"table":{"login":"isaacs","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/isaacs"}}],"active_maintainers":[]}},"events":{"total":{"ForkEvent":3,"IssuesEvent":1,"WatchEvent":13,"PushEvent":2},"last_year":{"ForkEvent":1,"WatchEvent":1,"PushEvent":2}},"keywords":[],"dependencies":[{"ecosystem":"npm","filepath":"bench/package-lock.json","sha":null,"kind":"lockfile","created_at":"2022-08-08T21:01:07.713Z","updated_at":"2022-08-08T21:01:07.713Z","repository_link":"https://github.com/isaacs/minipass/blob/main/bench/package-lock.json","dependencies":[{"id":694710188,"package_name":"@npmcli/promise-spawn","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":694710189,"package_name":"@web-std/stream","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":694710190,"package_name":"inherits","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"runtime","optional":false},{"id":694710191,"package_name":"minipass","ecosystem":"npm","requirements":"3.1.6","direct":false,"kind":"runtime","optional":false},{"id":694710192,"package_name":"readable-stream","ecosystem":"npm","requirements":"3.6.0","direct":false,"kind":"runtime","optional":false},{"id":694710193,"package_name":"safe-buffer","ecosystem":"npm","requirements":"5.2.1","direct":false,"kind":"runtime","optional":false},{"id":694710194,"package_name":"string_decoder","ecosystem":"npm","requirements":"1.3.0","direct":false,"kind":"runtime","optional":false},{"id":694710195,"package_name":"through2","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"runtime","optional":false},{"id":694710196,"package_name":"util-deprecate","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":694710197,"package_name":"web-streams-polyfill","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"runtime","optional":false},{"id":694710198,"package_name":"yallist","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"bench/package.json","sha":null,"kind":"manifest","created_at":"2022-08-08T21:01:07.735Z","updated_at":"2022-08-08T21:01:07.735Z","repository_link":"https://github.com/isaacs/minipass/blob/main/bench/package.json","dependencies":[{"id":694710310,"package_name":"@npmcli/promise-spawn","ecosystem":"npm","requirements":"^2.0.0","direct":true,"kind":"runtime","optional":false},{"id":694710311,"package_name":"@web-std/stream","ecosystem":"npm","requirements":"^1.0.1","direct":true,"kind":"runtime","optional":false},{"id":694710312,"package_name":"minipass","ecosystem":"npm","requirements":"latest","direct":true,"kind":"runtime","optional":false},{"id":694710313,"package_name":"through2","ecosystem":"npm","requirements":"^4.0.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"package-lock.json","sha":null,"kind":"lockfile","created_at":"2022-08-08T21:01:07.749Z","updated_at":"2022-08-08T21:01:07.749Z","repository_link":"https://github.com/isaacs/minipass/blob/main/package-lock.json","dependencies":[{"id":694710457,"package_name":"@ampproject/remapping","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":694710458,"package_name":"@babel/code-frame","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710459,"package_name":"@babel/compat-data","ecosystem":"npm","requirements":"7.17.10","direct":false,"kind":"development","optional":false},{"id":694710460,"package_name":"@babel/core","ecosystem":"npm","requirements":"7.18.2","direct":false,"kind":"development","optional":false},{"id":694710461,"package_name":"@babel/generator","ecosystem":"npm","requirements":"7.18.2","direct":false,"kind":"development","optional":false},{"id":694710462,"package_name":"@jridgewell/gen-mapping","ecosystem":"npm","requirements":"0.3.1","direct":false,"kind":"development","optional":false},{"id":694710463,"package_name":"@babel/helper-compilation-targets","ecosystem":"npm","requirements":"7.18.2","direct":false,"kind":"development","optional":false},{"id":694710464,"package_name":"@babel/helper-environment-visitor","ecosystem":"npm","requirements":"7.18.2","direct":false,"kind":"development","optional":false},{"id":694710465,"package_name":"@babel/helper-function-name","ecosystem":"npm","requirements":"7.17.9","direct":false,"kind":"development","optional":false},{"id":694710466,"package_name":"@babel/helper-hoist-variables","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710467,"package_name":"@babel/helper-module-imports","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710468,"package_name":"@babel/helper-module-transforms","ecosystem":"npm","requirements":"7.18.0","direct":false,"kind":"development","optional":false},{"id":694710469,"package_name":"@babel/helper-simple-access","ecosystem":"npm","requirements":"7.18.2","direct":false,"kind":"development","optional":false},{"id":694710470,"package_name":"@babel/helper-split-export-declaration","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710471,"package_name":"@babel/helper-validator-identifier","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710472,"package_name":"@babel/helper-validator-option","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710473,"package_name":"@babel/helpers","ecosystem":"npm","requirements":"7.18.2","direct":false,"kind":"development","optional":false},{"id":694710474,"package_name":"@babel/highlight","ecosystem":"npm","requirements":"7.17.12","direct":false,"kind":"development","optional":false},{"id":694710475,"package_name":"@babel/parser","ecosystem":"npm","requirements":"7.18.4","direct":false,"kind":"development","optional":false},{"id":694710476,"package_name":"@babel/template","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710477,"package_name":"@babel/traverse","ecosystem":"npm","requirements":"7.18.2","direct":false,"kind":"development","optional":false},{"id":694710478,"package_name":"@babel/types","ecosystem":"npm","requirements":"7.18.4","direct":false,"kind":"development","optional":false},{"id":694710479,"package_name":"@cspotcode/source-map-support","ecosystem":"npm","requirements":"0.8.1","direct":false,"kind":"development","optional":false},{"id":694710480,"package_name":"@jridgewell/trace-mapping","ecosystem":"npm","requirements":"0.3.9","direct":false,"kind":"development","optional":false},{"id":694710481,"package_name":"@istanbuljs/load-nyc-config","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"development","optional":false},{"id":694710482,"package_name":"@istanbuljs/schema","ecosystem":"npm","requirements":"0.1.3","direct":false,"kind":"development","optional":false},{"id":694710483,"package_name":"@jridgewell/gen-mapping","ecosystem":"npm","requirements":"0.1.1","direct":false,"kind":"development","optional":false},{"id":694710484,"package_name":"@jridgewell/resolve-uri","ecosystem":"npm","requirements":"3.0.7","direct":false,"kind":"development","optional":false},{"id":694710485,"package_name":"@jridgewell/set-array","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":694710486,"package_name":"@jridgewell/sourcemap-codec","ecosystem":"npm","requirements":"1.4.13","direct":false,"kind":"development","optional":false},{"id":694710487,"package_name":"@jridgewell/trace-mapping","ecosystem":"npm","requirements":"0.3.13","direct":false,"kind":"development","optional":false},{"id":694710488,"package_name":"@tsconfig/node10","ecosystem":"npm","requirements":"1.0.8","direct":false,"kind":"development","optional":false},{"id":694710489,"package_name":"@tsconfig/node12","ecosystem":"npm","requirements":"1.0.9","direct":false,"kind":"development","optional":false},{"id":694710490,"package_name":"@tsconfig/node14","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":694710491,"package_name":"@tsconfig/node16","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":694710492,"package_name":"@types/node","ecosystem":"npm","requirements":"17.0.41","direct":false,"kind":"development","optional":false},{"id":694710493,"package_name":"acorn","ecosystem":"npm","requirements":"8.7.1","direct":false,"kind":"development","optional":false},{"id":694710494,"package_name":"acorn-walk","ecosystem":"npm","requirements":"8.2.0","direct":false,"kind":"development","optional":false},{"id":694710495,"package_name":"aggregate-error","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":694710496,"package_name":"ansi-regex","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":694710497,"package_name":"ansi-styles","ecosystem":"npm","requirements":"3.2.1","direct":false,"kind":"development","optional":false},{"id":694710498,"package_name":"anymatch","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"development","optional":false},{"id":694710499,"package_name":"append-transform","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710500,"package_name":"archy","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":694710501,"package_name":"arg","ecosystem":"npm","requirements":"4.1.3","direct":false,"kind":"development","optional":false},{"id":694710502,"package_name":"argparse","ecosystem":"npm","requirements":"1.0.10","direct":false,"kind":"development","optional":false},{"id":694710503,"package_name":"async-hook-domain","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":694710504,"package_name":"balanced-match","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":694710505,"package_name":"binary-extensions","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":694710506,"package_name":"bind-obj-methods","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":694710507,"package_name":"brace-expansion","ecosystem":"npm","requirements":"1.1.11","direct":false,"kind":"development","optional":false},{"id":694710508,"package_name":"braces","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":694710509,"package_name":"browserslist","ecosystem":"npm","requirements":"4.20.4","direct":false,"kind":"development","optional":false},{"id":694710510,"package_name":"buffer-from","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":694710511,"package_name":"caching-transform","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":694710512,"package_name":"camelcase","ecosystem":"npm","requirements":"5.3.1","direct":false,"kind":"development","optional":false},{"id":694710513,"package_name":"caniuse-lite","ecosystem":"npm","requirements":"1.0.30001350","direct":false,"kind":"development","optional":false},{"id":694710514,"package_name":"chalk","ecosystem":"npm","requirements":"2.4.2","direct":false,"kind":"development","optional":false},{"id":694710515,"package_name":"chokidar","ecosystem":"npm","requirements":"3.5.3","direct":false,"kind":"development","optional":false},{"id":694710516,"package_name":"clean-stack","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":694710517,"package_name":"cliui","ecosystem":"npm","requirements":"7.0.4","direct":false,"kind":"development","optional":false},{"id":694710518,"package_name":"color-convert","ecosystem":"npm","requirements":"1.9.3","direct":false,"kind":"development","optional":false},{"id":694710519,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":694710520,"package_name":"color-support","ecosystem":"npm","requirements":"1.1.3","direct":false,"kind":"development","optional":false},{"id":694710521,"package_name":"commondir","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":694710522,"package_name":"concat-map","ecosystem":"npm","requirements":"0.0.1","direct":false,"kind":"development","optional":false},{"id":694710523,"package_name":"convert-source-map","ecosystem":"npm","requirements":"1.8.0","direct":false,"kind":"development","optional":false},{"id":694710524,"package_name":"core-util-is","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":694710525,"package_name":"create-require","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":694710526,"package_name":"cross-spawn","ecosystem":"npm","requirements":"7.0.3","direct":false,"kind":"development","optional":false},{"id":694710527,"package_name":"debug","ecosystem":"npm","requirements":"4.3.4","direct":false,"kind":"development","optional":false},{"id":694710528,"package_name":"decamelize","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"development","optional":false},{"id":694710529,"package_name":"default-require-extensions","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":694710530,"package_name":"diff","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":694710531,"package_name":"electron-to-chromium","ecosystem":"npm","requirements":"1.4.148","direct":false,"kind":"development","optional":false},{"id":694710532,"package_name":"emoji-regex","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"development","optional":false},{"id":694710533,"package_name":"end-of-stream","ecosystem":"npm","requirements":"1.4.4","direct":false,"kind":"development","optional":false},{"id":694710534,"package_name":"es6-error","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":694710535,"package_name":"escalade","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":694710536,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"1.0.5","direct":false,"kind":"development","optional":false},{"id":694710537,"package_name":"esprima","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":694710538,"package_name":"events-to-array","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"development","optional":false},{"id":694710539,"package_name":"fill-range","ecosystem":"npm","requirements":"7.0.1","direct":false,"kind":"development","optional":false},{"id":694710540,"package_name":"find-cache-dir","ecosystem":"npm","requirements":"3.3.2","direct":false,"kind":"development","optional":false},{"id":694710541,"package_name":"find-up","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":694710542,"package_name":"findit","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710543,"package_name":"foreground-child","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710544,"package_name":"fromentries","ecosystem":"npm","requirements":"1.3.2","direct":false,"kind":"development","optional":false},{"id":694710545,"package_name":"fs-exists-cached","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":694710546,"package_name":"fs.realpath","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":694710547,"package_name":"fsevents","ecosystem":"npm","requirements":"2.3.2","direct":false,"kind":"development","optional":false},{"id":694710548,"package_name":"function-loop","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":694710549,"package_name":"gensync","ecosystem":"npm","requirements":"1.0.0-beta.2","direct":false,"kind":"development","optional":false},{"id":694710550,"package_name":"get-caller-file","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":694710551,"package_name":"get-package-type","ecosystem":"npm","requirements":"0.1.0","direct":false,"kind":"development","optional":false},{"id":694710552,"package_name":"glob","ecosystem":"npm","requirements":"7.2.3","direct":false,"kind":"development","optional":false},{"id":694710553,"package_name":"glob-parent","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":694710554,"package_name":"globals","ecosystem":"npm","requirements":"11.12.0","direct":false,"kind":"development","optional":false},{"id":694710555,"package_name":"graceful-fs","ecosystem":"npm","requirements":"4.2.10","direct":false,"kind":"development","optional":false},{"id":694710556,"package_name":"has-flag","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":694710557,"package_name":"hasha","ecosystem":"npm","requirements":"5.2.2","direct":false,"kind":"development","optional":false},{"id":694710558,"package_name":"html-escaper","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":694710559,"package_name":"imurmurhash","ecosystem":"npm","requirements":"0.1.4","direct":false,"kind":"development","optional":false},{"id":694710560,"package_name":"indent-string","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":694710561,"package_name":"inflight","ecosystem":"npm","requirements":"1.0.6","direct":false,"kind":"development","optional":false},{"id":694710562,"package_name":"inherits","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"development","optional":false},{"id":694710563,"package_name":"is-binary-path","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":694710564,"package_name":"is-extglob","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":694710565,"package_name":"is-fullwidth-code-point","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":694710566,"package_name":"is-glob","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":694710567,"package_name":"is-number","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":694710568,"package_name":"is-stream","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":694710569,"package_name":"is-typedarray","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":694710570,"package_name":"is-windows","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":694710571,"package_name":"isarray","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":694710572,"package_name":"isexe","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710573,"package_name":"istanbul-lib-coverage","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":694710574,"package_name":"istanbul-lib-hook","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":694710575,"package_name":"istanbul-lib-instrument","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":694710576,"package_name":"istanbul-lib-processinfo","ecosystem":"npm","requirements":"2.0.3","direct":false,"kind":"development","optional":false},{"id":694710577,"package_name":"istanbul-lib-report","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":694710578,"package_name":"has-flag","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":694710579,"package_name":"supports-color","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"development","optional":false},{"id":694710580,"package_name":"istanbul-lib-source-maps","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":694710581,"package_name":"istanbul-reports","ecosystem":"npm","requirements":"3.1.4","direct":false,"kind":"development","optional":false},{"id":694710582,"package_name":"jackspeak","ecosystem":"npm","requirements":"1.4.1","direct":false,"kind":"development","optional":false},{"id":694710583,"package_name":"js-tokens","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":694710584,"package_name":"js-yaml","ecosystem":"npm","requirements":"3.14.1","direct":false,"kind":"development","optional":false},{"id":694710585,"package_name":"jsesc","ecosystem":"npm","requirements":"2.5.2","direct":false,"kind":"development","optional":false},{"id":694710586,"package_name":"json5","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"development","optional":false},{"id":694710587,"package_name":"libtap","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":694710588,"package_name":"locate-path","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":694710589,"package_name":"lodash.flattendeep","ecosystem":"npm","requirements":"4.4.0","direct":false,"kind":"development","optional":false},{"id":694710590,"package_name":"make-dir","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":694710591,"package_name":"make-error","ecosystem":"npm","requirements":"1.3.6","direct":false,"kind":"development","optional":false},{"id":694710592,"package_name":"minimatch","ecosystem":"npm","requirements":"3.1.2","direct":false,"kind":"development","optional":false},{"id":694710593,"package_name":"minipass","ecosystem":"npm","requirements":"3.1.6","direct":false,"kind":"development","optional":false},{"id":694710594,"package_name":"mkdirp","ecosystem":"npm","requirements":"1.0.4","direct":false,"kind":"development","optional":false},{"id":694710595,"package_name":"ms","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":694710596,"package_name":"node-preload","ecosystem":"npm","requirements":"0.2.1","direct":false,"kind":"development","optional":false},{"id":694710597,"package_name":"node-releases","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":694710598,"package_name":"normalize-path","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":694710599,"package_name":"nyc","ecosystem":"npm","requirements":"15.1.0","direct":false,"kind":"development","optional":false},{"id":694710600,"package_name":"once","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":694710601,"package_name":"opener","ecosystem":"npm","requirements":"1.5.2","direct":false,"kind":"development","optional":false},{"id":694710602,"package_name":"own-or","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":694710603,"package_name":"own-or-env","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":694710604,"package_name":"p-limit","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"development","optional":false},{"id":694710605,"package_name":"p-locate","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":694710606,"package_name":"p-map","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":694710607,"package_name":"p-try","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"development","optional":false},{"id":694710608,"package_name":"package-hash","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":694710609,"package_name":"path-exists","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":694710610,"package_name":"path-is-absolute","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":694710611,"package_name":"path-key","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false},{"id":694710612,"package_name":"picocolors","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":694710613,"package_name":"picomatch","ecosystem":"npm","requirements":"2.3.1","direct":false,"kind":"development","optional":false},{"id":694710614,"package_name":"pkg-dir","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"development","optional":false},{"id":694710615,"package_name":"prettier","ecosystem":"npm","requirements":"2.6.2","direct":false,"kind":"development","optional":false},{"id":694710616,"package_name":"process-nextick-args","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":694710617,"package_name":"process-on-spawn","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":694710619,"package_name":"punycode","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":694710620,"package_name":"readable-stream","ecosystem":"npm","requirements":"2.3.7","direct":false,"kind":"development","optional":false},{"id":694710621,"package_name":"readdirp","ecosystem":"npm","requirements":"3.6.0","direct":false,"kind":"development","optional":false},{"id":694710623,"package_name":"release-zalgo","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":694710624,"package_name":"require-directory","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":694710625,"package_name":"require-main-filename","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710626,"package_name":"resolve-from","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"development","optional":false},{"id":694710627,"package_name":"rimraf","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"development","optional":false},{"id":694710628,"package_name":"safe-buffer","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":694710629,"package_name":"semver","ecosystem":"npm","requirements":"6.3.0","direct":false,"kind":"development","optional":false},{"id":694710630,"package_name":"set-blocking","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710631,"package_name":"shebang-command","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710632,"package_name":"shebang-regex","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":694710633,"package_name":"signal-exit","ecosystem":"npm","requirements":"3.0.7","direct":false,"kind":"development","optional":false},{"id":694710634,"package_name":"source-map","ecosystem":"npm","requirements":"0.6.1","direct":false,"kind":"development","optional":false},{"id":694710635,"package_name":"source-map-support","ecosystem":"npm","requirements":"0.5.21","direct":false,"kind":"development","optional":false},{"id":694710636,"package_name":"spawn-wrap","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710637,"package_name":"sprintf-js","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"development","optional":false},{"id":694710638,"package_name":"stack-utils","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":694710639,"package_name":"escape-string-regexp","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710640,"package_name":"string_decoder","ecosystem":"npm","requirements":"1.1.1","direct":false,"kind":"development","optional":false},{"id":694710641,"package_name":"string-width","ecosystem":"npm","requirements":"4.2.3","direct":false,"kind":"development","optional":false},{"id":694710642,"package_name":"strip-ansi","ecosystem":"npm","requirements":"6.0.1","direct":false,"kind":"development","optional":false},{"id":694710643,"package_name":"strip-bom","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":694710644,"package_name":"supports-color","ecosystem":"npm","requirements":"5.5.0","direct":false,"kind":"development","optional":false},{"id":694710645,"package_name":"tap","ecosystem":"npm","requirements":"16.2.0","direct":false,"kind":"development","optional":false},{"id":694710646,"package_name":"@ampproject/remapping","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"development","optional":false},{"id":694710647,"package_name":"@babel/compat-data","ecosystem":"npm","requirements":"7.17.7","direct":false,"kind":"development","optional":false},{"id":694710648,"package_name":"@babel/core","ecosystem":"npm","requirements":"7.17.8","direct":false,"kind":"development","optional":false},{"id":694710649,"package_name":"@babel/generator","ecosystem":"npm","requirements":"7.17.7","direct":false,"kind":"development","optional":false},{"id":694710650,"package_name":"@babel/helper-annotate-as-pure","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710651,"package_name":"@babel/helper-compilation-targets","ecosystem":"npm","requirements":"7.17.7","direct":false,"kind":"development","optional":false},{"id":694710652,"package_name":"@babel/helper-environment-visitor","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710653,"package_name":"@babel/helper-function-name","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710654,"package_name":"@babel/helper-get-function-arity","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710655,"package_name":"@babel/helper-module-transforms","ecosystem":"npm","requirements":"7.17.7","direct":false,"kind":"development","optional":false},{"id":694710656,"package_name":"@babel/helper-plugin-utils","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710657,"package_name":"@babel/helper-simple-access","ecosystem":"npm","requirements":"7.17.7","direct":false,"kind":"development","optional":false},{"id":694710658,"package_name":"@babel/helpers","ecosystem":"npm","requirements":"7.17.8","direct":false,"kind":"development","optional":false},{"id":694710659,"package_name":"@babel/highlight","ecosystem":"npm","requirements":"7.16.10","direct":false,"kind":"development","optional":false},{"id":694710660,"package_name":"@babel/parser","ecosystem":"npm","requirements":"7.17.8","direct":false,"kind":"development","optional":false},{"id":694710661,"package_name":"@babel/plugin-proposal-object-rest-spread","ecosystem":"npm","requirements":"7.17.3","direct":false,"kind":"development","optional":false},{"id":694710662,"package_name":"@babel/plugin-syntax-jsx","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710663,"package_name":"@babel/plugin-syntax-object-rest-spread","ecosystem":"npm","requirements":"7.8.3","direct":false,"kind":"development","optional":false},{"id":694710664,"package_name":"@babel/plugin-transform-destructuring","ecosystem":"npm","requirements":"7.17.7","direct":false,"kind":"development","optional":false},{"id":694710665,"package_name":"@babel/plugin-transform-parameters","ecosystem":"npm","requirements":"7.16.7","direct":false,"kind":"development","optional":false},{"id":694710666,"package_name":"@babel/plugin-transform-react-jsx","ecosystem":"npm","requirements":"7.17.3","direct":false,"kind":"development","optional":false},{"id":694710667,"package_name":"@babel/traverse","ecosystem":"npm","requirements":"7.17.3","direct":false,"kind":"development","optional":false},{"id":694710668,"package_name":"@babel/types","ecosystem":"npm","requirements":"7.17.0","direct":false,"kind":"development","optional":false},{"id":694710669,"package_name":"@isaacs/import-jsx","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"development","optional":false},{"id":694710670,"package_name":"@jridgewell/resolve-uri","ecosystem":"npm","requirements":"3.0.5","direct":false,"kind":"development","optional":false},{"id":694710671,"package_name":"@jridgewell/sourcemap-codec","ecosystem":"npm","requirements":"1.4.11","direct":false,"kind":"development","optional":false},{"id":694710672,"package_name":"@jridgewell/trace-mapping","ecosystem":"npm","requirements":"0.3.4","direct":false,"kind":"development","optional":false},{"id":694710673,"package_name":"@types/prop-types","ecosystem":"npm","requirements":"15.7.4","direct":false,"kind":"development","optional":false},{"id":694710674,"package_name":"@types/react","ecosystem":"npm","requirements":"17.0.41","direct":false,"kind":"development","optional":false},{"id":694710675,"package_name":"@types/scheduler","ecosystem":"npm","requirements":"0.16.2","direct":false,"kind":"development","optional":false},{"id":694710676,"package_name":"@types/yoga-layout","ecosystem":"npm","requirements":"1.9.2","direct":false,"kind":"development","optional":false},{"id":694710677,"package_name":"ansi-escapes","ecosystem":"npm","requirements":"4.3.2","direct":false,"kind":"development","optional":false},{"id":694710678,"package_name":"type-fest","ecosystem":"npm","requirements":"0.21.3","direct":false,"kind":"development","optional":false},{"id":694710679,"package_name":"ansicolors","ecosystem":"npm","requirements":"0.3.2","direct":false,"kind":"development","optional":false},{"id":694710680,"package_name":"astral-regex","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710681,"package_name":"auto-bind","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":694710682,"package_name":"browserslist","ecosystem":"npm","requirements":"4.20.2","direct":false,"kind":"development","optional":false},{"id":694710683,"package_name":"caller-callsite","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"development","optional":false},{"id":694710684,"package_name":"caller-path","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":694710685,"package_name":"callsites","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":694710686,"package_name":"caniuse-lite","ecosystem":"npm","requirements":"1.0.30001319","direct":false,"kind":"development","optional":false},{"id":694710687,"package_name":"cardinal","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":694710688,"package_name":"ci-info","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710689,"package_name":"cli-boxes","ecosystem":"npm","requirements":"2.2.1","direct":false,"kind":"development","optional":false},{"id":694710690,"package_name":"cli-cursor","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":694710691,"package_name":"cli-truncate","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":694710692,"package_name":"code-excerpt","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":694710693,"package_name":"convert-to-spaces","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":694710694,"package_name":"csstype","ecosystem":"npm","requirements":"3.0.11","direct":false,"kind":"development","optional":false},{"id":694710695,"package_name":"electron-to-chromium","ecosystem":"npm","requirements":"1.4.89","direct":false,"kind":"development","optional":false},{"id":694710696,"package_name":"glob","ecosystem":"npm","requirements":"7.2.0","direct":false,"kind":"development","optional":false},{"id":694710697,"package_name":"ink","ecosystem":"npm","requirements":"3.2.0","direct":false,"kind":"development","optional":false},{"id":694710698,"package_name":"ansi-styles","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"development","optional":false},{"id":694710699,"package_name":"chalk","ecosystem":"npm","requirements":"4.1.2","direct":false,"kind":"development","optional":false},{"id":694710700,"package_name":"color-convert","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"development","optional":false},{"id":694710701,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"development","optional":false},{"id":694710702,"package_name":"is-ci","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710703,"package_name":"lodash","ecosystem":"npm","requirements":"4.17.21","direct":false,"kind":"development","optional":false},{"id":694710704,"package_name":"loose-envify","ecosystem":"npm","requirements":"1.4.0","direct":false,"kind":"development","optional":false},{"id":694710705,"package_name":"mimic-fn","ecosystem":"npm","requirements":"2.1.0","direct":false,"kind":"development","optional":false},{"id":694710706,"package_name":"node-releases","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":694710707,"package_name":"object-assign","ecosystem":"npm","requirements":"4.1.1","direct":false,"kind":"development","optional":false},{"id":694710708,"package_name":"onetime","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"development","optional":false},{"id":694710709,"package_name":"patch-console","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":694710710,"package_name":"react","ecosystem":"npm","requirements":"17.0.2","direct":false,"kind":"development","optional":false},{"id":694710711,"package_name":"react-devtools-core","ecosystem":"npm","requirements":"4.24.1","direct":false,"kind":"development","optional":false},{"id":694710712,"package_name":"react-reconciler","ecosystem":"npm","requirements":"0.26.2","direct":false,"kind":"development","optional":false},{"id":694710713,"package_name":"redeyed","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":694710714,"package_name":"resolve-from","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":694710715,"package_name":"restore-cursor","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":694710716,"package_name":"scheduler","ecosystem":"npm","requirements":"0.20.2","direct":false,"kind":"development","optional":false},{"id":694710717,"package_name":"shell-quote","ecosystem":"npm","requirements":"1.7.3","direct":false,"kind":"development","optional":false},{"id":694710718,"package_name":"slice-ansi","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":694710719,"package_name":"source-map","ecosystem":"npm","requirements":"0.5.7","direct":false,"kind":"development","optional":false},{"id":694710720,"package_name":"tap-parser","ecosystem":"npm","requirements":"11.0.1","direct":false,"kind":"development","optional":false},{"id":694710721,"package_name":"tap-yaml","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"development","optional":false},{"id":694710722,"package_name":"to-fast-properties","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710723,"package_name":"treport","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":694710724,"package_name":"chalk","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"development","optional":false},{"id":694710725,"package_name":"type-fest","ecosystem":"npm","requirements":"0.12.0","direct":false,"kind":"development","optional":false},{"id":694710726,"package_name":"unicode-length","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":694710727,"package_name":"ansi-regex","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"development","optional":false},{"id":694710728,"package_name":"strip-ansi","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":694710729,"package_name":"widest-line","ecosystem":"npm","requirements":"3.1.0","direct":false,"kind":"development","optional":false},{"id":694710730,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"6.2.0","direct":false,"kind":"development","optional":false},{"id":694710731,"package_name":"wrappy","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":694710732,"package_name":"ws","ecosystem":"npm","requirements":"7.5.7","direct":false,"kind":"development","optional":false},{"id":694710733,"package_name":"yallist","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"development","optional":false},{"id":694710734,"package_name":"yaml","ecosystem":"npm","requirements":"1.10.2","direct":false,"kind":"development","optional":false},{"id":694710735,"package_name":"yoga-layout-prebuilt","ecosystem":"npm","requirements":"1.10.0","direct":false,"kind":"development","optional":false},{"id":694710736,"package_name":"tap-mocha-reporter","ecosystem":"npm","requirements":"5.0.3","direct":false,"kind":"development","optional":false},{"id":694710737,"package_name":"tcompare","ecosystem":"npm","requirements":"5.0.7","direct":false,"kind":"development","optional":false},{"id":694710738,"package_name":"test-exclude","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":694710739,"package_name":"through2","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"development","optional":false},{"id":694710740,"package_name":"to-regex-range","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"development","optional":false},{"id":694710741,"package_name":"trivial-deferred","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"development","optional":false},{"id":694710742,"package_name":"ts-node","ecosystem":"npm","requirements":"10.8.1","direct":false,"kind":"development","optional":false},{"id":694710743,"package_name":"type-fest","ecosystem":"npm","requirements":"0.8.1","direct":false,"kind":"development","optional":false},{"id":694710744,"package_name":"typedarray-to-buffer","ecosystem":"npm","requirements":"3.1.5","direct":false,"kind":"development","optional":false},{"id":694710745,"package_name":"typescript","ecosystem":"npm","requirements":"4.7.3","direct":false,"kind":"development","optional":false},{"id":694710746,"package_name":"util-deprecate","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"development","optional":false},{"id":694710747,"package_name":"uuid","ecosystem":"npm","requirements":"8.3.2","direct":false,"kind":"development","optional":false},{"id":694710748,"package_name":"v8-compile-cache-lib","ecosystem":"npm","requirements":"3.0.1","direct":false,"kind":"development","optional":false},{"id":694710749,"package_name":"which","ecosystem":"npm","requirements":"2.0.2","direct":false,"kind":"development","optional":false},{"id":694710750,"package_name":"which-module","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"development","optional":false},{"id":694710751,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"7.0.0","direct":false,"kind":"development","optional":false},{"id":694710752,"package_name":"write-file-atomic","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"development","optional":false},{"id":694710753,"package_name":"xtend","ecosystem":"npm","requirements":"4.0.2","direct":false,"kind":"development","optional":false},{"id":694710754,"package_name":"y18n","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"development","optional":false},{"id":694710755,"package_name":"yallist","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":694710756,"package_name":"yargs","ecosystem":"npm","requirements":"15.4.1","direct":false,"kind":"development","optional":false},{"id":694710757,"package_name":"cliui","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"development","optional":false},{"id":694710758,"package_name":"yargs-parser","ecosystem":"npm","requirements":"18.1.3","direct":false,"kind":"development","optional":false},{"id":694710759,"package_name":"yn","ecosystem":"npm","requirements":"3.1.1","direct":false,"kind":"development","optional":false}]},{"ecosystem":"npm","filepath":"package.json","sha":null,"kind":"manifest","created_at":"2022-08-08T21:01:07.814Z","updated_at":"2022-08-08T21:01:07.814Z","repository_link":"https://github.com/isaacs/minipass/blob/main/package.json","dependencies":[{"id":694710795,"package_name":"yallist","ecosystem":"npm","requirements":"^4.0.0","direct":true,"kind":"runtime","optional":false},{"id":694710796,"package_name":"@types/node","ecosystem":"npm","requirements":"^17.0.41","direct":true,"kind":"development","optional":false},{"id":694710797,"package_name":"end-of-stream","ecosystem":"npm","requirements":"^1.4.0","direct":true,"kind":"development","optional":false},{"id":694710798,"package_name":"prettier","ecosystem":"npm","requirements":"^2.6.2","direct":true,"kind":"development","optional":false},{"id":694710799,"package_name":"tap","ecosystem":"npm","requirements":"^16.2.0","direct":true,"kind":"development","optional":false},{"id":694710800,"package_name":"through2","ecosystem":"npm","requirements":"^2.0.3","direct":true,"kind":"development","optional":false},{"id":694710801,"package_name":"ts-node","ecosystem":"npm","requirements":"^10.8.1","direct":true,"kind":"development","optional":false},{"id":694710802,"package_name":"typescript","ecosystem":"npm","requirements":"^4.7.3","direct":true,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/ci.yml","sha":null,"kind":"manifest","created_at":"2023-09-29T01:03:39.288Z","updated_at":"2023-09-29T01:03:39.288Z","repository_link":"https://github.com/isaacs/minipass/blob/main/.github/workflows/ci.yml","dependencies":[{"id":14007726486,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v1.1.0","direct":true,"kind":"composite","optional":false},{"id":14007726487,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/static.yml","sha":null,"kind":"manifest","created_at":"2023-09-29T01:03:39.297Z","updated_at":"2023-09-29T01:03:39.297Z","repository_link":"https://github.com/isaacs/minipass/blob/main/.github/workflows/static.yml","dependencies":[{"id":14007726488,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14007726489,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14007726490,"package_name":"actions/configure-pages","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14007726491,"package_name":"actions/upload-pages-artifact","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":14007726492,"package_name":"actions/deploy-pages","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]}],"score":31.64299165385375,"created_at":"2026-07-08T05:36:04.854Z","updated_at":"2026-07-22T13:01:45.102Z","avatar_url":"https://github.com/isaacs.png","language":"TypeScript","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/377797","html_url":"https://summary.ecosyste.ms/projects/377797"}