vue3-yuanma/packages/vue-compat/package.json

44 lines
920 B
JSON
Raw Normal View History

2021-04-03 23:55:44 +08:00
{
"name": "@vue/compat",
2022-05-23 10:04:12 +08:00
"version": "3.2.36",
2021-04-08 22:06:12 +08:00
"description": "Vue 3 compatibility build for Vue 2",
2021-04-03 23:55:44 +08:00
"main": "index.js",
2021-04-08 22:06:12 +08:00
"module": "dist/vue.runtime.esm-bundler.js",
2021-04-03 23:55:44 +08:00
"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",
2022-01-18 16:43:59 +08:00
"url": "git+https://github.com/vuejs/core.git"
2021-04-03 23:55:44 +08:00
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
2022-01-18 16:43:59 +08:00
"url": "https://github.com/vuejs/core/issues"
2021-04-03 23:55:44 +08:00
},
2022-01-18 16:43:59 +08:00
"homepage": "https://github.com/vuejs/core/tree/main/packages/vue-compat#readme",
2021-04-03 23:55:44 +08:00
"peerDependencies": {
2022-05-23 10:04:12 +08:00
"vue": "3.2.36"
2021-04-03 23:55:44 +08:00
}
}