aboutsummaryrefslogtreecommitdiff
path: root/node_modules/lru-cache/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lru-cache/package.json')
-rw-r--r--node_modules/lru-cache/package.json18
1 files changed, 13 insertions, 5 deletions
diff --git a/node_modules/lru-cache/package.json b/node_modules/lru-cache/package.json
index 189e33da6..6efcef064 100644
--- a/node_modules/lru-cache/package.json
+++ b/node_modules/lru-cache/package.json
@@ -1,7 +1,7 @@
{
"name": "lru-cache",
"description": "A cache object that deletes the least-recently-used items.",
- "version": "2.7.3",
+ "version": "4.0.2",
"author": "Isaac Z. Schlueter <i@izs.me>",
"keywords": [
"mru",
@@ -9,13 +9,21 @@
"cache"
],
"scripts": {
- "test": "tap test --gc"
+ "test": "tap test --100",
+ "posttest": "standard test/*.js lib/*.js"
},
"main": "lib/lru-cache.js",
"repository": "git://github.com/isaacs/node-lru-cache.git",
"devDependencies": {
- "tap": "^1.2.0",
- "weak": ""
+ "standard": "^5.4.1",
+ "tap": "^8.0.1"
},
- "license": "ISC"
+ "license": "ISC",
+ "dependencies": {
+ "pseudomap": "^1.0.1",
+ "yallist": "^2.0.0"
+ },
+ "files": [
+ "lib/lru-cache.js"
+ ]
}