| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "monaco-editor-webpack-plugin@^4.2.0",
- "_id": "monaco-editor-webpack-plugin@4.2.0",
- "_inBundle": false,
- "_integrity": "sha512-/P3sFiEgBl+Y50he4mbknMhbLJVop5gBUZiPS86SuHUDOOnQiQ5rL1jU5lwt1XKAwMEkhwZbUwqaHxTPkb1Utw==",
- "_location": "/monaco-editor-webpack-plugin",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "monaco-editor-webpack-plugin@^4.2.0",
- "name": "monaco-editor-webpack-plugin",
- "escapedName": "monaco-editor-webpack-plugin",
- "rawSpec": "^4.2.0",
- "saveSpec": null,
- "fetchSpec": "^4.2.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-4.2.0.tgz",
- "_shasum": "2be76cde9cca7bd8c3418503625990f86886927b",
- "_spec": "monaco-editor-webpack-plugin@^4.2.0",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
- "author": {
- "name": "Microsoft Corporation"
- },
- "bugs": {
- "url": "https://github.com/Microsoft/monaco-editor-webpack-plugin/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "loader-utils": "^2.0.0"
- },
- "deprecated": false,
- "description": "A webpack plugin for the Monaco Editor",
- "devDependencies": {
- "css-loader": "^5.1.1",
- "file-loader": "^6.2.0",
- "glob": "^7.1.6",
- "monaco-editor": "^0.26.0",
- "style-loader": "^2.0.0",
- "typescript": "^4.2.3",
- "webpack": "^5.24.3",
- "webpack-cli": "^4.5.0"
- },
- "homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
- "keywords": [
- "webpack",
- "monaco",
- "editor",
- "loader"
- ],
- "license": "MIT",
- "main": "out/index.js",
- "name": "monaco-editor-webpack-plugin",
- "peerDependencies": {
- "webpack": "^4.5.0 || 5.x",
- "monaco-editor": "0.25.x || 0.26.x || 0.27.x || 0.28.x"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Microsoft/monaco-editor-webpack-plugin.git"
- },
- "scripts": {
- "import-editor": "node ./scripts/import-editor.js",
- "prepublishOnly": "tsc -p tsconfig.json",
- "test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js --progress",
- "test-cross-origin": "node ./node_modules/webpack/bin/webpack.js --config test/webpack-cross-origin.config.js --progress",
- "watch": "tsc -w -p tsconfig.json"
- },
- "typings": "./out/index.d.ts",
- "version": "4.2.0"
- }
|