-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·73 lines (73 loc) · 2.38 KB
/
package.json
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
{
"_from": "https://www.atom.io/api/packages/ftp-remote-edit-plus/versions/1.1.3/tarball",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-BV5QxVQDe65uumpc3bBrOWx496LSwZRoir53LjcmT9HISuhwZ3R7G9SfsWwGfgS4gMuZY5IJ8qMqZ6TfFqCdHw==",
"_location": "/ftp-remote-edit-plus",
"_phantomChildren": {},
"_requested": {
"type": "remote",
"raw": "https://www.atom.io/api/packages/ftp-remote-edit-plus/versions/1.1.3/tarball",
"rawSpec": "https://www.atom.io/api/packages/ftp-remote-edit-plus/versions/1.1.3/tarball",
"saveSpec": "https://www.atom.io/api/packages/ftp-remote-edit-plus/versions/1.1.3/tarball",
"fetchSpec": "https://www.atom.io/api/packages/ftp-remote-edit-plus/versions/1.1.3/tarball"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://www.atom.io/api/packages/ftp-remote-edit-plus/versions/1.1.3/tarball",
"_shasum": "5bbf2fb098093fca27d985a5c83c26476e2e486b",
"_spec": "https://www.atom.io/api/packages/ftp-remote-edit-plus/versions/1.1.3/tarball",
"_where": "/tmp/apm-install-dir-118918-17964-1drg8ao.wumf",
"bugs": {
"url": "https://github.com/vukbgit/ftp-remote-edit-plus/issues"
},
"bundleDependencies": false,
"consumedServices": {
"file-icons.element-icons": {
"versions": {
"1.0.0": "consumeElementIcons"
}
}
},
"dependencies": {
"@icetee/ftp": "0.3.11",
"atom-select-list": "^0.3.0",
"atom-space-pen-views": "^2.2.0",
"fs-plus": "^3.0.0",
"fuzzaldrin": "^2.1.0",
"fuzzaldrin-plus": "^0.5.0",
"key-path-helpers": "^0.4.0",
"md5": "^2.2.1",
"minimatch": "^3.0.2",
"progress-stream": "^2.0.0",
"season": "^6.0.1",
"short-hash": "^1.0.0",
"ssh2": ">=1.4.0"
},
"deprecated": false,
"description": "Edit remotely files on your ftp/sftp(ssh) server without a project; manage your servers into folders; connection information encrypted.",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"homepage": "https://github.com/vukbgit/ftp-remote-edit-plus#readme",
"keywords": [
"ftp",
"sftp",
"remote",
"encrypt"
],
"license": "MIT",
"main": "./lib/ftp-remote-edit-plus",
"name": "ftp-remote-edit-plus",
"repository": {
"type": "git",
"url": "https://github.com/vukbgit/ftp-remote-edit-plus.git"
},
"uriHandler": {
"method": "handleURI",
"deferActivation": false
},
"version": "1.4.0"
}