{"maintainers":[{"email":"gar+npm@danger.computer","name":"anonymous"},{"email":"saquibkhan@github.com","name":"anonymous"},{"email":"npm-cli+bot@github.com","name":"anonymous"},{"email":"reggi@github.com","name":"anonymous"},{"email":"owlstronaut@github.com","name":"anonymous"}],"dist-tags":{"latest":"5.0.1"},"author":{"name":"GitHub Inc."},"description":"Parse a JSON string that has git merge conflicts, resolving if possible","readme":"# parse-conflict-json\n\nParse a JSON string that has git merge conflicts, resolving if possible.\n\nIf the JSON is valid, it just does `JSON.parse` as normal.\n\nIf either side of the conflict is invalid JSON, then an error is thrown for\nthat.\n\n## USAGE\n\n```js\n// after a git merge that left some conflicts there\nconst data = fs.readFileSync('package-lock.json', 'utf8')\n\n// reviverFunction is passed to JSON.parse as the reviver function\n// preference defaults to 'ours', set to 'theirs' to prefer the other\n// side's changes.\nconst parsed = parseConflictJson(data, reviverFunction, preference)\n\n// returns true if the data looks like a conflicted diff file\nparsed.isDiff(data)\n```\n\n## Algorithm\n\nIf `prefer` is set to `theirs`, then the vaules of `theirs` and `ours` are\nswitched in the resolver function.  (Ie, we'll apply their changes on top\nof our object, rather than the other way around.)\n\n- Parse the conflicted file into 3 pieces: `ours`, `theirs`, and `parent`\n\n- Get the [diff](https://github.com/angus-c/just#just-diff) from `parent`\n  to `ours`.\n\n- [Apply](https://github.com/angus-c/just#just-diff-apply) each change of\n  that diff to `theirs`.\n\n    If any change in the diff set cannot be applied (ie, because they\n    changed an object into a non-object and we changed a field on that\n    object), then replace the object at the specified path with the object\n    at the path in `ours`.\n","repository":{"url":"git+https://github.com/npm/parse-conflict-json.git","type":"git"},"bugs":{"url":"https://github.com/npm/parse-conflict-json/issues"},"license":"ISC","versions":{"1.0.0":{"name":"parse-conflict-json","version":"1.0.0","author":{"url":"https://izs.me","name":"Isaac Z. Schlueter","email":"i@izs.me"},"license":"ISC","_id":"parse-conflict-json@1.0.0","maintainers":[{"name":"anonymous","email":"i@izs.me"}],"tap":{"check-coverage":true},"dist":{"shasum":"725e232cf756d4940271aeb39f6554ccc4a6f489","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/parse-conflict-json/-/parse-conflict-json-1.0.0.tgz","fileCount":10,"integrity":"sha512-ifyNHRk+oxTlrdkZANMyDhzyPlUy0waiJ5Ki3PMmZGqjDoHwqfXtqHHhJRXRJvpfXoQPp5tfZMTiDLVzTrHklw==","signatures":[{"sig":"MEUCIQCdLN6/8Nyv5uYGK5XHgzUxgS3askk3ehdDXrWxUhYK6wIgCg5BzBG7ZUbWRfEv0ftFJ7MumYl8Ivp898CureTxqAk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":126010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSy37CRA9TVsSAnZWagAA1xgP/1aMgcOtuipw50zbS4Ky\nIEmI/mXzC/3EJ/OpQhoOCQyReAFHvDK9+89Zq5v2lp2GXxWii1IwDwt1EJ1M\ngpYgiWy+RncxYSagp95wHIGquKz+FRjmi7SkpU0I6n0vAg02fqrNfu9vWQeQ\nknzkw3laowX+lG34HqR3OVw9gago14d/HdmHHxr4cdhpf+hUqpoIJlnxJ7Ra\nh/dcXfkY1cGrP9jmfzP2eKrMgsYUGV9W9iWsrOALcBn+KeQfhcYBzbOlETrZ\niW9O0lnCUReGJdAgyNgnobPqzA0fHU8iWf6pc+14RxQCPPtzSIOPAUAaqZet\nLy+XtsYu1V+GBTYkyBrdgPwqSjnuFN41FbkquAAmL3jn+eJj6vJwDiNTgZsH\nSwvgUaowK6Mun3qyWiZcHUBXQmMZM55z+7vM5wj/pRglUij5mY6F/x06QjcA\n780XT4wf4SWgUhyDyB5mJiKHRpl6p4rk6nQxmw+w0CDQ3BCfVCIflEi7Mtqo\nC5EhgKOyU3oYeDTxY30aykLSW7OR7wFoTKaPMOvTVauQsBXlrMfoBiOqMlYf\n1ijCfPOm3ix97T/u6tTmTglzTsY7zm7OXmU37gUqSdYCM1KOxVct58Fw2vpH\nj9dJ94hbALQwm11sTJm6ztHOlWDakayLv2S3PmumfaibyGxe72RFdtYFvguL\nHR9G\r\n=w9UK\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"5befd03f167d1bbbda89fc607e8b2730c5a94d74","scripts":{"snap":"tap","test":"tap","preversion":"npm test","postpublish":"git push origin --follow-tags","postversion":"npm publish"},"_npmUser":{"name":"anonymous","email":"i@izs.me"},"_npmVersion":"6.10.3","description":"Parse a JSON string that has git merge conflicts, resolving if possible","directories":{},"_nodeVersion":"12.6.0","dependencies":{"just-diff":"^3.0.1","just-diff-apply":"^3.0.0","json-parse-better-errors":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^14.6.1"},"_npmOperationalInternal":{"tmp":"tmp/parse-conflict-json_1.0.0_1565208058692_0.005336259628950346","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"parse-conflict-json","version":"1.0.1","author":{"url":"https://izs.me","name":"Isaac Z. Schlueter","email":"i@izs.me"},"license":"ISC","_id":"parse-conflict-json@1.0.1","maintainers":[{"name":"anonymous","email":"i@izs.me"}],"homepage":"https://github.com/npm/parse-conflict-json#readme","bugs":{"url":"https://github.com/npm/parse-conflict-json/issues"},"tap":{"check-coverage":true},"dist":{"shasum":"780b559bda5d6fd64846291dde9a38704a2132d2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/parse-conflict-json/-/parse-conflict-json-1.0.1.tgz","fileCount":4,"integrity":"sha512-htogfp+nUg/kCA7SnyH6Z0ZRAp6Pij1pgGeXWpbXCFCEdlC1S/sGcu6bUScj3cr140PU5fGKzjwm5i5rdQBWCw==","signatures":[{"sig":"MEQCIEs4k6Uqvx47EdoH7nXPeX3Hlhk7fn7RzJLMNw/zDPUTAiA5TT8WmHKPpu5zsiHDBobWqcDRXtzXClKFuX+u7SSP3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdTQumCRA9TVsSAnZWagAAZjAP/1GA+xHDleoEorL++O7X\n93pkE9j8ioJWtrALS7s+0M4oYzvG1R3CxI2B3cf4cAeJcNQpeeUFbkUzcm9N\nqTGhclYdLYluNVnweFD7G0qNaYU0/YkuC+r365w4UJ0JWz3lQOvbY50obfvX\n5KL8yP8dyEJhVeJxsoq8yEbkAjZrdrZ1XyPAcMSc93NlXIZuSDX4gM0WSnnU\nulKrsSXWZutHrNY1WXaTRbXt0t2t2RX29BQ2fVZlId/N63TTC6WIZU68agwK\n/uYoJM4y/sozuQX48q8SzYz51INvirWrd+ccGecfhgLziiN9kjHT4kZe82vx\nU7NBY11jThhV56wdHfD6md3AsABn3fecL4sU5OjdDmpnDdUllEl1b/3Jj5W1\nn0GrBFgJmFG+AXjPR8DoDDTJjAs2qzsvM4SgHIQ50KvECqJr/q+pH47RQ08W\nJ+YOhV8i/9+l/kGCcS5asABzWsJiCgAM49o2MxRFqB+o3y6y54nuPHdmesKM\n5lhbKaU4URo9eB0EfMG5gH7Dq9/vwFRg1Fnx9Ii/pgQ+ZYKxBavl75lSEEw+\nRP/CTmol3iHUHXW54iFoqOZ/eEar9eHyTuoY9YTzT2vUgHXT8f7hRzWmggAx\nDG01Jb9nMMk7v4+vlKZz3z+zjhZIr30fOG5S6rkf+OoQuBgWDGZojrItSIjj\nPqQQ\r\n=zGmv\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"4ef9e12063132499a7e08529c2ee709452465782","scripts":{"snap":"tap","test":"tap","preversion":"npm test","postpublish":"git push origin --follow-tags","postversion":"npm publish"},"_npmUser":{"name":"anonymous","email":"i@izs.me"},"repository":{"url":"git+https://github.com/npm/parse-conflict-json.git","type":"git"},"_npmVersion":"6.10.3","description":"Parse a JSON string that has git merge conflicts, resolving if possible","directories":{},"_nodeVersion":"12.6.0","dependencies":{"just-diff":"^3.0.1","just-diff-apply":"^3.0.0","json-parse-better-errors":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^14.6.1"},"_npmOperationalInternal":{"tmp":"tmp/parse-conflict-json_1.0.1_1565330341839_0.2392140954416646","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"parse-conflict-json","version":"1.1.0","author":{"url":"https://izs.me","name":"Isaac Z. Schlueter","email":"i@izs.me"},"license":"ISC","_id":"parse-conflict-json@1.1.0","maintainers":[{"name":"anonymous","email":"i@izs.me"}],"homepage":"https://github.com/npm/parse-conflict-json#readme","bugs":{"url":"https://github.com/npm/parse-conflict-json/issues"},"tap":{"check-coverage":true},"dist":{"shasum":"93d7c5e86badffbd7249411250737e5a175b1294","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/parse-conflict-json/-/parse-conflict-json-1.1.0.tgz","fileCount":4,"integrity":"sha512-l9DnPN7S2TDgSm/KklvxUDkV8QMqfTLaIniSSUpY1Wbm+0Dc4qonmCC3hnVhmtJgVLQNIX0O9pOBIkkubjo9wQ==","signatures":[{"sig":"MEQCIBvPASM2GOUtUf24VUOyiB2+XVU55EyUsm0AbFdEOBfpAiBTiw3LTdK2GeyZx/P0UblKXWPoXnjqrbwb4ATWq6SgzQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5587,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDP43CRA9TVsSAnZWagAAzgQQAKIknbqjxQ/j4ZQuz6jn\niocigNkxw8jtLSi/FeSKI8C8aCZvOfEC0xVAZlKnZHeqkmaBH8ciL7F4wxEW\ndmY7nDI7adZMFleHXV8ZTY3ywj42I3O4NOU4r7jK+nTv8peitP32UjD+zw/l\nnXw61etYPAZfRtaJZWaxH8nMK6jIHzp2V9tKOInKv+gHO5JrM1oLjfZGmhKP\nrn+I/MyIWhHuSSK8WRQQMys5rkYlrBpzli8zfwRjYycguwZP+3BDuYAoC3al\n7FLFPhpXK0N37XG2wJ4ulkTGUdzs5pXbJGIDcuPIacoeChJfAyh4biTgHYUI\n/FRHArQll097TBEcEeWTYvub4x4Hs4GhdQv+frOQN7Tieriw5SRrgvAN5QPu\nGa1MiXKu9+rf7qfmbLnQRzwrsMkgP1idYPOokB4fidgvLGqCe6AvYxje0eHJ\nmrQzkEHTclBqUKIkA5WrMQcyFEXdQDFzpf0MrUZQDLd8I7ubJrZgB7LVEIFy\nXtaeJTReaQBw9bhe2PJhsOZtF1m9kt6/ilJsK7IXaSJBUXCm6XAJfCJtvdaF\nIwutZoZMURxYV6CraW+gHploUfvzLzc7N2h9+Jqkgg5NydtyDpBViyeRVOTZ\n7+0Ipo4gmvw6mdzmT9xVfK5FfiPbbb17lbvGsHrlDWYoBUviXEtxCbsYKlqw\nikjm\r\n=dh2j\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"d9d0a02bb140445bae53b5a395cda2e551200b90","scripts":{"snap":"tap","test":"tap","preversion":"npm test","postpublish":"git push origin --follow-tags","postversion":"npm publish"},"_npmUser":{"name":"anonymous","email":"i@izs.me"},"repository":{"url":"git+https://github.com/npm/parse-conflict-json.git","type":"git"},"_npmVersion":"6.14.5","description":"Parse a JSON string that has git merge conflicts, resolving if possible","directories":{},"_nodeVersion":"14.2.0","dependencies":{"just-diff":"^3.0.1","just-diff-apply":"^3.0.0","json-parse-better-errors":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^14.6.1"},"_npmOperationalInternal":{"tmp":"tmp/parse-conflict-json_1.1.0_1594687030640_0.5935731346955817","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"parse-conflict-json","version":"1.1.1","author":{"url":"https://izs.me","name":"Isaac Z. Schlueter","email":"i@izs.me"},"license":"ISC","_id":"parse-conflict-json@1.1.1","maintainers":[{"name":"anonymous","email":"i@izs.me"}],"homepage":"https://github.com/npm/parse-conflict-json#readme","bugs":{"url":"https://github.com/npm/parse-conflict-json/issues"},"tap":{"check-coverage":true},"dist":{"shasum":"54ec175bde0f2d70abf6be79e0e042290b86701b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/parse-conflict-json/-/parse-conflict-json-1.1.1.tgz","fileCount":4,"integrity":"sha512-4gySviBiW5TRl7XHvp1agcS7SOe0KZOjC//71dzZVWJrY9hCrgtvl5v3SyIxCZ4fZF47TxD9nfzmxcx76xmbUw==","signatures":[{"sig":"MEUCIQCQCezR3xoXYQcy21VZxWXF3Qj8uFQRDl3oA1kWKF41MAIgNY09rH9rfX84DHfuMoFmeEoDrT/Gn/1Rd2wSIuIj3Dc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPusbCRA9TVsSAnZWagAAnAEP/1MvPo0lkSszA+3Z7JBX\n+xxaEhuntuK3KE2WX5Vj9CSU8XqVSxYx3iOOxs0bGNiGrewTZu5QRT8LMp8p\nV2EZ5tc6R8AsVPlWkrjnP2Ew0dqRyEFohwU9HLEBzXDDY+yUwRZMxkMS/WgG\nyt/2LxaBMvx+GTIqd25jsljCvz/gGsGO4z/MryGF8YCiknEn3XuxbqdR2t2o\neKm/DFl98o9++KZEGbescSBCJY0F3stLkkDhZbQRm7iX0iqfOp7nLJZVtLIM\nIjyTngfW77JtuHCwFy5yQsXU/fZ3/FvaYc/zqt9Ln/BsVbnzUx8cvjkgz6uY\nZk+I1nX+RT3K/s2WUlb7lBnSbt2mrz5IFXzt6o0zojPWbXQik1vXo55HRDqx\nxGEckUhRwtgF3tr7VgfJiozDOJTLGUfHNqP9uf5qzQ5v2otmdKePqVWBSFLR\nvuphHtBKpzlXW82eN4xqo8uT/SfFFIvTrpntlvbO64/VQZzJLpq5vNp0mm0t\n2FUWB0W7h21QymziiX/BAMvmfG6EqbrSeZjqOs82ndVJdrEyYkuAREq0+UU9\n2Raw86Xpg/86YL0+ypCOHlaaDlXQISTE5MbR6YfEEkDSLJz5KGzf1PSxYZZe\nNpm/S3huycGSAfbZy4T9iQxsVfBeld9FfdeAM16zjIsuH8+NTF3RsnlnnQ3B\n+AZg\r\n=Na6C\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"0d3265f821c67ec475b85aac6cff359eaea8bf78","scripts":{"snap":"tap","test":"tap","preversion":"npm test","postpublish":"git push origin --follow-tags","postversion":"npm publish"},"_npmUser":{"name":"anonymous","email":"i@izs.me"},"repository":{"url":"git+https://github.com/npm/parse-conflict-json.git","type":"git"},"_npmVersion":"7.0.0-beta.5","description":"Parse a JSON string that has git merge conflicts, resolving if possible","directories":{},"_nodeVersion":"14.8.0","dependencies":{"just-diff":"^3.0.1","just-diff-apply":"^3.0.0","json-parse-even-better-errors":"^2.3.0"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^14.6.1"},"_npmOperationalInternal":{"tmp":"tmp/parse-conflict-json_1.1.1_1597958938711_0.9859568921054687","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"parse-conflict-json","version":"2.0.0","author":{"name":"GitHub Inc."},"license":"ISC","_id":"parse-conflict-json@2.0.0","maintainers":[{"name":"anonymous","email":"fritzy@github.com"},{"name":"anonymous","email":"darcy@darcyclarke.me"},{"name":"anonymous","email":"ruyadorno@hotmail.com"},{"name":"anonymous","email":"quitlahok@gmail.com"},{"name":"anonymous","email":"gar+npm@danger.computer"},{"name":"anonymous","email":"luke@lukekarrys.com"},{"name":"anonymous","email":"i@izs.me"}],"homepage":"https://github.com/npm/parse-conflict-json#readme","bugs":{"url":"https://github.com/npm/parse-conflict-json/issues"},"tap":{"check-coverage":true},"dist":{"shasum":"bc38debd49609614723980547a3866ad4f1e45a3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/parse-conflict-json/-/parse-conflict-json-2.0.0.tgz","fileCount":4,"integrity":"sha512-rqslbAGNjg1hayV9MinHdM1IdBntXqF0wGqiC2oCXvi0Z94awZ419vXPcI4V4m+r7eojjSAIKHYlcuWk9Zd0wg==","signatures":[{"sig":"MEQCIByQyBrgwEskU7gA5Gy2AYykbfW2nhjLuP1sb7yNlUynAiApgPetOUN2lLYW0fJacb8X/FvIvRuXAJH1TCY77/CFoQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6201,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsRwtCRA9TVsSAnZWagAAV5cP/3qRuWDAnL9riayI2s2L\n94tZDSwELs6867xSkPikjJ9Yhak0eRyeuU0S2klcIet4rGNOtSQeV75djTP2\nojQNkPz/HZqQ5SIHihFYgkZwlKCdkHoxUEaDMLJAsZfqb2GOsOaQe0gf8A9E\nDwEu0BP3B9PGqqmwa+6EXuzW2oIdluswZJK3l9kODt+e9iPCLu4bSOMxCNcD\nIAHCrD3qfU3rDkbG6eEEw1VTG/HCNeHnFg/fKAV0GbsLpxPOZiw1KPgLgZnx\nMdDvbsgfDXH4zGrpSn4B7RZF/wHLPICYxD1mu+c3DN/SohMogPzIy1wDitIE\nHV6BEP/dTcOwqLFdaCXJaL3KXOK9CpPin5QPmVuf3uk7LVV1jJIQU5xEH7CM\n0ruAyt0rygk/nrdE+jpXCQT8hS9ydsEbDb0qNc7C/np1wDbPp6NmNv27T3Y6\nGscnjvNFOZQtBZ6fLKQx+hkXVjd1pAtNPu5mcgQSOxORpEvHnWB6RQoaetJf\nUW3vIUWqezqgjoTGmvsUCJvDXavRx9lRAewZLcy9c0TjAXcIve3HL/rvUsiK\n5wJEqykliT7UBMpb22AmuyhIttIPgNqDUFccYUN8ztuqVsUJJYjVQ6YuSWoF\n1ujEZsI5mrFSbKH2xrdWxbmMpiwhdxp16Rql4J8KIYpAaiJeTqucaWPxceKd\nvYfa\r\n=HxAz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib","engines":{"node":"^12.13.0 || ^14.15.0 || >=16"},"gitHead":"a1483d85b12f2e5a90356a3d42db285f443ef909","scripts":{"lint":"eslint '**/*.js'","snap":"tap","test":"tap","lintfix":"npm run lint -- --fix","postlint":"npm-template-check","posttest":"npm run lint","preversion":"npm test","postpublish":"git push origin --follow-tags","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags"},"_npmUser":{"name":"anonymous","email":"gar+npm@danger.computer"},"repository":{"url":"git+https://github.com/npm/parse-conflict-json.git","type":"git"},"_npmVersion":"8.2.0","description":"Parse a JSON string that has git merge conflicts, resolving if possible","directories":{},"_nodeVersion":"16.13.0","dependencies":{"just-diff":"^5.0.1","just-diff-apply":"^4.0.1","@npmcli/template-oss":"^2.3.1","json-parse-even-better-errors":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^15.1.5"},"templateVersion":"2.3.1","_npmOperationalInternal":{"tmp":"tmp/parse-conflict-json_2.0.0_1638997037116_0.9554681862104208","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"parse-conflict-json","version":"2.0.1","author":{"name":"GitHub Inc."},"license":"ISC","_id":"parse-conflict-json@2.0.1","maintainers":[{"name":"anonymous","email":"fritzy@github.com"},{"name":"anonymous","email":"darcy@darcyclarke.me"},{"name":"anonymous","email":"ruyadorno@hotmail.com"},{"name":"anonymous","email":"quitlahok@gmail.com"},{"name":"anonymous","email":"gar+npm@danger.computer"},{"name":"anonymous","email":"luke@lukekarrys.com"},{"name":"anonymous","email":"i@izs.me"}],"homepage":"https://github.com/npm/parse-conflict-json#readme","bugs":{"url":"https://github.com/npm/parse-conflict-json/issues"},"tap":{"check-coverage":true},"dist":{"shasum":"76647dd072e6068bcaff20be6ccea68a18e1fb58","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/parse-conflict-json/-/parse-conflict-json-2.0.1.tgz","fileCount":4,"integrity":"sha512-Y7nYw+QaSGBto1LB9lgwOR05Rtz5SbuTf+Oe7HJ6SYQ/DHsvRjQ8O03oWdJbvkt6GzDWospgyZbGmjDYL0sDgA==","signatures":[{"sig":"MEUCICmiPHz3kGhNneerp1yhCjYulVUX/3FrKgk4u93arxaXAiEAsqBhwnPLJl8MT7//Uerz/UlfwshrcmNCa929mzVxHAE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6201,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsR3TCRA9TVsSAnZWagAApoEP/jcg36R6FI6nz0lXcRBq\nkuyuXdZCofQQgUvXjRNxGkbnx+fpLLvWXj1cVDlYm2YLN63xgfytfxl08hk6\neoN4Hvdd+O0YrPVGDljVWqGZQbhe80BoHKHkES7BKbsCUb9cDNjGRmXWKmCs\nlpBXP6vUe4Y9of6bmBfz1ob2jFQGVWiFm2poLqZyVr6wwdyH1OYMCgPR5U8p\n+OPyN0dC6g6xyU6rJIFZhIAKrTb/3TPVOtncbZ9s8GfjfubFBtk0A/ixquen\nVjwLv0L8xbeJ1vyDM2DvOw6lQicAG5WLio8kQ8OQHUGcPxvU+1tnMLlgkhJU\nF30++KJSu6cHu0e6oW7fVf9b7WlSDng4jNYKEogR+gKMmP9v+ECed8+B4o5B\n9lGz95P97M0t4j0n8PKd7kL5L1lzOR7sz0TFwOPNKGloksRVrDH77UDnfQr7\n4O0JdqCw0ZApcRrjauJD7LC5pkPoARy8e7hTGSVX6tRnfCjCm2auMNaPlbTW\nxhGDjnSDSlQSlX9hnOVvee0nOLozmSrEBZdGsTm/wiPNuFUAuI1g/4xY55iv\nL/GYB4KBzAgfkQi5GesZSwcTAUbze+HHy3DfeBYDgh0d3Io6AzB3Hm3rs96u\nPFDHhHUhax5i5eeM/gcdMz+TNdrzRxw3dUaM9bpr4c0gEaY/08L9H5aYnhnI\ntrT9\r\n=/SEV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib","engines":{"node":"^12.13.0 || ^14.15.0 || >=16"},"gitHead":"3818d0e7996e493c97e2d9f1b1d36d9f2d7053bf","scripts":{"lint":"eslint '**/*.js'","snap":"tap","test":"tap","lintfix":"npm run lint -- --fix","postlint":"npm-template-check","posttest":"npm run lint","preversion":"npm test","postpublish":"git push origin --follow-tags","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags"},"_npmUser":{"name":"anonymous","email":"gar+npm@danger.computer"},"repository":{"url":"git+https://github.com/npm/parse-conflict-json.git","type":"git"},"_npmVersion":"8.2.0","description":"Parse a JSON string that has git merge conflicts, resolving if possible","directories":{},"_nodeVersion":"16.13.0","dependencies":{"just-diff":"^5.0.1","just-diff-apply":"^4.0.1","json-parse-even-better-errors":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^15.1.5","@npmcli/template-oss":"^2.3.1"},"templateVersion":"2.3.1","_npmOperationalInternal":{"tmp":"tmp/parse-conflict-json_2.0.1_1638997459503_0.9041228806333315","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"parse-conflict-json","version":"2.0.2","author":{"name":"GitHub Inc."},"license":"ISC","_id":"parse-conflict-json@2.0.2","maintainers":[{"name":"anonymous","email":"fritzy@github.com"},{"name":"anonymous","email":"darcy@darcyclarke.me"},{"name":"anonymous","email":"ruyadorno@hotmail.com"},{"name":"anonymous","email":"quitlahok@gmail.com"},{"name":"anonymous","email":"gar+npm@danger.computer"},{"name":"anonymous","email":"luke@lukekarrys.com"},{"name":"anonymous","email":"i@izs.me"}],"homepage":"https://github.com/npm/parse-conflict-json#readme","bugs":{"url":"https://github.com/npm/parse-conflict-json/issues"},"tap":{"check-coverage":true},"dist":{"shasum":"3d05bc8ffe07d39600dc6436c6aefe382033d323","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/parse-conflict-json/-/parse-conflict-json-2.0.2.tgz","fileCount":4,"integrity":"sha512-jDbRGb00TAPFsKWCpZZOT93SxVP9nONOSgES3AevqRq/CHvavEBvKAjxX9p5Y5F0RZLxH9Ufd9+RwtCsa+lFDA==","signatures":[{"sig":"MEUCIQCnEcDE/geShcR14sPXihP7afPQISevExUo5XHYXwnRtgIgLhVeOY2xY6g/x1MUAaW+ttmjrBSU7GWBlqZLLIxO9x4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQh1HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNzA/9HFEKNBCYWqVAThpKKHkkJDb2sStPokaGRyoFuxxhiR//Xgil\r\nkDqvk4V6q15hEn8T3lla3Uk87r/DNkCq2sIsz08wnIYs2RLVcm1CSqCuBGUn\r\nQPkc5x+SgYtN/5NKfLe1oFJ0ogDQdeF5zFaz0+GTTEEBghXjyJFO73O1vIyJ\r\nw9lpqYaDAeRdwrvfBs5uVnkkyppU4rmZF3EQd2EZmm2yxh64P2MvBHzIl2GD\r\n6MPl1oXo8Ks8KwDgJrWuBfKAln6DwtmreFQ3nOSiDEptX6DIM4E/p0ugyj4P\r\nEMZGRTXLS0ROK8fJAqB17fGVliBQ7+4iJuSb6XDUSFB/KgGNiGpe689I2eV0\r\nGh8IOz1GZRuNRi06jC89Dv5KCFaeCO1Vs10CWo6dx7+cB5E/byZA4Lqpltxg\r\nTiOw5MT2bdRuU0mawGp9xkeHI0KN1R96kfVULMZrB+7+toZEfNd2SYeDT3bx\r\nBaW1/wJz5E/hP0D4aRvEPVLhLToU/fh8LSAjEu1p84o4jMXOi6v8b9fOX/TB\r\na5e7/zxtX3MjHcSlfqfLOLkisSwHlpJavCNSu6IcA5QTiEcof8K3FO8tC4+v\r\nT+vOTWBUYAUT+j3I9SLOg5YaLVX0aNxItK3wLZJSubtgfSRapNbJ+QVVwkMU\r\nrB1u9kYsRRFyfsmktcidY68aD9Z1istZT2Y=\r\n=l+33\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib","engines":{"node":"^12.13.0 || ^14.15.0 || >=16.0.0"},"gitHead":"31f1f327a2a0ae44711df2460262335ebc988754","scripts":{"lint":"eslint \"**/*.js\"","snap":"tap","test":"tap","lintfix":"npm run lint -- --fix","postlint":"template-oss-check","posttest":"npm run lint","preversion":"npm test","postpublish":"git push origin --follow-tags","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags","template-oss-apply":"template-oss-apply --force"},"_npmUser":{"name":"anonymous","email":"gar+npm@danger.computer"},"repository":{"url":"git+https://github.com/npm/parse-conflict-json.git","type":"git"},"_npmVersion":"8.5.0","description":"Parse a JSON string that has git merge conflicts, resolving if possible","directories":{},"templateOSS":{"version":"3.2.0","//@npmcli/template-oss":"This file is partially managed by @npmcli/template-oss. Edits may be overwritten."},"_nodeVersion":"16.14.2","dependencies":{"just-diff":"^5.0.1","just-diff-apply":"^5.2.0","json-parse-even-better-errors":"^2.3.1"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^16.0.1","@npmcli/template-oss":"3.2.0","@npmcli/eslint-config":"^3.0.1"},"_npmOperationalInternal":{"tmp":"tmp/parse-conflict-json_2.0.2_1648500039512_0.34998767890286997","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"parse-conflict-json","version":"3.0.0","author":{"name":"GitHub Inc."},"license":"ISC","_id":"parse-conflict-json@3.0.0","maintainers":[{"name":"anonymous","email":"fritzy@github.com"},{"name":"anonymous","email":"darcy@darcyclarke.me"},{"name":"anonymous","email":"quitlahok@gmail.com"},{"name":"anonymous","email":"gar+npm@danger.computer"},{"name":"anonymous","email":"luke@lukekarrys.com"},{"name":"anonymous","email":"i@izs.me"}],"homepage":"https://github.com/npm/parse-conflict-json#readme","bugs":{"url":"https://github.com/npm/parse-conflict-json/issues"},"tap":{"nyc-arg":["--exclude","tap-snapshots/**"],"check-coverage":true},"dist":{"shasum":"eb266cbeeb66e73c3e92806da4d4ace3b798acff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/parse-conflict-json/-/parse-conflict-json-3.0.0.tgz","fileCount":4,"integrity":"sha512-ipcKLCmZbAj7n+h9qQREvdvsBUMPetGk9mM4ljCvs5inZznAlkHPk5XPc7ROtknUKw7kO6Jnz10Y3Eec7tky/A==","signatures":[{"sig":"MEUCIEBCqNiW07Vj3KKheu20lO57qWuT3aryRl032Dt4oIZFAiEA1Yue0ZB2BN5q9yj3YJ26jqEwUNNDb+YzxkTSQkFLGFA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6328,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSPIsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/LA/9HmCX16zqpeJkvq5t9zsLA3mE4PmnvbVbzueyaw6NZhpdb40Q\r\nysAdnxhE8mOZTytt70oTP/5jNccjojwPmqdLmVnX63refSBmagMgW7Riwser\r\n42UoFiqTfHBzcOPb6oexEd/U4nK5qqR/8S3ssHi3iS68KVjqK9fDmK4rrwij\r\nvneEcgZNGjFMn4Mkkbqe4WlhiTU7lfsXQfl3iL2vGhChWOF7oph4bWGenS/X\r\nyr3yvkeNzIhQetWdE7pQ3JapLwiBKn5LfnXyU2vCMx8fXXDcFhoG62y3YKSk\r\njY9lBjj0xtE1Sir0RXdxnyC2FLRuxPj5QiLoJVZP4T1yUDdp7FTI8d72BKho\r\ndrkoTlYkDc0aXYB9dMsPBqbIuZykNhS3vMJI5w4rle6f69NIkC0fE1NuZgDA\r\nP/MQJz6onvRAfwrqO9mvS6xJiy/snpGKb3g6y76QHkuSkMFSZU53osF5vufq\r\nAywHcut8Tih/+H8fDk+jewXF7sIDwG9wYJ1/K2SN5AWBX5NeLhfdIRtOlKHU\r\nPByr1CxsglZf/Ek8h4o49ymEMArZKZQHC54SX+zHk6b9m3UO6CdqSu6bKN1L\r\n7aYx5/97CcERRb8tRkeAwKwJpc5hyV8ih1fMbSNs8TIMfdqFsGeXiqm0rB2I\r\nups2XmV83qdH1kdLENfea8n2/d2jDBpMe1M=\r\n=oNel\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib","engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"},"gitHead":"708bbe1e24371c2dfa55aff950707bbb8afdc9f9","scripts":{"lint":"eslint \"**/*.js\"","snap":"tap","test":"tap","lintfix":"npm run lint -- --fix","postlint":"template-oss-check","posttest":"npm run lint","template-oss-apply":"template-oss-apply --force"},"_npmUser":{"name":"anonymous","email":"luke@lukekarrys.com"},"repository":{"url":"git+https://github.com/npm/parse-conflict-json.git","type":"git"},"_npmVersion":"8.19.2","description":"Parse a JSON string that has git merge conflicts, resolving if possible","directories":{},"templateOSS":{"version":"4.5.1","//@npmcli/template-oss":"This file is partially managed by @npmcli/template-oss. Edits may be overwritten."},"_nodeVersion":"18.10.0","dependencies":{"just-diff":"^5.0.1","just-diff-apply":"^5.2.0","json-parse-even-better-errors":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^16.0.1","@npmcli/template-oss":"4.5.1","@npmcli/eslint-config":"^3.0.1"},"_npmOperationalInternal":{"tmp":"tmp/parse-conflict-json_3.0.0_1665724972145_0.41215624601516176","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"parse-conflict-json","version":"3.0.1","author":{"name":"GitHub Inc."},"license":"ISC","_id":"parse-conflict-json@3.0.1","maintainers":[{"name":"anonymous","email":"npm-cli+bot@github.com"},{"name":"anonymous","email":"saquibkhan@github.com"},{"name":"anonymous","email":"fritzy@github.com"},{"name":"anonymous","email":"quitlahok@gmail.com"},{"name":"anonymous","email":"gar+npm@danger.computer"},{"name":"anonymous","email":"luke@lukekarrys.com"},{"name":"anonymous","email":"i@izs.me"}],"homepage":"https://github.com/npm/parse-conflict-json#readme","bugs":{"url":"https://github.com/npm/parse-conflict-json/issues"},"tap":{"nyc-arg":["--exclude","tap-snapshots/**"],"check-coverage":true},"dist":{"shasum":"67dc55312781e62aa2ddb91452c7606d1969960c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/parse-conflict-json/-/parse-conflict-json-3.0.1.tgz","fileCount":4,"integrity":"sha512-01TvEktc68vwbJOtWZluyWeVGWjP+bZwXtPDMQVbBKzbJ/vZBif0L69KH1+cHv1SZ6e0FKLvjyHe8mqsIqYOmw==","signatures":[{"sig":"MEUCIACUwDsIruTetaghA90SDSxvMt6KDSFExdQnCuRBSPfSAiEA6RKjMahFqw1a2dmrJGfnjwyoQNVMdf9KNJtSEAoGC38=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGfywACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqG0Q//TrOKE6uHFKZxoS/TacJ7t0VphBGJlSpg/tnEodFJnR7S5+Ov\r\nJZVZVUDgQba2ZDAOvFd16SzXZTiBkg8VI9AMLPTjTVWqNGWLicORWGznYYW2\r\nRzPQXzVrHRpC81cri7brCCtZ4kkP9qf8cNnwRjeDTqKnTb/zlojWO1GU4Kfl\r\n8TnZfM2M8uJV6s6HXGKO6FxgUI/sIwxKOr3/0qeyh5+yb++aFtmqzP55a2bY\r\nnYFfg40CvYpOwMiXz3nIp99BDTPuhIhDbECgdnZOoXTRPqRR1RLz7jSqeqS/\r\nAumnUMm67PLAPPC6IQY1xV5zaCE3cjSOzCC8sM7sFzZ4qz8aJ+NcmL+2MqMS\r\n+olhFTgfxR8qsu4fLDH3SGNnFTo/2iMleMs/sgkhcAjEpcdrvlGTfa5OA/L9\r\nEfMDfua3o8BZHQevhjMVedtZuDU4wFv98rHFp54DQ0j72n/alelzhsAkVVWe\r\n1qnoWapE4lJbEFRukZoxbH1YHTlg9oa7j7w1o8ZlvDsVOruyaMoB/TSM/MQp\r\n8fkYVuXdT3fT8vR/OS33/Ne88UWnKEEFnjFXK7bQdYgej6hfDodf/fWPPJxT\r\nP6TdlD+cN/e8JDsSltzHfW+Ybj840D8fmEgbZKhJoKUUIsH8v9q1WJs5pB9x\r\ne4NrDS4MT0ZweeEVUGMjYatoARtDzDcQP04=\r\n=fG3Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib","engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"},"scripts":{"lint":"eslint \"**/*.js\"","snap":"tap","test":"tap","lintfix":"npm run lint -- --fix","postlint":"template-oss-check","posttest":"npm run lint","template-oss-apply":"template-oss-apply --force"},"_npmUser":{"name":"anonymous","email":"gar+npm@danger.computer"},"repository":{"url":"git+https://github.com/npm/parse-conflict-json.git","type":"git"},"_npmVersion":"9.6.1","description":"Parse a JSON string that has git merge conflicts, resolving if possible","directories":{},"templateOSS":{"version":"4.12.0","//@npmcli/template-oss":"This file is partially managed by @npmcli/template-oss. Edits may be overwritten."},"_nodeVersion":"18.13.0","dependencies":{"just-diff":"^6.0.0","just-diff-apply":"^5.2.0","json-parse-even-better-errors":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^16.0.1","@npmcli/template-oss":"4.12.0","@npmcli/eslint-config":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parse-conflict-json_3.0.1_1679424687909_0.3349093562856711","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"parse-conflict-json","version":"4.0.0","author":{"name":"GitHub Inc."},"license":"ISC","_id":"parse-conflict-json@4.0.0","maintainers":[{"name":"anonymous","email":"hashtagchris@github.com"},{"name":"anonymous","email":"reggi@github.com"},{"name":"anonymous","email":"npm-cli+bot@github.com"},{"name":"anonymous","email":"saquibkhan@github.com"},{"name":"anonymous","email":"fritzy@github.com"},{"name":"anonymous","email":"gar+npm@danger.computer"}],"homepage":"https://github.com/npm/parse-conflict-json#readme","bugs":{"url":"https://github.com/npm/parse-conflict-json/issues"},"tap":{"nyc-arg":["--exclude","tap-snapshots/**"],"check-coverage":true},"dist":{"shasum":"996b1edfc0c727583b56c7644dbb3258fc9e9e4b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/parse-conflict-json/-/parse-conflict-json-4.0.0.tgz","fileCount":4,"integrity":"sha512-37CN2VtcuvKgHUs8+0b1uJeEsbGn61GRHz469C94P5xiOoqpDYJYwjg4RY9Vmz39WyZAVkR5++nbJwLMIgOCnQ==","signatures":[{"sig":"MEUCIBOP4li27513ppmccNWjA/7y7mkDt0jMi8XLJo3TTH3jAiEA5OHGCL44EDhS7cAuJyGyLuL+/jnou4ImGXUvNxFMvMc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/parse-conflict-json@4.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6398},"main":"lib","engines":{"node":"^18.17.0 || >=20.5.0"},"gitHead":"d0655a9ec0a9e640ae00611c0b62ddc0a513a138","scripts":{"lint":"npm run eslint","snap":"tap","test":"tap","eslint":"eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"","lintfix":"npm run eslint -- --fix","postlint":"template-oss-check","posttest":"npm run lint","template-oss-apply":"template-oss-apply --force"},"_npmUser":{"name":"anonymous","email":"npm-cli+bot@github.com"},"repository":{"url":"git+https://github.com/npm/parse-conflict-json.git","type":"git"},"_npmVersion":"10.8.3","description":"Parse a JSON string that has git merge conflicts, resolving if possible","directories":{},"templateOSS":{"publish":true,"version":"4.23.3","//@npmcli/template-oss":"This file is partially managed by @npmcli/template-oss. Edits may be overwritten."},"_nodeVersion":"22.9.0","dependencies":{"just-diff":"^6.0.0","just-diff-apply":"^5.2.0","json-parse-even-better-errors":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^16.0.1","@npmcli/template-oss":"4.23.3","@npmcli/eslint-config":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parse-conflict-json_4.0.0_1727284847711_0.362585997362203","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"parse-conflict-json","version":"5.0.0","author":{"name":"GitHub Inc."},"license":"ISC","_id":"parse-conflict-json@5.0.0","maintainers":[{"name":"anonymous","email":"gar+npm@danger.computer"},{"name":"anonymous","email":"saquibkhan@github.com"},{"name":"anonymous","email":"npm-cli+bot@github.com"},{"name":"anonymous","email":"reggi@github.com"},{"name":"anonymous","email":"hashtagchris@github.com"},{"name":"anonymous","email":"owlstronaut@github.com"}],"homepage":"https://github.com/npm/parse-conflict-json#readme","bugs":{"url":"https://github.com/npm/parse-conflict-json/issues"},"tap":{"nyc-arg":["--exclude","tap-snapshots/**"],"check-coverage":true},"dist":{"shasum":"0ad1345fbae0f0a162744f8b17e2a07952197390","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/parse-conflict-json/-/parse-conflict-json-5.0.0.tgz","fileCount":4,"integrity":"sha512-4r0T1nUP1P5ndRMTbo1uQFkgGfKY5G0tyKp0ndYgmcahY8AEBPuX56N8PgxzeZv0fv0VG+D76+JJrMgvjDBlyA==","signatures":[{"sig":"MEUCIQDOhIzbdPBuzVhpNXerriI2PyGjVrpQGVqqtWi1fQYIPQIgIcHvuyw1yu1Vaw5KkzEQppQR/++N8F9V1sjrlFvdG9s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/parse-conflict-json@5.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6398},"main":"lib","engines":{"node":"^20.17.0 || >=22.9.0"},"gitHead":"3cae62c8bbc9094d9a3d51bc169dcb91ab457a0f","scripts":{"lint":"npm run eslint","snap":"tap","test":"tap","eslint":"eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"","lintfix":"npm run eslint -- --fix","postlint":"template-oss-check","posttest":"npm run lint","template-oss-apply":"template-oss-apply --force"},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:f3a99145-2de3-4deb-941e-3b7d9a796a42"}},"repository":{"url":"git+https://github.com/npm/parse-conflict-json.git","type":"git"},"_npmVersion":"11.6.2","description":"Parse a JSON string that has git merge conflicts, resolving if possible","directories":{},"templateOSS":{"publish":true,"version":"4.27.1","//@npmcli/template-oss":"This file is partially managed by @npmcli/template-oss. Edits may be overwritten."},"_nodeVersion":"22.20.0","dependencies":{"just-diff":"^6.0.0","just-diff-apply":"^5.2.0","json-parse-even-better-errors":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^16.0.1","@npmcli/template-oss":"4.27.1","@npmcli/eslint-config":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parse-conflict-json_5.0.0_1761165185575_0.32971324693239","host":"s3://npm-registry-packages-npm-production"}},"5.0.1":{"name":"parse-conflict-json","version":"5.0.1","author":{"name":"GitHub Inc."},"license":"ISC","_id":"parse-conflict-json@5.0.1","maintainers":[{"name":"anonymous","email":"gar+npm@danger.computer"},{"name":"anonymous","email":"saquibkhan@github.com"},{"name":"anonymous","email":"npm-cli+bot@github.com"},{"name":"anonymous","email":"reggi@github.com"},{"name":"anonymous","email":"hashtagchris@github.com"},{"name":"anonymous","email":"owlstronaut@github.com"}],"homepage":"https://github.com/npm/parse-conflict-json#readme","bugs":{"url":"https://github.com/npm/parse-conflict-json/issues"},"tap":{"nyc-arg":["--exclude","tap-snapshots/**"],"check-coverage":true},"dist":{"shasum":"db4acd7472fb400c9808eb86611c2ff72f4c84ba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/parse-conflict-json/-/parse-conflict-json-5.0.1.tgz","fileCount":4,"integrity":"sha512-ZHEmNKMq1wyJXNwLxyHnluPfRAFSIliBvbK/UiOceROt4Xh9Pz0fq49NytIaeaCUf5VR86hwQ/34FCcNU5/LKQ==","signatures":[{"sig":"MEUCIHbX8pf/qulR29sGmPiSoV7QavqtIWM0KV4UMHLGCr3CAiEA2XyGCiqCRmdHRE1fV9YnAPBpUjQrbes3+f4Eg3kWSLA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/parse-conflict-json@5.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":6398},"main":"lib","engines":{"node":"^20.17.0 || >=22.9.0"},"gitHead":"51594349f8b8eecf0ed5bae930702732599888c6","scripts":{"lint":"npm run eslint","snap":"tap","test":"tap","eslint":"eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"","lintfix":"npm run eslint -- --fix","postlint":"template-oss-check","posttest":"npm run lint","template-oss-apply":"template-oss-apply --force"},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:f3a99145-2de3-4deb-941e-3b7d9a796a42"}},"repository":{"url":"git+https://github.com/npm/parse-conflict-json.git","type":"git"},"_npmVersion":"11.6.2","description":"Parse a JSON string that has git merge conflicts, resolving if possible","directories":{},"templateOSS":{"publish":true,"version":"4.27.1","//@npmcli/template-oss":"This file is partially managed by @npmcli/template-oss. Edits may be overwritten."},"_nodeVersion":"22.20.0","dependencies":{"just-diff":"^6.0.0","just-diff-apply":"^5.2.0","json-parse-even-better-errors":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^16.0.1","@npmcli/template-oss":"4.27.1","@npmcli/eslint-config":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/parse-conflict-json_5.0.1_1761242462467_0.057304237570827476","host":"s3://npm-registry-packages-npm-production"}}},"name":"parse-conflict-json","time":{"created":"2019-08-07T20:00:58.692Z","modified":"2026-03-19T19:30:01.324Z","1.0.0":"2019-08-07T20:00:58.821Z","1.0.1":"2019-08-09T05:59:01.957Z","1.1.0":"2020-07-14T00:37:10.800Z","1.1.1":"2020-08-20T21:28:58.814Z","2.0.0":"2021-12-08T20:57:17.269Z","2.0.1":"2021-12-08T21:04:19.919Z","2.0.2":"2022-03-28T20:40:39.860Z","3.0.0":"2022-10-14T05:22:52.351Z","3.0.1":"2023-03-21T18:51:28.067Z","4.0.0":"2024-09-25T17:20:47.906Z","5.0.0":"2025-10-22T20:33:05.840Z","5.0.1":"2025-10-23T18:01:02.707Z"},"readmeFilename":"README.md","homepage":"https://github.com/npm/parse-conflict-json#readme"}