package.json 2.2 KB

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