You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
{
|
|
"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": "*"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.13.0.tgz"
|
|
,"_integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw=="
|
|
,"_from": "@vueuse/shared@9.13.0"
|
|
}
|