@ossy/deployment-tools 0.0.25 → 0.0.27

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.
package/dist/licenses.txt CHANGED
@@ -1,1143 +1,8 @@
1
- @vercel/ncc
1
+ node-fetch
2
2
  MIT
3
- Copyright 2018 ZEIT, Inc.
4
-
5
- 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:
6
-
7
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
-
9
- 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.
10
-
11
- accepts
12
- MIT
13
- (The MIT License)
14
-
15
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
16
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
17
-
18
- Permission is hereby granted, free of charge, to any person obtaining
19
- a copy of this software and associated documentation files (the
20
- 'Software'), to deal in the Software without restriction, including
21
- without limitation the rights to use, copy, modify, merge, publish,
22
- distribute, sublicense, and/or sell copies of the Software, and to
23
- permit persons to whom the Software is furnished to do so, subject to
24
- the following conditions:
25
-
26
- The above copyright notice and this permission notice shall be
27
- included in all copies or substantial portions of the Software.
28
-
29
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
30
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
31
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
32
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
33
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
34
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
35
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36
-
37
-
38
- array-flatten
39
- MIT
40
- The MIT License (MIT)
41
-
42
- Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
43
-
44
- Permission is hereby granted, free of charge, to any person obtaining a copy
45
- of this software and associated documentation files (the "Software"), to deal
46
- in the Software without restriction, including without limitation the rights
47
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
48
- copies of the Software, and to permit persons to whom the Software is
49
- furnished to do so, subject to the following conditions:
50
-
51
- The above copyright notice and this permission notice shall be included in
52
- all copies or substantial portions of the Software.
53
-
54
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
56
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
57
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
58
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
59
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
60
- THE SOFTWARE.
61
-
62
-
63
- body-parser
64
- MIT
65
- (The MIT License)
66
-
67
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
68
- Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
69
-
70
- Permission is hereby granted, free of charge, to any person obtaining
71
- a copy of this software and associated documentation files (the
72
- 'Software'), to deal in the Software without restriction, including
73
- without limitation the rights to use, copy, modify, merge, publish,
74
- distribute, sublicense, and/or sell copies of the Software, and to
75
- permit persons to whom the Software is furnished to do so, subject to
76
- the following conditions:
77
-
78
- The above copyright notice and this permission notice shall be
79
- included in all copies or substantial portions of the Software.
80
-
81
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
82
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
83
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
84
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
85
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
86
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
87
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
88
-
89
-
90
- bytes
91
- MIT
92
- (The MIT License)
93
-
94
- Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
95
- Copyright (c) 2015 Jed Watson <jed.watson@me.com>
96
-
97
- Permission is hereby granted, free of charge, to any person obtaining
98
- a copy of this software and associated documentation files (the
99
- 'Software'), to deal in the Software without restriction, including
100
- without limitation the rights to use, copy, modify, merge, publish,
101
- distribute, sublicense, and/or sell copies of the Software, and to
102
- permit persons to whom the Software is furnished to do so, subject to
103
- the following conditions:
104
-
105
- The above copyright notice and this permission notice shall be
106
- included in all copies or substantial portions of the Software.
107
-
108
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
109
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
110
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
111
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
112
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
113
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
114
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
115
-
116
-
117
- content-disposition
118
- MIT
119
- (The MIT License)
120
-
121
- Copyright (c) 2014-2017 Douglas Christopher Wilson
122
-
123
- Permission is hereby granted, free of charge, to any person obtaining
124
- a copy of this software and associated documentation files (the
125
- 'Software'), to deal in the Software without restriction, including
126
- without limitation the rights to use, copy, modify, merge, publish,
127
- distribute, sublicense, and/or sell copies of the Software, and to
128
- permit persons to whom the Software is furnished to do so, subject to
129
- the following conditions:
130
-
131
- The above copyright notice and this permission notice shall be
132
- included in all copies or substantial portions of the Software.
133
-
134
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
135
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
136
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
137
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
138
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
139
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
140
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
141
-
142
-
143
- content-type
144
- MIT
145
- (The MIT License)
146
-
147
- Copyright (c) 2015 Douglas Christopher Wilson
148
-
149
- Permission is hereby granted, free of charge, to any person obtaining
150
- a copy of this software and associated documentation files (the
151
- 'Software'), to deal in the Software without restriction, including
152
- without limitation the rights to use, copy, modify, merge, publish,
153
- distribute, sublicense, and/or sell copies of the Software, and to
154
- permit persons to whom the Software is furnished to do so, subject to
155
- the following conditions:
156
-
157
- The above copyright notice and this permission notice shall be
158
- included in all copies or substantial portions of the Software.
159
-
160
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
161
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
162
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
163
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
164
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
165
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
166
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
167
-
168
-
169
- cookie
170
- MIT
171
- (The MIT License)
172
-
173
- Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>
174
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
175
-
176
- Permission is hereby granted, free of charge, to any person obtaining
177
- a copy of this software and associated documentation files (the
178
- 'Software'), to deal in the Software without restriction, including
179
- without limitation the rights to use, copy, modify, merge, publish,
180
- distribute, sublicense, and/or sell copies of the Software, and to
181
- permit persons to whom the Software is furnished to do so, subject to
182
- the following conditions:
183
-
184
- The above copyright notice and this permission notice shall be
185
- included in all copies or substantial portions of the Software.
186
-
187
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
188
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
189
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
190
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
191
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
192
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
193
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
194
-
195
-
196
-
197
- cookie-signature
198
- MIT
199
-
200
- debug
201
- MIT
202
- (The MIT License)
203
-
204
- Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
205
-
206
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software
207
- and associated documentation files (the 'Software'), to deal in the Software without restriction,
208
- including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
209
- and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
210
- subject to the following conditions:
211
-
212
- The above copyright notice and this permission notice shall be included in all copies or substantial
213
- portions of the Software.
214
-
215
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
216
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
217
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
218
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
219
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
220
-
221
-
222
-
223
- depd
224
- MIT
225
- (The MIT License)
226
-
227
- Copyright (c) 2014-2017 Douglas Christopher Wilson
228
-
229
- Permission is hereby granted, free of charge, to any person obtaining
230
- a copy of this software and associated documentation files (the
231
- 'Software'), to deal in the Software without restriction, including
232
- without limitation the rights to use, copy, modify, merge, publish,
233
- distribute, sublicense, and/or sell copies of the Software, and to
234
- permit persons to whom the Software is furnished to do so, subject to
235
- the following conditions:
236
-
237
- The above copyright notice and this permission notice shall be
238
- included in all copies or substantial portions of the Software.
239
-
240
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
241
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
242
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
243
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
244
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
245
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
246
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
247
-
248
-
249
- destroy
250
- MIT
251
-
252
- The MIT License (MIT)
253
-
254
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
255
-
256
- Permission is hereby granted, free of charge, to any person obtaining a copy
257
- of this software and associated documentation files (the "Software"), to deal
258
- in the Software without restriction, including without limitation the rights
259
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
260
- copies of the Software, and to permit persons to whom the Software is
261
- furnished to do so, subject to the following conditions:
262
-
263
- The above copyright notice and this permission notice shall be included in
264
- all copies or substantial portions of the Software.
265
-
266
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
267
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
268
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
269
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
270
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
271
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
272
- THE SOFTWARE.
273
-
274
-
275
- ee-first
276
- MIT
277
-
278
- The MIT License (MIT)
279
-
280
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
281
-
282
- Permission is hereby granted, free of charge, to any person obtaining a copy
283
- of this software and associated documentation files (the "Software"), to deal
284
- in the Software without restriction, including without limitation the rights
285
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
286
- copies of the Software, and to permit persons to whom the Software is
287
- furnished to do so, subject to the following conditions:
288
-
289
- The above copyright notice and this permission notice shall be included in
290
- all copies or substantial portions of the Software.
291
-
292
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
293
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
294
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
295
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
296
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
297
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
298
- THE SOFTWARE.
299
-
300
-
301
- encodeurl
302
- MIT
303
- (The MIT License)
304
-
305
- Copyright (c) 2016 Douglas Christopher Wilson
306
-
307
- Permission is hereby granted, free of charge, to any person obtaining
308
- a copy of this software and associated documentation files (the
309
- 'Software'), to deal in the Software without restriction, including
310
- without limitation the rights to use, copy, modify, merge, publish,
311
- distribute, sublicense, and/or sell copies of the Software, and to
312
- permit persons to whom the Software is furnished to do so, subject to
313
- the following conditions:
314
-
315
- The above copyright notice and this permission notice shall be
316
- included in all copies or substantial portions of the Software.
317
-
318
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
319
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
320
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
321
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
322
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
323
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
324
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
325
-
326
-
327
- escape-html
328
- MIT
329
- (The MIT License)
330
-
331
- Copyright (c) 2012-2013 TJ Holowaychuk
332
- Copyright (c) 2015 Andreas Lubbe
333
- Copyright (c) 2015 Tiancheng "Timothy" Gu
334
-
335
- Permission is hereby granted, free of charge, to any person obtaining
336
- a copy of this software and associated documentation files (the
337
- 'Software'), to deal in the Software without restriction, including
338
- without limitation the rights to use, copy, modify, merge, publish,
339
- distribute, sublicense, and/or sell copies of the Software, and to
340
- permit persons to whom the Software is furnished to do so, subject to
341
- the following conditions:
342
-
343
- The above copyright notice and this permission notice shall be
344
- included in all copies or substantial portions of the Software.
345
-
346
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
347
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
348
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
349
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
350
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
351
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
352
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
353
-
354
-
355
- etag
356
- MIT
357
- (The MIT License)
358
-
359
- Copyright (c) 2014-2016 Douglas Christopher Wilson
360
-
361
- Permission is hereby granted, free of charge, to any person obtaining
362
- a copy of this software and associated documentation files (the
363
- 'Software'), to deal in the Software without restriction, including
364
- without limitation the rights to use, copy, modify, merge, publish,
365
- distribute, sublicense, and/or sell copies of the Software, and to
366
- permit persons to whom the Software is furnished to do so, subject to
367
- the following conditions:
368
-
369
- The above copyright notice and this permission notice shall be
370
- included in all copies or substantial portions of the Software.
371
-
372
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
373
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
374
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
375
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
376
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
377
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
378
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
379
-
380
-
381
- express
382
- MIT
383
- (The MIT License)
384
-
385
- Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
386
- Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
387
- Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
388
-
389
- Permission is hereby granted, free of charge, to any person obtaining
390
- a copy of this software and associated documentation files (the
391
- 'Software'), to deal in the Software without restriction, including
392
- without limitation the rights to use, copy, modify, merge, publish,
393
- distribute, sublicense, and/or sell copies of the Software, and to
394
- permit persons to whom the Software is furnished to do so, subject to
395
- the following conditions:
396
-
397
- The above copyright notice and this permission notice shall be
398
- included in all copies or substantial portions of the Software.
399
-
400
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
401
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
402
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
403
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
404
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
405
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
406
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
407
-
408
-
409
- finalhandler
410
- MIT
411
- (The MIT License)
412
-
413
- Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
414
-
415
- Permission is hereby granted, free of charge, to any person obtaining
416
- a copy of this software and associated documentation files (the
417
- 'Software'), to deal in the Software without restriction, including
418
- without limitation the rights to use, copy, modify, merge, publish,
419
- distribute, sublicense, and/or sell copies of the Software, and to
420
- permit persons to whom the Software is furnished to do so, subject to
421
- the following conditions:
422
-
423
- The above copyright notice and this permission notice shall be
424
- included in all copies or substantial portions of the Software.
425
-
426
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
427
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
428
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
429
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
430
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
431
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
432
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
433
-
434
-
435
- forwarded
436
- MIT
437
- (The MIT License)
438
-
439
- Copyright (c) 2014-2017 Douglas Christopher Wilson
440
-
441
- Permission is hereby granted, free of charge, to any person obtaining
442
- a copy of this software and associated documentation files (the
443
- 'Software'), to deal in the Software without restriction, including
444
- without limitation the rights to use, copy, modify, merge, publish,
445
- distribute, sublicense, and/or sell copies of the Software, and to
446
- permit persons to whom the Software is furnished to do so, subject to
447
- the following conditions:
448
-
449
- The above copyright notice and this permission notice shall be
450
- included in all copies or substantial portions of the Software.
451
-
452
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
453
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
454
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
455
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
456
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
457
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
458
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
459
-
460
-
461
- fresh
462
- MIT
463
- (The MIT License)
464
-
465
- Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>
466
- Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
467
-
468
- Permission is hereby granted, free of charge, to any person obtaining
469
- a copy of this software and associated documentation files (the
470
- 'Software'), to deal in the Software without restriction, including
471
- without limitation the rights to use, copy, modify, merge, publish,
472
- distribute, sublicense, and/or sell copies of the Software, and to
473
- permit persons to whom the Software is furnished to do so, subject to
474
- the following conditions:
475
-
476
- The above copyright notice and this permission notice shall be
477
- included in all copies or substantial portions of the Software.
478
-
479
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
480
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
481
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
482
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
483
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
484
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
485
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
486
-
487
-
488
- http-errors
489
- MIT
490
-
491
- The MIT License (MIT)
492
-
493
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
494
- Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com
495
-
496
- Permission is hereby granted, free of charge, to any person obtaining a copy
497
- of this software and associated documentation files (the "Software"), to deal
498
- in the Software without restriction, including without limitation the rights
499
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
500
- copies of the Software, and to permit persons to whom the Software is
501
- furnished to do so, subject to the following conditions:
502
-
503
- The above copyright notice and this permission notice shall be included in
504
- all copies or substantial portions of the Software.
505
-
506
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
507
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
508
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
509
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
510
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
511
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
512
- THE SOFTWARE.
513
-
514
-
515
- iconv-lite
516
- MIT
517
- Copyright (c) 2011 Alexander Shtuchkin
518
-
519
- Permission is hereby granted, free of charge, to any person obtaining
520
- a copy of this software and associated documentation files (the
521
- "Software"), to deal in the Software without restriction, including
522
- without limitation the rights to use, copy, modify, merge, publish,
523
- distribute, sublicense, and/or sell copies of the Software, and to
524
- permit persons to whom the Software is furnished to do so, subject to
525
- the following conditions:
526
-
527
- The above copyright notice and this permission notice shall be
528
- included in all copies or substantial portions of the Software.
529
-
530
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
531
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
532
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
533
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
534
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
535
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
536
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
537
-
538
-
539
-
540
- inherits
541
- ISC
542
- The ISC License
543
-
544
- Copyright (c) Isaac Z. Schlueter
545
-
546
- Permission to use, copy, modify, and/or distribute this software for any
547
- purpose with or without fee is hereby granted, provided that the above
548
- copyright notice and this permission notice appear in all copies.
549
-
550
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
551
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
552
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
553
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
554
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
555
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
556
- PERFORMANCE OF THIS SOFTWARE.
557
-
558
-
559
-
560
- ipaddr.js
561
- MIT
562
- Copyright (C) 2011-2017 whitequark <whitequark@whitequark.org>
563
-
564
- Permission is hereby granted, free of charge, to any person obtaining a copy
565
- of this software and associated documentation files (the "Software"), to deal
566
- in the Software without restriction, including without limitation the rights
567
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
568
- copies of the Software, and to permit persons to whom the Software is
569
- furnished to do so, subject to the following conditions:
570
-
571
- The above copyright notice and this permission notice shall be included in
572
- all copies or substantial portions of the Software.
573
-
574
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
575
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
576
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
577
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
578
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
579
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
580
- THE SOFTWARE.
581
-
582
-
583
- media-typer
584
- MIT
585
- (The MIT License)
586
-
587
- Copyright (c) 2014 Douglas Christopher Wilson
588
-
589
- Permission is hereby granted, free of charge, to any person obtaining
590
- a copy of this software and associated documentation files (the
591
- 'Software'), to deal in the Software without restriction, including
592
- without limitation the rights to use, copy, modify, merge, publish,
593
- distribute, sublicense, and/or sell copies of the Software, and to
594
- permit persons to whom the Software is furnished to do so, subject to
595
- the following conditions:
596
-
597
- The above copyright notice and this permission notice shall be
598
- included in all copies or substantial portions of the Software.
599
-
600
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
601
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
602
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
603
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
604
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
605
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
606
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
607
-
608
-
609
- merge-descriptors
610
- MIT
611
- (The MIT License)
612
-
613
- Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
614
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
615
-
616
- Permission is hereby granted, free of charge, to any person obtaining
617
- a copy of this software and associated documentation files (the
618
- 'Software'), to deal in the Software without restriction, including
619
- without limitation the rights to use, copy, modify, merge, publish,
620
- distribute, sublicense, and/or sell copies of the Software, and to
621
- permit persons to whom the Software is furnished to do so, subject to
622
- the following conditions:
623
-
624
- The above copyright notice and this permission notice shall be
625
- included in all copies or substantial portions of the Software.
626
-
627
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
628
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
629
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
630
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
631
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
632
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
633
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
634
-
635
-
636
- methods
637
- MIT
638
- (The MIT License)
639
-
640
- Copyright (c) 2013-2014 TJ Holowaychuk <tj@vision-media.ca>
641
- Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com>
642
-
643
- Permission is hereby granted, free of charge, to any person obtaining
644
- a copy of this software and associated documentation files (the
645
- 'Software'), to deal in the Software without restriction, including
646
- without limitation the rights to use, copy, modify, merge, publish,
647
- distribute, sublicense, and/or sell copies of the Software, and to
648
- permit persons to whom the Software is furnished to do so, subject to
649
- the following conditions:
650
-
651
- The above copyright notice and this permission notice shall be
652
- included in all copies or substantial portions of the Software.
653
-
654
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
655
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
656
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
657
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
658
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
659
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
660
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
661
-
662
-
663
-
664
- mime
665
- MIT
666
- The MIT License (MIT)
667
-
668
- Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
669
-
670
- Permission is hereby granted, free of charge, to any person obtaining a copy
671
- of this software and associated documentation files (the "Software"), to deal
672
- in the Software without restriction, including without limitation the rights
673
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
674
- copies of the Software, and to permit persons to whom the Software is
675
- furnished to do so, subject to the following conditions:
676
-
677
- The above copyright notice and this permission notice shall be included in
678
- all copies or substantial portions of the Software.
679
-
680
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
681
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
682
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
683
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
684
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
685
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
686
- THE SOFTWARE.
687
-
688
-
689
- mime-db
690
- MIT
691
-
692
- The MIT License (MIT)
693
-
694
- Copyright (c) 2014 Jonathan Ong me@jongleberry.com
695
-
696
- Permission is hereby granted, free of charge, to any person obtaining a copy
697
- of this software and associated documentation files (the "Software"), to deal
698
- in the Software without restriction, including without limitation the rights
699
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
700
- copies of the Software, and to permit persons to whom the Software is
701
- furnished to do so, subject to the following conditions:
702
-
703
- The above copyright notice and this permission notice shall be included in
704
- all copies or substantial portions of the Software.
705
-
706
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
707
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
708
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
709
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
710
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
711
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
712
- THE SOFTWARE.
713
-
714
-
715
- mime-types
716
- MIT
717
- (The MIT License)
718
-
719
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
720
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
721
-
722
- Permission is hereby granted, free of charge, to any person obtaining
723
- a copy of this software and associated documentation files (the
724
- 'Software'), to deal in the Software without restriction, including
725
- without limitation the rights to use, copy, modify, merge, publish,
726
- distribute, sublicense, and/or sell copies of the Software, and to
727
- permit persons to whom the Software is furnished to do so, subject to
728
- the following conditions:
729
-
730
- The above copyright notice and this permission notice shall be
731
- included in all copies or substantial portions of the Software.
732
-
733
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
734
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
735
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
736
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
737
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
738
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
739
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
740
-
741
-
742
- ms
743
- MIT
744
- The MIT License (MIT)
745
-
746
- Copyright (c) 2016 Zeit, Inc.
747
-
748
- Permission is hereby granted, free of charge, to any person obtaining a copy
749
- of this software and associated documentation files (the "Software"), to deal
750
- in the Software without restriction, including without limitation the rights
751
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
752
- copies of the Software, and to permit persons to whom the Software is
753
- furnished to do so, subject to the following conditions:
754
-
755
- The above copyright notice and this permission notice shall be included in all
756
- copies or substantial portions of the Software.
757
-
758
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
759
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
760
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
761
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
762
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
763
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
764
- SOFTWARE.
765
-
766
-
767
- negotiator
768
- MIT
769
- (The MIT License)
770
-
771
- Copyright (c) 2012-2014 Federico Romero
772
- Copyright (c) 2012-2014 Isaac Z. Schlueter
773
- Copyright (c) 2014-2015 Douglas Christopher Wilson
774
-
775
- Permission is hereby granted, free of charge, to any person obtaining
776
- a copy of this software and associated documentation files (the
777
- 'Software'), to deal in the Software without restriction, including
778
- without limitation the rights to use, copy, modify, merge, publish,
779
- distribute, sublicense, and/or sell copies of the Software, and to
780
- permit persons to whom the Software is furnished to do so, subject to
781
- the following conditions:
782
-
783
- The above copyright notice and this permission notice shall be
784
- included in all copies or substantial portions of the Software.
785
-
786
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
787
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
788
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
789
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
790
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
791
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
792
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
793
-
794
-
795
- on-finished
796
- MIT
797
- (The MIT License)
798
-
799
- Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>
800
- Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>
801
-
802
- Permission is hereby granted, free of charge, to any person obtaining
803
- a copy of this software and associated documentation files (the
804
- 'Software'), to deal in the Software without restriction, including
805
- without limitation the rights to use, copy, modify, merge, publish,
806
- distribute, sublicense, and/or sell copies of the Software, and to
807
- permit persons to whom the Software is furnished to do so, subject to
808
- the following conditions:
809
-
810
- The above copyright notice and this permission notice shall be
811
- included in all copies or substantial portions of the Software.
812
-
813
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
814
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
815
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
816
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
817
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
818
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
819
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
820
-
821
-
822
- parseurl
823
- MIT
824
-
825
- (The MIT License)
826
-
827
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
828
- Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>
829
-
830
- Permission is hereby granted, free of charge, to any person obtaining
831
- a copy of this software and associated documentation files (the
832
- 'Software'), to deal in the Software without restriction, including
833
- without limitation the rights to use, copy, modify, merge, publish,
834
- distribute, sublicense, and/or sell copies of the Software, and to
835
- permit persons to whom the Software is furnished to do so, subject to
836
- the following conditions:
837
-
838
- The above copyright notice and this permission notice shall be
839
- included in all copies or substantial portions of the Software.
840
-
841
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
842
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
843
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
844
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
845
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
846
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
847
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
848
-
849
-
850
- path-to-regexp
851
- MIT
852
- The MIT License (MIT)
853
-
854
- Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
855
-
856
- Permission is hereby granted, free of charge, to any person obtaining a copy
857
- of this software and associated documentation files (the "Software"), to deal
858
- in the Software without restriction, including without limitation the rights
859
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
860
- copies of the Software, and to permit persons to whom the Software is
861
- furnished to do so, subject to the following conditions:
862
-
863
- The above copyright notice and this permission notice shall be included in
864
- all copies or substantial portions of the Software.
865
-
866
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
867
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
868
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
869
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
870
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
871
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
872
- THE SOFTWARE.
873
-
874
-
875
- proxy-addr
876
- MIT
877
- (The MIT License)
878
-
879
- Copyright (c) 2014-2016 Douglas Christopher Wilson
880
-
881
- Permission is hereby granted, free of charge, to any person obtaining
882
- a copy of this software and associated documentation files (the
883
- 'Software'), to deal in the Software without restriction, including
884
- without limitation the rights to use, copy, modify, merge, publish,
885
- distribute, sublicense, and/or sell copies of the Software, and to
886
- permit persons to whom the Software is furnished to do so, subject to
887
- the following conditions:
888
-
889
- The above copyright notice and this permission notice shall be
890
- included in all copies or substantial portions of the Software.
891
-
892
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
893
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
894
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
895
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
896
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
897
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
898
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
899
-
900
-
901
- qs
902
- BSD-3-Clause
903
- Copyright (c) 2014 Nathan LaFreniere and other contributors.
904
- All rights reserved.
905
-
906
- Redistribution and use in source and binary forms, with or without
907
- modification, are permitted provided that the following conditions are met:
908
- * Redistributions of source code must retain the above copyright
909
- notice, this list of conditions and the following disclaimer.
910
- * Redistributions in binary form must reproduce the above copyright
911
- notice, this list of conditions and the following disclaimer in the
912
- documentation and/or other materials provided with the distribution.
913
- * The names of any contributors may not be used to endorse or promote
914
- products derived from this software without specific prior written
915
- permission.
916
-
917
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
918
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
919
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
920
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
921
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
922
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
923
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
924
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
925
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
926
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
927
-
928
- * * *
929
-
930
- The complete list of contributors can be found at: https://github.com/hapijs/qs/graphs/contributors
931
-
932
-
933
- range-parser
934
- MIT
935
- (The MIT License)
936
-
937
- Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>
938
- Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com
939
-
940
- Permission is hereby granted, free of charge, to any person obtaining
941
- a copy of this software and associated documentation files (the
942
- 'Software'), to deal in the Software without restriction, including
943
- without limitation the rights to use, copy, modify, merge, publish,
944
- distribute, sublicense, and/or sell copies of the Software, and to
945
- permit persons to whom the Software is furnished to do so, subject to
946
- the following conditions:
947
-
948
- The above copyright notice and this permission notice shall be
949
- included in all copies or substantial portions of the Software.
950
-
951
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
952
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
953
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
954
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
955
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
956
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
957
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
958
-
959
-
960
- raw-body
961
- MIT
962
- The MIT License (MIT)
963
-
964
- Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>
965
- Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
966
-
967
- Permission is hereby granted, free of charge, to any person obtaining a copy
968
- of this software and associated documentation files (the "Software"), to deal
969
- in the Software without restriction, including without limitation the rights
970
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
971
- copies of the Software, and to permit persons to whom the Software is
972
- furnished to do so, subject to the following conditions:
973
-
974
- The above copyright notice and this permission notice shall be included in
975
- all copies or substantial portions of the Software.
976
-
977
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
978
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
979
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
980
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
981
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
982
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
983
- THE SOFTWARE.
984
-
985
-
986
- safe-buffer
987
- MIT
988
- The MIT License (MIT)
989
-
990
- Copyright (c) Feross Aboukhadijeh
991
-
992
- Permission is hereby granted, free of charge, to any person obtaining a copy
993
- of this software and associated documentation files (the "Software"), to deal
994
- in the Software without restriction, including without limitation the rights
995
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
996
- copies of the Software, and to permit persons to whom the Software is
997
- furnished to do so, subject to the following conditions:
998
-
999
- The above copyright notice and this permission notice shall be included in
1000
- all copies or substantial portions of the Software.
1001
-
1002
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1003
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1004
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1005
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1006
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1007
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1008
- THE SOFTWARE.
1009
-
1010
-
1011
- safer-buffer
1012
- MIT
1013
- MIT License
1014
-
1015
- Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
1016
-
1017
- Permission is hereby granted, free of charge, to any person obtaining a copy
1018
- of this software and associated documentation files (the "Software"), to deal
1019
- in the Software without restriction, including without limitation the rights
1020
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1021
- copies of the Software, and to permit persons to whom the Software is
1022
- furnished to do so, subject to the following conditions:
1023
-
1024
- The above copyright notice and this permission notice shall be included in all
1025
- copies or substantial portions of the Software.
1026
-
1027
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1028
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1029
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1030
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1031
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1032
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1033
- SOFTWARE.
1034
-
1035
-
1036
- send
1037
- MIT
1038
- (The MIT License)
1039
-
1040
- Copyright (c) 2012 TJ Holowaychuk
1041
- Copyright (c) 2014-2016 Douglas Christopher Wilson
1042
-
1043
- Permission is hereby granted, free of charge, to any person obtaining
1044
- a copy of this software and associated documentation files (the
1045
- 'Software'), to deal in the Software without restriction, including
1046
- without limitation the rights to use, copy, modify, merge, publish,
1047
- distribute, sublicense, and/or sell copies of the Software, and to
1048
- permit persons to whom the Software is furnished to do so, subject to
1049
- the following conditions:
1050
-
1051
- The above copyright notice and this permission notice shall be
1052
- included in all copies or substantial portions of the Software.
1053
-
1054
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1055
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1056
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1057
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1058
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1059
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1060
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1061
-
1062
-
1063
- serve-static
1064
- MIT
1065
- (The MIT License)
1066
-
1067
- Copyright (c) 2010 Sencha Inc.
1068
- Copyright (c) 2011 LearnBoost
1069
- Copyright (c) 2011 TJ Holowaychuk
1070
- Copyright (c) 2014-2016 Douglas Christopher Wilson
1071
-
1072
- Permission is hereby granted, free of charge, to any person obtaining
1073
- a copy of this software and associated documentation files (the
1074
- 'Software'), to deal in the Software without restriction, including
1075
- without limitation the rights to use, copy, modify, merge, publish,
1076
- distribute, sublicense, and/or sell copies of the Software, and to
1077
- permit persons to whom the Software is furnished to do so, subject to
1078
- the following conditions:
1079
-
1080
- The above copyright notice and this permission notice shall be
1081
- included in all copies or substantial portions of the Software.
1082
-
1083
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1084
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1085
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1086
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1087
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1088
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1089
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1090
-
1091
-
1092
- setprototypeof
1093
- ISC
1094
- Copyright (c) 2015, Wes Todd
1095
-
1096
- Permission to use, copy, modify, and/or distribute this software for any
1097
- purpose with or without fee is hereby granted, provided that the above
1098
- copyright notice and this permission notice appear in all copies.
1099
-
1100
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1101
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1102
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
1103
- SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1104
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
1105
- OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1106
- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1107
-
1108
-
1109
- statuses
1110
- MIT
1111
-
1112
3
  The MIT License (MIT)
1113
4
 
1114
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1115
- Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
1116
-
1117
- Permission is hereby granted, free of charge, to any person obtaining a copy
1118
- of this software and associated documentation files (the "Software"), to deal
1119
- in the Software without restriction, including without limitation the rights
1120
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1121
- copies of the Software, and to permit persons to whom the Software is
1122
- furnished to do so, subject to the following conditions:
1123
-
1124
- The above copyright notice and this permission notice shall be included in
1125
- all copies or substantial portions of the Software.
1126
-
1127
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1128
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1129
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1130
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1131
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1132
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1133
- THE SOFTWARE.
1134
-
1135
-
1136
- toidentifier
1137
- MIT
1138
- MIT License
1139
-
1140
- Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>
5
+ Copyright (c) 2016 - 2020 Node Fetch Team
1141
6
 
1142
7
  Permission is hereby granted, free of charge, to any person obtaining a copy
1143
8
  of this software and associated documentation files (the "Software"), to deal
@@ -1156,106 +21,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1156
21
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1157
22
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1158
23
  SOFTWARE.
1159
-
1160
-
1161
- type-is
1162
- MIT
1163
- (The MIT License)
1164
-
1165
- Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
1166
- Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1167
-
1168
- Permission is hereby granted, free of charge, to any person obtaining
1169
- a copy of this software and associated documentation files (the
1170
- 'Software'), to deal in the Software without restriction, including
1171
- without limitation the rights to use, copy, modify, merge, publish,
1172
- distribute, sublicense, and/or sell copies of the Software, and to
1173
- permit persons to whom the Software is furnished to do so, subject to
1174
- the following conditions:
1175
-
1176
- The above copyright notice and this permission notice shall be
1177
- included in all copies or substantial portions of the Software.
1178
-
1179
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1180
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1181
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1182
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1183
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1184
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1185
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1186
-
1187
-
1188
- unpipe
1189
- MIT
1190
- (The MIT License)
1191
-
1192
- Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
1193
-
1194
- Permission is hereby granted, free of charge, to any person obtaining
1195
- a copy of this software and associated documentation files (the
1196
- 'Software'), to deal in the Software without restriction, including
1197
- without limitation the rights to use, copy, modify, merge, publish,
1198
- distribute, sublicense, and/or sell copies of the Software, and to
1199
- permit persons to whom the Software is furnished to do so, subject to
1200
- the following conditions:
1201
-
1202
- The above copyright notice and this permission notice shall be
1203
- included in all copies or substantial portions of the Software.
1204
-
1205
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1206
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1207
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1208
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1209
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1210
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1211
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1212
-
1213
-
1214
- utils-merge
1215
- MIT
1216
- The MIT License (MIT)
1217
-
1218
- Copyright (c) 2013-2017 Jared Hanson
1219
-
1220
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1221
- this software and associated documentation files (the "Software"), to deal in
1222
- the Software without restriction, including without limitation the rights to
1223
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1224
- the Software, and to permit persons to whom the Software is furnished to do so,
1225
- subject to the following conditions:
1226
-
1227
- The above copyright notice and this permission notice shall be included in all
1228
- copies or substantial portions of the Software.
1229
-
1230
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1231
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1232
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1233
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1234
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1235
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1236
-
1237
-
1238
- vary
1239
- MIT
1240
- (The MIT License)
1241
-
1242
- Copyright (c) 2014-2017 Douglas Christopher Wilson
1243
-
1244
- Permission is hereby granted, free of charge, to any person obtaining
1245
- a copy of this software and associated documentation files (the
1246
- 'Software'), to deal in the Software without restriction, including
1247
- without limitation the rights to use, copy, modify, merge, publish,
1248
- distribute, sublicense, and/or sell copies of the Software, and to
1249
- permit persons to whom the Software is furnished to do so, subject to
1250
- the following conditions:
1251
-
1252
- The above copyright notice and this permission notice shall be
1253
- included in all copies or substantial portions of the Software.
1254
-
1255
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1256
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1257
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1258
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1259
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1260
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1261
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.