tabby-server-stats 1.0.2 → 1.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 +20 -20
- package/README.md +26 -25
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +70 -70
package/package.json
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "tabby-server-stats",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Displays server load stats (CPU, RAM, Disk and Network) for SSH sessions using Chart.js",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"tabby-plugin",
|
|
7
|
-
"ssh",
|
|
8
|
-
"stats",
|
|
9
|
-
"monitoring",
|
|
10
|
-
"chartjs"
|
|
11
|
-
],
|
|
12
|
-
"author": "Akkariin",
|
|
13
|
-
"license": "MIT",
|
|
14
|
-
"main": "dist/index.js",
|
|
15
|
-
"typings": "typings/index.d.ts",
|
|
16
|
-
"scripts": {
|
|
17
|
-
"build": "webpack --progress --color",
|
|
18
|
-
"watch": "webpack --watch --progress --color"
|
|
19
|
-
},
|
|
20
|
-
"files": [
|
|
21
|
-
"dist",
|
|
22
|
-
"typings",
|
|
23
|
-
"README.md"
|
|
24
|
-
],
|
|
25
|
-
"repository": {
|
|
26
|
-
"type": "git",
|
|
27
|
-
"url": "https://github.com/kasuganosoras/tabby-server-stats.git"
|
|
28
|
-
},
|
|
29
|
-
"dependencies": {
|
|
30
|
-
"chart.js": "^4.4.0",
|
|
31
|
-
"ng2-charts": "^4.1.0"
|
|
32
|
-
},
|
|
33
|
-
"peerDependencies": {
|
|
34
|
-
"@angular/animations": "^14.0.0",
|
|
35
|
-
"@angular/common": "^14.0.0",
|
|
36
|
-
"@angular/core": "^14.0.0",
|
|
37
|
-
"@angular/forms": "^14.0.0",
|
|
38
|
-
"@angular/platform-browser": "^14.0.0",
|
|
39
|
-
"rxjs": "^7.5.0",
|
|
40
|
-
"tabby-core": "*",
|
|
41
|
-
"tabby-settings": "*",
|
|
42
|
-
"tabby-terminal": "*"
|
|
43
|
-
},
|
|
44
|
-
"devDependencies": {
|
|
45
|
-
"@angular/animations": "^14.0.0",
|
|
46
|
-
"@angular/cdk": "^14.0.0",
|
|
47
|
-
"@angular/common": "^14.0.0",
|
|
48
|
-
"@angular/compiler": "^14.0.0",
|
|
49
|
-
"@angular/compiler-cli": "^14.0.0",
|
|
50
|
-
"@angular/core": "^14.0.0",
|
|
51
|
-
"@angular/forms": "^14.0.0",
|
|
52
|
-
"@angular/platform-browser": "^14.0.0",
|
|
53
|
-
"@angular/platform-browser-dynamic": "^14.0.0",
|
|
54
|
-
"@ng-bootstrap/ng-bootstrap": "^14.0.0",
|
|
55
|
-
"@
|
|
56
|
-
"@
|
|
57
|
-
"css-loader": "^6.7.0",
|
|
58
|
-
"rxjs": "^7.5.0",
|
|
59
|
-
"sass": "^1.56.0",
|
|
60
|
-
"sass-loader": "^13.2.0",
|
|
61
|
-
"tabby-core": "latest",
|
|
62
|
-
"tabby-
|
|
63
|
-
"tabby-
|
|
64
|
-
"to-string-loader": "^1.2.0",
|
|
65
|
-
"ts-loader": "^9.0.0",
|
|
66
|
-
"typescript": "^4.7.0",
|
|
67
|
-
"webpack": "^5.
|
|
68
|
-
"webpack-cli": "^4.0.0"
|
|
69
|
-
}
|
|
70
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "tabby-server-stats",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "Displays server load stats (CPU, RAM, Disk and Network) for SSH sessions using Chart.js",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"tabby-plugin",
|
|
7
|
+
"ssh",
|
|
8
|
+
"stats",
|
|
9
|
+
"monitoring",
|
|
10
|
+
"chartjs"
|
|
11
|
+
],
|
|
12
|
+
"author": "Akkariin",
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"main": "dist/index.js",
|
|
15
|
+
"typings": "typings/index.d.ts",
|
|
16
|
+
"scripts": {
|
|
17
|
+
"build": "webpack --progress --color",
|
|
18
|
+
"watch": "webpack --watch --progress --color"
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"dist",
|
|
22
|
+
"typings",
|
|
23
|
+
"README.md"
|
|
24
|
+
],
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "git+https://github.com/kasuganosoras/tabby-server-stats.git"
|
|
28
|
+
},
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"chart.js": "^4.4.0",
|
|
31
|
+
"ng2-charts": "^4.1.0"
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@angular/animations": "^14.0.0",
|
|
35
|
+
"@angular/common": "^14.0.0",
|
|
36
|
+
"@angular/core": "^14.0.0",
|
|
37
|
+
"@angular/forms": "^14.0.0",
|
|
38
|
+
"@angular/platform-browser": "^14.0.0",
|
|
39
|
+
"rxjs": "^7.5.0",
|
|
40
|
+
"tabby-core": "*",
|
|
41
|
+
"tabby-settings": "*",
|
|
42
|
+
"tabby-terminal": "*"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@angular/animations": "^14.0.0",
|
|
46
|
+
"@angular/cdk": "^14.0.0",
|
|
47
|
+
"@angular/common": "^14.0.0",
|
|
48
|
+
"@angular/compiler": "^14.0.0",
|
|
49
|
+
"@angular/compiler-cli": "^14.0.0",
|
|
50
|
+
"@angular/core": "^14.0.0",
|
|
51
|
+
"@angular/forms": "^14.0.0",
|
|
52
|
+
"@angular/platform-browser": "^14.0.0",
|
|
53
|
+
"@angular/platform-browser-dynamic": "^14.0.0",
|
|
54
|
+
"@ng-bootstrap/ng-bootstrap": "^14.0.0",
|
|
55
|
+
"@popperjs/core": "^2.11.6",
|
|
56
|
+
"@types/node": "^16.0.0",
|
|
57
|
+
"css-loader": "^6.7.0",
|
|
58
|
+
"rxjs": "^7.5.0",
|
|
59
|
+
"sass": "^1.56.0",
|
|
60
|
+
"sass-loader": "^13.2.0",
|
|
61
|
+
"tabby-core": "latest",
|
|
62
|
+
"tabby-settings": "latest",
|
|
63
|
+
"tabby-terminal": "latest",
|
|
64
|
+
"to-string-loader": "^1.2.0",
|
|
65
|
+
"ts-loader": "^9.0.0",
|
|
66
|
+
"typescript": "^4.7.0",
|
|
67
|
+
"webpack": "^5.103.0",
|
|
68
|
+
"webpack-cli": "^4.0.0"
|
|
69
|
+
}
|
|
70
|
+
}
|