UNPKG

keyv-file

Version:

File storage adapter for Keyv, using msgpack to serialize data fast and small.

50 lines (49 loc) 1.31 kB
{ "name": "keyv-file", "version": "5.3.3", "description": "File storage adapter for Keyv, using msgpack to serialize data fast and small.", "main": "lib/index.js", "typings": "lib/index", "types": "./lib/index", "scripts": { "build": "tsc", "test": "tsc && rm -rf ./node_modules/.cache && vitest run", "preversion": "pnpm test", "postversion": "git add -A && git push origin master --tags" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/zaaack/keyv-file.git" }, "keywords": [ "keyv", "fast", "storage", "cache", "simple" ], "author": "zaaack", "license": "MIT", "bugs": { "url": "https://github.com/zaaack/keyv-file/issues" }, "homepage": "https://github.com/zaaack/keyv-file#readme", "devDependencies": { "@keyv/test-suite": "^2.1.1", "@types/debug": "^4.1.12", "@types/node": "^24.5.2", "benchmark": "^2.1.4", "keyv": "^5.5.3", "msgpackr": "^1.11.5", "typescript": "^5.9.3", "vitest": "^3.2.4" }, "dependencies": { "@keyv/serialize": "^1.1.1", "tslib": "^1.14.1" }, "packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e" }