{"id":4123604,"name":"github.com/cliutils/cli11","ecosystem":"go","description":"","homepage":null,"licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/cliutils/cli11","keywords_array":[],"namespace":"github.com/cliutils","versions_count":33,"first_release_published_at":"2017-06-01T13:50:03.000Z","latest_release_published_at":"2026-02-26T14:43:02.000Z","latest_release_number":"v2.6.2+incompatible","last_synced_at":"2026-05-13T13:40:30.521Z","created_at":"2022-04-12T15:07:21.373Z","updated_at":"2026-05-13T13:40:30.521Z","registry_url":"https://pkg.go.dev/github.com/cliutils/cli11","install_command":"go get github.com/cliutils/cli11","documentation_url":"https://pkg.go.dev/github.com/cliutils/cli11#section-documentation","metadata":{},"repo_metadata":{"id":37334711,"uuid":"80064252","full_name":"CLIUtils/CLI11","owner":"CLIUtils","description":"CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.","archived":false,"fork":false,"pushed_at":"2025-10-18T17:48:51.000Z","size":4299,"stargazers_count":3903,"open_issues_count":87,"forks_count":393,"subscribers_count":47,"default_branch":"main","last_synced_at":"2025-10-19T08:22:58.105Z","etag":null,"topics":["cli","cli-parser","cpp11","no-dependencies"],"latest_commit_sha":null,"homepage":"https://cliutils.github.io/CLI11/book/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CLIUtils.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","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}},"created_at":"2017-01-25T22:29:34.000Z","updated_at":"2025-10-19T05:30:06.000Z","dependencies_parsed_at":"2023-11-21T16:38:07.590Z","dependency_job_id":"b2eea64a-1074-4701-bd3e-1de4575f44e3","html_url":"https://github.com/CLIUtils/CLI11","commit_stats":{"total_commits":1161,"total_committers":86,"mean_commits":13.5,"dds":0.3875968992248062,"last_synced_commit":"4a14b78ff44ee4e25105d0ec7d6fc1fbd7bbca5e"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/CLIUtils/CLI11","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CLIUtils","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/sbom","scorecard":{"id":26084,"data":{"date":"2025-08-11","repo":{"name":"github.com/CLIUtils/CLI11","commit":"dfd3d900786dcd2c8ec1ed60594dea595923157c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"20 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10","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":4,"reason":"Found 10/24 approved changesets -- score normalized to 4","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":"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/arm_mac_gcc.yml:1","Warn: no topLevel permission defined: .github/workflows/build.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/docs.yml:11","Warn: no topLevel permission defined: .github/workflows/freebsd.yml:1","Warn: no topLevel permission defined: .github/workflows/fuzz.yml:1","Warn: no topLevel permission defined: .github/workflows/pr_merged.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.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":"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/arm_mac_gcc.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/arm_mac_gcc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:75: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:83: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:90: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/freebsd.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/freebsd.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/freebsd.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/freebsd.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/fuzz.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/fuzz.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/fuzz.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/fuzz.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr_merged.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/pr_merged.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:103: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:121: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:167: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:183: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:266: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:148: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:215: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:136: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:290: update your workflow using https://app.stepsecurity.io/secureworkflow/CLIUtils/CLI11/tests.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/docs.yml:51","Info:   0 out of  34 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party 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":"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":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":"CII-Best-Practices","score":2,"reason":"badge detected: InProgress","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":10,"reason":"project is fuzzed","details":["Info: CppLibFuzzer integration found: fuzz/cli11_app_fuzz.cpp:13","Info: CppLibFuzzer integration found: fuzz/cli11_file_fuzz.cpp:14"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.5.0 not signed: https://api.github.com/repos/CLIUtils/CLI11/releases/202782610","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/CLIUtils/CLI11/releases/154235686","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/CLIUtils/CLI11/releases/140454146","Warn: release artifact v2.4.0 not signed: https://api.github.com/repos/CLIUtils/CLI11/releases/139843087","Warn: release artifact v2.3.2 not signed: https://api.github.com/repos/CLIUtils/CLI11/releases/87843215","Warn: release artifact v2.5.0 does not have provenance: https://api.github.com/repos/CLIUtils/CLI11/releases/202782610","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/CLIUtils/CLI11/releases/154235686","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/CLIUtils/CLI11/releases/140454146","Warn: release artifact v2.4.0 does not have provenance: https://api.github.com/repos/CLIUtils/CLI11/releases/139843087","Warn: release artifact v2.3.2 does not have provenance: https://api.github.com/repos/CLIUtils/CLI11/releases/87843215"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-14T17:54:45.417Z","repository_id":37334711,"created_at":"2025-08-14T17:54:45.417Z","updated_at":"2025-08-14T17:54:45.417Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280169395,"owners_count":26284203,"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-20T02:00:06.978Z","response_time":62,"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":"CLIUtils","name":"CLIUtils","uuid":"26603456","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/26603456?v=4","repositories_count":4,"last_synced_at":"2023-03-04T19:48:12.167Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/CLIUtils","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T23:39:05.438Z","updated_at":"2023-03-04T19:48:12.209Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CLIUtils","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CLIUtils/repositories"},"tags":[{"name":"v2.5.0","sha":"4160d259d961cd393fd8d67590a8c7d210207348","kind":"commit","published_at":"2025-02-27T12:25:31.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v2.5.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.5.0/manifests"},{"name":"v2.4.2","sha":"6c7b07a878ad834957b98d0f9ce1dbe0cb204fc9","kind":"commit","published_at":"2024-05-04T04:50:51.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v2.4.2","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"f4d0731cebb123ff0ace712c099dffbcd2c58e5a","kind":"commit","published_at":"2024-02-08T03:13:27.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v2.4.1","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"88e9bb17418ee730817d5942894d99a4bdd78fb3","kind":"commit","published_at":"2024-02-05T03:59:34.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v2.4.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.4.0/manifests"},{"name":"v2.3.2","sha":"291c58789c031208f08f4f261a858b5b7083e8e2","kind":"commit","published_at":"2023-01-04T00:12:23.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v2.3.2","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"c2ea58c7f9bb2a1da2d3d7f5b462121ac6a07f16","kind":"commit","published_at":"2022-11-01T03:54:32.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v2.3.1","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"a66ae4145779c56dc0f9f98a631656417dd77de8","kind":"commit","published_at":"2022-10-06T04:09:41.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v2.3.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"b9be5b9444772324459989177108a6a65b8b2769","kind":"commit","published_at":"2022-03-27T03:35:05.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v2.2.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"70f8072f9dd2292fd0b9f9e5f58e279f60483ed3","kind":"commit","published_at":"2021-10-18T14:14:21.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v2.1.2","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5ce8958c7e3d2c871d1ba3180a4e4f1543eece4a","kind":"commit","published_at":"2021-09-29T11:24:48.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v2.1.1","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"ac29910a69e9699c15cad9cb95cecce453433edb","kind":"commit","published_at":"2021-09-20T19:50:58.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v2.1.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"0d06d21b56eadef9dcb24907ee2866b2b6f0babe","kind":"commit","published_at":"2021-07-14T15:34:43.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v2.0.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v2.0.0/manifests"},{"name":"v1.9.1","sha":"5cb3efabce007c3a0230e4cc2e27da491c646b6c","kind":"commit","published_at":"2020-06-20T14:29:27.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.9.1","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"dd0d8e4fe729e5b1110232c7a5c9566dad884686","kind":"commit","published_at":"2020-01-19T23:00:53.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.9.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.9.0/manifests"},{"name":"v1.8.0","sha":"13becaddb657eacd090537719a669d66d393b8b2","kind":"commit","published_at":"2019-05-20T12:23:11.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.8.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.8.0/manifests"},{"name":"v1.7.1","sha":"49ac989a9527ee9bb496de9ded7b4872c2e0e5ca","kind":"tag","published_at":"2019-01-30T15:31:09.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.7.1","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"411364a59d10b2e3975395f8994f5d1b849b78f2","kind":"tag","published_at":"2019-01-24T10:37:54.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.7.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.7.0/manifests"},{"name":"v1.6.2","sha":"bd4dc911847d0cde7a6b41dfa626a85aab213baf","kind":"tag","published_at":"2018-11-24T21:55:20.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.6.2","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"92b8f6e3bfba72b19bb92b3daad4d0c6ff66fb8e","kind":"tag","published_at":"2018-07-30T08:21:33.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.6.1","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"e32656e46d0dba79a747a25637a8b38a14a12a8b","kind":"tag","published_at":"2018-06-28T12:36:43.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.6.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.6.0/manifests"},{"name":"v1.5.4","sha":"76fe8cd7ea2bb74cb06907a7b7cf0b8c2c9f399d","kind":"tag","published_at":"2018-06-14T12:16:11.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.5.4","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7a6cd04ec4b327ffc3ccc75a7a7fcac3f37800bb","kind":"tag","published_at":"2018-04-19T10:53:11.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.5.3","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"bd890e24a1f081d6db1a59a0cc372eccc64e9e52","kind":"tag","published_at":"2018-04-17T14:13:58.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.5.2","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"3520d6cfd7335821457558da213239e36ba51fa2","kind":"tag","published_at":"2018-04-12T07:25:01.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.5.1","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"cf6a99fa69aaefe477cc52e3ef4a7d2d7fa40714","kind":"tag","published_at":"2018-04-09T14:04:12.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.5.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.5.0/manifests"},{"name":"v1.4.0","sha":"e0447b662af10414d6888ba4e5fb6777215c16d3","kind":"tag","published_at":"2018-03-10T10:08:56.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.4.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"0302ecf83fd2ddaad8f41d396d99cd32860a0133","kind":"tag","published_at":"2017-12-01T13:56:55.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.3.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"b9401539906785f2d44b73dbb0d437b12d27fb22","kind":"tag","published_at":"2017-09-23T03:12:35.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.2.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"116b9d91547c3bf6efd90e7c15a914735f3879ac","kind":"tag","published_at":"2017-06-09T18:58:00.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.1.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a187ec23e890c860775a1565bc1581582ba812bf","kind":"tag","published_at":"2017-06-01T15:07:16.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v1.0.0","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v1.0.0/manifests"},{"name":"v0.9","sha":"b7dad99d9e70d3611c73a9a0106e3ce529fd214c","kind":"tag","published_at":"2017-04-24T00:52:04.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v0.9","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.9/manifests"},{"name":"v0.8","sha":"1619e863a2695308b248ba650f5dc84ebe77afbe","kind":"tag","published_at":"2017-03-25T20:56:45.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v0.8","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.8/manifests"},{"name":"v0.7","sha":"e6c2da3c3326ac8e87cdaec1b5597934b89a85f3","kind":"tag","published_at":"2017-03-23T19:34:07.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v0.7","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.7/manifests"},{"name":"v0.6","sha":"84add337bb66c29f792a6ab75c8aa919ed3ab71b","kind":"tag","published_at":"2017-03-02T19:41:34.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v0.6","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.6/manifests"},{"name":"v0.5","sha":"18841085782db5c26b9d861655e028a8e98aebca","kind":"tag","published_at":"2017-02-22T13:29:23.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v0.5","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.5/manifests"},{"name":"v0.4","sha":"54a2f720d6835adee9bedbbb4c838badb39a6a09","kind":"tag","published_at":"2017-02-14T01:54:24.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v0.4","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.4/manifests"},{"name":"v0.3","sha":"2b53550ab5e74e6ff4aa05543d3fa6f8f5f87d53","kind":"tag","published_at":"2017-02-12T23:18:34.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v0.3","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.3/manifests"},{"name":"v0.2","sha":"1bf66bc3e5394910c5716ea98c81b7e1f411eeb0","kind":"tag","published_at":"2017-02-07T19:20:13.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v0.2","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.2/manifests"},{"name":"v0.1","sha":"9e142893b7c396062c20d70d83445cbf5f2f0233","kind":"tag","published_at":"2017-02-06T18:31:37.000Z","download_url":"https://codeload.github.com/CLIUtils/CLI11/tar.gz/v0.1","html_url":"https://github.com/CLIUtils/CLI11/releases/tag/v0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/CLIUtils/CLI11@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2025-10-27T15:09:56.142Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":null,"forks_count":null,"average":8.172500131868823},"purl":"pkg:golang/github.com/cliutils/cli11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/cliutils/cli11","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/cliutils/cli11","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/cliutils/cli11/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-20T16:00:27.243Z","issues_count":163,"pull_requests_count":367,"avg_time_to_close_issue":20152145.958677687,"avg_time_to_close_pull_request":2871376.3902439023,"issues_closed_count":121,"pull_requests_closed_count":328,"pull_request_authors_count":50,"issue_authors_count":136,"avg_comments_per_issue":2.539877300613497,"avg_comments_per_pull_request":1.9264305177111718,"merged_pull_requests_count":293,"bot_issues_count":1,"bot_pull_requests_count":105,"past_year_issues_count":42,"past_year_pull_requests_count":136,"past_year_avg_time_to_close_issue":1228548.125,"past_year_avg_time_to_close_pull_request":395629.27678571426,"past_year_issues_closed_count":24,"past_year_pull_requests_closed_count":112,"past_year_pull_request_authors_count":18,"past_year_issue_authors_count":40,"past_year_avg_comments_per_issue":1.5476190476190477,"past_year_avg_comments_per_pull_request":1.6764705882352942,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":45,"past_year_merged_pull_requests_count":107,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/CLIUtils%2FCLI11/issues","maintainers":[{"login":"phlptp","count":141,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/phlptp"},{"login":"henryiii","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/henryiii"},{"login":"lczech","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lczech"},{"login":"jbriales","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jbriales"}],"active_maintainers":[{"login":"phlptp","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/phlptp"},{"login":"henryiii","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/henryiii"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcliutils%2Fcli11/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcliutils%2Fcli11/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcliutils%2Fcli11/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcliutils%2Fcli11/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcliutils%2Fcli11/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcliutils%2Fcli11/codemeta","maintainers":[]}