hash-mod
Version:
Hash strings into numbers and then mod them into buckets.
14 lines (13 loc) • 367 B
JSON
{
"name": "hash-mod",
"version": "0.0.5",
"description": "Hash strings into numbers and then mod them into buckets.",
"keywords": ["hash", "string", "number", "mod"],
"author": "Ilya Volodarsky <ilya@segment.io>",
"repository": "git://github.com/segmentio/hash-mod.git",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"main": "./lib"
}