altair-static 5.0.21 → 5.0.23
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/build/dist/3rdpartylicenses.txt +68 -51
- package/build/dist/main.js +1 -1
- package/build/dist/styles.css +1 -1
- package/package.json +26 -31
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
@altairgraphql/api-utils
|
|
2
2
|
MIT
|
|
3
3
|
|
|
4
|
+
@altairgraphql/electron-interop
|
|
5
|
+
MIT
|
|
6
|
+
|
|
4
7
|
@angular/animations
|
|
5
8
|
MIT
|
|
6
9
|
|
|
@@ -2117,6 +2120,36 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
2117
2120
|
THE SOFTWARE.
|
|
2118
2121
|
|
|
2119
2122
|
|
|
2123
|
+
bignumber.js
|
|
2124
|
+
MIT
|
|
2125
|
+
The MIT License (MIT)
|
|
2126
|
+
=====================
|
|
2127
|
+
|
|
2128
|
+
Copyright © `<2022>` `Michael Mclaughlin`
|
|
2129
|
+
|
|
2130
|
+
Permission is hereby granted, free of charge, to any person
|
|
2131
|
+
obtaining a copy of this software and associated documentation
|
|
2132
|
+
files (the “Software”), to deal in the Software without
|
|
2133
|
+
restriction, including without limitation the rights to use,
|
|
2134
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2135
|
+
copies of the Software, and to permit persons to whom the
|
|
2136
|
+
Software is furnished to do so, subject to the following
|
|
2137
|
+
conditions:
|
|
2138
|
+
|
|
2139
|
+
The above copyright notice and this permission notice shall be
|
|
2140
|
+
included in all copies or substantial portions of the Software.
|
|
2141
|
+
|
|
2142
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
|
|
2143
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
2144
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
2145
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
2146
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2147
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
2148
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
2149
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
2150
|
+
|
|
2151
|
+
|
|
2152
|
+
|
|
2120
2153
|
buffer
|
|
2121
2154
|
MIT
|
|
2122
2155
|
The MIT License (MIT)
|
|
@@ -2242,6 +2275,17 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
2242
2275
|
SOFTWARE.
|
|
2243
2276
|
|
|
2244
2277
|
|
|
2278
|
+
color-name
|
|
2279
|
+
MIT
|
|
2280
|
+
The MIT License (MIT)
|
|
2281
|
+
Copyright (c) 2015 Dmitry Ivanov
|
|
2282
|
+
|
|
2283
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2284
|
+
|
|
2285
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2286
|
+
|
|
2287
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2288
|
+
|
|
2245
2289
|
comlink
|
|
2246
2290
|
Apache-2.0
|
|
2247
2291
|
|
|
@@ -2447,30 +2491,6 @@ Apache-2.0
|
|
|
2447
2491
|
See the License for the specific language governing permissions and
|
|
2448
2492
|
limitations under the License.
|
|
2449
2493
|
|
|
2450
|
-
convert-css-color-name-to-hex
|
|
2451
|
-
MIT
|
|
2452
|
-
The MIT License (MIT)
|
|
2453
|
-
|
|
2454
|
-
Copyright (c) 2015 Dustin Specker
|
|
2455
|
-
|
|
2456
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2457
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2458
|
-
in the Software without restriction, including without limitation the rights
|
|
2459
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2460
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2461
|
-
furnished to do so, subject to the following conditions:
|
|
2462
|
-
|
|
2463
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2464
|
-
copies or substantial portions of the Software.
|
|
2465
|
-
|
|
2466
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2467
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2468
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2469
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2470
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2471
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2472
|
-
SOFTWARE.
|
|
2473
|
-
|
|
2474
2494
|
core-js
|
|
2475
2495
|
MIT
|
|
2476
2496
|
Copyright (c) 2014-2020 Denis Pushkarev
|
|
@@ -2570,9 +2590,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
2570
2590
|
THE SOFTWARE.
|
|
2571
2591
|
|
|
2572
2592
|
|
|
2573
|
-
css-color-names
|
|
2574
|
-
MIT
|
|
2575
|
-
|
|
2576
2593
|
curlup
|
|
2577
2594
|
MIT
|
|
2578
2595
|
|
|
@@ -3861,30 +3878,6 @@ SOFTWARE.
|
|
|
3861
3878
|
|
|
3862
3879
|
|
|
3863
3880
|
|
|
3864
|
-
is-css-color-name
|
|
3865
|
-
MIT
|
|
3866
|
-
The MIT License (MIT)
|
|
3867
|
-
|
|
3868
|
-
Copyright (c) 2015 Dustin Specker
|
|
3869
|
-
|
|
3870
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3871
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3872
|
-
in the Software without restriction, including without limitation the rights
|
|
3873
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3874
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3875
|
-
furnished to do so, subject to the following conditions:
|
|
3876
|
-
|
|
3877
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3878
|
-
copies or substantial portions of the Software.
|
|
3879
|
-
|
|
3880
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3881
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3882
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3883
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3884
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3885
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3886
|
-
SOFTWARE.
|
|
3887
|
-
|
|
3888
3881
|
is-generator-function
|
|
3889
3882
|
MIT
|
|
3890
3883
|
The MIT License (MIT)
|
|
@@ -4002,6 +3995,30 @@ See the License for the specific language governing permissions and
|
|
|
4002
3995
|
limitations under the License.
|
|
4003
3996
|
|
|
4004
3997
|
|
|
3998
|
+
json-bigint
|
|
3999
|
+
MIT
|
|
4000
|
+
The MIT License (MIT)
|
|
4001
|
+
|
|
4002
|
+
Copyright (c) 2013 Andrey Sidorov
|
|
4003
|
+
|
|
4004
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4005
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
4006
|
+
the Software without restriction, including without limitation the rights to
|
|
4007
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4008
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4009
|
+
subject to the following conditions:
|
|
4010
|
+
|
|
4011
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4012
|
+
copies or substantial portions of the Software.
|
|
4013
|
+
|
|
4014
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4015
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4016
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4017
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4018
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4019
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4020
|
+
|
|
4021
|
+
|
|
4005
4022
|
json-schema
|
|
4006
4023
|
AFLv2.1
|
|
4007
4024
|
|