UNPKG

36.2 kBMarkdownView Raw
1# Vite core license
2Vite is released under the MIT license:
3
4MIT License
5
6Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
7
8Permission is hereby granted, free of charge, to any person obtaining a copy
9of this software and associated documentation files (the "Software"), to deal
10in the Software without restriction, including without limitation the rights
11to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12copies of the Software, and to permit persons to whom the Software is
13furnished to do so, subject to the following conditions:
14
15The above copyright notice and this permission notice shall be included in all
16copies or substantial portions of the Software.
17
18THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24SOFTWARE.
25
26# Licenses of bundled dependencies
27The published Vite artifact additionally contains code with the following licenses:
28Apache-2.0, MIT, ISC, BSD-3-Clause, BSD-2-Clause, (MIT), (BSD-3-Clause OR GPL-2.0), CC0-1.0
29
30# Bundled dependencies:
31## @ampproject/remapping
32License: Apache-2.0
33By: Justin Ridgewell
34Repository: git+https://github.com/ampproject/remapping.git
35
36---------------------------------------
37
38## @nodelib/fs.scandir
39License: MIT
40Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
41
42---------------------------------------
43
44## @nodelib/fs.stat
45License: MIT
46Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
47
48---------------------------------------
49
50## @nodelib/fs.walk
51License: MIT
52Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
53
54---------------------------------------
55
56## @polka/url
57License: MIT
58By: Luke Edwards
59Repository: lukeed/polka
60
61---------------------------------------
62
63## @rollup/plugin-alias
64License: MIT
65By: Johannes Stein
66Repository: rollup/plugins
67
68---------------------------------------
69
70## @rollup/plugin-commonjs
71License: MIT
72By: Rich Harris
73Repository: rollup/plugins
74
75---------------------------------------
76
77## @rollup/plugin-dynamic-import-vars
78License: MIT
79By: LarsDenBakker
80Repository: rollup/plugins
81
82---------------------------------------
83
84## @rollup/pluginutils
85License: MIT
86By: Rich Harris
87Repository: rollup/plugins
88
89> The MIT License (MIT)
90>
91> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
92>
93> Permission is hereby granted, free of charge, to any person obtaining a copy
94> of this software and associated documentation files (the "Software"), to deal
95> in the Software without restriction, including without limitation the rights
96> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
97> copies of the Software, and to permit persons to whom the Software is
98> furnished to do so, subject to the following conditions:
99>
100> The above copyright notice and this permission notice shall be included in
101> all copies or substantial portions of the Software.
102>
103> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
104> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
105> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
106> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
107> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
108> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
109> THE SOFTWARE.
110
111---------------------------------------
112
113## @tsconfig/node10
114License: MIT
115Repository: https://github.com/tsconfig/bases.git
116
117---------------------------------------
118
119## @tsconfig/node12
120License: MIT
121Repository: https://github.com/tsconfig/bases.git
122
123---------------------------------------
124
125## @tsconfig/node14
126License: MIT
127Repository: https://github.com/tsconfig/bases.git
128
129---------------------------------------
130
131## @tsconfig/node16
132License: MIT
133Repository: https://github.com/tsconfig/bases.git
134
135---------------------------------------
136
137## @vue/compiler-core
138License: MIT
139By: Evan You
140Repository: git+https://github.com/vuejs/vue-next.git
141
142> The MIT License (MIT)
143>
144> Copyright (c) 2018-present, Yuxi (Evan) You
145>
146> Permission is hereby granted, free of charge, to any person obtaining a copy
147> of this software and associated documentation files (the "Software"), to deal
148> in the Software without restriction, including without limitation the rights
149> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
150> copies of the Software, and to permit persons to whom the Software is
151> furnished to do so, subject to the following conditions:
152>
153> The above copyright notice and this permission notice shall be included in
154> all copies or substantial portions of the Software.
155>
156> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
157> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
158> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
159> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
160> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
161> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
162> THE SOFTWARE.
163
164---------------------------------------
165
166## @vue/compiler-dom
167License: MIT
168By: Evan You
169Repository: git+https://github.com/vuejs/vue-next.git
170
171> The MIT License (MIT)
172>
173> Copyright (c) 2018-present, Yuxi (Evan) You
174>
175> Permission is hereby granted, free of charge, to any person obtaining a copy
176> of this software and associated documentation files (the "Software"), to deal
177> in the Software without restriction, including without limitation the rights
178> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
179> copies of the Software, and to permit persons to whom the Software is
180> furnished to do so, subject to the following conditions:
181>
182> The above copyright notice and this permission notice shall be included in
183> all copies or substantial portions of the Software.
184>
185> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
186> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
187> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
188> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
189> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
190> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
191> THE SOFTWARE.
192
193---------------------------------------
194
195## @vue/shared
196License: MIT
197By: Evan You
198Repository: git+https://github.com/vuejs/vue-next.git
199
200> The MIT License (MIT)
201>
202> Copyright (c) 2018-present, Yuxi (Evan) You
203>
204> Permission is hereby granted, free of charge, to any person obtaining a copy
205> of this software and associated documentation files (the "Software"), to deal
206> in the Software without restriction, including without limitation the rights
207> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
208> copies of the Software, and to permit persons to whom the Software is
209> furnished to do so, subject to the following conditions:
210>
211> The above copyright notice and this permission notice shall be included in
212> all copies or substantial portions of the Software.
213>
214> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
215> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
216> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
217> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
218> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
219> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
220> THE SOFTWARE.
221
222---------------------------------------
223
224## accepts
225License: MIT
226By: Douglas Christopher Wilson, Jonathan Ong
227Repository: jshttp/accepts
228
229---------------------------------------
230
231## acorn
232License: MIT
233By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
234Repository: https://github.com/acornjs/acorn.git
235
236---------------------------------------
237
238## acorn-class-fields
239License: MIT
240By: Adrian Heine
241Repository: https://github.com/acornjs/acorn-class-fields
242
243---------------------------------------
244
245## acorn-numeric-separator
246License: MIT
247By: Adrian Heine
248Repository: https://github.com/acornjs/acorn-numeric-separator
249
250---------------------------------------
251
252## acorn-private-class-elements
253License: MIT
254By: Adrian Heine
255Repository: https://github.com/acornjs/acorn-private-class-elements
256
257---------------------------------------
258
259## acorn-static-class-features
260License: MIT
261By: Adrian Heine
262Repository: https://github.com/acornjs/acorn-static-class-features
263
264---------------------------------------
265
266## ansi-regex
267License: MIT
268By: Sindre Sorhus
269Repository: chalk/ansi-regex
270
271---------------------------------------
272
273## ansi-styles
274License: MIT
275By: Sindre Sorhus
276Repository: chalk/ansi-styles
277
278---------------------------------------
279
280## anymatch
281License: ISC
282By: Elan Shanker
283Repository: https://github.com/micromatch/anymatch
284
285---------------------------------------
286
287## arg
288License: MIT
289By: Josh Junon
290Repository: zeit/arg
291
292---------------------------------------
293
294## array-union
295License: MIT
296By: Sindre Sorhus
297Repository: sindresorhus/array-union
298
299---------------------------------------
300
301## balanced-match
302License: MIT
303By: Julian Gruber
304Repository: git://github.com/juliangruber/balanced-match.git
305
306---------------------------------------
307
308## big.js
309License: MIT
310By: Michael Mclaughlin
311Repository: https://github.com/MikeMcl/big.js.git
312
313---------------------------------------
314
315## binary-extensions
316License: MIT
317By: Sindre Sorhus
318Repository: sindresorhus/binary-extensions
319
320---------------------------------------
321
322## brace-expansion
323License: MIT
324By: Julian Gruber
325Repository: git://github.com/juliangruber/brace-expansion.git
326
327---------------------------------------
328
329## braces
330License: MIT
331By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
332Repository: micromatch/braces
333
334---------------------------------------
335
336## brotli-size
337License: MIT
338By: Erwin Mombay
339Repository: erwinmombay/brotli-size
340
341---------------------------------------
342
343## buffer-from
344License: MIT
345Repository: LinusU/buffer-from
346
347---------------------------------------
348
349## builtin-modules
350License: MIT
351By: Sindre Sorhus
352Repository: sindresorhus/builtin-modules
353
354---------------------------------------
355
356## bytes
357License: MIT
358By: TJ Holowaychuk, Jed Watson, Théo FIDRY
359Repository: visionmedia/bytes.js
360
361---------------------------------------
362
363## cac
364License: MIT
365By: egoist
366Repository: egoist/cac
367
368---------------------------------------
369
370## chalk
371License: MIT
372Repository: chalk/chalk
373
374---------------------------------------
375
376## chokidar
377License: MIT
378By: Paul Miller, Elan Shanker
379Repository: git+https://github.com/paulmillr/chokidar.git
380
381---------------------------------------
382
383## clean-css
384License: MIT
385By: Jakub Pawlowicz
386Repository: https://github.com/jakubpawlowicz/clean-css.git
387
388---------------------------------------
389
390## color-convert
391License: MIT
392By: Heather Arthur
393Repository: Qix-/color-convert
394
395---------------------------------------
396
397## color-name
398License: MIT
399By: DY
400Repository: git@github.com:colorjs/color-name.git
401
402---------------------------------------
403
404## commondir
405License: MIT
406By: James Halliday
407Repository: http://github.com/substack/node-commondir.git
408
409---------------------------------------
410
411## compressible
412License: MIT
413By: Douglas Christopher Wilson, Jonathan Ong, Jeremiah Senkpiel
414Repository: jshttp/compressible
415
416---------------------------------------
417
418## compression
419License: MIT
420By: Douglas Christopher Wilson, Jonathan Ong
421Repository: expressjs/compression
422
423---------------------------------------
424
425## concat-map
426License: MIT
427By: James Halliday
428Repository: git://github.com/substack/node-concat-map.git
429
430---------------------------------------
431
432## connect
433License: MIT
434By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
435Repository: senchalabs/connect
436
437---------------------------------------
438
439## connect-history-api-fallback
440License: MIT
441By: Ben Ripkens, Craig Myles
442Repository: http://github.com/bripkens/connect-history-api-fallback.git
443
444---------------------------------------
445
446## convert-source-map
447License: MIT
448By: Thorsten Lorenz
449Repository: git://github.com/thlorenz/convert-source-map.git
450
451---------------------------------------
452
453## cors
454License: MIT
455By: Troy Goode
456Repository: expressjs/cors
457
458---------------------------------------
459
460## create-require
461License: MIT
462By: Maël Nison, Paul Soporan, Pooya Parsa
463Repository: nuxt-contrib/create-require
464
465---------------------------------------
466
467## cross-spawn
468License: MIT
469By: André Cruz
470Repository: git@github.com:moxystudio/node-cross-spawn.git
471
472---------------------------------------
473
474## cssesc
475License: MIT
476By: Mathias Bynens
477Repository: https://github.com/mathiasbynens/cssesc.git
478
479---------------------------------------
480
481## debug
482License: MIT
483By: TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne, Josh Junon
484Repository: git://github.com/visionmedia/debug.git
485
486> (The MIT License)
487>
488> Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
489>
490> Permission is hereby granted, free of charge, to any person obtaining a copy of this software
491> and associated documentation files (the 'Software'), to deal in the Software without restriction,
492> including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
493> and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
494> subject to the following conditions:
495>
496> The above copyright notice and this permission notice shall be included in all copies or substantial
497> portions of the Software.
498>
499> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
500> LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
501> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
502> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
503> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
504
505---------------------------------------
506
507## define-lazy-prop
508License: MIT
509By: Sindre Sorhus
510Repository: sindresorhus/define-lazy-prop
511
512---------------------------------------
513
514## diff
515License: BSD-3-Clause
516Repository: git://github.com/kpdecker/jsdiff.git
517
518---------------------------------------
519
520## dir-glob
521License: MIT
522By: Kevin Mårtensson
523Repository: kevva/dir-glob
524
525---------------------------------------
526
527## dotenv
528License: BSD-2-Clause
529Repository: git://github.com/motdotla/dotenv.git
530
531---------------------------------------
532
533## dotenv-expand
534License: BSD-2-Clause
535By: motdotla
536
537---------------------------------------
538
539## duplexer
540License: (MIT)
541By: Raynos, Jake Verbaten
542Repository: git://github.com/Raynos/duplexer.git
543
544---------------------------------------
545
546## ee-first
547License: MIT
548By: Jonathan Ong, Douglas Christopher Wilson
549Repository: jonathanong/ee-first
550
551---------------------------------------
552
553## emojis-list
554License: MIT
555By: Kiko Beats
556Repository: git+https://github.com/kikobeats/emojis-list.git
557
558---------------------------------------
559
560## encodeurl
561License: MIT
562By: Douglas Christopher Wilson
563Repository: pillarjs/encodeurl
564
565---------------------------------------
566
567## es-module-lexer
568License: MIT
569By: Guy Bedford
570Repository: git+https://github.com/guybedford/es-module-lexer.git
571
572---------------------------------------
573
574## escape-html
575License: MIT
576Repository: component/escape-html
577
578---------------------------------------
579
580## escape-string-regexp
581License: MIT
582By: Sindre Sorhus
583Repository: sindresorhus/escape-string-regexp
584
585---------------------------------------
586
587## estree-walker
588License: MIT
589By: Rich Harris
590Repository: https://github.com/Rich-Harris/estree-walker
591
592---------------------------------------
593
594## etag
595License: MIT
596By: Douglas Christopher Wilson, David Björklund
597Repository: jshttp/etag
598
599---------------------------------------
600
601## eventemitter3
602License: MIT
603By: Arnout Kazemier
604Repository: git://github.com/primus/eventemitter3.git
605
606---------------------------------------
607
608## execa
609License: MIT
610By: Sindre Sorhus
611Repository: sindresorhus/execa
612
613---------------------------------------
614
615## fast-glob
616License: MIT
617By: Denis Malinochkin
618Repository: mrmlnc/fast-glob
619
620---------------------------------------
621
622## fastq
623License: ISC
624By: Matteo Collina
625Repository: git+https://github.com/mcollina/fastq.git
626
627---------------------------------------
628
629## fill-range
630License: MIT
631By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
632Repository: jonschlinkert/fill-range
633
634---------------------------------------
635
636## finalhandler
637License: MIT
638By: Douglas Christopher Wilson
639Repository: pillarjs/finalhandler
640
641---------------------------------------
642
643## follow-redirects
644License: MIT
645By: Ruben Verborgh, Olivier Lalonde, James Talmage
646Repository: git@github.com:follow-redirects/follow-redirects.git
647
648---------------------------------------
649
650## fs.realpath
651License: ISC
652By: Isaac Z. Schlueter
653Repository: git+https://github.com/isaacs/fs.realpath.git
654
655---------------------------------------
656
657## generic-names
658License: MIT
659By: Alexey Litvinov
660Repository: git+https://github.com/css-modules/generic-names.git
661
662---------------------------------------
663
664## get-stream
665License: MIT
666By: Sindre Sorhus
667Repository: sindresorhus/get-stream
668
669---------------------------------------
670
671## glob
672License: ISC
673By: Isaac Z. Schlueter
674Repository: git://github.com/isaacs/node-glob.git
675
676---------------------------------------
677
678## glob-parent
679License: ISC
680By: Gulp Team, Elan Shanker, Blaine Bublitz
681Repository: gulpjs/glob-parent
682
683---------------------------------------
684
685## globby
686License: MIT
687By: Sindre Sorhus
688Repository: sindresorhus/globby
689
690---------------------------------------
691
692## has-flag
693License: MIT
694By: Sindre Sorhus
695Repository: sindresorhus/has-flag
696
697---------------------------------------
698
699## http-proxy
700License: MIT
701By: Charlie Robbins
702Repository: https://github.com/http-party/node-http-proxy.git
703
704---------------------------------------
705
706## human-signals
707License: Apache-2.0
708By: ehmicky
709Repository: ehmicky/human-signals
710
711---------------------------------------
712
713## icss-replace-symbols
714License: ISC
715By: Glen Maddern
716Repository: git+https://github.com/css-modules/icss-replace-symbols.git
717
718---------------------------------------
719
720## icss-utils
721License: ISC
722By: Glen Maddern
723Repository: git+https://github.com/css-modules/icss-utils.git
724
725---------------------------------------
726
727## ignore
728License: MIT
729By: kael
730Repository: git@github.com:kaelzhang/node-ignore.git
731
732---------------------------------------
733
734## import-cwd
735License: MIT
736By: Sindre Sorhus
737Repository: sindresorhus/import-cwd
738
739---------------------------------------
740
741## import-from
742License: MIT
743By: Sindre Sorhus
744Repository: sindresorhus/import-from
745
746---------------------------------------
747
748## inflight
749License: ISC
750By: Isaac Z. Schlueter
751Repository: https://github.com/npm/inflight.git
752
753---------------------------------------
754
755## inherits
756License: ISC
757Repository: git://github.com/isaacs/inherits
758
759---------------------------------------
760
761## is-binary-path
762License: MIT
763By: Sindre Sorhus
764Repository: sindresorhus/is-binary-path
765
766---------------------------------------
767
768## is-docker
769License: MIT
770By: Sindre Sorhus
771Repository: sindresorhus/is-docker
772
773---------------------------------------
774
775## is-extglob
776License: MIT
777By: Jon Schlinkert
778Repository: jonschlinkert/is-extglob
779
780---------------------------------------
781
782## is-glob
783License: MIT
784By: Jon Schlinkert, Brian Woodward, Daniel Perez
785Repository: micromatch/is-glob
786
787---------------------------------------
788
789## is-number
790License: MIT
791By: Jon Schlinkert, Olsten Larck, Rouven Weßling
792Repository: jonschlinkert/is-number
793
794---------------------------------------
795
796## is-reference
797License: MIT
798By: Rich Harris
799Repository: git+https://github.com/Rich-Harris/is-reference.git
800
801---------------------------------------
802
803## is-stream
804License: MIT
805By: Sindre Sorhus
806Repository: sindresorhus/is-stream
807
808---------------------------------------
809
810## is-wsl
811License: MIT
812By: Sindre Sorhus
813Repository: sindresorhus/is-wsl
814
815---------------------------------------
816
817## isexe
818License: ISC
819By: Isaac Z. Schlueter
820Repository: git+https://github.com/isaacs/isexe.git
821
822---------------------------------------
823
824## json5
825License: MIT
826By: Aseem Kishore, Max Nanasy, Andrew Eisenberg, Jordan Tucker
827Repository: git+https://github.com/json5/json5.git
828
829---------------------------------------
830
831## launch-editor
832License: MIT
833By: Evan You
834Repository: git+https://github.com/yyx990803/launch-editor.git
835
836---------------------------------------
837
838## launch-editor-middleware
839License: MIT
840By: Evan You
841Repository: git+https://github.com/yyx990803/launch-editor.git
842
843---------------------------------------
844
845## lilconfig
846License: MIT
847By: antonk52
848Repository: https://github.com/antonk52/lilconfig
849
850---------------------------------------
851
852## loader-utils
853License: MIT
854By: Tobias Koppers @sokra
855Repository: https://github.com/webpack/loader-utils.git
856
857---------------------------------------
858
859## lodash.camelcase
860License: MIT
861By: John-David Dalton, Blaine Bublitz, Mathias Bynens
862Repository: lodash/lodash
863
864---------------------------------------
865
866## magic-string
867License: MIT
868By: Rich Harris
869Repository: https://github.com/rich-harris/magic-string
870
871---------------------------------------
872
873## make-error
874License: ISC
875By: Julien Fontanet
876Repository: git://github.com/JsCommunity/make-error.git
877
878---------------------------------------
879
880## merge-stream
881License: MIT
882By: Stephen Sugden
883Repository: grncdr/merge-stream
884
885---------------------------------------
886
887## merge2
888License: MIT
889Repository: git@github.com:teambition/merge2.git
890
891---------------------------------------
892
893## micromatch
894License: MIT
895By: Jon Schlinkert, Amila Welihinda, Bogdan Chadkin, Brian Woodward, Devon Govett, Elan Shanker, Fabrício Matté, Martin Kolárik, Olsten Larck, Paul Miller, Tom Byrer, Tyler Akins, Peter Bright, Kuba Juszczyk
896Repository: micromatch/micromatch
897
898---------------------------------------
899
900## mime
901License: MIT
902By: Robert Kieffer
903Repository: https://github.com/broofa/mime
904
905> The MIT License (MIT)
906>
907> Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
908>
909> Permission is hereby granted, free of charge, to any person obtaining a copy
910> of this software and associated documentation files (the "Software"), to deal
911> in the Software without restriction, including without limitation the rights
912> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
913> copies of the Software, and to permit persons to whom the Software is
914> furnished to do so, subject to the following conditions:
915>
916> The above copyright notice and this permission notice shall be included in
917> all copies or substantial portions of the Software.
918>
919> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
920> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
921> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
922> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
923> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
924> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
925> THE SOFTWARE.
926
927---------------------------------------
928
929## mime-db
930License: MIT
931By: Douglas Christopher Wilson, Jonathan Ong, Robert Kieffer
932Repository: jshttp/mime-db
933
934---------------------------------------
935
936## mime-types
937License: MIT
938By: Douglas Christopher Wilson, Jeremiah Senkpiel, Jonathan Ong
939Repository: jshttp/mime-types
940
941---------------------------------------
942
943## mimic-fn
944License: MIT
945By: Sindre Sorhus
946Repository: sindresorhus/mimic-fn
947
948---------------------------------------
949
950## minimatch
951License: ISC
952By: Isaac Z. Schlueter
953Repository: git://github.com/isaacs/minimatch.git
954
955---------------------------------------
956
957## ms
958License: MIT
959Repository: zeit/ms
960
961> The MIT License (MIT)
962>
963> Copyright (c) 2016 Zeit, Inc.
964>
965> Permission is hereby granted, free of charge, to any person obtaining a copy
966> of this software and associated documentation files (the "Software"), to deal
967> in the Software without restriction, including without limitation the rights
968> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
969> copies of the Software, and to permit persons to whom the Software is
970> furnished to do so, subject to the following conditions:
971>
972> The above copyright notice and this permission notice shall be included in all
973> copies or substantial portions of the Software.
974>
975> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
976> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
977> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
978> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
979> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
980> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
981> SOFTWARE.
982
983---------------------------------------
984
985## negotiator
986License: MIT
987By: Douglas Christopher Wilson, Federico Romero, Isaac Z. Schlueter
988Repository: jshttp/negotiator
989
990---------------------------------------
991
992## node-forge
993License: (BSD-3-Clause OR GPL-2.0)
994By: Digital Bazaar, Inc., Dave Longley, David I. Lehn, Stefan Siegl, Christoph Dorn
995Repository: https://github.com/digitalbazaar/forge
996
997---------------------------------------
998
999## normalize-path
1000License: MIT
1001By: Jon Schlinkert, Blaine Bublitz
1002Repository: jonschlinkert/normalize-path
1003
1004---------------------------------------
1005
1006## npm-run-path
1007License: MIT
1008By: Sindre Sorhus
1009Repository: sindresorhus/npm-run-path
1010
1011---------------------------------------
1012
1013## object-assign
1014License: MIT
1015By: Sindre Sorhus
1016Repository: sindresorhus/object-assign
1017
1018---------------------------------------
1019
1020## okie
1021License: MIT
1022By: Evan You
1023Repository: git+https://github.com/yyx990803/okie.git
1024
1025---------------------------------------
1026
1027## on-finished
1028License: MIT
1029By: Douglas Christopher Wilson, Jonathan Ong
1030Repository: jshttp/on-finished
1031
1032---------------------------------------
1033
1034## on-headers
1035License: MIT
1036By: Douglas Christopher Wilson
1037Repository: jshttp/on-headers
1038
1039---------------------------------------
1040
1041## once
1042License: ISC
1043By: Isaac Z. Schlueter
1044Repository: git://github.com/isaacs/once
1045
1046---------------------------------------
1047
1048## onetime
1049License: MIT
1050By: Sindre Sorhus
1051Repository: sindresorhus/onetime
1052
1053---------------------------------------
1054
1055## open
1056License: MIT
1057By: Sindre Sorhus
1058Repository: sindresorhus/open
1059
1060---------------------------------------
1061
1062## parseurl
1063License: MIT
1064By: Douglas Christopher Wilson, Jonathan Ong
1065Repository: pillarjs/parseurl
1066
1067---------------------------------------
1068
1069## path-is-absolute
1070License: MIT
1071By: Sindre Sorhus
1072Repository: sindresorhus/path-is-absolute
1073
1074---------------------------------------
1075
1076## path-key
1077License: MIT
1078By: Sindre Sorhus
1079Repository: sindresorhus/path-key
1080
1081---------------------------------------
1082
1083## path-type
1084License: MIT
1085By: Sindre Sorhus
1086Repository: sindresorhus/path-type
1087
1088---------------------------------------
1089
1090## periscopic
1091License: MIT
1092Repository: Rich-Harris/periscopic
1093
1094---------------------------------------
1095
1096## picomatch
1097License: MIT
1098By: Jon Schlinkert
1099Repository: micromatch/picomatch
1100
1101---------------------------------------
1102
1103## pify
1104License: MIT
1105By: Sindre Sorhus
1106Repository: sindresorhus/pify
1107
1108---------------------------------------
1109
1110## postcss-import
1111License: MIT
1112By: Maxime Thirouin
1113Repository: https://github.com/postcss/postcss-import.git
1114
1115---------------------------------------
1116
1117## postcss-load-config
1118License: MIT
1119By: Michael Ciniawky, Ryan Dunckel, Mateusz Derks, Dalton Santos, Patrick Gilday
1120Repository: postcss/postcss-load-config
1121
1122---------------------------------------
1123
1124## postcss-modules
1125License: MIT
1126By: Alexander Madyankin
1127Repository: https://github.com/css-modules/postcss-modules.git
1128
1129---------------------------------------
1130
1131## postcss-modules-extract-imports
1132License: ISC
1133By: Glen Maddern
1134Repository: https://github.com/css-modules/postcss-modules-extract-imports.git
1135
1136---------------------------------------
1137
1138## postcss-modules-local-by-default
1139License: MIT
1140By: Mark Dalgleish
1141Repository: https://github.com/css-modules/postcss-modules-local-by-default.git
1142
1143---------------------------------------
1144
1145## postcss-modules-scope
1146License: ISC
1147By: Glen Maddern
1148Repository: https://github.com/css-modules/postcss-modules-scope.git
1149
1150---------------------------------------
1151
1152## postcss-modules-values
1153License: ISC
1154By: Glen Maddern
1155Repository: git+https://github.com/css-modules/postcss-modules-values.git
1156
1157---------------------------------------
1158
1159## postcss-selector-parser
1160License: MIT
1161By: Ben Briggs, Chris Eppstein
1162Repository: postcss/postcss-selector-parser
1163
1164---------------------------------------
1165
1166## postcss-value-parser
1167License: MIT
1168By: Bogdan Chadkin
1169Repository: https://github.com/TrySound/postcss-value-parser.git
1170
1171---------------------------------------
1172
1173## queue-microtask
1174License: MIT
1175By: Feross Aboukhadijeh
1176Repository: git://github.com/feross/queue-microtask.git
1177
1178---------------------------------------
1179
1180## read-cache
1181License: MIT
1182By: Bogdan Chadkin
1183Repository: git+https://github.com/TrySound/read-cache.git
1184
1185---------------------------------------
1186
1187## readdirp
1188License: MIT
1189By: Thorsten Lorenz, Paul Miller
1190Repository: git://github.com/paulmillr/readdirp.git
1191
1192---------------------------------------
1193
1194## requires-port
1195License: MIT
1196By: Arnout Kazemier
1197Repository: https://github.com/unshiftio/requires-port
1198
1199---------------------------------------
1200
1201## resolve-from
1202License: MIT
1203By: Sindre Sorhus
1204Repository: sindresorhus/resolve-from
1205
1206---------------------------------------
1207
1208## resolve.exports
1209License: MIT
1210By: Luke Edwards
1211Repository: lukeed/resolve.exports
1212
1213---------------------------------------
1214
1215## reusify
1216License: MIT
1217By: Matteo Collina
1218Repository: git+https://github.com/mcollina/reusify.git
1219
1220---------------------------------------
1221
1222## run-parallel
1223License: MIT
1224By: Feross Aboukhadijeh
1225Repository: git://github.com/feross/run-parallel.git
1226
1227---------------------------------------
1228
1229## safe-buffer
1230License: MIT
1231By: Feross Aboukhadijeh
1232Repository: git://github.com/feross/safe-buffer.git
1233
1234---------------------------------------
1235
1236## selfsigned
1237License: MIT
1238By: José F. Romaniello, Paolo Fragomeni, Charles Bushong
1239Repository: git://github.com/jfromaniello/selfsigned.git
1240
1241---------------------------------------
1242
1243## shebang-command
1244License: MIT
1245By: Kevin Mårtensson
1246Repository: kevva/shebang-command
1247
1248---------------------------------------
1249
1250## shebang-regex
1251License: MIT
1252By: Sindre Sorhus
1253Repository: sindresorhus/shebang-regex
1254
1255---------------------------------------
1256
1257## shell-quote
1258License: MIT
1259By: James Halliday
1260Repository: http://github.com/substack/node-shell-quote.git
1261
1262---------------------------------------
1263
1264## signal-exit
1265License: ISC
1266By: Ben Coe
1267Repository: https://github.com/tapjs/signal-exit.git
1268
1269---------------------------------------
1270
1271## sirv
1272License: MIT
1273By: Luke Edwards
1274Repository: lukeed/sirv
1275
1276---------------------------------------
1277
1278## slash
1279License: MIT
1280By: Sindre Sorhus
1281Repository: sindresorhus/slash
1282
1283---------------------------------------
1284
1285## source-map
1286License: BSD-3-Clause
1287By: Nick Fitzgerald, Tobias Koppers, Duncan Beevers, Stephen Crane, Ryan Seddon, Miles Elam, Mihai Bazon, Michael Ficarra, Todd Wolfson, Alexander Solovyov, Felix Gnass, Conrad Irwin, usrbincc, David Glasser, Chase Douglas, Evan Wallace, Heather Arthur, Hugh Kennedy, Simon Lydell, Jmeas Smith, Michael Z Goddard, azu, John Gozde, Adam Kirkton, Chris Montgomery, J. Ryan Stinnett, Jack Herrington, Chris Truter, Daniel Espeset, Jamie Wong, Eddy Bruël, Hawken Rives, Gilad Peleg, djchie, Gary Ye, Nicolas Lalevée
1288Repository: http://github.com/mozilla/source-map.git
1289
1290---------------------------------------
1291
1292## source-map-support
1293License: MIT
1294Repository: https://github.com/evanw/node-source-map-support
1295
1296---------------------------------------
1297
1298## sourcemap-codec
1299License: MIT
1300By: Rich Harris
1301Repository: https://github.com/Rich-Harris/sourcemap-codec
1302
1303---------------------------------------
1304
1305## statuses
1306License: MIT
1307By: Douglas Christopher Wilson, Jonathan Ong
1308Repository: jshttp/statuses
1309
1310---------------------------------------
1311
1312## string-hash
1313License: CC0-1.0
1314By: The Dark Sky Company
1315Repository: git://github.com/darkskyapp/string-hash.git
1316
1317---------------------------------------
1318
1319## strip-ansi
1320License: MIT
1321By: Sindre Sorhus
1322Repository: chalk/strip-ansi
1323
1324---------------------------------------
1325
1326## strip-final-newline
1327License: MIT
1328By: Sindre Sorhus
1329Repository: sindresorhus/strip-final-newline
1330
1331---------------------------------------
1332
1333## supports-color
1334License: MIT
1335By: Sindre Sorhus
1336Repository: chalk/supports-color
1337
1338---------------------------------------
1339
1340## to-regex-range
1341License: MIT
1342By: Jon Schlinkert, Rouven Weßling
1343Repository: micromatch/to-regex-range
1344
1345---------------------------------------
1346
1347## totalist
1348License: MIT
1349By: Luke Edwards
1350Repository: lukeed/totalist
1351
1352---------------------------------------
1353
1354## ts-node
1355License: MIT
1356By: Blake Embrey, Andrew Bradley
1357Repository: git://github.com/TypeStrong/ts-node.git
1358
1359---------------------------------------
1360
1361## unpipe
1362License: MIT
1363By: Douglas Christopher Wilson
1364Repository: stream-utils/unpipe
1365
1366---------------------------------------
1367
1368## util-deprecate
1369License: MIT
1370By: Nathan Rajlich
1371Repository: git://github.com/TooTallNate/util-deprecate.git
1372
1373---------------------------------------
1374
1375## utils-merge
1376License: MIT
1377By: Jared Hanson
1378Repository: git://github.com/jaredhanson/utils-merge.git
1379
1380---------------------------------------
1381
1382## vary
1383License: MIT
1384By: Douglas Christopher Wilson
1385Repository: jshttp/vary
1386
1387---------------------------------------
1388
1389## which
1390License: ISC
1391By: Isaac Z. Schlueter
1392Repository: git://github.com/isaacs/node-which.git
1393
1394---------------------------------------
1395
1396## wrappy
1397License: ISC
1398By: Isaac Z. Schlueter
1399Repository: https://github.com/npm/wrappy
1400
1401---------------------------------------
1402
1403## ws
1404License: MIT
1405By: Einar Otto Stangvik
1406Repository: websockets/ws
1407
1408> The MIT License (MIT)
1409>
1410> Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
1411>
1412> Permission is hereby granted, free of charge, to any person obtaining a copy
1413> of this software and associated documentation files (the "Software"), to deal
1414> in the Software without restriction, including without limitation the rights
1415> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1416> copies of the Software, and to permit persons to whom the Software is
1417> furnished to do so, subject to the following conditions:
1418>
1419> The above copyright notice and this permission notice shall be included in all
1420> copies or substantial portions of the Software.
1421>
1422> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1423> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1424> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1425> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1426> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1427> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1428> SOFTWARE.
1429
1430---------------------------------------
1431
1432## yaml
1433License: ISC
1434By: Eemeli Aro
1435Repository: github:eemeli/yaml
1436
1437---------------------------------------
1438
1439## yn
1440License: MIT
1441By: Sindre Sorhus
1442Repository: sindresorhus/yn