{ "_from": "parse-conflict-json@latest", "_id": "parse-conflict-json@1.1.0", "_inBundle": false, "_integrity": "sha512-l9DnPN7S2TDgSm/KklvxUDkV8QMqfTLaIniSSUpY1Wbm+0Dc4qonmCC3hnVhmtJgVLQNIX0O9pOBIkkubjo9wQ==", "_location": "/parse-conflict-json", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "parse-conflict-json@latest", "name": "parse-conflict-json", "escapedName": "parse-conflict-json", "rawSpec": "latest", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/", "/@npmcli/arborist" ], "_resolved": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-1.1.0.tgz", "_shasum": "93d7c5e86badffbd7249411250737e5a175b1294", "_spec": "parse-conflict-json@latest", "_where": "/Users/isaacs/dev/npm/cli", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "https://izs.me" }, "bugs": { "url": "https://github.com/npm/parse-conflict-json/issues" }, "bundleDependencies": false, "dependencies": { "json-parse-better-errors": "^1.0.2", "just-diff": "^3.0.1", "just-diff-apply": "^3.0.0" }, "deprecated": false, "description": "Parse a JSON string that has git merge conflicts, resolving if possible", "devDependencies": { "tap": "^14.6.1" }, "files": [ "index.js" ], "homepage": "https://github.com/npm/parse-conflict-json#readme", "license": "ISC", "name": "parse-conflict-json", "repository": { "type": "git", "url": "git+https://github.com/npm/parse-conflict-json.git" }, "scripts": { "postpublish": "git push origin --follow-tags", "postversion": "npm publish", "preversion": "npm test", "snap": "tap", "test": "tap" }, "tap": { "check-coverage": true }, "version": "1.1.0" }