zater-verhoeff
Version:
Module for create account zater
22 lines (21 loc) • 436 B
JSON
{
"name": "pstree.remy",
"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"
}