{
  "_args": [
    [
      "ssh2@1.16.0",
      "/var/www/html/api1.turtleking.com"
    ]
  ],
  "_from": "ssh2@1.16.0",
  "_id": "ssh2@1.16.0",
  "_inBundle": false,
  "_integrity": "sha512-r1X4KsBGedJqo7h8F5c4Ybpcr5RjyP+aWIG007uBPRjmdQWfEiVLzSK71Zji1B9sKxwaCvD8y8cwSkYrlLiRRg==",
  "_location": "/ssh2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ssh2@1.16.0",
    "name": "ssh2",
    "escapedName": "ssh2",
    "rawSpec": "1.16.0",
    "saveSpec": null,
    "fetchSpec": "1.16.0"
  },
  "_requiredBy": [
    "/ssh2-sftp-client"
  ],
  "_resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.16.0.tgz",
  "_spec": "1.16.0",
  "_where": "/var/www/html/api1.turtleking.com",
  "author": {
    "name": "Brian White",
    "email": "mscdex@mscdex.net"
  },
  "bugs": {
    "url": "https://github.com/mscdex/ssh2/issues"
  },
  "dependencies": {
    "asn1": "^0.2.6",
    "bcrypt-pbkdf": "^1.0.2",
    "cpu-features": "~0.0.10",
    "nan": "^2.20.0"
  },
  "description": "SSH2 client and server modules written in pure JavaScript for node.js",
  "devDependencies": {
    "@mscdex/eslint-config": "^1.1.0",
    "eslint": "^7.32.0"
  },
  "engines": {
    "node": ">=10.16.0"
  },
  "homepage": "https://github.com/mscdex/ssh2#readme",
  "keywords": [
    "ssh",
    "ssh2",
    "sftp",
    "secure",
    "shell",
    "exec",
    "remote",
    "client"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/mscdex/ssh2/raw/master/LICENSE"
    }
  ],
  "main": "./lib/index.js",
  "name": "ssh2",
  "optionalDependencies": {
    "cpu-features": "~0.0.10",
    "nan": "^2.20.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mscdex/ssh2.git"
  },
  "scripts": {
    "install": "node install.js",
    "lint": "eslint --cache --report-unused-disable-directives --ext=.js .eslintrc.js examples lib test",
    "lint:fix": "npm run lint -- --fix",
    "rebuild": "node install.js",
    "test": "node test/test.js"
  },
  "version": "1.16.0"
}
