basant307/AI_Governance_Project
048
1{2 "name": "@codemirror/language",3 "version": "6.12.3",4 "description": "Language support infrastructure for the CodeMirror code editor",5 "scripts": {6 "test": "cm-runtests",7 "prepare": "cm-buildhelper src/index.ts"8 },9 "keywords": [10 "editor",11 "code"12 ],13 "author": {14 "name": "Marijn Haverbeke",15 "email": "marijn@haverbeke.berlin",16 "url": "http://marijnhaverbeke.nl"17 },18 "type": "module",19 "main": "dist/index.cjs",20 "exports": {21 "import": "./dist/index.js",22 "require": "./dist/index.cjs"23 },24 "types": "dist/index.d.ts",25 "module": "dist/index.js",26 "sideEffects": false,27 "license": "MIT",28 "dependencies": {29 "@codemirror/state": "^6.0.0",30 "@codemirror/view": "^6.23.0",31 "@lezer/common": "^1.5.0",32 "@lezer/highlight": "^1.0.0",33 "@lezer/lr": "^1.0.0",34 "style-mod": "^4.0.0"35 },36 "devDependencies": {37 "@codemirror/buildhelper": "^1.0.0",38 "@lezer/javascript": "^1.0.0"39 },40 "repository": {41 "type": "git",42 "url": "git+https://github.com/codemirror/language.git"43 }44}45 