decap-cms-app 2.16.0-beta.0

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.
@@ -0,0 +1,166 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ localForage -- Offline Storage, Improved
9
+ Version 1.10.0
10
+ https://localforage.github.io/localForage
11
+ (c) 2013-2017 Mozilla, Apache License 2.0
12
+ */
13
+
14
+ /*!
15
+ Copyright (c) 2015 Jed Watson.
16
+ Based on code that is Copyright 2013-2015, Facebook, Inc.
17
+ All rights reserved.
18
+ */
19
+
20
+ /*!
21
+ * Adapted from jQuery UI core
22
+ *
23
+ * http://jqueryui.com
24
+ *
25
+ * Copyright 2014 jQuery Foundation and other contributors
26
+ * Released under the MIT license.
27
+ * http://jquery.org/license
28
+ *
29
+ * http://api.jqueryui.com/category/ui-core/
30
+ */
31
+
32
+ /*!
33
+ * Determine if an object is a Buffer
34
+ *
35
+ * @author Feross Aboukhadijeh <https://feross.org>
36
+ * @license MIT
37
+ */
38
+
39
+ /*!
40
+ * The buffer module from node.js, for the browser.
41
+ *
42
+ * @author Feross Aboukhadijeh <https://feross.org>
43
+ * @license MIT
44
+ */
45
+
46
+ /*!
47
+ * is-extendable <https://github.com/jonschlinkert/is-extendable>
48
+ *
49
+ * Copyright (c) 2015, Jon Schlinkert.
50
+ * Licensed under the MIT License.
51
+ */
52
+
53
+ /*!
54
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
55
+ *
56
+ * Copyright (c) 2014-2017, Jon Schlinkert.
57
+ * Released under the MIT License.
58
+ */
59
+
60
+ /*!
61
+ * repeat-string <https://github.com/jonschlinkert/repeat-string>
62
+ *
63
+ * Copyright (c) 2014-2015, Jon Schlinkert.
64
+ * Licensed under the MIT License.
65
+ */
66
+
67
+ /*!
68
+ * strip-bom-string <https://github.com/jonschlinkert/strip-bom-string>
69
+ *
70
+ * Copyright (c) 2015, 2017, Jon Schlinkert.
71
+ * Released under the MIT License.
72
+ */
73
+
74
+ /*! *****************************************************************************
75
+ Copyright (c) Microsoft Corporation.
76
+
77
+ Permission to use, copy, modify, and/or distribute this software for any
78
+ purpose with or without fee is hereby granted.
79
+
80
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
81
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
82
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
83
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
84
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
85
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
86
+ PERFORMANCE OF THIS SOFTWARE.
87
+ ***************************************************************************** */
88
+
89
+ /*! @license DOMPurify 2.4.7 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.7/LICENSE */
90
+
91
+ /*! https://mths.be/punycode v1.4.1 by @mathias */
92
+
93
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
94
+
95
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
96
+
97
+ /*! topbar 0.1.4, 2020-04-27
98
+ * http://buunguyen.github.io/topbar
99
+ * Copyright (c) 2019 Buu Nguyen
100
+ * Licensed under the MIT License */
101
+
102
+ /**
103
+ * @license React
104
+ * react-is.production.min.js
105
+ *
106
+ * Copyright (c) Facebook, Inc. and its affiliates.
107
+ *
108
+ * This source code is licensed under the MIT license found in the
109
+ * LICENSE file in the root directory of this source tree.
110
+ */
111
+
112
+ /**
113
+ * [js-sha256]{@link https://github.com/emn178/js-sha256}
114
+ *
115
+ * @version 0.9.0
116
+ * @author Chen, Yi-Cyuan [emn178@gmail.com]
117
+ * @copyright Chen, Yi-Cyuan 2014-2017
118
+ * @license MIT
119
+ */
120
+
121
+ /**
122
+ * what-input - A global utility for tracking the current input method (mouse, keyboard or touch).
123
+ * @version v5.2.12
124
+ * @link https://github.com/ten1seven/what-input
125
+ * @license MIT
126
+ */
127
+
128
+ /** @license React v16.13.1
129
+ * react-is.production.min.js
130
+ *
131
+ * Copyright (c) Facebook, Inc. and its affiliates.
132
+ *
133
+ * This source code is licensed under the MIT license found in the
134
+ * LICENSE file in the root directory of this source tree.
135
+ */
136
+
137
+ /** @license React v16.14.0
138
+ * react-dom-server.browser.production.min.js
139
+ *
140
+ * Copyright (c) Facebook, Inc. and its affiliates.
141
+ *
142
+ * This source code is licensed under the MIT license found in the
143
+ * LICENSE file in the root directory of this source tree.
144
+ */
145
+
146
+ /** @license React v16.14.0
147
+ * react-jsx-runtime.production.min.js
148
+ *
149
+ * Copyright (c) Facebook, Inc. and its affiliates.
150
+ *
151
+ * This source code is licensed under the MIT license found in the
152
+ * LICENSE file in the root directory of this source tree.
153
+ */
154
+
155
+ /** @license React v17.0.2
156
+ * react-is.production.min.js
157
+ *
158
+ * Copyright (c) Facebook, Inc. and its affiliates.
159
+ *
160
+ * This source code is licensed under the MIT license found in the
161
+ * LICENSE file in the root directory of this source tree.
162
+ */
163
+
164
+ /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
165
+
166
+ //! moment.js