
{
  "name": "through2-sink",
  "version": "1.0.0",
  "description": "A through2 wrapper that just receives chunks and nothing else.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:joepie91/through2-sink.git"
  },
  "keywords": [
    "streams",
    "through",
    "through2",
    "passthrough",
    "spy"
  ],
  "author": "Sven Slootweg",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joepie91/through2-sink/issues"
  },
  "dependencies": {
    "through2": "~0.5.1",
    "xtend": "~3.0.0"
  }
}
