package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "@vue/reactivity@3.5.13",
  3. "_id": "@vue/reactivity@3.5.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
  6. "_location": "/@vue/reactivity",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@vue/reactivity@3.5.13",
  12. "name": "@vue/reactivity",
  13. "escapedName": "@vue%2freactivity",
  14. "scope": "@vue",
  15. "rawSpec": "3.5.13",
  16. "saveSpec": null,
  17. "fetchSpec": "3.5.13"
  18. },
  19. "_requiredBy": [
  20. "/@vue/runtime-core",
  21. "/@vue/runtime-dom"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.13.tgz",
  24. "_shasum": "b41ff2bb865e093899a22219f5b25f97b6fe155f",
  25. "_spec": "@vue/reactivity@3.5.13",
  26. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@vue\\runtime-dom",
  27. "author": {
  28. "name": "Evan You"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/vuejs/core/issues"
  32. },
  33. "buildOptions": {
  34. "name": "VueReactivity",
  35. "formats": [
  36. "esm-bundler",
  37. "esm-browser",
  38. "cjs",
  39. "global"
  40. ]
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "@vue/shared": "3.5.13"
  45. },
  46. "deprecated": false,
  47. "description": "@vue/reactivity",
  48. "exports": {
  49. ".": {
  50. "types": "./dist/reactivity.d.ts",
  51. "node": {
  52. "production": "./dist/reactivity.cjs.prod.js",
  53. "development": "./dist/reactivity.cjs.js",
  54. "default": "./index.js"
  55. },
  56. "module": "./dist/reactivity.esm-bundler.js",
  57. "import": "./dist/reactivity.esm-bundler.js",
  58. "require": "./index.js"
  59. },
  60. "./*": "./*"
  61. },
  62. "files": [
  63. "index.js",
  64. "dist"
  65. ],
  66. "homepage": "https://github.com/vuejs/core/tree/main/packages/reactivity#readme",
  67. "jsdelivr": "dist/reactivity.global.js",
  68. "keywords": [
  69. "vue"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "module": "dist/reactivity.esm-bundler.js",
  74. "name": "@vue/reactivity",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/vuejs/core.git",
  78. "directory": "packages/reactivity"
  79. },
  80. "sideEffects": false,
  81. "types": "dist/reactivity.d.ts",
  82. "unpkg": "dist/reactivity.global.js",
  83. "version": "3.5.13"
  84. }