aboutsummaryrefslogtreecommitdiff
path: root/node_modules/glob-to-regexp/package.json
blob: c7b049f7bb5f939a28a8e76dc0fa50defaeb0d23 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
  "_args": [
    [
      "glob-to-regexp@0.3.0",
      "/home/dstaesse/git/website"
    ]
  ],
  "_development": true,
  "_from": "glob-to-regexp@0.3.0",
  "_id": "glob-to-regexp@0.3.0",
  "_inBundle": false,
  "_integrity": "sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=",
  "_location": "/glob-to-regexp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "glob-to-regexp@0.3.0",
    "name": "glob-to-regexp",
    "escapedName": "glob-to-regexp",
    "rawSpec": "0.3.0",
    "saveSpec": null,
    "fetchSpec": "0.3.0"
  },
  "_requiredBy": [
    "/@mrmlnc/readdir-enhanced"
  ],
  "_resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz",
  "_spec": "0.3.0",
  "_where": "/home/dstaesse/git/website",
  "author": {
    "name": "Nick Fitzgerald",
    "email": "fitzgen@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/fitzgen/glob-to-regexp/issues"
  },
  "description": "Convert globs to regular expressions",
  "homepage": "https://github.com/fitzgen/glob-to-regexp#readme",
  "keywords": [
    "regexp",
    "glob",
    "regexps",
    "regular expressions",
    "regular expression",
    "wildcard"
  ],
  "license": "BSD",
  "main": "index.js",
  "name": "glob-to-regexp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fitzgen/glob-to-regexp.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "0.3.0"
}