44 lines
920 B
JSON
44 lines
920 B
JSON
{
|
|
"name": "@vue/compat",
|
|
"version": "3.2.28",
|
|
"description": "Vue 3 compatibility build for Vue 2",
|
|
"main": "index.js",
|
|
"module": "dist/vue.runtime.esm-bundler.js",
|
|
"unpkg": "dist/vue.global.js",
|
|
"jsdelivr": "dist/vue.global.js",
|
|
"files": [
|
|
"index.js",
|
|
"dist"
|
|
],
|
|
"buildOptions": {
|
|
"name": "Vue",
|
|
"filename": "vue",
|
|
"compat": true,
|
|
"formats": [
|
|
"esm-bundler",
|
|
"esm-bundler-runtime",
|
|
"cjs",
|
|
"global",
|
|
"global-runtime",
|
|
"esm-browser",
|
|
"esm-browser-runtime"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/core.git"
|
|
},
|
|
"keywords": [
|
|
"vue"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/core/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/core/tree/main/packages/vue-compat#readme",
|
|
"peerDependencies": {
|
|
"vue": "3.2.28"
|
|
}
|
|
}
|