package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "@vue/runtime-core@3.3.4",
  3. "_id": "@vue/runtime-core@3.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==",
  6. "_location": "/@vue/runtime-core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@vue/runtime-core@3.3.4",
  12. "name": "@vue/runtime-core",
  13. "escapedName": "@vue%2fruntime-core",
  14. "scope": "@vue",
  15. "rawSpec": "3.3.4",
  16. "saveSpec": null,
  17. "fetchSpec": "3.3.4"
  18. },
  19. "_requiredBy": [
  20. "/@vue/runtime-dom"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.3.4.tgz",
  23. "_shasum": "4bb33872bbb583721b340f3088888394195967d1",
  24. "_spec": "@vue/runtime-core@3.3.4",
  25. "_where": "E:\\Project\\2023\\问诊平台\\his_user_app\\node_modules\\@vue\\runtime-dom",
  26. "author": {
  27. "name": "Evan You"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/vuejs/core/issues"
  31. },
  32. "buildOptions": {
  33. "name": "VueRuntimeCore",
  34. "formats": [
  35. "esm-bundler",
  36. "cjs"
  37. ]
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "@vue/reactivity": "3.3.4",
  42. "@vue/shared": "3.3.4"
  43. },
  44. "deprecated": false,
  45. "description": "@vue/runtime-core",
  46. "files": [
  47. "index.js",
  48. "dist"
  49. ],
  50. "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
  51. "keywords": [
  52. "vue"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "module": "dist/runtime-core.esm-bundler.js",
  57. "name": "@vue/runtime-core",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/vuejs/core.git",
  61. "directory": "packages/runtime-core"
  62. },
  63. "sideEffects": false,
  64. "types": "dist/runtime-core.d.ts",
  65. "version": "3.3.4"
  66. }