UNPKG

@linkedmink/multilevel-aging-cache

Version:

Package provides an interface to cache and persist data to Redis, MongoDB, memory

56 lines 1.37 kB
{ "name": "@linkedmink/multilevel-aging-cache", "version": "0.6.0", "description": "Package provides an interface to cache and persist data to Redis, MongoDB, memory", "keywords": [ "cache", "memory", "redis", "mongodb", "database", "storage", "distributed" ], "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "license": "MIT", "author": { "name": "Harlan Sang", "email": "harlan@linkedmink.net" }, "repository": { "type": "git", "url": "https://github.com/LinkedMink/multilevel-aging-cache" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "scripts": { "build": "tsc", "test": "jest", "lint": "eslint --ext .ts src", "clean": "rm -rf {coverage,dist}", "npm:pack": "npm pack", "prepack": "cp ../{LICENSE,README}.md ." }, "dependencies": { "bintrees": "^1.0.2" }, "peerDependencies": { "winston": "^3.0.0" }, "devDependencies": { "@tsconfig/node16": "^1.0.2", "@types/bintrees": "^1.0.3", "@types/jest": "^27.0.3", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", "eslint": "^8.4.1", "eslint-config-prettier": "^8.3.0", "jest": "^27.4.4", "prettier": "^2.5.1", "ts-jest": "^27.1.1", "typescript": "^4.5.3", "winston": "^3.3.3" } }