{"name":"immutable-json-patch","version":"2.0.1","description":"Immutable JSON patch with support for reverting operations","repository":{"type":"git","url":"git+https://github.com/josdejong/immutable-json-patch.git"},"type":"module","main":"lib/cjs/index.js","module":"lib/esm/index.js","browser":"lib/umd/immutableJSONPatch.js","types":"lib/index.d.ts","keywords":["json","patch","immutable","revert","inverse"],"scripts":{"test":"mocha","test:lib":"mocha test-lib/*.test.*","build":"npm run clean && npm run build:ts && npm run build:esm && npm run build:cjs && npm run build:umd && npm run build:umd:min","clean":"del-cli lib","build:ts":"cpy src/index.d.ts lib --flat","build:esm":"babel src --out-dir lib/esm --source-maps --config-file ./babel.config.json","build:cjs":"babel src --out-dir lib/cjs --source-maps --config-file ./babel-cjs.config.json && cpy tools/cjs/package.json lib/cjs --flat","build:umd":"rollup lib/esm/index.js --format umd --name 'immutableJSONPatch' --sourcemap --output.file lib/umd/immutableJSONPatch.js && cpy tools/cjs/package.json lib/umd --flat","build:umd:min":"uglifyjs --compress --mangle --source-map --comments --output lib/umd/immutableJSONPatch.min.js -- lib/umd/immutableJSONPatch.js","link":"npm run build","lint":"eslint src/**/*.js","build-and-test":"npm run lint && npm run build && npm run test:lib","prepublishOnly":"npm run build-and-test"},"author":{"name":"Jos de Jong"},"license":"ISC","devDependencies":{"@babel/cli":"7.17.10","@babel/core":"7.18.5","@babel/preset-env":"7.18.2","cpy-cli":"4.1.0","del-cli":"4.0.1","eslint":"8.18.0","eslint-config-standard":"17.0.0","eslint-plugin-import":"2.26.0","eslint-plugin-n":"15.2.3","eslint-plugin-node":"11.1.0","eslint-plugin-promise":"6.0.0","mocha":"10.0.0","rollup":"2.75.7","uglify-js":"3.16.1"},"gitHead":"b155301e1c19276d8fbf6b001b80ef5cb145a8dc","bugs":{"url":"https://github.com/josdejong/immutable-json-patch/issues"},"homepage":"https://github.com/josdejong/immutable-json-patch#readme","_id":"immutable-json-patch@2.0.1","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"shasum":"758e1b73189f12eea5b9ae7d01995bfc02789c90","size":39186,"noattachment":false,"key":"/immutable-json-patch/-/immutable-json-patch-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/immutable-json-patch/download/immutable-json-patch-2.0.1.tgz"},"_npmUser":{"name":"josdejong","email":"wjosdejong@gmail.com"},"directories":{},"maintainers":[{"name":"josdejong","email":"wjosdejong@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/immutable-json-patch_2.0.1_1656339785232_0.5948161447010596"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-27T14:43:00.026Z","publish_time":1656339785451,"_cnpm_publish_time":1656339785451,"dist-tags":{"latest":"6.0.2"}}