process-doctor
Version:
Node.js CPU and memory usage lookup for a process
31 lines (30 loc) • 638 B
JSON
{
"name": "process-doctor",
"version": "1.0.0",
"description": "Node.js CPU and memory usage lookup for a process",
"keywords": [
"ps",
"proc",
"cpu",
"memory",
"load",
"usage"
],
"scripts": {
"lint": "standard",
"unit": "node test.js",
"test": "npm run unit && npm run lint"
},
"os": [
"darwin",
"linux"
],
"repository": "github:sonnyp/proctor",
"author": "Sonny Piers <sonny@fastmail.net>",
"license": "ISC",
"bugs": "https://github.com/sonnyp/proctor/issues",
"homepage": "https://github.com/sonnyp/proctor#readme",
"dependencies": {
"jsps": "^1.0.0"
}
}