electerm 1.29.5 → 1.30.9
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 +1 -1
- package/package.json +22 -34
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2017~
|
|
3
|
+
Copyright (c) since 2017~ ZHAO Xudong <zxdong@gmail.com>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.30.9",
|
|
4
4
|
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
|
|
5
5
|
"main": "app.js",
|
|
6
6
|
"bin": "npm/electerm",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"app": "node build/bin/app",
|
|
9
|
-
"build": "
|
|
10
|
-
"start": "
|
|
9
|
+
"build": "npm run vite-build",
|
|
10
|
+
"start": "node build/bin/start.js",
|
|
11
11
|
"icon": "node build/bin/icon",
|
|
12
12
|
"ver": "node build/bin/generate-version",
|
|
13
13
|
"clean": "node build/bin/clean",
|
|
14
14
|
"compile": "node build/bin/build",
|
|
15
|
+
"vite-build": "node build/bin/vite-build.js",
|
|
15
16
|
"local-test": "LOCAL_TEST=1 npm run test",
|
|
17
|
+
"init": "npm i && cd src/vite && npm i",
|
|
16
18
|
"prepublishOnly": "node build/bin/prepublish",
|
|
17
19
|
"postpublish": "node build/bin/postpublish",
|
|
18
20
|
"prepare-file": "node build/bin/prepare",
|
|
@@ -26,8 +28,9 @@
|
|
|
26
28
|
"test": "npm run test1 && npm run test2",
|
|
27
29
|
"test1": "./node_modules/.bin/playwright test test/e2e/00*.js --workers=1",
|
|
28
30
|
"test2": "./node_modules/.bin/playwright test test/e2e/01*.js --workers=1",
|
|
29
|
-
"prepare-build": "npm run compile && npm run prepare-file",
|
|
31
|
+
"prepare-build": "npm run clean && npm run compile && npm run prepare-file",
|
|
30
32
|
"r": "./build/bin/release",
|
|
33
|
+
"t": "./node_modules/.bin/electron work/app/app.js",
|
|
31
34
|
"lock": "npm i --package-lock-only"
|
|
32
35
|
},
|
|
33
36
|
"license": "MIT",
|
|
@@ -54,53 +57,38 @@
|
|
|
54
57
|
"preferGlobal": true,
|
|
55
58
|
"devDependencies": {
|
|
56
59
|
"@ant-design/icons": "5.2.5",
|
|
57
|
-
"@babel/cli": "7.22.5",
|
|
58
|
-
"@babel/core": "7.22.5",
|
|
59
|
-
"@babel/preset-env": "7.22.5",
|
|
60
|
-
"@babel/preset-react": "7.22.5",
|
|
61
|
-
"@babel/register": "7.22.5",
|
|
62
|
-
"@babel/runtime": "7.22.5",
|
|
63
60
|
"@electerm/electerm-resource": "1.3.7",
|
|
64
|
-
"@
|
|
61
|
+
"@types/node": "20.5.7",
|
|
62
|
+
"@vitejs/plugin-react": "4.0.4",
|
|
65
63
|
"antd": "5.8.3",
|
|
66
|
-
"
|
|
67
|
-
"babel-eslint": "10.1.0",
|
|
68
|
-
"babel-loader": "9.1.3",
|
|
64
|
+
"babel-eslint": "^10.1.0",
|
|
69
65
|
"chai": "4.3.7",
|
|
70
66
|
"classnames": "2.3.2",
|
|
71
|
-
"concat-loader": "0.1.0",
|
|
72
|
-
"copy-webpack-plugin": "11.0.0",
|
|
73
67
|
"cross-env": "7.0.3",
|
|
74
|
-
"css-loader": "6.8.1",
|
|
75
|
-
"css-minimizer-webpack-plugin": "5.0.1",
|
|
76
68
|
"dayjs": "1.11.9",
|
|
77
69
|
"dotenv": "16.3.1",
|
|
78
70
|
"electron": "22.3.18",
|
|
79
71
|
"electron-builder": "24.4.0",
|
|
80
|
-
"extract-loader": "5.1.0",
|
|
81
|
-
"file-loader": "6.2.0",
|
|
82
72
|
"filesize": "10.0.7",
|
|
83
73
|
"filesize-parser": "1.5.0",
|
|
84
|
-
"
|
|
74
|
+
"lodash-es": "^4.17.21",
|
|
85
75
|
"manate": "0.3.9",
|
|
86
76
|
"memoize-one": "6.0.0",
|
|
87
|
-
"
|
|
77
|
+
"morgan": "1.10.0",
|
|
88
78
|
"prop-types": "15.7.2",
|
|
89
|
-
"
|
|
79
|
+
"pug": "3.0.2",
|
|
80
|
+
"react": "17.0.2",
|
|
90
81
|
"react-delta": "1.1.2",
|
|
91
|
-
"react-dom": "
|
|
82
|
+
"react-dom": "17.0.2",
|
|
92
83
|
"replace-in-file": "6.3.5",
|
|
93
84
|
"shelljs": "0.8.5",
|
|
94
85
|
"standard": "13.1.0",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
86
|
+
"trzsz": "1.1.1",
|
|
87
|
+
"vite": "4.4.9",
|
|
88
|
+
"vite-plugin-commonjs": "0.9.0",
|
|
89
|
+
"vite-plugin-purgecss": "0.2.12",
|
|
99
90
|
"vscode-icons": "vscode-icons/vscode-icons",
|
|
100
91
|
"vscode-icons-js": "11.6.1",
|
|
101
|
-
"webpack": "5.88.1",
|
|
102
|
-
"webpack-cli": "5.1.4",
|
|
103
|
-
"webpack-dev-server": "4.15.1",
|
|
104
92
|
"xterm": "5.2.1",
|
|
105
93
|
"xterm-addon-attach": "0.8.0",
|
|
106
94
|
"xterm-addon-canvas": "0.4.0",
|
|
@@ -114,16 +102,16 @@
|
|
|
114
102
|
"zmodem.js": "0.1.10"
|
|
115
103
|
},
|
|
116
104
|
"dependencies": {
|
|
117
|
-
"@electerm/electerm-locales": "0.18.
|
|
105
|
+
"@electerm/electerm-locales": "0.18.4",
|
|
118
106
|
"@electerm/ssh2": "1.11.2",
|
|
119
107
|
"@electerm/strip-ansi": "1.0.0",
|
|
120
108
|
"@yetzt/nedb": "1.8.0",
|
|
121
109
|
"axios": "0.26.0",
|
|
122
|
-
"body-parser": "1.20.2",
|
|
123
110
|
"commander": "11.0.0",
|
|
124
111
|
"cors": "2.8.5",
|
|
125
112
|
"electerm-sync": "1.1.0",
|
|
126
113
|
"electron-log": "4.3.5",
|
|
114
|
+
"eventemitter3": "5.0.1",
|
|
127
115
|
"express": "5.0.0-beta.1",
|
|
128
116
|
"express-ws": "5.0.2",
|
|
129
117
|
"fast-deep-equal": "3.1.3",
|
|
@@ -132,7 +120,7 @@
|
|
|
132
120
|
"gist-wrapper": "0.4.1",
|
|
133
121
|
"gitee-client": "0.2.0",
|
|
134
122
|
"https-proxy-agent": "7.0.1",
|
|
135
|
-
"json-deep-copy": "1.3.
|
|
123
|
+
"json-deep-copy": "1.3.1",
|
|
136
124
|
"jsonwebtoken": "^9.0.1",
|
|
137
125
|
"lodash": "4.17.21",
|
|
138
126
|
"nanoid": "3.1.31",
|