{"tsd":{"directory":"test/types","compilerOptions":{"module":"commonjs","strict":true,"target":"ES2017","noImplicitAny":false,"esModuleInterop":false,"strictNullChecks":true,"allowSyntheticDefaultImports":true,"strictPropertyInitialization":false}},"bugs":{"url":"https://github.com/Automattic/mongoose/issues/new"},"dist":{"shasum":"1bdd73d7282b74b3349e4cdcca80cf4afe552e33","tarball":"https://registry.npmjs.org/mongoose/-/mongoose-8.24.4.tgz","fileCount":303,"integrity":"sha512-DoV8hYy5ssoh/j99rhYzeS2BLLcLJZ+EGQYfe/Ln+yMorBy0wgKdlwJBj59zJ1N0MnEKQypbeqUYFB0FVThmYg==","signatures":[{"sig":"MEYCIQDzPpBEJM46nAxvcETUbPvcSCXr91NtlB56anY+wdtq0AIhAPsYEzOjwBehOC/HcX5qInB6K6dnp8Vj1eyFBhC3MwRf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIQCZhSHSdTUVC459Dxkn5rVMSHKG99y5sKSkpSCSg+UWegIfE71fe+LxpFAlnQTyuNEspTK3rRG6n+ZikNUoqiz9Nw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/mongoose@8.24.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2631643},"main":"./index.js","name":"mongoose","type":"commonjs","types":"./types/index.d.ts","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"config":{"mongodbMemoryServer":{"disablePostinstall":true}},"browser":"./dist/browser.umd.js","engines":{"node":">=16.20.1"},"funding":{"url":"https://opencollective.com/mongoose","type":"opencollective"},"gitHead":"98b7f0252c9a2e9b6071c02f9a3414f36bcbae21","license":"MIT","scripts":{"tdd":"mocha ./test/*.test.js --inspect --watch --recursive --watch-files ./**/*.{js,ts}","lint":"eslint .","test":"mocha --exit ./test/*.test.js","mongo":"node ./tools/repl.js","lint-js":"eslint . --ext .js --ext .cjs","lint-md":"markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#benchmarks\"","lint-ts":"eslint . --ext .ts","release":"git pull && git push origin master --tags && npm publish","test-rs":"START_REPLICA_SET=1 mocha --timeout 30000 --exit ./test/*.test.js","test-tsd":"node ./test/types/check-types-filename && tsd","docs:test":"npm run docs:generate","docs:view":"node ./scripts/static.js","test-deno":"deno run --allow-env --allow-read --allow-net --allow-run --allow-sys --allow-write ./test/deno.mjs","docs:clean":"npm run docs:clean:stable","publish-7x":"npm publish --tag 7x","release-5x":"git pull origin 5.x && git push origin 5.x && git push origin 5.x --tags && npm publish --tag 5x","release-6x":"git pull origin 6.x && git push origin 6.x && git push origin 6.x --tags && npm publish --tag 6x","ts-benchmark":"cd ./benchmarks/typescript/simple && npm install && npm run benchmark | node ../../../scripts/tsc-diagnostics-check","build-browser":"(rm ./dist/* || true) && node ./scripts/build-browser.js","docs:clean:5x":"rimraf index.html && rimraf -rf ./docs/5.x && rimraf -rf ./docs/source/_docs && rimraf -rf ./tmp","docs:clean:6x":"rimraf index.html && rimraf -rf ./docs/6.x && rimraf -rf ./docs/source/_docs && rimraf -rf ./tmp","docs:copy:tmp":"mkdirp ./tmp/docs/css && mkdirp ./tmp/docs/js && mkdirp ./tmp/docs/images && mkdirp ./tmp/docs/tutorials && mkdirp ./tmp/docs/typescript && mkdirp ./tmp/docs/api && ncp ./docs/css ./tmp/docs/css --filter=.css$ && ncp ./docs/js ./tmp/docs/js --filter=.js$ && ncp ./docs/images ./tmp/docs/images && ncp ./docs/tutorials ./tmp/docs/tutorials && ncp ./docs/typescript ./tmp/docs/typescript && ncp ./docs/api ./tmp/docs/api && cp index.html ./tmp && cp docs/*.html ./tmp/docs/","docs:generate":"node ./scripts/website.js","test-coverage":"nyc --reporter=html --reporter=text npm test","prepublishOnly":"npm run build-browser","test-encryption":"mocha --exit ./test/encryption/*.test.js","attest-benchmark":"node ./benchmarks/typescript/infer.bench.mts","docs:check-links":"blc http://127.0.0.1:8089 -ro","docs:copy:tmp:5x":"rimraf ./docs/5.x && ncp ./tmp ./docs/5.x","docs:copy:tmp:6x":"rimraf ./docs/6.x && ncp ./tmp ./docs/6.x","docs:clean:stable":"rimraf index.html && rimraf -rf ./docs/*.html  && rimraf -rf ./docs/api && rimraf -rf ./docs/tutorials/*.html && rimraf -rf ./docs/typescript/*.html && rimraf -rf ./docs/*.html && rimraf -rf ./docs/source/_docs && rimraf -rf ./tmp","ts-benchmark:local":"node ./scripts/create-tarball && cd ./benchmarks/typescript/simple && rm -rf ./node_modules && npm install && npm run benchmark | node ../../../scripts/tsc-diagnostics-check","setup-test-encryption":"node scripts/setup-encryption-tests.js","docs:prepare:publish:5x":"git checkout 5.x && git merge 5.x && npm run docs:clean:stable && npm run docs:generate && npm run docs:copy:tmp && git checkout gh-pages && npm run docs:copy:tmp:5x","docs:prepare:publish:6x":"git checkout 6.x && git merge 6.x && npm run docs:clean:stable && env DOCS_DEPLOY=true npm run docs:generate && mv ./docs/6.x ./tmp && git checkout gh-pages && npm run docs:copy:tmp:6x","docs:prepare:publish:7x":"env DOCS_DEPLOY=true npm run docs:generate && git checkout gh-pages && rimraf ./docs/7.x && mv ./tmp ./docs/7.x","docs:prepare:publish:8x":"env DOCS_DEPLOY=true npm run docs:generate && git checkout gh-pages && rimraf ./docs/8.x && mv ./tmp ./docs/8.x","docs:generate:sponsorData":"node ./scripts/loadSponsorData.js","docs:prepare:publish:stable":"git checkout gh-pages && git merge master && npm run docs:generate","create-separate-require-instance":"rm -rf ./node_modules/mongoose-separate-require-instance && node ./scripts/create-tarball && tar -xzf mongoose.tgz -C ./node_modules && mv ./node_modules/package ./node_modules/mongoose-separate-require-instance"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:c0fd5335-b16d-4f99-abd7-dd8c184ee4f5"}},"homepage":"https://mongoosejs.com","keywords":["mongodb","document","model","schema","database","odm","data","datastore","query","nosql","orm","db"],"repository":{"url":"git://github.com/Automattic/mongoose.git","type":"git"},"_npmVersion":"11.17.0","description":"Mongoose MongoDB ODM","directories":{"lib":"./lib/mongoose"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"vkarpov15","email":"val@karpov.io"}],"_nodeVersion":"24.19.0","dependencies":{"ms":"2.1.3","bson":"^6.10.4","sift":"17.1.3","mpath":"0.9.0","kareem":"2.6.3","mquery":"5.0.0","mongodb":"~6.20.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"q":"1.5.1","ajv":"8.20.0","dox":"1.0.0","ncp":"^2.0.0","nyc":"15.1.0","pug":"3.0.3","tsd":"0.33.0","uuid":"11.1.0","mocha":"11.7.4","sinon":"21.0.0","acquit":"1.4.0","buffer":"^5.6.0","eslint":"8.57.1","marked":"15.x","mkdirp":"^3.0.1","moment":"2.30.1","cheerio":"1.1.2","express":"^4.19.2","webpack":"5.106.2","fs-extra":"~11.3.0","typescript":"5.9.3","@ark/attest":"0.53.0","@babel/core":"7.28.5","babel-loader":"8.2.5","highlight.js":"11.11.1","acquit-ignore":"0.2.2","acquit-require":"0.1.1","lodash.isequal":"4.5.0","mongodb-runner":"^6.0.0","@babel/preset-env":"7.28.5","assert-browserify":"2.0.0","crypto-browserify":"3.12.1","markdownlint-cli2":"^0.18.1","stream-browserify":"3.0.0","lodash.isequalwith":"4.4.0","broken-link-checker":"^0.7.8","mongodb-memory-server":"10.3.0","eslint-plugin-markdown":"^5.1.0","@typescript-eslint/parser":"^8.19.1","eslint-plugin-mocha-no-only":"1.2.0","@mongodb-js/mongodb-downloader":"^1.0.0","@typescript-eslint/eslint-plugin":"^8.19.1"},"_npmOperationalInternal":{"tmp":"tmp/mongoose_8.24.4_1787345006707_0.0632201215857997","host":"s3://npm-registry-packages-npm-production"},"_id":"mongoose@8.24.4","version":"8.24.4"}