node-js-proxy
Version:
A multithreaded man-in-the-middle proxy to extract JavaScript from websites and modify it on the fly
40 lines (39 loc) • 907 B
JSON
{
"name": "node-js-proxy",
"description": "A multithreaded man-in-the-middle proxy to extract JavaScript from websites and modify it on the fly",
"version": "0.0.10",
"homepage": "https://github.com/Dexter-JS/JS-Proxy",
"repository": {
"type": "git",
"url": "https://github.com/Dexter-JS/JS-Proxy.git"
},
"main": "proxy.js",
"keywords": [
"man-in-the-middle",
"proxy",
"esprima"
],
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"cheerio": "*",
"falafel-turbo": "*",
"http-proxy": "0.10.4",
"iconv-lite": "^0.4.11"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"author": {
"name": "Inian Parameshwaran",
"email": "inian1234@gmail.com",
"url": "http://inian.co"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/Dexter-JS/JS-Proxy/issues"
}
}