Files
2026-09-08 20:28:54 +08:00

23 lines
482 B
JSON

{
"name": "vue-router",
"version": "3.0.1",
"description": "Official router for Vue.js 2",
"author": "Evan You",
"license": "MIT",
"main": "dist/vue-router.common.js",
"module": "dist/vue-router.esm.js",
"unpkg": "dist/vue-router.js",
"repository": {
"type": "git",
"url": "https://github.com/vuejs/vue-router.git"
},
"typings": "types/index.d.ts",
"keywords": [
"vue",
"router",
"routing"
],
"scripts": {},
"devDependencies": {}
}