SSH server & endpoint

This commit is contained in:
Will O'Beirne
2020-03-16 13:02:33 -05:00
committed by Asher
parent 5f63d2b822
commit 3463d56114
10 changed files with 526 additions and 8 deletions

View File

@@ -24,6 +24,10 @@
"@types/safe-compare": "^1.1.0",
"@types/semver": "^7.1.0",
"@types/tar-fs": "^1.16.2",
"@types/ssh2": "0.5.39",
"@types/ssh2-streams": "^0.1.6",
"@types/tar-fs": "^1.16.1",
"@types/tar-stream": "^1.6.1",
"@types/ws": "^6.0.4",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
@@ -50,10 +54,12 @@
"adm-zip": "^0.4.14",
"fs-extra": "^8.1.0",
"httpolyglot": "^0.1.2",
"node-pty": "^0.9.0",
"pem": "^1.14.2",
"safe-compare": "^1.1.4",
"semver": "^7.1.3",
"tar": "^6.0.1",
"ssh2": "^0.8.7",
"tar-fs": "^2.0.0",
"ws": "^7.2.0"
}