2025-08-02 05:10:30 +07:00
|
|
|
{
|
2025-08-02 08:49:39 +07:00
|
|
|
name = "hjq";
|
|
|
|
|
|
|
|
|
|
description = "Drop-in jq replacement for HJSON that tries to preserve comments";
|
|
|
|
|
|
|
|
|
|
inputs = {
|
|
|
|
|
stdin = "HJSON";
|
|
|
|
|
jq_filter = "string";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
outputs = {
|
|
|
|
|
stdout = "HJSON";
|
|
|
|
|
};
|
|
|
|
|
|
2025-08-02 05:10:30 +07:00
|
|
|
cache-command = "deno cache --reload main.ts";
|
|
|
|
|
}
|