@remy/pstree
Version:
Collects the full tree of processes from /proc
22 lines (21 loc) • 437 B
JSON
{
"name": "@remy/pstree",
"version": "1.1.0",
"main": "lib/index.js",
"scripts": {
"test": "NO_PS=1 tap tests/*.test.js"
},
"keywords": ["ps", "pstree", "ps tree"],
"author": "Remy Sharp",
"license": "MIT",
"devDependencies": {
"tap": "^11.0.0"
},
"directories": {
"test": "tests"
},
"dependencies": {
"ps-tree": "^1.1.0"
},
"description": "Collects the full tree of processes from /proc"
}