-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
692 lines (692 loc) · 25.8 KB
/
package.json
File metadata and controls
692 lines (692 loc) · 25.8 KB
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
{
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.21.0",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"name": "webpack",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"_acorn@5.7.1@acorn": "^5.7.1",
"_ansi-regex@2.1.1@ansi-regex": "^2.1.1",
"_ansi-escapes@3.1.0@ansi-escapes": "^3.1.0",
"_ansi-styles@3.2.1@ansi-styles": "^3.2.1",
"_ansi-regex@3.0.0@ansi-regex": "^3.0.0",
"_ajv@6.5.2@ajv": "^6.5.2",
"_acorn-dynamic-import@3.0.0@acorn-dynamic-import": "^3.0.0",
"_ajv-keywords@3.2.0@ajv-keywords": "^3.2.0",
"_anymatch@2.0.0@anymatch": "^2.0.0",
"_aproba@1.2.0@aproba": "^1.2.0",
"_arr-diff@4.0.0@arr-diff": "^4.0.0",
"_arr-flatten@1.1.0@arr-flatten": "^1.1.0",
"_array-unique@0.3.2@array-unique": "^0.3.2",
"_asn1.js@4.10.1@asn1.js": "^4.10.1",
"_assert@1.4.1@assert": "^1.4.1",
"_arr-union@3.1.0@arr-union": "^3.1.0",
"_assign-symbols@1.0.0@assign-symbols": "^1.0.0",
"_async-each@1.0.1@async-each": "^1.0.1",
"_atob@2.1.1@atob": "^2.1.1",
"_big.js@3.2.0@big.js": "^3.2.0",
"_balanced-match@1.0.0@balanced-match": "^1.0.0",
"_bluebird@3.5.1@bluebird": "^3.5.1",
"_base64-js@1.3.0@base64-js": "^1.3.0",
"_base@0.11.2@base": "^0.11.2",
"_brace-expansion@1.1.11@brace-expansion": "^1.1.11",
"_bn.js@4.11.8@bn.js": "^4.11.8",
"_braces@2.3.2@braces": "^2.3.2",
"_binary-extensions@1.11.0@binary-extensions": "^1.11.0",
"_browserify-cipher@1.0.1@browserify-cipher": "^1.0.1",
"_browserify-des@1.0.1@browserify-des": "^1.0.1",
"_brorand@1.1.0@brorand": "^1.1.0",
"_browserify-aes@1.2.0@browserify-aes": "^1.2.0",
"_browserify-zlib@0.2.0@browserify-zlib": "^0.2.0",
"_browserify-rsa@4.0.1@browserify-rsa": "^4.0.1",
"_buffer@4.9.1@buffer": "^4.9.1",
"_buffer-from@1.1.0@buffer-from": "^1.1.0",
"_builtin-status-codes@3.0.0@builtin-status-codes": "^3.0.0",
"_cacache@10.0.4@cacache": "^10.0.4",
"_camelcase@4.1.0@camelcase": "^4.1.0",
"_chalk@2.4.1@chalk": "^2.4.1",
"_chardet@0.5.0@chardet": "^0.5.0",
"_buffer-xor@1.0.3@buffer-xor": "^1.0.3",
"_cache-base@1.0.1@cache-base": "^1.0.1",
"_chokidar@2.0.4@chokidar": "^2.0.4",
"_chownr@1.0.1@chownr": "^1.0.1",
"_chrome-trace-event@1.0.0@chrome-trace-event": "^1.0.0",
"_cli-cursor@2.1.0@cli-cursor": "^2.1.0",
"_cli-width@2.2.0@cli-width": "^2.2.0",
"_cliui@4.1.0@cliui": "^4.1.0",
"_code-point-at@1.1.0@code-point-at": "^1.1.0",
"_cipher-base@1.0.4@cipher-base": "^1.0.4",
"_color-convert@1.9.2@color-convert": "^1.9.2",
"_color-name@1.1.1@color-name": "^1.1.1",
"_collection-visit@1.0.0@collection-visit": "^1.0.0",
"_class-utils@0.3.6@class-utils": "^0.3.6",
"_commander@2.13.0@commander": "^2.13.0",
"_component-emitter@1.2.1@component-emitter": "^1.2.1",
"_commondir@1.0.1@commondir": "^1.0.1",
"_concat-map@0.0.1@concat-map": "^0.0.1",
"_console-browserify@1.1.0@console-browserify": "^1.1.0",
"_constants-browserify@1.0.0@constants-browserify": "^1.0.0",
"_concat-stream@1.6.2@concat-stream": "^1.6.2",
"_copy-concurrently@1.0.5@copy-concurrently": "^1.0.5",
"_copy-descriptor@0.1.1@copy-descriptor": "^0.1.1",
"_core-util-is@1.0.2@core-util-is": "^1.0.2",
"_create-hash@1.2.0@create-hash": "^1.2.0",
"_cross-spawn@5.1.0@cross-spawn": "^5.1.0",
"_cross-spawn@6.0.5@cross-spawn": "^6.0.5",
"_create-ecdh@4.0.3@create-ecdh": "^4.0.3",
"_create-hmac@1.1.7@create-hmac": "^1.1.7",
"_cyclist@0.2.2@cyclist": "^0.2.2",
"_crypto-browserify@3.12.0@crypto-browserify": "^3.12.0",
"_date-now@0.1.4@date-now": "^0.1.4",
"_decamelize@1.2.0@decamelize": "^1.2.0",
"_debug@2.6.9@debug": "^2.6.9",
"_debug@3.1.0@debug": "^3.1.0",
"_decode-uri-component@0.2.0@decode-uri-component": "^0.2.0",
"_define-property@0.2.5@define-property": "^0.2.5",
"_define-property@1.0.0@define-property": "^1.0.0",
"_define-property@2.0.2@define-property": "^2.0.2",
"_des.js@1.0.0@des.js": "^1.0.0",
"_domain-browser@1.2.0@domain-browser": "^1.2.0",
"_diffie-hellman@5.0.3@diffie-hellman": "^5.0.3",
"_elliptic@6.4.0@elliptic": "^6.4.0",
"_duplexify@3.6.0@duplexify": "^3.6.0",
"_emojis-list@2.1.0@emojis-list": "^2.1.0",
"_end-of-stream@1.4.1@end-of-stream": "^1.4.1",
"_escape-string-regexp@1.0.5@escape-string-regexp": "^1.0.5",
"_errno@0.1.7@errno": "^0.1.7",
"_enhanced-resolve@4.1.0@enhanced-resolve": "^4.1.0",
"_esrecurse@4.2.1@esrecurse": "^4.2.1",
"_estraverse@4.2.0@estraverse": "^4.2.0",
"_eslint-scope@3.7.1@eslint-scope": "^3.7.1",
"_execa@0.7.0@execa": "^0.7.0",
"_events@1.1.1@events": "^1.1.1",
"_evp_bytestokey@1.0.3@evp_bytestokey": "^1.0.3",
"_expand-brackets@2.1.4@expand-brackets": "^2.1.4",
"_external-editor@3.0.0@external-editor": "^3.0.0",
"_extend-shallow@2.0.1@extend-shallow": "^2.0.1",
"_extglob@2.0.4@extglob": "^2.0.4",
"_extend-shallow@3.0.2@extend-shallow": "^3.0.2",
"_figures@2.0.0@figures": "^2.0.0",
"_fast-deep-equal@2.0.1@fast-deep-equal": "^2.0.1",
"_fast-json-stable-stringify@2.0.0@fast-json-stable-stringify": "^2.0.0",
"_fill-range@4.0.0@fill-range": "^4.0.0",
"_find-cache-dir@1.0.0@find-cache-dir": "^1.0.0",
"_find-up@2.1.0@find-up": "^2.1.0",
"_flush-write-stream@1.0.3@flush-write-stream": "^1.0.3",
"_for-in@1.0.2@for-in": "^1.0.2",
"_from2@2.3.0@from2": "^2.3.0",
"_fragment-cache@0.2.1@fragment-cache": "^0.2.1",
"_fs-write-stream-atomic@1.0.10@fs-write-stream-atomic": "^1.0.10",
"_get-caller-file@1.0.2@get-caller-file": "^1.0.2",
"_get-stream@3.0.0@get-stream": "^3.0.0",
"_fs.realpath@1.0.0@fs.realpath": "^1.0.0",
"_fsevents@1.2.4@fsevents": "^1.2.4",
"_get-value@2.0.6@get-value": "^2.0.6",
"_graceful-fs@4.1.11@graceful-fs": "^4.1.11",
"_global-modules-path@2.1.0@global-modules-path": "^2.1.0",
"_has-flag@3.0.0@has-flag": "^3.0.0",
"_glob@7.1.2@glob": "^7.1.2",
"_has-value@0.3.1@has-value": "^0.3.1",
"_has-value@1.0.0@has-value": "^1.0.0",
"_has-values@1.0.0@has-values": "^1.0.0",
"_has-values@0.1.4@has-values": "^0.1.4",
"_hash-base@3.0.4@hash-base": "^3.0.4",
"_hash.js@1.1.5@hash.js": "^1.1.5",
"_hmac-drbg@1.0.1@hmac-drbg": "^1.0.1",
"_iconv-lite@0.4.23@iconv-lite": "^0.4.23",
"_https-browserify@1.0.0@https-browserify": "^1.0.0",
"_import-local@1.0.0@import-local": "^1.0.0",
"_ieee754@1.1.12@ieee754": "^1.1.12",
"_iferr@0.1.5@iferr": "^0.1.5",
"_indexof@0.0.1@indexof": "^0.0.1",
"_imurmurhash@0.1.4@imurmurhash": "^0.1.4",
"_inflight@1.0.6@inflight": "^1.0.6",
"_inquirer@6.0.0@inquirer": "^6.0.0",
"_inherits@2.0.1@inherits": "^2.0.1",
"_invert-kv@1.0.0@invert-kv": "^1.0.0",
"_interpret@1.1.0@interpret": "^1.1.0",
"_inherits@2.0.3@inherits": "^2.0.3",
"_is-accessor-descriptor@0.1.6@is-accessor-descriptor": "^0.1.6",
"_is-accessor-descriptor@1.0.0@is-accessor-descriptor": "^1.0.0",
"_is-buffer@1.1.6@is-buffer": "^1.1.6",
"_is-binary-path@1.0.1@is-binary-path": "^1.0.1",
"_is-data-descriptor@1.0.0@is-data-descriptor": "^1.0.0",
"_is-data-descriptor@0.1.4@is-data-descriptor": "^0.1.4",
"_is-descriptor@0.1.6@is-descriptor": "^0.1.6",
"_is-extendable@0.1.1@is-extendable": "^0.1.1",
"_is-descriptor@1.0.2@is-descriptor": "^1.0.2",
"_is-extglob@2.1.1@is-extglob": "^2.1.1",
"_is-fullwidth-code-point@1.0.0@is-fullwidth-code-point": "^1.0.0",
"_is-fullwidth-code-point@2.0.0@is-fullwidth-code-point": "^2.0.0",
"_is-extendable@1.0.1@is-extendable": "^1.0.1",
"_is-glob@4.0.0@is-glob": "^4.0.0",
"_is-glob@3.1.0@is-glob": "^3.1.0",
"_glob-parent@3.1.0@glob-parent": "^3.1.0",
"_is-promise@2.1.0@is-promise": "^2.1.0",
"_is-plain-object@2.0.4@is-plain-object": "^2.0.4",
"_isexe@2.0.0@isexe": "^2.0.0",
"_is-number@3.0.0@is-number": "^3.0.0",
"_is-stream@1.1.0@is-stream": "^1.1.0",
"_is-windows@1.0.2@is-windows": "^1.0.2",
"_isarray@1.0.0@isarray": "^1.0.0",
"_isobject@2.1.0@isobject": "^2.1.0",
"_isobject@3.0.1@isobject": "^3.0.1",
"_json-parse-better-errors@1.0.2@json-parse-better-errors": "^1.0.2",
"_json5@0.5.1@json5": "^0.5.1",
"_json-schema-traverse@0.4.1@json-schema-traverse": "^0.4.1",
"_kind-of@3.2.2@kind-of": "^3.2.2",
"_kind-of@4.0.0@kind-of": "^4.0.0",
"_lcid@1.0.0@lcid": "^1.0.0",
"_kind-of@6.0.2@kind-of": "^6.0.2",
"_loader-runner@2.3.0@loader-runner": "^2.3.0",
"_loader-utils@1.1.0@loader-utils": "^1.1.0",
"_lodash@4.17.10@lodash": "^4.17.10",
"_locate-path@2.0.0@locate-path": "^2.0.0",
"_lodash.debounce@4.0.8@lodash.debounce": "^4.0.8",
"_long@3.2.0@long": "^3.2.0",
"_long@4.0.0@long": "^4.0.0",
"_make-dir@1.3.0@make-dir": "^1.3.0",
"_mamacro@0.0.3@mamacro": "^0.0.3",
"_lru-cache@4.1.3@lru-cache": "^4.1.3",
"_map-cache@0.2.2@map-cache": "^0.2.2",
"_mem@1.1.0@mem": "^1.1.0",
"_map-visit@1.0.0@map-visit": "^1.0.0",
"_md5.js@1.3.4@md5.js": "^1.3.4",
"_memory-fs@0.4.1@memory-fs": "^0.4.1",
"_miller-rabin@4.0.1@miller-rabin": "^4.0.1",
"_micromatch@3.1.10@micromatch": "^3.1.10",
"_kind-of@5.1.0@kind-of": "^5.1.0",
"_minimalistic-assert@1.0.1@minimalistic-assert": "^1.0.1",
"_minimalistic-crypto-utils@1.0.1@minimalistic-crypto-utils": "^1.0.1",
"_minimatch@3.0.4@minimatch": "^3.0.4",
"_minimist@0.0.8@minimist": "^0.0.8",
"_mixin-deep@1.3.1@mixin-deep": "^1.3.1",
"_mkdirp@0.5.1@mkdirp": "^0.5.1",
"_mute-stream@0.0.7@mute-stream": "^0.0.7",
"_mississippi@2.0.0@mississippi": "^2.0.0",
"_ms@2.0.0@ms": "^2.0.0",
"_move-concurrently@1.0.1@move-concurrently": "^1.0.1",
"_nice-try@1.0.4@nice-try": "^1.0.4",
"_nanomatch@1.2.13@nanomatch": "^1.2.13",
"_neo-async@2.5.1@neo-async": "^2.5.1",
"_number-is-nan@1.0.1@number-is-nan": "^1.0.1",
"_npm-run-path@2.0.2@npm-run-path": "^2.0.2",
"_node-libs-browser@2.1.0@node-libs-browser": "^2.1.0",
"_normalize-path@2.1.1@normalize-path": "^2.1.1",
"_object-copy@0.1.0@object-copy": "^0.1.0",
"_object-visit@1.0.1@object-visit": "^1.0.1",
"_once@1.4.0@once": "^1.4.0",
"_mimic-fn@1.2.0@mimic-fn": "^1.2.0",
"_os-tmpdir@1.0.2@os-tmpdir": "^1.0.2",
"_os-locale@2.1.0@os-locale": "^2.1.0",
"_p-finally@1.0.0@p-finally": "^1.0.0",
"_onetime@2.0.1@onetime": "^2.0.1",
"_object.pick@1.3.0@object.pick": "^1.3.0",
"_p-limit@1.3.0@p-limit": "^1.3.0",
"_p-locate@2.0.0@p-locate": "^2.0.0",
"_p-try@1.0.0@p-try": "^1.0.0",
"_pako@1.0.6@pako": "^1.0.6",
"_parallel-transform@1.1.0@parallel-transform": "^1.1.0",
"_parse-asn1@5.1.1@parse-asn1": "^5.1.1",
"_path-browserify@0.0.0@path-browserify": "^0.0.0",
"_path-dirname@1.0.2@path-dirname": "^1.0.2",
"_pascalcase@0.1.1@pascalcase": "^0.1.1",
"_path-exists@3.0.0@path-exists": "^3.0.0",
"_path-is-absolute@1.0.1@path-is-absolute": "^1.0.1",
"_path-key@2.0.1@path-key": "^2.0.1",
"_pbkdf2@3.0.16@pbkdf2": "^3.0.16",
"_posix-character-classes@0.1.1@posix-character-classes": "^0.1.1",
"_pkg-dir@2.0.0@pkg-dir": "^2.0.0",
"_pify@3.0.0@pify": "^3.0.0",
"_process-nextick-args@2.0.0@process-nextick-args": "^2.0.0",
"_process@0.11.10@process": "^0.11.10",
"_promise-inflight@1.0.1@promise-inflight": "^1.0.1",
"_prr@1.0.1@prr": "^1.0.1",
"_pseudomap@1.0.2@pseudomap": "^1.0.2",
"_public-encrypt@4.0.2@public-encrypt": "^4.0.2",
"_pump@2.0.1@pump": "^2.0.1",
"_pumpify@1.5.1@pumpify": "^1.5.1",
"_punycode@1.3.2@punycode": "^1.3.2",
"_punycode@2.1.1@punycode": "^2.1.1",
"_querystring-es3@0.2.1@querystring-es3": "^0.2.1",
"_querystring@0.2.0@querystring": "^0.2.0",
"_readable-stream@2.3.6@readable-stream": "^2.3.6",
"_randomfill@1.0.4@randomfill": "^1.0.4",
"_browserify-sign@4.0.4@browserify-sign": "^4.0.4",
"_readdirp@2.1.0@readdirp": "^2.1.0",
"_regex-not@1.0.2@regex-not": "^1.0.2",
"_randombytes@2.0.6@randombytes": "^2.0.6",
"_remove-trailing-separator@1.1.0@remove-trailing-separator": "^1.1.0",
"_require-directory@2.1.1@require-directory": "^2.1.1",
"_require-main-filename@1.0.1@require-main-filename": "^1.0.1",
"_resolve-cwd@2.0.0@resolve-cwd": "^2.0.0",
"_repeat-string@1.6.1@repeat-string": "^1.6.1",
"_restore-cursor@2.0.0@restore-cursor": "^2.0.0",
"_resolve-from@3.0.0@resolve-from": "^3.0.0",
"_repeat-element@1.1.2@repeat-element": "^1.1.2",
"_resolve-url@0.2.1@resolve-url": "^0.2.1",
"_rimraf@2.6.2@rimraf": "^2.6.2",
"_run-async@2.3.0@run-async": "^2.3.0",
"_ret@0.1.15@ret": "^0.1.15",
"_rxjs@6.2.1@rxjs": "^6.2.1",
"_ripemd160@2.0.2@ripemd160": "^2.0.2",
"_run-queue@1.0.3@run-queue": "^1.0.3",
"_safer-buffer@2.1.2@safer-buffer": "^2.1.2",
"_safe-buffer@5.1.2@safe-buffer": "^5.1.2",
"_semver@5.5.0@semver": "^5.5.0",
"_safe-regex@1.1.0@safe-regex": "^1.1.0",
"_set-blocking@2.0.0@set-blocking": "^2.0.0",
"_schema-utils@0.4.5@schema-utils": "^0.4.5",
"_serialize-javascript@1.5.0@serialize-javascript": "^1.5.0",
"_set-immediate-shim@1.0.1@set-immediate-shim": "^1.0.1",
"_set-value@2.0.0@set-value": "^2.0.0",
"_shebang-regex@1.0.0@shebang-regex": "^1.0.0",
"_shebang-command@1.2.0@shebang-command": "^1.2.0",
"_set-value@0.4.3@set-value": "^0.4.3",
"_sha.js@2.4.11@sha.js": "^2.4.11",
"_signal-exit@3.0.2@signal-exit": "^3.0.2",
"_setimmediate@1.0.5@setimmediate": "^1.0.5",
"_snapdragon-node@2.1.1@snapdragon-node": "^2.1.1",
"_snapdragon@0.8.2@snapdragon": "^0.8.2",
"_snapdragon-util@3.0.1@snapdragon-util": "^3.0.1",
"_source-list-map@2.0.0@source-list-map": "^2.0.0",
"_source-map-url@0.4.0@source-map-url": "^0.4.0",
"_source-map-resolve@0.5.2@source-map-resolve": "^0.5.2",
"_source-map@0.5.7@source-map": "^0.5.7",
"_split-string@3.1.0@split-string": "^3.1.0",
"_source-map@0.6.1@source-map": "^0.6.1",
"_ssri@5.3.0@ssri": "^5.3.0",
"_static-extend@0.1.2@static-extend": "^0.1.2",
"_stream-browserify@2.0.1@stream-browserify": "^2.0.1",
"_stream-http@2.8.3@stream-http": "^2.8.3",
"_string-width@2.1.1@string-width": "^2.1.1",
"_string-width@1.0.2@string-width": "^1.0.2",
"_stream-each@1.2.2@stream-each": "^1.2.2",
"_strip-ansi@4.0.0@strip-ansi": "^4.0.0",
"_strip-ansi@3.0.1@strip-ansi": "^3.0.1",
"_strip-eof@1.0.0@strip-eof": "^1.0.0",
"_stream-shift@1.0.0@stream-shift": "^1.0.0",
"_supports-color@5.4.0@supports-color": "^5.4.0",
"_string_decoder@1.1.1@string_decoder": "^1.1.1",
"_tapable@1.0.0@tapable": "^1.0.0",
"_through@2.3.8@through": "^2.3.8",
"_tmp@0.0.33@tmp": "^0.0.33",
"_timers-browserify@2.0.10@timers-browserify": "^2.0.10",
"_through2@2.0.3@through2": "^2.0.3",
"_to-arraybuffer@1.0.1@to-arraybuffer": "^1.0.1",
"_to-object-path@0.3.0@to-object-path": "^0.3.0",
"_to-regex@3.0.2@to-regex": "^3.0.2",
"_to-regex-range@2.1.1@to-regex-range": "^2.1.1",
"_tslib@1.9.3@tslib": "^1.9.3",
"_uglify-es@3.3.9@uglify-es": "^3.3.9",
"_tty-browserify@0.0.0@tty-browserify": "^0.0.0",
"_typedarray@0.0.6@typedarray": "^0.0.6",
"_uglifyjs-webpack-plugin@1.2.7@uglifyjs-webpack-plugin": "^1.2.7",
"_union-value@1.0.0@union-value": "^1.0.0",
"_unique-slug@2.0.0@unique-slug": "^2.0.0",
"_unique-filename@1.1.0@unique-filename": "^1.1.0",
"_unset-value@1.0.0@unset-value": "^1.0.0",
"_upath@1.1.0@upath": "^1.1.0",
"_urix@0.1.0@urix": "^0.1.0",
"_url@0.11.0@url": "^0.11.0",
"_use@3.1.0@use": "^3.1.0",
"_util-deprecate@1.0.2@util-deprecate": "^1.0.2",
"_uri-js@4.2.2@uri-js": "^4.2.2",
"_util@0.10.3@util": "^0.10.3",
"_v8-compile-cache@2.0.0@v8-compile-cache": "^2.0.0",
"_util@0.10.4@util": "^0.10.4",
"_webpack-cli@3.0.8@webpack-cli": "^3.0.8",
"_vm-browserify@0.0.4@vm-browserify": "^0.0.4",
"_webpack@4.15.1@webpack": "^4.15.1",
"_which-module@2.0.0@which-module": "^2.0.0",
"_watchpack@1.6.0@watchpack": "^1.6.0",
"_which@1.3.1@which": "^1.3.1",
"_wrap-ansi@2.1.0@wrap-ansi": "^2.1.0",
"_webpack-sources@1.1.0@webpack-sources": "^1.1.0",
"_worker-farm@1.6.0@worker-farm": "^1.6.0",
"_y18n@3.2.1@y18n": "^3.2.1",
"_wrappy@1.0.2@wrappy": "^1.0.2",
"_xtend@4.0.1@xtend": "^4.0.1",
"_yargs@11.1.0@yargs": "^11.1.0",
"_yargs-parser@9.0.2@yargs-parser": "^9.0.2",
"acorn-dynamic-import": "^3.0.0",
"acorn": "^5.7.1",
"ajv": "^6.5.2",
"ajv-keywords": "^3.2.0",
"ansi-escapes": "^3.1.0",
"ansi-regex": "^3.0.0",
"anymatch": "^2.0.0",
"ansi-styles": "^3.2.1",
"arr-diff": "^4.0.0",
"aproba": "^1.2.0",
"arr-flatten": "^1.1.0",
"array-unique": "^0.3.2",
"arr-union": "^3.1.0",
"asn1.js": "^4.10.1",
"assert": "^1.4.1",
"assign-symbols": "^1.0.0",
"atob": "^2.1.1",
"base": "^0.11.2",
"async-each": "^1.0.1",
"balanced-match": "^1.0.0",
"base64-js": "^1.3.0",
"big.js": "^3.2.0",
"bluebird": "^3.5.1",
"bn.js": "^4.11.8",
"binary-extensions": "^1.11.0",
"brace-expansion": "^1.1.11",
"brorand": "^1.1.0",
"braces": "^2.3.2",
"browserify-aes": "^1.2.0",
"browserify-cipher": "^1.0.1",
"browserify-des": "^1.0.1",
"browserify-rsa": "^4.0.1",
"browserify-sign": "^4.0.4",
"buffer": "^4.9.1",
"buffer-from": "^1.1.0",
"builtin-status-codes": "^3.0.0",
"buffer-xor": "^1.0.3",
"cacache": "^10.0.4",
"cache-base": "^1.0.1",
"browserify-zlib": "^0.2.0",
"camelcase": "^4.1.0",
"chalk": "^2.4.1",
"chardet": "^0.5.0",
"chokidar": "^2.0.4",
"chownr": "^1.0.1",
"chrome-trace-event": "^1.0.0",
"cipher-base": "^1.0.4",
"class-utils": "^0.3.6",
"cli-cursor": "^2.1.0",
"cli-width": "^2.2.0",
"code-point-at": "^1.1.0",
"cliui": "^4.1.0",
"collection-visit": "^1.0.0",
"color-convert": "^1.9.2",
"color-name": "^1.1.1",
"commander": "^2.13.0",
"commondir": "^1.0.1",
"concat-map": "^0.0.1",
"component-emitter": "^1.2.1",
"concat-stream": "^1.6.2",
"constants-browserify": "^1.0.0",
"console-browserify": "^1.1.0",
"copy-concurrently": "^1.0.5",
"core-util-is": "^1.0.2",
"copy-descriptor": "^0.1.1",
"create-hash": "^1.2.0",
"create-ecdh": "^4.0.3",
"create-hmac": "^1.1.7",
"cross-spawn": "^6.0.5",
"crypto-browserify": "^3.12.0",
"cyclist": "^0.2.2",
"date-now": "^0.1.4",
"debug": "^3.1.0",
"decamelize": "^1.2.0",
"decode-uri-component": "^0.2.0",
"define-property": "^2.0.2",
"diffie-hellman": "^5.0.3",
"des.js": "^1.0.0",
"domain-browser": "^1.2.0",
"duplexify": "^3.6.0",
"elliptic": "^6.4.0",
"_yallist@2.1.2@yallist": "^2.1.2",
"end-of-stream": "^1.4.1",
"emojis-list": "^2.1.0",
"escape-string-regexp": "^1.0.5",
"enhanced-resolve": "^4.1.0",
"errno": "^0.1.7",
"eslint-scope": "^3.7.1",
"estraverse": "^4.2.0",
"esrecurse": "^4.2.1",
"events": "^1.1.1",
"execa": "^0.7.0",
"evp_bytestokey": "^1.0.3",
"expand-brackets": "^2.1.4",
"extglob": "^2.0.4",
"external-editor": "^3.0.0",
"extend-shallow": "^3.0.2",
"fast-deep-equal": "^2.0.1",
"fast-json-stable-stringify": "^2.0.0",
"figures": "^2.0.0",
"fill-range": "^4.0.0",
"find-cache-dir": "^1.0.0",
"find-up": "^2.1.0",
"for-in": "^1.0.2",
"flush-write-stream": "^1.0.3",
"fragment-cache": "^0.2.1",
"from2": "^2.3.0",
"fs-write-stream-atomic": "^1.0.10",
"fs.realpath": "^1.0.0",
"fsevents": "^1.2.4",
"get-caller-file": "^1.0.2",
"get-stream": "^3.0.0",
"get-value": "^2.0.6",
"glob-parent": "^3.1.0",
"glob": "^7.1.2",
"global-modules-path": "^2.1.0",
"graceful-fs": "^4.1.11",
"has-flag": "^3.0.0",
"has-values": "^1.0.0",
"has-value": "^1.0.0",
"hash.js": "^1.1.5",
"hash-base": "^3.0.4",
"hmac-drbg": "^1.0.1",
"https-browserify": "^1.0.0",
"iconv-lite": "^0.4.23",
"iferr": "^0.1.5",
"ieee754": "^1.1.12",
"import-local": "^1.0.0",
"imurmurhash": "^0.1.4",
"inflight": "^1.0.6",
"indexof": "^0.0.1",
"inquirer": "^6.0.0",
"interpret": "^1.1.0",
"invert-kv": "^1.0.0",
"inherits": "^2.0.3",
"is-buffer": "^1.1.6",
"is-binary-path": "^1.0.1",
"is-accessor-descriptor": "^1.0.0",
"is-data-descriptor": "^1.0.0",
"is-descriptor": "^1.0.2",
"is-extendable": "^1.0.1",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^2.0.0",
"is-number": "^3.0.0",
"is-glob": "^4.0.0",
"is-plain-object": "^2.0.4",
"is-promise": "^2.1.0",
"is-windows": "^1.0.2",
"is-stream": "^1.1.0",
"isarray": "^1.0.0",
"isobject": "^3.0.1",
"json5": "^0.5.1",
"json-schema-traverse": "^0.4.1",
"isexe": "^2.0.0",
"lcid": "^1.0.0",
"loader-runner": "^2.3.0",
"kind-of": "^6.0.2",
"locate-path": "^2.0.0",
"loader-utils": "^1.1.0",
"json-parse-better-errors": "^1.0.2",
"lodash": "^4.17.10",
"lru-cache": "^4.1.3",
"lodash.debounce": "^4.0.8",
"make-dir": "^1.3.0",
"mamacro": "^0.0.3",
"md5.js": "^1.3.4",
"mem": "^1.1.0",
"map-cache": "^0.2.2",
"micromatch": "^3.1.10",
"map-visit": "^1.0.0",
"memory-fs": "^0.4.1",
"mimic-fn": "^1.2.0",
"minimalistic-assert": "^1.0.1",
"miller-rabin": "^4.0.1",
"minimatch": "^3.0.4",
"minimalistic-crypto-utils": "^1.0.1",
"minimist": "^0.0.8",
"mkdirp": "^0.5.1",
"mixin-deep": "^1.3.1",
"mississippi": "^2.0.0",
"move-concurrently": "^1.0.1",
"nanomatch": "^1.2.13",
"mute-stream": "^0.0.7",
"neo-async": "^2.5.1",
"nice-try": "^1.0.4",
"ms": "^2.0.0",
"node-libs-browser": "^2.1.0",
"normalize-path": "^2.1.1",
"npm-run-path": "^2.0.2",
"number-is-nan": "^1.0.1",
"object-copy": "^0.1.0",
"object.pick": "^1.3.0",
"onetime": "^2.0.1",
"os-tmpdir": "^1.0.2",
"object-visit": "^1.0.1",
"once": "^1.4.0",
"os-locale": "^2.1.0",
"os-browserify": "^0.3.0",
"p-finally": "^1.0.0",
"p-locate": "^2.0.0",
"p-limit": "^1.3.0",
"p-try": "^1.0.0",
"parallel-transform": "^1.1.0",
"parse-asn1": "^5.1.1",
"pako": "^1.0.6",
"pascalcase": "^0.1.1",
"path-browserify": "^0.0.0",
"path-dirname": "^1.0.2",
"path-exists": "^3.0.0",
"path-is-absolute": "^1.0.1",
"path-key": "^2.0.1",
"pbkdf2": "^3.0.16",
"pkg-dir": "^2.0.0",
"pify": "^3.0.0",
"process": "^0.11.10",
"_y18n@4.0.0@y18n": "^4.0.0",
"posix-character-classes": "^0.1.1",
"prr": "^1.0.1",
"promise-inflight": "^1.0.1",
"process-nextick-args": "^2.0.0",
"public-encrypt": "^4.0.2",
"pump": "^2.0.1",
"pumpify": "^1.5.1",
"punycode": "^2.1.1",
"querystring": "^0.2.0",
"querystring-es3": "^0.2.1",
"long": "^4.0.0",
"readdirp": "^2.1.0",
"remove-trailing-separator": "^1.1.0",
"repeat-element": "^1.1.2",
"pseudomap": "^1.0.2",
"regex-not": "^1.0.2",
"readable-stream": "^2.3.6",
"repeat-string": "^1.6.1",
"require-directory": "^2.1.1",
"require-main-filename": "^1.0.1",
"resolve-cwd": "^2.0.0",
"resolve-url": "^0.2.1",
"resolve-from": "^3.0.0",
"restore-cursor": "^2.0.0",
"ret": "^0.1.15",
"randomfill": "^1.0.4",
"rimraf": "^2.6.2",
"ripemd160": "^2.0.2",
"run-queue": "^1.0.3",
"run-async": "^2.3.0",
"rxjs": "^6.2.1",
"safe-buffer": "^5.1.2",
"safe-regex": "^1.1.0",
"safer-buffer": "^2.1.2",
"schema-utils": "^0.4.5",
"semver": "^5.5.0",
"set-blocking": "^2.0.0",
"set-immediate-shim": "^1.0.1",
"serialize-javascript": "^1.5.0",
"setimmediate": "^1.0.5",
"set-value": "^2.0.0",
"sha.js": "^2.4.11",
"shebang-regex": "^1.0.0",
"snapdragon": "^0.8.2",
"signal-exit": "^3.0.2",
"shebang-command": "^1.2.0",
"snapdragon-util": "^3.0.1",
"source-list-map": "^2.0.0",
"source-map-resolve": "^0.5.2",
"source-map": "^0.6.1",
"source-map-url": "^0.4.0",
"split-string": "^3.1.0",
"ssri": "^5.3.0",
"stream-each": "^1.2.2",
"snapdragon-node": "^2.1.1",
"stream-http": "^2.8.3",
"stream-browserify": "^2.0.1",
"static-extend": "^0.1.2",
"stream-shift": "^1.0.0",
"string_decoder": "^1.1.1",
"string-width": "^2.1.1",
"strip-ansi": "^4.0.0",
"strip-eof": "^1.0.0",
"tapable": "^1.0.0",
"supports-color": "^5.4.0",
"through": "^2.3.8",
"through2": "^2.0.3",
"timers-browserify": "^2.0.10",
"tmp": "^0.0.33",
"to-arraybuffer": "^1.0.1",
"to-object-path": "^0.3.0",
"to-regex": "^3.0.2",
"to-regex-range": "^2.1.1",
"tty-browserify": "^0.0.0",
"tslib": "^1.9.3",
"typedarray": "^0.0.6",
"uglifyjs-webpack-plugin": "^1.2.7",
"uglify-es": "^3.3.9",
"unique-slug": "^2.0.0",
"unset-value": "^1.0.0",
"unique-filename": "^1.1.0",
"union-value": "^1.0.0",
"upath": "^1.1.0",
"uri-js": "^4.2.2",
"_os-browserify@0.3.0@os-browserify": "^0.3.0",
"urix": "^0.1.0",
"url": "^0.11.0",
"use": "^3.1.0",
"util": "^0.10.4",
"util-deprecate": "^1.0.2",
"vm-browserify": "^0.0.4",
"v8-compile-cache": "^2.0.0",
"watchpack": "^1.6.0",
"webpack-sources": "^1.1.0",
"which": "^1.3.1",
"which-module": "^2.0.0",
"wrap-ansi": "^2.1.0",
"worker-farm": "^1.6.0",
"xtend": "^4.0.1",
"yallist": "^2.1.2",
"y18n": "^4.0.0",
"yargs": "^11.1.0",
"wrappy": "^1.0.2",
"yargs-parser": "^9.0.2",
"_punycode@1.4.1@punycode": "^1.4.1",
"randombytes": "^2.0.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode development",
"server": "webpack-dev-server --open"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}