2018-09-19 15:35:38 +00:00
|
|
|
{
|
2018-10-26 19:44:50 +00:00
|
|
|
"name": "@vue/runtime-dom",
|
2021-09-08 22:58:13 +00:00
|
|
|
"version": "3.2.11",
|
2018-10-26 19:44:50 +00:00
|
|
|
"description": "@vue/runtime-dom",
|
2018-09-19 15:35:38 +00:00
|
|
|
"main": "index.js",
|
2018-10-26 19:44:50 +00:00
|
|
|
"module": "dist/runtime-dom.esm-bundler.js",
|
2019-12-19 17:04:07 +00:00
|
|
|
"types": "dist/runtime-dom.d.ts",
|
|
|
|
"unpkg": "dist/runtime-dom.global.js",
|
2019-09-03 16:16:22 +00:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"dist"
|
|
|
|
],
|
2018-09-20 04:02:48 +00:00
|
|
|
"sideEffects": false,
|
2018-09-19 15:35:38 +00:00
|
|
|
"buildOptions": {
|
2019-12-15 20:37:43 +00:00
|
|
|
"name": "VueRuntimeDOM",
|
2019-12-11 02:29:52 +00:00
|
|
|
"formats": [
|
2019-12-11 03:14:02 +00:00
|
|
|
"esm-bundler",
|
2020-04-19 22:42:07 +00:00
|
|
|
"esm-browser",
|
2019-12-11 02:29:52 +00:00
|
|
|
"cjs",
|
2020-04-19 22:42:07 +00:00
|
|
|
"global"
|
2019-12-11 02:29:52 +00:00
|
|
|
]
|
2018-09-19 15:35:38 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-08-30 13:06:06 +00:00
|
|
|
"url": "git+https://github.com/vuejs/vue-next.git",
|
|
|
|
"directory": "packages/runtime-dom"
|
2018-09-19 15:35:38 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"author": "Evan You",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2020-03-01 03:04:42 +00:00
|
|
|
"url": "https://github.com/vuejs/vue-next/issues"
|
2018-09-19 15:35:38 +00:00
|
|
|
},
|
2020-03-01 03:04:42 +00:00
|
|
|
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/runtime-dom#readme",
|
2018-09-19 15:35:38 +00:00
|
|
|
"dependencies": {
|
2021-09-08 22:58:13 +00:00
|
|
|
"@vue/shared": "3.2.11",
|
|
|
|
"@vue/runtime-core": "3.2.11",
|
2020-01-06 21:19:18 +00:00
|
|
|
"csstype": "^2.6.8"
|
2018-09-19 15:35:38 +00:00
|
|
|
}
|
|
|
|
}
|