{
  "_from": "basic-ftp@^5.0.2",
  "_id": "basic-ftp@5.3.1",
  "_inBundle": false,
  "_integrity": "sha512-bopVNp6ugyA150DDuZfPFdt1KZ5a94ZDiwX4hMgZDzF+GttD80lEy8kj98kbyhLXnPvhtIo93mdnLIjpCAeeOw==",
  "_location": "/basic-ftp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "basic-ftp@^5.0.2",
    "name": "basic-ftp",
    "escapedName": "basic-ftp",
    "rawSpec": "^5.0.2",
    "saveSpec": null,
    "fetchSpec": "^5.0.2"
  },
  "_requiredBy": [
    "/get-uri"
  ],
  "_resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.1.tgz",
  "_shasum": "3148ee9af43c0522514a4f973fecb1d3cbb6d71e",
  "_spec": "basic-ftp@^5.0.2",
  "_where": "/etc/nginx/sites-available/node_modules/get-uri",
  "author": {
    "name": "Patrick Juchli",
    "email": "patrickjuchli@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/patrickjuchli/basic-ftp/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.",
  "devDependencies": {
    "@eslint/eslintrc": "3.3.5",
    "@eslint/js": "10.0.1",
    "@types/mocha": "10.0.10",
    "@types/node": "25.6.0",
    "@typescript-eslint/eslint-plugin": "8.59.1",
    "@typescript-eslint/parser": "8.59.1",
    "eslint": "10.2.1",
    "globals": "17.5.0",
    "mocha": "11.7.5",
    "typescript": "6.0.3"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "dist/**/*"
  ],
  "homepage": "https://github.com/patrickjuchli/basic-ftp#readme",
  "keywords": [
    "ftp",
    "ftps",
    "promise",
    "async",
    "await",
    "tls",
    "ipv6",
    "typescript"
  ],
  "license": "MIT",
  "main": "dist/index",
  "name": "basic-ftp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patrickjuchli/basic-ftp.git"
  },
  "scripts": {
    "buildOnly": "tsc",
    "clean": "rm -rf dist",
    "dev": "npm run clean && tsc --watch",
    "lint": "eslint \"./src/**/*.ts\"",
    "lint-fix": "eslint --fix \"./src/**/*.ts\"",
    "prepare": "tsc",
    "prepublishOnly": "npm run clean && npm run lint && tsc && mocha",
    "tdd": "mocha --watch",
    "test": "npm run prepublishOnly"
  },
  "types": "dist/index",
  "version": "5.3.1"
}
