package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "@vue/reactivity@3.0.6",
  5. "J:\\Github\\CURD-TS"
  6. ]
  7. ],
  8. "_from": "@vue/reactivity@3.0.6",
  9. "_id": "@vue/reactivity@3.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-exbz1dBMxVAoCF//C7hHXMDjKZE=",
  12. "_location": "/@vue/reactivity",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@vue/reactivity@3.0.6",
  18. "name": "@vue/reactivity",
  19. "escapedName": "@vue%2freactivity",
  20. "scope": "@vue",
  21. "rawSpec": "3.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.6"
  24. },
  25. "_requiredBy": [
  26. "/@vue/runtime-core"
  27. ],
  28. "_resolved": "http://192.168.250.101:4873/@vue%2freactivity/-/reactivity-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": "VueReactivity",
  39. "formats": [
  40. "esm-bundler",
  41. "esm-browser",
  42. "cjs",
  43. "global"
  44. ]
  45. },
  46. "dependencies": {
  47. "@vue/shared": "3.0.6"
  48. },
  49. "description": "@vue/reactivity",
  50. "files": [
  51. "index.js",
  52. "dist"
  53. ],
  54. "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/reactivity#readme",
  55. "jsdelivr": "dist/reactivity.global.js",
  56. "keywords": [
  57. "vue"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "module": "dist/reactivity.esm-bundler.js",
  62. "name": "@vue/reactivity",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/vuejs/vue-next.git",
  66. "directory": "packages/reactivity"
  67. },
  68. "sideEffects": false,
  69. "types": "dist/reactivity.d.ts",
  70. "unpkg": "dist/reactivity.global.js",
  71. "version": "3.0.6"
  72. }