UNPKG

sams-algorithm-lru

Version:

A memory scheduler that uses an lru algorithm.

31 lines (30 loc) 726 B
{ "name": "sams-algorithm-lru", "version": "0.1.2", "description": "A memory scheduler that uses an lru algorithm.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/samsteam/algorithm-lru" }, "keywords": [ "sams", "lru", "memory", "scheduler", "os" ], "author": "Sams Team <dev.samsjs@gmail.com> (http://samsjs.com)", "license": "MIT", "bugs": { "url": "https://github.com/samsteam/algorithm-lru/issues" }, "homepage": "https://github.com/samsteam/algorithm-lru", "dependencies": { "cocktail": "^0.7.0", "cocktail-trait-configurable": "^1.0.0" } }