-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 2.02 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
{
"name": "s3utils",
"version": "1.14.15",
"engines": {
"node": ">= 16"
},
"description": "Awesome scripts to use when working with S3 at scale",
"scripts": {
"lint": "eslint $(git ls-files '*.js')",
"test:unit": "LOCATION_CONFIG_FILE='tests/conf/locationConfig.json' yarn jest --verbose --logHeapUsage --projects jest.config.js --coverage --testPathPattern='tests/unit/[\\w/-]+\\.[tj]s'",
"test:functional": "LOCATION_CONFIG_FILE='tests/conf/locationConfig.json' yarn jest --verbose --logHeapUsage --projects jest.config.js --coverage --testPathPattern='tests/functional/[\\w/-]+\\.[tj]s'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scality/s3utils.git"
},
"keywords": [
"s3",
"s3",
"utilities"
],
"author": "Scality",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/scality/s3utils/issues"
},
"homepage": "https://github.com/scality/s3utils#readme",
"dependencies": {
"@senx/warp10": "^1.1.2",
"JSONStream": "^1.3.5",
"arsenal": "git+https://github.com/scality/arsenal#8.1.137",
"async": "^2.6.4",
"aws-sdk": "^2.1005.0",
"bucketclient": "git+https://github.com/scality/bucketclient#8.1.5",
"express": "^4.18.2",
"heapdump": "^0.3.15",
"httpagent": "git+https://github.com/scality/httpagent#1.0.6",
"level": "^7",
"needle": "^3.2.0",
"node-rdkafka": "2.12.0",
"node-schedule": "^1.3.2",
"node-uuid": "^1.4.8",
"vaultclient": "scality/vaultclient#8.2.6",
"werelogs": "scality/werelogs#8.1.2",
"xml2js": "^0.6.2",
"zenkoclient": "scality/zenkoclient#1.2.1"
},
"resolutions": {
"ioctl": "2.0.2",
"jsprim": "1.4.2"
},
"devDependencies": {
"@sinonjs/fake-timers": "^9.1.2",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-scality": "github:scality/Guidelines#8.2.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.6.0",
"jest": "^23.6.0",
"mongodb-memory-server": "^8.10.2",
"sinon": "^17.0.1"
}
}