@n1ru4l/json-patch-plus
Version:
This is a slimmed version of [jsondiffpatch](https://github.com/benjamine/jsondiffpatch). All the code is taken from the [jsondiffpatch](https://github.com/benjamine/jsondiffpatch) repository, slimmed down, slightly altered and converted to TypeScript.
43 lines • 1.01 kB
JSON
{
"name": "@n1ru4l/json-patch-plus",
"version": "0.3.0",
"peerDependencies": {},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/n1ru4l/graphql-live-query",
"directory": "packages/json-patch-plus"
},
"homepage": "https://github.com/n1ru4l/graphql-live-queries#readme",
"keywords": [
"json",
"patch",
"diff"
],
"author": "n1ru4l <laurinquast@googlemail.com>",
"license": "MIT",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": {
"types": "./typings/index.d.ts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./package.json": "./package.json"
}
}