-
Notifications
You must be signed in to change notification settings - Fork 185
/
Copy pathpackage.json
69 lines (69 loc) · 1.59 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@kui-shell/plugin-kubectl",
"version": "13.1.0",
"description": "Kubernetes visualization plugin for kubernetes",
"license": "Apache-2.0",
"keywords": [
"kubernetes",
"kubectl",
"cli",
"ui",
"kui",
"plugin"
],
"author": "@starpit",
"contributors": [
"Mengting Yan"
],
"homepage": "https://github.com/IBM/kui#readme",
"bugs": {
"url": "https://github.com/IBM/kui/issues/new"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IBM/kui.git"
},
"main": "dist/index.js",
"typedocMain": "src/index.ts",
"module": "mdist/index.js",
"types": "mdist/index.d.ts",
"sideEffects": [
"*.css",
"*.scss"
],
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/fs-extra": "^11.0.1",
"@types/js-yaml": "^4.0.5",
"@types/needle": "^3.2.0",
"@types/pluralize": "^0.0.29",
"@types/resize-observer-browser": "^0.1.7",
"@types/tmp": "^0.2.3",
"@types/uuid": "^9.0.1"
},
"dependencies": {
"@kui-shell/jsonpath": "^1.1.1",
"@kui-shell/plugin-kubectl-core": "*",
"bytes-iec": "^3.1.1",
"command-exists": "^1.2.9",
"debug": "^4.3.4",
"fs-extra": "^11.1.1",
"js-yaml": "^4.1.0",
"needle": "^3.2.0",
"parse-duration": "^1.0.3",
"pluralize": "^8.0.0",
"semver": "^7.4.0",
"tmp": "^0.2.1",
"uuid": "^9.0.0",
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-webgl": "^0.14.0"
},
"krew": {
"commandPrefix": "kubeui"
},
"publishConfig": {
"access": "public"
},
"gitHead": "89de9f78e8a1a2bdd29d2e17d7c608ab006c6d32"
}