{
  "_from": "@codemirror/view@^6.0.0",
  "_id": "@codemirror/view@6.17.1",
  "_inBundle": false,
  "_integrity": "sha512-I5KVxsLbm1f56n9SUajLW0/AzMXYEZVvkiYahMw/yGl5gUjT2WquuKO39xUtiT4z/hNhGD7YuAEVPI8u0mncaQ==",
  "_location": "/@codemirror/view",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@codemirror/view@^6.0.0",
    "name": "@codemirror/view",
    "escapedName": "@codemirror%2fview",
    "scope": "@codemirror",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/@codemirror/autocomplete",
    "/@codemirror/commands",
    "/@codemirror/language",
    "/@codemirror/lint",
    "/@codemirror/search",
    "/@codemirror/theme-one-dark",
    "/@uiw/codemirror-extensions-basic-setup",
    "/codemirror"
  ],
  "_resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.17.1.tgz",
  "_shasum": "2fab256eea6d5ef1d29f0885c18adbdcb462c2e2",
  "_spec": "@codemirror/view@^6.0.0",
  "_where": "/home/ghf/system/node_modules/@codemirror/language",
  "author": {
    "name": "Marijn Haverbeke",
    "email": "marijn@haverbeke.berlin",
    "url": "http://marijnhaverbeke.nl"
  },
  "bugs": {
    "url": "https://github.com/codemirror/view/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@codemirror/state": "^6.1.4",
    "style-mod": "^4.1.0",
    "w3c-keyname": "^2.2.4"
  },
  "deprecated": false,
  "description": "DOM view component for the CodeMirror code editor",
  "devDependencies": {
    "@codemirror/buildhelper": "^1.0.0"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "homepage": "https://github.com/codemirror/view#readme",
  "keywords": [
    "editor",
    "code"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "name": "@codemirror/view",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codemirror/view.git"
  },
  "scripts": {
    "prepare": "cm-buildhelper src/index.ts",
    "test": "cm-runtests"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "6.17.1"
}
