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