jscrambler 6.2.6 → 6.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1921 @@
1
+ @jscrambler/https-proxy-agent
2
+ MIT
3
+
4
+ @tootallnate/once
5
+ MIT
6
+
7
+ agent-base
8
+ MIT
9
+
10
+ axios
11
+ MIT
12
+ Copyright (c) 2014-present Matt Zabriskie
13
+
14
+ Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ of this software and associated documentation files (the "Software"), to deal
16
+ in the Software without restriction, including without limitation the rights
17
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ copies of the Software, and to permit persons to whom the Software is
19
+ furnished to do so, subject to the following conditions:
20
+
21
+ The above copyright notice and this permission notice shall be included in
22
+ all copies or substantial portions of the Software.
23
+
24
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
30
+ THE SOFTWARE.
31
+
32
+
33
+ balanced-match
34
+ MIT
35
+ (MIT)
36
+
37
+ Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
38
+
39
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
40
+ this software and associated documentation files (the "Software"), to deal in
41
+ the Software without restriction, including without limitation the rights to
42
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
43
+ of the Software, and to permit persons to whom the Software is furnished to do
44
+ so, subject to the following conditions:
45
+
46
+ The above copyright notice and this permission notice shall be included in all
47
+ copies or substantial portions of the Software.
48
+
49
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
51
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
52
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
54
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55
+ SOFTWARE.
56
+
57
+
58
+ brace-expansion
59
+ MIT
60
+ MIT License
61
+
62
+ Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
63
+
64
+ Permission is hereby granted, free of charge, to any person obtaining a copy
65
+ of this software and associated documentation files (the "Software"), to deal
66
+ in the Software without restriction, including without limitation the rights
67
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
68
+ copies of the Software, and to permit persons to whom the Software is
69
+ furnished to do so, subject to the following conditions:
70
+
71
+ The above copyright notice and this permission notice shall be included in all
72
+ copies or substantial portions of the Software.
73
+
74
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
75
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
76
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
77
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
78
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
79
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
80
+ SOFTWARE.
81
+
82
+
83
+ commander
84
+ MIT
85
+ (The MIT License)
86
+
87
+ Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
88
+
89
+ Permission is hereby granted, free of charge, to any person obtaining
90
+ a copy of this software and associated documentation files (the
91
+ 'Software'), to deal in the Software without restriction, including
92
+ without limitation the rights to use, copy, modify, merge, publish,
93
+ distribute, sublicense, and/or sell copies of the Software, and to
94
+ permit persons to whom the Software is furnished to do so, subject to
95
+ the following conditions:
96
+
97
+ The above copyright notice and this permission notice shall be
98
+ included in all copies or substantial portions of the Software.
99
+
100
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
101
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
102
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
103
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
104
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
105
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
106
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
107
+
108
+
109
+ concat-map
110
+ MIT
111
+ This software is released under the MIT license:
112
+
113
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
114
+ this software and associated documentation files (the "Software"), to deal in
115
+ the Software without restriction, including without limitation the rights to
116
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
117
+ the Software, and to permit persons to whom the Software is furnished to do so,
118
+ subject to the following conditions:
119
+
120
+ The above copyright notice and this permission notice shall be included in all
121
+ copies or substantial portions of the Software.
122
+
123
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
124
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
125
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
126
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
127
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
128
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
129
+
130
+
131
+ core-js
132
+ MIT
133
+ Copyright (c) 2014-2022 Denis Pushkarev
134
+
135
+ Permission is hereby granted, free of charge, to any person obtaining a copy
136
+ of this software and associated documentation files (the "Software"), to deal
137
+ in the Software without restriction, including without limitation the rights
138
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
139
+ copies of the Software, and to permit persons to whom the Software is
140
+ furnished to do so, subject to the following conditions:
141
+
142
+ The above copyright notice and this permission notice shall be included in
143
+ all copies or substantial portions of the Software.
144
+
145
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
146
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
147
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
148
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
149
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
150
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
151
+ THE SOFTWARE.
152
+
153
+
154
+ core-util-is
155
+ MIT
156
+ Copyright Node.js contributors. All rights reserved.
157
+
158
+ Permission is hereby granted, free of charge, to any person obtaining a copy
159
+ of this software and associated documentation files (the "Software"), to
160
+ deal in the Software without restriction, including without limitation the
161
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
162
+ sell copies of the Software, and to permit persons to whom the Software is
163
+ furnished to do so, subject to the following conditions:
164
+
165
+ The above copyright notice and this permission notice shall be included in
166
+ all copies or substantial portions of the Software.
167
+
168
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
169
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
170
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
171
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
172
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
173
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
174
+ IN THE SOFTWARE.
175
+
176
+
177
+ debug
178
+ MIT
179
+ (The MIT License)
180
+
181
+ Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
182
+ Copyright (c) 2018-2021 Josh Junon
183
+
184
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
185
+ and associated documentation files (the 'Software'), to deal in the Software without restriction,
186
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
187
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
188
+ subject to the following conditions:
189
+
190
+ The above copyright notice and this permission notice shall be included in all copies or substantial
191
+ portions of the Software.
192
+
193
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
194
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
195
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
196
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
197
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
198
+
199
+
200
+
201
+ deep-extend
202
+ MIT
203
+ The MIT License (MIT)
204
+
205
+ Copyright (c) 2013-2018, Viacheslav Lotsmanov
206
+
207
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
208
+ this software and associated documentation files (the "Software"), to deal in
209
+ the Software without restriction, including without limitation the rights to
210
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
211
+ the Software, and to permit persons to whom the Software is furnished to do so,
212
+ subject to the following conditions:
213
+
214
+ The above copyright notice and this permission notice shall be included in all
215
+ copies or substantial portions of the Software.
216
+
217
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
218
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
219
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
220
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
221
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
222
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
223
+
224
+
225
+ filesize-parser
226
+ MIT
227
+
228
+ follow-redirects
229
+ MIT
230
+ Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
231
+
232
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
233
+ this software and associated documentation files (the "Software"), to deal in
234
+ the Software without restriction, including without limitation the rights to
235
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
236
+ of the Software, and to permit persons to whom the Software is furnished to do
237
+ so, subject to the following conditions:
238
+
239
+ The above copyright notice and this permission notice shall be included in all
240
+ copies or substantial portions of the Software.
241
+
242
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
243
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
244
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
245
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
246
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
247
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
248
+
249
+
250
+ fs-extra
251
+ MIT
252
+ (The MIT License)
253
+
254
+ Copyright (c) 2011-2016 JP Richardson
255
+
256
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
257
+ (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
258
+ merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
259
+ furnished to do so, subject to the following conditions:
260
+
261
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
262
+
263
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
264
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
265
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
266
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
267
+
268
+
269
+ fs.realpath
270
+ ISC
271
+ The ISC License
272
+
273
+ Copyright (c) Isaac Z. Schlueter and Contributors
274
+
275
+ Permission to use, copy, modify, and/or distribute this software for any
276
+ purpose with or without fee is hereby granted, provided that the above
277
+ copyright notice and this permission notice appear in all copies.
278
+
279
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
280
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
281
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
282
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
283
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
284
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
285
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
286
+
287
+ ----
288
+
289
+ This library bundles a version of the `fs.realpath` and `fs.realpathSync`
290
+ methods from Node.js v0.10 under the terms of the Node.js MIT license.
291
+
292
+ Node's license follows, also included at the header of `old.js` which contains
293
+ the licensed code:
294
+
295
+ Copyright Joyent, Inc. and other Node contributors.
296
+
297
+ Permission is hereby granted, free of charge, to any person obtaining a
298
+ copy of this software and associated documentation files (the "Software"),
299
+ to deal in the Software without restriction, including without limitation
300
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
301
+ and/or sell copies of the Software, and to permit persons to whom the
302
+ Software is furnished to do so, subject to the following conditions:
303
+
304
+ The above copyright notice and this permission notice shall be included in
305
+ all copies or substantial portions of the Software.
306
+
307
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
308
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
309
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
310
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
311
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
312
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
313
+ DEALINGS IN THE SOFTWARE.
314
+
315
+
316
+ glob
317
+ ISC
318
+ The ISC License
319
+
320
+ Copyright (c) Isaac Z. Schlueter and Contributors
321
+
322
+ Permission to use, copy, modify, and/or distribute this software for any
323
+ purpose with or without fee is hereby granted, provided that the above
324
+ copyright notice and this permission notice appear in all copies.
325
+
326
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
327
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
328
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
329
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
330
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
331
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
332
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
333
+
334
+ ## Glob Logo
335
+
336
+ Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
337
+ under a Creative Commons Attribution-ShareAlike 4.0 International License
338
+ https://creativecommons.org/licenses/by-sa/4.0/
339
+
340
+
341
+ graceful-fs
342
+ ISC
343
+ The ISC License
344
+
345
+ Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
346
+
347
+ Permission to use, copy, modify, and/or distribute this software for any
348
+ purpose with or without fee is hereby granted, provided that the above
349
+ copyright notice and this permission notice appear in all copies.
350
+
351
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
352
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
353
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
354
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
355
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
356
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
357
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
358
+
359
+
360
+ has-flag
361
+ MIT
362
+ MIT License
363
+
364
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
365
+
366
+ 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:
367
+
368
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
369
+
370
+ 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.
371
+
372
+
373
+ http-proxy-agent
374
+ MIT
375
+
376
+ immediate
377
+ MIT
378
+ Copyright (c) 2012 Barnesandnoble.com, llc, Donavon West, Domenic Denicola, Brian Cavalier
379
+
380
+ Permission is hereby granted, free of charge, to any person obtaining
381
+ a copy of this software and associated documentation files (the
382
+ "Software"), to deal in the Software without restriction, including
383
+ without limitation the rights to use, copy, modify, merge, publish,
384
+ distribute, sublicense, and/or sell copies of the Software, and to
385
+ permit persons to whom the Software is furnished to do so, subject to
386
+ the following conditions:
387
+
388
+ The above copyright notice and this permission notice shall be
389
+ included in all copies or substantial portions of the Software.
390
+
391
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
392
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
393
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
394
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
395
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
396
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
397
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
398
+
399
+
400
+ inflight
401
+ ISC
402
+ The ISC License
403
+
404
+ Copyright (c) Isaac Z. Schlueter
405
+
406
+ Permission to use, copy, modify, and/or distribute this software for any
407
+ purpose with or without fee is hereby granted, provided that the above
408
+ copyright notice and this permission notice appear in all copies.
409
+
410
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
411
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
412
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
413
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
414
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
415
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
416
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
417
+
418
+
419
+ inherits
420
+ ISC
421
+ The ISC License
422
+
423
+ Copyright (c) Isaac Z. Schlueter
424
+
425
+ Permission to use, copy, modify, and/or distribute this software for any
426
+ purpose with or without fee is hereby granted, provided that the above
427
+ copyright notice and this permission notice appear in all copies.
428
+
429
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
430
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
431
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
432
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
433
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
434
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
435
+ PERFORMANCE OF THIS SOFTWARE.
436
+
437
+
438
+
439
+ ini
440
+ ISC
441
+ The ISC License
442
+
443
+ Copyright (c) Isaac Z. Schlueter and Contributors
444
+
445
+ Permission to use, copy, modify, and/or distribute this software for any
446
+ purpose with or without fee is hereby granted, provided that the above
447
+ copyright notice and this permission notice appear in all copies.
448
+
449
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
450
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
451
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
452
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
453
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
454
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
455
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
456
+
457
+
458
+ isarray
459
+ MIT
460
+
461
+ jsonfile
462
+ MIT
463
+ (The MIT License)
464
+
465
+ Copyright (c) 2012-2015, JP Richardson <jprichardson@gmail.com>
466
+
467
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
468
+ (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
469
+ merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
470
+ furnished to do so, subject to the following conditions:
471
+
472
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
473
+
474
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
475
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
476
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
477
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
478
+
479
+
480
+ jszip
481
+ (MIT OR GPL-3.0-or-later)
482
+ JSZip is dual licensed. At your choice you may use it under the MIT license *or* the GPLv3
483
+ license.
484
+
485
+ The MIT License
486
+ ===============
487
+
488
+ Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso
489
+
490
+ Permission is hereby granted, free of charge, to any person obtaining a copy
491
+ of this software and associated documentation files (the "Software"), to deal
492
+ in the Software without restriction, including without limitation the rights
493
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
494
+ copies of the Software, and to permit persons to whom the Software is
495
+ furnished to do so, subject to the following conditions:
496
+
497
+ The above copyright notice and this permission notice shall be included in
498
+ all copies or substantial portions of the Software.
499
+
500
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
501
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
502
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
503
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
504
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
505
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
506
+ THE SOFTWARE.
507
+
508
+
509
+ GPL version 3
510
+ =============
511
+
512
+ GNU GENERAL PUBLIC LICENSE
513
+ Version 3, 29 June 2007
514
+
515
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
516
+ Everyone is permitted to copy and distribute verbatim copies
517
+ of this license document, but changing it is not allowed.
518
+
519
+ Preamble
520
+
521
+ The GNU General Public License is a free, copyleft license for
522
+ software and other kinds of works.
523
+
524
+ The licenses for most software and other practical works are designed
525
+ to take away your freedom to share and change the works. By contrast,
526
+ the GNU General Public License is intended to guarantee your freedom to
527
+ share and change all versions of a program--to make sure it remains free
528
+ software for all its users. We, the Free Software Foundation, use the
529
+ GNU General Public License for most of our software; it applies also to
530
+ any other work released this way by its authors. You can apply it to
531
+ your programs, too.
532
+
533
+ When we speak of free software, we are referring to freedom, not
534
+ price. Our General Public Licenses are designed to make sure that you
535
+ have the freedom to distribute copies of free software (and charge for
536
+ them if you wish), that you receive source code or can get it if you
537
+ want it, that you can change the software or use pieces of it in new
538
+ free programs, and that you know you can do these things.
539
+
540
+ To protect your rights, we need to prevent others from denying you
541
+ these rights or asking you to surrender the rights. Therefore, you have
542
+ certain responsibilities if you distribute copies of the software, or if
543
+ you modify it: responsibilities to respect the freedom of others.
544
+
545
+ For example, if you distribute copies of such a program, whether
546
+ gratis or for a fee, you must pass on to the recipients the same
547
+ freedoms that you received. You must make sure that they, too, receive
548
+ or can get the source code. And you must show them these terms so they
549
+ know their rights.
550
+
551
+ Developers that use the GNU GPL protect your rights with two steps:
552
+ (1) assert copyright on the software, and (2) offer you this License
553
+ giving you legal permission to copy, distribute and/or modify it.
554
+
555
+ For the developers' and authors' protection, the GPL clearly explains
556
+ that there is no warranty for this free software. For both users' and
557
+ authors' sake, the GPL requires that modified versions be marked as
558
+ changed, so that their problems will not be attributed erroneously to
559
+ authors of previous versions.
560
+
561
+ Some devices are designed to deny users access to install or run
562
+ modified versions of the software inside them, although the manufacturer
563
+ can do so. This is fundamentally incompatible with the aim of
564
+ protecting users' freedom to change the software. The systematic
565
+ pattern of such abuse occurs in the area of products for individuals to
566
+ use, which is precisely where it is most unacceptable. Therefore, we
567
+ have designed this version of the GPL to prohibit the practice for those
568
+ products. If such problems arise substantially in other domains, we
569
+ stand ready to extend this provision to those domains in future versions
570
+ of the GPL, as needed to protect the freedom of users.
571
+
572
+ Finally, every program is threatened constantly by software patents.
573
+ States should not allow patents to restrict development and use of
574
+ software on general-purpose computers, but in those that do, we wish to
575
+ avoid the special danger that patents applied to a free program could
576
+ make it effectively proprietary. To prevent this, the GPL assures that
577
+ patents cannot be used to render the program non-free.
578
+
579
+ The precise terms and conditions for copying, distribution and
580
+ modification follow.
581
+
582
+ TERMS AND CONDITIONS
583
+
584
+ 0. Definitions.
585
+
586
+ "This License" refers to version 3 of the GNU General Public License.
587
+
588
+ "Copyright" also means copyright-like laws that apply to other kinds of
589
+ works, such as semiconductor masks.
590
+
591
+ "The Program" refers to any copyrightable work licensed under this
592
+ License. Each licensee is addressed as "you". "Licensees" and
593
+ "recipients" may be individuals or organizations.
594
+
595
+ To "modify" a work means to copy from or adapt all or part of the work
596
+ in a fashion requiring copyright permission, other than the making of an
597
+ exact copy. The resulting work is called a "modified version" of the
598
+ earlier work or a work "based on" the earlier work.
599
+
600
+ A "covered work" means either the unmodified Program or a work based
601
+ on the Program.
602
+
603
+ To "propagate" a work means to do anything with it that, without
604
+ permission, would make you directly or secondarily liable for
605
+ infringement under applicable copyright law, except executing it on a
606
+ computer or modifying a private copy. Propagation includes copying,
607
+ distribution (with or without modification), making available to the
608
+ public, and in some countries other activities as well.
609
+
610
+ To "convey" a work means any kind of propagation that enables other
611
+ parties to make or receive copies. Mere interaction with a user through
612
+ a computer network, with no transfer of a copy, is not conveying.
613
+
614
+ An interactive user interface displays "Appropriate Legal Notices"
615
+ to the extent that it includes a convenient and prominently visible
616
+ feature that (1) displays an appropriate copyright notice, and (2)
617
+ tells the user that there is no warranty for the work (except to the
618
+ extent that warranties are provided), that licensees may convey the
619
+ work under this License, and how to view a copy of this License. If
620
+ the interface presents a list of user commands or options, such as a
621
+ menu, a prominent item in the list meets this criterion.
622
+
623
+ 1. Source Code.
624
+
625
+ The "source code" for a work means the preferred form of the work
626
+ for making modifications to it. "Object code" means any non-source
627
+ form of a work.
628
+
629
+ A "Standard Interface" means an interface that either is an official
630
+ standard defined by a recognized standards body, or, in the case of
631
+ interfaces specified for a particular programming language, one that
632
+ is widely used among developers working in that language.
633
+
634
+ The "System Libraries" of an executable work include anything, other
635
+ than the work as a whole, that (a) is included in the normal form of
636
+ packaging a Major Component, but which is not part of that Major
637
+ Component, and (b) serves only to enable use of the work with that
638
+ Major Component, or to implement a Standard Interface for which an
639
+ implementation is available to the public in source code form. A
640
+ "Major Component", in this context, means a major essential component
641
+ (kernel, window system, and so on) of the specific operating system
642
+ (if any) on which the executable work runs, or a compiler used to
643
+ produce the work, or an object code interpreter used to run it.
644
+
645
+ The "Corresponding Source" for a work in object code form means all
646
+ the source code needed to generate, install, and (for an executable
647
+ work) run the object code and to modify the work, including scripts to
648
+ control those activities. However, it does not include the work's
649
+ System Libraries, or general-purpose tools or generally available free
650
+ programs which are used unmodified in performing those activities but
651
+ which are not part of the work. For example, Corresponding Source
652
+ includes interface definition files associated with source files for
653
+ the work, and the source code for shared libraries and dynamically
654
+ linked subprograms that the work is specifically designed to require,
655
+ such as by intimate data communication or control flow between those
656
+ subprograms and other parts of the work.
657
+
658
+ The Corresponding Source need not include anything that users
659
+ can regenerate automatically from other parts of the Corresponding
660
+ Source.
661
+
662
+ The Corresponding Source for a work in source code form is that
663
+ same work.
664
+
665
+ 2. Basic Permissions.
666
+
667
+ All rights granted under this License are granted for the term of
668
+ copyright on the Program, and are irrevocable provided the stated
669
+ conditions are met. This License explicitly affirms your unlimited
670
+ permission to run the unmodified Program. The output from running a
671
+ covered work is covered by this License only if the output, given its
672
+ content, constitutes a covered work. This License acknowledges your
673
+ rights of fair use or other equivalent, as provided by copyright law.
674
+
675
+ You may make, run and propagate covered works that you do not
676
+ convey, without conditions so long as your license otherwise remains
677
+ in force. You may convey covered works to others for the sole purpose
678
+ of having them make modifications exclusively for you, or provide you
679
+ with facilities for running those works, provided that you comply with
680
+ the terms of this License in conveying all material for which you do
681
+ not control copyright. Those thus making or running the covered works
682
+ for you must do so exclusively on your behalf, under your direction
683
+ and control, on terms that prohibit them from making any copies of
684
+ your copyrighted material outside their relationship with you.
685
+
686
+ Conveying under any other circumstances is permitted solely under
687
+ the conditions stated below. Sublicensing is not allowed; section 10
688
+ makes it unnecessary.
689
+
690
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
691
+
692
+ No covered work shall be deemed part of an effective technological
693
+ measure under any applicable law fulfilling obligations under article
694
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
695
+ similar laws prohibiting or restricting circumvention of such
696
+ measures.
697
+
698
+ When you convey a covered work, you waive any legal power to forbid
699
+ circumvention of technological measures to the extent such circumvention
700
+ is effected by exercising rights under this License with respect to
701
+ the covered work, and you disclaim any intention to limit operation or
702
+ modification of the work as a means of enforcing, against the work's
703
+ users, your or third parties' legal rights to forbid circumvention of
704
+ technological measures.
705
+
706
+ 4. Conveying Verbatim Copies.
707
+
708
+ You may convey verbatim copies of the Program's source code as you
709
+ receive it, in any medium, provided that you conspicuously and
710
+ appropriately publish on each copy an appropriate copyright notice;
711
+ keep intact all notices stating that this License and any
712
+ non-permissive terms added in accord with section 7 apply to the code;
713
+ keep intact all notices of the absence of any warranty; and give all
714
+ recipients a copy of this License along with the Program.
715
+
716
+ You may charge any price or no price for each copy that you convey,
717
+ and you may offer support or warranty protection for a fee.
718
+
719
+ 5. Conveying Modified Source Versions.
720
+
721
+ You may convey a work based on the Program, or the modifications to
722
+ produce it from the Program, in the form of source code under the
723
+ terms of section 4, provided that you also meet all of these conditions:
724
+
725
+ a) The work must carry prominent notices stating that you modified
726
+ it, and giving a relevant date.
727
+
728
+ b) The work must carry prominent notices stating that it is
729
+ released under this License and any conditions added under section
730
+ 7. This requirement modifies the requirement in section 4 to
731
+ "keep intact all notices".
732
+
733
+ c) You must license the entire work, as a whole, under this
734
+ License to anyone who comes into possession of a copy. This
735
+ License will therefore apply, along with any applicable section 7
736
+ additional terms, to the whole of the work, and all its parts,
737
+ regardless of how they are packaged. This License gives no
738
+ permission to license the work in any other way, but it does not
739
+ invalidate such permission if you have separately received it.
740
+
741
+ d) If the work has interactive user interfaces, each must display
742
+ Appropriate Legal Notices; however, if the Program has interactive
743
+ interfaces that do not display Appropriate Legal Notices, your
744
+ work need not make them do so.
745
+
746
+ A compilation of a covered work with other separate and independent
747
+ works, which are not by their nature extensions of the covered work,
748
+ and which are not combined with it such as to form a larger program,
749
+ in or on a volume of a storage or distribution medium, is called an
750
+ "aggregate" if the compilation and its resulting copyright are not
751
+ used to limit the access or legal rights of the compilation's users
752
+ beyond what the individual works permit. Inclusion of a covered work
753
+ in an aggregate does not cause this License to apply to the other
754
+ parts of the aggregate.
755
+
756
+ 6. Conveying Non-Source Forms.
757
+
758
+ You may convey a covered work in object code form under the terms
759
+ of sections 4 and 5, provided that you also convey the
760
+ machine-readable Corresponding Source under the terms of this License,
761
+ in one of these ways:
762
+
763
+ a) Convey the object code in, or embodied in, a physical product
764
+ (including a physical distribution medium), accompanied by the
765
+ Corresponding Source fixed on a durable physical medium
766
+ customarily used for software interchange.
767
+
768
+ b) Convey the object code in, or embodied in, a physical product
769
+ (including a physical distribution medium), accompanied by a
770
+ written offer, valid for at least three years and valid for as
771
+ long as you offer spare parts or customer support for that product
772
+ model, to give anyone who possesses the object code either (1) a
773
+ copy of the Corresponding Source for all the software in the
774
+ product that is covered by this License, on a durable physical
775
+ medium customarily used for software interchange, for a price no
776
+ more than your reasonable cost of physically performing this
777
+ conveying of source, or (2) access to copy the
778
+ Corresponding Source from a network server at no charge.
779
+
780
+ c) Convey individual copies of the object code with a copy of the
781
+ written offer to provide the Corresponding Source. This
782
+ alternative is allowed only occasionally and noncommercially, and
783
+ only if you received the object code with such an offer, in accord
784
+ with subsection 6b.
785
+
786
+ d) Convey the object code by offering access from a designated
787
+ place (gratis or for a charge), and offer equivalent access to the
788
+ Corresponding Source in the same way through the same place at no
789
+ further charge. You need not require recipients to copy the
790
+ Corresponding Source along with the object code. If the place to
791
+ copy the object code is a network server, the Corresponding Source
792
+ may be on a different server (operated by you or a third party)
793
+ that supports equivalent copying facilities, provided you maintain
794
+ clear directions next to the object code saying where to find the
795
+ Corresponding Source. Regardless of what server hosts the
796
+ Corresponding Source, you remain obligated to ensure that it is
797
+ available for as long as needed to satisfy these requirements.
798
+
799
+ e) Convey the object code using peer-to-peer transmission, provided
800
+ you inform other peers where the object code and Corresponding
801
+ Source of the work are being offered to the general public at no
802
+ charge under subsection 6d.
803
+
804
+ A separable portion of the object code, whose source code is excluded
805
+ from the Corresponding Source as a System Library, need not be
806
+ included in conveying the object code work.
807
+
808
+ A "User Product" is either (1) a "consumer product", which means any
809
+ tangible personal property which is normally used for personal, family,
810
+ or household purposes, or (2) anything designed or sold for incorporation
811
+ into a dwelling. In determining whether a product is a consumer product,
812
+ doubtful cases shall be resolved in favor of coverage. For a particular
813
+ product received by a particular user, "normally used" refers to a
814
+ typical or common use of that class of product, regardless of the status
815
+ of the particular user or of the way in which the particular user
816
+ actually uses, or expects or is expected to use, the product. A product
817
+ is a consumer product regardless of whether the product has substantial
818
+ commercial, industrial or non-consumer uses, unless such uses represent
819
+ the only significant mode of use of the product.
820
+
821
+ "Installation Information" for a User Product means any methods,
822
+ procedures, authorization keys, or other information required to install
823
+ and execute modified versions of a covered work in that User Product from
824
+ a modified version of its Corresponding Source. The information must
825
+ suffice to ensure that the continued functioning of the modified object
826
+ code is in no case prevented or interfered with solely because
827
+ modification has been made.
828
+
829
+ If you convey an object code work under this section in, or with, or
830
+ specifically for use in, a User Product, and the conveying occurs as
831
+ part of a transaction in which the right of possession and use of the
832
+ User Product is transferred to the recipient in perpetuity or for a
833
+ fixed term (regardless of how the transaction is characterized), the
834
+ Corresponding Source conveyed under this section must be accompanied
835
+ by the Installation Information. But this requirement does not apply
836
+ if neither you nor any third party retains the ability to install
837
+ modified object code on the User Product (for example, the work has
838
+ been installed in ROM).
839
+
840
+ The requirement to provide Installation Information does not include a
841
+ requirement to continue to provide support service, warranty, or updates
842
+ for a work that has been modified or installed by the recipient, or for
843
+ the User Product in which it has been modified or installed. Access to a
844
+ network may be denied when the modification itself materially and
845
+ adversely affects the operation of the network or violates the rules and
846
+ protocols for communication across the network.
847
+
848
+ Corresponding Source conveyed, and Installation Information provided,
849
+ in accord with this section must be in a format that is publicly
850
+ documented (and with an implementation available to the public in
851
+ source code form), and must require no special password or key for
852
+ unpacking, reading or copying.
853
+
854
+ 7. Additional Terms.
855
+
856
+ "Additional permissions" are terms that supplement the terms of this
857
+ License by making exceptions from one or more of its conditions.
858
+ Additional permissions that are applicable to the entire Program shall
859
+ be treated as though they were included in this License, to the extent
860
+ that they are valid under applicable law. If additional permissions
861
+ apply only to part of the Program, that part may be used separately
862
+ under those permissions, but the entire Program remains governed by
863
+ this License without regard to the additional permissions.
864
+
865
+ When you convey a copy of a covered work, you may at your option
866
+ remove any additional permissions from that copy, or from any part of
867
+ it. (Additional permissions may be written to require their own
868
+ removal in certain cases when you modify the work.) You may place
869
+ additional permissions on material, added by you to a covered work,
870
+ for which you have or can give appropriate copyright permission.
871
+
872
+ Notwithstanding any other provision of this License, for material you
873
+ add to a covered work, you may (if authorized by the copyright holders of
874
+ that material) supplement the terms of this License with terms:
875
+
876
+ a) Disclaiming warranty or limiting liability differently from the
877
+ terms of sections 15 and 16 of this License; or
878
+
879
+ b) Requiring preservation of specified reasonable legal notices or
880
+ author attributions in that material or in the Appropriate Legal
881
+ Notices displayed by works containing it; or
882
+
883
+ c) Prohibiting misrepresentation of the origin of that material, or
884
+ requiring that modified versions of such material be marked in
885
+ reasonable ways as different from the original version; or
886
+
887
+ d) Limiting the use for publicity purposes of names of licensors or
888
+ authors of the material; or
889
+
890
+ e) Declining to grant rights under trademark law for use of some
891
+ trade names, trademarks, or service marks; or
892
+
893
+ f) Requiring indemnification of licensors and authors of that
894
+ material by anyone who conveys the material (or modified versions of
895
+ it) with contractual assumptions of liability to the recipient, for
896
+ any liability that these contractual assumptions directly impose on
897
+ those licensors and authors.
898
+
899
+ All other non-permissive additional terms are considered "further
900
+ restrictions" within the meaning of section 10. If the Program as you
901
+ received it, or any part of it, contains a notice stating that it is
902
+ governed by this License along with a term that is a further
903
+ restriction, you may remove that term. If a license document contains
904
+ a further restriction but permits relicensing or conveying under this
905
+ License, you may add to a covered work material governed by the terms
906
+ of that license document, provided that the further restriction does
907
+ not survive such relicensing or conveying.
908
+
909
+ If you add terms to a covered work in accord with this section, you
910
+ must place, in the relevant source files, a statement of the
911
+ additional terms that apply to those files, or a notice indicating
912
+ where to find the applicable terms.
913
+
914
+ Additional terms, permissive or non-permissive, may be stated in the
915
+ form of a separately written license, or stated as exceptions;
916
+ the above requirements apply either way.
917
+
918
+ 8. Termination.
919
+
920
+ You may not propagate or modify a covered work except as expressly
921
+ provided under this License. Any attempt otherwise to propagate or
922
+ modify it is void, and will automatically terminate your rights under
923
+ this License (including any patent licenses granted under the third
924
+ paragraph of section 11).
925
+
926
+ However, if you cease all violation of this License, then your
927
+ license from a particular copyright holder is reinstated (a)
928
+ provisionally, unless and until the copyright holder explicitly and
929
+ finally terminates your license, and (b) permanently, if the copyright
930
+ holder fails to notify you of the violation by some reasonable means
931
+ prior to 60 days after the cessation.
932
+
933
+ Moreover, your license from a particular copyright holder is
934
+ reinstated permanently if the copyright holder notifies you of the
935
+ violation by some reasonable means, this is the first time you have
936
+ received notice of violation of this License (for any work) from that
937
+ copyright holder, and you cure the violation prior to 30 days after
938
+ your receipt of the notice.
939
+
940
+ Termination of your rights under this section does not terminate the
941
+ licenses of parties who have received copies or rights from you under
942
+ this License. If your rights have been terminated and not permanently
943
+ reinstated, you do not qualify to receive new licenses for the same
944
+ material under section 10.
945
+
946
+ 9. Acceptance Not Required for Having Copies.
947
+
948
+ You are not required to accept this License in order to receive or
949
+ run a copy of the Program. Ancillary propagation of a covered work
950
+ occurring solely as a consequence of using peer-to-peer transmission
951
+ to receive a copy likewise does not require acceptance. However,
952
+ nothing other than this License grants you permission to propagate or
953
+ modify any covered work. These actions infringe copyright if you do
954
+ not accept this License. Therefore, by modifying or propagating a
955
+ covered work, you indicate your acceptance of this License to do so.
956
+
957
+ 10. Automatic Licensing of Downstream Recipients.
958
+
959
+ Each time you convey a covered work, the recipient automatically
960
+ receives a license from the original licensors, to run, modify and
961
+ propagate that work, subject to this License. You are not responsible
962
+ for enforcing compliance by third parties with this License.
963
+
964
+ An "entity transaction" is a transaction transferring control of an
965
+ organization, or substantially all assets of one, or subdividing an
966
+ organization, or merging organizations. If propagation of a covered
967
+ work results from an entity transaction, each party to that
968
+ transaction who receives a copy of the work also receives whatever
969
+ licenses to the work the party's predecessor in interest had or could
970
+ give under the previous paragraph, plus a right to possession of the
971
+ Corresponding Source of the work from the predecessor in interest, if
972
+ the predecessor has it or can get it with reasonable efforts.
973
+
974
+ You may not impose any further restrictions on the exercise of the
975
+ rights granted or affirmed under this License. For example, you may
976
+ not impose a license fee, royalty, or other charge for exercise of
977
+ rights granted under this License, and you may not initiate litigation
978
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
979
+ any patent claim is infringed by making, using, selling, offering for
980
+ sale, or importing the Program or any portion of it.
981
+
982
+ 11. Patents.
983
+
984
+ A "contributor" is a copyright holder who authorizes use under this
985
+ License of the Program or a work on which the Program is based. The
986
+ work thus licensed is called the contributor's "contributor version".
987
+
988
+ A contributor's "essential patent claims" are all patent claims
989
+ owned or controlled by the contributor, whether already acquired or
990
+ hereafter acquired, that would be infringed by some manner, permitted
991
+ by this License, of making, using, or selling its contributor version,
992
+ but do not include claims that would be infringed only as a
993
+ consequence of further modification of the contributor version. For
994
+ purposes of this definition, "control" includes the right to grant
995
+ patent sublicenses in a manner consistent with the requirements of
996
+ this License.
997
+
998
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
999
+ patent license under the contributor's essential patent claims, to
1000
+ make, use, sell, offer for sale, import and otherwise run, modify and
1001
+ propagate the contents of its contributor version.
1002
+
1003
+ In the following three paragraphs, a "patent license" is any express
1004
+ agreement or commitment, however denominated, not to enforce a patent
1005
+ (such as an express permission to practice a patent or covenant not to
1006
+ sue for patent infringement). To "grant" such a patent license to a
1007
+ party means to make such an agreement or commitment not to enforce a
1008
+ patent against the party.
1009
+
1010
+ If you convey a covered work, knowingly relying on a patent license,
1011
+ and the Corresponding Source of the work is not available for anyone
1012
+ to copy, free of charge and under the terms of this License, through a
1013
+ publicly available network server or other readily accessible means,
1014
+ then you must either (1) cause the Corresponding Source to be so
1015
+ available, or (2) arrange to deprive yourself of the benefit of the
1016
+ patent license for this particular work, or (3) arrange, in a manner
1017
+ consistent with the requirements of this License, to extend the patent
1018
+ license to downstream recipients. "Knowingly relying" means you have
1019
+ actual knowledge that, but for the patent license, your conveying the
1020
+ covered work in a country, or your recipient's use of the covered work
1021
+ in a country, would infringe one or more identifiable patents in that
1022
+ country that you have reason to believe are valid.
1023
+
1024
+ If, pursuant to or in connection with a single transaction or
1025
+ arrangement, you convey, or propagate by procuring conveyance of, a
1026
+ covered work, and grant a patent license to some of the parties
1027
+ receiving the covered work authorizing them to use, propagate, modify
1028
+ or convey a specific copy of the covered work, then the patent license
1029
+ you grant is automatically extended to all recipients of the covered
1030
+ work and works based on it.
1031
+
1032
+ A patent license is "discriminatory" if it does not include within
1033
+ the scope of its coverage, prohibits the exercise of, or is
1034
+ conditioned on the non-exercise of one or more of the rights that are
1035
+ specifically granted under this License. You may not convey a covered
1036
+ work if you are a party to an arrangement with a third party that is
1037
+ in the business of distributing software, under which you make payment
1038
+ to the third party based on the extent of your activity of conveying
1039
+ the work, and under which the third party grants, to any of the
1040
+ parties who would receive the covered work from you, a discriminatory
1041
+ patent license (a) in connection with copies of the covered work
1042
+ conveyed by you (or copies made from those copies), or (b) primarily
1043
+ for and in connection with specific products or compilations that
1044
+ contain the covered work, unless you entered into that arrangement,
1045
+ or that patent license was granted, prior to 28 March 2007.
1046
+
1047
+ Nothing in this License shall be construed as excluding or limiting
1048
+ any implied license or other defenses to infringement that may
1049
+ otherwise be available to you under applicable patent law.
1050
+
1051
+ 12. No Surrender of Others' Freedom.
1052
+
1053
+ If conditions are imposed on you (whether by court order, agreement or
1054
+ otherwise) that contradict the conditions of this License, they do not
1055
+ excuse you from the conditions of this License. If you cannot convey a
1056
+ covered work so as to satisfy simultaneously your obligations under this
1057
+ License and any other pertinent obligations, then as a consequence you may
1058
+ not convey it at all. For example, if you agree to terms that obligate you
1059
+ to collect a royalty for further conveying from those to whom you convey
1060
+ the Program, the only way you could satisfy both those terms and this
1061
+ License would be to refrain entirely from conveying the Program.
1062
+
1063
+ 13. Use with the GNU Affero General Public License.
1064
+
1065
+ Notwithstanding any other provision of this License, you have
1066
+ permission to link or combine any covered work with a work licensed
1067
+ under version 3 of the GNU Affero General Public License into a single
1068
+ combined work, and to convey the resulting work. The terms of this
1069
+ License will continue to apply to the part which is the covered work,
1070
+ but the special requirements of the GNU Affero General Public License,
1071
+ section 13, concerning interaction through a network will apply to the
1072
+ combination as such.
1073
+
1074
+ 14. Revised Versions of this License.
1075
+
1076
+ The Free Software Foundation may publish revised and/or new versions of
1077
+ the GNU General Public License from time to time. Such new versions will
1078
+ be similar in spirit to the present version, but may differ in detail to
1079
+ address new problems or concerns.
1080
+
1081
+ Each version is given a distinguishing version number. If the
1082
+ Program specifies that a certain numbered version of the GNU General
1083
+ Public License "or any later version" applies to it, you have the
1084
+ option of following the terms and conditions either of that numbered
1085
+ version or of any later version published by the Free Software
1086
+ Foundation. If the Program does not specify a version number of the
1087
+ GNU General Public License, you may choose any version ever published
1088
+ by the Free Software Foundation.
1089
+
1090
+ If the Program specifies that a proxy can decide which future
1091
+ versions of the GNU General Public License can be used, that proxy's
1092
+ public statement of acceptance of a version permanently authorizes you
1093
+ to choose that version for the Program.
1094
+
1095
+ Later license versions may give you additional or different
1096
+ permissions. However, no additional obligations are imposed on any
1097
+ author or copyright holder as a result of your choosing to follow a
1098
+ later version.
1099
+
1100
+ 15. Disclaimer of Warranty.
1101
+
1102
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
1103
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
1104
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
1105
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
1106
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1107
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
1108
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
1109
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1110
+
1111
+ 16. Limitation of Liability.
1112
+
1113
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1114
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
1115
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
1116
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
1117
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
1118
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
1119
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
1120
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
1121
+ SUCH DAMAGES.
1122
+
1123
+ 17. Interpretation of Sections 15 and 16.
1124
+
1125
+ If the disclaimer of warranty and limitation of liability provided
1126
+ above cannot be given local legal effect according to their terms,
1127
+ reviewing courts shall apply local law that most closely approximates
1128
+ an absolute waiver of all civil liability in connection with the
1129
+ Program, unless a warranty or assumption of liability accompanies a
1130
+ copy of the Program in return for a fee.
1131
+
1132
+ END OF TERMS AND CONDITIONS
1133
+
1134
+
1135
+ klaw
1136
+ MIT
1137
+ (The MIT License)
1138
+
1139
+ Copyright (c) 2015-2016 JP Richardson
1140
+
1141
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
1142
+ (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
1143
+ merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
1144
+ furnished to do so, subject to the following conditions:
1145
+
1146
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1147
+
1148
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
1149
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
1150
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1151
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1152
+
1153
+
1154
+ lie
1155
+ MIT
1156
+ #Copyright (c) 2014-2018 Calvin Metcalf, Jordan Harband
1157
+
1158
+ 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:
1159
+
1160
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1161
+
1162
+ **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.**
1163
+
1164
+
1165
+ lodash.clone
1166
+ MIT
1167
+ Copyright jQuery Foundation and other contributors <https://jquery.org/>
1168
+
1169
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1170
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1171
+
1172
+ This software consists of voluntary contributions made by many
1173
+ individuals. For exact contribution history, see the revision history
1174
+ available at https://github.com/lodash/lodash
1175
+
1176
+ The following license applies to all parts of this software except as
1177
+ documented below:
1178
+
1179
+ ====
1180
+
1181
+ Permission is hereby granted, free of charge, to any person obtaining
1182
+ a copy of this software and associated documentation files (the
1183
+ "Software"), to deal in the Software without restriction, including
1184
+ without limitation the rights to use, copy, modify, merge, publish,
1185
+ distribute, sublicense, and/or sell copies of the Software, and to
1186
+ permit persons to whom the Software is furnished to do so, subject to
1187
+ the following conditions:
1188
+
1189
+ The above copyright notice and this permission notice shall be
1190
+ included in all copies or substantial portions of the Software.
1191
+
1192
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1193
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1194
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1195
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1196
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1197
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1198
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1199
+
1200
+ ====
1201
+
1202
+ Copyright and related rights for sample code are waived via CC0. Sample
1203
+ code is defined as all source code displayed within the prose of the
1204
+ documentation.
1205
+
1206
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1207
+
1208
+ ====
1209
+
1210
+ Files located in the node_modules and vendor directories are externally
1211
+ maintained libraries used by this software which have their own
1212
+ licenses; we recommend you read them, as their terms may differ from the
1213
+ terms above.
1214
+
1215
+
1216
+ lodash.clonedeep
1217
+ MIT
1218
+ Copyright jQuery Foundation and other contributors <https://jquery.org/>
1219
+
1220
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1221
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1222
+
1223
+ This software consists of voluntary contributions made by many
1224
+ individuals. For exact contribution history, see the revision history
1225
+ available at https://github.com/lodash/lodash
1226
+
1227
+ The following license applies to all parts of this software except as
1228
+ documented below:
1229
+
1230
+ ====
1231
+
1232
+ Permission is hereby granted, free of charge, to any person obtaining
1233
+ a copy of this software and associated documentation files (the
1234
+ "Software"), to deal in the Software without restriction, including
1235
+ without limitation the rights to use, copy, modify, merge, publish,
1236
+ distribute, sublicense, and/or sell copies of the Software, and to
1237
+ permit persons to whom the Software is furnished to do so, subject to
1238
+ the following conditions:
1239
+
1240
+ The above copyright notice and this permission notice shall be
1241
+ included in all copies or substantial portions of the Software.
1242
+
1243
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1244
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1245
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1246
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1247
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1248
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1249
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1250
+
1251
+ ====
1252
+
1253
+ Copyright and related rights for sample code are waived via CC0. Sample
1254
+ code is defined as all source code displayed within the prose of the
1255
+ documentation.
1256
+
1257
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1258
+
1259
+ ====
1260
+
1261
+ Files located in the node_modules and vendor directories are externally
1262
+ maintained libraries used by this software which have their own
1263
+ licenses; we recommend you read them, as their terms may differ from the
1264
+ terms above.
1265
+
1266
+
1267
+ lodash.defaults
1268
+ MIT
1269
+ Copyright jQuery Foundation and other contributors <https://jquery.org/>
1270
+
1271
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1272
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1273
+
1274
+ This software consists of voluntary contributions made by many
1275
+ individuals. For exact contribution history, see the revision history
1276
+ available at https://github.com/lodash/lodash
1277
+
1278
+ The following license applies to all parts of this software except as
1279
+ documented below:
1280
+
1281
+ ====
1282
+
1283
+ Permission is hereby granted, free of charge, to any person obtaining
1284
+ a copy of this software and associated documentation files (the
1285
+ "Software"), to deal in the Software without restriction, including
1286
+ without limitation the rights to use, copy, modify, merge, publish,
1287
+ distribute, sublicense, and/or sell copies of the Software, and to
1288
+ permit persons to whom the Software is furnished to do so, subject to
1289
+ the following conditions:
1290
+
1291
+ The above copyright notice and this permission notice shall be
1292
+ included in all copies or substantial portions of the Software.
1293
+
1294
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1295
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1296
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1297
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1298
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1299
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1300
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1301
+
1302
+ ====
1303
+
1304
+ Copyright and related rights for sample code are waived via CC0. Sample
1305
+ code is defined as all source code displayed within the prose of the
1306
+ documentation.
1307
+
1308
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1309
+
1310
+ ====
1311
+
1312
+ Files located in the node_modules and vendor directories are externally
1313
+ maintained libraries used by this software which have their own
1314
+ licenses; we recommend you read them, as their terms may differ from the
1315
+ terms above.
1316
+
1317
+
1318
+ lodash.keys
1319
+ MIT
1320
+ Copyright jQuery Foundation and other contributors <https://jquery.org/>
1321
+
1322
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1323
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1324
+
1325
+ This software consists of voluntary contributions made by many
1326
+ individuals. For exact contribution history, see the revision history
1327
+ available at https://github.com/lodash/lodash
1328
+
1329
+ The following license applies to all parts of this software except as
1330
+ documented below:
1331
+
1332
+ ====
1333
+
1334
+ Permission is hereby granted, free of charge, to any person obtaining
1335
+ a copy of this software and associated documentation files (the
1336
+ "Software"), to deal in the Software without restriction, including
1337
+ without limitation the rights to use, copy, modify, merge, publish,
1338
+ distribute, sublicense, and/or sell copies of the Software, and to
1339
+ permit persons to whom the Software is furnished to do so, subject to
1340
+ the following conditions:
1341
+
1342
+ The above copyright notice and this permission notice shall be
1343
+ included in all copies or substantial portions of the Software.
1344
+
1345
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1346
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1347
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1348
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1349
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1350
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1351
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1352
+
1353
+ ====
1354
+
1355
+ Copyright and related rights for sample code are waived via CC0. Sample
1356
+ code is defined as all source code displayed within the prose of the
1357
+ documentation.
1358
+
1359
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1360
+
1361
+ ====
1362
+
1363
+ Files located in the node_modules and vendor directories are externally
1364
+ maintained libraries used by this software which have their own
1365
+ licenses; we recommend you read them, as their terms may differ from the
1366
+ terms above.
1367
+
1368
+
1369
+ lodash.size
1370
+ MIT
1371
+ Copyright jQuery Foundation and other contributors <https://jquery.org/>
1372
+
1373
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1374
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1375
+
1376
+ This software consists of voluntary contributions made by many
1377
+ individuals. For exact contribution history, see the revision history
1378
+ available at https://github.com/lodash/lodash
1379
+
1380
+ The following license applies to all parts of this software except as
1381
+ documented below:
1382
+
1383
+ ====
1384
+
1385
+ Permission is hereby granted, free of charge, to any person obtaining
1386
+ a copy of this software and associated documentation files (the
1387
+ "Software"), to deal in the Software without restriction, including
1388
+ without limitation the rights to use, copy, modify, merge, publish,
1389
+ distribute, sublicense, and/or sell copies of the Software, and to
1390
+ permit persons to whom the Software is furnished to do so, subject to
1391
+ the following conditions:
1392
+
1393
+ The above copyright notice and this permission notice shall be
1394
+ included in all copies or substantial portions of the Software.
1395
+
1396
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1397
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1398
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1399
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1400
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1401
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1402
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1403
+
1404
+ ====
1405
+
1406
+ Copyright and related rights for sample code are waived via CC0. Sample
1407
+ code is defined as all source code displayed within the prose of the
1408
+ documentation.
1409
+
1410
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1411
+
1412
+ ====
1413
+
1414
+ Files located in the node_modules and vendor directories are externally
1415
+ maintained libraries used by this software which have their own
1416
+ licenses; we recommend you read them, as their terms may differ from the
1417
+ terms above.
1418
+
1419
+
1420
+ minimatch
1421
+ ISC
1422
+ The ISC License
1423
+
1424
+ Copyright (c) Isaac Z. Schlueter and Contributors
1425
+
1426
+ Permission to use, copy, modify, and/or distribute this software for any
1427
+ purpose with or without fee is hereby granted, provided that the above
1428
+ copyright notice and this permission notice appear in all copies.
1429
+
1430
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1431
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1432
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1433
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1434
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1435
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1436
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1437
+
1438
+
1439
+ minimist
1440
+ MIT
1441
+ This software is released under the MIT license:
1442
+
1443
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1444
+ this software and associated documentation files (the "Software"), to deal in
1445
+ the Software without restriction, including without limitation the rights to
1446
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1447
+ the Software, and to permit persons to whom the Software is furnished to do so,
1448
+ subject to the following conditions:
1449
+
1450
+ The above copyright notice and this permission notice shall be included in all
1451
+ copies or substantial portions of the Software.
1452
+
1453
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1454
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1455
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1456
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1457
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1458
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1459
+
1460
+
1461
+ ms
1462
+ MIT
1463
+ The MIT License (MIT)
1464
+
1465
+ Copyright (c) 2016 Zeit, Inc.
1466
+
1467
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1468
+ of this software and associated documentation files (the "Software"), to deal
1469
+ in the Software without restriction, including without limitation the rights
1470
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1471
+ copies of the Software, and to permit persons to whom the Software is
1472
+ furnished to do so, subject to the following conditions:
1473
+
1474
+ The above copyright notice and this permission notice shall be included in all
1475
+ copies or substantial portions of the Software.
1476
+
1477
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1478
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1479
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1480
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1481
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1482
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1483
+ SOFTWARE.
1484
+
1485
+
1486
+ once
1487
+ ISC
1488
+ The ISC License
1489
+
1490
+ Copyright (c) Isaac Z. Schlueter and Contributors
1491
+
1492
+ Permission to use, copy, modify, and/or distribute this software for any
1493
+ purpose with or without fee is hereby granted, provided that the above
1494
+ copyright notice and this permission notice appear in all copies.
1495
+
1496
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1497
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1498
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1499
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1500
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1501
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1502
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1503
+
1504
+
1505
+ pako
1506
+ (MIT AND Zlib)
1507
+ (The MIT License)
1508
+
1509
+ Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
1510
+
1511
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1512
+ of this software and associated documentation files (the "Software"), to deal
1513
+ in the Software without restriction, including without limitation the rights
1514
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1515
+ copies of the Software, and to permit persons to whom the Software is
1516
+ furnished to do so, subject to the following conditions:
1517
+
1518
+ The above copyright notice and this permission notice shall be included in
1519
+ all copies or substantial portions of the Software.
1520
+
1521
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1522
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1523
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1524
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1525
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1526
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1527
+ THE SOFTWARE.
1528
+
1529
+
1530
+ path-is-absolute
1531
+ MIT
1532
+ The MIT License (MIT)
1533
+
1534
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1535
+
1536
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1537
+ of this software and associated documentation files (the "Software"), to deal
1538
+ in the Software without restriction, including without limitation the rights
1539
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1540
+ copies of the Software, and to permit persons to whom the Software is
1541
+ furnished to do so, subject to the following conditions:
1542
+
1543
+ The above copyright notice and this permission notice shall be included in
1544
+ all copies or substantial portions of the Software.
1545
+
1546
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1547
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1548
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1549
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1550
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1551
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1552
+ THE SOFTWARE.
1553
+
1554
+
1555
+ process-nextick-args
1556
+ MIT
1557
+ # Copyright (c) 2015 Calvin Metcalf
1558
+
1559
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1560
+ of this software and associated documentation files (the "Software"), to deal
1561
+ in the Software without restriction, including without limitation the rights
1562
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1563
+ copies of the Software, and to permit persons to whom the Software is
1564
+ furnished to do so, subject to the following conditions:
1565
+
1566
+ The above copyright notice and this permission notice shall be included in all
1567
+ copies or substantial portions of the Software.
1568
+
1569
+ **THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1570
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1571
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1572
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1573
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1574
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1575
+ SOFTWARE.**
1576
+
1577
+
1578
+ q
1579
+ MIT
1580
+ Copyright 2009–2017 Kristopher Michael Kowal. All rights reserved.
1581
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1582
+ of this software and associated documentation files (the "Software"), to
1583
+ deal in the Software without restriction, including without limitation the
1584
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1585
+ sell copies of the Software, and to permit persons to whom the Software is
1586
+ furnished to do so, subject to the following conditions:
1587
+
1588
+ The above copyright notice and this permission notice shall be included in
1589
+ all copies or substantial portions of the Software.
1590
+
1591
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1592
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1593
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1594
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1595
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1596
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1597
+ IN THE SOFTWARE.
1598
+
1599
+
1600
+ rc
1601
+ (BSD-2-Clause OR MIT OR Apache-2.0)
1602
+ Apache License, Version 2.0
1603
+
1604
+ Copyright (c) 2011 Dominic Tarr
1605
+
1606
+ Licensed under the Apache License, Version 2.0 (the "License");
1607
+ you may not use this file except in compliance with the License.
1608
+ You may obtain a copy of the License at
1609
+
1610
+ http://www.apache.org/licenses/LICENSE-2.0
1611
+
1612
+ Unless required by applicable law or agreed to in writing, software
1613
+ distributed under the License is distributed on an "AS IS" BASIS,
1614
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1615
+ See the License for the specific language governing permissions and
1616
+ limitations under the License.
1617
+
1618
+
1619
+ readable-stream
1620
+ MIT
1621
+ Node.js is licensed for use as follows:
1622
+
1623
+ """
1624
+ Copyright Node.js contributors. All rights reserved.
1625
+
1626
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1627
+ of this software and associated documentation files (the "Software"), to
1628
+ deal in the Software without restriction, including without limitation the
1629
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1630
+ sell copies of the Software, and to permit persons to whom the Software is
1631
+ furnished to do so, subject to the following conditions:
1632
+
1633
+ The above copyright notice and this permission notice shall be included in
1634
+ all copies or substantial portions of the Software.
1635
+
1636
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1637
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1638
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1639
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1640
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1641
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1642
+ IN THE SOFTWARE.
1643
+ """
1644
+
1645
+ This license applies to parts of Node.js originating from the
1646
+ https://github.com/joyent/node repository:
1647
+
1648
+ """
1649
+ Copyright Joyent, Inc. and other Node contributors. All rights reserved.
1650
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1651
+ of this software and associated documentation files (the "Software"), to
1652
+ deal in the Software without restriction, including without limitation the
1653
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1654
+ sell copies of the Software, and to permit persons to whom the Software is
1655
+ furnished to do so, subject to the following conditions:
1656
+
1657
+ The above copyright notice and this permission notice shall be included in
1658
+ all copies or substantial portions of the Software.
1659
+
1660
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1661
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1662
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1663
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1664
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1665
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1666
+ IN THE SOFTWARE.
1667
+ """
1668
+
1669
+
1670
+ regenerator-runtime
1671
+ MIT
1672
+ MIT License
1673
+
1674
+ Copyright (c) 2014-present, Facebook, Inc.
1675
+
1676
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1677
+ of this software and associated documentation files (the "Software"), to deal
1678
+ in the Software without restriction, including without limitation the rights
1679
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1680
+ copies of the Software, and to permit persons to whom the Software is
1681
+ furnished to do so, subject to the following conditions:
1682
+
1683
+ The above copyright notice and this permission notice shall be included in all
1684
+ copies or substantial portions of the Software.
1685
+
1686
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1687
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1688
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1689
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1690
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1691
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1692
+ SOFTWARE.
1693
+
1694
+
1695
+ rimraf
1696
+ ISC
1697
+ The ISC License
1698
+
1699
+ Copyright (c) Isaac Z. Schlueter and Contributors
1700
+
1701
+ Permission to use, copy, modify, and/or distribute this software for any
1702
+ purpose with or without fee is hereby granted, provided that the above
1703
+ copyright notice and this permission notice appear in all copies.
1704
+
1705
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1706
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1707
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1708
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1709
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1710
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1711
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1712
+
1713
+
1714
+ safe-buffer
1715
+ MIT
1716
+ The MIT License (MIT)
1717
+
1718
+ Copyright (c) Feross Aboukhadijeh
1719
+
1720
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1721
+ of this software and associated documentation files (the "Software"), to deal
1722
+ in the Software without restriction, including without limitation the rights
1723
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1724
+ copies of the Software, and to permit persons to whom the Software is
1725
+ furnished to do so, subject to the following conditions:
1726
+
1727
+ The above copyright notice and this permission notice shall be included in
1728
+ all copies or substantial portions of the Software.
1729
+
1730
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1731
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1732
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1733
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1734
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1735
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1736
+ THE SOFTWARE.
1737
+
1738
+
1739
+ setimmediate
1740
+ MIT
1741
+ Copyright (c) 2012 Barnesandnoble.com, llc, Donavon West, and Domenic Denicola
1742
+
1743
+ Permission is hereby granted, free of charge, to any person obtaining
1744
+ a copy of this software and associated documentation files (the
1745
+ "Software"), to deal in the Software without restriction, including
1746
+ without limitation the rights to use, copy, modify, merge, publish,
1747
+ distribute, sublicense, and/or sell copies of the Software, and to
1748
+ permit persons to whom the Software is furnished to do so, subject to
1749
+ the following conditions:
1750
+
1751
+ The above copyright notice and this permission notice shall be
1752
+ included in all copies or substantial portions of the Software.
1753
+
1754
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1755
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1756
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1757
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1758
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1759
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1760
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1761
+
1762
+
1763
+ string_decoder
1764
+ MIT
1765
+ Node.js is licensed for use as follows:
1766
+
1767
+ """
1768
+ Copyright Node.js contributors. All rights reserved.
1769
+
1770
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1771
+ of this software and associated documentation files (the "Software"), to
1772
+ deal in the Software without restriction, including without limitation the
1773
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1774
+ sell copies of the Software, and to permit persons to whom the Software is
1775
+ furnished to do so, subject to the following conditions:
1776
+
1777
+ The above copyright notice and this permission notice shall be included in
1778
+ all copies or substantial portions of the Software.
1779
+
1780
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1781
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1782
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1783
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1784
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1785
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1786
+ IN THE SOFTWARE.
1787
+ """
1788
+
1789
+ This license applies to parts of Node.js originating from the
1790
+ https://github.com/joyent/node repository:
1791
+
1792
+ """
1793
+ Copyright Joyent, Inc. and other Node contributors. All rights reserved.
1794
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1795
+ of this software and associated documentation files (the "Software"), to
1796
+ deal in the Software without restriction, including without limitation the
1797
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1798
+ sell copies of the Software, and to permit persons to whom the Software is
1799
+ furnished to do so, subject to the following conditions:
1800
+
1801
+ The above copyright notice and this permission notice shall be included in
1802
+ all copies or substantial portions of the Software.
1803
+
1804
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1805
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1806
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1807
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1808
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1809
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1810
+ IN THE SOFTWARE.
1811
+ """
1812
+
1813
+
1814
+
1815
+ strip-json-comments
1816
+ MIT
1817
+ The MIT License (MIT)
1818
+
1819
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1820
+
1821
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1822
+ of this software and associated documentation files (the "Software"), to deal
1823
+ in the Software without restriction, including without limitation the rights
1824
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1825
+ copies of the Software, and to permit persons to whom the Software is
1826
+ furnished to do so, subject to the following conditions:
1827
+
1828
+ The above copyright notice and this permission notice shall be included in
1829
+ all copies or substantial portions of the Software.
1830
+
1831
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1832
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1833
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1834
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1835
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1836
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1837
+ THE SOFTWARE.
1838
+
1839
+
1840
+ supports-color
1841
+ MIT
1842
+ MIT License
1843
+
1844
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1845
+
1846
+ 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:
1847
+
1848
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1849
+
1850
+ 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.
1851
+
1852
+
1853
+ temp
1854
+ MIT
1855
+ The MIT License (MIT)
1856
+
1857
+ Copyright (c) 2010-2014 Bruce Williams
1858
+
1859
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1860
+ this software and associated documentation files (the "Software"), to deal in
1861
+ the Software without restriction, including without limitation the rights to
1862
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1863
+ the Software, and to permit persons to whom the Software is furnished to do so,
1864
+ subject to the following conditions:
1865
+
1866
+ The above copyright notice and this permission notice shall be included in all
1867
+ copies or substantial portions of the Software.
1868
+
1869
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1870
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1871
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1872
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1873
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1874
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1875
+
1876
+
1877
+ util-deprecate
1878
+ MIT
1879
+ (The MIT License)
1880
+
1881
+ Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
1882
+
1883
+ Permission is hereby granted, free of charge, to any person
1884
+ obtaining a copy of this software and associated documentation
1885
+ files (the "Software"), to deal in the Software without
1886
+ restriction, including without limitation the rights to use,
1887
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
1888
+ copies of the Software, and to permit persons to whom the
1889
+ Software is furnished to do so, subject to the following
1890
+ conditions:
1891
+
1892
+ The above copyright notice and this permission notice shall be
1893
+ included in all copies or substantial portions of the Software.
1894
+
1895
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1896
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1897
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1898
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1899
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1900
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1901
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1902
+ OTHER DEALINGS IN THE SOFTWARE.
1903
+
1904
+
1905
+ wrappy
1906
+ ISC
1907
+ The ISC License
1908
+
1909
+ Copyright (c) Isaac Z. Schlueter and Contributors
1910
+
1911
+ Permission to use, copy, modify, and/or distribute this software for any
1912
+ purpose with or without fee is hereby granted, provided that the above
1913
+ copyright notice and this permission notice appear in all copies.
1914
+
1915
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1916
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1917
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1918
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1919
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1920
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1921
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.