azure-pipelines-task-lib 3.2.0 → 4.0.0-preview

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.
@@ -1,1114 +1,1114 @@
1
-
2
- THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
3
- Do Not Translate or Localize
4
-
5
- This Azure Pipelines extension (azure-pipelines-task-lib) is based on or incorporates material from the projects listed below (Third Party IP). The original copyright notice and the license under which Microsoft received such Third Party IP, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft licenses the Third Party IP to you under the licensing terms for the Visual Studio Team Services extension. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise.
6
-
7
- 1. asap (git+https://github.com/kriskowal/asap.git)
8
- 2. balanced-match (git://github.com/juliangruber/balanced-match.git)
9
- 3. brace-expansion (git://github.com/juliangruber/brace-expansion.git)
10
- 4. browser-stdout (git+ssh://git@github.com/kumavis/browser-stdout.git)
11
- 5. caseless (git+https://github.com/mikeal/caseless.git)
12
- 6. concat-map (git://github.com/substack/node-concat-map.git)
13
- 7. concat-stream (git+ssh://git@github.com/maxogden/concat-stream.git)
14
- 8. core-util-is (git://github.com/isaacs/core-util-is.git)
15
- 9. fs.realpath (git+https://github.com/isaacs/fs.realpath.git)
16
- 10. has-flag (git+https://github.com/sindresorhus/has-flag.git)
17
- 11. he (git+https://github.com/mathiasbynens/he.git)
18
- 12. http-basic (git+https://github.com/ForbesLindesay/http-basic.git)
19
- 13. http-response-object (git+https://github.com/ForbesLindesay/http-response-object.git)
20
- 14. inflight (git+https://github.com/npm/inflight.git)
21
- 15. inherits (git://github.com/isaacs/inherits.git)
22
- 16. isarray (git://github.com/juliangruber/isarray.git)
23
- 17. minimatch (git://github.com/isaacs/minimatch.git)
24
- 18. minimist (git://github.com/substack/minimist.git)
25
- 19. mkdirp (git+https://github.com/substack/node-mkdirp.git)
26
- 20. mocha (git+https://github.com/mochajs/mocha.git)
27
- 21. mockery (git://github.com/mfncooper/mockery.git)
28
- 22. once (git://github.com/isaacs/once.git)
29
- 23. path-is-absolute (git+https://github.com/sindresorhus/path-is-absolute.git)
30
- 24. process-nextick-args (git+https://github.com/calvinmetcalf/process-nextick-args.git)
31
- 25. promise (git+https://github.com/then/promise.git)
32
- 26. q (git://github.com/kriskowal/q.git)
33
- 27. qs (git+https://github.com/ljharb/qs.git)
34
- 28. readable-stream (git://github.com/nodejs/readable-stream.git)
35
- 29. safe-buffer (git://github.com/feross/safe-buffer.git)
36
- 30. semver (git+https://github.com/npm/node-semver.git)
37
- 31. shelljs (git://github.com/arturadib/shelljs.git)
38
- 32. string_decoder (git://github.com/rvagg/string_decoder.git)
39
- 33. sync-request (git+https://github.com/ForbesLindesay/sync-request.git)
40
- 34. then-request (git+https://github.com/then/then-request.git)
41
- 35. typedarray (git://github.com/substack/typedarray.git)
42
- 36. typescript (git+https://github.com/Microsoft/TypeScript.git)
43
- 37. util-deprecate (git://github.com/TooTallNate/util-deprecate.git)
44
- 38. uuid (git+https://github.com/kelektiv/node-uuid.git)
45
- 39. wrappy (git+https://github.com/npm/wrappy.git)
46
-
47
-
48
- %% asap NOTICES, INFORMATION, AND LICENSE BEGIN HERE
49
- =========================================
50
- Copyright 2009–2014 Contributors. All rights reserved.
51
-
52
- Permission is hereby granted, free of charge, to any person obtaining a copy
53
- of this software and associated documentation files (the "Software"), to
54
- deal in the Software without restriction, including without limitation the
55
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
56
- sell copies of the Software, and to permit persons to whom the Software is
57
- furnished to do so, subject to the following conditions:
58
-
59
- The above copyright notice and this permission notice shall be included in
60
- all copies or substantial portions of the Software.
61
-
62
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
63
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
64
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
65
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
66
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
67
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
68
- IN THE SOFTWARE.
69
- =========================================
70
- END OF asap NOTICES, INFORMATION, AND LICENSE
71
-
72
- %% balanced-match NOTICES, INFORMATION, AND LICENSE BEGIN HERE
73
- =========================================
74
- (MIT)
75
-
76
- Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
77
-
78
- Permission is hereby granted, free of charge, to any person obtaining a copy of
79
- this software and associated documentation files (the "Software"), to deal in
80
- the Software without restriction, including without limitation the rights to
81
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
82
- of the Software, and to permit persons to whom the Software is furnished to do
83
- so, subject to the following conditions:
84
-
85
- The above copyright notice and this permission notice shall be included in all
86
- copies or substantial portions of the Software.
87
-
88
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
90
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
91
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
92
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
93
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
94
- SOFTWARE.
95
- =========================================
96
- END OF balanced-match NOTICES, INFORMATION, AND LICENSE
97
-
98
- %% brace-expansion NOTICES, INFORMATION, AND LICENSE BEGIN HERE
99
- =========================================
100
- MIT License
101
-
102
- Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
103
-
104
- Permission is hereby granted, free of charge, to any person obtaining a copy
105
- of this software and associated documentation files (the "Software"), to deal
106
- in the Software without restriction, including without limitation the rights
107
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
108
- copies of the Software, and to permit persons to whom the Software is
109
- furnished to do so, subject to the following conditions:
110
-
111
- The above copyright notice and this permission notice shall be included in all
112
- copies or substantial portions of the Software.
113
-
114
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
115
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
116
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
117
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
118
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
119
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
120
- SOFTWARE.
121
- =========================================
122
- END OF brace-expansion NOTICES, INFORMATION, AND LICENSE
123
-
124
- %% browser-stdout NOTICES, INFORMATION, AND LICENSE BEGIN HERE
125
- =========================================
126
- Copyright 2018 kumavis
127
-
128
- Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
129
-
130
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
131
- =========================================
132
- END OF browser-stdout NOTICES, INFORMATION, AND LICENSE
133
-
134
- %% caseless NOTICES, INFORMATION, AND LICENSE BEGIN HERE
135
- =========================================
136
- Apache License
137
- Version 2.0, January 2004
138
- http://www.apache.org/licenses/
139
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
140
- 1. Definitions.
141
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
142
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
143
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
144
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
145
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
146
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
147
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
148
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
149
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
150
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
151
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
152
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
153
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
154
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
155
- You must cause any modified files to carry prominent notices stating that You changed the files; and
156
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
157
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
158
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
159
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
160
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
161
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
162
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
163
- END OF TERMS AND CONDITIONS
164
- =========================================
165
- END OF caseless NOTICES, INFORMATION, AND LICENSE
166
-
167
- %% concat-map NOTICES, INFORMATION, AND LICENSE BEGIN HERE
168
- =========================================
169
- This software is released under the MIT license:
170
-
171
- Permission is hereby granted, free of charge, to any person obtaining a copy of
172
- this software and associated documentation files (the "Software"), to deal in
173
- the Software without restriction, including without limitation the rights to
174
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
175
- the Software, and to permit persons to whom the Software is furnished to do so,
176
- subject to the following conditions:
177
-
178
- The above copyright notice and this permission notice shall be included in all
179
- copies or substantial portions of the Software.
180
-
181
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
182
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
183
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
184
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
185
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
186
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
187
- =========================================
188
- END OF concat-map NOTICES, INFORMATION, AND LICENSE
189
-
190
- %% concat-stream NOTICES, INFORMATION, AND LICENSE BEGIN HERE
191
- =========================================
192
- The MIT License
193
-
194
- Copyright (c) 2013 Max Ogden
195
-
196
- Permission is hereby granted, free of charge,
197
- to any person obtaining a copy of this software and
198
- associated documentation files (the "Software"), to
199
- deal in the Software without restriction, including
200
- without limitation the rights to use, copy, modify,
201
- merge, publish, distribute, sublicense, and/or sell
202
- copies of the Software, and to permit persons to whom
203
- the Software is furnished to do so,
204
- subject to the following conditions:
205
-
206
- The above copyright notice and this permission notice
207
- shall be included in all copies or substantial portions of the Software.
208
-
209
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
210
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
211
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
212
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
213
- ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
214
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
215
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
216
- =========================================
217
- END OF concat-stream NOTICES, INFORMATION, AND LICENSE
218
-
219
- %% core-util-is NOTICES, INFORMATION, AND LICENSE BEGIN HERE
220
- =========================================
221
- Copyright Node.js contributors. All rights reserved.
222
-
223
- Permission is hereby granted, free of charge, to any person obtaining a copy
224
- of this software and associated documentation files (the "Software"), to
225
- deal in the Software without restriction, including without limitation the
226
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
227
- sell copies of the Software, and to permit persons to whom the Software is
228
- furnished to do so, subject to the following conditions:
229
-
230
- The above copyright notice and this permission notice shall be included in
231
- all copies or substantial portions of the Software.
232
-
233
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
234
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
235
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
236
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
237
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
238
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
239
- IN THE SOFTWARE.
240
- =========================================
241
- END OF core-util-is NOTICES, INFORMATION, AND LICENSE
242
-
243
- %% fs.realpath NOTICES, INFORMATION, AND LICENSE BEGIN HERE
244
- =========================================
245
- The ISC License
246
-
247
- Copyright (c) Isaac Z. Schlueter and Contributors
248
-
249
- Permission to use, copy, modify, and/or distribute this software for any
250
- purpose with or without fee is hereby granted, provided that the above
251
- copyright notice and this permission notice appear in all copies.
252
-
253
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
254
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
255
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
256
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
257
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
258
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
259
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
260
-
261
- ----
262
-
263
- This library bundles a version of the `fs.realpath` and `fs.realpathSync`
264
- methods from Node.js v0.10 under the terms of the Node.js MIT license.
265
-
266
- Node's license follows, also included at the header of `old.js` which contains
267
- the licensed code:
268
-
269
- Copyright Joyent, Inc. and other Node contributors.
270
-
271
- Permission is hereby granted, free of charge, to any person obtaining a
272
- copy of this software and associated documentation files (the "Software"),
273
- to deal in the Software without restriction, including without limitation
274
- the rights to use, copy, modify, merge, publish, distribute, sublicense,
275
- and/or sell copies of the Software, and to permit persons to whom the
276
- Software is furnished to do so, subject to the following conditions:
277
-
278
- The above copyright notice and this permission notice shall be included in
279
- all copies or substantial portions of the Software.
280
-
281
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
282
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
283
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
284
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
285
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
286
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
287
- DEALINGS IN THE SOFTWARE.
288
- =========================================
289
- END OF fs.realpath NOTICES, INFORMATION, AND LICENSE
290
-
291
- %% has-flag NOTICES, INFORMATION, AND LICENSE BEGIN HERE
292
- =========================================
293
- The MIT License (MIT)
294
-
295
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
296
-
297
- Permission is hereby granted, free of charge, to any person obtaining a copy
298
- of this software and associated documentation files (the "Software"), to deal
299
- in the Software without restriction, including without limitation the rights
300
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
301
- copies of the Software, and to permit persons to whom the Software is
302
- 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 FROM,
312
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
313
- THE SOFTWARE.
314
- =========================================
315
- END OF has-flag NOTICES, INFORMATION, AND LICENSE
316
-
317
- %% he NOTICES, INFORMATION, AND LICENSE BEGIN HERE
318
- =========================================
319
- Copyright Mathias Bynens <https://mathiasbynens.be/>
320
-
321
- Permission is hereby granted, free of charge, to any person obtaining
322
- a copy of this software and associated documentation files (the
323
- "Software"), to deal in the Software without restriction, including
324
- without limitation the rights to use, copy, modify, merge, publish,
325
- distribute, sublicense, and/or sell copies of the Software, and to
326
- permit persons to whom the Software is furnished to do so, subject to
327
- the following conditions:
328
-
329
- The above copyright notice and this permission notice shall be
330
- included in all copies or substantial portions of the Software.
331
-
332
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
333
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
334
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
335
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
336
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
337
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
338
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
339
- =========================================
340
- END OF he NOTICES, INFORMATION, AND LICENSE
341
-
342
- %% http-basic NOTICES, INFORMATION, AND LICENSE BEGIN HERE
343
- =========================================
344
- Copyright (c) 2014 Forbes Lindesay
345
-
346
- Permission is hereby granted, free of charge, to any person obtaining a copy
347
- of this software and associated documentation files (the "Software"), to deal
348
- in the Software without restriction, including without limitation the rights
349
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
350
- copies of the Software, and to permit persons to whom the Software is
351
- furnished to do so, subject to the following conditions:
352
-
353
- The above copyright notice and this permission notice shall be included in
354
- all copies or substantial portions of the Software.
355
-
356
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
357
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
358
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
359
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
360
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
361
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
362
- THE SOFTWARE.
363
- =========================================
364
- END OF http-basic NOTICES, INFORMATION, AND LICENSE
365
-
366
- %% http-response-object NOTICES, INFORMATION, AND LICENSE BEGIN HERE
367
- =========================================
368
- Copyright (c) 2014 Forbes Lindesay
369
-
370
- Permission is hereby granted, free of charge, to any person obtaining a copy
371
- of this software and associated documentation files (the "Software"), to deal
372
- in the Software without restriction, including without limitation the rights
373
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
374
- copies of the Software, and to permit persons to whom the Software is
375
- furnished to do so, subject to the following conditions:
376
-
377
- The above copyright notice and this permission notice shall be included in
378
- all copies or substantial portions of the Software.
379
-
380
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
381
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
382
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
383
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
384
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
385
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
386
- THE SOFTWARE.
387
- =========================================
388
- END OF http-response-object NOTICES, INFORMATION, AND LICENSE
389
-
390
- %% inflight NOTICES, INFORMATION, AND LICENSE BEGIN HERE
391
- =========================================
392
- The ISC License
393
-
394
- Copyright (c) Isaac Z. Schlueter
395
-
396
- Permission to use, copy, modify, and/or distribute this software for any
397
- purpose with or without fee is hereby granted, provided that the above
398
- copyright notice and this permission notice appear in all copies.
399
-
400
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
401
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
402
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
403
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
404
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
405
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
406
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
407
- =========================================
408
- END OF inflight NOTICES, INFORMATION, AND LICENSE
409
-
410
- %% inherits NOTICES, INFORMATION, AND LICENSE BEGIN HERE
411
- =========================================
412
- The ISC License
413
-
414
- Copyright (c) Isaac Z. Schlueter
415
-
416
- Permission to use, copy, modify, and/or distribute this software for any
417
- purpose with or without fee is hereby granted, provided that the above
418
- copyright notice and this permission notice appear in all copies.
419
-
420
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
421
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
422
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
423
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
424
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
425
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
426
- PERFORMANCE OF THIS SOFTWARE.
427
- =========================================
428
- END OF inherits NOTICES, INFORMATION, AND LICENSE
429
-
430
- %% isarray NOTICES, INFORMATION, AND LICENSE BEGIN HERE
431
- =========================================
432
- No license text available.
433
- =========================================
434
- END OF isarray NOTICES, INFORMATION, AND LICENSE
435
-
436
- %% minimatch NOTICES, INFORMATION, AND LICENSE BEGIN HERE
437
- =========================================
438
- The ISC License
439
-
440
- Copyright (c) Isaac Z. Schlueter and Contributors
441
-
442
- Permission to use, copy, modify, and/or distribute this software for any
443
- purpose with or without fee is hereby granted, provided that the above
444
- copyright notice and this permission notice appear in all copies.
445
-
446
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
447
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
448
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
449
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
450
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
451
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
452
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
453
- =========================================
454
- END OF minimatch NOTICES, INFORMATION, AND LICENSE
455
-
456
- %% minimist NOTICES, INFORMATION, AND LICENSE BEGIN HERE
457
- =========================================
458
- This software is released under the MIT license:
459
-
460
- Permission is hereby granted, free of charge, to any person obtaining a copy of
461
- this software and associated documentation files (the "Software"), to deal in
462
- the Software without restriction, including without limitation the rights to
463
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
464
- the Software, and to permit persons to whom the Software is furnished to do so,
465
- subject to the following conditions:
466
-
467
- The above copyright notice and this permission notice shall be included in all
468
- copies or substantial portions of the Software.
469
-
470
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
471
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
472
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
473
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
474
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
475
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
476
- =========================================
477
- END OF minimist NOTICES, INFORMATION, AND LICENSE
478
-
479
- %% mkdirp NOTICES, INFORMATION, AND LICENSE BEGIN HERE
480
- =========================================
481
- Copyright 2010 James Halliday (mail@substack.net)
482
-
483
- This project is free software released under the MIT/X11 license:
484
-
485
- Permission is hereby granted, free of charge, to any person obtaining a copy
486
- of this software and associated documentation files (the "Software"), to deal
487
- in the Software without restriction, including without limitation the rights
488
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
489
- copies of the Software, and to permit persons to whom the Software is
490
- furnished to do so, subject to the following conditions:
491
-
492
- The above copyright notice and this permission notice shall be included in
493
- all copies or substantial portions of the Software.
494
-
495
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
496
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
497
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
498
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
499
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
500
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
501
- THE SOFTWARE.
502
- =========================================
503
- END OF mkdirp NOTICES, INFORMATION, AND LICENSE
504
-
505
- %% mocha NOTICES, INFORMATION, AND LICENSE BEGIN HERE
506
- =========================================
507
- (The MIT License)
508
-
509
- Copyright (c) 2011-2018 JS Foundation and contributors, https://js.foundation
510
-
511
- Permission is hereby granted, free of charge, to any person obtaining
512
- a copy of this software and associated documentation files (the
513
- 'Software'), to deal in the Software without restriction, including
514
- without limitation the rights to use, copy, modify, merge, publish,
515
- distribute, sublicense, and/or sell copies of the Software, and to
516
- permit persons to whom the Software is furnished to do so, subject to
517
- the following conditions:
518
-
519
- The above copyright notice and this permission notice shall be
520
- included in all copies or substantial portions of the Software.
521
-
522
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
523
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
524
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
525
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
526
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
527
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
528
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
529
- =========================================
530
- END OF mocha NOTICES, INFORMATION, AND LICENSE
531
-
532
- %% mockery NOTICES, INFORMATION, AND LICENSE BEGIN HERE
533
- =========================================
534
- Copyrights for code authored by Yahoo! Inc. is licensed under the following
535
- terms:
536
-
537
- MIT License
538
-
539
- Copyright (c) 2011 Yahoo! Inc. All Rights Reserved.
540
-
541
- Permission is hereby granted, free of charge, to any person obtaining a copy
542
- of this software and associated documentation files (the "Software"), to
543
- deal in the Software without restriction, including without limitation the
544
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
545
- sell copies of the Software, and to permit persons to whom the Software is
546
- furnished to do so, subject to the following conditions:
547
-
548
- The above copyright notice and this permission notice shall be included in
549
- all copies or substantial portions of the Software.
550
-
551
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
552
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
553
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
554
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
555
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
556
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
557
- DEALINGS IN THE SOFTWARE.
558
- =========================================
559
- END OF mockery NOTICES, INFORMATION, AND LICENSE
560
-
561
- %% once NOTICES, INFORMATION, AND LICENSE BEGIN HERE
562
- =========================================
563
- The ISC License
564
-
565
- Copyright (c) Isaac Z. Schlueter and Contributors
566
-
567
- Permission to use, copy, modify, and/or distribute this software for any
568
- purpose with or without fee is hereby granted, provided that the above
569
- copyright notice and this permission notice appear in all copies.
570
-
571
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
572
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
573
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
574
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
575
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
576
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
577
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
578
- =========================================
579
- END OF once NOTICES, INFORMATION, AND LICENSE
580
-
581
- %% path-is-absolute NOTICES, INFORMATION, AND LICENSE BEGIN HERE
582
- =========================================
583
- The MIT License (MIT)
584
-
585
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
586
-
587
- Permission is hereby granted, free of charge, to any person obtaining a copy
588
- of this software and associated documentation files (the "Software"), to deal
589
- in the Software without restriction, including without limitation the rights
590
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
591
- copies of the Software, and to permit persons to whom the Software is
592
- furnished to do so, subject to the following conditions:
593
-
594
- The above copyright notice and this permission notice shall be included in
595
- all copies or substantial portions of the Software.
596
-
597
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
598
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
599
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
600
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
601
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
602
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
603
- THE SOFTWARE.
604
- =========================================
605
- END OF path-is-absolute NOTICES, INFORMATION, AND LICENSE
606
-
607
- %% process-nextick-args NOTICES, INFORMATION, AND LICENSE BEGIN HERE
608
- =========================================
609
- # Copyright (c) 2015 Calvin Metcalf
610
-
611
- Permission is hereby granted, free of charge, to any person obtaining a copy
612
- of this software and associated documentation files (the "Software"), to deal
613
- in the Software without restriction, including without limitation the rights
614
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
615
- copies of the Software, and to permit persons to whom the Software is
616
- furnished to do so, subject to the following conditions:
617
-
618
- The above copyright notice and this permission notice shall be included in all
619
- copies or substantial portions of the Software.
620
-
621
- **THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
622
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
623
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
624
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
625
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
626
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
627
- SOFTWARE.**
628
- =========================================
629
- END OF process-nextick-args NOTICES, INFORMATION, AND LICENSE
630
-
631
- %% promise NOTICES, INFORMATION, AND LICENSE BEGIN HERE
632
- =========================================
633
- Copyright (c) 2014 Forbes Lindesay
634
-
635
- Permission is hereby granted, free of charge, to any person obtaining a copy
636
- of this software and associated documentation files (the "Software"), to deal
637
- in the Software without restriction, including without limitation the rights
638
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
639
- copies of the Software, and to permit persons to whom the Software is
640
- furnished to do so, subject to the following conditions:
641
-
642
- The above copyright notice and this permission notice shall be included in
643
- all copies or substantial portions of the Software.
644
-
645
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
646
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
647
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
648
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
649
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
650
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
651
- THE SOFTWARE.
652
- =========================================
653
- END OF promise NOTICES, INFORMATION, AND LICENSE
654
-
655
- %% q NOTICES, INFORMATION, AND LICENSE BEGIN HERE
656
- =========================================
657
- Copyright 2009–2017 Kristopher Michael Kowal. All rights reserved.
658
- Permission is hereby granted, free of charge, to any person obtaining a copy
659
- of this software and associated documentation files (the "Software"), to
660
- deal in the Software without restriction, including without limitation the
661
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
662
- sell copies of the Software, and to permit persons to whom the Software is
663
- furnished to do so, subject to the following conditions:
664
-
665
- The above copyright notice and this permission notice shall be included in
666
- all copies or substantial portions of the Software.
667
-
668
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
669
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
670
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
671
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
672
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
673
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
674
- IN THE SOFTWARE.
675
- =========================================
676
- END OF q NOTICES, INFORMATION, AND LICENSE
677
-
678
- %% qs NOTICES, INFORMATION, AND LICENSE BEGIN HERE
679
- =========================================
680
- Copyright (c) 2014 Nathan LaFreniere and other contributors.
681
- All rights reserved.
682
-
683
- Redistribution and use in source and binary forms, with or without
684
- modification, are permitted provided that the following conditions are met:
685
- * Redistributions of source code must retain the above copyright
686
- notice, this list of conditions and the following disclaimer.
687
- * Redistributions in binary form must reproduce the above copyright
688
- notice, this list of conditions and the following disclaimer in the
689
- documentation and/or other materials provided with the distribution.
690
- * The names of any contributors may not be used to endorse or promote
691
- products derived from this software without specific prior written
692
- permission.
693
-
694
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
695
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
696
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
697
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
698
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
699
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
700
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
701
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
702
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
703
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
704
-
705
- * * *
706
-
707
- The complete list of contributors can be found at: https://github.com/hapijs/qs/graphs/contributors
708
- =========================================
709
- END OF qs NOTICES, INFORMATION, AND LICENSE
710
-
711
- %% readable-stream NOTICES, INFORMATION, AND LICENSE BEGIN HERE
712
- =========================================
713
- Node.js is licensed for use as follows:
714
-
715
- """
716
- Copyright Node.js contributors. All rights reserved.
717
-
718
- Permission is hereby granted, free of charge, to any person obtaining a copy
719
- of this software and associated documentation files (the "Software"), to
720
- deal in the Software without restriction, including without limitation the
721
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
722
- sell copies of the Software, and to permit persons to whom the Software is
723
- furnished to do so, subject to the following conditions:
724
-
725
- The above copyright notice and this permission notice shall be included in
726
- all copies or substantial portions of the Software.
727
-
728
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
729
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
730
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
731
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
732
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
733
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
734
- IN THE SOFTWARE.
735
- """
736
-
737
- This license applies to parts of Node.js originating from the
738
- https://github.com/joyent/node repository:
739
-
740
- """
741
- Copyright Joyent, Inc. and other Node contributors. All rights reserved.
742
- Permission is hereby granted, free of charge, to any person obtaining a copy
743
- of this software and associated documentation files (the "Software"), to
744
- deal in the Software without restriction, including without limitation the
745
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
746
- sell copies of the Software, and to permit persons to whom the Software is
747
- furnished to do so, subject to the following conditions:
748
-
749
- The above copyright notice and this permission notice shall be included in
750
- all copies or substantial portions of the Software.
751
-
752
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
753
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
754
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
755
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
756
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
757
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
758
- IN THE SOFTWARE.
759
- """
760
- =========================================
761
- END OF readable-stream NOTICES, INFORMATION, AND LICENSE
762
-
763
- %% safe-buffer NOTICES, INFORMATION, AND LICENSE BEGIN HERE
764
- =========================================
765
- The MIT License (MIT)
766
-
767
- Copyright (c) Feross Aboukhadijeh
768
-
769
- Permission is hereby granted, free of charge, to any person obtaining a copy
770
- of this software and associated documentation files (the "Software"), to deal
771
- in the Software without restriction, including without limitation the rights
772
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
773
- copies of the Software, and to permit persons to whom the Software is
774
- furnished to do so, subject to the following conditions:
775
-
776
- The above copyright notice and this permission notice shall be included in
777
- all copies or substantial portions of the Software.
778
-
779
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
780
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
781
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
782
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
783
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
784
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
785
- THE SOFTWARE.
786
- =========================================
787
- END OF safe-buffer NOTICES, INFORMATION, AND LICENSE
788
-
789
- %% semver NOTICES, INFORMATION, AND LICENSE BEGIN HERE
790
- =========================================
791
- The ISC License
792
-
793
- Copyright (c) Isaac Z. Schlueter and Contributors
794
-
795
- Permission to use, copy, modify, and/or distribute this software for any
796
- purpose with or without fee is hereby granted, provided that the above
797
- copyright notice and this permission notice appear in all copies.
798
-
799
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
800
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
801
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
802
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
803
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
804
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
805
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
806
- =========================================
807
- END OF semver NOTICES, INFORMATION, AND LICENSE
808
-
809
- %% shelljs NOTICES, INFORMATION, AND LICENSE BEGIN HERE
810
- =========================================
811
- Copyright (c) 2012, Artur Adib <aadib@mozilla.com>
812
- All rights reserved.
813
-
814
- You may use this project under the terms of the New BSD license as follows:
815
-
816
- Redistribution and use in source and binary forms, with or without
817
- modification, are permitted provided that the following conditions are met:
818
- * Redistributions of source code must retain the above copyright
819
- notice, this list of conditions and the following disclaimer.
820
- * Redistributions in binary form must reproduce the above copyright
821
- notice, this list of conditions and the following disclaimer in the
822
- documentation and/or other materials provided with the distribution.
823
- * Neither the name of Artur Adib nor the
824
- names of the contributors may be used to endorse or promote products
825
- derived from this software without specific prior written permission.
826
-
827
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
828
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
829
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
830
- ARE DISCLAIMED. IN NO EVENT SHALL ARTUR ADIB BE LIABLE FOR ANY
831
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
832
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
833
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
834
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
835
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
836
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
837
- =========================================
838
- END OF shelljs NOTICES, INFORMATION, AND LICENSE
839
-
840
- %% string_decoder NOTICES, INFORMATION, AND LICENSE BEGIN HERE
841
- =========================================
842
- Node.js is licensed for use as follows:
843
-
844
- """
845
- Copyright Node.js contributors. All rights reserved.
846
-
847
- Permission is hereby granted, free of charge, to any person obtaining a copy
848
- of this software and associated documentation files (the "Software"), to
849
- deal in the Software without restriction, including without limitation the
850
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
851
- sell copies of the Software, and to permit persons to whom the Software is
852
- furnished to do so, subject to the following conditions:
853
-
854
- The above copyright notice and this permission notice shall be included in
855
- all copies or substantial portions of the Software.
856
-
857
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
858
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
859
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
860
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
861
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
862
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
863
- IN THE SOFTWARE.
864
- """
865
-
866
- This license applies to parts of Node.js originating from the
867
- https://github.com/joyent/node repository:
868
-
869
- """
870
- Copyright Joyent, Inc. and other Node contributors. All rights reserved.
871
- Permission is hereby granted, free of charge, to any person obtaining a copy
872
- of this software and associated documentation files (the "Software"), to
873
- deal in the Software without restriction, including without limitation the
874
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
875
- sell copies of the Software, and to permit persons to whom the Software is
876
- furnished to do so, subject to the following conditions:
877
-
878
- The above copyright notice and this permission notice shall be included in
879
- all copies or substantial portions of the Software.
880
-
881
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
882
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
883
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
884
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
885
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
886
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
887
- IN THE SOFTWARE.
888
- """
889
- =========================================
890
- END OF string_decoder NOTICES, INFORMATION, AND LICENSE
891
-
892
- %% sync-request NOTICES, INFORMATION, AND LICENSE BEGIN HERE
893
- =========================================
894
- Copyright (c) 2014 Forbes Lindesay
895
-
896
- Permission is hereby granted, free of charge, to any person obtaining a copy
897
- of this software and associated documentation files (the "Software"), to deal
898
- in the Software without restriction, including without limitation the rights
899
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
900
- copies of the Software, and to permit persons to whom the Software is
901
- furnished to do so, subject to the following conditions:
902
-
903
- The above copyright notice and this permission notice shall be included in
904
- all copies or substantial portions of the Software.
905
-
906
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
907
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
908
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
909
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
910
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
911
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
912
- THE SOFTWARE.
913
- =========================================
914
- END OF sync-request NOTICES, INFORMATION, AND LICENSE
915
-
916
- %% then-request NOTICES, INFORMATION, AND LICENSE BEGIN HERE
917
- =========================================
918
- Copyright (c) 2014 Forbes Lindesay
919
-
920
- Permission is hereby granted, free of charge, to any person obtaining a copy
921
- of this software and associated documentation files (the "Software"), to deal
922
- in the Software without restriction, including without limitation the rights
923
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
924
- copies of the Software, and to permit persons to whom the Software is
925
- furnished to do so, subject to the following conditions:
926
-
927
- The above copyright notice and this permission notice shall be included in
928
- all copies or substantial portions of the Software.
929
-
930
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
931
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
932
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
933
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
934
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
935
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
936
- THE SOFTWARE.
937
- =========================================
938
- END OF then-request NOTICES, INFORMATION, AND LICENSE
939
-
940
- %% typedarray NOTICES, INFORMATION, AND LICENSE BEGIN HERE
941
- =========================================
942
- /*
943
- Copyright (c) 2010, Linden Research, Inc.
944
- Copyright (c) 2012, Joshua Bell
945
-
946
- Permission is hereby granted, free of charge, to any person obtaining a copy
947
- of this software and associated documentation files (the "Software"), to deal
948
- in the Software without restriction, including without limitation the rights
949
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
950
- copies of the Software, and to permit persons to whom the Software is
951
- furnished to do so, subject to the following conditions:
952
-
953
- The above copyright notice and this permission notice shall be included in
954
- all copies or substantial portions of the Software.
955
-
956
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
957
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
958
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
959
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
960
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
961
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
962
- THE SOFTWARE.
963
- $/LicenseInfo$
964
- */
965
-
966
- // Original can be found at:
967
- // https://bitbucket.org/lindenlab/llsd
968
- // Modifications by Joshua Bell inexorabletash@gmail.com
969
- // https://github.com/inexorabletash/polyfill
970
-
971
- // ES3/ES5 implementation of the Krhonos Typed Array Specification
972
- // Ref: http://www.khronos.org/registry/typedarray/specs/latest/
973
- // Date: 2011-02-01
974
- //
975
- // Variations:
976
- // * Allows typed_array.get/set() as alias for subscripts (typed_array[])
977
- =========================================
978
- END OF typedarray NOTICES, INFORMATION, AND LICENSE
979
-
980
- %% typescript NOTICES, INFORMATION, AND LICENSE BEGIN HERE
981
- =========================================
982
- Apache License
983
-
984
- Version 2.0, January 2004
985
-
986
- http://www.apache.org/licenses/
987
-
988
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
989
-
990
- 1. Definitions.
991
-
992
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
993
-
994
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
995
-
996
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
997
-
998
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
999
-
1000
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
1001
-
1002
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
1003
-
1004
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
1005
-
1006
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
1007
-
1008
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
1009
-
1010
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
1011
-
1012
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
1013
-
1014
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
1015
-
1016
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
1017
-
1018
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
1019
-
1020
- You must cause any modified files to carry prominent notices stating that You changed the files; and
1021
-
1022
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
1023
-
1024
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
1025
-
1026
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
1027
-
1028
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
1029
-
1030
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
1031
-
1032
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
1033
-
1034
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
1035
-
1036
- END OF TERMS AND CONDITIONS
1037
- =========================================
1038
- END OF typescript NOTICES, INFORMATION, AND LICENSE
1039
-
1040
- %% util-deprecate NOTICES, INFORMATION, AND LICENSE BEGIN HERE
1041
- =========================================
1042
- (The MIT License)
1043
-
1044
- Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
1045
-
1046
- Permission is hereby granted, free of charge, to any person
1047
- obtaining a copy of this software and associated documentation
1048
- files (the "Software"), to deal in the Software without
1049
- restriction, including without limitation the rights to use,
1050
- copy, modify, merge, publish, distribute, sublicense, and/or sell
1051
- copies of the Software, and to permit persons to whom the
1052
- Software is furnished to do so, subject to the following
1053
- conditions:
1054
-
1055
- The above copyright notice and this permission notice shall be
1056
- included in all copies or substantial portions of the Software.
1057
-
1058
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1059
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1060
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1061
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1062
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1063
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1064
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1065
- OTHER DEALINGS IN THE SOFTWARE.
1066
- =========================================
1067
- END OF util-deprecate NOTICES, INFORMATION, AND LICENSE
1068
-
1069
- %% uuid NOTICES, INFORMATION, AND LICENSE BEGIN HERE
1070
- =========================================
1071
- The MIT License (MIT)
1072
-
1073
- Copyright (c) 2010-2016 Robert Kieffer and other contributors
1074
-
1075
- Permission is hereby granted, free of charge, to any person obtaining a copy
1076
- of this software and associated documentation files (the "Software"), to deal
1077
- in the Software without restriction, including without limitation the rights
1078
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1079
- copies of the Software, and to permit persons to whom the Software is
1080
- furnished to do so, subject to the following conditions:
1081
-
1082
- The above copyright notice and this permission notice shall be included in all
1083
- copies or substantial portions of the Software.
1084
-
1085
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1086
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1087
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1088
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1089
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1090
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1091
- SOFTWARE.
1092
- =========================================
1093
- END OF uuid NOTICES, INFORMATION, AND LICENSE
1094
-
1095
- %% wrappy NOTICES, INFORMATION, AND LICENSE BEGIN HERE
1096
- =========================================
1097
- The ISC License
1098
-
1099
- Copyright (c) Isaac Z. Schlueter and Contributors
1100
-
1101
- Permission to use, copy, modify, and/or distribute this software for any
1102
- purpose with or without fee is hereby granted, provided that the above
1103
- copyright notice and this permission notice appear in all copies.
1104
-
1105
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1106
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1107
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1108
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1109
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1110
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1111
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1112
- =========================================
1113
- END OF wrappy NOTICES, INFORMATION, AND LICENSE
1114
-
1
+
2
+ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
3
+ Do Not Translate or Localize
4
+
5
+ This Azure Pipelines extension (azure-pipelines-task-lib) is based on or incorporates material from the projects listed below (Third Party IP). The original copyright notice and the license under which Microsoft received such Third Party IP, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft licenses the Third Party IP to you under the licensing terms for the Visual Studio Team Services extension. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise.
6
+
7
+ 1. asap (git+https://github.com/kriskowal/asap.git)
8
+ 2. balanced-match (git://github.com/juliangruber/balanced-match.git)
9
+ 3. brace-expansion (git://github.com/juliangruber/brace-expansion.git)
10
+ 4. browser-stdout (git+ssh://git@github.com/kumavis/browser-stdout.git)
11
+ 5. caseless (git+https://github.com/mikeal/caseless.git)
12
+ 6. concat-map (git://github.com/substack/node-concat-map.git)
13
+ 7. concat-stream (git+ssh://git@github.com/maxogden/concat-stream.git)
14
+ 8. core-util-is (git://github.com/isaacs/core-util-is.git)
15
+ 9. fs.realpath (git+https://github.com/isaacs/fs.realpath.git)
16
+ 10. has-flag (git+https://github.com/sindresorhus/has-flag.git)
17
+ 11. he (git+https://github.com/mathiasbynens/he.git)
18
+ 12. http-basic (git+https://github.com/ForbesLindesay/http-basic.git)
19
+ 13. http-response-object (git+https://github.com/ForbesLindesay/http-response-object.git)
20
+ 14. inflight (git+https://github.com/npm/inflight.git)
21
+ 15. inherits (git://github.com/isaacs/inherits.git)
22
+ 16. isarray (git://github.com/juliangruber/isarray.git)
23
+ 17. minimatch (git://github.com/isaacs/minimatch.git)
24
+ 18. minimist (git://github.com/substack/minimist.git)
25
+ 19. mkdirp (git+https://github.com/substack/node-mkdirp.git)
26
+ 20. mocha (git+https://github.com/mochajs/mocha.git)
27
+ 21. mockery (git://github.com/mfncooper/mockery.git)
28
+ 22. once (git://github.com/isaacs/once.git)
29
+ 23. path-is-absolute (git+https://github.com/sindresorhus/path-is-absolute.git)
30
+ 24. process-nextick-args (git+https://github.com/calvinmetcalf/process-nextick-args.git)
31
+ 25. promise (git+https://github.com/then/promise.git)
32
+ 26. q (git://github.com/kriskowal/q.git)
33
+ 27. qs (git+https://github.com/ljharb/qs.git)
34
+ 28. readable-stream (git://github.com/nodejs/readable-stream.git)
35
+ 29. safe-buffer (git://github.com/feross/safe-buffer.git)
36
+ 30. semver (git+https://github.com/npm/node-semver.git)
37
+ 31. shelljs (git://github.com/arturadib/shelljs.git)
38
+ 32. string_decoder (git://github.com/rvagg/string_decoder.git)
39
+ 33. sync-request (git+https://github.com/ForbesLindesay/sync-request.git)
40
+ 34. then-request (git+https://github.com/then/then-request.git)
41
+ 35. typedarray (git://github.com/substack/typedarray.git)
42
+ 36. typescript (git+https://github.com/Microsoft/TypeScript.git)
43
+ 37. util-deprecate (git://github.com/TooTallNate/util-deprecate.git)
44
+ 38. uuid (git+https://github.com/kelektiv/node-uuid.git)
45
+ 39. wrappy (git+https://github.com/npm/wrappy.git)
46
+
47
+
48
+ %% asap NOTICES, INFORMATION, AND LICENSE BEGIN HERE
49
+ =========================================
50
+ Copyright 2009–2014 Contributors. All rights reserved.
51
+
52
+ Permission is hereby granted, free of charge, to any person obtaining a copy
53
+ of this software and associated documentation files (the "Software"), to
54
+ deal in the Software without restriction, including without limitation the
55
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
56
+ sell copies of the Software, and to permit persons to whom the Software is
57
+ furnished to do so, subject to the following conditions:
58
+
59
+ The above copyright notice and this permission notice shall be included in
60
+ all copies or substantial portions of the Software.
61
+
62
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
63
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
64
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
65
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
66
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
67
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
68
+ IN THE SOFTWARE.
69
+ =========================================
70
+ END OF asap NOTICES, INFORMATION, AND LICENSE
71
+
72
+ %% balanced-match NOTICES, INFORMATION, AND LICENSE BEGIN HERE
73
+ =========================================
74
+ (MIT)
75
+
76
+ Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;
77
+
78
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
79
+ this software and associated documentation files (the "Software"), to deal in
80
+ the Software without restriction, including without limitation the rights to
81
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
82
+ of the Software, and to permit persons to whom the Software is furnished to do
83
+ so, subject to the following conditions:
84
+
85
+ The above copyright notice and this permission notice shall be included in all
86
+ copies or substantial portions of the Software.
87
+
88
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
90
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
91
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
92
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
93
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
94
+ SOFTWARE.
95
+ =========================================
96
+ END OF balanced-match NOTICES, INFORMATION, AND LICENSE
97
+
98
+ %% brace-expansion NOTICES, INFORMATION, AND LICENSE BEGIN HERE
99
+ =========================================
100
+ MIT License
101
+
102
+ Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
103
+
104
+ Permission is hereby granted, free of charge, to any person obtaining a copy
105
+ of this software and associated documentation files (the "Software"), to deal
106
+ in the Software without restriction, including without limitation the rights
107
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
108
+ copies of the Software, and to permit persons to whom the Software is
109
+ furnished to do so, subject to the following conditions:
110
+
111
+ The above copyright notice and this permission notice shall be included in all
112
+ copies or substantial portions of the Software.
113
+
114
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
115
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
116
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
117
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
118
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
119
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
120
+ SOFTWARE.
121
+ =========================================
122
+ END OF brace-expansion NOTICES, INFORMATION, AND LICENSE
123
+
124
+ %% browser-stdout NOTICES, INFORMATION, AND LICENSE BEGIN HERE
125
+ =========================================
126
+ Copyright 2018 kumavis
127
+
128
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
129
+
130
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
131
+ =========================================
132
+ END OF browser-stdout NOTICES, INFORMATION, AND LICENSE
133
+
134
+ %% caseless NOTICES, INFORMATION, AND LICENSE BEGIN HERE
135
+ =========================================
136
+ Apache License
137
+ Version 2.0, January 2004
138
+ http://www.apache.org/licenses/
139
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
140
+ 1. Definitions.
141
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
142
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
143
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
144
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
145
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
146
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
147
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
148
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
149
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
150
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
151
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
152
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
153
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
154
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
155
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
156
+ You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
157
+ If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
158
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
159
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
160
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
161
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
162
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
163
+ END OF TERMS AND CONDITIONS
164
+ =========================================
165
+ END OF caseless NOTICES, INFORMATION, AND LICENSE
166
+
167
+ %% concat-map NOTICES, INFORMATION, AND LICENSE BEGIN HERE
168
+ =========================================
169
+ This software is released under the MIT license:
170
+
171
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
172
+ this software and associated documentation files (the "Software"), to deal in
173
+ the Software without restriction, including without limitation the rights to
174
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
175
+ the Software, and to permit persons to whom the Software is furnished to do so,
176
+ subject to the following conditions:
177
+
178
+ The above copyright notice and this permission notice shall be included in all
179
+ copies or substantial portions of the Software.
180
+
181
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
182
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
183
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
184
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
185
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
186
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
187
+ =========================================
188
+ END OF concat-map NOTICES, INFORMATION, AND LICENSE
189
+
190
+ %% concat-stream NOTICES, INFORMATION, AND LICENSE BEGIN HERE
191
+ =========================================
192
+ The MIT License
193
+
194
+ Copyright (c) 2013 Max Ogden
195
+
196
+ Permission is hereby granted, free of charge,
197
+ to any person obtaining a copy of this software and
198
+ associated documentation files (the "Software"), to
199
+ deal in the Software without restriction, including
200
+ without limitation the rights to use, copy, modify,
201
+ merge, publish, distribute, sublicense, and/or sell
202
+ copies of the Software, and to permit persons to whom
203
+ the Software is furnished to do so,
204
+ subject to the following conditions:
205
+
206
+ The above copyright notice and this permission notice
207
+ shall be included in all copies or substantial portions of the Software.
208
+
209
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
210
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
211
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
212
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
213
+ ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
214
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
215
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
216
+ =========================================
217
+ END OF concat-stream NOTICES, INFORMATION, AND LICENSE
218
+
219
+ %% core-util-is NOTICES, INFORMATION, AND LICENSE BEGIN HERE
220
+ =========================================
221
+ Copyright Node.js contributors. All rights reserved.
222
+
223
+ Permission is hereby granted, free of charge, to any person obtaining a copy
224
+ of this software and associated documentation files (the "Software"), to
225
+ deal in the Software without restriction, including without limitation the
226
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
227
+ sell copies of the Software, and to permit persons to whom the Software is
228
+ furnished to do so, subject to the following conditions:
229
+
230
+ The above copyright notice and this permission notice shall be included in
231
+ all copies or substantial portions of the Software.
232
+
233
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
234
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
235
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
236
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
237
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
238
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
239
+ IN THE SOFTWARE.
240
+ =========================================
241
+ END OF core-util-is NOTICES, INFORMATION, AND LICENSE
242
+
243
+ %% fs.realpath NOTICES, INFORMATION, AND LICENSE BEGIN HERE
244
+ =========================================
245
+ The ISC License
246
+
247
+ Copyright (c) Isaac Z. Schlueter and Contributors
248
+
249
+ Permission to use, copy, modify, and/or distribute this software for any
250
+ purpose with or without fee is hereby granted, provided that the above
251
+ copyright notice and this permission notice appear in all copies.
252
+
253
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
254
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
255
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
256
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
257
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
258
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
259
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
260
+
261
+ ----
262
+
263
+ This library bundles a version of the `fs.realpath` and `fs.realpathSync`
264
+ methods from Node.js v0.10 under the terms of the Node.js MIT license.
265
+
266
+ Node's license follows, also included at the header of `old.js` which contains
267
+ the licensed code:
268
+
269
+ Copyright Joyent, Inc. and other Node contributors.
270
+
271
+ Permission is hereby granted, free of charge, to any person obtaining a
272
+ copy of this software and associated documentation files (the "Software"),
273
+ to deal in the Software without restriction, including without limitation
274
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
275
+ and/or sell copies of the Software, and to permit persons to whom the
276
+ Software is furnished to do so, subject to the following conditions:
277
+
278
+ The above copyright notice and this permission notice shall be included in
279
+ all copies or substantial portions of the Software.
280
+
281
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
282
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
283
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
284
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
285
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
286
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
287
+ DEALINGS IN THE SOFTWARE.
288
+ =========================================
289
+ END OF fs.realpath NOTICES, INFORMATION, AND LICENSE
290
+
291
+ %% has-flag NOTICES, INFORMATION, AND LICENSE BEGIN HERE
292
+ =========================================
293
+ The MIT License (MIT)
294
+
295
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
296
+
297
+ Permission is hereby granted, free of charge, to any person obtaining a copy
298
+ of this software and associated documentation files (the "Software"), to deal
299
+ in the Software without restriction, including without limitation the rights
300
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
301
+ copies of the Software, and to permit persons to whom the Software is
302
+ 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 FROM,
312
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
313
+ THE SOFTWARE.
314
+ =========================================
315
+ END OF has-flag NOTICES, INFORMATION, AND LICENSE
316
+
317
+ %% he NOTICES, INFORMATION, AND LICENSE BEGIN HERE
318
+ =========================================
319
+ Copyright Mathias Bynens <https://mathiasbynens.be/>
320
+
321
+ Permission is hereby granted, free of charge, to any person obtaining
322
+ a copy of this software and associated documentation files (the
323
+ "Software"), to deal in the Software without restriction, including
324
+ without limitation the rights to use, copy, modify, merge, publish,
325
+ distribute, sublicense, and/or sell copies of the Software, and to
326
+ permit persons to whom the Software is furnished to do so, subject to
327
+ the following conditions:
328
+
329
+ The above copyright notice and this permission notice shall be
330
+ included in all copies or substantial portions of the Software.
331
+
332
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
333
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
334
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
335
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
336
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
337
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
338
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
339
+ =========================================
340
+ END OF he NOTICES, INFORMATION, AND LICENSE
341
+
342
+ %% http-basic NOTICES, INFORMATION, AND LICENSE BEGIN HERE
343
+ =========================================
344
+ Copyright (c) 2014 Forbes Lindesay
345
+
346
+ Permission is hereby granted, free of charge, to any person obtaining a copy
347
+ of this software and associated documentation files (the "Software"), to deal
348
+ in the Software without restriction, including without limitation the rights
349
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
350
+ copies of the Software, and to permit persons to whom the Software is
351
+ furnished to do so, subject to the following conditions:
352
+
353
+ The above copyright notice and this permission notice shall be included in
354
+ all copies or substantial portions of the Software.
355
+
356
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
357
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
358
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
359
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
360
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
361
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
362
+ THE SOFTWARE.
363
+ =========================================
364
+ END OF http-basic NOTICES, INFORMATION, AND LICENSE
365
+
366
+ %% http-response-object NOTICES, INFORMATION, AND LICENSE BEGIN HERE
367
+ =========================================
368
+ Copyright (c) 2014 Forbes Lindesay
369
+
370
+ Permission is hereby granted, free of charge, to any person obtaining a copy
371
+ of this software and associated documentation files (the "Software"), to deal
372
+ in the Software without restriction, including without limitation the rights
373
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
374
+ copies of the Software, and to permit persons to whom the Software is
375
+ furnished to do so, subject to the following conditions:
376
+
377
+ The above copyright notice and this permission notice shall be included in
378
+ all copies or substantial portions of the Software.
379
+
380
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
381
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
382
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
383
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
384
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
385
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
386
+ THE SOFTWARE.
387
+ =========================================
388
+ END OF http-response-object NOTICES, INFORMATION, AND LICENSE
389
+
390
+ %% inflight NOTICES, INFORMATION, AND LICENSE BEGIN HERE
391
+ =========================================
392
+ The ISC License
393
+
394
+ Copyright (c) Isaac Z. Schlueter
395
+
396
+ Permission to use, copy, modify, and/or distribute this software for any
397
+ purpose with or without fee is hereby granted, provided that the above
398
+ copyright notice and this permission notice appear in all copies.
399
+
400
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
401
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
402
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
403
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
404
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
405
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
406
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
407
+ =========================================
408
+ END OF inflight NOTICES, INFORMATION, AND LICENSE
409
+
410
+ %% inherits NOTICES, INFORMATION, AND LICENSE BEGIN HERE
411
+ =========================================
412
+ The ISC License
413
+
414
+ Copyright (c) Isaac Z. Schlueter
415
+
416
+ Permission to use, copy, modify, and/or distribute this software for any
417
+ purpose with or without fee is hereby granted, provided that the above
418
+ copyright notice and this permission notice appear in all copies.
419
+
420
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
421
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
422
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
423
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
424
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
425
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
426
+ PERFORMANCE OF THIS SOFTWARE.
427
+ =========================================
428
+ END OF inherits NOTICES, INFORMATION, AND LICENSE
429
+
430
+ %% isarray NOTICES, INFORMATION, AND LICENSE BEGIN HERE
431
+ =========================================
432
+ No license text available.
433
+ =========================================
434
+ END OF isarray NOTICES, INFORMATION, AND LICENSE
435
+
436
+ %% minimatch NOTICES, INFORMATION, AND LICENSE BEGIN HERE
437
+ =========================================
438
+ The ISC License
439
+
440
+ Copyright (c) Isaac Z. Schlueter and Contributors
441
+
442
+ Permission to use, copy, modify, and/or distribute this software for any
443
+ purpose with or without fee is hereby granted, provided that the above
444
+ copyright notice and this permission notice appear in all copies.
445
+
446
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
447
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
448
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
449
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
450
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
451
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
452
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
453
+ =========================================
454
+ END OF minimatch NOTICES, INFORMATION, AND LICENSE
455
+
456
+ %% minimist NOTICES, INFORMATION, AND LICENSE BEGIN HERE
457
+ =========================================
458
+ This software is released under the MIT license:
459
+
460
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
461
+ this software and associated documentation files (the "Software"), to deal in
462
+ the Software without restriction, including without limitation the rights to
463
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
464
+ the Software, and to permit persons to whom the Software is furnished to do so,
465
+ subject to the following conditions:
466
+
467
+ The above copyright notice and this permission notice shall be included in all
468
+ copies or substantial portions of the Software.
469
+
470
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
471
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
472
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
473
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
474
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
475
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
476
+ =========================================
477
+ END OF minimist NOTICES, INFORMATION, AND LICENSE
478
+
479
+ %% mkdirp NOTICES, INFORMATION, AND LICENSE BEGIN HERE
480
+ =========================================
481
+ Copyright 2010 James Halliday (mail@substack.net)
482
+
483
+ This project is free software released under the MIT/X11 license:
484
+
485
+ Permission is hereby granted, free of charge, to any person obtaining a copy
486
+ of this software and associated documentation files (the "Software"), to deal
487
+ in the Software without restriction, including without limitation the rights
488
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
489
+ copies of the Software, and to permit persons to whom the Software is
490
+ furnished to do so, subject to the following conditions:
491
+
492
+ The above copyright notice and this permission notice shall be included in
493
+ all copies or substantial portions of the Software.
494
+
495
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
496
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
497
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
498
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
499
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
500
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
501
+ THE SOFTWARE.
502
+ =========================================
503
+ END OF mkdirp NOTICES, INFORMATION, AND LICENSE
504
+
505
+ %% mocha NOTICES, INFORMATION, AND LICENSE BEGIN HERE
506
+ =========================================
507
+ (The MIT License)
508
+
509
+ Copyright (c) 2011-2018 JS Foundation and contributors, https://js.foundation
510
+
511
+ Permission is hereby granted, free of charge, to any person obtaining
512
+ a copy of this software and associated documentation files (the
513
+ 'Software'), to deal in the Software without restriction, including
514
+ without limitation the rights to use, copy, modify, merge, publish,
515
+ distribute, sublicense, and/or sell copies of the Software, and to
516
+ permit persons to whom the Software is furnished to do so, subject to
517
+ the following conditions:
518
+
519
+ The above copyright notice and this permission notice shall be
520
+ included in all copies or substantial portions of the Software.
521
+
522
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
523
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
524
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
525
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
526
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
527
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
528
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
529
+ =========================================
530
+ END OF mocha NOTICES, INFORMATION, AND LICENSE
531
+
532
+ %% mockery NOTICES, INFORMATION, AND LICENSE BEGIN HERE
533
+ =========================================
534
+ Copyrights for code authored by Yahoo! Inc. is licensed under the following
535
+ terms:
536
+
537
+ MIT License
538
+
539
+ Copyright (c) 2011 Yahoo! Inc. All Rights Reserved.
540
+
541
+ Permission is hereby granted, free of charge, to any person obtaining a copy
542
+ of this software and associated documentation files (the "Software"), to
543
+ deal in the Software without restriction, including without limitation the
544
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
545
+ sell copies of the Software, and to permit persons to whom the Software is
546
+ furnished to do so, subject to the following conditions:
547
+
548
+ The above copyright notice and this permission notice shall be included in
549
+ all copies or substantial portions of the Software.
550
+
551
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
552
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
553
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
554
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
555
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
556
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
557
+ DEALINGS IN THE SOFTWARE.
558
+ =========================================
559
+ END OF mockery NOTICES, INFORMATION, AND LICENSE
560
+
561
+ %% once NOTICES, INFORMATION, AND LICENSE BEGIN HERE
562
+ =========================================
563
+ The ISC License
564
+
565
+ Copyright (c) Isaac Z. Schlueter and Contributors
566
+
567
+ Permission to use, copy, modify, and/or distribute this software for any
568
+ purpose with or without fee is hereby granted, provided that the above
569
+ copyright notice and this permission notice appear in all copies.
570
+
571
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
572
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
573
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
574
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
575
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
576
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
577
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
578
+ =========================================
579
+ END OF once NOTICES, INFORMATION, AND LICENSE
580
+
581
+ %% path-is-absolute NOTICES, INFORMATION, AND LICENSE BEGIN HERE
582
+ =========================================
583
+ The MIT License (MIT)
584
+
585
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
586
+
587
+ Permission is hereby granted, free of charge, to any person obtaining a copy
588
+ of this software and associated documentation files (the "Software"), to deal
589
+ in the Software without restriction, including without limitation the rights
590
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
591
+ copies of the Software, and to permit persons to whom the Software is
592
+ furnished to do so, subject to the following conditions:
593
+
594
+ The above copyright notice and this permission notice shall be included in
595
+ all copies or substantial portions of the Software.
596
+
597
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
598
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
599
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
600
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
601
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
602
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
603
+ THE SOFTWARE.
604
+ =========================================
605
+ END OF path-is-absolute NOTICES, INFORMATION, AND LICENSE
606
+
607
+ %% process-nextick-args NOTICES, INFORMATION, AND LICENSE BEGIN HERE
608
+ =========================================
609
+ # Copyright (c) 2015 Calvin Metcalf
610
+
611
+ Permission is hereby granted, free of charge, to any person obtaining a copy
612
+ of this software and associated documentation files (the "Software"), to deal
613
+ in the Software without restriction, including without limitation the rights
614
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
615
+ copies of the Software, and to permit persons to whom the Software is
616
+ furnished to do so, subject to the following conditions:
617
+
618
+ The above copyright notice and this permission notice shall be included in all
619
+ copies or substantial portions of the Software.
620
+
621
+ **THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
622
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
623
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
624
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
625
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
626
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
627
+ SOFTWARE.**
628
+ =========================================
629
+ END OF process-nextick-args NOTICES, INFORMATION, AND LICENSE
630
+
631
+ %% promise NOTICES, INFORMATION, AND LICENSE BEGIN HERE
632
+ =========================================
633
+ Copyright (c) 2014 Forbes Lindesay
634
+
635
+ Permission is hereby granted, free of charge, to any person obtaining a copy
636
+ of this software and associated documentation files (the "Software"), to deal
637
+ in the Software without restriction, including without limitation the rights
638
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
639
+ copies of the Software, and to permit persons to whom the Software is
640
+ furnished to do so, subject to the following conditions:
641
+
642
+ The above copyright notice and this permission notice shall be included in
643
+ all copies or substantial portions of the Software.
644
+
645
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
646
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
647
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
648
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
649
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
650
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
651
+ THE SOFTWARE.
652
+ =========================================
653
+ END OF promise NOTICES, INFORMATION, AND LICENSE
654
+
655
+ %% q NOTICES, INFORMATION, AND LICENSE BEGIN HERE
656
+ =========================================
657
+ Copyright 2009–2017 Kristopher Michael Kowal. All rights reserved.
658
+ Permission is hereby granted, free of charge, to any person obtaining a copy
659
+ of this software and associated documentation files (the "Software"), to
660
+ deal in the Software without restriction, including without limitation the
661
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
662
+ sell copies of the Software, and to permit persons to whom the Software is
663
+ furnished to do so, subject to the following conditions:
664
+
665
+ The above copyright notice and this permission notice shall be included in
666
+ all copies or substantial portions of the Software.
667
+
668
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
669
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
670
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
671
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
672
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
673
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
674
+ IN THE SOFTWARE.
675
+ =========================================
676
+ END OF q NOTICES, INFORMATION, AND LICENSE
677
+
678
+ %% qs NOTICES, INFORMATION, AND LICENSE BEGIN HERE
679
+ =========================================
680
+ Copyright (c) 2014 Nathan LaFreniere and other contributors.
681
+ All rights reserved.
682
+
683
+ Redistribution and use in source and binary forms, with or without
684
+ modification, are permitted provided that the following conditions are met:
685
+ * Redistributions of source code must retain the above copyright
686
+ notice, this list of conditions and the following disclaimer.
687
+ * Redistributions in binary form must reproduce the above copyright
688
+ notice, this list of conditions and the following disclaimer in the
689
+ documentation and/or other materials provided with the distribution.
690
+ * The names of any contributors may not be used to endorse or promote
691
+ products derived from this software without specific prior written
692
+ permission.
693
+
694
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
695
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
696
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
697
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
698
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
699
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
700
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
701
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
702
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
703
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
704
+
705
+ * * *
706
+
707
+ The complete list of contributors can be found at: https://github.com/hapijs/qs/graphs/contributors
708
+ =========================================
709
+ END OF qs NOTICES, INFORMATION, AND LICENSE
710
+
711
+ %% readable-stream NOTICES, INFORMATION, AND LICENSE BEGIN HERE
712
+ =========================================
713
+ Node.js is licensed for use as follows:
714
+
715
+ """
716
+ Copyright Node.js contributors. All rights reserved.
717
+
718
+ Permission is hereby granted, free of charge, to any person obtaining a copy
719
+ of this software and associated documentation files (the "Software"), to
720
+ deal in the Software without restriction, including without limitation the
721
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
722
+ sell copies of the Software, and to permit persons to whom the Software is
723
+ furnished to do so, subject to the following conditions:
724
+
725
+ The above copyright notice and this permission notice shall be included in
726
+ all copies or substantial portions of the Software.
727
+
728
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
729
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
730
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
731
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
732
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
733
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
734
+ IN THE SOFTWARE.
735
+ """
736
+
737
+ This license applies to parts of Node.js originating from the
738
+ https://github.com/joyent/node repository:
739
+
740
+ """
741
+ Copyright Joyent, Inc. and other Node contributors. All rights reserved.
742
+ Permission is hereby granted, free of charge, to any person obtaining a copy
743
+ of this software and associated documentation files (the "Software"), to
744
+ deal in the Software without restriction, including without limitation the
745
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
746
+ sell copies of the Software, and to permit persons to whom the Software is
747
+ furnished to do so, subject to the following conditions:
748
+
749
+ The above copyright notice and this permission notice shall be included in
750
+ all copies or substantial portions of the Software.
751
+
752
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
753
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
754
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
755
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
756
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
757
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
758
+ IN THE SOFTWARE.
759
+ """
760
+ =========================================
761
+ END OF readable-stream NOTICES, INFORMATION, AND LICENSE
762
+
763
+ %% safe-buffer NOTICES, INFORMATION, AND LICENSE BEGIN HERE
764
+ =========================================
765
+ The MIT License (MIT)
766
+
767
+ Copyright (c) Feross Aboukhadijeh
768
+
769
+ Permission is hereby granted, free of charge, to any person obtaining a copy
770
+ of this software and associated documentation files (the "Software"), to deal
771
+ in the Software without restriction, including without limitation the rights
772
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
773
+ copies of the Software, and to permit persons to whom the Software is
774
+ furnished to do so, subject to the following conditions:
775
+
776
+ The above copyright notice and this permission notice shall be included in
777
+ all copies or substantial portions of the Software.
778
+
779
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
780
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
781
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
782
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
783
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
784
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
785
+ THE SOFTWARE.
786
+ =========================================
787
+ END OF safe-buffer NOTICES, INFORMATION, AND LICENSE
788
+
789
+ %% semver NOTICES, INFORMATION, AND LICENSE BEGIN HERE
790
+ =========================================
791
+ The ISC License
792
+
793
+ Copyright (c) Isaac Z. Schlueter and Contributors
794
+
795
+ Permission to use, copy, modify, and/or distribute this software for any
796
+ purpose with or without fee is hereby granted, provided that the above
797
+ copyright notice and this permission notice appear in all copies.
798
+
799
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
800
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
801
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
802
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
803
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
804
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
805
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
806
+ =========================================
807
+ END OF semver NOTICES, INFORMATION, AND LICENSE
808
+
809
+ %% shelljs NOTICES, INFORMATION, AND LICENSE BEGIN HERE
810
+ =========================================
811
+ Copyright (c) 2012, Artur Adib <aadib@mozilla.com>
812
+ All rights reserved.
813
+
814
+ You may use this project under the terms of the New BSD license as follows:
815
+
816
+ Redistribution and use in source and binary forms, with or without
817
+ modification, are permitted provided that the following conditions are met:
818
+ * Redistributions of source code must retain the above copyright
819
+ notice, this list of conditions and the following disclaimer.
820
+ * Redistributions in binary form must reproduce the above copyright
821
+ notice, this list of conditions and the following disclaimer in the
822
+ documentation and/or other materials provided with the distribution.
823
+ * Neither the name of Artur Adib nor the
824
+ names of the contributors may be used to endorse or promote products
825
+ derived from this software without specific prior written permission.
826
+
827
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
828
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
829
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
830
+ ARE DISCLAIMED. IN NO EVENT SHALL ARTUR ADIB BE LIABLE FOR ANY
831
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
832
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
833
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
834
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
835
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
836
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
837
+ =========================================
838
+ END OF shelljs NOTICES, INFORMATION, AND LICENSE
839
+
840
+ %% string_decoder NOTICES, INFORMATION, AND LICENSE BEGIN HERE
841
+ =========================================
842
+ Node.js is licensed for use as follows:
843
+
844
+ """
845
+ Copyright Node.js contributors. All rights reserved.
846
+
847
+ Permission is hereby granted, free of charge, to any person obtaining a copy
848
+ of this software and associated documentation files (the "Software"), to
849
+ deal in the Software without restriction, including without limitation the
850
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
851
+ sell copies of the Software, and to permit persons to whom the Software is
852
+ furnished to do so, subject to the following conditions:
853
+
854
+ The above copyright notice and this permission notice shall be included in
855
+ all copies or substantial portions of the Software.
856
+
857
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
858
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
859
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
860
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
861
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
862
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
863
+ IN THE SOFTWARE.
864
+ """
865
+
866
+ This license applies to parts of Node.js originating from the
867
+ https://github.com/joyent/node repository:
868
+
869
+ """
870
+ Copyright Joyent, Inc. and other Node contributors. All rights reserved.
871
+ Permission is hereby granted, free of charge, to any person obtaining a copy
872
+ of this software and associated documentation files (the "Software"), to
873
+ deal in the Software without restriction, including without limitation the
874
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
875
+ sell copies of the Software, and to permit persons to whom the Software is
876
+ furnished to do so, subject to the following conditions:
877
+
878
+ The above copyright notice and this permission notice shall be included in
879
+ all copies or substantial portions of the Software.
880
+
881
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
882
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
883
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
884
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
885
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
886
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
887
+ IN THE SOFTWARE.
888
+ """
889
+ =========================================
890
+ END OF string_decoder NOTICES, INFORMATION, AND LICENSE
891
+
892
+ %% sync-request NOTICES, INFORMATION, AND LICENSE BEGIN HERE
893
+ =========================================
894
+ Copyright (c) 2014 Forbes Lindesay
895
+
896
+ Permission is hereby granted, free of charge, to any person obtaining a copy
897
+ of this software and associated documentation files (the "Software"), to deal
898
+ in the Software without restriction, including without limitation the rights
899
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
900
+ copies of the Software, and to permit persons to whom the Software is
901
+ furnished to do so, subject to the following conditions:
902
+
903
+ The above copyright notice and this permission notice shall be included in
904
+ all copies or substantial portions of the Software.
905
+
906
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
907
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
908
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
909
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
910
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
911
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
912
+ THE SOFTWARE.
913
+ =========================================
914
+ END OF sync-request NOTICES, INFORMATION, AND LICENSE
915
+
916
+ %% then-request NOTICES, INFORMATION, AND LICENSE BEGIN HERE
917
+ =========================================
918
+ Copyright (c) 2014 Forbes Lindesay
919
+
920
+ Permission is hereby granted, free of charge, to any person obtaining a copy
921
+ of this software and associated documentation files (the "Software"), to deal
922
+ in the Software without restriction, including without limitation the rights
923
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
924
+ copies of the Software, and to permit persons to whom the Software is
925
+ furnished to do so, subject to the following conditions:
926
+
927
+ The above copyright notice and this permission notice shall be included in
928
+ all copies or substantial portions of the Software.
929
+
930
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
931
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
932
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
933
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
934
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
935
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
936
+ THE SOFTWARE.
937
+ =========================================
938
+ END OF then-request NOTICES, INFORMATION, AND LICENSE
939
+
940
+ %% typedarray NOTICES, INFORMATION, AND LICENSE BEGIN HERE
941
+ =========================================
942
+ /*
943
+ Copyright (c) 2010, Linden Research, Inc.
944
+ Copyright (c) 2012, Joshua Bell
945
+
946
+ Permission is hereby granted, free of charge, to any person obtaining a copy
947
+ of this software and associated documentation files (the "Software"), to deal
948
+ in the Software without restriction, including without limitation the rights
949
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
950
+ copies of the Software, and to permit persons to whom the Software is
951
+ furnished to do so, subject to the following conditions:
952
+
953
+ The above copyright notice and this permission notice shall be included in
954
+ all copies or substantial portions of the Software.
955
+
956
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
957
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
958
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
959
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
960
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
961
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
962
+ THE SOFTWARE.
963
+ $/LicenseInfo$
964
+ */
965
+
966
+ // Original can be found at:
967
+ // https://bitbucket.org/lindenlab/llsd
968
+ // Modifications by Joshua Bell inexorabletash@gmail.com
969
+ // https://github.com/inexorabletash/polyfill
970
+
971
+ // ES3/ES5 implementation of the Krhonos Typed Array Specification
972
+ // Ref: http://www.khronos.org/registry/typedarray/specs/latest/
973
+ // Date: 2011-02-01
974
+ //
975
+ // Variations:
976
+ // * Allows typed_array.get/set() as alias for subscripts (typed_array[])
977
+ =========================================
978
+ END OF typedarray NOTICES, INFORMATION, AND LICENSE
979
+
980
+ %% typescript NOTICES, INFORMATION, AND LICENSE BEGIN HERE
981
+ =========================================
982
+ Apache License
983
+
984
+ Version 2.0, January 2004
985
+
986
+ http://www.apache.org/licenses/
987
+
988
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
989
+
990
+ 1. Definitions.
991
+
992
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
993
+
994
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
995
+
996
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
997
+
998
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
999
+
1000
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
1001
+
1002
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
1003
+
1004
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
1005
+
1006
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
1007
+
1008
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
1009
+
1010
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
1011
+
1012
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
1013
+
1014
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
1015
+
1016
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
1017
+
1018
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
1019
+
1020
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
1021
+
1022
+ You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
1023
+
1024
+ If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
1025
+
1026
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
1027
+
1028
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
1029
+
1030
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
1031
+
1032
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
1033
+
1034
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
1035
+
1036
+ END OF TERMS AND CONDITIONS
1037
+ =========================================
1038
+ END OF typescript NOTICES, INFORMATION, AND LICENSE
1039
+
1040
+ %% util-deprecate NOTICES, INFORMATION, AND LICENSE BEGIN HERE
1041
+ =========================================
1042
+ (The MIT License)
1043
+
1044
+ Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
1045
+
1046
+ Permission is hereby granted, free of charge, to any person
1047
+ obtaining a copy of this software and associated documentation
1048
+ files (the "Software"), to deal in the Software without
1049
+ restriction, including without limitation the rights to use,
1050
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
1051
+ copies of the Software, and to permit persons to whom the
1052
+ Software is furnished to do so, subject to the following
1053
+ conditions:
1054
+
1055
+ The above copyright notice and this permission notice shall be
1056
+ included in all copies or substantial portions of the Software.
1057
+
1058
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1059
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1060
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1061
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1062
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1063
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1064
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1065
+ OTHER DEALINGS IN THE SOFTWARE.
1066
+ =========================================
1067
+ END OF util-deprecate NOTICES, INFORMATION, AND LICENSE
1068
+
1069
+ %% uuid NOTICES, INFORMATION, AND LICENSE BEGIN HERE
1070
+ =========================================
1071
+ The MIT License (MIT)
1072
+
1073
+ Copyright (c) 2010-2016 Robert Kieffer and other contributors
1074
+
1075
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1076
+ of this software and associated documentation files (the "Software"), to deal
1077
+ in the Software without restriction, including without limitation the rights
1078
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1079
+ copies of the Software, and to permit persons to whom the Software is
1080
+ furnished to do so, subject to the following conditions:
1081
+
1082
+ The above copyright notice and this permission notice shall be included in all
1083
+ copies or substantial portions of the Software.
1084
+
1085
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1086
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1087
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1088
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1089
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1090
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1091
+ SOFTWARE.
1092
+ =========================================
1093
+ END OF uuid NOTICES, INFORMATION, AND LICENSE
1094
+
1095
+ %% wrappy NOTICES, INFORMATION, AND LICENSE BEGIN HERE
1096
+ =========================================
1097
+ The ISC License
1098
+
1099
+ Copyright (c) Isaac Z. Schlueter and Contributors
1100
+
1101
+ Permission to use, copy, modify, and/or distribute this software for any
1102
+ purpose with or without fee is hereby granted, provided that the above
1103
+ copyright notice and this permission notice appear in all copies.
1104
+
1105
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1106
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1107
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1108
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1109
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1110
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1111
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1112
+ =========================================
1113
+ END OF wrappy NOTICES, INFORMATION, AND LICENSE
1114
+