Projekt

Obecné

Profil

Stáhnout (2.32 KB) Statistiky
| Větev: | Revize:
1
{
2
  "name": "extglob",
3
  "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
4
  "version": "2.0.4",
5
  "homepage": "https://github.com/micromatch/extglob",
6
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7
  "contributors": [
8
    "Brian Woodward (https://twitter.com/doowb)",
9
    "Devon Govett (http://badassjs.com)",
10
    "Isiah Meadows (https://www.isiahmeadows.com)",
11
    "Jon Schlinkert (http://twitter.com/jonschlinkert)",
12
    "Matt Bierner (http://mattbierner.com)",
13
    "Shinnosuke Watanabe (https://shinnn.github.io)"
14
  ],
15
  "repository": "micromatch/extglob",
16
  "bugs": {
17
    "url": "https://github.com/micromatch/extglob/issues"
18
  },
19
  "license": "MIT",
20
  "files": [
21
    "index.js",
22
    "lib"
23
  ],
24
  "main": "index.js",
25
  "engines": {
26
    "node": ">=0.10.0"
27
  },
28
  "scripts": {
29
    "test": "mocha"
30
  },
31
  "dependencies": {
32
    "array-unique": "^0.3.2",
33
    "define-property": "^1.0.0",
34
    "expand-brackets": "^2.1.4",
35
    "extend-shallow": "^2.0.1",
36
    "fragment-cache": "^0.2.1",
37
    "regex-not": "^1.0.0",
38
    "snapdragon": "^0.8.1",
39
    "to-regex": "^3.0.1"
40
  },
41
  "devDependencies": {
42
    "bash-match": "^1.0.2",
43
    "for-own": "^1.0.0",
44
    "gulp": "^3.9.1",
45
    "gulp-eslint": "^4.0.0",
46
    "gulp-format-md": "^1.0.0",
47
    "gulp-istanbul": "^1.1.2",
48
    "gulp-mocha": "^3.0.1",
49
    "gulp-unused": "^0.2.1",
50
    "helper-changelog": "^0.3.0",
51
    "is-windows": "^1.0.1",
52
    "micromatch": "^3.0.4",
53
    "minimatch": "^3.0.4",
54
    "minimist": "^1.2.0",
55
    "mocha": "^3.5.0",
56
    "multimatch": "^2.1.0"
57
  },
58
  "keywords": [
59
    "bash",
60
    "extended",
61
    "extglob",
62
    "glob",
63
    "globbing",
64
    "ksh",
65
    "match",
66
    "pattern",
67
    "patterns",
68
    "regex",
69
    "test",
70
    "wildcard"
71
  ],
72
  "lintDeps": {
73
    "devDependencies": {
74
      "files": {
75
        "options": {
76
          "ignore": [
77
            "benchmark/**/*.js"
78
          ]
79
        }
80
      }
81
    }
82
  },
83
  "verb": {
84
    "toc": false,
85
    "layout": "default",
86
    "tasks": [
87
      "readme"
88
    ],
89
    "related": {
90
      "list": [
91
        "braces",
92
        "expand-brackets",
93
        "expand-range",
94
        "fill-range",
95
        "micromatch"
96
      ]
97
    },
98
    "helpers": [
99
      "helper-changelog"
100
    ],
101
    "plugins": [
102
      "gulp-format-md"
103
    ],
104
    "lint": {
105
      "reflinks": true
106
    }
107
  }
108
}
(5-5/5)