UNPKG

31.4 kBMarkdownView Raw
1# Rollup core license
2Rollup is released under the MIT license:
3
4The MIT License (MIT)
5
6Copyright (c) 2017 [these people](https://github.com/rollup/rollup/graphs/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
16all copies 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
24THE SOFTWARE.
25
26# Licenses of bundled dependencies
27The published Rollup artifact additionally contains code with the following licenses:
28MIT, ISC, Apache-2.0
29
30# Bundled dependencies:
31## acorn-import-meta
32License: MIT
33By: Adrian Heine
34Repository: https://github.com/adrianheine/acorn-import-meta
35
36> Copyright (C) 2017-2018 by Adrian Heine
37>
38> Permission is hereby granted, free of charge, to any person obtaining a copy
39> of this software and associated documentation files (the "Software"), to deal
40> in the Software without restriction, including without limitation the rights
41> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
42> copies of the Software, and to permit persons to whom the Software is
43> furnished to do so, subject to the following conditions:
44>
45> The above copyright notice and this permission notice shall be included in
46> all copies or substantial portions of the Software.
47>
48> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
50> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
51> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
52> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
54> THE SOFTWARE.
55
56---------------------------------------
57
58## acorn-walk
59License: MIT
60By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
61Repository: https://github.com/acornjs/acorn.git
62
63> Copyright (C) 2012-2018 by various contributors (see AUTHORS)
64>
65> Permission is hereby granted, free of charge, to any person obtaining a copy
66> of this software and associated documentation files (the "Software"), to deal
67> in the Software without restriction, including without limitation the rights
68> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
69> copies of the Software, and to permit persons to whom the Software is
70> furnished to do so, subject to the following conditions:
71>
72> The above copyright notice and this permission notice shall be included in
73> all copies or substantial portions of the Software.
74>
75> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
77> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
78> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
79> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
80> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
81> THE SOFTWARE.
82
83---------------------------------------
84
85## braces
86License: MIT
87By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
88Repository: micromatch/braces
89
90> The MIT License (MIT)
91>
92> Copyright (c) 2014-2018, Jon Schlinkert.
93>
94> Permission is hereby granted, free of charge, to any person obtaining a copy
95> of this software and associated documentation files (the "Software"), to deal
96> in the Software without restriction, including without limitation the rights
97> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
98> copies of the Software, and to permit persons to whom the Software is
99> furnished to do so, subject to the following conditions:
100>
101> The above copyright notice and this permission notice shall be included in
102> all copies or substantial portions of the Software.
103>
104> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
105> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
106> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
107> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
108> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
109> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
110> THE SOFTWARE.
111
112---------------------------------------
113
114## date-time
115License: MIT
116By: Sindre Sorhus
117Repository: sindresorhus/date-time
118
119---------------------------------------
120
121## fill-range
122License: MIT
123By: Jon Schlinkert, Edo Rivai, Paul Miller, Rouven Weßling
124Repository: jonschlinkert/fill-range
125
126> The MIT License (MIT)
127>
128> Copyright (c) 2014-present, Jon Schlinkert.
129>
130> Permission is hereby granted, free of charge, to any person obtaining a copy
131> of this software and associated documentation files (the "Software"), to deal
132> in the Software without restriction, including without limitation the rights
133> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
134> copies of the Software, and to permit persons to whom the Software is
135> furnished to do so, subject to the following conditions:
136>
137> The above copyright notice and this permission notice shall be included in
138> all copies or substantial portions of the Software.
139>
140> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
141> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
142> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
143> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
144> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
145> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
146> THE SOFTWARE.
147
148---------------------------------------
149
150## hash.js
151License: MIT
152By: Fedor Indutny
153Repository: git@github.com:indutny/hash.js
154
155---------------------------------------
156
157## immutable
158License: MIT
159By: Lee Byron
160Repository: git://github.com/facebook/immutable-js.git
161
162> MIT License
163>
164> Copyright (c) 2014-present, Facebook, Inc.
165>
166> Permission is hereby granted, free of charge, to any person obtaining a copy
167> of this software and associated documentation files (the "Software"), to deal
168> in the Software without restriction, including without limitation the rights
169> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
170> copies of the Software, and to permit persons to whom the Software is
171> furnished to do so, subject to the following conditions:
172>
173> The above copyright notice and this permission notice shall be included in all
174> copies or substantial portions of the Software.
175>
176> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
177> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
178> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
179> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
180> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
181> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
182> SOFTWARE.
183
184---------------------------------------
185
186## inherits
187License: ISC
188Repository: git://github.com/isaacs/inherits
189
190> The ISC License
191>
192> Copyright (c) Isaac Z. Schlueter
193>
194> Permission to use, copy, modify, and/or distribute this software for any
195> purpose with or without fee is hereby granted, provided that the above
196> copyright notice and this permission notice appear in all copies.
197>
198> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
199> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
200> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
201> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
202> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
203> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
204> PERFORMANCE OF THIS SOFTWARE.
205
206---------------------------------------
207
208## is-number
209License: MIT
210By: Jon Schlinkert, Olsten Larck, Rouven Weßling
211Repository: jonschlinkert/is-number
212
213> The MIT License (MIT)
214>
215> Copyright (c) 2014-present, Jon Schlinkert.
216>
217> Permission is hereby granted, free of charge, to any person obtaining a copy
218> of this software and associated documentation files (the "Software"), to deal
219> in the Software without restriction, including without limitation the rights
220> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
221> copies of the Software, and to permit persons to whom the Software is
222> furnished to do so, subject to the following conditions:
223>
224> The above copyright notice and this permission notice shall be included in
225> all copies or substantial portions of the Software.
226>
227> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
228> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
229> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
230> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
231> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
232> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
233> THE SOFTWARE.
234
235---------------------------------------
236
237## is-reference
238License: MIT
239By: Rich Harris
240Repository: git+https://github.com/Rich-Harris/is-reference.git
241
242---------------------------------------
243
244## locate-character
245License: MIT
246By: Rich Harris
247Repository: Rich-Harris/locate-character
248
249---------------------------------------
250
251## magic-string
252License: MIT
253By: Rich Harris
254Repository: https://github.com/rich-harris/magic-string
255
256> Copyright 2018 Rich Harris
257>
258> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
259>
260> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
261>
262> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
263
264---------------------------------------
265
266## micromatch
267License: MIT
268By: 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
269Repository: micromatch/micromatch
270
271> The MIT License (MIT)
272>
273> Copyright (c) 2014-present, Jon Schlinkert.
274>
275> Permission is hereby granted, free of charge, to any person obtaining a copy
276> of this software and associated documentation files (the "Software"), to deal
277> in the Software without restriction, including without limitation the rights
278> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
279> copies of the Software, and to permit persons to whom the Software is
280> furnished to do so, subject to the following conditions:
281>
282> The above copyright notice and this permission notice shall be included in
283> all copies or substantial portions of the Software.
284>
285> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
286> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
287> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
288> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
289> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
290> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
291> THE SOFTWARE.
292
293---------------------------------------
294
295## minimalistic-assert
296License: ISC
297Repository: https://github.com/calvinmetcalf/minimalistic-assert.git
298
299> Copyright 2015 Calvin Metcalf
300>
301> Permission to use, copy, modify, and/or distribute this software for any purpose
302> with or without fee is hereby granted, provided that the above copyright notice
303> and this permission notice appear in all copies.
304>
305> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
306> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
307> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
308> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
309> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
310> OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
311> PERFORMANCE OF THIS SOFTWARE.
312
313---------------------------------------
314
315## minimist
316License: MIT
317By: James Halliday
318Repository: git://github.com/substack/minimist.git
319
320> This software is released under the MIT license:
321>
322> Permission is hereby granted, free of charge, to any person obtaining a copy of
323> this software and associated documentation files (the "Software"), to deal in
324> the Software without restriction, including without limitation the rights to
325> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
326> the Software, and to permit persons to whom the Software is furnished to do so,
327> subject to the following conditions:
328>
329> The above copyright notice and this permission notice shall be included in all
330> copies or substantial portions of the Software.
331>
332> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
333> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
334> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
335> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
336> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
337> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
338
339---------------------------------------
340
341## parse-ms
342License: MIT
343By: Sindre Sorhus
344Repository: sindresorhus/parse-ms
345
346---------------------------------------
347
348## picomatch
349License: MIT
350By: Jon Schlinkert
351Repository: micromatch/picomatch
352
353> The MIT License (MIT)
354>
355> Copyright (c) 2017-present, Jon Schlinkert.
356>
357> Permission is hereby granted, free of charge, to any person obtaining a copy
358> of this software and associated documentation files (the "Software"), to deal
359> in the Software without restriction, including without limitation the rights
360> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
361> copies of the Software, and to permit persons to whom the Software is
362> furnished to do so, subject to the following conditions:
363>
364> The above copyright notice and this permission notice shall be included in
365> all copies or substantial portions of the Software.
366>
367> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
368> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
369> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
370> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
371> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
372> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
373> THE SOFTWARE.
374
375---------------------------------------
376
377## pretty-bytes
378License: MIT
379By: Sindre Sorhus
380Repository: sindresorhus/pretty-bytes
381
382---------------------------------------
383
384## pretty-ms
385License: MIT
386By: Sindre Sorhus
387Repository: sindresorhus/pretty-ms
388
389---------------------------------------
390
391## require-relative
392License: MIT
393By: Valerio Proietti
394Repository: git://github.com/kamicane/require-relative.git
395
396---------------------------------------
397
398## rollup-pluginutils
399License: MIT
400By: Rich Harris
401Repository: rollup/rollup-pluginutils
402
403---------------------------------------
404
405## signal-exit
406License: ISC
407By: Ben Coe
408Repository: https://github.com/tapjs/signal-exit.git
409
410> The ISC License
411>
412> Copyright (c) 2015, Contributors
413>
414> Permission to use, copy, modify, and/or distribute this software
415> for any purpose with or without fee is hereby granted, provided
416> that the above copyright notice and this permission notice
417> appear in all copies.
418>
419> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
420> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
421> OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
422> LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
423> OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
424> WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
425> ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
426
427---------------------------------------
428
429## sourcemap-codec
430License: MIT
431By: Rich Harris
432Repository: https://github.com/Rich-Harris/sourcemap-codec
433
434> The MIT License
435>
436> Copyright (c) 2015 Rich Harris
437>
438> Permission is hereby granted, free of charge, to any person obtaining a copy
439> of this software and associated documentation files (the "Software"), to deal
440> in the Software without restriction, including without limitation the rights
441> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
442> copies of the Software, and to permit persons to whom the Software is
443> furnished to do so, subject to the following conditions:
444>
445> The above copyright notice and this permission notice shall be included in
446> all copies or substantial portions of the Software.
447>
448> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
449> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
450> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
451> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
452> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
453> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
454> THE SOFTWARE.
455
456---------------------------------------
457
458## time-zone
459License: MIT
460By: Sindre Sorhus
461Repository: sindresorhus/time-zone
462
463---------------------------------------
464
465## to-regex-range
466License: MIT
467By: Jon Schlinkert, Rouven Weßling
468Repository: micromatch/to-regex-range
469
470> The MIT License (MIT)
471>
472> Copyright (c) 2015-present, Jon Schlinkert.
473>
474> Permission is hereby granted, free of charge, to any person obtaining a copy
475> of this software and associated documentation files (the "Software"), to deal
476> in the Software without restriction, including without limitation the rights
477> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
478> copies of the Software, and to permit persons to whom the Software is
479> furnished to do so, subject to the following conditions:
480>
481> The above copyright notice and this permission notice shall be included in
482> all copies or substantial portions of the Software.
483>
484> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
485> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
486> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
487> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
488> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
489> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
490> THE SOFTWARE.
491
492---------------------------------------
493
494## tslib
495License: Apache-2.0
496By: Microsoft Corp.
497Repository: https://github.com/Microsoft/tslib.git
498
499> Apache License
500>
501> Version 2.0, January 2004
502>
503> http://www.apache.org/licenses/
504>
505> TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
506>
507> 1. Definitions.
508>
509> "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
510>
511> "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
512>
513> "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
514>
515> "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
516>
517> "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
518>
519> "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
520>
521> "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
522>
523> "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
524>
525> "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
526>
527> "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
528>
529> 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
530>
531> 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
532>
533> 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
534>
535> You must give any other recipients of the Work or Derivative Works a copy of this License; and
536>
537> You must cause any modified files to carry prominent notices stating that You changed the files; and
538>
539> You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
540>
541> If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
542>
543> 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
544>
545> 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
546>
547> 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
548>
549> 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
550>
551> 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
552>
553> END OF TERMS AND CONDITIONS
554
555---------------------------------------
556
557## turbocolor
558License: MIT
559By: Jorge Bucaran
560Repository: jorgebucaran/turbocolor
561
562> Copyright © 2015-present [Jorge Bucaran](https://github.com/jorgebucaran)
563>
564> Permission is hereby granted, free of charge, to any person obtaining a copy
565> of this software and associated documentation files (the "Software"), to deal
566> in the Software without restriction, including without limitation the rights
567> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
568> copies of the Software, and to permit persons to whom the Software is
569> furnished to do so, subject to the following conditions:
570>
571> The above copyright notice and this permission notice shall be included in all
572> copies or substantial portions of the Software.
573>
574> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
575> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
576> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
577> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
578> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
579> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
580> SOFTWARE.