96 lines
2.1 KiB
JSON
96 lines
2.1 KiB
JSON
{
|
|
"_from": "pidusage@~3.0",
|
|
"_id": "pidusage@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8VJLToXhj+RYZGNVw8oxc7dS54iCQXUJ+MDFHezQ/fwF5B8W4OWodAMboc1wb08S/4LiHwAmkT4ohf/d3YPPsw==",
|
|
"_location": "/pidusage",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pidusage@~3.0",
|
|
"name": "pidusage",
|
|
"escapedName": "pidusage",
|
|
"rawSpec": "~3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pm2"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pidusage/-/pidusage-3.0.0.tgz",
|
|
"_shasum": "69108079724c9afdd958644b920bc40bac964044",
|
|
"_spec": "pidusage@~3.0",
|
|
"_where": "/var/www/api.medcify.app/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": "^16.0.4",
|
|
"string-to-stream": "^1.1.1",
|
|
"through": "^2.3.8",
|
|
"time-span": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"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": {
|
|
"bench": "ava -m \"*benchmark*\"",
|
|
"coverage": "codecov",
|
|
"lint": "standard",
|
|
"test": "nyc ava -m \"!*benchmark*\""
|
|
},
|
|
"version": "3.0.0"
|
|
}
|