UNPKG

542 BJSONView Raw
1{
2 "name": "lru-cache",
3 "description": "A cache object that deletes the least-recently-used items.",
4 "version": "2.6.1",
5 "author": "Isaac Z. Schlueter <i@izs.me>",
6 "keywords": [
7 "mru",
8 "lru",
9 "cache"
10 ],
11 "scripts": {
12 "test": "tap test --gc"
13 },
14 "main": "lib/lru-cache.js",
15 "repository": "git://github.com/isaacs/node-lru-cache.git",
16 "devDependencies": {
17 "tap": "^0.7.1",
18 "weak": ""
19 },
20 "license": {
21 "type": "MIT",
22 "url": "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE"
23 }
24}