fast-hashring
Version:
A library for consistent hashing.
29 lines (28 loc) • 582 B
JSON
{
"name": "fast-hashring",
"version": "1.1.0",
"description": "A library for consistent hashing.",
"main": "consistent-hash.js",
"type": "module",
"scripts": {
"test": "bun test --coverage"
},
"keywords": [
"consistent-hashing",
"hashing",
"virtual-nodes",
"npm-module"
],
"types": "index.d.ts",
"author": "Rolando Santamaria Maso <kyberneees@gmail.com>",
"license": "MIT",
"files": [
"consistent-hash.js",
"consistent-hash.d.ts",
"jump-hash.js",
"jump-hash.d.ts",
"index.d.ts",
"README.md",
"LICENSE"
]
}