From 6d4da67067d041a1e8d40e64d16c2b85458a58c5 Mon Sep 17 00:00:00 2001 From: Jacob Doyelle Yates Date: Mon, 18 Feb 2019 12:08:32 -0800 Subject: [PATCH] Update packages.json - Added nim-nmap (#1010) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ffd5bfa..b17e53b 100644 --- a/packages.json +++ b/packages.json @@ -12670,5 +12670,19 @@ "description": "remarker_light is a command line tool for building a remark-based slideshow page very easily.", "license": "GPL-2.0", "web": "https://github.com/muxueqz/remarker_light" + }, + { + "name": "nim-nmap", + "url": "https://github.com/blmvxer/nim-nmap", + "method": "git", + "tags": [ + "nmap", + "networking", + "network mapper", + "blmvxer" + ], + "description": "A pure implementaion of nmap for nim.", + "license": "MIT", + "web": "https://github.com/blmvxer/nim-nmap" } ]