package.json 2.4 KB

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