forked from kubernetes-retired/kui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.12 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.12 KB
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
{
"name": "@kui-shell/plugin-kubectl",
"version": "11.4.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",
"dependencies": {
"@kui-shell/jsonpath": "1.1.1",
"bytes-iec": "3.1.1",
"command-exists": "1.2.9",
"debug": "4.3.3",
"fs-extra": "10.0.0",
"js-yaml": "4.1.0",
"needle": "3.0.0",
"parse-duration": "1.0.2",
"pluralize": "8.0.0",
"semver": "7.3.5",
"tmp": "0.2.1",
"uuid": "8.3.2"
},
"krew": {
"commandPrefix": "kubeui"
},
"publishConfig": {
"access": "public"
},
"gitHead": "89de9f78e8a1a2bdd29d2e17d7c608ab006c6d32"
}