UNPKG

@anzerr/tcp.proxy

Version:
41 lines (40 loc) 821 B
{ "name": "@anzerr/tcp.proxy", "version": "1.0.13", "description": "Tunnel a tcp connection", "keywords": [ "mitmproxy", "nodejs", "proxy", "tcp", "util" ], "homepage": "https://github.com/anzerr/tcp.proxy#readme", "bugs": { "url": "https://github.com/anzerr/tcp.proxy/issues" }, "repository": { "type": "git", "url": "git@github.com:anzerr/tcp.proxy.git" }, "license": "MIT", "author": "anzerr", "main": "index.js", "types": "index.d.ts", "bin": { "tcpproxy": "./src/bin.js" }, "scripts": { "test": "node test.js", "example": "node bin.js --host localhost:5964 --remote localhost:5965" }, "dependencies": { "@anzerr/cli.util": "^1.0.13", "@anzerr/unique.util": "^1.0.13", "@anzerr/net.socket": "^1.0.21" }, "devDependencies": {}, "engines": { "node": ">= 0.10.0" } }