psext
Version:
A process lookup utility, with support for ppid filtering
22 lines (21 loc) • 485 B
JSON
{
"name": "psext",
"version": "0.0.4",
"description": "A process lookup utility, with support for ppid filtering",
"main": "index.js",
"homepage": "https://github.com/practicalmeteor/ps",
"repository": {
"type": "git",
"url": "https://github.com/practicalmeteor/ps.git"
},
"keywords": [
"ps",
"process",
"lookup",
"pid",
"ppid"
],
"dependencies": {
"table-parser": "0.0.3"
}
}