package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "monaco-editor-webpack-plugin@^4.2.0",
  3. "_id": "monaco-editor-webpack-plugin@4.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/P3sFiEgBl+Y50he4mbknMhbLJVop5gBUZiPS86SuHUDOOnQiQ5rL1jU5lwt1XKAwMEkhwZbUwqaHxTPkb1Utw==",
  6. "_location": "/monaco-editor-webpack-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "monaco-editor-webpack-plugin@^4.2.0",
  12. "name": "monaco-editor-webpack-plugin",
  13. "escapedName": "monaco-editor-webpack-plugin",
  14. "rawSpec": "^4.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.2.0.tgz",
  22. "_shasum": "2be76cde9cca7bd8c3418503625990f86886927b",
  23. "_spec": "monaco-editor-webpack-plugin@^4.2.0",
  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-webpack-plugin/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "loader-utils": "^2.0.0"
  34. },
  35. "deprecated": false,
  36. "description": "A webpack plugin for the Monaco Editor",
  37. "devDependencies": {
  38. "css-loader": "^5.1.1",
  39. "file-loader": "^6.2.0",
  40. "glob": "^7.1.6",
  41. "monaco-editor": "^0.26.0",
  42. "style-loader": "^2.0.0",
  43. "typescript": "^4.2.3",
  44. "webpack": "^5.24.3",
  45. "webpack-cli": "^4.5.0"
  46. },
  47. "homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
  48. "keywords": [
  49. "webpack",
  50. "monaco",
  51. "editor",
  52. "loader"
  53. ],
  54. "license": "MIT",
  55. "main": "out/index.js",
  56. "name": "monaco-editor-webpack-plugin",
  57. "peerDependencies": {
  58. "webpack": "^4.5.0 || 5.x",
  59. "monaco-editor": "0.25.x || 0.26.x || 0.27.x || 0.28.x"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/Microsoft/monaco-editor-webpack-plugin.git"
  64. },
  65. "scripts": {
  66. "import-editor": "node ./scripts/import-editor.js",
  67. "prepublishOnly": "tsc -p tsconfig.json",
  68. "test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js --progress",
  69. "test-cross-origin": "node ./node_modules/webpack/bin/webpack.js --config test/webpack-cross-origin.config.js --progress",
  70. "watch": "tsc -w -p tsconfig.json"
  71. },
  72. "typings": "./out/index.d.ts",
  73. "version": "4.2.0"
  74. }