{
  "name": "stream-limit-throughput",
  "version": "1.0.2",
  "description": "Advanced throughput throttling for node streams",
  "engines": {
    "node": ">=6.0"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tracker1/node-stream-limit-throughput.git"
  },
  "keywords": [
    "streams",
    "throttling",
    "out-of-memory",
    "performance",
    "rate-limit"
  ],
  "author": "Michael J. Ryan <tracker1@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tracker1/node-stream-limit-throughput/issues"
  },
  "homepage": "https://github.com/tracker1/node-stream-limit-throughput#readme",
  "dependencies": {
    "is-stream": "^1.1.0",
    "through2": "^2.0.3"
  }
}