-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
632 lines (632 loc) · 28.2 KB
/
package-lock.json
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
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
376
377
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
448
449
450
451
452
453
454
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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
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
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
{
"name": "usr-mgt",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/body-parser": {
"version": "http://winston.tessarine.com:4873/@types%2fbody-parser/-/body-parser-1.16.8.tgz",
"integrity": "sha1-aH7DQUBiSjvsKxqOqSaEeK6PO+M=",
"dev": true,
"requires": {
"@types/express": "http://winston.tessarine.com:4873/@types%2fexpress/-/express-4.0.39.tgz",
"@types/node": "http://winston.tessarine.com:4873/@types%2fnode/-/node-8.0.53.tgz"
}
},
"@types/bson": {
"version": "1.0.6",
"resolved": "http://winston.tessarine.com:4873/@types%2fbson/-/bson-1.0.6.tgz",
"integrity": "sha512-v7N8qcTGiYhLRyi+Y69R3tPC4GLqByCg3NC2EO6PciC166O9dNhjFPoXeMePtZ+0f+/O2xLDWXs5BLnRfcBaBA==",
"dev": true,
"requires": {
"@types/node": "http://winston.tessarine.com:4873/@types%2fnode/-/node-8.0.53.tgz"
}
},
"@types/events": {
"version": "1.1.0",
"resolved": "http://winston.tessarine.com:4873/@types%2fevents/-/events-1.1.0.tgz",
"integrity": "sha512-y3bR98mzYOo0pAZuiLari+cQyiKk3UXRuT45h1RjhfeCzqkjaVsfZJNaxdgtk7/3tzOm1ozLTqEqMP3VbI48jw==",
"dev": true
},
"@types/express": {
"version": "http://winston.tessarine.com:4873/@types%2fexpress/-/express-4.0.39.tgz",
"integrity": "sha1-FEHyHVKzO+jU+oqGXBWmqRzQ+gk=",
"dev": true,
"requires": {
"@types/body-parser": "http://winston.tessarine.com:4873/@types%2fbody-parser/-/body-parser-1.16.8.tgz",
"@types/express-serve-static-core": "http://winston.tessarine.com:4873/@types%2fexpress-serve-static-core/-/express-serve-static-core-4.0.56.tgz",
"@types/serve-static": "http://winston.tessarine.com:4873/@types%2fserve-static/-/serve-static-1.13.1.tgz"
}
},
"@types/express-serve-static-core": {
"version": "http://winston.tessarine.com:4873/@types%2fexpress-serve-static-core/-/express-serve-static-core-4.0.56.tgz",
"integrity": "sha1-TtVW3P+QEszmsBbiFP3F726Z230=",
"dev": true,
"requires": {
"@types/node": "http://winston.tessarine.com:4873/@types%2fnode/-/node-8.0.53.tgz"
}
},
"@types/express-session": {
"version": "1.15.6",
"resolved": "http://winston.tessarine.com:4873/@types%2fexpress-session/-/express-session-1.15.6.tgz",
"integrity": "sha512-yOWF/CQsw20YBy9phGtGXhXafcwEgc2nQXorTI8Uegi4+viguBWBw8XQU3Ctd8fiLkqX5zklJD8ow4bGJKbDKw==",
"dev": true,
"requires": {
"@types/express": "http://winston.tessarine.com:4873/@types%2fexpress/-/express-4.0.39.tgz",
"@types/node": "http://winston.tessarine.com:4873/@types%2fnode/-/node-8.0.53.tgz"
}
},
"@types/mime": {
"version": "http://winston.tessarine.com:4873/@types%2fmime/-/mime-2.0.0.tgz",
"integrity": "sha1-WnMG42fFObn2VDSZ3o3VGfrDeos=",
"dev": true
},
"@types/mongodb": {
"version": "2.2.18",
"resolved": "http://winston.tessarine.com:4873/@types%2fmongodb/-/mongodb-2.2.18.tgz",
"integrity": "sha512-bNookS+Y4N7B9/z9lZrTcVUdXSfrH8J+svBFCzxbCl5pOg32YeIgvKjrqD4yF7Ecec7bo7ZCdqajXS06TeuWdA==",
"dev": true,
"requires": {
"@types/bson": "1.0.6",
"@types/events": "1.1.0",
"@types/node": "http://winston.tessarine.com:4873/@types%2fnode/-/node-8.0.53.tgz"
}
},
"@types/mongoose": {
"version": "4.7.32",
"resolved": "http://winston.tessarine.com:4873/@types%2fmongoose/-/mongoose-4.7.32.tgz",
"integrity": "sha512-vRSho+jDu+5OY/C2jevXj/8FU1aFGD5/XB8w+/baXNthL5P7BwID7r9V8OounR9Vm+fhQMMnFYkTXhIBiA9JSw==",
"dev": true,
"requires": {
"@types/events": "1.1.0",
"@types/mongodb": "2.2.18",
"@types/node": "http://winston.tessarine.com:4873/@types%2fnode/-/node-8.0.53.tgz"
}
},
"@types/node": {
"version": "http://winston.tessarine.com:4873/@types%2fnode/-/node-8.0.53.tgz",
"integrity": "sha1-OWs1r4JvpmqtRyyMt7jV4nf05tg=",
"dev": true
},
"@types/serve-static": {
"version": "http://winston.tessarine.com:4873/@types%2fserve-static/-/serve-static-1.13.1.tgz",
"integrity": "sha1-HSgB+mNdJ0zZfU7AfiayG0QSdJI=",
"dev": true,
"requires": {
"@types/express-serve-static-core": "http://winston.tessarine.com:4873/@types%2fexpress-serve-static-core/-/express-serve-static-core-4.0.56.tgz",
"@types/mime": "http://winston.tessarine.com:4873/@types%2fmime/-/mime-2.0.0.tgz"
}
},
"accepts": {
"version": "http://winston.tessarine.com:4873/accepts/-/accepts-1.3.4.tgz",
"integrity": "sha1-hiRnWMfdbSGmR0/whKR0DsBesh8=",
"requires": {
"mime-types": "http://winston.tessarine.com:4873/mime-types/-/mime-types-2.1.17.tgz",
"negotiator": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz"
}
},
"array-flatten": {
"version": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
"integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
},
"async": {
"version": "2.1.4",
"resolved": "http://winston.tessarine.com:4873/async/-/async-2.1.4.tgz",
"integrity": "sha1-LSFgx3iAMuTdbL4lAvH5osj2zeQ=",
"requires": {
"lodash": "4.17.4"
}
},
"bluebird": {
"version": "3.5.0",
"resolved": "http://winston.tessarine.com:4873/bluebird/-/bluebird-3.5.0.tgz",
"integrity": "sha1-eRQg1/VR7qKJdFOop3ZT+WYG1nw="
},
"body-parser": {
"version": "http://winston.tessarine.com:4873/body-parser/-/body-parser-1.18.2.tgz",
"integrity": "sha1-h2eKGdhLR9hZuDGZvVm84iKxBFQ=",
"requires": {
"bytes": "http://winston.tessarine.com:4873/bytes/-/bytes-3.0.0.tgz",
"content-type": "http://winston.tessarine.com:4873/content-type/-/content-type-1.0.4.tgz",
"debug": "http://winston.tessarine.com:4873/debug/-/debug-2.6.9.tgz",
"depd": "http://winston.tessarine.com:4873/depd/-/depd-1.1.1.tgz",
"http-errors": "http://winston.tessarine.com:4873/http-errors/-/http-errors-1.6.2.tgz",
"iconv-lite": "http://winston.tessarine.com:4873/iconv-lite/-/iconv-lite-0.4.19.tgz",
"on-finished": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
"qs": "http://winston.tessarine.com:4873/qs/-/qs-6.5.1.tgz",
"raw-body": "http://winston.tessarine.com:4873/raw-body/-/raw-body-2.3.2.tgz",
"type-is": "https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz"
}
},
"bson": {
"version": "1.0.4",
"resolved": "http://winston.tessarine.com:4873/bson/-/bson-1.0.4.tgz",
"integrity": "sha1-k8ENOeqltYQVy8QFLz5T5WKwtyw="
},
"buffer-shims": {
"version": "1.0.0",
"resolved": "http://winston.tessarine.com:4873/buffer-shims/-/buffer-shims-1.0.0.tgz",
"integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E="
},
"bytes": {
"version": "http://winston.tessarine.com:4873/bytes/-/bytes-3.0.0.tgz",
"integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
},
"content-disposition": {
"version": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
"integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ="
},
"content-type": {
"version": "http://winston.tessarine.com:4873/content-type/-/content-type-1.0.4.tgz",
"integrity": "sha1-4TjMdeBAxyexlm/l5fjJruJW/js="
},
"cookie": {
"version": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
"integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s="
},
"cookie-signature": {
"version": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
"integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
},
"core-util-is": {
"version": "1.0.2",
"resolved": "http://winston.tessarine.com:4873/core-util-is/-/core-util-is-1.0.2.tgz",
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
},
"crc": {
"version": "3.4.4",
"resolved": "http://winston.tessarine.com:4873/crc/-/crc-3.4.4.tgz",
"integrity": "sha1-naHpgOO9RPxck79as9ozeNheRms="
},
"debug": {
"version": "http://winston.tessarine.com:4873/debug/-/debug-2.6.9.tgz",
"integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=",
"requires": {
"ms": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz"
}
},
"depd": {
"version": "http://winston.tessarine.com:4873/depd/-/depd-1.1.1.tgz",
"integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k="
},
"destroy": {
"version": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
"integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
},
"ee-first": {
"version": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
},
"encodeurl": {
"version": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz",
"integrity": "sha1-eePVhlU0aQn+bw9Fpd5oEDspTSA="
},
"es6-promise": {
"version": "3.2.1",
"resolved": "http://winston.tessarine.com:4873/es6-promise/-/es6-promise-3.2.1.tgz",
"integrity": "sha1-7FYjOGgDKQkgcXDDlEjiREndH8Q="
},
"escape-html": {
"version": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
"integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
},
"etag": {
"version": "http://winston.tessarine.com:4873/etag/-/etag-1.8.1.tgz",
"integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
},
"express": {
"version": "http://winston.tessarine.com:4873/express/-/express-4.16.2.tgz",
"integrity": "sha1-41xt/i1kt9ygpc1PIXgb4ymeB2w=",
"requires": {
"accepts": "http://winston.tessarine.com:4873/accepts/-/accepts-1.3.4.tgz",
"array-flatten": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
"body-parser": "http://winston.tessarine.com:4873/body-parser/-/body-parser-1.18.2.tgz",
"content-disposition": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
"content-type": "http://winston.tessarine.com:4873/content-type/-/content-type-1.0.4.tgz",
"cookie": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
"cookie-signature": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
"debug": "http://winston.tessarine.com:4873/debug/-/debug-2.6.9.tgz",
"depd": "http://winston.tessarine.com:4873/depd/-/depd-1.1.1.tgz",
"encodeurl": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz",
"escape-html": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
"etag": "http://winston.tessarine.com:4873/etag/-/etag-1.8.1.tgz",
"finalhandler": "http://winston.tessarine.com:4873/finalhandler/-/finalhandler-1.1.0.tgz",
"fresh": "http://winston.tessarine.com:4873/fresh/-/fresh-0.5.2.tgz",
"merge-descriptors": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
"methods": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
"on-finished": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
"parseurl": "http://winston.tessarine.com:4873/parseurl/-/parseurl-1.3.2.tgz",
"path-to-regexp": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
"proxy-addr": "http://winston.tessarine.com:4873/proxy-addr/-/proxy-addr-2.0.2.tgz",
"qs": "http://winston.tessarine.com:4873/qs/-/qs-6.5.1.tgz",
"range-parser": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
"send": "http://winston.tessarine.com:4873/send/-/send-0.16.1.tgz",
"serve-static": "http://winston.tessarine.com:4873/serve-static/-/serve-static-1.13.1.tgz",
"setprototypeof": "http://winston.tessarine.com:4873/setprototypeof/-/setprototypeof-1.1.0.tgz",
"statuses": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
"type-is": "https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz",
"utils-merge": "http://winston.tessarine.com:4873/utils-merge/-/utils-merge-1.0.1.tgz",
"vary": "http://winston.tessarine.com:4873/vary/-/vary-1.1.2.tgz"
}
},
"express-session": {
"version": "1.15.6",
"resolved": "http://winston.tessarine.com:4873/express-session/-/express-session-1.15.6.tgz",
"integrity": "sha512-r0nrHTCYtAMrFwZ0kBzZEXa1vtPVrw0dKvGSrKP4dahwBQ1BJpF2/y1Pp4sCD/0kvxV4zZeclyvfmw0B4RMJQA==",
"requires": {
"cookie": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz",
"cookie-signature": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
"crc": "3.4.4",
"debug": "http://winston.tessarine.com:4873/debug/-/debug-2.6.9.tgz",
"depd": "http://winston.tessarine.com:4873/depd/-/depd-1.1.1.tgz",
"on-headers": "1.0.1",
"parseurl": "http://winston.tessarine.com:4873/parseurl/-/parseurl-1.3.2.tgz",
"uid-safe": "2.1.5",
"utils-merge": "http://winston.tessarine.com:4873/utils-merge/-/utils-merge-1.0.1.tgz"
}
},
"finalhandler": {
"version": "http://winston.tessarine.com:4873/finalhandler/-/finalhandler-1.1.0.tgz",
"integrity": "sha1-zgtoVbRYU+eRsvzGgARtiCU91/U=",
"requires": {
"debug": "http://winston.tessarine.com:4873/debug/-/debug-2.6.9.tgz",
"encodeurl": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz",
"escape-html": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
"on-finished": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
"parseurl": "http://winston.tessarine.com:4873/parseurl/-/parseurl-1.3.2.tgz",
"statuses": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
"unpipe": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
}
},
"forwarded": {
"version": "http://winston.tessarine.com:4873/forwarded/-/forwarded-0.1.2.tgz",
"integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ="
},
"fresh": {
"version": "http://winston.tessarine.com:4873/fresh/-/fresh-0.5.2.tgz",
"integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
},
"hooks-fixed": {
"version": "2.0.2",
"resolved": "http://winston.tessarine.com:4873/hooks-fixed/-/hooks-fixed-2.0.2.tgz",
"integrity": "sha512-YurCM4gQSetcrhwEtpQHhQ4M7Zo7poNGqY4kQGeBS6eZtOcT3tnNs01ThFa0jYBByAiYt1MjMjP/YApG0EnAvQ=="
},
"http-errors": {
"version": "http://winston.tessarine.com:4873/http-errors/-/http-errors-1.6.2.tgz",
"integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=",
"requires": {
"depd": "http://winston.tessarine.com:4873/depd/-/depd-1.1.1.tgz",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"setprototypeof": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz",
"statuses": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz"
},
"dependencies": {
"setprototypeof": {
"version": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz",
"integrity": "sha1-ZlZ+NwQ+608E2RvWWMDL77VbjgQ="
}
}
},
"iconv-lite": {
"version": "http://winston.tessarine.com:4873/iconv-lite/-/iconv-lite-0.4.19.tgz",
"integrity": "sha1-90aPYBNfXl2tM5nAqBvpoWA6CCs="
},
"inherits": {
"version": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
},
"ipaddr.js": {
"version": "http://winston.tessarine.com:4873/ipaddr.js/-/ipaddr.js-1.5.2.tgz",
"integrity": "sha1-1LUFvemUaYfM8PxY2QEP+WB+P6A="
},
"isarray": {
"version": "1.0.0",
"resolved": "http://winston.tessarine.com:4873/isarray/-/isarray-1.0.0.tgz",
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
},
"kareem": {
"version": "1.5.0",
"resolved": "http://winston.tessarine.com:4873/kareem/-/kareem-1.5.0.tgz",
"integrity": "sha1-4+QQHZ3P3imXadr0tNtk2JXRdEg="
},
"lodash": {
"version": "4.17.4",
"resolved": "http://winston.tessarine.com:4873/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
},
"lodash.get": {
"version": "4.4.2",
"resolved": "http://winston.tessarine.com:4873/lodash.get/-/lodash.get-4.4.2.tgz",
"integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk="
},
"media-typer": {
"version": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
"integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
},
"merge-descriptors": {
"version": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
"integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
},
"methods": {
"version": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
"integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
},
"mime": {
"version": "http://winston.tessarine.com:4873/mime/-/mime-1.4.1.tgz",
"integrity": "sha1-Eh+evEnjdm8xGnbh+hyAA8SwOqY="
},
"mime-db": {
"version": "http://winston.tessarine.com:4873/mime-db/-/mime-db-1.30.0.tgz",
"integrity": "sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE="
},
"mime-types": {
"version": "http://winston.tessarine.com:4873/mime-types/-/mime-types-2.1.17.tgz",
"integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=",
"requires": {
"mime-db": "http://winston.tessarine.com:4873/mime-db/-/mime-db-1.30.0.tgz"
}
},
"mongodb": {
"version": "2.2.34",
"resolved": "http://winston.tessarine.com:4873/mongodb/-/mongodb-2.2.34.tgz",
"integrity": "sha1-o09Zu+thdUrsQy3nLD/iFSakTBo=",
"requires": {
"es6-promise": "3.2.1",
"mongodb-core": "2.1.18",
"readable-stream": "2.2.7"
}
},
"mongodb-core": {
"version": "2.1.18",
"resolved": "http://winston.tessarine.com:4873/mongodb-core/-/mongodb-core-2.1.18.tgz",
"integrity": "sha1-TEYTm986HwMt7ZHbSfOO7AFlkFA=",
"requires": {
"bson": "1.0.4",
"require_optional": "1.0.1"
}
},
"mongoose": {
"version": "4.13.9",
"resolved": "http://winston.tessarine.com:4873/mongoose/-/mongoose-4.13.9.tgz",
"integrity": "sha512-UGkSJR5iYHfHGlAyNNJS/mX5HoukDssQoy2pyJTpdyOXnxSw1ujYvMlxEuiIOQEWH2oZSAmHfjH+/igxG1MXLQ==",
"requires": {
"async": "2.1.4",
"bson": "1.0.4",
"hooks-fixed": "2.0.2",
"kareem": "1.5.0",
"lodash.get": "4.4.2",
"mongodb": "2.2.34",
"mpath": "0.3.0",
"mpromise": "0.5.5",
"mquery": "2.3.3",
"ms": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"muri": "1.3.0",
"regexp-clone": "0.0.1",
"sliced": "1.0.1"
}
},
"mpath": {
"version": "0.3.0",
"resolved": "http://winston.tessarine.com:4873/mpath/-/mpath-0.3.0.tgz",
"integrity": "sha1-elj3iem1/TyUUgY0FXlg8mvV70Q="
},
"mpromise": {
"version": "0.5.5",
"resolved": "http://winston.tessarine.com:4873/mpromise/-/mpromise-0.5.5.tgz",
"integrity": "sha1-9bJCWddjrMIlewoMjG2Gb9UXMuY="
},
"mquery": {
"version": "2.3.3",
"resolved": "http://winston.tessarine.com:4873/mquery/-/mquery-2.3.3.tgz",
"integrity": "sha512-NC8L14kn+qxJbbJ1gbcEMDxF0sC3sv+1cbRReXXwVvowcwY1y9KoVZFq0ebwARibsadu8lx8nWGvm3V0Pf0ZWQ==",
"requires": {
"bluebird": "3.5.0",
"debug": "http://winston.tessarine.com:4873/debug/-/debug-2.6.9.tgz",
"regexp-clone": "0.0.1",
"sliced": "0.0.5"
},
"dependencies": {
"sliced": {
"version": "0.0.5",
"resolved": "http://winston.tessarine.com:4873/sliced/-/sliced-0.0.5.tgz",
"integrity": "sha1-XtwETKTrb3gW1Qui/GPiXY/kcH8="
}
}
},
"ms": {
"version": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"muri": {
"version": "1.3.0",
"resolved": "http://winston.tessarine.com:4873/muri/-/muri-1.3.0.tgz",
"integrity": "sha512-FiaFwKl864onHFFUV/a2szAl7X0fxVlSKNdhTf+BM8i8goEgYut8u5P9MqQqIYwvaMxjzVESsoEm/2kfkFH1rg=="
},
"negotiator": {
"version": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
"integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk="
},
"on-finished": {
"version": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
"integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
"requires": {
"ee-first": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz"
}
},
"on-headers": {
"version": "1.0.1",
"resolved": "http://winston.tessarine.com:4873/on-headers/-/on-headers-1.0.1.tgz",
"integrity": "sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c="
},
"parseurl": {
"version": "http://winston.tessarine.com:4873/parseurl/-/parseurl-1.3.2.tgz",
"integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M="
},
"path-to-regexp": {
"version": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
},
"process-nextick-args": {
"version": "1.0.7",
"resolved": "http://winston.tessarine.com:4873/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
"integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M="
},
"proxy-addr": {
"version": "http://winston.tessarine.com:4873/proxy-addr/-/proxy-addr-2.0.2.tgz",
"integrity": "sha1-ZXFQT0e7mI7IGAJT+F3X4UlSvew=",
"requires": {
"forwarded": "http://winston.tessarine.com:4873/forwarded/-/forwarded-0.1.2.tgz",
"ipaddr.js": "http://winston.tessarine.com:4873/ipaddr.js/-/ipaddr.js-1.5.2.tgz"
}
},
"qs": {
"version": "http://winston.tessarine.com:4873/qs/-/qs-6.5.1.tgz",
"integrity": "sha1-NJzfbu+J7EXBLX1es/wMhwNDptg="
},
"random-bytes": {
"version": "1.0.0",
"resolved": "http://winston.tessarine.com:4873/random-bytes/-/random-bytes-1.0.0.tgz",
"integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs="
},
"range-parser": {
"version": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
"integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4="
},
"raw-body": {
"version": "http://winston.tessarine.com:4873/raw-body/-/raw-body-2.3.2.tgz",
"integrity": "sha1-vNYMd9Prk83gBQKVw/N5OJvIj4k=",
"requires": {
"bytes": "http://winston.tessarine.com:4873/bytes/-/bytes-3.0.0.tgz",
"http-errors": "http://winston.tessarine.com:4873/http-errors/-/http-errors-1.6.2.tgz",
"iconv-lite": "http://winston.tessarine.com:4873/iconv-lite/-/iconv-lite-0.4.19.tgz",
"unpipe": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
}
},
"readable-stream": {
"version": "2.2.7",
"resolved": "http://winston.tessarine.com:4873/readable-stream/-/readable-stream-2.2.7.tgz",
"integrity": "sha1-BwV6y+JGeyIELTb5jFrVBwVOlbE=",
"requires": {
"buffer-shims": "1.0.0",
"core-util-is": "1.0.2",
"inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"isarray": "1.0.0",
"process-nextick-args": "1.0.7",
"string_decoder": "1.0.3",
"util-deprecate": "1.0.2"
}
},
"regexp-clone": {
"version": "0.0.1",
"resolved": "http://winston.tessarine.com:4873/regexp-clone/-/regexp-clone-0.0.1.tgz",
"integrity": "sha1-p8LgmJH9vzj7sQ03b7cwA+aKxYk="
},
"require_optional": {
"version": "1.0.1",
"resolved": "http://winston.tessarine.com:4873/require_optional/-/require_optional-1.0.1.tgz",
"integrity": "sha512-qhM/y57enGWHAe3v/NcwML6a3/vfESLe/sGM2dII+gEO0BpKRUkWZow/tyloNqJyN6kXSl3RyyM8Ll5D/sJP8g==",
"requires": {
"resolve-from": "2.0.0",
"semver": "5.4.1"
}
},
"resolve-from": {
"version": "2.0.0",
"resolved": "http://winston.tessarine.com:4873/resolve-from/-/resolve-from-2.0.0.tgz",
"integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c="
},
"safe-buffer": {
"version": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
"integrity": "sha1-iTMSr2myEj3vcfV4iQAWce6yyFM="
},
"semver": {
"version": "5.4.1",
"resolved": "http://winston.tessarine.com:4873/semver/-/semver-5.4.1.tgz",
"integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg=="
},
"send": {
"version": "http://winston.tessarine.com:4873/send/-/send-0.16.1.tgz",
"integrity": "sha1-pw4coh0TgsEdDZ9iMd6ygQgNerM=",
"requires": {
"debug": "http://winston.tessarine.com:4873/debug/-/debug-2.6.9.tgz",
"depd": "http://winston.tessarine.com:4873/depd/-/depd-1.1.1.tgz",
"destroy": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
"encodeurl": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz",
"escape-html": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
"etag": "http://winston.tessarine.com:4873/etag/-/etag-1.8.1.tgz",
"fresh": "http://winston.tessarine.com:4873/fresh/-/fresh-0.5.2.tgz",
"http-errors": "http://winston.tessarine.com:4873/http-errors/-/http-errors-1.6.2.tgz",
"mime": "http://winston.tessarine.com:4873/mime/-/mime-1.4.1.tgz",
"ms": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"on-finished": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
"range-parser": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
"statuses": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz"
}
},
"serve-static": {
"version": "http://winston.tessarine.com:4873/serve-static/-/serve-static-1.13.1.tgz",
"integrity": "sha1-TFfVNASnYdjy58HooYpH2/J4pxk=",
"requires": {
"encodeurl": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz",
"escape-html": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
"parseurl": "http://winston.tessarine.com:4873/parseurl/-/parseurl-1.3.2.tgz",
"send": "http://winston.tessarine.com:4873/send/-/send-0.16.1.tgz"
}
},
"setprototypeof": {
"version": "http://winston.tessarine.com:4873/setprototypeof/-/setprototypeof-1.1.0.tgz",
"integrity": "sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY="
},
"sliced": {
"version": "1.0.1",
"resolved": "http://winston.tessarine.com:4873/sliced/-/sliced-1.0.1.tgz",
"integrity": "sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E="
},
"statuses": {
"version": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
"integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4="
},
"string_decoder": {
"version": "1.0.3",
"resolved": "http://winston.tessarine.com:4873/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
"requires": {
"safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz"
}
},
"type-is": {
"version": "https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz",
"integrity": "sha1-yrEPtJCeRByChC6v4a1kbIGARBA=",
"requires": {
"media-typer": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
"mime-types": "http://winston.tessarine.com:4873/mime-types/-/mime-types-2.1.17.tgz"
}
},
"uid-safe": {
"version": "2.1.5",
"resolved": "http://winston.tessarine.com:4873/uid-safe/-/uid-safe-2.1.5.tgz",
"integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==",
"requires": {
"random-bytes": "1.0.0"
}
},
"unpipe": {
"version": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
"integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
},
"util-deprecate": {
"version": "1.0.2",
"resolved": "http://winston.tessarine.com:4873/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
"utils-merge": {
"version": "http://winston.tessarine.com:4873/utils-merge/-/utils-merge-1.0.1.tgz",
"integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
},
"vary": {
"version": "http://winston.tessarine.com:4873/vary/-/vary-1.1.2.tgz",
"integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
}
}
}