2020-10-02 17:52:19 -04:00
|
|
|
{
|
|
|
|
"name": "just-diff",
|
2023-04-07 11:52:14 -07:00
|
|
|
"version": "6.0.2",
|
2020-10-02 17:52:19 -04:00
|
|
|
"description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol",
|
2023-02-18 17:09:39 -05:00
|
|
|
"type": "module",
|
2021-12-09 21:20:18 +00:00
|
|
|
"exports": {
|
|
|
|
".": {
|
2022-08-11 07:35:43 -07:00
|
|
|
"types": "./index.d.ts",
|
2023-02-18 17:09:39 -05:00
|
|
|
"require": "./index.cjs",
|
|
|
|
"import": "./index.mjs"
|
2022-08-11 07:35:43 -07:00
|
|
|
},
|
|
|
|
"./package.json": "./package.json"
|
2021-12-09 21:20:18 +00:00
|
|
|
},
|
2023-02-18 17:09:39 -05:00
|
|
|
"main": "index.cjs",
|
2021-04-15 21:53:45 -04:00
|
|
|
"types": "index.d.ts",
|
2020-10-02 17:52:19 -04:00
|
|
|
"scripts": {
|
2021-12-09 21:20:18 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"build": "rollup -c"
|
2020-10-02 17:52:19 -04:00
|
|
|
},
|
|
|
|
"repository": "https://github.com/angus-c/just",
|
|
|
|
"keywords": [
|
|
|
|
"object",
|
|
|
|
"diff",
|
|
|
|
"jsonPatch",
|
|
|
|
"no-dependencies",
|
|
|
|
"just"
|
|
|
|
],
|
|
|
|
"author": "Angus Croll",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/angus-c/just/issues"
|
|
|
|
}
|
2022-08-11 07:35:43 -07:00
|
|
|
}
|