ddm-plugin-dubbo-support 0.0.1 → 0.0.3
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 -11
- package/dist/index.js +1635 -1455
- package/dist/renderIndex.js +12 -12
- package/dist/renderer.js +4474 -0
- package/docs/images/image-1.png +0 -0
- package/docs/images/image-11.png +0 -0
- package/docs/images/image-12.png +0 -0
- package/docs/images/image-2.png +0 -0
- package/docs/images/image-3.png +0 -0
- package/docs/images/image-4.png +0 -0
- package/docs/images/image-5.png +0 -0
- package/docs/images/image-6.png +0 -0
- package/docs/images/image-7.png +0 -0
- package/docs/images/image.png +0 -0
- package/java-invoke/hello.txt +1 -0
- package/package.json +51 -44
- package/public/.DS_Store +0 -0
- package/public/jar/.DS_Store +0 -0
- package/java-invoke/test.txt +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
占位置
|
package/package.json
CHANGED
|
@@ -1,44 +1,51 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ddm-plugin-dubbo-support",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Dubbo-Desktop-Manager插件-支持Dubbo框架",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"babel
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "ddm-plugin-dubbo-support",
|
|
3
|
+
"version": "0.0.3",
|
|
4
|
+
"description": "Dubbo-Desktop-Manager插件-支持Dubbo框架",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"rendererMain": "dist/renderer.js",
|
|
7
|
+
"files": [
|
|
8
|
+
"README.md",
|
|
9
|
+
"logo.png",
|
|
10
|
+
"public/**",
|
|
11
|
+
"dist/**",
|
|
12
|
+
"docs/**",
|
|
13
|
+
"java-invoke/**"
|
|
14
|
+
],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
17
|
+
"dev": "webpack",
|
|
18
|
+
"publish": "webpack && npm publish"
|
|
19
|
+
},
|
|
20
|
+
"keywords": [
|
|
21
|
+
"Dubbo-Desktop-Manager",
|
|
22
|
+
"ddm-plugin",
|
|
23
|
+
"ddm"
|
|
24
|
+
],
|
|
25
|
+
"author": "qiaolin",
|
|
26
|
+
"license": "ISC",
|
|
27
|
+
"devDependencies": {
|
|
28
|
+
"@babel/core": "^7.24.7",
|
|
29
|
+
"babel-cli": "^6.26.0",
|
|
30
|
+
"babel-loader": "^8.2.5",
|
|
31
|
+
"css-loader": "^6.11.0",
|
|
32
|
+
"js-yaml": "^4.1.0",
|
|
33
|
+
"json-bigint": "^1.0.0",
|
|
34
|
+
"moment": "^2.29.1",
|
|
35
|
+
"node-zookeeper-client": "^1.1.1",
|
|
36
|
+
"qs": "^6.11.0",
|
|
37
|
+
"style-loader": "^3.3.4",
|
|
38
|
+
"telnet-stream": "^1.0.5",
|
|
39
|
+
"urijs": "^1.19.11",
|
|
40
|
+
"vue": "^2.6.11",
|
|
41
|
+
"vue-loader": "15.11.1",
|
|
42
|
+
"vue-style-loader": "^4.1.3",
|
|
43
|
+
"vue-template-compiler": "^2.6.11",
|
|
44
|
+
"webpack": "^5.92.1",
|
|
45
|
+
"webpack-cli": "^5.1.4"
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"canvas-confetti": "^1.9.3",
|
|
49
|
+
"ddm-plugin-dubbo-support": "file:"
|
|
50
|
+
}
|
|
51
|
+
}
|
package/public/.DS_Store
ADDED
|
Binary file
|
|
Binary file
|
package/java-invoke/test.txt
DELETED
|
File without changes
|