97 lines
2.2 KiB
JSON
97 lines
2.2 KiB
JSON
{
|
|
"_from": "pidusage@^2.0.17",
|
|
"_id": "pidusage@2.0.21",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-cv3xAQos+pugVX+BfXpHsbyz/dLzX+lr44zNMsYiGxUw+kV5sgQCIcLd1z+0vq+KyC7dJ+/ts2PsfgWfSC3WXA==",
|
|
"_location": "/pidusage",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pidusage@^2.0.17",
|
|
"name": "pidusage",
|
|
"escapedName": "pidusage",
|
|
"rawSpec": "^2.0.17",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.17"
|
|
},
|
|
"_requiredBy": [
|
|
"/restify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pidusage/-/pidusage-2.0.21.tgz",
|
|
"_shasum": "7068967b3d952baea73e57668c98b9eaa876894e",
|
|
"_spec": "pidusage@^2.0.17",
|
|
"_where": "/usr/home/nodejs/node_modules/restify",
|
|
"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"
|
|
}
|