devstar插件
This commit is contained in:
21
node_modules/@vueuse/shared/LICENSE
generated
vendored
Normal file
21
node_modules/@vueuse/shared/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019-PRESENT Anthony Fu<https://github.com/antfu>
|
||||
|
||||
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.
|
1732
node_modules/@vueuse/shared/index.cjs
generated
vendored
Normal file
1732
node_modules/@vueuse/shared/index.cjs
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1260
node_modules/@vueuse/shared/index.d.cts
generated
vendored
Normal file
1260
node_modules/@vueuse/shared/index.d.cts
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1260
node_modules/@vueuse/shared/index.d.mts
generated
vendored
Normal file
1260
node_modules/@vueuse/shared/index.d.mts
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1260
node_modules/@vueuse/shared/index.d.ts
generated
vendored
Normal file
1260
node_modules/@vueuse/shared/index.d.ts
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1733
node_modules/@vueuse/shared/index.iife.js
generated
vendored
Normal file
1733
node_modules/@vueuse/shared/index.iife.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
node_modules/@vueuse/shared/index.iife.min.js
generated
vendored
Normal file
1
node_modules/@vueuse/shared/index.iife.min.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1610
node_modules/@vueuse/shared/index.mjs
generated
vendored
Normal file
1610
node_modules/@vueuse/shared/index.mjs
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
49
node_modules/@vueuse/shared/package.json
generated
vendored
Normal file
49
node_modules/@vueuse/shared/package.json
generated
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "@vueuse/shared",
|
||||
"type": "module",
|
||||
"version": "12.8.2",
|
||||
"author": "Anthony Fu <https://github.com/antfu>",
|
||||
"license": "MIT",
|
||||
"funding": "https://github.com/sponsors/antfu",
|
||||
"homepage": "https://github.com/vueuse/vueuse/tree/main/packages/shared#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vueuse/vueuse.git",
|
||||
"directory": "packages/shared"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/vueuse/vueuse/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"vue",
|
||||
"vue-use",
|
||||
"utils"
|
||||
],
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./index.mjs",
|
||||
"require": "./index.cjs"
|
||||
},
|
||||
"./*": "./*"
|
||||
},
|
||||
"main": "./index.cjs",
|
||||
"module": "./index.mjs",
|
||||
"unpkg": "./index.iife.min.js",
|
||||
"jsdelivr": "./index.iife.min.js",
|
||||
"types": "./index.d.ts",
|
||||
"files": [
|
||||
"*.cjs",
|
||||
"*.d.cts",
|
||||
"*.d.mts",
|
||||
"*.d.ts",
|
||||
"*.js",
|
||||
"*.mjs"
|
||||
],
|
||||
"dependencies": {
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user