{"id":7748088,"name":"AnimMouse/tool-cache","ecosystem":"actions","description":"Implementation of Tool Cache in composite GitHub Actions","homepage":"https://github.com/marketplace/actions/tool-cache","licenses":"mpl-2.0","normalized_licenses":["MPL-2.0"],"repository_url":"https://github.com/AnimMouse/tool-cache","keywords_array":["action","actions","github-actions","tool-cache"],"namespace":"AnimMouse","versions_count":11,"first_release_published_at":"2021-12-31T04:32:30.000Z","latest_release_published_at":"2023-10-24T13:43:24.000Z","latest_release_number":"v1.1.0","last_synced_at":"2026-04-15T08:08:44.180Z","created_at":"2023-05-17T11:39:28.390Z","updated_at":"2026-04-15T08:08:44.181Z","registry_url":"https://github.com/AnimMouse/tool-cache","install_command":null,"documentation_url":null,"metadata":{"name":"Tool Cache","description":"Implementation of Tool Cache in composite GitHub Actions","branding":{"icon":"package","color":"purple"},"inputs":{"folder_name":{"description":"Folder name of the software inside runner temp","required":true},"cache_hit":{"description":"Boolean value if cache was found","default":false}},"runs":{"using":"composite","steps":[{"name":"Install software to tool cache (Unix-like)","if":"(runner.os == 'Linux' || runner.os == 'macOS') \u0026\u0026 inputs.cache_hit != 'true'","shell":"bash","run":"$GITHUB_ACTION_PATH/scripts/install/Unix-like.sh","env":{"folder_name":"${{ inputs.folder_name }}"}},{"name":"Add software tool cache folder to path (Unix-like)","if":"runner.os == 'Linux' || runner.os == 'macOS'","shell":"bash","run":"$GITHUB_ACTION_PATH/scripts/add-to-path/Unix-like.sh","env":{"folder_name":"${{ inputs.folder_name }}"}},{"name":"Install software to tool cache (Windows)","if":"runner.os == 'Windows' \u0026\u0026 inputs.cache_hit != 'true'","shell":"pwsh","run":"\u0026 $env:GITHUB_ACTION_PATH\\scripts\\install\\Windows.ps1","env":{"folder_name":"${{ inputs.folder_name }}"}},{"name":"Add software tool cache folder to path (Windows)","if":"runner.os == 'Windows'","shell":"pwsh","run":"\u0026 $env:GITHUB_ACTION_PATH\\scripts\\add-to-path\\Windows.ps1","env":{"folder_name":"${{ inputs.folder_name }}"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":59251076,"uuid":"436654401","full_name":"AnimMouse/tool-cache","owner":"AnimMouse","description":"Implementation of Tool Cache in composite GitHub Actions","archived":false,"fork":false,"pushed_at":"2025-09-27T21:09:02.000Z","size":44,"stargazers_count":10,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-27T23:25:12.140Z","etag":null,"topics":["action","actions","github-actions","tool-cache"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/tool-cache","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnimMouse.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}},"created_at":"2021-12-09T14:51:59.000Z","updated_at":"2025-09-27T21:09:05.000Z","dependencies_parsed_at":"2024-01-22T11:34:01.999Z","dependency_job_id":"f245920c-63c1-45f4-9a2e-7b54ef1778b6","html_url":"https://github.com/AnimMouse/tool-cache","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/AnimMouse/tool-cache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnimMouse","download_url":"https://codeload.github.com/AnimMouse/tool-cache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/sbom","scorecard":{"id":14240,"data":{"date":"2025-08-11","repo":{"name":"github.com/AnimMouse/tool-cache","commit":"465de7c351838e5695f7edc28ac909d8ec62f52b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.4,"checks":[{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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":"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":"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":"Code-Review","score":0,"reason":"Found 2/25 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yaml: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/test.yaml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/AnimMouse/tool-cache/test.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yaml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/AnimMouse/tool-cache/test.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yaml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/AnimMouse/tool-cache/test.yaml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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: Mozilla Public License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 7 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-14T15:22:23.465Z","repository_id":59251076,"created_at":"2025-08-14T15:22:23.465Z","updated_at":"2025-08-14T15:22:23.465Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277304460,"owners_count":25795842,"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-27T02:00:08.978Z","response_time":73,"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":"AnimMouse","name":"Anim Mouse","uuid":"40349541","kind":"user","description":"A person who loves to manipulate computers.","email":"","website":"https://www.animmouse.com","location":"Caloocan, Philippines","twitter":"Anim_Mouse","company":null,"icon_url":"https://avatars.githubusercontent.com/u/40349541?u=b7b50d7e272f2076632ddafe2bd3f98cf6680354\u0026v=4","repositories_count":28,"last_synced_at":"2023-03-03T22:15:40.634Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/AnimMouse","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T06:02:30.756Z","updated_at":"2023-03-03T22:15:40.644Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnimMouse","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnimMouse/repositories"},"tags":[{"name":"v1.1.0","sha":"5c73a08045bdef61c81a6c60d208cff7ab36f3aa","kind":"tag","published_at":"2023-10-24T13:43:24.000Z","download_url":"https://codeload.github.com/AnimMouse/tool-cache/tar.gz/v1.1.0","html_url":"https://github.com/AnimMouse/tool-cache/releases/tag/v1.1.0","dependencies_parsed_at":"2023-10-26T04:07:16.419Z","dependency_job_id":null,"purl":"pkg:github/AnimMouse/tool-cache@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.1.0/manifests"},{"name":"v1.0.8","sha":"7b021aa7c264cdee652177f80b4f16b69b7e299c","kind":"tag","published_at":"2023-03-24T08:36:48.000Z","download_url":"https://codeload.github.com/AnimMouse/tool-cache/tar.gz/v1.0.8","html_url":"https://github.com/AnimMouse/tool-cache/releases/tag/v1.0.8","dependencies_parsed_at":"2023-06-02T00:39:27.776Z","dependency_job_id":null,"purl":"pkg:github/AnimMouse/tool-cache@v1.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.8/manifests"},{"name":"v1.0.7","sha":"d15cea3c5d5570bf0c065f29f8b78a896924eab1","kind":"tag","published_at":"2022-12-21T09:06:30.000Z","download_url":"https://codeload.github.com/AnimMouse/tool-cache/tar.gz/v1.0.7","html_url":"https://github.com/AnimMouse/tool-cache/releases/tag/v1.0.7","dependencies_parsed_at":"2023-06-01T10:47:01.019Z","dependency_job_id":null,"purl":"pkg:github/AnimMouse/tool-cache@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.7/manifests"},{"name":"v1.0.6","sha":"bc5964c3846fb3944cc9fad212068eba9b5f8915","kind":"tag","published_at":"2022-12-19T11:50:51.000Z","download_url":"https://codeload.github.com/AnimMouse/tool-cache/tar.gz/v1.0.6","html_url":"https://github.com/AnimMouse/tool-cache/releases/tag/v1.0.6","dependencies_parsed_at":"2023-06-01T10:47:02.173Z","dependency_job_id":null,"purl":"pkg:github/AnimMouse/tool-cache@v1.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.6/manifests"},{"name":"v1.0.5","sha":"f05011576015394c62353bb9fdd319afdfd97d46","kind":"tag","published_at":"2022-09-20T10:02:54.000Z","download_url":"https://codeload.github.com/AnimMouse/tool-cache/tar.gz/v1.0.5","html_url":"https://github.com/AnimMouse/tool-cache/releases/tag/v1.0.5","dependencies_parsed_at":"2023-06-01T09:13:03.431Z","dependency_job_id":null,"purl":"pkg:github/AnimMouse/tool-cache@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.5/manifests"},{"name":"v1.0.4","sha":"ff3f4b4a73a6b016e9f616726dd082172dd01ab5","kind":"tag","published_at":"2022-03-28T12:12:05.000Z","download_url":"https://codeload.github.com/AnimMouse/tool-cache/tar.gz/v1.0.4","html_url":"https://github.com/AnimMouse/tool-cache/releases/tag/v1.0.4","dependencies_parsed_at":"2023-05-30T23:54:51.749Z","dependency_job_id":null,"purl":"pkg:github/AnimMouse/tool-cache@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.4/manifests"},{"name":"v1","sha":"ff3f4b4a73a6b016e9f616726dd082172dd01ab5","kind":"commit","published_at":"2022-03-28T12:11:24.000Z","download_url":"https://codeload.github.com/AnimMouse/tool-cache/tar.gz/v1","html_url":"https://github.com/AnimMouse/tool-cache/releases/tag/v1","dependencies_parsed_at":"2023-05-30T23:54:52.209Z","dependency_job_id":null,"purl":"pkg:github/AnimMouse/tool-cache@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1/manifests"},{"name":"v1.0.3","sha":"d803d9da680372592b4bcd74440c6d5c52b6d9c3","kind":"tag","published_at":"2021-12-31T04:35:33.000Z","download_url":"https://codeload.github.com/AnimMouse/tool-cache/tar.gz/v1.0.3","html_url":"https://github.com/AnimMouse/tool-cache/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-30T23:54:52.643Z","dependency_job_id":null,"purl":"pkg:github/AnimMouse/tool-cache@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.3/manifests"},{"name":"v1.0.1","sha":"2359f7815392aab0c7a87499e9b96691f4baee23","kind":"tag","published_at":"2021-12-31T04:34:54.000Z","download_url":"https://codeload.github.com/AnimMouse/tool-cache/tar.gz/v1.0.1","html_url":"https://github.com/AnimMouse/tool-cache/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-30T23:54:53.690Z","dependency_job_id":null,"purl":"pkg:github/AnimMouse/tool-cache@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.1/manifests"},{"name":"v1.0.2","sha":"9456e7c490f55c97889425a49fc0a9eb9751c5da","kind":"tag","published_at":"2021-12-31T04:34:24.000Z","download_url":"https://codeload.github.com/AnimMouse/tool-cache/tar.gz/v1.0.2","html_url":"https://github.com/AnimMouse/tool-cache/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-30T23:54:53.063Z","dependency_job_id":null,"purl":"pkg:github/AnimMouse/tool-cache@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.2/manifests"},{"name":"v1.0.0","sha":"6c97d7edef00effa2ea52b413add976d579aee42","kind":"tag","published_at":"2021-12-31T04:32:30.000Z","download_url":"https://codeload.github.com/AnimMouse/tool-cache/tar.gz/v1.0.0","html_url":"https://github.com/AnimMouse/tool-cache/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T23:54:54.459Z","dependency_job_id":null,"purl":"pkg:github/AnimMouse/tool-cache@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Ftool-cache/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-28T03:24:55.186Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.766281096498176,"dependent_packages_count":0.0,"stargazers_count":15.610838218982728,"forks_count":12.958326731104423,"docker_downloads_count":null,"average":13.333861511646331},"purl":"pkg:githubactions/AnimMouse/tool-cache","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/AnimMouse/tool-cache","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/AnimMouse/tool-cache","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/AnimMouse/tool-cache/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-11-15T22:16:23.360Z","issues_count":1,"pull_requests_count":3,"avg_time_to_close_issue":73380.0,"avg_time_to_close_pull_request":219684.0,"issues_closed_count":1,"pull_requests_closed_count":3,"pull_request_authors_count":2,"issue_authors_count":1,"avg_comments_per_issue":4.0,"avg_comments_per_pull_request":1.3333333333333333,"merged_pull_requests_count":2,"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/animmouse%2Ftool-cache/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AnimMouse%2Ftool-cache/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AnimMouse%2Ftool-cache/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AnimMouse%2Ftool-cache/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AnimMouse%2Ftool-cache/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/AnimMouse%2Ftool-cache/codemeta","maintainers":[]}