summaryrefslogtreecommitdiff
path: root/usr/share/kibana/node_modules/heavy/package.json
blob: 2c1d9a6d0cf444f6105db2daa7af3a56a4ad5271 (plain)
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
{
  "name": "heavy",
  "description": "Measure process load",
  "version": "4.0.4",
  "repository": "git://github.com/hapijs/heavy",
  "main": "lib/index.js",
  "keywords": [
    "process",
    "load",
    "measure",
    "delay",
    "memory"
  ],
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "boom": "5.x.x",
    "hoek": "4.x.x",
    "joi": "10.x.x"
  },
  "devDependencies": {
    "code": "4.x.x",
    "lab": "13.x.x"
  },
  "scripts": {
    "test": "lab -t 100 -a code -L",
    "test-cov-html": "lab -t 100 -a code -L -r html -o coverage.html"
  },
  "license": "BSD-3-Clause"
}