{ "_args": [ [ { "raw": "pidusage@^2.0.17", "scope": null, "escapedName": "pidusage", "name": "pidusage", "rawSpec": "^2.0.17", "spec": ">=2.0.17 <3.0.0", "type": "range" }, "/root/rushmail/node_modules/restify" ] ], "_from": "pidusage@>=2.0.17 <3.0.0", "_hasShrinkwrap": false, "_id": "pidusage@2.0.20", "_inCache": true, "_location": "/pidusage", "_nodeVersion": "12.16.2", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/pidusage_2.0.20_1589908148044_0.9762510640385582" }, "_npmUser": { "name": "soyuka", "email": "soyuka@gmail.com" }, "_npmVersion": "6.14.4", "_phantomChildren": {}, "_requested": { "raw": "pidusage@^2.0.17", "scope": null, "escapedName": "pidusage", "name": "pidusage", "rawSpec": "^2.0.17", "spec": ">=2.0.17 <3.0.0", "type": "range" }, "_requiredBy": [ "/restify" ], "_resolved": "https://registry.npmjs.org/pidusage/-/pidusage-2.0.20.tgz", "_shasum": "206ad92f086c892c014dcfb9159909eaec072e18", "_shrinkwrap": null, "_spec": "pidusage@^2.0.17", "_where": "/root/rushmail/node_modules/restify", "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": "^3.8.2", "codecov": "^3.0.2", "mockdate": "^2.0.5", "mockery": "^2.1.0", "nyc": "^15.0.1", "pify": "^3.0.0", "standard": "^14.3.4", "string-to-stream": "^1.1.1", "through": "^2.3.8", "time-span": "^2.0.0" }, "directories": {}, "dist": { "integrity": "sha512-ObZwSCGhHAu+fDpHeIP7ZTy5YbQNOguJCKQE02kSnlEvBgj62cParJ4nzYQxpXauKUzT3e0CeSb1Y9Cgbry2qQ==", "shasum": "206ad92f086c892c014dcfb9159909eaec072e18", "tarball": "https://registry.npmjs.org/pidusage/-/pidusage-2.0.20.tgz", "fileCount": 13, "unpackedSize": 31595, "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexBK0CRA9TVsSAnZWagAAWC0QAIYumpnlZTgDY5wBlTWz\nkHNuzP/MXMJb7UR4lZRwxxtf6X/MMT7g1GTSWZFwD2KPun9B/7qHjD2BvEZi\nPvbNuK21TlJhPoAS69f/5s+juu1nwSNqKj5jY4N8jq8fCHL1NMdEP034Rocj\nVvSbJ4/kRFf/RFJk+yTeD4VwnwCAwyf9S9jkXrhGrk1nViq9GxhAmqU6dFgS\nwowdsIx0y6oIU8HqfXPCMCRTD/uXe5WringornTO8ZL6N4+DwpYAwgx5R66i\n5z3NvfBSoLSoHhhzQyuWnwQJ0PW7X2QcD9ov4LJQ8CARDCdxXIYclawdfDVK\nuGcP6HfHnBFoJVUppPi6+24xXKL7+y7ZLWrxSYMJ9Zq9FKhb5l0OtQPza8Cs\n+Oa++vdZI+Yt48dz2zDnrbfaA/tsz6TJSBEMmaFfY7WlxmKRjouroOLg8zP8\nVtauGxgPnDdGzcZu6QqflFhTM3pfYVqvi4DpNZrNl1Oj27UfxDFdTFGAnWfu\npz/OUIhx5Q0U2LwG5Ge8g12eo3Lqa9zH7TgOf3xPlJa5AoDIesJSGTjydcXC\naILNgH07Bp5faq6AleugiVVS2qOWt+5ycNLilBBX+ti53rfmoiqw0/WkTkAk\nph5CBSZ/gmwamTqcOdXji4DtqFYOfOT0U2e+sRYsbbiLmxPTqxFBZt3IBztv\n8bso\r\n=EKOV\r\n-----END PGP SIGNATURE-----\r\n" }, "engines": { "node": ">=8" }, "gitHead": "70da925b1cbb44ee7ee67053f432d718abf0a518", "homepage": "https://github.com/soyuka/pidusage", "keywords": [ "pid", "usage", "ps", "cpu", "memory", "proc" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "soyuka", "email": "soyuka@gmail.com" } ], "name": "pidusage", "nyc": { "reporter": [ "lcovonly", "text" ] }, "optionalDependencies": {}, "readme": "ERROR: No README data found!", "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.20", "warnings": [ { "code": "ENOTSUP", "required": { "node": ">=8" }, "pkgid": "pidusage@2.0.20" } ] }