You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.5 KiB
84 lines
2.5 KiB
{
|
|
"_from": "monaco-editor@^0.19.3",
|
|
"_id": "monaco-editor@0.19.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-2n1vJBVQF2Hhi7+r1mMeYsmlf18hjVb6E0v5SoMZyb4aeOmYPKun+CE3gYpiNA1KEvtSdaDHFBqH9d7Wd9vREg==",
|
|
"_location": "/monaco-editor",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "monaco-editor@^0.19.3",
|
|
"name": "monaco-editor",
|
|
"escapedName": "monaco-editor",
|
|
"rawSpec": "^0.19.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.19.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/monaco-editor/-/monaco-editor-0.19.3.tgz",
|
|
"_shasum": "1c994b3186c00650dbcd034d5370d46bf56c0663",
|
|
"_spec": "monaco-editor@^0.19.3",
|
|
"_where": "D:\\仁舟项目\\admin_dHBzn",
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/monaco-editor/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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.1",
|
|
"css-loader": "^3.2.0",
|
|
"event-stream": "3.3.4",
|
|
"file-loader": "^4.2.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-typedoc": "^2.2.2",
|
|
"mocha": "^6.2.2",
|
|
"monaco-css": "2.6.0",
|
|
"monaco-editor-core": "0.19.3",
|
|
"monaco-html": "2.6.0",
|
|
"monaco-json": "2.8.0",
|
|
"monaco-languages": "1.9.2",
|
|
"monaco-typescript": "3.6.1",
|
|
"puppeteer": "^1.15.0",
|
|
"rimraf": "^2.6.3",
|
|
"style-loader": "^1.0.1",
|
|
"typedoc": "^0.15.4",
|
|
"typescript": "^3.3.3",
|
|
"uncss": "^0.16.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.19.3"
|
|
}
|
|
|