-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.81 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
74
{
"_from": "ssh-manager",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-hWHoMbPYgyXcWwycJ8dpoGP4EDM=",
"_location": "/ssh-manager",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ssh-manager",
"name": "ssh-manager",
"escapedName": "ssh-manager",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/ssh-manager/-/ssh-manager-1.1.0.tgz",
"_shasum": "8561e831b3d88325dc5b0c9c27c769a063f81033",
"_spec": "ssh-manager",
"_where": "/Users/envolt",
"author": {
"name": "Alejandro Santiago Nieto"
},
"bin": {
"ssh-manager": "lib/cli.js"
},
"bugs": {
"url": "https://github.com/alemures/ssh-manager/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "2.x.x",
"child_pty": "3.x.x",
"cli-table": "0.3.x",
"colors": "1.x.x",
"papaparse": "4.x.x",
"utjs": "2.x.x",
"yargs": "10.x.x"
},
"deprecated": false,
"description": "A powerful ssh connections manager.",
"devDependencies": {
"chai": "4.x.x",
"jscs": "3.x.x",
"jshint": "2.x.x",
"mocha": "4.x.x"
},
"files": [
"index.js",
"lib",
"servers"
],
"homepage": "https://github.com/alemures/ssh-manager#readme",
"license": "MIT",
"main": "index.js",
"name": "ssh-manager",
"repository": {
"type": "git",
"url": "git+https://github.com/alemures/ssh-manager.git"
},
"scripts": {
"check": "npm run test && npm run jshint && npm run jscs",
"jscs": "jscs index.js lib/*.js test/*.js",
"jscs:fix": "jscs --fix index.js lib/*.js test/*.js",
"jshint": "jshint index.js lib/*.js test/*.js",
"start": "node index.js",
"test": "mocha test/*.js"
},
"version": "1.1.0"
}