UNPKG

@wizard9/json-patch-apply

Version:

A library for describing, calculating, and applying patches to Javascript Objects.

41 lines (40 loc) 1.12 kB
{ "name": "@wizard9/json-patch-apply", "version": "1.0.4", "description": "A library for describing, calculating, and applying patches to Javascript Objects. ", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "./node_modules/mocha/bin/mocha -r ts-node/register tests/**/*.spec.ts", "generate-conformance": "npx ts-node tests/generate_conformance.ts", "coverage": "nyc npm run test", "prepublish": "tsc", "clean": "rm -fr coverage; rm -fr node_modules; rm -fr dist; rm -fr .nyc_output" }, "keywords": [ "Patch", "JSON" ], "repository": { "type": "git", "url": "https://github.com/wizedix/json-patch-apply" }, "author": "Ben Hakala", "license": "GPL", "devDependencies": { "@types/chai": "^4.2.11", "@types/mocha": "^7.0.2", "@types/node": "^14.14.20", "chai": "^4.2.0", "mocha": "^8.1.3", "nyc": "^15.1.0", "proxyquire": "^2.1.3", "ts-node": "^8.10.2", "typescript": "^3.9.5", "util.promisify": "^1.0.1" }, "dependencies": { "lodash": "^4.17.20", "@types/lodash": "^4.14.167" } }