| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "monaco-editor@^0.28.1",
- "_id": "monaco-editor@0.28.1",
- "_inBundle": false,
- "_integrity": "sha512-P1vPqxB4B1ZFzTeR1ScggSp9/5NoQrLCq88fnlNUsuRAP1usEBN4TIpI2lw0AYIZNVIanHk0qwjze2uJwGOHUw==",
- "_location": "/monaco-editor",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "monaco-editor@^0.28.1",
- "name": "monaco-editor",
- "escapedName": "monaco-editor",
- "rawSpec": "^0.28.1",
- "saveSpec": null,
- "fetchSpec": "^0.28.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/monaco-editor/-/monaco-editor-0.28.1.tgz",
- "_shasum": "732788ff2172d59e6d436b206da8cac715413940",
- "_spec": "monaco-editor@^0.28.1",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
- "author": {
- "name": "Microsoft Corporation"
- },
- "bugs": {
- "url": "https://github.com/Microsoft/monaco-editor/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A browser based code editor",
- "devDependencies": {
- "clean-css": "^5.1.1",
- "event-stream": "4.0.1",
- "gulp": "^4.0.2",
- "monaco-css": "3.8.1",
- "monaco-editor-core": "0.28.1",
- "monaco-html": "3.8.1",
- "monaco-json": "3.8.1",
- "monaco-languages": "2.8.1",
- "monaco-typescript": "4.8.1",
- "rimraf": "^3.0.2",
- "typedoc": "^0.20.29",
- "typescript": "4.2.3",
- "uncss": "git+https://github.com/uncss/uncss.git#d0adf4bb89ef4f82006f8dd5b40d22a94269e50a",
- "vinyl": "^2.2.1",
- "yaserver": "^0.3.0"
- },
- "homepage": "https://github.com/Microsoft/monaco-editor#readme",
- "license": "MIT",
- "module": "./esm/vs/editor/editor.main.js",
- "name": "monaco-editor",
- "private": false,
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Microsoft/monaco-editor.git"
- },
- "scripts": {
- "build-website": "gulp build-website && npm run typedoc",
- "release": "gulp release",
- "simpleserver": "gulp simpleserver",
- "typedoc": "cd typedoc && \"../node_modules/.bin/typedoc\" --options ./typedoc.json",
- "website": "gulp build-website && npm run typedoc && gulp prepare-website-branch"
- },
- "typings": "./esm/vs/editor/editor.api.d.ts",
- "version": "0.28.1"
- }
|