package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "launch-editor@^2.2.1",
  3. "_id": "launch-editor@2.10.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==",
  6. "_location": "/launch-editor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "launch-editor@^2.2.1",
  12. "name": "launch-editor",
  13. "escapedName": "launch-editor",
  14. "rawSpec": "^2.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.1"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-shared-utils",
  20. "/launch-editor-middleware",
  21. "/webpack-dev-server"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.10.0.tgz",
  24. "_shasum": "5ca3edfcb9667df1e8721310f3a40f1127d4bc42",
  25. "_spec": "launch-editor@^2.2.1",
  26. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@vue\\cli-shared-utils",
  27. "author": {
  28. "name": "Evan You"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/yyx990803/launch-editor/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "picocolors": "^1.0.0",
  36. "shell-quote": "^1.8.1"
  37. },
  38. "deprecated": false,
  39. "description": "launch editor from node.js",
  40. "homepage": "https://github.com/yyx990803/launch-editor#readme",
  41. "keywords": [
  42. "launch",
  43. "editor"
  44. ],
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "launch-editor",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/yyx990803/launch-editor.git"
  51. },
  52. "version": "2.10.0"
  53. }