Initalize
This commit is contained in:
21
node_modules/@vue/devtools-api/LICENSE
generated
vendored
Normal file
21
node_modules/@vue/devtools-api/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 webfansplz
|
||||
|
||||
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.
|
||||
7
node_modules/@vue/devtools-api/README.md
generated
vendored
Normal file
7
node_modules/@vue/devtools-api/README.md
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# @vue/devtools-api
|
||||
|
||||
> Plugins API for easier DevTools integrations.
|
||||
|
||||
## Getting Started
|
||||
|
||||
Please follow the documentation at [devtools.vuejs.org](https://devtools.vuejs.org/plugins/api).
|
||||
44
node_modules/@vue/devtools-api/dist/index.cjs
generated
vendored
Normal file
44
node_modules/@vue/devtools-api/dist/index.cjs
generated
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
||||
let _vue_devtools_kit = require("@vue/devtools-kit");
|
||||
Object.defineProperty(exports, "addCustomCommand", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return _vue_devtools_kit.addCustomCommand;
|
||||
}
|
||||
});
|
||||
Object.defineProperty(exports, "addCustomTab", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return _vue_devtools_kit.addCustomTab;
|
||||
}
|
||||
});
|
||||
Object.defineProperty(exports, "onDevToolsClientConnected", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return _vue_devtools_kit.onDevToolsClientConnected;
|
||||
}
|
||||
});
|
||||
Object.defineProperty(exports, "onDevToolsConnected", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return _vue_devtools_kit.onDevToolsConnected;
|
||||
}
|
||||
});
|
||||
Object.defineProperty(exports, "removeCustomCommand", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return _vue_devtools_kit.removeCustomCommand;
|
||||
}
|
||||
});
|
||||
Object.defineProperty(exports, "setupDevToolsPlugin", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return _vue_devtools_kit.setupDevToolsPlugin;
|
||||
}
|
||||
});
|
||||
Object.defineProperty(exports, "setupDevtoolsPlugin", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return _vue_devtools_kit.setupDevToolsPlugin;
|
||||
}
|
||||
});
|
||||
2
node_modules/@vue/devtools-api/dist/index.d.cts
generated
vendored
Normal file
2
node_modules/@vue/devtools-api/dist/index.d.cts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { CustomCommand, CustomTab, addCustomCommand, addCustomTab, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand, setupDevToolsPlugin, setupDevToolsPlugin as setupDevtoolsPlugin } from "@vue/devtools-kit";
|
||||
export { type CustomCommand, type CustomTab, addCustomCommand, addCustomTab, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand, setupDevToolsPlugin, setupDevtoolsPlugin };
|
||||
2
node_modules/@vue/devtools-api/dist/index.d.ts
generated
vendored
Normal file
2
node_modules/@vue/devtools-api/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { CustomCommand, CustomTab, addCustomCommand, addCustomTab, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand, setupDevToolsPlugin, setupDevToolsPlugin as setupDevtoolsPlugin } from "@vue/devtools-kit";
|
||||
export { type CustomCommand, type CustomTab, addCustomCommand, addCustomTab, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand, setupDevToolsPlugin, setupDevtoolsPlugin };
|
||||
2
node_modules/@vue/devtools-api/dist/index.js
generated
vendored
Normal file
2
node_modules/@vue/devtools-api/dist/index.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { addCustomCommand, addCustomTab, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand, setupDevToolsPlugin, setupDevToolsPlugin as setupDevtoolsPlugin } from "@vue/devtools-kit";
|
||||
export { addCustomCommand, addCustomTab, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand, setupDevToolsPlugin, setupDevtoolsPlugin };
|
||||
3914
node_modules/@vue/devtools-api/dist/vue-devtools-api.esm-browser.js
generated
vendored
Normal file
3914
node_modules/@vue/devtools-api/dist/vue-devtools-api.esm-browser.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3924
node_modules/@vue/devtools-api/dist/vue-devtools-api.global.js
generated
vendored
Normal file
3924
node_modules/@vue/devtools-api/dist/vue-devtools-api.global.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
34
node_modules/@vue/devtools-api/package.json
generated
vendored
Normal file
34
node_modules/@vue/devtools-api/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "@vue/devtools-api",
|
||||
"type": "module",
|
||||
"version": "8.1.1",
|
||||
"author": "webfansplz",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"directory": "packages/devtools-api",
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/devtools.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.cjs"
|
||||
}
|
||||
},
|
||||
"main": "./dist/index.cjs",
|
||||
"module": "./dist/index.js",
|
||||
"unpkg": "dist/vue-devtools-api.global.js",
|
||||
"jsdelivr": "dist/vue-devtools-api.global.js",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@vue/devtools-kit": "^8.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsdown --clean",
|
||||
"prepare:type": "tsdown --dts-only",
|
||||
"stub": "tsdown --watch --onSuccess 'tsdown --dts-only'"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user