package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "monaco-editor@^0.21.2",
  3. "_id": "monaco-editor@0.21.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9N7wATLpi+googstvtm6IKg97vPQ77FDYEpkow5tLriM/VJ0DaTRyUP4UVzcoH7KlPDX+e/rE7/imcOUeGkT6g==",
  6. "_location": "/monaco-editor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "monaco-editor@^0.21.2",
  12. "name": "monaco-editor",
  13. "escapedName": "monaco-editor",
  14. "rawSpec": "^0.21.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.21.2"
  17. },
  18. "_requiredBy": [
  19. "/@sscfaith/avue-form-design"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.21.3.tgz",
  22. "_shasum": "3381b66614b64d1c5e3b77dd5564ad496d1b4e5d",
  23. "_spec": "monaco-editor@^0.21.2",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@sscfaith\\avue-form-design",
  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": "^4.2.3",
  36. "event-stream": "4.0.1",
  37. "gulp": "^4.0.2",
  38. "gulp-typedoc": "^2.2.5",
  39. "monaco-css": "3.1.1",
  40. "monaco-editor-core": "0.21.3",
  41. "monaco-html": "3.1.1",
  42. "monaco-json": "3.2.1",
  43. "monaco-languages": "2.1.1",
  44. "monaco-typescript": "4.1.1",
  45. "rimraf": "^3.0.2",
  46. "typedoc": "^0.19.1",
  47. "typescript": "4.1.3",
  48. "uncss": "^0.17.3",
  49. "vinyl": "^2.2.1",
  50. "yaserver": "^0.3.0"
  51. },
  52. "homepage": "https://github.com/Microsoft/monaco-editor#readme",
  53. "license": "MIT",
  54. "module": "./esm/vs/editor/editor.main.js",
  55. "name": "monaco-editor",
  56. "private": false,
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/Microsoft/monaco-editor.git"
  60. },
  61. "scripts": {
  62. "build-website": "gulp build-website",
  63. "release": "gulp release",
  64. "simpleserver": "gulp simpleserver",
  65. "website": "gulp website"
  66. },
  67. "typings": "./esm/vs/editor/editor.api.d.ts",
  68. "version": "0.21.3"
  69. }