{
  "name": "transform-stream-backpressure",
  "description": "A transform stream that applies backpressure based on a check function.",
  "version": "0.0.2-0",
  "author": "Tim Allen <tim@noblesamurai.com>",
  "license": "BSD",
  "main": "index.js",
  "scripts": {
    "coverage": "nyc -a -c -r html -r text -r lcov npm test",
    "pretest": "semistandard --env mocha",
    "test": "mocha --recursive test",
    "watch": "mocha --recursive --watch test",
    "docs": "jsdoc2md index.js"
  },
  "homepage": "https://github.com/noblesamurai/transform-stream-backpressure",
  "repository": {
    "type": "git",
    "url": "git://github.com/noblesamurai/transform-stream-backpressure.git"
  },
  "bugs": {
    "url": "https://github.com/noblesamurai/transform-stream-backpressure/issues"
  },
  "engines": {
    "node": "8.x",
    "npm": "5.x"
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "^3.5.0",
    "dirty-chai": "^1.2.2",
    "jsdoc-to-markdown": "^4.0.0",
    "mocha": "^5.2.0",
    "nyc": "^12.0.2",
    "semistandard": "*"
  },
  "keywords": [],
  "nyc": {
    "exclude": [
      "coverage",
      "test"
    ]
  },
  "semistandard": {
    "env": [
      "mocha"
    ]
  }
}
