-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.29 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.29 KB
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
{
"name": "s3utils",
"version": "1.17.4",
"engines": {
"node": ">= 22"
},
"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 --coverageDirectory=coverage/unit --testPathPattern='tests/unit/[\\w/-]+\\.[tj]s'",
"test:functional": "LOCATION_CONFIG_FILE='tests/conf/locationConfig.json' yarn jest --verbose --logHeapUsage --projects jest.config.js --coverage --coverageDirectory=coverage/functional --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": {
"@aws-sdk/client-iam": "^3.962.0",
"@aws-sdk/client-s3": "^3.873.0",
"@aws-sdk/node-http-handler": "^3.374.0",
"@scality/cloudserverclient": "^1.0.4",
"@senx/warp10": "^2.0.3",
"@smithy/util-retry": "^4.0.7",
"JSONStream": "^1.3.5",
"arsenal": "git+https://github.com/scality/arsenal#8.2.36",
"async": "^3.2.6",
"bucketclient": "scality/bucketclient#8.2.6",
"express": "^5.1.0",
"heapdump": "^0.3.15",
"httpagent": "git+https://github.com/scality/httpagent#1.1.0",
"level": "^9.0.0",
"mongodb": "^6.17.0",
"needle": "^3.3.1",
"node-rdkafka": "^2.12.0",
"node-schedule": "^2.1.1",
"uuid": "^11.0.3",
"vaultclient": "scality/vaultclient#8.5.1",
"werelogs": "scality/werelogs#8.2.1",
"xml2js": "^0.6.2"
},
"resolutions": {
"ioctl": "2.0.2",
"jsprim": "1.4.2",
"string-width": "4.2.3"
},
"devDependencies": {
"@scality/eslint-config-scality": "scality/Guidelines#8.3.0",
"@sinonjs/fake-timers": "^14.0.0",
"eslint": "^9.14.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"jest": "^29.7.0",
"mongodb-memory-server": "10.1.2",
"randomatic": "^3.1.1",
"sinon": "^19.0.2",
"strip-ansi": "^7.1.0",
"typescript": "^4.9.5"
}
}