You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
697 B
29 lines
697 B
{ |
|
"name": "@vue/cli-overlay", |
|
"version": "5.0.8", |
|
"description": "error overlay & dev server middleware for vue-cli", |
|
"main": "dist/client.js", |
|
"files": [ |
|
"dist" |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/vuejs/vue-cli.git", |
|
"directory": "packages/@vue/cli-overlay" |
|
}, |
|
"keywords": [ |
|
"vue", |
|
"cli", |
|
"cli-overlay" |
|
], |
|
"author": "Evan You", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/vuejs/vue-cli/issues" |
|
}, |
|
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-overlay#readme", |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb" |
|
}
|
|
|