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.
23 lines
481 B
23 lines
481 B
{
|
|
"name": "glob-to-regexp",
|
|
"version": "0.3.0",
|
|
"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"
|
|
}
|
|
|