CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json42 linesDownload Raw Back to view
1{2  "name": "@codemirror/view",3  "version": "6.43.1",4  "description": "DOM view component 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.6.0",30    "crelt": "^1.0.6",31    "style-mod": "^4.1.0",32    "w3c-keyname": "^2.2.4"33  },34  "devDependencies": {35    "@codemirror/buildhelper": "^1.0.0"36  },37  "repository": {38    "type": "git",39    "url": "git+https://code.haverbeke.berlin/codemirror/view.git"40  }41}42 
basant307/AI_Governance_Project · CoolFace