UNPKG

@growing-web/esm-pack-core

Version:

esm pack build core.

47 lines (46 loc) 1.1 kB
{ "name": "@vueuse/shared", "version": "8.2.3", "keywords": ["vue", "vue-use", "utils"], "license": "MIT", "author": "Anthony Fu <https://github.com/antfu>", "repository": { "type": "git", "url": "git+https://github.com/vueuse/vueuse.git", "directory": "packages/shared" }, "funding": "https://github.com/sponsors/antfu", "main": "./index.cjs", "module": "./index.mjs", "types": "./index.d.ts", "unpkg": "./index.iife.min.js", "jsdelivr": "./index.iife.min.js", "exports": { ".": { "import": "./index.mjs", "require": "./index.cjs", "types": "./index.d.ts" }, "./*": "./*" }, "sideEffects": false, "bugs": { "url": "https://github.com/vueuse/vueuse/issues" }, "homepage": "https://github.com/vueuse/vueuse/tree/main/packages/shared#readme", "peerDependencies": { "@vue/composition-api": "^1.1.0", "vue": "^2.6.0 || ^3.2.0" }, "peerDependenciesMeta": { "vue": { "optional": true }, "@vue/composition-api": { "optional": true } }, "dependencies": { "vue-demi": "*" } }