{
  "_args": [
    [
      "ssh2-sftp-client@11.0.0",
      "/var/www/html/api1.turtleking.com"
    ]
  ],
  "_from": "ssh2-sftp-client@11.0.0",
  "_id": "ssh2-sftp-client@11.0.0",
  "_inBundle": false,
  "_integrity": "sha512-lOjgNYtioYquhtgyHwPryFNhllkuENjvCKkUXo18w/Q4UpEffCnEUBfiOTlwFdKIhG1rhrOGnA6DeKPSF2CP6w==",
  "_location": "/ssh2-sftp-client",
  "_phantomChildren": {
    "buffer-from": "1.1.2",
    "inherits": "2.0.4",
    "string_decoder": "1.1.1",
    "typedarray": "0.0.6",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ssh2-sftp-client@11.0.0",
    "name": "ssh2-sftp-client",
    "escapedName": "ssh2-sftp-client",
    "rawSpec": "11.0.0",
    "saveSpec": null,
    "fetchSpec": "11.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ssh2-sftp-client/-/ssh2-sftp-client-11.0.0.tgz",
  "_spec": "11.0.0",
  "_where": "/var/www/html/api1.turtleking.com",
  "author": {
    "name": "Tim Cross"
  },
  "bugs": {
    "url": "https://github.com/theophilusx/ssh2-sftp-client/issues"
  },
  "contributors": [
    {
      "name": "见见",
      "email": "jyu213@gmail.com",
      "url": "original author"
    }
  ],
  "dependencies": {
    "concat-stream": "^2.0.0",
    "promise-retry": "^2.0.1",
    "ssh2": "^1.15.0"
  },
  "description": "ssh2 sftp client for node",
  "devDependencies": {
    "chai": "^4.5.0",
    "chai-as-promised": "^7.1.2",
    "chai-subset": "^1.6.0",
    "checksum": "^1.0.0",
    "dotenv": "^16.0.0",
    "eslint": "^9.6.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-mocha": "^10.2.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-unicorn": "^54.0.0",
    "mocha": "^10.0.0",
    "moment": "^2.29.1",
    "nyc": "^17.0.0",
    "prettier": "^3.0.3",
    "through2": "^4.0.2",
    "winston": "^3.11.0"
  },
  "email": "theophilusx@gmail.com",
  "engines": {
    "node": ">=18.20.4"
  },
  "funding": {
    "type": "individual",
    "url": "https://square.link/u/4g7sPflL"
  },
  "homepage": "https://github.com/theophilusx/ssh2-sftp-client#readme",
  "keywords": [
    "sftp",
    "nodejs",
    "promises"
  ],
  "license": "Apache-2.0",
  "main": "src/index.js",
  "name": "ssh2-sftp-client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theophilusx/ssh2-sftp-client.git"
  },
  "scripts": {
    "coverage": "nyc npm run test",
    "lint": "eslint \"src/**/*.js\" \"test/**/*.js\"",
    "test": "mocha"
  },
  "version": "11.0.0"
}
