UNPKG

mf-mongoose-softdelete

Version:

Retain historical data by flagging docs as 'deleted' instead of permanently destroying them.

74 lines (73 loc) 1.81 kB
{ "name": "mf-mongoose-softdelete", "version": "1.0.4", "description": "Retain historical data by flagging docs as 'deleted' instead of permanently destroying them.", "main": "src/index.js", "scripts": { "test": "node --debug-brk lib/examples/app.js" }, "repository": { "type": "git", "url": "git+https://github.com/MEANFactory/mf-mongoose-softdelete.git" }, "keywords": [ "mongoose", "dto", "toObject", "toJSON", "validtion", "hiding", "acl" ], "author": { "name": "MEAN Factory", "email": "support@meanfactory.com", "url": "http://www.meanfactory.com/" }, "contributors": [ { "name": "Fred Lackey", "email": "fred.lackey@gmail.com", "url": "http://www.fredlackey.com/" } ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/MEANFactory/mf-mongoose-softdelete/issues" }, "homepage": "https://github.com/MEANFactory/mf-mongoose-softdelete#readme", "dependencies": { "mf-utils-node": ">=1.0.6", "mongoose": "^4.11.4" }, "devDependencies": { "del": "^3.0.0", "gulp": "^3.9.1", "gulp-bump": "^2.7.0", "gulp-filter": "^5.0.0", "gulp-header": "1.8.9", "gulp-if": "^2.0.2", "gulp-jscs": "^4.0.0", "gulp-jshint": "^2.0.4", "gulp-load-plugins": "^1.5.0", "gulp-nodemon": "^2.2.1", "gulp-plumber": "^1.1.0", "gulp-print": "^2.0.1", "gulp-rev": "^8.0.0", "gulp-rev-replace": "^0.4.3", "gulp-task-listing": "^1.0.1", "gulp-uglify": "^3.0.0", "gulp-useref": "^3.1.2", "gulp-util": "^3.0.8", "jshint": "^2.9.5", "jshint-stylish": "^2.2.1", "merge-stream": "^1.0.1", "uuid": "^3.1.0", "yargs": "^8.0.2" }, "paths": { "build": "./build/", "root": "./", "temp": "./tmp/" } }