2018-10-02 01:15:07 +08:00
|
|
|
{
|
2018-10-27 03:44:50 +08:00
|
|
|
"name": "@vue/runtime-test",
|
2018-10-02 01:15:07 +08:00
|
|
|
"version": "3.0.0-alpha.1",
|
2018-10-27 03:44:50 +08:00
|
|
|
"description": "@vue/runtime-test",
|
2018-10-02 01:15:07 +08:00
|
|
|
"main": "index.js",
|
2018-10-27 03:44:50 +08:00
|
|
|
"module": "dist/runtime-test.esm-bundler.js",
|
2019-09-04 00:16:22 +08:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"types": "dist/runtime-test.d.ts",
|
2018-10-02 01:15:07 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/vuejs/vue.git"
|
|
|
|
},
|
2018-11-02 13:09:00 +08:00
|
|
|
"buildOptions": {
|
|
|
|
"name": "VueTestRuntime",
|
|
|
|
"formats": ["esm", "cjs", "global"]
|
|
|
|
},
|
2018-10-02 01:15:07 +08:00
|
|
|
"keywords": [
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"author": "Evan You",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/vuejs/vue/issues"
|
|
|
|
},
|
2018-10-27 03:44:50 +08:00
|
|
|
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/runtime-test#readme",
|
2018-10-02 01:15:07 +08:00
|
|
|
"dependencies": {
|
2018-10-27 03:44:50 +08:00
|
|
|
"@vue/runtime-core": "3.0.0-alpha.1"
|
2018-10-02 01:15:07 +08:00
|
|
|
}
|
|
|
|
}
|