{
  "_args": [
    [
      "@oclif/errors@1.3.3",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "@oclif/errors@1.3.3",
  "_id": "@oclif/errors@1.3.3",
  "_inBundle": false,
  "_integrity": "sha512-EJR6AIOEkt/NnARNIVAskPDVtdhtO5TTNXmhDrGqMoWVsr0R6DkkLrMyq95BmHvlVWM1nduoq4fQPuCyuF2jaA==",
  "_location": "/@oclif/errors",
  "_phantomChildren": {
    "@types/color-name": "1.1.1",
    "at-least-node": "1.0.0",
    "graceful-fs": "4.2.4",
    "string-width": "4.2.0",
    "strip-ansi": "6.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@oclif/errors@1.3.3",
    "name": "@oclif/errors",
    "escapedName": "@oclif%2ferrors",
    "scope": "@oclif",
    "rawSpec": "1.3.3",
    "saveSpec": null,
    "fetchSpec": "1.3.3"
  },
  "_requiredBy": [
    "/@oclif/command",
    "/@oclif/config",
    "/@oclif/parser",
    "/@oclif/plugin-not-found/cli-ux",
    "/@oclif/plugin-warn-if-update-available",
    "/apollo",
    "/cli-ux"
  ],
  "_resolved": "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.3.tgz",
  "_spec": "1.3.3",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Jeff Dickey @jdxcode"
  },
  "bugs": {
    "url": "https://github.com/oclif/errors/issues"
  },
  "dependencies": {
    "clean-stack": "^3.0.0",
    "fs-extra": "^9.0.1",
    "indent-string": "^4.0.0",
    "strip-ansi": "^6.0.0",
    "wrap-ansi": "^7.0.0"
  },
  "description": "display friendly CLI errors and log to error log",
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/clean-stack": "^2.1.1",
    "@types/fs-extra": "^9.0.1",
    "@types/indent-string": "^4.0.1",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.13",
    "@types/strip-ansi": "^5.2.1",
    "@types/wrap-ansi": "^3.0.0",
    "chai": "^4.2.0",
    "chalk": "^4.1.0",
    "eslint": "^7.3.0",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.2.0",
    "fancy-test": "^1.4.8",
    "mocha": "^7.2.0",
    "nock": "^13.0.0",
    "ts-node": "^8.10.2",
    "typescript": "~3.8.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/handle.js",
    "/lib"
  ],
  "homepage": "https://github.com/oclif/errors",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@oclif/errors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oclif/errors.git"
  },
  "scripts": {
    "build": "rm -rf lib && tsc",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "posttest": "rm -rf lib && yarn lint",
    "prepublishOnly": "yarn run build",
    "pretest": "yarn run build && tsc -p test --noEmit",
    "test": "mocha --forbid-only \"test/**/*.test.ts\""
  },
  "types": "lib/index.d.ts",
  "version": "1.3.3"
}
