Add globby library - Glob pattern matching. (#1969)

This commit is contained in:
treeform 2021-07-13 22:35:33 -07:00 committed by GitHub
parent 519bda4f03
commit 99e67e08d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11378,6 +11378,17 @@
"license": "MIT",
"web": "https://github.com/treeform/puppy"
},
{
"name": "globby",
"url": "https://github.com/treeform/globby",
"method": "git",
"tags": [
"glob"
],
"description": "Glob pattern matching for Nim.",
"license": "MIT",
"web": "https://github.com/treeform/globby"
},
{
"name": "xdo",
"url": "https://github.com/juancarlospaco/nim-xdo",