json-diff-rfc6902
Version:
This framework is to compare two JSON data and generate the Patch
32 lines (31 loc) • 714 B
JSON
{
"name": "json-diff-rfc6902",
"version": "1.3.3",
"description": "This framework is to compare two JSON data and generate the Patch",
"main": "JSON-Diff.js",
"dependencies": {
"string-hash": "^1.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/caohanyang/JSON-Diff.git"
},
"keywords": [
"json",
"diff",
"patch",
"rfc6902",
"jsondiff",
"jsonpatch"
],
"author": "Hanyang CAO",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/caohanyang/JSON-Diff/issues"
},
"homepage": "https://github.com/caohanyang/JSON-Diff"
}