@potop/public-dashboard 0.1.7 → 0.1.8
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.
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
@license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
/*
|
|
8
|
+
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
|
|
9
|
+
* @license MIT
|
|
10
|
+
* @preserve Project Home: https://github.com/voidqk/polybooljs
|
|
11
|
+
*/
|
|
12
|
+
|
|
7
13
|
/*
|
|
8
14
|
* [js-sha512]{@link https://github.com/emn178/js-sha512}
|
|
9
15
|
*
|
|
@@ -30,44 +36,16 @@
|
|
|
30
36
|
http://jedwatson.github.io/classnames
|
|
31
37
|
*/
|
|
32
38
|
|
|
33
|
-
/*!
|
|
34
|
-
* Determine if an object is a Buffer
|
|
35
|
-
*
|
|
36
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
37
|
-
* @license MIT
|
|
38
|
-
*/
|
|
39
|
-
|
|
40
39
|
/*!
|
|
41
40
|
* React port of Cornelius library (based on v0.1 released under the MIT license)
|
|
42
41
|
* Original library: http://restorando.github.io/cornelius
|
|
43
42
|
*/
|
|
44
43
|
|
|
45
|
-
/*!
|
|
46
|
-
* The buffer module from node.js, for the browser.
|
|
47
|
-
*
|
|
48
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
49
|
-
* @license MIT
|
|
50
|
-
*/
|
|
51
|
-
|
|
52
44
|
/*!
|
|
53
45
|
* mustache.js - Logic-less {{mustache}} templates with JavaScript
|
|
54
46
|
* http://github.com/janl/mustache.js
|
|
55
47
|
*/
|
|
56
48
|
|
|
57
|
-
/*!
|
|
58
|
-
* pad-left <https://github.com/jonschlinkert/pad-left>
|
|
59
|
-
*
|
|
60
|
-
* Copyright (c) 2014-2015, Jon Schlinkert.
|
|
61
|
-
* Licensed under the MIT license.
|
|
62
|
-
*/
|
|
63
|
-
|
|
64
|
-
/*!
|
|
65
|
-
* repeat-string <https://github.com/jonschlinkert/repeat-string>
|
|
66
|
-
*
|
|
67
|
-
* Copyright (c) 2014-2015, Jon Schlinkert.
|
|
68
|
-
* Licensed under the MIT License.
|
|
69
|
-
*/
|
|
70
|
-
|
|
71
49
|
/*! @license DOMPurify 2.5.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.5.4/LICENSE */
|
|
72
50
|
|
|
73
51
|
/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.0.8/LICENSE */
|
|
@@ -80,61 +58,13 @@
|
|
|
80
58
|
* http://adamwdraper.github.com/Numeral-js/
|
|
81
59
|
*/
|
|
82
60
|
|
|
83
|
-
/*!
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
(*! Native Promise Only
|
|
87
|
-
v0.8.1 (c) Kyle Simpson
|
|
88
|
-
MIT License: http://getify.mit-license.org
|
|
89
|
-
*)
|
|
90
|
-
|
|
91
|
-
polybooljs/index.js:
|
|
92
|
-
(*
|
|
93
|
-
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
|
|
94
|
-
* @license MIT
|
|
95
|
-
* @preserve Project Home: https://github.com/voidqk/polybooljs
|
|
96
|
-
*)
|
|
97
|
-
|
|
98
|
-
ieee754/index.js:
|
|
99
|
-
(*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
100
|
-
|
|
101
|
-
buffer/index.js:
|
|
102
|
-
(*!
|
|
103
|
-
* The buffer module from node.js, for the browser.
|
|
104
|
-
*
|
|
105
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
106
|
-
* @license MIT
|
|
107
|
-
*)
|
|
108
|
-
|
|
109
|
-
safe-buffer/index.js:
|
|
110
|
-
(*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
111
|
-
|
|
112
|
-
assert/build/internal/util/comparisons.js:
|
|
113
|
-
(*!
|
|
114
|
-
* The buffer module from node.js, for the browser.
|
|
115
|
-
*
|
|
116
|
-
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|
117
|
-
* @license MIT
|
|
118
|
-
*)
|
|
119
|
-
|
|
120
|
-
object-assign/index.js:
|
|
121
|
-
(*
|
|
122
|
-
object-assign
|
|
123
|
-
(c) Sindre Sorhus
|
|
124
|
-
@license MIT
|
|
125
|
-
*)
|
|
126
|
-
|
|
127
|
-
maplibre-gl/dist/maplibre-gl.js:
|
|
128
|
-
(**
|
|
129
|
-
* MapLibre GL JS
|
|
130
|
-
* @license 3-Clause BSD. Full text of license: https://github.com/maplibre/maplibre-gl-js/blob/v4.7.1/LICENSE.txt
|
|
131
|
-
*)
|
|
61
|
+
/*! Native Promise Only
|
|
62
|
+
v0.8.1 (c) Kyle Simpson
|
|
63
|
+
MIT License: http://getify.mit-license.org
|
|
132
64
|
*/
|
|
133
65
|
|
|
134
66
|
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
135
67
|
|
|
136
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
137
|
-
|
|
138
68
|
/**
|
|
139
69
|
ColorBrewer colors for chroma.js
|
|
140
70
|
|
package/package.json
CHANGED