UNPKG

481 BJSONView Raw
1{
2 "name": "glob-to-regexp",
3 "version": "0.0.0",
4 "description": "Convert globs to regular expressions",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/fitzgen/glob-to-regexp.git"
12 },
13 "keywords": [
14 "regexp",
15 "glob",
16 "regexps",
17 "regular expressions",
18 "regular expression",
19 "wildcard"
20 ],
21 "author": "Nick Fitzgerald <fitzgen@gmail.com>",
22 "license": "BSD"
23}