@colijnit/sharedcomponents 1.0.50 → 1.0.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/3rdpartylicenses.txt +1160 -0
  2. package/bundles/colijnit-sharedcomponents.umd.js +6473 -6314
  3. package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
  4. package/colijnit-sharedcomponents.metadata.json +1 -1
  5. package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +175 -116
  6. package/esm2015/lib/components/stock/components/stock-prognose/stock-prognose.component.js +20 -11
  7. package/esm2015/lib/components/stock/components/stock-tab/stock-tab.component.js +5 -3
  8. package/esm2015/lib/components/stock/stock-information/stock-information.component.js +5 -9
  9. package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +73 -66
  10. package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +42 -32
  11. package/esm2015/lib/components/stock/stock.component.js +48 -23
  12. package/esm2015/lib/components/stock/stock.module.js +4 -3
  13. package/esm2015/lib/components/tab-bar/tab-bar.component.js +4 -2
  14. package/esm2015/lib/service/shared-connector.service.js +33 -1
  15. package/esm2015/lib/service/stock.service.js +13 -2
  16. package/favicon.ico +0 -0
  17. package/fesm2015/colijnit-sharedcomponents.js +405 -252
  18. package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
  19. package/index.html +12 -0
  20. package/lib/components/stock/components/stock-location/stock-location.component.d.ts +19 -15
  21. package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +14 -10
  22. package/lib/components/stock/stock-transfer/stock-transfer.component.d.ts +11 -5
  23. package/lib/components/stock/stock.component.d.ts +12 -7
  24. package/lib/components/stock/style/_layout.scss +89 -8
  25. package/lib/components/stock/style/_material-definition.scss +4 -3
  26. package/lib/components/tab-bar/style/_layout.scss +28 -29
  27. package/lib/components/tab-bar/style/_material-definition.scss +6 -0
  28. package/lib/service/shared-connector.service.d.ts +5 -0
  29. package/lib/service/stock.service.d.ts +7 -0
  30. package/main.170a4a55a0e938c9ae69.js +1 -0
  31. package/package.json +3 -3
  32. package/polyfills.907fe9d1887c5de17993.js +1 -0
  33. package/runtime.8aac21847ed3d3829cca.js +1 -0
  34. package/styles.2a9423c42b08c088cadb.css +1 -0
@@ -0,0 +1,1160 @@
1
+ @angular/animations
2
+ MIT
3
+
4
+ @angular/cdk
5
+ MIT
6
+ The MIT License
7
+
8
+ Copyright (c) 2021 Google LLC.
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in
18
+ all copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26
+ THE SOFTWARE.
27
+
28
+
29
+ @angular/common
30
+ MIT
31
+
32
+ @angular/core
33
+ MIT
34
+
35
+ @angular/forms
36
+ MIT
37
+
38
+ @angular/platform-browser
39
+ MIT
40
+
41
+ @babel/runtime
42
+ MIT
43
+ MIT License
44
+
45
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
46
+
47
+ Permission is hereby granted, free of charge, to any person obtaining
48
+ a copy of this software and associated documentation files (the
49
+ "Software"), to deal in the Software without restriction, including
50
+ without limitation the rights to use, copy, modify, merge, publish,
51
+ distribute, sublicense, and/or sell copies of the Software, and to
52
+ permit persons to whom the Software is furnished to do so, subject to
53
+ the following conditions:
54
+
55
+ The above copyright notice and this permission notice shall be
56
+ included in all copies or substantial portions of the Software.
57
+
58
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
59
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
60
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
61
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
62
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
63
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
64
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
65
+
66
+
67
+ @colijnit/articleapi
68
+ ISC
69
+
70
+ @colijnit/corecomponents_v12
71
+
72
+ @colijnit/ioneconnector
73
+ ISC
74
+
75
+ @colijnit/mainapi
76
+ ISC
77
+
78
+ @colijnit/sharedapi
79
+ ISC
80
+
81
+ @colijnit/sharedcomponents
82
+
83
+ @kurkle/color
84
+ MIT
85
+ The MIT License (MIT)
86
+
87
+ Copyright (c) 2018-2021 Jukka Kurkela
88
+
89
+ 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:
90
+
91
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
92
+
93
+ 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.
94
+
95
+
96
+ @pdf-lib/standard-fonts
97
+ MIT
98
+ MIT License
99
+
100
+ Copyright (c) 2018 Andrew Dillon
101
+
102
+ Permission is hereby granted, free of charge, to any person obtaining a copy
103
+ of this software and associated documentation files (the "Software"), to deal
104
+ in the Software without restriction, including without limitation the rights
105
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
106
+ copies of the Software, and to permit persons to whom the Software is
107
+ furnished to do so, subject to the following conditions:
108
+
109
+ The above copyright notice and this permission notice shall be included in all
110
+ copies or substantial portions of the Software.
111
+
112
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
113
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
114
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
115
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
116
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
117
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
118
+ SOFTWARE.
119
+
120
+
121
+ @pdf-lib/upng
122
+ MIT
123
+ MIT License
124
+
125
+ Copyright (c) 2017 Photopea
126
+
127
+ Permission is hereby granted, free of charge, to any person obtaining a copy
128
+ of this software and associated documentation files (the "Software"), to deal
129
+ in the Software without restriction, including without limitation the rights
130
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
131
+ copies of the Software, and to permit persons to whom the Software is
132
+ furnished to do so, subject to the following conditions:
133
+
134
+ The above copyright notice and this permission notice shall be included in all
135
+ copies or substantial portions of the Software.
136
+
137
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
138
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
139
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
140
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
141
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
142
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
143
+ SOFTWARE.
144
+
145
+
146
+ @tweenjs/tween.js
147
+ MIT
148
+ The MIT License
149
+
150
+ Copyright (c) 2010-2012 Tween.js authors.
151
+
152
+ Easing equations Copyright (c) 2001 Robert Penner http://robertpenner.com/easing/
153
+
154
+ Permission is hereby granted, free of charge, to any person obtaining a copy
155
+ of this software and associated documentation files (the "Software"), to deal
156
+ in the Software without restriction, including without limitation the rights
157
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
158
+ copies of the Software, and to permit persons to whom the Software is
159
+ furnished to do so, subject to the following conditions:
160
+
161
+ The above copyright notice and this permission notice shall be included in
162
+ all copies or substantial portions of the Software.
163
+
164
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
165
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
166
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
167
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
168
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
169
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
170
+ THE SOFTWARE.
171
+
172
+
173
+ axios
174
+ MIT
175
+ Copyright (c) 2014-present Matt Zabriskie
176
+
177
+ Permission is hereby granted, free of charge, to any person obtaining a copy
178
+ of this software and associated documentation files (the "Software"), to deal
179
+ in the Software without restriction, including without limitation the rights
180
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
181
+ copies of the Software, and to permit persons to whom the Software is
182
+ furnished to do so, subject to the following conditions:
183
+
184
+ The above copyright notice and this permission notice shall be included in
185
+ all copies or substantial portions of the Software.
186
+
187
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
188
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
189
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
190
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
191
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
192
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
193
+ THE SOFTWARE.
194
+
195
+
196
+ chart.js
197
+ MIT
198
+ The MIT License (MIT)
199
+
200
+ Copyright (c) 2014-2022 Chart.js Contributors
201
+
202
+ 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:
203
+
204
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
205
+
206
+ 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.
207
+
208
+
209
+ circular-json
210
+ MIT
211
+ Copyright (C) 2013-2017 by Andrea Giammarchi - @WebReflection
212
+
213
+ Permission is hereby granted, free of charge, to any person obtaining a copy
214
+ of this software and associated documentation files (the "Software"), to deal
215
+ in the Software without restriction, including without limitation the rights
216
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
217
+ copies of the Software, and to permit persons to whom the Software is
218
+ furnished to do so, subject to the following conditions:
219
+
220
+ The above copyright notice and this permission notice shall be included in
221
+ all copies or substantial portions of the Software.
222
+
223
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
224
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
225
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
226
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
227
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
228
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
229
+ THE SOFTWARE.
230
+
231
+
232
+ hammerjs
233
+ MIT
234
+ The MIT License (MIT)
235
+
236
+ Copyright (C) 2011-2014 by Jorik Tangelder (Eight Media)
237
+
238
+ Permission is hereby granted, free of charge, to any person obtaining a copy
239
+ of this software and associated documentation files (the "Software"), to deal
240
+ in the Software without restriction, including without limitation the rights
241
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
242
+ copies of the Software, and to permit persons to whom the Software is
243
+ furnished to do so, subject to the following conditions:
244
+
245
+ The above copyright notice and this permission notice shall be included in
246
+ all copies or substantial portions of the Software.
247
+
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
+
256
+
257
+ jsencrypt
258
+ MIT
259
+ File: /src/LICENSE.txt
260
+ The MIT License (MIT)
261
+ Copyright (c) 2015 Form.io
262
+
263
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
264
+ this software and associated documentation files (the "Software"), to deal in the
265
+ Software without restriction, including without limitation the rights to use,
266
+ copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
267
+ Software, and to permit persons to whom the Software is furnished to do so,
268
+ subject to the following conditions:
269
+
270
+ The above copyright notice and this permission notice shall be included in all
271
+ copies or substantial portions of the Software.
272
+
273
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
274
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
275
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
276
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
277
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
278
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
279
+
280
+ File: /lib/jsrsasign/LICENSE.txt
281
+
282
+
283
+ CONTAINS CODE FROM YUI LIBRARY SEE LICENSE @ http://yuilibrary.com/license/
284
+
285
+ The 'jsrsasign'(RSA-Sign JavaScript Library) License
286
+
287
+ Copyright (c) 2010-2013 Kenji Urushima
288
+
289
+ Permission is hereby granted, free of charge, to any person obtaining a copy
290
+ of this software and associated documentation files (the "Software"), to deal
291
+ in the Software without restriction, including without limitation the rights
292
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
293
+ copies of the Software, and to permit persons to whom the Software is
294
+ furnished to do so, subject to the following conditions:
295
+
296
+ The above copyright notice and this permission notice shall be included in
297
+ all copies or substantial portions of the Software.
298
+
299
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
300
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
301
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
302
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
303
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
304
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
305
+ THE SOFTWARE.
306
+ File: /lib/jsbn/LICENSE.txt
307
+
308
+
309
+ Licensing
310
+ ---------
311
+
312
+ This software is covered under the following copyright:
313
+
314
+ /*
315
+ * Copyright (c) 2003-2005 Tom Wu
316
+ * All Rights Reserved.
317
+ *
318
+ * Permission is hereby granted, free of charge, to any person obtaining
319
+ * a copy of this software and associated documentation files (the
320
+ * "Software"), to deal in the Software without restriction, including
321
+ * without limitation the rights to use, copy, modify, merge, publish,
322
+ * distribute, sublicense, and/or sell copies of the Software, and to
323
+ * permit persons to whom the Software is furnished to do so, subject to
324
+ * the following conditions:
325
+ *
326
+ * The above copyright notice and this permission notice shall be
327
+ * included in all copies or substantial portions of the Software.
328
+ *
329
+ * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
330
+ * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
331
+ * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
332
+ *
333
+ * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
334
+ * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
335
+ * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
336
+ * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
337
+ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
338
+ *
339
+ * In addition, the following condition applies:
340
+ *
341
+ * All redistributions must retain an intact copy of this copyright notice
342
+ * and disclaimer.
343
+ */
344
+
345
+ Address all questions regarding this license to:
346
+
347
+ Tom Wu
348
+ tjw@cs.Stanford.EDU
349
+ File: /lib/asn1js/LICENSE.txt
350
+
351
+
352
+ ASN.1 JavaScript decoder
353
+ Copyright (c) 2008-2013 Lapo Luchini <lapo@lapo.it>
354
+
355
+ Permission to use, copy, modify, and/or distribute this software for any
356
+ purpose with or without fee is hereby granted, provided that the above
357
+ copyright notice and this permission notice appear in all copies.
358
+
359
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
360
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
361
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
362
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
363
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
364
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
365
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
366
+
367
+ jwt-decode
368
+ MIT
369
+ The MIT License (MIT)
370
+
371
+ Copyright (c) 2015 Auth0, Inc. <support@auth0.com> (http://auth0.com)
372
+
373
+ Permission is hereby granted, free of charge, to any person obtaining a copy
374
+ of this software and associated documentation files (the "Software"), to deal
375
+ in the Software without restriction, including without limitation the rights
376
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
377
+ copies of the Software, and to permit persons to whom the Software is
378
+ furnished to do so, subject to the following conditions:
379
+
380
+ The above copyright notice and this permission notice shall be included in all
381
+ copies or substantial portions of the Software.
382
+
383
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
384
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
385
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
386
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
387
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
388
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
389
+ SOFTWARE.
390
+
391
+
392
+ moment
393
+ MIT
394
+ Copyright (c) JS Foundation and other contributors
395
+
396
+ Permission is hereby granted, free of charge, to any person
397
+ obtaining a copy of this software and associated documentation
398
+ files (the "Software"), to deal in the Software without
399
+ restriction, including without limitation the rights to use,
400
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
401
+ copies of the Software, and to permit persons to whom the
402
+ Software is furnished to do so, subject to the following
403
+ conditions:
404
+
405
+ The above copyright notice and this permission notice shall be
406
+ included in all copies or substantial portions of the Software.
407
+
408
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
409
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
410
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
411
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
412
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
413
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
414
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
415
+ OTHER DEALINGS IN THE SOFTWARE.
416
+
417
+
418
+ ng-recaptcha
419
+ MIT
420
+ The MIT License (MIT)
421
+
422
+ Copyright (c) 2016 Ruslan Arkhipau
423
+
424
+ Permission is hereby granted, free of charge, to any person obtaining a copy
425
+ of this software and associated documentation files (the "Software"), to deal
426
+ in the Software without restriction, including without limitation the rights
427
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
428
+ copies of the Software, and to permit persons to whom the Software is
429
+ furnished to do so, subject to the following conditions:
430
+
431
+ The above copyright notice and this permission notice shall be included in all
432
+ copies or substantial portions of the Software.
433
+
434
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
435
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
436
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
437
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
438
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
439
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
440
+ SOFTWARE.
441
+
442
+
443
+ nodejs-jsencrypt
444
+ MIT
445
+ File: /src/LICENSE.txt
446
+ The MIT License (MIT)
447
+ Copyright (c) 2015 Form.io
448
+
449
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
450
+ this software and associated documentation files (the "Software"), to deal in the
451
+ Software without restriction, including without limitation the rights to use,
452
+ copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
453
+ Software, and to permit persons to whom the Software is furnished to do so,
454
+ subject to the following conditions:
455
+
456
+ The above copyright notice and this permission notice shall be included in all
457
+ copies or substantial portions of the Software.
458
+
459
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
460
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
461
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
462
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
463
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
464
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
465
+
466
+ File: /lib/jsrsasign/LICENSE.txt
467
+
468
+
469
+ CONTAINS CODE FROM YUI LIBRARY SEE LICENSE @ http://yuilibrary.com/license/
470
+
471
+ The 'jsrsasign'(RSA-Sign JavaScript Library) License
472
+
473
+ Copyright (c) 2010-2013 Kenji Urushima
474
+
475
+ Permission is hereby granted, free of charge, to any person obtaining a copy
476
+ of this software and associated documentation files (the "Software"), to deal
477
+ in the Software without restriction, including without limitation the rights
478
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
479
+ copies of the Software, and to permit persons to whom the Software is
480
+ furnished to do so, subject to the following conditions:
481
+
482
+ The above copyright notice and this permission notice shall be included in
483
+ all copies or substantial portions of the Software.
484
+
485
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
486
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
487
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
488
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
489
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
490
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
491
+ THE SOFTWARE.
492
+ File: /lib/jsbn/LICENSE.txt
493
+
494
+
495
+ Licensing
496
+ ---------
497
+
498
+ This software is covered under the following copyright:
499
+
500
+ /*
501
+ * Copyright (c) 2003-2005 Tom Wu
502
+ * All Rights Reserved.
503
+ *
504
+ * Permission is hereby granted, free of charge, to any person obtaining
505
+ * a copy of this software and associated documentation files (the
506
+ * "Software"), to deal in the Software without restriction, including
507
+ * without limitation the rights to use, copy, modify, merge, publish,
508
+ * distribute, sublicense, and/or sell copies of the Software, and to
509
+ * permit persons to whom the Software is furnished to do so, subject to
510
+ * the following conditions:
511
+ *
512
+ * The above copyright notice and this permission notice shall be
513
+ * included in all copies or substantial portions of the Software.
514
+ *
515
+ * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
516
+ * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
517
+ * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
518
+ *
519
+ * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
520
+ * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
521
+ * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
522
+ * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
523
+ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
524
+ *
525
+ * In addition, the following condition applies:
526
+ *
527
+ * All redistributions must retain an intact copy of this copyright notice
528
+ * and disclaimer.
529
+ */
530
+
531
+ Address all questions regarding this license to:
532
+
533
+ Tom Wu
534
+ tjw@cs.Stanford.EDU
535
+ File: /lib/asn1js/LICENSE.txt
536
+
537
+
538
+ ASN.1 JavaScript decoder
539
+ Copyright (c) 2008-2013 Lapo Luchini <lapo@lapo.it>
540
+
541
+ Permission to use, copy, modify, and/or distribute this software for any
542
+ purpose with or without fee is hereby granted, provided that the above
543
+ copyright notice and this permission notice appear in all copies.
544
+
545
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
546
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
547
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
548
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
549
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
550
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
551
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
552
+
553
+ pako
554
+ (MIT AND Zlib)
555
+ (The MIT License)
556
+
557
+ Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
558
+
559
+ Permission is hereby granted, free of charge, to any person obtaining a copy
560
+ of this software and associated documentation files (the "Software"), to deal
561
+ in the Software without restriction, including without limitation the rights
562
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
563
+ copies of the Software, and to permit persons to whom the Software is
564
+ furnished to do so, subject to the following conditions:
565
+
566
+ The above copyright notice and this permission notice shall be included in
567
+ all copies or substantial portions of the Software.
568
+
569
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
570
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
571
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
572
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
573
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
574
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
575
+ THE SOFTWARE.
576
+
577
+
578
+ path2d-polyfill
579
+ MIT
580
+ MIT License
581
+
582
+ Copyright (c) 2018 Anders Nilsson
583
+
584
+ Permission is hereby granted, free of charge, to any person obtaining a copy
585
+ of this software and associated documentation files (the "Software"), to deal
586
+ in the Software without restriction, including without limitation the rights
587
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
588
+ copies of the Software, and to permit persons to whom the Software is
589
+ furnished to do so, subject to the following conditions:
590
+
591
+ The above copyright notice and this permission notice shall be included in all
592
+ copies or substantial portions of the Software.
593
+
594
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
595
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
596
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
597
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
598
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
599
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
600
+ SOFTWARE.
601
+
602
+
603
+ pdf-lib
604
+ MIT
605
+ MIT License
606
+
607
+ Copyright (c) 2019 Andrew Dillon
608
+
609
+ Permission is hereby granted, free of charge, to any person obtaining a copy
610
+ of this software and associated documentation files (the "Software"), to deal
611
+ in the Software without restriction, including without limitation the rights
612
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
613
+ copies of the Software, and to permit persons to whom the Software is
614
+ furnished to do so, subject to the following conditions:
615
+
616
+ The above copyright notice and this permission notice shall be included in all
617
+ copies or substantial portions of the Software.
618
+
619
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
620
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
621
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
622
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
623
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
624
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
625
+ SOFTWARE.
626
+
627
+
628
+ pdfjs-dist
629
+ Apache-2.0
630
+
631
+ Apache License
632
+ Version 2.0, January 2004
633
+ http://www.apache.org/licenses/
634
+
635
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
636
+
637
+ 1. Definitions.
638
+
639
+ "License" shall mean the terms and conditions for use, reproduction,
640
+ and distribution as defined by Sections 1 through 9 of this document.
641
+
642
+ "Licensor" shall mean the copyright owner or entity authorized by
643
+ the copyright owner that is granting the License.
644
+
645
+ "Legal Entity" shall mean the union of the acting entity and all
646
+ other entities that control, are controlled by, or are under common
647
+ control with that entity. For the purposes of this definition,
648
+ "control" means (i) the power, direct or indirect, to cause the
649
+ direction or management of such entity, whether by contract or
650
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
651
+ outstanding shares, or (iii) beneficial ownership of such entity.
652
+
653
+ "You" (or "Your") shall mean an individual or Legal Entity
654
+ exercising permissions granted by this License.
655
+
656
+ "Source" form shall mean the preferred form for making modifications,
657
+ including but not limited to software source code, documentation
658
+ source, and configuration files.
659
+
660
+ "Object" form shall mean any form resulting from mechanical
661
+ transformation or translation of a Source form, including but
662
+ not limited to compiled object code, generated documentation,
663
+ and conversions to other media types.
664
+
665
+ "Work" shall mean the work of authorship, whether in Source or
666
+ Object form, made available under the License, as indicated by a
667
+ copyright notice that is included in or attached to the work
668
+ (an example is provided in the Appendix below).
669
+
670
+ "Derivative Works" shall mean any work, whether in Source or Object
671
+ form, that is based on (or derived from) the Work and for which the
672
+ editorial revisions, annotations, elaborations, or other modifications
673
+ represent, as a whole, an original work of authorship. For the purposes
674
+ of this License, Derivative Works shall not include works that remain
675
+ separable from, or merely link (or bind by name) to the interfaces of,
676
+ the Work and Derivative Works thereof.
677
+
678
+ "Contribution" shall mean any work of authorship, including
679
+ the original version of the Work and any modifications or additions
680
+ to that Work or Derivative Works thereof, that is intentionally
681
+ submitted to Licensor for inclusion in the Work by the copyright owner
682
+ or by an individual or Legal Entity authorized to submit on behalf of
683
+ the copyright owner. For the purposes of this definition, "submitted"
684
+ means any form of electronic, verbal, or written communication sent
685
+ to the Licensor or its representatives, including but not limited to
686
+ communication on electronic mailing lists, source code control systems,
687
+ and issue tracking systems that are managed by, or on behalf of, the
688
+ Licensor for the purpose of discussing and improving the Work, but
689
+ excluding communication that is conspicuously marked or otherwise
690
+ designated in writing by the copyright owner as "Not a Contribution."
691
+
692
+ "Contributor" shall mean Licensor and any individual or Legal Entity
693
+ on behalf of whom a Contribution has been received by Licensor and
694
+ subsequently incorporated within the Work.
695
+
696
+ 2. Grant of Copyright License. Subject to the terms and conditions of
697
+ this License, each Contributor hereby grants to You a perpetual,
698
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
699
+ copyright license to reproduce, prepare Derivative Works of,
700
+ publicly display, publicly perform, sublicense, and distribute the
701
+ Work and such Derivative Works in Source or Object form.
702
+
703
+ 3. Grant of Patent License. Subject to the terms and conditions of
704
+ this License, each Contributor hereby grants to You a perpetual,
705
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
706
+ (except as stated in this section) patent license to make, have made,
707
+ use, offer to sell, sell, import, and otherwise transfer the Work,
708
+ where such license applies only to those patent claims licensable
709
+ by such Contributor that are necessarily infringed by their
710
+ Contribution(s) alone or by combination of their Contribution(s)
711
+ with the Work to which such Contribution(s) was submitted. If You
712
+ institute patent litigation against any entity (including a
713
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
714
+ or a Contribution incorporated within the Work constitutes direct
715
+ or contributory patent infringement, then any patent licenses
716
+ granted to You under this License for that Work shall terminate
717
+ as of the date such litigation is filed.
718
+
719
+ 4. Redistribution. You may reproduce and distribute copies of the
720
+ Work or Derivative Works thereof in any medium, with or without
721
+ modifications, and in Source or Object form, provided that You
722
+ meet the following conditions:
723
+
724
+ (a) You must give any other recipients of the Work or
725
+ Derivative Works a copy of this License; and
726
+
727
+ (b) You must cause any modified files to carry prominent notices
728
+ stating that You changed the files; and
729
+
730
+ (c) You must retain, in the Source form of any Derivative Works
731
+ that You distribute, all copyright, patent, trademark, and
732
+ attribution notices from the Source form of the Work,
733
+ excluding those notices that do not pertain to any part of
734
+ the Derivative Works; and
735
+
736
+ (d) If the Work includes a "NOTICE" text file as part of its
737
+ distribution, then any Derivative Works that You distribute must
738
+ include a readable copy of the attribution notices contained
739
+ within such NOTICE file, excluding those notices that do not
740
+ pertain to any part of the Derivative Works, in at least one
741
+ of the following places: within a NOTICE text file distributed
742
+ as part of the Derivative Works; within the Source form or
743
+ documentation, if provided along with the Derivative Works; or,
744
+ within a display generated by the Derivative Works, if and
745
+ wherever such third-party notices normally appear. The contents
746
+ of the NOTICE file are for informational purposes only and
747
+ do not modify the License. You may add Your own attribution
748
+ notices within Derivative Works that You distribute, alongside
749
+ or as an addendum to the NOTICE text from the Work, provided
750
+ that such additional attribution notices cannot be construed
751
+ as modifying the License.
752
+
753
+ You may add Your own copyright statement to Your modifications and
754
+ may provide additional or different license terms and conditions
755
+ for use, reproduction, or distribution of Your modifications, or
756
+ for any such Derivative Works as a whole, provided Your use,
757
+ reproduction, and distribution of the Work otherwise complies with
758
+ the conditions stated in this License.
759
+
760
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
761
+ any Contribution intentionally submitted for inclusion in the Work
762
+ by You to the Licensor shall be under the terms and conditions of
763
+ this License, without any additional terms or conditions.
764
+ Notwithstanding the above, nothing herein shall supersede or modify
765
+ the terms of any separate license agreement you may have executed
766
+ with Licensor regarding such Contributions.
767
+
768
+ 6. Trademarks. This License does not grant permission to use the trade
769
+ names, trademarks, service marks, or product names of the Licensor,
770
+ except as required for reasonable and customary use in describing the
771
+ origin of the Work and reproducing the content of the NOTICE file.
772
+
773
+ 7. Disclaimer of Warranty. Unless required by applicable law or
774
+ agreed to in writing, Licensor provides the Work (and each
775
+ Contributor provides its Contributions) on an "AS IS" BASIS,
776
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
777
+ implied, including, without limitation, any warranties or conditions
778
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
779
+ PARTICULAR PURPOSE. You are solely responsible for determining the
780
+ appropriateness of using or redistributing the Work and assume any
781
+ risks associated with Your exercise of permissions under this License.
782
+
783
+ 8. Limitation of Liability. In no event and under no legal theory,
784
+ whether in tort (including negligence), contract, or otherwise,
785
+ unless required by applicable law (such as deliberate and grossly
786
+ negligent acts) or agreed to in writing, shall any Contributor be
787
+ liable to You for damages, including any direct, indirect, special,
788
+ incidental, or consequential damages of any character arising as a
789
+ result of this License or out of the use or inability to use the
790
+ Work (including but not limited to damages for loss of goodwill,
791
+ work stoppage, computer failure or malfunction, or any and all
792
+ other commercial damages or losses), even if such Contributor
793
+ has been advised of the possibility of such damages.
794
+
795
+ 9. Accepting Warranty or Additional Liability. While redistributing
796
+ the Work or Derivative Works thereof, You may choose to offer,
797
+ and charge a fee for, acceptance of support, warranty, indemnity,
798
+ or other liability obligations and/or rights consistent with this
799
+ License. However, in accepting such obligations, You may act only
800
+ on Your own behalf and on Your sole responsibility, not on behalf
801
+ of any other Contributor, and only if You agree to indemnify,
802
+ defend, and hold each Contributor harmless for any liability
803
+ incurred by, or claims asserted against, such Contributor by reason
804
+ of your accepting any such warranty or additional liability.
805
+
806
+ END OF TERMS AND CONDITIONS
807
+
808
+
809
+ reflect-metadata
810
+ Apache-2.0
811
+ Apache License
812
+
813
+ Version 2.0, January 2004
814
+
815
+ http://www.apache.org/licenses/
816
+
817
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
818
+
819
+ 1. Definitions.
820
+
821
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
822
+
823
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
824
+
825
+ "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.
826
+
827
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
828
+
829
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
830
+
831
+ "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.
832
+
833
+ "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).
834
+
835
+ "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.
836
+
837
+ "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."
838
+
839
+ "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.
840
+
841
+ 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.
842
+
843
+ 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.
844
+
845
+ 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:
846
+
847
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
848
+
849
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
850
+
851
+ 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
852
+
853
+ 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.
854
+
855
+ 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.
856
+
857
+ 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.
858
+
859
+ 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.
860
+
861
+ 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.
862
+
863
+ 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.
864
+
865
+ END OF TERMS AND CONDITIONS
866
+
867
+ rxjs
868
+ Apache-2.0
869
+ Apache License
870
+ Version 2.0, January 2004
871
+ http://www.apache.org/licenses/
872
+
873
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
874
+
875
+ 1. Definitions.
876
+
877
+ "License" shall mean the terms and conditions for use, reproduction,
878
+ and distribution as defined by Sections 1 through 9 of this document.
879
+
880
+ "Licensor" shall mean the copyright owner or entity authorized by
881
+ the copyright owner that is granting the License.
882
+
883
+ "Legal Entity" shall mean the union of the acting entity and all
884
+ other entities that control, are controlled by, or are under common
885
+ control with that entity. For the purposes of this definition,
886
+ "control" means (i) the power, direct or indirect, to cause the
887
+ direction or management of such entity, whether by contract or
888
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
889
+ outstanding shares, or (iii) beneficial ownership of such entity.
890
+
891
+ "You" (or "Your") shall mean an individual or Legal Entity
892
+ exercising permissions granted by this License.
893
+
894
+ "Source" form shall mean the preferred form for making modifications,
895
+ including but not limited to software source code, documentation
896
+ source, and configuration files.
897
+
898
+ "Object" form shall mean any form resulting from mechanical
899
+ transformation or translation of a Source form, including but
900
+ not limited to compiled object code, generated documentation,
901
+ and conversions to other media types.
902
+
903
+ "Work" shall mean the work of authorship, whether in Source or
904
+ Object form, made available under the License, as indicated by a
905
+ copyright notice that is included in or attached to the work
906
+ (an example is provided in the Appendix below).
907
+
908
+ "Derivative Works" shall mean any work, whether in Source or Object
909
+ form, that is based on (or derived from) the Work and for which the
910
+ editorial revisions, annotations, elaborations, or other modifications
911
+ represent, as a whole, an original work of authorship. For the purposes
912
+ of this License, Derivative Works shall not include works that remain
913
+ separable from, or merely link (or bind by name) to the interfaces of,
914
+ the Work and Derivative Works thereof.
915
+
916
+ "Contribution" shall mean any work of authorship, including
917
+ the original version of the Work and any modifications or additions
918
+ to that Work or Derivative Works thereof, that is intentionally
919
+ submitted to Licensor for inclusion in the Work by the copyright owner
920
+ or by an individual or Legal Entity authorized to submit on behalf of
921
+ the copyright owner. For the purposes of this definition, "submitted"
922
+ means any form of electronic, verbal, or written communication sent
923
+ to the Licensor or its representatives, including but not limited to
924
+ communication on electronic mailing lists, source code control systems,
925
+ and issue tracking systems that are managed by, or on behalf of, the
926
+ Licensor for the purpose of discussing and improving the Work, but
927
+ excluding communication that is conspicuously marked or otherwise
928
+ designated in writing by the copyright owner as "Not a Contribution."
929
+
930
+ "Contributor" shall mean Licensor and any individual or Legal Entity
931
+ on behalf of whom a Contribution has been received by Licensor and
932
+ subsequently incorporated within the Work.
933
+
934
+ 2. Grant of Copyright License. Subject to the terms and conditions of
935
+ this License, each Contributor hereby grants to You a perpetual,
936
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
937
+ copyright license to reproduce, prepare Derivative Works of,
938
+ publicly display, publicly perform, sublicense, and distribute the
939
+ Work and such Derivative Works in Source or Object form.
940
+
941
+ 3. Grant of Patent License. Subject to the terms and conditions of
942
+ this License, each Contributor hereby grants to You a perpetual,
943
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
944
+ (except as stated in this section) patent license to make, have made,
945
+ use, offer to sell, sell, import, and otherwise transfer the Work,
946
+ where such license applies only to those patent claims licensable
947
+ by such Contributor that are necessarily infringed by their
948
+ Contribution(s) alone or by combination of their Contribution(s)
949
+ with the Work to which such Contribution(s) was submitted. If You
950
+ institute patent litigation against any entity (including a
951
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
952
+ or a Contribution incorporated within the Work constitutes direct
953
+ or contributory patent infringement, then any patent licenses
954
+ granted to You under this License for that Work shall terminate
955
+ as of the date such litigation is filed.
956
+
957
+ 4. Redistribution. You may reproduce and distribute copies of the
958
+ Work or Derivative Works thereof in any medium, with or without
959
+ modifications, and in Source or Object form, provided that You
960
+ meet the following conditions:
961
+
962
+ (a) You must give any other recipients of the Work or
963
+ Derivative Works a copy of this License; and
964
+
965
+ (b) You must cause any modified files to carry prominent notices
966
+ stating that You changed the files; and
967
+
968
+ (c) You must retain, in the Source form of any Derivative Works
969
+ that You distribute, all copyright, patent, trademark, and
970
+ attribution notices from the Source form of the Work,
971
+ excluding those notices that do not pertain to any part of
972
+ the Derivative Works; and
973
+
974
+ (d) If the Work includes a "NOTICE" text file as part of its
975
+ distribution, then any Derivative Works that You distribute must
976
+ include a readable copy of the attribution notices contained
977
+ within such NOTICE file, excluding those notices that do not
978
+ pertain to any part of the Derivative Works, in at least one
979
+ of the following places: within a NOTICE text file distributed
980
+ as part of the Derivative Works; within the Source form or
981
+ documentation, if provided along with the Derivative Works; or,
982
+ within a display generated by the Derivative Works, if and
983
+ wherever such third-party notices normally appear. The contents
984
+ of the NOTICE file are for informational purposes only and
985
+ do not modify the License. You may add Your own attribution
986
+ notices within Derivative Works that You distribute, alongside
987
+ or as an addendum to the NOTICE text from the Work, provided
988
+ that such additional attribution notices cannot be construed
989
+ as modifying the License.
990
+
991
+ You may add Your own copyright statement to Your modifications and
992
+ may provide additional or different license terms and conditions
993
+ for use, reproduction, or distribution of Your modifications, or
994
+ for any such Derivative Works as a whole, provided Your use,
995
+ reproduction, and distribution of the Work otherwise complies with
996
+ the conditions stated in this License.
997
+
998
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
999
+ any Contribution intentionally submitted for inclusion in the Work
1000
+ by You to the Licensor shall be under the terms and conditions of
1001
+ this License, without any additional terms or conditions.
1002
+ Notwithstanding the above, nothing herein shall supersede or modify
1003
+ the terms of any separate license agreement you may have executed
1004
+ with Licensor regarding such Contributions.
1005
+
1006
+ 6. Trademarks. This License does not grant permission to use the trade
1007
+ names, trademarks, service marks, or product names of the Licensor,
1008
+ except as required for reasonable and customary use in describing the
1009
+ origin of the Work and reproducing the content of the NOTICE file.
1010
+
1011
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1012
+ agreed to in writing, Licensor provides the Work (and each
1013
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1014
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1015
+ implied, including, without limitation, any warranties or conditions
1016
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1017
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1018
+ appropriateness of using or redistributing the Work and assume any
1019
+ risks associated with Your exercise of permissions under this License.
1020
+
1021
+ 8. Limitation of Liability. In no event and under no legal theory,
1022
+ whether in tort (including negligence), contract, or otherwise,
1023
+ unless required by applicable law (such as deliberate and grossly
1024
+ negligent acts) or agreed to in writing, shall any Contributor be
1025
+ liable to You for damages, including any direct, indirect, special,
1026
+ incidental, or consequential damages of any character arising as a
1027
+ result of this License or out of the use or inability to use the
1028
+ Work (including but not limited to damages for loss of goodwill,
1029
+ work stoppage, computer failure or malfunction, or any and all
1030
+ other commercial damages or losses), even if such Contributor
1031
+ has been advised of the possibility of such damages.
1032
+
1033
+ 9. Accepting Warranty or Additional Liability. While redistributing
1034
+ the Work or Derivative Works thereof, You may choose to offer,
1035
+ and charge a fee for, acceptance of support, warranty, indemnity,
1036
+ or other liability obligations and/or rights consistent with this
1037
+ License. However, in accepting such obligations, You may act only
1038
+ on Your own behalf and on Your sole responsibility, not on behalf
1039
+ of any other Contributor, and only if You agree to indemnify,
1040
+ defend, and hold each Contributor harmless for any liability
1041
+ incurred by, or claims asserted against, such Contributor by reason
1042
+ of your accepting any such warranty or additional liability.
1043
+
1044
+ END OF TERMS AND CONDITIONS
1045
+
1046
+ APPENDIX: How to apply the Apache License to your work.
1047
+
1048
+ To apply the Apache License to your work, attach the following
1049
+ boilerplate notice, with the fields enclosed by brackets "[]"
1050
+ replaced with your own identifying information. (Don't include
1051
+ the brackets!) The text should be enclosed in the appropriate
1052
+ comment syntax for the file format. We also recommend that a
1053
+ file or class name and description of purpose be included on the
1054
+ same "printed page" as the copyright notice for easier
1055
+ identification within third-party archives.
1056
+
1057
+ Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
1058
+
1059
+ Licensed under the Apache License, Version 2.0 (the "License");
1060
+ you may not use this file except in compliance with the License.
1061
+ You may obtain a copy of the License at
1062
+
1063
+ http://www.apache.org/licenses/LICENSE-2.0
1064
+
1065
+ Unless required by applicable law or agreed to in writing, software
1066
+ distributed under the License is distributed on an "AS IS" BASIS,
1067
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1068
+ See the License for the specific language governing permissions and
1069
+ limitations under the License.
1070
+
1071
+
1072
+
1073
+ signature_pad
1074
+ MIT
1075
+ MIT License
1076
+
1077
+ Copyright (c) 2018 Szymon Nowak
1078
+
1079
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1080
+ of this software and associated documentation files (the "Software"), to deal
1081
+ in the Software without restriction, including without limitation the rights
1082
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1083
+ copies of the Software, and to permit persons to whom the Software is
1084
+ furnished to do so, subject to the following conditions:
1085
+
1086
+ The above copyright notice and this permission notice shall be included in all
1087
+ copies or substantial portions of the Software.
1088
+
1089
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1090
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1091
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1092
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1093
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1094
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1095
+ SOFTWARE.
1096
+
1097
+
1098
+ three
1099
+ MIT
1100
+ The MIT License
1101
+
1102
+ Copyright © 2010-2021 three.js authors
1103
+
1104
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1105
+ of this software and associated documentation files (the "Software"), to deal
1106
+ in the Software without restriction, including without limitation the rights
1107
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1108
+ copies of the Software, and to permit persons to whom the Software is
1109
+ furnished to do so, subject to the following conditions:
1110
+
1111
+ The above copyright notice and this permission notice shall be included in
1112
+ all copies or substantial portions of the Software.
1113
+
1114
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1115
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1116
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1117
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1118
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1119
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1120
+ THE SOFTWARE.
1121
+
1122
+
1123
+ tslib
1124
+ 0BSD
1125
+ Copyright (c) Microsoft Corporation.
1126
+
1127
+ Permission to use, copy, modify, and/or distribute this software for any
1128
+ purpose with or without fee is hereby granted.
1129
+
1130
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1131
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1132
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1133
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1134
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1135
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1136
+ PERFORMANCE OF THIS SOFTWARE.
1137
+
1138
+ zone.js
1139
+ MIT
1140
+ The MIT License
1141
+
1142
+ Copyright (c) 2010-2022 Google LLC. https://angular.io/license
1143
+
1144
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1145
+ of this software and associated documentation files (the "Software"), to deal
1146
+ in the Software without restriction, including without limitation the rights
1147
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1148
+ copies of the Software, and to permit persons to whom the Software is
1149
+ furnished to do so, subject to the following conditions:
1150
+
1151
+ The above copyright notice and this permission notice shall be included in
1152
+ all copies or substantial portions of the Software.
1153
+
1154
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1155
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1156
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1157
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1158
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1159
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1160
+ THE SOFTWARE.