{
  "_from": "cli-progress@3.12.0",
  "_id": "cli-progress@3.12.0",
  "_inBundle": false,
  "_integrity": "sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==",
  "_location": "/cli-progress",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cli-progress@3.12.0",
    "name": "cli-progress",
    "escapedName": "cli-progress",
    "rawSpec": "3.12.0",
    "saveSpec": null,
    "fetchSpec": "3.12.0"
  },
  "_requiredBy": [
    "/@strapi/cloud-cli",
    "/@strapi/strapi"
  ],
  "_resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.12.0.tgz",
  "_shasum": "807ee14b66bcc086258e444ad0f19e7d42577942",
  "_spec": "cli-progress@3.12.0",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/@strapi/strapi",
  "author": {
    "name": "Andi Dittrich",
    "url": "https://andidittrich.com"
  },
  "bugs": {
    "url": "https://github.com/npkgz/cli-progress/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "string-width": "^4.2.3"
  },
  "deprecated": false,
  "description": "easy to use progress-bar for command-line/terminal applications",
  "devDependencies": {
    "eslint": "^8.14.0",
    "eslint-config-aenondynamics": "^0.2.0",
    "mocha": "^9.2.2"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "cli-progress.js",
    "lib/",
    "presets/"
  ],
  "homepage": "https://github.com/npkgz/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/npkgz/cli-progress.git"
  },
  "scripts": {
    "lint": "eslint lib/**.js",
    "pretest": "npm run lint",
    "test": "mocha test/**/*.test.js"
  },
  "version": "3.12.0"
}
