package.json
2.2 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"_args": [
[
{
"raw": "ftp@~0.3.5",
"scope": null,
"escapedName": "ftp",
"name": "ftp",
"rawSpec": "~0.3.5",
"spec": ">=0.3.5 <0.4.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/get-uri"
]
],
"_from": "ftp@>=0.3.5 <0.4.0",
"_id": "ftp@0.3.10",
"_inCache": true,
"_location": "/ftp",
"_npmUser": {
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"string_decoder": "0.10.31"
},
"_requested": {
"raw": "ftp@~0.3.5",
"scope": null,
"escapedName": "ftp",
"name": "ftp",
"rawSpec": "~0.3.5",
"spec": ">=0.3.5 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/get-uri"
],
"_resolved": "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz",
"_shasum": "9197d861ad8142f3e63d5a83bfe4c59f7330885d",
"_shrinkwrap": null,
"_spec": "ftp@~0.3.5",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/get-uri",
"author": {
"name": "Brian White",
"email": "mscdex@mscdex.net"
},
"bugs": {
"url": "https://github.com/mscdex/node-ftp/issues"
},
"dependencies": {
"readable-stream": "1.1.x",
"xregexp": "2.0.0"
},
"description": "An FTP client module for node.js",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "9197d861ad8142f3e63d5a83bfe4c59f7330885d",
"tarball": "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/mscdex/node-ftp",
"keywords": [
"ftp",
"client",
"transfer"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/mscdex/node-ftp/raw/master/LICENSE"
}
],
"main": "./lib/connection",
"maintainers": [
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
}
],
"name": "ftp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mscdex/node-ftp.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "0.3.10"
}