{
  "_from": "@codemirror/lang-json@^6.0.1",
  "_id": "@codemirror/lang-json@6.0.1",
  "_inBundle": false,
  "_integrity": "sha512-+T1flHdgpqDDlJZ2Lkil/rLiRy684WMLc74xUnjJH48GQdfJo/pudlTRreZmKwzP8/tGdKf83wlbAdOCzlJOGQ==",
  "_location": "/@codemirror/lang-json",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@codemirror/lang-json@^6.0.1",
    "name": "@codemirror/lang-json",
    "escapedName": "@codemirror%2flang-json",
    "scope": "@codemirror",
    "rawSpec": "^6.0.1",
    "saveSpec": null,
    "fetchSpec": "^6.0.1"
  },
  "_requiredBy": [
    "/@strapi/design-system"
  ],
  "_resolved": "https://registry.npmjs.org/@codemirror/lang-json/-/lang-json-6.0.1.tgz",
  "_shasum": "0a0be701a5619c4b0f8991f9b5e95fe33f462330",
  "_spec": "@codemirror/lang-json@^6.0.1",
  "_where": "/home/ghf/system/node_modules/@strapi/design-system",
  "author": {
    "name": "Marijn Haverbeke",
    "email": "marijnh@gmail.com",
    "url": "http://marijnhaverbeke.nl"
  },
  "bugs": {
    "url": "https://github.com/codemirror/lang-json/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@codemirror/language": "^6.0.0",
    "@lezer/json": "^1.0.0"
  },
  "deprecated": false,
  "description": "JSON language support for the CodeMirror code editor",
  "devDependencies": {
    "@codemirror/buildhelper": "^0.1.0"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "homepage": "https://github.com/codemirror/lang-json#readme",
  "keywords": [
    "editor",
    "code"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "name": "@codemirror/lang-json",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codemirror/lang-json.git"
  },
  "scripts": {
    "prepare": "cm-buildhelper src/json.ts",
    "test": "cm-runtests"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "6.0.1"
}
