From 4863193eab139044a6541056353b18d98923f4eb Mon Sep 17 00:00:00 2001 From: alialrahahleh <46308251+alialrahahleh@users.noreply.github.com> Date: Wed, 26 Aug 2020 13:09:11 -0700 Subject: [PATCH] Added package jq (#1622) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 74060a1..4d6bfad 100644 --- a/packages.json +++ b/packages.json @@ -19342,5 +19342,18 @@ "description": "Ratio calculator on your terminal", "license": "MIT", "web": "https://github.com/rafmst/miter" + }, + { + "name": "jq", + "url": "https://github.com/alialrahahleh/fjq", + "method": "git", + "tags": [ + "json", + "bin", + "parser" + ], + "description": "Fast JSON parser", + "license": "BSD-3-Clause", + "web": "https://github.com/alialrahahleh/fjq" } ]