UNPKG

dht-rpc

Version:

Make RPC calls over a Kademlia based DHT

49 lines (48 loc) 1.13 kB
{ "name": "dht-rpc", "version": "6.18.1", "description": "Make RPC calls over a Kademlia based DHT", "main": "index.js", "files": [ "index.js", "lib/*.js" ], "imports": { "events": { "bare": "bare-events", "default": "events" } }, "dependencies": { "b4a": "^1.6.1", "bare-events": "^2.2.0", "compact-encoding": "^2.11.0", "compact-encoding-net": "^1.2.0", "fast-fifo": "^1.1.0", "kademlia-routing-table": "^1.0.1", "nat-sampler": "^1.0.1", "sodium-universal": "^5.0.0", "streamx": "^2.13.2", "time-ordered-set": "^2.0.0", "udx-native": "^1.5.3" }, "devDependencies": { "brittle": "^3.0.0", "standard": "^17.0.0", "test-suspend": "^1.0.0" }, "scripts": { "test": "standard && brittle test.js", "test:bare": "bare test.js" }, "repository": { "type": "git", "url": "https://github.com/mafintosh/dht-rpc.git" }, "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/dht-rpc/issues" }, "homepage": "https://github.com/mafintosh/dht-rpc" }