{ "name": "@stoplight/json", "version": "3.21.0", "description": "Useful functions when working with JSON.", "keywords": [ "json", "json parser", "json.parse", "parser", "sourcemap" ], "sideEffects": false, "files": [ "**/*" ], "author": "Stoplight ", "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.3", "@stoplight/path": "^1.3.2", "@stoplight/types": "^13.6.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" }