through2-spy
Version:
A through2 wrapper to for simple stream.PassThrough spies.
49 lines (48 loc) • 996 B
JSON
{
"name": "through2-spy",
"version": "2.0.0",
"description": "A through2 wrapper to for simple stream.PassThrough spies.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/"
},
"repository": {
"type": "git",
"url": "git@github.com:brycebaril/through2-spy.git"
},
"keywords": [
"streams",
"through",
"through2",
"passthrough",
"spy"
],
"author": "Bryce B. Baril",
"license": "MIT",
"jshintConfig": {
"asi": true,
"globalstrict": true,
"validthis": true,
"eqnull": true,
"node": true,
"loopfunc": true,
"newcap": false,
"eqeqeq": false
},
"bugs": {
"url": "https://github.com/brycebaril/through2-spy/issues"
},
"devDependencies": {
"tape": "~4.0.0",
"stream-spigot": "~3.0.5",
"terminus": "~1.0.12"
},
"dependencies": {
"through2": "~2.0.0",
"xtend": "~4.0.0"
},
"homepage": "https://github.com/brycebaril/through2-spy"
}