package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "@vue/runtime-core@3.4.25",
  3. "_id": "@vue/runtime-core@3.4.25",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3qhsTqbEh8BMH3pXf009epCI5E7bKu28fJLi9O6W+ZGt/6xgSfMuGPqa5HRbUxLoehTNp5uWvzCr60KuiRIL0Q==",
  6. "_location": "/@vue/runtime-core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@vue/runtime-core@3.4.25",
  12. "name": "@vue/runtime-core",
  13. "escapedName": "@vue%2fruntime-core",
  14. "scope": "@vue",
  15. "rawSpec": "3.4.25",
  16. "saveSpec": null,
  17. "fetchSpec": "3.4.25"
  18. },
  19. "_requiredBy": [
  20. "/@vue/runtime-dom"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.4.25.tgz",
  23. "_shasum": "c5545d469ae0827dc471a1376f97c6ace41081ec",
  24. "_spec": "@vue/runtime-core@3.4.25",
  25. "_where": "/Users/mac/Documents/file/盛磊/发票/ocr-invoice/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.4.25",
  42. "@vue/shared": "3.4.25"
  43. },
  44. "deprecated": false,
  45. "description": "@vue/runtime-core",
  46. "exports": {
  47. ".": {
  48. "types": "./dist/runtime-core.d.ts",
  49. "node": {
  50. "production": "./dist/runtime-core.cjs.prod.js",
  51. "development": "./dist/runtime-core.cjs.js",
  52. "default": "./index.js"
  53. },
  54. "module": "./dist/runtime-core.esm-bundler.js",
  55. "import": "./dist/runtime-core.esm-bundler.js",
  56. "require": "./index.js"
  57. },
  58. "./*": "./*"
  59. },
  60. "files": [
  61. "index.js",
  62. "dist"
  63. ],
  64. "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
  65. "keywords": [
  66. "vue"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "module": "dist/runtime-core.esm-bundler.js",
  71. "name": "@vue/runtime-core",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/vuejs/core.git",
  75. "directory": "packages/runtime-core"
  76. },
  77. "sideEffects": false,
  78. "types": "dist/runtime-core.d.ts",
  79. "version": "3.4.25"
  80. }