You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
725 B

{
"name": "glob-to-regexp",
"version": "0.4.1",
"description": "Convert globs to regular expressions",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/fitzgen/glob-to-regexp.git"
},
"keywords": [
"regexp",
"glob",
"regexps",
"regular expressions",
"regular expression",
"wildcard"
],
"author": "Nick Fitzgerald <fitzgen@gmail.com>",
"license": "BSD-2-Clause"
,"_resolved": "https://registry.npmmirror.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz"
,"_integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
,"_from": "glob-to-regexp@0.4.1"
}