{"name":"immutable-json-patch","version":"5.0.0","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/esm/index.js","module":"lib/esm/index.js","browser":"lib/umd/immutableJSONPatch.js","types":"lib/types/index.d.ts","sideEffects":false,"keywords":["json","patch","immutable","revert","inverse"],"scripts":{"test":"mocha","test:lib":"mocha test-lib/*.test.*","build":"npm run clean && npm-run-all build:**","clean":"del-cli lib","build:esm":"babel src --out-dir lib/esm --extensions \".ts\" --source-maps --config-file ./babel.config.json","build:cjs":"babel src --out-dir lib/cjs --extensions \".ts\" --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","build:types":"tsc --project tsconfig-types.json","lint":"eslint src/**/*.ts","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.18.10","@babel/core":"7.19.0","@babel/plugin-transform-typescript":"7.19.0","@babel/preset-env":"7.19.0","@babel/preset-typescript":"7.18.6","@types/mocha":"9.1.1","@types/node":"18.7.17","@typescript-eslint/eslint-plugin":"5.37.0","@typescript-eslint/parser":"5.37.0","cpy-cli":"4.2.0","del-cli":"5.0.0","eslint":"8.22.0","eslint-config-standard":"17.0.0","eslint-plugin-import":"2.26.0","eslint-plugin-n":"15.2.5","eslint-plugin-node":"11.1.0","eslint-plugin-promise":"6.0.1","mocha":"10.0.0","npm-run-all":"4.1.5","rollup":"2.79.0","ts-node":"10.9.1","typescript":"4.8.3","uglify-js":"3.17.0"},"gitHead":"3a649bc4566b4dc7702b4a250521657bb55fe84a","bugs":{"url":"https://github.com/josdejong/immutable-json-patch/issues"},"homepage":"https://github.com/josdejong/immutable-json-patch#readme","_id":"immutable-json-patch@5.0.0","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"shasum":"ae8a5a77480d4d03bcfab534b370f5a60d2360d8","size":47409,"noattachment":false,"key":"/immutable-json-patch/-/immutable-json-patch-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/immutable-json-patch/download/immutable-json-patch-5.0.0.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_5.0.0_1663059959366_0.8142370271563835"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-13T09:30:10.996Z","publish_time":1663059959581,"_cnpm_publish_time":1663059959581,"dist-tags":{"latest":"6.0.2"}}