@moveo-ai/web-client 0.15.2
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/README.md +17 -0
- package/dist/index.html +38 -0
- package/dist/report.html +38 -0
- package/dist/stats.html +196 -0
- package/dist/web-client.min.js +3 -0
- package/dist/web-client.min.js.LICENSE.txt +30 -0
- package/dist/web-client.min.js.map +1 -0
- package/package.json +175 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2015 Jed Watson.
|
|
3
|
+
Based on code that is Copyright 2013-2015, Facebook, Inc.
|
|
4
|
+
All rights reserved.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
Copyright (c) 2018 Jed Watson.
|
|
9
|
+
Licensed under the MIT License (MIT), see
|
|
10
|
+
http://jedwatson.github.io/classnames
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/*!
|
|
14
|
+
*
|
|
15
|
+
* @moveo-ai/web-client v0.15.2
|
|
16
|
+
* Copyright (c) Moveo.AI (TM)
|
|
17
|
+
*
|
|
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
|
+
*/
|