UNPKG

mongoose-to-object-project

Version:

Adds projection to toObject with predefined levels and level selector capabilitiy

57 lines (56 loc) 1.29 kB
{ "name": "mongoose-to-object-project", "version": "2.4.1", "description": "Adds projection to toObject with predefined levels and level selector capabilitiy", "main": "index.js", "scripts": { "test": "mocha", "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec" }, "repository": { "type": "git", "url": "git+https://github.com/Faleij/mongoose-toObject-project.git" }, "keywords": [ "mongoose", "toObject", "projection", "mongodb" ], "author": "Faleij", "license": "LGPL-3.0", "bugs": { "url": "https://github.com/Faleij/mongoose-toObject-project/issues" }, "homepage": "https://github.com/Faleij/mongoose-toObject-project#readme", "dependencies": {}, "devDependencies": { "coveralls": "2.11.4", "istanbul": "0.4.1", "mocha": "2.3.4", "expect.js": "0.3.1", "mongoose": "4.4.14" }, "jshintConfig": { "node": true, "mocha": true, "indent": 4, "eqeqeq": true, "quotmark": "single", "asi": false, "es5": false, "esnext": true, "globals": { "describe": true, "it": true, "before": true, "beforeEach": true, "after": true, "afterEach": true, "gc": true } }, "engines": { "node": ">=4.0.0" } }