{
  "name": "alaska-cache-lru",
  "version": "0.13.2",
  "description": "Alaska LRU cache driver",
  "keywords": [
    "alaska",
    "alaska-cache"
  ],
  "alaska": "driver",
  "alaska-driver": "cache",
  "main": "index.js",
  "repository": "https://github.com/maichong/alaska/tree/master/src/alaska-cache-lru",
  "author": "Liang <liang@maichong.it> (https://github.com/liangxingchen)",
  "license": "MIT",
  "dependencies": {
    "debug": "^3.1.0",
    "lru-cache": "^4.1.2"
  }
}
