UNPKG

k-bucket-sync

Version:

Synchronous and efficient implementation of k-bucket from Kademlia DHT

32 lines (31 loc) 753 B
{ "name" : "k-bucket-sync", "description" : "Synchronous and efficient implementation of k-bucket from Kademlia DHT", "keywords" : [ "k-bucket", "kademlia", "dht" ], "version" : "0.1.3", "homepage" : "https://github.com/nazar-pc/k-bucket-sync", "author" : "Nazar Mokrynskyi <nazar@mokrynskyi.com>", "repository" : { "type" : "git", "url" : "git://github.com/nazar-pc/k-bucket-sync.git" }, "license" : "0BSD", "main" : "src/index.js", "files" : [ "src" ], "scripts" : { "test" : "tape tests/**/*.js" }, "dependencies" : { "array-map-set" : "^1.0.1" }, "devDependencies" : { "build-gc" : "^0.1.1", "tape" : "^4.9.0" } }