UNPKG

mongoose-lean-extension

Version:

This plugin extends the functionality of mongoose .lean() to avoid the extra work brought by the default behavior...

43 lines (42 loc) 1.2 kB
{ "name": "mongoose-lean-extension", "version": "1.0.3", "description": "This plugin extends the functionality of mongoose .lean() to avoid the extra work brought by the default behavior...", "keywords": [ "mongoose", "lean", "mongo", "plugin", "mongodb", "ObjectId", "extension", "stringify" ], "license": "MIT", "author": "ssekandi <ssekandiraymond01@gmail.com>", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest --coverage", "dev": "npx nodemon .", "start": "node ." }, "peerDependencies": { "mongoose": "8.x" }, "devDependencies": { "jest": "^29.7.0", "mongodb-memory-server": "^10.1.4", "mongoose": "^8.15.1", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "repository": { "type": "git", "url": "git+https://github.com/SsekandiRaymond/mongoose-lean-extension.git" }, "homepage": "https://github.com/SsekandiRaymond/mongoose-lean-extension#readme", "bugs": { "url": "https://github.com/SsekandiRaymond/mongoose-lean-extension/issues" } }