@jbrowse/react-app2 4.1.1 → 4.1.4
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/react-app.umd.production.min.js +229 -0
- package/dist/react-app.umd.production.min.js.LICENSE.txt +145 -0
- package/dist/react-app.umd.production.min.js.map +1 -0
- package/esm/jbrowseModel.d.ts +14 -14
- package/esm/sessionModel/index.d.ts +76 -76
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +36 -35
- package/LICENSE +0 -201
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Determine if an object is a Buffer
|
|
3
|
+
*
|
|
4
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*!
|
|
9
|
+
* escape-html
|
|
10
|
+
* Copyright(c) 2012-2013 TJ Holowaychuk
|
|
11
|
+
* Copyright(c) 2015 Andreas Lubbe
|
|
12
|
+
* Copyright(c) 2015 Tiancheng "Timothy" Gu
|
|
13
|
+
* MIT Licensed
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
/*!
|
|
17
|
+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
18
|
+
*
|
|
19
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
20
|
+
* Released under the MIT License.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
/*!
|
|
24
|
+
* is-primitive <https://github.com/jonschlinkert/is-primitive>
|
|
25
|
+
*
|
|
26
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
27
|
+
* Released under the MIT License.
|
|
28
|
+
*/
|
|
29
|
+
|
|
30
|
+
/*!
|
|
31
|
+
* isobject <https://github.com/jonschlinkert/isobject>
|
|
32
|
+
*
|
|
33
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
34
|
+
* Released under the MIT License.
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
/*!
|
|
38
|
+
* set-value <https://github.com/jonschlinkert/set-value>
|
|
39
|
+
*
|
|
40
|
+
* Copyright (c) Jon Schlinkert (https://github.com/jonschlinkert).
|
|
41
|
+
* Released under the MIT License.
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
/*! @license DOMPurify 3.3.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.1/LICENSE */
|
|
45
|
+
|
|
46
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @license React
|
|
50
|
+
* react-compiler-runtime.production.js
|
|
51
|
+
*
|
|
52
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
53
|
+
*
|
|
54
|
+
* This source code is licensed under the MIT license found in the
|
|
55
|
+
* LICENSE file in the root directory of this source tree.
|
|
56
|
+
*/
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @license React
|
|
60
|
+
* react-dom-client.production.js
|
|
61
|
+
*
|
|
62
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
63
|
+
*
|
|
64
|
+
* This source code is licensed under the MIT license found in the
|
|
65
|
+
* LICENSE file in the root directory of this source tree.
|
|
66
|
+
*/
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* @license React
|
|
70
|
+
* react-dom.production.js
|
|
71
|
+
*
|
|
72
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
73
|
+
*
|
|
74
|
+
* This source code is licensed under the MIT license found in the
|
|
75
|
+
* LICENSE file in the root directory of this source tree.
|
|
76
|
+
*/
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @license React
|
|
80
|
+
* react-is.production.js
|
|
81
|
+
*
|
|
82
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
83
|
+
*
|
|
84
|
+
* This source code is licensed under the MIT license found in the
|
|
85
|
+
* LICENSE file in the root directory of this source tree.
|
|
86
|
+
*/
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* @license React
|
|
90
|
+
* react-jsx-runtime.production.js
|
|
91
|
+
*
|
|
92
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
93
|
+
*
|
|
94
|
+
* This source code is licensed under the MIT license found in the
|
|
95
|
+
* LICENSE file in the root directory of this source tree.
|
|
96
|
+
*/
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* @license React
|
|
100
|
+
* react.production.js
|
|
101
|
+
*
|
|
102
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
103
|
+
*
|
|
104
|
+
* This source code is licensed under the MIT license found in the
|
|
105
|
+
* LICENSE file in the root directory of this source tree.
|
|
106
|
+
*/
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* @license React
|
|
110
|
+
* scheduler.production.js
|
|
111
|
+
*
|
|
112
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
113
|
+
*
|
|
114
|
+
* This source code is licensed under the MIT license found in the
|
|
115
|
+
* LICENSE file in the root directory of this source tree.
|
|
116
|
+
*/
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* @license React
|
|
120
|
+
* use-sync-external-store-shim.production.js
|
|
121
|
+
*
|
|
122
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
123
|
+
*
|
|
124
|
+
* This source code is licensed under the MIT license found in the
|
|
125
|
+
* LICENSE file in the root directory of this source tree.
|
|
126
|
+
*/
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* @license React
|
|
130
|
+
* use-sync-external-store-shim/with-selector.production.js
|
|
131
|
+
*
|
|
132
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
133
|
+
*
|
|
134
|
+
* This source code is licensed under the MIT license found in the
|
|
135
|
+
* LICENSE file in the root directory of this source tree.
|
|
136
|
+
*/
|
|
137
|
+
|
|
138
|
+
/** @license React v16.13.1
|
|
139
|
+
* react-is.production.min.js
|
|
140
|
+
*
|
|
141
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
142
|
+
*
|
|
143
|
+
* This source code is licensed under the MIT license found in the
|
|
144
|
+
* LICENSE file in the root directory of this source tree.
|
|
145
|
+
*/
|