2018-09-19 23:35:38 +08:00
|
|
|
{
|
2019-06-11 23:50:28 +08:00
|
|
|
"name": "@vue/reactivity",
|
2020-05-05 05:14:42 +08:00
|
|
|
"version": "3.0.0-beta.9",
|
2019-06-11 23:50:28 +08:00
|
|
|
"description": "@vue/reactivity",
|
2018-09-19 23:35:38 +08:00
|
|
|
"main": "index.js",
|
2019-06-11 23:50:28 +08:00
|
|
|
"module": "dist/reactivity.esm-bundler.js",
|
2019-12-20 01:04:07 +08:00
|
|
|
"types": "dist/reactivity.d.ts",
|
|
|
|
"unpkg": "dist/reactivity.global.js",
|
2020-04-20 06:42:07 +08:00
|
|
|
"jsdelivr": "dist/reactivity.global.js",
|
2019-09-04 00:16:22 +08:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"dist"
|
|
|
|
],
|
2018-09-20 12:02:48 +08:00
|
|
|
"sideEffects": false,
|
2018-09-19 23:35:38 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-03-01 11:04:42 +08:00
|
|
|
"url": "git+https://github.com/vuejs/vue-next.git"
|
2018-09-19 23:35:38 +08:00
|
|
|
},
|
|
|
|
"buildOptions": {
|
2019-12-16 04:37:43 +08:00
|
|
|
"name": "VueReactivity",
|
2019-12-11 10:29:52 +08:00
|
|
|
"formats": [
|
2019-12-11 11:14:02 +08:00
|
|
|
"esm-bundler",
|
2020-04-20 06:42:07 +08:00
|
|
|
"esm-browser",
|
2019-12-11 10:29:52 +08:00
|
|
|
"cjs",
|
2020-04-20 06:42:07 +08:00
|
|
|
"global"
|
2019-12-11 10:29:52 +08:00
|
|
|
]
|
2018-09-19 23:35:38 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"author": "Evan You",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2020-03-01 11:04:42 +08:00
|
|
|
"url": "https://github.com/vuejs/vue-next/issues"
|
2018-09-19 23:35:38 +08:00
|
|
|
},
|
2020-03-01 11:04:42 +08:00
|
|
|
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/reactivity#readme",
|
|
|
|
"dependencies": {
|
2020-05-05 05:14:42 +08:00
|
|
|
"@vue/shared": "3.0.0-beta.9"
|
2020-03-01 11:04:42 +08:00
|
|
|
}
|
2018-09-19 23:35:38 +08:00
|
|
|
}
|