secondary-cache
Advanced tools
+3
-3
| { | ||
| "name": "secondary-cache", | ||
| "version": "2.0.0-alpha.4", | ||
| "version": "2.0.0-alpha.5", | ||
| "description": "support secondary cache mechanism. the first level cache is fixed memory-resident always with the highest priority. the second level is the LRU cache.", | ||
@@ -35,5 +35,5 @@ "homepage": "https://github.com/snowyu/secondary-cache.js", | ||
| "abstract-object": "^3.0.0-alpha.4", | ||
| "events-ex": "^2.0.0-alpha.13", | ||
| "events-ex": "^2.0.0-alpha.14", | ||
| "inherits-ex": "^2.1.0-alpha.12", | ||
| "util-ex": "^2.0.0-alpha.10" | ||
| "util-ex": "^2.0.0-alpha.11" | ||
| }, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
Updated
Updated