package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "monaco-editor@^0.28.1",
  3. "_id": "monaco-editor@0.28.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-P1vPqxB4B1ZFzTeR1ScggSp9/5NoQrLCq88fnlNUsuRAP1usEBN4TIpI2lw0AYIZNVIanHk0qwjze2uJwGOHUw==",
  6. "_location": "/monaco-editor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "monaco-editor@^0.28.1",
  12. "name": "monaco-editor",
  13. "escapedName": "monaco-editor",
  14. "rawSpec": "^0.28.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.28.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/monaco-editor/-/monaco-editor-0.28.1.tgz",
  22. "_shasum": "732788ff2172d59e6d436b206da8cac715413940",
  23. "_spec": "monaco-editor@^0.28.1",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "Microsoft Corporation"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/Microsoft/monaco-editor/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "A browser based code editor",
  34. "devDependencies": {
  35. "clean-css": "^5.1.1",
  36. "event-stream": "4.0.1",
  37. "gulp": "^4.0.2",
  38. "monaco-css": "3.8.1",
  39. "monaco-editor-core": "0.28.1",
  40. "monaco-html": "3.8.1",
  41. "monaco-json": "3.8.1",
  42. "monaco-languages": "2.8.1",
  43. "monaco-typescript": "4.8.1",
  44. "rimraf": "^3.0.2",
  45. "typedoc": "^0.20.29",
  46. "typescript": "4.2.3",
  47. "uncss": "git+https://github.com/uncss/uncss.git#d0adf4bb89ef4f82006f8dd5b40d22a94269e50a",
  48. "vinyl": "^2.2.1",
  49. "yaserver": "^0.3.0"
  50. },
  51. "homepage": "https://github.com/Microsoft/monaco-editor#readme",
  52. "license": "MIT",
  53. "module": "./esm/vs/editor/editor.main.js",
  54. "name": "monaco-editor",
  55. "private": false,
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/Microsoft/monaco-editor.git"
  59. },
  60. "scripts": {
  61. "build-website": "gulp build-website && npm run typedoc",
  62. "release": "gulp release",
  63. "simpleserver": "gulp simpleserver",
  64. "typedoc": "cd typedoc && \"../node_modules/.bin/typedoc\" --options ./typedoc.json",
  65. "website": "gulp build-website && npm run typedoc && gulp prepare-website-branch"
  66. },
  67. "typings": "./esm/vs/editor/editor.api.d.ts",
  68. "version": "0.28.1"
  69. }