{"_id":"@nestjs/config","_rev":"3346432","name":"@nestjs/config","description":"Nest - modern, fast, powerful node.js web framework (@config)","dist-tags":{"latest":"3.2.3"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"time":{"modified":"2024-07-25T01:58:51.000Z","created":"2019-12-08T11:38:56.125Z","3.2.3":"2024-07-01T12:08:47.764Z","3.2.2":"2024-04-05T06:39:56.851Z","3.2.1":"2024-03-25T07:40:07.775Z","3.2.0":"2024-02-07T11:45:16.056Z","3.1.1":"2023-09-13T06:56:24.583Z","3.1.0":"2023-09-12T06:31:07.584Z","3.0.1":"2023-08-31T07:42:22.043Z","3.0.0":"2023-06-15T11:32:33.614Z","2.3.4":"2023-06-14T12:05:46.159Z","2.3.3":"2023-06-12T06:48:33.121Z","2.3.2":"2023-05-16T08:18:30.935Z","2.3.1":"2023-02-09T08:24:10.971Z","2.3.0":"2023-02-01T14:06:19.798Z","2.2.0":"2022-07-08T12:42:24.443Z","2.1.0":"2022-06-02T08:06:33.396Z","2.0.1":"2022-05-18T08:06:54.266Z","2.0.0":"2022-03-17T12:27:29.617Z","1.2.1":"2022-03-17T12:25:20.715Z","1.2.0":"2022-02-14T13:17:39.613Z","1.1.7":"2022-02-11T10:56:45.801Z","1.1.6":"2022-01-03T09:30:12.764Z","1.1.5":"2021-11-26T08:36:25.696Z","1.1.4":"2021-11-26T07:52:09.283Z","1.1.3":"2021-11-24T08:42:02.217Z","1.1.2":"2021-11-22T13:20:24.409Z","1.1.1":"2021-11-22T09:48:04.789Z","1.1.0":"2021-11-03T10:12:57.490Z","1.0.3":"2021-10-28T08:37:54.979Z","1.0.2":"2021-10-04T09:55:15.210Z","1.0.1":"2021-07-22T08:07:51.093Z","1.0.0":"2021-07-07T11:16:11.544Z","0.6.3":"2021-02-02T07:57:06.299Z","0.6.2":"2021-01-22T13:15:15.597Z","0.6.1":"2020-11-20T08:12:06.422Z","0.6.0":"2020-11-17T10:25:06.839Z","0.5.0":"2020-05-24T11:26:51.425Z","0.4.2":"2020-05-12T12:48:33.614Z","0.4.1":"2020-05-07T08:26:01.499Z","0.4.0":"2020-03-14T10:14:18.868Z","0.3.0":"2020-03-10T12:23:23.948Z","0.2.4":"2020-02-23T09:55:23.850Z","0.2.3":"2020-02-18T08:09:40.081Z","0.2.2":"2020-02-06T09:44:47.591Z","0.2.1":"2020-02-06T09:40:07.648Z","0.2.0":"2020-02-06T09:23:33.902Z","0.1.0":"2020-01-20T08:02:25.126Z","0.0.9":"2020-01-07T15:31:55.958Z","0.0.8":"2020-01-03T15:18:17.979Z","0.0.7":"2019-12-12T10:57:13.266Z","0.0.6":"2019-12-12T10:50:05.121Z","0.0.5":"2019-12-12T10:09:22.541Z","0.0.4":"2019-12-12T08:37:27.459Z","0.0.3":"2019-12-10T21:09:41.986Z","0.0.2":"2019-12-10T15:42:51.015Z","0.0.1":"2019-12-08T11:38:56.125Z"},"users":{},"author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"versions":{"3.2.3":{"name":"@nestjs/config","version":"3.2.3","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.4.5","dotenv-expand":"10.0.0","lodash":"4.17.21"},"devDependencies":{"@commitlint/cli":"19.3.0","@commitlint/config-angular":"19.3.0","@nestjs/common":"10.3.10","@nestjs/core":"10.3.10","@nestjs/platform-express":"10.3.10","@nestjs/testing":"10.3.10","@types/jest":"29.5.12","@types/lodash":"4.17.6","@types/node":"20.14.9","@typescript-eslint/eslint-plugin":"7.14.1","@typescript-eslint/parser":"7.14.1","eslint":"8.57.0","eslint-config-prettier":"9.1.0","eslint-plugin-import":"2.29.1","husky":"9.0.11","jest":"29.7.0","joi":"17.13.3","lint-staged":"15.2.7","prettier":"3.3.2","reflect-metadata":"0.2.2","release-it":"17.4.1","rimraf":"5.0.7","rxjs":"7.8.1","ts-jest":"29.1.5","typescript":"5.5.2"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","rxjs":"^7.1.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"types":"./index.d.ts","gitHead":"faa8f59f0098d22a0f4391ba342bc685ca7edd86","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@3.2.3","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"569888a33ada50b0f182002015e152e054990016","size":12341,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-3.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-3.2.3.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_3.2.3_1719835727493_0.15765072966790128"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-01T12:08:47.764Z","publish_time":1719835727764,"_source_registry_name":"default","maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_cnpm_publish_time":1719835727764},"3.2.2":{"name":"@nestjs/config","version":"3.2.2","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.4.5","dotenv-expand":"10.0.0","lodash":"4.17.21","uuid":"9.0.1"},"devDependencies":{"@commitlint/cli":"19.2.1","@commitlint/config-angular":"19.1.0","@nestjs/common":"10.3.7","@nestjs/core":"10.3.7","@nestjs/platform-express":"10.3.7","@nestjs/testing":"10.3.7","@types/jest":"29.5.12","@types/lodash":"4.17.0","@types/node":"20.12.4","@types/uuid":"9.0.8","@typescript-eslint/eslint-plugin":"7.5.0","@typescript-eslint/parser":"7.5.0","eslint":"8.57.0","eslint-config-prettier":"9.1.0","eslint-plugin-import":"2.29.1","husky":"9.0.11","jest":"29.7.0","joi":"17.12.3","lint-staged":"15.2.2","prettier":"3.2.5","reflect-metadata":"0.2.2","release-it":"17.1.1","rimraf":"5.0.5","rxjs":"7.8.1","ts-jest":"29.1.2","typescript":"5.4.4"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","rxjs":"^7.1.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"types":"./index.d.ts","gitHead":"bad1f9e885fecd7119a96515af8d62b1d82d252b","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@3.2.2","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"7e895edb2878564e0a7fc411614902b0330ca940","size":12240,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-3.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-3.2.2.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_3.2.2_1712299196658_0.00419682994943793"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-05T06:39:56.851Z","publish_time":1712299196851,"_source_registry_name":"default","_cnpm_publish_time":1712299196851},"3.2.1":{"name":"@nestjs/config","version":"3.2.1","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.4.5","dotenv-expand":"10.0.0","lodash":"4.17.21","uuid":"9.0.1"},"devDependencies":{"@commitlint/cli":"19.2.1","@commitlint/config-angular":"19.1.0","@nestjs/common":"10.3.5","@nestjs/core":"10.3.5","@nestjs/platform-express":"10.3.5","@nestjs/testing":"10.3.5","@types/jest":"29.5.12","@types/lodash":"4.17.0","@types/node":"20.11.30","@types/uuid":"9.0.8","@typescript-eslint/eslint-plugin":"7.3.1","@typescript-eslint/parser":"7.3.1","eslint":"8.57.0","eslint-config-prettier":"9.1.0","eslint-plugin-import":"2.29.1","husky":"9.0.11","jest":"29.7.0","joi":"17.12.2","lint-staged":"15.2.2","prettier":"3.2.5","reflect-metadata":"0.2.1","release-it":"17.1.1","rimraf":"5.0.5","rxjs":"7.8.1","ts-jest":"29.1.2","typescript":"5.4.3"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","rxjs":"^7.1.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"types":"./index.d.ts","gitHead":"c3b6d5fe432055eecc7efddecd4ad331f58ef381","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@3.2.1","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"6b264564e70a8d639734e9a583ad1d2ac5351588","size":12224,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-3.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-3.2.1.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_3.2.1_1711352407597_0.556157018382301"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-25T07:40:07.775Z","publish_time":1711352407775,"_source_registry_name":"default","_cnpm_publish_time":1711352407775},"3.2.0":{"name":"@nestjs/config","version":"3.2.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.4.1","dotenv-expand":"10.0.0","lodash":"4.17.21","uuid":"9.0.1"},"devDependencies":{"@commitlint/cli":"18.6.0","@commitlint/config-angular":"18.6.0","@nestjs/common":"10.3.2","@nestjs/core":"10.3.2","@nestjs/platform-express":"10.3.2","@nestjs/testing":"10.3.2","@types/jest":"29.5.12","@types/lodash":"4.14.202","@types/node":"20.11.16","@types/uuid":"9.0.8","@typescript-eslint/eslint-plugin":"6.21.0","@typescript-eslint/parser":"6.21.0","eslint":"8.56.0","eslint-config-prettier":"9.1.0","eslint-plugin-import":"2.29.1","husky":"9.0.10","jest":"29.7.0","joi":"17.12.1","lint-staged":"15.2.2","prettier":"3.2.5","reflect-metadata":"0.1.14","release-it":"17.0.3","rimraf":"5.0.5","rxjs":"7.8.1","ts-jest":"29.1.2","typescript":"5.3.3"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","rxjs":"^7.1.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"types":"./index.d.ts","gitHead":"1af2431f66b006e7b2ff5ac4ec99641358137c86","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@3.2.0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"4ca70f88b0636f86741ba192dd51dd2f01eaa7c1","size":12222,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-3.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-3.2.0.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_3.2.0_1707306315868_0.23583982091158662"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-07T11:45:16.056Z","publish_time":1707306316056,"_source_registry_name":"default","_cnpm_publish_time":1707306316056},"3.1.1":{"name":"@nestjs/config","version":"3.1.1","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.3.1","dotenv-expand":"10.0.0","lodash":"4.17.21","uuid":"9.0.0"},"devDependencies":{"@commitlint/cli":"17.7.1","@commitlint/config-angular":"17.7.0","@nestjs/common":"10.2.5","@nestjs/core":"10.2.5","@nestjs/platform-express":"10.2.5","@nestjs/testing":"10.2.5","@types/jest":"29.5.4","@types/lodash":"4.14.198","@types/node":"18.17.15","@types/uuid":"9.0.3","@typescript-eslint/eslint-plugin":"6.7.0","@typescript-eslint/parser":"6.7.0","eslint":"8.49.0","eslint-config-prettier":"9.0.0","eslint-plugin-import":"2.28.1","husky":"8.0.3","jest":"29.7.0","joi":"17.10.1","lint-staged":"14.0.1","prettier":"3.0.3","reflect-metadata":"0.1.13","release-it":"16.1.5","rimraf":"5.0.1","ts-jest":"29.1.1","typescript":"5.2.2"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","reflect-metadata":"^0.1.13"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"types":"./index.d.ts","gitHead":"83974afd45e46522892dda3f197622d0cfb59492","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@3.1.1","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"51e23ed84debd08afb86acf7b92bc4bf341797da","size":11415,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-3.1.1.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_3.1.1_1694588184380_0.5425338105572326"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-13T06:56:24.583Z","publish_time":1694588184583,"_source_registry_name":"default","_cnpm_publish_time":1694588184583},"3.1.0":{"name":"@nestjs/config","version":"3.1.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.3.1","dotenv-expand":"10.0.0","lodash":"4.17.21","uuid":"9.0.0"},"devDependencies":{"@commitlint/cli":"17.7.1","@commitlint/config-angular":"17.7.0","@nestjs/common":"10.2.5","@nestjs/core":"10.2.5","@nestjs/platform-express":"10.2.5","@nestjs/testing":"10.2.5","@types/jest":"29.5.4","@types/lodash":"4.14.198","@types/node":"18.17.15","@types/uuid":"9.0.3","@typescript-eslint/eslint-plugin":"6.7.0","@typescript-eslint/parser":"6.7.0","eslint":"8.49.0","eslint-config-prettier":"9.0.0","eslint-plugin-import":"2.28.1","husky":"8.0.3","jest":"29.6.4","joi":"17.10.1","lint-staged":"14.0.1","prettier":"3.0.3","reflect-metadata":"0.1.13","release-it":"16.1.5","rimraf":"5.0.1","ts-jest":"29.1.1","typescript":"5.2.2"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","reflect-metadata":"^0.1.13"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"types":"./index.d.ts","gitHead":"9c42639050b46c515e17d32a18e6d9ddacb86188","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@3.1.0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"d6e36122fefd3155651386405557b1adf1c8dbd3","size":11421,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-3.1.0.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_3.1.0_1694500267373_0.5428283922667345"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-12T06:31:07.584Z","publish_time":1694500267584,"_source_registry_name":"default","_cnpm_publish_time":1694500267584},"3.0.1":{"name":"@nestjs/config","version":"3.0.1","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.3.1","dotenv-expand":"10.0.0","lodash":"4.17.21","uuid":"9.0.0"},"devDependencies":{"@commitlint/cli":"17.7.1","@commitlint/config-angular":"17.7.0","@nestjs/common":"10.2.3","@nestjs/core":"10.2.3","@nestjs/platform-express":"10.2.3","@nestjs/testing":"10.2.3","@types/jest":"29.5.4","@types/lodash":"4.14.197","@types/node":"18.17.12","@types/uuid":"9.0.3","@typescript-eslint/eslint-plugin":"6.5.0","@typescript-eslint/parser":"6.5.0","eslint":"8.48.0","eslint-config-prettier":"9.0.0","eslint-plugin-import":"2.28.1","husky":"8.0.3","jest":"29.6.4","joi":"17.10.0","lint-staged":"14.0.1","prettier":"3.0.3","reflect-metadata":"0.1.13","release-it":"16.1.5","rimraf":"5.0.1","ts-jest":"29.1.1","typescript":"5.2.2"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","reflect-metadata":"^0.1.13"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"types":"./index.d.ts","gitHead":"5cc7553ce0881b40de5c42e3a1d396c39486993c","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@3.0.1","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"3f2d6e012ec48ff51c5b2125999ba95617ac6d03","size":10786,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-3.0.1.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_3.0.1_1693467741812_0.1617553450291167"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-31T07:42:22.043Z","publish_time":1693467742043,"_source_registry_name":"default","_cnpm_publish_time":1693467742043},"3.0.0":{"name":"@nestjs/config","version":"3.0.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.1.4","dotenv-expand":"10.0.0","lodash":"4.17.21","uuid":"9.0.0"},"devDependencies":{"@commitlint/cli":"17.6.5","@commitlint/config-angular":"17.6.5","@nestjs/common":"10.0.0","@nestjs/core":"10.0.0","@nestjs/platform-express":"10.0.0","@nestjs/testing":"10.0.0","@types/jest":"29.5.2","@types/lodash":"4.14.195","@types/node":"18.16.18","@types/uuid":"9.0.2","@typescript-eslint/eslint-plugin":"5.59.11","@typescript-eslint/parser":"5.59.11","eslint":"8.42.0","eslint-config-prettier":"8.8.0","eslint-plugin-import":"2.27.5","husky":"8.0.3","jest":"29.5.0","joi":"17.9.2","lint-staged":"13.2.2","prettier":"2.8.8","reflect-metadata":"0.1.13","release-it":"15.11.0","rimraf":"5.0.1","ts-jest":"29.1.0","typescript":"5.1.3"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","reflect-metadata":"^0.1.13"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"types":"./index.d.ts","gitHead":"58f8d11e1f900c0fe1cbce9be249f84a37d392b1","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@3.0.0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"154ddbaf2b97201a94a3c84757c352c405718cb4","size":10727,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-3.0.0.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_3.0.0_1686828753379_0.5494413856784808"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-15T11:32:33.614Z","publish_time":1686828753614,"_source_registry_name":"default","_cnpm_publish_time":1686828753614},"2.3.4":{"name":"@nestjs/config","version":"2.3.4","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.1.4","dotenv-expand":"10.0.0","lodash":"4.17.21","uuid":"9.0.0"},"devDependencies":{"@commitlint/cli":"17.6.5","@commitlint/config-angular":"17.6.5","@nestjs/common":"9.4.3","@nestjs/core":"9.4.3","@nestjs/platform-express":"9.4.3","@nestjs/testing":"9.4.3","@types/jest":"29.5.2","@types/lodash":"4.14.195","@types/node":"18.16.18","@types/uuid":"9.0.2","@typescript-eslint/eslint-plugin":"5.59.11","@typescript-eslint/parser":"5.59.11","eslint":"8.42.0","eslint-config-prettier":"8.8.0","eslint-plugin-import":"2.27.5","husky":"8.0.3","jest":"29.5.0","joi":"17.9.2","lint-staged":"13.2.2","prettier":"2.8.8","reflect-metadata":"0.1.13","release-it":"15.11.0","rimraf":"5.0.1","rxjs":"7.8.1","ts-jest":"29.1.0","typescript":"5.1.3"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0 || ^9.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"types":"./index.d.ts","gitHead":"d2236e6b12ff77c77bdb1f9e732fea6821416aac","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@2.3.4","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"6378a3c5b163a429e9ba728f28eed7513855bd50","size":10775,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-2.3.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-2.3.4.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_2.3.4_1686744345986_0.7402595903075522"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-14T12:05:46.159Z","publish_time":1686744346159,"_source_registry_name":"default","_cnpm_publish_time":1686744346159},"2.3.3":{"name":"@nestjs/config","version":"2.3.3","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.1.4","dotenv-expand":"10.0.0","lodash":"4.17.21","uuid":"9.0.0"},"devDependencies":{"@commitlint/cli":"17.6.5","@commitlint/config-angular":"17.6.5","@nestjs/common":"9.4.2","@nestjs/core":"9.4.2","@nestjs/platform-express":"9.4.2","@nestjs/testing":"9.4.2","@types/jest":"29.5.2","@types/lodash":"4.14.195","@types/node":"18.16.16","@types/uuid":"9.0.2","@typescript-eslint/eslint-plugin":"5.59.9","@typescript-eslint/parser":"5.59.9","eslint":"8.42.0","eslint-config-prettier":"8.8.0","eslint-plugin-import":"2.27.5","husky":"8.0.3","jest":"29.5.0","joi":"17.9.2","lint-staged":"13.2.2","prettier":"2.8.8","reflect-metadata":"0.1.13","release-it":"15.11.0","rimraf":"5.0.1","rxjs":"7.8.1","ts-jest":"29.1.0","typescript":"5.1.3"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0 || ^9.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"7973ee251f5f573eb14e5ba6a02b374d7b6815c3","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@2.3.3","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"a8e5e7c903661580cdd645bc8d01e19313f4875b","size":10852,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-2.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-2.3.3.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_2.3.3_1686552512978_0.9191739338329101"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-12T06:48:33.121Z","publish_time":1686552513121,"_source_registry_name":"default","_cnpm_publish_time":1686552513121},"2.3.2":{"name":"@nestjs/config","version":"2.3.2","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.0.3","dotenv-expand":"10.0.0","lodash":"4.17.21","uuid":"9.0.0"},"devDependencies":{"@commitlint/cli":"17.6.3","@commitlint/config-angular":"17.6.3","@nestjs/common":"9.4.0","@nestjs/core":"9.4.0","@nestjs/platform-express":"9.4.0","@nestjs/testing":"9.4.0","@types/jest":"29.5.1","@types/lodash":"4.14.194","@types/node":"18.16.10","@types/uuid":"9.0.1","@typescript-eslint/eslint-plugin":"5.59.6","@typescript-eslint/parser":"5.59.6","eslint":"8.40.0","eslint-config-prettier":"8.8.0","eslint-plugin-import":"2.27.5","husky":"8.0.3","jest":"29.5.0","joi":"17.9.2","lint-staged":"13.2.2","prettier":"2.8.8","reflect-metadata":"0.1.13","release-it":"15.10.3","rimraf":"5.0.0","rxjs":"7.8.1","ts-jest":"29.1.0","typescript":"5.0.4"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0 || ^9.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"af66e1230a276b901057fb603b7bd9f3fdd2fab7","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@2.3.2","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"6c5b1d2c87f39d3ceab2ab3fb3a8ef518bccc0fa","size":10828,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-2.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-2.3.2.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_2.3.2_1684225110743_0.7994492100282926"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-16T08:18:30.935Z","publish_time":1684225110935,"_source_registry_name":"default","_cnpm_publish_time":1684225110935},"2.3.1":{"name":"@nestjs/config","version":"2.3.1","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.0.3","dotenv-expand":"10.0.0","lodash":"4.17.21","uuid":"9.0.0"},"devDependencies":{"@commitlint/cli":"17.4.2","@commitlint/config-angular":"17.4.2","@nestjs/common":"9.3.7","@nestjs/core":"9.3.7","@nestjs/platform-express":"9.3.7","@nestjs/testing":"9.3.7","@types/jest":"29.4.0","@types/lodash":"4.14.191","@types/node":"18.13.0","@types/uuid":"9.0.0","@typescript-eslint/eslint-plugin":"5.51.0","@typescript-eslint/parser":"5.51.0","eslint":"8.33.0","eslint-config-prettier":"8.6.0","eslint-plugin-import":"2.27.5","husky":"8.0.3","jest":"29.4.2","joi":"17.7.0","lint-staged":"13.1.1","prettier":"2.8.4","reflect-metadata":"0.1.13","release-it":"15.6.0","rimraf":"4.1.2","rxjs":"7.8.0","ts-jest":"29.0.5","typescript":"4.9.5"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0 || ^9.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"8f519ac78f9139e0dd4ee26eb97f73344c0237e8","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@2.3.1","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"6ac151f818db4ccf987c7ff8ef5b2c1f4eeec913","size":10869,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-2.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-2.3.1.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_2.3.1_1675931050791_0.08279617741976986"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-09T08:24:10.971Z","publish_time":1675931050971,"_cnpm_publish_time":1675931050971},"2.3.0":{"name":"@nestjs/config","version":"2.3.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.0.3","dotenv-expand":"10.0.0","lodash":"4.17.21","uuid":"9.0.0"},"devDependencies":{"@commitlint/cli":"17.4.2","@commitlint/config-angular":"17.4.2","@nestjs/common":"9.2.1","@nestjs/core":"9.2.1","@nestjs/platform-express":"9.2.1","@nestjs/testing":"9.2.1","@types/jest":"29.4.0","@types/lodash":"4.14.191","@types/node":"18.11.18","@types/uuid":"9.0.0","@typescript-eslint/eslint-plugin":"5.50.0","@typescript-eslint/parser":"5.50.0","eslint":"8.33.0","eslint-config-prettier":"8.6.0","eslint-plugin-import":"2.27.5","husky":"8.0.3","jest":"29.4.1","joi":"17.7.0","lint-staged":"13.1.0","prettier":"2.8.3","reflect-metadata":"0.1.13","release-it":"15.6.0","rimraf":"4.1.2","rxjs":"7.8.0","ts-jest":"29.0.5","typescript":"4.7.4"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0 || ^9.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"0f8c831c43b35c39d66c2ed5f256e8d39643b7af","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@2.3.0","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"b54e60ad90a894b67a87b766cdbbb6d60f4d18bb","size":10865,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-2.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-2.3.0.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_2.3.0_1675260379642_0.545906373014563"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-01T14:06:19.798Z","publish_time":1675260379798,"_cnpm_publish_time":1675260379798},"2.2.0":{"name":"@nestjs/config","version":"2.2.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.0.1","dotenv-expand":"8.0.3","lodash":"4.17.21","uuid":"8.3.2"},"devDependencies":{"@commitlint/cli":"17.0.3","@commitlint/config-angular":"17.0.3","@nestjs/common":"9.0.1","@nestjs/core":"9.0.1","@nestjs/platform-express":"9.0.1","@nestjs/testing":"9.0.1","@types/jest":"28.1.4","@types/lodash":"4.14.182","@types/node":"17.0.34","@types/uuid":"8.3.4","@typescript-eslint/eslint-plugin":"5.30.5","@typescript-eslint/parser":"5.30.5","eslint":"8.19.0","eslint-config-prettier":"8.5.0","eslint-plugin-import":"2.26.0","husky":"8.0.1","jest":"28.1.2","joi":"17.6.0","lint-staged":"13.0.3","prettier":"2.7.1","reflect-metadata":"0.1.13","release-it":"15.1.1","rimraf":"3.0.2","rxjs":"7.5.5","ts-jest":"28.0.5","typescript":"4.7.4"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0 || ^9.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"474ef319aae33aa2276f0655601b4fce9fb3f7e8","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@2.2.0","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"9f3da35f7c4a58724c0a0817d6f04b66e6703430","size":10862,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-2.2.0.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_2.2.0_1657284144264_0.9448425997012859"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-08T12:42:45.634Z","publish_time":1657284144443,"_cnpm_publish_time":1657284144443},"2.1.0":{"name":"@nestjs/config","version":"2.1.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.0.1","dotenv-expand":"8.0.3","lodash":"4.17.21","uuid":"8.3.2"},"devDependencies":{"@commitlint/cli":"17.0.2","@commitlint/config-angular":"17.0.0","@nestjs/common":"8.4.6","@nestjs/core":"8.4.6","@nestjs/platform-express":"8.4.6","@nestjs/testing":"8.4.6","@types/jest":"28.1.0","@types/lodash":"4.14.182","@types/node":"17.0.34","@types/uuid":"8.3.4","@typescript-eslint/eslint-plugin":"5.27.0","@typescript-eslint/parser":"5.27.0","eslint":"8.16.0","eslint-config-prettier":"8.5.0","eslint-plugin-import":"2.26.0","husky":"8.0.1","jest":"28.1.0","joi":"17.6.0","lint-staged":"13.0.0","prettier":"2.6.2","reflect-metadata":"0.1.13","release-it":"15.0.0","rimraf":"3.0.2","rxjs":"7.5.5","ts-jest":"28.0.3","typescript":"4.7.2"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"7df0717951eecc8fd9723ebc12d5ef8b0d8bebf2","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@2.1.0","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"334d6c3211f288eb40b1f8e2dbfbaf50b538f300","size":10775,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-2.1.0.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_2.1.0_1654157193198_0.10745647348376997"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-02T09:16:07.024Z","publish_time":1654157193396,"_cnpm_publish_time":1654157193396},"2.0.1":{"name":"@nestjs/config","version":"2.0.1","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.0.1","dotenv-expand":"8.0.3","lodash":"4.17.21","uuid":"8.3.2"},"devDependencies":{"@commitlint/cli":"17.0.0","@commitlint/config-angular":"17.0.0","@nestjs/common":"8.4.4","@nestjs/core":"8.4.5","@nestjs/platform-express":"8.4.5","@nestjs/testing":"8.4.5","@types/jest":"27.5.1","@types/lodash":"4.14.182","@types/node":"17.0.34","@types/uuid":"8.3.4","@typescript-eslint/eslint-plugin":"5.25.0","@typescript-eslint/parser":"5.25.0","eslint":"8.15.0","eslint-config-prettier":"8.5.0","eslint-plugin-import":"2.26.0","husky":"8.0.1","jest":"28.1.0","joi":"17.6.0","lint-staged":"12.4.1","prettier":"2.6.2","reflect-metadata":"0.1.13","release-it":"15.0.0","rimraf":"3.0.2","rxjs":"7.5.5","ts-jest":"28.0.2","typescript":"4.6.4"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"6725892c61fde5d33b9872a418db67188db31428","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@2.0.1","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"1b977bb8c1a97637cfc916ab0c0910db047d372e","size":10575,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-2.0.1.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_2.0.1_1652861214131_0.12897139281051762"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-18T09:32:43.474Z","publish_time":1652861214266,"_cnpm_publish_time":1652861214266},"2.0.0":{"name":"@nestjs/config","version":"2.0.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.0.0","dotenv-expand":"8.0.2","lodash":"4.17.21","uuid":"8.3.2"},"devDependencies":{"@commitlint/cli":"16.2.3","@commitlint/config-angular":"16.2.3","@nestjs/common":"8.4.1","@nestjs/core":"8.4.1","@nestjs/platform-express":"8.4.1","@nestjs/testing":"8.4.1","@types/jest":"27.4.1","@types/lodash":"4.14.180","@types/node":"16.11.26","@types/uuid":"8.3.4","@typescript-eslint/eslint-plugin":"5.15.0","@typescript-eslint/parser":"5.15.0","eslint":"8.11.0","eslint-config-prettier":"8.5.0","eslint-plugin-import":"2.25.4","husky":"7.0.4","jest":"27.5.1","joi":"17.6.0","lint-staged":"12.3.6","prettier":"2.6.0","reflect-metadata":"0.1.13","release-it":"14.12.5","rimraf":"3.0.2","rxjs":"7.5.5","ts-jest":"27.1.3","typescript":"4.6.2"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"b72580503bb96e5766c642d2ee81eb28c68e6991","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@2.0.0","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"a8fbec48a2b55488ac50ad5ed4cf2df89d398171","size":10460,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-2.0.0.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_2.0.0_1647520049459_0.5219316276467978"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-17T12:27:35.027Z","publish_time":1647520049617,"_cnpm_publish_time":1647520049617},"1.2.1":{"name":"@nestjs/config","version":"1.2.1","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.0.0","dotenv-expand":"5.1.0","lodash":"4.17.21","uuid":"8.3.2"},"devDependencies":{"@commitlint/cli":"16.2.3","@commitlint/config-angular":"16.2.3","@nestjs/common":"8.4.1","@nestjs/core":"8.4.1","@nestjs/platform-express":"8.4.1","@nestjs/testing":"8.4.1","@types/jest":"27.4.1","@types/lodash":"4.14.180","@types/node":"16.11.26","@types/uuid":"8.3.4","@typescript-eslint/eslint-plugin":"5.15.0","@typescript-eslint/parser":"5.15.0","eslint":"8.11.0","eslint-config-prettier":"8.5.0","eslint-plugin-import":"2.25.4","husky":"7.0.4","jest":"27.5.1","joi":"17.6.0","lint-staged":"12.3.6","prettier":"2.6.0","reflect-metadata":"0.1.13","release-it":"14.12.5","rimraf":"3.0.2","rxjs":"7.5.5","ts-jest":"27.1.3","typescript":"4.6.2"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"87d821eb3b5bcf6179030be844a5d6e54114ba87","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.2.1","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"8344111361ef4bc1b41160f853f387ec050a8526","size":10413,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.2.1.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.2.1_1647519920513_0.6525347275360236"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-17T12:25:28.582Z","publish_time":1647519920715,"_cnpm_publish_time":1647519920715},"1.2.0":{"name":"@nestjs/config","version":"1.2.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"16.0.0","dotenv-expand":"8.0.1","lodash":"4.17.21","uuid":"8.3.2"},"devDependencies":{"@commitlint/cli":"16.2.1","@commitlint/config-angular":"16.2.1","@nestjs/common":"8.3.0","@nestjs/core":"8.3.0","@nestjs/platform-express":"8.3.0","@nestjs/testing":"8.3.0","@types/jest":"27.4.0","@types/lodash":"4.14.178","@types/node":"16.11.24","@types/uuid":"8.3.4","@typescript-eslint/eslint-plugin":"5.11.0","@typescript-eslint/parser":"5.11.0","eslint":"8.9.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.25.4","husky":"7.0.4","jest":"27.5.1","joi":"17.6.0","lint-staged":"12.3.4","prettier":"2.5.1","reflect-metadata":"0.1.13","release-it":"14.12.4","rimraf":"3.0.2","rxjs":"7.5.4","ts-jest":"27.1.3","typescript":"4.5.5"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"f9b62b57683d6cf190becf139c4b4fee75692bba","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.2.0","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"a4eb58390dd8145b761ee0c8e98e78c8471cabb1","size":10315,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.2.0.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.2.0_1644844659433_0.5367219611734297"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-14T13:17:46.383Z","publish_time":1644844659613,"_cnpm_publish_time":1644844659613},"1.1.7":{"name":"@nestjs/config","version":"1.1.7","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"10.0.0","dotenv-expand":"5.1.0","lodash":"4.17.21","uuid":"8.3.2"},"devDependencies":{"@commitlint/cli":"16.1.0","@commitlint/config-angular":"16.0.0","@nestjs/common":"8.2.6","@nestjs/core":"8.2.6","@nestjs/platform-express":"8.2.6","@nestjs/testing":"8.2.6","@types/jest":"27.4.0","@types/lodash":"4.14.178","@types/node":"16.11.24","@types/uuid":"8.3.4","@typescript-eslint/eslint-plugin":"5.11.0","@typescript-eslint/parser":"5.11.0","eslint":"8.8.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.25.4","husky":"7.0.4","jest":"27.5.1","joi":"17.6.0","lint-staged":"12.3.3","prettier":"2.5.1","reflect-metadata":"0.1.13","release-it":"14.12.4","rimraf":"3.0.2","rxjs":"7.5.4","ts-jest":"27.1.3","typescript":"4.5.5"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"b529e820430171d955d3f168c94d547669cf3d7b","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.1.7","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"b71d3051181079fc02f9ef12d371901fce90c407","size":10360,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.1.7.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.1.7_1644577005615_0.9077302749610132"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-11T11:22:54.987Z","publish_time":1644577005801,"_cnpm_publish_time":1644577005801},"1.1.6":{"name":"@nestjs/config","version":"1.1.6","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"10.0.0","dotenv-expand":"5.1.0","lodash":"4.17.21","uuid":"8.3.2"},"devDependencies":{"@commitlint/cli":"16.0.1","@commitlint/config-angular":"16.0.0","@nestjs/common":"8.2.4","@nestjs/core":"8.2.4","@nestjs/platform-express":"8.2.4","@nestjs/testing":"8.2.4","@types/jest":"27.4.0","@types/lodash":"4.14.178","@types/node":"16.11.17","@types/uuid":"8.3.3","@typescript-eslint/eslint-plugin":"5.8.1","@typescript-eslint/parser":"5.8.1","eslint":"8.6.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.25.4","husky":"7.0.4","jest":"27.4.5","joi":"17.5.0","lint-staged":"12.1.5","prettier":"2.5.1","reflect-metadata":"0.1.13","release-it":"14.11.8","rimraf":"3.0.2","rxjs":"7.5.1","ts-jest":"27.1.2","typescript":"4.5.4"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"9d56134cfa31bc5276b7848d6d3b69a46c23aeae","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.1.6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"bbb3578f052d9ef9d13ed5071870ff1bfcfcae7c","size":10082,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.1.6.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.1.6_1641202212571_0.8901714791805391"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-03T09:40:23.324Z","publish_time":1641202212764,"_cnpm_publish_time":1641202212764},"1.1.5":{"name":"@nestjs/config","version":"1.1.5","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"10.0.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"},"devDependencies":{"@commitlint/cli":"15.0.0","@commitlint/config-angular":"15.0.0","@nestjs/common":"8.2.3","@nestjs/core":"8.2.3","@nestjs/platform-express":"8.2.3","@nestjs/testing":"8.2.3","@types/jest":"27.0.3","@types/lodash.get":"4.4.6","@types/lodash.has":"4.5.6","@types/lodash.set":"4.3.6","@types/node":"16.11.10","@types/uuid":"8.3.3","@typescript-eslint/eslint-plugin":"5.4.0","@typescript-eslint/parser":"5.4.0","eslint":"8.3.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.25.3","husky":"7.0.4","jest":"27.3.1","joi":"17.4.2","lint-staged":"12.1.2","prettier":"2.5.0","reflect-metadata":"0.1.13","release-it":"14.11.8","rimraf":"3.0.2","rxjs":"7.4.0","ts-jest":"27.0.7","typescript":"4.5.2"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"faf87b6ea8a4e6833927cbaa861ff14988ccfe05","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.1.5","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"6242274706e5b0d4849eb3217b47fdabd63182dc","size":10127,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.1.5.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.1.5_1637915785323_0.7444922899585986"},"_hasShrinkwrap":false,"publish_time":1637915785696,"_cnpm_publish_time":1637915785696,"_cnpmcore_publish_time":"2021-12-16T15:35:49.597Z"},"1.1.4":{"name":"@nestjs/config","version":"1.1.4","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"10.0.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"},"devDependencies":{"@commitlint/cli":"15.0.0","@commitlint/config-angular":"15.0.0","@nestjs/common":"8.2.3","@nestjs/core":"8.2.3","@nestjs/platform-express":"8.2.3","@nestjs/testing":"8.2.3","@types/jest":"27.0.3","@types/lodash.get":"4.4.6","@types/lodash.has":"4.5.6","@types/lodash.set":"4.3.6","@types/node":"16.11.10","@types/uuid":"8.3.3","@typescript-eslint/eslint-plugin":"5.4.0","@typescript-eslint/parser":"5.4.0","eslint":"8.3.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.25.3","husky":"7.0.4","jest":"27.3.1","joi":"17.4.2","lint-staged":"12.1.2","prettier":"2.5.0","reflect-metadata":"0.1.13","release-it":"14.11.8","rimraf":"3.0.2","rxjs":"7.4.0","ts-jest":"27.0.7","typescript":"4.5.2"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"c70d0026dc3820b6f5a2ada38cdb3191eca6083d","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.1.4","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"b545b7edc230999f0904ff234c68da6f442ff8ab","size":10123,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.1.4.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.1.4_1637913129073_0.7706191558354358"},"_hasShrinkwrap":false,"publish_time":1637913129283,"_cnpm_publish_time":1637913129283,"_cnpmcore_publish_time":"2021-12-16T15:35:49.803Z"},"1.1.3":{"name":"@nestjs/config","version":"1.1.3","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"10.0.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"},"devDependencies":{"@commitlint/cli":"15.0.0","@commitlint/config-angular":"15.0.0","@nestjs/common":"8.2.3","@nestjs/core":"8.2.2","@nestjs/platform-express":"8.2.2","@nestjs/testing":"8.2.2","@types/jest":"27.0.3","@types/lodash.get":"4.4.6","@types/lodash.has":"4.5.6","@types/lodash.set":"4.3.6","@types/node":"16.11.9","@types/uuid":"8.3.3","@typescript-eslint/eslint-plugin":"5.4.0","@typescript-eslint/parser":"5.4.0","eslint":"8.3.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.25.3","husky":"7.0.4","jest":"27.3.1","joi":"17.4.2","lint-staged":"12.1.1","prettier":"2.4.1","reflect-metadata":"0.1.13","release-it":"14.11.8","rimraf":"3.0.2","rxjs":"7.4.0","ts-jest":"27.0.7","typescript":"4.5.2"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"eec4653e8546c37f42135409c1ae78b31e76f04e","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.1.3","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"dd9b0e9880b12f065972dd7fe534ece5a44a4e06","size":10130,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.1.3.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.1.3_1637743322021_0.26395818463254783"},"_hasShrinkwrap":false,"publish_time":1637743322217,"_cnpm_publish_time":1637743322217,"_cnpmcore_publish_time":"2021-12-16T15:35:50.001Z"},"1.1.2":{"name":"@nestjs/config","version":"1.1.2","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"10.0.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"},"devDependencies":{"@commitlint/cli":"15.0.0","@commitlint/config-angular":"15.0.0","@nestjs/common":"8.2.3","@nestjs/core":"8.2.2","@nestjs/platform-express":"8.2.2","@nestjs/testing":"8.2.2","@types/jest":"27.0.3","@types/lodash.get":"4.4.6","@types/lodash.has":"4.5.6","@types/lodash.set":"4.3.6","@types/node":"16.11.9","@types/uuid":"8.3.3","@typescript-eslint/eslint-plugin":"5.4.0","@typescript-eslint/parser":"5.4.0","eslint":"8.3.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.25.3","husky":"7.0.4","jest":"27.3.1","joi":"17.4.2","lint-staged":"12.1.1","prettier":"2.4.1","reflect-metadata":"0.1.13","release-it":"14.11.8","rimraf":"3.0.2","rxjs":"7.4.0","ts-jest":"27.0.7","typescript":"4.5.2"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"776d467fd794671237984df1e44061f3469a7273","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.1.2","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"715c728e901ffafa80d5f8759a0855696c5b3f32","size":10105,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.1.2.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.1.2_1637587224166_0.12934362761152007"},"_hasShrinkwrap":false,"publish_time":1637587224409,"_cnpm_publish_time":1637587224409,"_cnpmcore_publish_time":"2021-12-16T15:35:50.218Z"},"1.1.1":{"name":"@nestjs/config","version":"1.1.1","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"10.0.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"},"devDependencies":{"@commitlint/cli":"15.0.0","@commitlint/config-angular":"15.0.0","@nestjs/common":"8.2.3","@nestjs/core":"8.2.2","@nestjs/platform-express":"8.2.2","@nestjs/testing":"8.2.2","@types/jest":"27.0.3","@types/lodash.get":"4.4.6","@types/lodash.has":"4.5.6","@types/lodash.set":"4.3.6","@types/node":"16.11.9","@types/uuid":"8.3.3","@typescript-eslint/eslint-plugin":"5.4.0","@typescript-eslint/parser":"5.4.0","eslint":"8.3.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.25.3","husky":"7.0.4","jest":"27.3.1","joi":"17.4.2","lint-staged":"12.1.1","prettier":"2.4.1","reflect-metadata":"0.1.13","release-it":"14.11.8","rimraf":"3.0.2","rxjs":"7.4.0","ts-jest":"27.0.7","typescript":"4.5.2"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"b85f73497f8a088495e5303a1cc7e58163416097","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.1.1","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"78e238299cff01bc79f3b32b1b494baa87169d6a","size":10108,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.1.1.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.1.1_1637574484660_0.14658862794066185"},"_hasShrinkwrap":false,"publish_time":1637574484789,"_cnpm_publish_time":1637574484789,"_cnpmcore_publish_time":"2021-12-16T15:35:50.467Z"},"1.1.0":{"name":"@nestjs/config","version":"1.1.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"10.0.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"},"devDependencies":{"@commitlint/cli":"14.1.0","@commitlint/config-angular":"14.1.0","@nestjs/common":"8.1.2","@nestjs/core":"8.1.2","@nestjs/platform-express":"8.1.2","@nestjs/testing":"8.1.2","@types/jest":"27.0.2","@types/lodash.get":"4.4.6","@types/lodash.has":"4.5.6","@types/lodash.set":"4.3.6","@types/node":"16.11.6","@types/uuid":"8.3.1","@typescript-eslint/eslint-plugin":"5.3.0","@typescript-eslint/parser":"5.3.0","eslint":"8.1.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.25.2","husky":"7.0.4","jest":"27.3.1","joi":"17.4.2","lint-staged":"11.2.6","prettier":"2.4.1","reflect-metadata":"0.1.13","release-it":"14.11.6","rimraf":"3.0.2","rxjs":"7.4.0","ts-jest":"27.0.7","typescript":"4.4.4"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"cfe917c3d040543eba4fd312ca25915dc7f364ac","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.1.0","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"71b7030355a3b3c0e1872a8083dbf5e192d96ce5","size":10097,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.1.0.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.1.0_1635934377362_0.5920244409207689"},"_hasShrinkwrap":false,"publish_time":1635934377490,"_cnpm_publish_time":1635934377490,"_cnpmcore_publish_time":"2021-12-16T15:35:50.665Z"},"1.0.3":{"name":"@nestjs/config","version":"1.0.3","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"10.0.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"},"devDependencies":{"@commitlint/cli":"13.2.1","@commitlint/config-angular":"13.2.0","@nestjs/common":"8.1.2","@nestjs/core":"8.1.2","@nestjs/platform-express":"8.1.2","@nestjs/testing":"8.1.2","@types/jest":"27.0.2","@types/lodash.get":"4.4.6","@types/lodash.has":"4.5.6","@types/lodash.set":"4.3.6","@types/node":"16.11.6","@types/uuid":"8.3.1","@typescript-eslint/eslint-plugin":"5.2.0","@typescript-eslint/parser":"5.2.0","eslint":"8.1.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.25.2","husky":"7.0.4","jest":"27.3.1","joi":"17.4.2","lint-staged":"11.2.6","prettier":"2.4.1","reflect-metadata":"0.1.13","release-it":"14.11.6","rimraf":"3.0.2","rxjs":"7.4.0","ts-jest":"27.0.7","typescript":"4.4.4"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"e76d212b63cc52198afe1908ebe2c0e6de29012b","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.0.3","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"d2f6a7a66493d1233ef230fd367188b8689c41f4","size":9965,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.0.3.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.0.3_1635410274804_0.4487809286010904"},"_hasShrinkwrap":false,"publish_time":1635410274979,"_cnpm_publish_time":1635410274979,"_cnpmcore_publish_time":"2021-12-16T15:35:50.888Z"},"1.0.2":{"name":"@nestjs/config","version":"1.0.2","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"10.0.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"},"devDependencies":{"@commitlint/cli":"13.2.0","@commitlint/config-angular":"13.2.0","@nestjs/common":"8.0.9","@nestjs/core":"8.0.9","@nestjs/platform-express":"8.0.9","@nestjs/testing":"8.0.9","@types/jest":"27.0.2","@types/lodash.get":"4.4.6","@types/lodash.has":"4.5.6","@types/lodash.set":"4.3.6","@types/node":"16.0.0","@types/uuid":"8.3.1","@typescript-eslint/eslint-plugin":"4.32.0","@typescript-eslint/parser":"4.32.0","eslint":"7.32.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.24.2","husky":"7.0.2","jest":"27.2.4","joi":"17.4.2","lint-staged":"11.1.2","prettier":"2.4.1","reflect-metadata":"0.1.13","release-it":"14.11.6","rimraf":"3.0.2","rxjs":"7.3.1","ts-jest":"27.0.5","typescript":"4.4.3"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"88e6150e4dcc750a8fa98a336012127b5101a286","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.0.2","_nodeVersion":"12.13.0","_npmVersion":"7.20.5","dist":{"shasum":"2eec40f7c4c09fcbe3ece1dc5025e2145eb275f1","size":10213,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.0.2.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.0.2_1633341315063_0.014849582006875917"},"_hasShrinkwrap":false,"publish_time":1633341315210,"_cnpm_publish_time":1633341315210,"_cnpmcore_publish_time":"2021-12-16T15:35:51.081Z"},"1.0.1":{"name":"@nestjs/config","version":"1.0.1","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"10.0.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"},"devDependencies":{"@commitlint/cli":"12.1.4","@commitlint/config-angular":"12.1.4","@nestjs/common":"8.0.4","@nestjs/core":"8.0.4","@nestjs/platform-express":"8.0.4","@nestjs/testing":"8.0.4","@types/jest":"26.0.24","@types/lodash.get":"4.4.6","@types/lodash.has":"4.5.6","@types/lodash.set":"4.3.6","@types/node":"16.0.0","@types/uuid":"8.3.1","@typescript-eslint/eslint-plugin":"4.28.4","@typescript-eslint/parser":"4.28.4","eslint":"7.31.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.23.4","husky":"7.0.1","jest":"27.0.6","joi":"17.4.1","lint-staged":"11.0.1","prettier":"2.3.2","reflect-metadata":"0.1.13","release-it":"14.10.0","rimraf":"3.0.2","rxjs":"7.2.0","ts-jest":"27.0.4","typescript":"4.3.5"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"d8dc11d3fbd9aa4890305c53528d88a771ad12ce","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.0.1","_nodeVersion":"12.13.0","_npmVersion":"6.14.11","dist":{"shasum":"3d794a8af7fb2cc2b1605a8a293eeae14b2d290d","size":9194,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.0.1.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.0.1_1626941270946_0.9046615517565486"},"_hasShrinkwrap":false,"publish_time":1626941271093,"_cnpm_publish_time":1626941271093,"_cnpmcore_publish_time":"2021-12-16T15:35:51.289Z"},"1.0.0":{"name":"@nestjs/config","version":"1.0.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","format":"prettier --write \"{lib,test}/**/*.ts\"","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"10.0.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"},"devDependencies":{"@commitlint/cli":"12.1.4","@commitlint/config-angular":"12.1.4","@nestjs/common":"8.0.0","@nestjs/core":"8.0.0","@nestjs/platform-express":"8.0.0","@nestjs/testing":"8.0.0","@types/jest":"26.0.24","@types/lodash.get":"4.4.6","@types/lodash.has":"4.5.6","@types/lodash.set":"4.3.6","@types/node":"16.0.0","@types/uuid":"8.3.1","@typescript-eslint/eslint-plugin":"4.28.2","@typescript-eslint/parser":"4.28.2","eslint":"7.30.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.23.4","husky":"7.0.1","jest":"27.0.6","joi":"17.4.0","lint-staged":"11.0.0","prettier":"2.3.2","reflect-metadata":"0.1.13","release-it":"14.10.0","rimraf":"3.0.2","rxjs":"7.2.0","ts-jest":"27.0.3","typescript":"4.3.5"},"peerDependencies":{"@nestjs/common":"^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.13","rxjs":"^6.0.0 || ^7.2.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"6b41c54184b8be7540080022a0055673e418c609","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@1.0.0","_nodeVersion":"12.13.0","_npmVersion":"6.14.11","dist":{"shasum":"966067195826b9b82b6fc63e990e31af28912185","size":9185,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-1.0.0.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_1.0.0_1625656571379_0.9372975152580258"},"_hasShrinkwrap":false,"publish_time":1625656571544,"_cnpm_publish_time":1625656571544,"_cnpmcore_publish_time":"2021-12-16T15:35:51.511Z"},"0.6.3":{"name":"@nestjs/config","version":"0.6.3","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"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"},"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"},"peerDependencies":{"@nestjs/common":"^6.10.0 || ^7.0.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"278f87375079a1cc02ab2f6da4c51332331babd8","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.6.3","_nodeVersion":"12.13.0","_npmVersion":"6.14.8","dist":{"shasum":"ab0c0dccf79696509ced463a888567219c2e5b7d","size":8578,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.6.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.6.3.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.6.3_1612252626159_0.35992622048782597"},"_hasShrinkwrap":false,"publish_time":1612252626299,"_cnpm_publish_time":1612252626299,"_cnpmcore_publish_time":"2021-12-16T15:35:51.794Z"},"0.6.2":{"name":"@nestjs/config","version":"0.6.2","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"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"},"devDependencies":{"@commitlint/cli":"11.0.0","@commitlint/config-angular":"11.0.0","@hapi/joi":"17.1.1","@nestjs/common":"7.6.5","@nestjs/core":"7.6.5","@nestjs/platform-express":"7.6.5","@nestjs/testing":"7.6.5","@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.0","@typescript-eslint/parser":"4.14.0","eslint":"7.18.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.4.4","typescript":"4.1.3"},"peerDependencies":{"@nestjs/common":"^6.10.0 || ^7.0.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"77a7fda3a97db82b13a5b62c7ad0d59c1b508571","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.6.2","_nodeVersion":"12.13.0","_npmVersion":"6.14.8","dist":{"shasum":"484c200d2d7177cb9e4a0ef9ec3863e39595bbeb","size":8569,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.6.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.6.2.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.6.2_1611321315467_0.3132286880466264"},"_hasShrinkwrap":false,"publish_time":1611321315597,"_cnpm_publish_time":1611321315597,"_cnpmcore_publish_time":"2021-12-16T15:35:52.009Z"},"0.6.1":{"name":"@nestjs/config","version":"0.6.1","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"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.1"},"devDependencies":{"@commitlint/cli":"11.0.0","@commitlint/config-angular":"11.0.0","@hapi/joi":"17.1.1","@nestjs/common":"7.5.4","@nestjs/core":"7.5.4","@nestjs/platform-express":"7.5.4","@nestjs/testing":"7.5.4","@types/hapi__joi":"17.1.6","@types/jest":"26.0.15","@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.8.1","@typescript-eslint/parser":"4.8.1","eslint":"7.13.0","eslint-config-prettier":"6.15.0","eslint-plugin-import":"2.22.1","husky":"4.3.0","jest":"26.6.3","lint-staged":"10.5.1","prettier":"2.2.0","reflect-metadata":"0.1.13","release-it":"14.2.1","rimraf":"3.0.2","rxjs":"6.6.3","ts-jest":"26.4.4","typescript":"4.1.2"},"peerDependencies":{"@nestjs/common":"^6.10.0 || ^7.0.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"e25cb39be26adfcfa6601d73a3373bc316f1d43e","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.6.1","_nodeVersion":"12.13.0","_npmVersion":"6.14.8","dist":{"shasum":"26e4bfd4b2f9d3a6b6bed6445a2a1e766abdf1c6","size":7862,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.6.1.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.6.1_1605859926269_0.2087373185428556"},"_hasShrinkwrap":false,"publish_time":1605859926422,"_cnpm_publish_time":1605859926422,"_cnpmcore_publish_time":"2021-12-16T15:35:52.273Z"},"0.6.0":{"name":"@nestjs/config","version":"0.6.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"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.1"},"devDependencies":{"@commitlint/cli":"11.0.0","@commitlint/config-angular":"11.0.0","@hapi/joi":"17.1.1","@nestjs/common":"7.5.2","@nestjs/core":"7.5.2","@nestjs/platform-express":"7.5.2","@nestjs/testing":"7.5.2","@types/hapi__joi":"17.1.6","@types/jest":"26.0.15","@types/lodash.get":"4.4.6","@types/lodash.has":"4.5.2","@types/lodash.set":"4.3.6","@types/node":"7.10.8","@types/uuid":"8.3.0","@typescript-eslint/eslint-plugin":"4.8.0","@typescript-eslint/parser":"4.8.0","eslint":"7.13.0","eslint-config-prettier":"6.15.0","eslint-plugin-import":"2.22.1","husky":"4.3.0","jest":"26.6.3","lint-staged":"10.5.1","prettier":"2.1.2","reflect-metadata":"0.1.13","release-it":"14.2.1","rimraf":"3.0.2","rxjs":"6.6.3","ts-jest":"26.4.4","typescript":"4.0.5"},"peerDependencies":{"@nestjs/common":"^6.10.0 || ^7.0.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"de6b4d5f2c6fabec5682ca3f72fdc00230791ea8","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.6.0","_nodeVersion":"12.13.0","_npmVersion":"6.14.8","dist":{"shasum":"c34818dfc1fb93068ab987951d432654ed3e9ad4","size":7953,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.6.0.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.6.0_1605608706696_0.7342712606633506"},"_hasShrinkwrap":false,"publish_time":1605608706839,"_cnpm_publish_time":1605608706839,"_cnpmcore_publish_time":"2021-12-16T15:35:52.501Z"},"0.5.0":{"name":"@nestjs/config","version":"0.5.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"8.2.0","dotenv-expand":"5.1.0","lodash.get":"4.4.2","lodash.set":"4.3.2","uuid":"8.1.0"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@hapi/joi":"17.1.1","@nestjs/common":"7.0.13","@nestjs/core":"7.0.13","@nestjs/platform-express":"7.0.13","@nestjs/testing":"7.0.13","@types/hapi__joi":"17.1.0","@types/jest":"25.2.3","@types/lodash.get":"4.4.6","@types/lodash.set":"4.3.6","@types/node":"7.10.8","@types/uuid":"8.0.0","@typescript-eslint/eslint-plugin":"3.0.0","@typescript-eslint/parser":"3.0.0","eslint":"7.1.0","eslint-config-prettier":"6.11.0","eslint-plugin-import":"2.20.2","husky":"4.2.5","jest":"26.0.1","lint-staged":"10.2.6","prettier":"2.0.5","reflect-metadata":"0.1.13","release-it":"13.6.1","rimraf":"3.0.2","rxjs":"6.5.5","ts-jest":"26.0.0","typescript":"3.9.3"},"peerDependencies":{"@nestjs/common":"^6.10.0 || ^7.0.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"2f780d499a9f765eaad33bed2cb117469dbb7a24","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.5.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"ad1110d937ec26941b8fce5f575859046f8d7b4b","size":7203,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.5.0.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.5.0_1590319611254_0.3203031078456464"},"_hasShrinkwrap":false,"publish_time":1590319611425,"_cnpm_publish_time":1590319611425,"_cnpmcore_publish_time":"2021-12-16T15:35:52.702Z"},"0.4.2":{"name":"@nestjs/config","version":"0.4.2","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"8.2.0","dotenv-expand":"5.1.0","lodash.get":"4.4.2","lodash.set":"4.3.2","uuid":"8.0.0"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@hapi/joi":"17.1.1","@nestjs/common":"7.0.9","@nestjs/core":"7.0.9","@nestjs/platform-express":"7.0.9","@nestjs/testing":"7.0.9","@types/hapi__joi":"17.1.0","@types/jest":"25.2.1","@types/lodash.get":"4.4.6","@types/lodash.set":"4.3.6","@types/node":"7.10.8","@types/uuid":"7.0.3","@typescript-eslint/eslint-plugin":"2.32.0","@typescript-eslint/parser":"2.32.0","eslint":"7.0.0","eslint-config-prettier":"6.11.0","eslint-plugin-import":"2.20.2","husky":"4.2.5","jest":"26.0.1","lint-staged":"10.2.2","prettier":"2.0.5","reflect-metadata":"0.1.13","release-it":"13.5.8","rimraf":"3.0.2","rxjs":"6.5.5","ts-jest":"25.5.1","typescript":"3.8.3"},"peerDependencies":{"@nestjs/common":"^6.10.0 || ^7.0.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"44c969153d8f7bf02ae92f9a45dd9f3c26b065a8","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.4.2","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"5f600d3fee7d029d826737db31b196e18bb8388f","size":7195,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.4.2.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.4.2_1589287713510_0.49388289438609045"},"_hasShrinkwrap":false,"publish_time":1589287713614,"_cnpm_publish_time":1589287713614,"_cnpmcore_publish_time":"2021-12-16T15:35:53.064Z"},"0.4.1":{"name":"@nestjs/config","version":"0.4.1","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"8.2.0","dotenv-expand":"5.1.0","lodash.get":"4.4.2","lodash.set":"4.3.2","uuid":"8.0.0"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@hapi/joi":"17.1.1","@nestjs/common":"7.0.9","@nestjs/core":"7.0.9","@nestjs/platform-express":"7.0.9","@nestjs/testing":"7.0.9","@types/hapi__joi":"17.1.0","@types/jest":"25.2.1","@types/lodash.get":"4.4.6","@types/lodash.set":"4.3.6","@types/node":"7.10.8","@types/uuid":"7.0.3","@typescript-eslint/eslint-plugin":"2.31.0","@typescript-eslint/parser":"2.31.0","eslint":"6.8.0","eslint-config-prettier":"6.11.0","eslint-plugin-import":"2.20.2","husky":"4.2.5","jest":"26.0.1","lint-staged":"10.2.2","prettier":"2.0.5","reflect-metadata":"0.1.13","release-it":"13.5.8","rimraf":"3.0.2","rxjs":"6.5.5","ts-jest":"25.5.0","typescript":"3.8.3"},"peerDependencies":{"@nestjs/common":"^6.10.0 || ^7.0.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"c749267ba08082f3dcb205b3f913b3cd2640a9ce","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.4.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"9655586f9f25ee7b48402d2d85cf7c6a41289987","size":7210,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.4.1.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.4.1_1588839961373_0.7065786189496701"},"_hasShrinkwrap":false,"publish_time":1588839961499,"_cnpm_publish_time":1588839961499,"_cnpmcore_publish_time":"2021-12-16T15:35:53.276Z"},"0.4.0":{"name":"@nestjs/config","version":"0.4.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"8.2.0","dotenv-expand":"5.1.0","lodash.get":"4.4.2","lodash.set":"4.3.2","uuid":"7.0.2"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@hapi/joi":"17.1.1","@nestjs/common":"7.0.1","@nestjs/core":"7.0.1","@nestjs/platform-express":"7.0.1","@nestjs/testing":"7.0.1","@types/hapi__joi":"16.0.12","@types/jest":"25.1.4","@types/lodash.get":"4.4.6","@types/lodash.set":"4.3.6","@types/node":"7.10.8","@types/uuid":"7.0.0","@typescript-eslint/eslint-plugin":"2.23.0","@typescript-eslint/parser":"2.23.0","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-import":"2.20.1","husky":"4.2.3","jest":"25.1.0","lint-staged":"10.0.8","prettier":"1.19.1","reflect-metadata":"0.1.13","release-it":"13.1.1","rimraf":"3.0.2","rxjs":"6.5.4","ts-jest":"25.2.1","typescript":"3.8.3"},"peerDependencies":{"@nestjs/common":"^6.10.0 || ^7.0.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"589518a8abafd43ab6a24ee583e544390c7fa1df","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.4.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"5259a87f5603be62faf16fdb026ff4acc3ff7004","size":7056,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.4.0.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.4.0_1584180858685_0.4533565478139321"},"_hasShrinkwrap":false,"publish_time":1584180858868,"_cnpm_publish_time":1584180858868,"_cnpmcore_publish_time":"2021-12-16T15:35:53.546Z"},"0.3.0":{"name":"@nestjs/config","version":"0.3.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"8.2.0","dotenv-expand":"5.1.0","lodash.get":"4.4.2","lodash.set":"4.3.2","uuid":"^7.0.2"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@hapi/joi":"17.1.0","@nestjs/common":"6.11.11","@nestjs/core":"6.11.11","@nestjs/platform-express":"6.11.11","@nestjs/testing":"6.11.11","@types/hapi__joi":"16.0.12","@types/jest":"25.1.4","@types/lodash.get":"4.4.6","@types/lodash.set":"4.3.6","@types/node":"7.10.8","@types/uuid":"^7.0.0","@typescript-eslint/eslint-plugin":"2.23.0","@typescript-eslint/parser":"2.23.0","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-import":"2.20.1","husky":"4.2.3","jest":"25.1.0","lint-staged":"10.0.8","prettier":"1.19.1","reflect-metadata":"0.1.13","release-it":"13.0.2","rimraf":"3.0.2","rxjs":"6.5.4","ts-jest":"25.2.1","typescript":"3.8.3"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"674b6acd6fefda7c20c90dad8dc51eae82bd6579","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.3.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"d33a58ee539bb4d92639d1747918f0de23504c45","size":7055,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.3.0.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.3.0_1583843003816_0.7403282286340869"},"_hasShrinkwrap":false,"publish_time":1583843003948,"_cnpm_publish_time":1583843003948,"_cnpmcore_publish_time":"2021-12-16T15:35:53.742Z"},"0.2.4":{"name":"@nestjs/config","version":"0.2.4","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"8.2.0","dotenv-expand":"5.1.0","lodash.get":"4.4.2","lodash.set":"4.3.2","uuid":"3.4.0"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@hapi/joi":"17.1.0","@nestjs/common":"6.11.8","@nestjs/core":"6.11.8","@nestjs/platform-express":"6.11.8","@nestjs/testing":"6.11.8","@types/hapi__joi":"16.0.11","@types/jest":"25.1.3","@types/lodash.get":"4.4.6","@types/lodash.set":"4.3.6","@types/node":"7.10.8","@typescript-eslint/eslint-plugin":"2.20.0","@typescript-eslint/parser":"2.20.0","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-import":"2.20.1","release-it":"12.6.1","@types/uuid":"3.4.7","husky":"4.2.3","jest":"25.1.0","lint-staged":"10.0.7","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.2","rxjs":"6.5.4","ts-jest":"25.2.1","typescript":"3.8.2"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"a697926036259204e903164c4902855a5c84ec5d","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.2.4","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"189080db6c22e0819c773d00936119721867751d","size":7090,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.2.4.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.2.4_1582451723665_0.2881842472635645"},"_hasShrinkwrap":false,"publish_time":1582451723850,"_cnpm_publish_time":1582451723850,"_cnpmcore_publish_time":"2021-12-16T15:35:53.939Z"},"0.2.3":{"name":"@nestjs/config","version":"0.2.3","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"8.2.0","dotenv-expand":"5.1.0","lodash.get":"4.4.2","lodash.set":"4.3.2","uuid":"3.4.0"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@hapi/joi":"17.1.0","@nestjs/common":"6.11.7","@nestjs/core":"6.11.7","@nestjs/platform-express":"6.11.7","@nestjs/testing":"6.11.7","@types/hapi__joi":"16.0.10","@types/jest":"25.1.2","@types/lodash.get":"4.4.6","@types/lodash.set":"4.3.6","@types/node":"7.10.8","@typescript-eslint/eslint-plugin":"2.20.0","@typescript-eslint/parser":"2.20.0","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-import":"2.20.1","release-it":"12.4.3","@types/uuid":"3.4.7","husky":"4.2.3","jest":"25.1.0","lint-staged":"10.0.7","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.2","rxjs":"6.5.4","ts-jest":"25.2.0","typescript":"3.7.5"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"57781bc228a7211242189637e18848914c09580b","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.2.3","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"7ac4e535cbf46e6456930b6bd319d3889faa60b2","size":6934,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.2.3.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.2.3_1582013379846_0.7847290267992271"},"_hasShrinkwrap":false,"publish_time":1582013380081,"_cnpm_publish_time":1582013380081,"_cnpmcore_publish_time":"2021-12-16T15:35:54.163Z"},"0.2.2":{"name":"@nestjs/config","version":"0.2.2","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"8.2.0","dotenv-expand":"5.1.0","lodash.get":"4.4.2","lodash.set":"4.3.2","uuid":"3.4.0"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@hapi/joi":"17.1.0","@nestjs/common":"6.11.5","@nestjs/core":"6.11.5","@nestjs/platform-express":"6.11.5","@nestjs/testing":"6.11.5","@types/hapi__joi":"16.0.9","@types/jest":"25.1.1","@types/lodash.get":"4.4.6","@types/lodash.set":"4.3.6","@types/node":"7.10.8","@typescript-eslint/eslint-plugin":"2.19.0","@typescript-eslint/parser":"2.19.0","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-import":"2.20.1","release-it":"12.4.3","@types/uuid":"3.4.7","husky":"4.2.1","jest":"25.1.0","lint-staged":"10.0.7","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.1","rxjs":"6.5.4","ts-jest":"25.2.0","typescript":"3.7.5"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"0f8599733708a6101a6dbb5db031dd94d72beedf","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.2.2","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"0fa590473e3a2293611ce2c3e2bd03dd78b68911","size":6936,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.2.2.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.2.2_1580982287461_0.2596863223733805"},"_hasShrinkwrap":false,"publish_time":1580982287591,"_cnpm_publish_time":1580982287591,"_cnpmcore_publish_time":"2021-12-16T15:35:54.636Z"},"0.2.1":{"name":"@nestjs/config","version":"0.2.1","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"8.2.0","dotenv-expand":"5.1.0","lodash.get":"4.4.2","lodash.set":"4.3.2","uuid":"3.4.0"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@hapi/joi":"17.1.0","@nestjs/common":"6.11.5","@nestjs/core":"6.11.5","@nestjs/platform-express":"6.11.5","@nestjs/testing":"6.11.5","@types/hapi__joi":"16.0.9","@types/jest":"25.1.1","@types/lodash.get":"4.4.6","@types/lodash.set":"4.3.6","@types/node":"7.10.8","@typescript-eslint/eslint-plugin":"2.19.0","@typescript-eslint/parser":"2.19.0","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-import":"2.20.1","release-it":"12.4.3","@types/uuid":"3.4.7","husky":"4.2.1","jest":"25.1.0","lint-staged":"10.0.7","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.1","rxjs":"6.5.4","ts-jest":"25.2.0","typescript":"3.7.5"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"8ac4155da0d77d6304f1b7c0b6c5613a34f237f1","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.2.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"7b635ee1b40978d8406fc62b5b00c1551a87c3e9","size":6934,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.2.1.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.2.1_1580982007549_0.028173008172315717"},"_hasShrinkwrap":false,"publish_time":1580982007648,"_cnpm_publish_time":1580982007648,"_cnpmcore_publish_time":"2021-12-16T15:35:54.838Z"},"0.2.0":{"name":"@nestjs/config","version":"0.2.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","lint":"eslint 'lib/**/*.ts' --fix","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand","prerelease":"npm run build","release":"release-it"},"dependencies":{"dotenv":"8.2.0","dotenv-expand":"5.1.0","lodash.get":"4.4.2","lodash.set":"4.3.2","uuid":"3.4.0"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@hapi/joi":"17.1.0","@nestjs/common":"6.11.5","@nestjs/core":"6.11.5","@nestjs/platform-express":"6.11.5","@nestjs/testing":"6.11.5","@types/hapi__joi":"16.0.9","@types/jest":"25.1.1","@types/lodash.get":"4.4.6","@types/lodash.set":"4.3.6","@types/node":"7.10.8","@typescript-eslint/eslint-plugin":"2.19.0","@typescript-eslint/parser":"2.19.0","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-import":"2.20.1","release-it":"12.4.3","@types/uuid":"3.4.7","husky":"4.2.1","jest":"25.1.0","lint-staged":"10.0.7","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.1","rxjs":"6.5.4","ts-jest":"25.2.0","typescript":"3.7.5"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"28625529ca6de46ac9b47152e6b4298c433ecaf9","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.2.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"83a48509bad32db8be9b9e150237aba40e335a5b","size":6867,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.2.0.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.2.0_1580981013749_0.29912379992719607"},"_hasShrinkwrap":false,"publish_time":1580981013902,"_cnpm_publish_time":1580981013902,"_cnpmcore_publish_time":"2021-12-16T15:35:55.114Z"},"0.1.0":{"name":"@nestjs/config","version":"0.1.0","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand"},"dependencies":{"dotenv":"8.2.0","dotenv-expand":"5.1.0","lodash.get":"4.4.2","lodash.set":"4.3.2","uuid":"3.4.0"},"devDependencies":{"@hapi/joi":"17.1.0","@nestjs/common":"6.10.14","@nestjs/core":"6.10.14","@nestjs/platform-express":"6.10.14","@nestjs/testing":"6.10.14","@types/hapi__joi":"16.0.6","@types/jest":"24.9.0","@types/lodash.get":"4.4.6","@types/lodash.set":"4.3.6","@types/node":"7.10.8","@types/uuid":"3.4.6","husky":"4.0.10","jest":"24.9.0","lint-staged":"10.0.0","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.0","rxjs":"6.5.4","ts-jest":"24.3.0","typescript":"3.7.5"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"df7c50380cae551d475fea64913aa14ae8981d03","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.1.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"b16de83d15dd3884fe71f965e7361c8418402198","size":5926,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.1.0.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.1.0_1579507344986_0.754884393298445"},"_hasShrinkwrap":false,"publish_time":1579507345126,"_cnpm_publish_time":1579507345126,"_cnpmcore_publish_time":"2021-12-16T15:35:55.311Z"},"0.0.9":{"name":"@nestjs/config","version":"0.0.9","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand"},"dependencies":{"dotenv":"8.2.0","lodash.get":"4.4.2","lodash.set":"4.3.2","uuid":"3.3.3"},"devDependencies":{"@hapi/joi":"17.0.0","@nestjs/common":"6.10.14","@nestjs/core":"6.10.14","@nestjs/platform-express":"6.10.14","@nestjs/testing":"6.10.14","@types/dotenv":"8.2.0","@types/hapi__joi":"16.0.6","@types/jest":"24.0.25","@types/lodash.get":"4.4.6","@types/lodash.set":"4.3.6","@types/node":"7.10.8","@types/uuid":"3.4.6","husky":"4.0.0","jest":"24.9.0","lint-staged":"9.5.0","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.0","rxjs":"6.5.4","ts-jest":"24.3.0","typescript":"3.7.4"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"162a654c6f864fca1cd263cb6f7061d9a2ab2a83","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.0.9","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"beefb37d8057fd8ea2710aaee95e7c7249a0f158","size":5853,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.0.9.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.0.9_1578411115838_0.12346655308494148"},"_hasShrinkwrap":false,"publish_time":1578411115958,"_cnpm_publish_time":1578411115958,"_cnpmcore_publish_time":"2021-12-16T15:35:55.535Z"},"0.0.8":{"name":"@nestjs/config","version":"0.0.8","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand"},"dependencies":{"dotenv":"8.2.0","lodash.get":"4.4.2","uuid":"3.3.3"},"devDependencies":{"@hapi/joi":"16.1.8","@nestjs/common":"6.10.13","@nestjs/core":"6.10.13","@nestjs/platform-express":"6.10.13","@nestjs/testing":"6.10.13","@types/dotenv":"8.2.0","@types/hapi__joi":"16.0.6","@types/jest":"24.0.25","@types/lodash.get":"4.4.6","@types/node":"7.10.8","@types/uuid":"3.4.6","husky":"3.1.0","jest":"24.9.0","lint-staged":"9.5.0","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.0","rxjs":"6.5.4","ts-jest":"24.2.0","typescript":"3.7.4"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"5e6f65dbf5797963baf488de38b694aa6c13ce8a","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.0.8","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"3acf9d978dee3635a68755b78364236cb64c4682","size":5754,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.0.8.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.0.8_1578064697829_0.6529027608356195"},"_hasShrinkwrap":false,"publish_time":1578064697979,"_cnpm_publish_time":1578064697979,"_cnpmcore_publish_time":"2021-12-16T15:35:55.735Z"},"0.0.7":{"name":"@nestjs/config","version":"0.0.7","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand"},"dependencies":{"dotenv":"8.2.0","lodash.get":"4.4.2","uuid":"^3.3.3"},"devDependencies":{"@hapi/joi":"16.1.8","@nestjs/common":"6.10.10","@nestjs/core":"6.10.10","@nestjs/platform-express":"6.10.10","@nestjs/testing":"6.10.10","@types/dotenv":"8.2.0","@types/hapi__joi":"16.0.4","@types/jest":"24.0.23","@types/lodash.get":"4.4.6","@types/node":"7.10.8","@types/uuid":"^3.4.6","husky":"3.1.0","jest":"24.9.0","lint-staged":"9.5.0","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.0","rxjs":"6.5.3","ts-jest":"24.2.0","typescript":"3.7.3"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"76f7010816a934def16581500e44fba89d344931","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.0.7","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"feaf86f1cc7285c24f07fae3bacbcf4ffe71afea","size":5655,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.0.7.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.0.7_1576148232535_0.7757407252353969"},"_hasShrinkwrap":false,"publish_time":1576148233266,"_cnpm_publish_time":1576148233266,"_cnpmcore_publish_time":"2021-12-16T15:35:55.920Z"},"0.0.6":{"name":"@nestjs/config","version":"0.0.6","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand"},"dependencies":{"dotenv":"8.2.0","lodash.get":"4.4.2","uuid":"^3.3.3"},"devDependencies":{"@hapi/joi":"16.1.8","@nestjs/common":"6.10.10","@nestjs/core":"6.10.10","@nestjs/platform-express":"6.10.10","@nestjs/testing":"6.10.10","@types/dotenv":"8.2.0","@types/hapi__joi":"16.0.4","@types/jest":"24.0.23","@types/lodash.get":"4.4.6","@types/node":"7.10.8","@types/uuid":"^3.4.6","husky":"3.1.0","jest":"24.9.0","lint-staged":"9.5.0","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.0","rxjs":"6.5.3","ts-jest":"24.2.0","typescript":"3.7.3"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"d7ea3140e10c5bdfafbf988a94ec0a91888d06af","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.0.6","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"dcc50b74185bd5aa0b9eba0955783caeb5586586","size":5599,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.0.6.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.0.6_1576147804965_0.8393176358120966"},"_hasShrinkwrap":false,"publish_time":1576147805121,"_cnpm_publish_time":1576147805121,"_cnpmcore_publish_time":"2021-12-16T15:35:56.101Z"},"0.0.5":{"name":"@nestjs/config","version":"0.0.5","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand"},"dependencies":{"dotenv":"8.2.0","lodash.get":"4.4.2","uuid":"^3.3.3"},"devDependencies":{"@hapi/joi":"16.1.8","@nestjs/common":"6.10.10","@nestjs/core":"6.10.10","@nestjs/platform-express":"6.10.10","@nestjs/testing":"6.10.10","@types/dotenv":"8.2.0","@types/hapi__joi":"16.0.4","@types/jest":"24.0.23","@types/lodash.get":"4.4.6","@types/node":"7.10.8","@types/uuid":"^3.4.6","husky":"3.1.0","jest":"24.9.0","lint-staged":"9.5.0","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.0","rxjs":"6.5.3","ts-jest":"24.2.0","typescript":"3.7.3"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"1ba0b138a8f21624163c6b0d23a36b7c38361d84","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.0.5","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"081e4dd83e3fbe30b4bc43b3847e2abd1e889fc4","size":5592,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.0.5.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.0.5_1576145362035_0.8979307472101712"},"_hasShrinkwrap":false,"publish_time":1576145362541,"_cnpm_publish_time":1576145362541,"_cnpmcore_publish_time":"2021-12-16T15:35:56.297Z"},"0.0.4":{"name":"@nestjs/config","version":"0.0.4","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand"},"dependencies":{"dotenv":"8.2.0","lodash.get":"4.4.2"},"devDependencies":{"@hapi/joi":"16.1.8","@nestjs/common":"6.10.10","@nestjs/core":"6.10.10","@nestjs/platform-express":"6.10.10","@nestjs/testing":"6.10.10","@types/dotenv":"8.2.0","@types/hapi__joi":"16.0.4","@types/jest":"24.0.23","@types/lodash.get":"4.4.6","@types/node":"7.10.8","husky":"3.1.0","jest":"24.9.0","lint-staged":"9.5.0","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.0","rxjs":"6.5.3","ts-jest":"24.2.0","typescript":"3.7.3"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"320fd76b68ae46bbf7a7037ec1a2404f83e8a08f","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.0.4","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"c5470c7b5bc212ac5f953439ecf4787ab06d5992","size":5101,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.0.4.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.0.4_1576139847315_0.7539716463885864"},"_hasShrinkwrap":false,"publish_time":1576139847459,"_cnpm_publish_time":1576139847459,"_cnpmcore_publish_time":"2021-12-16T15:35:56.504Z"},"0.0.3":{"name":"@nestjs/config","version":"0.0.3","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand"},"dependencies":{"dotenv":"8.2.0","lodash.get":"4.4.2"},"devDependencies":{"@hapi/joi":"16.1.8","@nestjs/common":"6.10.9","@nestjs/core":"6.10.9","@nestjs/platform-express":"6.10.9","@nestjs/testing":"6.10.9","@types/dotenv":"8.2.0","@types/hapi__joi":"16.0.4","@types/jest":"24.0.23","@types/lodash.get":"4.4.6","@types/node":"7.10.8","husky":"3.1.0","jest":"24.9.0","lint-staged":"9.5.0","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.0","rxjs":"6.5.3","ts-jest":"24.2.0","typescript":"3.7.3"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"ce9044acbee3fdc10703b7ef32e10d6aa8b88c25","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.0.3","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"cb25093392b0c26cd751f51c4740fa4f434ed1f0","size":5221,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.0.3.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.0.3_1576012181759_0.3158466601896832"},"_hasShrinkwrap":false,"publish_time":1576012181986,"_cnpm_publish_time":1576012181986,"_cnpmcore_publish_time":"2021-12-16T15:35:56.750Z"},"0.0.2":{"name":"@nestjs/config","version":"0.0.2","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand"},"dependencies":{"dotenv":"8.2.0","lodash.get":"4.4.2"},"devDependencies":{"@hapi/joi":"16.1.8","@nestjs/common":"6.10.8","@nestjs/core":"6.10.8","@nestjs/platform-express":"6.10.8","@nestjs/testing":"6.10.8","@types/dotenv":"8.2.0","@types/hapi__joi":"16.0.4","@types/jest":"24.0.23","@types/lodash.get":"4.4.6","@types/node":"7.10.8","husky":"3.1.0","jest":"24.9.0","lint-staged":"9.5.0","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.0","rxjs":"6.5.3","ts-jest":"24.2.0","typescript":"3.7.3"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"6481c8c68258c095269aafa779c8134583f876e6","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.0.2","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"90523427f5646f0b9489cf7bf1289a7fe1b86405","size":5146,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.0.2.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.0.2_1575992570885_0.8356118032191306"},"_hasShrinkwrap":false,"publish_time":1575992571015,"_cnpm_publish_time":1575992571015,"_cnpmcore_publish_time":"2021-12-16T15:35:56.939Z"},"0.0.1":{"name":"@nestjs/config","version":"0.0.1","description":"Nest - modern, fast, powerful node.js web framework (@config)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","url":"https://github.com/nestjs/config#readme","scripts":{"build":"rimraf -rf dist && tsc -p tsconfig.json","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","test:integration":"jest --config ./tests/jest-e2e.json --runInBand"},"dependencies":{"dotenv":"8.2.0"},"devDependencies":{"@hapi/joi":"16.1.8","@nestjs/common":"6.10.8","@nestjs/core":"6.10.8","@nestjs/platform-express":"6.10.8","@nestjs/testing":"6.10.8","@types/dotenv":"8.2.0","@types/hapi__joi":"16.0.4","@types/jest":"24.0.23","@types/lodash.get":"4.4.6","@types/node":"7.10.8","husky":"3.1.0","jest":"24.9.0","lint-staged":"9.5.0","lodash.get":"4.4.2","prettier":"1.19.1","reflect-metadata":"0.1.13","rimraf":"3.0.0","rxjs":"6.5.3","ts-jest":"24.2.0","typescript":"3.7.3"},"peerDependencies":{"@nestjs/common":"^6.10.0","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"repository":{"type":"git","url":"git+https://github.com/nestjs/config.git"},"gitHead":"6481c8c68258c095269aafa779c8134583f876e6","bugs":{"url":"https://github.com/nestjs/config/issues"},"homepage":"https://github.com/nestjs/config#readme","_id":"@nestjs/config@0.0.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"aeb061e1ac0c83f7aed0c1de884d32dc7ed92c6e","size":5146,"noattachment":false,"key":"/@nestjs/config/-/@nestjs/config-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/config/download/@nestjs/config-0.0.1.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/config_0.0.1_1575805136022_0.6539595394236559"},"_hasShrinkwrap":false,"publish_time":1575805136125,"_cnpm_publish_time":1575805136125,"_cnpmcore_publish_time":"2021-12-16T15:35:57.160Z"}},"readme":"<p align=\"center\">\n  <a href=\"http://nestjs.com/\" target=\"blank\"><img src=\"https://nestjs.com/img/logo-small.svg\" width=\"120\" alt=\"Nest Logo\" /></a>\n</p>\n\n[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master\n[travis-url]: https://travis-ci.org/nestjs/nest\n[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux\n[linux-url]: https://travis-ci.org/nestjs/nest\n\n  <p align=\"center\">A progressive <a href=\"http://nodejs.org\" target=\"blank\">Node.js</a> framework for building efficient and scalable server-side applications.</p>\n    <p align=\"center\">\n<a href=\"https://www.npmjs.com/~nestjscore\"><img src=\"https://img.shields.io/npm/v/@nestjs/core.svg\" alt=\"NPM Version\" /></a>\n<a href=\"https://www.npmjs.com/~nestjscore\"><img src=\"https://img.shields.io/npm/l/@nestjs/core.svg\" alt=\"Package License\" /></a>\n<a href=\"https://www.npmjs.com/~nestjscore\"><img src=\"https://img.shields.io/npm/dm/@nestjs/core.svg\" alt=\"NPM Downloads\" /></a>\n<a href=\"https://coveralls.io/github/nestjs/nest?branch=master\"><img src=\"https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#5\" alt=\"Coverage\" /></a>\n<a href=\"https://discord.gg/G7Qnnhy\" target=\"_blank\"><img src=\"https://img.shields.io/badge/discord-online-brightgreen.svg\" alt=\"Discord\"/></a>\n<a href=\"https://opencollective.com/nest#backer\"><img src=\"https://opencollective.com/nest/backers/badge.svg\" alt=\"Backers on Open Collective\" /></a>\n<a href=\"https://opencollective.com/nest#sponsor\"><img src=\"https://opencollective.com/nest/sponsors/badge.svg\" alt=\"Sponsors on Open Collective\" /></a>\n  <a href=\"https://paypal.me/kamilmysliwiec\"><img src=\"https://img.shields.io/badge/Donate-PayPal-dc3d53.svg\"/></a>\n  <a href=\"https://twitter.com/nestframework\"><img src=\"https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow\"></a>\n</p>\n  <!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer)\n  [![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)-->\n\n## Description\n\nConfiguration module for [Nest](https://github.com/nestjs/nest) based on the [dotenv](https://github.com/motdotla/dotenv) (to load process environment variables) package.\n\n## Installation\n\n```bash\n$ npm i --save @nestjs/config\n```\n\n## Quick Start\n\n[Overview & Tutorial](https://docs.nestjs.com/techniques/configuration)\n\n## Support\n\nNest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).\n\n## Stay in touch\n\n- Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)\n- Website - [https://nestjs.com](https://nestjs.com/)\n- Twitter - [@nestframework](https://twitter.com/nestframework)\n\n## License\n\nNest is [MIT licensed](LICENSE).\n","_attachments":{},"homepage":"https://github.com/nestjs/config#readme","bugs":{"url":"https://github.com/nestjs/config/issues"},"license":"MIT"}