| Current Path : /etc/kibana/node_modules/heavy/ |
| Current File : //etc/kibana/node_modules/heavy/package.json |
{
"name": "heavy",
"description": "Measure process load",
"version": "6.1.0",
"repository": "git://github.com/hapijs/heavy",
"main": "lib/index.js",
"keywords": [
"process",
"load",
"measure",
"delay",
"memory"
],
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"boom": "7.x.x",
"hoek": "5.x.x",
"joi": "13.x.x"
},
"devDependencies": {
"code": "5.x.x",
"lab": "15.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"
}