{
  "_from": "codemirror@^6.0.0",
  "_id": "codemirror@6.0.1",
  "_inBundle": false,
  "_integrity": "sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==",
  "_location": "/codemirror",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "codemirror@^6.0.0",
    "name": "codemirror",
    "escapedName": "codemirror",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/@uiw/react-codemirror"
  ],
  "_resolved": "https://registry.npmjs.org/codemirror/-/codemirror-6.0.1.tgz",
  "_shasum": "62b91142d45904547ee3e0e0e4c1a79158035a29",
  "_spec": "codemirror@^6.0.0",
  "_where": "/home/ghf/system/node_modules/@uiw/react-codemirror",
  "author": {
    "name": "Marijn Haverbeke",
    "email": "marijnh@gmail.com",
    "url": "http://marijnhaverbeke.nl"
  },
  "bugs": {
    "url": "https://github.com/codemirror/basic-setup/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@codemirror/autocomplete": "^6.0.0",
    "@codemirror/commands": "^6.0.0",
    "@codemirror/language": "^6.0.0",
    "@codemirror/lint": "^6.0.0",
    "@codemirror/search": "^6.0.0",
    "@codemirror/state": "^6.0.0",
    "@codemirror/view": "^6.0.0"
  },
  "deprecated": false,
  "description": "Basic configuration for the CodeMirror code editor",
  "devDependencies": {
    "@codemirror/buildhelper": "^0.1.5"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "homepage": "https://github.com/codemirror/basic-setup#readme",
  "keywords": [
    "editor",
    "code"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "name": "codemirror",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codemirror/basic-setup.git"
  },
  "scripts": {
    "prepare": "cm-buildhelper src/codemirror.ts",
    "test": "cm-runtests"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "6.0.1"
}
