This repository was archived by the owner on Aug 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "description" : " Easy to use ssh client with port forwarding and bastion host support" ,
88 "dependencies" : {
9- "debug" : " ^4.1.1" ,
10- "ssh2" : " ^0.8.9"
9+ "debug" : " ^4.3.3" ,
10+ "ssh2" : " ^1.5.0"
11+ },
12+ "engines" : {
13+ "node" : " >=10.16.0"
1114 },
1215 "keywords" : [
1316 " node" ,
2730 "test" : " nyc ./node_modules/mocha/bin/_mocha --ui bdd --recursive --timeout 30000 --require ts-node/register \" test/test.ts\" "
2831 },
2932 "devDependencies" : {
30- "@types/mocha" : " ^5.2.5 " ,
31- "@types/node" : " ^10.3.1 " ,
32- "@types/ssh2" : " ^0.5.35 " ,
33- "mocha" : " ^5.2.0 " ,
34- "nyc" : " ^15.0 .0" ,
33+ "@types/mocha" : " ^5.2.7 " ,
34+ "@types/node" : " ^10.17.60 " ,
35+ "@types/ssh2" : " ^0.5.50 " ,
36+ "mocha" : " ^9.1.3 " ,
37+ "nyc" : " ^15.1 .0" ,
3538 "ts-node" : " ^7.0.1" ,
36- "tslint" : " ^5.10.0 " ,
37- "tslint-config-airbnb" : " ^5.11.0 " ,
38- "typescript" : " ^3.0.3 "
39+ "tslint" : " ^5.20.1 " ,
40+ "tslint-config-airbnb" : " ^5.11.2 " ,
41+ "typescript" : " ^3.9.10 "
3942 }
4043}
Original file line number Diff line number Diff line change 1- FROM stocard/node:8.11
1+ FROM stocard/node:12
22COPY ./package.json ./package.json
33COPY ./yarn.lock ./yarn.lock
44RUN yarn install --silent --frozen-lockfile
You can’t perform that action at this time.
0 commit comments