package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "@vue/runtime-core@3.0.6",
  5. "J:\\Github\\CURD-TS"
  6. ]
  7. ],
  8. "_from": "@vue/runtime-core@3.0.6",
  9. "_id": "@vue/runtime-core@3.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-0Wd5tWZFk/HSW+Z3+xsZaAJKpTI=",
  12. "_location": "/@vue/runtime-core",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@vue/runtime-core@3.0.6",
  18. "name": "@vue/runtime-core",
  19. "escapedName": "@vue%2fruntime-core",
  20. "scope": "@vue",
  21. "rawSpec": "3.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.6"
  24. },
  25. "_requiredBy": [
  26. "/@vue/runtime-dom"
  27. ],
  28. "_resolved": "http://192.168.250.101:4873/@vue%2fruntime-core/-/runtime-core-3.0.6.tgz",
  29. "_spec": "3.0.6",
  30. "_where": "J:\\Github\\CURD-TS",
  31. "author": {
  32. "name": "Evan You"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/vuejs/vue-next/issues"
  36. },
  37. "buildOptions": {
  38. "name": "VueRuntimeCore",
  39. "formats": [
  40. "esm-bundler",
  41. "cjs"
  42. ]
  43. },
  44. "dependencies": {
  45. "@vue/reactivity": "3.0.6",
  46. "@vue/shared": "3.0.6"
  47. },
  48. "description": "@vue/runtime-core",
  49. "files": [
  50. "index.js",
  51. "dist"
  52. ],
  53. "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-core#readme",
  54. "keywords": [
  55. "vue"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "module": "dist/runtime-core.esm-bundler.js",
  60. "name": "@vue/runtime-core",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/vuejs/vue-next.git",
  64. "directory": "packages/runtime-core"
  65. },
  66. "sideEffects": false,
  67. "types": "dist/runtime-core.d.ts",
  68. "version": "3.0.6"
  69. }