-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.16 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.16 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
{
"name": "stackimpact",
"version": "1.3.25",
"description": "StackImpact Node.js Profiler",
"author": "StackImpact <devops@stackimpact.com>",
"keywords": [
"performance profiler",
"performance monitoring",
"production profiler",
"v8 profiler",
"cpu profiler",
"cpu sampler",
"cpu hot spots",
"memory profiler",
"memory sampler",
"memory leak",
"async profiler",
"error monitoring",
"health metrics",
"event loop stats",
"event loop monitoring",
"event loop metrics",
"gc stats",
"gc metrics",
"garbage collection monitoring",
"garbage collection metrics"
],
"homepage": "http://stackimpact.com",
"repository": {
"type": "git",
"url": "https://github.com/stackimpact/stackimpact-nodejs.git"
},
"scripts": {
"install": "node node-gyp-fallback.js",
"test": "mocha --recursive"
},
"dependencies": {
"nan": "^2.13.2",
"node-abi": "^2.15.0",
"node-gyp": "^4.0.0"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-jshint": "*",
"mocha": "*"
},
"main": "index.js",
"engines": {
"node": ">=4.0.0"
},
"license": "BSD-3-Clause"
}