File size: 561 Bytes
b5ea024
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "globrex",
  "version": "0.1.2",
  "description": "Glob to regular expression with support for extended globs",
  "main": "index.js",
  "author": "Terkel Gjervig",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/terkelg/globrex"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "glob",
    "regex",
    "regexp",
    "parser",
    "glob2regx",
    "compiler"
  ],
  "scripts": {
    "test": "tape test/*.js | tap-spec"
  },
  "devDependencies": {
    "tap-spec": "^4.1.1",
    "tape": "^4.8.0"
  }
}