typed-rest-client.dep.yml 79 KB

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