ddm-plugin-dubbo-support 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -201
- package/README.md +49 -49
- package/dist/index.js +45 -45
- package/dist/renderIndex.js +292 -0
- package/dist/renderer.js +76 -75
- package/package.json +144 -144
- package/public/.DS_Store +0 -0
- package/public/jar/.DS_Store +0 -0
- package/public/jar/java-invoker.jar +0 -0
package/dist/renderer.js
CHANGED
|
@@ -2070,8 +2070,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2070
2070
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2071
2071
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
2072
2072
|
/* harmony export */ });
|
|
2073
|
-
/**
|
|
2074
|
-
* 构建invoke命令
|
|
2073
|
+
/**
|
|
2074
|
+
* 构建invoke命令
|
|
2075
2075
|
*/
|
|
2076
2076
|
function buildInvokeCommand({
|
|
2077
2077
|
serviceName,
|
|
@@ -2213,9 +2213,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2213
2213
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
2214
2214
|
// Module
|
|
2215
2215
|
___CSS_LOADER_EXPORT___.push([module.id, `
|
|
2216
|
-
.consumer-list-table-header .el-table__cell {
|
|
2216
|
+
.consumer-list-table-header .el-table__cell {
|
|
2217
2217
|
background-color: rgb(249, 249, 249) !important;
|
|
2218
|
-
}
|
|
2218
|
+
}
|
|
2219
2219
|
`, ""]);
|
|
2220
2220
|
// Exports
|
|
2221
2221
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
@@ -2241,20 +2241,20 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2241
2241
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
2242
2242
|
// Module
|
|
2243
2243
|
___CSS_LOADER_EXPORT___.push([module.id, `
|
|
2244
|
-
.broder {
|
|
2244
|
+
.broder {
|
|
2245
2245
|
border: rgb(230, 233, 243) 1px solid;
|
|
2246
2246
|
}
|
|
2247
|
-
.invoke-dubbo-dialog-content-hisotry {
|
|
2248
|
-
overflow-y: auto;
|
|
2247
|
+
.invoke-dubbo-dialog-content-hisotry {
|
|
2248
|
+
overflow-y: auto;
|
|
2249
2249
|
height: 69vh;
|
|
2250
2250
|
}
|
|
2251
|
-
.history-item {
|
|
2251
|
+
.history-item {
|
|
2252
2252
|
background: beige;
|
|
2253
2253
|
}
|
|
2254
|
-
.history-item:hover, .history-item-selected {
|
|
2254
|
+
.history-item:hover, .history-item-selected {
|
|
2255
2255
|
background: #999;
|
|
2256
|
-
}
|
|
2257
|
-
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
2258
|
`, ""]);
|
|
2259
2259
|
// Exports
|
|
2260
2260
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
@@ -2280,72 +2280,72 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2280
2280
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
2281
2281
|
// Module
|
|
2282
2282
|
___CSS_LOADER_EXPORT___.push([module.id, `
|
|
2283
|
-
.broder {
|
|
2283
|
+
.broder {
|
|
2284
2284
|
border: rgb(230, 233, 243) 1px solid;
|
|
2285
2285
|
}
|
|
2286
|
-
.invoke-dubbo-dialog {
|
|
2287
|
-
display: flex;
|
|
2288
|
-
flex-direction: column;
|
|
2289
|
-
justify-content: flex-start;
|
|
2286
|
+
.invoke-dubbo-dialog {
|
|
2287
|
+
display: flex;
|
|
2288
|
+
flex-direction: column;
|
|
2289
|
+
justify-content: flex-start;
|
|
2290
2290
|
height: 100%;
|
|
2291
2291
|
}
|
|
2292
|
-
.invoke-dubbo-dialog-content {
|
|
2293
|
-
height: 100%;
|
|
2294
|
-
display: flex;
|
|
2295
|
-
flex-direction: column;
|
|
2296
|
-
justify-content: flex-start;
|
|
2292
|
+
.invoke-dubbo-dialog-content {
|
|
2293
|
+
height: 100%;
|
|
2294
|
+
display: flex;
|
|
2295
|
+
flex-direction: column;
|
|
2296
|
+
justify-content: flex-start;
|
|
2297
2297
|
overflow: auto;
|
|
2298
2298
|
}
|
|
2299
|
-
.el-collapse-item {
|
|
2299
|
+
.el-collapse-item {
|
|
2300
2300
|
white-space: nowrap;
|
|
2301
2301
|
}
|
|
2302
|
-
.providerSelect {
|
|
2303
|
-
margin-right: 10px;
|
|
2302
|
+
.providerSelect {
|
|
2303
|
+
margin-right: 10px;
|
|
2304
2304
|
width: 200px;
|
|
2305
2305
|
}
|
|
2306
|
-
.methodSelect {
|
|
2306
|
+
.methodSelect {
|
|
2307
2307
|
margin-right: 10px;
|
|
2308
2308
|
}
|
|
2309
|
-
.contentCode {
|
|
2309
|
+
.contentCode {
|
|
2310
2310
|
margin-bottom: 10px;
|
|
2311
2311
|
}
|
|
2312
|
-
.item {
|
|
2313
|
-
margin-left: 2px;
|
|
2312
|
+
.item {
|
|
2313
|
+
margin-left: 2px;
|
|
2314
2314
|
padding: 4px;
|
|
2315
2315
|
}
|
|
2316
|
-
.item:hover {
|
|
2317
|
-
background-color: #ccc;
|
|
2316
|
+
.item:hover {
|
|
2317
|
+
background-color: #ccc;
|
|
2318
2318
|
border-radius: 50%;
|
|
2319
2319
|
}
|
|
2320
|
-
.invokerSelect {
|
|
2321
|
-
width: 100px;
|
|
2320
|
+
.invokerSelect {
|
|
2321
|
+
width: 100px;
|
|
2322
2322
|
padding-right: 10px;
|
|
2323
2323
|
}
|
|
2324
|
-
.cancel-button {
|
|
2325
|
-
box-shadow: inset 0px 1px 0px 0px #ffffff;
|
|
2326
|
-
background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
|
|
2327
|
-
background-color: #ffffff;
|
|
2328
|
-
border-radius: 4px;
|
|
2329
|
-
border: 1px solid #dcdcdc;
|
|
2330
|
-
display: inline-block;
|
|
2331
|
-
cursor: pointer;
|
|
2332
|
-
color: #666666;
|
|
2333
|
-
font-family: Arial;
|
|
2334
|
-
font-size: 16px;
|
|
2335
|
-
font-weight: bold;
|
|
2336
|
-
padding: 10px 29px;
|
|
2337
|
-
text-decoration: none;
|
|
2338
|
-
text-shadow: 0px 1px 0px #ffffff;
|
|
2324
|
+
.cancel-button {
|
|
2325
|
+
box-shadow: inset 0px 1px 0px 0px #ffffff;
|
|
2326
|
+
background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
|
|
2327
|
+
background-color: #ffffff;
|
|
2328
|
+
border-radius: 4px;
|
|
2329
|
+
border: 1px solid #dcdcdc;
|
|
2330
|
+
display: inline-block;
|
|
2331
|
+
cursor: pointer;
|
|
2332
|
+
color: #666666;
|
|
2333
|
+
font-family: Arial;
|
|
2334
|
+
font-size: 16px;
|
|
2335
|
+
font-weight: bold;
|
|
2336
|
+
padding: 10px 29px;
|
|
2337
|
+
text-decoration: none;
|
|
2338
|
+
text-shadow: 0px 1px 0px #ffffff;
|
|
2339
2339
|
margin-top: 10px;
|
|
2340
2340
|
}
|
|
2341
|
-
.cancel-button:hover {
|
|
2342
|
-
background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
|
|
2341
|
+
.cancel-button:hover {
|
|
2342
|
+
background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
|
|
2343
2343
|
background-color: #f6f6f6;
|
|
2344
2344
|
}
|
|
2345
|
-
.cancel-button:active {
|
|
2346
|
-
position: relative;
|
|
2345
|
+
.cancel-button:active {
|
|
2346
|
+
position: relative;
|
|
2347
2347
|
top: 1px;
|
|
2348
|
-
}
|
|
2348
|
+
}
|
|
2349
2349
|
`, ""]);
|
|
2350
2350
|
// Exports
|
|
2351
2351
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
@@ -2371,15 +2371,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2371
2371
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
2372
2372
|
// Module
|
|
2373
2373
|
___CSS_LOADER_EXPORT___.push([module.id, `
|
|
2374
|
-
.configuration-container {
|
|
2374
|
+
.configuration-container {
|
|
2375
2375
|
height: 100%;
|
|
2376
2376
|
}
|
|
2377
|
-
.configuration-container .vue-codemirror {
|
|
2377
|
+
.configuration-container .vue-codemirror {
|
|
2378
2378
|
height: 80vh;
|
|
2379
2379
|
}
|
|
2380
|
-
.configuration-container .CodeMirror {
|
|
2380
|
+
.configuration-container .CodeMirror {
|
|
2381
2381
|
height: 100% !important;
|
|
2382
|
-
}
|
|
2382
|
+
}
|
|
2383
2383
|
`, ""]);
|
|
2384
2384
|
// Exports
|
|
2385
2385
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
@@ -2405,16 +2405,16 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2405
2405
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
2406
2406
|
// Module
|
|
2407
2407
|
___CSS_LOADER_EXPORT___.push([module.id, `
|
|
2408
|
-
.versionSpan {
|
|
2409
|
-
color: rgb(114, 197, 76);
|
|
2410
|
-
background-color: rgb(237, 249, 230);
|
|
2411
|
-
padding: 5px 5px;
|
|
2408
|
+
.versionSpan {
|
|
2409
|
+
color: rgb(114, 197, 76);
|
|
2410
|
+
background-color: rgb(237, 249, 230);
|
|
2411
|
+
padding: 5px 5px;
|
|
2412
2412
|
border-radius: 5px;
|
|
2413
2413
|
}
|
|
2414
|
-
.provider-list-table-header .el-table__cell {
|
|
2414
|
+
.provider-list-table-header .el-table__cell {
|
|
2415
2415
|
background-color: rgb(249, 249, 249) !important;
|
|
2416
|
-
}
|
|
2417
|
-
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
2418
|
`, ""]);
|
|
2419
2419
|
// Exports
|
|
2420
2420
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
@@ -2440,10 +2440,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2440
2440
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
2441
2441
|
// Module
|
|
2442
2442
|
___CSS_LOADER_EXPORT___.push([module.id, `
|
|
2443
|
-
.dubbo-list-main-container {
|
|
2444
|
-
height: 100%;
|
|
2443
|
+
.dubbo-list-main-container {
|
|
2444
|
+
height: 100%;
|
|
2445
2445
|
background-color: white;
|
|
2446
|
-
}
|
|
2446
|
+
}
|
|
2447
2447
|
`, ""]);
|
|
2448
2448
|
// Exports
|
|
2449
2449
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
@@ -3931,8 +3931,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3931
3931
|
|
|
3932
3932
|
|
|
3933
3933
|
|
|
3934
|
-
/**
|
|
3935
|
-
* @param {import('@/renderer/@types/AppRendederPlugin').AppRenderer} appRenderer
|
|
3934
|
+
/**
|
|
3935
|
+
* @param {import('@/renderer/@types/AppRendederPlugin').AppRenderer} appRenderer
|
|
3936
3936
|
*/
|
|
3937
3937
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (appRenderer => {
|
|
3938
3938
|
return {
|
|
@@ -3960,13 +3960,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3960
3960
|
new _action_ServiceListAction__WEBPACK_IMPORTED_MODULE_6__["default"](appRenderer);
|
|
3961
3961
|
new _action_CollectListAction__WEBPACK_IMPORTED_MODULE_7__["default"](appRenderer);
|
|
3962
3962
|
new _action_HistoryListAction__WEBPACK_IMPORTED_MODULE_8__["default"](appRenderer);
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
}
|
|
3963
|
+
|
|
3964
|
+
// appRenderer.openDialog({
|
|
3965
|
+
// title: "密密麻麻的百度",
|
|
3966
|
+
// component: hello,
|
|
3967
|
+
// params: {
|
|
3968
|
+
// name: "王老八"
|
|
3969
|
+
// }
|
|
3970
|
+
// });
|
|
3970
3971
|
},
|
|
3971
3972
|
uninstall() {}
|
|
3972
3973
|
};
|
package/package.json
CHANGED
|
@@ -1,144 +1,144 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ddm-plugin-dubbo-support",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Dubbo-Desktop-Manager插件-支持Dubbo框架",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"rendererMain": "dist/renderer.js",
|
|
7
|
-
"i18nMain": "dist/i18n.js",
|
|
8
|
-
"files": [
|
|
9
|
-
"README.md",
|
|
10
|
-
"logo.png",
|
|
11
|
-
"public/**",
|
|
12
|
-
"dist/**",
|
|
13
|
-
"docs/**",
|
|
14
|
-
"java-invoke/**"
|
|
15
|
-
],
|
|
16
|
-
"scripts": {
|
|
17
|
-
"dev": "webpack",
|
|
18
|
-
"gen:keywords": "node ./scripts/gen-keywords.js",
|
|
19
|
-
"prepublishOnly": "npm run gen:keywords",
|
|
20
|
-
"publish": "webpack && npm publish"
|
|
21
|
-
},
|
|
22
|
-
"keywords": [
|
|
23
|
-
"Dubbo-Desktop-Manager",
|
|
24
|
-
"ddm-plugin",
|
|
25
|
-
"ddm",
|
|
26
|
-
"dubbo",
|
|
27
|
-
"dubbo service invoke",
|
|
28
|
-
"dubbo manager",
|
|
29
|
-
"dubbo console",
|
|
30
|
-
"dubbo admin",
|
|
31
|
-
"-",
|
|
32
|
-
"-s",
|
|
33
|
-
"-su",
|
|
34
|
-
"-sup",
|
|
35
|
-
"-supp",
|
|
36
|
-
"-suppo",
|
|
37
|
-
"-suppor",
|
|
38
|
-
"-support",
|
|
39
|
-
"b",
|
|
40
|
-
"bb",
|
|
41
|
-
"bbo",
|
|
42
|
-
"bbo-",
|
|
43
|
-
"bbo-s",
|
|
44
|
-
"bbo-su",
|
|
45
|
-
"bbo-sup",
|
|
46
|
-
"bbo-supp",
|
|
47
|
-
"bbo-suppo",
|
|
48
|
-
"bbo-suppor",
|
|
49
|
-
"bbo-support",
|
|
50
|
-
"bo",
|
|
51
|
-
"bo-",
|
|
52
|
-
"bo-s",
|
|
53
|
-
"bo-su",
|
|
54
|
-
"bo-sup",
|
|
55
|
-
"bo-supp",
|
|
56
|
-
"bo-suppo",
|
|
57
|
-
"bo-suppor",
|
|
58
|
-
"bo-support",
|
|
59
|
-
"d",
|
|
60
|
-
"du",
|
|
61
|
-
"dub",
|
|
62
|
-
"dubb",
|
|
63
|
-
"dubbo-",
|
|
64
|
-
"dubbo-s",
|
|
65
|
-
"dubbo-su",
|
|
66
|
-
"dubbo-sup",
|
|
67
|
-
"dubbo-supp",
|
|
68
|
-
"dubbo-suppo",
|
|
69
|
-
"dubbo-suppor",
|
|
70
|
-
"dubbo-support",
|
|
71
|
-
"o",
|
|
72
|
-
"o-",
|
|
73
|
-
"o-s",
|
|
74
|
-
"o-su",
|
|
75
|
-
"o-sup",
|
|
76
|
-
"o-supp",
|
|
77
|
-
"o-suppo",
|
|
78
|
-
"o-suppor",
|
|
79
|
-
"o-support",
|
|
80
|
-
"or",
|
|
81
|
-
"ort",
|
|
82
|
-
"p",
|
|
83
|
-
"po",
|
|
84
|
-
"por",
|
|
85
|
-
"port",
|
|
86
|
-
"pp",
|
|
87
|
-
"ppo",
|
|
88
|
-
"ppor",
|
|
89
|
-
"pport",
|
|
90
|
-
"r",
|
|
91
|
-
"rt",
|
|
92
|
-
"s",
|
|
93
|
-
"su",
|
|
94
|
-
"sup",
|
|
95
|
-
"supp",
|
|
96
|
-
"suppo",
|
|
97
|
-
"suppor",
|
|
98
|
-
"support",
|
|
99
|
-
"t",
|
|
100
|
-
"u",
|
|
101
|
-
"ub",
|
|
102
|
-
"ubb",
|
|
103
|
-
"ubbo",
|
|
104
|
-
"ubbo-",
|
|
105
|
-
"ubbo-s",
|
|
106
|
-
"ubbo-su",
|
|
107
|
-
"ubbo-sup",
|
|
108
|
-
"ubbo-supp",
|
|
109
|
-
"ubbo-suppo",
|
|
110
|
-
"ubbo-suppor",
|
|
111
|
-
"ubbo-support",
|
|
112
|
-
"up",
|
|
113
|
-
"upp",
|
|
114
|
-
"uppo",
|
|
115
|
-
"uppor",
|
|
116
|
-
"upport"
|
|
117
|
-
],
|
|
118
|
-
"homepage": "https://github.com/ddm-plugin/ddm-plugin-dubbo-support",
|
|
119
|
-
"author": "qiaolin",
|
|
120
|
-
"license": "Apache 2.0",
|
|
121
|
-
"devDependencies": {
|
|
122
|
-
"@babel/core": "^7.24.7",
|
|
123
|
-
"babel-cli": "^6.26.0",
|
|
124
|
-
"babel-loader": "^8.2.5",
|
|
125
|
-
"css-loader": "^6.11.0",
|
|
126
|
-
"js-yaml": "^4.1.0",
|
|
127
|
-
"json-bigint": "^1.0.0",
|
|
128
|
-
"moment": "^2.29.1",
|
|
129
|
-
"node-zookeeper-client": "^1.1.1",
|
|
130
|
-
"qs": "^6.11.0",
|
|
131
|
-
"style-loader": "^3.3.4",
|
|
132
|
-
"telnet-stream": "^1.0.5",
|
|
133
|
-
"urijs": "^1.19.11",
|
|
134
|
-
"vue": "^2.6.11",
|
|
135
|
-
"vue-loader": "15.11.1",
|
|
136
|
-
"vue-style-loader": "^4.1.3",
|
|
137
|
-
"vue-template-compiler": "^2.6.11",
|
|
138
|
-
"webpack": "^5.92.1",
|
|
139
|
-
"webpack-cli": "^5.1.4"
|
|
140
|
-
},
|
|
141
|
-
"engines": {
|
|
142
|
-
"ddm": ">=1.1.0 <3.0.0"
|
|
143
|
-
}
|
|
144
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "ddm-plugin-dubbo-support",
|
|
3
|
+
"version": "0.1.6",
|
|
4
|
+
"description": "Dubbo-Desktop-Manager插件-支持Dubbo框架",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"rendererMain": "dist/renderer.js",
|
|
7
|
+
"i18nMain": "dist/i18n.js",
|
|
8
|
+
"files": [
|
|
9
|
+
"README.md",
|
|
10
|
+
"logo.png",
|
|
11
|
+
"public/**",
|
|
12
|
+
"dist/**",
|
|
13
|
+
"docs/**",
|
|
14
|
+
"java-invoke/**"
|
|
15
|
+
],
|
|
16
|
+
"scripts": {
|
|
17
|
+
"dev": "webpack",
|
|
18
|
+
"gen:keywords": "node ./scripts/gen-keywords.js",
|
|
19
|
+
"prepublishOnly": "npm run gen:keywords",
|
|
20
|
+
"publish": "webpack && npm publish"
|
|
21
|
+
},
|
|
22
|
+
"keywords": [
|
|
23
|
+
"Dubbo-Desktop-Manager",
|
|
24
|
+
"ddm-plugin",
|
|
25
|
+
"ddm",
|
|
26
|
+
"dubbo",
|
|
27
|
+
"dubbo service invoke",
|
|
28
|
+
"dubbo manager",
|
|
29
|
+
"dubbo console",
|
|
30
|
+
"dubbo admin",
|
|
31
|
+
"-",
|
|
32
|
+
"-s",
|
|
33
|
+
"-su",
|
|
34
|
+
"-sup",
|
|
35
|
+
"-supp",
|
|
36
|
+
"-suppo",
|
|
37
|
+
"-suppor",
|
|
38
|
+
"-support",
|
|
39
|
+
"b",
|
|
40
|
+
"bb",
|
|
41
|
+
"bbo",
|
|
42
|
+
"bbo-",
|
|
43
|
+
"bbo-s",
|
|
44
|
+
"bbo-su",
|
|
45
|
+
"bbo-sup",
|
|
46
|
+
"bbo-supp",
|
|
47
|
+
"bbo-suppo",
|
|
48
|
+
"bbo-suppor",
|
|
49
|
+
"bbo-support",
|
|
50
|
+
"bo",
|
|
51
|
+
"bo-",
|
|
52
|
+
"bo-s",
|
|
53
|
+
"bo-su",
|
|
54
|
+
"bo-sup",
|
|
55
|
+
"bo-supp",
|
|
56
|
+
"bo-suppo",
|
|
57
|
+
"bo-suppor",
|
|
58
|
+
"bo-support",
|
|
59
|
+
"d",
|
|
60
|
+
"du",
|
|
61
|
+
"dub",
|
|
62
|
+
"dubb",
|
|
63
|
+
"dubbo-",
|
|
64
|
+
"dubbo-s",
|
|
65
|
+
"dubbo-su",
|
|
66
|
+
"dubbo-sup",
|
|
67
|
+
"dubbo-supp",
|
|
68
|
+
"dubbo-suppo",
|
|
69
|
+
"dubbo-suppor",
|
|
70
|
+
"dubbo-support",
|
|
71
|
+
"o",
|
|
72
|
+
"o-",
|
|
73
|
+
"o-s",
|
|
74
|
+
"o-su",
|
|
75
|
+
"o-sup",
|
|
76
|
+
"o-supp",
|
|
77
|
+
"o-suppo",
|
|
78
|
+
"o-suppor",
|
|
79
|
+
"o-support",
|
|
80
|
+
"or",
|
|
81
|
+
"ort",
|
|
82
|
+
"p",
|
|
83
|
+
"po",
|
|
84
|
+
"por",
|
|
85
|
+
"port",
|
|
86
|
+
"pp",
|
|
87
|
+
"ppo",
|
|
88
|
+
"ppor",
|
|
89
|
+
"pport",
|
|
90
|
+
"r",
|
|
91
|
+
"rt",
|
|
92
|
+
"s",
|
|
93
|
+
"su",
|
|
94
|
+
"sup",
|
|
95
|
+
"supp",
|
|
96
|
+
"suppo",
|
|
97
|
+
"suppor",
|
|
98
|
+
"support",
|
|
99
|
+
"t",
|
|
100
|
+
"u",
|
|
101
|
+
"ub",
|
|
102
|
+
"ubb",
|
|
103
|
+
"ubbo",
|
|
104
|
+
"ubbo-",
|
|
105
|
+
"ubbo-s",
|
|
106
|
+
"ubbo-su",
|
|
107
|
+
"ubbo-sup",
|
|
108
|
+
"ubbo-supp",
|
|
109
|
+
"ubbo-suppo",
|
|
110
|
+
"ubbo-suppor",
|
|
111
|
+
"ubbo-support",
|
|
112
|
+
"up",
|
|
113
|
+
"upp",
|
|
114
|
+
"uppo",
|
|
115
|
+
"uppor",
|
|
116
|
+
"upport"
|
|
117
|
+
],
|
|
118
|
+
"homepage": "https://github.com/ddm-plugin/ddm-plugin-dubbo-support",
|
|
119
|
+
"author": "qiaolin",
|
|
120
|
+
"license": "Apache 2.0",
|
|
121
|
+
"devDependencies": {
|
|
122
|
+
"@babel/core": "^7.24.7",
|
|
123
|
+
"babel-cli": "^6.26.0",
|
|
124
|
+
"babel-loader": "^8.2.5",
|
|
125
|
+
"css-loader": "^6.11.0",
|
|
126
|
+
"js-yaml": "^4.1.0",
|
|
127
|
+
"json-bigint": "^1.0.0",
|
|
128
|
+
"moment": "^2.29.1",
|
|
129
|
+
"node-zookeeper-client": "^1.1.1",
|
|
130
|
+
"qs": "^6.11.0",
|
|
131
|
+
"style-loader": "^3.3.4",
|
|
132
|
+
"telnet-stream": "^1.0.5",
|
|
133
|
+
"urijs": "^1.19.11",
|
|
134
|
+
"vue": "^2.6.11",
|
|
135
|
+
"vue-loader": "15.11.1",
|
|
136
|
+
"vue-style-loader": "^4.1.3",
|
|
137
|
+
"vue-template-compiler": "^2.6.11",
|
|
138
|
+
"webpack": "^5.92.1",
|
|
139
|
+
"webpack-cli": "^5.1.4"
|
|
140
|
+
},
|
|
141
|
+
"engines": {
|
|
142
|
+
"ddm": ">=1.1.0 <3.0.0"
|
|
143
|
+
}
|
|
144
|
+
}
|
package/public/.DS_Store
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|