flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
23
BACK_BACK/node_modules/glob-to-regexp/package.json
generated
vendored
Executable file
23
BACK_BACK/node_modules/glob-to-regexp/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue