object-patch
Version:
Deep object extend / merge with a mongo-like $inc operator.
37 lines (36 loc) • 743 B
JSON
{
"name": "object-patch",
"version": "1.0.3",
"description": "Deep object extend / merge with a mongo-like $inc operator.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/danscan/object-patch"
},
"keywords": [
"object",
"extend",
"patch",
"deep",
"copy",
"$set",
"$inc",
"increment",
"inc",
"mongo",
"mongodb",
"mongoose"
],
"author": "Dan Scanlon",
"license": "Apache",
"bugs": {
"url": "https://github.com/danscan/object-patch/issues"
},
"homepage": "https://github.com/danscan/object-patch",
"dependencies": {
"underscore": "^1.8.2"
}
}