Skip to content

Commit 1856951

Browse files
committed
add missing
1 parent 530d351 commit 1856951

5 files changed

+231
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*!
2+
* Determine if an object is a Buffer
3+
*
4+
* @author Feross Aboukhadijeh <https://feross.org>
5+
* @license MIT
6+
*/
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
/*! https://mths.be/punycode v1.4.1 by @mathias */
9+
10+
/**
11+
* @license
12+
* Copyright 2019 Google LLC
13+
* SPDX-License-Identifier: Apache-2.0
14+
*/
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*! *****************************************************************************
2+
Copyright (c) Microsoft Corporation.
3+
4+
Permission to use, copy, modify, and/or distribute this software for any
5+
purpose with or without fee is hereby granted.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13+
PERFORMANCE OF THIS SOFTWARE.
14+
***************************************************************************** */
Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
/*!
2+
Copyright (c) 2018 Jed Watson.
3+
Licensed under the MIT License (MIT), see
4+
http://jedwatson.github.io/classnames
5+
*/
6+
7+
/*!
8+
Copyright (c) 2015 Jed Watson.
9+
Based on code that is Copyright 2013-2015, Facebook, Inc.
10+
All rights reserved.
11+
*/
12+
13+
/*!
14+
* Adapted from jQuery UI core
15+
*
16+
* http://jqueryui.com
17+
*
18+
* Copyright 2014 jQuery Foundation and other contributors
19+
* Released under the MIT license.
20+
* http://jquery.org/license
21+
*
22+
* http://api.jqueryui.com/category/ui-core/
23+
*/
24+
25+
/*!
26+
* The buffer module from node.js, for the browser.
27+
*
28+
* @author Feross Aboukhadijeh <http://feross.org>
29+
* @license MIT
30+
*/
31+
32+
/*!
33+
* The buffer module from node.js, for the browser.
34+
*
35+
* @author Feross Aboukhadijeh <https://feross.org>
36+
* @license MIT
37+
*/
38+
39+
/*!
40+
* validate.js 0.12.0
41+
*
42+
* (c) 2013-2017 Nicklas Ansman, 2013 Wrapp
43+
* Validate.js may be freely distributed under the MIT license.
44+
* For all details and documentation:
45+
* http://validatejs.org/
46+
*/
47+
48+
/*!
49+
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
50+
Code licensed under the BSD License:
51+
http://developer.yahoo.com/yui/license.html
52+
version: 2.9.0
53+
*/
54+
55+
/*! (c) Stefan Thomas | https://github.com/bitcoinjs/bitcoinjs-lib
56+
*/
57+
58+
/*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/
59+
*/
60+
61+
/*! *****************************************************************************
62+
Copyright (c) Microsoft Corporation. All rights reserved.
63+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
64+
this file except in compliance with the License. You may obtain a copy of the
65+
License at http://www.apache.org/licenses/LICENSE-2.0
66+
67+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
68+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
69+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
70+
MERCHANTABLITY OR NON-INFRINGEMENT.
71+
72+
See the Apache Version 2.0 License for specific language governing permissions
73+
and limitations under the License.
74+
***************************************************************************** */
75+
76+
/*! CryptoJS v3.1.2 core-fix.js
77+
* code.google.com/p/crypto-js
78+
* (c) 2009-2013 by Jeff Mott. All rights reserved.
79+
* code.google.com/p/crypto-js/wiki/License
80+
* THIS IS FIX of 'core.js' to fix Hmac issue.
81+
* https://code.google.com/p/crypto-js/issues/detail?id=84
82+
* https://crypto-js.googlecode.com/svn-history/r667/branches/3.x/src/core.js
83+
*/
84+
85+
/*! Mike Samuel (c) 2009 | code.google.com/p/json-sans-eval
86+
*/
87+
88+
/*! cornerstone-math - 0.1.10 - 2022-06-09 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/cornerstoneMath */
89+
90+
/*! dicom-parser - 1.8.12 - 2023-02-20 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/dicomParser */
91+
92+
/*! https://mths.be/punycode v1.4.1 by @mathias */
93+
94+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
95+
96+
/*! pako 2.0.4 https://github.com/nodeca/pako @license (MIT AND Zlib) */
97+
98+
/*! shepherd.js 13.0.3 */
99+
100+
/**
101+
* @license
102+
* Copyright 2019 Google LLC
103+
* SPDX-License-Identifier: Apache-2.0
104+
*/
105+
106+
/**
107+
* @license React
108+
* react-dom.production.min.js
109+
*
110+
* Copyright (c) Facebook, Inc. and its affiliates.
111+
*
112+
* This source code is licensed under the MIT license found in the
113+
* LICENSE file in the root directory of this source tree.
114+
*/
115+
116+
/**
117+
* @license React
118+
* react-jsx-runtime.production.min.js
119+
*
120+
* Copyright (c) Facebook, Inc. and its affiliates.
121+
*
122+
* This source code is licensed under the MIT license found in the
123+
* LICENSE file in the root directory of this source tree.
124+
*/
125+
126+
/**
127+
* @license React
128+
* react.production.min.js
129+
*
130+
* Copyright (c) Facebook, Inc. and its affiliates.
131+
*
132+
* This source code is licensed under the MIT license found in the
133+
* LICENSE file in the root directory of this source tree.
134+
*/
135+
136+
/**
137+
* @license React
138+
* scheduler.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+
/**
147+
* @license lucide-react v0.379.0 - ISC
148+
*
149+
* This source code is licensed under the ISC license.
150+
* See the LICENSE file in the root directory of this source tree.
151+
*/
152+
153+
/**
154+
* @remix-run/router v1.19.2
155+
*
156+
* Copyright (c) Remix Software Inc.
157+
*
158+
* This source code is licensed under the MIT license found in the
159+
* LICENSE.md file in the root directory of this source tree.
160+
*
161+
* @license MIT
162+
*/
163+
164+
/**
165+
* React Router DOM v6.26.2
166+
*
167+
* Copyright (c) Remix Software Inc.
168+
*
169+
* This source code is licensed under the MIT license found in the
170+
* LICENSE.md file in the root directory of this source tree.
171+
*
172+
* @license MIT
173+
*/
174+
175+
/**
176+
* React Router v6.26.2
177+
*
178+
* Copyright (c) Remix Software Inc.
179+
*
180+
* This source code is licensed under the MIT license found in the
181+
* LICENSE.md file in the root directory of this source tree.
182+
*
183+
* @license MIT
184+
*/
185+
186+
/** @license React v16.13.1
187+
* react-is.production.min.js
188+
*
189+
* Copyright (c) Facebook, Inc. and its affiliates.
190+
*
191+
* This source code is licensed under the MIT license found in the
192+
* LICENSE file in the root directory of this source tree.
193+
*/
194+
195+
//! moment.js
196+
197+
//! moment.js locale configuration

public/ort/ort-wasm-simd.wasm

10.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)