PATH:
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
just-diff-apply
{ "name": "just-diff-apply", "version": "5.4.1", "description": "Apply a diff to an object. Optionally supports jsonPatch protocol", "main": "index.js", "module": "index.mjs", "exports": { ".": { "require": "./index.js", "types": "./index.d.ts", "default": "./index.mjs" }, "./package.json": "./package.json" }, "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c" }, "repository": "https://github.com/angus-c/just", "keywords": [ "object", "diff", "apply", "jsonPatch", "no-dependencies", "just" ], "author": "Angus Croll", "license": "MIT", "bugs": { "url": "https://github.com/angus-c/just/issues" } }
[-] index.tests.ts
[edit]
[+]
..
[-] rollup.config.js
[edit]
[-] index.d.ts
[edit]
[-] package.json
[edit]
[-] index.js
[edit]
[-] index.mjs
[edit]
[-] LICENSE
[edit]