diff options
| author | Jacob Doyelle Yates <blmvxer@gmail.com> | 2019-02-18 12:08:32 -0800 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-02-18 21:08:32 +0100 |
| commit | 6d4da67067d041a1e8d40e64d16c2b85458a58c5 (patch) | |
| tree | ccbdc14c1afe961eb8b7dd651e0be6edca23cdd9 | |
| parent | 64755d00adf98640908fa2858fb655bd88b3d20f (diff) | |
| download | packages-6d4da67067d041a1e8d40e64d16c2b85458a58c5.tar.gz packages-6d4da67067d041a1e8d40e64d16c2b85458a58c5.zip | |
Update packages.json - Added nim-nmap (#1010)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
