2018-07-24 16:52:00 +03:00
|
|
|
{
|
2018-07-27 02:11:38 +03:00
|
|
|
"name": "diff-cmp",
|
2019-07-16 23:58:51 +03:00
|
|
|
"version": "0.0.6",
|
2018-07-24 16:52:00 +03:00
|
|
|
"description": "",
|
|
|
|
|
"main": "diff.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/flynx/object-diff.js.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"diff",
|
|
|
|
|
"utility",
|
|
|
|
|
"object",
|
|
|
|
|
"array",
|
|
|
|
|
"json"
|
|
|
|
|
],
|
|
|
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/flynx/object-diff.js/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/flynx/object-diff.js#readme",
|
|
|
|
|
"dependencies": {
|
2019-07-16 23:58:51 +03:00
|
|
|
"generic-walk": "^1.4.0",
|
|
|
|
|
"ig-object": "^2.0.0"
|
2018-07-24 16:52:00 +03:00
|
|
|
}
|
|
|
|
|
}
|