{"id":4375461,"name":"@fastify/caching","ecosystem":"npm","description":"A plugin for Fastify to enable management of cache control headers","homepage":"https://github.com/fastify/fastify-caching#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/fastify/fastify-caching","keywords_array":["fastify","cache","caching"],"namespace":"fastify","versions_count":13,"first_release_published_at":"2022-04-27T13:41:49.156Z","latest_release_published_at":"2025-01-04T20:34:10.169Z","latest_release_number":"9.0.3","last_synced_at":"2026-06-01T19:16:07.753Z","created_at":"2022-05-24T13:29:18.624Z","updated_at":"2026-06-01T19:16:07.754Z","registry_url":"https://www.npmjs.com/package/@fastify/caching","install_command":"npm install @fastify/caching","documentation_url":null,"metadata":{"funding":[{"type":"github","url":"https://github.com/sponsors/fastify"},{"type":"opencollective","url":"https://opencollective.com/fastify"}],"dist-tags":{"next":"9.0.0","latest":"9.0.3"}},"repo_metadata":{"id":25690935,"uuid":"104666439","full_name":"fastify/fastify-caching","owner":"fastify","description":"A Fastify plugin to facilitate working with cache headers","archived":false,"fork":false,"pushed_at":"2026-04-26T10:55:53.000Z","size":197,"stargazers_count":228,"open_issues_count":3,"forks_count":25,"subscribers_count":15,"default_branch":"main","last_synced_at":"2026-04-26T14:00:19.785Z","etag":null,"topics":["fastify","fastify-plugin"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/@fastify/caching","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/fastify.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"fastify","open_collective":"fastify"}},"created_at":"2017-09-24T18:23:28.000Z","updated_at":"2026-04-12T12:02:33.000Z","dependencies_parsed_at":"2023-12-07T17:25:36.251Z","dependency_job_id":"7d02c51f-aacd-44fb-a3eb-23cf799e4a8f","html_url":"https://github.com/fastify/fastify-caching","commit_stats":{"total_commits":171,"total_committers":34,"mean_commits":5.029411764705882,"dds":0.7543859649122807,"last_synced_commit":"b26b48ab8fabf6dd6879617dd9df42da94e076de"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/fastify/fastify-caching","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastify","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/sbom","scorecard":{"id":393349,"data":{"date":"2025-08-11","repo":{"name":"github.com/fastify/fastify-caching","commit":"65ecd175a14c773886152d18c34dab48a6c7645e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.1,"checks":[{"name":"Code-Review","score":1,"reason":"Found 3/25 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/fastify/fastify-caching/ci.yml/main?enable=pin","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":"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":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/ci.yml:23","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci.yml:18"],"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"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":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/fastify/.github/SECURITY.md:1","Info: Found linked content: github.com/fastify/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/fastify/.github/SECURITY.md:1","Info: Found text in security policy: github.com/fastify/.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"}},{"name":"SAST","score":-1,"reason":"internal error: internal error: Client.Checks.ListCheckRunsForRef: error during graphqlHandler.setupCheckRuns: non-200 OK status code: 502 Bad Gateway body: \"\u003chtml\u003e\\r\\n\u003chead\u003e\u003ctitle\u003e502 Bad Gateway\u003c/title\u003e\u003c/head\u003e\\r\\n\u003cbody\u003e\\r\\n\u003ccenter\u003e\u003ch1\u003e502 Bad Gateway\u003c/h1\u003e\u003c/center\u003e\\r\\n\u003chr\u003e\u003ccenter\u003enginx\u003c/center\u003e\\r\\n\u003c/body\u003e\\r\\n\u003c/html\u003e\\r\\n\"","details":null,"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-18T18:22:41.111Z","repository_id":25690935,"created_at":"2025-08-18T18:22:41.111Z","updated_at":"2025-08-18T18:22:41.111Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32299639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"fastify","name":"Fastify","uuid":"24939410","kind":"organization","description":"Fast and low overhead web framework, for Node.js","email":"hello@fastify.dev","website":"https://fastify.dev","location":"United States of America","twitter":"fastifyjs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/24939410?v=4","repositories_count":138,"last_synced_at":"2025-12-12T23:39:47.782Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"fastify","open_collective":"fastify"}},"html_url":"https://github.com/fastify","funding_links":["https://github.com/sponsors/fastify","https://opencollective.com/fastify"],"total_stars":61062,"followers":1117,"following":0,"created_at":"2022-11-02T16:30:46.974Z","updated_at":"2025-12-12T23:39:47.782Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastify","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastify/repositories"},"tags":[{"name":"v9.0.3","sha":"023dd37f4f5e967577dc8208ade136dc77ee904c","kind":"tag","published_at":"2025-01-04T20:33:57.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v9.0.3","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v9.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v9.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v9.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v9.0.3/manifests"},{"name":"v9.0.2","sha":"8585fd560d1e07a240860f0014cca89faf283f7e","kind":"commit","published_at":"2024-12-14T08:28:42.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v9.0.2","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v9.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v9.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v9.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v9.0.2/manifests"},{"name":"v9.0.1","sha":"ded25e2ee52cc0c5abb8e970e766c9a25c660c6a","kind":"commit","published_at":"2024-09-22T09:02:09.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v9.0.1","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v9.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v9.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v9.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v9.0.1/manifests"},{"name":"v9.0.0","sha":"00cf62e3b94afdb2a647aa1f9bccfa2e5c8b25c2","kind":"commit","published_at":"2024-09-06T15:28:25.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v9.0.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v9.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v9.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v9.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v9.0.0/manifests"},{"name":"v8.4.0","sha":"92f9c6300460b4f7c753db5e1d90a55ed2d0f6d2","kind":"commit","published_at":"2024-07-03T14:33:11.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v8.4.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v8.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v8.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v8.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v8.4.0/manifests"},{"name":"v8.3.0","sha":"91db956e264443047335e8890f76638814c282b5","kind":"commit","published_at":"2023-03-28T07:55:07.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v8.3.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v8.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v8.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v8.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v8.3.0/manifests"},{"name":"v8.2.0","sha":"f58068116c7ec9e71ae9603c527c7e18a637691f","kind":"commit","published_at":"2022-12-15T12:35:31.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v8.2.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v8.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v8.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v8.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v8.2.0/manifests"},{"name":"v8.1.0","sha":"417706bdda9fd0d123c37df9e6dc93c579768ce7","kind":"commit","published_at":"2022-12-05T09:45:52.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v8.1.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v8.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v8.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v8.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v8.1.0/manifests"},{"name":"v8.0.1","sha":"bde4b49de859cee73f6da4b45712ee76b07f4bf0","kind":"commit","published_at":"2022-05-24T10:32:20.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v8.0.1","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v8.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v8.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v8.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v8.0.1/manifests"},{"name":"v8.0.0","sha":"58bfc1ae1596ab35d71c052f4a95e449d3c19f16","kind":"commit","published_at":"2022-05-18T18:16:59.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v8.0.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v8.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v8.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v8.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v8.0.0/manifests"},{"name":"v7.0.0","sha":"b02b111f3baaf76b4905ea0b4a960483fd523db3","kind":"commit","published_at":"2022-04-27T13:41:27.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v7.0.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v7.0.0/manifests"},{"name":"v6.2.0","sha":"5f7fe7615c1a2303f65401f75957c31f059fd879","kind":"commit","published_at":"2021-11-21T14:13:54.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v6.2.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v6.2.0/manifests"},{"name":"v6.1.0","sha":"ca9c05f8393cf926432f0ab9fad04fedaf7d4fdb","kind":"commit","published_at":"2021-03-02T18:06:18.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v6.1.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v6.1.0/manifests"},{"name":"v6.0.1","sha":"a5038657a25792539ecb4b4b8d1603be5c27af00","kind":"commit","published_at":"2020-07-07T17:10:17.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v6.0.1","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"07a41051bde971685dd65f4043d1f2d2786b24ce","kind":"commit","published_at":"2020-06-16T12:52:39.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v6.0.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v6.0.0/manifests"},{"name":"v5.0.0","sha":"b3faa9cb6ac266a84b9b0aef47fe12142ccdaa67","kind":"commit","published_at":"2019-03-02T18:09:02.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v5.0.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v5.0.0/manifests"},{"name":"v4.0.1","sha":"0fd618c9c2e19b4de369dd95729576d3b9ff6aac","kind":"commit","published_at":"2019-02-26T17:45:26.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v4.0.1","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"dae341fc0856a2ffa6a85746f188b33a21dfea73","kind":"commit","published_at":"2018-11-28T01:17:37.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v4.0.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v4.0.0/manifests"},{"name":"v3.0.0","sha":"d13781f0b89518a02a92aa71e5cad696b497d948","kind":"commit","published_at":"2018-03-07T13:57:05.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v3.0.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v3.0.0/manifests"},{"name":"v2.0.3","sha":"51d8294c2de8807957c386e4764f5194fbd9a19e","kind":"commit","published_at":"2018-02-11T14:09:51.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v2.0.3","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"f17cf348c365c74172dcb3f18321c3369107e0b5","kind":"commit","published_at":"2018-02-11T14:06:26.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v2.0.2","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"6fa6a56355e32a05e468b67fd686f7444012606e","kind":"commit","published_at":"2018-01-15T13:38:11.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v2.0.1","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"8fc0edad128cc90adf355203c7bf70a3c86a3139","kind":"commit","published_at":"2017-11-25T19:15:42.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v2.0.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"cbc8999b159a9ada66a3f9c8645c0be780a7852f","kind":"commit","published_at":"2017-11-15T13:56:33.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v1.1.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"85d7cba543305b6365bc3809926019fc25846fb7","kind":"commit","published_at":"2017-11-05T19:06:23.000Z","download_url":"https://codeload.github.com/fastify/fastify-caching/tar.gz/v1.0.0","html_url":"https://github.com/fastify/fastify-caching/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fastify/fastify-caching@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-26T14:00:25.988Z","dependent_packages_count":7,"downloads":60091,"downloads_period":"last-month","dependent_repos_count":25,"rankings":{"downloads":1.4225963252493457,"dependent_repos_count":2.4912415972363684,"dependent_packages_count":2.7707191735191774,"stargazers_count":4.35125361552424,"forks_count":5.061518640724574,"docker_downloads_count":1.784556712129572,"average":2.9803143440638795},"purl":"pkg:npm/%40fastify/caching","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@fastify/caching","docker_dependents_count":3,"docker_downloads_count":44,"usage_url":"https://repos.ecosyste.ms/usage/npm/@fastify/caching","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@fastify/caching/dependencies","status":null,"funding_links":["https://github.com/sponsors/fastify","https://opencollective.com/fastify"],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-26T13:01:09.416Z","issues_count":21,"pull_requests_count":161,"avg_time_to_close_issue":31283137.65,"avg_time_to_close_pull_request":250495.20394736843,"issues_closed_count":20,"pull_requests_closed_count":152,"pull_request_authors_count":26,"issue_authors_count":19,"avg_comments_per_issue":5.0,"avg_comments_per_pull_request":0.36024844720496896,"merged_pull_requests_count":138,"bot_issues_count":0,"bot_pull_requests_count":62,"past_year_issues_count":0,"past_year_pull_requests_count":8,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":3891.1666666666665,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":6,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":6,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Ffastify-caching/issues","maintainers":[{"login":"Fdawgs","count":59,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Fdawgs"},{"login":"jsumners","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jsumners"},{"login":"darkgl0w","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/darkgl0w"},{"login":"zekth","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zekth"},{"login":"gurgunday","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gurgunday"},{"login":"mcollina","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mcollina"},{"login":"Eomm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Eomm"},{"login":"metcoder95","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/metcoder95"}],"active_maintainers":[{"login":"Fdawgs","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Fdawgs"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Fcaching/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Fcaching/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Fcaching/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Fcaching/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Fcaching/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Fcaching/codemeta","maintainers":[{"uuid":"simenb","login":"simenb","name":null,"email":"sbekkhus91@gmail.com","url":null,"packages_count":264,"html_url":"https://www.npmjs.com/~simenb","role":null,"created_at":"2022-11-15T17:45:10.181Z","updated_at":"2022-11-15T17:45:10.181Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/simenb/packages"},{"uuid":"matteo.collina","login":"matteo.collina","name":null,"email":"hello@matteocollina.com","url":null,"packages_count":673,"html_url":"https://www.npmjs.com/~matteo.collina","role":null,"created_at":"2022-11-15T17:45:12.906Z","updated_at":"2022-11-15T17:45:12.906Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/matteo.collina/packages"},{"uuid":"airhorns","login":"airhorns","name":null,"email":"harry@harry.me","url":null,"packages_count":213,"html_url":"https://www.npmjs.com/~airhorns","role":null,"created_at":"2022-11-15T17:45:20.704Z","updated_at":"2022-11-15T17:45:20.704Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/airhorns/packages"},{"uuid":"galvez","login":"galvez","name":null,"email":"jonasgalvez@gmail.com","url":null,"packages_count":201,"html_url":"https://www.npmjs.com/~galvez","role":null,"created_at":"2022-11-15T17:45:09.614Z","updated_at":"2022-11-15T17:45:09.614Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/galvez/packages"},{"uuid":"delvedor","login":"delvedor","name":null,"email":"tommydelved@gmail.com","url":null,"packages_count":194,"html_url":"https://www.npmjs.com/~delvedor","role":null,"created_at":"2022-11-15T17:45:12.137Z","updated_at":"2022-11-15T17:45:12.137Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/delvedor/packages"},{"uuid":"kibertoad","login":"kibertoad","name":null,"email":"iselwin@gmail.com","url":null,"packages_count":332,"html_url":"https://www.npmjs.com/~kibertoad","role":null,"created_at":"2022-11-15T17:45:22.169Z","updated_at":"2022-11-15T17:45:22.169Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/kibertoad/packages"},{"uuid":"jsumners","login":"jsumners","name":null,"email":"james.sumners@gmail.com","url":null,"packages_count":270,"html_url":"https://www.npmjs.com/~jsumners","role":null,"created_at":"2022-11-15T17:45:14.656Z","updated_at":"2022-11-15T17:45:14.656Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jsumners/packages"},{"uuid":"simoneb","login":"simoneb","name":null,"email":"simone.busoli@gmail.com","url":null,"packages_count":312,"html_url":"https://www.npmjs.com/~simoneb","role":null,"created_at":"2022-11-15T17:45:10.861Z","updated_at":"2022-11-15T17:45:10.861Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/simoneb/packages"},{"uuid":"zekth","login":"zekth","name":null,"email":"vince.legoff@gmail.com","url":null,"packages_count":156,"html_url":"https://www.npmjs.com/~zekth","role":null,"created_at":"2022-11-15T17:45:15.817Z","updated_at":"2022-11-15T17:45:15.817Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/zekth/packages"},{"uuid":"eomm","login":"eomm","name":null,"email":"behemoth89@gmail.com","url":null,"packages_count":198,"html_url":"https://www.npmjs.com/~eomm","role":null,"created_at":"2022-11-15T17:45:18.200Z","updated_at":"2022-11-15T17:45:18.200Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/eomm/packages"},{"uuid":"fox1t","login":"fox1t","name":null,"email":"maksim@sinik.it","url":null,"packages_count":169,"html_url":"https://www.npmjs.com/~fox1t","role":null,"created_at":"2022-11-15T17:45:18.940Z","updated_at":"2022-11-15T17:45:18.940Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/fox1t/packages"},{"uuid":"climba03003","login":"climba03003","name":null,"email":"kaka@kakawebsitedemo.com","url":null,"packages_count":195,"html_url":"https://www.npmjs.com/~climba03003","role":null,"created_at":"2022-11-15T17:45:22.387Z","updated_at":"2022-11-15T17:45:22.387Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/climba03003/packages"},{"uuid":"fdawgs","login":"fdawgs","name":null,"email":"frazer.dev@icloud.com","url":null,"packages_count":93,"html_url":"https://www.npmjs.com/~fdawgs","role":null,"created_at":"2022-11-15T17:45:23.579Z","updated_at":"2022-11-15T17:45:23.579Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/fdawgs/packages"},{"uuid":"metcoder95","login":"metcoder95","name":null,"email":"me@metcoder.dev","url":null,"packages_count":176,"html_url":"https://www.npmjs.com/~metcoder95","role":null,"created_at":"2023-04-13T02:16:02.267Z","updated_at":"2023-04-13T02:16:02.267Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/metcoder95/packages"},{"uuid":"ilteoood","login":"ilteoood","name":null,"email":"matteopietro.dazzi@gmail.com","url":null,"packages_count":73,"html_url":"https://www.npmjs.com/~ilteoood","role":null,"created_at":"2025-10-05T14:15:01.753Z","updated_at":"2025-10-05T14:15:01.753Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/ilteoood/packages"},{"uuid":"tony133","login":"tony133","name":null,"email":"a.tripodi133@gmail.com","url":null,"packages_count":141,"html_url":"https://www.npmjs.com/~tony133","role":null,"created_at":"2026-04-09T00:16:45.648Z","updated_at":"2026-04-09T00:16:45.648Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tony133/packages"},{"uuid":"jean-michelet","login":"jean-michelet","name":null,"email":"jean.antoine.michelet@gmail.com","url":null,"packages_count":143,"html_url":"https://www.npmjs.com/~jean-michelet","role":null,"created_at":"2025-06-22T22:40:10.440Z","updated_at":"2025-06-22T22:40:10.440Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jean-michelet/packages"},{"uuid":"gurgunday","login":"gurgunday","name":null,"email":"hey@gurgun.day","url":null,"packages_count":164,"html_url":"https://www.npmjs.com/~gurgunday","role":null,"created_at":"2023-09-06T08:46:16.944Z","updated_at":"2023-09-06T08:46:16.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/gurgunday/packages"}]}