UNPKG

mongoose-autopopulate

Version:

Always populate() certain fields in your mongoose schemas

43 lines (42 loc) 1.23 kB
{ "name": "mongoose-autopopulate", "version": "1.2.1", "description": "Always populate() certain fields in your mongoose schemas", "main": "index.js", "homepage": "https://github.com/mongoosejs/mongoose-autopopulate", "scripts": { "docs": "acquit-markdown -r acquit-ignore -p ./test/integration.js > examples.md", "lint": "eslint .", "test": "mocha ./test/*.js", "test-integration": "mocha ./test/integration.js", "test-travis": "nyc --reporter=lcov npm test && nyc check-coverage --lines 80 --functions 80 --branches 80" }, "repository": { "type": "git", "url": "https://github.com/mongoosejs/mongoose-autopopulate.git" }, "keywords": [ "mongoose", "populate", "autopopulate", "mongodb" ], "devDependencies": { "acquit": "1.0.0", "acquit-ignore": "0.0.3", "acquit-markdown": "0.1.0", "eslint": "7.32.0", "mocha": "5.1.1", "mongoose": "9.0.0-rc1", "nyc": "11.7.3" }, "peerDependencies": { "mongoose": "6.x || 7.x || 8.x || ^9.0.0-0" }, "types": "./index.d.ts", "author": "Valeri Karpov <val@karpov.io>", "license": "Apache 2.0", "bugs": { "url": "https://github.com/mongoosejs/mongoose-autopopulate/issues" } }