Warp/node_modules/@vueuse/shared/package.json

38 lines
865 B
JSON
Raw Permalink Normal View History

2024-01-05 12:14:38 +00:00
{
"name": "@vueuse/shared",
2024-01-31 06:33:19 +00:00
"version": "10.7.2",
2024-01-05 12:14:38 +00:00
"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": {
".": {
"import": "./index.mjs",
"require": "./index.cjs"
},
"./*": "./*"
},
"main": "./index.cjs",
"module": "./index.mjs",
"unpkg": "./index.iife.min.js",
"jsdelivr": "./index.iife.min.js",
"types": "./index.d.cts",
"dependencies": {
"vue-demi": ">=0.14.6"
}
}