{"_id":"@nestjs/mongoose","_rev":"4081912","name":"@nestjs/mongoose","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","dist-tags":{"latest":"11.0.3","next":"6.5.0-next.3"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"time":{"modified":"2025-11-24T21:38:25.000Z","created":"2017-12-14T22:57:39.256Z","11.0.3":"2025-03-25T07:24:20.422Z","11.0.2":"2025-03-19T12:03:14.420Z","11.0.1":"2025-01-29T13:01:44.579Z","11.0.0":"2025-01-17T12:40:56.581Z","10.1.0":"2024-10-21T11:37:55.634Z","10.0.11":"2024-10-21T11:22:02.050Z","10.0.10":"2024-07-05T11:33:50.459Z","10.0.9":"2024-07-05T11:28:02.783Z","10.0.8":"2024-07-05T11:27:30.169Z","10.0.7":"2024-07-05T11:24:09.870Z","10.0.6":"2024-04-12T07:08:51.798Z","10.0.5":"2024-04-05T06:52:00.419Z","10.0.4":"2024-02-07T11:50:51.217Z","10.0.3":"2024-02-07T11:50:04.590Z","10.0.2":"2023-11-08T08:42:56.940Z","10.0.1":"2023-07-20T06:48:35.722Z","10.0.0":"2023-06-15T11:56:01.740Z","9.2.2":"2023-03-17T12:09:26.404Z","9.2.1":"2022-10-31T08:33:10.984Z","9.2.0":"2022-07-08T10:36:27.853Z","9.1.1":"2022-06-14T07:42:55.117Z","9.1.0":"2022-05-20T11:38:03.955Z","9.0.3":"2022-03-15T10:33:21.445Z","9.0.2":"2021-12-20T08:17:38.246Z","9.0.1":"2021-10-20T06:54:24.489Z","9.0.0":"2021-09-27T08:48:30.372Z","8.0.1":"2021-08-16T07:18:27.750Z","8.0.0":"2021-07-07T12:55:13.307Z","7.2.4":"2021-02-26T11:57:34.186Z","7.2.3":"2021-02-05T08:33:04.069Z","7.2.2":"2021-01-14T09:05:39.980Z","7.2.1":"2021-01-07T09:26:18.352Z","7.2.0":"2020-12-08T08:12:48.647Z","7.1.2":"2020-11-24T09:30:24.300Z","7.1.1":"2020-11-23T09:40:58.027Z","7.1.0":"2020-11-17T09:47:23.239Z","7.0.4":"2020-11-17T09:09:20.035Z","7.0.3":"2020-11-16T10:23:04.575Z","7.0.2":"2020-07-08T11:38:51.970Z","7.0.1":"2020-05-13T12:28:31.285Z","7.0.0":"2020-05-07T06:28:07.935Z","6.5.0-next.3":"2020-05-06T14:43:17.365Z","6.5.0-next.2":"2020-05-06T14:34:17.950Z","6.5.0-next.1":"2020-05-06T13:12:15.403Z","6.4.0":"2020-03-14T10:26:18.928Z","6.3.1":"2020-01-28T09:05:13.068Z","6.3.0":"2020-01-26T12:04:07.721Z","6.2.1":"2020-01-14T15:06:38.723Z","6.2.0":"2020-01-14T15:03:46.592Z","6.2.0-next.2":"2020-01-14T14:15:55.088Z","6.2.0-next.1":"2020-01-14T14:07:40.649Z","6.1.2":"2019-04-16T08:48:13.790Z","6.0.0":"2019-03-16T22:21:52.587Z","5.2.2":"2018-09-09T10:31:53.712Z","5.2.1":"2018-08-25T09:57:49.913Z","5.2.0":"2018-08-24T08:06:38.817Z","5.1.0":"2018-07-24T14:06:46.897Z","5.0.0":"2018-05-26T12:34:43.344Z","4.0.2":"2018-05-26T12:16:37.784Z","4.0.1":"2018-05-26T11:30:57.689Z","4.0.0":"2018-05-13T10:58:15.068Z","3.0.2":"2018-05-13T10:57:56.328Z","3.0.1":"2018-01-21T10:43:30.992Z","3.0.0":"2018-01-21T10:39:41.672Z","2.0.0":"2018-01-02T14:59:10.711Z","1.0.2":"2017-12-15T16:04:46.793Z","1.0.1":"2017-12-14T22:58:15.392Z","1.0.0":"2017-12-14T22:57:39.256Z"},"users":{},"author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"versions":{"11.0.3":{"name":"@nestjs/mongoose","version":"11.0.3","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky"},"devDependencies":{"@commitlint/cli":"19.8.0","@commitlint/config-angular":"19.8.0","@eslint/eslintrc":"3.3.1","@eslint/js":"9.23.0","@nestjs/common":"11.0.12","@nestjs/core":"11.0.12","@nestjs/platform-express":"11.0.12","@nestjs/testing":"11.0.12","@types/jest":"29.5.14","@types/node":"22.13.13","eslint":"9.23.0","eslint-config-prettier":"10.1.1","eslint-plugin-prettier":"5.2.4","globals":"16.0.0","husky":"9.1.7","jest":"29.7.0","lint-staged":"15.5.0","mongoose":"8.13.0","prettier":"3.5.3","reflect-metadata":"0.2.2","release-it":"18.1.2","rxjs":"7.8.2","supertest":"7.1.0","ts-jest":"29.3.0","ts-node":"10.9.2","typescript":"5.8.2","typescript-eslint":"8.28.0"},"peerDependencies":{"@nestjs/common":"^10.0.0 || ^11.0.0","@nestjs/core":"^10.0.0 || ^11.0.0","mongoose":"^7.0.0 || ^8.0.0","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"_id":"@nestjs/mongoose@11.0.3","gitHead":"52329845fa2286257d6f3916e45a95051f95c96e","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"shasum":"8278f0c5b76a7a0b7ac780f0c85341e5ce69eb9c","size":23342,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-11.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-11.0.3.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mongoose_11.0.3_1742887460200_0.2097909641037401"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-25T07:24:20.422Z","publish_time":1742887460422,"_source_registry_name":"default","_cnpm_publish_time":1742887460422},"11.0.2":{"name":"@nestjs/mongoose","version":"11.0.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky"},"devDependencies":{"@commitlint/cli":"19.8.0","@commitlint/config-angular":"19.8.0","@eslint/eslintrc":"3.3.0","@eslint/js":"9.22.0","@nestjs/common":"11.0.11","@nestjs/core":"11.0.11","@nestjs/platform-express":"11.0.11","@nestjs/testing":"11.0.11","@types/jest":"29.5.14","@types/node":"22.13.10","eslint":"9.22.0","eslint-config-prettier":"10.1.1","eslint-plugin-prettier":"5.2.3","globals":"16.0.0","husky":"9.1.7","jest":"29.7.0","lint-staged":"15.5.0","mongoose":"8.12.1","prettier":"3.5.3","reflect-metadata":"0.2.2","release-it":"18.1.2","rxjs":"7.8.2","supertest":"7.0.0","ts-jest":"29.2.6","ts-node":"10.9.2","typescript":"5.8.2","typescript-eslint":"8.26.1"},"peerDependencies":{"@nestjs/common":"^10.0.0 || ^11.0.0","@nestjs/core":"^10.0.0 || ^11.0.0","mongoose":"^7.0.0 || ^8.0.0","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"_id":"@nestjs/mongoose@11.0.2","gitHead":"67e28f44ec02a7dfcf0f9b88e2e1cafb0816ffd6","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"shasum":"d54de43c663c43d88a352b466327b9077b1b1bab","size":17095,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-11.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-11.0.2.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mongoose_11.0.2_1742385794180_0.9818783876191597"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-19T12:03:14.420Z","publish_time":1742385794420,"_source_registry_name":"default","_cnpm_publish_time":1742385794420},"11.0.1":{"name":"@nestjs/mongoose","version":"11.0.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky"},"devDependencies":{"@commitlint/cli":"19.6.1","@commitlint/config-angular":"19.7.0","@eslint/eslintrc":"3.2.0","@eslint/js":"9.19.0","@nestjs/common":"11.0.6","@nestjs/core":"11.0.6","@nestjs/platform-express":"11.0.6","@nestjs/testing":"11.0.6","@types/jest":"29.5.14","@types/node":"22.12.0","eslint":"9.19.0","eslint-config-prettier":"10.0.1","eslint-plugin-prettier":"5.2.3","globals":"15.14.0","husky":"9.1.7","jest":"29.7.0","lint-staged":"15.4.3","mongoose":"8.9.5","prettier":"3.4.2","reflect-metadata":"0.2.2","release-it":"18.1.2","rxjs":"7.8.1","supertest":"7.0.0","ts-jest":"29.2.5","ts-node":"10.9.2","typescript":"5.7.3","typescript-eslint":"8.22.0"},"peerDependencies":{"@nestjs/common":"^10.0.0 || ^11.0.0","@nestjs/core":"^10.0.0 || ^11.0.0","mongoose":"^7.0.0 || ^8.0.0","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"_id":"@nestjs/mongoose@11.0.1","gitHead":"6337424cca7839ab13589ebef12403483078daf3","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"shasum":"65a65f39cb5267787da11c2e2dde78906da4cf25","size":16660,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-11.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-11.0.1.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mongoose_11.0.1_1738155704283_0.8669346050137801"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-29T13:01:44.579Z","publish_time":1738155704579,"_source_registry_name":"default","_cnpm_publish_time":1738155704579},"11.0.0":{"name":"@nestjs/mongoose","version":"11.0.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky"},"devDependencies":{"@commitlint/cli":"19.6.1","@commitlint/config-angular":"19.7.0","@eslint/eslintrc":"3.2.0","@eslint/js":"9.18.0","@nestjs/common":"11.0.1","@nestjs/core":"11.0.1","@nestjs/platform-express":"11.0.1","@nestjs/testing":"11.0.1","@types/jest":"29.5.14","@types/node":"22.10.7","eslint":"9.18.0","eslint-config-prettier":"10.0.1","eslint-plugin-prettier":"5.2.2","globals":"15.14.0","husky":"9.1.7","jest":"29.7.0","lint-staged":"15.4.1","mongoose":"8.9.5","prettier":"3.4.2","reflect-metadata":"0.2.2","release-it":"18.1.1","rxjs":"7.8.1","supertest":"7.0.0","ts-jest":"29.2.5","ts-node":"10.9.2","typescript":"5.7.3","typescript-eslint":"8.20.0"},"peerDependencies":{"@nestjs/common":"^10.0.0 || ^11.0.0","@nestjs/core":"^10.0.0 || ^11.0.0","mongoose":"^7.0.0 || ^8.0.0","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"_id":"@nestjs/mongoose@11.0.0","gitHead":"b2f579571470b64d35ff28d822ae29ba4fa774f8","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"shasum":"64f844d7774363b3dd1e7c93a5d5bca97f4a37bf","size":16553,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-11.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-11.0.0.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mongoose_11.0.0_1737117656404_0.5607808147434281"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-17T12:40:56.581Z","publish_time":1737117656581,"_source_registry_name":"default","_cnpm_publish_time":1737117656581},"10.1.0":{"name":"@nestjs/mongoose","version":"10.1.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky"},"devDependencies":{"@commitlint/cli":"19.5.0","@commitlint/config-angular":"19.5.0","@nestjs/common":"10.4.5","@nestjs/core":"10.4.5","@nestjs/platform-express":"10.4.5","@nestjs/testing":"10.4.5","@types/jest":"29.5.13","@types/node":"20.16.13","@typescript-eslint/eslint-plugin":"8.10.0","@typescript-eslint/parser":"8.10.0","eslint":"9.13.0","eslint-config-prettier":"9.1.0","eslint-plugin-import":"2.31.0","eslint-plugin-prettier":"5.2.1","husky":"9.1.6","jest":"29.7.0","lint-staged":"15.2.10","mongoose":"8.7.2","prettier":"3.3.3","reflect-metadata":"0.2.2","release-it":"^17.4.0","rxjs":"7.8.1","supertest":"7.0.0","ts-jest":"29.2.5","ts-node":"10.9.2","typescript":"5.6.3"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","@nestjs/core":"^8.0.0 || ^9.0.0 || ^10.0.0","mongoose":"^6.0.2 || ^7.0.0 || ^8.0.0","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"gitHead":"9b243cca00900b19d6e40b5254946169120876da","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@10.1.0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"4785219cae6792341da4a1a26727ca39208ef08d","size":16096,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-10.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-10.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/mongoose_10.1.0_1729510675444_0.3536768820116838"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-21T11:37:55.634Z","publish_time":1729510675634,"_source_registry_name":"default","_cnpm_publish_time":1729510675634},"10.0.11":{"name":"@nestjs/mongoose","version":"10.0.11","author":{"name":"Kamil Mysliwiec"},"license":"MIT","_id":"@nestjs/mongoose@10.0.11","maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"homepage":"https://github.com/nestjs/mongoose#readme","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"dist":{"shasum":"32cdaf3579c5bff823e6100f30692b649622dd55","size":15473,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-10.0.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-10.0.11.tgz"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"722d52df36276d879b396a7747323fdddce703f1","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","build":"rm -rf dist && tsc -p tsconfig.build.json","format":"prettier \"lib/**/*.ts\" --write","prepare":"husky install","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","precommit":"lint-staged","prerelease":"npm run build","publish:npm":"npm publish --access public","publish:next":"npm publish --access public --tag next","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepublish:npm":"npm run build","prepublish:next":"npm run build"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"repository":{"url":"git+https://github.com/nestjs/mongoose.git","type":"git"},"_npmVersion":"8.19.4","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","directories":{},"lint-staged":{"**/*.{ts,json}":[]},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","rxjs":"7.8.1","husky":"9.1.6","eslint":"9.13.0","ts-jest":"29.2.5","ts-node":"10.9.2","mongoose":"8.7.2","prettier":"3.3.3","supertest":"7.0.0","release-it":"17.10.0","typescript":"5.6.3","@types/jest":"29.5.13","@types/node":"20.16.13","lint-staged":"15.2.10","@nestjs/core":"10.4.5","@nestjs/common":"10.4.5","@commitlint/cli":"19.5.0","@nestjs/testing":"10.4.5","reflect-metadata":"0.2.2","eslint-plugin-import":"2.31.0","eslint-config-prettier":"9.1.0","eslint-plugin-prettier":"5.2.1","@nestjs/platform-express":"10.4.5","@typescript-eslint/parser":"8.10.0","@commitlint/config-angular":"19.5.0","@typescript-eslint/eslint-plugin":"8.10.0"},"peerDependencies":{"rxjs":"^7.0.0","mongoose":"^6.0.2 || ^7.0.0 || ^8.0.0","@nestjs/core":"^8.0.0 || ^9.0.0 || ^10.0.0","@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0"},"_npmOperationalInternal":{"tmp":"tmp/mongoose_10.0.11_1729509721861_0.6373071629485503","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-10-21T11:22:02.050Z","publish_time":1729509722050,"_source_registry_name":"default","_cnpm_publish_time":1729509722050},"10.0.10":{"name":"@nestjs/mongoose","version":"10.0.10","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky install"},"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/node":"20.14.9","@typescript-eslint/eslint-plugin":"7.15.0","@typescript-eslint/parser":"7.15.0","eslint":"8.57.0","eslint-config-prettier":"9.1.0","eslint-plugin-import":"2.29.1","eslint-plugin-prettier":"5.1.3","husky":"9.0.11","jest":"29.7.0","lint-staged":"15.2.7","mongoose":"8.4.4","prettier":"3.3.2","reflect-metadata":"0.2.2","release-it":"17.4.1","rxjs":"7.8.1","supertest":"7.0.0","ts-jest":"29.1.5","ts-node":"10.9.2","typescript":"5.5.3"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","@nestjs/core":"^8.0.0 || ^9.0.0 || ^10.0.0","mongoose":"^6.0.2 || ^7.0.0 || ^8.0.0","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"gitHead":"eae3092585e52236aab7d5b113431537f843cf8f","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@10.0.10","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"1206df06b6f744f62b0bd7502074c13f17177739","size":15467,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-10.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-10.0.10.tgz"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"directories":{},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose_10.0.10_1720179230339_0.6721610959148479"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-05T11:33:50.459Z","publish_time":1720179230459,"_source_registry_name":"default","_cnpm_publish_time":1720179230459},"10.0.9":{"name":"@nestjs/mongoose","version":"10.0.9","author":{"name":"Kamil Mysliwiec"},"license":"MIT","_id":"@nestjs/mongoose@10.0.9","maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"homepage":"https://github.com/nestjs/mongoose#readme","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"dist":{"shasum":"24bac733fc4b0242054467d56b5a34e06c06c3ff","size":15482,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-10.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-10.0.9.tgz"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fd7944a20738e2b3549223cb7e8a43f23f0c56a4","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","build":"rm -rf dist && tsc -p tsconfig.build.json","format":"prettier \"lib/**/*.ts\" --write","prepare":"husky install","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","precommit":"lint-staged","prerelease":"npm run build","publish:npm":"npm publish --access public","publish:next":"npm publish --access public --tag next","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepublish:npm":"npm run build","prepublish:next":"npm run build"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"repository":{"url":"git+https://github.com/nestjs/mongoose.git","type":"git"},"_npmVersion":"8.19.4","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","directories":{},"lint-staged":{"**/*.{ts,json}":[]},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","rxjs":"7.8.1","husky":"9.0.11","eslint":"8.57.0","ts-jest":"29.1.5","ts-node":"10.9.2","mongoose":"8.4.4","prettier":"3.3.2","supertest":"7.0.0","release-it":"17.4.1","typescript":"5.5.3","@types/jest":"29.5.12","@types/node":"20.14.9","lint-staged":"15.2.7","@nestjs/core":"10.3.10","@nestjs/common":"10.3.10","@commitlint/cli":"19.3.0","@nestjs/testing":"10.3.10","reflect-metadata":"0.2.2","eslint-plugin-import":"2.29.1","eslint-config-prettier":"9.1.0","eslint-plugin-prettier":"5.1.3","@nestjs/platform-express":"10.3.10","@typescript-eslint/parser":"7.15.0","@commitlint/config-angular":"19.3.0","@typescript-eslint/eslint-plugin":"7.15.0"},"peerDependencies":{"rxjs":"^7.0.0","mongoose":"^6.0.2 || ^7.0.0 || ^8.0.0","@nestjs/core":"^8.0.0 || ^9.0.0 || ^10.0.0","@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0"},"_npmOperationalInternal":{"tmp":"tmp/mongoose_10.0.9_1720178882585_0.9669559980548055","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-05T11:28:02.783Z","publish_time":1720178882783,"_source_registry_name":"default","_cnpm_publish_time":1720178882783},"10.0.8":{"name":"@nestjs/mongoose","version":"10.0.8","author":{"name":"Kamil Mysliwiec"},"license":"MIT","_id":"@nestjs/mongoose@10.0.8","maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"homepage":"https://github.com/nestjs/mongoose#readme","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"dist":{"shasum":"4ec1670c2a3c9a2048d57597aef391d964b0db18","size":15482,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-10.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-10.0.8.tgz"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"fd7944a20738e2b3549223cb7e8a43f23f0c56a4","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","build":"rm -rf dist && tsc -p tsconfig.build.json","format":"prettier \"lib/**/*.ts\" --write","prepare":"husky install","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","precommit":"lint-staged","prerelease":"npm run build","publish:npm":"npm publish --access public","publish:next":"npm publish --access public --tag next","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepublish:npm":"npm run build","prepublish:next":"npm run build"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"repository":{"url":"git+https://github.com/nestjs/mongoose.git","type":"git"},"_npmVersion":"8.19.4","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","directories":{},"lint-staged":{"**/*.{ts,json}":[]},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","rxjs":"7.8.1","husky":"9.0.11","eslint":"8.57.0","ts-jest":"29.1.5","ts-node":"10.9.2","mongoose":"8.4.4","prettier":"3.3.2","supertest":"7.0.0","release-it":"17.4.1","typescript":"5.5.3","@types/jest":"29.5.12","@types/node":"20.14.9","lint-staged":"15.2.7","@nestjs/core":"10.3.10","@nestjs/common":"10.3.10","@commitlint/cli":"19.3.0","@nestjs/testing":"10.3.10","reflect-metadata":"0.2.2","eslint-plugin-import":"2.29.1","eslint-config-prettier":"9.1.0","eslint-plugin-prettier":"5.1.3","@nestjs/platform-express":"10.3.10","@typescript-eslint/parser":"7.15.0","@commitlint/config-angular":"19.3.0","@typescript-eslint/eslint-plugin":"7.15.0"},"peerDependencies":{"rxjs":"^7.0.0","mongoose":"^6.0.2 || ^7.0.0 || ^8.0.0","@nestjs/core":"^8.0.0 || ^9.0.0 || ^10.0.0","@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0"},"_npmOperationalInternal":{"tmp":"tmp/mongoose_10.0.8_1720178849850_0.21912888413323572","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-05T11:27:30.169Z","publish_time":1720178850169,"_source_registry_name":"default","_cnpm_publish_time":1720178850169},"10.0.7":{"name":"@nestjs/mongoose","version":"10.0.7","author":{"name":"Kamil Mysliwiec"},"license":"MIT","_id":"@nestjs/mongoose@10.0.7","maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"homepage":"https://github.com/nestjs/mongoose#readme","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"dist":{"shasum":"1b7257b44bee284686e12a1d21b7998c4d09001c","size":15488,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-10.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-10.0.7.tgz"},"main":"dist/index.js","types":"dist/index.d.ts","gitHead":"0222704b198100ffd1e04d2310b1b482e4c27592","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","build":"rm -rf dist && tsc -p tsconfig.build.json","format":"prettier \"lib/**/*.ts\" --write","prepare":"husky install","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","precommit":"lint-staged","prerelease":"npm run build","publish:npm":"npm publish --access public","publish:next":"npm publish --access public --tag next","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepublish:npm":"npm run build","prepublish:next":"npm run build"},"_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"repository":{"url":"git+https://github.com/nestjs/mongoose.git","type":"git"},"_npmVersion":"8.19.4","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","directories":{},"lint-staged":{"**/*.{ts,json}":[]},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"devDependencies":{"jest":"29.7.0","rxjs":"7.8.1","husky":"9.0.11","eslint":"8.57.0","ts-jest":"29.1.5","ts-node":"10.9.2","mongoose":"8.4.4","prettier":"3.3.2","supertest":"7.0.0","release-it":"17.4.1","typescript":"5.5.3","@types/jest":"29.5.12","@types/node":"20.14.9","lint-staged":"15.2.7","@nestjs/core":"10.3.10","@nestjs/common":"10.3.10","@commitlint/cli":"19.3.0","@nestjs/testing":"10.3.10","reflect-metadata":"0.2.2","eslint-plugin-import":"2.29.1","eslint-config-prettier":"9.1.0","eslint-plugin-prettier":"5.1.3","@nestjs/platform-express":"10.3.10","@typescript-eslint/parser":"7.15.0","@commitlint/config-angular":"19.3.0","@typescript-eslint/eslint-plugin":"7.15.0"},"peerDependencies":{"rxjs":"^7.0.0","mongoose":"^6.0.2 || ^7.0.0 || ^8.0.0","@nestjs/core":"^8.0.0 || ^9.0.0 || ^10.0.0","@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0"},"_npmOperationalInternal":{"tmp":"tmp/mongoose_10.0.7_1720178649725_0.41932593473495783","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-05T11:24:09.870Z","publish_time":1720178649870,"_source_registry_name":"default","_cnpm_publish_time":1720178649870},"10.0.6":{"name":"@nestjs/mongoose","version":"10.0.6","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky install"},"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/node":"20.12.7","@typescript-eslint/eslint-plugin":"7.6.0","@typescript-eslint/parser":"7.6.0","eslint":"8.57.0","eslint-config-prettier":"9.1.0","eslint-plugin-import":"2.29.1","eslint-plugin-prettier":"5.1.3","husky":"9.0.11","jest":"29.7.0","lint-staged":"15.2.2","mongoose":"8.3.1","prettier":"3.2.5","reflect-metadata":"0.2.2","release-it":"17.1.1","rxjs":"7.8.1","supertest":"6.3.4","ts-jest":"29.1.2","ts-node":"10.9.2","typescript":"5.4.5"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","@nestjs/core":"^8.0.0 || ^9.0.0 || ^10.0.0","mongoose":"^6.0.2 || ^7.0.0 || ^8.0.0","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"gitHead":"56ac9b45ff5a4a93df0b132a8b5f88225a17734b","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@10.0.6","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"6081975eaa658a6097b63d139a82f58b2b35956c","size":15384,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-10.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-10.0.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/mongoose_10.0.6_1712905731595_0.8776454610768769"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-12T07:08:51.798Z","publish_time":1712905731798,"_source_registry_name":"default","_cnpm_publish_time":1712905731798},"10.0.5":{"name":"@nestjs/mongoose","version":"10.0.5","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky install"},"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/node":"20.12.4","@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","eslint-plugin-prettier":"5.1.3","husky":"9.0.11","jest":"29.7.0","lint-staged":"15.2.2","mongoose":"8.3.0","prettier":"3.2.5","reflect-metadata":"0.2.2","release-it":"17.1.1","rxjs":"7.8.1","supertest":"6.3.4","ts-jest":"29.1.2","ts-node":"10.9.2","typescript":"5.4.4"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","@nestjs/core":"^8.0.0 || ^9.0.0 || ^10.0.0","mongoose":"^6.0.2 || ^7.0.0 || ^8.0.0","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"gitHead":"cba47401cae49db78da3fa59e18e11f4cf186cc7","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@10.0.5","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"1acbd2eba6bd04749c536fae424f7970aab60184","size":15320,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-10.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-10.0.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/mongoose_10.0.5_1712299920277_0.37266201022679657"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-05T06:52:00.419Z","publish_time":1712299920419,"_source_registry_name":"default","_cnpm_publish_time":1712299920419},"10.0.4":{"name":"@nestjs/mongoose","version":"10.0.4","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky install"},"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/node":"20.11.16","@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","eslint-plugin-prettier":"5.1.3","husky":"9.0.10","jest":"29.7.0","lint-staged":"15.2.2","mongoose":"8.1.1","prettier":"3.2.5","reflect-metadata":"0.2.1","release-it":"17.0.3","rxjs":"7.8.1","supertest":"6.3.4","ts-jest":"29.1.2","ts-node":"10.9.2","typescript":"5.3.3"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","@nestjs/core":"^8.0.0 || ^9.0.0 || ^10.0.0","mongoose":"^6.0.2 || ^7.0.0 || ^8.0.0","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"gitHead":"f2226c90c1a1662c7569be940e9a9baed533acf1","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@10.0.4","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"7f993f7da47189d8dc918113996bba5d5ad95a48","size":15314,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-10.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-10.0.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/mongoose_10.0.4_1707306651066_0.8764641182477713"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-07T11:50:51.217Z","publish_time":1707306651217,"_source_registry_name":"default","_cnpm_publish_time":1707306651217},"10.0.3":{"name":"@nestjs/mongoose","version":"10.0.3","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky install"},"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/node":"20.11.16","@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","eslint-plugin-prettier":"5.1.3","husky":"9.0.10","jest":"29.7.0","lint-staged":"15.2.2","mongoose":"8.1.1","prettier":"3.2.5","reflect-metadata":"0.1.14","release-it":"17.0.3","rxjs":"7.8.1","supertest":"6.3.4","ts-jest":"29.1.2","ts-node":"10.9.2","typescript":"5.3.3"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","@nestjs/core":"^8.0.0 || ^9.0.0 || ^10.0.0","mongoose":"^6.0.2 || ^7.0.0 || ^8.0.0","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"gitHead":"4c2e8613be0f4e0e9d70de5d53c539f4924ae231","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@10.0.3","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"2af6f17ed190056b3b9a8d902ee2d9b06e92c317","size":15314,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-10.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-10.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/mongoose_10.0.3_1707306604433_0.6682528334264257"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-07T11:50:04.590Z","publish_time":1707306604590,"_source_registry_name":"default","_cnpm_publish_time":1707306604590},"10.0.2":{"name":"@nestjs/mongoose","version":"10.0.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky install"},"devDependencies":{"@commitlint/cli":"18.2.0","@commitlint/config-angular":"18.1.0","@nestjs/common":"10.2.8","@nestjs/core":"10.2.8","@nestjs/platform-express":"10.2.8","@nestjs/testing":"10.2.8","@types/jest":"29.5.8","@types/node":"18.18.9","@typescript-eslint/eslint-plugin":"6.10.0","@typescript-eslint/parser":"6.10.0","eslint":"8.53.0","eslint-config-prettier":"9.0.0","eslint-plugin-import":"2.29.0","eslint-plugin-prettier":"5.0.1","husky":"8.0.3","jest":"29.7.0","lint-staged":"14.0.1","mongoose":"7.6.4","prettier":"3.0.3","reflect-metadata":"0.1.13","release-it":"16.2.1","rxjs":"7.8.1","supertest":"6.3.3","ts-jest":"29.1.1","ts-node":"10.9.1","typescript":"5.2.2"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","@nestjs/core":"^8.0.0 || ^9.0.0 || ^10.0.0","mongoose":"^6.0.2 || ^7.0.0 || ^8.0.0","reflect-metadata":"^0.1.12","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"gitHead":"71ec922f3583724807ca15b27633028553c061ac","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@10.0.2","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"33018e22f0ba03a37ffb30d8b3c6b7cf904894d8","size":15322,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-10.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-10.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/mongoose_10.0.2_1699432976717_0.9810194061595301"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-08T08:42:56.940Z","publish_time":1699432976940,"_source_registry_name":"default","_cnpm_publish_time":1699432976940},"10.0.1":{"name":"@nestjs/mongoose","version":"10.0.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky install"},"devDependencies":{"@commitlint/cli":"17.6.7","@commitlint/config-angular":"17.6.7","@nestjs/common":"10.1.0","@nestjs/core":"10.1.0","@nestjs/platform-express":"10.1.0","@nestjs/testing":"10.1.0","@types/jest":"29.5.3","@types/node":"18.16.19","@typescript-eslint/eslint-plugin":"6.1.0","@typescript-eslint/parser":"6.1.0","eslint":"8.45.0","eslint-config-prettier":"8.8.0","eslint-plugin-import":"2.27.5","eslint-plugin-prettier":"5.0.0","husky":"8.0.3","jest":"29.6.1","lint-staged":"13.2.3","mongoose":"7.4.0","prettier":"3.0.0","reflect-metadata":"0.1.13","release-it":"16.1.2","rxjs":"7.8.1","supertest":"6.3.3","ts-jest":"29.1.1","ts-node":"10.9.1","typescript":"5.1.6"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","@nestjs/core":"^8.0.0 || ^9.0.0 || ^10.0.0","mongoose":"^6.0.2 || ^7.0.0","reflect-metadata":"^0.1.12","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"gitHead":"720f86802798df0a923397bdd3c2bd2c78fe181e","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@10.0.1","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"f55f4bf79d08f4a93834fe7fe27d42b5f19fccf3","size":15306,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-10.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-10.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/mongoose_10.0.1_1689835715541_0.6665942988722042"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-20T06:48:35.722Z","publish_time":1689835715722,"_source_registry_name":"default","_cnpm_publish_time":1689835715722},"10.0.0":{"name":"@nestjs/mongoose","version":"10.0.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky install"},"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/node":"18.16.18","@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","eslint-plugin-prettier":"4.2.1","husky":"8.0.3","jest":"29.5.0","lint-staged":"13.2.2","mongoose":"7.3.0","prettier":"2.8.8","reflect-metadata":"0.1.13","release-it":"15.11.0","rxjs":"7.8.1","supertest":"6.3.3","ts-jest":"29.1.0","ts-node":"10.9.1","typescript":"5.1.3"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0 || ^10.0.0","@nestjs/core":"^8.0.0 || ^9.0.0 || ^10.0.0","mongoose":"^6.0.2 || ^7.0.0","reflect-metadata":"^0.1.12","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"gitHead":"830cca9cd62462181d8a32d4aa7cced637cabf6a","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@10.0.0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"shasum":"5ce9e4b817847e83afb690db04eb106acaa43b8a","size":15303,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-10.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-10.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/mongoose_10.0.0_1686830161570_0.24036662926160313"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-15T11:56:01.740Z","publish_time":1686830161740,"_source_registry_name":"default","_cnpm_publish_time":1686830161740},"9.2.2":{"name":"@nestjs/mongoose","version":"9.2.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky install"},"devDependencies":{"@commitlint/cli":"17.4.4","@commitlint/config-angular":"17.4.4","@nestjs/common":"9.3.10","@nestjs/core":"9.3.10","@nestjs/platform-express":"9.3.10","@nestjs/testing":"9.3.10","@types/jest":"29.5.0","@types/node":"18.15.3","@typescript-eslint/eslint-plugin":"5.55.0","@typescript-eslint/parser":"5.55.0","eslint":"8.36.0","eslint-config-prettier":"8.7.0","eslint-plugin-import":"2.27.5","eslint-plugin-prettier":"4.2.1","husky":"8.0.3","jest":"29.5.0","lint-staged":"13.2.0","mongoose":"6.10.3","prettier":"2.8.4","reflect-metadata":"0.1.13","release-it":"15.9.0","rxjs":"7.8.0","supertest":"6.3.3","ts-jest":"29.0.5","ts-node":"10.9.1","typescript":"5.0.2"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0","@nestjs/core":"^8.0.0 || ^9.0.0","mongoose":"^6.0.2 || ^7.0.0","reflect-metadata":"^0.1.12","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"gitHead":"4ab97f85522ee78f6d5231fccac38c16cf4ea640","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@9.2.2","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"104f9eb57f5f5841a96f6e4ae08a6e1904ef0b93","size":23879,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-9.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-9.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/mongoose_9.2.2_1679054966211_0.7556954460334309"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-17T12:09:26.404Z","publish_time":1679054966404,"_cnpm_publish_time":1679054966404},"9.2.1":{"name":"@nestjs/mongoose","version":"9.2.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch","prepare":"husky install"},"devDependencies":{"@commitlint/cli":"17.1.2","@commitlint/config-angular":"17.1.0","@nestjs/common":"9.1.6","@nestjs/core":"9.1.6","@nestjs/platform-express":"9.1.6","@nestjs/testing":"9.1.6","@types/jest":"29.2.0","@types/node":"18.11.8","@typescript-eslint/eslint-plugin":"5.41.0","@typescript-eslint/parser":"5.41.0","eslint":"8.26.0","eslint-config-prettier":"8.5.0","eslint-plugin-import":"2.26.0","eslint-plugin-prettier":"4.2.1","husky":"8.0.1","jest":"29.2.2","lint-staged":"13.0.3","mongoose":"6.7.0","prettier":"2.7.1","reflect-metadata":"0.1.13","release-it":"15.5.0","rxjs":"7.5.7","supertest":"6.3.1","ts-jest":"29.0.3","ts-node":"10.9.1","typescript":"4.8.4"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0","@nestjs/core":"^8.0.0 || ^9.0.0","mongoose":"^6.0.2","reflect-metadata":"^0.1.12","rxjs":"^7.0.0"},"lint-staged":{"**/*.{ts,json}":[]},"gitHead":"4fae301f3a755257a5c4d1c83d5a68f0dded7a65","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@9.2.1","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"b880feb7ce52a081e81374ddf3c3ed0eff1224f4","size":23854,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-9.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-9.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/mongoose_9.2.1_1667205190799_0.5387341210793721"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-31T08:43:40.084Z","publish_time":1667205190984,"_cnpm_publish_time":1667205190984},"9.2.0":{"name":"@nestjs/mongoose","version":"9.2.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"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/node":"16.11.43","@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","eslint-plugin-prettier":"4.2.1","husky":"8.0.1","jest":"28.1.2","lint-staged":"13.0.3","mongoose":"6.4.3","prettier":"2.7.1","reflect-metadata":"0.1.13","release-it":"15.1.1","rxjs":"7.5.5","supertest":"6.2.4","ts-jest":"28.0.5","ts-node":"10.8.2","typescript":"4.7.4"},"peerDependencies":{"@nestjs/common":"^8.0.0 || ^9.0.0","@nestjs/core":"^8.0.0 || ^9.0.0","mongoose":"^6.0.2","reflect-metadata":"^0.1.12","rxjs":"^7.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"07ca750a9dbc73fed9344f856c035ffbeb0239da","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@9.2.0","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"38c1faf8402c93294ead64d442d18f715b734a5f","size":23680,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-9.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-9.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/mongoose_9.2.0_1657276587658_0.45026195958891746"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-08T10:39:32.786Z","publish_time":1657276587853,"_cnpm_publish_time":1657276587853},"9.1.1":{"name":"@nestjs/mongoose","version":"9.1.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"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.1","@types/node":"16.11.39","@typescript-eslint/eslint-plugin":"5.28.0","@typescript-eslint/parser":"5.28.0","eslint":"8.17.0","eslint-config-prettier":"8.5.0","eslint-plugin-import":"2.26.0","eslint-plugin-prettier":"4.0.0","husky":"8.0.1","jest":"28.1.1","lint-staged":"13.0.1","mongoose":"6.3.8","prettier":"2.6.2","reflect-metadata":"0.1.13","release-it":"15.0.0","rxjs":"7.5.5","supertest":"6.2.3","ts-jest":"28.0.5","ts-node":"10.8.1","typescript":"4.7.3"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0 || ^8.0.0","@nestjs/core":"^6.0.0 || ^7.0.0 || ^8.0.0","mongoose":"^6.0.2","reflect-metadata":"^0.1.12","rxjs":"^7.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"6ee3abeb0b83e1966e3a8e51ef4ebb371ff9a7f8","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@9.1.1","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"b7ef085a2ca0a04edbf2ffc18877d602f6ac891b","size":23674,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-9.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-9.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/mongoose_9.1.1_1655192574968_0.38450446695021157"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-14T08:53:11.058Z","publish_time":1655192575117,"_cnpm_publish_time":1655192575117},"9.1.0":{"name":"@nestjs/mongoose","version":"9.1.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"17.0.0","@commitlint/config-angular":"17.0.0","@nestjs/common":"8.4.5","@nestjs/core":"8.4.5","@nestjs/platform-express":"8.4.5","@nestjs/testing":"8.4.5","@types/jest":"27.5.1","@types/node":"16.11.36","@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","eslint-plugin-prettier":"4.0.0","husky":"8.0.1","jest":"28.1.0","lint-staged":"12.4.1","mongoose":"6.3.4","prettier":"2.6.2","reflect-metadata":"0.1.13","release-it":"15.0.0","rxjs":"7.5.5","supertest":"6.2.3","ts-jest":"28.0.2","ts-node":"10.7.0","typescript":"4.6.4"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0 || ^8.0.0","@nestjs/core":"^6.0.0 || ^7.0.0 || ^8.0.0","mongoose":"^6.0.2","reflect-metadata":"^0.1.12","rxjs":"^6.0.0 || ^7.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"72ce7834b1a26b0dac4f26d1819e2b98e6185b72","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@9.1.0","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"670a532ac56557d0abf1470b8ab95208fc00ce95","size":23677,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-9.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-9.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/mongoose_9.1.0_1653046683845_0.4494581260371502"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-20T12:24:59.355Z","publish_time":1653046683955,"_cnpm_publish_time":1653046683955},"9.0.3":{"name":"@nestjs/mongoose","version":"9.0.3","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"16.2.1","@commitlint/config-angular":"16.2.1","@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/node":"16.11.26","@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","eslint-plugin-prettier":"4.0.0","husky":"7.0.4","jest":"27.5.1","lint-staged":"12.3.5","mongoose":"6.2.6","prettier":"2.5.1","reflect-metadata":"0.1.13","release-it":"14.12.5","rxjs":"7.5.5","supertest":"6.2.2","ts-jest":"27.1.3","ts-node":"10.7.0","typescript":"4.6.2"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0 || ^8.0.0","@nestjs/core":"^6.0.0 || ^7.0.0 || ^8.0.0","mongoose":"^6.0.2","reflect-metadata":"^0.1.12","rxjs":"^6.0.0 || ^7.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"bcabe5ec27a060975e05bf36fdb916762f90b798","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@9.0.3","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"0b7d1829051c2f1441142070077fdbd060bdfe5a","size":23582,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-9.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-9.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/mongoose_9.0.3_1647340401223_0.0902571868421449"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-15T10:33:28.551Z","publish_time":1647340401445,"_cnpm_publish_time":1647340401445},"9.0.2":{"name":"@nestjs/mongoose","version":"9.0.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"15.0.0","@commitlint/config-angular":"15.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.0.3","@types/node":"16.11.14","@typescript-eslint/eslint-plugin":"5.7.0","@typescript-eslint/parser":"5.7.0","eslint":"8.5.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.25.3","eslint-plugin-prettier":"4.0.0","husky":"7.0.4","jest":"27.4.5","lint-staged":"12.1.3","mongoose":"6.1.2","prettier":"2.5.1","reflect-metadata":"0.1.13","release-it":"14.11.8","rxjs":"7.4.0","supertest":"6.1.6","ts-jest":"27.1.2","ts-node":"10.4.0","typescript":"4.5.4"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0 || ^8.0.0","@nestjs/core":"^6.0.0 || ^7.0.0 || ^8.0.0","mongoose":"^6.0.2","reflect-metadata":"^0.1.12","rxjs":"^6.0.0 || ^7.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"8cd319255987f214f78392bdb583afe8aecc9960","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@9.0.2","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"3f06c57066c33766f293676bbfdd7474bfcff9af","size":23485,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-9.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-9.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/mongoose_9.0.2_1639988258071_0.6402262436650512"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:42:36.247Z","publish_time":1639988258246,"_cnpm_publish_time":1639988258246},"9.0.1":{"name":"@nestjs/mongoose","version":"9.0.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"13.2.1","@commitlint/config-angular":"13.2.0","@nestjs/common":"8.1.1","@nestjs/core":"8.1.1","@nestjs/platform-express":"8.1.1","@nestjs/testing":"8.1.1","@types/jest":"27.0.2","@types/node":"14.17.27","@typescript-eslint/eslint-plugin":"5.0.0","@typescript-eslint/parser":"5.0.0","eslint":"8.0.1","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.25.2","eslint-plugin-prettier":"4.0.0","husky":"7.0.2","jest":"27.2.5","lint-staged":"11.2.3","mongoose":"6.0.11","prettier":"2.4.1","reflect-metadata":"0.1.13","release-it":"14.11.6","rxjs":"7.4.0","supertest":"6.1.6","ts-jest":"27.0.7","ts-node":"10.3.0","typescript":"4.4.4"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0 || ^8.0.0","@nestjs/core":"^6.0.0 || ^7.0.0 || ^8.0.0","mongoose":"^6.0.2","reflect-metadata":"^0.1.12","rxjs":"^6.0.0 || ^7.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"596516749a77d4682fb58478139296b122303b13","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@9.0.1","_nodeVersion":"12.13.0","_npmVersion":"7.20.5","dist":{"shasum":"a07f5440318d277579ed8ab2b4dec7eb5cc13e4e","size":23189,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-9.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-9.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/mongoose_9.0.1_1634712864319_0.8192294641997038"},"_hasShrinkwrap":false,"publish_time":1634712864489,"_cnpm_publish_time":1634712864489,"_cnpmcore_publish_time":"2021-12-16T22:59:28.920Z"},"9.0.0":{"name":"@nestjs/mongoose","version":"9.0.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"13.1.0","@commitlint/config-angular":"13.1.0","@nestjs/common":"8.0.7","@nestjs/core":"8.0.7","@nestjs/platform-express":"8.0.7","@nestjs/testing":"8.0.7","@types/jest":"27.0.2","@types/node":"14.17.19","@typescript-eslint/eslint-plugin":"4.31.2","@typescript-eslint/parser":"4.31.2","eslint":"7.32.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.24.2","eslint-plugin-prettier":"4.0.0","husky":"7.0.2","jest":"27.2.2","lint-staged":"11.1.2","mongoose":"6.0.2","prettier":"2.4.1","reflect-metadata":"0.1.13","release-it":"14.11.6","rxjs":"7.3.0","supertest":"6.1.6","ts-jest":"27.0.5","ts-node":"10.2.1","typescript":"4.4.3"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0 || ^8.0.0","@nestjs/core":"^6.0.0 || ^7.0.0 || ^8.0.0","mongoose":"^6.0.2","reflect-metadata":"^0.1.12","rxjs":"^6.0.0 || ^7.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"6ca235da6f60a63697326b167ee9123daf13cc33","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@9.0.0","_nodeVersion":"12.13.0","_npmVersion":"7.20.5","dist":{"shasum":"d5f4c8c20a826092708f61b41cde02609fc64737","size":21736,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-9.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-9.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/mongoose_9.0.0_1632732510228_0.3255417473951101"},"_hasShrinkwrap":false,"publish_time":1632732510372,"_cnpm_publish_time":1632732510372,"_cnpmcore_publish_time":"2021-12-16T22:59:29.200Z"},"8.0.1":{"name":"@nestjs/mongoose","version":"8.0.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"13.1.0","@commitlint/config-angular":"13.1.0","@nestjs/common":"8.0.6","@nestjs/core":"8.0.6","@nestjs/platform-express":"8.0.6","@nestjs/testing":"8.0.6","@types/jest":"27.0.1","@types/node":"14.17.9","@typescript-eslint/eslint-plugin":"4.29.1","@typescript-eslint/parser":"4.29.1","eslint":"7.32.0","eslint-config-prettier":"8.3.0","eslint-plugin-import":"2.24.0","husky":"7.0.1","jest":"27.0.6","lint-staged":"11.1.2","mongoose":"5.13.7","prettier":"2.3.2","reflect-metadata":"0.1.13","release-it":"14.11.5","rxjs":"7.3.0","supertest":"6.1.5","ts-jest":"27.0.4","ts-node":"10.2.0","typescript":"4.3.5"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0 || ^8.0.0","@nestjs/core":"^6.0.0 || ^7.0.0 || ^8.0.0","mongoose":"^5.11.15 || ^5.12.4","reflect-metadata":"^0.1.12","rxjs":"^6.0.0 || ^7.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"14f3a0416dfb2eb48426cd9051192ccd6120e507","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@8.0.1","_nodeVersion":"12.13.0","_npmVersion":"7.20.5","dist":{"shasum":"95d640bc746fdba04103a1e57a1ee3e3787ff0f1","size":21687,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-8.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-8.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/mongoose_8.0.1_1629098307563_0.4605699630696103"},"_hasShrinkwrap":false,"publish_time":1629098307750,"_cnpm_publish_time":1629098307750,"_cnpmcore_publish_time":"2021-12-16T22:59:29.516Z"},"8.0.0":{"name":"@nestjs/mongoose","version":"8.0.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"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/node":"14.17.4","@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","lint-staged":"11.0.0","mongoose":"5.13.2","prettier":"2.3.2","reflect-metadata":"0.1.13","release-it":"14.10.0","rxjs":"7.2.0","supertest":"6.1.3","ts-jest":"27.0.3","ts-node":"10.0.0","typescript":"4.3.5"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0 || ^8.0.0","@nestjs/core":"^6.0.0 || ^7.0.0 || ^8.0.0","mongoose":"^5.11.15 || ^5.12.4","reflect-metadata":"^0.1.12","rxjs":"^6.0.0 || ^7.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"f7253763795f44253e945e8027c1407690eb08ab","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@8.0.0","_nodeVersion":"12.13.0","_npmVersion":"6.14.11","dist":{"shasum":"5771d62a96b63ae44ee5a321d67a658bc3381fd8","size":21940,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-8.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-8.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/mongoose_8.0.0_1625662513159_0.9665507802751245"},"_hasShrinkwrap":false,"publish_time":1625662513307,"_cnpm_publish_time":1625662513307,"_cnpmcore_publish_time":"2021-12-16T22:59:29.919Z"},"7.2.4":{"name":"@nestjs/mongoose","version":"7.2.4","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"12.0.0","@commitlint/config-angular":"12.0.0","@nestjs/common":"7.6.13","@nestjs/core":"7.6.13","@nestjs/platform-express":"7.6.13","@nestjs/testing":"7.6.13","@types/jest":"26.0.20","@types/node":"14.14.31","@typescript-eslint/eslint-plugin":"4.15.2","@typescript-eslint/parser":"4.15.2","eslint":"7.20.0","eslint-config-prettier":"8.1.0","eslint-plugin-import":"2.22.1","husky":"5.1.1","jest":"26.6.3","lint-staged":"10.5.4","mongoose":"5.11.18","prettier":"2.2.1","reflect-metadata":"0.1.13","release-it":"14.4.1","rxjs":"6.6.6","rxjs-compat":"6.6.6","supertest":"6.1.3","ts-jest":"26.5.2","ts-node":"9.1.1","typescript":"4.2.2"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","mongoose":"^5.11.15","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"c6266cdc6b2ca42ca10965c9348f3f40e5a2b74f","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@7.2.4","_nodeVersion":"12.13.0","_npmVersion":"6.14.11","dist":{"shasum":"60a50532a244279703344368d74ecd802aeda4a4","size":21952,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-7.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-7.2.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/mongoose_7.2.4_1614340653978_0.7294448006176522"},"_hasShrinkwrap":false,"publish_time":1614340654186,"_cnpm_publish_time":1614340654186,"_cnpmcore_publish_time":"2021-12-16T22:59:30.169Z"},"7.2.3":{"name":"@nestjs/mongoose","version":"7.2.3","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"11.0.0","@commitlint/config-angular":"11.0.0","@nestjs/common":"7.6.11","@nestjs/core":"7.6.11","@nestjs/platform-express":"7.6.11","@nestjs/testing":"7.6.11","@types/jest":"26.0.20","@types/node":"14.14.25","@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","mongoose":"5.11.15","prettier":"2.2.1","reflect-metadata":"0.1.13","release-it":"14.3.0","rxjs":"6.6.3","rxjs-compat":"6.6.3","supertest":"6.1.3","ts-jest":"26.5.0","ts-node":"9.1.1","typescript":"4.1.3"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","mongoose":"^5.11.15","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"3811fcbbdb11a97c0d964c0ceea4a6f2bd526e60","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@7.2.3","_nodeVersion":"12.13.0","_npmVersion":"6.14.8","dist":{"shasum":"641d83388ceba94f1566abe8e78a4dd3bd62753f","size":21978,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-7.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-7.2.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/mongoose_7.2.3_1612513983733_0.05916759891957235"},"_hasShrinkwrap":false,"publish_time":1612513984069,"_cnpm_publish_time":1612513984069,"_cnpmcore_publish_time":"2021-12-16T22:59:30.429Z"},"7.2.2":{"name":"@nestjs/mongoose","version":"7.2.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"11.0.0","@commitlint/config-angular":"11.0.0","@nestjs/common":"7.6.5","@nestjs/core":"7.6.5","@nestjs/platform-express":"7.6.5","@nestjs/testing":"7.6.5","@types/jest":"26.0.20","@types/node":"11.15.0","@typescript-eslint/eslint-plugin":"4.13.0","@typescript-eslint/parser":"4.13.0","eslint":"7.17.0","eslint-config-prettier":"7.1.0","eslint-plugin-import":"2.22.1","husky":"4.3.7","jest":"26.6.3","lint-staged":"10.5.3","mongoose":"5.11.11","prettier":"2.2.1","reflect-metadata":"0.1.13","release-it":"14.2.2","rxjs":"6.6.3","rxjs-compat":"6.6.3","supertest":"6.0.1","ts-jest":"26.4.4","ts-node":"9.1.1","typescript":"4.1.3"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","mongoose":"^5.11.3","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"2d811aa1270729d3d4579be3a8cc2c49b2b572f8","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@7.2.2","_nodeVersion":"12.13.0","_npmVersion":"6.14.8","dist":{"shasum":"6922373a0469eb3ecad0cd6dbb4ae18f2dde4b16","size":21960,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-7.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-7.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/mongoose_7.2.2_1610615139726_0.715760115511634"},"_hasShrinkwrap":false,"publish_time":1610615139980,"_cnpm_publish_time":1610615139980,"_cnpmcore_publish_time":"2021-12-16T22:59:30.687Z"},"7.2.1":{"name":"@nestjs/mongoose","version":"7.2.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"11.0.0","@commitlint/config-angular":"11.0.0","@nestjs/common":"7.6.5","@nestjs/core":"7.6.5","@nestjs/platform-express":"7.6.5","@nestjs/testing":"7.6.5","@types/jest":"26.0.19","@types/node":"11.15.0","@typescript-eslint/eslint-plugin":"4.12.0","@typescript-eslint/parser":"4.12.0","eslint":"7.17.0","eslint-config-prettier":"7.1.0","eslint-plugin-import":"2.22.1","husky":"4.3.7","jest":"26.6.3","lint-staged":"10.5.3","mongoose":"5.11.10","prettier":"2.2.1","reflect-metadata":"0.1.13","release-it":"14.2.2","rxjs":"6.6.3","rxjs-compat":"6.6.3","supertest":"6.0.1","ts-jest":"26.4.4","ts-node":"9.1.1","typescript":"4.1.3"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","mongoose":"^5.11.3","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"709873ea7e1493902ab4c5eab7fdd34bd03a722e","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@7.2.1","_nodeVersion":"12.13.0","_npmVersion":"6.14.8","dist":{"shasum":"2cd8cb001d2365104a69972c073c12a9d26f2d73","size":21798,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-7.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-7.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/mongoose_7.2.1_1610011578216_0.07525530623027787"},"_hasShrinkwrap":false,"publish_time":1610011578352,"_cnpm_publish_time":1610011578352,"_cnpmcore_publish_time":"2021-12-16T22:59:31.278Z"},"7.2.0":{"name":"@nestjs/mongoose","version":"7.2.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"11.0.0","@commitlint/config-angular":"11.0.0","@nestjs/common":"7.5.5","@nestjs/core":"7.5.5","@nestjs/platform-express":"7.5.5","@nestjs/testing":"7.5.5","@types/jest":"26.0.17","@types/node":"11.15.0","@typescript-eslint/eslint-plugin":"4.9.1","@typescript-eslint/parser":"4.9.1","eslint":"7.15.0","eslint-config-prettier":"7.0.0","eslint-plugin-import":"2.22.1","husky":"4.3.5","jest":"26.6.3","lint-staged":"10.5.3","mongoose":"5.11.5","prettier":"2.2.1","reflect-metadata":"0.1.13","release-it":"14.2.2","rxjs":"6.6.3","rxjs-compat":"6.6.3","supertest":"6.0.1","ts-jest":"26.4.4","ts-node":"9.1.1","typescript":"4.0.5"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","mongoose":"^5.11.3","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"da4e850b80d28f5b58b8fd65d8ea1707291624de","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@7.2.0","_nodeVersion":"12.13.0","_npmVersion":"6.14.8","dist":{"shasum":"173528803055c48d58ff3531630bb57464131890","size":20693,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-7.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-7.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/mongoose_7.2.0_1607415168439_0.14764291592138035"},"_hasShrinkwrap":false,"publish_time":1607415168647,"_cnpm_publish_time":1607415168647,"_cnpmcore_publish_time":"2021-12-16T22:59:31.541Z"},"7.1.2":{"name":"@nestjs/mongoose","version":"7.1.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"11.0.0","@commitlint/config-angular":"11.0.0","@nestjs/platform-express":"7.5.5","@nestjs/testing":"7.5.5","@types/jest":"26.0.15","@nestjs/common":"7.5.5","@nestjs/core":"7.5.5","@types/mongoose":"5.10.1","@types/node":"11.15.0","@typescript-eslint/eslint-plugin":"4.8.2","@typescript-eslint/parser":"4.8.2","eslint":"7.14.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.2","mongoose":"5.10.15","prettier":"2.2.0","reflect-metadata":"0.1.13","release-it":"14.2.1","rxjs":"6.6.3","rxjs-compat":"6.6.3","supertest":"6.0.1","ts-jest":"26.4.4","ts-node":"9.0.0","typescript":"4.0.5"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"5404d7e38d54b5a89ea6bfc9d8a4da83900e85ff","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@7.1.2","_nodeVersion":"12.13.0","_npmVersion":"6.14.8","dist":{"shasum":"2f7c294dd2e0c120de43c0ac1f35744a1f7f2783","size":20356,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-7.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-7.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/mongoose_7.1.2_1606210224122_0.038266933829178784"},"_hasShrinkwrap":false,"publish_time":1606210224300,"_cnpm_publish_time":1606210224300,"_cnpmcore_publish_time":"2021-12-16T22:59:31.776Z"},"7.1.1":{"name":"@nestjs/mongoose","version":"7.1.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"11.0.0","@commitlint/config-angular":"11.0.0","@nestjs/platform-express":"7.5.5","@nestjs/testing":"7.5.5","@types/jest":"26.0.15","@nestjs/common":"7.5.5","@nestjs/core":"7.5.5","@types/mongoose":"5.10.1","@types/node":"11.15.0","@typescript-eslint/eslint-plugin":"4.8.1","@typescript-eslint/parser":"4.8.1","eslint":"7.14.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","mongoose":"5.10.15","prettier":"2.2.0","reflect-metadata":"0.1.13","release-it":"14.2.1","rxjs":"6.6.3","rxjs-compat":"6.6.3","supertest":"6.0.1","ts-jest":"26.4.4","ts-node":"9.0.0","typescript":"4.0.5"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"4015e3d5cac8b878e42a5e2633141d3bbae8a423","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@7.1.1","_nodeVersion":"12.13.0","_npmVersion":"6.14.8","dist":{"shasum":"a5bbbbe023b4981c11b5e1dcc239418aa1140a3d","size":19922,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-7.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-7.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/mongoose_7.1.1_1606124457871_0.6619016302471932"},"_hasShrinkwrap":false,"publish_time":1606124458027,"_cnpm_publish_time":1606124458027,"_cnpmcore_publish_time":"2021-12-16T22:59:32.028Z"},"7.1.0":{"name":"@nestjs/mongoose","version":"7.1.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.build.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"11.0.0","@commitlint/config-angular":"11.0.0","@nestjs/platform-express":"7.5.2","@nestjs/testing":"7.5.2","@types/jest":"26.0.15","@nestjs/common":"7.5.2","@nestjs/core":"7.5.2","@types/mongoose":"5.10.0","@types/node":"11.15.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","mongoose":"5.10.15","prettier":"2.1.2","reflect-metadata":"0.1.13","release-it":"14.2.1","rxjs":"6.6.3","rxjs-compat":"6.6.3","supertest":"6.0.1","ts-jest":"26.4.4","ts-node":"9.0.0","typescript":"4.0.5"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"8210c64ddfe8dd570502e5c24bc4fd216a559cc2","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@7.1.0","_nodeVersion":"12.13.0","_npmVersion":"6.14.8","dist":{"shasum":"abcda46ac54ea5529e09bad1755ff4d052dc63a4","size":19180,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-7.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-7.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/mongoose_7.1.0_1605606443003_0.6237657284821365"},"_hasShrinkwrap":false,"publish_time":1605606443239,"_cnpm_publish_time":1605606443239,"_cnpmcore_publish_time":"2021-12-16T22:59:32.285Z"},"7.0.4":{"name":"@nestjs/mongoose","version":"7.0.4","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"11.0.0","@commitlint/config-angular":"11.0.0","@nestjs/platform-express":"7.5.2","@nestjs/testing":"7.5.2","@types/jest":"26.0.15","@nestjs/common":"7.5.2","@nestjs/core":"7.5.2","@types/mongoose":"5.10.0","@types/node":"11.15.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","mongoose":"5.10.15","prettier":"2.1.2","reflect-metadata":"0.1.13","release-it":"14.2.1","rxjs":"6.6.3","rxjs-compat":"6.6.3","supertest":"6.0.1","ts-jest":"26.4.4","ts-node":"9.0.0","typescript":"4.0.5"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"e365de8bbac5af6087b7dde40ded6abda2a4aa14","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@7.0.4","_nodeVersion":"12.13.0","_npmVersion":"6.14.8","dist":{"shasum":"5e54db61e6ac37510b4f4a641dd32c1a05facbb3","size":17785,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-7.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-7.0.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/mongoose_7.0.4_1605604159917_0.7901656846051677"},"_hasShrinkwrap":false,"publish_time":1605604160035,"_cnpm_publish_time":1605604160035,"_cnpmcore_publish_time":"2021-12-16T22:59:32.495Z"},"7.0.3":{"name":"@nestjs/mongoose","version":"7.0.3","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"11.0.0","@commitlint/config-angular":"11.0.0","@nestjs/platform-express":"7.5.2","@nestjs/testing":"7.5.2","@types/jest":"26.0.15","@nestjs/common":"7.5.2","@nestjs/core":"7.5.2","@types/mongoose":"5.10.0","@types/node":"11.15.0","@typescript-eslint/eslint-plugin":"4.7.0","@typescript-eslint/parser":"4.7.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","mongoose":"5.10.14","prettier":"2.1.2","reflect-metadata":"0.1.13","release-it":"14.2.1","rxjs":"6.6.3","rxjs-compat":"6.6.3","supertest":"6.0.1","ts-jest":"26.4.4","ts-node":"9.0.0","typescript":"4.0.5"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"eec5ef5d6aae4e950a58ccebaee0996a670c65d8","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@7.0.3","_nodeVersion":"12.13.0","_npmVersion":"6.14.8","dist":{"shasum":"46bcfae40b72bda3275f026229cc5541c43fdd00","size":17777,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-7.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-7.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/mongoose_7.0.3_1605522184459_0.8990119481660555"},"_hasShrinkwrap":false,"publish_time":1605522184575,"_cnpm_publish_time":1605522184575,"_cnpmcore_publish_time":"2021-12-16T22:59:32.724Z"},"7.0.2":{"name":"@nestjs/mongoose","version":"7.0.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"9.0.1","@commitlint/config-angular":"9.0.1","@nestjs/platform-express":"7.3.1","@nestjs/testing":"7.3.1","@types/jest":"26.0.4","@nestjs/common":"7.3.1","@nestjs/core":"7.3.1","@types/mongoose":"5.7.30","@types/node":"11.15.0","@typescript-eslint/eslint-plugin":"3.6.0","@typescript-eslint/parser":"3.6.0","eslint":"7.4.0","eslint-config-prettier":"6.11.0","eslint-plugin-import":"2.22.0","husky":"4.2.5","jest":"26.1.0","lint-staged":"10.2.11","mongoose":"5.9.22","prettier":"2.0.5","reflect-metadata":"0.1.13","release-it":"13.6.4","rxjs":"6.6.0","rxjs-compat":"6.6.0","supertest":"4.0.2","ts-jest":"26.1.1","ts-node":"8.10.2","typescript":"3.9.6"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"071179551cdb0f032407c752ab92d2d78e4dfe85","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@7.0.2","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"cfb087de6e75e3fdc2e3a490abfa737009128da0","size":17729,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-7.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-7.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/mongoose_7.0.2_1594208331813_0.13110693243025806"},"_hasShrinkwrap":false,"publish_time":1594208331970,"_cnpm_publish_time":1594208331970,"_cnpmcore_publish_time":"2021-12-16T22:59:33.027Z"},"7.0.1":{"name":"@nestjs/mongoose","version":"7.0.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it","test:e2e":"jest --config ./tests/jest-e2e.json --runInBand","test:e2e:dev":"jest --config ./tests/jest-e2e.json --runInBand --watch"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@nestjs/platform-express":"7.0.11","@nestjs/testing":"7.0.11","@types/jest":"25.1.4","@nestjs/common":"7.0.11","@nestjs/core":"7.0.11","@types/mongoose":"5.7.18","@types/node":"11.15.0","@typescript-eslint/eslint-plugin":"2.33.0","@typescript-eslint/parser":"2.33.0","eslint":"7.0.0","eslint-config-prettier":"6.11.0","eslint-plugin-import":"2.20.2","husky":"4.2.5","jest":"25.1.0","lint-staged":"10.2.2","mongoose":"5.9.13","prettier":"2.0.5","reflect-metadata":"0.1.13","release-it":"13.5.8","rxjs":"6.5.5","rxjs-compat":"6.5.5","supertest":"4.0.2","ts-jest":"25.5.1","ts-node":"8.10.1","typescript":"3.9.2"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"898f32e5a8b79027624f834c12a70eee627081c7","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@7.0.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"832ec72621cc9103c03dc294818c1ae749a483e3","size":17659,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-7.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-7.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/mongoose_7.0.1_1589372911138_0.7639106801926756"},"_hasShrinkwrap":false,"publish_time":1589372911285,"_cnpm_publish_time":1589372911285,"_cnpmcore_publish_time":"2021-12-16T22:59:33.287Z"},"7.0.0":{"name":"@nestjs/mongoose","version":"7.0.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@nestjs/common":"7.0.9","@nestjs/core":"7.0.9","@types/mongoose":"5.7.15","@types/node":"11.15.0","@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","lint-staged":"10.2.2","mongoose":"5.9.12","prettier":"2.0.5","reflect-metadata":"0.1.13","release-it":"13.5.8","rxjs":"6.5.5","rxjs-compat":"6.5.5","ts-node":"8.10.1","typescript":"3.8.3"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"d6ffa5da98ccde3d02613d48fd70dd99a72ca740","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@7.0.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"cd1adc2e2d42172eb5d028cc1b902bf025630024","size":14687,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-7.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-7.0.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/mongoose_7.0.0_1588832887836_0.11918639093843475"},"_hasShrinkwrap":false,"publish_time":1588832887935,"_cnpm_publish_time":1588832887935,"_cnpmcore_publish_time":"2021-12-16T22:59:33.596Z"},"6.5.0-next.3":{"name":"@nestjs/mongoose","version":"6.5.0-next.3","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@nestjs/common":"7.0.9","@nestjs/core":"7.0.9","@types/mongoose":"5.7.15","@types/node":"11.15.0","@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","lint-staged":"10.2.2","mongoose":"5.9.12","prettier":"2.0.5","reflect-metadata":"0.1.13","release-it":"13.5.8","rxjs":"6.5.5","rxjs-compat":"6.5.5","ts-node":"8.10.1","typescript":"3.8.3"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"readmeFilename":"README.md","gitHead":"3f8065f67c3cc0695e0ca449d5afda24183b8fd0","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@6.5.0-next.3","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"dafd95eeb42b920ab2e49127c1ed149501c852e4","size":14695,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-6.5.0-next.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-6.5.0-next.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/mongoose_6.5.0-next.3_1588776197261_0.7258592755680069"},"_hasShrinkwrap":false,"publish_time":1588776197365,"_cnpm_publish_time":1588776197365,"_cnpmcore_publish_time":"2021-12-16T22:59:33.849Z"},"6.5.0-next.2":{"name":"@nestjs/mongoose","version":"6.5.0-next.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@nestjs/common":"7.0.1","@nestjs/core":"7.0.1","@types/mongoose":"5.7.6","@types/node":"11.15.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","lint-staged":"10.0.8","mongoose":"5.9.4","prettier":"1.19.1","reflect-metadata":"0.1.13","release-it":"13.1.1","rxjs":"6.5.4","rxjs-compat":"6.5.4","ts-node":"8.6.2","typescript":"3.8.3"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"readmeFilename":"README.md","gitHead":"686f62e96871ecc041fd30369316f04c47ae4099","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@6.5.0-next.2","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"bd8eec3a6a156cd3226adea59f04b01819642e3a","size":14497,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-6.5.0-next.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-6.5.0-next.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/mongoose_6.5.0-next.2_1588775657857_0.7046119273567737"},"_hasShrinkwrap":false,"publish_time":1588775657950,"_cnpm_publish_time":1588775657950,"_cnpmcore_publish_time":"2021-12-16T22:59:34.058Z"},"6.5.0-next.1":{"name":"@nestjs/mongoose","version":"6.5.0-next.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint \"lib/**/*.ts\" --fix","format":"prettier \"lib/**/*.ts\" --write","build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@nestjs/common":"7.0.1","@nestjs/core":"7.0.1","@types/mongoose":"5.7.6","@types/node":"11.15.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","lint-staged":"10.0.8","mongoose":"5.9.4","prettier":"1.19.1","reflect-metadata":"0.1.13","release-it":"13.1.1","rxjs":"6.5.4","rxjs-compat":"6.5.4","ts-node":"8.6.2","typescript":"3.8.3"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"readmeFilename":"README.md","gitHead":"686f62e96871ecc041fd30369316f04c47ae4099","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@6.5.0-next.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"62dcedfbdb81e20ee0318c58538af00d148c11da","size":14494,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-6.5.0-next.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-6.5.0-next.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/mongoose_6.5.0-next.1_1588770735310_0.7030875764466757"},"_hasShrinkwrap":false,"publish_time":1588770735403,"_cnpm_publish_time":1588770735403,"_cnpmcore_publish_time":"2021-12-16T22:59:34.300Z"},"6.4.0":{"name":"@nestjs/mongoose","version":"6.4.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint '{src,test}/**/*.ts' --fix","build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@nestjs/common":"7.0.1","@nestjs/core":"7.0.1","@types/mongoose":"5.7.6","@types/node":"11.15.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","lint-staged":"10.0.8","mongoose":"5.9.4","prettier":"1.19.1","reflect-metadata":"0.1.13","release-it":"13.1.1","rxjs":"6.5.4","rxjs-compat":"6.5.4","ts-node":"8.6.2","typescript":"3.8.3"},"peerDependencies":{"@nestjs/common":"^6.0.0 || ^7.0.0","@nestjs/core":"^6.0.0 || ^7.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"2d261c00baaeee4b149ea4ab709dd1024b923bac","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@6.4.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"3ea2773528f8c4948b76377d24008f5b663b4e14","size":12579,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-6.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-6.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/mongoose_6.4.0_1584181578828_0.22140288623352222"},"_hasShrinkwrap":false,"publish_time":1584181578928,"_cnpm_publish_time":1584181578928,"_cnpmcore_publish_time":"2021-12-16T22:59:34.504Z"},"6.3.1":{"name":"@nestjs/mongoose","version":"6.3.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint '{src,test}/**/*.ts' --fix","build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@nestjs/common":"6.11.1","@nestjs/core":"6.11.1","@types/mongoose":"5.5.43","@types/node":"11.15.0","@typescript-eslint/eslint-plugin":"2.18.0","@typescript-eslint/parser":"2.18.0","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-import":"2.20.0","husky":"4.2.1","lint-staged":"10.0.3","mongoose":"5.8.10","prettier":"1.19.1","reflect-metadata":"0.1.13","release-it":"12.4.3","rxjs":"6.5.4","rxjs-compat":"6.5.4","ts-node":"8.6.2","typescript":"3.7.5"},"peerDependencies":{"@nestjs/common":"^6.0.0","@nestjs/core":"^6.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"d566eb45c6294af0f9582567e0e82838628310a0","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@6.3.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"542b73a8a9b2b8d42c52c9738eb3e7450018bb93","size":12592,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-6.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-6.3.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/mongoose_6.3.1_1580202312891_0.4368437130980116"},"_hasShrinkwrap":false,"publish_time":1580202313068,"_cnpm_publish_time":1580202313068,"_cnpmcore_publish_time":"2021-12-16T22:59:34.714Z"},"6.3.0":{"name":"@nestjs/mongoose","version":"6.3.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"lint":"eslint '{src,test}/**/*.ts' --fix","build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next","prerelease":"npm run build","release":"release-it"},"devDependencies":{"@commitlint/cli":"8.3.5","@commitlint/config-angular":"8.3.4","@nestjs/common":"6.11.1","@nestjs/core":"6.11.1","@types/mongoose":"5.5.43","@types/node":"11.15.0","@typescript-eslint/eslint-plugin":"2.17.0","@typescript-eslint/parser":"2.17.0","eslint":"6.8.0","eslint-config-prettier":"6.9.0","eslint-plugin-import":"2.20.0","husky":"4.2.1","lint-staged":"10.0.2","mongoose":"5.8.9","prettier":"1.19.1","reflect-metadata":"0.1.13","release-it":"12.4.3","rxjs":"6.5.4","rxjs-compat":"6.5.4","ts-node":"8.6.2","typescript":"3.7.5"},"peerDependencies":{"@nestjs/common":"^6.0.0","@nestjs/core":"^6.0.0","@types/mongoose":"^5.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"}},"gitHead":"e2e88b3535cd3ec6fc630b4e95125bdff261031b","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@6.3.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"c92e8de513266ecbff4e2c24a06f6a6e9e2a3b81","size":12585,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-6.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-6.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/mongoose_6.3.0_1580040247571_0.6258128884636434"},"_hasShrinkwrap":false,"publish_time":1580040247721,"_cnpm_publish_time":1580040247721,"_cnpmcore_publish_time":"2021-12-16T22:59:34.905Z"},"6.2.1":{"name":"@nestjs/mongoose","version":"6.2.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next"},"devDependencies":{"@nestjs/common":"6.10.14","@nestjs/core":"6.10.14","@types/mongoose":"5.5.41","@types/node":"11.15.0","husky":"4.0.8","lint-staged":"9.5.0","mongoose":"5.8.7","prettier":"1.19.1","reflect-metadata":"0.1.13","rxjs":"6.5.4","rxjs-compat":"6.5.4","ts-node":"8.6.2","typescript":"3.7.4"},"peerDependencies":{"@nestjs/common":"^6.0.0","@nestjs/core":"^6.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"gitHead":"8b3ae231f9ddb555a62a04928332bc6bde536da6","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@6.2.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"1e7f7f1870f3b887a8a8aca39accd9be842ee7e8","size":12324,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-6.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-6.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/mongoose_6.2.1_1579014398582_0.6390813205456134"},"_hasShrinkwrap":false,"publish_time":1579014398723,"_cnpm_publish_time":1579014398723,"_cnpmcore_publish_time":"2021-12-16T22:59:35.099Z"},"6.2.0":{"name":"@nestjs/mongoose","version":"6.2.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next"},"devDependencies":{"@nestjs/common":"6.10.14","@nestjs/core":"6.10.14","@types/mongoose":"5.5.41","@types/node":"11.15.0","husky":"4.0.8","lint-staged":"9.5.0","mongoose":"5.8.7","prettier":"1.19.1","reflect-metadata":"0.1.13","rxjs":"6.5.4","rxjs-compat":"6.5.4","ts-node":"8.6.2","typescript":"3.7.4"},"peerDependencies":{"@nestjs/common":"^6.0.0","@nestjs/core":"^6.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"gitHead":"1db46ee967c035fc4fcf281d039652aed688426d","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@6.2.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"085226894852c293ab493e4a9c3ffb23613ac4e4","size":12298,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-6.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-6.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/mongoose_6.2.0_1579014226385_0.3784240474589793"},"_hasShrinkwrap":false,"publish_time":1579014226592,"_cnpm_publish_time":1579014226592,"_cnpmcore_publish_time":"2021-12-16T22:59:35.288Z"},"6.2.0-next.2":{"name":"@nestjs/mongoose","version":"6.2.0-next.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next"},"devDependencies":{"@nestjs/common":"6.8.5","@nestjs/core":"6.8.5","@types/mongoose":"5.5.24","@types/node":"11.15.0","husky":"3.0.9","lint-staged":"9.4.2","mongoose":"5.7.7","prettier":"1.18.2","reflect-metadata":"0.1.13","rxjs":"6.5.3","rxjs-compat":"6.5.3","ts-node":"8.4.1","typescript":"3.6.4"},"peerDependencies":{"@nestjs/common":"^6.0.0","@nestjs/core":"^6.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"readmeFilename":"README.md","gitHead":"8ffa934c1430a1b6db5507e89ed743dd8c3a7509","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@6.2.0-next.2","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"383b140be3c650f633a0cda4747dfd354b607069","size":12298,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-6.2.0-next.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-6.2.0-next.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/mongoose_6.2.0-next.2_1579011354957_0.5200621649643289"},"_hasShrinkwrap":false,"publish_time":1579011355088,"_cnpm_publish_time":1579011355088,"_cnpmcore_publish_time":"2021-12-16T22:59:35.506Z"},"6.2.0-next.1":{"name":"@nestjs/mongoose","version":"6.2.0-next.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next"},"devDependencies":{"@nestjs/common":"6.8.5","@nestjs/core":"6.8.5","@types/mongoose":"5.5.24","@types/node":"11.15.0","husky":"3.0.9","lint-staged":"9.4.2","mongoose":"5.7.7","prettier":"1.18.2","reflect-metadata":"0.1.13","rxjs":"6.5.3","rxjs-compat":"6.5.3","ts-node":"8.4.1","typescript":"3.6.4"},"peerDependencies":{"@nestjs/common":"^6.0.0","@nestjs/core":"^6.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"readmeFilename":"README.md","gitHead":"8ffa934c1430a1b6db5507e89ed743dd8c3a7509","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@6.2.0-next.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"cf88438ba292e33d31f1090a820686a78b09c5a1","size":12266,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-6.2.0-next.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-6.2.0-next.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/mongoose_6.2.0-next.1_1579010860465_0.47280221242494513"},"_hasShrinkwrap":false,"publish_time":1579010860649,"_cnpm_publish_time":1579010860649,"_cnpmcore_publish_time":"2021-12-16T22:59:35.718Z"},"6.1.2":{"name":"@nestjs/mongoose","version":"6.1.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next"},"devDependencies":{"@nestjs/common":"6.1.1","@nestjs/core":"6.1.1","@types/mongoose":"5.3.26","@types/node":"11.13.4","husky":"1.3.1","lint-staged":"8.1.5","mongoose":"5.5.1","prettier":"1.17.0","reflect-metadata":"0.1.13","rxjs":"6.4.0","rxjs-compat":"6.4.0","ts-node":"8.1.0","typescript":"3.4.3"},"peerDependencies":{"@nestjs/common":"^6.0.0","@nestjs/core":"^6.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"gitHead":"ff3ef2296ff9f4c7e9fda1d3d821581a0251da9c","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@6.1.2","_nodeVersion":"10.15.1","_npmVersion":"6.8.0","dist":{"shasum":"fe1c227f5c1fd0f5c9be5c4e37b2897f744bc0b0","size":11132,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-6.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-6.1.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/mongoose_6.1.2_1555404493443_0.17992146127459963"},"_hasShrinkwrap":false,"publish_time":1555404493790,"_cnpm_publish_time":1555404493790,"_cnpmcore_publish_time":"2021-12-16T22:59:36.338Z"},"6.0.0":{"name":"@nestjs/mongoose","version":"6.0.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next"},"devDependencies":{"@nestjs/common":"6.0.0","@nestjs/core":"6.0.0","@types/mongoose":"5.3.22","@types/node":"11.11.3","husky":"0.14.3","lint-staged":"8.1.5","mongoose":"5.4.19","prettier":"1.16.4","reflect-metadata":"0.1.12","rxjs":"6.4.0","rxjs-compat":"6.4.0","ts-node":"8.0.3","typescript":"3.3.3333"},"peerDependencies":{"@nestjs/common":"^6.0.0","@nestjs/core":"^6.0.0","mongoose":"^5.4.19","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"gitHead":"984ea7aa40965dc25cee3451ee0b60eb9e793e13","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@6.0.0","_nodeVersion":"10.15.1","_npmVersion":"6.8.0","dist":{"shasum":"886fad19db41c79ea425e4de32730977c3892aff","size":11148,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-6.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-6.0.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/mongoose_6.0.0_1552774912404_0.4467678273857243"},"_hasShrinkwrap":false,"publish_time":1552774912587,"_cnpm_publish_time":1552774912587,"_cnpmcore_publish_time":"2021-12-16T22:59:36.744Z"},"5.2.2":{"name":"@nestjs/mongoose","version":"5.2.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next"},"devDependencies":{"@nestjs/common":"^5.1.0","@nestjs/core":"^5.1.0","@types/mongoose":"^5.0.7","@types/node":"^7.0.41","husky":"^0.14.3","lint-staged":"^7.0.0","mongoose":"^5.0.1","prettier":"^1.11.1","reflect-metadata":"^0.1.12","rxjs":"^6.0.0","rxjs-compat":"^6.2.1","ts-node":"^3.3.0","typescript":"^2.8.0"},"peerDependencies":{"@nestjs/common":"^5.1.0","@nestjs/core":"^5.1.0","mongoose":"^5.0.1","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"gitHead":"456dce964ec68bf2848b0867114048f98037c2fe","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@5.2.2","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"62de0bd1c2eda0865a2bb034270f1bda51a61915","size":11119,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-5.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-5.2.2.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose_5.2.2_1536489113528_0.5733810217263065"},"_hasShrinkwrap":false,"publish_time":1536489113712,"_cnpm_publish_time":1536489113712,"_cnpmcore_publish_time":"2021-12-16T22:59:37.039Z"},"5.2.1":{"name":"@nestjs/mongoose","version":"5.2.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next"},"devDependencies":{"@nestjs/common":"^5.1.0","@nestjs/core":"^5.1.0","@types/mongoose":"^5.0.7","@types/node":"^7.0.41","husky":"^0.14.3","lint-staged":"^7.0.0","mongoose":"^5.0.1","prettier":"^1.11.1","reflect-metadata":"^0.1.12","rxjs":"^6.0.0","rxjs-compat":"^6.2.1","ts-node":"^3.3.0","typescript":"^2.8.0"},"peerDependencies":{"@nestjs/common":"^5.1.0","@nestjs/core":"^5.1.0","mongoose":"^5.0.1","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"gitHead":"42e38d4ad088057bb8f551081a0fb1538e7eb34d","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@5.2.1","_npmVersion":"6.2.0","_nodeVersion":"8.11.3","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"c4043bd26abb936edc06bd90afb877f5ae9c7f76","size":11077,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-5.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-5.2.1.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose_5.2.1_1535191069860_0.16698483755191607"},"_hasShrinkwrap":false,"publish_time":1535191069913,"_cnpm_publish_time":1535191069913,"_cnpmcore_publish_time":"2021-12-16T22:59:37.253Z"},"5.2.0":{"name":"@nestjs/mongoose","version":"5.2.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"build":"rm -rf dist && tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next"},"devDependencies":{"@nestjs/common":"^5.1.0","@nestjs/core":"^5.1.0","@types/mongoose":"^5.0.7","@types/node":"^7.0.41","husky":"^0.14.3","lint-staged":"^7.0.0","mongoose":"^5.0.1","prettier":"^1.11.1","reflect-metadata":"^0.1.12","rxjs":"^6.0.0","rxjs-compat":"^6.2.1","ts-node":"^3.3.0","typescript":"^2.8.0"},"peerDependencies":{"@nestjs/common":"^5.1.0","@nestjs/core":"^5.1.0","mongoose":"^5.0.1","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"gitHead":"c173cceac44807edfd0c3284c4991fba02e77a48","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@5.2.0","_npmVersion":"6.2.0","_nodeVersion":"8.11.3","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"691634b831d4eba2e75fa62491684eb11ea50790","size":11078,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-5.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-5.2.0.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose_5.2.0_1535097998666_0.004627199070399657"},"_hasShrinkwrap":false,"publish_time":1535097998817,"_cnpm_publish_time":1535097998817,"_cnpmcore_publish_time":"2021-12-16T22:59:37.537Z"},"5.1.0":{"name":"@nestjs/mongoose","version":"5.1.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"build":"tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next"},"devDependencies":{"@nestjs/common":"^5.1.0","@nestjs/core":"^5.1.0","@types/mongoose":"^5.0.7","@types/node":"^7.0.41","husky":"^0.14.3","lint-staged":"^7.0.0","mongoose":"^5.0.1","prettier":"^1.11.1","reflect-metadata":"^0.1.12","rxjs":"^6.0.0","rxjs-compat":"^6.2.1","ts-node":"^3.3.0","typescript":"^2.8.0"},"peerDependencies":{"@nestjs/common":"^5.1.0","@nestjs/core":"^5.1.0","mongoose":"^5.0.1","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"gitHead":"c173cceac44807edfd0c3284c4991fba02e77a48","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@5.1.0","_npmVersion":"6.1.0","_nodeVersion":"8.11.3","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"b8cf3a7e12e8286d81e8082f344318417ec071a7","size":10299,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-5.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-5.1.0.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose_5.1.0_1532441206729_0.6999120632816906"},"_hasShrinkwrap":false,"publish_time":1532441206897,"_cnpm_publish_time":1532441206897,"_cnpmcore_publish_time":"2021-12-16T22:59:37.756Z"},"5.0.0":{"name":"@nestjs/mongoose","version":"5.0.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"build":"tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next"},"devDependencies":{"@types/node":"^7.0.41","@types/mongoose":"^5.0.7","husky":"^0.14.3","lint-staged":"^7.0.0","prettier":"^1.11.1","ts-node":"^3.3.0","typescript":"^2.8.0"},"peerDependencies":{"@nestjs/common":"^5.0.0","mongoose":"^5.0.1","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"gitHead":"bd45b27a73a2c33ca44b0ca0ad5a7322c76f62c6","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@5.0.0","_npmVersion":"5.8.0","_nodeVersion":"8.9.4","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"df9119dad115306e443a03b31760c43c35e293c1","size":9910,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-5.0.0.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose_5.0.0_1527338083191_0.9362836011429949"},"_hasShrinkwrap":false,"publish_time":1527338083344,"_cnpm_publish_time":1527338083344,"_cnpmcore_publish_time":"2021-12-16T22:59:38.024Z"},"4.0.2":{"name":"@nestjs/mongoose","version":"4.0.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"repository":{"type":"git","url":"git+https://github.com/nestjs/mongoose.git"},"license":"MIT","scripts":{"build":"tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next"},"devDependencies":{"@types/node":"^7.0.41","@types/mongoose":"^5.0.7","husky":"^0.14.3","lint-staged":"^7.0.0","prettier":"^1.11.1","ts-node":"^3.3.0","typescript":"^2.8.0"},"peerDependencies":{"@nestjs/common":"^5.0.0","mongoose":"^5.0.1","reflect-metadata":"^0.1.12","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"readmeFilename":"README.md","gitHead":"bd45b27a73a2c33ca44b0ca0ad5a7322c76f62c6","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"homepage":"https://github.com/nestjs/mongoose#readme","_id":"@nestjs/mongoose@4.0.2","_npmVersion":"5.8.0","_nodeVersion":"8.9.4","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"986b5d0926f46e9d2d2670ce9ee811d3e4480473","size":9762,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-4.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-4.0.2.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose_4.0.2_1527336997688_0.7383533759957104"},"_hasShrinkwrap":false,"publish_time":1527336997784,"_cnpm_publish_time":1527336997784,"_cnpmcore_publish_time":"2021-12-16T22:59:38.265Z"},"4.0.1":{"name":"@nestjs/mongoose","version":"4.0.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","scripts":{"build":"tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public","prepublish:next":"npm run build","publish:next":"npm publish --access public --tag next"},"devDependencies":{"@types/node":"^7.0.41","@types/mongoose":"^5.0.7","husky":"^0.14.3","lint-staged":"^7.0.0","prettier":"^1.11.1","ts-node":"^3.3.0","typescript":"^2.8.0"},"peerDependencies":{"@nestjs/common":"^5.0.0","mongoose":"^5.0.1","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"readmeFilename":"README.md","gitHead":"890894fb150499a70f9662fb85c58e0a71ed2704","_id":"@nestjs/mongoose@4.0.1","_npmVersion":"5.8.0","_nodeVersion":"8.9.4","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"78a50c9bc7a4fab6c7b10e9497b06d3321a943dc","size":3989,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-4.0.1.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose_4.0.1_1527334257579_0.9715798845946748"},"_hasShrinkwrap":false,"publish_time":1527334257689,"_cnpm_publish_time":1527334257689,"_cnpmcore_publish_time":"2021-12-16T22:59:38.627Z"},"4.0.0":{"name":"@nestjs/mongoose","version":"4.0.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","scripts":{"build":"tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public"},"devDependencies":{"@types/node":"^7.0.41","@types/mongoose":"^5.0.7","husky":"^0.14.3","lint-staged":"^7.0.0","prettier":"^1.11.1","ts-node":"^3.3.0","typescript":"^2.8.0"},"peerDependencies":{"@nestjs/common":"^5.0.0","mongoose":"^5.0.1","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"gitHead":"cdd2d2e30091ec5df02288a449c77d383a2f8bff","_id":"@nestjs/mongoose@4.0.0","_npmVersion":"5.8.0","_nodeVersion":"8.9.4","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"22ddf074492e29a7a3244f95e881fde4c3f64aed","size":3639,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-4.0.0.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose_4.0.0_1526209094961_0.06560969785883297"},"_hasShrinkwrap":false,"publish_time":1526209095068,"_cnpm_publish_time":1526209095068,"_cnpmcore_publish_time":"2021-12-16T22:59:38.841Z"},"3.0.2":{"name":"@nestjs/mongoose","version":"3.0.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","scripts":{"build":"tsc -p tsconfig.json","precommit":"lint-staged","prepublish:npm":"npm run build","publish:npm":"npm publish --access public"},"devDependencies":{"@types/node":"^7.0.41","@types/mongoose":"^5.0.7","husky":"^0.14.3","lint-staged":"^7.0.0","prettier":"^1.11.1","ts-node":"^3.3.0","typescript":"^2.8.0"},"peerDependencies":{"@nestjs/common":"^5.0.0","mongoose":"^5.0.1","rxjs":"^6.0.0"},"lint-staged":{"*.ts":["prettier --write","git add"]},"gitHead":"cdd2d2e30091ec5df02288a449c77d383a2f8bff","_id":"@nestjs/mongoose@3.0.2","_npmVersion":"5.8.0","_nodeVersion":"8.9.4","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"1ea2431c6b454633e3874f98ae34d4fac759f97f","size":3639,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-3.0.2.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose_3.0.2_1526209075970_0.05480618909328072"},"_hasShrinkwrap":false,"publish_time":1526209076328,"_cnpm_publish_time":1526209076328,"_cnpmcore_publish_time":"2021-12-16T22:59:39.047Z"},"3.0.1":{"name":"@nestjs/mongoose","version":"3.0.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","peerDependencies":{"@nestjs/common":"^4.5.0","mongoose":"^5.0.1"},"_id":"@nestjs/mongoose@3.0.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"11f67fa02ee93462d25d4998303cc3b8292d1ca6","size":2846,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-3.0.1.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose-3.0.1.tgz_1516531409984_0.7031726893037558"},"directories":{},"publish_time":1516531410992,"_hasShrinkwrap":false,"_cnpm_publish_time":1516531410992,"_cnpmcore_publish_time":"2021-12-16T22:59:39.234Z"},"3.0.0":{"name":"@nestjs/mongoose","version":"3.0.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","peerDependencies":{"@nestjs/common":"^4.5.0","mongoose":"^5.0.1"},"_id":"@nestjs/mongoose@3.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"f5b48f3b8d5d0c3fe974f656e9895298e673c2fa","size":2834,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-3.0.0.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose-3.0.0.tgz_1516531181553_0.9817676153033972"},"directories":{},"publish_time":1516531181672,"_hasShrinkwrap":false,"_cnpm_publish_time":1516531181672,"_cnpmcore_publish_time":"2021-12-16T22:59:39.449Z"},"2.0.0":{"name":"@nestjs/mongoose","version":"2.0.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","peerDependencies":{"@nestjs/common":"^4.3.0","mongoose":"^4.11.13"},"_id":"@nestjs/mongoose@2.0.0","scripts":{},"_shasum":"f34b99e28d479a898c2dcd7b2a0852c1742ce294","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.4","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"f34b99e28d479a898c2dcd7b2a0852c1742ce294","size":2863,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-2.0.0.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose-2.0.0.tgz_1514905150561_0.8638580397237092"},"directories":{},"publish_time":1514905150711,"_hasShrinkwrap":false,"_cnpm_publish_time":1514905150711,"_cnpmcore_publish_time":"2021-12-16T22:59:39.644Z"},"1.0.2":{"name":"@nestjs/mongoose","version":"1.0.2","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","peerDependencies":{"@nestjs/common":"^4.3.0","mongoose":"^4.11.13"},"_id":"@nestjs/mongoose@1.0.2","scripts":{},"_shasum":"0b6aabfe422ed6245ab6625351d2aaa4be3232b5","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.4","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"0b6aabfe422ed6245ab6625351d2aaa4be3232b5","size":2718,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-1.0.2.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose-1.0.2.tgz_1513353885877_0.6065839268267155"},"directories":{},"publish_time":1513353886793,"_hasShrinkwrap":false,"_cnpm_publish_time":1513353886793,"_cnpmcore_publish_time":"2021-12-16T22:59:39.880Z"},"1.0.1":{"name":"@nestjs/mongoose","version":"1.0.1","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","peerDependencies":{"@nestjs/common":"^4.3.0","mongoose":"^4.11.13"},"_id":"@nestjs/mongoose@1.0.1","scripts":{},"_shasum":"5b7bbe479076ae793aeaca02fb18b58558f1a204","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.4","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"5b7bbe479076ae793aeaca02fb18b58558f1a204","size":2715,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-1.0.1.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose-1.0.1.tgz_1513292294507_0.3935496653430164"},"directories":{},"publish_time":1513292295392,"_hasShrinkwrap":false,"_cnpm_publish_time":1513292295392,"_cnpmcore_publish_time":"2021-12-16T22:59:40.073Z"},"1.0.0":{"name":"@nestjs/mongoose","version":"1.0.0","description":"Nest - modern, fast, powerful node.js web framework (@mongoose)","author":{"name":"Kamil Mysliwiec"},"license":"MIT","scripts":{"build":"tsc -p tsconfig.json"},"dependencies":{"@nestjs/common":"^4.3.0","mongoose":"^4.11.13","typescript":"^2.4.2"},"devDependencies":{"@types/mongoose":"^4.7.23","@types/node":"^7.0.41","ts-node":"^3.3.0"},"_id":"@nestjs/mongoose@1.0.0","_shasum":"96e37a6cbf776b526d62cd1b733b13fa440b3c35","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.4","_npmUser":{"name":"nestjscore","email":"admin@kamilmysliwiec.com"},"dist":{"shasum":"96e37a6cbf776b526d62cd1b733b13fa440b3c35","size":2816,"noattachment":false,"key":"/@nestjs/mongoose/-/@nestjs/mongoose-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@nestjs/mongoose/download/@nestjs/mongoose-1.0.0.tgz"},"maintainers":[{"name":"kamilmysliwiec","email":""},{"name":"nestjscore","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mongoose-1.0.0.tgz_1513292258320_0.3704596417956054"},"directories":{},"publish_time":1513292259256,"_hasShrinkwrap":false,"_cnpm_publish_time":1513292259256,"_cnpmcore_publish_time":"2021-12-16T22:59:40.290Z"}},"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://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\n[Mongoose](http://mongoosejs.com/) module for [Nest](https://github.com/nestjs/nest).\n\n## Installation\n\n```bash\n$ npm i --save @nestjs/mongoose mongoose\n```\n\n## Quick Start\n\n[Overview & Tutorial](https://docs.nestjs.com/techniques/mongodb)\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/mongoose#readme","bugs":{"url":"https://github.com/nestjs/mongoose/issues"},"license":"MIT"}