proxy-chain

v0.1.9
Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.
proxy squid apify

lint

npm run build && eslint src

test

npm run build && mocha --compilers js:babel-core/register --recursive

build

rm -rf ./build && babel src --out-dir build

clean

rm -rf build

prepare

npm run build

local-proxy

npm run build && node ./build/run_locally.js

prepublishOnly

(test $RUNNING_FROM_SCRIPT || (echo "You must use publish.sh instead of 'npm publish' directly!"; exit 1)) && npm test && npm run lint

Metadata

Downloads

Maintainers