UNPKG

cache-chunk-store

Version:

In-memory LRU cache for abstract-chunk-store compliant stores

58 lines (57 loc) 1.29 kB
{ "name": "cache-chunk-store", "description": "In-memory LRU cache for abstract-chunk-store compliant stores", "version": "3.2.2", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "https://feross.org" }, "bugs": { "url": "https://github.com/feross/cache-chunk-store/issues" }, "dependencies": { "lru": "^3.1.0", "queue-microtask": "^1.2.3" }, "devDependencies": { "abstract-chunk-store": "^1.4.0", "fs-chunk-store": "^2.0.2", "immediate-chunk-store": "^2.1.1", "memory-chunk-store": "^1.3.0", "standard": "*", "tape": "^5.0.1" }, "homepage": "https://github.com/feross/cache-chunk-store", "keywords": [ "abstract-chunk-store", "chunk", "lru", "least recently used", "cache", "store" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/cache-chunk-store.git" }, "scripts": { "test": "standard && tape test/*.js" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ] }