aboutsummaryrefslogtreecommitdiff
path: root/node_modules/braces/package.json
blob: 4ddebfc0853530d9b73bbc4c5e1de0fbe173ab69 (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
  "_args": [
    [
      {
        "raw": "braces@^1.8.2",
        "scope": null,
        "escapedName": "braces",
        "name": "braces",
        "rawSpec": "^1.8.2",
        "spec": ">=1.8.2 <2.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/micromatch"
    ]
  ],
  "_from": "braces@>=1.8.2 <2.0.0",
  "_id": "braces@1.8.5",
  "_inCache": true,
  "_location": "/braces",
  "_nodeVersion": "5.5.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/braces-1.8.5.tgz_1463843581552_0.5618140168953687"
  },
  "_npmUser": {
    "name": "jonschlinkert",
    "email": "github@sellside.com"
  },
  "_npmVersion": "3.6.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "braces@^1.8.2",
    "scope": null,
    "escapedName": "braces",
    "name": "braces",
    "rawSpec": "^1.8.2",
    "spec": ">=1.8.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/micromatch"
  ],
  "_resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
  "_shasum": "ba77962e12dff969d6b76711e914b737857bf6a7",
  "_shrinkwrap": null,
  "_spec": "braces@^1.8.2",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/micromatch",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/braces/issues"
  },
  "dependencies": {
    "expand-range": "^1.8.1",
    "preserve": "^0.2.0",
    "repeat-element": "^1.1.2"
  },
  "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.",
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "ba77962e12dff969d6b76711e914b737857bf6a7",
    "tarball": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "24874614ebeda1c5405180f1f6c9f374bcf384ce",
  "homepage": "https://github.com/jonschlinkert/braces",
  "keywords": [
    "alpha",
    "alphabetical",
    "bash",
    "brace",
    "expand",
    "expansion",
    "filepath",
    "fill",
    "fs",
    "glob",
    "globbing",
    "letter",
    "match",
    "matches",
    "matching",
    "number",
    "numerical",
    "path",
    "range",
    "ranges",
    "sh"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "jonschlinkert",
      "email": "github@sellside.com"
    },
    {
      "name": "es128",
      "email": "elan.shanker+npm@gmail.com"
    },
    {
      "name": "doowb",
      "email": "brian.woodward@gmail.com"
    }
  ],
  "name": "braces",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/braces.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "plugins": [
      "gulp-format-md"
    ],
    "reflinks": [
      "verb"
    ],
    "toc": false,
    "layout": "default",
    "lint": {
      "reflinks": true
    },
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "micromatch",
        "expand-range",
        "fill-range"
      ]
    }
  },
  "version": "1.8.5"
}