You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
595 B
JSON

{
"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"
}
}