UNPKG

@kolodny/lru-ttl-cache

Version:

Fast LRU and TTL cache with upsert and promise option

60 lines (59 loc) 1.53 kB
{ "name": "@kolodny/lru-ttl-cache", "version": "2.4.4", "description": "Fast LRU and TTL cache with upsert and promise option", "main": "dist/commonjs/index.js", "exports": { "require": "./dist/commonjs/index.js", "import": "./dist/module/index.mjs" }, "scripts": { "test": "gulp --nowatch & mocha" }, "repository": { "type": "git", "url": "git+https://github.com/rafikalid/lru-ttl-cache.git" }, "keywords": [ "LRU", "TTL", "CACHE", "Upsert", "Promise" ], "author": "khalid RAFIK", "license": "MIT", "bugs": { "url": "https://github.com/rafikalid/lru-ttl-cache/issues" }, "homepage": "https://github.com/rafikalid/lru-ttl-cache#readme", "devDependencies": { "@types/bytes": "^3.1.1", "@types/gulp": "^4.0.8", "@types/gulp-filter": "^3.0.33", "@types/gulp-rename": "^2.0.1", "@types/gulp-sourcemaps": "0.0.34", "@types/gulp-terser": "^1.2.1", "@types/mocha": "^8.2.2", "@types/ms": "^0.7.31", "@types/node": "^16.4.13", "chalk": "^4.1.0", "cli-table": "^0.3.6", "gulp": "^4.0.2", "gulp-filter": "^7.0.0", "gulp-rename": "^2.0.0", "gulp-sourcemaps": "^3.0.0", "gulp-terser": "^2.0.1", "gulp-typescript": "^6.0.0-alpha.1", "json5": "^2.2.0", "mocha": "^8.4.0", "ts-node": "^9.1.1", "ts-transform-import-path-rewrite": "^0.3.0", "typescript": "^4.2.4", "typescript-path-fix": "^1.0.5" }, "dependencies": { "bytes": "^3.1.0", "ms": "^2.1.3" } }