89 lines
2.5 KiB
JSON
89 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"monaco-editor@0.20.0",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "monaco-editor@0.20.0",
|
|
"_id": "monaco-editor@0.20.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-hkvf4EtPJRMQlPC3UbMoRs0vTAFAYdzFQ+gpMb8A+9znae1c43q8Mab9iVsgTcg/4PNiLGGn3SlDIa8uvK1FIQ==",
|
|
"_location": "/monaco-editor",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "monaco-editor@0.20.0",
|
|
"name": "monaco-editor",
|
|
"escapedName": "monaco-editor",
|
|
"rawSpec": "0.20.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.20.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/react-monaco-editor"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.20.0.tgz",
|
|
"_spec": "0.20.0",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/monaco-editor/issues"
|
|
},
|
|
"description": "A browser based code editor",
|
|
"devDependencies": {
|
|
"@types/chai": "^3.4.34",
|
|
"@types/mocha": "^2.2.33",
|
|
"@types/puppeteer": "^1.12.4",
|
|
"chai": "^4.2.0",
|
|
"clean-css": "^4.2.3",
|
|
"css-loader": "^3.2.0",
|
|
"event-stream": "4.0.1",
|
|
"file-loader": "^4.2.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-typedoc": "^2.2.2",
|
|
"mocha": "^6.2.2",
|
|
"monaco-css": "2.7.0",
|
|
"monaco-editor-core": "0.20.0",
|
|
"monaco-html": "2.7.0",
|
|
"monaco-json": "2.9.0",
|
|
"monaco-languages": "1.10.0",
|
|
"monaco-typescript": "3.7.0",
|
|
"puppeteer": "^1.15.0",
|
|
"rimraf": "^3.0.2",
|
|
"style-loader": "^1.0.1",
|
|
"typedoc": "^0.16.9",
|
|
"typescript": "^3.7.5",
|
|
"uncss": "^0.17.2",
|
|
"vinyl": "^2.2.0",
|
|
"webpack": "^4.41.2",
|
|
"webpack-cli": "^3.3.10",
|
|
"yaserver": "^0.2.0"
|
|
},
|
|
"homepage": "https://github.com/Microsoft/monaco-editor#readme",
|
|
"license": "MIT",
|
|
"module": "./esm/vs/editor/editor.main.js",
|
|
"name": "monaco-editor",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Microsoft/monaco-editor.git"
|
|
},
|
|
"scripts": {
|
|
"build-test": "tsc -b ./ci/tsconfig.json --preserveWatchOutput",
|
|
"build-website": "gulp build-website",
|
|
"bundle": "webpack --config ci/webpack.config.js --display-error-details --bail",
|
|
"ciserver": "gulp ciserver",
|
|
"release": "gulp release",
|
|
"simpleserver": "gulp simpleserver",
|
|
"test": "mocha \"out-ci/*.test.js\" --headless",
|
|
"website": "gulp website"
|
|
},
|
|
"typings": "./esm/vs/editor/editor.api.d.ts",
|
|
"version": "0.20.0"
|
|
}
|