{"name":"mongoose","version":"9.7.4","keywords":["mongodb","document","model","schema","database","odm","data","datastore","query","nosql","orm","db"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"license":"MIT","_id":"mongoose@9.7.4","maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"vkarpov15","email":"val@karpov.io"}],"homepage":"https://mongoosejs.com","bugs":{"url":"https://github.com/Automattic/mongoose/issues/new"},"dist":{"shasum":"e3b3fe66f741c275e2c4bf7bedf81c02c3ddc988","tarball":"https://registry.npmjs.org/mongoose/-/mongoose-9.7.4.tgz","fileCount":300,"integrity":"sha512-nuSYGUWWzNd4EAbGYxE469wPTL+kmxb5+91YvCvMkJ08rvNRht/usZUU3LuFuk7rDutF2QWBZHPHuzM8TxXApA==","signatures":[{"sig":"MEUCIQDWH2j/EMTn4QPHduAYViXYvvYoG9BrKev/VPc1xw+cZQIgW/G7Q783xT0UBi94CkcRkiKCnJI2n05B/HaoHgFQ+zI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/mongoose@9.7.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2102019},"main":"./index.js","type":"commonjs","types":"./types/index.d.ts","config":{"mongodbMemoryServer":{"disablePostinstall":true}},"engines":{"node":">=20.19.0"},"funding":{"url":"https://opencollective.com/mongoose","type":"opencollective"},"gitHead":"62192d1d3842a4d907106cc33942b4afcd4ac254","scripts":{"tdd":"mocha --watch --inspect --recursive ./test/*.test.js --watch-files lib/**/*.js test/**/*.js","lint":"eslint .","test":"mocha --exit ./test/*.test.js","mongo":"node ./tools/repl.js","lint-js":"eslint . --ext .js --ext .cjs","lint-md":"markdownlint-cli2 \"docs/**/*.md\" \"docs/*.md\" \"*.md\"","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:ci":"npm run test -- --reporter min","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","test-rs:ci":"npm run test-rs -- --reporter min","test:types":"tstyche","test-deno:ci":"npm run test-deno -- --reporter min","ts-benchmark":"cd ./benchmarks/typescript/simple && npm install && npm run benchmark | node ../../../scripts/tsc-diagnostics-check","docs:clean:5x":"rm -rf index.html && rm -rf ./docs/5.x && rm -rf ./docs/source/_docs && rm -rf ./tmp","docs:clean:6x":"rm -rf index.html && rm -rf ./docs/6.x && rm -rf ./docs/source/_docs && rm -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":"c8 --reporter=html --reporter=text npm test","test-encryption":"mocha --exit ./test/encryption/*.test.js","attest-benchmark":"node ./benchmarks/typescript/infer.bench.mts","docs:check-links":"linkinator http://127.0.0.1:8089 --silent --recurse --skip cdn.carbonads.com --skip m.servedby-buysellads.com --skip \"127\\.0\\.0\\.1:8089/docs/\\d+.x\"","docs:copy:tmp:5x":"rm -rf ./docs/5.x && ncp ./tmp ./docs/5.x","docs:copy:tmp:6x":"rm -rf ./docs/6.x && ncp ./tmp ./docs/6.x","test-coverage:ci":"c8 --reporter=html --reporter=text npm run test:ci","docs:clean:stable":"rm -rf index.html && rm -rf ./docs/*.html  && rm -rf ./docs/api && rm -rf ./docs/tutorials/*.html && rm -rf ./docs/typescript/*.html && rm -rf ./docs/*.html && rm -rf ./docs/source/_docs && rm -rf ./tmp","test-encryption:ci":"npm run test-encryption -- --reporter min","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 && rm -rf ./docs/7.x && mv ./tmp ./docs/7.x","docs:prepare:publish:8x":"env DOCS_DEPLOY=true npm run docs:generate && git checkout gh-pages && rm -rf ./docs/8.x && mv ./tmp ./docs/8.x","docs:generate:sponsorData":"node ./scripts/loadSponsorData.js","docs:update-mongodb-links":"node ./scripts/update-mongodb-links.js","docs:prepare:publish:stable":"git checkout gh-pages && git merge master && env GENERATE_SEARCH=true 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"}},"repository":{"url":"git://github.com/Automattic/mongoose.git","type":"git"},"_npmVersion":"11.16.0","description":"Mongoose MongoDB ODM","directories":{"lib":"./lib/mongoose"},"_nodeVersion":"24.18.0","dependencies":{"ms":"2.1.3","sift":"17.1.3","mpath":"0.9.0","kareem":"3.3.0","mquery":"6.0.0","mongodb":"~7.2","@standard-schema/spec":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"11.0.0","ajv":"8.20.0","dox":"1.0.0","ncp":"^2.0.0","pug":"3.0.4","xss":"1.0.15","glob":"^13.0.6","uuid":"14.0.1","mocha":"12.0.0-beta-10","sinon":"22.0.0","acquit":"1.4.0","eslint":"10.6.0","marked":"18.0.5","mkdirp":"^3.0.1","moment":"2.30.1","cheerio":"1.2.0","express":"5.2.1","globals":"^17.4.0","tstyche":"^7.0.0","fs-extra":"~11.3.0","@eslint/js":"^9.39.3","linkinator":"7.x","typescript":"5.9.3","@ark/attest":"0.56.1","@types/node":"^20.19.0","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","markdownlint-cli2":"0.22.1","typescript-eslint":"^8.31.1","lodash.isequalwith":"4.4.0","mongodb-memory-server":"11.2.0","mongodb-client-encryption":"~7.0","eslint-plugin-mocha-no-only":"1.2.0","@mongodb-js/mongodb-downloader":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/mongoose_9.7.4_1783367325948_0.9025178283663622","host":"s3://npm-registry-packages-npm-production"}}