package.json 1.97 KB
{
  "_from": "jsftp@^2.1.2",
  "_id": "jsftp@2.1.3",
  "_inBundle": false,
  "_integrity": "sha512-r79EVB8jaNAZbq8hvanL8e8JGu2ZNr2bXdHC4ZdQhRImpSPpnWwm5DYVzQ5QxJmtGtKhNNuvqGgbNaFl604fEQ==",
  "_location": "/jsftp",
  "_phantomChildren": {
    "ms": "2.1.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jsftp@^2.1.2",
    "name": "jsftp",
    "escapedName": "jsftp",
    "rawSpec": "^2.1.2",
    "saveSpec": null,
    "fetchSpec": "^2.1.2"
  },
  "_requiredBy": [
    "/appium-support"
  ],
  "_resolved": "https://registry.npmjs.org/jsftp/-/jsftp-2.1.3.tgz",
  "_shasum": "3a0936b58d170441a0e74f27d34b53dda8dea9c1",
  "_spec": "jsftp@^2.1.2",
  "_where": "C:\\Users\\LG\\Desktop\\캡디2\\forensic_tool\\node_modules\\appium-support",
  "author": {
    "name": "Sergi Mansilla",
    "email": "sergi.mansilla@gmail.com",
    "url": "https://sergimansilla.com"
  },
  "bugs": {
    "url": "https://github.com/sergi/jsftp/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^3.1.0",
    "ftp-response-parser": "^1.0.1",
    "once": "^1.4.0",
    "parse-listing": "^1.1.3",
    "stream-combiner": "^0.2.2",
    "unorm": "^1.4.1"
  },
  "deprecated": false,
  "description": "A sane FTP client implementation for NodeJS",
  "devDependencies": {
    "concat-stream": "^1.6.0",
    "mocha": "^4.0.1",
    "nyc": "^11.4.0",
    "rimraf": "^2.6.1",
    "sinon": "^4.1.2"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/sergi/jsftp",
  "id": "jsftp",
  "keywords": [
    "ftp",
    "protocol",
    "files",
    "server",
    "client",
    "async"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "jsftp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sergi/jsftp.git"
  },
  "scripts": {
    "check-format": "prettier --list-different ./lib/**",
    "clean": "rm -rf reports",
    "run-mocha": "nyc mocha -R spec -t 5000",
    "test": "make -f test/Makefile test-pureftpd"
  },
  "version": "2.1.3"
}