3rdpartylicenses.txt 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944
  1. moment@2.24.0
  2. MIT
  3. Copyright (c) JS Foundation and other contributors
  4. Permission is hereby granted, free of charge, to any person
  5. obtaining a copy of this software and associated documentation
  6. files (the "Software"), to deal in the Software without
  7. restriction, including without limitation the rights to use,
  8. copy, modify, merge, publish, distribute, sublicense, and/or sell
  9. copies of the Software, and to permit persons to whom the
  10. Software is furnished to do so, subject to the following
  11. conditions:
  12. The above copyright notice and this permission notice shall be
  13. included in all copies or substantial portions of the Software.
  14. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  15. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  16. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  17. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  18. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  19. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  20. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  21. OTHER DEALINGS IN THE SOFTWARE.
  22. rxjs@6.5.2
  23. Apache-2.0
  24. Apache License
  25. Version 2.0, January 2004
  26. http://www.apache.org/licenses/
  27. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  28. 1. Definitions.
  29. "License" shall mean the terms and conditions for use, reproduction,
  30. and distribution as defined by Sections 1 through 9 of this document.
  31. "Licensor" shall mean the copyright owner or entity authorized by
  32. the copyright owner that is granting the License.
  33. "Legal Entity" shall mean the union of the acting entity and all
  34. other entities that control, are controlled by, or are under common
  35. control with that entity. For the purposes of this definition,
  36. "control" means (i) the power, direct or indirect, to cause the
  37. direction or management of such entity, whether by contract or
  38. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  39. outstanding shares, or (iii) beneficial ownership of such entity.
  40. "You" (or "Your") shall mean an individual or Legal Entity
  41. exercising permissions granted by this License.
  42. "Source" form shall mean the preferred form for making modifications,
  43. including but not limited to software source code, documentation
  44. source, and configuration files.
  45. "Object" form shall mean any form resulting from mechanical
  46. transformation or translation of a Source form, including but
  47. not limited to compiled object code, generated documentation,
  48. and conversions to other media types.
  49. "Work" shall mean the work of authorship, whether in Source or
  50. Object form, made available under the License, as indicated by a
  51. copyright notice that is included in or attached to the work
  52. (an example is provided in the Appendix below).
  53. "Derivative Works" shall mean any work, whether in Source or Object
  54. form, that is based on (or derived from) the Work and for which the
  55. editorial revisions, annotations, elaborations, or other modifications
  56. represent, as a whole, an original work of authorship. For the purposes
  57. of this License, Derivative Works shall not include works that remain
  58. separable from, or merely link (or bind by name) to the interfaces of,
  59. the Work and Derivative Works thereof.
  60. "Contribution" shall mean any work of authorship, including
  61. the original version of the Work and any modifications or additions
  62. to that Work or Derivative Works thereof, that is intentionally
  63. submitted to Licensor for inclusion in the Work by the copyright owner
  64. or by an individual or Legal Entity authorized to submit on behalf of
  65. the copyright owner. For the purposes of this definition, "submitted"
  66. means any form of electronic, verbal, or written communication sent
  67. to the Licensor or its representatives, including but not limited to
  68. communication on electronic mailing lists, source code control systems,
  69. and issue tracking systems that are managed by, or on behalf of, the
  70. Licensor for the purpose of discussing and improving the Work, but
  71. excluding communication that is conspicuously marked or otherwise
  72. designated in writing by the copyright owner as "Not a Contribution."
  73. "Contributor" shall mean Licensor and any individual or Legal Entity
  74. on behalf of whom a Contribution has been received by Licensor and
  75. subsequently incorporated within the Work.
  76. 2. Grant of Copyright License. Subject to the terms and conditions of
  77. this License, each Contributor hereby grants to You a perpetual,
  78. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  79. copyright license to reproduce, prepare Derivative Works of,
  80. publicly display, publicly perform, sublicense, and distribute the
  81. Work and such Derivative Works in Source or Object form.
  82. 3. Grant of Patent License. Subject to the terms and conditions of
  83. this License, each Contributor hereby grants to You a perpetual,
  84. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  85. (except as stated in this section) patent license to make, have made,
  86. use, offer to sell, sell, import, and otherwise transfer the Work,
  87. where such license applies only to those patent claims licensable
  88. by such Contributor that are necessarily infringed by their
  89. Contribution(s) alone or by combination of their Contribution(s)
  90. with the Work to which such Contribution(s) was submitted. If You
  91. institute patent litigation against any entity (including a
  92. cross-claim or counterclaim in a lawsuit) alleging that the Work
  93. or a Contribution incorporated within the Work constitutes direct
  94. or contributory patent infringement, then any patent licenses
  95. granted to You under this License for that Work shall terminate
  96. as of the date such litigation is filed.
  97. 4. Redistribution. You may reproduce and distribute copies of the
  98. Work or Derivative Works thereof in any medium, with or without
  99. modifications, and in Source or Object form, provided that You
  100. meet the following conditions:
  101. (a) You must give any other recipients of the Work or
  102. Derivative Works a copy of this License; and
  103. (b) You must cause any modified files to carry prominent notices
  104. stating that You changed the files; and
  105. (c) You must retain, in the Source form of any Derivative Works
  106. that You distribute, all copyright, patent, trademark, and
  107. attribution notices from the Source form of the Work,
  108. excluding those notices that do not pertain to any part of
  109. the Derivative Works; and
  110. (d) If the Work includes a "NOTICE" text file as part of its
  111. distribution, then any Derivative Works that You distribute must
  112. include a readable copy of the attribution notices contained
  113. within such NOTICE file, excluding those notices that do not
  114. pertain to any part of the Derivative Works, in at least one
  115. of the following places: within a NOTICE text file distributed
  116. as part of the Derivative Works; within the Source form or
  117. documentation, if provided along with the Derivative Works; or,
  118. within a display generated by the Derivative Works, if and
  119. wherever such third-party notices normally appear. The contents
  120. of the NOTICE file are for informational purposes only and
  121. do not modify the License. You may add Your own attribution
  122. notices within Derivative Works that You distribute, alongside
  123. or as an addendum to the NOTICE text from the Work, provided
  124. that such additional attribution notices cannot be construed
  125. as modifying the License.
  126. You may add Your own copyright statement to Your modifications and
  127. may provide additional or different license terms and conditions
  128. for use, reproduction, or distribution of Your modifications, or
  129. for any such Derivative Works as a whole, provided Your use,
  130. reproduction, and distribution of the Work otherwise complies with
  131. the conditions stated in this License.
  132. 5. Submission of Contributions. Unless You explicitly state otherwise,
  133. any Contribution intentionally submitted for inclusion in the Work
  134. by You to the Licensor shall be under the terms and conditions of
  135. this License, without any additional terms or conditions.
  136. Notwithstanding the above, nothing herein shall supersede or modify
  137. the terms of any separate license agreement you may have executed
  138. with Licensor regarding such Contributions.
  139. 6. Trademarks. This License does not grant permission to use the trade
  140. names, trademarks, service marks, or product names of the Licensor,
  141. except as required for reasonable and customary use in describing the
  142. origin of the Work and reproducing the content of the NOTICE file.
  143. 7. Disclaimer of Warranty. Unless required by applicable law or
  144. agreed to in writing, Licensor provides the Work (and each
  145. Contributor provides its Contributions) on an "AS IS" BASIS,
  146. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  147. implied, including, without limitation, any warranties or conditions
  148. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  149. PARTICULAR PURPOSE. You are solely responsible for determining the
  150. appropriateness of using or redistributing the Work and assume any
  151. risks associated with Your exercise of permissions under this License.
  152. 8. Limitation of Liability. In no event and under no legal theory,
  153. whether in tort (including negligence), contract, or otherwise,
  154. unless required by applicable law (such as deliberate and grossly
  155. negligent acts) or agreed to in writing, shall any Contributor be
  156. liable to You for damages, including any direct, indirect, special,
  157. incidental, or consequential damages of any character arising as a
  158. result of this License or out of the use or inability to use the
  159. Work (including but not limited to damages for loss of goodwill,
  160. work stoppage, computer failure or malfunction, or any and all
  161. other commercial damages or losses), even if such Contributor
  162. has been advised of the possibility of such damages.
  163. 9. Accepting Warranty or Additional Liability. While redistributing
  164. the Work or Derivative Works thereof, You may choose to offer,
  165. and charge a fee for, acceptance of support, warranty, indemnity,
  166. or other liability obligations and/or rights consistent with this
  167. License. However, in accepting such obligations, You may act only
  168. on Your own behalf and on Your sole responsibility, not on behalf
  169. of any other Contributor, and only if You agree to indemnify,
  170. defend, and hold each Contributor harmless for any liability
  171. incurred by, or claims asserted against, such Contributor by reason
  172. of your accepting any such warranty or additional liability.
  173. END OF TERMS AND CONDITIONS
  174. APPENDIX: How to apply the Apache License to your work.
  175. To apply the Apache License to your work, attach the following
  176. boilerplate notice, with the fields enclosed by brackets "[]"
  177. replaced with your own identifying information. (Don't include
  178. the brackets!) The text should be enclosed in the appropriate
  179. comment syntax for the file format. We also recommend that a
  180. file or class name and description of purpose be included on the
  181. same "printed page" as the copyright notice for easier
  182. identification within third-party archives.
  183. Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
  184. Licensed under the Apache License, Version 2.0 (the "License");
  185. you may not use this file except in compliance with the License.
  186. You may obtain a copy of the License at
  187. http://www.apache.org/licenses/LICENSE-2.0
  188. Unless required by applicable law or agreed to in writing, software
  189. distributed under the License is distributed on an "AS IS" BASIS,
  190. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  191. See the License for the specific language governing permissions and
  192. limitations under the License.
  193. @delon/abc@2.0.1
  194. MIT
  195. MIT License
  196. Copyright (c) 2017-present 卡色<cipchk@qq.com>
  197. Permission is hereby granted, free of charge, to any person obtaining a copy
  198. of this software and associated documentation files (the "Software"), to deal
  199. in the Software without restriction, including without limitation the rights
  200. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  201. copies of the Software, and to permit persons to whom the Software is
  202. furnished to do so, subject to the following conditions:
  203. The above copyright notice and this permission notice shall be included in all
  204. copies or substantial portions of the Software.
  205. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  206. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  207. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  208. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  209. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  210. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  211. SOFTWARE.
  212. date-fns@1.30.1
  213. MIT
  214. # License
  215. date-fns is licensed under the [MIT license](http://kossnocorp.mit-license.org).
  216. Read more about MIT at [TLDRLegal](https://tldrlegal.com/license/mit-license).
  217. @delon/chart@2.0.1
  218. MIT
  219. MIT License
  220. Copyright (c) 2017-present 卡色<cipchk@qq.com>
  221. Permission is hereby granted, free of charge, to any person obtaining a copy
  222. of this software and associated documentation files (the "Software"), to deal
  223. in the Software without restriction, including without limitation the rights
  224. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  225. copies of the Software, and to permit persons to whom the Software is
  226. furnished to do so, subject to the following conditions:
  227. The above copyright notice and this permission notice shall be included in all
  228. copies or substantial portions of the Software.
  229. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  230. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  231. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  232. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  233. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  234. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  235. SOFTWARE.
  236. @angular/cdk@6.4.7
  237. MIT
  238. The MIT License
  239. Copyright (c) 2018 Google LLC.
  240. Permission is hereby granted, free of charge, to any person obtaining a copy
  241. of this software and associated documentation files (the "Software"), to deal
  242. in the Software without restriction, including without limitation the rights
  243. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  244. copies of the Software, and to permit persons to whom the Software is
  245. furnished to do so, subject to the following conditions:
  246. The above copyright notice and this permission notice shall be included in
  247. all copies or substantial portions of the Software.
  248. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  249. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  250. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  251. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  252. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  253. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  254. THE SOFTWARE.
  255. ng-zorro-antd@1.8.1
  256. MIT
  257. MIT
  258. extend@3.0.2
  259. MIT
  260. The MIT License (MIT)
  261. Copyright (c) 2014 Stefan Thomas
  262. Permission is hereby granted, free of charge, to any person obtaining
  263. a copy of this software and associated documentation files (the
  264. "Software"), to deal in the Software without restriction, including
  265. without limitation the rights to use, copy, modify, merge, publish,
  266. distribute, sublicense, and/or sell copies of the Software, and to
  267. permit persons to whom the Software is furnished to do so, subject to
  268. the following conditions:
  269. The above copyright notice and this permission notice shall be
  270. included in all copies or substantial portions of the Software.
  271. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  272. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  273. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  274. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  275. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  276. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  277. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  278. @delon/form@2.0.1
  279. MIT
  280. MIT License
  281. Copyright (c) 2017-present 卡色<cipchk@qq.com>
  282. Permission is hereby granted, free of charge, to any person obtaining a copy
  283. of this software and associated documentation files (the "Software"), to deal
  284. in the Software without restriction, including without limitation the rights
  285. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  286. copies of the Software, and to permit persons to whom the Software is
  287. furnished to do so, subject to the following conditions:
  288. The above copyright notice and this permission notice shall be included in all
  289. copies or substantial portions of the Software.
  290. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  291. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  292. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  293. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  294. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  295. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  296. SOFTWARE.
  297. @ngx-translate/core@10.0.2
  298. MIT
  299. MIT
  300. ngx-tinymce@2.1.1
  301. MIT
  302. MIT License
  303. Copyright (c) 2018-present 卡色<cipchk@qq.com>
  304. Permission is hereby granted, free of charge, to any person obtaining a copy
  305. of this software and associated documentation files (the "Software"), to deal
  306. in the Software without restriction, including without limitation the rights
  307. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  308. copies of the Software, and to permit persons to whom the Software is
  309. furnished to do so, subject to the following conditions:
  310. The above copyright notice and this permission notice shall be included in all
  311. copies or substantial portions of the Software.
  312. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  313. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  314. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  315. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  316. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  317. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  318. SOFTWARE.
  319. webpack@4.16.4
  320. MIT
  321. Copyright JS Foundation and other contributors
  322. Permission is hereby granted, free of charge, to any person obtaining
  323. a copy of this software and associated documentation files (the
  324. 'Software'), to deal in the Software without restriction, including
  325. without limitation the rights to use, copy, modify, merge, publish,
  326. distribute, sublicense, and/or sell copies of the Software, and to
  327. permit persons to whom the Software is furnished to do so, subject to
  328. the following conditions:
  329. The above copyright notice and this permission notice shall be
  330. included in all copies or substantial portions of the Software.
  331. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  332. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  333. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  334. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  335. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  336. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  337. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  338. ngx-ueditor@2.1.3
  339. MIT
  340. MIT License
  341. Copyright (c) 2018-present 卡色<cipchk@qq.com>
  342. Permission is hereby granted, free of charge, to any person obtaining a copy
  343. of this software and associated documentation files (the "Software"), to deal
  344. in the Software without restriction, including without limitation the rights
  345. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  346. copies of the Software, and to permit persons to whom the Software is
  347. furnished to do so, subject to the following conditions:
  348. The above copyright notice and this permission notice shall be included in all
  349. copies or substantial portions of the Software.
  350. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  351. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  352. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  353. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  354. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  355. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  356. SOFTWARE.
  357. @angular/core@6.1.10
  358. MIT
  359. MIT
  360. ant-design-palettes@1.1.3
  361. MIT
  362. MIT
  363. @angular/common@6.1.10
  364. MIT
  365. MIT
  366. file-saver@1.3.8
  367. MIT
  368. The MIT License
  369. Copyright © 2016 [Eli Grey][1].
  370. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  371. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  372. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  373. [1]: http://eligrey.com
  374. @angularclass/hmr@2.1.3
  375. Apache-2.0
  376. Apache License
  377. Version 2.0, January 2004
  378. http://www.apache.org/licenses/
  379. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  380. 1. Definitions.
  381. "License" shall mean the terms and conditions for use, reproduction,
  382. and distribution as defined by Sections 1 through 9 of this document.
  383. "Licensor" shall mean the copyright owner or entity authorized by
  384. the copyright owner that is granting the License.
  385. "Legal Entity" shall mean the union of the acting entity and all
  386. other entities that control, are controlled by, or are under common
  387. control with that entity. For the purposes of this definition,
  388. "control" means (i) the power, direct or indirect, to cause the
  389. direction or management of such entity, whether by contract or
  390. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  391. outstanding shares, or (iii) beneficial ownership of such entity.
  392. "You" (or "Your") shall mean an individual or Legal Entity
  393. exercising permissions granted by this License.
  394. "Source" form shall mean the preferred form for making modifications,
  395. including but not limited to software source code, documentation
  396. source, and configuration files.
  397. "Object" form shall mean any form resulting from mechanical
  398. transformation or translation of a Source form, including but
  399. not limited to compiled object code, generated documentation,
  400. and conversions to other media types.
  401. "Work" shall mean the work of authorship, whether in Source or
  402. Object form, made available under the License, as indicated by a
  403. copyright notice that is included in or attached to the work
  404. (an example is provided in the Appendix below).
  405. "Derivative Works" shall mean any work, whether in Source or Object
  406. form, that is based on (or derived from) the Work and for which the
  407. editorial revisions, annotations, elaborations, or other modifications
  408. represent, as a whole, an original work of authorship. For the purposes
  409. of this License, Derivative Works shall not include works that remain
  410. separable from, or merely link (or bind by name) to the interfaces of,
  411. the Work and Derivative Works thereof.
  412. "Contribution" shall mean any work of authorship, including
  413. the original version of the Work and any modifications or additions
  414. to that Work or Derivative Works thereof, that is intentionally
  415. submitted to Licensor for inclusion in the Work by the copyright owner
  416. or by an individual or Legal Entity authorized to submit on behalf of
  417. the copyright owner. For the purposes of this definition, "submitted"
  418. means any form of electronic, verbal, or written communication sent
  419. to the Licensor or its representatives, including but not limited to
  420. communication on electronic mailing lists, source code control systems,
  421. and issue tracking systems that are managed by, or on behalf of, the
  422. Licensor for the purpose of discussing and improving the Work, but
  423. excluding communication that is conspicuously marked or otherwise
  424. designated in writing by the copyright owner as "Not a Contribution."
  425. "Contributor" shall mean Licensor and any individual or Legal Entity
  426. on behalf of whom a Contribution has been received by Licensor and
  427. subsequently incorporated within the Work.
  428. 2. Grant of Copyright License. Subject to the terms and conditions of
  429. this License, each Contributor hereby grants to You a perpetual,
  430. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  431. copyright license to reproduce, prepare Derivative Works of,
  432. publicly display, publicly perform, sublicense, and distribute the
  433. Work and such Derivative Works in Source or Object form.
  434. 3. Grant of Patent License. Subject to the terms and conditions of
  435. this License, each Contributor hereby grants to You a perpetual,
  436. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  437. (except as stated in this section) patent license to make, have made,
  438. use, offer to sell, sell, import, and otherwise transfer the Work,
  439. where such license applies only to those patent claims licensable
  440. by such Contributor that are necessarily infringed by their
  441. Contribution(s) alone or by combination of their Contribution(s)
  442. with the Work to which such Contribution(s) was submitted. If You
  443. institute patent litigation against any entity (including a
  444. cross-claim or counterclaim in a lawsuit) alleging that the Work
  445. or a Contribution incorporated within the Work constitutes direct
  446. or contributory patent infringement, then any patent licenses
  447. granted to You under this License for that Work shall terminate
  448. as of the date such litigation is filed.
  449. 4. Redistribution. You may reproduce and distribute copies of the
  450. Work or Derivative Works thereof in any medium, with or without
  451. modifications, and in Source or Object form, provided that You
  452. meet the following conditions:
  453. (a) You must give any other recipients of the Work or
  454. Derivative Works a copy of this License; and
  455. (b) You must cause any modified files to carry prominent notices
  456. stating that You changed the files; and
  457. (c) You must retain, in the Source form of any Derivative Works
  458. that You distribute, all copyright, patent, trademark, and
  459. attribution notices from the Source form of the Work,
  460. excluding those notices that do not pertain to any part of
  461. the Derivative Works; and
  462. (d) If the Work includes a "NOTICE" text file as part of its
  463. distribution, then any Derivative Works that You distribute must
  464. include a readable copy of the attribution notices contained
  465. within such NOTICE file, excluding those notices that do not
  466. pertain to any part of the Derivative Works, in at least one
  467. of the following places: within a NOTICE text file distributed
  468. as part of the Derivative Works; within the Source form or
  469. documentation, if provided along with the Derivative Works; or,
  470. within a display generated by the Derivative Works, if and
  471. wherever such third-party notices normally appear. The contents
  472. of the NOTICE file are for informational purposes only and
  473. do not modify the License. You may add Your own attribution
  474. notices within Derivative Works that You distribute, alongside
  475. or as an addendum to the NOTICE text from the Work, provided
  476. that such additional attribution notices cannot be construed
  477. as modifying the License.
  478. You may add Your own copyright statement to Your modifications and
  479. may provide additional or different license terms and conditions
  480. for use, reproduction, or distribution of Your modifications, or
  481. for any such Derivative Works as a whole, provided Your use,
  482. reproduction, and distribution of the Work otherwise complies with
  483. the conditions stated in this License.
  484. 5. Submission of Contributions. Unless You explicitly state otherwise,
  485. any Contribution intentionally submitted for inclusion in the Work
  486. by You to the Licensor shall be under the terms and conditions of
  487. this License, without any additional terms or conditions.
  488. Notwithstanding the above, nothing herein shall supersede or modify
  489. the terms of any separate license agreement you may have executed
  490. with Licensor regarding such Contributions.
  491. 6. Trademarks. This License does not grant permission to use the trade
  492. names, trademarks, service marks, or product names of the Licensor,
  493. except as required for reasonable and customary use in describing the
  494. origin of the Work and reproducing the content of the NOTICE file.
  495. 7. Disclaimer of Warranty. Unless required by applicable law or
  496. agreed to in writing, Licensor provides the Work (and each
  497. Contributor provides its Contributions) on an "AS IS" BASIS,
  498. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  499. implied, including, without limitation, any warranties or conditions
  500. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  501. PARTICULAR PURPOSE. You are solely responsible for determining the
  502. appropriateness of using or redistributing the Work and assume any
  503. risks associated with Your exercise of permissions under this License.
  504. 8. Limitation of Liability. In no event and under no legal theory,
  505. whether in tort (including negligence), contract, or otherwise,
  506. unless required by applicable law (such as deliberate and grossly
  507. negligent acts) or agreed to in writing, shall any Contributor be
  508. liable to You for damages, including any direct, indirect, special,
  509. incidental, or consequential damages of any character arising as a
  510. result of this License or out of the use or inability to use the
  511. Work (including but not limited to damages for loss of goodwill,
  512. work stoppage, computer failure or malfunction, or any and all
  513. other commercial damages or losses), even if such Contributor
  514. has been advised of the possibility of such damages.
  515. 9. Accepting Warranty or Additional Liability. While redistributing
  516. the Work or Derivative Works thereof, You may choose to offer,
  517. and charge a fee for, acceptance of support, warranty, indemnity,
  518. or other liability obligations and/or rights consistent with this
  519. License. However, in accepting such obligations, You may act only
  520. on Your own behalf and on Your sole responsibility, not on behalf
  521. of any other Contributor, and only if You agree to indemnify,
  522. defend, and hold each Contributor harmless for any liability
  523. incurred by, or claims asserted against, such Contributor by reason
  524. of your accepting any such warranty or additional liability.
  525. END OF TERMS AND CONDITIONS
  526. APPENDIX: How to apply the Apache License to your work.
  527. To apply the Apache License to your work, attach the following
  528. boilerplate notice, with the fields enclosed by brackets "{}"
  529. replaced with your own identifying information. (Don't include
  530. the brackets!) The text should be enclosed in the appropriate
  531. comment syntax for the file format. We also recommend that a
  532. file or class name and description of purpose be included on the
  533. same "printed page" as the copyright notice for easier
  534. identification within third-party archives.
  535. Copyright {yyyy} {name of copyright owner}
  536. Licensed under the Apache License, Version 2.0 (the "License");
  537. you may not use this file except in compliance with the License.
  538. You may obtain a copy of the License at
  539. http://www.apache.org/licenses/LICENSE-2.0
  540. Unless required by applicable law or agreed to in writing, software
  541. distributed under the License is distributed on an "AS IS" BASIS,
  542. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  543. See the License for the specific language governing permissions and
  544. limitations under the License.
  545. @ant-design/icons-angular@1.0.1
  546. MIT
  547. MIT
  548. @delon/util@2.0.1
  549. MIT
  550. MIT License
  551. Copyright (c) 2017-present 卡色<cipchk@qq.com>
  552. Permission is hereby granted, free of charge, to any person obtaining a copy
  553. of this software and associated documentation files (the "Software"), to deal
  554. in the Software without restriction, including without limitation the rights
  555. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  556. copies of the Software, and to permit persons to whom the Software is
  557. furnished to do so, subject to the following conditions:
  558. The above copyright notice and this permission notice shall be included in all
  559. copies or substantial portions of the Software.
  560. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  561. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  562. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  563. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  564. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  565. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  566. SOFTWARE.
  567. @delon/acl@2.0.1
  568. MIT
  569. MIT License
  570. Copyright (c) 2017-present 卡色<cipchk@qq.com>
  571. Permission is hereby granted, free of charge, to any person obtaining a copy
  572. of this software and associated documentation files (the "Software"), to deal
  573. in the Software without restriction, including without limitation the rights
  574. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  575. copies of the Software, and to permit persons to whom the Software is
  576. furnished to do so, subject to the following conditions:
  577. The above copyright notice and this permission notice shall be included in all
  578. copies or substantial portions of the Software.
  579. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  580. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  581. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  582. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  583. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  584. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  585. SOFTWARE.
  586. @angular/router@6.1.10
  587. MIT
  588. MIT
  589. @angular/platform-browser@6.1.10
  590. MIT
  591. MIT
  592. tinycolor2@1.4.1
  593. MIT
  594. Copyright (c), Brian Grinstead, http://briangrinstead.com
  595. Permission is hereby granted, free of charge, to any person obtaining
  596. a copy of this software and associated documentation files (the
  597. "Software"), to deal in the Software without restriction, including
  598. without limitation the rights to use, copy, modify, merge, publish,
  599. distribute, sublicense, and/or sell copies of the Software, and to
  600. permit persons to whom the Software is furnished to do so, subject to
  601. the following conditions:
  602. The above copyright notice and this permission notice shall be
  603. included in all copies or substantial portions of the Software.
  604. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  605. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  606. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  607. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  608. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  609. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  610. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  611. @angular/forms@6.1.10
  612. MIT
  613. MIT
  614. @delon/theme@2.0.1
  615. MIT
  616. MIT License
  617. Copyright (c) 2017-present 卡色<cipchk@qq.com>
  618. Permission is hereby granted, free of charge, to any person obtaining a copy
  619. of this software and associated documentation files (the "Software"), to deal
  620. in the Software without restriction, including without limitation the rights
  621. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  622. copies of the Software, and to permit persons to whom the Software is
  623. furnished to do so, subject to the following conditions:
  624. The above copyright notice and this permission notice shall be included in all
  625. copies or substantial portions of the Software.
  626. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  627. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  628. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  629. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  630. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  631. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  632. SOFTWARE.
  633. @angular/animations@6.1.10
  634. MIT
  635. MIT
  636. ngx-countdown@3.2.0
  637. MIT
  638. MIT License
  639. Copyright (c) 2018-present 卡色<cipchk@qq.com>
  640. Permission is hereby granted, free of charge, to any person obtaining a copy
  641. of this software and associated documentation files (the "Software"), to deal
  642. in the Software without restriction, including without limitation the rights
  643. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  644. copies of the Software, and to permit persons to whom the Software is
  645. furnished to do so, subject to the following conditions:
  646. The above copyright notice and this permission notice shall be included in all
  647. copies or substantial portions of the Software.
  648. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  649. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  650. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  651. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  652. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  653. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  654. SOFTWARE.
  655. screenfull@3.3.3
  656. MIT
  657. MIT License
  658. Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
  659. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  660. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  661. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  662. tslib@1.10.0
  663. Apache-2.0
  664. Apache License
  665. Version 2.0, January 2004
  666. http://www.apache.org/licenses/
  667. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  668. 1. Definitions.
  669. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
  670. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
  671. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
  672. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
  673. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
  674. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
  675. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
  676. "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
  677. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
  678. "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
  679. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
  680. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
  681. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
  682. You must give any other recipients of the Work or Derivative Works a copy of this License; and
  683. You must cause any modified files to carry prominent notices stating that You changed the files; and
  684. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
  685. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
  686. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
  687. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
  688. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
  689. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
  690. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
  691. END OF TERMS AND CONDITIONS
  692. @delon/auth@2.0.1
  693. MIT
  694. MIT License
  695. Copyright (c) 2017-present 卡色<cipchk@qq.com>
  696. Permission is hereby granted, free of charge, to any person obtaining a copy
  697. of this software and associated documentation files (the "Software"), to deal
  698. in the Software without restriction, including without limitation the rights
  699. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  700. copies of the Software, and to permit persons to whom the Software is
  701. furnished to do so, subject to the following conditions:
  702. The above copyright notice and this permission notice shall be included in all
  703. copies or substantial portions of the Software.
  704. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  705. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  706. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  707. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  708. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  709. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  710. SOFTWARE.
  711. core-js@2.6.9
  712. MIT
  713. Copyright (c) 2014-2019 Denis Pushkarev
  714. Permission is hereby granted, free of charge, to any person obtaining a copy
  715. of this software and associated documentation files (the "Software"), to deal
  716. in the Software without restriction, including without limitation the rights
  717. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  718. copies of the Software, and to permit persons to whom the Software is
  719. furnished to do so, subject to the following conditions:
  720. The above copyright notice and this permission notice shall be included in
  721. all copies or substantial portions of the Software.
  722. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  723. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  724. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  725. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  726. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  727. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  728. THE SOFTWARE.
  729. zone.js@0.8.29
  730. MIT
  731. The MIT License
  732. Copyright (c) 2016-2018 Google, Inc.
  733. Permission is hereby granted, free of charge, to any person obtaining a copy
  734. of this software and associated documentation files (the "Software"), to deal
  735. in the Software without restriction, including without limitation the rights
  736. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  737. copies of the Software, and to permit persons to whom the Software is
  738. furnished to do so, subject to the following conditions:
  739. The above copyright notice and this permission notice shall be included in
  740. all copies or substantial portions of the Software.
  741. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  742. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  743. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  744. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  745. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  746. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  747. THE SOFTWARE.