forgeplus-react/node_modules/monaco-editor-webpack-plugin/package.json

79 lines
2.3 KiB
JSON

{
"_args": [
[
"monaco-editor-webpack-plugin@1.9.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "monaco-editor-webpack-plugin@1.9.1",
"_id": "monaco-editor-webpack-plugin@1.9.1",
"_inBundle": false,
"_integrity": "sha512-x7fx1w3i/uwZERIgztHAAK3VQMsL8+ku0lFXXbO81hKDg8IieACqjGEa2mqEueg0c/fX+wd0oI+75wB19KJAsA==",
"_location": "/monaco-editor-webpack-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "monaco-editor-webpack-plugin@1.9.1",
"name": "monaco-editor-webpack-plugin",
"escapedName": "monaco-editor-webpack-plugin",
"rawSpec": "1.9.1",
"saveSpec": null,
"fetchSpec": "1.9.1"
},
"_requiredBy": [
"/"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/monaco-editor-webpack-plugin/-/monaco-editor-webpack-plugin-1.9.1.tgz",
"_spec": "1.9.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Microsoft Corporation"
},
"bugs": {
"url": "https://github.com/Microsoft/monaco-editor-webpack-plugin/issues"
},
"dependencies": {
"loader-utils": "^1.2.3"
},
"description": "A webpack plugin for the Monaco Editor",
"devDependencies": {
"@types/loader-utils": "^2.0.1",
"@types/webpack": "^4.41.22",
"css-loader": "^4.2.2",
"file-loader": "^6.1.0",
"glob": "^7.1.6",
"monaco-editor": "^0.20.0",
"style-loader": "^1.2.1",
"typescript": "^3.7.5",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"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",
"monaco-editor": "0.19.x || 0.20.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/monaco-editor-webpack-plugin.git"
},
"scripts": {
"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": "1.9.1"
}