http-deceiver-fixes
Version:
Deceive HTTP parser
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "http-deceiver-fixes",
"version": "1.2.8",
"description": "Deceive HTTP parser",
"main": "lib/deceiver.js",
"scripts": {
"lint": "standard",
"test": "mocha --reporter=spec test/*-test.js",
"coverage": "nyc node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js"
},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/beenotung/http-deceiver.git"
},
"keywords": [
"http",
"net",
"deceive"
],
"author": "Fedor Indutny <fedor@indutny.com>",
"contributors": [
"Beeno Tung <aabbcc1241@yahoo.com.hk>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/beenotung/http-deceiver/issues"
},
"homepage": "https://github.com/beenotung/http-deceiver#readme",
"devDependencies": {
"handle-thing": "^1.0.1",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"readable-stream": "^2.0.1",
"standard": "^8.6.0",
"stream-pair": "^1.0.0"
},
"dependencies": {
"mocha": "^10.2.0"
}
}