stimulsoft-dashboards-js-angular 2026.2.4 → 2026.3.1
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/LICENSE.md +325 -456
- package/THIRD-PARTY.md +385 -383
- package/package.json +1 -1
package/THIRD-PARTY.md
CHANGED
|
@@ -1,430 +1,186 @@
|
|
|
1
|
-
|
|
2
|
-
This document contains licensing information relating to the use of third-party software with or within the Stimulsoft Reports. Any terms, conditions, or restrictions on third-party software included within the Stimulsoft Reports that are not included within the original third-party software licenses are offered and imposed by Stimulsoft alone. The authors, licensors, and distributors of the third-party software disclaim all express or implied conditions, representations, and warranties relating to the third-party software and any liability arising from use and distribution of the third-party software.
|
|
1
|
+
## Stimulsoft Third-Party Software Notices
|
|
3
2
|
|
|
4
|
-
|
|
3
|
+
**Last Updated: 2026-06-16**
|
|
4
|
+
|
|
5
|
+
This document contains licensing information relating to the use of third-party software with or within the Stimulsoft software (Stimulsoft is a trademark of CloudReports sp. z o.o.). Any terms, conditions, or restrictions on third-party software included within the Stimulsoft software that are not included within the original third-party software licenses are offered and imposed by Stimulsoft alone. The authors, licensors, and distributors of the third-party software disclaim all express or implied conditions, representations, and warranties relating to the third-party software and any liability arising from use and distribution of the third-party software.
|
|
5
6
|
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
### Stimulsoft.Controls.Win
|
|
9
|
-
Stimulsoft
|
|
10
|
-
|
|
11
|
-
**Using:** .NET Product Line
|
|
10
|
+
Stimulsoft software uses third party WinForms controls from the DevComponents company. We do not provide source code for these GUI controls. You can include and redistribute this software with our programs free, but you cannot use these GUI controls directly from your software.
|
|
12
11
|
|
|
13
|
-
|
|
12
|
+
**Stimulsoft License**
|
|
14
13
|
|
|
15
14
|
---
|
|
16
15
|
|
|
17
16
|
### LibExcel
|
|
18
|
-
This assembly is used to access the Excel files. It is applicable in the Excel Connection in the report designer. Stimulsoft
|
|
17
|
+
This assembly is used to access the Excel files. It is applicable in the Excel Connection in the report designer. Stimulsoft software does not use this software directly and uses reflection to access it. If you are not going to use the Excel data source you may not use LibExcel.dll.
|
|
19
18
|
|
|
20
|
-
**
|
|
21
|
-
|
|
22
|
-
#### GNU Lesser General Public License
|
|
19
|
+
**GNU Lesser General Public License**
|
|
23
20
|
|
|
24
21
|
---
|
|
25
22
|
|
|
26
23
|
### Json.NET
|
|
27
24
|
Json.NET is a popular high-performance JSON framework for .NET.
|
|
28
25
|
|
|
29
|
-
|
|
30
|
-
**Website:** https://www.nuget.org/packages/Newtonsoft.Json
|
|
26
|
+
https://www.nuget.org/packages/Newtonsoft.Json
|
|
31
27
|
|
|
32
|
-
|
|
28
|
+
**The MIT License**
|
|
33
29
|
Copyright (c) 2007 James Newton-King
|
|
34
30
|
|
|
35
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
36
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
37
|
-
the Software without restriction, including without limitation the rights to
|
|
38
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
39
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
40
|
-
subject to the following conditions:
|
|
31
|
+
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:
|
|
41
32
|
|
|
42
|
-
The above copyright notice and this permission notice shall be included in all
|
|
43
|
-
copies or substantial portions of the Software.
|
|
33
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
44
34
|
|
|
45
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
46
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
47
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
48
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
49
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
50
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
51
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
52
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
35
|
+
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.
|
|
53
36
|
|
|
54
37
|
---
|
|
55
38
|
|
|
56
39
|
### canvg.js
|
|
57
40
|
canvg is a SVG parser and renderer.
|
|
58
41
|
|
|
59
|
-
|
|
60
|
-
**Website:** https://github.com/canvg/canvg
|
|
42
|
+
https://github.com/canvg/canvg
|
|
61
43
|
|
|
62
|
-
|
|
63
|
-
Copyright (c) 2010-2011 Gabe Lerner (gabelerner@gmail.com)
|
|
44
|
+
**The MIT License**
|
|
45
|
+
Copyright (c) 2010-2011 Gabe Lerner (gabelerner@gmail.com)
|
|
46
|
+
http://code.google.com/p/canvg/
|
|
64
47
|
|
|
65
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
66
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
67
|
-
the Software without restriction, including without limitation the rights to
|
|
68
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
69
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
70
|
-
subject to the following conditions:
|
|
48
|
+
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:
|
|
71
49
|
|
|
72
|
-
The above copyright notice and this permission notice shall be included in all
|
|
73
|
-
copies or substantial portions of the Software.
|
|
50
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
74
51
|
|
|
75
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
76
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
77
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
78
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
79
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
80
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
81
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
82
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
52
|
+
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.
|
|
83
53
|
|
|
84
54
|
---
|
|
85
55
|
|
|
86
|
-
###
|
|
87
|
-
|
|
56
|
+
### fflate
|
|
57
|
+
High performance (de)compression in an 8kB package.
|
|
88
58
|
|
|
89
|
-
|
|
90
|
-
**Website:** https://github.com/Stuk/jszip
|
|
59
|
+
https://github.com/101arrowz/fflate
|
|
91
60
|
|
|
92
|
-
|
|
93
|
-
Copyright (c)
|
|
61
|
+
**The MIT License**
|
|
62
|
+
Copyright (c) 2023 Arjun Barrett
|
|
94
63
|
|
|
95
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
96
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
97
|
-
the Software without restriction, including without limitation the rights to
|
|
98
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
99
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
100
|
-
subject to the following conditions:
|
|
64
|
+
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:
|
|
101
65
|
|
|
102
|
-
The above copyright notice and this permission notice shall be included in all
|
|
103
|
-
copies or substantial portions of the Software.
|
|
66
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
104
67
|
|
|
105
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
106
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
107
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
108
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
109
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
110
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
111
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
112
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
68
|
+
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.
|
|
113
69
|
|
|
114
70
|
---
|
|
115
71
|
|
|
116
|
-
###
|
|
117
|
-
|
|
72
|
+
### fontkit
|
|
73
|
+
Fontkit is an advanced font engine for Node and the browser, used by PDFKit. It supports many font formats, advanced glyph substitution and layout features, glyph path extraction, color emoji glyphs, font subsetting, and more.
|
|
118
74
|
|
|
119
|
-
|
|
120
|
-
**Website:** https://github.com/nodebox/opentype.js
|
|
75
|
+
https://github.com/foliojs/fontkit
|
|
121
76
|
|
|
122
|
-
|
|
77
|
+
The MIT License
|
|
123
78
|
Copyright (c) 2017 Frederik De Bleser
|
|
124
79
|
|
|
125
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
126
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
127
|
-
the Software without restriction, including without limitation the rights to
|
|
128
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
129
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
130
|
-
subject to the following conditions:
|
|
131
|
-
|
|
132
|
-
The above copyright notice and this permission notice shall be included in all
|
|
133
|
-
copies or substantial portions of the Software.
|
|
134
|
-
|
|
135
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
136
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
137
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
138
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
139
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
140
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
141
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
142
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
143
|
-
|
|
144
|
-
---
|
|
145
|
-
|
|
146
|
-
### pako_deflate.js
|
|
147
|
-
High speed zlib port to javascript, works in browser & node.js.
|
|
148
|
-
|
|
149
|
-
**Using:** JS Product Line
|
|
150
|
-
**Website:** https://github.com/nodeca/pako
|
|
151
|
-
|
|
152
|
-
#### The MIT License
|
|
153
|
-
Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
|
|
154
|
-
|
|
155
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
156
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
157
|
-
the Software without restriction, including without limitation the rights to
|
|
158
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
159
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
160
|
-
subject to the following conditions:
|
|
161
|
-
|
|
162
|
-
The above copyright notice and this permission notice shall be included in all
|
|
163
|
-
copies or substantial portions of the Software.
|
|
164
|
-
|
|
165
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
166
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
167
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
168
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
169
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
170
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
171
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
172
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
173
|
-
|
|
174
|
-
---
|
|
175
|
-
|
|
176
|
-
### rgbcolor.js
|
|
177
|
-
A JavaScript class that accepts a string and tries to figure out a valid color out of it.
|
|
178
|
-
|
|
179
|
-
**Using:** JS Product Line
|
|
180
|
-
**Website:** https://github.com/diegotremper/rgb-color
|
|
181
|
-
|
|
182
|
-
#### The MIT License
|
|
183
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
184
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
185
|
-
the Software without restriction, including without limitation the rights to
|
|
186
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
187
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
188
|
-
subject to the following conditions:
|
|
80
|
+
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:
|
|
189
81
|
|
|
190
|
-
The above copyright notice and this permission notice shall be included in all
|
|
191
|
-
copies or substantial portions of the Software.
|
|
82
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
192
83
|
|
|
193
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
194
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
195
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
196
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
197
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
198
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
199
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
200
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
84
|
+
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.
|
|
201
85
|
|
|
202
86
|
---
|
|
203
87
|
|
|
204
88
|
### sync-request
|
|
205
89
|
Make synchronous web requests with cross platform support.
|
|
206
90
|
|
|
207
|
-
|
|
208
|
-
**Website:** https://github.com/ForbesLindesay/sync-request
|
|
91
|
+
https://github.com/ForbesLindesay/sync-request
|
|
209
92
|
|
|
210
|
-
|
|
93
|
+
**The MIT License**
|
|
211
94
|
Copyright (c) 2014 Forbes Lindesay
|
|
212
95
|
|
|
213
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
214
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
215
|
-
the Software without restriction, including without limitation the rights to
|
|
216
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
217
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
218
|
-
subject to the following conditions:
|
|
219
|
-
|
|
220
|
-
The above copyright notice and this permission notice shall be included in all
|
|
221
|
-
copies or substantial portions of the Software.
|
|
222
|
-
|
|
223
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
224
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
225
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
226
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
227
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
228
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
229
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
230
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
231
|
-
|
|
232
|
-
---
|
|
233
|
-
|
|
234
|
-
### stackblur
|
|
235
|
-
Make synchronous web requests with cross platform support.
|
|
236
|
-
|
|
237
|
-
**Using:** JS Product Line
|
|
238
|
-
**Website:** https://www.npmjs.com/package/stackblur
|
|
239
|
-
|
|
240
|
-
#### BSD 2-clause "Simplified" License
|
|
241
|
-
StackBlur - a fast almost Gaussian Blur For Canvas
|
|
242
|
-
|
|
243
|
-
Version: 0.5
|
|
244
|
-
Author: Mario Klingemann
|
|
245
|
-
Contact: mario@quasimondo.com
|
|
246
|
-
Website: http://www.quasimondo.com/StackBlurForCanvas
|
|
247
|
-
Twitter: @quasimondo
|
|
248
|
-
|
|
249
|
-
In case you find this class useful - especially in commercial projects -
|
|
250
|
-
I am not totally unhappy for a small donation to my PayPal account
|
|
251
|
-
mario@quasimondo.de
|
|
252
|
-
|
|
253
|
-
Or support me on flattr: https://flattr.com/thing/72791/StackBlur-a-fast-almost-Gaussian-Blur-Effect-for-CanvasJavascript
|
|
254
|
-
|
|
255
|
-
Copyright (c) 2010 Mario Klingemann
|
|
256
|
-
|
|
257
|
-
Permission is hereby granted, free of charge, to any person
|
|
258
|
-
obtaining a copy of this software and associated documentation
|
|
259
|
-
files (the "Software"), to deal in the Software without
|
|
260
|
-
restriction, including without limitation the rights to use,
|
|
261
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
262
|
-
copies of the Software, and to permit persons to whom the
|
|
263
|
-
Software is furnished to do so, subject to the following
|
|
264
|
-
conditions:
|
|
96
|
+
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:
|
|
265
97
|
|
|
266
|
-
The above copyright notice and this permission notice shall be
|
|
267
|
-
included in all copies or substantial portions of the Software.
|
|
98
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
268
99
|
|
|
269
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
270
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
271
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
272
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
273
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
274
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
275
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
276
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
100
|
+
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.
|
|
277
101
|
|
|
278
102
|
---
|
|
279
103
|
|
|
280
104
|
### xlsx.js
|
|
281
105
|
SheetJS Community Edition -- Spreadsheet Parser and Writer.
|
|
282
106
|
|
|
283
|
-
|
|
284
|
-
**Website:** https://github.com/SheetJS/js-xlsx
|
|
107
|
+
https://github.com/SheetJS/js-xlsx
|
|
285
108
|
|
|
286
|
-
|
|
109
|
+
**Apache License 2.0**
|
|
287
110
|
Copyright 2012-present SheetJS LLC
|
|
288
111
|
|
|
289
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
290
|
-
you may not use this file except in compliance with the License.
|
|
291
|
-
You may obtain a copy of the License at
|
|
292
|
-
|
|
293
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
294
|
-
|
|
295
|
-
Unless required by applicable law or agreed to in writing, software
|
|
296
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
297
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
298
|
-
See the License for the specific language governing permissions and
|
|
299
|
-
limitations under the License.
|
|
112
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
|
300
113
|
|
|
301
114
|
---
|
|
302
115
|
|
|
303
116
|
### mssql
|
|
304
117
|
Microsoft SQL Server client for Node.js.
|
|
305
118
|
|
|
306
|
-
|
|
307
|
-
**Website:** https://github.com/patriksimek/node-mssql
|
|
119
|
+
https://github.com/patriksimek/node-mssql
|
|
308
120
|
|
|
309
|
-
|
|
121
|
+
**The MIT License**
|
|
310
122
|
Copyright (c) 2013-2017 Patrik Simek
|
|
311
123
|
|
|
312
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
313
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
314
|
-
the Software without restriction, including without limitation the rights to
|
|
315
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
316
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
317
|
-
subject to the following conditions:
|
|
124
|
+
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:
|
|
318
125
|
|
|
319
|
-
The above copyright notice and this permission notice shall be included in all
|
|
320
|
-
copies or substantial portions of the Software.
|
|
126
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
321
127
|
|
|
322
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
323
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
324
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
325
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
326
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
327
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
328
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
329
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
128
|
+
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.
|
|
330
129
|
|
|
331
130
|
---
|
|
332
131
|
|
|
333
|
-
###
|
|
334
|
-
|
|
132
|
+
### MySQL2
|
|
133
|
+
MySQL client for Node.js with focus on performance.
|
|
335
134
|
|
|
336
|
-
|
|
337
|
-
**Website:** https://github.com/mysqljs/mysql
|
|
135
|
+
https://github.com/sidorares/node-mysql2
|
|
338
136
|
|
|
339
|
-
|
|
340
|
-
Copyright (c)
|
|
137
|
+
**The MIT License**
|
|
138
|
+
Copyright (c) 2016 Andrey Sidorov and contributors
|
|
341
139
|
|
|
342
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
343
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
344
|
-
the Software without restriction, including without limitation the rights to
|
|
345
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
346
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
347
|
-
subject to the following conditions:
|
|
140
|
+
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:
|
|
348
141
|
|
|
349
|
-
The above copyright notice and this permission notice shall be included in all
|
|
350
|
-
copies or substantial portions of the Software.
|
|
142
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
351
143
|
|
|
352
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
353
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
354
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
355
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
356
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
357
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
358
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
359
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
144
|
+
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.
|
|
360
145
|
|
|
361
146
|
---
|
|
362
147
|
|
|
363
148
|
### pg
|
|
364
149
|
PostgreSQL client for node.js.
|
|
365
150
|
|
|
366
|
-
|
|
367
|
-
**Website:** https://github.com/brianc/node-postgres
|
|
151
|
+
https://github.com/brianc/node-postgres
|
|
368
152
|
|
|
369
|
-
|
|
153
|
+
**The MIT License**
|
|
370
154
|
Copyright (c) 2010 - 2017 Brian Carlson
|
|
371
155
|
|
|
372
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
373
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
374
|
-
the Software without restriction, including without limitation the rights to
|
|
375
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
376
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
377
|
-
subject to the following conditions:
|
|
156
|
+
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:
|
|
378
157
|
|
|
379
|
-
The above copyright notice and this permission notice shall be included in all
|
|
380
|
-
copies or substantial portions of the Software.
|
|
158
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
381
159
|
|
|
382
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
383
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
384
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
385
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
386
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
387
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
388
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
389
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
160
|
+
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.
|
|
390
161
|
|
|
391
162
|
---
|
|
392
163
|
|
|
393
164
|
### MailKit
|
|
394
165
|
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.
|
|
395
166
|
|
|
396
|
-
|
|
397
|
-
**Website:** https://www.nuget.org/packages/MailKit
|
|
167
|
+
https://www.nuget.org/packages/MailKit
|
|
398
168
|
|
|
399
|
-
|
|
400
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
401
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
402
|
-
the Software without restriction, including without limitation the rights to
|
|
403
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
404
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
405
|
-
subject to the following conditions:
|
|
169
|
+
**The MIT License**
|
|
170
|
+
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:
|
|
406
171
|
|
|
407
|
-
The above copyright notice and this permission notice shall be included in all
|
|
408
|
-
copies or substantial portions of the Software.
|
|
172
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
409
173
|
|
|
410
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
411
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
412
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
413
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
414
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
415
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
416
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
417
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
174
|
+
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.
|
|
418
175
|
|
|
419
176
|
---
|
|
420
177
|
|
|
421
178
|
### Npgsql
|
|
422
179
|
Npgsql is the open source .NET data provider for PostgreSQL.
|
|
423
180
|
|
|
424
|
-
|
|
425
|
-
**Website:** https://www.nuget.org/packages/Npgsql
|
|
181
|
+
https://www.nuget.org/packages/Npgsql
|
|
426
182
|
|
|
427
|
-
|
|
183
|
+
**License**
|
|
428
184
|
Copyright (c) 2002-2017, The Npgsql Development Team
|
|
429
185
|
|
|
430
186
|
Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.
|
|
@@ -436,12 +192,15 @@ THE NPGSQL DEVELOPMENT TEAM SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BU
|
|
|
436
192
|
---
|
|
437
193
|
|
|
438
194
|
### PHPMailer
|
|
439
|
-
|
|
195
|
+
Used in the PHP edition of Stimulsoft (report delivery by e-mail). Distributed as a separate Composer dependency - no modifications to upstream code, no merging with the proprietary core.
|
|
196
|
+
|
|
197
|
+
https://github.com/PHPMailer/PHPMailer
|
|
440
198
|
|
|
441
|
-
**
|
|
442
|
-
|
|
199
|
+
**GNU Lesser General Public License**
|
|
200
|
+
GNU LESSER GENERAL PUBLIC LICENSE
|
|
201
|
+
Version 2.1, February 1999
|
|
443
202
|
|
|
444
|
-
|
|
203
|
+
Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
|
|
445
204
|
|
|
446
205
|
---
|
|
447
206
|
|
|
@@ -450,10 +209,9 @@ Public fork of the C# SVG rendering library on codeplex: https://svg.codeplex.co
|
|
|
450
209
|
|
|
451
210
|
Svg.dll assembly is used to access the SVG files. If you are not going to use the SVG images you may not use SVG.dll.
|
|
452
211
|
|
|
453
|
-
|
|
454
|
-
**Website:** https://www.nuget.org/packages/svg
|
|
212
|
+
https://www.nuget.org/packages/svg
|
|
455
213
|
|
|
456
|
-
|
|
214
|
+
**Microsoft Public License (Ms-PL)**
|
|
457
215
|
Copyright (c) 2007 James Newton-King
|
|
458
216
|
|
|
459
217
|
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
|
|
@@ -486,78 +244,29 @@ A "contributor" is any person that distributes its contribution under this licen
|
|
|
486
244
|
|
|
487
245
|
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
|
|
488
246
|
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
### SVG Salamander
|
|
492
|
-
SVG Salamander is an SVG engine for Java that's designed to be small, fast, and allow programmers to use it with a minimum of fuss. It's in particular targeted for making it easy to integrate SVG into Java games and making it much easier for artists to design 2D game content - from rich interactive menus to charts and graphics to complex animations.
|
|
493
|
-
|
|
494
|
-
**Using:** Reports.Java
|
|
495
|
-
**Website:** https://github.com/blackears/svgSalamander
|
|
496
|
-
|
|
497
|
-
SVG Salamander is available both under the LGPL and BSD licenses.
|
|
498
|
-
|
|
499
|
-
#### License
|
|
500
|
-
Copyright (c) Mark McKay mark@kitfox.com
|
|
501
|
-
|
|
502
|
-
Permission is hereby granted, free of charge, to any person
|
|
503
|
-
obtaining a copy of this software and associated documentation
|
|
504
|
-
files (the "Software"), to deal in the Software without
|
|
505
|
-
restriction, including without limitation the rights to use,
|
|
506
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
507
|
-
copies of the Software, and to permit persons to whom the
|
|
508
|
-
Software is furnished to do so, subject to the following
|
|
509
|
-
conditions:
|
|
510
|
-
|
|
511
|
-
The above copyright notice and this permission notice shall be
|
|
512
|
-
included in all copies or substantial portions of the Software.
|
|
513
|
-
|
|
514
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
515
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
516
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
517
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
518
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
519
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
520
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
521
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
522
|
-
|
|
523
|
-
---
|
|
247
|
+
--
|
|
524
248
|
|
|
525
249
|
### NCalc
|
|
526
250
|
NCalc is a mathematical expressions evaluator in .NET. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions.
|
|
527
251
|
|
|
528
|
-
|
|
529
|
-
**Website:** https://www.nuget.org/packages/ncalc
|
|
252
|
+
https://www.nuget.org/packages/ncalc
|
|
530
253
|
|
|
531
|
-
|
|
532
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
533
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
534
|
-
the Software without restriction, including without limitation the rights to
|
|
535
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
536
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
537
|
-
subject to the following conditions:
|
|
254
|
+
**The MIT License**
|
|
255
|
+
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:
|
|
538
256
|
|
|
539
|
-
The above copyright notice and this permission notice shall be included in all
|
|
540
|
-
copies or substantial portions of the Software.
|
|
257
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
541
258
|
|
|
542
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
543
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
544
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
545
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
546
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
547
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
548
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
549
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
259
|
+
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.
|
|
550
260
|
|
|
551
261
|
---
|
|
552
262
|
|
|
553
263
|
### ANTLRv3
|
|
554
264
|
ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.
|
|
555
265
|
|
|
556
|
-
|
|
557
|
-
**Website:** https://www.nuget.org/packages/Antlr
|
|
266
|
+
https://www.nuget.org/packages/Antlr
|
|
558
267
|
|
|
559
|
-
|
|
560
|
-
Copyright (c) 2010 Terence Parr
|
|
268
|
+
**BSD-3-Clause License**
|
|
269
|
+
Copyright (c) 2010 Terence Parr
|
|
561
270
|
All rights reserved.
|
|
562
271
|
|
|
563
272
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
@@ -575,17 +284,310 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
|
575
284
|
### JIMP
|
|
576
285
|
An image processing library for Node written entirely in JavaScript, with zero native dependencies.
|
|
577
286
|
|
|
578
|
-
|
|
579
|
-
**Website:** https://github.com/oliver-moran/jimp
|
|
580
|
-
|
|
581
|
-
#### License
|
|
582
|
-
The MIT License (MIT)
|
|
287
|
+
https://github.com/oliver-moran/jimp
|
|
583
288
|
|
|
289
|
+
**The MIT License (MIT)**
|
|
584
290
|
Copyright (c) 2014 Oliver Moran
|
|
585
291
|
|
|
586
292
|
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:
|
|
587
293
|
|
|
588
294
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
589
295
|
|
|
590
|
-
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
|
|
296
|
+
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
|
|
297
|
+
SOFTWARE.
|
|
298
|
+
|
|
299
|
+
---
|
|
300
|
+
|
|
301
|
+
### SvgMath
|
|
302
|
+
Library for converting MathML expressions to SVG.
|
|
303
|
+
|
|
304
|
+
https://github.com/acivux/SvgMath
|
|
305
|
+
|
|
306
|
+
**The MIT License (MIT)**
|
|
307
|
+
Copyright (c) 2005 by Nikolai Grigoriev
|
|
308
|
+
|
|
309
|
+
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:
|
|
310
|
+
|
|
311
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
312
|
+
|
|
313
|
+
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
|
|
314
|
+
IN THE SOFTWARE.
|
|
315
|
+
|
|
316
|
+
---
|
|
317
|
+
|
|
318
|
+
### SuperFastBlur
|
|
319
|
+
A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
|
|
320
|
+
|
|
321
|
+
https://github.com/mdymel/superfastblur
|
|
322
|
+
|
|
323
|
+
**The MIT License (MIT)**
|
|
324
|
+
Copyright(c) 2015 Michal Dymel
|
|
325
|
+
|
|
326
|
+
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:
|
|
327
|
+
|
|
328
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
329
|
+
|
|
330
|
+
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
|
|
331
|
+
IN THE SOFTWARE.
|
|
332
|
+
|
|
333
|
+
---
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
### Brotli
|
|
337
|
+
Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
|
|
338
|
+
|
|
339
|
+
https://github.com/google/brotli
|
|
340
|
+
|
|
341
|
+
**The MIT License (MIT)**
|
|
342
|
+
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
|
|
343
|
+
|
|
344
|
+
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:
|
|
345
|
+
|
|
346
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
347
|
+
|
|
348
|
+
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.
|
|
349
|
+
|
|
350
|
+
---
|
|
351
|
+
|
|
352
|
+
### Base-122
|
|
353
|
+
A space efficient UTF-8 binary-to-text encoding created as an alternative to base-64 in data URIs. Base-122 is ~14% smaller than equivalent base-64 encoded data.
|
|
354
|
+
|
|
355
|
+
https://github.com/kevinAlbs/Base122
|
|
356
|
+
|
|
357
|
+
**The MIT License (MIT)**
|
|
358
|
+
Copyright (c) 2016 Kevin Albertson
|
|
359
|
+
|
|
360
|
+
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:
|
|
361
|
+
|
|
362
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
363
|
+
|
|
364
|
+
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
|
|
591
365
|
SOFTWARE.
|
|
366
|
+
|
|
367
|
+
---
|
|
368
|
+
|
|
369
|
+
### Mini-LZ4
|
|
370
|
+
LZ4 Compression In Pure JavaScript.
|
|
371
|
+
|
|
372
|
+
https://www.npmjs.com/package/mini-lz4
|
|
373
|
+
|
|
374
|
+
**The MIT License (MIT)**
|
|
375
|
+
Copyright (c) 2020 Jairus Tanaka
|
|
376
|
+
|
|
377
|
+
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:
|
|
378
|
+
|
|
379
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
380
|
+
|
|
381
|
+
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
|
|
382
|
+
SOFTWARE.
|
|
383
|
+
|
|
384
|
+
--
|
|
385
|
+
|
|
386
|
+
### Day.js
|
|
387
|
+
Day.js is a minimalist JavaScript library that parses, validates, manipulates, and displays dates and times for modern browsers with a largely Moment.js-compatible API. If you use Moment.js, you already know how to use Day.js.
|
|
388
|
+
|
|
389
|
+
https://github.com/iamkun/dayjs
|
|
390
|
+
|
|
391
|
+
**MIT License**
|
|
392
|
+
Copyright (c) 2018-present, iamkun
|
|
393
|
+
|
|
394
|
+
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:
|
|
395
|
+
|
|
396
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
397
|
+
|
|
398
|
+
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.
|
|
399
|
+
|
|
400
|
+
---
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
### SixLabors ImageSharp, ImageSharp.Drawing, and Fonts
|
|
404
|
+
The Stimulsoft software bundles three components from Six Labors: ImageSharp (a managed cross-platform 2D graphics library), ImageSharp.Drawing (2D drawing extensions for ImageSharp), and Fonts (font loading and layout, used by ImageSharp.Drawing for text rendering).
|
|
405
|
+
|
|
406
|
+
https://github.com/SixLabors/ImageSharp
|
|
407
|
+
https://github.com/SixLabors/ImageSharp.Drawing
|
|
408
|
+
https://github.com/SixLabors/Fonts
|
|
409
|
+
|
|
410
|
+
**License**
|
|
411
|
+
These components are distributed by Stimulsoft under an ImageSharp Six Labors license that includes redistribution rights. The ImageSharp license covers end-user use of the bundled SixLabors components as part of the Stimulsoft software. End users do not need a separate Six Labors license, provided the components are used only as embedded within Stimulsoft and are not extracted from the Stimulsoft distribution for independent use outside of it.
|
|
412
|
+
|
|
413
|
+
For the terms of the Six Labors License, see
|
|
414
|
+
https://github.com/SixLabors/ImageSharp/blob/main/LICENSE.
|
|
415
|
+
|
|
416
|
+
---
|
|
417
|
+
|
|
418
|
+
### prism
|
|
419
|
+
Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.
|
|
420
|
+
|
|
421
|
+
https://cdnjs.com/libraries/prism
|
|
422
|
+
|
|
423
|
+
**MIT LICENSE**
|
|
424
|
+
Copyright (c) 2012 Lea Verou
|
|
425
|
+
|
|
426
|
+
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:
|
|
427
|
+
|
|
428
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
429
|
+
|
|
430
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ERCHANTABILITY, 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.
|
|
431
|
+
|
|
432
|
+
--
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
### fontkit
|
|
436
|
+
Fontkit is an advanced font engine for Node and the browser, used by PDFKit. It supports many font formats, advanced glyph substitution and layout features, glyph path extraction, color emoji glyphs, font subsetting, and more.
|
|
437
|
+
|
|
438
|
+
https://github.com/foliojs/fontkit
|
|
439
|
+
|
|
440
|
+
**MIT LICENSE**
|
|
441
|
+
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:
|
|
442
|
+
|
|
443
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
444
|
+
|
|
445
|
+
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.
|
|
446
|
+
|
|
447
|
+
---
|
|
448
|
+
|
|
449
|
+
### node-machine-id
|
|
450
|
+
Cross-platform unique machine (desktop) id discovery.
|
|
451
|
+
|
|
452
|
+
https://github.com/automation-stack/node-machine-id
|
|
453
|
+
|
|
454
|
+
**The MIT License (MIT)**
|
|
455
|
+
Copyright (c) 2016 Aleksandr Komlev
|
|
456
|
+
|
|
457
|
+
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:
|
|
458
|
+
|
|
459
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
460
|
+
|
|
461
|
+
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.
|
|
462
|
+
|
|
463
|
+
---
|
|
464
|
+
|
|
465
|
+
### xmldoc
|
|
466
|
+
xmldoc lets you parse XML documents with ease. It's a pure-JavaScript, one-file XML document class with a single dependency on the excellent sax parser.
|
|
467
|
+
|
|
468
|
+
https://github.com/nfarina/xmldoc
|
|
469
|
+
|
|
470
|
+
**The MIT License (MIT)**
|
|
471
|
+
Copyright 2012 Nick Farina. All rights reserved.
|
|
472
|
+
|
|
473
|
+
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:
|
|
474
|
+
|
|
475
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
476
|
+
|
|
477
|
+
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.
|
|
478
|
+
|
|
479
|
+
---
|
|
480
|
+
|
|
481
|
+
### node-mongodb-native
|
|
482
|
+
The official MongoDB driver for Node.js.
|
|
483
|
+
|
|
484
|
+
https://github.com/mongodb/node-mongodb-native
|
|
485
|
+
|
|
486
|
+
**License**
|
|
487
|
+
Apache License Version 2.0, January 2004
|
|
488
|
+
https://www.apache.org/licenses/
|
|
489
|
+
|
|
490
|
+
---
|
|
491
|
+
|
|
492
|
+
### node-oracledb
|
|
493
|
+
Oracle Database driver for Node.js maintained by Oracle Corp.
|
|
494
|
+
|
|
495
|
+
https://github.com/oracle/node-oracledb
|
|
496
|
+
|
|
497
|
+
**License**
|
|
498
|
+
Copyright (c) 2015, 2024 Oracle and/or its affiliates.
|
|
499
|
+
https://github.com/oracle/node-oracledb?tab=License-1-ov-file#readme
|
|
500
|
+
|
|
501
|
+
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl and Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
502
|
+
|
|
503
|
+
If you elect to accept the software under the Apache License, Version 2.0, the following applies:
|
|
504
|
+
|
|
505
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
|
|
506
|
+
|
|
507
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
|
508
|
+
|
|
509
|
+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
|
510
|
+
|
|
511
|
+
---
|
|
512
|
+
|
|
513
|
+
### tzdata-generate
|
|
514
|
+
Generator for the tzdata-* NPM modules.
|
|
515
|
+
|
|
516
|
+
https://github.com/rogierschouten/tzdata-generate
|
|
517
|
+
|
|
518
|
+
**The MIT License (MIT)**
|
|
519
|
+
[OSI Approved License]
|
|
520
|
+
|
|
521
|
+
Copyright (c) 2016 Rogier Schouten <https://github.com/rogierschouten>
|
|
522
|
+
|
|
523
|
+
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:
|
|
524
|
+
|
|
525
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
526
|
+
|
|
527
|
+
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.
|
|
528
|
+
|
|
529
|
+
---
|
|
530
|
+
|
|
531
|
+
### canvas
|
|
532
|
+
High performance skia binding to Node.js. Zero system dependencies and pure npm packages without any postinstall scripts nor node-gyp.
|
|
533
|
+
|
|
534
|
+
https://github.com/Brooooooklyn/canvas
|
|
535
|
+
|
|
536
|
+
**MIT License**
|
|
537
|
+
Copyright (c) 2020 lynweklm@gmail.com
|
|
538
|
+
|
|
539
|
+
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:
|
|
540
|
+
|
|
541
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
542
|
+
|
|
543
|
+
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.
|
|
544
|
+
|
|
545
|
+
---
|
|
546
|
+
|
|
547
|
+
### xmldom
|
|
548
|
+
A pure JavaScript W3C standard-based (XML DOM Level 2 Core) `DOMParser` and `XMLSerializer` module.
|
|
549
|
+
|
|
550
|
+
https://github.com/xmldom/xmldom
|
|
551
|
+
|
|
552
|
+
**License**
|
|
553
|
+
Copyright 2019 - present Christopher J. Brody and other contributors, as listed in: https://github.com/xmldom/xmldom/graphs/contributors
|
|
554
|
+
Copyright 2012 - 2017 @jindw <jindw@xidea.org> and other contributors, as listed in: https://github.com/jindw/xmldom/graphs/contributors
|
|
555
|
+
|
|
556
|
+
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:
|
|
557
|
+
|
|
558
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
559
|
+
|
|
560
|
+
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.
|
|
561
|
+
|
|
562
|
+
---
|
|
563
|
+
|
|
564
|
+
### limber-firebird-client
|
|
565
|
+
Cliente JavaScript/Typescrypt para Node.js de acesso a banco de dados Firebird charset ISO8859_1 e e UTF8.
|
|
566
|
+
|
|
567
|
+
https://www.npmjs.com/package/limber-firebird-client
|
|
568
|
+
|
|
569
|
+
**MIT License**
|
|
570
|
+
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:
|
|
571
|
+
|
|
572
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
573
|
+
|
|
574
|
+
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.
|
|
575
|
+
|
|
576
|
+
---
|
|
577
|
+
|
|
578
|
+
### Markdig
|
|
579
|
+
Markdig is a fast, powerful, CommonMark-compliant, extensible Markdown processor for .NET.
|
|
580
|
+
|
|
581
|
+
https://github.com/xoofx/markdig
|
|
582
|
+
|
|
583
|
+
**BSD 2-Clause License**
|
|
584
|
+
Copyright (c) 2018-2019, Alexandre Mutel All rights reserved.
|
|
585
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
586
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
587
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
588
|
+
|
|
589
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
590
|
+
|
|
591
|
+
---
|
|
592
|
+
|
|
593
|
+
**Copyright © 2003-2026 CloudReports sp. z o.o. (dba Stimulsoft). All rights reserved.**
|