package.json 2.03 KB
{
  "_args": [
    [
      "jsftp@2.1.3",
      "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
    ]
  ],
  "_from": "jsftp@2.1.3",
  "_id": "jsftp@2.1.3",
  "_inBundle": false,
  "_integrity": "sha512-r79EVB8jaNAZbq8hvanL8e8JGu2ZNr2bXdHC4ZdQhRImpSPpnWwm5DYVzQ5QxJmtGtKhNNuvqGgbNaFl604fEQ==",
  "_location": "/jsftp",
  "_phantomChildren": {
    "ms": "2.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsftp@2.1.3",
    "name": "jsftp",
    "escapedName": "jsftp",
    "rawSpec": "2.1.3",
    "saveSpec": null,
    "fetchSpec": "2.1.3"
  },
  "_requiredBy": [
    "/appium-support"
  ],
  "_resolved": "https://registry.npmjs.org/jsftp/-/jsftp-2.1.3.tgz",
  "_spec": "2.1.3",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
  "author": {
    "name": "Sergi Mansilla",
    "email": "sergi.mansilla@gmail.com",
    "url": "https://sergimansilla.com"
  },
  "bugs": {
    "url": "https://github.com/sergi/jsftp/issues"
  },
  "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"
  },
  "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"
}