{
  "_id": "just-diff-apply@5.3.1",
  "_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": {
    ".": {
      "require": "./index.js",
      "default": "./index.mjs"
    }
  },
  "homepage": "https://github.com/angus-c/just#readme",
  "keywords": [
    "object",
    "diff",
    "apply",
    "jsonPatch",
    "no-dependencies",
    "just"
  ],
  "license": "MIT",
  "main": "index.js",
  "module": "index.mjs",
  "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"
  },
  "types": "index.d.ts",
  "version": "5.3.1"
}
