package.json
2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"_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"
}