File: //usr/share/opensearch-dashboards/node_modules/@hapi/heavy/package.json
{
"name": "@hapi/heavy",
"description": "Measure process load",
"version": "7.0.1",
"repository": "git://github.com/hapijs/heavy",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"process",
"load",
"measure",
"delay",
"memory"
],
"dependencies": {
"@hapi/boom": "9.x.x",
"@hapi/hoek": "9.x.x",
"@hapi/validate": "1.x.x"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "23.x.x"
},
"scripts": {
"test": "lab -t 100 -a @hapi/code -L",
"test-cov-html": "lab -t 100 -a @hapi/code -L -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}