Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "name": "ssh2",
  "version": "1.11.0",
  "author": "Brian White <mscdex@mscdex.net>",
  "description": "SSH2 client and server modules written in pure JavaScript for node.js",
  "main": "./lib/index.js",
  "engines": {
    "node": ">=10.16.0"
  },
  "dependencies": {
    "asn1": "^0.2.4",
    "bcrypt-pbkdf": "^1.0.2"
  },
  "devDependencies": {
    "@mscdex/eslint-config": "^1.1.0",
    "eslint": "^7.0.0"
  },
  "optionalDependencies": {
    "cpu-features": "~0.0.4",
    "nan": "^2.16.0"
  },
  "scripts": {
    "install": "node install.js",
    "rebuild": "node install.js",
    "test": "node test/test.js",
    "lint": "eslint --cache --report-unused-disable-directives --ext=.js .eslintrc.js examples lib test",
    "lint:fix": "npm run lint -- --fix"
  },
  "keywords": [
    "ssh",
    "ssh2",
    "sftp",
    "secure",
    "shell",
    "exec",
    "remote",
    "client"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/mscdex/ssh2/raw/master/LICENSE"
    }
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/mscdex/ssh2.git"
  }

,"_resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.11.0.tgz"
,"_integrity": "sha512-nfg0wZWGSsfUe/IBJkXVll3PEZ//YH2guww+mP88gTpuSU4FtZN7zu9JoeTGOyCNx2dTDtT9fOpWwlzyj4uOOw=="
,"_from": "ssh2@1.11.0"
}