UNPKG

consistent

Version:

Consistent hashing for Node.JS

28 lines (27 loc) 510 B
{ "name": "consistent", "version": "1.1.0", "description": "Consistent hashing for Node.JS", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/eknkc/consistent.git" }, "devDependencies": { "matcha": "^0.6.0", "mocha": "^2.0.1" }, "scripts": { "test": "make test" }, "keywords": [ "consistent", "hashing" ], "author": "Ekin Koc", "license": "MIT", "dependencies": { "lru-cache": "^2.5.0", "murmurhash": "0.0.2" } }