a8bb70bd73062bd27058019556b3430ba8ff7d332d429c87254d2a4d2d105022a09b4cbe32ec95ee606685dd17d69785e545da9374a15944b98c44121f1780 866 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@vueuse/shared",
  3. "version": "10.11.1",
  4. "author": "Anthony Fu <https://github.com/antfu>",
  5. "license": "MIT",
  6. "funding": "https://github.com/sponsors/antfu",
  7. "homepage": "https://github.com/vueuse/vueuse/tree/main/packages/shared#readme",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/vueuse/vueuse.git",
  11. "directory": "packages/shared"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/vueuse/vueuse/issues"
  15. },
  16. "keywords": [
  17. "vue",
  18. "vue-use",
  19. "utils"
  20. ],
  21. "sideEffects": false,
  22. "exports": {
  23. ".": {
  24. "import": "./index.mjs",
  25. "require": "./index.cjs"
  26. },
  27. "./*": "./*"
  28. },
  29. "main": "./index.cjs",
  30. "module": "./index.mjs",
  31. "unpkg": "./index.iife.min.js",
  32. "jsdelivr": "./index.iife.min.js",
  33. "types": "./index.d.cts",
  34. "dependencies": {
  35. "vue-demi": ">=0.14.8"
  36. }
  37. }