shallow-diff
Version:
compare two objects or arrays and return the diff (add/updated/removed/unchanged)
42 lines (41 loc) • 875 B
JSON
{
"name": "shallow-diff",
"description": "compare two objects or arrays and return the diff (add/updated/removed/unchanged)",
"version": "0.0.5",
"homepage": "https://github.com/cosmosio/shallow-diff",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/cosmosio/shallow-diff/master/LICENSE"
}
],
"files": [
"LICENSE",
"index.js"
],
"author": "Olivier Scherrer <pode.fr@gmail.com>",
"keywords": [
"diff",
"objects",
"array",
"shallow"
],
"repository": {
"type": "git",
"url": "git@github.com:cosmosio/shallow-diff.git"
},
"bugs": {
"url": "https://github.com/cosmosio/shallow-diff/issues"
},
"scripts": {
"test": "mocha"
},
"main": "index.js",
"devDependencies": {
"chai": "^2.2.0",
"mocha": "^2.2.4"
},
"dependencies": {
"simple-loop": "0.0.4"
}
}