{ "_args": [ [ "pidusage@2.0.16", "C:\\Daten\\Git\\Tumortisch" ] ], "_from": "pidusage@2.0.16", "_id": "pidusage@2.0.16", "_inBundle": false, "_integrity": "sha512-9dhSBxpGvvpyycCukU8CqTqJ+YT8aVZ/AI1/hGWhU5nAAOs0zYBYMyIYBU/grKeCYuTS26TVllIRvf5vAfsgvw==", "_location": "/pidusage", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pidusage@2.0.16", "name": "pidusage", "escapedName": "pidusage", "rawSpec": "2.0.16", "saveSpec": null, "fetchSpec": "2.0.16" }, "_requiredBy": [ "/electron-process-reporter" ], "_resolved": "https://registry.npmjs.org/pidusage/-/pidusage-2.0.16.tgz", "_spec": "2.0.16", "_where": "C:\\Daten\\Git\\Tumortisch", "author": { "name": "soyuka" }, "ava": { "verbose": true }, "bugs": { "url": "https://github.com/soyuka/pidusage/issues" }, "contributors": [ { "name": "Simone Primarosa", "email": "simonepri@outlook.com", "url": "https://simoneprimarosa.com" } ], "dependencies": { "safe-buffer": "^5.1.2" }, "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.16" }