{"id":16642041,"url":"https://github.com/make-github-pseudonymous-again/idb-lru-cache","last_synced_at":"2025-10-06T04:15:44.590Z","repository":{"id":37048528,"uuid":"497442044","full_name":"make-github-pseudonymous-again/idb-lru-cache","owner":"make-github-pseudonymous-again","description":"IndexedDB-based persisting LRU cache for the browser","archived":false,"fork":false,"pushed_at":"2025-03-15T14:23:03.000Z","size":822,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T15:27:43.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://make-github-pseudonymous-again.github.io/idb-lru-cache","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/make-github-pseudonymous-again.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":"2022-05-28T22:41:52.000Z","updated_at":"2025-02-03T15:01:27.000Z","dependencies_parsed_at":"2023-10-15T16:17:36.391Z","dependency_job_id":"79dafbf8-fce6-41d9-a976-444a29de74b2","html_url":"https://github.com/make-github-pseudonymous-again/idb-lru-cache","commit_stats":{"total_commits":92,"total_committers":3,"mean_commits":"30.666666666666668","dds":0.25,"last_synced_commit":"3d6eb13a8cc8593bae77992af02f74ca26e27fff"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fidb-lru-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fidb-lru-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fidb-lru-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fidb-lru-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/make-github-pseudonymous-again","download_url":"https://codeload.github.com/make-github-pseudonymous-again/idb-lru-cache/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830952,"owners_count":20354854,"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":[],"created_at":"2024-10-12T07:48:42.043Z","updated_at":"2025-10-06T04:15:39.531Z","avatar_url":"https://github.com/make-github-pseudonymous-again.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[idb-lru-cache](https://make-github-pseudonymous-again.github.io/idb-lru-cache)\n==\n\n\nIndexedDB-based persisting LRU cache for the browser.\nSee [docs](https://make-github-pseudonymous-again.github.io/idb-lru-cache/index.html).\n\n\n\u003e :warning: Depending on your environment, the code may require\n\u003e `regeneratorRuntime` to be defined, for instance by importing\n\u003e [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).\n\n```ts\nconst lru = cache\u003cstring, number\u003e({\n\tdbName: 'cache-lru',\n\tmaxCount: 10,\n});\n```\n\n[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/idb-lru-cache.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/idb-lru-cache/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/idb-lru-cache.svg)](https://www.npmjs.org/package/idb-lru-cache)\n[![Tests](https://img.shields.io/github/actions/workflow/status/make-github-pseudonymous-again/idb-lru-cache/ci:cover.yml?branch=main\u0026event=push\u0026label=tests)](https://github.com/make-github-pseudonymous-again/idb-lru-cache/actions/workflows/ci:cover.yml?query=branch:main)\n[![Dependencies](https://img.shields.io/librariesio/github/make-github-pseudonymous-again/idb-lru-cache.svg)](https://github.com/make-github-pseudonymous-again/idb-lru-cache/network/dependencies)\n[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/idb-lru-cache.svg)](https://github.com/make-github-pseudonymous-again/idb-lru-cache/issues)\n[![Downloads](https://img.shields.io/npm/dm/idb-lru-cache.svg)](https://www.npmjs.org/package/idb-lru-cache)\n\n\n[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/idb-lru-cache.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/idb-lru-cache/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/idb-lru-cache.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/idb-lru-cache/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/idb-lru-cache/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/idb-lru-cache)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/idb-lru-cache.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/idb-lru-cache/trends/technical_debt)\n[![Documentation](https://make-github-pseudonymous-again.github.io/idb-lru-cache/coverage.svg)](https://make-github-pseudonymous-again.github.io/idb-lru-cache/modules.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/idb-lru-cache)](https://bundlephobia.com/result?p=idb-lru-cache)\n\n\n## :woman_teacher: API reference\n\nSee [docs](https://make-github-pseudonymous-again.github.io/idb-lru-cache/classes/IndexedDBPersistedLRUCache.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fidb-lru-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmake-github-pseudonymous-again%2Fidb-lru-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fidb-lru-cache/lists"}