mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
making it a seperate module.
This commit is contained in:
parent
464c92e7bf
commit
b62def3d3e
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ class Jq extends Operation {
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this.name = "jq";
|
this.name = "Jq";
|
||||||
this.module = "Code";
|
this.module = "Jq";
|
||||||
this.description = "jq is a lightweight and flexible command-line JSON processor.";
|
this.description = "jq is a lightweight and flexible command-line JSON processor.";
|
||||||
this.infoURL = "https://github.com/jqlang/jq";
|
this.infoURL = "https://github.com/jqlang/jq";
|
||||||
this.inputType = "JSON";
|
this.inputType = "JSON";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue