From b6a848c525c5f074192d8c52807d31b9f72f7d85 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 8 Apr 2020 09:51:35 -0300 Subject: [PATCH] Added package parselicense (#1430) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 9bd97fa..d59acc3 100644 --- a/packages.json +++ b/packages.json @@ -17344,5 +17344,18 @@ "description": "Flash ISO images to SD cards & USB drives, safely and easily.", "license": "MIT", "web": "https://github.com/juancarlospaco/ballena-itcher" + }, + { + "name": "parselicense", + "url": "https://github.com/juancarlospaco/parselicense", + "method": "git", + "tags": [ + "spdx", + "license", + "parser" + ], + "description": "Parse Standard SPDX Licenses from string to Enum", + "license": "MIT", + "web": "https://github.com/juancarlospaco/parselicense" } ]