UNPKG

14.3 kBPlain TextView Raw
1microsoft-vscode-vsce
2
3THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
4Do Not Translate or Localize
5
6This project incorporates components from the projects listed below. The original copyright notices and the licenses
7under which Microsoft received such components are set forth below. Microsoft reserves all rights not expressly granted
8herein, whether by implication, estoppel or otherwise.
9
101. commander version 2.8.1 (https://github.com/tj/commander.js)
112. denodeify version 1.2.1 (https://github.com/matthew-andrews/denodeify)
123. glob version 5.0.14 (https://github.com/isaacs/node-glob)
134. lodash version 3.10.1 (https://github.com/lodash/lodash)
145. mime version 1.3.4 (https://github.com/broofa/node-mime)
156. minimatch version 2.0.10 (https://github.com/isaacs/minimatch)
167. osenv version 0.1.3 (https://github.com/npm/osenv)
178. read version 1.0.7 (https://github.com/isaacs/read)
189. semver version 5.1.0 (https://github.com/npm/node-semver)
1910. tmp version 0.0.27 (https://github.com/raszi/node-tmp)
2011. url-join version 0.0.1 (https://github.com/jfromaniello/url-join)
2112. vso-node-api version 0.5.0 (https://github.com/Microsoft/vso-node-api)
2213. yauzl version 2.3.1 (https://github.com/thejoshwolfe/yauzl)
2314. yazl version 2.2.2 (https://github.com/thejoshwolfe/yazl)
24
25%% commander NOTICES AND INFORMATION BEGIN HERE
26(The MIT License)
27
28Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
29
30Permission is hereby granted, free of charge, to any person obtaining
31a copy of this software and associated documentation files (the
32'Software'), to deal in the Software without restriction, including
33without limitation the rights to use, copy, modify, merge, publish,
34distribute, sublicense, and/or sell copies of the Software, and to
35permit persons to whom the Software is furnished to do so, subject to
36the following conditions:
37
38The above copyright notice and this permission notice shall be
39included in all copies or substantial portions of the Software.
40
41THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
42EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
43MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
44IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
45CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
46TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
47SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
48END OF commander NOTICES AND INFORMATION
49
50%% denodeify NOTICES AND INFORMATION BEGIN HERE
51Credits and collaboration
52
53The lead developer of denodeify is Matt Andrews at FT Labs with much help and support from Kornel Lesiński. All open source code released by FT Labs is licenced under the MIT licence. We welcome comments, feedback and suggestions. Please feel free to raise an issue or pull request.
54END OF denodeify NOTICES AND INFORMATION
55
56%% glob NOTICES AND INFORMATION BEGIN HERE
57The ISC License
58
59Copyright (c) Isaac Z. Schlueter and Contributors
60
61Permission to use, copy, modify, and/or distribute this software for any
62purpose with or without fee is hereby granted, provided that the above
63copyright notice and this permission notice appear in all copies.
64
65THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
66WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
67MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
68ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
69WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
70ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
71IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
72END OF glob NOTICES AND INFORMATION
73
74%% lodash NOTICES AND INFORMATION BEGIN HERE
75Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
76Based on Underscore.js, copyright 2009-2015 Jeremy Ashkenas,
77DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
78
79Permission is hereby granted, free of charge, to any person obtaining
80a copy of this software and associated documentation files (the
81"Software"), to deal in the Software without restriction, including
82without limitation the rights to use, copy, modify, merge, publish,
83distribute, sublicense, and/or sell copies of the Software, and to
84permit persons to whom the Software is furnished to do so, subject to
85the following conditions:
86
87The above copyright notice and this permission notice shall be
88included in all copies or substantial portions of the Software.
89
90THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
91EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
92MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
93NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
94LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
95OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
96WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
97END OF lodash NOTICES AND INFORMATION
98
99%% mime NOTICES AND INFORMATION BEGIN HERE
100Copyright (c) 2010 Benjamin Thomas, Robert Kieffer
101
102Permission is hereby granted, free of charge, to any person obtaining a copy
103of this software and associated documentation files (the "Software"), to deal
104in the Software without restriction, including without limitation the rights
105to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
106copies of the Software, and to permit persons to whom the Software is
107furnished to do so, subject to the following conditions:
108
109The above copyright notice and this permission notice shall be included in
110all copies or substantial portions of the Software.
111
112THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
113IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
114FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
115AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
116LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
117OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
118THE SOFTWARE.
119END OF mime NOTICES AND INFORMATION
120
121%% minimatch NOTICES AND INFORMATION BEGIN HERE
122The ISC License
123
124Copyright (c) Isaac Z. Schlueter and Contributors
125
126Permission to use, copy, modify, and/or distribute this software for any
127purpose with or without fee is hereby granted, provided that the above
128copyright notice and this permission notice appear in all copies.
129
130THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
131WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
132MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
133ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
134WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
135ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
136IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
137END OF minimatch NOTICES AND INFORMATION
138
139%% osenv NOTICES AND INFORMATION BEGIN HERE
140The ISC License
141
142Copyright (c) Isaac Z. Schlueter and Contributors
143
144Permission to use, copy, modify, and/or distribute this software for any
145purpose with or without fee is hereby granted, provided that the above
146copyright notice and this permission notice appear in all copies.
147
148THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
149WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
150MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
151ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
152WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
153ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
154IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
155END OF osenv NOTICES AND INFORMATION
156
157%% read NOTICES AND INFORMATION BEGIN HERE
158The ISC License
159
160Copyright (c) Isaac Z. Schlueter and Contributors
161
162Permission to use, copy, modify, and/or distribute this software for any
163purpose with or without fee is hereby granted, provided that the above
164copyright notice and this permission notice appear in all copies.
165
166THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
167WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
168MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
169ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
170WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
171ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
172IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
173END OF read NOTICES AND INFORMATION
174
175%% semver NOTICES AND INFORMATION BEGIN HERE
176The ISC License
177
178Copyright (c) Isaac Z. Schlueter and Contributors
179
180Permission to use, copy, modify, and/or distribute this software for any
181purpose with or without fee is hereby granted, provided that the above
182copyright notice and this permission notice appear in all copies.
183
184THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
185WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
186MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
187ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
188WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
189ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
190IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
191END OF semver NOTICES AND INFORMATION
192
193%% tmp NOTICES AND INFORMATION BEGIN HERE
194The MIT License (MIT)
195
196Copyright (c) 2014 KARASZI István
197
198Permission is hereby granted, free of charge, to any person obtaining a copy
199of this software and associated documentation files (the "Software"), to deal
200in the Software without restriction, including without limitation the rights
201to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
202copies of the Software, and to permit persons to whom the Software is
203furnished to do so, subject to the following conditions:
204
205The above copyright notice and this permission notice shall be included in all
206copies or substantial portions of the Software.
207
208THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
209IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
210FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
211AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
212LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
213OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
214SOFTWARE.
215END OF tmp NOTICES AND INFORMATION
216
217%% url-join NOTICES AND INFORMATION BEGIN HERE
218License
219MIT
220END OF url-join NOTICES AND INFORMATION
221
222%% vso-node-api NOTICES AND INFORMATION BEGIN HERE
223The MIT License (MIT)
224
225Copyright (c) 2015 Microsoft
226
227Permission is hereby granted, free of charge, to any person obtaining a copy
228of this software and associated documentation files (the "Software"), to deal
229in the Software without restriction, including without limitation the rights
230to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
231copies of the Software, and to permit persons to whom the Software is
232furnished to do so, subject to the following conditions:
233
234The above copyright notice and this permission notice shall be included in all
235copies or substantial portions of the Software.
236
237THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
238IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
239FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
240AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
241LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
242OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
243SOFTWARE.
244END OF vso-node-api NOTICES AND INFORMATION
245
246%% yauzl NOTICES AND INFORMATION BEGIN HERE
247The MIT License (MIT)
248
249Copyright (c) 2014 Josh Wolfe
250
251Permission is hereby granted, free of charge, to any person obtaining a copy
252of this software and associated documentation files (the "Software"), to deal
253in the Software without restriction, including without limitation the rights
254to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
255copies of the Software, and to permit persons to whom the Software is
256furnished to do so, subject to the following conditions:
257
258The above copyright notice and this permission notice shall be included in all
259copies or substantial portions of the Software.
260
261THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
262IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
263FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
264AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
265LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
266OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
267SOFTWARE.
268END OF yauzl NOTICES AND INFORMATION
269
270%% yazl NOTICES AND INFORMATION BEGIN HERE
271The MIT License (MIT)
272
273Copyright (c) 2014 Josh Wolfe
274
275Permission is hereby granted, free of charge, to any person obtaining a copy
276of this software and associated documentation files (the "Software"), to deal
277in the Software without restriction, including without limitation the rights
278to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
279copies of the Software, and to permit persons to whom the Software is
280furnished to do so, subject to the following conditions:
281
282The above copyright notice and this permission notice shall be included in all
283copies or substantial portions of the Software.
284
285THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
286IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
287FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
288AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
289LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
290OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
291SOFTWARE.
292END OF yazl NOTICES AND INFORMATION