{"id":3499544,"name":"github.com/go-cmd/cmd","ecosystem":"go","description":"Package cmd runs external commands with concurrent access to output and\nstatus. It wraps the Go standard library os/exec.Command to correctly handle\nreading output (STDOUT and STDERR) while a command is running and killing a\ncommand. All operations are safe to call from multiple goroutines.\n\nA basic example that runs env and prints its output:\n\nCommands can be ran synchronously (blocking) or asynchronously (non-blocking):\n\nStart returns a channel to which the final Status is sent when the command\nfinishes for any reason. The first example blocks receiving on the channel.\nThe second example is non-blocking because it saves the channel and receives\non it later. Only one final status is sent to the channel; use Done for\nmultiple goroutines to wait for the command to finish, then call Status to\nget the final status.","homepage":"https://github.com/go-cmd/cmd","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-cmd/cmd","keywords_array":[],"namespace":"github.com/go-cmd","versions_count":16,"first_release_published_at":"2017-03-22T18:54:34.000Z","latest_release_published_at":"2024-06-23T21:12:56.000Z","latest_release_number":"v1.4.3","last_synced_at":"2026-05-31T02:01:28.289Z","created_at":"2022-04-10T20:00:22.302Z","updated_at":"2026-05-31T02:01:28.290Z","registry_url":"https://pkg.go.dev/github.com/go-cmd/cmd","install_command":"go get github.com/go-cmd/cmd","documentation_url":"https://pkg.go.dev/github.com/go-cmd/cmd#section-documentation","metadata":{},"repo_metadata":{"id":18319974,"uuid":"84010400","full_name":"go-cmd/cmd","owner":"go-cmd","description":"Non-blocking external commands in Go with streaming output","archived":false,"fork":false,"pushed_at":"2024-06-25T01:36:31.000Z","size":115,"stargazers_count":995,"open_issues_count":10,"forks_count":132,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-08-13T17:41:02.569Z","etag":null,"topics":["asynchronous","command","golang","non-blocking","real-time"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-cmd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-05T23:30:39.000Z","updated_at":"2025-08-11T01:56:30.000Z","dependencies_parsed_at":"2022-08-07T09:00:39.285Z","dependency_job_id":"34e2696c-d81d-42e7-a6fc-4b9ff90b0865","html_url":"https://github.com/go-cmd/cmd","commit_stats":{"total_commits":92,"total_committers":17,"mean_commits":5.411764705882353,"dds":0.3152173913043478,"last_synced_commit":"500562c204744af1802ae24316a7e0bf88dcc545"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/go-cmd/cmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-cmd","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/sbom","scorecard":{"id":431539,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-cmd/cmd","commit":"7e4872cdc3d61d9628359bffff05f695b1395471"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.1,"checks":[{"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":"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Code-Review","score":1,"reason":"Found 3/20 approved changesets -- score normalized to 1","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":"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/codeql-analysis.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/go-cmd/cmd/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/go-cmd/cmd/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/go-cmd/cmd/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/go-cmd/cmd/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-cmd/cmd/go.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/go-cmd/cmd/go.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/go.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/go-cmd/cmd/go.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/go.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/go-cmd/cmd/go.yml/master?enable=pin","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:28","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:29","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/go.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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":"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: MIT 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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 20 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:58.767Z","repository_id":18319974,"created_at":"2025-08-19T03:27:58.767Z","updated_at":"2025-08-19T03:27:58.767Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017673,"owners_count":26086125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":"go-cmd","name":"go-cmd","uuid":"26208844","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/26208844?v=4","repositories_count":2,"last_synced_at":"2024-03-16T00:04:18.717Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-cmd","funding_links":[],"total_stars":857,"followers":null,"following":null,"created_at":"2022-11-08T20:31:38.222Z","updated_at":"2024-03-16T00:04:20.059Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-cmd","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-cmd/repositories"},"tags":[{"name":"v1.4.3","sha":"b47399882e557eb7f50f901ca373691491350929","kind":"commit","published_at":"2024-06-23T21:12:56.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.4.3","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"500562c204744af1802ae24316a7e0bf88dcc545","kind":"commit","published_at":"2023-07-08T19:57:10.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.4.2","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"fa11d77415735b5d02968012dae9a3b0de05ef9f","kind":"commit","published_at":"2022-03-27T13:47:47.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.4.1","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"fa4c557366cc111a06ce24cd3ee50c1b0918f8c2","kind":"commit","published_at":"2022-01-01T17:00:29.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.4.0","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.4.0/manifests"},{"name":"v1.3.1","sha":"8222213fa8385eeb6954fad65758b1708866cf95","kind":"commit","published_at":"2021-10-13T14:50:17.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.3.1","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"d6ccddaef9e6386182b28eb15d8154aafa97ba11","kind":"commit","published_at":"2020-11-01T15:01:32.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.3.0","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"216dc8845c0a85f80c3a17df3c7afc57c357f35d","kind":"commit","published_at":"2020-07-11T20:31:04.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.2.1","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"8e0a8d7292769bcc4fd6e1549a589943b9e2a301","kind":"commit","published_at":"2020-01-26T19:22:30.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.2.0","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"1e96b7e6077121c2457364b0e0ab14220a68b56c","kind":"commit","published_at":"2019-11-24T21:52:49.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.1.0","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.1.0/manifests"},{"name":"v1.0.6","sha":"0e76812f56277b78ef3b503481a63811c18bd346","kind":"commit","published_at":"2019-09-30T16:28:36.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.0.6","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"593c238fc628841816ab2509c3e9c4c1066149c3","kind":"commit","published_at":"2019-07-20T23:17:54.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.0.5","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"db1a8287640cedff487674c2f4439805b58f42aa","kind":"commit","published_at":"2018-11-22T23:02:09.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.0.4","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.4/manifests"},{"name":"v1.0.3","sha":"b84ca4f2247327f07f46331c260675cba1a1dc7a","kind":"commit","published_at":"2018-05-13T17:49:16.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.0.3","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"bcc8acb0e40f18e9f14dd57d35bc76e06541fb12","kind":"commit","published_at":"2018-04-29T00:55:26.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.0.2","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"c640b657ce986444abc70ba96ca8804d86f9e4c8","kind":"commit","published_at":"2018-04-22T19:06:24.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.0.1","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"047fde6710aaaa00c2ff9d29551e7e8925287f3b","kind":"commit","published_at":"2017-03-22T18:54:34.000Z","download_url":"https://codeload.github.com/go-cmd/cmd/tar.gz/v1.0.0","html_url":"https://github.com/go-cmd/cmd/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-cmd/cmd@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-cmd%2Fcmd/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-14T02:26:17.942Z","dependent_packages_count":228,"downloads":null,"downloads_period":null,"dependent_repos_count":1749,"rankings":{"downloads":null,"dependent_repos_count":0.19452084070351186,"dependent_packages_count":0.31192900296788834,"stargazers_count":2.225525906544926,"forks_count":2.4504413284255344,"docker_downloads_count":0.7229950607268129,"average":1.1810824278737346},"purl":"pkg:golang/github.com/go-cmd/cmd","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-cmd/cmd","docker_dependents_count":31,"docker_downloads_count":580912,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-cmd/cmd","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-cmd/cmd/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-26T15:09:43.712Z","issues_count":65,"pull_requests_count":51,"avg_time_to_close_issue":12005705.8,"avg_time_to_close_pull_request":7045156.456521739,"issues_closed_count":55,"pull_requests_closed_count":46,"pull_request_authors_count":28,"issue_authors_count":59,"avg_comments_per_issue":2.0307692307692307,"avg_comments_per_pull_request":1.9019607843137254,"merged_pull_requests_count":34,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":7,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":34096.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":7,"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/go-cmd%2Fcmd/issues","maintainers":[{"login":"daniel-nichter","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/daniel-nichter"},{"login":"croqaz","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/croqaz"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-cmd%2Fcmd/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-cmd%2Fcmd/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-cmd%2Fcmd/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-cmd%2Fcmd/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-cmd%2Fcmd/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-cmd%2Fcmd/codemeta","maintainers":[]}