Initial commit
[yaffs-website] / node_modules / braces / package.json
1 {
2   "_args": [
3     [
4       "braces@^1.8.2",
5       "/var/www/yaffs/node_modules/micromatch"
6     ]
7   ],
8   "_from": "braces@>=1.8.2 <2.0.0",
9   "_id": "braces@1.8.5",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/braces",
13   "_nodeVersion": "5.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/braces-1.8.5.tgz_1463843581552_0.5618140168953687"
17   },
18   "_npmUser": {
19     "email": "github@sellside.com",
20     "name": "jonschlinkert"
21   },
22   "_npmVersion": "3.6.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "braces",
26     "raw": "braces@^1.8.2",
27     "rawSpec": "^1.8.2",
28     "scope": null,
29     "spec": ">=1.8.2 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/micromatch"
34   ],
35   "_resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
36   "_shasum": "ba77962e12dff969d6b76711e914b737857bf6a7",
37   "_shrinkwrap": null,
38   "_spec": "braces@^1.8.2",
39   "_where": "/var/www/yaffs/node_modules/micromatch",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/jonschlinkert/braces/issues"
46   },
47   "dependencies": {
48     "expand-range": "^1.8.1",
49     "preserve": "^0.2.0",
50     "repeat-element": "^1.1.2"
51   },
52   "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.",
53   "devDependencies": {
54     "benchmarked": "^0.1.5",
55     "brace-expansion": "^1.1.3",
56     "chalk": "^1.1.3",
57     "gulp-format-md": "^0.1.8",
58     "minimatch": "^3.0.0",
59     "minimist": "^1.2.0",
60     "mocha": "^2.4.5",
61     "should": "^8.3.1"
62   },
63   "directories": {},
64   "dist": {
65     "shasum": "ba77962e12dff969d6b76711e914b737857bf6a7",
66     "tarball": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz"
67   },
68   "engines": {
69     "node": ">=0.10.0"
70   },
71   "files": [
72     "index.js"
73   ],
74   "gitHead": "24874614ebeda1c5405180f1f6c9f374bcf384ce",
75   "homepage": "https://github.com/jonschlinkert/braces",
76   "keywords": [
77     "alpha",
78     "alphabetical",
79     "bash",
80     "brace",
81     "expand",
82     "expansion",
83     "filepath",
84     "fill",
85     "fs",
86     "glob",
87     "globbing",
88     "letter",
89     "match",
90     "matches",
91     "matching",
92     "number",
93     "numerical",
94     "path",
95     "range",
96     "ranges",
97     "sh"
98   ],
99   "license": "MIT",
100   "main": "index.js",
101   "maintainers": [
102     {
103       "name": "jonschlinkert",
104       "email": "github@sellside.com"
105     },
106     {
107       "name": "es128",
108       "email": "elan.shanker+npm@gmail.com"
109     },
110     {
111       "name": "doowb",
112       "email": "brian.woodward@gmail.com"
113     }
114   ],
115   "name": "braces",
116   "optionalDependencies": {},
117   "readme": "ERROR: No README data found!",
118   "repository": {
119     "type": "git",
120     "url": "git+https://github.com/jonschlinkert/braces.git"
121   },
122   "scripts": {
123     "test": "mocha"
124   },
125   "verb": {
126     "layout": "default",
127     "lint": {
128       "reflinks": true
129     },
130     "plugins": [
131       "gulp-format-md"
132     ],
133     "reflinks": [
134       "verb"
135     ],
136     "related": {
137       "list": [
138         "expand-range",
139         "fill-range",
140         "micromatch"
141       ]
142     },
143     "tasks": [
144       "readme"
145     ],
146     "toc": false
147   },
148   "version": "1.8.5"
149 }