meeting-pane 2.5.1-b5aaef32 → 2.5.1-fa7f4e11
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.
- package/dist/789.meetingPane.js +1 -0
- package/dist/841.meetingPane.js +3 -0
- package/dist/841.meetingPane.js.LICENSE.txt +58 -0
- package/dist/841.meetingPane.js.map +1 -0
- package/dist/meetingPane.js +3 -0
- package/dist/meetingPane.js.LICENSE.txt +57 -0
- package/dist/meetingPane.js.map +1 -0
- package/package.json +17 -22
- package/lib/meetingDetailsForm.js +0 -4
- package/lib/meetingDetailsForm.js.map +0 -1
- package/lib/meetingPane.js +0 -950
- package/lib/meetingPane.js.map +0 -1
- package/lib/versionInfo.js +0 -38
- package/lib/versionInfo.js.map +0 -1
- package/src/meetingDetailsForm.js +0 -82
- package/src/meetingDetailsForm.ttl +0 -81
- package/src/meetingPane.js +0 -1220
- package/src/versionInfo.ts +0 -32
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* The buffer module from node.js, for the browser.
|
|
3
|
+
*
|
|
4
|
+
* @author Feross Aboukhadijeh <http://feross.org>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*!
|
|
9
|
+
* The buffer module from node.js, for the browser.
|
|
10
|
+
*
|
|
11
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
12
|
+
* @license MIT
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/*!
|
|
16
|
+
* escape-html
|
|
17
|
+
* Copyright(c) 2012-2013 TJ Holowaychuk
|
|
18
|
+
* Copyright(c) 2015 Andreas Lubbe
|
|
19
|
+
* Copyright(c) 2015 Tiancheng "Timothy" Gu
|
|
20
|
+
* MIT Licensed
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
/*!
|
|
24
|
+
* mime-db
|
|
25
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
26
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
27
|
+
* MIT Licensed
|
|
28
|
+
*/
|
|
29
|
+
|
|
30
|
+
/*!
|
|
31
|
+
* mime-types
|
|
32
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
33
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
34
|
+
* MIT Licensed
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
/*! (c) Stefan Thomas | https://github.com/bitcoinjs/bitcoinjs-lib
|
|
38
|
+
*/
|
|
39
|
+
|
|
40
|
+
/*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/
|
|
41
|
+
*/
|
|
42
|
+
|
|
43
|
+
/*! Mike Samuel (c) 2009 | code.google.com/p/json-sans-eval
|
|
44
|
+
*/
|
|
45
|
+
|
|
46
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
47
|
+
|
|
48
|
+
/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
49
|
+
|
|
50
|
+
/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
51
|
+
|
|
52
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @version IconicMultiSelect v0.7.0
|
|
56
|
+
* @licence MIT
|
|
57
|
+
*/
|