{
  "_args": [
    [
      "cli-progress@3.8.2",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "cli-progress@3.8.2",
  "_id": "cli-progress@3.8.2",
  "_inBundle": false,
  "_integrity": "sha512-qRwBxLldMSfxB+YGFgNRaj5vyyHe1yMpVeDL79c+7puGujdKJHQHydgqXDcrkvQgJ5U/d3lpf6vffSoVVUftVQ==",
  "_location": "/cli-progress",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cli-progress@3.8.2",
    "name": "cli-progress",
    "escapedName": "cli-progress",
    "rawSpec": "3.8.2",
    "saveSpec": null,
    "fetchSpec": "3.8.2"
  },
  "_requiredBy": [
    "/cli-ux"
  ],
  "_resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.8.2.tgz",
  "_spec": "3.8.2",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Andi Dittrich",
    "url": "https://andidittrich.de"
  },
  "bugs": {
    "url": "https://github.com/AndiDittrich/Node.CLI-Progress/issues"
  },
  "dependencies": {
    "colors": "^1.1.2",
    "string-width": "^4.2.0"
  },
  "description": "easy to use progress-bar for command-line/terminal applications",
  "devDependencies": {
    "eslint": "^6.4.0",
    "eslint-config-aenondynamics": "^0.2.0",
    "mocha": "^7.1.1"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "cli-progress.js",
    "lib/",
    "presets/"
  ],
  "homepage": "https://github.com/AndiDittrich/Node.CLI-Progress",
  "keywords": [
    "cli",
    "tty",
    "terminal",
    "progress",
    "progressbar",
    "multibar",
    "bar",
    "status",
    "statusbar",
    "utility",
    "widget"
  ],
  "license": "MIT",
  "main": "./cli-progress.js",
  "name": "cli-progress",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AndiDittrich/Node.CLI-Progress.git"
  },
  "scripts": {
    "lint": "eslint lib/**.js",
    "pretest": "npm run lint",
    "test": "mocha test/**/*.test.js"
  },
  "version": "3.8.2"
}
