1
- /*! https://mths.be/regenerate v1.3.3 by @mathias | MIT license */
2
-
3
- /**
4
- * A better abstraction over CSS.
5
- *
6
- * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
7
- * @website https://github.com/cssinjs/jss
8
- * @license MIT
9
- */
10
-
11
1
/*
12
2
object-assign
13
3
(c) Sindre Sorhus
14
4
@license MIT
15
5
*/
16
6
17
7
/*!
18
- * The buffer module from node.js, for the browser.
19
- *
20
- * @author Feross Aboukhadijeh <
[email protected] > <http://feross.org>
21
- * @license MIT
22
- */
8
+ Copyright (c) 2018 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
23
12
24
13
/*!
25
14
* @overview es6-promise - a tiny implementation of Promises/A+.
@@ -29,8 +18,42 @@ object-assign
29
18
* @version v4.2.8+1e68dce6
30
19
*/
31
20
32
- /** @license React v16.8.6
33
- * react-dom.production.min.js
21
+ /*!
22
+ * The buffer module from node.js, for the browser.
23
+ *
24
+ * @author Feross Aboukhadijeh <
[email protected] > <http://feross.org>
25
+ * @license MIT
26
+ */
27
+
28
+ /*!
29
+ * regjsgen 0.5.2
30
+ * Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>
31
+ * Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE-MIT.txt>
32
+ */
33
+
34
+ /*! clipboard-copy. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
35
+
36
+ /*! https://mths.be/regenerate v1.4.2 by @mathias | MIT license */
37
+
38
+ /**
39
+ * A better abstraction over CSS.
40
+ *
41
+ * @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
42
+ * @website https://github.com/cssinjs/jss
43
+ * @license MIT
44
+ */
45
+
46
+ /**
47
+ * Prism: Lightweight, robust, elegant syntax highlighting
48
+ *
49
+ * @license MIT <https://opensource.org/licenses/MIT>
50
+ * @author Lea Verou <https://lea.verou.me>
51
+ * @namespace
52
+ * @public
53
+ */
54
+
55
+ /** @license React v0.13.6
56
+ * scheduler.production.min.js
34
57
*
35
58
* Copyright (c) Facebook, Inc. and its affiliates.
36
59
*
@@ -39,25 +62,19 @@ object-assign
39
62
*/
40
63
41
64
/** @license React v16.8.6
42
- * react.production.min.js
65
+ * react-dom .production.min.js
43
66
*
44
67
* Copyright (c) Facebook, Inc. and its affiliates.
45
68
*
46
69
* This source code is licensed under the MIT license found in the
47
70
* LICENSE file in the root directory of this source tree.
48
71
*/
49
72
50
- /** @license React v0.13 .6
51
- * scheduler .production.min.js
73
+ /** @license React v16.8 .6
74
+ * react .production.min.js
52
75
*
53
76
* Copyright (c) Facebook, Inc. and its affiliates.
54
77
*
55
78
* This source code is licensed under the MIT license found in the
56
79
* LICENSE file in the root directory of this source tree.
57
80
*/
58
-
59
- /*!
60
- * regjsgen 0.5.1
61
- * Copyright 2014-2019 Benjamin Tan <https://bnjmnt4n.now.sh/>
62
- * Available under MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE>
63
- */
0 commit comments