{
  "_from": "@oclif/plugin-help@^3",
  "_id": "@oclif/plugin-help@3.3.1",
  "_inBundle": false,
  "_integrity": "sha512-QuSiseNRJygaqAdABYFWn/H1CwIZCp9zp/PLid6yXvy6VcQV7OenEFF5XuYaCvSARe2Tg9r8Jqls5+fw1A9CbQ==",
  "_location": "/@oclif/plugin-help",
  "_phantomChildren": {
    "@oclif/parser": "3.8.10",
    "ansi-styles": "4.3.0",
    "clean-stack": "3.0.1",
    "globby": "11.1.0",
    "graceful-fs": "4.2.10",
    "indent-string": "4.0.0",
    "is-wsl": "2.2.0",
    "string-width": "4.2.3",
    "strip-ansi": "6.0.1",
    "tslib": "2.5.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@oclif/plugin-help@^3",
    "name": "@oclif/plugin-help",
    "escapedName": "@oclif%2fplugin-help",
    "scope": "@oclif",
    "rawSpec": "^3",
    "saveSpec": null,
    "fetchSpec": "^3"
  },
  "_requiredBy": [
    "/pg-god"
  ],
  "_resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.3.1.tgz",
  "_shasum": "36adb4e0173f741df409bb4b69036d24a53bfb24",
  "_spec": "@oclif/plugin-help@^3",
  "_where": "/home/dev5concise/medusa.dev5.concise.digital/my-medusa-store/node_modules/pg-god",
  "author": {
    "name": "Salesforce"
  },
  "bugs": {
    "url": "https://github.com/oclif/plugin-help/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@oclif/command": "^1.8.15",
    "@oclif/config": "1.18.2",
    "@oclif/errors": "1.3.5",
    "@oclif/help": "^1.0.1",
    "chalk": "^4.1.2",
    "indent-string": "^4.0.0",
    "lodash": "^4.17.21",
    "string-width": "^4.2.0",
    "strip-ansi": "^6.0.0",
    "widest-line": "^3.1.0",
    "wrap-ansi": "^6.2.0"
  },
  "deprecated": false,
  "description": "standard help for oclif",
  "devDependencies": {
    "@oclif/dev-cli": "1.26.10",
    "@oclif/plugin-legacy": "1.2.7",
    "@oclif/plugin-plugins": "1.10.11",
    "@oclif/test": "1.2.9",
    "@types/chai": "^4.1.7",
    "@types/lodash": "^4.14.176",
    "@types/mocha": "^8.0.0",
    "@types/node": "^14.0.14",
    "@types/strip-ansi": "^5.2.1",
    "@types/wrap-ansi": "^8.0.1",
    "chai": "^4.2.0",
    "eslint": "^7.3.1",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.2.0",
    "globby": "^11.0.1",
    "mocha": "^8.2.1",
    "nock": "^13.0.0",
    "sinon": "^10.0.0",
    "ts-node": "^9.1.1",
    "typescript": "3.8.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "oclif.manifest.json",
    "/lib"
  ],
  "homepage": "https://github.com/oclif/plugin-help",
  "keywords": [
    "oclif-plugin"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "@oclif/plugin-help",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "oclif",
    "devPlugins": [
      "@oclif/plugin-plugins",
      "@oclif/plugin-legacy"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oclif/plugin-help.git"
  },
  "scripts": {
    "build": "rm -rf lib && tsc",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "postpack": "rm oclif.manifest.json",
    "posttest": "yarn lint",
    "prepack": "yarn run build && oclif-dev manifest",
    "pretest": "yarn build --noEmit && tsc -p test --noEmit",
    "test": "mocha --forbid-only \"test/**/*.test.ts\""
  },
  "types": "./lib/index.d.ts",
  "version": "3.3.1"
}
