HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //proc/self/root/usr/local/lib/node_modules/@ionic/cli/node_modules/basic-ftp/package.json
{
  "_from": "basic-ftp@^5.0.2",
  "_id": "basic-ftp@5.0.5",
  "_inBundle": false,
  "_integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==",
  "_location": "/@ionic/cli/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": [
    "/@ionic/cli/get-uri"
  ],
  "_resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz",
  "_shasum": "14a474f5fffecca1f4f406f1c26b18f800225ac0",
  "_spec": "basic-ftp@^5.0.2",
  "_where": "/usr/local/lib/node_modules/@ionic/cli/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"
}