forked from taskcluster/taskcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.05 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
75
76
77
78
79
80
{
"name": "docker-worker",
"private": true,
"version": "47.1.0",
"engine-strict": true,
"engines": {
"node": "18.13.0",
"yarn": "^1.22.19"
},
"description": "Docker task host for linux.",
"bin": {
"docker-worker": "bin/worker.js"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/*_test.js test/**/*_test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/taskcluster/taskcluster.git"
},
"license": "ISC",
"bugs": "https://github.com/taskcluster/taskcluster/issues",
"homepage": "https://github.com/taskcluster/taskcluster",
"dependencies": {
"@sentry/node": "^6.0.0",
"ajv": "^7.2.1",
"ajv-formats": "^2.1.1",
"app-root-dir": "^1.0.2",
"co": "^4.6.0",
"commander": "^9.4.1",
"debug": "*",
"diskspace": "^2.0.0",
"diveSync": "^0.3.0",
"docker-exec-websocket-server": "^3.0.0",
"docker-image-parser": "^1.0.0",
"dockerode": "^3.3.3",
"dockerode-options": "^0.2.0",
"dockerode-process": "^0.7.0",
"fs-ext": "^2.0.0",
"got": "^11.0.0",
"got-promise": "^5.0.0",
"iptables": "^0.0.4",
"js-yaml": "^4.0.0",
"koa": "^2.8.1",
"lodash": "^4.17.15",
"mime": "^2.0.0",
"mkdirp": "^1.0.3",
"mocha": "^9.2.2",
"mz": "^2.0.0",
"object-factory": "^0.1.2",
"promise-retry": "^2.0.0",
"promisepipe": "^3.0.0",
"query-string": "^7.0.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"rimraf": "^3.0.0",
"serialize-error": "^8.0.0",
"slugid": "^3.1.0",
"source-map-support": "^0.5.0",
"split2": "^3.0.0",
"stateless-dns-server": "^0.2.1",
"tar-fs": "^2.1.0",
"tar-stream": "^2.1.3",
"taskcluster-client": "^44.20.4",
"taskcluster-lib-urls": "^13.0.0",
"tweetnacl": "^1.0.0",
"typed-env-config": "^3.0.0",
"uuid": "^8.0.0",
"walk": "^2.3.15"
},
"devDependencies": {
"dev-null": "^0.1.0",
"docker-exec-websocket-client": "^3.0.0",
"nock": "^13.0.0",
"taskcluster-lib-testing": "link:../../libraries/testing"
}
}