wallet-core/node_modules/lru-cache/package.json

22 lines
451 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "lru-cache",
2016-10-10 03:43:44 +02:00
"description": "A cache object that deletes the least-recently-used items.",
2016-11-03 01:33:53 +01:00
"version": "2.7.3",
"author": "Isaac Z. Schlueter <i@izs.me>",
2016-10-10 03:43:44 +02:00
"keywords": [
"mru",
"lru",
"cache"
],
"scripts": {
"test": "tap test --gc"
},
2016-11-03 01:33:53 +01:00
"main": "lib/lru-cache.js",
"repository": "git://github.com/isaacs/node-lru-cache.git",
"devDependencies": {
"tap": "^1.2.0",
"weak": ""
},
"license": "ISC"
2016-10-10 03:43:44 +02:00
}