first
This commit is contained in:
21
node_modules/@vue/cli-overlay/LICENSE
generated
vendored
Normal file
21
node_modules/@vue/cli-overlay/LICENSE
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2017-present, Yuxi (Evan) You
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
3
node_modules/@vue/cli-overlay/README.md
generated
vendored
Normal file
3
node_modules/@vue/cli-overlay/README.md
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# @vue/cli-overlay
|
||||
|
||||
> overlay for vue-cli
|
57
node_modules/@vue/cli-overlay/package.json
generated
vendored
Normal file
57
node_modules/@vue/cli-overlay/package.json
generated
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"_from": "@vue/cli-overlay@^5.0.8",
|
||||
"_id": "@vue/cli-overlay@5.0.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-KmtievE/B4kcXp6SuM2gzsnSd8WebkQpg3XaB6GmFh1BJGRqa1UiW9up7L/Q67uOdTigHxr5Ar2lZms4RcDjwQ==",
|
||||
"_location": "/@vue/cli-overlay",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@vue/cli-overlay@^5.0.8",
|
||||
"name": "@vue/cli-overlay",
|
||||
"escapedName": "@vue%2fcli-overlay",
|
||||
"scope": "@vue",
|
||||
"rawSpec": "^5.0.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^5.0.8"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@vue/cli-service"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@vue/cli-overlay/-/cli-overlay-5.0.8.tgz",
|
||||
"_shasum": "b61477acdc43bbd42fce6326d228471201ecdcdd",
|
||||
"_spec": "@vue/cli-overlay@^5.0.8",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\@vue\\cli-service",
|
||||
"author": {
|
||||
"name": "Evan You"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/vue-cli/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "error overlay & dev server middleware for vue-cli",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb",
|
||||
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-overlay#readme",
|
||||
"keywords": [
|
||||
"vue",
|
||||
"cli",
|
||||
"cli-overlay"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/client.js",
|
||||
"name": "@vue/cli-overlay",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git",
|
||||
"directory": "packages/@vue/cli-overlay"
|
||||
},
|
||||
"version": "5.0.8"
|
||||
}
|
Reference in New Issue
Block a user