{"id":13485137,"url":"https://github.com/denosaurs/cache","last_synced_at":"2025-04-09T15:05:22.467Z","repository":{"id":53554794,"uuid":"280951218","full_name":"denosaurs/cache","owner":"denosaurs","description":"🥌 Deno cache library","archived":false,"fork":false,"pushed_at":"2024-10-23T17:50:49.000Z","size":63,"stargazers_count":51,"open_issues_count":5,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T15:05:15.550Z","etag":null,"topics":["cache","deno","file","filesystem"],"latest_commit_sha":null,"homepage":"https://deno.land/x/cache","language":"TypeScript","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/denosaurs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"open_collective":"denosaurs","github":"denosaurs"}},"created_at":"2020-07-19T21:10:48.000Z","updated_at":"2025-03-31T11:33:40.000Z","dependencies_parsed_at":"2022-09-19T03:10:37.633Z","dependency_job_id":"c2597a74-6401-4f55-8610-364ed051795f","html_url":"https://github.com/denosaurs/cache","commit_stats":{"total_commits":70,"total_committers":5,"mean_commits":14.0,"dds":0.3285714285714286,"last_synced_commit":"a75f44851b4ca90b68300f69baaa9417501e03d2"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fcache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fcache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fcache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denosaurs%2Fcache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denosaurs","download_url":"https://codeload.github.com/denosaurs/cache/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055284,"owners_count":21040157,"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","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"}},"keywords":["cache","deno","file","filesystem"],"created_at":"2024-07-31T17:01:47.280Z","updated_at":"2025-04-09T15:05:22.451Z","avatar_url":"https://github.com/denosaurs.png","language":"TypeScript","funding_links":["https://opencollective.com/denosaurs","https://github.com/sponsors/denosaurs"],"categories":["TypeScript"],"sub_categories":[],"readme":"# cache\n\n[![Tags](https://img.shields.io/github/release/denosaurs/cache)](https://github.com/denosaurs/cache/releases)\n[![Checks](https://github.com/denosaurs/cache/actions/workflows/deno.yml/badge.svg)](https://github.com/denosaurs/cache/actions/workflows/deno.yml)\n[![Dependencies](https://github.com/denosaurs/cache/actions/workflows/depsbot.yml/badge.svg)](https://github.com/denosaurs/cache/actions/workflows/depsbot.yml)\n[![License](https://img.shields.io/github/license/denosaurs/cache)](https://github.com/denosaurs/cache/blob/master/LICENSE)\n\nCache library, compatible with deno\n[module caching](https://deno.land/manual/linking_to_external_code).\n\n```typescript\nimport { cache } from \"jsr:@denosaurs/cache\";\n\nconst file = await cache(\"https://example.com/file.json\");\n\nconst text = await Deno.readTextFile(file.path);\nconsole.log(text);\n```\n\n## Maintainers\n\n- Filippo Rossi ([@qu4k](https://github.com/qu4k))\n- Elias Sjögreen ([@eliassjogreen](https://github.com/eliassjogreen))\n- Dean Srebnik ([@load1n9](https://github.com/load1n9))\n\n## Other\n\n### Contribution\n\nPull request, issues and feedback are very welcome. Code style is formatted with\n`deno fmt` and commit messages are done following\n[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec.\n\n### Licence\n\nCopyright 2020-2024, the denosaurs team. All rights reserved. MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenosaurs%2Fcache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenosaurs%2Fcache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenosaurs%2Fcache/lists"}