{
  "author": "Zach Carter <zach@carter.name> (http://zaa.ch)",
  "name": "@mapbox/jsonlint-lines-primitives",
  "description": "Validate JSON",
  "keywords": [
    "json",
    "validation",
    "lint",
    "jsonlint"
  ],
  "version": "2.0.3",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/jsonlint.git"
  },
  "bugs": {
    "url": "http://github.com/mapbox/jsonlint/issues"
  },
  "main": "lib/jsonlint.js",
  "engines": {
    "node": ">= 22"
  },
  "dependencies": {},
  "devDependencies": {
    "jison": "0.4.18",
    "uglify-js": "3.19.3"
  },
  "files": [
    "lib",
    "src",
    "web"
  ],
  "scripts": {
    "test": "node test/all-tests.js && node test/strict-mode.mjs"
  }
}
