package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "monaco-editor@0.28.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "monaco-editor@0.28.1",
  9. "_id": "monaco-editor@0.28.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-P1vPqxB4B1ZFzTeR1ScggSp9/5NoQrLCq88fnlNUsuRAP1usEBN4TIpI2lw0AYIZNVIanHk0qwjze2uJwGOHUw==",
  12. "_location": "/monaco-editor",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "monaco-editor@0.28.1",
  18. "name": "monaco-editor",
  19. "escapedName": "monaco-editor",
  20. "rawSpec": "0.28.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.28.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.28.1.tgz",
  28. "_spec": "0.28.1",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "Microsoft Corporation"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/Microsoft/monaco-editor/issues"
  35. },
  36. "description": "A browser based code editor",
  37. "devDependencies": {
  38. "clean-css": "^5.1.1",
  39. "event-stream": "4.0.1",
  40. "gulp": "^4.0.2",
  41. "monaco-css": "3.8.1",
  42. "monaco-editor-core": "0.28.1",
  43. "monaco-html": "3.8.1",
  44. "monaco-json": "3.8.1",
  45. "monaco-languages": "2.8.1",
  46. "monaco-typescript": "4.8.1",
  47. "rimraf": "^3.0.2",
  48. "typedoc": "^0.20.29",
  49. "typescript": "4.2.3",
  50. "uncss": "git+https://github.com/uncss/uncss.git#d0adf4bb89ef4f82006f8dd5b40d22a94269e50a",
  51. "vinyl": "^2.2.1",
  52. "yaserver": "^0.3.0"
  53. },
  54. "homepage": "https://github.com/Microsoft/monaco-editor#readme",
  55. "license": "MIT",
  56. "module": "./esm/vs/editor/editor.main.js",
  57. "name": "monaco-editor",
  58. "private": false,
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/Microsoft/monaco-editor.git"
  62. },
  63. "scripts": {
  64. "build-website": "gulp build-website && npm run typedoc",
  65. "release": "gulp release",
  66. "simpleserver": "gulp simpleserver",
  67. "typedoc": "cd typedoc && \"../node_modules/.bin/typedoc\" --options ./typedoc.json",
  68. "website": "gulp build-website && npm run typedoc && gulp prepare-website-branch"
  69. },
  70. "typings": "./esm/vs/editor/editor.api.d.ts",
  71. "version": "0.28.1"
  72. }