2023-02-16 00:30:51 +08:00
|
|
|
{
|
|
|
|
"name": "@bytedo/vue-router",
|
|
|
|
"description": "vue-router去除`@vue/devtools-api`依赖版",
|
2023-02-16 00:42:59 +08:00
|
|
|
"version": "4.1.6",
|
2023-02-16 00:30:51 +08:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./update.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/bytedo/vue-router.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vue-router",
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"author": "Yutent <yutent.io@gmail.com>"
|
2023-02-16 00:42:59 +08:00
|
|
|
}
|