typed-rest-client.dep.yml 78 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927
  1. ---
  2. name: typed-rest-client
  3. version: 1.5.0
  4. type: npm
  5. summary: Node Rest and Http Clients for use with TypeScript
  6. homepage: https://github.com/Microsoft/typed-rest-client#readme
  7. license: mit
  8. licenses:
  9. - sources: LICENSE
  10. text: |
  11. Typed Rest Client for Node.js
  12. Copyright (c) Microsoft Corporation
  13. All rights reserved.
  14. MIT License
  15. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
  16. associated documentation files (the "Software"), to deal in the Software without restriction,
  17. including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
  18. and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
  19. subject to the following conditions:
  20. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  21. THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
  22. LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  23. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  24. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  25. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  26. notices:
  27. - sources: ThirdPartyNotice.txt
  28. text: "\nTHIRD-PARTY SOFTWARE NOTICES AND INFORMATION\nDo Not Translate or Localize\n\nThis
  29. Visual Studio Team Services extension (vsts-task-lib) is based on or incorporates
  30. material from the projects listed below (Third Party IP). The original copyright
  31. notice and the license under which Microsoft received such Third Party IP, are
  32. set forth below. Such licenses and notices are provided for informational purposes
  33. only. Microsoft licenses the Third Party IP to you under the licensing terms for
  34. the Visual Studio Team Services extension. Microsoft reserves all other rights
  35. not expressly granted under this agreement, whether by implication, estoppel or
  36. otherwise.\n\n1.\t@types/glob (https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)\n2.\t@types/minimatch
  37. (https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)\n3.\t@types/mocha
  38. (https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)\n4.\t@types/node
  39. (https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)\n5.\t@types/shelljs
  40. (https://www.github.com/DefinitelyTyped/DefinitelyTyped.git)\n6.\tbalanced-match
  41. (git://github.com/juliangruber/balanced-match.git)\n7.\tbrace-expansion (git://github.com/juliangruber/brace-expansion.git)\n8.\tbrowser-stdout
  42. (git+ssh://git@github.com/kumavis/browser-stdout.git)\n9.\tcommander (git+https://github.com/tj/commander.js.git)\n10.\tconcat-map
  43. (git://github.com/substack/node-concat-map.git)\n11.\tdebug (git://github.com/visionmedia/debug.git)\n12.\tdiff
  44. (git://github.com/kpdecker/jsdiff.git)\n13.\tescape-string-regexp (git+https://github.com/sindresorhus/escape-string-regexp.git)\n14.\tfs.realpath
  45. (git+https://github.com/isaacs/fs.realpath.git)\n15.\tglob (git://github.com/isaacs/node-glob.git)\n16.\tgraceful-readlink
  46. (git://github.com/zhiyelee/graceful-readlink.git)\n17.\tgrowl (git://github.com/tj/node-growl.git)\n18.\thas-flag
  47. (git+https://github.com/sindresorhus/has-flag.git)\n19.\the (git+https://github.com/mathiasbynens/he.git)\n20.\tinflight
  48. (git+https://github.com/npm/inflight.git)\n21.\tinherits (git://github.com/isaacs/inherits.git)\n22.\tinterpret
  49. (git://github.com/tkellen/node-interpret.git)\n23.\tjson3 (git://github.com/bestiejs/json3.git)\n24.\tlodash.create
  50. (git+https://github.com/lodash/lodash.git)\n25.\tlodash.isarguments (git+https://github.com/lodash/lodash.git)\n26.\tlodash.isarray
  51. (git+https://github.com/lodash/lodash.git)\n27.\tlodash.keys (git+https://github.com/lodash/lodash.git)\n28.\tlodash._baseassign
  52. (git+https://github.com/lodash/lodash.git)\n29.\tlodash._basecopy (git+https://github.com/lodash/lodash.git)\n30.\tlodash._basecreate
  53. (git+https://github.com/lodash/lodash.git)\n31.\tlodash._getnative (git+https://github.com/lodash/lodash.git)\n32.\tlodash._isiterateecall
  54. (git+https://github.com/lodash/lodash.git)\n33.\tminimatch (git://github.com/isaacs/minimatch.git)\n34.\tminimist
  55. (git://github.com/substack/minimist.git)\n35.\tmkdirp (git+https://github.com/substack/node-mkdirp.git)\n36.\tmocha
  56. (git+https://github.com/mochajs/mocha.git)\n37.\tms (git+https://github.com/zeit/ms.git)\n38.\tonce
  57. (git://github.com/isaacs/once.git)\n39.\tpath-is-absolute (git+https://github.com/sindresorhus/path-is-absolute.git)\n40.\tpath-parse
  58. (git+https://github.com/jbgutierrez/path-parse.git)\n41.\trechoir (git://github.com/tkellen/node-rechoir.git)\n42.\tresolve
  59. (git://github.com/substack/node-resolve.git)\n43.\tsemver (git://github.com/npm/node-semver.git)\n44.\tshelljs
  60. (git://github.com/shelljs/shelljs.git)\n45.\tsupports-color (git+https://github.com/chalk/supports-color.git)\n46.\ttunnel
  61. (git+https://github.com/koichik/node-tunnel.git)\n47.\ttypescript (git+https://github.com/Microsoft/TypeScript.git)\n48.\tunderscore
  62. (git://github.com/jashkenas/underscore.git)\n49.\twrappy (git+https://github.com/npm/wrappy.git)\n\n\n%%
  63. @types/glob NOTICES, INFORMATION, AND LICENSE BEGIN HERE\n=========================================\nMIT
  64. License\n\n Copyright (c) Microsoft Corporation. All rights reserved.\n\n Permission
  65. is hereby granted, free of charge, to any person obtaining a copy\n of this
  66. software and associated documentation files (the \"Software\"), to deal\n in
  67. the Software without restriction, including without limitation the rights\n to
  68. use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies
  69. of the Software, and to permit persons to whom the Software is\n furnished
  70. to do so, subject to the following conditions:\n\n The above copyright notice
  71. and this permission notice shall be included in all\n copies or substantial
  72. portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  73. OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  74. OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  75. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  76. DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  77. ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  78. DEALINGS IN THE\n SOFTWARE\n=========================================\nEND
  79. OF @types/glob NOTICES, INFORMATION, AND LICENSE\n\n%% @types/minimatch NOTICES,
  80. INFORMATION, AND LICENSE BEGIN HERE\n=========================================\nMIT
  81. License\n\n Copyright (c) Microsoft Corporation. All rights reserved.\n\n Permission
  82. is hereby granted, free of charge, to any person obtaining a copy\n of this
  83. software and associated documentation files (the \"Software\"), to deal\n in
  84. the Software without restriction, including without limitation the rights\n to
  85. use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies
  86. of the Software, and to permit persons to whom the Software is\n furnished
  87. to do so, subject to the following conditions:\n\n The above copyright notice
  88. and this permission notice shall be included in all\n copies or substantial
  89. portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  90. OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  91. OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  92. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  93. DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  94. ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  95. DEALINGS IN THE\n SOFTWARE\n=========================================\nEND
  96. OF @types/minimatch NOTICES, INFORMATION, AND LICENSE\n\n%% @types/mocha NOTICES,
  97. INFORMATION, AND LICENSE BEGIN HERE\n=========================================\nMIT
  98. License\n\n Copyright (c) Microsoft Corporation. All rights reserved.\n\n Permission
  99. is hereby granted, free of charge, to any person obtaining a copy\n of this
  100. software and associated documentation files (the \"Software\"), to deal\n in
  101. the Software without restriction, including without limitation the rights\n to
  102. use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies
  103. of the Software, and to permit persons to whom the Software is\n furnished
  104. to do so, subject to the following conditions:\n\n The above copyright notice
  105. and this permission notice shall be included in all\n copies or substantial
  106. portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  107. OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  108. OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  109. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  110. DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  111. ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  112. DEALINGS IN THE\n SOFTWARE\n=========================================\nEND
  113. OF @types/mocha NOTICES, INFORMATION, AND LICENSE\n\n%% @types/node NOTICES, INFORMATION,
  114. AND LICENSE BEGIN HERE\n=========================================\nMIT License\n\n
  115. \ Copyright (c) Microsoft Corporation. All rights reserved.\n\n Permission
  116. is hereby granted, free of charge, to any person obtaining a copy\n of this
  117. software and associated documentation files (the \"Software\"), to deal\n in
  118. the Software without restriction, including without limitation the rights\n to
  119. use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies
  120. of the Software, and to permit persons to whom the Software is\n furnished
  121. to do so, subject to the following conditions:\n\n The above copyright notice
  122. and this permission notice shall be included in all\n copies or substantial
  123. portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  124. OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  125. OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  126. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  127. DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  128. ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  129. DEALINGS IN THE\n SOFTWARE\n=========================================\nEND
  130. OF @types/node NOTICES, INFORMATION, AND LICENSE\n\n%% @types/shelljs NOTICES,
  131. INFORMATION, AND LICENSE BEGIN HERE\n=========================================\nMIT
  132. License\n\n Copyright (c) Microsoft Corporation. All rights reserved.\n\n Permission
  133. is hereby granted, free of charge, to any person obtaining a copy\n of this
  134. software and associated documentation files (the \"Software\"), to deal\n in
  135. the Software without restriction, including without limitation the rights\n to
  136. use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies
  137. of the Software, and to permit persons to whom the Software is\n furnished
  138. to do so, subject to the following conditions:\n\n The above copyright notice
  139. and this permission notice shall be included in all\n copies or substantial
  140. portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  141. OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  142. OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  143. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  144. DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  145. ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  146. DEALINGS IN THE\n SOFTWARE\n=========================================\nEND
  147. OF @types/shelljs NOTICES, INFORMATION, AND LICENSE\n\n%% balanced-match NOTICES,
  148. INFORMATION, AND LICENSE BEGIN HERE\n=========================================\n(MIT)\n\nCopyright
  149. (c) 2013 Julian Gruber <julian@juliangruber.com>\n\nPermission is hereby
  150. granted, free of charge, to any person obtaining a copy of\nthis software and
  151. associated documentation files (the \"Software\"), to deal in\nthe Software without
  152. restriction, including without limitation the rights to\nuse, copy, modify, merge,
  153. publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit
  154. persons to whom the Software is furnished to do\nso, subject to the following
  155. conditions:\n\nThe above copyright notice and this permission notice shall be
  156. included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE
  157. IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING
  158. BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR
  159. PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS
  160. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF
  161. CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE
  162. OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n=========================================\nEND
  163. OF balanced-match NOTICES, INFORMATION, AND LICENSE\n\n%% brace-expansion NOTICES,
  164. INFORMATION, AND LICENSE BEGIN HERE\n=========================================\nNo
  165. license text available.\n=========================================\nEND OF brace-expansion
  166. NOTICES, INFORMATION, AND LICENSE\n\n%% browser-stdout NOTICES, INFORMATION, AND
  167. LICENSE BEGIN HERE\n=========================================\nNo license text
  168. available.\n=========================================\nEND OF browser-stdout NOTICES,
  169. INFORMATION, AND LICENSE\n\n%% commander NOTICES, INFORMATION, AND LICENSE BEGIN
  170. HERE\n=========================================\n(The MIT License)\n\nCopyright
  171. (c) 2011 TJ Holowaychuk <tj@vision-media.ca>\n\nPermission is hereby granted,
  172. free of charge, to any person obtaining\na copy of this software and associated
  173. documentation files (the\n'Software'), to deal in the Software without restriction,
  174. including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute,
  175. sublicense, and/or sell copies of the Software, and to\npermit persons to whom
  176. the Software is furnished to do so, subject to\nthe following conditions:\n\nThe
  177. above copyright notice and this permission notice shall be\nincluded in all copies
  178. or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS',
  179. WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  180. THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN
  181. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES
  182. OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING
  183. FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS
  184. IN THE SOFTWARE.\n=========================================\nEND OF commander
  185. NOTICES, INFORMATION, AND LICENSE\n\n%% concat-map NOTICES, INFORMATION, AND LICENSE
  186. BEGIN HERE\n=========================================\nThis software is released
  187. under the MIT license:\n\nPermission is hereby granted, free of charge, to any
  188. person obtaining a copy of\nthis software and associated documentation files (the
  189. \"Software\"), to deal in\nthe Software without restriction, including without
  190. limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense,
  191. and/or sell copies of\nthe Software, and to permit persons to whom the Software
  192. is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright
  193. notice and this permission notice shall be included in all\ncopies or substantial
  194. portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  195. OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  196. OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  197. NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
  198. OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  199. FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  200. IN THE SOFTWARE.\n=========================================\nEND OF concat-map
  201. NOTICES, INFORMATION, AND LICENSE\n\n%% debug NOTICES, INFORMATION, AND LICENSE
  202. BEGIN HERE\n=========================================\n(The MIT License)\n\nCopyright
  203. (c) 2014 TJ Holowaychuk <tj@vision-media.ca>\n\nPermission is hereby granted,
  204. free of charge, to any person obtaining a copy of this software \nand associated
  205. documentation files (the 'Software'), to deal in the Software without restriction,
  206. \nincluding without limitation the rights to use, copy, modify, merge, publish,
  207. distribute, sublicense, \nand/or sell copies of the Software, and to permit persons
  208. to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe
  209. above copyright notice and this permission notice shall be included in all copies
  210. or substantial \nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS',
  211. WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT \nLIMITED
  212. TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  213. \nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  214. DAMAGES OR OTHER LIABILITY, \nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  215. ARISING FROM, OUT OF OR IN CONNECTION WITH THE \nSOFTWARE OR THE USE OR OTHER
  216. DEALINGS IN THE SOFTWARE.\n=========================================\nEND OF debug
  217. NOTICES, INFORMATION, AND LICENSE\n\n%% diff NOTICES, INFORMATION, AND LICENSE
  218. BEGIN HERE\n=========================================\nSoftware License Agreement
  219. (BSD License)\n\nCopyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>\n\nAll
  220. rights reserved.\n\nRedistribution and use of this software in source and binary
  221. forms, with or without modification,\nare permitted provided that the following
  222. conditions are met:\n\n* Redistributions of source code must retain the above\n
  223. \ copyright notice, this list of conditions and the\n following disclaimer.\n\n*
  224. Redistributions in binary form must reproduce the above\n copyright notice, this
  225. list of conditions and the\n following disclaimer in the documentation and/or
  226. other\n materials provided with the distribution.\n\n* Neither the name of Kevin
  227. Decker nor the names of its\n contributors may be used to endorse or promote
  228. products\n derived from this software without specific prior\n written permission.\n\nTHIS
  229. SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY
  230. EXPRESS OR\nIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  231. OF MERCHANTABILITY AND\nFITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  232. EVENT SHALL THE COPYRIGHT OWNER OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  233. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT
  234. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR
  235. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  236. WHETHER\nIN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  237. ARISING IN ANY WAY OUT\nOF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
  238. OF SUCH DAMAGE.\n=========================================\nEND OF diff NOTICES,
  239. INFORMATION, AND LICENSE\n\n%% escape-string-regexp NOTICES, INFORMATION, AND
  240. LICENSE BEGIN HERE\n=========================================\nThe MIT License
  241. (MIT)\n\nCopyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)\n\nPermission
  242. is hereby granted, free of charge, to any person obtaining a copy\nof this software
  243. and associated documentation files (the \"Software\"), to deal\nin the Software
  244. without restriction, including without limitation the rights\nto use, copy, modify,
  245. merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and
  246. to permit persons to whom the Software is\nfurnished to do so, subject to the
  247. following conditions:\n\nThe above copyright notice and this permission notice
  248. shall be included in\nall copies or substantial portions of the Software.\n\nTHE
  249. SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED,
  250. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A
  251. PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT
  252. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION
  253. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE
  254. SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n=========================================\nEND
  255. OF escape-string-regexp NOTICES, INFORMATION, AND LICENSE\n\n%% fs.realpath NOTICES,
  256. INFORMATION, AND LICENSE BEGIN HERE\n=========================================\nThe
  257. ISC License\n\nCopyright (c) Isaac Z. Schlueter and Contributors\n\nPermission
  258. to use, copy, modify, and/or distribute this software for any\npurpose with or
  259. without fee is hereby granted, provided that the above\ncopyright notice and this
  260. permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\"
  261. AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING
  262. ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  263. AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
  264. OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
  265. IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  266. OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n----\n\nThis
  267. library bundles a version of the `fs.realpath` and `fs.realpathSync`\nmethods
  268. from Node.js v0.10 under the terms of the Node.js MIT license.\n\nNode's license
  269. follows, also included at the header of `old.js` which contains\nthe licensed
  270. code:\n\n Copyright Joyent, Inc. and other Node contributors.\n\n Permission
  271. is hereby granted, free of charge, to any person obtaining a\n copy of this software
  272. and associated documentation files (the \"Software\"),\n to deal in the Software
  273. without restriction, including without limitation\n the rights to use, copy,
  274. modify, merge, publish, distribute, sublicense,\n and/or sell copies of the Software,
  275. and to permit persons to whom the\n Software is furnished to do so, subject to
  276. the following conditions:\n\n The above copyright notice and this permission
  277. notice shall be included in\n all copies or substantial portions of the Software.\n\n
  278. \ THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n
  279. \ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS
  280. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS
  281. OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER
  282. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n FROM, OUT OF OR IN CONNECTION
  283. WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS IN THE SOFTWARE.\n=========================================\nEND
  284. OF fs.realpath NOTICES, INFORMATION, AND LICENSE\n\n%% glob NOTICES, INFORMATION,
  285. AND LICENSE BEGIN HERE\n=========================================\nThe ISC License\n\nCopyright
  286. (c) Isaac Z. Schlueter and Contributors\n\nPermission to use, copy, modify, and/or
  287. distribute this software for any\npurpose with or without fee is hereby granted,
  288. provided that the above\ncopyright notice and this permission notice appear in
  289. all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL
  290. WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY
  291. AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT,
  292. INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS
  293. OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER
  294. TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE
  295. OF THIS SOFTWARE.\n=========================================\nEND OF glob NOTICES,
  296. INFORMATION, AND LICENSE\n\n%% graceful-readlink NOTICES, INFORMATION, AND LICENSE
  297. BEGIN HERE\n=========================================\nThe MIT License (MIT)\n\nCopyright
  298. (c) 2015 Zhiye Li\n\nPermission is hereby granted, free of charge, to any person
  299. obtaining a copy\nof this software and associated documentation files (the \"Software\"),
  300. to deal\nin the Software without restriction, including without limitation the
  301. rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies
  302. of the Software, and to permit persons to whom the Software is\nfurnished to do
  303. so, subject to the following conditions:\n\nThe above copyright notice and this
  304. permission notice shall be included in all\ncopies or substantial portions of
  305. the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,
  306. EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS
  307. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR
  308. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER
  309. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION
  310. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n=========================================\nEND
  311. OF graceful-readlink NOTICES, INFORMATION, AND LICENSE\n\n%% growl NOTICES, INFORMATION,
  312. AND LICENSE BEGIN HERE\n=========================================\nNo license
  313. text available.\n=========================================\nEND OF growl NOTICES,
  314. INFORMATION, AND LICENSE\n\n%% has-flag NOTICES, INFORMATION, AND LICENSE BEGIN
  315. HERE\n=========================================\nThe MIT License (MIT)\n\nCopyright
  316. (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)\n\nPermission is
  317. hereby granted, free of charge, to any person obtaining a copy\nof this software
  318. and associated documentation files (the \"Software\"), to deal\nin the Software
  319. without restriction, including without limitation the rights\nto use, copy, modify,
  320. merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and
  321. to permit persons to whom the Software is\nfurnished to do so, subject to the
  322. following conditions:\n\nThe above copyright notice and this permission notice
  323. shall be included in\nall copies or substantial portions of the Software.\n\nTHE
  324. SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED,
  325. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A
  326. PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT
  327. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION
  328. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE
  329. SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n=========================================\nEND
  330. OF has-flag NOTICES, INFORMATION, AND LICENSE\n\n%% he NOTICES, INFORMATION, AND
  331. LICENSE BEGIN HERE\n=========================================\nCopyright Mathias
  332. Bynens <https://mathiasbynens.be/>\n\nPermission is hereby granted, free of charge,
  333. to any person obtaining\na copy of this software and associated documentation
  334. files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout
  335. limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense,
  336. and/or sell copies of the Software, and to\npermit persons to whom the Software
  337. is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright
  338. notice and this permission notice shall be\nincluded in all copies or substantial
  339. portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  340. OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  341. OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN
  342. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES
  343. OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING
  344. FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  345. IN THE SOFTWARE.\n=========================================\nEND OF he NOTICES,
  346. INFORMATION, AND LICENSE\n\n%% inflight NOTICES, INFORMATION, AND LICENSE BEGIN
  347. HERE\n=========================================\nThe ISC License\n\nCopyright
  348. (c) Isaac Z. Schlueter\n\nPermission to use, copy, modify, and/or distribute this
  349. software for any\npurpose with or without fee is hereby granted, provided that
  350. the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE
  351. SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD
  352. TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS.
  353. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR
  354. CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA
  355. OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  356. ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n=========================================\nEND
  357. OF inflight NOTICES, INFORMATION, AND LICENSE\n\n%% inherits NOTICES, INFORMATION,
  358. AND LICENSE BEGIN HERE\n=========================================\nThe ISC License\n\nCopyright
  359. (c) Isaac Z. Schlueter\n\nPermission to use, copy, modify, and/or distribute this
  360. software for any\npurpose with or without fee is hereby granted, provided that
  361. the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE
  362. SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD
  363. TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS.
  364. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR
  365. CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA
  366. OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION,
  367. ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n=========================================\nEND
  368. OF inherits NOTICES, INFORMATION, AND LICENSE\n\n%% interpret NOTICES, INFORMATION,
  369. AND LICENSE BEGIN HERE\n=========================================\nCopyright (c)
  370. 2014 Tyler Kellen\n\nPermission is hereby granted, free of charge, to any person\nobtaining
  371. a copy of this software and associated documentation\nfiles (the \"Software\"),
  372. to deal in the Software without\nrestriction, including without limitation the
  373. rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies
  374. of the Software, and to permit persons to whom the\nSoftware is furnished to do
  375. so, subject to the following\nconditions:\n\nThe above copyright notice and this
  376. permission notice shall be\nincluded in all copies or substantial portions of
  377. the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS
  378. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS
  379. FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  380. COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER
  381. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION
  382. WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n=========================================\nEND
  383. OF interpret NOTICES, INFORMATION, AND LICENSE\n\n%% json3 NOTICES, INFORMATION,
  384. AND LICENSE BEGIN HERE\n=========================================\nCopyright (c)
  385. 2012-2014 Kit Cambridge.\nhttp://kitcambridge.be/\n\nPermission is hereby granted,
  386. free of charge, to any person obtaining a copy of\nthis software and associated
  387. documentation files (the \"Software\"), to deal in\nthe Software without restriction,
  388. including without limitation the rights to\nuse, copy, modify, merge, publish,
  389. distribute, sublicense, and/or sell copies\nof the Software, and to permit persons
  390. to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe
  391. above copyright notice and this permission notice shall be included in all\ncopies
  392. or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\",
  393. WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO
  394. THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  395. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
  396. OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  397. FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  398. IN THE\nSOFTWARE.\n=========================================\nEND OF json3 NOTICES,
  399. INFORMATION, AND LICENSE\n\n%% lodash.create NOTICES, INFORMATION, AND LICENSE
  400. BEGIN HERE\n=========================================\nCopyright 2012-2015 The
  401. Dojo Foundation <http://dojofoundation.org/>\nBased on Underscore.js, copyright
  402. 2009-2015 Jeremy Ashkenas,\nDocumentCloud and Investigative Reporters & Editors
  403. <http://underscorejs.org/>\n\nPermission is hereby granted, free of charge, to
  404. any person obtaining\na copy of this software and associated documentation files
  405. (the\n\"Software\"), to deal in the Software without restriction, including\nwithout
  406. limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense,
  407. and/or sell copies of the Software, and to\npermit persons to whom the Software
  408. is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright
  409. notice and this permission notice shall be\nincluded in all copies or substantial
  410. portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  411. OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  412. OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN
  413. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES
  414. OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING
  415. FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  416. IN THE SOFTWARE.\n=========================================\nEND OF lodash.create
  417. NOTICES, INFORMATION, AND LICENSE\n\n%% lodash.isarguments NOTICES, INFORMATION,
  418. AND LICENSE BEGIN HERE\n=========================================\nCopyright jQuery
  419. Foundation and other contributors <https://jquery.org/>\n\nBased on Underscore.js,
  420. copyright Jeremy Ashkenas,\nDocumentCloud and Investigative Reporters & Editors
  421. <http://underscorejs.org/>\n\nThis software consists of voluntary contributions
  422. made by many\nindividuals. For exact contribution history, see the revision history\navailable
  423. at https://github.com/lodash/lodash\n\nThe following license applies to all parts
  424. of this software except as\ndocumented below:\n\n====\n\nPermission is hereby
  425. granted, free of charge, to any person obtaining\na copy of this software and
  426. associated documentation files (the\n\"Software\"), to deal in the Software without
  427. restriction, including\nwithout limitation the rights to use, copy, modify, merge,
  428. publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit
  429. persons to whom the Software is furnished to do so, subject to\nthe following
  430. conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded
  431. in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED
  432. \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT
  433. LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
  434. AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE
  435. FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT,
  436. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR
  437. THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n====\n\nCopyright and related rights
  438. for sample code are waived via CC0. Sample\ncode is defined as all source code
  439. displayed within the prose of the\ndocumentation.\n\nCC0: http://creativecommons.org/publicdomain/zero/1.0/\n\n====\n\nFiles
  440. located in the node_modules and vendor directories are externally\nmaintained
  441. libraries used by this software which have their own\nlicenses; we recommend you
  442. read them, as their terms may differ from the\nterms above.\n=========================================\nEND
  443. OF lodash.isarguments NOTICES, INFORMATION, AND LICENSE\n\n%% lodash.isarray NOTICES,
  444. INFORMATION, AND LICENSE BEGIN HERE\n=========================================\nCopyright
  445. 2012-2015 The Dojo Foundation <http://dojofoundation.org/>\nBased on Underscore.js,
  446. copyright 2009-2015 Jeremy Ashkenas,\nDocumentCloud and Investigative Reporters
  447. & Editors <http://underscorejs.org/>\n\nPermission is hereby granted, free of
  448. charge, to any person obtaining\na copy of this software and associated documentation
  449. files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout
  450. limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense,
  451. and/or sell copies of the Software, and to\npermit persons to whom the Software
  452. is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright
  453. notice and this permission notice shall be\nincluded in all copies or substantial
  454. portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  455. OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  456. OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN
  457. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES
  458. OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING
  459. FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  460. IN THE SOFTWARE.\n=========================================\nEND OF lodash.isarray
  461. NOTICES, INFORMATION, AND LICENSE\n\n%% lodash.keys NOTICES, INFORMATION, AND
  462. LICENSE BEGIN HERE\n=========================================\nCopyright 2012-2015
  463. The Dojo Foundation <http://dojofoundation.org/>\nBased on Underscore.js, copyright
  464. 2009-2015 Jeremy Ashkenas,\nDocumentCloud and Investigative Reporters & Editors
  465. <http://underscorejs.org/>\n\nPermission is hereby granted, free of charge, to
  466. any person obtaining\na copy of this software and associated documentation files
  467. (the\n\"Software\"), to deal in the Software without restriction, including\nwithout
  468. limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense,
  469. and/or sell copies of the Software, and to\npermit persons to whom the Software
  470. is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright
  471. notice and this permission notice shall be\nincluded in all copies or substantial
  472. portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  473. OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  474. OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN
  475. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES
  476. OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING
  477. FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  478. IN THE SOFTWARE.\n=========================================\nEND OF lodash.keys
  479. NOTICES, INFORMATION, AND LICENSE\n\n%% lodash._baseassign NOTICES, INFORMATION,
  480. AND LICENSE BEGIN HERE\n=========================================\nCopyright 2012-2015
  481. The Dojo Foundation <http://dojofoundation.org/>\nBased on Underscore.js, copyright
  482. 2009-2015 Jeremy Ashkenas,\nDocumentCloud and Investigative Reporters & Editors
  483. <http://underscorejs.org/>\n\nPermission is hereby granted, free of charge, to
  484. any person obtaining\na copy of this software and associated documentation files
  485. (the\n\"Software\"), to deal in the Software without restriction, including\nwithout
  486. limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense,
  487. and/or sell copies of the Software, and to\npermit persons to whom the Software
  488. is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright
  489. notice and this permission notice shall be\nincluded in all copies or substantial
  490. portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  491. OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  492. OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN
  493. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES
  494. OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING
  495. FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  496. IN THE SOFTWARE.\n=========================================\nEND OF lodash._baseassign
  497. NOTICES, INFORMATION, AND LICENSE\n\n%% lodash._basecopy NOTICES, INFORMATION,
  498. AND LICENSE BEGIN HERE\n=========================================\nCopyright 2012-2015
  499. The Dojo Foundation <http://dojofoundation.org/>\nBased on Underscore.js, copyright
  500. 2009-2015 Jeremy Ashkenas,\nDocumentCloud and Investigative Reporters & Editors
  501. <http://underscorejs.org/>\n\nPermission is hereby granted, free of charge, to
  502. any person obtaining\na copy of this software and associated documentation files
  503. (the\n\"Software\"), to deal in the Software without restriction, including\nwithout
  504. limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense,
  505. and/or sell copies of the Software, and to\npermit persons to whom the Software
  506. is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright
  507. notice and this permission notice shall be\nincluded in all copies or substantial
  508. portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  509. OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  510. OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN
  511. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES
  512. OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING
  513. FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  514. IN THE SOFTWARE.\n=========================================\nEND OF lodash._basecopy
  515. NOTICES, INFORMATION, AND LICENSE\n\n%% lodash._basecreate NOTICES, INFORMATION,
  516. AND LICENSE BEGIN HERE\n=========================================\nCopyright 2012-2015
  517. The Dojo Foundation <http://dojofoundation.org/>\nBased on Underscore.js, copyright
  518. 2009-2015 Jeremy Ashkenas,\nDocumentCloud and Investigative Reporters & Editors
  519. <http://underscorejs.org/>\n\nPermission is hereby granted, free of charge, to
  520. any person obtaining\na copy of this software and associated documentation files
  521. (the\n\"Software\"), to deal in the Software without restriction, including\nwithout
  522. limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense,
  523. and/or sell copies of the Software, and to\npermit persons to whom the Software
  524. is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright
  525. notice and this permission notice shall be\nincluded in all copies or substantial
  526. portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  527. OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  528. OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN
  529. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES
  530. OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING
  531. FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  532. IN THE SOFTWARE.\n=========================================\nEND OF lodash._basecreate
  533. NOTICES, INFORMATION, AND LICENSE\n\n%% lodash._getnative NOTICES, INFORMATION,
  534. AND LICENSE BEGIN HERE\n=========================================\nCopyright 2012-2015
  535. The Dojo Foundation <http://dojofoundation.org/>\nBased on Underscore.js, copyright
  536. 2009-2015 Jeremy Ashkenas,\nDocumentCloud and Investigative Reporters & Editors
  537. <http://underscorejs.org/>\n\nPermission is hereby granted, free of charge, to
  538. any person obtaining\na copy of this software and associated documentation files
  539. (the\n\"Software\"), to deal in the Software without restriction, including\nwithout
  540. limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense,
  541. and/or sell copies of the Software, and to\npermit persons to whom the Software
  542. is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright
  543. notice and this permission notice shall be\nincluded in all copies or substantial
  544. portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  545. OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  546. OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN
  547. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES
  548. OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING
  549. FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  550. IN THE SOFTWARE.\n=========================================\nEND OF lodash._getnative
  551. NOTICES, INFORMATION, AND LICENSE\n\n%% lodash._isiterateecall NOTICES, INFORMATION,
  552. AND LICENSE BEGIN HERE\n=========================================\nCopyright 2012-2015
  553. The Dojo Foundation <http://dojofoundation.org/>\nBased on Underscore.js, copyright
  554. 2009-2015 Jeremy Ashkenas,\nDocumentCloud and Investigative Reporters & Editors
  555. <http://underscorejs.org/>\n\nPermission is hereby granted, free of charge, to
  556. any person obtaining\na copy of this software and associated documentation files
  557. (the\n\"Software\"), to deal in the Software without restriction, including\nwithout
  558. limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense,
  559. and/or sell copies of the Software, and to\npermit persons to whom the Software
  560. is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright
  561. notice and this permission notice shall be\nincluded in all copies or substantial
  562. portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  563. OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  564. OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN
  565. NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES
  566. OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING
  567. FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  568. IN THE SOFTWARE.\n=========================================\nEND OF lodash._isiterateecall
  569. NOTICES, INFORMATION, AND LICENSE\n\n%% minimatch NOTICES, INFORMATION, AND LICENSE
  570. BEGIN HERE\n=========================================\nThe ISC License\n\nCopyright
  571. (c) Isaac Z. Schlueter and Contributors\n\nPermission to use, copy, modify, and/or
  572. distribute this software for any\npurpose with or without fee is hereby granted,
  573. provided that the above\ncopyright notice and this permission notice appear in
  574. all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL
  575. WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY
  576. AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT,
  577. INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS
  578. OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER
  579. TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE
  580. OF THIS SOFTWARE.\n=========================================\nEND OF minimatch
  581. NOTICES, INFORMATION, AND LICENSE\n\n%% minimist NOTICES, INFORMATION, AND LICENSE
  582. BEGIN HERE\n=========================================\nThis software is released
  583. under the MIT license:\n\nPermission is hereby granted, free of charge, to any
  584. person obtaining a copy of\nthis software and associated documentation files (the
  585. \"Software\"), to deal in\nthe Software without restriction, including without
  586. limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense,
  587. and/or sell copies of\nthe Software, and to permit persons to whom the Software
  588. is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright
  589. notice and this permission notice shall be included in all\ncopies or substantial
  590. portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY
  591. OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  592. OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  593. NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
  594. OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  595. FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  596. IN THE SOFTWARE.\n=========================================\nEND OF minimist NOTICES,
  597. INFORMATION, AND LICENSE\n\n%% mkdirp NOTICES, INFORMATION, AND LICENSE BEGIN
  598. HERE\n=========================================\nCopyright 2010 James Halliday
  599. (mail@substack.net)\n\nThis project is free software released under the MIT/X11
  600. license:\n\nPermission is hereby granted, free of charge, to any person obtaining
  601. a copy\nof this software and associated documentation files (the \"Software\"),
  602. to deal\nin the Software without restriction, including without limitation the
  603. rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies
  604. of the Software, and to permit persons to whom the Software is\nfurnished to do
  605. so, subject to the following conditions:\n\nThe above copyright notice and this
  606. permission notice shall be included in\nall copies or substantial portions of
  607. the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,
  608. EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS
  609. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR
  610. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER
  611. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION
  612. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n=========================================\nEND
  613. OF mkdirp NOTICES, INFORMATION, AND LICENSE\n\n%% mocha NOTICES, INFORMATION,
  614. AND LICENSE BEGIN HERE\n=========================================\n(The MIT License)\n\nCopyright
  615. (c) 2011-2017 JS Foundation and contributors, https://js.foundation\n\nPermission
  616. is hereby granted, free of charge, to any person obtaining\na copy of this software
  617. and associated documentation files (the\n'Software'), to deal in the Software
  618. without restriction, including\nwithout limitation the rights to use, copy, modify,
  619. merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and
  620. to\npermit persons to whom the Software is furnished to do so, subject to\nthe
  621. following conditions:\n\nThe above copyright notice and this permission notice
  622. shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE
  623. SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED,
  624. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A
  625. PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  626. HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  627. OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE
  628. OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n=========================================\nEND
  629. OF mocha NOTICES, INFORMATION, AND LICENSE\n\n%% ms NOTICES, INFORMATION, AND
  630. LICENSE BEGIN HERE\n=========================================\nThe MIT License
  631. (MIT)\n\nCopyright (c) 2016 Zeit, Inc.\n\nPermission is hereby granted, free of
  632. charge, to any person obtaining a copy\nof this software and associated documentation
  633. files (the \"Software\"), to deal\nin the Software without restriction, including
  634. without limitation the rights\nto use, copy, modify, merge, publish, distribute,
  635. sublicense, and/or sell\ncopies of the Software, and to permit persons to whom
  636. the Software is\nfurnished to do so, subject to the following conditions:\n\nThe
  637. above copyright notice and this permission notice shall be included in all\ncopies
  638. or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\",
  639. WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO
  640. THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  641. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
  642. OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  643. FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  644. IN THE\nSOFTWARE.\n=========================================\nEND OF ms NOTICES,
  645. INFORMATION, AND LICENSE\n\n%% once NOTICES, INFORMATION, AND LICENSE BEGIN HERE\n=========================================\nThe
  646. ISC License\n\nCopyright (c) Isaac Z. Schlueter and Contributors\n\nPermission
  647. to use, copy, modify, and/or distribute this software for any\npurpose with or
  648. without fee is hereby granted, provided that the above\ncopyright notice and this
  649. permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\"
  650. AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING
  651. ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  652. AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
  653. OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
  654. IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  655. OR\nIN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n=========================================\nEND
  656. OF once NOTICES, INFORMATION, AND LICENSE\n\n%% path-is-absolute NOTICES, INFORMATION,
  657. AND LICENSE BEGIN HERE\n=========================================\nThe MIT License
  658. (MIT)\n\nCopyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)\n\nPermission
  659. is hereby granted, free of charge, to any person obtaining a copy\nof this software
  660. and associated documentation files (the \"Software\"), to deal\nin the Software
  661. without restriction, including without limitation the rights\nto use, copy, modify,
  662. merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and
  663. to permit persons to whom the Software is\nfurnished to do so, subject to the
  664. following conditions:\n\nThe above copyright notice and this permission notice
  665. shall be included in\nall copies or substantial portions of the Software.\n\nTHE
  666. SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED,
  667. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A
  668. PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT
  669. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION
  670. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE
  671. SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n=========================================\nEND
  672. OF path-is-absolute NOTICES, INFORMATION, AND LICENSE\n\n%% path-parse NOTICES,
  673. INFORMATION, AND LICENSE BEGIN HERE\n=========================================\nNo
  674. license text available.\n=========================================\nEND OF path-parse
  675. NOTICES, INFORMATION, AND LICENSE\n\n%% rechoir NOTICES, INFORMATION, AND LICENSE
  676. BEGIN HERE\n=========================================\nCopyright (c) 2015 Tyler
  677. Kellen\n\nPermission is hereby granted, free of charge, to any person\nobtaining
  678. a copy of this software and associated documentation\nfiles (the \"Software\"),
  679. to deal in the Software without\nrestriction, including without limitation the
  680. rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies
  681. of the Software, and to permit persons to whom the\nSoftware is furnished to do
  682. so, subject to the following\nconditions:\n\nThe above copyright notice and this
  683. permission notice shall be\nincluded in all copies or substantial portions of
  684. the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS
  685. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS
  686. FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  687. COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER
  688. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION
  689. WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n=========================================\nEND
  690. OF rechoir NOTICES, INFORMATION, AND LICENSE\n\n%% resolve NOTICES, INFORMATION,
  691. AND LICENSE BEGIN HERE\n=========================================\nThis software
  692. is released under the MIT license:\n\nPermission is hereby granted, free of charge,
  693. to any person obtaining a copy of\nthis software and associated documentation
  694. files (the \"Software\"), to deal in\nthe Software without restriction, including
  695. without limitation the rights to\nuse, copy, modify, merge, publish, distribute,
  696. sublicense, and/or sell copies of\nthe Software, and to permit persons to whom
  697. the Software is furnished to do so,\nsubject to the following conditions:\n\nThe
  698. above copyright notice and this permission notice shall be included in all\ncopies
  699. or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\",
  700. WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO
  701. THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  702. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
  703. OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  704. FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  705. IN THE SOFTWARE.\n=========================================\nEND OF resolve NOTICES,
  706. INFORMATION, AND LICENSE\n\n%% semver NOTICES, INFORMATION, AND LICENSE BEGIN
  707. HERE\n=========================================\nCopyright (c) Isaac Z. Schlueter
  708. (\"Author\")\nAll rights reserved.\n\nThe BSD License\n\nRedistribution and use
  709. in source and binary forms, with or without\nmodification, are permitted provided
  710. that the following conditions\nare met:\n\n1. Redistributions of source code must
  711. retain the above copyright\n notice, this list of conditions and the following
  712. disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n
  713. \ notice, this list of conditions and the following disclaimer in the\n documentation
  714. and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED
  715. BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND\nANY EXPRESS OR IMPLIED WARRANTIES,
  716. INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND
  717. FITNESS FOR A PARTICULAR\nPURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
  718. OR CONTRIBUTORS\nBE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
  719. OR\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\nSUBSTITUTE
  720. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\nBUSINESS INTERRUPTION) HOWEVER
  721. CAUSED AND ON ANY THEORY OF LIABILITY,\nWHETHER IN CONTRACT, STRICT LIABILITY,
  722. OR TORT (INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  723. OF THIS SOFTWARE, EVEN\nIF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n=========================================\nEND
  724. OF semver NOTICES, INFORMATION, AND LICENSE\n\n%% shelljs NOTICES, INFORMATION,
  725. AND LICENSE BEGIN HERE\n=========================================\nCopyright (c)
  726. 2012, Artur Adib <arturadib@gmail.com>\nAll rights reserved.\n\nYou may use this
  727. project under the terms of the New BSD license as follows:\n\nRedistribution and
  728. use in source and binary forms, with or without\nmodification, are permitted provided
  729. that the following conditions are met:\n * Redistributions of source code must
  730. retain the above copyright\n notice, this list of conditions and the following
  731. disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n
  732. \ notice, this list of conditions and the following disclaimer in the\n documentation
  733. and/or other materials provided with the distribution.\n * Neither the name
  734. of Artur Adib nor the\n names of the contributors may be used to endorse
  735. or promote products\n derived from this software without specific prior written
  736. permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  737. \"AS IS\" \nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  738. TO, THE \nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  739. \nARE DISCLAIMED. IN NO EVENT SHALL ARTUR ADIB BE LIABLE FOR ANY\nDIRECT, INDIRECT,
  740. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT
  741. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR
  742. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY,
  743. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE)
  744. ARISING IN ANY WAY OUT OF THE USE OF \nTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
  745. OF SUCH DAMAGE.\n=========================================\nEND OF shelljs NOTICES,
  746. INFORMATION, AND LICENSE\n\n%% supports-color NOTICES, INFORMATION, AND LICENSE
  747. BEGIN HERE\n=========================================\nThe MIT License (MIT)\n\nCopyright
  748. (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)\n\nPermission is
  749. hereby granted, free of charge, to any person obtaining a copy\nof this software
  750. and associated documentation files (the \"Software\"), to deal\nin the Software
  751. without restriction, including without limitation the rights\nto use, copy, modify,
  752. merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and
  753. to permit persons to whom the Software is\nfurnished to do so, subject to the
  754. following conditions:\n\nThe above copyright notice and this permission notice
  755. shall be included in\nall copies or substantial portions of the Software.\n\nTHE
  756. SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED,
  757. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A
  758. PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT
  759. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION
  760. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE
  761. SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n=========================================\nEND
  762. OF supports-color NOTICES, INFORMATION, AND LICENSE\n\n%% tunnel NOTICES, INFORMATION,
  763. AND LICENSE BEGIN HERE\n=========================================\nThe MIT License
  764. (MIT)\n\nCopyright (c) 2012 Koichi Kobayashi\n\nPermission is hereby granted,
  765. free of charge, to any person obtaining a copy\nof this software and associated
  766. documentation files (the \"Software\"), to deal\nin the Software without restriction,
  767. including without limitation the rights\nto use, copy, modify, merge, publish,
  768. distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons
  769. to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe
  770. above copyright notice and this permission notice shall be included in\nall copies
  771. or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\",
  772. WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO
  773. THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  774. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
  775. OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  776. FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  777. IN\nTHE SOFTWARE.\n=========================================\nEND OF tunnel NOTICES,
  778. INFORMATION, AND LICENSE\n\n%% typescript NOTICES, INFORMATION, AND LICENSE BEGIN
  779. HERE\n=========================================\nApache License\n\nVersion 2.0,
  780. January 2004\n\nhttp://www.apache.org/licenses/ \n\nTERMS AND CONDITIONS FOR USE,
  781. REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the
  782. terms and conditions for use, reproduction, and distribution as defined by Sections
  783. 1 through 9 of this document.\n\n\"Licensor\" shall mean the copyright owner or
  784. entity authorized by the copyright owner that is granting the License.\n\n\"Legal
  785. Entity\" shall mean the union of the acting entity and all other entities that
  786. control, are controlled by, or are under common control with that entity. For
  787. the purposes of this definition, \"control\" means (i) the power, direct or indirect,
  788. to cause the direction or management of such entity, whether by contract or otherwise,
  789. or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or
  790. (iii) beneficial ownership of such entity.\n\n\"You\" (or \"Your\") shall mean
  791. an individual or Legal Entity exercising permissions granted by this License.\n\n\"Source\"
  792. form shall mean the preferred form for making modifications, including but not
  793. limited to software source code, documentation source, and configuration files.\n\n\"Object\"
  794. form shall mean any form resulting from mechanical transformation or translation
  795. of a Source form, including but not limited to compiled object code, generated
  796. documentation, and conversions to other media types.\n\n\"Work\" shall mean the
  797. work of authorship, whether in Source or Object form, made available under the
  798. License, as indicated by a copyright notice that is included in or attached to
  799. the work (an example is provided in the Appendix below).\n\n\"Derivative Works\"
  800. shall mean any work, whether in Source or Object form, that is based on (or derived
  801. from) the Work and for which the editorial revisions, annotations, elaborations,
  802. or other modifications represent, as a whole, an original work of authorship.
  803. For the purposes of this License, Derivative Works shall not include works that
  804. remain separable from, or merely link (or bind by name) to the interfaces of,
  805. the Work and Derivative Works thereof.\n\n\"Contribution\" shall mean any work
  806. of authorship, including the original version of the Work and any modifications
  807. or additions to that Work or Derivative Works thereof, that is intentionally submitted
  808. to Licensor for inclusion in the Work by the copyright owner or by an individual
  809. or Legal Entity authorized to submit on behalf of the copyright owner. For the
  810. purposes of this definition, \"submitted\" means any form of electronic, verbal,
  811. or written communication sent to the Licensor or its representatives, including
  812. but not limited to communication on electronic mailing lists, source code control
  813. systems, and issue tracking systems that are managed by, or on behalf of, the
  814. Licensor for the purpose of discussing and improving the Work, but excluding communication
  815. that is conspicuously marked or otherwise designated in writing by the copyright
  816. owner as \"Not a Contribution.\"\n\n\"Contributor\" shall mean Licensor and any
  817. individual or Legal Entity on behalf of whom a Contribution has been received
  818. by Licensor and subsequently incorporated within the Work.\n\n2. Grant of Copyright
  819. License. Subject to the terms and conditions of this License, each Contributor
  820. hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
  821. irrevocable copyright license to reproduce, prepare Derivative Works of, publicly
  822. display, publicly perform, sublicense, and distribute the Work and such Derivative
  823. Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the
  824. terms and conditions of this License, each Contributor hereby grants to You a
  825. perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except
  826. as stated in this section) patent license to make, have made, use, offer to sell,
  827. sell, import, and otherwise transfer the Work, where such license applies only
  828. to those patent claims licensable by such Contributor that are necessarily infringed
  829. by their Contribution(s) alone or by combination of their Contribution(s) with
  830. the Work to which such Contribution(s) was submitted. If You institute patent
  831. litigation against any entity (including a cross-claim or counterclaim in a lawsuit)
  832. alleging that the Work or a Contribution incorporated within the Work constitutes
  833. direct or contributory patent infringement, then any patent licenses granted to
  834. You under this License for that Work shall terminate as of the date such litigation
  835. is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the
  836. Work or Derivative Works thereof in any medium, with or without modifications,
  837. and in Source or Object form, provided that You meet the following conditions:\n\nYou
  838. must give any other recipients of the Work or Derivative Works a copy of this
  839. License; and\n\nYou must cause any modified files to carry prominent notices stating
  840. that You changed the files; and\n\nYou must retain, in the Source form of any
  841. Derivative Works that You distribute, all copyright, patent, trademark, and attribution
  842. notices from the Source form of the Work, excluding those notices that do not
  843. pertain to any part of the Derivative Works; and\n\nIf the Work includes a \"NOTICE\"
  844. text file as part of its distribution, then any Derivative Works that You distribute
  845. must include a readable copy of the attribution notices contained within such
  846. NOTICE file, excluding those notices that do not pertain to any part of the Derivative
  847. Works, in at least one of the following places: within a NOTICE text file distributed
  848. as part of the Derivative Works; within the Source form or documentation, if provided
  849. along with the Derivative Works; or, within a display generated by the Derivative
  850. Works, if and wherever such third-party notices normally appear. The contents
  851. of the NOTICE file are for informational purposes only and do not modify the License.
  852. You may add Your own attribution notices within Derivative Works that You distribute,
  853. alongside or as an addendum to the NOTICE text from the Work, provided that such
  854. additional attribution notices cannot be construed as modifying the License. You
  855. may add Your own copyright statement to Your modifications and may provide additional
  856. or different license terms and conditions for use, reproduction, or distribution
  857. of Your modifications, or for any such Derivative Works as a whole, provided Your
  858. use, reproduction, and distribution of the Work otherwise complies with the conditions
  859. stated in this License.\n\n5. Submission of Contributions. Unless You explicitly
  860. state otherwise, any Contribution intentionally submitted for inclusion in the
  861. Work by You to the Licensor shall be under the terms and conditions of this License,
  862. without any additional terms or conditions. Notwithstanding the above, nothing
  863. herein shall supersede or modify the terms of any separate license agreement you
  864. may have executed with Licensor regarding such Contributions.\n\n6. Trademarks.
  865. This License does not grant permission to use the trade names, trademarks, service
  866. marks, or product names of the Licensor, except as required for reasonable and
  867. customary use in describing the origin of the Work and reproducing the content
  868. of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable
  869. law or agreed to in writing, Licensor provides the Work (and each Contributor
  870. provides its Contributions) on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS
  871. OF ANY KIND, either express or implied, including, without limitation, any warranties
  872. or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR
  873. PURPOSE. You are solely responsible for determining the appropriateness of using
  874. or redistributing the Work and assume any risks associated with Your exercise
  875. of permissions under this License.\n\n8. Limitation of Liability. In no event
  876. and under no legal theory, whether in tort (including negligence), contract, or
  877. otherwise, unless required by applicable law (such as deliberate and grossly negligent
  878. acts) or agreed to in writing, shall any Contributor be liable to You for damages,
  879. including any direct, indirect, special, incidental, or consequential damages
  880. of any character arising as a result of this License or out of the use or inability
  881. to use the Work (including but not limited to damages for loss of goodwill, work
  882. stoppage, computer failure or malfunction, or any and all other commercial damages
  883. or losses), even if such Contributor has been advised of the possibility of such
  884. damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing
  885. the Work or Derivative Works thereof, You may choose to offer, and charge a fee
  886. for, acceptance of support, warranty, indemnity, or other liability obligations
  887. and/or rights consistent with this License. However, in accepting such obligations,
  888. You may act only on Your own behalf and on Your sole responsibility, not on behalf
  889. of any other Contributor, and only if You agree to indemnify, defend, and hold
  890. each Contributor harmless for any liability incurred by, or claims asserted against,
  891. such Contributor by reason of your accepting any such warranty or additional liability.\n\nEND
  892. OF TERMS AND CONDITIONS\n=========================================\nEND OF typescript
  893. NOTICES, INFORMATION, AND LICENSE\n\n%% underscore NOTICES, INFORMATION, AND LICENSE
  894. BEGIN HERE\n=========================================\nCopyright (c) 2009-2015
  895. Jeremy Ashkenas, DocumentCloud and Investigative\nReporters & Editors\n\nPermission
  896. is hereby granted, free of charge, to any person\nobtaining a copy of this software
  897. and associated documentation\nfiles (the \"Software\"), to deal in the Software
  898. without\nrestriction, including without limitation the rights to use,\ncopy, modify,
  899. merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and
  900. to permit persons to whom the\nSoftware is furnished to do so, subject to the
  901. following\nconditions:\n\nThe above copyright notice and this permission notice
  902. shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE
  903. SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED,
  904. INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A
  905. PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS
  906. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF
  907. CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
  908. OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n=========================================\nEND
  909. OF underscore NOTICES, INFORMATION, AND LICENSE\n\n%% wrappy NOTICES, INFORMATION,
  910. AND LICENSE BEGIN HERE\n=========================================\nThe ISC License\n\nCopyright
  911. (c) Isaac Z. Schlueter and Contributors\n\nPermission to use, copy, modify, and/or
  912. distribute this software for any\npurpose with or without fee is hereby granted,
  913. provided that the above\ncopyright notice and this permission notice appear in
  914. all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL
  915. WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY
  916. AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT,
  917. INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS
  918. OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER
  919. TORTIOUS ACTION, ARISING OUT OF OR\nIN CONNECTION WITH THE USE OR PERFORMANCE
  920. OF THIS SOFTWARE.\n=========================================\nEND OF wrappy NOTICES,
  921. INFORMATION, AND LICENSE"