![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/metras.v32.1/node_modules/pidtree/ |
{ "name": "pidtree", "version": "0.3.0", "description": "Cross platform children list of a PID", "license": "MIT", "homepage": "http://github.com/simonepri/pidtree#readme", "repository": "github:simonepri/pidtree", "bugs": { "url": "https://github.com/simonepri/pidtree/issues", "email": "[email protected]" }, "author": "Simone Primarosa <[email protected]> (https://github.com/simonepri)", "contributors": [ "Simone Primarosa <[email protected]> (https://github.com/simonepri)" ], "keywords": [ "ps-tree", "ps", "tree", "ppid", "pid", "pidtree", "pgrep", "list", "all", "system", "process", "processes" ], "main": "index.js", "bin": { "pidtree": "./bin/pidtree.js" }, "files": [ "bin", "lib", "index.js" ], "engines": { "node": ">=0.10" }, "scripts": { "start": "node ./bin/pidtree.js", "update": "npm-check -u", "release": "np", "lint": "xo", "test": "npm run lint&& nyc ava -m \"!*benchmark*\"", "bench": "ava -m \"*benchmark*\"", "coverage": "codecov" }, "devDependencies": { "ava": "*", "codecov": "*", "mockery": "^2.1.0", "np": "*", "npm-check": "*", "nyc": "*", "pify": "^3.0.0", "string-to-stream": "^1.1.0", "through": "^2.3.8", "time-span": "^2.0.0", "tree-kill": "^1.1.0", "xo": "*" }, "ava": { "verbose": true }, "nyc": { "reporter": [ "lcovonly", "text" ] }, "xo": { "prettier": true, "space": true, "rules": { "prefer-arrow-callback": 0, "no-var": 0, "object-shorthand": 0 } } }