{
  "name": "glob-to-regexp",
  "version": "0.4.1",
  "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-2-Clause"

,"_resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz"
,"_integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
,"_from": "glob-to-regexp@0.4.1"
}