1{ 2 "name": "parse-conflict-json", 3 "version": "3.0.1", 4 "description": "Parse a JSON string that has git merge conflicts, resolving if possible", 5 "author": "GitHub Inc.", 6 "license": "ISC", 7 "main": "lib", 8 "scripts": { 9 "test": "tap", 10 "snap": "tap", 11 "lint": "eslint \"**/*.js\"", 12 "postlint": "template-oss-check", 13 "lintfix": "npm run lint -- --fix", 14 "posttest": "npm run lint", 15 "template-oss-apply": "template-oss-apply --force" 16 }, 17 "tap": { 18 "check-coverage": true, 19 "nyc-arg": [ 20 "--exclude", 21 "tap-snapshots/**" 22 ] 23 }, 24 "devDependencies": { 25 "@npmcli/eslint-config": "^4.0.0", 26 "@npmcli/template-oss": "4.12.0", 27 "tap": "^16.0.1" 28 }, 29 "dependencies": { 30 "json-parse-even-better-errors": "^3.0.0", 31 "just-diff": "^6.0.0", 32 "just-diff-apply": "^5.2.0" 33 }, 34 "repository": { 35 "type": "git", 36 "url": "https://github.com/npm/parse-conflict-json.git" 37 }, 38 "files": [ 39 "bin/", 40 "lib/" 41 ], 42 "engines": { 43 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 44 }, 45 "templateOSS": { 46 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 47 "version": "4.12.0" 48 } 49} 50