You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.4 KiB

3 months ago
  1. {
  2. "name": "@vue/runtime-core",
  3. "version": "3.5.13",
  4. "description": "@vue/runtime-core",
  5. "main": "index.js",
  6. "module": "dist/runtime-core.esm-bundler.js",
  7. "types": "dist/runtime-core.d.ts",
  8. "files": [
  9. "index.js",
  10. "dist"
  11. ],
  12. "exports": {
  13. ".": {
  14. "types": "./dist/runtime-core.d.ts",
  15. "node": {
  16. "production": "./dist/runtime-core.cjs.prod.js",
  17. "development": "./dist/runtime-core.cjs.js",
  18. "default": "./index.js"
  19. },
  20. "module": "./dist/runtime-core.esm-bundler.js",
  21. "import": "./dist/runtime-core.esm-bundler.js",
  22. "require": "./index.js"
  23. },
  24. "./*": "./*"
  25. },
  26. "buildOptions": {
  27. "name": "VueRuntimeCore",
  28. "formats": [
  29. "esm-bundler",
  30. "cjs"
  31. ]
  32. },
  33. "sideEffects": false,
  34. "repository": {
  35. "type": "git",
  36. "url": "git+https://github.com/vuejs/core.git",
  37. "directory": "packages/runtime-core"
  38. },
  39. "keywords": [
  40. "vue"
  41. ],
  42. "author": "Evan You",
  43. "license": "MIT",
  44. "bugs": {
  45. "url": "https://github.com/vuejs/core/issues"
  46. },
  47. "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
  48. "dependencies": {
  49. "@vue/shared": "3.5.13",
  50. "@vue/reactivity": "3.5.13"
  51. }
  52. ,"_resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz"
  53. ,"_integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw=="
  54. ,"_from": "@vue/runtime-core@3.5.13"
  55. }