UNPKG

@koopjs/cache-memory

Version:

An in-memory cache for KOop

50 lines (49 loc) 1.17 kB
{ "name": "@koopjs/cache-memory", "version": "6.0.0", "description": "An in-memory cache for KOop", "main": "src/index.js", "scripts": { "test": "tape src/**/*.spec.js | tap-spec", "test:cov:unit": "nyc -r=json-summary tape './src/**/*.spec.js' | tap-spec && npm run cov:badge", "test:cov": "nyc -r=json-summary tape './src/**/*.spec.js' | tap-spec && npm run cov:badge", "cov:badge": "coverage-badges-cli --output ./coverage.svg" }, "repository": { "type": "git", "url": "git+https://github.com/koopjs/koop.git" }, "keywords": [ "koop", "cache", "memory" ], "contributors": [ { "name": "Rich Gwozdz", "email": "rgwozdz@esri.com" }, { "name": "Daniel Fenton" } ], "license": "Apache-2.0", "files": [ "src/**/*.js", "index.d.ts", "!**/*.spec.js" ], "bugs": { "url": "https://github.com/koopjs/koop/issues" }, "homepage": "https://github.com/koopjs/koop#readme", "devDependencies": { "tap-spec": "^5.0.0", "tape": "^5.7.4", "uuid": "^9.0.1" }, "dependencies": { "@alloc/quick-lru": "^5.2.0", "lodash": "^4.17.21" } }