{
  "_from": "basic-ftp@^5.0.2",
  "_id": "basic-ftp@5.0.5",
  "_inBundle": false,
  "_integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==",
  "_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.0.5.tgz",
  "_shasum": "14a474f5fffecca1f4f406f1c26b18f800225ac0",
  "_spec": "basic-ftp@^5.0.2",
  "_where": "/home/nigr8844/nodevenv/contrastChecker.artkabis.fr/14/lib/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": {
    "@types/mocha": "10.0.6",
    "@types/node": "20.10.4",
    "@typescript-eslint/eslint-plugin": "6.14.0",
    "@typescript-eslint/parser": "6.14.0",
    "eslint": "8.55.0",
    "mocha": "10.2.0",
    "typescript": "5.3.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.0.5"
}
