forked from RisingStack/opentracing-auto
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 1.84 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
{
"name": "shimo-opentracing-auto",
"version": "1.8.2",
"description": "Out of the box OpenTracing instrumentation for Node.js",
"main": "src/index.js",
"scripts": {
"test": "mocha test/setup.js 'src/**/*.spec.js'",
"coverage": "nyc --reporter=html --reporter=text npm run test",
"lint": "eslint test src",
"example": "npm-run-all --parallel example-server1 example-server2",
"example-server1": "node example/server1",
"example-server2": "node example/server2"
},
"author": "RisingStack, Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shimohq/opentracing-auto"
},
"homepage": "https://github.com/shimohq/opentracing-auto#readme",
"keywords": [
"instrumentation",
"opentracing",
"tracing"
],
"dependencies": {
"bay": "^0.5.2",
"cls-hooked": "4.2.2",
"co": "^4.6.0",
"debug": "3.1.0",
"is-class": "0.0.4",
"lodash": "4.17.4",
"methods": "1.1.2",
"opentracing": "0.14.1",
"require-in-the-middle": "2.1.2",
"semver": "5.4.1",
"shimmer": "1.1.0",
"uuid": "3.1.0"
},
"devDependencies": {
"chai": "4.1.2",
"eslint": "4.9.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-promise": "3.6.0",
"express": "4.16.2",
"jaeger-client": "3.5.3",
"knex": "0.13.0",
"koa": "^1.4.1",
"koa2": "^2.0.0-alpha.7",
"mocha": "3.5.3",
"mongodb-core": "2.1.17",
"monk": "6.0.5",
"mysql": "2.15.0",
"nock": "9.0.25",
"npm-run-all": "4.1.1",
"nyc": "11.2.1",
"pg": "6.4.0",
"redis": "2.8.0",
"request": "2.83.0",
"request-promise": "^4.2.2",
"request-promise-native": "1.0.5",
"restify": "6.2.3",
"sinon": "4.0.2",
"sinon-chai": "2.14.0",
"super-request": "1.2.0"
},
"engines": {
"node": ">=8.0.0"
}
}