{ "_args": [ [ "@codemirror/commands@6.0.1", "D:\\qianger\\7\\jindouyunNewFront" ] ], "_from": "@codemirror/commands@6.0.1", "_id": "@codemirror/commands@6.0.1", "_inBundle": false, "_integrity": "sha512-iNHDByicYqQjs0Wo1MKGfqNbMYMyhS9WV6EwMVwsHXImlFemgEUC+c5X22bXKBStN3qnwg4fArNZM+gkv22baQ==", "_location": "/@codemirror/commands", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@codemirror/commands@6.0.1", "name": "@codemirror/commands", "escapedName": "@codemirror%2fcommands", "scope": "@codemirror", "rawSpec": "6.0.1", "saveSpec": null, "fetchSpec": "6.0.1" }, "_requiredBy": [ "/codemirror" ], "_resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.0.1.tgz", "_spec": "6.0.1", "_where": "D:\\qianger\\7\\jindouyunNewFront", "author": { "name": "Marijn Haverbeke", "email": "marijnh@gmail.com", "url": "http://marijnhaverbeke.nl" }, "bugs": { "url": "https://github.com/codemirror/commands/issues" }, "dependencies": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", "@lezer/common": "^1.0.0" }, "description": "Collection of editing commands for the CodeMirror code editor", "devDependencies": { "@codemirror/buildhelper": "^0.1.5", "@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.0.1" }