aboutsummaryrefslogtreecommitdiff
path: root/node_modules/braces/package.json
blob: ab6bcdc387e762c5f4efbfb4ef3f4956bbb17cc0 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
  "name": "braces",
  "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.",
  "version": "1.8.5",
  "homepage": "https://github.com/jonschlinkert/braces",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/braces",
  "bugs": {
    "url": "https://github.com/jonschlinkert/braces/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "expand-range": "^1.8.1",
    "preserve": "^0.2.0",
    "repeat-element": "^1.1.2"
  },
  "devDependencies": {
    "benchmarked": "^0.1.5",
    "brace-expansion": "^1.1.3",
    "chalk": "^1.1.3",
    "gulp-format-md": "^0.1.8",
    "minimatch": "^3.0.0",
    "minimist": "^1.2.0",
    "mocha": "^2.4.5",
    "should": "^8.3.1"
  },
  "keywords": [
    "alpha",
    "alphabetical",
    "bash",
    "brace",
    "expand",
    "expansion",
    "filepath",
    "fill",
    "fs",
    "glob",
    "globbing",
    "letter",
    "match",
    "matches",
    "matching",
    "number",
    "numerical",
    "path",
    "range",
    "ranges",
    "sh"
  ],
  "verb": {
    "plugins": [
      "gulp-format-md"
    ],
    "reflinks": [
      "verb"
    ],
    "toc": false,
    "layout": "default",
    "lint": {
      "reflinks": true
    },
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "micromatch",
        "expand-range",
        "fill-range"
      ]
    }
  }
}