{
  "_args": [
    [
      "@oclif/command@1.7.0",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "@oclif/command@1.7.0",
  "_id": "@oclif/command@1.7.0",
  "_inBundle": false,
  "_integrity": "sha512-TkknFtWcZI8te0E8sW+ohiblExrLx73rIcV4KdIzDX01u+oTZWZaap51F6TSGFnR/Gey0WctaDvJhZlt4xgKdA==",
  "_location": "/@oclif/command",
  "_phantomChildren": {
    "@oclif/command": "1.7.0",
    "@oclif/config": "1.16.0",
    "ansi-regex": "4.1.0",
    "ansi-styles": "3.2.1",
    "chalk": "2.4.2",
    "indent-string": "4.0.0",
    "lodash.template": "4.5.0",
    "widest-line": "2.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@oclif/command@1.7.0",
    "name": "@oclif/command",
    "escapedName": "@oclif%2fcommand",
    "scope": "@oclif",
    "rawSpec": "1.7.0",
    "saveSpec": null,
    "fetchSpec": "1.7.0"
  },
  "_requiredBy": [
    "/@oclif/command/@oclif/plugin-help",
    "/@oclif/plugin-autocomplete",
    "/@oclif/plugin-help",
    "/@oclif/plugin-not-found",
    "/@oclif/plugin-plugins",
    "/@oclif/plugin-warn-if-update-available",
    "/apollo",
    "/cli-ux"
  ],
  "_resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.7.0.tgz",
  "_spec": "1.7.0",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Jeff Dickey @jdxcode"
  },
  "bugs": {
    "url": "https://github.com/oclif/command/issues"
  },
  "dependencies": {
    "@oclif/config": "^1.15.1",
    "@oclif/errors": "^1.3.3",
    "@oclif/parser": "^3.8.3",
    "@oclif/plugin-help": "^3",
    "debug": "^4.1.1",
    "semver": "^5.6.0"
  },
  "description": "oclif base command",
  "devDependencies": {
    "@oclif/plugin-plugins": "^1.7.7",
    "@types/chai": "^4.1.7",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.14",
    "@types/semver": "^7.3.1",
    "chai": "^4.2.0",
    "cli-ux": "^5.1.0",
    "conventional-changelog-cli": "^2.0.12",
    "eslint": "^7.3.1",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.2.0",
    "fancy-test": "^1.4.3",
    "globby": "^9.0.0",
    "mocha": "^6.0.2",
    "sinon": "^9.0.1",
    "ts-node": "^8.8.2",
    "typescript": "3.8.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/flush.js",
    "/flush.d.ts",
    "/lib"
  ],
  "homepage": "https://github.com/oclif/command",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@oclif/command",
  "oclif": {
    "devPlugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-plugins"
    ]
  },
  "peerDependencies": {
    "@oclif/config": "^1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oclif/command.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\"",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
  },
  "types": "lib/index.d.ts",
  "version": "1.7.0"
}
