@file-viewer/renderer-data 3.0.3 → 3.1.0
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/vendor/avsc.NOTICE.txt +98 -5
- package/dist/vendor/avsc.cjs +2434 -519
- package/package.json +8 -7
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
assert@1.
|
|
1
|
+
assert@2.1.0
|
|
2
2
|
|
|
3
3
|
License: MIT
|
|
4
4
|
|
|
5
|
-
Source:
|
|
5
|
+
Source: browserify/commonjs-assert
|
|
6
6
|
|
|
7
7
|
--- LICENSE ---
|
|
8
8
|
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
@@ -202,7 +202,7 @@ IN THE SOFTWARE.
|
|
|
202
202
|
|
|
203
203
|
========================================
|
|
204
204
|
|
|
205
|
-
buffer@
|
|
205
|
+
buffer@6.0.3
|
|
206
206
|
|
|
207
207
|
License: MIT
|
|
208
208
|
|
|
@@ -360,6 +360,37 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
360
360
|
SOFTWARE.
|
|
361
361
|
|
|
362
362
|
|
|
363
|
+
========================================
|
|
364
|
+
|
|
365
|
+
define-properties@1.2.1
|
|
366
|
+
|
|
367
|
+
License: MIT
|
|
368
|
+
|
|
369
|
+
Source: git://github.com/ljharb/define-properties.git
|
|
370
|
+
|
|
371
|
+
--- LICENSE ---
|
|
372
|
+
The MIT License (MIT)
|
|
373
|
+
|
|
374
|
+
Copyright (C) 2015 Jordan Harband
|
|
375
|
+
|
|
376
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
377
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
378
|
+
in the Software without restriction, including without limitation the rights
|
|
379
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
380
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
381
|
+
furnished to do so, subject to the following conditions:
|
|
382
|
+
|
|
383
|
+
The above copyright notice and this permission notice shall be included in
|
|
384
|
+
all copies or substantial portions of the Software.
|
|
385
|
+
|
|
386
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
387
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
388
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
389
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
390
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
391
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
392
|
+
THE SOFTWARE.
|
|
393
|
+
|
|
363
394
|
========================================
|
|
364
395
|
|
|
365
396
|
dunder-proto@1.0.1
|
|
@@ -1003,6 +1034,37 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
1003
1034
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1004
1035
|
|
|
1005
1036
|
|
|
1037
|
+
========================================
|
|
1038
|
+
|
|
1039
|
+
is-nan@1.3.2
|
|
1040
|
+
|
|
1041
|
+
License: MIT
|
|
1042
|
+
|
|
1043
|
+
Source: git://github.com/es-shims/is-nan.git
|
|
1044
|
+
|
|
1045
|
+
--- LICENSE ---
|
|
1046
|
+
The MIT License (MIT)
|
|
1047
|
+
|
|
1048
|
+
Copyright (c) 2014 Jordan Harband
|
|
1049
|
+
|
|
1050
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1051
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1052
|
+
the Software without restriction, including without limitation the rights to
|
|
1053
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1054
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1055
|
+
subject to the following conditions:
|
|
1056
|
+
|
|
1057
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1058
|
+
copies or substantial portions of the Software.
|
|
1059
|
+
|
|
1060
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1061
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1062
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1063
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1064
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1065
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1066
|
+
|
|
1067
|
+
|
|
1006
1068
|
========================================
|
|
1007
1069
|
|
|
1008
1070
|
is-regex@1.2.1
|
|
@@ -1099,6 +1161,37 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
1099
1161
|
SOFTWARE.
|
|
1100
1162
|
|
|
1101
1163
|
|
|
1164
|
+
========================================
|
|
1165
|
+
|
|
1166
|
+
object-is@1.1.6
|
|
1167
|
+
|
|
1168
|
+
License: MIT
|
|
1169
|
+
|
|
1170
|
+
Source: git://github.com/es-shims/object-is.git
|
|
1171
|
+
|
|
1172
|
+
--- LICENSE ---
|
|
1173
|
+
The MIT License (MIT)
|
|
1174
|
+
|
|
1175
|
+
Copyright (c) 2014 Jordan Harband
|
|
1176
|
+
|
|
1177
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1178
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1179
|
+
the Software without restriction, including without limitation the rights to
|
|
1180
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1181
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1182
|
+
subject to the following conditions:
|
|
1183
|
+
|
|
1184
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1185
|
+
copies or substantial portions of the Software.
|
|
1186
|
+
|
|
1187
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1188
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1189
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1190
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1191
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1192
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1193
|
+
|
|
1194
|
+
|
|
1102
1195
|
========================================
|
|
1103
1196
|
|
|
1104
1197
|
object-keys@1.1.1
|
|
@@ -1349,7 +1442,7 @@ IN THE SOFTWARE.
|
|
|
1349
1442
|
|
|
1350
1443
|
========================================
|
|
1351
1444
|
|
|
1352
|
-
safe-buffer@5.1
|
|
1445
|
+
safe-buffer@5.2.1
|
|
1353
1446
|
|
|
1354
1447
|
License: MIT
|
|
1355
1448
|
|
|
@@ -1476,7 +1569,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1476
1569
|
|
|
1477
1570
|
========================================
|
|
1478
1571
|
|
|
1479
|
-
string_decoder@1.
|
|
1572
|
+
string_decoder@1.3.0
|
|
1480
1573
|
|
|
1481
1574
|
License: MIT
|
|
1482
1575
|
|