{"id":14081186,"name":"greemdev.nuke.components.github","ecosystem":"nuget","description":"The AKEless Build System for C#/.NET","homepage":"https://nuke.greemdev.net/","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/gruke-build/src","keywords_array":["build","automation","continuous-integration","tools","orchestration"],"namespace":null,"versions_count":2,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-04-09T03:53:54.417Z","latest_release_number":"10.3.0","last_synced_at":"2026-04-09T04:01:01.210Z","created_at":"2026-03-19T08:02:20.636Z","updated_at":"2026-04-09T04:10:57.583Z","registry_url":"https://www.nuget.org/packages/greemdev.nuke.components.github/","install_command":"Install-Package greemdev.nuke.components.github","documentation_url":null,"metadata":{"copyright":"Copyright 2026 Maintainers of NUKE","license_info":{"type":"expression","text":"MIT","version":null},"license_url":"https://licenses.nuget.org/MIT","require_license_acceptance":false,"icon":"icon.png","repository":{"type":"git","url":"https://github.com/gruke-build/src.git","branch":null,"commit":"ce3651cf4f4bcd5dd12176eb77def28ed0870a81"},"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"release_notes":"• Added KiotaTasks, a NUKE CLI tool wrapper for [microsoft/kiota](https://github.com/microsoft/kiota).\n  • Example usage can be found in this very project, as I added this to generate the API client in GreemDev.Nuke.Components.Forgejo.\n  • [usage](https://github.com/gruke-build/src/blob/2174568e3cadfccc8127fa8e11ed8cc625fbe370/build/Build.Kiota.cs), [generated output](https://github.com/gruke-build/src/tree/2174568e3cadfccc8127fa8e11ed8cc625fbe370/source/Nuke.Components.Forgejo/generated)\n• [Forgejo Actions](https://forgejo.org/docs/next/user/actions/overview/) workflow generation \u0026 CI environment support\n    • [Access environment variables defined in their documentation in your C# code in a type-safe manner with documentation for each variable](https://nuke.greemdev.net/docfx/api/Nuke.Common.CI.ForgejoActions.ForgejoActions.html).\n    • Due to Forgejo Actions' [overwhelming similarities to GitHub Actions](https://forgejo.org/docs/latest/user/actions/github-actions/), I was able to maintain practically 1:1 feature parity with the GitHub Actions generator.\n        • The only missing feature (as far as I can tell, and only that I could have possibly encountered) is the [lack of a permissions YAML block](https://forgejo.org/docs/latest/user/actions/github-actions/#known-list-of-differences).\n    • Explicit support was added to support the limits of the [Codeberg public FJA runners](https://codeberg.org/actions/meta), as well as a class containing constants for them: [CodebergRunners](https://nuke.greemdev.net/docfx/api/Nuke.Common.CI.ForgejoActions.CodebergRunners.html)\n    • To provide GitHub Actions familiarity, Forgejo exposes GITHUB_-prefixed environment variables. However, Forgejo *also• exposes FORGEJO_-prefixed variables, while GitHub does not.\n      • As a result, [Forgejo Actions is no longer treated as being a GitHub Actions environment](https://github.com/gruke-build/src/commit/a5c99dc2c1cbfe225be28c2f178140f4d9c21d93).\n      • If you relied on this functionality you will need to replace your usages of GitHubActions with ForgejoActions where relevant.\n• [Woodpecker CI](https://woodpecker-ci.org/docs/intro) workflow generation \u0026 CI environment support\n  • Woodpecker has no first-party job artifacts functionality, expecting you to use a plugin to provide that.\n    • The only plugins I could find require some form of external storage solution, meaning you (the user of Woodpecker) is responsible for managing your own artifacts bin.\n  • As a result, this is mostly only useful as a linter/tester on its own.\n  • You have access to Forge-specific APIs in the new GreemDev.Nuke.Components.{GitHub, Forgejo, GitLab} NuGet packages.\n    • You can use these to create releases. The Woodpecker CI generator has support for importing secrets.\n      • ICreateGitHubRelease has moved to GreemDev.Nuke.Components.GitHub\n      • ICreateForgejoRelease has been added to GreemDev.Nuke.Components.Forgejo, and works identically to GitHub, except where it had GitHub it has Forgejo now, what a surprise.\n      • ICreateGitLabRelease has been added to GreemDev.Nuke.Components.GitLab, and is more complex, expecting a Name, Version, and PackageName.\n        • GitLab works differently to GitHub \u0026 Forgejo, it does not have a dedicated release assets feature.\n          • The solution we use is to upload to the [Generic Package repository](https://docs.gitlab.com/user/packages/generic_packages/), then create a release that links to all the files in the GPR package version.\n          • Requires your GitLab project to have [Releases](https://docs.gitlab.com/user/project/releases/) and [Package Registry](https://docs.gitlab.com/user/packages/package_registry/) enabled.\n      • These component interfaces do not need to be used on Woodpecker.\n• Moved GitterTasks to the namespace Nuke.Common.Tools.Gitter.\n• SetBranch on GitRepository has been removed, use GitRepository.ModifyCopy(branch: ...) instead.\n• Removed ShutdownDotNetAfterServerBuild attribute, it existed due to the .NET CLI's lack of ability for forcibly disabling the use of build servers.\n  • .NET has since added this, as such the attribute has [been removed and its behavior has been nativized](https://github.com/gruke-build/src/commit/8b29341a37e0668ddeb918baf6610c338150b77e).\n  • You can re-enable build servers (not possible before) by setting your [NukeBuild's DisableDotNetBuildServers property](https://nuke.greemdev.net/docfx/api/Nuke.Common.NukeBuild.html#Nuke_Common_NukeBuild_DisableDotNetBuildServers) to true.\n• [Dusted off the old Notifications system that existed in the project](https://github.com/gruke-build/src/commit/90e8a484d750d35a6767ff68a2c54cfb56e42e1c) and hooked it up to a notifications JSON file I control.\n  • Probably will use this to notify about breaking changes.\n  • Notifications display after a build.\n  • Support has also been added to DisableDefaultOutputAttribute to fully block displaying notifications at all. This will also skip requesting them.\n• [Removed Telemetry](https://github.com/gruke-build/src/commit/c4943bcab7a645b571bf9452fd2a5a7a11457b9b)\n  • And [removed the page on the docs](https://github.com/gruke-build/docs/commit/256cfab2467cfff578aa5b22c5e554cd9e946c4e) about it.\n• [nuke-build#1321](https://github.com/nuke-build/nuke/pull/1321): fix: Allow UTF-8 console input\n  • Thanks, [@rus-art](https://github.com/rus-art)!\n\nFull changelog at https://nuke.greemdev.net/docfx/changelog.html","dependency_summary":{"total_dependency_groups":1,"target_frameworks":["net10.0"],"total_dependencies":2}},"repo_metadata":{"id":340895314,"uuid":"1167908411","full_name":"gruke-build/src","owner":"gruke-build","description":"🏗 The AKEless Build System for C#/.NET","archived":false,"fork":false,"pushed_at":"2026-03-22T19:40:16.000Z","size":43779,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-03-23T00:11:29.758Z","etag":null,"topics":["appveyor","appveyor-ci","azure-pipelines","build-automation","codeberg-ci","continuous-deployment","continuous-integration","csharp","dotnet","forgejo-actions","github-actions","gitlab-ci","nuke","orchestration","teamcity"],"latest_commit_sha":null,"homepage":"https://nuke.greemdev.net","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"nuke-build/nuke","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gruke-build.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","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":"2026-02-26T20:17:09.000Z","updated_at":"2026-03-22T19:40:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gruke-build/src","commit_stats":null,"previous_names":["greemdev/nuke","gruke-build/src"],"tags_count":122,"template":false,"template_full_name":null,"purl":"pkg:github/gruke-build/src","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gruke-build","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31585022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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":"gruke-build","name":"GRUKE","uuid":"264981548","kind":"organization","description":"Fork of NUKE, a Build Automation System for C#/.NET","email":null,"website":"https://gruke.readthedocs.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/264981548?v=4","repositories_count":1,"last_synced_at":"2026-03-02T14:35:14.637Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/gruke-build","funding_links":[],"total_stars":1,"followers":1,"following":0,"created_at":"2026-03-02T14:35:14.664Z","updated_at":"2026-03-02T14:35:14.664Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gruke-build","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gruke-build/repositories"},"tags":[{"name":"10.2.0","sha":"8f6c137a3c491bc0d8e5a8fef989d67112a436b3","kind":"commit","published_at":"2026-03-07T07:26:57.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/10.2.0","html_url":"https://github.com/gruke-build/src/releases/tag/10.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@10.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/10.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/10.2.0/manifests"},{"name":"10.1.0","sha":"8aaec258a7e00e5d98e013be025db1a42bc58d79","kind":"commit","published_at":"2025-12-02T09:17:32.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/10.1.0","html_url":"https://github.com/gruke-build/src/releases/tag/10.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@10.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/10.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/10.1.0/manifests"},{"name":"10.0.1","sha":"1a7ecc7458e96ef1c73705a05363fe4e0fa8ce5b","kind":"commit","published_at":"2025-12-01T14:45:14.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/10.0.1","html_url":"https://github.com/gruke-build/src/releases/tag/10.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@10.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/10.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/10.0.1/manifests"},{"name":"10.0.0","sha":"0c6c25c0c4cc8d502323645aeb242cef3d674721","kind":"commit","published_at":"2025-11-20T20:45:54.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/10.0.0","html_url":"https://github.com/gruke-build/src/releases/tag/10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/10.0.0/manifests"},{"name":"9.0.4","sha":"a20c3b752d0c9f533a6e2c21fee6325032cd3d70","kind":"commit","published_at":"2025-01-15T21:33:54.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/9.0.4","html_url":"https://github.com/gruke-build/src/releases/tag/9.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@9.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/9.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/9.0.4/manifests"},{"name":"9.0.3","sha":"f38745a72c2c9d9f630ffd2fe5e04431ce2d166f","kind":"commit","published_at":"2024-12-04T23:26:36.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/9.0.3","html_url":"https://github.com/gruke-build/src/releases/tag/9.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@9.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/9.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/9.0.3/manifests"},{"name":"9.0.2","sha":"b8bba6eef97ac1c59c954464983ce7b9080240e6","kind":"commit","published_at":"2024-12-03T02:03:36.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/9.0.2","html_url":"https://github.com/gruke-build/src/releases/tag/9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@9.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/9.0.2/manifests"},{"name":"9.0.1","sha":"a94fbe2ca0c12a4bf2df0a4c92e9dc51ee8f1076","kind":"commit","published_at":"2024-11-21T14:35:05.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/9.0.1","html_url":"https://github.com/gruke-build/src/releases/tag/9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@9.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/9.0.1/manifests"},{"name":"9.0.0","sha":"7d7354dfb4a5e2983fbb8924faa922954169be2e","kind":"commit","published_at":"2024-11-21T00:09:42.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/9.0.0","html_url":"https://github.com/gruke-build/src/releases/tag/9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/9.0.0/manifests"},{"name":"8.1.4","sha":"245ccadae9fc856bef1b7c929958e3230fd1f729","kind":"commit","published_at":"2024-11-06T10:49:46.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/8.1.4","html_url":"https://github.com/gruke-build/src/releases/tag/8.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@8.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/8.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/8.1.4/manifests"},{"name":"8.1.3","sha":"45063fd8e8531a3146ee64c9d93f1d3360062c29","kind":"commit","published_at":"2024-11-05T00:11:33.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/8.1.3","html_url":"https://github.com/gruke-build/src/releases/tag/8.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@8.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/8.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/8.1.3/manifests"},{"name":"8.1.2","sha":"e782a00085e84e022c341a265b54c0c9308cbe78","kind":"commit","published_at":"2024-10-13T00:13:20.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/8.1.2","html_url":"https://github.com/gruke-build/src/releases/tag/8.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@8.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/8.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/8.1.2/manifests"},{"name":"8.1.1","sha":"1688d821b6cef6e19f869ca665d7b0ba4c33255a","kind":"commit","published_at":"2024-10-05T20:48:45.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/8.1.1","html_url":"https://github.com/gruke-build/src/releases/tag/8.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@8.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/8.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/8.1.1/manifests"},{"name":"8.1.0","sha":"9ced2aa3a6cecfbea5ef45d692ef7f156da0dbe0","kind":"commit","published_at":"2024-09-10T00:56:31.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/8.1.0","html_url":"https://github.com/gruke-build/src/releases/tag/8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/8.1.0/manifests"},{"name":"8.0.0","sha":"011956b31c05f14f3233f6241cd6fbe038824d71","kind":"commit","published_at":"2024-01-18T09:50:26.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/8.0.0","html_url":"https://github.com/gruke-build/src/releases/tag/8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/8.0.0/manifests"},{"name":"7.0.6","sha":"d8ff60a63e8e7bb77b64c9820c42add96835772d","kind":"commit","published_at":"2023-09-24T21:28:47.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/7.0.6","html_url":"https://github.com/gruke-build/src/releases/tag/7.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@7.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.6/manifests"},{"name":"7.0.5","sha":"f6123b1450735fa0fc6dd2713b40f23019f470b1","kind":"commit","published_at":"2023-09-04T22:23:33.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/7.0.5","html_url":"https://github.com/gruke-build/src/releases/tag/7.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@7.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.5/manifests"},{"name":"7.0.4","sha":"ea86450b4db1568563b15122f0250495fd55776e","kind":"commit","published_at":"2023-08-31T19:26:51.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/7.0.4","html_url":"https://github.com/gruke-build/src/releases/tag/7.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@7.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.4/manifests"},{"name":"7.0.3","sha":"369ef2b8fd696c639b333812edf5c5fdd5f3e7e6","kind":"commit","published_at":"2023-08-21T20:19:31.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/7.0.3","html_url":"https://github.com/gruke-build/src/releases/tag/7.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@7.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.3/manifests"},{"name":"7.0.2","sha":"bbceff250ec4c9c604b33b38600ab9b4a4e17dac","kind":"commit","published_at":"2023-05-19T13:48:55.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/7.0.2","html_url":"https://github.com/gruke-build/src/releases/tag/7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.2/manifests"},{"name":"7.0.1","sha":"aeacff85068cb9218354491b39fbf916e5ea28e8","kind":"commit","published_at":"2023-05-15T21:45:29.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/7.0.1","html_url":"https://github.com/gruke-build/src/releases/tag/7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.1/manifests"},{"name":"7.0.0","sha":"cda28e5941e47b2b2a3d9bea20f78d11af1d92e0","kind":"commit","published_at":"2023-05-06T18:36:31.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/7.0.0","html_url":"https://github.com/gruke-build/src/releases/tag/7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/7.0.0/manifests"},{"name":"6.3.0","sha":"1b7919295cb9cac9eccc00871c6d1b8bc1bed375","kind":"commit","published_at":"2022-12-12T22:41:05.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/6.3.0","html_url":"https://github.com/gruke-build/src/releases/tag/6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.3.0/manifests"},{"name":"6.2.1","sha":"39132f3fb1fea9f889894dfe520cf4434d6eca4e","kind":"commit","published_at":"2022-08-18T23:58:33.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/6.2.1","html_url":"https://github.com/gruke-build/src/releases/tag/6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.2.1/manifests"},{"name":"6.2.0","sha":"fa8aae50ade3b7479a059fcd775fd4dc1a108220","kind":"commit","published_at":"2022-08-18T22:16:00.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/6.2.0","html_url":"https://github.com/gruke-build/src/releases/tag/6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.2.0/manifests"},{"name":"6.1.2","sha":"12a091bbe2dc56bb3a2db64178dfc5305d769b3b","kind":"commit","published_at":"2022-07-02T20:16:38.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/6.1.2","html_url":"https://github.com/gruke-build/src/releases/tag/6.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@6.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.1.2/manifests"},{"name":"6.1.1","sha":"706f53a42a3ab7ee112350cfdd0e4d1683eb5d1d","kind":"commit","published_at":"2022-06-21T21:26:21.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/6.1.1","html_url":"https://github.com/gruke-build/src/releases/tag/6.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@6.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.1.1/manifests"},{"name":"6.1.0","sha":"4a24cd4e78d43b59deb8aa2033c696c8ceb51dd6","kind":"commit","published_at":"2022-06-14T21:26:32.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/6.1.0","html_url":"https://github.com/gruke-build/src/releases/tag/6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.1.0/manifests"},{"name":"6.0.3","sha":"06168636a6c3d86bc83645fe5ef519ee17bf7233","kind":"commit","published_at":"2022-05-02T14:47:08.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/6.0.3","html_url":"https://github.com/gruke-build/src/releases/tag/6.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@6.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.0.3/manifests"},{"name":"6.0.2","sha":"36d218876563ab6fdf2ab229ca6b7eeaa8812662","kind":"commit","published_at":"2022-04-12T23:06:08.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/6.0.2","html_url":"https://github.com/gruke-build/src/releases/tag/6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@6.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.0.2/manifests"},{"name":"6.0.1","sha":"e20ab8d0fee05d3e1d1b6270a8e8a7967202eea9","kind":"commit","published_at":"2022-01-10T21:33:33.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/6.0.1","html_url":"https://github.com/gruke-build/src/releases/tag/6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.0.1/manifests"},{"name":"6.0.0","sha":"02a1058ed2237adc41da5e9f41068770d36ac729","kind":"commit","published_at":"2022-01-07T00:32:00.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/6.0.0","html_url":"https://github.com/gruke-build/src/releases/tag/6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/6.0.0/manifests"},{"name":"5.3.0","sha":"068ce4bdd135cf928150e8d68751453b91767b8c","kind":"commit","published_at":"2021-08-04T06:27:44.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/5.3.0","html_url":"https://github.com/gruke-build/src/releases/tag/5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.3.0/manifests"},{"name":"5.2.1","sha":"a69c742b7862fb624781dc20b2d9b8c088e98410","kind":"commit","published_at":"2021-06-18T16:12:37.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/5.2.1","html_url":"https://github.com/gruke-build/src/releases/tag/5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.2.1/manifests"},{"name":"5.2.0","sha":"6ad41c29a439b3679be25b1258528fec55c92bb0","kind":"commit","published_at":"2021-06-18T15:02:34.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/5.2.0","html_url":"https://github.com/gruke-build/src/releases/tag/5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.2.0/manifests"},{"name":"5.1.4","sha":"eec1cad386b573457c42795e4c3ceed36a84cd30","kind":"commit","published_at":"2021-06-01T20:13:20.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/5.1.4","html_url":"https://github.com/gruke-build/src/releases/tag/5.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@5.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.1.4/manifests"},{"name":"5.1.3","sha":"28bf354f6867de58fc56855db8fa8811b0791e28","kind":"commit","published_at":"2021-05-31T14:35:09.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/5.1.3","html_url":"https://github.com/gruke-build/src/releases/tag/5.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@5.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.1.3/manifests"},{"name":"5.1.2","sha":"3f80440785e84a15062b131cf34754b26860efb9","kind":"commit","published_at":"2021-05-18T21:57:26.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/5.1.2","html_url":"https://github.com/gruke-build/src/releases/tag/5.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@5.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.1.2/manifests"},{"name":"5.1.1","sha":"0a3884e869cfbf3b1a8d8a794a27fc864190b9aa","kind":"commit","published_at":"2021-04-23T15:36:07.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/5.1.1","html_url":"https://github.com/gruke-build/src/releases/tag/5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.1.1/manifests"},{"name":"5.1.0","sha":"eb1c76367ec09d9c8e75ebcbdc500c2fb490c159","kind":"commit","published_at":"2021-04-07T10:24:09.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/5.1.0","html_url":"https://github.com/gruke-build/src/releases/tag/5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.1.0/manifests"},{"name":"5.0.2","sha":"ea81e1929d0377642512672a8f789d51b7ad22ed","kind":"commit","published_at":"2020-12-07T14:30:46.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/5.0.2","html_url":"https://github.com/gruke-build/src/releases/tag/5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.0.2/manifests"},{"name":"5.0.1","sha":"ed5be8ef67298270ddfbcdd30e4030aa752a0f58","kind":"commit","published_at":"2020-12-06T01:57:44.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/5.0.1","html_url":"https://github.com/gruke-build/src/releases/tag/5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.0.1/manifests"},{"name":"5.0.0","sha":"119bbfdd1b363a33857ef1bdf1c1df3344009282","kind":"commit","published_at":"2020-11-12T14:41:00.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/5.0.0","html_url":"https://github.com/gruke-build/src/releases/tag/5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/5.0.0/manifests"},{"name":"0.25.0","sha":"af2bd97550d1c52a8cfa79fb5098a67911cd0145","kind":"commit","published_at":"2020-10-26T16:38:49.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.25.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.25.0/manifests"},{"name":"0.24.11","sha":"2913c5a89d99bc064b60b77af96ac931dfc81a71","kind":"commit","published_at":"2020-05-18T20:48:55.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.24.11","html_url":"https://github.com/gruke-build/src/releases/tag/0.24.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.24.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.11/manifests"},{"name":"0.24.10","sha":"8e2b11b917e07f275238532c88eae2432768708e","kind":"commit","published_at":"2020-04-23T22:56:49.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.24.10","html_url":"https://github.com/gruke-build/src/releases/tag/0.24.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.24.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.10/manifests"},{"name":"0.24.9","sha":"9c52572fd2a025cbf41772ecd2f71449fc19feed","kind":"commit","published_at":"2020-04-16T16:41:38.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.24.9","html_url":"https://github.com/gruke-build/src/releases/tag/0.24.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.24.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.9/manifests"},{"name":"0.24.8","sha":"f0b63aed291aef7de4aa5b0c92a499c43d6c8fa3","kind":"commit","published_at":"2020-04-12T00:20:18.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.24.8","html_url":"https://github.com/gruke-build/src/releases/tag/0.24.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.24.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.8/manifests"},{"name":"0.24.7","sha":"1285837ef7f82242eb9fd3a4daf780a494f26fa3","kind":"commit","published_at":"2020-03-26T13:53:51.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.24.7","html_url":"https://github.com/gruke-build/src/releases/tag/0.24.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.24.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.7/manifests"},{"name":"0.24.6","sha":"5b3929d6b2f2246202bf0fd55457ee40034bd3e4","kind":"commit","published_at":"2020-03-25T21:49:50.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.24.6","html_url":"https://github.com/gruke-build/src/releases/tag/0.24.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.24.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.6/manifests"},{"name":"0.24.5","sha":"210e27a38e210d5d1287757615f928423da67969","kind":"commit","published_at":"2020-03-24T22:19:56.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.24.5","html_url":"https://github.com/gruke-build/src/releases/tag/0.24.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.24.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.5/manifests"},{"name":"0.24.4","sha":"7ae7718bcce11f226e52983607d4bf2fa8b19318","kind":"commit","published_at":"2020-03-05T18:54:34.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.24.4","html_url":"https://github.com/gruke-build/src/releases/tag/0.24.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.24.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.4/manifests"},{"name":"0.24.2","sha":"f8de2652a613153cda54a8870827c4bb3521cec1","kind":"commit","published_at":"2020-02-15T18:16:52.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.24.2","html_url":"https://github.com/gruke-build/src/releases/tag/0.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.2/manifests"},{"name":"0.24.1","sha":"67358e7d7049f6ae12e86ac27f4fdee6b2df7b80","kind":"commit","published_at":"2020-02-07T01:17:13.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.24.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.1/manifests"},{"name":"0.24.0","sha":"11693af241165c6e2f0adc226d0789b9b69b8c54","kind":"commit","published_at":"2020-02-02T18:28:58.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.24.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.24.0/manifests"},{"name":"0.23.7","sha":"9ec02d6bba2d9fb3887b539738394a1adb88a701","kind":"commit","published_at":"2020-01-28T13:42:35.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.23.7","html_url":"https://github.com/gruke-build/src/releases/tag/0.23.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.23.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.7/manifests"},{"name":"0.23.6","sha":"8f53256515b6a49900ebbc5062ca5b25b2d63f6a","kind":"commit","published_at":"2020-01-12T12:35:16.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.23.6","html_url":"https://github.com/gruke-build/src/releases/tag/0.23.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.23.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.6/manifests"},{"name":"0.23.5","sha":"46124a04707d7e5963c09bc32441c4f8df31bd89","kind":"commit","published_at":"2020-01-10T18:07:04.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.23.5","html_url":"https://github.com/gruke-build/src/releases/tag/0.23.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.23.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.5/manifests"},{"name":"0.23.4","sha":"4c976228a6c1720763fb1cdf491f46e935fd962d","kind":"commit","published_at":"2019-11-16T14:11:18.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.23.4","html_url":"https://github.com/gruke-build/src/releases/tag/0.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.4/manifests"},{"name":"0.23.3","sha":"c8eb5e47bd5ff736cd66650ed22f40901484048c","kind":"commit","published_at":"2019-11-02T01:10:23.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.23.3","html_url":"https://github.com/gruke-build/src/releases/tag/0.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.3/manifests"},{"name":"0.23.2","sha":"80b70963dcc375fc9f77059b2987afb7af59042d","kind":"commit","published_at":"2019-11-02T00:20:35.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.23.2","html_url":"https://github.com/gruke-build/src/releases/tag/0.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.2/manifests"},{"name":"0.23.1","sha":"0d12a316e6024d369020202c96d5c1e9574f9aee","kind":"commit","published_at":"2019-11-01T23:54:33.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.23.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.1/manifests"},{"name":"0.23.0","sha":"2496d57188c191edb6a8d91474f1b2daa2ba10a4","kind":"commit","published_at":"2019-10-31T20:50:40.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.23.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.23.0/manifests"},{"name":"0.22.2","sha":"64e1eff209810f2241e6830d0982d9c61cf42280","kind":"commit","published_at":"2019-09-29T12:08:54.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.22.2","html_url":"https://github.com/gruke-build/src/releases/tag/0.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.22.2/manifests"},{"name":"0.22.1","sha":"5e6919f5e1a4e2e40ea399af7a170082581fc057","kind":"commit","published_at":"2019-09-21T15:50:36.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.22.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.22.1/manifests"},{"name":"0.22.0","sha":"d8347f9caa616590919ac4e69be96eb27f4951ef","kind":"commit","published_at":"2019-09-17T21:43:24.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.22.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.22.0/manifests"},{"name":"0.21.2","sha":"51e390401586beaac79d0129d7528222d75ba823","kind":"commit","published_at":"2019-07-28T18:35:27.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.21.2","html_url":"https://github.com/gruke-build/src/releases/tag/0.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.21.2/manifests"},{"name":"0.21.1","sha":"eeee7b5429e57cb2a24feb1c938e75b4b2a1658c","kind":"commit","published_at":"2019-07-19T12:42:13.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.21.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.21.1/manifests"},{"name":"0.21.0","sha":"2d335c00b4fc05531c3e4496aeee0d466cc869a5","kind":"commit","published_at":"2019-07-15T09:50:36.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.21.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.21.0/manifests"},{"name":"0.20.1","sha":"44141b155f7471e3cb6721a3ec65290bf316ae5d","kind":"commit","published_at":"2019-06-02T10:08:39.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.20.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.20.1/manifests"},{"name":"0.20.0","sha":"ece91fc606c50c524048c29f3b79155ee1bd6f26","kind":"commit","published_at":"2019-05-29T20:05:59.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.20.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.20.0/manifests"},{"name":"0.19.2","sha":"42cfb3204e21213ec67e6e07a0cd2da612905778","kind":"commit","published_at":"2019-05-10T15:10:17.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.19.2","html_url":"https://github.com/gruke-build/src/releases/tag/0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.19.2/manifests"},{"name":"0.19.1","sha":"a7625fdbef38fa0e12328195a17c7ee574f3ad7b","kind":"commit","published_at":"2019-05-03T15:03:08.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.19.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.19.1/manifests"},{"name":"0.19.0","sha":"7f090f448cced4d2d0a85986ccc81ae190e8b5d9","kind":"commit","published_at":"2019-05-03T13:25:06.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.19.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.19.0/manifests"},{"name":"0.18.0","sha":"fe74c794ab068339b7beda54595b6bff29add87e","kind":"commit","published_at":"2019-03-24T17:37:59.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.18.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.18.0/manifests"},{"name":"0.17.7","sha":"4834eeac3f5e7a54287424c84e99540c2a0142f9","kind":"commit","published_at":"2019-03-12T19:22:24.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.17.7","html_url":"https://github.com/gruke-build/src/releases/tag/0.17.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.17.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.7/manifests"},{"name":"0.17.6","sha":"60a0b91451316f274395f4b94b652fed0229a600","kind":"commit","published_at":"2019-03-04T19:36:21.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.17.6","html_url":"https://github.com/gruke-build/src/releases/tag/0.17.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.17.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.6/manifests"},{"name":"0.17.5","sha":"a4dd96408c8a3c95414d43d6abe357bbf27594e6","kind":"commit","published_at":"2019-03-03T17:54:17.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.17.5","html_url":"https://github.com/gruke-build/src/releases/tag/0.17.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.17.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.5/manifests"},{"name":"0.17.4","sha":"a95caaf4975eae8e9fa94cc38231d0feb9b3e52b","kind":"commit","published_at":"2019-03-02T17:24:36.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.17.4","html_url":"https://github.com/gruke-build/src/releases/tag/0.17.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.17.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.4/manifests"},{"name":"0.17.3","sha":"135e969a5db63685e3a3338ffcd1ef9edda09789","kind":"commit","published_at":"2019-02-26T23:35:32.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.17.3","html_url":"https://github.com/gruke-build/src/releases/tag/0.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.3/manifests"},{"name":"0.17.2","sha":"b44ce5de7533b5eb1be4895cca272c5e9fb9606e","kind":"commit","published_at":"2019-02-23T23:53:58.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.17.2","html_url":"https://github.com/gruke-build/src/releases/tag/0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.2/manifests"},{"name":"0.17.1","sha":"a556f4295be42d27730fe8d5640b02f47cb947ae","kind":"commit","published_at":"2019-02-23T19:48:19.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.17.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.1/manifests"},{"name":"0.17.0","sha":"637daee3e5b2e960e347ea1bf7a36c4a7d78f681","kind":"commit","published_at":"2019-02-22T23:02:32.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.17.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.17.0/manifests"},{"name":"0.16.0","sha":"ed0b487b31f7f37f4908253c37f0eaa695a2d2d5","kind":"commit","published_at":"2019-01-30T02:01:14.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.16.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.16.0/manifests"},{"name":"0.15.0","sha":"b7cdef4b2e91b72d6dd937f09a0632bbf5b8b450","kind":"commit","published_at":"2019-01-16T19:17:50.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.15.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.15.0/manifests"},{"name":"0.14.1","sha":"ac4ac5c064272941f24c841852959de1cd1c9de5","kind":"commit","published_at":"2018-12-31T18:58:32.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.14.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.14.1/manifests"},{"name":"0.14.0","sha":"a6845e2b206f3e925507bd9fdc15c53cf55acab4","kind":"commit","published_at":"2018-12-31T15:35:45.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.14.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.14.0/manifests"},{"name":"0.13.0","sha":"1c076fb908c3dbe5b116887ed4a52a0791c76816","kind":"commit","published_at":"2018-12-10T21:01:36.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.13.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.13.0/manifests"},{"name":"0.12.4","sha":"3ce4260f90733aa486e01bcc188eb3f6adaab973","kind":"commit","published_at":"2018-12-02T01:14:25.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.12.4","html_url":"https://github.com/gruke-build/src/releases/tag/0.12.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.12.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.12.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.12.4/manifests"},{"name":"0.12.3","sha":"08dedaccb2056951353d9fd8f54103d56d581d39","kind":"commit","published_at":"2018-11-29T20:03:22.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.12.3","html_url":"https://github.com/gruke-build/src/releases/tag/0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.12.3/manifests"},{"name":"0.12.2","sha":"f46f973984c04b6060b658c20bb8e9b8f32e1fd2","kind":"commit","published_at":"2018-11-27T14:12:47.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.12.2","html_url":"https://github.com/gruke-build/src/releases/tag/0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.12.2/manifests"},{"name":"0.12.1","sha":"5cab1c0a71660cce3e929537624c761ec9a874ca","kind":"commit","published_at":"2018-11-24T14:15:50.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.12.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.12.1/manifests"},{"name":"0.12.0","sha":"277796b3cf45f8692fb9ddf415444cf9ee220f98","kind":"commit","published_at":"2018-11-15T07:29:34.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.12.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.12.0/manifests"},{"name":"0.7.1","sha":"75dfa358826480510a0d59ecd187967d47febc5c","kind":"commit","published_at":"2018-10-21T07:04:56.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.7.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.7.1/manifests"},{"name":"0.11.1","sha":"d6d33eea220fb89dd0c33c81ca91f13e67381756","kind":"commit","published_at":"2018-10-17T20:30:18.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.11.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.11.1/manifests"},{"name":"0.11.0","sha":"e64b83c0800e6c8c74928d0d6462a4978863e6a1","kind":"commit","published_at":"2018-10-11T21:36:24.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.11.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.11.0/manifests"},{"name":"0.10.5","sha":"6dea8632734d22b0d016ee7a7827955e21fc0d47","kind":"commit","published_at":"2018-10-10T20:35:16.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.10.5","html_url":"https://github.com/gruke-build/src/releases/tag/0.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.10.5/manifests"},{"name":"0.10.4","sha":"bb3c3acfb2e3dc4101da0d691bd651b046c2ddbb","kind":"commit","published_at":"2018-10-10T12:41:27.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.10.4","html_url":"https://github.com/gruke-build/src/releases/tag/0.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.10.4/manifests"},{"name":"0.10.3","sha":"f2b740deb9ef4a7b80528e96015662ffaff78446","kind":"commit","published_at":"2018-10-05T12:43:05.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.10.3","html_url":"https://github.com/gruke-build/src/releases/tag/0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.10.3/manifests"},{"name":"0.10.2","sha":"f9a2faf148ae1b2b3cedf4a3a7c702d8ddd9003b","kind":"commit","published_at":"2018-10-04T21:41:28.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.10.2","html_url":"https://github.com/gruke-build/src/releases/tag/0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.10.2/manifests"},{"name":"0.10.1","sha":"39dbc4d4879e44f3f5c27ec3a2f0aa17c28b29b5","kind":"commit","published_at":"2018-10-02T14:15:01.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.10.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.10.1/manifests"},{"name":"0.10.0","sha":"d29aa375523a6434e80fbaf165b97bf6836fc127","kind":"commit","published_at":"2018-10-02T11:35:20.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.10.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.10.0/manifests"},{"name":"0.9.1","sha":"3ddb8a8e4d3356a4d04c403bf3adf0df45685fd9","kind":"commit","published_at":"2018-09-26T09:18:07.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.9.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"c776a6f6ccffe8431b3ccc6e2447d773821983c3","kind":"commit","published_at":"2018-09-22T15:50:21.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.9.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.9.0/manifests"},{"name":"0.8.0","sha":"0a2047644528da8f98f940de694cdc94a461fe73","kind":"commit","published_at":"2018-09-07T13:52:12.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.8.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.8.0/manifests"},{"name":"0.7.0","sha":"9d3d3d7e663ab464a368b75dbfde98fcb1a59476","kind":"commit","published_at":"2018-08-29T10:18:40.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.7.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.7.0/manifests"},{"name":"0.6.2","sha":"ff25463a09adc1a0a5d3ed1d6632487d320e2b44","kind":"commit","published_at":"2018-08-18T00:20:24.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.6.2","html_url":"https://github.com/gruke-build/src/releases/tag/0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.6.2/manifests"},{"name":"0.6.1","sha":"8eca516bcefada9eec64d5690e14a423b59a28d3","kind":"commit","published_at":"2018-08-09T15:09:39.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.6.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.6.1/manifests"},{"name":"0.5.1","sha":"01bc00cbdf77ede9b578fbc4a0c4b02300e97d10","kind":"tag","published_at":"2018-08-05T20:45:33.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.5.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.5.1/manifests"},{"name":"0.6.0","sha":"5a428f0d5db3660aac1941694138f49760fd51af","kind":"commit","published_at":"2018-08-05T04:10:05.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.6.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.6.0/manifests"},{"name":"0.4.3","sha":"b5fef02c8a3b7dd41172bd2287a455bfdb48598a","kind":"tag","published_at":"2018-06-28T09:07:15.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.4.3","html_url":"https://github.com/gruke-build/src/releases/tag/0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"d9cff93dee769377558fcb8aaf6dfc3a87a9d1b0","kind":"tag","published_at":"2018-06-20T00:26:12.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.4.2","html_url":"https://github.com/gruke-build/src/releases/tag/0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"93124ed23d2625252c7209b5cfec404ecd455e42","kind":"commit","published_at":"2018-06-14T18:10:25.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.4.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.4.1/manifests"},{"name":"0.5.3","sha":"40a3f078cdf47274707857672b50691958918f03","kind":"commit","published_at":"2018-06-12T03:02:12.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.5.3","html_url":"https://github.com/gruke-build/src/releases/tag/0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.5.3/manifests"},{"name":"0.5.2","sha":"56cfb27d2b328fc142a1b877b0ea9c34497feb2b","kind":"commit","published_at":"2018-06-11T12:57:31.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.5.2","html_url":"https://github.com/gruke-build/src/releases/tag/0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.5.2/manifests"},{"name":"0.3.6","sha":"ebb85606511c015ebbaed7067990e1dc45cfcda2","kind":"commit","published_at":"2018-06-09T20:02:18.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.3.6","html_url":"https://github.com/gruke-build/src/releases/tag/0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.3.6/manifests"},{"name":"0.5.0","sha":"d4bb359267eaa70ef8c0db8fc423522deedfd023","kind":"commit","published_at":"2018-06-05T17:33:38.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.5.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"b82f897c64e24c4eb03872bae3cf62acfa1928ed","kind":"commit","published_at":"2018-05-02T11:26:31.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.4.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"8ddcb1c0574b0acc44db3293b955a28831476c56","kind":"commit","published_at":"2018-03-25T23:31:07.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.3.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.3.1/manifests"},{"name":"0.2.10","sha":"4b551f8dc3e1dde716ba174e9cf364193cc9be83","kind":"commit","published_at":"2018-03-05T21:59:55.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.2.10","html_url":"https://github.com/gruke-build/src/releases/tag/0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.2.10/manifests"},{"name":"0.2.0","sha":"b316b3c44239a093ddffb58629ef7f30d547e3dd","kind":"commit","published_at":"2018-02-26T00:33:43.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.2.0","html_url":"https://github.com/gruke-build/src/releases/tag/0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.2.0/manifests"},{"name":"0.1","sha":"2b22b5ed2a6a285ab56ae98dcbfa7873fc263e56","kind":"commit","published_at":"2017-06-09T01:25:04.000Z","download_url":"https://codeload.github.com/gruke-build/src/tar.gz/0.1","html_url":"https://github.com/gruke-build/src/releases/tag/0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gruke-build/src@0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/tags/0.1/manifests"}]},"repo_metadata_updated_at":"2026-04-09T04:10:57.583Z","dependent_packages_count":0,"downloads":45,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.14055877938077,"dependent_packages_count":16.406594442787934,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":11.273576611084351},"purl":"pkg:nuget/greemdev.nuke.components.github","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/greemdev.nuke.components.github","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/greemdev.nuke.components.github","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/greemdev.nuke.components.github/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-08T13:06:02.498Z","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/gruke-build%2Fsrc/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/greemdev.nuke.components.github/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/greemdev.nuke.components.github/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/greemdev.nuke.components.github/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/greemdev.nuke.components.github/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/greemdev.nuke.components.github/codemeta","maintainers":[{"uuid":"Greem","login":"Greem","name":null,"email":null,"url":null,"packages_count":27,"html_url":"https://www.nuget.org/profiles/Greem","role":null,"created_at":"2026-04-09T04:10:54.107Z","updated_at":"2026-04-09T04:10:54.107Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/Greem/packages"}]}