{
  "_from": "@codemirror/commands@^6.1.0",
  "_id": "@codemirror/commands@6.2.5",
  "_inBundle": false,
  "_integrity": "sha512-dSi7ow2P2YgPBZflR9AJoaTHvqmeGIgkhignYMd5zK5y6DANTvxKxp6eMEpIDUJkRAaOY/TFZ4jP1ADIO/GLVA==",
  "_location": "/@codemirror/commands",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@codemirror/commands@^6.1.0",
    "name": "@codemirror/commands",
    "escapedName": "@codemirror%2fcommands",
    "scope": "@codemirror",
    "rawSpec": "^6.1.0",
    "saveSpec": null,
    "fetchSpec": "^6.1.0"
  },
  "_requiredBy": [
    "/@uiw/codemirror-extensions-basic-setup",
    "/@uiw/react-codemirror",
    "/codemirror"
  ],
  "_resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.2.5.tgz",
  "_shasum": "e889f93f9cc85b32f6b2844d85d08688f695a6b8",
  "_spec": "@codemirror/commands@^6.1.0",
  "_where": "/home/ghf/system/node_modules/@uiw/react-codemirror",
  "author": {
    "name": "Marijn Haverbeke",
    "email": "marijn@haverbeke.berlin",
    "url": "http://marijnhaverbeke.nl"
  },
  "bugs": {
    "url": "https://github.com/codemirror/commands/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@codemirror/language": "^6.0.0",
    "@codemirror/state": "^6.2.0",
    "@codemirror/view": "^6.0.0",
    "@lezer/common": "^1.0.0"
  },
  "deprecated": false,
  "description": "Collection of editing commands for the CodeMirror code editor",
  "devDependencies": {
    "@codemirror/buildhelper": "^1.0.0",
    "@codemirror/lang-javascript": "^6.0.0"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "homepage": "https://github.com/codemirror/commands#readme",
  "keywords": [
    "editor",
    "code"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "name": "@codemirror/commands",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codemirror/commands.git"
  },
  "scripts": {
    "prepare": "cm-buildhelper src/commands.ts",
    "test": "cm-runtests"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "6.2.5"
}
