CasperSecurity
{
"_id": "just-diff-apply@5.5.0",
"_inBundle": true,
"_location": "/npm/just-diff-apply",
"_phantomChildren": {},
"_requiredBy": [
"/npm/parse-conflict-json"
],
"author": {
"name": "Angus Croll"
},
"bugs": {
"url": "https://github.com/angus-c/just/issues"
},
"description": "Apply a diff to an object. Optionally supports jsonPatch protocol",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.mjs"
},
"./package.json": "./package.json"
},
"homepage": "https://github.com/angus-c/just#readme",
"keywords": [
"object",
"diff",
"apply",
"jsonPatch",
"no-dependencies",
"just"
],
"license": "MIT",
"main": "index.cjs",
"name": "just-diff-apply",
"repository": {
"type": "git",
"url": "git+https://github.com/angus-c/just.git"
},
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"types": "index.d.ts",
"version": "5.5.0"
}