-
Notifications
You must be signed in to change notification settings - Fork 1
/
License.3rdparty
695 lines (695 loc) · 54.8 KB
/
License.3rdparty
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
abab licensed under SEE LICENSE IN LICENSE.md. Repository: git+https://github.com/jsdom/abab.git
accepts licensed under MIT. Repository: jshttp/accepts
acorn licensed under MIT. Repository: https://github.com/acornjs/acorn.git
acorn-dynamic-import licensed under MIT. Repository: https://github.com/kesne/acorn-dynamic-import
acorn-globals licensed under MIT. Repository: https://github.com/ForbesLindesay/acorn-globals.git
acorn-walk licensed under MIT. Repository: https://github.com/acornjs/acorn.git
ajv licensed under MIT. Repository: https://github.com/epoberezkin/ajv.git
ajv-errors licensed under MIT. Repository: git+https://github.com/epoberezkin/ajv-errors.git
ajv-keywords licensed under MIT. Repository: git+https://github.com/epoberezkin/ajv-keywords.git
ansi-colors licensed under MIT. Repository: doowb/ansi-colors
ansi-escapes licensed under MIT. Repository: sindresorhus/ansi-escapes
ansi-html licensed under Apache-2.0. Repository: git://github.com/Tjatse/ansi-html.git
ansi-regex licensed under MIT. Repository: chalk/ansi-regex
ansi-styles licensed under MIT. Repository: chalk/ansi-styles
anymatch licensed under ISC. Repository: https://github.com/micromatch/anymatch
aproba licensed under ISC. Repository: https://github.com/iarna/aproba
arg licensed under MIT. Repository: zeit/arg
arr-diff licensed under MIT. Repository: jonschlinkert/arr-diff
arr-flatten licensed under MIT. Repository: jonschlinkert/arr-flatten
arr-union licensed under MIT. Repository: jonschlinkert/arr-union
array-equal licensed under MIT. Repository: component/array-equal
array-flatten licensed under MIT. Repository: git://github.com/blakeembrey/array-flatten.git
array-union licensed under MIT. Repository: sindresorhus/array-union
array-uniq licensed under MIT. Repository: sindresorhus/array-uniq
array-unique licensed under MIT. Repository: jonschlinkert/array-unique
asap licensed under MIT. Repository: https://github.com/kriskowal/asap.git
asn1 licensed under MIT. Repository: git://github.com/joyent/node-asn1.git
asn1.js licensed under MIT. Repository: git@github.com:indutny/asn1.js
assert licensed under MIT. Repository: git://github.com/browserify/commonjs-assert.git
assert-plus licensed under MIT. Repository: https://github.com/mcavage/node-assert-plus.git
assign-symbols licensed under MIT. Repository: jonschlinkert/assign-symbols
astral-regex licensed under MIT. Repository: kevva/astral-regex
async licensed under MIT. Repository: https://github.com/caolan/async.git
async-each licensed under MIT. Repository: git://github.com/paulmillr/async-each.git
async-limiter licensed under MIT. Repository: https://github.com/strml/async-limiter.git
asynckit licensed under MIT. Repository: git+https://github.com/alexindigo/asynckit.git
atob licensed under (MIT OR Apache-2.0). Repository: git://git.coolaj86.com/coolaj86/atob.js.git
attr-accept licensed under MIT. Repository: https://github.com/okonet/attr-accept.git
awesome-typescript-loader licensed under MIT. Repository: https://github.com/s-panferov/awesome-typescript-loader.git
aws-sign2 licensed under Apache-2.0. Repository: https://github.com/mikeal/aws-sign
aws4 licensed under MIT. Repository: https://github.com/mhart/aws4.git
babel-jest licensed under MIT. Repository: https://github.com/facebook/jest.git
babel-plugin-istanbul licensed under BSD-3-Clause. Repository: git+https://github.com/istanbuljs/babel-plugin-istanbul.git
babel-plugin-jest-hoist licensed under MIT. Repository: https://github.com/facebook/jest.git
babel-preset-jest licensed under MIT. Repository: https://github.com/facebook/jest.git
balanced-match licensed under MIT. Repository: git://github.com/juliangruber/balanced-match.git
base licensed under MIT. Repository: node-base/base
base64-js licensed under MIT. Repository: git://github.com/beatgammit/base64-js.git
batch licensed under MIT. Repository: https://github.com/visionmedia/batch.git
bcrypt-pbkdf licensed under BSD-3-Clause. Repository: git://github.com/joyent/node-bcrypt-pbkdf.git
big.js licensed under MIT. Repository: https://github.com/MikeMcl/big.js.git
binary-extensions licensed under MIT. Repository: sindresorhus/binary-extensions
bluebird licensed under MIT. Repository: git://github.com/petkaantonov/bluebird.git
bn.js licensed under MIT. Repository: git@github.com:indutny/bn.js
body-parser licensed under MIT. Repository: expressjs/body-parser
bonjour licensed under MIT. Repository: https://github.com/watson/bonjour.git
brace-expansion licensed under MIT. Repository: git://github.com/juliangruber/brace-expansion.git
braces licensed under MIT. Repository: micromatch/braces
brcast licensed under MIT. Repository: vesparny/brcast
brorand licensed under MIT. Repository: git@github.com:indutny/brorand
browser-process-hrtime licensed under BSD-2-Clause. Repository: git://github.com/kumavis/browser-process-hrtime.git
browser-resolve licensed under MIT. Repository: git://github.com/shtylman/node-browser-resolve.git
browserify-aes licensed under MIT. Repository: git://github.com/crypto-browserify/browserify-aes.git
browserify-cipher licensed under MIT. Repository: git@github.com:crypto-browserify/browserify-cipher.git
browserify-des licensed under MIT. Repository: git+https://github.com/crypto-browserify/browserify-des.git
browserify-rsa licensed under MIT. Repository: git@github.com:crypto-browserify/browserify-rsa.git
browserify-sign licensed under ISC. Repository: https://github.com/crypto-browserify/browserify-sign.git
browserify-zlib licensed under MIT. Repository: git+https://github.com/devongovett/browserify-zlib.git
bs-logger licensed under MIT. Repository: git+https://github.com/huafu/bs-logger.git
bser licensed under Apache-2.0. Repository: https://github.com/facebook/watchman
buffer licensed under MIT. Repository: git://github.com/feross/buffer.git
buffer-from licensed under MIT. Repository: LinusU/buffer-from
buffer-indexof licensed under MIT. Repository: git://github.com/soldair/node-buffer-indexof.git
buffer-xor licensed under MIT. Repository: https://github.com/crypto-browserify/buffer-xor.git
builtin-status-codes licensed under MIT. Repository: bendrucker/builtin-status-codes
bytes licensed under MIT. Repository: visionmedia/bytes.js
cacache licensed under ISC. Repository: https://github.com/zkat/cacache
cache-base licensed under MIT. Repository: jonschlinkert/cache-base
callsites licensed under MIT. Repository: sindresorhus/callsites
camelcase licensed under MIT. Repository: sindresorhus/camelcase
capture-exit licensed under ISC. Repository: git+https://github.com/stefanpenner/capture-exit.git
caseless licensed under Apache-2.0. Repository: https://github.com/mikeal/caseless
chalk licensed under MIT. Repository: chalk/chalk
change-emitter licensed under MIT. Repository: git+https://github.com/acdlite/change-emitter.git
chokidar licensed under MIT. Repository: https://github.com/paulmillr/chokidar.git
chownr licensed under ISC. Repository: git://github.com/isaacs/chownr.git
chrome-trace-event licensed under MIT. Repository: github.com:samccone/chrome-trace-event
ci-info licensed under MIT. Repository: https://github.com/watson/ci-info.git
cipher-base licensed under MIT. Repository: git+https://github.com/crypto-browserify/cipher-base.git
class-utils licensed under MIT. Repository: jonschlinkert/class-utils
classnames licensed under MIT. Repository: https://github.com/JedWatson/classnames.git
cliui licensed under ISC. Repository: http://github.com/yargs/cliui.git
co licensed under MIT. Repository: tj/co
code-point-at licensed under MIT. Repository: sindresorhus/code-point-at
collection-visit licensed under MIT. Repository: jonschlinkert/collection-visit
color-convert licensed under MIT. Repository: Qix-/color-convert
color-name licensed under MIT. Repository: git@github.com:dfcreative/color-name.git
combined-stream licensed under MIT. Repository: git://github.com/felixge/node-combined-stream.git
commander licensed under MIT. Repository: https://github.com/tj/commander.js.git
commondir licensed under MIT. Repository: http://github.com/substack/node-commondir.git
component-emitter licensed under MIT. Repository: https://github.com/component/emitter.git
compressible licensed under MIT. Repository: jshttp/compressible
compression licensed under MIT. Repository: expressjs/compression
concat-map licensed under MIT. Repository: git://github.com/substack/node-concat-map.git
concat-stream licensed under MIT. Repository: http://github.com/maxogden/concat-stream.git
connect-history-api-fallback licensed under MIT. Repository: http://github.com/bripkens/connect-history-api-fallback.git
constants-browserify licensed under MIT. Repository: git://github.com/juliangruber/constants-browserify.git
content-disposition licensed under MIT. Repository: jshttp/content-disposition
content-type licensed under MIT. Repository: jshttp/content-type
convert-source-map licensed under MIT. Repository: git://github.com/thlorenz/convert-source-map.git
cookie licensed under MIT. Repository: jshttp/cookie
cookie-signature licensed under MIT. Repository: https://github.com/visionmedia/node-cookie-signature.git
copy-concurrently licensed under ISC. Repository: git+https://github.com/npm/copy-concurrently.git
copy-descriptor licensed under MIT. Repository: jonschlinkert/copy-descriptor
core-js licensed under MIT. Repository: https://github.com/zloirock/core-js.git
core-util-is licensed under MIT. Repository: git://github.com/isaacs/core-util-is
create-ecdh licensed under MIT. Repository: https://github.com/crypto-browserify/createECDH.git
create-hash licensed under MIT. Repository: git@github.com:crypto-browserify/createHash.git
create-hmac licensed under MIT. Repository: https://github.com/crypto-browserify/createHmac.git
cross-spawn licensed under MIT. Repository: git@github.com:moxystudio/node-cross-spawn.git
crypto-browserify licensed under MIT. Repository: git://github.com/crypto-browserify/crypto-browserify.git
css-loader licensed under MIT. Repository: webpack-contrib/css-loader
css-vendor licensed under MIT. Repository: git@github.com:cssinjs/css-vendor.git
cssesc licensed under MIT. Repository: https://github.com/mathiasbynens/cssesc.git
cssom licensed under MIT. Repository: NV/CSSOM
cssstyle licensed under MIT. Repository: jsakas/CSSStyleDeclaration
csstype licensed under MIT. Repository: https://github.com/frenic/csstype
d licensed under MIT. Repository: git://github.com/medikoo/d.git
dashdash licensed under MIT. Repository: git://github.com/trentm/node-dashdash.git
data-urls licensed under MIT. Repository: jsdom/data-urls
debounce licensed under MIT. Repository: git://github.com/component/debounce
debug licensed under MIT. Repository: git://github.com/visionmedia/debug.git
decamelize licensed under MIT. Repository: sindresorhus/decamelize
decode-uri-component licensed under MIT. Repository: SamVerschueren/decode-uri-component
deep-equal licensed under MIT. Repository: http://github.com/substack/node-deep-equal.git
deepmerge licensed under MIT. Repository: git://github.com/TehShrike/deepmerge.git
default-gateway licensed under BSD-2-Clause. Repository: silverwind/default-gateway
define-properties licensed under MIT. Repository: git://github.com/ljharb/define-properties.git
define-property licensed under MIT. Repository: jonschlinkert/define-property
del licensed under MIT. Repository: sindresorhus/del
delayed-stream licensed under MIT. Repository: git://github.com/felixge/node-delayed-stream.git
depd licensed under MIT. Repository: dougwilson/nodejs-depd
des.js licensed under MIT. Repository: git+ssh://git@github.com/indutny/des.js.git
destroy licensed under MIT. Repository: stream-utils/destroy
detect-file licensed under MIT. Repository: doowb/detect-file
detect-newline licensed under MIT. Repository: sindresorhus/detect-newline
detect-node licensed under ISC. Repository: https://github.com/iliakan/detect-node
diff licensed under BSD-3-Clause. Repository: git://github.com/kpdecker/jsdiff.git
diff-sequences licensed under MIT. Repository: https://github.com/facebook/jest.git
diffie-hellman licensed under MIT. Repository: https://github.com/crypto-browserify/diffie-hellman.git
dns-equal licensed under MIT. Repository: git+https://github.com/watson/dns-equal.git
dns-packet licensed under MIT. Repository: https://github.com/mafintosh/dns-packet
dns-txt licensed under MIT. Repository: https://github.com/watson/dns-txt.git
dom-helpers licensed under MIT. Repository: jquense/dom-helpers
domain-browser licensed under MIT. Repository: https://github.com/bevry/domain-browser.git
domexception licensed under MIT. Repository: jsdom/domexception
duplexify licensed under MIT. Repository: git://github.com/mafintosh/duplexify
ecc-jsbn licensed under MIT. Repository: https://github.com/quartzjer/ecc-jsbn.git
ee-first licensed under MIT. Repository: jonathanong/ee-first
elliptic licensed under MIT. Repository: git@github.com:indutny/elliptic
emojis-list licensed under MIT. Repository: git+https://github.com/kikobeats/emojis-list.git
encodeurl licensed under MIT. Repository: pillarjs/encodeurl
encoding licensed under MIT. Repository: https://github.com/andris9/encoding.git
end-of-stream licensed under MIT. Repository: git://github.com/mafintosh/end-of-stream.git
errno licensed under MIT. Repository: https://github.com/rvagg/node-errno.git
error-ex licensed under MIT. Repository: qix-/node-error-ex
es-abstract licensed under MIT. Repository: git://github.com/ljharb/es-abstract.git
es-to-primitive licensed under MIT. Repository: git://github.com/ljharb/es-to-primitive.git
es5-ext licensed under ISC. Repository: git://github.com/medikoo/es5-ext.git
es6-iterator licensed under MIT. Repository: git://github.com/medikoo/es6-iterator.git
es6-symbol licensed under MIT. Repository: git://github.com/medikoo/es6-symbol.git
escape-html licensed under MIT. Repository: component/escape-html
escape-string-regexp licensed under MIT. Repository: sindresorhus/escape-string-regexp
escodegen licensed under BSD-2-Clause. Repository: http://github.com/estools/escodegen.git
eslint-scope licensed under BSD-2-Clause. Repository: eslint/eslint-scope
esprima licensed under BSD-2-Clause. Repository: https://github.com/jquery/esprima.git
esrecurse licensed under BSD-2-Clause. Repository: https://github.com/estools/esrecurse.git
estraverse licensed under BSD-2-Clause. Repository: http://github.com/estools/estraverse.git
etag licensed under MIT. Repository: jshttp/etag
eventemitter3 licensed under MIT. Repository: git://github.com/primus/eventemitter3.git
events licensed under MIT. Repository: git://github.com/Gozala/events.git
eventsource licensed under MIT. Repository: git://github.com/EventSource/eventsource.git
evp_bytestokey licensed under MIT. Repository: https://github.com/crypto-browserify/EVP_BytesToKey.git
exec-sh licensed under MIT. Repository: git@github.com:tsertkov/exec-sh.git
execa licensed under MIT. Repository: sindresorhus/execa
expand-brackets licensed under MIT. Repository: jonschlinkert/expand-brackets
expand-tilde licensed under MIT. Repository: jonschlinkert/expand-tilde
expect licensed under MIT. Repository: https://github.com/facebook/jest.git
express licensed under MIT. Repository: expressjs/express
extend licensed under MIT. Repository: https://github.com/justmoon/node-extend.git
extend-shallow licensed under MIT. Repository: jonschlinkert/extend-shallow
extglob licensed under MIT. Repository: micromatch/extglob
extsprintf licensed under MIT. Repository: git://github.com/davepacheco/node-extsprintf.git
fast-deep-equal licensed under MIT. Repository: git+https://github.com/epoberezkin/fast-deep-equal.git
fast-json-patch licensed under MIT. Repository: git://github.com/Starcounter-Jack/JSON-Patch.git
fast-json-stable-stringify licensed under MIT. Repository: git://github.com/epoberezkin/fast-json-stable-stringify.git
fast-levenshtein licensed under MIT. Repository: https://github.com/hiddentao/fast-levenshtein.git
faye-websocket licensed under MIT. Repository: git://github.com/faye/faye-websocket-node.git
fb-watchman licensed under Apache-2.0. Repository: git@github.com:facebook/watchman.git
fbjs licensed under MIT. Repository: facebook/fbjs
figgy-pudding licensed under ISC. Repository: https://github.com/zkat/figgy-pudding
file-loader licensed under MIT. Repository: webpack-contrib/file-loader
file-selector licensed under MIT. Repository:
fill-range licensed under MIT. Repository: jonschlinkert/fill-range
finalhandler licensed under MIT. Repository: pillarjs/finalhandler
find-cache-dir licensed under MIT. Repository: avajs/find-cache-dir
find-up licensed under MIT. Repository: sindresorhus/find-up
findup-sync licensed under MIT. Repository: js-cli/node-findup-sync
flush-write-stream licensed under MIT. Repository: https://github.com/mafintosh/flush-write-stream.git
follow-redirects licensed under MIT. Repository: git@github.com:follow-redirects/follow-redirects.git
for-in licensed under MIT. Repository: jonschlinkert/for-in
forever-agent licensed under Apache-2.0. Repository: https://github.com/mikeal/forever-agent
form-data licensed under MIT. Repository: git://github.com/form-data/form-data.git
forwarded licensed under MIT. Repository: jshttp/forwarded
fragment-cache licensed under MIT. Repository: jonschlinkert/fragment-cache
fresh licensed under MIT. Repository: jshttp/fresh
from2 licensed under MIT. Repository: git://github.com/hughsk/from2
fs-write-stream-atomic licensed under ISC. Repository: https://github.com/npm/fs-write-stream-atomic
fs.realpath licensed under ISC. Repository: git+https://github.com/isaacs/fs.realpath.git
function-bind licensed under MIT. Repository: git://github.com/Raynos/function-bind.git
get-caller-file licensed under ISC. Repository: git+https://github.com/stefanpenner/get-caller-file.git
get-node-dimensions licensed under MIT. Repository: https://github.com/souporserious/get-node-dimensions
get-stream licensed under MIT. Repository: sindresorhus/get-stream
get-value licensed under MIT. Repository: jonschlinkert/get-value
getpass licensed under MIT. Repository: https://github.com/arekinath/node-getpass.git
glob licensed under ISC. Repository: git://github.com/isaacs/node-glob.git
glob-parent licensed under ISC. Repository: https://github.com/es128/glob-parent
global-modules licensed under MIT. Repository: jonschlinkert/global-modules
global-prefix licensed under MIT. Repository: jonschlinkert/global-prefix
globals licensed under MIT. Repository: sindresorhus/globals
globby licensed under MIT. Repository: sindresorhus/globby
graceful-fs licensed under ISC. Repository: https://github.com/isaacs/node-graceful-fs
growly licensed under MIT. Repository: http://github.com/theabraham/growly
handle-thing licensed under MIT. Repository: git+ssh://git@github.com/indutny/handle-thing.git
handlebars licensed under MIT. Repository: https://github.com/wycats/handlebars.js.git
har-schema licensed under ISC. Repository: https://github.com/ahmadnassri/har-schema.git
har-validator licensed under MIT. Repository: https://github.com/ahmadnassri/node-har-validator.git
has licensed under MIT. Repository: git://github.com/tarruda/has.git
has-flag licensed under MIT. Repository: sindresorhus/has-flag
has-symbols licensed under MIT. Repository: git://github.com/ljharb/has-symbols.git
has-value licensed under MIT. Repository: jonschlinkert/has-value
has-values licensed under MIT. Repository: jonschlinkert/has-values
hash-base licensed under MIT. Repository: https://github.com/crypto-browserify/hash-base.git
hash.js licensed under MIT. Repository: git@github.com:indutny/hash.js
hmac-drbg licensed under MIT. Repository: git+ssh://git@github.com/indutny/hmac-drbg.git
hoist-non-react-statics licensed under BSD-3-Clause. Repository: git://github.com/mridgway/hoist-non-react-statics.git
homedir-polyfill licensed under MIT. Repository: doowb/homedir-polyfill
hosted-git-info licensed under ISC. Repository: git+https://github.com/npm/hosted-git-info.git
hpack.js licensed under MIT. Repository: git+ssh://git@github.com/indutny/hpack.js.git
html-encoding-sniffer licensed under MIT. Repository: jsdom/html-encoding-sniffer
html-entities licensed under MIT. Repository: https://github.com/mdevils/node-html-entities.git
http-deceiver licensed under MIT. Repository: git+ssh://git@github.com/indutny/http-deceiver.git
http-errors licensed under MIT. Repository: jshttp/http-errors
http-parser-js licensed under MIT. Repository: git://github.com/creationix/http-parser-js.git
http-proxy licensed under MIT. Repository: https://github.com/nodejitsu/node-http-proxy.git
http-proxy-middleware licensed under MIT. Repository: https://github.com/chimurai/http-proxy-middleware.git
http-signature licensed under MIT. Repository: git://github.com/joyent/node-http-signature.git
https-browserify licensed under MIT. Repository: git://github.com/substack/https-browserify.git
hyphenate-style-name licensed under BSD-3-Clause. Repository: git+ssh://git@github.com/rexxars/hyphenate-style-name.git
iconv-lite licensed under MIT. Repository: git://github.com/ashtuchkin/iconv-lite.git
icss-replace-symbols licensed under ISC. Repository: git+https://github.com/css-modules/icss-replace-symbols.git
icss-utils licensed under ISC. Repository: git+https://github.com/css-modules/icss-utils.git
ieee754 licensed under BSD-3-Clause. Repository: git://github.com/feross/ieee754.git
iferr licensed under MIT. Repository: https://github.com/shesek/iferr
import-local licensed under MIT. Repository: sindresorhus/import-local
imurmurhash licensed under MIT. Repository: https://github.com/jensyt/imurmurhash-js
indefinite-observable licensed under Apache-2.0. Repository: git@github.com:material-motion/indefinite-observable-js.git
indexes-of licensed under MIT. Repository: git://github.com/dominictarr/indexes-of.git
inflight licensed under ISC. Repository: https://github.com/npm/inflight.git
inherits licensed under ISC. Repository: git://github.com/isaacs/inherits
ini licensed under ISC. Repository: git://github.com/isaacs/ini.git
internal-ip licensed under MIT. Repository: sindresorhus/internal-ip
interpret licensed under MIT. Repository: gulpjs/interpret
invariant licensed under MIT. Repository: https://github.com/zertosh/invariant
invert-kv licensed under MIT. Repository: sindresorhus/invert-kv
ip licensed under MIT. Repository: http://github.com/indutny/node-ip.git
ip-regex licensed under MIT. Repository: sindresorhus/ip-regex
ipaddr.js licensed under MIT. Repository: git://github.com/whitequark/ipaddr.js
is-accessor-descriptor licensed under MIT. Repository: jonschlinkert/is-accessor-descriptor
is-arrayish licensed under MIT. Repository: https://github.com/qix-/node-is-arrayish.git
is-binary-path licensed under MIT. Repository: sindresorhus/is-binary-path
is-buffer licensed under MIT. Repository: git://github.com/feross/is-buffer.git
is-callable licensed under MIT. Repository: git://github.com/ljharb/is-callable.git
is-ci licensed under MIT. Repository: https://github.com/watson/is-ci.git
is-data-descriptor licensed under MIT. Repository: jonschlinkert/is-data-descriptor
is-date-object licensed under MIT. Repository: git://github.com/ljharb/is-date-object.git
is-descriptor licensed under MIT. Repository: jonschlinkert/is-descriptor
is-extendable licensed under MIT. Repository: jonschlinkert/is-extendable
is-extglob licensed under MIT. Repository: jonschlinkert/is-extglob
is-fullwidth-code-point licensed under MIT. Repository: sindresorhus/is-fullwidth-code-point
is-generator-fn licensed under MIT. Repository: sindresorhus/is-generator-fn
is-glob licensed under MIT. Repository: jonschlinkert/is-glob
is-in-browser licensed under MIT. Repository: git+https://github.com/tuxsudo/is-in-browser.git
is-number licensed under MIT. Repository: jonschlinkert/is-number
is-path-cwd licensed under MIT. Repository: sindresorhus/is-path-cwd
is-path-in-cwd licensed under MIT. Repository: sindresorhus/is-path-in-cwd
is-path-inside licensed under MIT. Repository: sindresorhus/is-path-inside
is-plain-object licensed under MIT. Repository: jonschlinkert/is-plain-object
is-regex licensed under MIT. Repository: git://github.com/ljharb/is-regex.git
is-stream licensed under MIT. Repository: sindresorhus/is-stream
is-symbol licensed under MIT. Repository: git://github.com/ljharb/is-symbol.git
is-typedarray licensed under MIT. Repository: git://github.com/hughsk/is-typedarray.git
is-windows licensed under MIT. Repository: jonschlinkert/is-windows
is-wsl licensed under MIT. Repository: sindresorhus/is-wsl
isarray licensed under MIT. Repository: git://github.com/juliangruber/isarray.git
isexe licensed under ISC. Repository: git+https://github.com/isaacs/isexe.git
isobject licensed under MIT. Repository: jonschlinkert/isobject
isomorphic-fetch licensed under MIT. Repository: https://github.com/matthew-andrews/isomorphic-fetch.git
isstream licensed under MIT. Repository: https://github.com/rvagg/isstream.git
istanbul-lib-coverage licensed under BSD-3-Clause. Repository: git@github.com:istanbuljs/istanbuljs.git
istanbul-lib-instrument licensed under BSD-3-Clause. Repository: git@github.com:istanbuljs/istanbuljs.git
istanbul-lib-report licensed under BSD-3-Clause. Repository: git@github.com:istanbuljs/istanbuljs.git
istanbul-lib-source-maps licensed under BSD-3-Clause. Repository: git+ssh://git@github.com/istanbuljs/istanbuljs.git
istanbul-reports licensed under BSD-3-Clause. Repository: git@github.com:istanbuljs/istanbuljs
jest licensed under MIT. Repository: https://github.com/facebook/jest
jest-changed-files licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-cli licensed under MIT. Repository: https://github.com/facebook/jest
jest-config licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-diff licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-docblock licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-each licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-environment-jsdom licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-environment-node licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-get-type licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-haste-map licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-jasmine2 licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-leak-detector licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-matcher-utils licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-message-util licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-mock licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-pnp-resolver licensed under MIT. Repository: https://github.com/arcanis/jest-pnp-resolver.git
jest-regex-util licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-resolve licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-resolve-dependencies licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-runner licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-runtime licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-serializer licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-snapshot licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-util licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-validate licensed under MIT. Repository: https://github.com/facebook/jest.git
jest-watcher licensed under MIT. Repository: https://github.com/facebook/jest
jest-worker licensed under MIT. Repository: https://github.com/facebook/jest.git
js-tokens licensed under MIT. Repository: lydell/js-tokens
jsbn licensed under MIT. Repository: https://github.com/andyperlitch/jsbn.git
jsdom licensed under MIT. Repository: jsdom/jsdom
jsesc licensed under MIT. Repository: https://github.com/mathiasbynens/jsesc.git
json-parse-better-errors licensed under MIT. Repository: https://github.com/zkat/json-parse-better-errors
json-schema-traverse licensed under MIT. Repository: git+https://github.com/epoberezkin/json-schema-traverse.git
json-stringify-safe licensed under ISC. Repository: git://github.com/isaacs/json-stringify-safe
json5 licensed under MIT. Repository: git+https://github.com/json5/json5.git
jsprim licensed under MIT. Repository: git://github.com/joyent/node-jsprim.git
jss licensed under MIT. Repository: git@github.com:cssinjs/jss.git
jss-camel-case licensed under MIT. Repository: git@github.com:cssinjs/jss-camel-case.git
jss-default-unit licensed under MIT. Repository: git@github.com:cssinjs/jss-default-unit.git
jss-global licensed under MIT. Repository: https://github.com/cssinjs/jss-global.git
jss-nested licensed under MIT. Repository: git@github.com:cssinjs/jss-nested.git
jss-props-sort licensed under MIT. Repository: git@github.com:cssinjs/jss-props-sort.git
jss-vendor-prefixer licensed under MIT. Repository: git@github.com:cssinjs/jss-vendor-prefixer.git
killable licensed under ISC. Repository: https://github.com/marten-de-vries/killable.git
kind-of licensed under MIT. Repository: jonschlinkert/kind-of
kleur licensed under MIT. Repository: lukeed/kleur
lcid licensed under MIT. Repository: sindresorhus/lcid
left-pad licensed under WTFPL. Repository: git@github.com:stevemao/left-pad.git
leven licensed under MIT. Repository: sindresorhus/leven
levn licensed under MIT. Repository: git://github.com/gkz/levn.git
load-json-file licensed under MIT. Repository: sindresorhus/load-json-file
loader-runner licensed under MIT. Repository: git+https://github.com/webpack/loader-runner.git
loader-utils licensed under MIT. Repository: https://github.com/webpack/loader-utils.git
locate-path licensed under MIT. Repository: sindresorhus/locate-path
lodash licensed under MIT. Repository: lodash/lodash
lodash.sortby licensed under MIT. Repository: lodash/lodash
log-symbols licensed under MIT. Repository: sindresorhus/log-symbols
loglevel licensed under MIT. Repository: git://github.com/pimterry/loglevel.git
loglevelnext licensed under MIT. Repository: shellscape/loglevelnext
loose-envify licensed under MIT. Repository: git://github.com/zertosh/loose-envify.git
lru-cache licensed under ISC. Repository: git://github.com/isaacs/node-lru-cache.git
make-dir licensed under MIT. Repository: sindresorhus/make-dir
make-error licensed under ISC. Repository: git://github.com/JsCommunity/make-error.git
makeerror licensed under BSD-3-Clause. Repository: https://github.com/daaku/nodejs-makeerror
mamacro licensed under MIT. Repository:
map-age-cleaner licensed under MIT. Repository: SamVerschueren/map-age-cleaner
map-cache licensed under MIT. Repository: jonschlinkert/map-cache
map-visit licensed under MIT. Repository: jonschlinkert/map-visit
md5.js licensed under MIT. Repository: https://github.com/crypto-browserify/md5.js.git
media-typer licensed under MIT. Repository: jshttp/media-typer
mem licensed under MIT. Repository: sindresorhus/mem
memory-fs licensed under MIT. Repository: https://github.com/webpack/memory-fs.git
merge-descriptors licensed under MIT. Repository: component/merge-descriptors
merge-stream licensed under MIT. Repository: grncdr/merge-stream
methods licensed under MIT. Repository: jshttp/methods
micromatch licensed under MIT. Repository: micromatch/micromatch
miller-rabin licensed under MIT. Repository: git@github.com:indutny/miller-rabin
mime licensed under MIT. Repository: https://github.com/broofa/node-mime
mime-db licensed under MIT. Repository: jshttp/mime-db
mime-types licensed under MIT. Repository: jshttp/mime-types
mimic-fn licensed under MIT. Repository: sindresorhus/mimic-fn
minimalistic-assert licensed under ISC. Repository: https://github.com/calvinmetcalf/minimalistic-assert.git
minimalistic-crypto-utils licensed under MIT. Repository: git+ssh://git@github.com/indutny/minimalistic-crypto-utils.git
minimatch licensed under ISC. Repository: git://github.com/isaacs/minimatch.git
minimist licensed under MIT. Repository: git://github.com/substack/minimist.git
mississippi licensed under BSD-2-Clause. Repository: git+https://github.com/maxogden/mississippi.git
mixin-deep licensed under MIT. Repository: jonschlinkert/mixin-deep
mkdirp licensed under MIT. Repository: https://github.com/substack/node-mkdirp.git
mobx licensed under MIT. Repository: https://github.com/mobxjs/mobx.git
mobx-react-lite licensed under MIT. Repository: https://github.com/mobxjs/mobx-react-lite.git
moment licensed under MIT. Repository: https://github.com/moment/moment.git
move-concurrently licensed under ISC. Repository: git+https://github.com/npm/move-concurrently.git
ms licensed under MIT. Repository: zeit/ms
multicast-dns licensed under MIT. Repository: https://github.com/mafintosh/multicast-dns.git
multicast-dns-service-types licensed under MIT. Repository: https://github.com/mafintosh/multicast-dns-service-types.git
nanomatch licensed under MIT. Repository: micromatch/nanomatch
natural-compare licensed under MIT. Repository: git://github.com/litejs/natural-compare-lite.git
negotiator licensed under MIT. Repository: jshttp/negotiator
neo-async licensed under MIT. Repository: git@github.com:suguru03/neo-async.git
next-tick licensed under MIT. Repository: git://github.com/medikoo/next-tick.git
nice-try licensed under MIT. Repository: https://github.com/electerious/nice-try.git
node-fetch licensed under MIT. Repository: https://github.com/bitinn/node-fetch.git
node-forge licensed under (BSD-3-Clause OR GPL-2.0). Repository: https://github.com/digitalbazaar/forge
node-int64 licensed under MIT. Repository: https://github.com/broofa/node-int64
node-libs-browser licensed under MIT. Repository: git+https://github.com/webpack/node-libs-browser.git
node-modules-regexp licensed under MIT. Repository: jamestalmage/node-modules-regexp
node-notifier licensed under MIT. Repository: git+ssh://git@github.com/mikaelbr/node-notifier.git
normalize-package-data licensed under BSD-2-Clause. Repository: git://github.com/npm/normalize-package-data.git
normalize-path licensed under MIT. Repository: jonschlinkert/normalize-path
normalize-scroll-left licensed under MIT. Repository: git@github.com:alitaheri/normalize-scroll-left.git
npm-run-path licensed under MIT. Repository: sindresorhus/npm-run-path
number-is-nan licensed under MIT. Repository: sindresorhus/number-is-nan
nwsapi licensed under MIT. Repository: git://github.com/dperini/nwsapi.git
oauth-sign licensed under Apache-2.0. Repository: https://github.com/mikeal/oauth-sign
object-assign licensed under MIT. Repository: sindresorhus/object-assign
object-copy licensed under MIT. Repository: jonschlinkert/object-copy
object-keys licensed under MIT. Repository: git://github.com/ljharb/object-keys.git
object-visit licensed under MIT. Repository: jonschlinkert/object-visit
object.assign licensed under MIT. Repository: git://github.com/ljharb/object.assign.git
object.getownpropertydescriptors licensed under MIT. Repository: git://github.com/ljharb/object.getownpropertydescriptors.git
object.pick licensed under MIT. Repository: jonschlinkert/object.pick
obuf licensed under MIT. Repository: git@github.com:indutny/offset-buffer
on-finished licensed under MIT. Repository: jshttp/on-finished
on-headers licensed under MIT. Repository: jshttp/on-headers
once licensed under ISC. Repository: git://github.com/isaacs/once
opn licensed under MIT. Repository: sindresorhus/opn
optimist licensed under MIT/X11. Repository: http://github.com/substack/node-optimist.git
optionator licensed under MIT. Repository: git://github.com/gkz/optionator.git
original licensed under MIT. Repository: https://github.com/unshiftio/original
os-browserify licensed under MIT. Repository: http://github.com/CoderPuppy/os-browserify.git
os-locale licensed under MIT. Repository: sindresorhus/os-locale
p-defer licensed under MIT. Repository: sindresorhus/p-defer
p-each-series licensed under MIT. Repository: sindresorhus/p-each-series
p-finally licensed under MIT. Repository: sindresorhus/p-finally
p-is-promise licensed under MIT. Repository: sindresorhus/p-is-promise
p-limit licensed under MIT. Repository: sindresorhus/p-limit
p-locate licensed under MIT. Repository: sindresorhus/p-locate
p-map licensed under MIT. Repository: sindresorhus/p-map
p-reduce licensed under MIT. Repository: sindresorhus/p-reduce
p-try licensed under MIT. Repository: sindresorhus/p-try
pako licensed under (MIT AND Zlib). Repository: nodeca/pako
parallel-transform licensed under MIT. Repository: git://github.com/mafintosh/parallel-transform
parse-asn1 licensed under ISC. Repository: git://github.com/crypto-browserify/parse-asn1.git
parse-json licensed under MIT. Repository: sindresorhus/parse-json
parse-passwd licensed under MIT. Repository: doowb/parse-passwd
parse5 licensed under MIT. Repository: git://github.com/inikulin/parse5.git
parseurl licensed under MIT. Repository: pillarjs/parseurl
pascalcase licensed under MIT. Repository: jonschlinkert/pascalcase
path-browserify licensed under MIT. Repository: git://github.com/substack/path-browserify.git
path-dirname licensed under MIT. Repository: es128/path-dirname
path-exists licensed under MIT. Repository: sindresorhus/path-exists
path-is-absolute licensed under MIT. Repository: sindresorhus/path-is-absolute
path-is-inside licensed under (WTFPL OR MIT). Repository: domenic/path-is-inside
path-key licensed under MIT. Repository: sindresorhus/path-key
path-parse licensed under MIT. Repository: https://github.com/jbgutierrez/path-parse.git
path-to-regexp licensed under MIT. Repository: https://github.com/component/path-to-regexp.git
path-type licensed under MIT. Repository: sindresorhus/path-type
pbkdf2 licensed under MIT. Repository: https://github.com/crypto-browserify/pbkdf2.git
performance-now licensed under MIT. Repository: git://github.com/braveg1rl/performance-now.git
pify licensed under MIT. Repository: sindresorhus/pify
pinkie licensed under MIT. Repository: floatdrop/pinkie
pinkie-promise licensed under MIT. Repository: floatdrop/pinkie-promise
pirates licensed under MIT. Repository: https://github.com/ariporad/pirates.git
pkg-dir licensed under MIT. Repository: sindresorhus/pkg-dir
pn licensed under MIT. Repository: git://github.com/cscott/node-pn
popper.js licensed under MIT. Repository: git+https://github.com/FezVrasta/popper.js.git
portfinder licensed under MIT. Repository: git@github.com:indexzero/node-portfinder.git
posix-character-classes licensed under MIT. Repository: jonschlinkert/posix-character-classes
postcss licensed under MIT. Repository: postcss/postcss
postcss-modules-extract-imports licensed under ISC. Repository: https://github.com/css-modules/postcss-modules-extract-imports.git
postcss-modules-local-by-default licensed under MIT. Repository: https://github.com/css-modules/postcss-modules-local-by-default.git
postcss-modules-scope licensed under ISC. Repository: https://github.com/css-modules/postcss-modules-scope.git
postcss-modules-values licensed under ISC. Repository: git+https://github.com/css-modules/postcss-modules-values.git
postcss-selector-parser licensed under MIT. Repository: postcss/postcss-selector-parser
postcss-value-parser licensed under MIT. Repository: https://github.com/TrySound/postcss-value-parser.git
pretty-format licensed under MIT. Repository: https://github.com/facebook/jest.git
process licensed under MIT. Repository: git://github.com/shtylman/node-process.git
process-nextick-args licensed under MIT. Repository: https://github.com/calvinmetcalf/process-nextick-args.git
promise licensed under MIT. Repository: https://github.com/then/promise.git
promise-inflight licensed under ISC. Repository: git+https://github.com/iarna/promise-inflight.git
prompts licensed under MIT. Repository: terkelg/prompts
prop-types licensed under MIT. Repository: facebook/prop-types
proxy-addr licensed under MIT. Repository: jshttp/proxy-addr
prr licensed under MIT. Repository: https://github.com/rvagg/prr.git
psl licensed under MIT. Repository: git@github.com:wrangr/psl.git
public-encrypt licensed under MIT. Repository: https://github.com/crypto-browserify/publicEncrypt.git
pump licensed under MIT. Repository: git://github.com/mafintosh/pump.git
pumpify licensed under MIT. Repository: git://github.com/mafintosh/pumpify
punycode licensed under MIT. Repository: https://github.com/bestiejs/punycode.js.git
qs licensed under BSD-3-Clause. Repository: https://github.com/ljharb/qs.git
querystringify licensed under MIT. Repository: https://github.com/unshiftio/querystringify
randombytes licensed under MIT. Repository: git@github.com:crypto-browserify/randombytes.git
randomfill licensed under MIT. Repository: https://github.com/crypto-browserify/randomfill.git
range-parser licensed under MIT. Repository: jshttp/range-parser
raw-body licensed under MIT. Repository: stream-utils/raw-body
react licensed under MIT. Repository: https://github.com/facebook/react.git
react-dom licensed under MIT. Repository: https://github.com/facebook/react.git
react-draggable licensed under MIT. Repository: https://github.com/mzabriskie/react-draggable.git
react-dropzone licensed under MIT. Repository: https://github.com/react-dropzone/react-dropzone.git
react-event-listener licensed under MIT. Repository: https://github.com/oliviertassinari/react-event-listener.git
react-is licensed under MIT. Repository: https://github.com/facebook/react.git
react-lifecycles-compat licensed under MIT. Repository: reactjs/react-lifecycles-compat
react-measure licensed under MIT. Repository: https://github.com/souporserious/react-measure
react-test-renderer licensed under MIT. Repository: https://github.com/facebook/react.git
react-transition-group licensed under BSD-3-Clause. Repository: https://github.com/reactjs/react-transition-group.git
read-pkg licensed under MIT. Repository: sindresorhus/read-pkg
read-pkg-up licensed under MIT. Repository: sindresorhus/read-pkg-up
readable-stream licensed under MIT. Repository: git://github.com/nodejs/readable-stream
readdirp licensed under MIT. Repository: git://github.com/paulmillr/readdirp.git
realpath-native licensed under MIT. Repository: SimenB/realpath-native
recompose licensed under MIT. Repository: https://github.com/acdlite/recompose.git
regenerator-runtime licensed under MIT. Repository: https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime
regex-not licensed under MIT. Repository: jonschlinkert/regex-not
remove-trailing-separator licensed under ISC. Repository: git+https://github.com/darsain/remove-trailing-separator.git
repeat-element licensed under MIT. Repository: jonschlinkert/repeat-element
repeat-string licensed under MIT. Repository: jonschlinkert/repeat-string
request licensed under Apache-2.0. Repository: https://github.com/request/request.git
request-promise-core licensed under ISC. Repository: git+https://github.com/request/promise-core.git
request-promise-native licensed under ISC. Repository: git+https://github.com/request/request-promise-native.git
require-directory licensed under MIT. Repository: git://github.com/troygoode/node-require-directory.git
require-main-filename licensed under ISC. Repository: git+ssh://git@github.com/yargs/require-main-filename.git
requires-port licensed under MIT. Repository: https://github.com/unshiftio/requires-port
resize-observer-polyfill licensed under MIT. Repository: https://github.com/que-etc/resize-observer-polyfill.git
resolve licensed under MIT. Repository: git://github.com/browserify/resolve.git
resolve-cwd licensed under MIT. Repository: sindresorhus/resolve-cwd
resolve-dir licensed under MIT. Repository: jonschlinkert/resolve-dir
resolve-from licensed under MIT. Repository: sindresorhus/resolve-from
resolve-url licensed under MIT. Repository: lydell/resolve-url
ret licensed under MIT. Repository: git://github.com/fent/ret.js.git
rimraf licensed under ISC. Repository: git://github.com/isaacs/rimraf.git
ripemd160 licensed under MIT. Repository: https://github.com/crypto-browserify/ripemd160
rsvp licensed under MIT. Repository: https://github.com/tildeio/rsvp.js.git
run-queue licensed under ISC. Repository: git+https://github.com/iarna/run-queue.git
safe-buffer licensed under MIT. Repository: git://github.com/feross/safe-buffer.git
safe-regex licensed under MIT. Repository: git://github.com/substack/safe-regex.git
safer-buffer licensed under MIT. Repository: git+https://github.com/ChALkeR/safer-buffer.git
sane licensed under MIT. Repository: https://github.com/amasad/sane
sax licensed under ISC. Repository: git://github.com/isaacs/sax-js.git
scheduler licensed under MIT. Repository: https://github.com/facebook/react.git
schema-utils licensed under MIT. Repository: https://github.com/webpack-contrib/schema-utils
select-hose licensed under MIT. Repository: git+ssh://git@github.com/indutny/select-hose.git
selfsigned licensed under MIT. Repository: git://github.com/jfromaniello/selfsigned.git
semver licensed under ISC. Repository: https://github.com/npm/node-semver
send licensed under MIT. Repository: pillarjs/send
serialize-javascript licensed under BSD-3-Clause. Repository: git+https://github.com/yahoo/serialize-javascript.git
serve-index licensed under MIT. Repository: expressjs/serve-index
serve-static licensed under MIT. Repository: expressjs/serve-static
set-blocking licensed under ISC. Repository: git+https://github.com/yargs/set-blocking.git
set-value licensed under MIT. Repository: jonschlinkert/set-value
setimmediate licensed under MIT. Repository: YuzuJS/setImmediate
setprototypeof licensed under ISC. Repository: https://github.com/wesleytodd/setprototypeof.git
sha.js licensed under (MIT AND BSD-3-Clause). Repository: git://github.com/crypto-browserify/sha.js.git
shebang-command licensed under MIT. Repository: kevva/shebang-command
shebang-regex licensed under MIT. Repository: sindresorhus/shebang-regex
shellwords licensed under MIT. Repository: git://github.com/jimmycuadra/shellwords.git
signal-exit licensed under ISC. Repository: https://github.com/tapjs/signal-exit.git
sisteransi licensed under MIT. Repository: https://github.com/terkelg/sisteransi
slash licensed under MIT. Repository: sindresorhus/slash
snapdragon licensed under MIT. Repository: jonschlinkert/snapdragon
snapdragon-node licensed under MIT. Repository: jonschlinkert/snapdragon-node
snapdragon-util licensed under MIT. Repository: jonschlinkert/snapdragon-util
sockjs licensed under MIT. Repository: https://github.com/sockjs/sockjs-node.git
sockjs-client licensed under MIT. Repository: https://github.com/sockjs/sockjs-client.git
source-list-map licensed under MIT. Repository: https://github.com/webpack/source-list-map.git
source-map licensed under BSD-3-Clause. Repository: http://github.com/mozilla/source-map.git
source-map-loader licensed under MIT. Repository: https://github.com/webpack-contrib/source-map-loader.git
source-map-resolve licensed under MIT. Repository: lydell/source-map-resolve
source-map-support licensed under MIT. Repository: https://github.com/evanw/node-source-map-support
source-map-url licensed under MIT. Repository: lydell/source-map-url
spdx-correct licensed under Apache-2.0. Repository: jslicense/spdx-correct.js
spdx-exceptions licensed under CC-BY-3.0. Repository: kemitchell/spdx-exceptions.json
spdx-expression-parse licensed under MIT. Repository: jslicense/spdx-expression-parse.js
spdx-license-ids licensed under CC0-1.0. Repository: shinnn/spdx-license-ids
spdy licensed under MIT. Repository: git://github.com/indutny/node-spdy.git
spdy-transport licensed under MIT. Repository: git://github.com/spdy-http2/spdy-transport.git
split-string licensed under MIT. Repository: jonschlinkert/split-string
sshpk licensed under MIT. Repository: git+https://github.com/joyent/node-sshpk.git
ssri licensed under ISC. Repository: https://github.com/zkat/ssri
stack-utils licensed under MIT. Repository: tapjs/stack-utils
static-extend licensed under MIT. Repository: jonschlinkert/static-extend
statuses licensed under MIT. Repository: jshttp/statuses
stealthy-require licensed under ISC. Repository: git+https://github.com/analog-nico/stealthy-require.git
stream-browserify licensed under MIT. Repository: git://github.com/browserify/stream-browserify.git
stream-each licensed under MIT. Repository: https://github.com/mafintosh/stream-each.git
stream-http licensed under MIT. Repository: git://github.com/jhiesey/stream-http.git
stream-shift licensed under MIT. Repository: https://github.com/mafintosh/stream-shift.git
string-length licensed under MIT. Repository: sindresorhus/string-length
string-width licensed under MIT. Repository: sindresorhus/string-width
string_decoder licensed under MIT. Repository: git://github.com/nodejs/string_decoder.git
strip-ansi licensed under MIT. Repository: chalk/strip-ansi
strip-bom licensed under MIT. Repository: sindresorhus/strip-bom
strip-eof licensed under MIT. Repository: sindresorhus/strip-eof
style-loader licensed under MIT. Repository: https://github.com/webpack-contrib/style-loader.git
supports-color licensed under MIT. Repository: chalk/supports-color
symbol-observable licensed under MIT. Repository: blesh/symbol-observable
symbol-tree licensed under MIT. Repository: https://github.com/jsdom/js-symbol-tree.git
tapable licensed under MIT. Repository: http://github.com/webpack/tapable.git
terser licensed under BSD-2-Clause. Repository: https://github.com/fabiosantoscode/terser.git
terser-webpack-plugin licensed under MIT. Repository: webpack-contrib/terser-webpack-plugin
test-exclude licensed under ISC. Repository: git+https://github.com/istanbuljs/istanbuljs.git
throat licensed under MIT. Repository: https://github.com/ForbesLindesay/throat.git
through2 licensed under MIT. Repository: https://github.com/rvagg/through2.git
thunky licensed under MIT. Repository: git://github.com/mafintosh/thunky.git
tmpl licensed under BSD-3-Clause. Repository: https://github.com/daaku/nodejs-tmpl
to-arraybuffer licensed under MIT. Repository: git://github.com/jhiesey/to-arraybuffer.git
to-fast-properties licensed under MIT. Repository: sindresorhus/to-fast-properties
to-object-path licensed under MIT. Repository: jonschlinkert/to-object-path
to-regex licensed under MIT. Repository: jonschlinkert/to-regex
to-regex-range licensed under MIT. Repository: micromatch/to-regex-range
tough-cookie licensed under BSD-3-Clause. Repository: git://github.com/salesforce/tough-cookie.git
tr46 licensed under MIT. Repository: Sebmaster/tr46.js
trim-right licensed under MIT. Repository: sindresorhus/trim-right
ts-jest licensed under MIT. Repository: git+https://github.com/kulshekhar/ts-jest.git
ts-node licensed under MIT. Repository: git://github.com/TypeStrong/ts-node.git
tslib licensed under Apache-2.0. Repository: https://github.com/Microsoft/tslib.git
tty-browserify licensed under MIT. Repository: git://github.com/substack/tty-browserify.git
tunnel-agent licensed under Apache-2.0. Repository: https://github.com/mikeal/tunnel-agent
tweetnacl licensed under Unlicense. Repository: https://github.com/dchest/tweetnacl-js.git
type-check licensed under MIT. Repository: git://github.com/gkz/type-check.git
type-is licensed under MIT. Repository: jshttp/type-is
typedarray licensed under MIT. Repository: git://github.com/substack/typedarray.git
typescript licensed under Apache-2.0. Repository: https://github.com/Microsoft/TypeScript.git
ua-parser-js licensed under (GPL-2.0 OR MIT). Repository: https://github.com/faisalman/ua-parser-js.git
uglify-js licensed under BSD-2-Clause. Repository: mishoo/UglifyJS2
union-value licensed under MIT. Repository: jonschlinkert/union-value
uniq licensed under MIT. Repository: git://github.com/mikolalysenko/uniq.git
unique-filename licensed under ISC. Repository: https://github.com/iarna/unique-filename.git
unique-slug licensed under ISC. Repository: git://github.com/iarna/unique-slug.git
unpipe licensed under MIT. Repository: stream-utils/unpipe
unset-value licensed under MIT. Repository: jonschlinkert/unset-value
upath licensed under MIT. Repository: git://github.com/anodynos/upath
uri-js licensed under BSD-2-Clause. Repository: http://github.com/garycourt/uri-js
urix licensed under MIT. Repository: lydell/urix
url licensed under MIT. Repository: https://github.com/defunctzombie/node-url.git
url-parse licensed under MIT. Repository: https://github.com/unshiftio/url-parse.git
use licensed under MIT. Repository: jonschlinkert/use
util licensed under MIT. Repository: git://github.com/defunctzombie/node-util
util-deprecate licensed under MIT. Repository: git://github.com/TooTallNate/util-deprecate.git
util.promisify licensed under MIT. Repository: git+https://github.com/ljharb/util.promisify.git
utils-merge licensed under MIT. Repository: git://github.com/jaredhanson/utils-merge.git
uuid licensed under MIT. Repository: https://github.com/kelektiv/node-uuid.git
v8-compile-cache licensed under MIT. Repository:
validate-npm-package-license licensed under Apache-2.0. Repository: kemitchell/validate-npm-package-license.js
vary licensed under MIT. Repository: jshttp/vary
verror licensed under MIT. Repository: git://github.com/davepacheco/node-verror.git
vm-browserify licensed under MIT. Repository: http://github.com/substack/vm-browserify.git
w3c-hr-time licensed under MIT. Repository: https://github.com/jsdom/w3c-hr-time
walker licensed under Apache-2.0. Repository: https://github.com/daaku/nodejs-walker
warning licensed under MIT. Repository: https://github.com/BerkeleyTrue/warning.git
watchpack licensed under MIT. Repository: https://github.com/webpack/watchpack.git
wbuf licensed under MIT. Repository: git@github.com:indutny/wbuf
webidl-conversions licensed under BSD-2-Clause. Repository: jsdom/webidl-conversions
webpack licensed under MIT. Repository: https://github.com/webpack/webpack.git
webpack-cli licensed under MIT. Repository: https://github.com/webpack/webpack-cli.git
webpack-dev-middleware licensed under MIT. Repository: https://github.com/webpack/webpack-dev-middleware.git
webpack-dev-server licensed under MIT. Repository: https://github.com/webpack/webpack-dev-server.git
webpack-log licensed under MIT. Repository: https://github.com/webpack-contrib/webpack-log.git
webpack-sources licensed under MIT. Repository: git+https://github.com/webpack/webpack-sources.git
websocket-driver licensed under MIT. Repository: git://github.com/faye/websocket-driver-node.git
websocket-extensions licensed under MIT. Repository: git://github.com/faye/websocket-extensions-node.git
whatwg-encoding licensed under MIT. Repository: jsdom/whatwg-encoding
whatwg-fetch licensed under MIT. Repository: github/fetch
whatwg-mimetype licensed under MIT. Repository: jsdom/whatwg-mimetype
whatwg-url licensed under MIT. Repository: jsdom/whatwg-url
which licensed under ISC. Repository: git://github.com/isaacs/node-which.git
which-module licensed under ISC. Repository: git+https://github.com/nexdrew/which-module.git
wordwrap licensed under MIT. Repository: git://github.com/substack/node-wordwrap.git
worker-farm licensed under MIT. Repository: https://github.com/rvagg/node-worker-farm.git
wrap-ansi licensed under MIT. Repository: chalk/wrap-ansi
wrappy licensed under ISC. Repository: https://github.com/npm/wrappy
write-file-atomic licensed under ISC. Repository: git@github.com:iarna/write-file-atomic.git
ws licensed under MIT. Repository: websockets/ws
xml-js licensed under MIT. Repository: git+https://github.com/nashwaan/xml-js.git
xml-name-validator licensed under Apache-2.0. Repository: jsdom/xml-name-validator
xtend licensed under MIT. Repository: git://github.com/Raynos/xtend.git
y18n licensed under ISC. Repository: git@github.com:yargs/y18n.git
yallist licensed under ISC. Repository: git+https://github.com/isaacs/yallist.git
yargs licensed under MIT. Repository: https://github.com/yargs/yargs.git
yargs-parser licensed under ISC. Repository: git@github.com:yargs/yargs-parser.git
yn licensed under MIT. Repository: sindresorhus/yn