-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
67 lines (67 loc) · 1.77 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
{
"name": "imgapi",
"description": "Image API to manage images for Triton Data Center",
"version": "4.13.1",
"author": "MNX Cloud (mnx.io)",
"private": true,
"dependencies": {
"assert-plus": "^1.0.0",
"async": "^0.7.0",
"buffer-peek-stream": "^1.0.1",
"bunyan": "^1.8.8",
"cmdln": "^3.2.1",
"dashdash": "^1.10.0",
"docker-registry-client": "^3.4.0",
"effluent-logger": "git+https://github.com/TritonDataCenter/effluent-logger.git#d662f161a07f94045ad2afb45442931511c40e51",
"expiring-lru-cache": "^2.1.0",
"extsprintf": "^1.2.0",
"forkexec": "^1.1.0",
"glob": "^7.0.5",
"handlebars": "^4.0.5",
"imgmanifest": "^3.2.0",
"json": "^10.0.0",
"jsprim": "^1.4.2",
"ldap-filter": "^0.3.1",
"manta": "^3.1.2",
"manta-dir-watcher": "^1.1.0",
"manta-sync": "^0.4.2",
"memorystream": "^0.2.0",
"mkdirp": "^0.3.5",
"moray": "git+https://github.com/TritonDataCenter/node-moray.git#770efe6",
"nopt": "2.2.0",
"once": "1.3.0",
"passwd": "0.0.11",
"posix-getopt": "1.0.0",
"progbar": "git+https://github.com/trentm/node-progbar.git#a4c56e6",
"restify": "4.3.1",
"restify-clients": "^1.4.0",
"restify-errors": "^4.0.0",
"rimraf": "2.2.6",
"sdc-clients": "13.0.4",
"semver": "5.7.2",
"sshpk": "^1.13.2",
"through2": "2.0.3",
"trace-event": "1.2.0",
"triton-metrics": "1.0.3",
"ufds": "1.2.0",
"uuid": "2.0.2",
"vasync": "1.6.3",
"verror": "1.6.0",
"wf-client": "0.2.1"
},
"optionalDependencies": {
"http-signature": "0.10.0"
},
"devDependencies": {
"jshint": "^2.13.6",
"nodeunit": "0.10.2",
"tmp": "0.1.0"
},
"scripts": {
"test": "make test"
},
"engines": {
"node": ">=0.10"
},
"license": "MPL-2.0"
}