aboutsummaryrefslogtreecommitdiff
path: root/node_modules/lru-cache/package.json
blob: 189e33da60ff4f4c8c6a37f2d994b5a09bafa6aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "lru-cache",
  "description": "A cache object that deletes the least-recently-used items.",
  "version": "2.7.3",
  "author": "Isaac Z. Schlueter <i@izs.me>",
  "keywords": [
    "mru",
    "lru",
    "cache"
  ],
  "scripts": {
    "test": "tap test --gc"
  },
  "main": "lib/lru-cache.js",
  "repository": "git://github.com/isaacs/node-lru-cache.git",
  "devDependencies": {
    "tap": "^1.2.0",
    "weak": ""
  },
  "license": "ISC"
}