package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "launch-editor@^2.2.1",
  3. "_id": "launch-editor@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-hxtaPuOdZoD8wm03kwtu7aidsMo=",
  6. "_location": "/launch-editor",
  7. "_phantomChildren": {
  8. "ansi-styles": "3.2.1",
  9. "escape-string-regexp": "1.0.5",
  10. "supports-color": "5.5.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "launch-editor@^2.2.1",
  16. "name": "launch-editor",
  17. "escapedName": "launch-editor",
  18. "rawSpec": "^2.2.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^2.2.1"
  21. },
  22. "_requiredBy": [
  23. "/@vue/cli-shared-utils",
  24. "/launch-editor-middleware"
  25. ],
  26. "_resolved": "https://registry.npm.taobao.org/launch-editor/download/launch-editor-2.2.1.tgz",
  27. "_shasum": "871b5a3ee39d6680fcc26d37930b6eeda89db0ca",
  28. "_spec": "launch-editor@^2.2.1",
  29. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@vue\\cli-shared-utils",
  30. "author": {
  31. "name": "Evan You"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/yyx990803/launch-editor/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "chalk": "^2.3.0",
  39. "shell-quote": "^1.6.1"
  40. },
  41. "deprecated": false,
  42. "description": "launch editor from node.js",
  43. "homepage": "https://github.com/yyx990803/launch-editor#readme",
  44. "keywords": [
  45. "launch",
  46. "editor"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "launch-editor",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/yyx990803/launch-editor.git"
  54. },
  55. "version": "2.2.1"
  56. }