···280280281281---------------------------------------
282282283283-## chai-subset
284284-License: MIT
285285-By: Andrii Shumada, Robert Herhold
286286-Repository: https://github.com/debitoor/chai-subset.git
287287-288288-> The MIT License (MIT)
289289->
290290-> Copyright (c) 2014
291291->
292292-> Permission is hereby granted, free of charge, to any person obtaining a copy
293293-> of this software and associated documentation files (the "Software"), to deal
294294-> in the Software without restriction, including without limitation the rights
295295-> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
296296-> copies of the Software, and to permit persons to whom the Software is
297297-> furnished to do so, subject to the following conditions:
298298->
299299-> The above copyright notice and this permission notice shall be included in all
300300-> copies or substantial portions of the Software.
301301->
302302-> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
303303-> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
304304-> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
305305-> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
306306-> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
307307-> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
308308-> SOFTWARE.
309309-310310----------------------------------------
311311-312283## find-up
313284License: MIT
314285By: Sindre Sorhus