芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/.nvm/versions/node/v12.22.1/lib/node_modules/pm2/node_modules/pidusage/package.json
{ "_from": "pidusage@2.0.21", "_id": "pidusage@2.0.21", "_inBundle": false, "_integrity": "sha512-cv3xAQos+pugVX+BfXpHsbyz/dLzX+lr44zNMsYiGxUw+kV5sgQCIcLd1z+0vq+KyC7dJ+/ts2PsfgWfSC3WXA==", "_location": "/pm2/pidusage", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pidusage@2.0.21", "name": "pidusage", "escapedName": "pidusage", "rawSpec": "2.0.21", "saveSpec": null, "fetchSpec": "2.0.21" }, "_requiredBy": [ "/pm2" ], "_resolved": "https://registry.npmjs.org/pidusage/-/pidusage-2.0.21.tgz", "_shasum": "7068967b3d952baea73e57668c98b9eaa876894e", "_spec": "pidusage@2.0.21", "_where": "/home2/freeclou/.nvm/versions/node/v12.22.1/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.2.1" }, "deprecated": false, "description": "Cross-platform process cpu % and memory usage of a PID", "devDependencies": { "ava": "^3.10.1", "codecov": "^3.7.0", "mockdate": "^2.0.5", "mockery": "^2.1.0", "nyc": "^15.1.0", "pify": "^3.0.0", "standard": "^14.3.4", "string-to-stream": "^1.1.1", "through": "^2.3.8", "time-span": "^2.0.0" }, "engines": { "node": ">=8" }, "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": "nyc ava -m \"!*benchmark*\"" }, "version": "2.0.21" }