UNPKG

mongoose-recursive-upsert

Version:

For upserting Mongoose objects while preserving Middleware and defaults.

38 lines (37 loc) 918 B
{ "name": "mongoose-recursive-upsert", "version": "0.8.1", "description": "For upserting Mongoose objects while preserving Middleware and defaults.", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "mocha tests/upsert.tests.js" }, "keywords": [ "Mongoose", "Plugins", "Upsert" ], "homepage": "https://github.com/rgilling/mongoose-recursive-upsert", "bugs": "https://github.com/rgilling/mongoose-recursive-upsert/issues", "author": "Richard Gilling <Richard.Gilling@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/rgilling/mongoose-recursive-upsert/issues" }, "peerDependencies": { "mongoose": ">=4.0" }, "dependencies": { "lodash": "^4.17.4" }, "devDependencies": { "mocha": "^3.2.0", "mongoose": "^4.8.3", "shortid": "^2.2.6", "should": "^11.2.0" } }