mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 07:00:03 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@vueuse/core",
|
|
"version": "10.7.2",
|
|
"description": "Collection of essential Vue Composition Utilities",
|
|
"author": "Anthony Fu <https://github.com/antfu>",
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/antfu",
|
|
"homepage": "https://github.com/vueuse/vueuse#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vueuse/vueuse.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vueuse/vueuse/issues"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"vue-use",
|
|
"utils"
|
|
],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.mjs",
|
|
"require": "./index.cjs"
|
|
},
|
|
"./*": "./*",
|
|
"./metadata": {
|
|
"import": "./metadata.mjs",
|
|
"require": "./metadata.cjs"
|
|
}
|
|
},
|
|
"main": "./index.cjs",
|
|
"module": "./index.mjs",
|
|
"unpkg": "./index.iife.min.js",
|
|
"jsdelivr": "./index.iife.min.js",
|
|
"types": "./index.d.cts",
|
|
"dependencies": {
|
|
"@types/web-bluetooth": "^0.0.20",
|
|
"@vueuse/metadata": "10.7.2",
|
|
"@vueuse/shared": "10.7.2",
|
|
"vue-demi": ">=0.14.6"
|
|
}
|
|
}
|