PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
pidusage
{ "_from": "pidusage@2.0.17", "_id": "pidusage@2.0.17", "_inBundle": false, "_integrity": "sha512-N8X5v18rBmlBoArfS83vrnD0gIFyZkXEo7a5pAS2aT0i2OLVymFb2AzVg+v8l/QcXnE1JwZcaXR8daJcoJqtjw==", "_location": "/pm2/pidusage", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pidusage@2.0.17", "name": "pidusage", "escapedName": "pidusage", "rawSpec": "2.0.17", "saveSpec": null, "fetchSpec": "2.0.17" }, "_requiredBy": [ "/pm2" ], "_resolved": "https://registry.npmjs.org/pidusage/-/pidusage-2.0.17.tgz", "_shasum": "6b4a2b4a09026f0e9828f7e5627837e4c0672581", "_spec": "pidusage@2.0.17", "_where": "/usr/local/lib/node_modules/pm2", "author": { "name": "soyuka" }, "ava": { "verbose": true }, "bugs": { "url": "https://github.com/soyuka/pidusage/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Simone Primarosa", "email": "simonepri@outlook.com", "url": "https://simoneprimarosa.com" } ], "dependencies": { "safe-buffer": "^5.1.2" }, "deprecated": false, "description": "Cross-platform process cpu % and memory usage of a PID", "devDependencies": { "ava": "*", "codecov": "^3.0.2", "mockdate": "^2.0.2", "mockery": "2.1.0", "nyc": "13.0.0", "pify": "^3.0.0", "standard": "*", "string-to-stream": "^1.1.0", "through": "^2.3.8", "time-span": "^2.0.0" }, "engines": { "node": ">=4" }, "files": [ "lib", "index.js" ], "homepage": "https://github.com/soyuka/pidusage", "keywords": [ "pid", "usage", "ps", "cpu", "memory", "proc" ], "license": "MIT", "main": "index.js", "name": "pidusage", "nyc": { "reporter": [ "lcovonly", "text" ] }, "repository": { "type": "git", "url": "git+https://github.com/soyuka/pidusage.git" }, "scripts": { "alpine": "docker run -v $(pwd):/var/pidusage pidusage:latest npm test", "bench": "ava -m \"*benchmark*\"", "coverage": "codecov", "lint": "standard", "test": "standard && nyc ava -m \"!*benchmark*\"" }, "version": "2.0.17" }
[+]
lib
[+]
..
[-] package.json
[edit]
[-] index.js
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]