{
  "_args": [
    [
      "@nestjs/config@0.6.3",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "@nestjs/config@0.6.3",
  "_id": "@nestjs/config@0.6.3",
  "_inBundle": false,
  "_integrity": "sha512-JxvvUpmH0/WOrTB+zh8dEkxSUQXhB7V3d/qeQXyCnMiEFjaq89+fNFztpWjz4DlOfdS4/eYTzIEy9PH2uGnfzA==",
  "_location": "/@nestjs/config",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nestjs/config@0.6.3",
    "name": "@nestjs/config",
    "escapedName": "@nestjs%2fconfig",
    "scope": "@nestjs",
    "rawSpec": "0.6.3",
    "saveSpec": null,
    "fetchSpec": "0.6.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@nestjs/config/-/config-0.6.3.tgz",
  "_spec": "0.6.3",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Kamil Mysliwiec"
  },
  "bugs": {
    "url": "https://github.com/nestjs/config/issues"
  },
  "dependencies": {
    "dotenv": "8.2.0",
    "dotenv-expand": "5.1.0",
    "lodash.get": "4.4.2",
    "lodash.has": "4.5.2",
    "lodash.set": "4.3.2",
    "uuid": "8.3.2"
  },
  "description": "Nest - modern, fast, powerful node.js web framework (@config)",
  "devDependencies": {
    "@commitlint/cli": "11.0.0",
    "@commitlint/config-angular": "11.0.0",
    "@hapi/joi": "17.1.1",
    "@nestjs/common": "7.6.8",
    "@nestjs/core": "7.6.8",
    "@nestjs/platform-express": "7.6.8",
    "@nestjs/testing": "7.6.8",
    "@types/hapi__joi": "17.1.6",
    "@types/jest": "26.0.20",
    "@types/lodash.get": "4.4.6",
    "@types/lodash.has": "4.5.6",
    "@types/lodash.set": "4.3.6",
    "@types/node": "7.10.8",
    "@types/uuid": "8.3.0",
    "@typescript-eslint/eslint-plugin": "4.14.2",
    "@typescript-eslint/parser": "4.14.2",
    "eslint": "7.19.0",
    "eslint-config-prettier": "7.2.0",
    "eslint-plugin-import": "2.22.1",
    "husky": "4.3.8",
    "jest": "26.6.3",
    "lint-staged": "10.5.3",
    "prettier": "2.2.1",
    "reflect-metadata": "0.1.13",
    "release-it": "14.2.2",
    "rimraf": "3.0.2",
    "rxjs": "6.6.3",
    "ts-jest": "26.5.0",
    "typescript": "4.1.3"
  },
  "homepage": "https://github.com/nestjs/config#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "license": "MIT",
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ]
  },
  "name": "@nestjs/config",
  "peerDependencies": {
    "@nestjs/common": "^6.10.0 || ^7.0.0",
    "reflect-metadata": "^0.1.12",
    "rxjs": "^6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nestjs/config.git"
  },
  "scripts": {
    "build": "rimraf -rf dist && tsc -p tsconfig.json",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "prepublish:next": "npm run build",
    "prepublish:npm": "npm run build",
    "prerelease": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "publish:npm": "npm publish --access public",
    "release": "release-it",
    "test:integration": "jest --config ./tests/jest-e2e.json --runInBand"
  },
  "url": "https://github.com/nestjs/config#readme",
  "version": "0.6.3"
}
