UNPKG

json8-patch

Version:
35 lines (34 loc) 856 B
{ "name": "json8-patch", "version": "1.0.6", "description": "JSON Patch toolkit for JavaScript", "keywords": [ "JSON", "patch", "diff" ], "homepage": "https://github.com/sonnyp/JSON8/tree/main/packages/patch", "repository": "https://github.com/sonnyp/JSON8", "bugs": "https://github.com/sonnyp/JSON8/issues", "scripts": { "test": "mocha --recursive test/", "benchmark": "node benchmark.js" }, "author": "Sonny Piers <sonny@fastmail.net>", "license": "ISC", "dependencies": { "json8": "^1.0.5", "json8-pointer": "^1.0.6" }, "devDependencies": { "fast-json-patch": "^3.1.0", "jiff": "^0.7.3", "json-patch": "^0.7.0", "json-patch-test-suite": "^1.1.0", "jsonpatch": "^3.0.1" }, "engines": { "node": ">= 7.6.0" }, "gitHead": "ce842eeaba65fa68cccdd57a372a2c269a4f2c5f" }