You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

core-common.js.LICENSE.txt 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583
  1. /*!
  2. * Determine if an object is a Buffer
  3. *
  4. * @author Feross Aboukhadijeh <https://feross.org>
  5. * @license MIT
  6. */
  7. /*!
  8. * The buffer module from node.js, for the browser.
  9. *
  10. * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
  11. * @license MIT
  12. */
  13. /*!
  14. * The buffer module from node.js, for the browser.
  15. *
  16. * @author Feross Aboukhadijeh <https://feross.org>
  17. * @license MIT
  18. */
  19. /*!
  20. * Toastify js 1.12.0
  21. * https://github.com/apvarun/toastify-js
  22. * @license MIT licensed
  23. *
  24. * Copyright (C) 2018 Varun A P
  25. */
  26. /*!
  27. * Vue.js v2.7.14
  28. * (c) 2014-2022 Evan You
  29. * Released under the MIT License.
  30. */
  31. /*!
  32. * escape-html
  33. * Copyright(c) 2012-2013 TJ Holowaychuk
  34. * Copyright(c) 2015 Andreas Lubbe
  35. * Copyright(c) 2015 Tiancheng "Timothy" Gu
  36. * MIT Licensed
  37. */
  38. /*!
  39. * jQuery JavaScript Library v3.7.1
  40. * https://jquery.com/
  41. *
  42. * Copyright OpenJS Foundation and other contributors
  43. * Released under the MIT license
  44. * https://jquery.org/license
  45. *
  46. * Date: 2023-08-28T13:37Z
  47. */
  48. /*!
  49. * vuex v3.6.2
  50. * (c) 2021 Evan You
  51. * @license MIT
  52. */
  53. /*!
  54. * focus-trap 7.2.0
  55. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  56. */
  57. /*!
  58. * focus-trap 7.5.2
  59. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  60. */
  61. /*!
  62. * tabbable 6.0.1
  63. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  64. */
  65. /*!
  66. * tabbable 6.2.0
  67. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  68. */
  69. /*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
  70. /*! For license information please see NcButton.js.LICENSE.txt */
  71. /*! For license information please see NcModal.js.LICENSE.txt */
  72. /*! For license information please see NcNoteCard.js.LICENSE.txt */
  73. /*! For license information please see NcPasswordField.js.LICENSE.txt */
  74. /*! Hammer.JS - v2.0.7 - 2016-04-22
  75. * http://hammerjs.github.io/
  76. *
  77. * Copyright (c) 2016 Jorik Tangelder;
  78. * Licensed under the MIT license */
  79. /*! https://mths.be/punycode v1.4.1 by @mathias */
  80. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  81. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  82. /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
  83. /**
  84. * @copyright 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  85. *
  86. * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  87. *
  88. * @license AGPL-3.0-or-later
  89. *
  90. * This program is free software: you can redistribute it and/or modify
  91. * it under the terms of the GNU Affero General Public License as
  92. * published by the Free Software Foundation, either version 3 of the
  93. * License, or (at your option) any later version.
  94. *
  95. * This program is distributed in the hope that it will be useful,
  96. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  97. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  98. * GNU Affero General Public License for more details.
  99. *
  100. * You should have received a copy of the GNU Affero General Public License
  101. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  102. */
  103. /**
  104. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  105. *
  106. * @author John Molakvoæ <skjnldsv@protonmail.com>
  107. *
  108. * @license AGPL-3.0-or-later
  109. *
  110. * This program is free software: you can redistribute it and/or modify
  111. * it under the terms of the GNU Affero General Public License as
  112. * published by the Free Software Foundation, either version 3 of the
  113. * License, or (at your option) any later version.
  114. *
  115. * This program is distributed in the hope that it will be useful,
  116. * but WITHOUT ANY WARRANTY without even the implied warranty of
  117. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  118. * GNU Affero General Public License for more details.
  119. *
  120. * You should have received a copy of the GNU Affero General Public License
  121. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  122. *
  123. */
  124. /**
  125. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  126. *
  127. * @author John Molakvoæ <skjnldsv@protonmail.com>
  128. *
  129. * @license AGPL-3.0-or-later
  130. *
  131. * This program is free software: you can redistribute it and/or modify
  132. * it under the terms of the GNU Affero General Public License as
  133. * published by the Free Software Foundation, either version 3 of the
  134. * License, or (at your option) any later version.
  135. *
  136. * This program is distributed in the hope that it will be useful,
  137. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  138. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  139. * GNU Affero General Public License for more details.
  140. *
  141. * You should have received a copy of the GNU Affero General Public License
  142. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  143. *
  144. */
  145. /**
  146. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  147. *
  148. * @author John Molakvoæ <skjnldsv@protonmail.com>
  149. *
  150. * @license AGPL-3.0-or-later
  151. *
  152. * This program is free software: you can redistribute it and/or modify
  153. * it under the terms of the GNU Affero General Public License as
  154. * published by the Free Software Foundation, either version 3 of the
  155. * License, or (at your option) any later version.
  156. *
  157. * This program is distributed in the hope that it will be useful,
  158. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  159. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  160. * GNU Affero General Public License for more details.
  161. *
  162. * You should have received a copy of the GNU Affero General Public License
  163. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  164. *
  165. */
  166. /**
  167. * @copyright Copyright (c) 2019 Georg Ehrke
  168. *
  169. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  170. *
  171. * @author Richard Steinmetz <richard@steinmetz.cloud>
  172. *
  173. * @license AGPL-3.0-or-later
  174. *
  175. * This program is free software: you can redistribute it and/or modify
  176. * it under the terms of the GNU Affero General Public License as
  177. * published by the Free Software Foundation, either version 3 of the
  178. * License, or (at your option) any later version.
  179. *
  180. * This program is distributed in the hope that it will be useful,
  181. * but WITHOUT ANY WARRANTY without even the implied warranty of
  182. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  183. * GNU Affero General Public License for more details.
  184. *
  185. * You should have received a copy of the GNU Affero General Public License
  186. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  187. *
  188. */
  189. /**
  190. * @copyright Copyright (c) 2019 Georg Ehrke
  191. *
  192. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  193. *
  194. * @license AGPL-3.0-or-later
  195. *
  196. * This program is free software: you can redistribute it and/or modify
  197. * it under the terms of the GNU Affero General Public License as
  198. * published by the Free Software Foundation, either version 3 of the
  199. * License, or (at your option) any later version.
  200. *
  201. * This program is distributed in the hope that it will be useful,
  202. * but WITHOUT ANY WARRANTY without even the implied warranty of
  203. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  204. * GNU Affero General Public License for more details.
  205. *
  206. * You should have received a copy of the GNU Affero General Public License
  207. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  208. *
  209. */
  210. /**
  211. * @copyright Copyright (c) 2019 Georg Ehrke
  212. *
  213. * @author Georg Ehrke <oc.list@georgehrke.com>
  214. *
  215. * @license AGPL-3.0-or-later
  216. *
  217. * This program is free software: you can redistribute it and/or modify
  218. * it under the terms of the GNU Affero General Public License as
  219. * published by the Free Software Foundation, either version 3 of the
  220. * License, or (at your option) any later version.
  221. *
  222. * This program is distributed in the hope that it will be useful,
  223. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  224. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  225. * GNU Affero General Public License for more details.
  226. *
  227. * You should have received a copy of the GNU Affero General Public License
  228. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  229. *
  230. */
  231. /**
  232. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  233. *
  234. * @author John Molakvoæ <skjnldsv@protonmail.com>
  235. *
  236. * @license AGPL-3.0-or-later
  237. *
  238. * This program is free software: you can redistribute it and/or modify
  239. * it under the terms of the GNU Affero General Public License as
  240. * published by the Free Software Foundation, either version 3 of the
  241. * License, or (at your option) any later version.
  242. *
  243. * This program is distributed in the hope that it will be useful,
  244. * but WITHOUT ANY WARRANTY without even the implied warranty of
  245. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  246. * GNU Affero General Public License for more details.
  247. *
  248. * You should have received a copy of the GNU Affero General Public License
  249. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  250. *
  251. */
  252. /**
  253. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  254. *
  255. * @author John Molakvoæ <skjnldsv@protonmail.com>
  256. *
  257. * @license AGPL-3.0-or-later
  258. *
  259. * This program is free software: you can redistribute it and/or modify
  260. * it under the terms of the GNU Affero General Public License as
  261. * published by the Free Software Foundation, either version 3 of the
  262. * License, or (at your option) any later version.
  263. *
  264. * This program is distributed in the hope that it will be useful,
  265. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  266. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  267. * GNU Affero General Public License for more details.
  268. *
  269. * You should have received a copy of the GNU Affero General Public License
  270. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  271. *
  272. */
  273. /**
  274. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  275. *
  276. * @author John Molakvoæ <skjnldsv@protonmail.com>
  277. *
  278. * @license AGPL-3.0-or-later
  279. *
  280. * This program is free software: you can redistribute it and/or modify
  281. * it under the terms of the GNU Affero General Public License as
  282. * published by the Free Software Foundation, either version 3 of the
  283. * License, or (at your option) any later version.
  284. *
  285. * This program is distributed in the hope that it will be useful,
  286. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  287. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  288. * GNU Affero General Public License for more details.
  289. *
  290. * You should have received a copy of the GNU Affero General Public License
  291. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  292. *
  293. */
  294. /**
  295. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  296. *
  297. * @author Julius Härtl <jus@bitgrid.net>
  298. *
  299. * @license AGPL-3.0-or-later
  300. *
  301. * This program is free software: you can redistribute it and/or modify
  302. * it under the terms of the GNU Affero General Public License as
  303. * published by the Free Software Foundation, either version 3 of the
  304. * License, or (at your option) any later version.
  305. *
  306. * This program is distributed in the hope that it will be useful,
  307. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  308. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  309. * GNU Affero General Public License for more details.
  310. *
  311. * You should have received a copy of the GNU Affero General Public License
  312. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  313. *
  314. */
  315. /**
  316. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  317. *
  318. * @author Julius Härtl <jus@bitgrid.net>
  319. * @author John Molakvoæ <skjnldsv@protonmail.com>
  320. *
  321. * @license AGPL-3.0-or-later
  322. *
  323. * This program is free software: you can redistribute it and/or modify
  324. * it under the terms of the GNU Affero General Public License as
  325. * published by the Free Software Foundation, either version 3 of the
  326. * License, or (at your option) any later version.
  327. *
  328. * This program is distributed in the hope that it will be useful,
  329. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  330. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  331. * GNU Affero General Public License for more details.
  332. *
  333. * You should have received a copy of the GNU Affero General Public License
  334. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  335. *
  336. */
  337. /**
  338. * @copyright Copyright (c) 2019 Kristof Hamann, Paul Schwörer
  339. *
  340. * @author Kristof Hamann
  341. * @author Paul Schwörer
  342. *
  343. * @license AGPL-3.0-or-later
  344. *
  345. * This program is free software: you can redistribute it and/or modify
  346. * it under the terms of the GNU Affero General Public License as
  347. * published by the Free Software Foundation, either version 3 of the
  348. * License, or (at your option) any later version.
  349. *
  350. * This program is distributed in the hope that it will be useful,
  351. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  352. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  353. * GNU Affero General Public License for more details.
  354. *
  355. * You should have received a copy of the GNU Affero General Public License
  356. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  357. *
  358. */
  359. /**
  360. * @copyright Copyright (c) 2020 Georg Ehrke <georg-nextcloud@ehrke.email>
  361. *
  362. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  363. *
  364. * @license AGPL-3.0-or-later
  365. *
  366. * This program is free software: you can redistribute it and/or modify
  367. * it under the terms of the GNU Affero General Public License as
  368. * published by the Free Software Foundation, either version 3 of the
  369. * License, or (at your option) any later version.
  370. *
  371. * This program is distributed in the hope that it will be useful,
  372. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  373. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  374. * GNU Affero General Public License for more details.
  375. *
  376. * You should have received a copy of the GNU Affero General Public License
  377. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  378. *
  379. */
  380. /**
  381. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  382. *
  383. * @author John Molakvoæ <skjnldsv@protonmail.com>
  384. *
  385. * @license AGPL-3.0-or-later
  386. *
  387. * This program is free software: you can redistribute it and/or modify
  388. * it under the terms of the GNU Affero General Public License as
  389. * published by the Free Software Foundation, either version 3 of the
  390. * License, or (at your option) any later version.
  391. *
  392. * This program is distributed in the hope that it will be useful,
  393. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  394. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  395. * GNU Affero General Public License for more details.
  396. *
  397. * You should have received a copy of the GNU Affero General Public License
  398. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  399. *
  400. */
  401. /**
  402. * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  403. *
  404. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  405. *
  406. * @license AGPL-3.0-or-later
  407. *
  408. * This program is free software: you can redistribute it and/or modify
  409. * it under the terms of the GNU Affero General Public License as
  410. * published by the Free Software Foundation, either version 3 of the
  411. * License, or (at your option) any later version.
  412. *
  413. * This program is distributed in the hope that it will be useful,
  414. * but WITHOUT ANY WARRANTY without even the implied warranty of
  415. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  416. * GNU Affero General Public License for more details.
  417. *
  418. * You should have received a copy of the GNU Affero General Public License
  419. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  420. *
  421. */
  422. /**
  423. * @copyright Copyright (c) 2021 Jonas Meurer <jonas@freesources.org>
  424. *
  425. * @author Jonas Meurer <jonas@freesources.org>
  426. *
  427. * @license AGPL-3.0-or-later
  428. *
  429. * This program is free software: you can redistribute it and/or modify
  430. * it under the terms of the GNU Affero General Public License as
  431. * published by the Free Software Foundation, either version 3 of the
  432. * License, or (at your option) any later version.
  433. *
  434. * This program is distributed in the hope that it will be useful,
  435. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  436. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  437. * GNU Affero General Public License for more details.
  438. *
  439. * You should have received a copy of the GNU Affero General Public License
  440. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  441. *
  442. */
  443. /**
  444. * @copyright Copyright (c) 2021 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  445. *
  446. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  447. *
  448. * @license AGPL-3.0-or-later
  449. *
  450. * This program is free software: you can redistribute it and/or modify
  451. * it under the terms of the GNU Affero General Public License as
  452. * published by the Free Software Foundation, either version 3 of the
  453. * License, or (at your option) any later version.
  454. *
  455. * This program is distributed in the hope that it will be useful,
  456. * but WITHOUT ANY WARRANTY without even the implied warranty of
  457. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  458. * GNU Affero General Public License for more details.
  459. *
  460. * You should have received a copy of the GNU Affero General Public License
  461. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  462. *
  463. */
  464. /**
  465. * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
  466. *
  467. * @author John Molakvoæ <skjnldsv@protonmail.com>
  468. *
  469. * @license AGPL-3.0-or-later
  470. *
  471. * This program is free software: you can redistribute it and/or modify
  472. * it under the terms of the GNU Affero General Public License as
  473. * published by the Free Software Foundation, either version 3 of the
  474. * License, or (at your option) any later version.
  475. *
  476. * This program is distributed in the hope that it will be useful,
  477. * but WITHOUT ANY WARRANTY without even the implied warranty of
  478. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  479. * GNU Affero General Public License for more details.
  480. *
  481. * You should have received a copy of the GNU Affero General Public License
  482. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  483. *
  484. */
  485. /**
  486. * @copyright Copyright (c) 2022 Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  487. *
  488. * @author Julia Kirschenheuter <julia.kirschenheuter@nextcloud.com>
  489. *
  490. * @license AGPL-3.0-or-later
  491. *
  492. * This program is free software: you can redistribute it and/or modify
  493. * it under the terms of the GNU Affero General Public License as
  494. * published by the Free Software Foundation, either version 3 of the
  495. * License, or (at your option) any later version.
  496. *
  497. * This program is distributed in the hope that it will be useful,
  498. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  499. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  500. * GNU Affero General Public License for more details.
  501. *
  502. * You should have received a copy of the GNU Affero General Public License
  503. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  504. *
  505. */
  506. /**!
  507. * @fileOverview Kickass library to create and place poppers near their reference elements.
  508. * @version 1.16.1
  509. * @license
  510. * Copyright (c) 2016 Federico Zivolo and contributors
  511. *
  512. * Permission is hereby granted, free of charge, to any person obtaining a copy
  513. * of this software and associated documentation files (the "Software"), to deal
  514. * in the Software without restriction, including without limitation the rights
  515. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  516. * copies of the Software, and to permit persons to whom the Software is
  517. * furnished to do so, subject to the following conditions:
  518. *
  519. * The above copyright notice and this permission notice shall be included in all
  520. * copies or substantial portions of the Software.
  521. *
  522. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  523. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  524. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  525. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  526. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  527. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  528. * SOFTWARE.
  529. */
  530. //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
  531. //! license : MIT
  532. //! moment.js
  533. //! moment.js locale configuration
  534. //! momentjs.com
  535. //! version : 2.29.4