{
  "name": "upring",
  "version": "0.22.0",
  "description": "application-level sharding on node.js streams",
  "main": "upring.js",
  "scripts": {
    "test": "standard | snazzy && tap test/*.test.js",
    "coverage": "tap --cov --coverage-report=html test/*.test.js",
    "coveralls": "tap test/*test.js --cov --coverage-report=text-lcov | coveralls"
  },
  "precommit": "test",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/upringjs/upring.git"
  },
  "keywords": [
    "ring",
    "hashring",
    "consistent",
    "hash",
    "swim",
    "gossip",
    "streams"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/upringjs/upring/issues"
  },
  "homepage": "https://github.com/upringjs/upring#readme",
  "devDependencies": {
    "concat-stream": "^1.6.0",
    "coveralls": "^3.0.0",
    "farmhash": "^2.0.4",
    "flush-write-stream": "^1.0.2",
    "pre-commit": "^1.2.2",
    "snazzy": "^7.0.0",
    "standard": "^10.0.3",
    "tap": "^11.0.0",
    "then-sleep": "^1.0.1"
  },
  "dependencies": {
    "ajv": "^5.4.0",
    "avvio": "^3.2.0",
    "bloomrun": "^4.0.0",
    "end-of-stream": "^1.4.0",
    "fastzalgo": "^1.0.0",
    "from2": "^2.3.0",
    "functional-red-black-tree": "^1.0.1",
    "lru-cache": "^4.1.1",
    "network-address": "^1.1.2",
    "pino": "^4.10.2",
    "pump": "^2.0.0",
    "swim-hashring": "^0.7.0",
    "tentacoli": "^1.0.0",
    "tinysonic": "^1.3.0",
    "util.promisify": "^1.0.0"
  }
}
