{
  "_from": "@oclif/config@^1",
  "_id": "@oclif/config@1.18.8",
  "_inBundle": false,
  "_integrity": "sha512-FetS52+emaZQui0roFSdbBP8ddBkIezEoH2NcjLJRjqkMGdE9Z1V+jsISVqTYXk2KJ1gAI0CHDXFjJlNBYbJBg==",
  "_location": "/@oclif/config",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@oclif/config@^1",
    "name": "@oclif/config",
    "escapedName": "@oclif%2fconfig",
    "scope": "@oclif",
    "rawSpec": "^1",
    "saveSpec": null,
    "fetchSpec": "^1"
  },
  "_requiredBy": [
    "/@oclif/command",
    "/pg-god"
  ],
  "_resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.8.tgz",
  "_shasum": "efaccbd0381f90a98fa69c9131e14c5a91fc0659",
  "_spec": "@oclif/config@^1",
  "_where": "/home/dev5concise/medusa.dev5.concise.digital/my-medusa-store/node_modules/pg-god",
  "author": {
    "name": "Salesforce"
  },
  "bugs": {
    "url": "https://github.com/oclif/config/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@oclif/errors": "^1.3.6",
    "@oclif/parser": "^3.8.10",
    "debug": "^4.3.4",
    "globby": "^11.1.0",
    "is-wsl": "^2.1.1",
    "tslib": "^2.5.0"
  },
  "deprecated": false,
  "description": "base config object and standard interfaces for oclif components",
  "devDependencies": {
    "@types/chai": "^4.3.4",
    "@types/indent-string": "^4.0.1",
    "@types/lodash": "^4.14.181",
    "@types/mocha": "^8.2.3",
    "@types/node": "^14.18.36",
    "@types/proxyquire": "^1.3.28",
    "@types/wrap-ansi": "^3.0.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",
    "fancy-test": "^1.4.3",
    "lodash": "^4.17.11",
    "mocha": "^8.2.1",
    "proxyquire": "^2.1.0",
    "ts-node": "^9.0.0",
    "typescript": "3.8.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/lib"
  ],
  "homepage": "https://github.com/oclif/config",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@oclif/config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oclif/config.git"
  },
  "scripts": {
    "build": "rm -rf lib && tsc",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "posttest": "yarn lint",
    "prepack": "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.18.8"
}
