http-proxy-interceptor
Version:
middleware for node-http-proxy to modify responses using streams
40 lines (39 loc) • 914 B
JSON
{
"name": "http-proxy-interceptor",
"version": "0.8.7",
"description": "middleware for node-http-proxy to modify responses using streams",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaysond/http-proxy-interceptor.git"
},
"keywords": [
"http",
"https",
"proxy",
"stream",
"response"
],
"author": "Aram Akhavan <kaysond@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaysond/http-proxy-interceptor/issues"
},
"homepage": "https://github.com/kaysond/http-proxy-interceptor#readme",
"devDependencies": {
"chai": "^4.2.0",
"connect": "^3.7.0",
"express": "^4.17.1",
"http-proxy": "^1.18.0",
"mocha": "^7.1.1",
"stream-replace": "^1.0.0",
"trumpet": "^1.7.2"
},
"dependencies": {}
}