UNPKG

@keyvhq/multi

Version:

Layered cache with any backend

61 lines (60 loc) 1.18 kB
{ "name": "@keyvhq/multi", "description": "Layered cache with any backend", "homepage": "https://keyv.js.org", "version": "2.1.7", "types": "./src/index.d.ts", "main": "src/index.js", "author": { "email": "hello@microlink.io", "name": "microlink.io", "url": "https://microlink.io" }, "repository": { "directory": "packages/memo", "type": "git", "url": "git+https://github.com/microlinkhq/keyv.git" }, "bugs": { "url": "https://github.com/microlinkhq/keyvhq/issues" }, "keywords": [ "cache", "key", "keyv", "multicache", "multilevel", "store", "ttl", "value" ], "dependencies": { "@keyvhq/core": "2.1.7" }, "devDependencies": { "@keyvhq/compress": "latest", "@keyvhq/sqlite": "latest", "ava": "5", "tsd": "latest", "typescript": "latest" }, "engines": { "node": ">= 18" }, "files": [ "src" ], "scripts": { "lint": "tsd", "pretest": "npm run lint", "test": "ava" }, "license": "MIT", "publishConfig": { "access": "public" }, "tsd": { "directory": "test" }, "gitHead": "81ccbbaabfa49c4741ec587e7bbaddb2ce68024e" }