aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortreeform <starplant@gmail.com>2018-02-26 01:13:45 -0800
committerDominik Picheta <dominikpicheta@googlemail.com>2018-02-26 09:13:45 +0000
commit0ac2a6353cdebcccbe53f6077923ccd855ab7be6 (patch)
treefeaa06c3125dd4fa747ee955698585f6ec3fc939
parente2d9e507f28eaa1ce40b2eab236be7cb0761a065 (diff)
downloadpackages-0ac2a6353cdebcccbe53f6077923ccd855ab7be6.tar.gz
packages-0ac2a6353cdebcccbe53f6077923ccd855ab7be6.zip
Add useragents library. (#660)
* Add useragents library. * no spaes in tags
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 1914727..4171c39 100644
--- a/packages.json
+++ b/packages.json
@@ -8256,5 +8256,17 @@
"description": "A client for the Pwned passwords API.",
"license": "MIT",
"web": "https://github.com/dom96/pwned"
+ },
+ {
+ "name": "useragents",
+ "url": "https://github.com/treeform/useragents",
+ "method": "git",
+ "tags": [
+ "library",
+ "useragent"
+ ],
+ "description": "User Agent parser for nim.",
+ "license": "MIT",
+ "web": "https://github.com/treeform/useragents"
}
]