-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
110 lines (110 loc) · 3.53 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "docker-security-playground",
"description": "A playground platform for the penetration testing students",
"version": "3.8.3",
"private": true,
"keywords": [
"docker"
],
"scripts": {
"eslint": " ./node_modules/eslint/bin/eslint.js app ",
"start": "node index.js | node_modules/.bin/bunyan",
"uninstall": "node scripts/uninstall.js",
"update": "sh scripts/update.sh",
"clean_logs": "node logs/clean_logs.js",
"labs-upload": "node scripts/labs-upload.js",
"test_on": "node scripts/enable_test_mode.js",
"install_dsp": "node scripts/install_dsp.js",
"test_off": "node scripts/disable_test_mode.js",
"test": "nyc mocha test/data test/util",
"test_api": "mocha test/api",
"test_util": "mocha test/util/test_util.js test/util/appChecker_test.js",
"test_health": "mocha test/util/healthState_test.js --no-timeouts | ./node_modules/.bin/bunyan ",
"test_labstate": "mocha test/util/lab_state_test.js",
"test_data": "mocha test/data",
"test_sync": "mocha test/util/ws_synchronize_test.js --no-timeouts",
"test_install": "mocha test/util/ws_install_test.js test/util/installation_test.js --no-timeouts"
},
"dependencies": {
"app-root-path": "^2.2.1",
"async": "^2.6.2",
"body-parser": "1.x",
"bunyan": "^1.8.14",
"bunyan-request-logger": "^0.2.5",
"busboy": "^0.3.1",
"chai-json": "^0.1.0",
"command-exists": "^1.2.9",
"connect-busboy": "0.0.2",
"connect-multiparty": "^2.2.0",
"copy-dir": "^0.3.0",
"cp-file": "^5.0.0",
"dot-object": "^2.1.4",
"errors": "^0.3.0",
"executable": "^4.1.1",
"express": "^4.16.4",
"express-error-handler": "^1.1.0",
"file-type": "^16.1.0",
"forever": "^4.0.3",
"formidable": "^1.2.2",
"fs-extra": "^8.1.0",
"help-nodejs": "^0.6.0",
"homedir": "^0.6.0",
"is-valid-path": "^0.1.1",
"joi": "^14.3.1",
"js-yaml": "^3.14.1",
"json-fs-converter": "^1.4.0",
"jsonfile": "^4.0.0",
"method-override": "^2.3.8",
"mocha": "^10.2.0",
"multer": "^1.4.1",
"mydockerjs": "^2.15.0",
"ncp": "^2.0.0",
"node-cmd": "^3.0.0",
"node-pty": "^1.0.0",
"node-stream-zip": "^1.12.0",
"path-exists": "^3.0.0",
"q": "^1.5.0",
"randomstring": "^1.1.5",
"recursive-readdir": "^2.2.2",
"request": "^2.88.2",
"rereadable-stream": "^1.4.4",
"rimraf": "^2.7.1",
"simple-git": "^3.17.0",
"socket.io": "^2.3.0",
"spyfs": "^1.0.2",
"stampit": "^3.1.2",
"underscore": "^1.12.0",
"unzipper": "^0.10.11",
"valid-url": "^1.0.9",
"walker": "^1.0.7",
"zip-dir": "^2.0.0"
},
"devDependencies": {
"all-contributors-cli": "^6.19.0",
"chai": "^4.2.0",
"chai-fs": "^1.0.0",
"chai-http": "^4.2.0",
"chai-json": "^0.1.0",
"chai-things": "^0.2.0",
"eslint": "^8.35.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-google": "^0.9.1",
"eslint-config-hapi": "^11.1.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-hapi": "^4.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"jshint": "^2.12.0",
"mock-fs": "^4.13.0",
"nyc": "^14.1.1",
"prompt": "^1.1.0",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0",
"ws": "3.3.2",
"zombie": "^6.1.4"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}