{"id":8630314,"name":"github.com/CabinJS/Cabin","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/CabinJS/Cabin","keywords_array":[],"namespace":null,"versions_count":100,"first_release_published_at":"2018-11-15T00:04:17.000Z","latest_release_published_at":"2024-11-26T09:56:28.000Z","latest_release_number":"v14.0.0+incompatible","last_synced_at":"2026-06-14T02:19:37.317Z","created_at":"2023-12-09T01:23:36.607Z","updated_at":"2026-06-14T02:19:37.318Z","registry_url":"https://pkg.go.dev/github.com/CabinJS/Cabin","install_command":"go get github.com/CabinJS/Cabin","documentation_url":"https://pkg.go.dev/github.com/CabinJS/Cabin#section-documentation","metadata":{},"repo_metadata":{"id":8613451,"uuid":"10254341","full_name":"cabinjs/cabin","owner":"cabinjs","description":":evergreen_tree: Cabin is the best self-hosted JavaScript and Node.js logging service.  Made for @forwardemail.","archived":false,"fork":false,"pushed_at":"2024-11-26T09:57:04.000Z","size":5052,"stargazers_count":890,"open_issues_count":0,"forks_count":43,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-20T02:37:32.453Z","etag":null,"topics":["airbrake","bugsnag","bunyan","cabin","debug","express","inspect","koa","logging","logs","newrelic","papertrail","raven","react","react-native","sentry","service","timber","utility","winston"],"latest_commit_sha":null,"homepage":"https://forwardemail.net/docs/node-js-logging-service","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cabinjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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},"funding":{"github":"niftylettuce","patreon":"niftylettuce"}},"created_at":"2013-05-23T21:54:15.000Z","updated_at":"2025-08-28T07:05:27.000Z","dependencies_parsed_at":"2024-01-16T04:29:58.493Z","dependency_job_id":"6c3d34bf-85fa-4ec7-98f0-3c05087490ef","html_url":"https://github.com/cabinjs/cabin","commit_stats":{"total_commits":286,"total_committers":5,"mean_commits":57.2,"dds":0.2902097902097902,"last_synced_commit":"b803c3798cc7023ccc9b45a2f24e45b30c06df19"},"previous_names":["colinwren/cabin"],"tags_count":108,"template":false,"template_full_name":null,"purl":"pkg:github/cabinjs/cabin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cabinjs","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/sbom","scorecard":{"id":261382,"data":{"date":"2025-08-11","repo":{"name":"github.com/cabinjs/cabin","commit":"3b0378594fb127e49e387db05073d9cd92f84dbf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.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/ci.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/cabinjs/cabin/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/cabinjs/cabin/ci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/cabinjs/.github/SECURITY.md:1","Info: Found linked content: github.com/cabinjs/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/cabinjs/.github/SECURITY.md:1","Info: Found text in security policy: github.com/cabinjs/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}}]},"last_synced_at":"2025-08-17T10:55:06.830Z","repository_id":8613451,"created_at":"2025-08-17T10:55:06.830Z","updated_at":"2025-08-17T10:55:06.830Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276264315,"owners_count":25612848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"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":"cabinjs","name":"Cabin - Node.js and JavaScript Logging Tool and Service (2023)","uuid":"5264309","kind":"organization","description":":evergreen_tree: :axe: Cabin is a Node.js and JavaScript logging tool and service. Built for @ladjs, @forwardemail, @spamscanner, @breejs, and @lassjs.","email":"hello@cabinjs.com","website":"cabinjs.com","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5264309?v=4","repositories_count":17,"last_synced_at":"2024-04-16T00:27:03.044Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cabinjs","funding_links":[],"total_stars":1235,"followers":16,"following":0,"created_at":"2022-11-05T11:47:03.520Z","updated_at":"2024-04-16T00:27:05.472Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cabinjs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cabinjs/repositories"},"tags":[{"name":"v14.0.0","sha":"3b0378594fb127e49e387db05073d9cd92f84dbf","kind":"tag","published_at":"2024-11-26T09:56:36.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v14.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v14.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v14.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v14.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v14.0.0/manifests"},{"name":"v13.2.8","sha":"b803c3798cc7023ccc9b45a2f24e45b30c06df19","kind":"tag","published_at":"2024-07-04T02:10:09.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v13.2.8","html_url":"https://github.com/cabinjs/cabin/releases/tag/v13.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v13.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.8/manifests"},{"name":"v13.2.7","sha":"714678dfc3015f340b06d34c77c27cc85f24ce3e","kind":"tag","published_at":"2024-06-25T19:02:48.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v13.2.7","html_url":"https://github.com/cabinjs/cabin/releases/tag/v13.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v13.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.7/manifests"},{"name":"v13.2.6","sha":"5863a3983b408e0af41396285a9fbd0dc3cab878","kind":"tag","published_at":"2024-04-24T19:22:07.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v13.2.6","html_url":"https://github.com/cabinjs/cabin/releases/tag/v13.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v13.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.6/manifests"},{"name":"v13.2.5","sha":"0bfd30afb2a745fa39e40b3eea5928714f1afe38","kind":"tag","published_at":"2023-09-12T00:18:27.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v13.2.5","html_url":"https://github.com/cabinjs/cabin/releases/tag/v13.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v13.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.5/manifests"},{"name":"v13.2.4","sha":"8b991fe1af5379f1a1a643b1745f7d6496f7db68","kind":"tag","published_at":"2023-06-02T21:55:52.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v13.2.4","html_url":"https://github.com/cabinjs/cabin/releases/tag/v13.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v13.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.4/manifests"},{"name":"v13.2.3","sha":"4b758fe49e9b32810b86fb104d70e9754c0d794d","kind":"tag","published_at":"2023-06-02T21:11:25.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v13.2.3","html_url":"https://github.com/cabinjs/cabin/releases/tag/v13.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v13.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.3/manifests"},{"name":"v13.2.2","sha":"7a4e630dda91ba22885bddcd708ea33e10aafc04","kind":"tag","published_at":"2023-05-24T00:18:19.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v13.2.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/v13.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v13.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.2/manifests"},{"name":"v13.2.1","sha":"8846e2a963120a69e7a3f1c1c34a68e7d90f6cda","kind":"tag","published_at":"2023-05-12T18:04:46.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v13.2.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v13.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v13.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.1/manifests"},{"name":"v13.2.0","sha":"395bc0aa7257cfaea8cb5dbf88cee7325490944e","kind":"tag","published_at":"2023-05-12T17:26:34.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v13.2.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v13.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v13.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.2.0/manifests"},{"name":"v13.1.1","sha":"3d9acbd0d56562337f13b4e52e54a6dfe2044d2b","kind":"tag","published_at":"2023-05-02T21:19:36.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v13.1.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v13.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v13.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.1.1/manifests"},{"name":"v13.1.0","sha":"5c1d19a1693d8a1406c38388e67da256b44771ad","kind":"tag","published_at":"2023-03-01T20:12:54.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v13.1.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v13.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v13.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.1.0/manifests"},{"name":"v13.0.1","sha":"67806a8de55f89c7cc871e1b1c00f8025bec37d5","kind":"tag","published_at":"2023-02-15T00:06:54.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v13.0.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v13.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v13.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.0.1/manifests"},{"name":"v13.0.0","sha":"63842e6a5ad650e5b9661cb8e8d37947eb557754","kind":"tag","published_at":"2023-02-09T02:25:38.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v13.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v13.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v13.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v13.0.0/manifests"},{"name":"v12.0.1","sha":"799979f24dc63962ce168b3d0687fdb14052ee3c","kind":"tag","published_at":"2023-01-30T05:20:55.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v12.0.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v12.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v12.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v12.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v12.0.1/manifests"},{"name":"v12.0.0","sha":"cd1fc6c7672210c3e4476d82d463f0ae0f2c571b","kind":"tag","published_at":"2023-01-13T20:37:07.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v12.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v12.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v12.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v12.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v12.0.0/manifests"},{"name":"v11.1.5","sha":"6c6a80b398905f6e668ec00fc67ba70ba723993a","kind":"tag","published_at":"2023-01-13T19:46:23.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v11.1.5","html_url":"https://github.com/cabinjs/cabin/releases/tag/v11.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v11.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.1.5/manifests"},{"name":"v11.1.4","sha":"131557bd65cda746b897f1a46adc9a9058e4840c","kind":"tag","published_at":"2023-01-13T19:11:51.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v11.1.4","html_url":"https://github.com/cabinjs/cabin/releases/tag/v11.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v11.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.1.4/manifests"},{"name":"v11.1.3","sha":"63c71c732c020677fb756a1a09f29cee20917889","kind":"tag","published_at":"2023-01-13T10:53:14.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v11.1.3","html_url":"https://github.com/cabinjs/cabin/releases/tag/v11.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v11.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.1.3/manifests"},{"name":"v11.1.2","sha":"1dc4179e4dbccd591dba5749c1ca99e8c84f8391","kind":"tag","published_at":"2023-01-13T10:35:55.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v11.1.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/v11.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v11.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.1.2/manifests"},{"name":"v11.1.1","sha":"9ae6b1305e5b388fb2e011f2281e444cc0616642","kind":"tag","published_at":"2022-12-06T21:55:17.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v11.1.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v11.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v11.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.1.1/manifests"},{"name":"v11.1.0","sha":"652d0c0eaaf7f4d728d81ae82f3d62bd2ade90d3","kind":"tag","published_at":"2022-12-05T21:27:00.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v11.1.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v11.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v11.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.1.0/manifests"},{"name":"v11.0.5","sha":"354496937b2d232300054efdf73b4328c0b4f250","kind":"tag","published_at":"2022-12-03T17:42:02.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v11.0.5","html_url":"https://github.com/cabinjs/cabin/releases/tag/v11.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v11.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.0.5/manifests"},{"name":"v11.0.4","sha":"b08c46561910d6e446bb514c57b6eaa81262facb","kind":"tag","published_at":"2022-12-03T17:22:45.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v11.0.4","html_url":"https://github.com/cabinjs/cabin/releases/tag/v11.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v11.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.0.4/manifests"},{"name":"v11.0.3","sha":"23f2e4c05834c23448aa010b5ef7505fdaf9f555","kind":"tag","published_at":"2022-11-28T07:08:24.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v11.0.3","html_url":"https://github.com/cabinjs/cabin/releases/tag/v11.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v11.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.0.3/manifests"},{"name":"v11.0.2","sha":"13a37c43ad15015f9f675d6d178a5175729aca86","kind":"tag","published_at":"2022-11-25T21:02:07.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v11.0.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/v11.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v11.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.0.2/manifests"},{"name":"v11.0.1","sha":"f378aadc37f507c5bbe481cb57378a1520f541d1","kind":"tag","published_at":"2022-11-22T03:44:53.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v11.0.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v11.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v11.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.0.1/manifests"},{"name":"v11.0.0","sha":"494f55addf9039a92f5ee91631806f2c7e0c65c9","kind":"tag","published_at":"2022-11-21T19:13:47.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v11.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v11.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v11.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v11.0.0/manifests"},{"name":"v10.0.5","sha":"1037778f73d0ba8e722d38f20c45702d507eac06","kind":"tag","published_at":"2022-11-20T17:36:50.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v10.0.5","html_url":"https://github.com/cabinjs/cabin/releases/tag/v10.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v10.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v10.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v10.0.5/manifests"},{"name":"v10.0.4","sha":"08b7d05161ca6938acb772f12573676582ed30f6","kind":"tag","published_at":"2022-11-17T23:50:47.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v10.0.4","html_url":"https://github.com/cabinjs/cabin/releases/tag/v10.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v10.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v10.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v10.0.4/manifests"},{"name":"v10.0.3","sha":"04500bbbcfccc350d2c43da9910b4dd941a6a295","kind":"tag","published_at":"2022-11-15T22:06:07.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v10.0.3","html_url":"https://github.com/cabinjs/cabin/releases/tag/v10.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v10.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v10.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v10.0.3/manifests"},{"name":"v10.0.2","sha":"c80cd204c563d0b63263270b3ed9f10030805a5e","kind":"tag","published_at":"2022-11-09T21:36:04.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v10.0.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/v10.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v10.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v10.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v10.0.2/manifests"},{"name":"v10.0.1","sha":"079bb7022ab59630584e7d894c5cd9120969e345","kind":"tag","published_at":"2022-11-09T21:24:10.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v10.0.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v10.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v10.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v10.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v10.0.1/manifests"},{"name":"v10.0.0","sha":"07760e4e0f1de995669524f28170ed6373fdc687","kind":"tag","published_at":"2022-11-09T21:17:11.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v10.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v10.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v10.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v10.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v10.0.0/manifests"},{"name":"v9.1.2","sha":"66ab31118363e338312f385337ebe75852e9e661","kind":"tag","published_at":"2022-02-17T17:46:37.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v9.1.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/v9.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v9.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.1.2/manifests"},{"name":"v9.1.1","sha":"1a5bbb431951b6f4719a8dee93dfda2e8e66dc54","kind":"tag","published_at":"2022-01-13T22:23:09.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v9.1.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v9.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v9.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.1.1/manifests"},{"name":"v9.1.0","sha":"21206f3c98ea7bb0e729636b780804430d6e3d3c","kind":"tag","published_at":"2021-12-23T23:28:31.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v9.1.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v9.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v9.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.1.0/manifests"},{"name":"v9.0.4","sha":"76f76e7d3f1296c3734063da19f354cdbf301987","kind":"tag","published_at":"2021-01-15T17:45:42.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v9.0.4","html_url":"https://github.com/cabinjs/cabin/releases/tag/v9.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v9.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.0.4/manifests"},{"name":"v9.0.3","sha":"357bbc320d1a4625f46fc61f019f282895220e52","kind":"tag","published_at":"2021-01-14T18:51:29.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v9.0.3","html_url":"https://github.com/cabinjs/cabin/releases/tag/v9.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v9.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.0.3/manifests"},{"name":"v9.0.2","sha":"0d8b777b249efc40a16e9c126114114ad97e092b","kind":"tag","published_at":"2020-11-25T06:19:31.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v9.0.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v9.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"acf92c376532a14162a24fc8ced6ca0f53ca27b6","kind":"tag","published_at":"2020-11-23T01:29:11.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v9.0.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v9.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"ffa3b826df11dc941b362bfc9d1b22be0a85db7c","kind":"tag","published_at":"2020-11-22T16:50:13.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v9.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v9.0.0/manifests"},{"name":"v8.0.7","sha":"8b074c8e735847617235eff0c1aab3ed632e1dcc","kind":"tag","published_at":"2020-08-15T06:47:11.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v8.0.7","html_url":"https://github.com/cabinjs/cabin/releases/tag/v8.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v8.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.7/manifests"},{"name":"v8.0.6","sha":"71f837713aa93aa030f2aaaefa32d114492a119b","kind":"tag","published_at":"2020-08-09T00:38:46.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v8.0.6","html_url":"https://github.com/cabinjs/cabin/releases/tag/v8.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v8.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.6/manifests"},{"name":"v8.0.5","sha":"4f6333546f0fb2eb4218f6889a267464c8870fee","kind":"tag","published_at":"2020-08-01T21:50:00.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v8.0.5","html_url":"https://github.com/cabinjs/cabin/releases/tag/v8.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v8.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.5/manifests"},{"name":"v8.0.4","sha":"31682a65ac68432ab09653ea48a9ce29efce0e4d","kind":"tag","published_at":"2020-07-10T14:40:56.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v8.0.4","html_url":"https://github.com/cabinjs/cabin/releases/tag/v8.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v8.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.4/manifests"},{"name":"v8.0.3","sha":"e3d931a10b5590da8ce348fed69e7ba9df921eca","kind":"tag","published_at":"2020-07-07T14:26:45.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v8.0.3","html_url":"https://github.com/cabinjs/cabin/releases/tag/v8.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v8.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.3/manifests"},{"name":"v8.0.2","sha":"37e0704e0a37dedd39489c278dbba96c0a7c1d53","kind":"tag","published_at":"2020-06-16T20:23:04.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v8.0.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/v8.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v8.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.2/manifests"},{"name":"v8.0.1","sha":"9af9b06588affc5911002b5bd0bf486cbf4c4626","kind":"tag","published_at":"2020-06-16T08:22:34.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v8.0.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.1/manifests"},{"name":"v8.0.0","sha":"2e4a0eefe8439d404d52fec5ffc811abca4a60de","kind":"tag","published_at":"2020-06-15T01:06:18.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v8.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v8.0.0/manifests"},{"name":"v7.1.0","sha":"15b1247be05114aa8caff915f0bb30952b1bf620","kind":"tag","published_at":"2020-06-11T20:44:16.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v7.1.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v7.1.0/manifests"},{"name":"v7.0.0","sha":"3df60280286dd0a554ab7e49900b8378f31012f6","kind":"tag","published_at":"2020-06-03T09:50:34.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v7.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v7.0.0/manifests"},{"name":"v6.1.6","sha":"bfaaf17608c94a242dad3103143f783146f74cd2","kind":"tag","published_at":"2020-06-01T18:57:14.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v6.1.6","html_url":"https://github.com/cabinjs/cabin/releases/tag/v6.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v6.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.6/manifests"},{"name":"v6.1.5","sha":"27f362049613a407b29d7154ea66ba0c845031e8","kind":"tag","published_at":"2020-06-01T00:26:21.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v6.1.5","html_url":"https://github.com/cabinjs/cabin/releases/tag/v6.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v6.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.5/manifests"},{"name":"v6.1.4","sha":"a45b08a527a29df9166ecb9ef7fab95bbf425303","kind":"tag","published_at":"2020-05-27T00:22:46.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v6.1.4","html_url":"https://github.com/cabinjs/cabin/releases/tag/v6.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v6.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.4/manifests"},{"name":"v6.1.3","sha":"ff7aae217ba6e3a6b4317c540b7608ab0df56489","kind":"tag","published_at":"2020-05-26T23:50:50.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v6.1.3","html_url":"https://github.com/cabinjs/cabin/releases/tag/v6.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v6.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.3/manifests"},{"name":"v6.1.2","sha":"f79418e5faca3f1ed154a7057319f5f7ff70aa99","kind":"tag","published_at":"2020-05-26T23:02:11.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v6.1.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/v6.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v6.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.2/manifests"},{"name":"v6.1.1","sha":"7a6bf9ec4a588120a68983d30a708626692d677f","kind":"tag","published_at":"2020-04-18T21:27:33.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v6.1.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v6.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v6.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.1/manifests"},{"name":"v6.1.0","sha":"5af952a63950b46b5fa7a4549e18eb682741330f","kind":"tag","published_at":"2020-02-19T18:56:05.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v6.1.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.1.0/manifests"},{"name":"v6.0.2","sha":"3985a808e8be4f0fdb1ac0e09cd2a4714a58d2bb","kind":"tag","published_at":"2020-01-22T00:14:26.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v6.0.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/v6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v6.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.0.2/manifests"},{"name":"v6.0.1","sha":"cd2a67b9f5f47b72821ce537af8f412c7eec82b9","kind":"tag","published_at":"2020-01-13T09:21:03.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v6.0.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"a6605e00e82989569b3bf32d529b99fb5a0241a7","kind":"tag","published_at":"2020-01-07T08:56:18.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v6.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v6.0.0/manifests"},{"name":"v5.0.15","sha":"f9134bb8f5038c9835b916e8a937ea8a4ff86eba","kind":"tag","published_at":"2019-12-27T14:25:37.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.15","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.15/manifests"},{"name":"v5.0.14","sha":"49abe9add457b8394097ae8189fb0cc0f87d964d","kind":"tag","published_at":"2019-12-27T12:54:36.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.14","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"fadad7f7c98e441b558afc3f23d019b7092ee915","kind":"tag","published_at":"2019-12-11T06:36:02.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.13","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"05da57878b326db458e4158682d38dc33c8c3cdd","kind":"tag","published_at":"2019-12-10T18:23:52.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.12","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"2b0b8232b8c757cbca117e6770e7ef55b207d5ba","kind":"tag","published_at":"2019-12-09T23:15:53.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.11","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.11/manifests"},{"name":"v5.0.10","sha":"c9470e4d91095b16f24a32e0f6ce82a86f73a542","kind":"tag","published_at":"2019-12-02T22:09:07.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.10","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"86ee95590e05760d3e3b10c2f13cf49aba43b47f","kind":"tag","published_at":"2019-12-01T20:42:38.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.9","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"ce71e100e3a9eee44150dc2bb9a6acba50b1a54a","kind":"tag","published_at":"2019-09-18T17:02:50.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.8","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"376772b37dcb1af6a58ba95ce334b637b4c62c5f","kind":"tag","published_at":"2019-09-13T16:46:47.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.7","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"f223bfc87a5aef905371c534d6fbed0f2bc58800","kind":"tag","published_at":"2019-09-13T16:26:52.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.6","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"bef524f876d5ac8d01a85277fc8508c26a237436","kind":"tag","published_at":"2019-09-13T15:44:42.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.5","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"3f89325958a3951d16ad76834121bdfc15cb94e1","kind":"tag","published_at":"2019-09-13T14:00:52.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.4","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"5a96d53dd640dec49b310df224b308d8ddbeff2e","kind":"tag","published_at":"2019-09-09T06:23:22.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.3","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"d28915a0fa07afc252975c14e1840025d1b1be59","kind":"tag","published_at":"2019-09-09T06:02:55.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"2fcf769aa7ca6519c3ac5e5e724a14fb32992eb2","kind":"tag","published_at":"2019-09-02T20:33:24.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"0bcb489b7e03c6b30dfc956d562f475af1a27231","kind":"tag","published_at":"2019-08-30T09:39:00.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v5.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v5.0.0/manifests"},{"name":"v4.0.0","sha":"d9e8d374c84904d1f5ccf313f318a4f4f2295af7","kind":"tag","published_at":"2019-07-02T18:33:51.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v4.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v4.0.0/manifests"},{"name":"v3.0.8","sha":"20e8443a122e84015d9c85acceaab135218fc509","kind":"tag","published_at":"2019-06-18T18:50:56.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v3.0.8","html_url":"https://github.com/cabinjs/cabin/releases/tag/v3.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v3.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.8/manifests"},{"name":"v3.0.7","sha":"2015c2210865917daf275b8d3c37fa16e02d7185","kind":"tag","published_at":"2019-06-18T17:23:22.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v3.0.7","html_url":"https://github.com/cabinjs/cabin/releases/tag/v3.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v3.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.7/manifests"},{"name":"v3.0.6","sha":"a7f37b5cc59c38063ff3c52325722bb556e62e25","kind":"tag","published_at":"2019-06-18T04:38:28.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v3.0.6","html_url":"https://github.com/cabinjs/cabin/releases/tag/v3.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v3.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.6/manifests"},{"name":"v3.0.5","sha":"23883c3b350ad7ea97e5841cea78991dd5f70482","kind":"tag","published_at":"2019-06-17T20:24:33.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v3.0.5","html_url":"https://github.com/cabinjs/cabin/releases/tag/v3.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v3.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.5/manifests"},{"name":"v3.0.4","sha":"38e9c030a0e8cf487727044cb79f008f4a9aa52e","kind":"tag","published_at":"2019-06-17T07:31:49.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v3.0.4","html_url":"https://github.com/cabinjs/cabin/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"884fda6dcdb2e0b6e60cd641427dd057c9e9dcb0","kind":"tag","published_at":"2019-06-14T17:28:53.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v3.0.3","html_url":"https://github.com/cabinjs/cabin/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"28b4673a23075b03ca9d977661849d4058f56b88","kind":"tag","published_at":"2019-06-14T10:55:08.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v3.0.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"df187afff0a2e0c0c256d2dac2f0298b06e11ad6","kind":"tag","published_at":"2019-06-14T10:34:32.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v3.0.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"35b9599f6f65141fce7e132ac008e6bd54349cd5","kind":"tag","published_at":"2019-06-14T10:18:20.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v3.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v3.0.0/manifests"},{"name":"v2.1.2","sha":"66b01d13c4d8435b71d5057bcf719e10288e4fda","kind":"tag","published_at":"2019-05-01T18:57:47.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v2.1.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"c1abf72d0ff1974b11f4cc0a5a51422377fe5ca0","kind":"tag","published_at":"2019-05-01T18:29:46.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v2.1.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"b8da292d9a285661e51b92d356e5e84c05aca927","kind":"tag","published_at":"2019-05-01T17:41:37.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v2.1.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.1.0/manifests"},{"name":"v2.0.13","sha":"02316bdedfbda7384f9610614d63c1dcef53586a","kind":"tag","published_at":"2019-02-18T01:13:30.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v2.0.13","html_url":"https://github.com/cabinjs/cabin/releases/tag/v2.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v2.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.13/manifests"},{"name":"v2.0.12","sha":"5a4106d166be36d382d61bf01881a886aac50f93","kind":"tag","published_at":"2019-02-07T08:24:56.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v2.0.12","html_url":"https://github.com/cabinjs/cabin/releases/tag/v2.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v2.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.12/manifests"},{"name":"v2.0.11","sha":"056d2d803d235df1a9aa13cc3e02761661122fbf","kind":"tag","published_at":"2019-02-01T03:46:29.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v2.0.11","html_url":"https://github.com/cabinjs/cabin/releases/tag/v2.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v2.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.11/manifests"},{"name":"v2.0.10","sha":"98e8adf70ea9ff2254b372cb256aff9f47b6dd23","kind":"tag","published_at":"2019-01-30T22:15:28.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v2.0.10","html_url":"https://github.com/cabinjs/cabin/releases/tag/v2.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v2.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.10/manifests"},{"name":"v2.0.9","sha":"4fee32491ff0547b3abbe0a7860b2e25482881cf","kind":"tag","published_at":"2019-01-24T05:52:14.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v2.0.9","html_url":"https://github.com/cabinjs/cabin/releases/tag/v2.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v2.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.9/manifests"},{"name":"v2.0.8","sha":"0efafdb7d874171ccee5a1a5b139cc638d81ef26","kind":"tag","published_at":"2019-01-17T13:59:45.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v2.0.8","html_url":"https://github.com/cabinjs/cabin/releases/tag/v2.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v2.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.8/manifests"},{"name":"v2.0.7","sha":"d535a58e7f34ec8686a07bed980eff66734b9742","kind":"tag","published_at":"2019-01-17T12:54:39.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v2.0.7","html_url":"https://github.com/cabinjs/cabin/releases/tag/v2.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v2.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.7/manifests"},{"name":"v2.0.6","sha":"ebdb7464ab04e9ae03ba1b6b8af55fab93dfd871","kind":"tag","published_at":"2019-01-04T09:01:52.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v2.0.6","html_url":"https://github.com/cabinjs/cabin/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"4a3287f27acabe3490c21400c08ea3aa9a7ec38a","kind":"tag","published_at":"2018-11-15T00:05:11.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/v2.0.5","html_url":"https://github.com/cabinjs/cabin/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/v2.0.5/manifests"},{"name":"2.0.4","sha":"c9c1535ce58d5120f46f964a3e447d07e5aa61be","kind":"tag","published_at":"2018-09-26T07:16:02.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/2.0.4","html_url":"https://github.com/cabinjs/cabin/releases/tag/2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/2.0.4/manifests"},{"name":"2.0.3","sha":"369657411d414fb655cad5fd8653ad8d03fb4200","kind":"tag","published_at":"2018-09-24T14:34:46.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/2.0.3","html_url":"https://github.com/cabinjs/cabin/releases/tag/2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/2.0.3/manifests"},{"name":"2.0.2","sha":"a1db60291bbe97da60884d731476ec4a0b4f75c2","kind":"tag","published_at":"2018-06-27T12:34:00.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/2.0.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/2.0.2/manifests"},{"name":"2.0.1","sha":"440f467ad225ffd10c777fb34e4fe768a5970eff","kind":"tag","published_at":"2018-06-27T12:14:55.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/2.0.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/2.0.1/manifests"},{"name":"2.0.0","sha":"bdad3cf71f470abd5bbaa0077bfbb9773a1edf5a","kind":"tag","published_at":"2018-06-27T11:25:18.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/2.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/2.0.0/manifests"},{"name":"1.0.2","sha":"d008b9658e4aeaff3cb786cc06a3eaecf93d24df","kind":"tag","published_at":"2018-06-01T16:35:26.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/1.0.2","html_url":"https://github.com/cabinjs/cabin/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"8b19375e8c8a3c50e601d7e0574d4358a041cb36","kind":"tag","published_at":"2018-06-01T16:20:43.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/1.0.1","html_url":"https://github.com/cabinjs/cabin/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"9a3b16960afefe59daacedb0529497d3615f52a8","kind":"tag","published_at":"2017-11-12T17:38:23.000Z","download_url":"https://codeload.github.com/cabinjs/cabin/tar.gz/1.0.0","html_url":"https://github.com/cabinjs/cabin/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cabinjs/cabin@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabinjs%2Fcabin/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-21T15:39:13.812Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":10.776520468215999,"dependent_packages_count":9.552533439361593,"stargazers_count":2.160106472731339,"forks_count":3.685847325300627,"docker_downloads_count":null,"average":6.54375192640239},"purl":"pkg:golang/github.com/%21cabin%21j%21s/%21cabin","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/CabinJS/Cabin","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/CabinJS/Cabin","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/CabinJS/Cabin/dependencies","status":null,"funding_links":["https://github.com/sponsors/niftylettuce","https://patreon.com/niftylettuce"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-17T20:51:29.743Z","issues_count":62,"pull_requests_count":39,"avg_time_to_close_issue":30766508.80645161,"avg_time_to_close_pull_request":6424709.846153846,"issues_closed_count":62,"pull_requests_closed_count":39,"pull_request_authors_count":17,"issue_authors_count":23,"avg_comments_per_issue":2.0161290322580645,"avg_comments_per_pull_request":0.6153846153846154,"merged_pull_requests_count":32,"bot_issues_count":0,"bot_pull_requests_count":1,"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/cabinjs%2Fcabin/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCabinJS%2FCabin/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCabinJS%2FCabin/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCabinJS%2FCabin/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCabinJS%2FCabin/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCabinJS%2FCabin/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCabinJS%2FCabin/codemeta","maintainers":[]}