travel/admin/node_modules/glob-to-regexp/package.json

24 lines
481 B
JSON
Raw Normal View History

2024-06-24 11:28:18 +08:00
{
"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"
}