1{ 2 "name": "json-parse-even-better-errors", 3 "version": "3.0.1", 4 "description": "JSON.parse with context information on error", 5 "main": "lib/index.js", 6 "files": [ 7 "bin/", 8 "lib/" 9 ], 10 "scripts": { 11 "test": "tap", 12 "snap": "tap", 13 "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", 14 "postlint": "template-oss-check", 15 "template-oss-apply": "template-oss-apply --force", 16 "lintfix": "npm run lint -- --fix", 17 "posttest": "npm run lint" 18 }, 19 "repository": { 20 "type": "git", 21 "url": "https://github.com/npm/json-parse-even-better-errors.git" 22 }, 23 "keywords": [ 24 "JSON", 25 "parser" 26 ], 27 "author": "GitHub Inc.", 28 "license": "MIT", 29 "devDependencies": { 30 "@npmcli/eslint-config": "^4.0.0", 31 "@npmcli/template-oss": "4.20.0", 32 "tap": "^16.3.0" 33 }, 34 "tap": { 35 "check-coverage": true, 36 "nyc-arg": [ 37 "--exclude", 38 "tap-snapshots/**" 39 ] 40 }, 41 "engines": { 42 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 43 }, 44 "templateOSS": { 45 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 46 "version": "4.20.0", 47 "publish": true 48 } 49} 50