package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "launch-editor@2.2.1",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "launch-editor@2.2.1",
  10. "_id": "launch-editor@2.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-On+V7K2uZK6wK7x691ycSUbLD/FyKKelArkbaAMSSJU8JmqmhwN2+mnJDNINuJWSrh2L0kDk+ZQtbC/gOWUwLw==",
  13. "_location": "/launch-editor",
  14. "_phantomChildren": {
  15. "escape-string-regexp": "1.0.5"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "launch-editor@2.2.1",
  21. "name": "launch-editor",
  22. "escapedName": "launch-editor",
  23. "rawSpec": "2.2.1",
  24. "saveSpec": null,
  25. "fetchSpec": "2.2.1"
  26. },
  27. "_requiredBy": [
  28. "/@vue/cli-shared-utils",
  29. "/launch-editor-middleware"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.2.1.tgz",
  32. "_spec": "2.2.1",
  33. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  34. "author": {
  35. "name": "Evan You"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/yyx990803/launch-editor/issues"
  39. },
  40. "dependencies": {
  41. "chalk": "^2.3.0",
  42. "shell-quote": "^1.6.1"
  43. },
  44. "description": "launch editor from node.js",
  45. "homepage": "https://github.com/yyx990803/launch-editor#readme",
  46. "keywords": [
  47. "launch",
  48. "editor"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "launch-editor",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/yyx990803/launch-editor.git"
  56. },
  57. "version": "2.2.1"
  58. }