UNPKG

@clipchamp/json-delta

Version:

Json object diff / patching with configurable short-circuit tolerance. Forked from: github.com/corps

45 lines (44 loc) 1.1 kB
{ "name": "@clipchamp/json-delta", "version": "1.1.0", "description": "Json object diff / patching with configurable short-circuit tolerance. Forked from: github.com/corps", "keywords": [ "json", "diff", "delta", "patching", "fast" ], "homepage": "https://github.com/clipchamp/json-delta#readme", "bugs": { "url": "https://github.com/clipchamp/json-delta/issues" }, "repository": { "type": "git", "url": "https://github.com/clipchamp/json-delta.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "contributors": [ "Zach Collins <recursive.cookie.jar@gmail.com>", "Byron Mejia <byron@clipchamp.com" ], "license": "MIT", "scripts": { "build": "tsc", "prepare": "yarn build", "release": "release-it" }, "devDependencies": { "karma": "^1.7.1", "karma-qunit": "^1.2.1", "karma-webpack": "^2.0.6", "prettier": "1.17.0", "quick_check": "^0.7.0", "qunitjs": "^2.4.1", "release-it": "^12.0.1", "ts-loader": "^3.1.1", "typescript": "^3.4.5", "webpack": "^3.8.1" } }