{
  "_from": "pidusage@~3.0",
  "_id": "pidusage@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-g0VU+y08pKw5M8EZ2rIGiEBaB8wrQMjYGFfW2QVIfyT8V+fq8YFLkvlz4bz5ljvFDJYNFCWT3PWqcRr2FKO81w==",
  "_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.2.tgz",
  "_shasum": "6faa5402b2530b3af2cf93d13bcf202889724a53",
  "_spec": "pidusage@~3.0",
  "_where": "/var/www/karbon-ai-be-new/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.2"
}
