这个提交包含在:
AJ ONeal 2018-04-21 01:19:57 +00:00
父节点 64eec91d11
当前提交 89718a8a07

查看文件

@ -1,6 +1,6 @@
{ {
"name": "stunneld", "name": "stunneld",
"version": "0.9.1", "version": "0.9.2",
"description": "A pure-JavaScript tunnel daemon for http and https similar to a localtunnel.me server, but uses TLS (SSL) with ServerName Indication (SNI) over https to work even in harsh network conditions such as in student dorms and behind HOAs, corporate firewalls, public libraries, airports, airplanes, etc. Can also tunnel tls and plain tcp.", "description": "A pure-JavaScript tunnel daemon for http and https similar to a localtunnel.me server, but uses TLS (SSL) with ServerName Indication (SNI) over https to work even in harsh network conditions such as in student dorms and behind HOAs, corporate firewalls, public libraries, airports, airplanes, etc. Can also tunnel tls and plain tcp.",
"main": "wstunneld.js", "main": "wstunneld.js",
"bin": { "bin": {
@ -13,7 +13,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/Daplie/node-tunnel-server.git" "url": "git+https://git.coolaj86.com/coolaj86/tunnel-server.js.git"
}, },
"keywords": [ "keywords": [
"server", "server",
@ -42,19 +42,19 @@
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)", "license": "(MIT OR Apache-2.0)",
"bugs": { "bugs": {
"url": "https://github.com/Daplie/node-tunnel-server/issues" "url": "https://git.coolaj86.com/coolaj86/tunnel-server.js/issues"
}, },
"homepage": "https://github.com/Daplie/node-tunnel-server#readme", "homepage": "https://git.coolaj86.com/coolaj86/tunnel-server.js",
"dependencies": { "dependencies": {
"bluebird": "^3.5.0", "bluebird": "^3.5.1",
"cluster-store": "^2.0.4", "cluster-store": "^2.0.8",
"commander": "^2.9.0", "commander": "^2.15.1",
"greenlock": "^2.1.12", "greenlock": "^2.2.4",
"jsonwebtoken": "^7.1.9", "jsonwebtoken": "^8.2.1",
"localhost.daplie.me-certificates": "^1.3.3", "localhost.daplie.me-certificates": "^1.3.5",
"redirect-https": "^1.1.0", "redirect-https": "^1.1.5",
"sni": "^1.0.0", "sni": "^1.0.0",
"tunnel-packer": "^1.4.0", "tunnel-packer": "^1.4.0",
"ws": "^2.2.3" "ws": "^5.1.1"
} }
} }