Last change
on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
490 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "glob-to-regexp",
|
---|
| 3 | "version": "0.4.1",
|
---|
| 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-2-Clause"
|
---|
| 23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.