{
  "name": "@stoplight/json",
  "version": "3.17.0",
  "description": "Useful functions when working with JSON.",
  "keywords": [
    "json",
    "json parser",
    "json.parse",
    "parser",
    "sourcemap"
  ],
  "sideEffects": false,
  "files": [
    "**/*"
  ],
  "author": "Stoplight <support@stoplight.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/stoplightio/json"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8.3.0"
  },
  "dependencies": {
    "@stoplight/ordered-object-literal": "^1.0.2",
    "@stoplight/types": "^12.3.0",
    "jsonc-parser": "~2.2.1",
    "lodash": "^4.17.21",
    "safe-stable-stringify": "^1.1"
  },
  "main": "index.cjs.js",
  "module": "index.es.js",
  "typings": "index.d.ts"
}
