consistent-hash
Version:
js consistent hash ring
25 lines (22 loc) • 748 B
JSON
{
"name": "consistent-hash",
"version": "1.2.2",
"description": "js consistent hash ring",
"license": "Apache-2.0",
"repository": { "type": "git", "url": "git://github.com/andrasq/consistent-hash-js" },
"main": "consistent-hash.js",
"author": { "name": "Andras", "url": "http://github.com/andrasq" },
"keywords": [ "Andras", "consistent", "hash", "hashing", "hash ring" ],
"readme": "see Readme.md in the repo",
"files": ["LICENSE", "Readme.md", "consistent-hash.js", "test-consistent-hash.js"],
"dependencies": {
},
"devDependencies": {
"qnit": "0.30.0"
},
"scripts": {
"test": "qnit test-consistent-hash.js",
"coverage": "nyc -r text -r lcov npm test",
"clean": "rm -rf .nyc_output coverage"
}
}