@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.
34 lines (33 loc) • 711 B
JSON
{
"name": "@n1ru4l/json-patch-plus",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/n1ru4l/graphql-live-queries.git",
"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": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
}
}
}