npm-shrinkwrap.json 312 KB
Newer Older
1
2
{
  "name": "bootstrap",
3
  "version": "4.0.0-alpha",
XhmikosR's avatar
XhmikosR committed
4
  "npm-shrinkwrap-version": "200.4.0",
XhmikosR's avatar
XhmikosR committed
5
  "node-version": "v0.12.7",
6
  "dependencies": {
7
8
9
    "babel-eslint": {
      "version": "4.0.10",
      "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-4.0.10.tgz",
10
      "dependencies": {
11
12
13
        "babel-core": {
          "version": "5.8.22",
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.22.tgz",
XhmikosR's avatar
XhmikosR committed
14
          "dependencies": {
15
            "babel-plugin-constant-folding": {
XhmikosR's avatar
XhmikosR committed
16
              "version": "1.0.1",
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
              "resolved": "https://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz"
            },
            "babel-plugin-dead-code-elimination": {
              "version": "1.0.2",
              "resolved": "https://registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz"
            },
            "babel-plugin-eval": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz"
            },
            "babel-plugin-inline-environment-variables": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz"
            },
            "babel-plugin-jscript": {
              "version": "1.0.4",
              "resolved": "https://registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz"
            },
            "babel-plugin-member-expression-literals": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz"
            },
            "babel-plugin-property-literals": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz"
            },
            "babel-plugin-proto-to-assign": {
              "version": "1.0.4",
              "resolved": "https://registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz"
            },
            "babel-plugin-react-constant-elements": {
              "version": "1.0.3",
              "resolved": "https://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz"
            },
            "babel-plugin-react-display-name": {
              "version": "1.0.3",
              "resolved": "https://registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz"
            },
            "babel-plugin-remove-console": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz"
            },
            "babel-plugin-remove-debugger": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz"
            },
            "babel-plugin-runtime": {
              "version": "1.0.7",
              "resolved": "https://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz"
            },
            "babel-plugin-undeclared-variables-check": {
              "version": "1.0.2",
              "resolved": "https://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz",
XhmikosR's avatar
XhmikosR committed
70
              "dependencies": {
71
72
73
                "leven": {
                  "version": "1.0.2",
                  "resolved": "https://registry.npmjs.org/leven/-/leven-1.0.2.tgz"
XhmikosR's avatar
XhmikosR committed
74
75
                }
              }
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
            },
            "babel-plugin-undefined-to-void": {
              "version": "1.1.6",
              "resolved": "https://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz"
            },
            "babylon": {
              "version": "5.8.22",
              "resolved": "https://registry.npmjs.org/babylon/-/babylon-5.8.22.tgz"
            },
            "bluebird": {
              "version": "2.9.34",
              "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.9.34.tgz"
            },
            "chalk": {
              "version": "1.1.1",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz",
92
              "dependencies": {
93
94
95
                "ansi-styles": {
                  "version": "2.1.0",
                  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz"
96
                },
97
98
99
100
101
102
103
                "escape-string-regexp": {
                  "version": "1.0.3",
                  "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz"
                },
                "has-ansi": {
                  "version": "2.0.0",
                  "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
104
                  "dependencies": {
105
106
107
108
109
110
111
112
113
114
115
116
117
                    "ansi-regex": {
                      "version": "2.0.0",
                      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz"
                    }
                  }
                },
                "strip-ansi": {
                  "version": "3.0.0",
                  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz",
                  "dependencies": {
                    "ansi-regex": {
                      "version": "2.0.0",
                      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz"
118
119
                    }
                  }
120
121
122
123
                },
                "supports-color": {
                  "version": "2.0.0",
                  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
124
125
126
                }
              }
            },
127
128
129
            "convert-source-map": {
              "version": "1.1.1",
              "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.1.tgz"
130
            },
131
132
133
            "core-js": {
              "version": "1.1.1",
              "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.1.1.tgz"
XhmikosR's avatar
XhmikosR committed
134
            },
135
136
137
138
139
140
141
142
143
            "debug": {
              "version": "2.2.0",
              "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
              "dependencies": {
                "ms": {
                  "version": "0.7.1",
                  "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
                }
              }
144
            },
145
146
147
            "detect-indent": {
              "version": "3.0.1",
              "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
148
              "dependencies": {
149
150
151
                "get-stdin": {
                  "version": "4.0.1",
                  "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz"
152
                },
153
154
155
                "minimist": {
                  "version": "1.1.3",
                  "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz"
156
157
158
                }
              }
            },
159
160
161
            "esutils": {
              "version": "2.0.2",
              "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz"
162
            },
163
164
165
            "fs-readdir-recursive": {
              "version": "0.1.2",
              "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz"
166
            },
167
168
169
            "globals": {
              "version": "6.4.1",
              "resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz"
XhmikosR's avatar
XhmikosR committed
170
            },
171
172
173
            "home-or-tmp": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-1.0.0.tgz",
XhmikosR's avatar
XhmikosR committed
174
              "dependencies": {
175
176
177
                "os-tmpdir": {
                  "version": "1.0.1",
                  "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz"
178
                },
179
                "user-home": {
180
                  "version": "1.1.1",
181
                  "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz"
XhmikosR's avatar
XhmikosR committed
182
183
                }
              }
XhmikosR's avatar
XhmikosR committed
184
            },
185
186
187
            "is-integer": {
              "version": "1.0.4",
              "resolved": "https://registry.npmjs.org/is-integer/-/is-integer-1.0.4.tgz",
XhmikosR's avatar
XhmikosR committed
188
              "dependencies": {
189
190
191
                "is-finite": {
                  "version": "1.0.1",
                  "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz",
XhmikosR's avatar
XhmikosR committed
192
                  "dependencies": {
193
194
195
                    "number-is-nan": {
                      "version": "1.0.0",
                      "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz"
XhmikosR's avatar
XhmikosR committed
196
197
198
                    }
                  }
                },
199
200
201
                "is-nan": {
                  "version": "1.2.1",
                  "resolved": "https://registry.npmjs.org/is-nan/-/is-nan-1.2.1.tgz",
XhmikosR's avatar
XhmikosR committed
202
                  "dependencies": {
203
204
205
                    "define-properties": {
                      "version": "1.1.1",
                      "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.1.tgz",
XhmikosR's avatar
XhmikosR committed
206
                      "dependencies": {
207
208
209
                        "foreach": {
                          "version": "2.0.5",
                          "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz"
XhmikosR's avatar
XhmikosR committed
210
                        },
211
212
213
                        "object-keys": {
                          "version": "1.0.7",
                          "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.7.tgz"
XhmikosR's avatar
XhmikosR committed
214
215
216
217
218
219
220
                        }
                      }
                    }
                  }
                }
              }
            },
221
222
223
            "js-tokens": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-1.0.1.tgz"
XhmikosR's avatar
XhmikosR committed
224
            },
225
226
227
            "json5": {
              "version": "0.4.0",
              "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz"
XhmikosR's avatar
XhmikosR committed
228
            },
229
230
231
            "line-numbers": {
              "version": "0.2.0",
              "resolved": "https://registry.npmjs.org/line-numbers/-/line-numbers-0.2.0.tgz",
XhmikosR's avatar
XhmikosR committed
232
              "dependencies": {
233
234
235
                "left-pad": {
                  "version": "0.0.3",
                  "resolved": "https://registry.npmjs.org/left-pad/-/left-pad-0.0.3.tgz"
XhmikosR's avatar
XhmikosR committed
236
237
238
                }
              }
            },
239
240
241
242
243
244
245
            "lodash": {
              "version": "3.10.1",
              "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz"
            },
            "minimatch": {
              "version": "2.0.10",
              "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
XhmikosR's avatar
XhmikosR committed
246
              "dependencies": {
247
                "brace-expansion": {
XhmikosR's avatar
XhmikosR committed
248
                  "version": "1.1.0",
249
                  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz",
XhmikosR's avatar
XhmikosR committed
250
                  "dependencies": {
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
                    "balanced-match": {
                      "version": "0.2.0",
                      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz"
                    },
                    "concat-map": {
                      "version": "0.0.1",
                      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
                    }
                  }
                }
              }
            },
            "output-file-sync": {
              "version": "1.1.1",
              "resolved": "https://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.1.tgz",
              "dependencies": {
                "mkdirp": {
                  "version": "0.5.1",
                  "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
                  "dependencies": {
                    "minimist": {
                      "version": "0.0.8",
                      "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz"
XhmikosR's avatar
XhmikosR committed
274
                    }
Chris Rebert's avatar
Chris Rebert committed
275
276
                  }
                },
XhmikosR's avatar
XhmikosR committed
277
278
279
280
281
282
                "xtend": {
                  "version": "4.0.0",
                  "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz"
                }
              }
            },
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
            "path-exists": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz"
            },
            "path-is-absolute": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz"
            },
            "private": {
              "version": "0.1.6",
              "resolved": "https://registry.npmjs.org/private/-/private-0.1.6.tgz"
            },
            "regenerator": {
              "version": "0.8.35",
              "resolved": "https://registry.npmjs.org/regenerator/-/regenerator-0.8.35.tgz",
XhmikosR's avatar
XhmikosR committed
298
              "dependencies": {
299
300
301
                "commoner": {
                  "version": "0.10.3",
                  "resolved": "https://registry.npmjs.org/commoner/-/commoner-0.10.3.tgz",
XhmikosR's avatar
XhmikosR committed
302
                  "dependencies": {
303
304
305
                    "commander": {
                      "version": "2.5.1",
                      "resolved": "https://registry.npmjs.org/commander/-/commander-2.5.1.tgz"
Chris Rebert's avatar
Chris Rebert committed
306
                    },
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
                    "glob": {
                      "version": "4.2.2",
                      "resolved": "https://registry.npmjs.org/glob/-/glob-4.2.2.tgz",
                      "dependencies": {
                        "inflight": {
                          "version": "1.0.4",
                          "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz",
                          "dependencies": {
                            "wrappy": {
                              "version": "1.0.1",
                              "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
                            }
                          }
                        },
                        "inherits": {
                          "version": "2.0.1",
                          "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
                        },
                        "minimatch": {
                          "version": "1.0.0",
                          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
                          "dependencies": {
                            "lru-cache": {
                              "version": "2.6.5",
                              "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.5.tgz"
                            },
                            "sigmund": {
                              "version": "1.0.1",
                              "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz"
                            }
                          }
                        },
                        "once": {
                          "version": "1.3.2",
                          "resolved": "https://registry.npmjs.org/once/-/once-1.3.2.tgz",
                          "dependencies": {
                            "wrappy": {
                              "version": "1.0.1",
                              "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
                            }
                          }
                        }
                      }
                    },
                    "graceful-fs": {
                      "version": "3.0.8",
                      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz"
                    },
                    "iconv-lite": {
                      "version": "0.4.11",
                      "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.11.tgz"
                    },
                    "install": {
                      "version": "0.1.8",
                      "resolved": "https://registry.npmjs.org/install/-/install-0.1.8.tgz"
                    },
                    "mkdirp": {
                      "version": "0.5.1",
                      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
                      "dependencies": {
                        "minimist": {
                          "version": "0.0.8",
                          "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz"
                        }
                      }
                    },
                    "q": {
                      "version": "1.1.2",
                      "resolved": "https://registry.npmjs.org/q/-/q-1.1.2.tgz"
XhmikosR's avatar
XhmikosR committed
376
377
                    }
                  }
XhmikosR's avatar
XhmikosR committed
378
                },
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
                "defs": {
                  "version": "1.1.0",
                  "resolved": "https://registry.npmjs.org/defs/-/defs-1.1.0.tgz",
                  "dependencies": {
                    "alter": {
                      "version": "0.2.0",
                      "resolved": "https://registry.npmjs.org/alter/-/alter-0.2.0.tgz",
                      "dependencies": {
                        "stable": {
                          "version": "0.1.5",
                          "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.5.tgz"
                        }
                      }
                    },
                    "ast-traverse": {
                      "version": "0.1.1",
                      "resolved": "https://registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz"
                    },
                    "breakable": {
                      "version": "1.0.0",
                      "resolved": "https://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz"
                    },
                    "esprima-fb": {
                      "version": "8001.1001.0-dev-harmony-fb",
                      "resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-8001.1001.0-dev-harmony-fb.tgz"
                    },
                    "simple-fmt": {
                      "version": "0.1.0",
                      "resolved": "https://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz"
                    },
                    "simple-is": {
                      "version": "0.2.0",
                      "resolved": "https://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz"
                    },
                    "stringmap": {
                      "version": "0.2.2",
                      "resolved": "https://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz"
                    },
                    "stringset": {
                      "version": "0.2.1",
                      "resolved": "https://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz"
                    },
                    "tryor": {
                      "version": "0.1.2",
                      "resolved": "https://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz"
                    },
                    "yargs": {
                      "version": "1.3.3",
                      "resolved": "https://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz"
                    }
                  }
                },
                "esprima-fb": {
                  "version": "15001.1.0-dev-harmony-fb",
                  "resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1.0-dev-harmony-fb.tgz"
                },
                "recast": {
                  "version": "0.10.24",
                  "resolved": "https://registry.npmjs.org/recast/-/recast-0.10.24.tgz",
                  "dependencies": {
                    "ast-types": {
                      "version": "0.8.5",
                      "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.8.5.tgz"
                    }
                  }
                },
                "through": {
                  "version": "2.3.8",
                  "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
XhmikosR's avatar
XhmikosR committed
448
449
450
                }
              }
            },
451
452
453
            "regexpu": {
              "version": "1.2.0",
              "resolved": "https://registry.npmjs.org/regexpu/-/regexpu-1.2.0.tgz",
XhmikosR's avatar
XhmikosR committed
454
              "dependencies": {
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
                "recast": {
                  "version": "0.10.31",
                  "resolved": "https://registry.npmjs.org/recast/-/recast-0.10.31.tgz",
                  "dependencies": {
                    "ast-types": {
                      "version": "0.8.9",
                      "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.8.9.tgz"
                    },
                    "esprima-fb": {
                      "version": "15001.1001.0-dev-harmony-fb",
                      "resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz"
                    }
                  }
                },
                "regenerate": {
                  "version": "1.2.1",
                  "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.2.1.tgz"
                },
                "regjsgen": {
                  "version": "0.2.0",
                  "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz"
                },
                "regjsparser": {
                  "version": "0.1.5",
                  "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
                  "dependencies": {
                    "jsesc": {
                      "version": "0.5.0",
                      "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz"
                    }
                  }
XhmikosR's avatar
XhmikosR committed
486
487
488
                }
              }
            },
489
490
491
            "repeating": {
              "version": "1.1.3",
              "resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
XhmikosR's avatar
XhmikosR committed
492
              "dependencies": {
493
494
495
496
497
498
499
500
501
                "is-finite": {
                  "version": "1.0.1",
                  "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz",
                  "dependencies": {
                    "number-is-nan": {
                      "version": "1.0.0",
                      "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz"
                    }
                  }
XhmikosR's avatar
XhmikosR committed
502
503
504
                }
              }
            },
505
506
507
            "resolve": {
              "version": "1.1.6",
              "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz"
XhmikosR's avatar
XhmikosR committed
508
            },
509
510
511
            "shebang-regex": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz"
512
            },
513
514
515
516
517
518
519
            "slash": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz"
            },
            "source-map": {
              "version": "0.4.4",
              "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
XhmikosR's avatar
XhmikosR committed
520
              "dependencies": {
521
522
523
                "amdefine": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz"
XhmikosR's avatar
XhmikosR committed
524
525
                }
              }
526
            },
527
528
529
            "source-map-support": {
              "version": "0.2.10",
              "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
XhmikosR's avatar
XhmikosR committed
530
              "dependencies": {
531
532
533
534
535
536
537
538
539
                "source-map": {
                  "version": "0.1.32",
                  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz",
                  "dependencies": {
                    "amdefine": {
                      "version": "1.0.0",
                      "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz"
                    }
                  }
XhmikosR's avatar
XhmikosR committed
540
541
542
                }
              }
            },
543
544
545
546
547
548
549
550
551
552
553
            "to-fast-properties": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.1.tgz"
            },
            "trim-right": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz"
            },
            "try-resolve": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz"
XhmikosR's avatar
XhmikosR committed
554
555
556
            }
          }
        },
557
558
559
        "lodash.assign": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz",
XhmikosR's avatar
XhmikosR committed
560
          "dependencies": {
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
            "lodash._baseassign": {
              "version": "3.2.0",
              "resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz",
              "dependencies": {
                "lodash._basecopy": {
                  "version": "3.0.1",
                  "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz"
                }
              }
            },
            "lodash._createassigner": {
              "version": "3.1.1",
              "resolved": "https://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz",
              "dependencies": {
                "lodash._bindcallback": {
                  "version": "3.0.1",
                  "resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz"
                },
                "lodash._isiterateecall": {
                  "version": "3.0.9",
                  "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz"
                },
                "lodash.restparam": {
                  "version": "3.6.1",
                  "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz"
                }
              }
            },
            "lodash.keys": {
              "version": "3.1.2",
              "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
              "dependencies": {
                "lodash._getnative": {
                  "version": "3.9.1",
                  "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz"
                },
                "lodash.isarguments": {
                  "version": "3.0.4",
                  "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.4.tgz"
                },
                "lodash.isarray": {
                  "version": "3.0.4",
                  "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz"
                }
              }
606
607
608
            }
          }
        },
609
610
611
        "lodash.pick": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-3.1.0.tgz",
612
          "dependencies": {
613
614
615
616
617
618
619
620
621
622
623
624
625
            "lodash._baseflatten": {
              "version": "3.1.4",
              "resolved": "https://registry.npmjs.org/lodash._baseflatten/-/lodash._baseflatten-3.1.4.tgz",
              "dependencies": {
                "lodash.isarguments": {
                  "version": "3.0.4",
                  "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.4.tgz"
                },
                "lodash.isarray": {
                  "version": "3.0.4",
                  "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz"
                }
              }
626
            },
627
628
629
630
631
632
633
634
635
636
637
            "lodash._bindcallback": {
              "version": "3.0.1",
              "resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz"
            },
            "lodash._pickbyarray": {
              "version": "3.0.2",
              "resolved": "https://registry.npmjs.org/lodash._pickbyarray/-/lodash._pickbyarray-3.0.2.tgz"
            },
            "lodash._pickbycallback": {
              "version": "3.0.0",
              "resolved": "https://registry.npmjs.org/lodash._pickbycallback/-/lodash._pickbycallback-3.0.0.tgz",
638
              "dependencies": {
639
640
641
                "lodash._basefor": {
                  "version": "3.0.2",
                  "resolved": "https://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.2.tgz"
XhmikosR's avatar
XhmikosR committed
642
                },
643
644
645
                "lodash.keysin": {
                  "version": "3.0.8",
                  "resolved": "https://registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz",
XhmikosR's avatar
XhmikosR committed
646
                  "dependencies": {
647
648
649
650
651
652
653
                    "lodash.isarguments": {
                      "version": "3.0.4",
                      "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.0.4.tgz"
                    },
                    "lodash.isarray": {
                      "version": "3.0.4",
                      "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz"
XhmikosR's avatar
XhmikosR committed
654
655
                    }
                  }
656
657
658
                }
              }
            },
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
            "lodash.restparam": {
              "version": "3.6.1",
              "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz"
            }
          }
        }
      }
    },
    "btoa": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/btoa/-/btoa-1.1.2.tgz"
    },
    "glob": {
      "version": "5.0.14",
      "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.14.tgz",
      "dependencies": {
        "inflight": {
          "version": "1.0.4",
          "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz",
          "dependencies": {
            "wrappy": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
            }
          }
        },
        "inherits": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
        },
        "minimatch": {
          "version": "2.0.10",
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
          "dependencies": {
            "brace-expansion": {
              "version": "1.1.0",
              "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz",
696
              "dependencies": {
697
698
699
                "balanced-match": {
                  "version": "0.2.0",
                  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz"
700
                },
701
702
703
                "concat-map": {
                  "version": "0.0.1",
                  "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
704
705
                }
              }
706
707
708
709
710
711
712
713
            }
          }
        },
        "once": {
          "version": "1.3.2",
          "resolved": "https://registry.npmjs.org/once/-/once-1.3.2.tgz",
          "dependencies": {
            "wrappy": {
XhmikosR's avatar
XhmikosR committed
714
              "version": "1.0.1",
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
              "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
            }
          }
        },
        "path-is-absolute": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz"
        }
      }
    },
    "grunt": {
      "version": "0.4.5",
      "resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz",
      "dependencies": {
        "async": {
          "version": "0.1.22",
          "resolved": "https://registry.npmjs.org/async/-/async-0.1.22.tgz"
        },
        "coffee-script": {
          "version": "1.3.3",
          "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz"
        },
        "colors": {
          "version": "0.6.2",
          "resolved": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz"
        },
        "dateformat": {
          "version": "1.0.2-1.2.3",
          "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz"
        },
        "eventemitter2": {
          "version": "0.4.14",
          "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz"
        },
        "exit": {
          "version": "0.1.2",
          "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz"
        },
        "findup-sync": {
          "version": "0.1.3",
          "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz",
          "dependencies": {
            "glob": {
              "version": "3.2.11",
              "resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz",
760
              "dependencies": {
761
762
763
764
765
766
767
                "inherits": {
                  "version": "2.0.1",
                  "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
                },
                "minimatch": {
                  "version": "0.3.0",
                  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz",
768
                  "dependencies": {
769
770
771
                    "lru-cache": {
                      "version": "2.6.5",
                      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.5.tgz"
772
                    },
773
774
775
                    "sigmund": {
                      "version": "1.0.1",
                      "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz"
776
777
778
779
780
                    }
                  }
                }
              }
            },
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
            "lodash": {
              "version": "2.4.2",
              "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz"
            }
          }
        },
        "getobject": {
          "version": "0.1.0",
          "resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz"
        },
        "glob": {
          "version": "3.1.21",
          "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",
          "dependencies": {
            "graceful-fs": {
              "version": "1.2.3",
              "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz"
798
            },
799
800
801
802
803
804
805
806
807
808
809
810
811
            "inherits": {
              "version": "1.0.0",
              "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.0.tgz"
            }
          }
        },
        "grunt-legacy-log": {
          "version": "0.1.2",
          "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.2.tgz",
          "dependencies": {
            "grunt-legacy-log-utils": {
              "version": "0.1.1",
              "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz"
812
            },
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
            "lodash": {
              "version": "2.4.2",
              "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz"
            },
            "underscore.string": {
              "version": "2.3.3",
              "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz"
            }
          }
        },
        "grunt-legacy-util": {
          "version": "0.2.0",
          "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz"
        },
        "hooker": {
          "version": "0.2.3",
          "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
        },
        "iconv-lite": {
          "version": "0.2.11",
          "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz"
        },
        "js-yaml": {
          "version": "2.0.5",
          "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz",
          "dependencies": {
            "argparse": {
              "version": "0.1.16",
              "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz",
842
              "dependencies": {
843
844
845
                "underscore": {
                  "version": "1.7.0",
                  "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz"
XhmikosR's avatar
XhmikosR committed
846
                },
847
848
849
                "underscore.string": {
                  "version": "2.4.0",
                  "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz"
XhmikosR's avatar
XhmikosR committed
850
851
852
                }
              }
            },
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
            "esprima": {
              "version": "1.0.4",
              "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz"
            }
          }
        },
        "lodash": {
          "version": "0.9.2",
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz"
        },
        "minimatch": {
          "version": "0.2.14",
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
          "dependencies": {
            "lru-cache": {
              "version": "2.6.5",
              "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.5.tgz"
            },
            "sigmund": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz"
            }
          }
        },
        "nopt": {
          "version": "1.0.10",
          "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
          "dependencies": {
            "abbrev": {
              "version": "1.0.7",
              "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz"
            }
          }
        },
        "rimraf": {
          "version": "2.2.8",
          "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
        },
        "underscore.string": {
          "version": "2.2.1",
          "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz"
        },
        "which": {
          "version": "1.0.9",
          "resolved": "https://registry.npmjs.org/which/-/which-1.0.9.tgz"
        }
      }
    },
    "grunt-autoprefixer": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-2.2.0.tgz",
      "dependencies": {
        "autoprefixer-core": {
          "version": "5.2.1",
          "resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.2.1.tgz",
          "dependencies": {
            "browserslist": {
Baraa Hamodi's avatar
Baraa Hamodi committed
910
              "version": "0.4.0",
911
912
913
914
915
916
917
918
919
920
921
922
923
              "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-0.4.0.tgz"
            },
            "caniuse-db": {
              "version": "1.0.30000271",
              "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000271.tgz"
            },
            "num2fraction": {
              "version": "1.1.0",
              "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.1.0.tgz"
            },
            "postcss": {
              "version": "4.1.16",
              "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
XhmikosR's avatar
XhmikosR committed
924
              "dependencies": {
925
                "es6-promise": {
Baraa Hamodi's avatar
Baraa Hamodi committed
926
                  "version": "2.3.0",
927
928
929
930
931
932
933
934
935
                  "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz"
                },
                "js-base64": {
                  "version": "2.1.9",
                  "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz"
                },
                "source-map": {
                  "version": "0.4.4",
                  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
XhmikosR's avatar
XhmikosR committed
936
                  "dependencies": {
937
938
939
                    "amdefine": {
                      "version": "1.0.0",
                      "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz"
XhmikosR's avatar
XhmikosR committed
940
941
                    }
                  }
942
943
                }
              }
944
945
946
947
948
949
950
951
952
953
            }
          }
        },
        "chalk": {
          "version": "0.5.1",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
          "dependencies": {
            "ansi-styles": {
              "version": "1.1.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz"
954
            },
955
956
957
            "escape-string-regexp": {
              "version": "1.0.3",
              "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz"
XhmikosR's avatar
XhmikosR committed
958
            },
959
960
961
            "has-ansi": {
              "version": "0.1.0",
              "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
XhmikosR's avatar
XhmikosR committed
962
              "dependencies": {
963
964
965
                "ansi-regex": {
                  "version": "0.2.1",
                  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz"
XhmikosR's avatar
XhmikosR committed
966
967
968
                }
              }
            },
969
970
971
            "strip-ansi": {
              "version": "0.3.0",
              "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
972
              "dependencies": {
973
974
975
                "ansi-regex": {
                  "version": "0.2.1",
                  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz"
976
977
978
                }
              }
            },
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
            "supports-color": {
              "version": "0.2.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz"
            }
          }
        },
        "diff": {
          "version": "1.2.2",
          "resolved": "https://registry.npmjs.org/diff/-/diff-1.2.2.tgz"
        }
      }
    },
    "grunt-babel": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/grunt-babel/-/grunt-babel-5.0.1.tgz",
      "dependencies": {
        "babel-core": {
          "version": "5.8.22",
          "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.22.tgz",
          "dependencies": {
            "babel-plugin-constant-folding": {
              "version": "1.0.1",
For faster browsing, not all history is shown. View entire blame