floodsub-stream
Version:
libp2p-floodsub variant that delivers unique messages - the same message content will not be delivered twice
86 lines (85 loc) • 2.62 kB
JSON
{
"name": "floodsub-stream",
"version": "0.15.6",
"description": "libp2p-floodsub variant that delivers unique messages - the same message content will not be delivered twice",
"leadMaintainer": "John Wehr <johnwehr@gmail.com>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
"test": "aegir test",
"test:node": "aegir test -t node",
"test:browser": "aegir test -t browser",
"build": "aegir build",
"docs": "aegir-docs",
"release": "aegir release --docs",
"release-minor": "aegir release --type minor --docs",
"release-major": "aegir release --type major --docs",
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage --provider coveralls"
},
"pre-push": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wehriam/js-libp2p-floodsub-stream.git"
},
"keywords": [
"IPFS",
"libp2p",
"pubsub",
"gossip",
"flood",
"flooding"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wehriam/js-libp2p-floodsub-stream/issues"
},
"homepage": "https://github.com/wehriam/js-libp2p-floodsub-stream#readme",
"devDependencies": {
"aegir": "^17.1.1",
"benchmark": "^2.1.4",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"dirty-chai": "^2.0.1",
"libp2p": "~0.24.1",
"libp2p-secio": "~0.10.1",
"libp2p-spdy": "~0.13.1",
"libp2p-tcp": "~0.13.0",
"peer-id": "~0.12.0",
"peer-info": "~0.15.0"
},
"dependencies": {
"array-buffer-to-hex": "^1.0.0",
"async": "^2.6.1",
"bs58": "^4.0.1",
"crypto-digest-sync": "^1.0.0",
"debug": "^4.1.0",
"length-prefixed-stream": "^1.6.0",
"libp2p-crypto": "~0.14.1",
"lodash": "^4.17.11",
"multihashing-async": "~0.5.1",
"protons": "^1.0.1",
"pull-pushable": "^2.2.0",
"time-cache": "~0.3.0"
},
"contributors": [
"Alan Shaw <alan.shaw@protocol.ai>",
"David Dias <daviddias.p@gmail.com>",
"Dmitriy Ryajov <dryajov@gmail.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Gavin McDermott <gavinmcdermott@gmail.com>",
"Haad <haadcode@users.noreply.github.com>",
"Jacob Heun <jacobheun@gmail.com>",
"Pedro Teixeira <i@pgte.me>",
"Richard Schneider <makaretu@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
"Vasco Santos <vasco.santos@ua.pt>",
"Victor Bjelkholm <victorbjelkholm@gmail.com>",
"dirkmc <dirk@mccormick.cx>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"kumavis <kumavis@users.noreply.github.com>",
"wanderer <mjbecze@gmail.com>"
]
}