{
  "name": "pressure-stream",
  "description": "call an async function for each data event into through stream. manage concurrency as back pressure",
  "version": "1.0.0",
  "repository": {
    "url": "git://github.com/soldair/node-pressure-stream.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "author": "Ryan Day",
  "dependencies": {
    "once": "^1.4.0",
    "through2": "^2.0.3"
  },
  "devDependencies": {
    "tape": "~2.3.2"
  }
}
