refactor to use http agent interface for tunnels

This commit is contained in:
Roman Shtylman
2018-05-15 14:49:19 -04:00
parent 30fd566c3a
commit c27100b98e
19 changed files with 1041 additions and 1345 deletions

View File

@@ -11,23 +11,21 @@
"dependencies": {
"book": "1.3.3",
"debug": "3.1.0",
"esm": "3.0.14",
"esm": "3.0.34",
"human-readable-ids": "1.0.3",
"koa": "2.4.1",
"koa": "2.5.1",
"localenv": "0.2.2",
"on-finished": "2.3.0",
"optimist": "0.6.1",
"pump": "2.0.0",
"tldjs": "2.3.1"
},
"devDependencies": {
"localtunnel": "1.8.0",
"mocha": "2.5.3",
"mocha": "5.1.1",
"node-dev": "3.1.3",
"ws": "0.8.0"
"supertest": "3.1.0",
"ws": "5.1.1"
},
"scripts": {
"test": "mocha --ui qunit --reporter spec",
"test": "mocha --check-leaks --require esm './**/*.test.js'",
"start": "./bin/server",
"dev": "node-dev bin/server --port 3000"
}