{
  "name": "process-top",
  "version": "1.7.1",
  "description": "A \"top\" like module for your Node.js process. Collects CPU usage etc.",
  "main": "index.js",
  "imports": {
    "./hrtime": {
      "bare": "bare-hrtime",
      "default": "./hrtime.js"
    },
    "os": {
      "bare": "bare-os",
      "default": "os"
    }
  },
  "dependencies": {
    "bare-hrtime": "^2.0.10",
    "bare-os": "^3.1.0",
    "event-loop-delay": "^1.1.0",
    "prettier-bytes": "^1.0.4"
  },
  "bin": {
    "process-top": "./bin.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/process-top.git"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/process-top/issues"
  },
  "homepage": "https://github.com/mafintosh/process-top"
}
