{
  "_id": "json-parse-even-better-errors@2.3.1",
  "_inBundle": true,
  "_location": "/npm/json-parse-even-better-errors",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm",
    "/npm/@npmcli/arborist",
    "/npm/@npmcli/metavuln-calculator",
    "/npm/@npmcli/package-json",
    "/npm/libnpmversion",
    "/npm/parse-conflict-json",
    "/npm/read-package-json",
    "/npm/read-package-json-fast"
  ],
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@zkat.tech"
  },
  "bugs": {
    "url": "https://github.com/npm/json-parse-even-better-errors/issues"
  },
  "description": "JSON.parse with context information on error",
  "devDependencies": {
    "tap": "^14.6.5"
  },
  "files": [
    "*.js"
  ],
  "homepage": "https://github.com/npm/json-parse-even-better-errors#readme",
  "keywords": [
    "JSON",
    "parser"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "json-parse-even-better-errors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/json-parse-even-better-errors.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push --follow-tags",
    "preversion": "npm t",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "2.3.1"
}
