forked from GeotrekCE/Geotrek-rando
-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-shrinkwrap.json
7672 lines (7672 loc) · 370 KB
/
npm-shrinkwrap.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
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
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
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
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
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
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
842
843
844
845
846
847
848
849
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
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
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
{
"name": "geotrekrando",
"version": "2.22.1-dev0",
"dependencies": {
"@gulp-sourcemaps/identity-map": {
"version": "1.0.1",
"from": "@gulp-sourcemaps/identity-map@https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-1.0.1.tgz",
"resolved": "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-1.0.1.tgz",
"dependencies": {
"acorn": {
"version": "5.2.1",
"from": "acorn@https://registry.npmjs.org/acorn/-/acorn-5.2.1.tgz",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-5.2.1.tgz"
},
"source-map": {
"version": "0.5.7",
"from": "source-map@https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
}
}
},
"@gulp-sourcemaps/map-sources": {
"version": "1.0.0",
"from": "@gulp-sourcemaps/map-sources@https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz"
},
"abbrev": {
"version": "1.1.1",
"from": "abbrev@https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz"
},
"accepts": {
"version": "1.2.13",
"from": "accepts@https://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz",
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.2.13.tgz"
},
"acorn": {
"version": "4.0.13",
"from": "acorn@https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz"
},
"after": {
"version": "0.8.2",
"from": "after@https://registry.npmjs.org/after/-/after-0.8.2.tgz",
"resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz"
},
"ajv": {
"version": "5.3.0",
"from": "ajv@https://registry.npmjs.org/ajv/-/ajv-5.3.0.tgz",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-5.3.0.tgz"
},
"align-text": {
"version": "0.1.4",
"from": "align-text@https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
"resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz"
},
"amdefine": {
"version": "1.0.1",
"from": "amdefine@https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
"resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz"
},
"angular": {
"version": "1.4.9",
"from": "angular@https://registry.npmjs.org/angular/-/angular-1.4.9.tgz",
"resolved": "https://registry.npmjs.org/angular/-/angular-1.4.9.tgz"
},
"angular-bootstrap": {
"version": "0.12.2",
"from": "angular-bootstrap@https://registry.npmjs.org/angular-bootstrap/-/angular-bootstrap-0.12.2.tgz",
"resolved": "https://registry.npmjs.org/angular-bootstrap/-/angular-bootstrap-0.12.2.tgz"
},
"angular-google-analytics": {
"version": "1.1.8",
"from": "angular-google-analytics@https://registry.npmjs.org/angular-google-analytics/-/angular-google-analytics-1.1.8.tgz",
"resolved": "https://registry.npmjs.org/angular-google-analytics/-/angular-google-analytics-1.1.8.tgz"
},
"angular-mocks": {
"version": "1.5.0",
"from": "angular-mocks@https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.5.0.tgz",
"resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.5.0.tgz"
},
"angular-resource": {
"version": "1.5.0",
"from": "angular-resource@https://registry.npmjs.org/angular-resource/-/angular-resource-1.5.0.tgz",
"resolved": "https://registry.npmjs.org/angular-resource/-/angular-resource-1.5.0.tgz"
},
"angular-translate": {
"version": "2.16.0",
"from": "angular-translate@https://registry.npmjs.org/angular-translate/-/angular-translate-2.16.0.tgz",
"resolved": "https://registry.npmjs.org/angular-translate/-/angular-translate-2.16.0.tgz"
},
"angular-ui-router": {
"version": "0.4.3",
"from": "angular-ui-router@https://registry.npmjs.org/angular-ui-router/-/angular-ui-router-0.4.3.tgz",
"resolved": "https://registry.npmjs.org/angular-ui-router/-/angular-ui-router-0.4.3.tgz"
},
"angularjs-slider": {
"version": "2.9.0",
"from": "angularjs-slider@https://registry.npmjs.org/angularjs-slider/-/angularjs-slider-2.9.0.tgz",
"resolved": "https://registry.npmjs.org/angularjs-slider/-/angularjs-slider-2.9.0.tgz"
},
"ansi-regex": {
"version": "2.1.1",
"from": "ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz"
},
"ansi-styles": {
"version": "2.2.1",
"from": "ansi-styles@https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz"
},
"anymatch": {
"version": "1.3.2",
"from": "anymatch@https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz"
},
"aproba": {
"version": "1.2.0",
"from": "aproba@https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
"resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz"
},
"archiver": {
"version": "1.3.0",
"from": "archiver@https://registry.npmjs.org/archiver/-/archiver-1.3.0.tgz",
"resolved": "https://registry.npmjs.org/archiver/-/archiver-1.3.0.tgz",
"dependencies": {
"async": {
"version": "2.5.0",
"from": "async@https://registry.npmjs.org/async/-/async-2.5.0.tgz",
"resolved": "https://registry.npmjs.org/async/-/async-2.5.0.tgz"
}
}
},
"archiver-utils": {
"version": "1.3.0",
"from": "archiver-utils@https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz",
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz"
},
"archy": {
"version": "1.0.0",
"from": "archy@https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz"
},
"are-we-there-yet": {
"version": "1.1.4",
"from": "are-we-there-yet@https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz",
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz"
},
"argparse": {
"version": "1.0.9",
"from": "argparse@https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz"
},
"arr-diff": {
"version": "2.0.0",
"from": "arr-diff@https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
"resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz"
},
"arr-flatten": {
"version": "1.1.0",
"from": "arr-flatten@https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
"resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz"
},
"array-differ": {
"version": "1.0.0",
"from": "array-differ@https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz"
},
"array-each": {
"version": "1.0.1",
"from": "array-each@https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz",
"resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz"
},
"array-filter": {
"version": "0.0.1",
"from": "array-filter@https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz",
"resolved": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz"
},
"array-find-index": {
"version": "1.0.2",
"from": "array-find-index@https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
"resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz"
},
"array-map": {
"version": "0.0.0",
"from": "array-map@https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz",
"resolved": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz"
},
"array-reduce": {
"version": "0.0.0",
"from": "array-reduce@https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz",
"resolved": "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz"
},
"array-slice": {
"version": "1.0.0",
"from": "array-slice@https://registry.npmjs.org/array-slice/-/array-slice-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.0.0.tgz"
},
"array-uniq": {
"version": "1.0.3",
"from": "array-uniq@https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
"resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz"
},
"array-unique": {
"version": "0.2.1",
"from": "array-unique@https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
"resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz"
},
"arraybuffer.slice": {
"version": "0.0.6",
"from": "arraybuffer.slice@https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz",
"resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz"
},
"asn1": {
"version": "0.2.3",
"from": "asn1@https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
"resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz"
},
"asn1.js": {
"version": "4.9.2",
"from": "asn1.js@https://registry.npmjs.org/asn1.js/-/asn1.js-4.9.2.tgz",
"resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.9.2.tgz"
},
"assert": {
"version": "1.4.1",
"from": "assert@https://registry.npmjs.org/assert/-/assert-1.4.1.tgz",
"resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz"
},
"assert-plus": {
"version": "1.0.0",
"from": "assert-plus@https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz"
},
"assertion-error": {
"version": "1.0.2",
"from": "assertion-error@https://registry.npmjs.org/assertion-error/-/assertion-error-1.0.2.tgz",
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.0.2.tgz"
},
"astw": {
"version": "2.2.0",
"from": "astw@https://registry.npmjs.org/astw/-/astw-2.2.0.tgz",
"resolved": "https://registry.npmjs.org/astw/-/astw-2.2.0.tgz"
},
"async": {
"version": "1.5.2",
"from": "async@https://registry.npmjs.org/async/-/async-1.5.2.tgz",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
},
"async-each": {
"version": "1.0.1",
"from": "async-each@https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
"resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz"
},
"async-foreach": {
"version": "0.1.3",
"from": "async-foreach@https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
"resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz"
},
"asynckit": {
"version": "0.4.0",
"from": "asynckit@https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
},
"atob": {
"version": "1.1.3",
"from": "atob@https://registry.npmjs.org/atob/-/atob-1.1.3.tgz",
"resolved": "https://registry.npmjs.org/atob/-/atob-1.1.3.tgz"
},
"autoprefixer": {
"version": "7.1.6",
"from": "autoprefixer@https://registry.npmjs.org/autoprefixer/-/autoprefixer-7.1.6.tgz",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-7.1.6.tgz"
},
"aws-sign2": {
"version": "0.7.0",
"from": "aws-sign2@https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
"resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz"
},
"aws4": {
"version": "1.6.0",
"from": "aws4@https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz",
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz"
},
"backo2": {
"version": "1.0.2",
"from": "backo2@https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz",
"resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz"
},
"balanced-match": {
"version": "1.0.0",
"from": "balanced-match@https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz"
},
"base64-arraybuffer": {
"version": "0.1.5",
"from": "base64-arraybuffer@https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz",
"resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz"
},
"base64-js": {
"version": "1.2.1",
"from": "base64-js@https://registry.npmjs.org/base64-js/-/base64-js-1.2.1.tgz",
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.1.tgz"
},
"base64-url": {
"version": "1.2.1",
"from": "base64-url@https://registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz",
"resolved": "https://registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz"
},
"base64id": {
"version": "1.0.0",
"from": "base64id@https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz"
},
"basic-auth": {
"version": "1.0.4",
"from": "basic-auth@https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.4.tgz",
"resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.4.tgz"
},
"basic-auth-connect": {
"version": "1.0.0",
"from": "basic-auth-connect@https://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz"
},
"batch": {
"version": "0.5.3",
"from": "batch@https://registry.npmjs.org/batch/-/batch-0.5.3.tgz",
"resolved": "https://registry.npmjs.org/batch/-/batch-0.5.3.tgz"
},
"bcrypt-pbkdf": {
"version": "1.0.1",
"from": "bcrypt-pbkdf@https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz",
"resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz",
"optional": true
},
"beeper": {
"version": "1.1.1",
"from": "beeper@https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz",
"resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz"
},
"better-assert": {
"version": "1.0.2",
"from": "better-assert@https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz",
"resolved": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz"
},
"binary-extensions": {
"version": "1.10.0",
"from": "binary-extensions@https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.10.0.tgz",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.10.0.tgz"
},
"bl": {
"version": "1.2.1",
"from": "bl@https://registry.npmjs.org/bl/-/bl-1.2.1.tgz",
"resolved": "https://registry.npmjs.org/bl/-/bl-1.2.1.tgz"
},
"blob": {
"version": "0.0.4",
"from": "blob@https://registry.npmjs.org/blob/-/blob-0.0.4.tgz",
"resolved": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz"
},
"block-stream": {
"version": "0.0.9",
"from": "block-stream@https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
"resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz"
},
"bluebird": {
"version": "3.5.1",
"from": "bluebird@https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz"
},
"bn.js": {
"version": "4.11.8",
"from": "bn.js@https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz"
},
"body-parser": {
"version": "1.13.3",
"from": "body-parser@https://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz",
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz",
"dependencies": {
"debug": {
"version": "2.2.0",
"from": "debug@https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz"
},
"ms": {
"version": "0.7.1",
"from": "ms@https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
"resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
},
"qs": {
"version": "4.0.0",
"from": "qs@https://registry.npmjs.org/qs/-/qs-4.0.0.tgz",
"resolved": "https://registry.npmjs.org/qs/-/qs-4.0.0.tgz"
}
}
},
"boom": {
"version": "4.3.1",
"from": "boom@https://registry.npmjs.org/boom/-/boom-4.3.1.tgz",
"resolved": "https://registry.npmjs.org/boom/-/boom-4.3.1.tgz"
},
"bootstrap-daterangepicker": {
"version": "2.1.30",
"from": "bootstrap-daterangepicker@https://registry.npmjs.org/bootstrap-daterangepicker/-/bootstrap-daterangepicker-2.1.30.tgz",
"resolved": "https://registry.npmjs.org/bootstrap-daterangepicker/-/bootstrap-daterangepicker-2.1.30.tgz"
},
"bootstrap-sass": {
"version": "3.3.7",
"from": "bootstrap-sass@https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.3.7.tgz",
"resolved": "https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.3.7.tgz"
},
"bowser": {
"version": "1.8.1",
"from": "bowser@https://registry.npmjs.org/bowser/-/bowser-1.8.1.tgz",
"resolved": "https://registry.npmjs.org/bowser/-/bowser-1.8.1.tgz"
},
"brace-expansion": {
"version": "1.1.8",
"from": "brace-expansion@https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz"
},
"braces": {
"version": "1.8.5",
"from": "braces@https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
"resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz"
},
"brorand": {
"version": "1.1.0",
"from": "brorand@https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
"resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz"
},
"browser-pack": {
"version": "6.0.2",
"from": "browser-pack@https://registry.npmjs.org/browser-pack/-/browser-pack-6.0.2.tgz",
"resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-6.0.2.tgz"
},
"browser-resolve": {
"version": "1.11.2",
"from": "browser-resolve@https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.2.tgz",
"resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.2.tgz",
"dependencies": {
"resolve": {
"version": "1.1.7",
"from": "resolve@https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz"
}
}
},
"browserify": {
"version": "14.5.0",
"from": "browserify@https://registry.npmjs.org/browserify/-/browserify-14.5.0.tgz",
"resolved": "https://registry.npmjs.org/browserify/-/browserify-14.5.0.tgz",
"dependencies": {
"concat-stream": {
"version": "1.5.2",
"from": "concat-stream@https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.2.tgz",
"resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.2.tgz",
"dependencies": {
"readable-stream": {
"version": "2.0.6",
"from": "readable-stream@https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz"
},
"string_decoder": {
"version": "0.10.31",
"from": "string_decoder@https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
}
}
}
}
},
"browserify-aes": {
"version": "1.1.1",
"from": "browserify-aes@https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.1.1.tgz",
"resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.1.1.tgz"
},
"browserify-cipher": {
"version": "1.0.0",
"from": "browserify-cipher@https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.0.tgz"
},
"browserify-des": {
"version": "1.0.0",
"from": "browserify-des@https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.0.tgz"
},
"browserify-rsa": {
"version": "4.0.1",
"from": "browserify-rsa@https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
"resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz"
},
"browserify-sign": {
"version": "4.0.4",
"from": "browserify-sign@https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz",
"resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz"
},
"browserify-zlib": {
"version": "0.2.0",
"from": "browserify-zlib@https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
"resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz"
},
"browserslist": {
"version": "2.7.0",
"from": "browserslist@https://registry.npmjs.org/browserslist/-/browserslist-2.7.0.tgz",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.7.0.tgz"
},
"buffer": {
"version": "5.0.8",
"from": "buffer@https://registry.npmjs.org/buffer/-/buffer-5.0.8.tgz",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.0.8.tgz"
},
"buffer-crc32": {
"version": "0.2.13",
"from": "buffer-crc32@https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz"
},
"buffer-xor": {
"version": "1.0.3",
"from": "buffer-xor@https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
"resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz"
},
"bufferstreams": {
"version": "1.0.1",
"from": "bufferstreams@https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.0.1.tgz",
"resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.0.1.tgz",
"dependencies": {
"isarray": {
"version": "0.0.1",
"from": "isarray@https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
},
"readable-stream": {
"version": "1.1.14",
"from": "readable-stream@https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz"
},
"string_decoder": {
"version": "0.10.31",
"from": "string_decoder@https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
}
}
},
"builtin-modules": {
"version": "1.1.1",
"from": "builtin-modules@https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
"resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz"
},
"builtin-status-codes": {
"version": "3.0.0",
"from": "builtin-status-codes@https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
"resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz"
},
"bytes": {
"version": "2.1.0",
"from": "bytes@https://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-2.1.0.tgz"
},
"cached-path-relative": {
"version": "1.0.1",
"from": "cached-path-relative@https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.1.tgz",
"resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.1.tgz"
},
"callsite": {
"version": "1.0.0",
"from": "callsite@https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz"
},
"camelcase": {
"version": "2.1.1",
"from": "camelcase@https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz"
},
"camelcase-keys": {
"version": "2.1.0",
"from": "camelcase-keys@https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
"resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz"
},
"caniuse-lite": {
"version": "1.0.30000758",
"from": "caniuse-lite@https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000758.tgz",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000758.tgz"
},
"caseless": {
"version": "0.12.0",
"from": "caseless@https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
"resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz"
},
"center-align": {
"version": "0.1.3",
"from": "center-align@https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
"resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz"
},
"chai": {
"version": "4.1.2",
"from": "chai@https://registry.npmjs.org/chai/-/chai-4.1.2.tgz",
"resolved": "https://registry.npmjs.org/chai/-/chai-4.1.2.tgz"
},
"chalk": {
"version": "1.1.3",
"from": "chalk@https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
},
"check-error": {
"version": "1.0.2",
"from": "check-error@https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz",
"resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz"
},
"chokidar": {
"version": "1.7.0",
"from": "chokidar@https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz"
},
"cipher-base": {
"version": "1.0.4",
"from": "cipher-base@https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
"resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz"
},
"classlist-polyfill": {
"version": "1.2.0",
"from": "classlist-polyfill@https://registry.npmjs.org/classlist-polyfill/-/classlist-polyfill-1.2.0.tgz",
"resolved": "https://registry.npmjs.org/classlist-polyfill/-/classlist-polyfill-1.2.0.tgz"
},
"clean-css": {
"version": "3.4.28",
"from": "clean-css@https://registry.npmjs.org/clean-css/-/clean-css-3.4.28.tgz",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.28.tgz"
},
"cliui": {
"version": "3.2.0",
"from": "cliui@https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz"
},
"clone": {
"version": "1.0.2",
"from": "clone@https://registry.npmjs.org/clone/-/clone-1.0.2.tgz",
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.2.tgz"
},
"clone-buffer": {
"version": "1.0.0",
"from": "clone-buffer@https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz"
},
"clone-stats": {
"version": "0.0.1",
"from": "clone-stats@https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
"resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz"
},
"cloneable-readable": {
"version": "1.0.0",
"from": "cloneable-readable@https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.0.0.tgz"
},
"co": {
"version": "4.6.0",
"from": "co@https://registry.npmjs.org/co/-/co-4.6.0.tgz",
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz"
},
"code-point-at": {
"version": "1.1.0",
"from": "code-point-at@https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
"resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz"
},
"color-convert": {
"version": "1.9.0",
"from": "color-convert@https://registry.npmjs.org/color-convert/-/color-convert-1.9.0.tgz",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.0.tgz"
},
"color-name": {
"version": "1.1.3",
"from": "color-name@https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz"
},
"colors": {
"version": "1.1.2",
"from": "colors@https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz"
},
"combine-lists": {
"version": "1.0.1",
"from": "combine-lists@https://registry.npmjs.org/combine-lists/-/combine-lists-1.0.1.tgz",
"resolved": "https://registry.npmjs.org/combine-lists/-/combine-lists-1.0.1.tgz"
},
"combine-source-map": {
"version": "0.7.2",
"from": "combine-source-map@https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.7.2.tgz",
"resolved": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.7.2.tgz",
"dependencies": {
"convert-source-map": {
"version": "1.1.3",
"from": "convert-source-map@https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz",
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz"
},
"source-map": {
"version": "0.5.7",
"from": "source-map@https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
}
}
},
"combined-stream": {
"version": "1.0.5",
"from": "combined-stream@https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz"
},
"commander": {
"version": "2.8.1",
"from": "commander@https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz"
},
"component-bind": {
"version": "1.0.0",
"from": "component-bind@https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz"
},
"component-emitter": {
"version": "1.1.2",
"from": "component-emitter@https://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz",
"resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz"
},
"component-inherit": {
"version": "0.0.3",
"from": "component-inherit@https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz",
"resolved": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz"
},
"compress-commons": {
"version": "1.2.2",
"from": "compress-commons@https://registry.npmjs.org/compress-commons/-/compress-commons-1.2.2.tgz",
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.2.2.tgz"
},
"compressible": {
"version": "2.0.12",
"from": "compressible@https://registry.npmjs.org/compressible/-/compressible-2.0.12.tgz",
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.12.tgz"
},
"compression": {
"version": "1.5.2",
"from": "compression@https://registry.npmjs.org/compression/-/compression-1.5.2.tgz",
"resolved": "https://registry.npmjs.org/compression/-/compression-1.5.2.tgz",
"dependencies": {
"debug": {
"version": "2.2.0",
"from": "debug@https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz"
},
"ms": {
"version": "0.7.1",
"from": "ms@https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
"resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
}
}
},
"concat-map": {
"version": "0.0.1",
"from": "concat-map@https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
},
"concat-with-sourcemaps": {
"version": "1.0.4",
"from": "concat-with-sourcemaps@https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.4.tgz",
"resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.4.tgz",
"dependencies": {
"source-map": {
"version": "0.5.7",
"from": "source-map@https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
}
}
},
"connect": {
"version": "2.30.2",
"from": "connect@https://registry.npmjs.org/connect/-/connect-2.30.2.tgz",
"resolved": "https://registry.npmjs.org/connect/-/connect-2.30.2.tgz",
"dependencies": {
"debug": {
"version": "2.2.0",
"from": "debug@https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz"
},
"ms": {
"version": "0.7.1",
"from": "ms@https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
"resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
},
"qs": {
"version": "4.0.0",
"from": "qs@https://registry.npmjs.org/qs/-/qs-4.0.0.tgz",
"resolved": "https://registry.npmjs.org/qs/-/qs-4.0.0.tgz"
}
}
},
"connect-livereload": {
"version": "0.5.4",
"from": "connect-livereload@https://registry.npmjs.org/connect-livereload/-/connect-livereload-0.5.4.tgz",
"resolved": "https://registry.npmjs.org/connect-livereload/-/connect-livereload-0.5.4.tgz"
},
"connect-timeout": {
"version": "1.6.2",
"from": "connect-timeout@https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz",
"resolved": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz",
"dependencies": {
"debug": {
"version": "2.2.0",
"from": "debug@https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz"
},
"ms": {
"version": "0.7.1",
"from": "ms@https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
"resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
}
}
},
"console-browserify": {
"version": "1.1.0",
"from": "console-browserify@https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
"resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz"
},
"console-control-strings": {
"version": "1.1.0",
"from": "console-control-strings@https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz"
},
"constants-browserify": {
"version": "1.0.0",
"from": "constants-browserify@https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz"
},
"content-type": {
"version": "1.0.4",
"from": "content-type@https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz"
},
"convert-source-map": {
"version": "1.5.0",
"from": "convert-source-map@https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.0.tgz",
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.0.tgz"
},
"cookie": {
"version": "0.1.3",
"from": "cookie@https://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz"
},
"cookie-parser": {
"version": "1.3.5",
"from": "cookie-parser@https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz",
"resolved": "https://registry.npmjs.org/cookie-parser/-/cookie-parser-1.3.5.tgz"
},
"cookie-signature": {
"version": "1.0.6",
"from": "cookie-signature@https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
},
"core-js": {
"version": "2.5.1",
"from": "core-js@https://registry.npmjs.org/core-js/-/core-js-2.5.1.tgz",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.1.tgz"
},
"core-util-is": {
"version": "1.0.2",
"from": "core-util-is@https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
},
"crc": {
"version": "3.3.0",
"from": "crc@https://registry.npmjs.org/crc/-/crc-3.3.0.tgz",
"resolved": "https://registry.npmjs.org/crc/-/crc-3.3.0.tgz"
},
"crc32-stream": {
"version": "2.0.0",
"from": "crc32-stream@https://registry.npmjs.org/crc32-stream/-/crc32-stream-2.0.0.tgz",
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-2.0.0.tgz",
"dependencies": {
"crc": {
"version": "3.5.0",
"from": "crc@https://registry.npmjs.org/crc/-/crc-3.5.0.tgz",
"resolved": "https://registry.npmjs.org/crc/-/crc-3.5.0.tgz"
}
}
},
"create-ecdh": {
"version": "4.0.0",
"from": "create-ecdh@https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.0.tgz",
"resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.0.tgz"
},
"create-hash": {
"version": "1.1.3",
"from": "create-hash@https://registry.npmjs.org/create-hash/-/create-hash-1.1.3.tgz",
"resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.1.3.tgz"
},
"create-hmac": {
"version": "1.1.6",
"from": "create-hmac@https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.6.tgz",
"resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.6.tgz"
},
"cross-spawn": {
"version": "3.0.1",
"from": "cross-spawn@https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz"
},
"cryptiles": {
"version": "3.1.2",
"from": "cryptiles@https://registry.npmjs.org/cryptiles/-/cryptiles-3.1.2.tgz",
"resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-3.1.2.tgz",
"dependencies": {
"boom": {
"version": "5.2.0",
"from": "boom@https://registry.npmjs.org/boom/-/boom-5.2.0.tgz",
"resolved": "https://registry.npmjs.org/boom/-/boom-5.2.0.tgz"
}
}
},
"crypto-browserify": {
"version": "3.12.0",
"from": "crypto-browserify@https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
"resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz"
},
"csrf": {
"version": "3.0.6",
"from": "csrf@https://registry.npmjs.org/csrf/-/csrf-3.0.6.tgz",
"resolved": "https://registry.npmjs.org/csrf/-/csrf-3.0.6.tgz"
},
"css": {
"version": "2.2.1",
"from": "css@https://registry.npmjs.org/css/-/css-2.2.1.tgz",
"resolved": "https://registry.npmjs.org/css/-/css-2.2.1.tgz",
"dependencies": {
"source-map": {
"version": "0.1.43",
"from": "source-map@https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz"
}
}
},
"csurf": {
"version": "1.8.3",
"from": "csurf@https://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz",
"resolved": "https://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz"
},
"currently-unhandled": {
"version": "0.4.1",
"from": "currently-unhandled@https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
"resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz"
},
"custom-event": {
"version": "1.0.1",
"from": "custom-event@https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz",
"resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz"
},
"d": {
"version": "1.0.0",
"from": "d@https://registry.npmjs.org/d/-/d-1.0.0.tgz",
"resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz"
},
"dashdash": {
"version": "1.14.1",
"from": "dashdash@https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
"resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz"
},
"date-now": {
"version": "0.1.4",
"from": "date-now@https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
"resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz"
},
"dateformat": {
"version": "2.2.0",
"from": "dateformat@https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz",
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz"
},
"debug": {
"version": "2.6.9",
"from": "debug@https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
},
"debug-fabulous": {
"version": "0.2.1",
"from": "debug-fabulous@https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-0.2.1.tgz",
"resolved": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-0.2.1.tgz",
"dependencies": {
"debug": {
"version": "3.1.0",
"from": "debug@https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz"
}
}
},
"decamelize": {
"version": "1.2.0",
"from": "decamelize@https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz"
},
"deep-eql": {
"version": "3.0.1",
"from": "deep-eql@https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz",
"resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz"
},
"deep-is": {
"version": "0.1.3",
"from": "deep-is@https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",