npm install lru-alg  
Modified based on node-lru-cache;
``bash`
$ npm install lru-alg --save
`js``
var LRU = require('lru-alg');
MIT