Comparing version 0.0.1 to 0.0.11
{ | ||
"name": "base-cache", | ||
"version": "0.0.1", | ||
"version": "0.0.11", | ||
"description": "A simple node.js base module for creating cache tables based on hashtables with a max size.", | ||
@@ -29,4 +29,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"nodeunit": "^0.9.0" | ||
"nodeunit": "*" | ||
} | ||
} |
base-cache | ||
========== | ||
[![Build Status](https://travis-ci.org/herenow/base-cache.svg?branch=master)](https://travis-ci.org/herenow/base-cache) | ||
@@ -4,0 +5,0 @@ A simple node.js base module for creating cache tables, based on hashes/keys. This module was written for the [light-router](https://github.com/herenow/light-router) cache manager, so performance is a concern in this module :) |
6818
103