sympact
Version:
An easy way to calculate the 'impact' of running a task in Node.JS
99 lines (98 loc) • 1.89 kB
JSON
{
"name": "sympact",
"version": "0.0.7",
"description": "An easy way to calculate the 'impact' of running a task in Node.JS",
"license": "MIT",
"homepage": "https://github.com/simonepri/sympact#readme",
"repository": "github:simonepri/sympact",
"bugs": {
"url": "https://github.com/simonepri/sympact/issues",
"email": "simonepri@outlook.com"
},
"author": "Simone Primarosa <simonepri@outlook.com> (https://simoneprimarosa.com)",
"contributors": [
"Simone Primarosa <simonepri@outlook.com> (https://simoneprimarosa.com)"
],
"keywords": [
"benchmark",
"benchmarking",
"profile",
"profiler",
"profiling",
"sys",
"system",
"compute",
"calculate",
"impact",
"impactjs",
"damage",
"process",
"processes",
"isolation",
"vm",
"fork",
"script",
"task",
"tree",
"pid",
"pids",
"cpu",
"ram",
"processor",
"memory",
"cli"
],
"main": "index.js",
"bin": {
"sympact": "cli.js"
},
"files": [
"lib",
"index.js",
"cli.js"
],
"engines": {
"node": ">=8"
},
"scripts": {
"start": "node cli.js",
"test": "xo &&nyc ava",
"release": "np",
"update": "npm-check -u"
},
"dependencies": {
"caller": "^1.0.1",
"chalk": "^2.4.1",
"easy-table": "^1.1.1",
"fs-extra": "^6.0.1",
"log-symbols": "^2.2.0",
"meow": "^5.0.0",
"pidtree": "^0.3.0",
"pidusage": "^2.0.6",
"stats-lite": "^2.1.1",
"systeminformation": "^3.41.3",
"tempy": "^0.2.1",
"update-notifier": "^2.5.0"
},
"devDependencies": {
"ava": "*",
"joi": "^13.3.0",
"np": "^3.0.1",
"npm-check": "*",
"nyc": "*",
"xo": "*"
},
"ava": {
"verbose": true
},
"nyc": {
"reporter": [
"lcovonly",
"text"
]
},
"xo": {
"prettier": true,
"space": true
}
}