@cyberismo/backend 0.0.19 → 0.0.21
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/common/validationSchemas.d.ts +2 -2
- package/dist/domain/calculations/index.js +5 -5
- package/dist/domain/calculations/index.js.map +1 -1
- package/dist/domain/calculations/schema.d.ts +1 -1
- package/dist/domain/calculations/schema.js +1 -1
- package/dist/domain/calculations/schema.js.map +1 -1
- package/dist/domain/calculations/service.d.ts +1 -1
- package/dist/domain/calculations/service.js +21 -2
- package/dist/domain/calculations/service.js.map +1 -1
- package/dist/domain/cardTypes/index.js +62 -1
- package/dist/domain/cardTypes/index.js.map +1 -1
- package/dist/domain/cardTypes/schema.d.ts +19 -0
- package/dist/domain/cardTypes/schema.js +9 -0
- package/dist/domain/cardTypes/schema.js.map +1 -1
- package/dist/domain/cardTypes/service.d.ts +6 -0
- package/dist/domain/cardTypes/service.js +100 -0
- package/dist/domain/cardTypes/service.js.map +1 -1
- package/dist/domain/project/index.js +5 -0
- package/dist/domain/project/index.js.map +1 -1
- package/dist/domain/project/service.d.ts +1 -0
- package/dist/domain/project/service.js +3 -0
- package/dist/domain/project/service.js.map +1 -1
- package/dist/domain/resources/schema.d.ts +2 -1
- package/dist/domain/resources/schema.js +1 -0
- package/dist/domain/resources/schema.js.map +1 -1
- package/dist/domain/resources/service.js +24 -5
- package/dist/domain/resources/service.js.map +1 -1
- package/dist/middleware/zvalidator.d.ts +1 -1
- package/dist/public/THIRD-PARTY.txt +848 -745
- package/dist/public/assets/index-CRSBseQM.css +1 -0
- package/dist/public/assets/{index-BeA3_uli.js → index-Ca10XaMv.js} +102999 -102042
- package/dist/public/index.html +2 -2
- package/package.json +4 -4
- package/src/domain/calculations/index.ts +5 -5
- package/src/domain/calculations/schema.ts +1 -1
- package/src/domain/calculations/service.ts +26 -2
- package/src/domain/cardTypes/index.ts +75 -1
- package/src/domain/cardTypes/schema.ts +15 -0
- package/src/domain/cardTypes/service.ts +151 -0
- package/src/domain/project/index.ts +6 -0
- package/src/domain/project/service.ts +4 -0
- package/src/domain/resources/schema.ts +1 -0
- package/src/domain/resources/service.ts +28 -5
- package/dist/public/assets/index-DnK7MBer.css +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Name: react
|
|
2
|
-
Version: 19.2.
|
|
2
|
+
Version: 19.2.4
|
|
3
3
|
License: MIT
|
|
4
4
|
Private: false
|
|
5
5
|
Description: React is a JavaScript library for building user interfaces.
|
|
@@ -33,7 +33,7 @@ SOFTWARE.
|
|
|
33
33
|
---
|
|
34
34
|
|
|
35
35
|
Name: react-dom
|
|
36
|
-
Version: 19.2.
|
|
36
|
+
Version: 19.2.4
|
|
37
37
|
License: MIT
|
|
38
38
|
Private: false
|
|
39
39
|
Description: React package for working with the DOM.
|
|
@@ -207,7 +207,7 @@ SOFTWARE.
|
|
|
207
207
|
---
|
|
208
208
|
|
|
209
209
|
Name: @babel/runtime
|
|
210
|
-
Version: 7.28.
|
|
210
|
+
Version: 7.28.6
|
|
211
211
|
License: MIT
|
|
212
212
|
Private: false
|
|
213
213
|
Description: babel's modular runtime helpers
|
|
@@ -912,7 +912,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
912
912
|
---
|
|
913
913
|
|
|
914
914
|
Name: @mui/material
|
|
915
|
-
Version: 7.3.
|
|
915
|
+
Version: 7.3.7
|
|
916
916
|
License: MIT
|
|
917
917
|
Private: false
|
|
918
918
|
Description: Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.
|
|
@@ -947,7 +947,7 @@ SOFTWARE.
|
|
|
947
947
|
---
|
|
948
948
|
|
|
949
949
|
Name: @mui/icons-material
|
|
950
|
-
Version: 7.3.
|
|
950
|
+
Version: 7.3.7
|
|
951
951
|
License: MIT
|
|
952
952
|
Private: false
|
|
953
953
|
Description: Material Design icons distributed as SVG React components.
|
|
@@ -1362,7 +1362,7 @@ SOFTWARE.
|
|
|
1362
1362
|
---
|
|
1363
1363
|
|
|
1364
1364
|
Name: swr
|
|
1365
|
-
Version: 2.
|
|
1365
|
+
Version: 2.4.0
|
|
1366
1366
|
License: MIT
|
|
1367
1367
|
Private: false
|
|
1368
1368
|
Description: React Hooks library for remote data fetching
|
|
@@ -1430,7 +1430,7 @@ THE SOFTWARE.
|
|
|
1430
1430
|
---
|
|
1431
1431
|
|
|
1432
1432
|
Name: react-hook-form
|
|
1433
|
-
Version: 7.
|
|
1433
|
+
Version: 7.71.1
|
|
1434
1434
|
License: MIT
|
|
1435
1435
|
Private: false
|
|
1436
1436
|
Description: Performant, flexible and extensible forms library for React Hooks
|
|
@@ -1465,7 +1465,7 @@ SOFTWARE.
|
|
|
1465
1465
|
---
|
|
1466
1466
|
|
|
1467
1467
|
Name: @cyberismo/data-handler
|
|
1468
|
-
Version: 0.0.
|
|
1468
|
+
Version: 0.0.21
|
|
1469
1469
|
License: AGPL-3.0
|
|
1470
1470
|
Private: false
|
|
1471
1471
|
Description: Command handler for cards and web service
|
|
@@ -1476,7 +1476,7 @@ Author: sami.merila@cyberismo.com
|
|
|
1476
1476
|
---
|
|
1477
1477
|
|
|
1478
1478
|
Name: immer
|
|
1479
|
-
Version:
|
|
1479
|
+
Version: 11.1.3
|
|
1480
1480
|
License: MIT
|
|
1481
1481
|
Private: false
|
|
1482
1482
|
Description: Create your next immutable state by mutating the current one
|
|
@@ -1546,7 +1546,7 @@ SOFTWARE.
|
|
|
1546
1546
|
---
|
|
1547
1547
|
|
|
1548
1548
|
Name: @reduxjs/toolkit
|
|
1549
|
-
Version: 2.
|
|
1549
|
+
Version: 2.11.2
|
|
1550
1550
|
License: MIT
|
|
1551
1551
|
Private: false
|
|
1552
1552
|
Description: The official, opinionated, batteries-included toolset for efficient Redux development
|
|
@@ -1556,32 +1556,32 @@ Author: Mark Erikson <mark@isquaredsoftware.com>
|
|
|
1556
1556
|
License Copyright:
|
|
1557
1557
|
===
|
|
1558
1558
|
|
|
1559
|
-
MIT License
|
|
1560
|
-
|
|
1561
|
-
Copyright (c) 2018 Mark Erikson
|
|
1562
|
-
|
|
1563
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1564
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1565
|
-
in the Software without restriction, including without limitation the rights
|
|
1566
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1567
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1568
|
-
furnished to do so, subject to the following conditions:
|
|
1569
|
-
|
|
1570
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1571
|
-
copies or substantial portions of the Software.
|
|
1572
|
-
|
|
1573
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1574
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1575
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1576
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1577
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1578
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1559
|
+
MIT License
|
|
1560
|
+
|
|
1561
|
+
Copyright (c) 2018 Mark Erikson
|
|
1562
|
+
|
|
1563
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1564
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1565
|
+
in the Software without restriction, including without limitation the rights
|
|
1566
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1567
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1568
|
+
furnished to do so, subject to the following conditions:
|
|
1569
|
+
|
|
1570
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1571
|
+
copies or substantial portions of the Software.
|
|
1572
|
+
|
|
1573
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1574
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1575
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1576
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1577
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1578
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1579
1579
|
SOFTWARE.
|
|
1580
1580
|
|
|
1581
1581
|
---
|
|
1582
1582
|
|
|
1583
1583
|
Name: i18next
|
|
1584
|
-
Version: 25.
|
|
1584
|
+
Version: 25.8.1
|
|
1585
1585
|
License: MIT
|
|
1586
1586
|
Private: false
|
|
1587
1587
|
Description: i18next internationalization framework
|
|
@@ -1663,7 +1663,7 @@ Author: Henrik Joreteg <henrik@joreteg.com>
|
|
|
1663
1663
|
---
|
|
1664
1664
|
|
|
1665
1665
|
Name: react-i18next
|
|
1666
|
-
Version: 16.
|
|
1666
|
+
Version: 16.5.4
|
|
1667
1667
|
License: MIT
|
|
1668
1668
|
Private: false
|
|
1669
1669
|
Description: Internationalization for react done right. Using the i18next i18n ecosystem.
|
|
@@ -1675,7 +1675,7 @@ License Copyright:
|
|
|
1675
1675
|
|
|
1676
1676
|
The MIT License (MIT)
|
|
1677
1677
|
|
|
1678
|
-
Copyright (c)
|
|
1678
|
+
Copyright (c) 2015-present i18next
|
|
1679
1679
|
|
|
1680
1680
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1681
1681
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1743,7 +1743,7 @@ Author: Brian Vaughn <brian.david.vaughn@gmail.com>
|
|
|
1743
1743
|
---
|
|
1744
1744
|
|
|
1745
1745
|
Name: node-html-parser
|
|
1746
|
-
Version: 7.0.
|
|
1746
|
+
Version: 7.0.2
|
|
1747
1747
|
License: MIT
|
|
1748
1748
|
Private: false
|
|
1749
1749
|
Description: A very fast HTML parser, generating a simplified DOM, with basic element query support.
|
|
@@ -1801,7 +1801,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1801
1801
|
---
|
|
1802
1802
|
|
|
1803
1803
|
Name: css-select
|
|
1804
|
-
Version: 5.
|
|
1804
|
+
Version: 5.2.2
|
|
1805
1805
|
License: BSD-2-Clause
|
|
1806
1806
|
Private: false
|
|
1807
1807
|
Description: a CSS selector compiler/engine
|
|
@@ -1956,7 +1956,7 @@ Author: Felix Boehm <me@feedic.com>
|
|
|
1956
1956
|
---
|
|
1957
1957
|
|
|
1958
1958
|
Name: css-what
|
|
1959
|
-
Version: 6.
|
|
1959
|
+
Version: 6.2.2
|
|
1960
1960
|
License: BSD-2-Clause
|
|
1961
1961
|
Private: false
|
|
1962
1962
|
Description: a CSS selector parser
|
|
@@ -2004,21 +2004,19 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
2004
2004
|
|
|
2005
2005
|
---
|
|
2006
2006
|
|
|
2007
|
-
Name:
|
|
2008
|
-
Version:
|
|
2007
|
+
Name: @lezer/common
|
|
2008
|
+
Version: 1.5.0
|
|
2009
2009
|
License: MIT
|
|
2010
2010
|
Private: false
|
|
2011
|
-
Description:
|
|
2012
|
-
Repository:
|
|
2013
|
-
|
|
2014
|
-
Sasha Koss <koss@nocorp.me>
|
|
2015
|
-
Lesha Koss <regiusprod@gmail.com>
|
|
2011
|
+
Description: Syntax tree data structure and parser interfaces for the lezer parser
|
|
2012
|
+
Repository: https://github.com/lezer-parser/common.git
|
|
2013
|
+
Author: Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
2016
2014
|
License Copyright:
|
|
2017
2015
|
===
|
|
2018
2016
|
|
|
2019
2017
|
MIT License
|
|
2020
2018
|
|
|
2021
|
-
Copyright (
|
|
2019
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
2022
2020
|
|
|
2023
2021
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2024
2022
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2027,94 +2025,101 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2027
2025
|
copies of the Software, and to permit persons to whom the Software is
|
|
2028
2026
|
furnished to do so, subject to the following conditions:
|
|
2029
2027
|
|
|
2030
|
-
The above copyright notice and this permission notice shall be included in
|
|
2031
|
-
copies or substantial portions of the Software.
|
|
2028
|
+
The above copyright notice and this permission notice shall be included in
|
|
2029
|
+
all copies or substantial portions of the Software.
|
|
2032
2030
|
|
|
2033
2031
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2034
2032
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2035
2033
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2036
2034
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2037
2035
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2038
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2039
|
-
SOFTWARE.
|
|
2036
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2037
|
+
THE SOFTWARE.
|
|
2040
2038
|
|
|
2041
2039
|
---
|
|
2042
2040
|
|
|
2043
|
-
Name:
|
|
2044
|
-
Version: 2.
|
|
2045
|
-
License:
|
|
2041
|
+
Name: @lezer/highlight
|
|
2042
|
+
Version: 1.2.3
|
|
2043
|
+
License: MIT
|
|
2046
2044
|
Private: false
|
|
2047
|
-
Description:
|
|
2048
|
-
Repository: https://github.com/
|
|
2049
|
-
|
|
2050
|
-
Author: Microsoft Corp.
|
|
2045
|
+
Description: Highlighting system for Lezer parse trees
|
|
2046
|
+
Repository: https://github.com/lezer-parser/highlight.git
|
|
2047
|
+
Author: Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
2051
2048
|
License Copyright:
|
|
2052
2049
|
===
|
|
2053
2050
|
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2051
|
+
MIT License
|
|
2052
|
+
|
|
2053
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
2054
|
+
|
|
2055
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2056
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2057
|
+
in the Software without restriction, including without limitation the rights
|
|
2058
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2059
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2060
|
+
furnished to do so, subject to the following conditions:
|
|
2061
|
+
|
|
2062
|
+
The above copyright notice and this permission notice shall be included in
|
|
2063
|
+
all copies or substantial portions of the Software.
|
|
2064
|
+
|
|
2065
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2066
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2067
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2068
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2069
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2070
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2071
|
+
THE SOFTWARE.
|
|
2066
2072
|
|
|
2067
2073
|
---
|
|
2068
2074
|
|
|
2069
|
-
Name:
|
|
2070
|
-
Version:
|
|
2075
|
+
Name: @marijn/find-cluster-break
|
|
2076
|
+
Version: 1.0.2
|
|
2071
2077
|
License: MIT
|
|
2072
2078
|
Private: false
|
|
2073
|
-
Description:
|
|
2074
|
-
Repository: git://github.com/
|
|
2075
|
-
Homepage: https://github.com/
|
|
2076
|
-
Author:
|
|
2079
|
+
Description: Find the position of grapheme cluster breaks in a string
|
|
2080
|
+
Repository: git+https://github.com/marijnh/find-cluster-break.git
|
|
2081
|
+
Homepage: https://github.com/marijnh/find-cluster-break#readme
|
|
2082
|
+
Author: Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
2077
2083
|
License Copyright:
|
|
2078
2084
|
===
|
|
2079
2085
|
|
|
2080
|
-
|
|
2086
|
+
MIT License
|
|
2081
2087
|
|
|
2082
|
-
Copyright (
|
|
2088
|
+
Copyright (C) 2024 by Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
2083
2089
|
|
|
2084
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
the following conditions:
|
|
2090
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2091
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2092
|
+
in the Software without restriction, including without limitation the rights
|
|
2093
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2094
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2095
|
+
furnished to do so, subject to the following conditions:
|
|
2091
2096
|
|
|
2092
|
-
The above copyright notice and this permission notice shall be
|
|
2093
|
-
|
|
2097
|
+
The above copyright notice and this permission notice shall be included in
|
|
2098
|
+
all copies or substantial portions of the Software.
|
|
2094
2099
|
|
|
2095
|
-
THE SOFTWARE IS PROVIDED
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2100
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2101
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2102
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2103
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2104
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2105
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2106
|
+
THE SOFTWARE.
|
|
2102
2107
|
|
|
2103
2108
|
---
|
|
2104
2109
|
|
|
2105
|
-
Name:
|
|
2106
|
-
Version:
|
|
2110
|
+
Name: @codemirror/state
|
|
2111
|
+
Version: 6.5.4
|
|
2107
2112
|
License: MIT
|
|
2108
2113
|
Private: false
|
|
2109
|
-
Description:
|
|
2110
|
-
Repository:
|
|
2111
|
-
Author:
|
|
2114
|
+
Description: Editor state data structures for the CodeMirror code editor
|
|
2115
|
+
Repository: git+https://github.com/codemirror/state.git
|
|
2116
|
+
Author: Marijn Haverbeke <marijn@haverbeke.berlin> (http://marijnhaverbeke.nl)
|
|
2112
2117
|
License Copyright:
|
|
2113
2118
|
===
|
|
2114
2119
|
|
|
2115
|
-
|
|
2120
|
+
MIT License
|
|
2116
2121
|
|
|
2117
|
-
Copyright (
|
|
2122
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
2118
2123
|
|
|
2119
2124
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2120
2125
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2136,69 +2141,400 @@ THE SOFTWARE.
|
|
|
2136
2141
|
|
|
2137
2142
|
---
|
|
2138
2143
|
|
|
2139
|
-
Name:
|
|
2140
|
-
Version:
|
|
2141
|
-
License:
|
|
2144
|
+
Name: style-mod
|
|
2145
|
+
Version: 4.1.3
|
|
2146
|
+
License: MIT
|
|
2142
2147
|
Private: false
|
|
2143
|
-
Description:
|
|
2144
|
-
Repository: git+https://github.com/
|
|
2145
|
-
Author:
|
|
2148
|
+
Description: A minimal CSS module shim
|
|
2149
|
+
Repository: git+https://github.com/marijnh/style-mod.git
|
|
2150
|
+
Author: Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
2146
2151
|
License Copyright:
|
|
2147
2152
|
===
|
|
2148
2153
|
|
|
2149
|
-
|
|
2154
|
+
Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
2150
2155
|
|
|
2151
|
-
|
|
2156
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2157
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2158
|
+
in the Software without restriction, including without limitation the rights
|
|
2159
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2160
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2161
|
+
furnished to do so, subject to the following conditions:
|
|
2152
2162
|
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
copyright notice and this permission notice appear in all copies.
|
|
2163
|
+
The above copyright notice and this permission notice shall be included in
|
|
2164
|
+
all copies or substantial portions of the Software.
|
|
2156
2165
|
|
|
2157
|
-
THE SOFTWARE IS PROVIDED "AS IS"
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2166
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2167
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2168
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2169
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2170
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2171
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2172
|
+
THE SOFTWARE.
|
|
2164
2173
|
|
|
2165
2174
|
---
|
|
2166
2175
|
|
|
2167
|
-
Name:
|
|
2168
|
-
Version: 2.
|
|
2169
|
-
License:
|
|
2176
|
+
Name: w3c-keyname
|
|
2177
|
+
Version: 2.2.8
|
|
2178
|
+
License: MIT
|
|
2170
2179
|
Private: false
|
|
2171
|
-
Description:
|
|
2172
|
-
Repository: git+https://github.com/
|
|
2173
|
-
|
|
2180
|
+
Description: Get a KeyboardEvent.key-style string from an event
|
|
2181
|
+
Repository: git+https://github.com/marijnh/w3c-keyname.git
|
|
2182
|
+
Homepage: https://github.com/marijnh/w3c-keyname#readme
|
|
2183
|
+
Author: Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
2174
2184
|
License Copyright:
|
|
2175
2185
|
===
|
|
2176
2186
|
|
|
2177
|
-
Copyright (
|
|
2178
|
-
All rights reserved.
|
|
2187
|
+
Copyright (C) 2016 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
2179
2188
|
|
|
2180
|
-
|
|
2181
|
-
|
|
2189
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2190
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2191
|
+
in the Software without restriction, including without limitation the rights
|
|
2192
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2193
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2194
|
+
furnished to do so, subject to the following conditions:
|
|
2182
2195
|
|
|
2183
|
-
|
|
2184
|
-
|
|
2196
|
+
The above copyright notice and this permission notice shall be included in
|
|
2197
|
+
all copies or substantial portions of the Software.
|
|
2185
2198
|
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2199
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2200
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2201
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2202
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2203
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2204
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2205
|
+
THE SOFTWARE.
|
|
2189
2206
|
|
|
2190
|
-
|
|
2191
|
-
may be used to endorse or promote products derived from this software
|
|
2192
|
-
without specific prior written permission.
|
|
2207
|
+
---
|
|
2193
2208
|
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2209
|
+
Name: crelt
|
|
2210
|
+
Version: 1.0.6
|
|
2211
|
+
License: MIT
|
|
2212
|
+
Private: false
|
|
2213
|
+
Description: Tiny DOM-element-creation utility
|
|
2214
|
+
Repository: git+https://github.com/marijnh/crelt.git
|
|
2215
|
+
Homepage: https://github.com/marijnh/crelt#readme
|
|
2216
|
+
Author: Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
2217
|
+
License Copyright:
|
|
2218
|
+
===
|
|
2219
|
+
|
|
2220
|
+
Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
2221
|
+
|
|
2222
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2223
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2224
|
+
in the Software without restriction, including without limitation the rights
|
|
2225
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2226
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2227
|
+
furnished to do so, subject to the following conditions:
|
|
2228
|
+
|
|
2229
|
+
The above copyright notice and this permission notice shall be included in
|
|
2230
|
+
all copies or substantial portions of the Software.
|
|
2231
|
+
|
|
2232
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2233
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2234
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2235
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2236
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2237
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2238
|
+
THE SOFTWARE.
|
|
2239
|
+
|
|
2240
|
+
---
|
|
2241
|
+
|
|
2242
|
+
Name: @codemirror/view
|
|
2243
|
+
Version: 6.39.12
|
|
2244
|
+
License: MIT
|
|
2245
|
+
Private: false
|
|
2246
|
+
Description: DOM view component for the CodeMirror code editor
|
|
2247
|
+
Repository: git+https://github.com/codemirror/view.git
|
|
2248
|
+
Author: Marijn Haverbeke <marijn@haverbeke.berlin> (http://marijnhaverbeke.nl)
|
|
2249
|
+
License Copyright:
|
|
2250
|
+
===
|
|
2251
|
+
|
|
2252
|
+
MIT License
|
|
2253
|
+
|
|
2254
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
2255
|
+
|
|
2256
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2257
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2258
|
+
in the Software without restriction, including without limitation the rights
|
|
2259
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2260
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2261
|
+
furnished to do so, subject to the following conditions:
|
|
2262
|
+
|
|
2263
|
+
The above copyright notice and this permission notice shall be included in
|
|
2264
|
+
all copies or substantial portions of the Software.
|
|
2265
|
+
|
|
2266
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2267
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2268
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2269
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2270
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2271
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2272
|
+
THE SOFTWARE.
|
|
2273
|
+
|
|
2274
|
+
---
|
|
2275
|
+
|
|
2276
|
+
Name: @codemirror/language
|
|
2277
|
+
Version: 6.12.1
|
|
2278
|
+
License: MIT
|
|
2279
|
+
Private: false
|
|
2280
|
+
Description: Language support infrastructure for the CodeMirror code editor
|
|
2281
|
+
Repository: https://github.com/codemirror/language.git
|
|
2282
|
+
Author: Marijn Haverbeke <marijn@haverbeke.berlin> (http://marijnhaverbeke.nl)
|
|
2283
|
+
License Copyright:
|
|
2284
|
+
===
|
|
2285
|
+
|
|
2286
|
+
MIT License
|
|
2287
|
+
|
|
2288
|
+
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
2289
|
+
|
|
2290
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2291
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2292
|
+
in the Software without restriction, including without limitation the rights
|
|
2293
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2294
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2295
|
+
furnished to do so, subject to the following conditions:
|
|
2296
|
+
|
|
2297
|
+
The above copyright notice and this permission notice shall be included in
|
|
2298
|
+
all copies or substantial portions of the Software.
|
|
2299
|
+
|
|
2300
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2301
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2302
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2303
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2304
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2305
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2306
|
+
THE SOFTWARE.
|
|
2307
|
+
|
|
2308
|
+
---
|
|
2309
|
+
|
|
2310
|
+
Name: @uiw/codemirror-themes
|
|
2311
|
+
Version: 4.25.4
|
|
2312
|
+
License: MIT
|
|
2313
|
+
Private: false
|
|
2314
|
+
Description: Themes for CodeMirror.
|
|
2315
|
+
Repository: https://github.com/uiwjs/react-codemirror.git
|
|
2316
|
+
Homepage: https://uiwjs.github.io/react-codemirror/#/theme/doc
|
|
2317
|
+
Author: kenny wong <wowohoo@qq.com>
|
|
2318
|
+
|
|
2319
|
+
---
|
|
2320
|
+
|
|
2321
|
+
Name: @uiw/codemirror-theme-vscode
|
|
2322
|
+
Version: 4.25.4
|
|
2323
|
+
License: MIT
|
|
2324
|
+
Private: false
|
|
2325
|
+
Description: Theme vscode for CodeMirror.
|
|
2326
|
+
Repository: https://github.com/uiwjs/react-codemirror.git
|
|
2327
|
+
Homepage: https://uiwjs.github.io/react-codemirror/#/theme/data/vscode
|
|
2328
|
+
Author: kenny wong <wowohoo@qq.com>
|
|
2329
|
+
|
|
2330
|
+
---
|
|
2331
|
+
|
|
2332
|
+
Name: @uiw/codemirror-theme-github
|
|
2333
|
+
Version: 4.25.2
|
|
2334
|
+
License: MIT
|
|
2335
|
+
Private: false
|
|
2336
|
+
Description: Theme github for CodeMirror.
|
|
2337
|
+
Repository: https://github.com/uiwjs/react-codemirror.git
|
|
2338
|
+
Homepage: https://uiwjs.github.io/react-codemirror/#/theme/data/github/light
|
|
2339
|
+
Author: kenny wong <wowohoo@qq.com>
|
|
2340
|
+
|
|
2341
|
+
---
|
|
2342
|
+
|
|
2343
|
+
Name: date-fns
|
|
2344
|
+
Version: 4.1.0
|
|
2345
|
+
License: MIT
|
|
2346
|
+
Private: false
|
|
2347
|
+
Description: Modern JavaScript date utility library
|
|
2348
|
+
Repository: undefined
|
|
2349
|
+
Contributors:
|
|
2350
|
+
Sasha Koss <koss@nocorp.me>
|
|
2351
|
+
Lesha Koss <regiusprod@gmail.com>
|
|
2352
|
+
License Copyright:
|
|
2353
|
+
===
|
|
2354
|
+
|
|
2355
|
+
MIT License
|
|
2356
|
+
|
|
2357
|
+
Copyright (c) 2021 Sasha Koss and Lesha Koss https://kossnocorp.mit-license.org
|
|
2358
|
+
|
|
2359
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2360
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2361
|
+
in the Software without restriction, including without limitation the rights
|
|
2362
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2363
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2364
|
+
furnished to do so, subject to the following conditions:
|
|
2365
|
+
|
|
2366
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2367
|
+
copies or substantial portions of the Software.
|
|
2368
|
+
|
|
2369
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2370
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2371
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2372
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2373
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2374
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2375
|
+
SOFTWARE.
|
|
2376
|
+
|
|
2377
|
+
---
|
|
2378
|
+
|
|
2379
|
+
Name: tslib
|
|
2380
|
+
Version: 2.8.1
|
|
2381
|
+
License: 0BSD
|
|
2382
|
+
Private: false
|
|
2383
|
+
Description: Runtime library for TypeScript helper functions
|
|
2384
|
+
Repository: https://github.com/Microsoft/tslib.git
|
|
2385
|
+
Homepage: https://www.typescriptlang.org/
|
|
2386
|
+
Author: Microsoft Corp.
|
|
2387
|
+
License Copyright:
|
|
2388
|
+
===
|
|
2389
|
+
|
|
2390
|
+
Copyright (c) Microsoft Corporation.
|
|
2391
|
+
|
|
2392
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
2393
|
+
purpose with or without fee is hereby granted.
|
|
2394
|
+
|
|
2395
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
2396
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
2397
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
2398
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
2399
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
2400
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
2401
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
2402
|
+
|
|
2403
|
+
---
|
|
2404
|
+
|
|
2405
|
+
Name: fast-json-patch
|
|
2406
|
+
Version: 3.1.1
|
|
2407
|
+
License: MIT
|
|
2408
|
+
Private: false
|
|
2409
|
+
Description: Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities
|
|
2410
|
+
Repository: git://github.com/Starcounter-Jack/JSON-Patch.git
|
|
2411
|
+
Homepage: https://github.com/Starcounter-Jack/JSON-Patch
|
|
2412
|
+
Author: Joachim Wester <joachimwester@me.com> (http://www.starcounter.com/)
|
|
2413
|
+
License Copyright:
|
|
2414
|
+
===
|
|
2415
|
+
|
|
2416
|
+
(The MIT License)
|
|
2417
|
+
|
|
2418
|
+
Copyright (c) 2013, 2014, 2020 Joachim Wester
|
|
2419
|
+
|
|
2420
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
2421
|
+
a copy of this software and associated documentation files (the
|
|
2422
|
+
'Software'), to deal in the Software without restriction, including
|
|
2423
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
2424
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
2425
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
2426
|
+
the following conditions:
|
|
2427
|
+
|
|
2428
|
+
The above copyright notice and this permission notice shall be
|
|
2429
|
+
included in all copies or substantial portions of the Software.
|
|
2430
|
+
|
|
2431
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
2432
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2433
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
2434
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2435
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
2436
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2437
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2438
|
+
|
|
2439
|
+
---
|
|
2440
|
+
|
|
2441
|
+
Name: json-stringify-pretty-compact
|
|
2442
|
+
Version: 2.0.0
|
|
2443
|
+
License: MIT
|
|
2444
|
+
Private: false
|
|
2445
|
+
Description: The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
|
|
2446
|
+
Repository: undefined
|
|
2447
|
+
Author: Simon Lydell
|
|
2448
|
+
License Copyright:
|
|
2449
|
+
===
|
|
2450
|
+
|
|
2451
|
+
The MIT License (MIT)
|
|
2452
|
+
|
|
2453
|
+
Copyright (c) 2014, 2016, 2017, 2019 Simon Lydell
|
|
2454
|
+
|
|
2455
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2456
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2457
|
+
in the Software without restriction, including without limitation the rights
|
|
2458
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2459
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2460
|
+
furnished to do so, subject to the following conditions:
|
|
2461
|
+
|
|
2462
|
+
The above copyright notice and this permission notice shall be included in
|
|
2463
|
+
all copies or substantial portions of the Software.
|
|
2464
|
+
|
|
2465
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2466
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2467
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2468
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2469
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2470
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2471
|
+
THE SOFTWARE.
|
|
2472
|
+
|
|
2473
|
+
---
|
|
2474
|
+
|
|
2475
|
+
Name: semver
|
|
2476
|
+
Version: 7.7.3
|
|
2477
|
+
License: ISC
|
|
2478
|
+
Private: false
|
|
2479
|
+
Description: The semantic version parser used by npm.
|
|
2480
|
+
Repository: git+https://github.com/npm/node-semver.git
|
|
2481
|
+
Author: GitHub Inc.
|
|
2482
|
+
License Copyright:
|
|
2483
|
+
===
|
|
2484
|
+
|
|
2485
|
+
The ISC License
|
|
2486
|
+
|
|
2487
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
2488
|
+
|
|
2489
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
2490
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
2491
|
+
copyright notice and this permission notice appear in all copies.
|
|
2492
|
+
|
|
2493
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2494
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2495
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2496
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2497
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2498
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2499
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2500
|
+
|
|
2501
|
+
---
|
|
2502
|
+
|
|
2503
|
+
Name: vega-util
|
|
2504
|
+
Version: 2.1.0
|
|
2505
|
+
License: BSD-3-Clause
|
|
2506
|
+
Private: false
|
|
2507
|
+
Description: JavaScript utilities for Vega.
|
|
2508
|
+
Repository: git+https://github.com/vega/vega.git
|
|
2509
|
+
Author: Vega (https://vega.github.io)
|
|
2510
|
+
License Copyright:
|
|
2511
|
+
===
|
|
2512
|
+
|
|
2513
|
+
Copyright (c) 2015-2023, University of Washington Interactive Data Lab
|
|
2514
|
+
All rights reserved.
|
|
2515
|
+
|
|
2516
|
+
Redistribution and use in source and binary forms, with or without
|
|
2517
|
+
modification, are permitted provided that the following conditions are met:
|
|
2518
|
+
|
|
2519
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
2520
|
+
list of conditions and the following disclaimer.
|
|
2521
|
+
|
|
2522
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
2523
|
+
this list of conditions and the following disclaimer in the documentation
|
|
2524
|
+
and/or other materials provided with the distribution.
|
|
2525
|
+
|
|
2526
|
+
3. Neither the name of the copyright holder nor the names of its contributors
|
|
2527
|
+
may be used to endorse or promote products derived from this software
|
|
2528
|
+
without specific prior written permission.
|
|
2529
|
+
|
|
2530
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
2531
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
2532
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
2533
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
|
2534
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
2535
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
2536
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
2537
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
2202
2538
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
2203
2539
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2204
2540
|
|
|
@@ -3782,172 +4118,12 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
3782
4118
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3783
4119
|
|
|
3784
4120
|
---
|
|
3785
|
-
|
|
3786
|
-
Name: vega-functions
|
|
3787
|
-
Version: 6.1.0
|
|
3788
|
-
License: BSD-3-Clause
|
|
3789
|
-
Private: false
|
|
3790
|
-
Description: Custom functions for the Vega expression language.
|
|
3791
|
-
Repository: git+https://github.com/vega/vega.git
|
|
3792
|
-
Author: Vega (https://vega.github.io)
|
|
3793
|
-
License Copyright:
|
|
3794
|
-
===
|
|
3795
|
-
|
|
3796
|
-
Copyright (c) 2015-2023, University of Washington Interactive Data Lab
|
|
3797
|
-
All rights reserved.
|
|
3798
|
-
|
|
3799
|
-
Redistribution and use in source and binary forms, with or without
|
|
3800
|
-
modification, are permitted provided that the following conditions are met:
|
|
3801
|
-
|
|
3802
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
3803
|
-
list of conditions and the following disclaimer.
|
|
3804
|
-
|
|
3805
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
3806
|
-
this list of conditions and the following disclaimer in the documentation
|
|
3807
|
-
and/or other materials provided with the distribution.
|
|
3808
|
-
|
|
3809
|
-
3. Neither the name of the copyright holder nor the names of its contributors
|
|
3810
|
-
may be used to endorse or promote products derived from this software
|
|
3811
|
-
without specific prior written permission.
|
|
3812
|
-
|
|
3813
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
3814
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
3815
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
3816
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
|
3817
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
3818
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
3819
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
3820
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
3821
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
3822
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3823
|
-
|
|
3824
|
-
---
|
|
3825
|
-
|
|
3826
|
-
Name: vega-runtime
|
|
3827
|
-
Version: 7.1.0
|
|
3828
|
-
License: BSD-3-Clause
|
|
3829
|
-
Private: false
|
|
3830
|
-
Description: Runtime support for Vega dataflows.
|
|
3831
|
-
Repository: git+https://github.com/vega/vega.git
|
|
3832
|
-
Author: Vega (https://vega.github.io)
|
|
3833
|
-
License Copyright:
|
|
3834
|
-
===
|
|
3835
|
-
|
|
3836
|
-
Copyright (c) 2015-2023, University of Washington Interactive Data Lab
|
|
3837
|
-
All rights reserved.
|
|
3838
|
-
|
|
3839
|
-
Redistribution and use in source and binary forms, with or without
|
|
3840
|
-
modification, are permitted provided that the following conditions are met:
|
|
3841
|
-
|
|
3842
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
3843
|
-
list of conditions and the following disclaimer.
|
|
3844
|
-
|
|
3845
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
3846
|
-
this list of conditions and the following disclaimer in the documentation
|
|
3847
|
-
and/or other materials provided with the distribution.
|
|
3848
|
-
|
|
3849
|
-
3. Neither the name of the copyright holder nor the names of its contributors
|
|
3850
|
-
may be used to endorse or promote products derived from this software
|
|
3851
|
-
without specific prior written permission.
|
|
3852
|
-
|
|
3853
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
3854
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
3855
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
3856
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
|
3857
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
3858
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
3859
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
3860
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
3861
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
3862
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3863
|
-
|
|
3864
|
-
---
|
|
3865
|
-
|
|
3866
|
-
Name: vega-view
|
|
3867
|
-
Version: 6.1.0
|
|
3868
|
-
License: BSD-3-Clause
|
|
3869
|
-
Private: false
|
|
3870
|
-
Description: View component and transforms for Vega visualizations.
|
|
3871
|
-
Repository: git+https://github.com/vega/vega.git
|
|
3872
|
-
Author: Vega (https://vega.github.io)
|
|
3873
|
-
License Copyright:
|
|
3874
|
-
===
|
|
3875
|
-
|
|
3876
|
-
Copyright (c) 2015-2023, University of Washington Interactive Data Lab
|
|
3877
|
-
All rights reserved.
|
|
3878
|
-
|
|
3879
|
-
Redistribution and use in source and binary forms, with or without
|
|
3880
|
-
modification, are permitted provided that the following conditions are met:
|
|
3881
|
-
|
|
3882
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
3883
|
-
list of conditions and the following disclaimer.
|
|
3884
|
-
|
|
3885
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
3886
|
-
this list of conditions and the following disclaimer in the documentation
|
|
3887
|
-
and/or other materials provided with the distribution.
|
|
3888
|
-
|
|
3889
|
-
3. Neither the name of the copyright holder nor the names of its contributors
|
|
3890
|
-
may be used to endorse or promote products derived from this software
|
|
3891
|
-
without specific prior written permission.
|
|
3892
|
-
|
|
3893
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
3894
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
3895
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
3896
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
|
3897
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
3898
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
3899
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
3900
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
3901
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
3902
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3903
|
-
|
|
3904
|
-
---
|
|
3905
|
-
|
|
3906
|
-
Name: vega-event-selector
|
|
3907
|
-
Version: 4.0.0
|
|
3908
|
-
License: BSD-3-Clause
|
|
3909
|
-
Private: false
|
|
3910
|
-
Description: A CSS-inspired language to select, sequence, and compose DOM events.
|
|
3911
|
-
Repository: undefined
|
|
3912
|
-
Author: Vega (https://vega.github.io)
|
|
3913
|
-
License Copyright:
|
|
3914
|
-
===
|
|
3915
|
-
|
|
3916
|
-
Copyright (c) 2015-2023, University of Washington Interactive Data Lab
|
|
3917
|
-
All rights reserved.
|
|
3918
|
-
|
|
3919
|
-
Redistribution and use in source and binary forms, with or without
|
|
3920
|
-
modification, are permitted provided that the following conditions are met:
|
|
3921
|
-
|
|
3922
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
3923
|
-
list of conditions and the following disclaimer.
|
|
3924
|
-
|
|
3925
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
3926
|
-
this list of conditions and the following disclaimer in the documentation
|
|
3927
|
-
and/or other materials provided with the distribution.
|
|
3928
|
-
|
|
3929
|
-
3. Neither the name of the copyright holder nor the names of its contributors
|
|
3930
|
-
may be used to endorse or promote products derived from this software
|
|
3931
|
-
without specific prior written permission.
|
|
3932
|
-
|
|
3933
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
3934
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
3935
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
3936
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
|
3937
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
3938
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
3939
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
3940
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
3941
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
3942
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3943
|
-
|
|
3944
|
-
---
|
|
3945
|
-
|
|
3946
|
-
Name: vega-parser
|
|
3947
|
-
Version: 7.1.0
|
|
4121
|
+
|
|
4122
|
+
Name: vega-functions
|
|
4123
|
+
Version: 6.1.0
|
|
3948
4124
|
License: BSD-3-Clause
|
|
3949
4125
|
Private: false
|
|
3950
|
-
Description:
|
|
4126
|
+
Description: Custom functions for the Vega expression language.
|
|
3951
4127
|
Repository: git+https://github.com/vega/vega.git
|
|
3952
4128
|
Author: Vega (https://vega.github.io)
|
|
3953
4129
|
License Copyright:
|
|
@@ -3983,11 +4159,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
3983
4159
|
|
|
3984
4160
|
---
|
|
3985
4161
|
|
|
3986
|
-
Name: vega
|
|
3987
|
-
Version:
|
|
4162
|
+
Name: vega-runtime
|
|
4163
|
+
Version: 7.1.0
|
|
3988
4164
|
License: BSD-3-Clause
|
|
3989
4165
|
Private: false
|
|
3990
|
-
Description:
|
|
4166
|
+
Description: Runtime support for Vega dataflows.
|
|
3991
4167
|
Repository: git+https://github.com/vega/vega.git
|
|
3992
4168
|
Author: Vega (https://vega.github.io)
|
|
3993
4169
|
License Copyright:
|
|
@@ -4023,18 +4199,17 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
4023
4199
|
|
|
4024
4200
|
---
|
|
4025
4201
|
|
|
4026
|
-
Name: vega-
|
|
4027
|
-
Version: 6.
|
|
4202
|
+
Name: vega-view
|
|
4203
|
+
Version: 6.1.0
|
|
4028
4204
|
License: BSD-3-Clause
|
|
4029
4205
|
Private: false
|
|
4030
|
-
Description:
|
|
4031
|
-
Repository: git+https://github.com/vega/vega
|
|
4032
|
-
Homepage: https://vega.github.io/vega-lite/
|
|
4206
|
+
Description: View component and transforms for Vega visualizations.
|
|
4207
|
+
Repository: git+https://github.com/vega/vega.git
|
|
4033
4208
|
Author: Vega (https://vega.github.io)
|
|
4034
4209
|
License Copyright:
|
|
4035
4210
|
===
|
|
4036
4211
|
|
|
4037
|
-
Copyright (c) 2015, University of Washington Interactive Data Lab
|
|
4212
|
+
Copyright (c) 2015-2023, University of Washington Interactive Data Lab
|
|
4038
4213
|
All rights reserved.
|
|
4039
4214
|
|
|
4040
4215
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -4064,39 +4239,37 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
4064
4239
|
|
|
4065
4240
|
---
|
|
4066
4241
|
|
|
4067
|
-
Name: vega-
|
|
4068
|
-
Version:
|
|
4242
|
+
Name: vega-event-selector
|
|
4243
|
+
Version: 4.0.0
|
|
4069
4244
|
License: BSD-3-Clause
|
|
4070
4245
|
Private: false
|
|
4071
|
-
Description: A
|
|
4246
|
+
Description: A CSS-inspired language to select, sequence, and compose DOM events.
|
|
4072
4247
|
Repository: undefined
|
|
4073
|
-
Author:
|
|
4248
|
+
Author: Vega (https://vega.github.io)
|
|
4074
4249
|
License Copyright:
|
|
4075
4250
|
===
|
|
4076
4251
|
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
Copyright (c) 2017, Vega
|
|
4252
|
+
Copyright (c) 2015-2023, University of Washington Interactive Data Lab
|
|
4080
4253
|
All rights reserved.
|
|
4081
4254
|
|
|
4082
4255
|
Redistribution and use in source and binary forms, with or without
|
|
4083
4256
|
modification, are permitted provided that the following conditions are met:
|
|
4084
4257
|
|
|
4085
|
-
|
|
4086
|
-
|
|
4258
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
4259
|
+
list of conditions and the following disclaimer.
|
|
4087
4260
|
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
|
|
4261
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
4262
|
+
this list of conditions and the following disclaimer in the documentation
|
|
4263
|
+
and/or other materials provided with the distribution.
|
|
4091
4264
|
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
|
|
4265
|
+
3. Neither the name of the copyright holder nor the names of its contributors
|
|
4266
|
+
may be used to endorse or promote products derived from this software
|
|
4267
|
+
without specific prior written permission.
|
|
4095
4268
|
|
|
4096
4269
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
4097
4270
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
4098
4271
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
4099
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
4272
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
|
4100
4273
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
4101
4274
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
4102
4275
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
@@ -4106,22 +4279,17 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
4106
4279
|
|
|
4107
4280
|
---
|
|
4108
4281
|
|
|
4109
|
-
Name: vega-
|
|
4110
|
-
Version:
|
|
4282
|
+
Name: vega-parser
|
|
4283
|
+
Version: 7.1.0
|
|
4111
4284
|
License: BSD-3-Clause
|
|
4112
4285
|
Private: false
|
|
4113
|
-
Description:
|
|
4114
|
-
Repository: https://github.com/vega/vega
|
|
4115
|
-
Author:
|
|
4116
|
-
Contributors:
|
|
4117
|
-
Emily Gu (https://github.com/emilygu)
|
|
4118
|
-
Arvind Satyanarayan (http://arvindsatya.com)
|
|
4119
|
-
Jeffrey Heer (https://idl.cs.washington.edu)
|
|
4120
|
-
Dominik Moritz (https://www.domoritz.de)
|
|
4286
|
+
Description: Parse Vega specifications to runtime dataflows.
|
|
4287
|
+
Repository: git+https://github.com/vega/vega.git
|
|
4288
|
+
Author: Vega (https://vega.github.io)
|
|
4121
4289
|
License Copyright:
|
|
4122
4290
|
===
|
|
4123
4291
|
|
|
4124
|
-
Copyright (c)
|
|
4292
|
+
Copyright (c) 2015-2023, University of Washington Interactive Data Lab
|
|
4125
4293
|
All rights reserved.
|
|
4126
4294
|
|
|
4127
4295
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -4151,40 +4319,17 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
4151
4319
|
|
|
4152
4320
|
---
|
|
4153
4321
|
|
|
4154
|
-
Name: vega
|
|
4155
|
-
Version:
|
|
4156
|
-
License: BSD-3-Clause
|
|
4157
|
-
Private: false
|
|
4158
|
-
Description: A tooltip plugin for Vega-Lite and Vega visualizations.
|
|
4159
|
-
Repository: https://github.com/vega/vega-tooltip.git
|
|
4160
|
-
Homepage: https://github.com/vega/vega-tooltip#readme
|
|
4161
|
-
Author: UW Interactive Data Lab (https://idl.cs.washington.edu)
|
|
4162
|
-
|
|
4163
|
-
---
|
|
4164
|
-
|
|
4165
|
-
Name: vega-embed
|
|
4166
|
-
Version: 6.5.1
|
|
4322
|
+
Name: vega
|
|
4323
|
+
Version: 6.2.0
|
|
4167
4324
|
License: BSD-3-Clause
|
|
4168
4325
|
Private: false
|
|
4169
|
-
Description:
|
|
4170
|
-
Repository:
|
|
4171
|
-
Author: UW Interactive Data Lab (http://idl.cs.washington.edu)
|
|
4172
|
-
Contributors:
|
|
4173
|
-
Dominik Moritz (https://www.domoritz.de)
|
|
4174
|
-
|
|
4175
|
-
---
|
|
4176
|
-
|
|
4177
|
-
Name: react-vega
|
|
4178
|
-
Version: 8.0.0
|
|
4179
|
-
License: null
|
|
4180
|
-
Private: false
|
|
4181
|
-
Description: A React wrapper for vega-embed
|
|
4182
|
-
Repository: undefined
|
|
4326
|
+
Description: The Vega visualization grammar.
|
|
4327
|
+
Repository: git+https://github.com/vega/vega.git
|
|
4183
4328
|
Author: Vega (https://vega.github.io)
|
|
4184
4329
|
License Copyright:
|
|
4185
4330
|
===
|
|
4186
4331
|
|
|
4187
|
-
Copyright (c)
|
|
4332
|
+
Copyright (c) 2015-2023, University of Washington Interactive Data Lab
|
|
4188
4333
|
All rights reserved.
|
|
4189
4334
|
|
|
4190
4335
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -4214,190 +4359,60 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
4214
4359
|
|
|
4215
4360
|
---
|
|
4216
4361
|
|
|
4217
|
-
Name:
|
|
4218
|
-
Version:
|
|
4219
|
-
License:
|
|
4220
|
-
Private: false
|
|
4221
|
-
Description: HTML to React parser.
|
|
4222
|
-
Repository: git+https://github.com/remarkablemark/html-react-parser.git
|
|
4223
|
-
Author: Mark <mark@remarkablemark.org> (https://remarkablemark.org)
|
|
4224
|
-
License Copyright:
|
|
4225
|
-
===
|
|
4226
|
-
|
|
4227
|
-
The MIT License
|
|
4228
|
-
|
|
4229
|
-
Copyright (c) 2016 Menglin "Mark" Xu <mark@remarkablemark.org>
|
|
4230
|
-
|
|
4231
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
4232
|
-
a copy of this software and associated documentation files (the
|
|
4233
|
-
"Software"), to deal in the Software without restriction, including
|
|
4234
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
4235
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
4236
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
4237
|
-
the following conditions:
|
|
4238
|
-
|
|
4239
|
-
The above copyright notice and this permission notice shall be
|
|
4240
|
-
included in all copies or substantial portions of the Software.
|
|
4241
|
-
|
|
4242
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4243
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4244
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4245
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
4246
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4247
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4248
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4249
|
-
|
|
4250
|
-
---
|
|
4251
|
-
|
|
4252
|
-
Name: html-dom-parser
|
|
4253
|
-
Version: 5.1.1
|
|
4254
|
-
License: MIT
|
|
4255
|
-
Private: false
|
|
4256
|
-
Description: HTML to DOM parser.
|
|
4257
|
-
Repository: git+https://github.com/remarkablemark/html-dom-parser.git
|
|
4258
|
-
Author: Mark <mark@remarkablemark.org>
|
|
4259
|
-
License Copyright:
|
|
4260
|
-
===
|
|
4261
|
-
|
|
4262
|
-
MIT License
|
|
4263
|
-
|
|
4264
|
-
Copyright (c) 2016 Menglin "Mark" Xu <mark@remarkablemark.org>
|
|
4265
|
-
|
|
4266
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
4267
|
-
a copy of this software and associated documentation files (the
|
|
4268
|
-
"Software"), to deal in the Software without restriction, including
|
|
4269
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
4270
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
4271
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
4272
|
-
the following conditions:
|
|
4273
|
-
|
|
4274
|
-
The above copyright notice and this permission notice shall be
|
|
4275
|
-
included in all copies or substantial portions of the Software.
|
|
4276
|
-
|
|
4277
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4278
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4279
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4280
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
4281
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4282
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4283
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4284
|
-
|
|
4285
|
-
---
|
|
4286
|
-
|
|
4287
|
-
Name: react-property
|
|
4288
|
-
Version: 2.0.2
|
|
4289
|
-
License: MIT
|
|
4290
|
-
Private: false
|
|
4291
|
-
Description: HTML and SVG DOM property configs used by React.
|
|
4292
|
-
Repository: https://github.com/remarkablemark/react-dom-core
|
|
4293
|
-
|
|
4294
|
-
---
|
|
4295
|
-
|
|
4296
|
-
Name: style-to-object
|
|
4297
|
-
Version: 1.0.9
|
|
4298
|
-
License: MIT
|
|
4299
|
-
Private: false
|
|
4300
|
-
Description: Parse CSS inline style to JavaScript object.
|
|
4301
|
-
Repository: git+https://github.com/remarkablemark/style-to-object.git
|
|
4302
|
-
Author: Mark <mark@remarkablemark.org>
|
|
4303
|
-
License Copyright:
|
|
4304
|
-
===
|
|
4305
|
-
|
|
4306
|
-
The MIT License (MIT)
|
|
4307
|
-
|
|
4308
|
-
Copyright (c) 2017 Menglin "Mark" Xu <mark@remarkablemark.org>
|
|
4309
|
-
|
|
4310
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
4311
|
-
a copy of this software and associated documentation files (the
|
|
4312
|
-
"Software"), to deal in the Software without restriction, including
|
|
4313
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
4314
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
4315
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
4316
|
-
the following conditions:
|
|
4317
|
-
|
|
4318
|
-
The above copyright notice and this permission notice shall be
|
|
4319
|
-
included in all copies or substantial portions of the Software.
|
|
4320
|
-
|
|
4321
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4322
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4323
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4324
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
4325
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4326
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4327
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4328
|
-
|
|
4329
|
-
---
|
|
4330
|
-
|
|
4331
|
-
Name: inline-style-parser
|
|
4332
|
-
Version: 0.2.4
|
|
4333
|
-
License: MIT
|
|
4362
|
+
Name: vega-lite
|
|
4363
|
+
Version: 6.4.2
|
|
4364
|
+
License: BSD-3-Clause
|
|
4334
4365
|
Private: false
|
|
4335
|
-
Description:
|
|
4336
|
-
Repository: https://github.com/
|
|
4366
|
+
Description: Vega-Lite is a concise high-level language for interactive visualization.
|
|
4367
|
+
Repository: git+https://github.com/vega/vega-lite.git
|
|
4368
|
+
Homepage: https://vega.github.io/vega-lite/
|
|
4369
|
+
Author: Vega (https://vega.github.io)
|
|
4337
4370
|
License Copyright:
|
|
4338
4371
|
===
|
|
4339
4372
|
|
|
4340
|
-
(
|
|
4341
|
-
|
|
4342
|
-
Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>
|
|
4343
|
-
|
|
4344
|
-
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:
|
|
4345
|
-
|
|
4346
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4347
|
-
|
|
4348
|
-
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.
|
|
4349
|
-
|
|
4350
|
-
---
|
|
4351
|
-
|
|
4352
|
-
Name: style-to-js
|
|
4353
|
-
Version: 1.1.17
|
|
4354
|
-
License: MIT
|
|
4355
|
-
Private: false
|
|
4356
|
-
Description: Parses CSS inline style to JavaScript object (camelCased).
|
|
4357
|
-
Repository: git+https://github.com/remarkablemark/style-to-js.git
|
|
4358
|
-
Author: Mark <mark@remarkablemark.org>
|
|
4359
|
-
License Copyright:
|
|
4360
|
-
===
|
|
4373
|
+
Copyright (c) 2015, University of Washington Interactive Data Lab.
|
|
4374
|
+
All rights reserved.
|
|
4361
4375
|
|
|
4362
|
-
|
|
4376
|
+
Redistribution and use in source and binary forms, with or without
|
|
4377
|
+
modification, are permitted provided that the following conditions are met:
|
|
4363
4378
|
|
|
4364
|
-
|
|
4379
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
4380
|
+
list of conditions and the following disclaimer.
|
|
4365
4381
|
|
|
4366
|
-
|
|
4367
|
-
|
|
4368
|
-
|
|
4369
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
4370
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
4371
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
4372
|
-
the following conditions:
|
|
4382
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
4383
|
+
this list of conditions and the following disclaimer in the documentation
|
|
4384
|
+
and/or other materials provided with the distribution.
|
|
4373
4385
|
|
|
4374
|
-
|
|
4375
|
-
|
|
4386
|
+
3. Neither the name of the copyright holder nor the names of its contributors
|
|
4387
|
+
may be used to endorse or promote products derived from this software
|
|
4388
|
+
without specific prior written permission.
|
|
4376
4389
|
|
|
4377
|
-
|
|
4378
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
4379
|
-
MERCHANTABILITY
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4390
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
4391
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
4392
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
4393
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
|
4394
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
4395
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
4396
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
4397
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
4398
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
4399
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
4384
4400
|
|
|
4385
4401
|
---
|
|
4386
4402
|
|
|
4387
|
-
Name:
|
|
4388
|
-
Version:
|
|
4403
|
+
Name: vega-schema-url-parser
|
|
4404
|
+
Version: 1.1.0
|
|
4389
4405
|
License: BSD-3-Clause
|
|
4390
4406
|
Private: false
|
|
4391
|
-
Description: A
|
|
4392
|
-
Repository:
|
|
4393
|
-
|
|
4407
|
+
Description: A parser to get the library and version from Vega and Vega-Lite schema URLs.
|
|
4408
|
+
Repository: undefined
|
|
4409
|
+
Author: Dominik Moritz <domoritz@gmail.com>
|
|
4394
4410
|
License Copyright:
|
|
4395
4411
|
===
|
|
4396
4412
|
|
|
4397
4413
|
BSD 3-Clause License
|
|
4398
4414
|
|
|
4399
|
-
Copyright (c)
|
|
4400
|
-
Forked from React (https://github.com/facebook/react) Copyright 2013-present, Facebook, Inc.
|
|
4415
|
+
Copyright (c) 2017, Vega
|
|
4401
4416
|
All rights reserved.
|
|
4402
4417
|
|
|
4403
4418
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -4427,311 +4442,329 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
4427
4442
|
|
|
4428
4443
|
---
|
|
4429
4444
|
|
|
4430
|
-
Name:
|
|
4431
|
-
Version:
|
|
4432
|
-
License:
|
|
4445
|
+
Name: vega-themes
|
|
4446
|
+
Version: 2.15.0
|
|
4447
|
+
License: BSD-3-Clause
|
|
4433
4448
|
Private: false
|
|
4434
|
-
Description:
|
|
4435
|
-
Repository:
|
|
4436
|
-
|
|
4437
|
-
|
|
4449
|
+
Description: Themes for stylized Vega and Vega-Lite visualizations.
|
|
4450
|
+
Repository: https://github.com/vega/vega-themes.git
|
|
4451
|
+
Author: UW Interactive Data Lab (https://idl.cs.washington.edu)
|
|
4452
|
+
Contributors:
|
|
4453
|
+
Emily Gu (https://github.com/emilygu)
|
|
4454
|
+
Arvind Satyanarayan (http://arvindsatya.com)
|
|
4455
|
+
Jeffrey Heer (https://idl.cs.washington.edu)
|
|
4456
|
+
Dominik Moritz (https://www.domoritz.de)
|
|
4438
4457
|
License Copyright:
|
|
4439
4458
|
===
|
|
4440
4459
|
|
|
4441
|
-
|
|
4460
|
+
Copyright (c) 2016, University of Washington Interactive Data Lab
|
|
4461
|
+
All rights reserved.
|
|
4442
4462
|
|
|
4443
|
-
|
|
4463
|
+
Redistribution and use in source and binary forms, with or without
|
|
4464
|
+
modification, are permitted provided that the following conditions are met:
|
|
4444
4465
|
|
|
4445
|
-
|
|
4446
|
-
of
|
|
4447
|
-
in the Software without restriction, including without limitation the rights
|
|
4448
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4449
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4450
|
-
furnished to do so, subject to the following conditions:
|
|
4466
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
4467
|
+
list of conditions and the following disclaimer.
|
|
4451
4468
|
|
|
4452
|
-
|
|
4453
|
-
|
|
4469
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
4470
|
+
this list of conditions and the following disclaimer in the documentation
|
|
4471
|
+
and/or other materials provided with the distribution.
|
|
4454
4472
|
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4473
|
+
3. Neither the name of the copyright holder nor the names of its contributors
|
|
4474
|
+
may be used to endorse or promote products derived from this software
|
|
4475
|
+
without specific prior written permission.
|
|
4476
|
+
|
|
4477
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
4478
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
4479
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
4480
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
|
4481
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
4482
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
4483
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
4484
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
4485
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
4486
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
4462
4487
|
|
|
4463
4488
|
---
|
|
4464
4489
|
|
|
4465
|
-
Name:
|
|
4466
|
-
Version:
|
|
4467
|
-
License:
|
|
4490
|
+
Name: vega-tooltip
|
|
4491
|
+
Version: 0.22.1
|
|
4492
|
+
License: BSD-3-Clause
|
|
4468
4493
|
Private: false
|
|
4469
|
-
Description:
|
|
4470
|
-
Repository: https://github.com/
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
===
|
|
4474
|
-
|
|
4475
|
-
MIT License
|
|
4476
|
-
|
|
4477
|
-
Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
|
|
4478
|
-
|
|
4479
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4480
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4481
|
-
in the Software without restriction, including without limitation the rights
|
|
4482
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4483
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4484
|
-
furnished to do so, subject to the following conditions:
|
|
4494
|
+
Description: A tooltip plugin for Vega-Lite and Vega visualizations.
|
|
4495
|
+
Repository: https://github.com/vega/vega-tooltip.git
|
|
4496
|
+
Homepage: https://github.com/vega/vega-tooltip#readme
|
|
4497
|
+
Author: UW Interactive Data Lab (https://idl.cs.washington.edu)
|
|
4485
4498
|
|
|
4486
|
-
|
|
4487
|
-
all copies or substantial portions of the Software.
|
|
4499
|
+
---
|
|
4488
4500
|
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4501
|
+
Name: vega-embed
|
|
4502
|
+
Version: 6.5.1
|
|
4503
|
+
License: BSD-3-Clause
|
|
4504
|
+
Private: false
|
|
4505
|
+
Description: Publish Vega visualizations as embedded web components.
|
|
4506
|
+
Repository: http://github.com/vega/vega-embed.git
|
|
4507
|
+
Author: UW Interactive Data Lab (http://idl.cs.washington.edu)
|
|
4508
|
+
Contributors:
|
|
4509
|
+
Dominik Moritz (https://www.domoritz.de)
|
|
4496
4510
|
|
|
4497
4511
|
---
|
|
4498
4512
|
|
|
4499
|
-
Name:
|
|
4500
|
-
Version:
|
|
4501
|
-
License:
|
|
4513
|
+
Name: react-vega
|
|
4514
|
+
Version: 8.0.0
|
|
4515
|
+
License: null
|
|
4502
4516
|
Private: false
|
|
4503
|
-
Description: A
|
|
4504
|
-
Repository:
|
|
4505
|
-
Author:
|
|
4517
|
+
Description: A React wrapper for vega-embed
|
|
4518
|
+
Repository: undefined
|
|
4519
|
+
Author: Vega (https://vega.github.io)
|
|
4506
4520
|
License Copyright:
|
|
4507
4521
|
===
|
|
4508
4522
|
|
|
4509
|
-
Copyright (
|
|
4523
|
+
Copyright (c) 2025, Vega
|
|
4524
|
+
All rights reserved.
|
|
4510
4525
|
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
in the Software without restriction, including without limitation the rights
|
|
4514
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4515
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4516
|
-
furnished to do so, subject to the following conditions:
|
|
4526
|
+
Redistribution and use in source and binary forms, with or without
|
|
4527
|
+
modification, are permitted provided that the following conditions are met:
|
|
4517
4528
|
|
|
4518
|
-
|
|
4519
|
-
|
|
4529
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
4530
|
+
list of conditions and the following disclaimer.
|
|
4520
4531
|
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4532
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
4533
|
+
this list of conditions and the following disclaimer in the documentation
|
|
4534
|
+
and/or other materials provided with the distribution.
|
|
4535
|
+
|
|
4536
|
+
3. Neither the name of the copyright holder nor the names of its contributors
|
|
4537
|
+
may be used to endorse or promote products derived from this software
|
|
4538
|
+
without specific prior written permission.
|
|
4539
|
+
|
|
4540
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
4541
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
4542
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
4543
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
|
4544
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
4545
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
4546
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
4547
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
4548
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
4549
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
4528
4550
|
|
|
4529
4551
|
---
|
|
4530
4552
|
|
|
4531
|
-
Name:
|
|
4532
|
-
Version:
|
|
4553
|
+
Name: html-react-parser
|
|
4554
|
+
Version: 5.2.16
|
|
4533
4555
|
License: MIT
|
|
4534
4556
|
Private: false
|
|
4535
|
-
Description:
|
|
4536
|
-
Repository: git+https://github.com/
|
|
4537
|
-
|
|
4538
|
-
Author: Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
4557
|
+
Description: HTML to React parser.
|
|
4558
|
+
Repository: git+https://github.com/remarkablemark/html-react-parser.git
|
|
4559
|
+
Author: Mark <mark@remarkablemark.org> (https://remarkabl.org)
|
|
4539
4560
|
License Copyright:
|
|
4540
4561
|
===
|
|
4541
4562
|
|
|
4542
|
-
|
|
4563
|
+
The MIT License
|
|
4543
4564
|
|
|
4544
|
-
|
|
4545
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4546
|
-
in the Software without restriction, including without limitation the rights
|
|
4547
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4548
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4549
|
-
furnished to do so, subject to the following conditions:
|
|
4565
|
+
Copyright (c) 2016 Menglin "Mark" Xu <mark@remarkablemark.org>
|
|
4550
4566
|
|
|
4551
|
-
|
|
4552
|
-
|
|
4567
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
4568
|
+
a copy of this software and associated documentation files (the
|
|
4569
|
+
"Software"), to deal in the Software without restriction, including
|
|
4570
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
4571
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
4572
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
4573
|
+
the following conditions:
|
|
4553
4574
|
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
THE
|
|
4575
|
+
The above copyright notice and this permission notice shall be
|
|
4576
|
+
included in all copies or substantial portions of the Software.
|
|
4577
|
+
|
|
4578
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4579
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4580
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4581
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
4582
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4583
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4584
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4561
4585
|
|
|
4562
4586
|
---
|
|
4563
4587
|
|
|
4564
|
-
Name:
|
|
4565
|
-
Version: 1.
|
|
4588
|
+
Name: html-dom-parser
|
|
4589
|
+
Version: 5.1.7
|
|
4566
4590
|
License: MIT
|
|
4567
4591
|
Private: false
|
|
4568
|
-
Description:
|
|
4569
|
-
Repository: git+https://github.com/
|
|
4570
|
-
|
|
4571
|
-
Author: Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
4592
|
+
Description: HTML to DOM parser.
|
|
4593
|
+
Repository: git+https://github.com/remarkablemark/html-dom-parser.git
|
|
4594
|
+
Author: Mark <mark@remarkablemark.org> (https://remarkabl.org)
|
|
4572
4595
|
License Copyright:
|
|
4573
4596
|
===
|
|
4574
4597
|
|
|
4575
|
-
|
|
4598
|
+
MIT License
|
|
4599
|
+
|
|
4600
|
+
Copyright (c) 2016 Menglin "Mark" Xu <mark@remarkablemark.org>
|
|
4601
|
+
|
|
4602
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
4603
|
+
a copy of this software and associated documentation files (the
|
|
4604
|
+
"Software"), to deal in the Software without restriction, including
|
|
4605
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
4606
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
4607
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
4608
|
+
the following conditions:
|
|
4609
|
+
|
|
4610
|
+
The above copyright notice and this permission notice shall be
|
|
4611
|
+
included in all copies or substantial portions of the Software.
|
|
4576
4612
|
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4613
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4614
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4615
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4616
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
4617
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4618
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4619
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4583
4620
|
|
|
4584
|
-
|
|
4585
|
-
all copies or substantial portions of the Software.
|
|
4621
|
+
---
|
|
4586
4622
|
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
THE SOFTWARE.
|
|
4623
|
+
Name: react-property
|
|
4624
|
+
Version: 2.0.2
|
|
4625
|
+
License: MIT
|
|
4626
|
+
Private: false
|
|
4627
|
+
Description: HTML and SVG DOM property configs used by React.
|
|
4628
|
+
Repository: https://github.com/remarkablemark/react-dom-core
|
|
4594
4629
|
|
|
4595
4630
|
---
|
|
4596
4631
|
|
|
4597
|
-
Name:
|
|
4598
|
-
Version:
|
|
4632
|
+
Name: style-to-object
|
|
4633
|
+
Version: 1.0.14
|
|
4599
4634
|
License: MIT
|
|
4600
4635
|
Private: false
|
|
4601
|
-
Description:
|
|
4602
|
-
Repository: https://github.com/
|
|
4603
|
-
Author:
|
|
4636
|
+
Description: Parse CSS inline style to JavaScript object.
|
|
4637
|
+
Repository: git+https://github.com/remarkablemark/style-to-object.git
|
|
4638
|
+
Author: Mark <mark@remarkablemark.org>
|
|
4604
4639
|
License Copyright:
|
|
4605
4640
|
===
|
|
4606
4641
|
|
|
4607
|
-
MIT License
|
|
4642
|
+
The MIT License (MIT)
|
|
4608
4643
|
|
|
4609
|
-
Copyright (
|
|
4644
|
+
Copyright (c) 2017 Menglin "Mark" Xu <mark@remarkablemark.org>
|
|
4610
4645
|
|
|
4611
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
4612
|
-
of this software and associated documentation files (the
|
|
4613
|
-
in the Software without restriction, including
|
|
4614
|
-
to use, copy, modify, merge, publish,
|
|
4615
|
-
copies of the Software, and to
|
|
4616
|
-
furnished to do so, subject to
|
|
4646
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
4647
|
+
a copy of this software and associated documentation files (the
|
|
4648
|
+
"Software"), to deal in the Software without restriction, including
|
|
4649
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
4650
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
4651
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
4652
|
+
the following conditions:
|
|
4617
4653
|
|
|
4618
|
-
The above copyright notice and this permission notice shall be
|
|
4619
|
-
all copies or substantial portions of the Software.
|
|
4654
|
+
The above copyright notice and this permission notice shall be
|
|
4655
|
+
included in all copies or substantial portions of the Software.
|
|
4620
4656
|
|
|
4621
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4622
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4623
|
-
FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
THE SOFTWARE.
|
|
4657
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4658
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4659
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4660
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
4661
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4662
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4663
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4628
4664
|
|
|
4629
4665
|
---
|
|
4630
4666
|
|
|
4631
|
-
Name:
|
|
4632
|
-
Version:
|
|
4667
|
+
Name: inline-style-parser
|
|
4668
|
+
Version: 0.2.7
|
|
4633
4669
|
License: MIT
|
|
4634
4670
|
Private: false
|
|
4635
|
-
Description:
|
|
4636
|
-
Repository: https://github.com/
|
|
4637
|
-
Author: Marijn Haverbeke <marijn@haverbeke.berlin>
|
|
4671
|
+
Description: An inline style parser.
|
|
4672
|
+
Repository: git+https://github.com/remarkablemark/inline-style-parser.git
|
|
4638
4673
|
License Copyright:
|
|
4639
4674
|
===
|
|
4640
4675
|
|
|
4641
|
-
MIT License
|
|
4676
|
+
(The MIT License)
|
|
4642
4677
|
|
|
4643
|
-
Copyright (
|
|
4678
|
+
Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>
|
|
4644
4679
|
|
|
4645
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4646
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4647
|
-
in the Software without restriction, including without limitation the rights
|
|
4648
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4649
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4650
|
-
furnished to do so, subject to the following conditions:
|
|
4680
|
+
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:
|
|
4651
4681
|
|
|
4652
|
-
The above copyright notice and this permission notice shall be included in
|
|
4653
|
-
all copies or substantial portions of the Software.
|
|
4682
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4654
4683
|
|
|
4655
|
-
THE SOFTWARE IS PROVIDED
|
|
4656
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4657
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4658
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4659
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4660
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4661
|
-
THE SOFTWARE.
|
|
4684
|
+
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.
|
|
4662
4685
|
|
|
4663
4686
|
---
|
|
4664
4687
|
|
|
4665
|
-
Name:
|
|
4666
|
-
Version: 1.
|
|
4688
|
+
Name: style-to-js
|
|
4689
|
+
Version: 1.1.21
|
|
4667
4690
|
License: MIT
|
|
4668
4691
|
Private: false
|
|
4669
|
-
Description:
|
|
4670
|
-
Repository: https://github.com/
|
|
4671
|
-
Author:
|
|
4692
|
+
Description: Parses CSS inline style to JavaScript object (camelCased).
|
|
4693
|
+
Repository: git+https://github.com/remarkablemark/style-to-js.git
|
|
4694
|
+
Author: Mark <mark@remarkablemark.org>
|
|
4672
4695
|
License Copyright:
|
|
4673
4696
|
===
|
|
4674
4697
|
|
|
4675
|
-
MIT License
|
|
4698
|
+
The MIT License (MIT)
|
|
4676
4699
|
|
|
4677
|
-
Copyright (
|
|
4700
|
+
Copyright (c) 2020 Menglin "Mark" Xu <mark@remarkablemark.org>
|
|
4678
4701
|
|
|
4679
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
4680
|
-
of this software and associated documentation files (the
|
|
4681
|
-
in the Software without restriction, including
|
|
4682
|
-
to use, copy, modify, merge, publish,
|
|
4683
|
-
copies of the Software, and to
|
|
4684
|
-
furnished to do so, subject to
|
|
4702
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
4703
|
+
a copy of this software and associated documentation files (the
|
|
4704
|
+
"Software"), to deal in the Software without restriction, including
|
|
4705
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
4706
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
4707
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
4708
|
+
the following conditions:
|
|
4685
4709
|
|
|
4686
|
-
The above copyright notice and this permission notice shall be
|
|
4687
|
-
all copies or substantial portions of the Software.
|
|
4710
|
+
The above copyright notice and this permission notice shall be
|
|
4711
|
+
included in all copies or substantial portions of the Software.
|
|
4688
4712
|
|
|
4689
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4690
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4691
|
-
FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
THE SOFTWARE.
|
|
4713
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
4714
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4715
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
4716
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
4717
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4718
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
4719
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4696
4720
|
|
|
4697
4721
|
---
|
|
4698
4722
|
|
|
4699
|
-
Name:
|
|
4700
|
-
Version:
|
|
4701
|
-
License:
|
|
4723
|
+
Name: react-transition-group
|
|
4724
|
+
Version: 4.4.5
|
|
4725
|
+
License: BSD-3-Clause
|
|
4702
4726
|
Private: false
|
|
4703
|
-
Description:
|
|
4704
|
-
Repository: https://github.com/
|
|
4705
|
-
|
|
4727
|
+
Description: A react component toolset for managing animations
|
|
4728
|
+
Repository: https://github.com/reactjs/react-transition-group.git
|
|
4729
|
+
Homepage: https://github.com/reactjs/react-transition-group#readme
|
|
4706
4730
|
License Copyright:
|
|
4707
4731
|
===
|
|
4708
4732
|
|
|
4709
|
-
|
|
4733
|
+
BSD 3-Clause License
|
|
4710
4734
|
|
|
4711
|
-
Copyright (
|
|
4735
|
+
Copyright (c) 2018, React Community
|
|
4736
|
+
Forked from React (https://github.com/facebook/react) Copyright 2013-present, Facebook, Inc.
|
|
4737
|
+
All rights reserved.
|
|
4712
4738
|
|
|
4713
|
-
|
|
4714
|
-
|
|
4715
|
-
in the Software without restriction, including without limitation the rights
|
|
4716
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4717
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4718
|
-
furnished to do so, subject to the following conditions:
|
|
4739
|
+
Redistribution and use in source and binary forms, with or without
|
|
4740
|
+
modification, are permitted provided that the following conditions are met:
|
|
4719
4741
|
|
|
4720
|
-
|
|
4721
|
-
|
|
4742
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
4743
|
+
list of conditions and the following disclaimer.
|
|
4722
4744
|
|
|
4723
|
-
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4745
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
4746
|
+
this list of conditions and the following disclaimer in the documentation
|
|
4747
|
+
and/or other materials provided with the distribution.
|
|
4748
|
+
|
|
4749
|
+
* Neither the name of the copyright holder nor the names of its
|
|
4750
|
+
contributors may be used to endorse or promote products derived from
|
|
4751
|
+
this software without specific prior written permission.
|
|
4752
|
+
|
|
4753
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
4754
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
4755
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
4756
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
4757
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
4758
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
4759
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
4760
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
4761
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
4762
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
4730
4763
|
|
|
4731
4764
|
---
|
|
4732
4765
|
|
|
4733
4766
|
Name: @codemirror/commands
|
|
4734
|
-
Version: 6.
|
|
4767
|
+
Version: 6.10.1
|
|
4735
4768
|
License: MIT
|
|
4736
4769
|
Private: false
|
|
4737
4770
|
Description: Collection of editing commands for the CodeMirror code editor
|
|
@@ -4867,7 +4900,7 @@ THE SOFTWARE.
|
|
|
4867
4900
|
---
|
|
4868
4901
|
|
|
4869
4902
|
Name: @uiw/codemirror-extensions-basic-setup
|
|
4870
|
-
Version: 4.25.
|
|
4903
|
+
Version: 4.25.4
|
|
4871
4904
|
License: MIT
|
|
4872
4905
|
Private: false
|
|
4873
4906
|
Description: Basic configuration for the CodeMirror6 code editor.
|
|
@@ -4912,7 +4945,7 @@ THE SOFTWARE.
|
|
|
4912
4945
|
---
|
|
4913
4946
|
|
|
4914
4947
|
Name: @uiw/react-codemirror
|
|
4915
|
-
Version: 4.25.
|
|
4948
|
+
Version: 4.25.4
|
|
4916
4949
|
License: MIT
|
|
4917
4950
|
Private: false
|
|
4918
4951
|
Description: CodeMirror component for React.
|
|
@@ -5000,6 +5033,76 @@ THE SOFTWARE.
|
|
|
5000
5033
|
|
|
5001
5034
|
---
|
|
5002
5035
|
|
|
5036
|
+
Name: @hookform/resolvers
|
|
5037
|
+
Version: 5.2.2
|
|
5038
|
+
License: MIT
|
|
5039
|
+
Private: false
|
|
5040
|
+
Description: React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types, TypeBox, arktype, Typanion, Effect-TS and VineJS
|
|
5041
|
+
Repository: git+https://github.com/react-hook-form/resolvers.git
|
|
5042
|
+
Homepage: https://react-hook-form.com
|
|
5043
|
+
Author: bluebill1049 <bluebill1049@hotmail.com>
|
|
5044
|
+
License Copyright:
|
|
5045
|
+
===
|
|
5046
|
+
|
|
5047
|
+
MIT License
|
|
5048
|
+
|
|
5049
|
+
Copyright (c) 2019-present Beier(Bill) Luo
|
|
5050
|
+
|
|
5051
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5052
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5053
|
+
in the Software without restriction, including without limitation the rights
|
|
5054
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5055
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5056
|
+
furnished to do so, subject to the following conditions:
|
|
5057
|
+
|
|
5058
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5059
|
+
copies or substantial portions of the Software.
|
|
5060
|
+
|
|
5061
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5062
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5063
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5064
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5065
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5066
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5067
|
+
SOFTWARE.
|
|
5068
|
+
|
|
5069
|
+
---
|
|
5070
|
+
|
|
5071
|
+
Name: zod
|
|
5072
|
+
Version: 4.3.6
|
|
5073
|
+
License: MIT
|
|
5074
|
+
Private: false
|
|
5075
|
+
Description: TypeScript-first schema declaration and validation library with static type inference
|
|
5076
|
+
Repository: git+https://github.com/colinhacks/zod.git
|
|
5077
|
+
Homepage: https://zod.dev
|
|
5078
|
+
Author: Colin McDonnell <zod@colinhacks.com>
|
|
5079
|
+
License Copyright:
|
|
5080
|
+
===
|
|
5081
|
+
|
|
5082
|
+
MIT License
|
|
5083
|
+
|
|
5084
|
+
Copyright (c) 2025 Colin McDonnell
|
|
5085
|
+
|
|
5086
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5087
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5088
|
+
in the Software without restriction, including without limitation the rights
|
|
5089
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5090
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5091
|
+
furnished to do so, subject to the following conditions:
|
|
5092
|
+
|
|
5093
|
+
The above copyright notice and this permission notice shall be included in all
|
|
5094
|
+
copies or substantial portions of the Software.
|
|
5095
|
+
|
|
5096
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5097
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5098
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5099
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5100
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5101
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5102
|
+
SOFTWARE.
|
|
5103
|
+
|
|
5104
|
+
---
|
|
5105
|
+
|
|
5003
5106
|
Name: redux-persist
|
|
5004
5107
|
Version: 6.0.0
|
|
5005
5108
|
License: MIT
|