package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "launch-editor@^2.3.0",
  3. "_id": "launch-editor@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3QrsCXejlWYHjBPFXTyGNhPj4rrQdB+5+r5r3wArpLH201aR+nWUgw/zKKkTmilCfY/sv6u8qo98pNvtg8LUTA==",
  6. "_location": "/launch-editor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "launch-editor@^2.3.0",
  12. "name": "launch-editor",
  13. "escapedName": "launch-editor",
  14. "rawSpec": "^2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/launch-editor-middleware"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.3.0.tgz",
  22. "_shasum": "23b2081403b7eeaae2918bda510f3535ccab0ee4",
  23. "_spec": "launch-editor@^2.3.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\launch-editor-middleware",
  25. "author": {
  26. "name": "Evan You"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/yyx990803/launch-editor/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "picocolors": "^1.0.0",
  34. "shell-quote": "^1.6.1"
  35. },
  36. "deprecated": false,
  37. "description": "launch editor from node.js",
  38. "homepage": "https://github.com/yyx990803/launch-editor#readme",
  39. "keywords": [
  40. "launch",
  41. "editor"
  42. ],
  43. "license": "MIT",
  44. "main": "index.js",
  45. "name": "launch-editor",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/yyx990803/launch-editor.git"
  49. },
  50. "version": "2.3.0"
  51. }