package.json
1.97 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
{
"_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"
}