-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
94 lines (94 loc) · 2.7 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
{
"name": "muncher",
"version": "0.32.0",
"description": "Node.js implementation of parts of the [o2r API](https://o2r.info/api).",
"main": "index.js",
"scripts": {
"start": "DEBUG=muncher,muncher:*,executor:* node index.js",
"test_port80": "TEST_HOST=http://localhost DEBUG=*,-modem,-mocha:* mocha",
"test": "DEBUG=*,-modem,-mocha:* mocha",
"test_ci": "DEBUG=*,-modem,-mocha:* mocha ./test/$TEST_SET*.js --exit",
"test_ci_async_dump": "DEBUG=*,-modem,-mocha:* mocha ./test/ --require test/async-dump",
"test_clean_upload_cache": "rm /tmp/o2r-*.zip"
},
"author": "o2r-project (https://o2r.info)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/o2r-project/o2r-muncher.git"
},
"dependencies": {
"@hapi/mimos": "^4.0.2",
"ajv": "^5.5.2",
"archiver": "^3.1.1",
"backoff": "^2.5.0",
"bagit": "^0.0.3",
"bindings": "^1.5.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"clone": "^2.1.2",
"colors": "^1.4.0",
"compression": "^1.7.4",
"connect-mongodb-session": "^2.4.1",
"debug": "^4.3.2",
"detect-character-encoding": "^0.8.0",
"directory-tree": "^2.2.9",
"dockerode": "^3.3.0",
"erc-checker": "o2r-project/erc-checker#v1.3.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"filesize": "^6.4.0",
"fs-extra": "^8.1.0",
"htmlparser2": "^4.1.0",
"js-yaml": "^3.14.1",
"lodash.get": "^4.4.2",
"lodash.isstring": "^4.0.1",
"lodash.merge": "^4.6.2",
"lodash.pick": "^4.4.0",
"lodash.set": "^4.3.2",
"mime-types": "^2.1.31",
"mongo-watch": "o2r-project/mongo-watch",
"mongoose": "^5.13.2",
"mongoose-timestamp": "^0.6.0",
"multer": "^1.4.2",
"node-gyp": "^6.1.0",
"nodemailer": "^6.6.2",
"object-path": "^0.11.5",
"passport": "^0.4.1",
"randomstring": "^1.2.1",
"recursive-readdir": "^2.2.2",
"request": "^2.88.2",
"response-time": "^2.3.2",
"slack": "^11.0.2",
"socket.io": "^4.1.2",
"starwars": "1.0.1",
"tar": "^6.1.0",
"timer-machine": "^1.1.0",
"tmp": "0.1.0",
"url-join": "^4.0.1",
"validator": "^12.2.0",
"webdav": "^4.6.0",
"write-yaml": "^1.0.0",
"yamljs": "^0.3.0",
"yn": "^4.0.0"
},
"devDependencies": {
"adm-zip": "^0.4.16",
"async": "^3.2.0",
"async-polling": "^0.2.1",
"chai": "^4.3.4",
"chai-datetime": "^1.8.0",
"eslint": "^6.8.0",
"gunzip-maybe": "^1.4.2",
"mocha": "^8.4.0",
"mongojs": "^3.1.0",
"node-object-hash": "^2.3.7",
"node-uname": "^3.0.4",
"request": "^2.88.2",
"semver": "^7.3.5",
"sleep": "^6.3.0",
"tar-stream": "^2.2.0",
"tmp": "0.1.0",
"util": "^0.12.4"
}
}