readable-mock-req
Version:
Yet another http.IncomingMessage mock (readable stream only)
49 lines (48 loc) • 1.05 kB
JSON
{
"name": "readable-mock-req",
"version": "0.2.2",
"description": "Yet another http.IncomingMessage mock (readable stream only)",
"author": "Felix Zandanel <felix@zandanel.me>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fza/readable-mock-req.git"
},
"bugs": {
"url": "https://github.com/fza/readable-mock-req/issues"
},
"keywords": [
"mock",
"IncomingMessage",
"req",
"request",
"test",
"stub",
"readable",
"stream"
],
"engines": {
"node": ">=0.10"
},
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"chai": "~2.2.0",
"format": "~0.2.1",
"grunt": "~0.4.5",
"grunt-coveralls": "~1.0.0",
"grunt-eslint": "~11.0.0",
"grunt-mocha-istanbul": "~2.4.0",
"istanbul": "~0.3.13",
"load-grunt-tasks": "~3.1.0",
"mocha": "~2.2.4",
"sinon": "~1.14.1"
},
"dependencies": {
"is-readable-stream": "~1.0.0",
"methods": "~1.1.1",
"readable-stream": "~1.1.0"
}
}