123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "monaco-editor@^0.21.2",
- "_id": "monaco-editor@0.21.3",
- "_inBundle": false,
- "_integrity": "sha512-9N7wATLpi+googstvtm6IKg97vPQ77FDYEpkow5tLriM/VJ0DaTRyUP4UVzcoH7KlPDX+e/rE7/imcOUeGkT6g==",
- "_location": "/monaco-editor",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "monaco-editor@^0.21.2",
- "name": "monaco-editor",
- "escapedName": "monaco-editor",
- "rawSpec": "^0.21.2",
- "saveSpec": null,
- "fetchSpec": "^0.21.2"
- },
- "_requiredBy": [
- "/@sscfaith/avue-form-design"
- ],
- "_resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.21.3.tgz",
- "_shasum": "3381b66614b64d1c5e3b77dd5564ad496d1b4e5d",
- "_spec": "monaco-editor@^0.21.2",
- "_where": "D:\\jiayue\\pig-ui\\node_modules\\@sscfaith\\avue-form-design",
- "author": {
- "name": "Microsoft Corporation"
- },
- "bugs": {
- "url": "https://github.com/Microsoft/monaco-editor/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A browser based code editor",
- "devDependencies": {
- "clean-css": "^4.2.3",
- "event-stream": "4.0.1",
- "gulp": "^4.0.2",
- "gulp-typedoc": "^2.2.5",
- "monaco-css": "3.1.1",
- "monaco-editor-core": "0.21.3",
- "monaco-html": "3.1.1",
- "monaco-json": "3.2.1",
- "monaco-languages": "2.1.1",
- "monaco-typescript": "4.1.1",
- "rimraf": "^3.0.2",
- "typedoc": "^0.19.1",
- "typescript": "4.1.3",
- "uncss": "^0.17.3",
- "vinyl": "^2.2.1",
- "yaserver": "^0.3.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-website": "gulp build-website",
- "release": "gulp release",
- "simpleserver": "gulp simpleserver",
- "website": "gulp website"
- },
- "typings": "./esm/vs/editor/editor.api.d.ts",
- "version": "0.21.3"
- }
|