This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
120 lines (120 loc) · 2.77 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "opbeat",
"version": "4.17.0",
"description": "The official Opbeat agent for Node.js",
"main": "index.js",
"scripts": {
"lint": "standard",
"lint-fix": "standard --fix",
"pretest": "test/pretest.sh",
"test": "standard && npm run test-deps && test/test.sh",
"posttest": "test/posttest.sh",
"test-cli": "node test/scripts/cli.js",
"test-deps": "dependency-check . && dependency-check . --unused --no-dev --entry lib/instrumentation/modules/*"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/opbeat/opbeat-node.git"
},
"keywords": [
"opbeat",
"log",
"logging",
"bug",
"bugs",
"error",
"errors",
"exception",
"exceptions",
"catch",
"monitor",
"monitoring",
"alert",
"alerts",
"performance",
"apm",
"ops",
"devops",
"deployment",
"deploying",
"deploy",
"release",
"stacktrace"
],
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/opbeat/opbeat-node/issues"
},
"homepage": "https://github.com/opbeat/opbeat-node",
"dependencies": {
"after-all-results": "^2.0.0",
"console-log-level": "^1.4.0",
"cookie": "^0.3.1",
"core-util-is": "^1.0.2",
"debug": "^3.0.0",
"end-of-stream": "^1.1.0",
"fast-safe-stringify": "^1.1.3",
"hashlru": "^2.0.0",
"is-native": "^1.0.1",
"normalize-bool": "^1.0.0",
"object-assign": "^4.1.1",
"opbeat-http-client": "^1.2.2",
"opbeat-release-tracker": "^1.1.1",
"redact-secrets": "^1.0.0",
"require-in-the-middle": "^2.1.2",
"semver": "^5.3.0",
"sql-summary": "^1.0.0",
"stackman": "^2.0.1",
"unicode-byte-truncate": "^1.0.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"bluebird": "^3.4.6",
"connect": "^3.6.3",
"dependency-check": "^2.9.1",
"express": "^4.14.0",
"express-graphql": "^0.6.11",
"generic-pool": "^3.1.5",
"graphql": "^0.11.2",
"hapi": "^16.5.2",
"https-pem": "^2.0.0",
"inquirer": "^0.12.0",
"ioredis": "^3.0.0",
"knex": "^0.14.2",
"koa": "^2.2.0",
"koa-router": "^7.1.1",
"mimic-response": "1.0.0",
"mkdirp": "^0.5.0",
"mongodb-core": "^2.1.2",
"mysql": "^2.14.1",
"nock": "^9.0.14",
"once": "^1.4.0",
"pg": "^7.1.0",
"redis": "^2.6.3",
"restify": "^4.3.0",
"standard": "^10.0.2",
"tape": "^4.8.0",
"test-all-versions": "^3.1.1",
"untildify": "^3.0.2",
"ws": "^3.0.0"
},
"greenkeeper": {
"ignore": [
"inquirer",
"restify"
]
},
"standard": {
"ignore": [
"/test/sourcemaps/fixtures/lib"
]
},
"coordinates": [
55.777577,
12.589851
]
}