package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "bigWord": "monaco-editor",
  3. "": "monaco-editor@0.21.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NwVOY+SA1Rot0X1gnc+xkjBNVgU=",
  6. "_location": "/monaco-editor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "monaco-editor",
  12. "name": "monaco-editor",
  13. "escapedName": "monaco-editor",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/monaco-editor/download/monaco-editor-0.21.2.tgz",
  23. "_shasum": "37054e63e480d51a2dd17d609dcfb192304d5605",
  24. "_spec": "monaco-editor",
  25. "_where": "/Users/mac/Documents/_APP_PRS/testWebPack",
  26. "author": {
  27. "name": "Microsoft Corporation"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Microsoft/monaco-editor/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A browser based code editor",
  35. "devDependencies": {
  36. "@types/chai": "^4.2.12",
  37. "@types/mocha": "^8.0.3",
  38. "chai": "^4.2.0",
  39. "clean-css": "^4.2.3",
  40. "css-loader": "^4.3.0",
  41. "event-stream": "4.0.1",
  42. "file-loader": "^6.1.0",
  43. "gulp": "^4.0.2",
  44. "gulp-typedoc": "^2.2.5",
  45. "mocha": "^8.1.3",
  46. "monaco-css": "3.1.1",
  47. "monaco-editor-core": "0.21.2",
  48. "monaco-html": "3.1.1",
  49. "monaco-json": "3.2.1",
  50. "monaco-languages": "2.1.1",
  51. "monaco-typescript": "4.1.1",
  52. "playwright": "1.3.0",
  53. "rimraf": "^3.0.2",
  54. "style-loader": "^1.2.1",
  55. "typedoc": "^0.19.1",
  56. "typescript": "^4.0.3",
  57. "uncss": "^0.17.3",
  58. "vinyl": "^2.2.0",
  59. "webpack": "^4.44.2",
  60. "webpack-cli": "^3.3.12",
  61. "yaserver": "^0.3.0"
  62. },
  63. "homepage": "https://github.com/Microsoft/monaco-editor#readme",
  64. "license": "MIT",
  65. "module": "./esm/vs/editor/editor.main.js",
  66. "name": "monaco-editor",
  67. "private": false,
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/Microsoft/monaco-editor.git"
  71. },
  72. "scripts": {
  73. "build-test": "tsc -b ./ci/tsconfig.json --preserveWatchOutput",
  74. "build-website": "gulp build-website",
  75. "bundle": "webpack --config ci/webpack.config.js --display-error-details --bail",
  76. "ciserver": "gulp ciserver",
  77. "release": "gulp release",
  78. "simpleserver": "gulp simpleserver",
  79. "test": "mocha \"out-ci/*.test.js\" --headless",
  80. "website": "gulp website"
  81. },
  82. "typings": "./esm/vs/editor/editor.api.d.ts",
  83. "version": "0.21.2"
  84. }