@enjoys/context-engine 1.5.1 → 1.6.0

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.
Files changed (145) hide show
  1. package/README.md +214 -62
  2. package/data/commands/ab.json +80 -0
  3. package/data/commands/act.json +82 -0
  4. package/data/commands/age.json +68 -0
  5. package/data/commands/argocd.json +109 -0
  6. package/data/commands/asdf.json +102 -0
  7. package/data/commands/astro.json +106 -0
  8. package/data/commands/at.json +52 -0
  9. package/data/commands/babel.json +83 -0
  10. package/data/commands/buildah.json +105 -0
  11. package/data/commands/cabal.json +114 -0
  12. package/data/commands/cdk.json +127 -0
  13. package/data/commands/changeset.json +68 -0
  14. package/data/commands/checkov.json +75 -0
  15. package/data/commands/commitlint.json +60 -0
  16. package/data/commands/concurrently.json +62 -0
  17. package/data/commands/conventional-commits.json +30 -0
  18. package/data/commands/cosign.json +103 -0
  19. package/data/commands/crane.json +109 -0
  20. package/data/commands/cron.json +29 -0
  21. package/data/commands/crystal.json +102 -0
  22. package/data/commands/csvkit.json +96 -0
  23. package/data/commands/cut.json +62 -0
  24. package/data/commands/df.json +66 -0
  25. package/data/commands/diff.json +72 -0
  26. package/data/commands/dig.json +67 -0
  27. package/data/commands/dmesg.json +65 -0
  28. package/data/commands/dotnet.json +136 -0
  29. package/data/commands/du.json +71 -0
  30. package/data/commands/echo.json +45 -0
  31. package/data/commands/eksctl.json +101 -0
  32. package/data/commands/eleventy.json +73 -0
  33. package/data/commands/entr.json +50 -0
  34. package/data/commands/env.json +43 -0
  35. package/data/commands/erlang.json +76 -0
  36. package/data/commands/esbuild.json +91 -0
  37. package/data/commands/ffmpeg.json +115 -0
  38. package/data/commands/fnm.json +100 -0
  39. package/data/commands/free.json +63 -0
  40. package/data/commands/func.json +89 -0
  41. package/data/commands/gatsby.json +106 -0
  42. package/data/commands/ghc.json +79 -0
  43. package/data/commands/ghostscript.json +77 -0
  44. package/data/commands/git-lfs.json +95 -0
  45. package/data/commands/gpg.json +112 -0
  46. package/data/commands/grafana-cli.json +97 -0
  47. package/data/commands/grpcurl.json +74 -0
  48. package/data/commands/grype.json +75 -0
  49. package/data/commands/hadolint.json +61 -0
  50. package/data/commands/head.json +48 -0
  51. package/data/commands/hexo.json +101 -0
  52. package/data/commands/hey.json +91 -0
  53. package/data/commands/hostname.json +52 -0
  54. package/data/commands/httpie.json +101 -0
  55. package/data/commands/hugo.json +106 -0
  56. package/data/commands/husky.json +52 -0
  57. package/data/commands/id.json +50 -0
  58. package/data/commands/ifconfig.json +47 -0
  59. package/data/commands/imagemagick.json +117 -0
  60. package/data/commands/inotifywait.json +70 -0
  61. package/data/commands/ip.json +103 -0
  62. package/data/commands/istioctl.json +105 -0
  63. package/data/commands/javac.json +87 -0
  64. package/data/commands/jekyll.json +105 -0
  65. package/data/commands/kill.json +57 -0
  66. package/data/commands/killall.json +60 -0
  67. package/data/commands/kind.json +98 -0
  68. package/data/commands/ko.json +89 -0
  69. package/data/commands/kustomize.json +70 -0
  70. package/data/commands/latex.json +65 -0
  71. package/data/commands/lerna.json +125 -0
  72. package/data/commands/ln.json +54 -0
  73. package/data/commands/lsof.json +69 -0
  74. package/data/commands/manifest.json +1 -1
  75. package/data/commands/miller.json +58 -0
  76. package/data/commands/mise.json +107 -0
  77. package/data/commands/mix.json +128 -0
  78. package/data/commands/mkdir.json +43 -0
  79. package/data/commands/mount.json +63 -0
  80. package/data/commands/nc.json +71 -0
  81. package/data/commands/netstat.json +74 -0
  82. package/data/commands/nim.json +104 -0
  83. package/data/commands/nohup.json +28 -0
  84. package/data/commands/nslookup.json +46 -0
  85. package/data/commands/nvm.json +91 -0
  86. package/data/commands/ocaml.json +68 -0
  87. package/data/commands/opam.json +111 -0
  88. package/data/commands/pandoc.json +100 -0
  89. package/data/commands/parallel.json +73 -0
  90. package/data/commands/patch.json +55 -0
  91. package/data/commands/ping.json +73 -0
  92. package/data/commands/podman.json +151 -0
  93. package/data/commands/postman.json +82 -0
  94. package/data/commands/pre-commit.json +101 -0
  95. package/data/commands/prometheus.json +65 -0
  96. package/data/commands/pyenv.json +87 -0
  97. package/data/commands/q.json +63 -0
  98. package/data/commands/rbenv.json +85 -0
  99. package/data/commands/rebar3.json +110 -0
  100. package/data/commands/remix.json +80 -0
  101. package/data/commands/rollup.json +74 -0
  102. package/data/commands/route.json +53 -0
  103. package/data/commands/rustc.json +90 -0
  104. package/data/commands/sam.json +122 -0
  105. package/data/commands/sdkman.json +89 -0
  106. package/data/commands/semantic-release.json +58 -0
  107. package/data/commands/semgrep.json +97 -0
  108. package/data/commands/serverless.json +121 -0
  109. package/data/commands/shellcheck.json +61 -0
  110. package/data/commands/skopeo.json +79 -0
  111. package/data/commands/socat.json +43 -0
  112. package/data/commands/sops.json +85 -0
  113. package/data/commands/sort.json +75 -0
  114. package/data/commands/sqlite-utils.json +109 -0
  115. package/data/commands/ss.json +75 -0
  116. package/data/commands/stack.json +115 -0
  117. package/data/commands/storybook.json +90 -0
  118. package/data/commands/strace.json +71 -0
  119. package/data/commands/svelte.json +89 -0
  120. package/data/commands/swc.json +73 -0
  121. package/data/commands/swiftc.json +83 -0
  122. package/data/commands/syft.json +77 -0
  123. package/data/commands/tail.json +58 -0
  124. package/data/commands/tee.json +38 -0
  125. package/data/commands/tflint.json +83 -0
  126. package/data/commands/touch.json +57 -0
  127. package/data/commands/traceroute.json +70 -0
  128. package/data/commands/tracert.json +49 -0
  129. package/data/commands/umount.json +49 -0
  130. package/data/commands/uniq.json +59 -0
  131. package/data/commands/vagrant.json +112 -0
  132. package/data/commands/vegeta.json +59 -0
  133. package/data/commands/volta.json +87 -0
  134. package/data/commands/watch.json +58 -0
  135. package/data/commands/wc.json +50 -0
  136. package/data/commands/webpack.json +94 -0
  137. package/data/commands/which.json +34 -0
  138. package/data/commands/whoami.json +27 -0
  139. package/data/commands/wrangler.json +124 -0
  140. package/data/commands/wrk.json +63 -0
  141. package/data/commands/xargs.json +66 -0
  142. package/data/commands/xsv.json +119 -0
  143. package/data/commands/zig.json +114 -0
  144. package/data/manifest.json +1 -1
  145. package/package.json +2 -2
@@ -0,0 +1,112 @@
1
+ {
2
+ "name": "vagrant",
3
+ "description": "Build and manage reproducible development environments",
4
+ "category": "devops",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "init",
19
+ "description": "Initialize a Vagrantfile",
20
+ "examples": [
21
+ "vagrant init ubuntu/jammy64"
22
+ ]
23
+ },
24
+ {
25
+ "name": "up",
26
+ "description": "Start and provision VM",
27
+ "examples": [
28
+ "vagrant up"
29
+ ]
30
+ },
31
+ {
32
+ "name": "ssh",
33
+ "description": "SSH into the VM",
34
+ "examples": [
35
+ "vagrant ssh"
36
+ ]
37
+ },
38
+ {
39
+ "name": "halt",
40
+ "description": "Stop the VM",
41
+ "examples": [
42
+ "vagrant halt"
43
+ ]
44
+ },
45
+ {
46
+ "name": "destroy",
47
+ "description": "Destroy the VM",
48
+ "examples": [
49
+ "vagrant destroy -f"
50
+ ]
51
+ },
52
+ {
53
+ "name": "reload",
54
+ "description": "Restart VM with new config",
55
+ "examples": [
56
+ "vagrant reload --provision"
57
+ ]
58
+ },
59
+ {
60
+ "name": "provision",
61
+ "description": "Run provisioners",
62
+ "examples": [
63
+ "vagrant provision"
64
+ ]
65
+ },
66
+ {
67
+ "name": "status",
68
+ "description": "Show VM status",
69
+ "examples": [
70
+ "vagrant status"
71
+ ]
72
+ },
73
+ {
74
+ "name": "snapshot",
75
+ "description": "Manage snapshots",
76
+ "examples": [
77
+ "vagrant snapshot save clean",
78
+ "vagrant snapshot restore clean"
79
+ ]
80
+ },
81
+ {
82
+ "name": "box",
83
+ "description": "Manage boxes",
84
+ "examples": [
85
+ "vagrant box list",
86
+ "vagrant box add ubuntu/jammy64"
87
+ ]
88
+ },
89
+ {
90
+ "name": "global-status",
91
+ "description": "Show all VMs on host",
92
+ "examples": [
93
+ "vagrant global-status"
94
+ ]
95
+ }
96
+ ],
97
+ "globalOptions": [],
98
+ "examples": [
99
+ "vagrant init ubuntu/jammy64",
100
+ "vagrant up",
101
+ "vagrant ssh",
102
+ "vagrant halt",
103
+ "vagrant destroy -f",
104
+ "vagrant status"
105
+ ],
106
+ "relatedCommands": [
107
+ "docker",
108
+ "virtualbox",
109
+ "terraform",
110
+ "ansible"
111
+ ]
112
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "name": "vegeta",
3
+ "description": "HTTP load testing tool built on Go",
4
+ "category": "http-testing",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "attack",
19
+ "description": "Send requests at a given rate",
20
+ "examples": [
21
+ "vegeta attack -rate=50 -duration=30s"
22
+ ]
23
+ },
24
+ {
25
+ "name": "report",
26
+ "description": "Generate report from results",
27
+ "examples": [
28
+ "vegeta report"
29
+ ]
30
+ },
31
+ {
32
+ "name": "encode",
33
+ "description": "Encode results",
34
+ "examples": [
35
+ "vegeta encode"
36
+ ]
37
+ },
38
+ {
39
+ "name": "plot",
40
+ "description": "Generate HTML plot",
41
+ "examples": [
42
+ "vegeta plot > plot.html"
43
+ ]
44
+ }
45
+ ],
46
+ "globalOptions": [],
47
+ "examples": [
48
+ "echo 'GET http://localhost:8080/' | vegeta attack -rate=100 -duration=30s | vegeta report",
49
+ "echo 'GET http://localhost/' | vegeta attack -rate=50 -duration=10s | vegeta plot > plot.html",
50
+ "vegeta attack -targets=targets.txt -rate=200 -duration=60s | vegeta report",
51
+ "echo 'POST http://localhost/api' | vegeta attack -body=data.json -rate=50 | vegeta report"
52
+ ],
53
+ "relatedCommands": [
54
+ "wrk",
55
+ "hey",
56
+ "ab",
57
+ "k6"
58
+ ]
59
+ }
@@ -0,0 +1,87 @@
1
+ {
2
+ "name": "volta",
3
+ "description": "JavaScript tool manager — fast, reliable Node.js management",
4
+ "category": "version-manager",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "install",
19
+ "description": "Install a tool",
20
+ "examples": [
21
+ "volta install node@20",
22
+ "volta install npm",
23
+ "volta install yarn"
24
+ ]
25
+ },
26
+ {
27
+ "name": "pin",
28
+ "description": "Pin tool versions in package.json",
29
+ "examples": [
30
+ "volta pin node@20",
31
+ "volta pin npm@10"
32
+ ]
33
+ },
34
+ {
35
+ "name": "list",
36
+ "description": "List installed tools",
37
+ "examples": [
38
+ "volta list",
39
+ "volta list node"
40
+ ]
41
+ },
42
+ {
43
+ "name": "fetch",
44
+ "description": "Fetch a tool without installing",
45
+ "examples": [
46
+ "volta fetch node@20"
47
+ ]
48
+ },
49
+ {
50
+ "name": "run",
51
+ "description": "Run a tool with specific version",
52
+ "examples": [
53
+ "volta run node@18 -- script.js"
54
+ ]
55
+ },
56
+ {
57
+ "name": "which",
58
+ "description": "Show path of installed tool",
59
+ "examples": [
60
+ "volta which node"
61
+ ]
62
+ }
63
+ ],
64
+ "globalOptions": [
65
+ {
66
+ "name": "--verbose",
67
+ "description": "Verbose output"
68
+ },
69
+ {
70
+ "name": "--quiet",
71
+ "description": "Suppress non-error output"
72
+ }
73
+ ],
74
+ "examples": [
75
+ "volta install node@20",
76
+ "volta pin node@20",
77
+ "volta install yarn",
78
+ "volta list",
79
+ "volta which node"
80
+ ],
81
+ "relatedCommands": [
82
+ "nvm",
83
+ "fnm",
84
+ "node",
85
+ "npm"
86
+ ]
87
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "name": "watch",
3
+ "description": "Execute a program periodically, showing output fullscreen",
4
+ "category": "system",
5
+ "platforms": [
6
+ "linux"
7
+ ],
8
+ "shells": [
9
+ "bash",
10
+ "zsh",
11
+ "fish"
12
+ ],
13
+ "subcommands": [],
14
+ "globalOptions": [
15
+ {
16
+ "name": "-n",
17
+ "description": "Interval in seconds",
18
+ "type": "number"
19
+ },
20
+ {
21
+ "name": "-d",
22
+ "description": "Highlight differences between updates"
23
+ },
24
+ {
25
+ "name": "-t",
26
+ "description": "Turn off header"
27
+ },
28
+ {
29
+ "name": "-g",
30
+ "description": "Exit when output changes"
31
+ },
32
+ {
33
+ "name": "-e",
34
+ "description": "Exit on error"
35
+ },
36
+ {
37
+ "name": "-c",
38
+ "description": "Interpret ANSI color sequences"
39
+ },
40
+ {
41
+ "name": "-x",
42
+ "description": "Pass command to exec instead of sh -c"
43
+ }
44
+ ],
45
+ "examples": [
46
+ "watch -n 2 'df -h'",
47
+ "watch -d 'ls -la'",
48
+ "watch -n 1 'kubectl get pods'",
49
+ "watch -g 'cat status.txt'",
50
+ "watch -n 5 -d 'free -h'",
51
+ "watch -tc 'docker ps'"
52
+ ],
53
+ "relatedCommands": [
54
+ "while",
55
+ "cron",
56
+ "entr"
57
+ ]
58
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "name": "wc",
3
+ "description": "Print newline, word, and byte counts for files",
4
+ "category": "coreutils",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [],
15
+ "globalOptions": [
16
+ {
17
+ "name": "-l",
18
+ "description": "Print line count"
19
+ },
20
+ {
21
+ "name": "-w",
22
+ "description": "Print word count"
23
+ },
24
+ {
25
+ "name": "-c",
26
+ "description": "Print byte count"
27
+ },
28
+ {
29
+ "name": "-m",
30
+ "description": "Print character count"
31
+ },
32
+ {
33
+ "name": "-L",
34
+ "description": "Print length of longest line"
35
+ }
36
+ ],
37
+ "examples": [
38
+ "wc file.txt",
39
+ "wc -l file.txt",
40
+ "wc -w file.txt",
41
+ "find . -name '*.js' | wc -l",
42
+ "cat file.txt | wc -l",
43
+ "wc -l *.py"
44
+ ],
45
+ "relatedCommands": [
46
+ "cat",
47
+ "grep",
48
+ "sort"
49
+ ]
50
+ }
@@ -0,0 +1,94 @@
1
+ {
2
+ "name": "webpack",
3
+ "description": "Module bundler for JavaScript applications",
4
+ "category": "build-tools",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "serve",
19
+ "description": "Start webpack dev server",
20
+ "examples": [
21
+ "webpack serve",
22
+ "webpack serve --open"
23
+ ]
24
+ },
25
+ {
26
+ "name": "watch",
27
+ "description": "Watch files for changes",
28
+ "examples": [
29
+ "webpack watch"
30
+ ]
31
+ },
32
+ {
33
+ "name": "build",
34
+ "description": "Build the project",
35
+ "examples": [
36
+ "webpack build"
37
+ ]
38
+ }
39
+ ],
40
+ "globalOptions": [
41
+ {
42
+ "name": "--mode",
43
+ "description": "Build mode (development, production, none)",
44
+ "type": "string"
45
+ },
46
+ {
47
+ "name": "--config",
48
+ "description": "Path to config file",
49
+ "type": "file"
50
+ },
51
+ {
52
+ "name": "--entry",
53
+ "description": "Entry point",
54
+ "type": "string"
55
+ },
56
+ {
57
+ "name": "--output-path",
58
+ "description": "Output directory",
59
+ "type": "string"
60
+ },
61
+ {
62
+ "name": "--devtool",
63
+ "description": "Source map strategy",
64
+ "type": "string"
65
+ },
66
+ {
67
+ "name": "--watch",
68
+ "short": "-w",
69
+ "description": "Watch for changes"
70
+ },
71
+ {
72
+ "name": "--stats",
73
+ "description": "Stats preset",
74
+ "type": "string"
75
+ },
76
+ {
77
+ "name": "--progress",
78
+ "description": "Show build progress"
79
+ }
80
+ ],
81
+ "examples": [
82
+ "webpack",
83
+ "webpack --mode production",
84
+ "webpack --config webpack.prod.js",
85
+ "webpack serve --open",
86
+ "webpack --progress --stats errors-only"
87
+ ],
88
+ "relatedCommands": [
89
+ "esbuild",
90
+ "rollup",
91
+ "vite",
92
+ "babel"
93
+ ]
94
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "which",
3
+ "description": "Locate a command",
4
+ "category": "coreutils",
5
+ "platforms": [
6
+ "linux",
7
+ "macos"
8
+ ],
9
+ "shells": [
10
+ "bash",
11
+ "zsh",
12
+ "fish"
13
+ ],
14
+ "subcommands": [],
15
+ "globalOptions": [
16
+ {
17
+ "name": "-a",
18
+ "description": "Print all matching executables in PATH"
19
+ }
20
+ ],
21
+ "examples": [
22
+ "which python",
23
+ "which -a python",
24
+ "which node",
25
+ "which gcc",
26
+ "which npm"
27
+ ],
28
+ "relatedCommands": [
29
+ "whereis",
30
+ "type",
31
+ "command",
32
+ "hash"
33
+ ]
34
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "whoami",
3
+ "description": "Print the current user name",
4
+ "category": "coreutils",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [],
17
+ "globalOptions": [],
18
+ "examples": [
19
+ "whoami"
20
+ ],
21
+ "relatedCommands": [
22
+ "id",
23
+ "who",
24
+ "w",
25
+ "users"
26
+ ]
27
+ }
@@ -0,0 +1,124 @@
1
+ {
2
+ "name": "wrangler",
3
+ "description": "Cloudflare Workers CLI",
4
+ "category": "cloud",
5
+ "platforms": [
6
+ "linux",
7
+ "macos",
8
+ "windows"
9
+ ],
10
+ "shells": [
11
+ "bash",
12
+ "zsh",
13
+ "fish",
14
+ "powershell"
15
+ ],
16
+ "subcommands": [
17
+ {
18
+ "name": "init",
19
+ "description": "Create a new project",
20
+ "examples": [
21
+ "wrangler init my-worker"
22
+ ]
23
+ },
24
+ {
25
+ "name": "dev",
26
+ "description": "Start local dev server",
27
+ "examples": [
28
+ "wrangler dev"
29
+ ]
30
+ },
31
+ {
32
+ "name": "deploy",
33
+ "description": "Deploy to Cloudflare",
34
+ "examples": [
35
+ "wrangler deploy"
36
+ ]
37
+ },
38
+ {
39
+ "name": "publish",
40
+ "description": "Publish worker (alias for deploy)",
41
+ "examples": [
42
+ "wrangler publish"
43
+ ]
44
+ },
45
+ {
46
+ "name": "tail",
47
+ "description": "Stream worker logs",
48
+ "examples": [
49
+ "wrangler tail"
50
+ ]
51
+ },
52
+ {
53
+ "name": "secret put",
54
+ "description": "Set a secret",
55
+ "examples": [
56
+ "wrangler secret put MY_SECRET"
57
+ ]
58
+ },
59
+ {
60
+ "name": "kv",
61
+ "description": "Manage KV storage",
62
+ "examples": [
63
+ "wrangler kv namespace list",
64
+ "wrangler kv key put --namespace-id=xxx key value"
65
+ ]
66
+ },
67
+ {
68
+ "name": "r2",
69
+ "description": "Manage R2 storage",
70
+ "examples": [
71
+ "wrangler r2 bucket list"
72
+ ]
73
+ },
74
+ {
75
+ "name": "d1",
76
+ "description": "Manage D1 databases",
77
+ "examples": [
78
+ "wrangler d1 list",
79
+ "wrangler d1 execute mydb --command 'SELECT * FROM users'"
80
+ ]
81
+ },
82
+ {
83
+ "name": "pages",
84
+ "description": "Manage Pages projects",
85
+ "examples": [
86
+ "wrangler pages deploy dist"
87
+ ]
88
+ },
89
+ {
90
+ "name": "login",
91
+ "description": "Login to Cloudflare",
92
+ "examples": [
93
+ "wrangler login"
94
+ ]
95
+ }
96
+ ],
97
+ "globalOptions": [
98
+ {
99
+ "name": "-c",
100
+ "description": "Config file",
101
+ "type": "file"
102
+ },
103
+ {
104
+ "name": "--env",
105
+ "short": "-e",
106
+ "description": "Environment",
107
+ "type": "string"
108
+ }
109
+ ],
110
+ "examples": [
111
+ "wrangler init my-worker",
112
+ "wrangler dev",
113
+ "wrangler deploy",
114
+ "wrangler tail",
115
+ "wrangler pages deploy dist",
116
+ "wrangler d1 list"
117
+ ],
118
+ "relatedCommands": [
119
+ "serverless",
120
+ "miniflare",
121
+ "npm",
122
+ "vercel"
123
+ ]
124
+ }