{
  "_from": "@oclif/help@^1.0.1",
  "_id": "@oclif/help@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-77ZXqVXcd+bQ6EafN56KbL4PbNtZM/Lq4GQElekNav+CPIgPNKT3AtMTQrc0fWke6bb/BTLB+1Fu1gWgx643jQ==",
  "_location": "/@oclif/help",
  "_phantomChildren": {
    "@oclif/errors": "1.3.6",
    "@oclif/parser": "3.8.10",
    "ansi-styles": "4.3.0",
    "globby": "11.1.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/help@^1.0.1",
    "name": "@oclif/help",
    "escapedName": "@oclif%2fhelp",
    "scope": "@oclif",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/@oclif/command",
    "/@oclif/plugin-help"
  ],
  "_resolved": "https://registry.npmjs.org/@oclif/help/-/help-1.0.5.tgz",
  "_shasum": "0a370d0340fcf167ec3cb7a4f3074ebb3db8a94a",
  "_spec": "@oclif/help@^1.0.1",
  "_where": "/home/dev5concise/medusa.dev5.concise.digital/my-medusa-store/node_modules/@oclif/command",
  "author": {
    "name": "Salesforce"
  },
  "bugs": {
    "url": "https://github.com/oclif/help/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@oclif/config": "1.18.6",
    "@oclif/errors": "1.3.6",
    "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/command": "^1.8.13",
    "@oclif/dev-cli": "1.26.9",
    "@oclif/plugin-legacy": "1.2.6",
    "@oclif/plugin-plugins": "1.10.10",
    "@oclif/test": "1.2.9",
    "@types/chai": "^4.3.4",
    "@types/lodash": "^4.14.191",
    "@types/mocha": "^8.0.0",
    "@types/node": "^14.18.36",
    "@types/strip-ansi": "^5.2.1",
    "@types/wrap-ansi": "^8.0.1",
    "chai": "^4.3.7",
    "eslint": "7.32.0",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.2.0",
    "globby": "^11.1.0",
    "mocha": "^8.2.1",
    "nock": "^13.2.4",
    "sinon": "^10.0.0",
    "ts-node": "^9.1.1",
    "typescript": "3.9.10"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/lib"
  ],
  "homepage": "https://github.com/oclif/help#readme",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "@oclif/help",
  "oclif": {
    "bin": "oclif",
    "devPlugins": [
      "@oclif/plugin-plugins",
      "@oclif/plugin-legacy"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oclif/help.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": "1.0.5"
}
