vue3-yuanma/packages/compiler-dom/package.json

44 lines
978 B
JSON
Raw Normal View History

2019-09-17 03:06:45 +08:00
{
"name": "@vue/compiler-dom",
2022-06-06 20:08:19 +08:00
"version": "3.2.37",
2019-09-17 03:06:45 +08:00
"description": "@vue/compiler-dom",
"main": "index.js",
"module": "dist/compiler-dom.esm-bundler.js",
2019-12-20 01:04:07 +08:00
"types": "dist/compiler-dom.d.ts",
"unpkg": "dist/compiler-dom.global.js",
"jsdelivr": "dist/compiler-dom.global.js",
2019-09-17 03:06:45 +08:00
"files": [
"index.js",
"dist"
],
"sideEffects": false,
"buildOptions": {
"name": "VueCompilerDOM",
"compat": true,
2019-12-11 10:29:52 +08:00
"formats": [
2019-12-11 11:14:02 +08:00
"esm-bundler",
"esm-browser",
2019-12-11 10:29:52 +08:00
"cjs",
"global"
2019-12-11 10:29:52 +08:00
]
2019-09-17 03:06:45 +08:00
},
"repository": {
"type": "git",
2022-01-18 16:43:59 +08:00
"url": "git+https://github.com/vuejs/core.git",
2020-08-30 21:06:06 +08:00
"directory": "packages/compiler-dom"
2019-09-17 03:06:45 +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"
2019-09-17 03:06:45 +08:00
},
2022-01-18 16:43:59 +08:00
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-dom#readme",
2019-09-17 03:06:45 +08:00
"dependencies": {
2022-06-06 20:08:19 +08:00
"@vue/shared": "3.2.37",
"@vue/compiler-core": "3.2.37"
2019-09-17 03:06:45 +08:00
}
}