HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //lib/node_modules/forever/node_modules/ps-tree/package.json
{
  "name": "ps-tree",
  "version": "1.2.0",
  "description": "Get all children of a pid",
  "license": "MIT",
  "homepage": "http://github.com/indexzero/ps-tree#readme",
  "repository": "github:indexzero/ps-tree",
  "bugs": {
    "url": "https://github.com/indexzero/ps-tree/issues",
    "email": "charlie.robbins@gmail.com"
  },
  "author": "Charlie Robbins <charlie.robbins@gmail.com>",
  "contributors": [
    "Zhuohuan LI <zixia@zixia.net> (https://github.com/zixia)",
    "Simone Primarosa <simonepri@outlook.com> (https://github.com/simonepri)"
  ],
  "keyboards": [
    "ps-tree",
    "ps",
    "tree",
    "ppid",
    "pid"
  ],
  "main": "index.js",
  "bin": {
    "ps-tree": "./bin/ps-tree.js"
  },
  "files": [
    "bin",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.10"
  },
  "scripts": {
    "test": "istanbul cover node_modules/tape/bin/tape test/test.js",
    "coverage": "cross-env CODECLIMATE_REPO_TOKEN=84436b4f13c70ace9c62e7f04928bf23c234eb212c0232d39d7fb1535beb2da5 node_modules/.bin/codeclimate-test-reporter < coverage/lcov.info"
  },
  "dependencies": {
    "event-stream": "=3.3.4"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.5.0",
    "cross-env": "^2.0.1",
    "istanbul": "^0.4.5",
    "tape": "^4.9.0",
    "tree-kill": "^1.1.0"
  }
}