{
  "_from": "@codemirror/commands@^6.1.0",
  "_id": "@codemirror/commands@6.8.0",
  "_inBundle": false,
  "_integrity": "sha512-q8VPEFaEP4ikSlt6ZxjB3zW72+7osfAYW9i8Zu943uqbKuz6utc1+F170hyLUCUltXORjQXRyYQNfkckzA/bPQ==",
  "_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.8.0.tgz",
  "_shasum": "92f200b66f852939bd6ebb90d48c2d9e9c813d64",
  "_spec": "@codemirror/commands@^6.1.0",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/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.4.0",
    "@codemirror/view": "^6.27.0",
    "@lezer/common": "^1.1.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.8.0"
}
