{
  "_args": [
    [
      "cli-ux@5.4.9",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "cli-ux@5.4.9",
  "_id": "cli-ux@5.4.9",
  "_inBundle": false,
  "_integrity": "sha512-4yCKJbFQqNQxf1v0E5T5aBJLt3SbW6dXc/R7zHp4ycdPMg9fAy5f2vhPsWgXEGCMQg+fgN0Sp7EYcZ1XGkFyUA==",
  "_location": "/cli-ux",
  "_phantomChildren": {
    "@types/color-name": "1.1.1",
    "ansi-regex": "4.1.0",
    "at-least-node": "1.0.0",
    "graceful-fs": "4.2.4",
    "is-docker": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cli-ux@5.4.9",
    "name": "cli-ux",
    "escapedName": "cli-ux",
    "rawSpec": "5.4.9",
    "saveSpec": null,
    "fetchSpec": "5.4.9"
  },
  "_requiredBy": [
    "/@oclif/plugin-autocomplete",
    "/@oclif/plugin-plugins",
    "/apollo"
  ],
  "_resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.4.9.tgz",
  "_spec": "5.4.9",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Jeff Dickey @jdxcode"
  },
  "bugs": {
    "url": "https://github.com/oclif/cli-ux/issues"
  },
  "dependencies": {
    "@oclif/command": "^1.6.0",
    "@oclif/errors": "^1.2.1",
    "@oclif/linewrap": "^1.0.0",
    "@oclif/screen": "^1.0.3",
    "ansi-escapes": "^4.3.0",
    "ansi-styles": "^4.2.0",
    "cardinal": "^2.1.1",
    "chalk": "^3.0.0",
    "clean-stack": "^3.0.0",
    "cli-progress": "^3.4.0",
    "extract-stack": "^2.0.0",
    "fs-extra": "^9.0.1",
    "hyperlinker": "^1.0.0",
    "indent-string": "^4.0.0",
    "is-wsl": "^2.2.0",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.11",
    "natural-orderby": "^2.0.1",
    "object-treeify": "^1.1.4",
    "password-prompt": "^1.1.2",
    "semver": "^5.6.0",
    "string-width": "^4.2.0",
    "strip-ansi": "^5.1.0",
    "supports-color": "^7.1.0",
    "supports-hyperlinks": "^1.0.1",
    "tslib": "^2.0.0"
  },
  "description": "cli IO utilities",
  "devDependencies": {
    "@oclif/config": "^1.12.9",
    "@oclif/parser": "^3.7.0",
    "@types/ansi-styles": "^3.2.1",
    "@types/chai": "^4.1.7",
    "@types/chai-as-promised": "^7.1.0",
    "@types/clean-stack": "^2.1.1",
    "@types/extract-stack": "^2.0.0",
    "@types/fs-extra": "^5.0.4",
    "@types/js-yaml": "^3.12.1",
    "@types/lodash": "^4.14.117",
    "@types/mocha": "^5.2.5",
    "@types/node": "^11.11.2",
    "@types/semver": "^5.5.0",
    "@types/strip-ansi": "^3.0.0",
    "@types/supports-color": "^5.3.0",
    "axios": "^0.19.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "eslint": "^6.6.0",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.2.0",
    "fancy-test": "^1.4.1",
    "mocha": "^5.2.0",
    "ts-node": "^8.0.3",
    "typescript": "3.8.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/lib"
  ],
  "homepage": "https://github.com/oclif/cli-ux",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "cli-ux",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oclif/cli-ux.git"
  },
  "scripts": {
    "build": "rm -rf lib && tsc",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "posttest": "yarn lint",
    "prepublishOnly": "yarn run build",
    "pretest": "yarn build --noEmit && tsc -p test --noEmit",
    "test": "mocha --forbid-only \"test/**/*.test.ts\""
  },
  "types": "lib/index.d.ts",
  "version": "5.4.9"
}
