UNPKG

41.3 kBPlain TextView Raw
1
2THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
3Do Not Translate or Localize
4
5This Visual Studio Team Services extension (vsts-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
71. @types/events (https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)
82. @types/glob (https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)
93. @types/minimatch (https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)
104. @types/node (https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)
115. @types/shelljs (https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)
126. balanced-match (git://github.com/juliangruber/balanced-match.git)
137. brace-expansion (git://github.com/juliangruber/brace-expansion.git)
148. concat-map (git://github.com/substack/node-concat-map.git)
159. fs.realpath (git+https://github.com/isaacs/fs.realpath.git)
1610. glob (git://github.com/isaacs/node-glob.git)
1711. inflight (git+https://github.com/npm/inflight.git)
1812. inherits (git://github.com/isaacs/inherits.git)
1913. interpret (git://github.com/tkellen/node-interpret.git)
2014. minimatch (git://github.com/isaacs/minimatch.git)
2115. once (git://github.com/isaacs/once.git)
2216. path-is-absolute (git+https://github.com/sindresorhus/path-is-absolute.git)
2317. path-parse (git+https://github.com/jbgutierrez/path-parse.git)
2418. rechoir (git://github.com/tkellen/node-rechoir.git)
2519. resolve (git://github.com/browserify/node-resolve.git)
2620. shelljs (git://github.com/shelljs/shelljs.git)
2721. tunnel (git+https://github.com/koichik/node-tunnel.git)
2822. typed-rest-client (git+https://github.com/Microsoft/typed-rest-client.git)
2923. typescript (git+https://github.com/Microsoft/TypeScript.git)
3024. underscore (git://github.com/jashkenas/underscore.git)
3125. wrappy (git+https://github.com/npm/wrappy.git)
32
33
34%% @types/events NOTICES, INFORMATION, AND LICENSE BEGIN HERE
35=========================================
36MIT License
37
38 Copyright (c) Microsoft Corporation. All rights reserved.
39
40 Permission is hereby granted, free of charge, to any person obtaining a copy
41 of this software and associated documentation files (the "Software"), to deal
42 in the Software without restriction, including without limitation the rights
43 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
44 copies of the Software, and to permit persons to whom the Software is
45 furnished to do so, subject to the following conditions:
46
47 The above copyright notice and this permission notice shall be included in all
48 copies or substantial portions of the Software.
49
50 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
51 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
52 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
53 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
54 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
55 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
56 SOFTWARE
57=========================================
58END OF @types/events NOTICES, INFORMATION, AND LICENSE
59
60%% @types/glob NOTICES, INFORMATION, AND LICENSE BEGIN HERE
61=========================================
62MIT License
63
64 Copyright (c) Microsoft Corporation. All rights reserved.
65
66 Permission is hereby granted, free of charge, to any person obtaining a copy
67 of this software and associated documentation files (the "Software"), to deal
68 in the Software without restriction, including without limitation the rights
69 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
70 copies of the Software, and to permit persons to whom the Software is
71 furnished to do so, subject to the following conditions:
72
73 The above copyright notice and this permission notice shall be included in all
74 copies or substantial portions of the Software.
75
76 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
77 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
78 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
79 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
80 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
81 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
82 SOFTWARE
83=========================================
84END OF @types/glob NOTICES, INFORMATION, AND LICENSE
85
86%% @types/minimatch NOTICES, INFORMATION, AND LICENSE BEGIN HERE
87=========================================
88MIT License
89
90 Copyright (c) Microsoft Corporation. All rights reserved.
91
92 Permission is hereby granted, free of charge, to any person obtaining a copy
93 of this software and associated documentation files (the "Software"), to deal
94 in the Software without restriction, including without limitation the rights
95 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
96 copies of the Software, and to permit persons to whom the Software is
97 furnished to do so, subject to the following conditions:
98
99 The above copyright notice and this permission notice shall be included in all
100 copies or substantial portions of the Software.
101
102 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
103 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
104 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
105 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
106 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
107 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
108 SOFTWARE
109=========================================
110END OF @types/minimatch NOTICES, INFORMATION, AND LICENSE
111
112%% @types/node NOTICES, INFORMATION, AND LICENSE BEGIN HERE
113=========================================
114MIT License
115
116 Copyright (c) Microsoft Corporation. All rights reserved.
117
118 Permission is hereby granted, free of charge, to any person obtaining a copy
119 of this software and associated documentation files (the "Software"), to deal
120 in the Software without restriction, including without limitation the rights
121 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
122 copies of the Software, and to permit persons to whom the Software is
123 furnished to do so, subject to the following conditions:
124
125 The above copyright notice and this permission notice shall be included in all
126 copies or substantial portions of the Software.
127
128 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
129 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
130 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
131 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
132 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
133 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
134 SOFTWARE
135=========================================
136END OF @types/node NOTICES, INFORMATION, AND LICENSE
137
138%% @types/shelljs NOTICES, INFORMATION, AND LICENSE BEGIN HERE
139=========================================
140MIT License
141
142 Copyright (c) Microsoft Corporation. All rights reserved.
143
144 Permission is hereby granted, free of charge, to any person obtaining a copy
145 of this software and associated documentation files (the "Software"), to deal
146 in the Software without restriction, including without limitation the rights
147 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
148 copies of the Software, and to permit persons to whom the Software is
149 furnished to do so, subject to the following conditions:
150
151 The above copyright notice and this permission notice shall be included in all
152 copies or substantial portions of the Software.
153
154 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
155 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
156 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
157 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
158 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
159 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
160 SOFTWARE
161=========================================
162END OF @types/shelljs NOTICES, INFORMATION, AND LICENSE
163
164%% balanced-match NOTICES, INFORMATION, AND LICENSE BEGIN HERE
165=========================================
166(MIT)
167
168Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
169
170Permission is hereby granted, free of charge, to any person obtaining a copy of
171this software and associated documentation files (the "Software"), to deal in
172the Software without restriction, including without limitation the rights to
173use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
174of the Software, and to permit persons to whom the Software is furnished to do
175so, subject to the following conditions:
176
177The above copyright notice and this permission notice shall be included in all
178copies or substantial portions of the Software.
179
180THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
181IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
182FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
183AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
184LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
185OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
186SOFTWARE.
187=========================================
188END OF balanced-match NOTICES, INFORMATION, AND LICENSE
189
190%% brace-expansion NOTICES, INFORMATION, AND LICENSE BEGIN HERE
191=========================================
192MIT License
193
194Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
195
196Permission is hereby granted, free of charge, to any person obtaining a copy
197of this software and associated documentation files (the "Software"), to deal
198in the Software without restriction, including without limitation the rights
199to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
200copies of the Software, and to permit persons to whom the Software is
201furnished to do so, subject to the following conditions:
202
203The above copyright notice and this permission notice shall be included in all
204copies or substantial portions of the Software.
205
206THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
207IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
208FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
209AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
210LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
211OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
212SOFTWARE.
213=========================================
214END OF brace-expansion NOTICES, INFORMATION, AND LICENSE
215
216%% concat-map NOTICES, INFORMATION, AND LICENSE BEGIN HERE
217=========================================
218This software is released under the MIT license:
219
220Permission is hereby granted, free of charge, to any person obtaining a copy of
221this software and associated documentation files (the "Software"), to deal in
222the Software without restriction, including without limitation the rights to
223use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
224the Software, and to permit persons to whom the Software is furnished to do so,
225subject to the following conditions:
226
227The above copyright notice and this permission notice shall be included in all
228copies or substantial portions of the Software.
229
230THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
231IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
232FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
233COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
234IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
235CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
236=========================================
237END OF concat-map NOTICES, INFORMATION, AND LICENSE
238
239%% fs.realpath NOTICES, INFORMATION, AND LICENSE BEGIN HERE
240=========================================
241The ISC License
242
243Copyright (c) Isaac Z. Schlueter and Contributors
244
245Permission to use, copy, modify, and/or distribute this software for any
246purpose with or without fee is hereby granted, provided that the above
247copyright notice and this permission notice appear in all copies.
248
249THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
250WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
251MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
252ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
253WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
254ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
255IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
256
257----
258
259This library bundles a version of the `fs.realpath` and `fs.realpathSync`
260methods from Node.js v0.10 under the terms of the Node.js MIT license.
261
262Node's license follows, also included at the header of `old.js` which contains
263the licensed code:
264
265 Copyright Joyent, Inc. and other Node contributors.
266
267 Permission is hereby granted, free of charge, to any person obtaining a
268 copy of this software and associated documentation files (the "Software"),
269 to deal in the Software without restriction, including without limitation
270 the rights to use, copy, modify, merge, publish, distribute, sublicense,
271 and/or sell copies of the Software, and to permit persons to whom the
272 Software is furnished to do so, subject to the following conditions:
273
274 The above copyright notice and this permission notice shall be included in
275 all copies or substantial portions of the Software.
276
277 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
278 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
279 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
280 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
281 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
282 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
283 DEALINGS IN THE SOFTWARE.
284=========================================
285END OF fs.realpath NOTICES, INFORMATION, AND LICENSE
286
287%% glob NOTICES, INFORMATION, AND LICENSE BEGIN HERE
288=========================================
289The ISC License
290
291Copyright (c) Isaac Z. Schlueter and Contributors
292
293Permission to use, copy, modify, and/or distribute this software for any
294purpose with or without fee is hereby granted, provided that the above
295copyright notice and this permission notice appear in all copies.
296
297THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
298WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
299MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
300ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
301WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
302ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
303IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
304=========================================
305END OF glob NOTICES, INFORMATION, AND LICENSE
306
307%% inflight NOTICES, INFORMATION, AND LICENSE BEGIN HERE
308=========================================
309The ISC License
310
311Copyright (c) Isaac Z. Schlueter
312
313Permission to use, copy, modify, and/or distribute this software for any
314purpose with or without fee is hereby granted, provided that the above
315copyright notice and this permission notice appear in all copies.
316
317THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
318WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
319MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
320ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
321WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
322ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
323IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
324=========================================
325END OF inflight NOTICES, INFORMATION, AND LICENSE
326
327%% inherits NOTICES, INFORMATION, AND LICENSE BEGIN HERE
328=========================================
329The ISC License
330
331Copyright (c) Isaac Z. Schlueter
332
333Permission to use, copy, modify, and/or distribute this software for any
334purpose with or without fee is hereby granted, provided that the above
335copyright notice and this permission notice appear in all copies.
336
337THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
338REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
339FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
340INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
341LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
342OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
343PERFORMANCE OF THIS SOFTWARE.
344=========================================
345END OF inherits NOTICES, INFORMATION, AND LICENSE
346
347%% interpret NOTICES, INFORMATION, AND LICENSE BEGIN HERE
348=========================================
349Copyright (c) 2014 Tyler Kellen
350
351Permission is hereby granted, free of charge, to any person
352obtaining a copy of this software and associated documentation
353files (the "Software"), to deal in the Software without
354restriction, including without limitation the rights to use,
355copy, modify, merge, publish, distribute, sublicense, and/or sell
356copies of the Software, and to permit persons to whom the
357Software is furnished to do so, subject to the following
358conditions:
359
360The above copyright notice and this permission notice shall be
361included in all copies or substantial portions of the Software.
362
363THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
364EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
365OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
366NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
367HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
368WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
369FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
370OTHER DEALINGS IN THE SOFTWARE.
371=========================================
372END OF interpret NOTICES, INFORMATION, AND LICENSE
373
374%% minimatch NOTICES, INFORMATION, AND LICENSE BEGIN HERE
375=========================================
376The ISC License
377
378Copyright (c) Isaac Z. Schlueter and Contributors
379
380Permission to use, copy, modify, and/or distribute this software for any
381purpose with or without fee is hereby granted, provided that the above
382copyright notice and this permission notice appear in all copies.
383
384THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
385WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
386MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
387ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
388WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
389ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
390IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
391=========================================
392END OF minimatch NOTICES, INFORMATION, AND LICENSE
393
394%% once NOTICES, INFORMATION, AND LICENSE BEGIN HERE
395=========================================
396The ISC License
397
398Copyright (c) Isaac Z. Schlueter and Contributors
399
400Permission to use, copy, modify, and/or distribute this software for any
401purpose with or without fee is hereby granted, provided that the above
402copyright notice and this permission notice appear in all copies.
403
404THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
405WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
406MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
407ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
408WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
409ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
410IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
411=========================================
412END OF once NOTICES, INFORMATION, AND LICENSE
413
414%% path-is-absolute NOTICES, INFORMATION, AND LICENSE BEGIN HERE
415=========================================
416The MIT License (MIT)
417
418Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
419
420Permission is hereby granted, free of charge, to any person obtaining a copy
421of this software and associated documentation files (the "Software"), to deal
422in the Software without restriction, including without limitation the rights
423to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
424copies of the Software, and to permit persons to whom the Software is
425furnished to do so, subject to the following conditions:
426
427The above copyright notice and this permission notice shall be included in
428all copies or substantial portions of the Software.
429
430THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
431IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
432FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
433AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
434LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
435OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
436THE SOFTWARE.
437=========================================
438END OF path-is-absolute NOTICES, INFORMATION, AND LICENSE
439
440%% path-parse NOTICES, INFORMATION, AND LICENSE BEGIN HERE
441=========================================
442No license text available.
443=========================================
444END OF path-parse NOTICES, INFORMATION, AND LICENSE
445
446%% rechoir NOTICES, INFORMATION, AND LICENSE BEGIN HERE
447=========================================
448Copyright (c) 2015 Tyler Kellen
449
450Permission is hereby granted, free of charge, to any person
451obtaining a copy of this software and associated documentation
452files (the "Software"), to deal in the Software without
453restriction, including without limitation the rights to use,
454copy, modify, merge, publish, distribute, sublicense, and/or sell
455copies of the Software, and to permit persons to whom the
456Software is furnished to do so, subject to the following
457conditions:
458
459The above copyright notice and this permission notice shall be
460included in all copies or substantial portions of the Software.
461
462THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
463EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
464OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
465NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
466HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
467WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
468FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
469OTHER DEALINGS IN THE SOFTWARE.
470=========================================
471END OF rechoir NOTICES, INFORMATION, AND LICENSE
472
473%% resolve NOTICES, INFORMATION, AND LICENSE BEGIN HERE
474=========================================
475This software is released under the MIT license:
476
477Permission is hereby granted, free of charge, to any person obtaining a copy of
478this software and associated documentation files (the "Software"), to deal in
479the Software without restriction, including without limitation the rights to
480use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
481the Software, and to permit persons to whom the Software is furnished to do so,
482subject to the following conditions:
483
484The above copyright notice and this permission notice shall be included in all
485copies or substantial portions of the Software.
486
487THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
488IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
489FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
490COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
491IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
492CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
493=========================================
494END OF resolve NOTICES, INFORMATION, AND LICENSE
495
496%% shelljs NOTICES, INFORMATION, AND LICENSE BEGIN HERE
497=========================================
498Copyright (c) 2012, Artur Adib <arturadib@gmail.com>
499All rights reserved.
500
501You may use this project under the terms of the New BSD license as follows:
502
503Redistribution and use in source and binary forms, with or without
504modification, are permitted provided that the following conditions are met:
505 * Redistributions of source code must retain the above copyright
506 notice, this list of conditions and the following disclaimer.
507 * Redistributions in binary form must reproduce the above copyright
508 notice, this list of conditions and the following disclaimer in the
509 documentation and/or other materials provided with the distribution.
510 * Neither the name of Artur Adib nor the
511 names of the contributors may be used to endorse or promote products
512 derived from this software without specific prior written permission.
513
514THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
515AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
516IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
517ARE DISCLAIMED. IN NO EVENT SHALL ARTUR ADIB BE LIABLE FOR ANY
518DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
519(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
520LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
521ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
522(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
523THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
524=========================================
525END OF shelljs NOTICES, INFORMATION, AND LICENSE
526
527%% tunnel NOTICES, INFORMATION, AND LICENSE BEGIN HERE
528=========================================
529The MIT License (MIT)
530
531Copyright (c) 2012 Koichi Kobayashi
532
533Permission is hereby granted, free of charge, to any person obtaining a copy
534of this software and associated documentation files (the "Software"), to deal
535in the Software without restriction, including without limitation the rights
536to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
537copies of the Software, and to permit persons to whom the Software is
538furnished to do so, subject to the following conditions:
539
540The above copyright notice and this permission notice shall be included in
541all copies or substantial portions of the Software.
542
543THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
544IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
545FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
546AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
547LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
548OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
549THE SOFTWARE.
550=========================================
551END OF tunnel NOTICES, INFORMATION, AND LICENSE
552
553%% typed-rest-client NOTICES, INFORMATION, AND LICENSE BEGIN HERE
554=========================================
555Visual Studio Team Services Client for Node.js
556
557Copyright (c) Microsoft Corporation
558
559All rights reserved.
560
561MIT License
562
563Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
564associated documentation files (the "Software"), to deal in the Software without restriction,
565including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
566and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
567subject to the following conditions:
568
569The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
570
571THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
572LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
573NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
574WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
575SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
576=========================================
577END OF typed-rest-client NOTICES, INFORMATION, AND LICENSE
578
579%% typescript NOTICES, INFORMATION, AND LICENSE BEGIN HERE
580=========================================
581Apache License
582
583Version 2.0, January 2004
584
585http://www.apache.org/licenses/
586
587TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
588
5891. Definitions.
590
591"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
592
593"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
594
595"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.
596
597"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
598
599"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
600
601"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.
602
603"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).
604
605"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.
606
607"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."
608
609"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.
610
6112. 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.
612
6133. 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.
614
6154. 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:
616
617You must give any other recipients of the Work or Derivative Works a copy of this License; and
618
619You must cause any modified files to carry prominent notices stating that You changed the files; and
620
621You 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
622
623If 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.
624
6255. 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.
626
6276. 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.
628
6297. 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.
630
6318. 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.
632
6339. 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.
634
635END OF TERMS AND CONDITIONS
636=========================================
637END OF typescript NOTICES, INFORMATION, AND LICENSE
638
639%% underscore NOTICES, INFORMATION, AND LICENSE BEGIN HERE
640=========================================
641Copyright (c) 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative
642Reporters & Editors
643
644Permission is hereby granted, free of charge, to any person
645obtaining a copy of this software and associated documentation
646files (the "Software"), to deal in the Software without
647restriction, including without limitation the rights to use,
648copy, modify, merge, publish, distribute, sublicense, and/or sell
649copies of the Software, and to permit persons to whom the
650Software is furnished to do so, subject to the following
651conditions:
652
653The above copyright notice and this permission notice shall be
654included in all copies or substantial portions of the Software.
655
656THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
657EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
658OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
659NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
660HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
661WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
662FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
663OTHER DEALINGS IN THE SOFTWARE.
664=========================================
665END OF underscore NOTICES, INFORMATION, AND LICENSE
666
667%% wrappy NOTICES, INFORMATION, AND LICENSE BEGIN HERE
668=========================================
669The ISC License
670
671Copyright (c) Isaac Z. Schlueter and Contributors
672
673Permission to use, copy, modify, and/or distribute this software for any
674purpose with or without fee is hereby granted, provided that the above
675copyright notice and this permission notice appear in all copies.
676
677THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
678WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
679MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
680ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
681WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
682ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
683IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
684=========================================
685END OF wrappy NOTICES, INFORMATION, AND LICENSE
686