-
Notifications
You must be signed in to change notification settings - Fork 155
/
package.json
78 lines (78 loc) · 2.34 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
{
"name": "aws-xray-sdk-node",
"version": "3.10.2",
"private": true,
"license": "Apache-2.0",
"overrides": {
"cls-hooked": {
"semver": "^7.5.3"
}
},
"devDependencies": {
"@hapi/hapi": "^20.0.0",
"@smithy/config-resolver": "^3.0.5",
"@smithy/middleware-stack": "^3.0.3",
"@smithy/node-config-provider": "^3.1.4",
"@smithy/smithy-client": "^3.1.7",
"@types/chai": "^4.2.12",
"@types/koa": "^2.11.3",
"@types/mocha": "^8.0.0",
"@types/node": "^10.17.28",
"@types/sinon": "^9.0.4",
"@types/sinon-chai": "^3.2.4",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"aws-sdk": "^2.304.0",
"aws-xray-sdk-core": "3.10.2",
"aws-xray-sdk-express": "3.10.2",
"chai": "^4.2.0",
"cls-hooked": "^4.2.2",
"codecov": "^3.8.3",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-semistandard": "^15.0.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-mocha": "^7.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"express": "^4.16.4",
"fastify": "^4.0.1",
"fastify-plugin": "^4.2.0",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^1.0.0",
"grunt-jsdoc": "^2.4.0",
"koa": "^2.13.0",
"lerna": "^6.6.2",
"mocha": "^10.2.0",
"nock": "^13.2.9",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"rewire": "^4.0.1",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"tsd": "^0.25.0",
"typescript": "^4.4.4",
"upath": "^1.2.0"
},
"engines": {
"node": ">= 14.x",
"npm": ">= 2.x"
},
"dependencies": {
"aws-xray-sdk": "file:packages/full_sdk",
"aws-xray-sdk-core": "file:packages/core",
"aws-xray-sdk-express": "file:packages/express",
"aws-xray-sdk-fastify": "file:sdk_contrib/fastify",
"aws-xray-sdk-fetch": "file:sdk_contrib/fetch",
"aws-xray-sdk-hapi": "file:sdk_contrib/hapi",
"aws-xray-sdk-koa2": "file:sdk_contrib/koa",
"aws-xray-sdk-mysql": "file:packages/mysql",
"aws-xray-sdk-node": "file:",
"aws-xray-sdk-postgres": "file:packages/postgres",
"aws-xray-sdk-restify": "file:packages/restify",
"test-aws-xray-sdk-express": "file:packages/test_express"
}
}