{
  "_from": "@oclif/parser@^3.8.10",
  "_id": "@oclif/parser@3.8.10",
  "_inBundle": false,
  "_integrity": "sha512-J4l/NcnfbIU84+NNdy6bxq9yJt4joFWNvpk59hq+uaQPUNtjmNJDVGuRvf6GUOxHNgRsVK1JRmd/Ez+v7Z9GqQ==",
  "_location": "/@oclif/parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@oclif/parser@^3.8.10",
    "name": "@oclif/parser",
    "escapedName": "@oclif%2fparser",
    "scope": "@oclif",
    "rawSpec": "^3.8.10",
    "saveSpec": null,
    "fetchSpec": "^3.8.10"
  },
  "_requiredBy": [
    "/@oclif/command",
    "/@oclif/config",
    "/@oclif/help/@oclif/config",
    "/@oclif/plugin-help/@oclif/config"
  ],
  "_resolved": "https://registry.npmjs.org/@oclif/parser/-/parser-3.8.10.tgz",
  "_shasum": "7b1048566e1d3f45ed09ca92b2e30f09bd9647e1",
  "_spec": "@oclif/parser@^3.8.10",
  "_where": "/home/dev5concise/medusa.dev5.concise.digital/my-medusa-store/node_modules/@oclif/command",
  "author": {
    "name": "Salesforce"
  },
  "bugs": {
    "url": "https://github.com/oclif/parser/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@oclif/errors": "^1.3.6",
    "@oclif/linewrap": "^1.0.0",
    "chalk": "^4.1.0",
    "tslib": "^2.5.0"
  },
  "deprecated": false,
  "description": "arg and flag parser for oclif",
  "devDependencies": {
    "@types/chai": "^4.3.4",
    "@types/mocha": "^8.2.3",
    "@types/nock": "^11.1.0",
    "@types/node": "^14.18.36",
    "@types/node-notifier": "^8.0.2",
    "@types/read-pkg": "^5.1.0",
    "chai": "^4.3.7",
    "conventional-changelog-cli": "^2.2.2",
    "eslint": "^7.3.1",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.2.0",
    "mocha": "^8.2.1",
    "ts-node": "^9.0.0",
    "typescript": "3.9.10"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/lib"
  ],
  "homepage": "https://github.com/oclif/parser",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@oclif/parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oclif/parser.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 --no-color --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": "3.8.10"
}
