@testiny/cli 1.27.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/licenses.txt +15 -404
- package/package.json +1 -1
- package/testiny-importer.js +203 -201
package/README.md
CHANGED
|
@@ -131,6 +131,7 @@ Options/Subcommands:
|
|
|
131
131
|
--field-values <fieldValues> A list of fixed field values to add to every result: field1=value1,field2=value2
|
|
132
132
|
--incomplete Does not mark test runs as complete - set this flag if more results will be added later (e.g. another job)
|
|
133
133
|
--ignore-errors Ignore errors and only log warnings instead
|
|
134
|
+
--milestone-id <id> Link newly created automation runs to the milestone with the specified id
|
|
134
135
|
--config <opts.json> Read options from JSON file (command line arguments override these)
|
|
135
136
|
--junit-ignore-classname JUnit: do not include 'classname' attribute in test case title (default: false)
|
|
136
137
|
--junit-classname-as-folder <single|nested> JUnit: The 'classname' attribute is used for one 'single' folder name or 'nested' folder names (and not the test case title)
|
package/licenses.txt
CHANGED
|
@@ -158,22 +158,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
158
158
|
SOFTWARE.
|
|
159
159
|
|
|
160
160
|
|
|
161
|
-
================================================================================
|
|
162
|
-
Package: at-least-node
|
|
163
|
-
Version: 1.0.0
|
|
164
|
-
Repository: (https://github.com/RyanZim/at-least-node)
|
|
165
|
-
|
|
166
|
-
The ISC License
|
|
167
|
-
Copyright (c) 2020 Ryan Zimmerman <opensrc@ryanzim.com>
|
|
168
|
-
|
|
169
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
170
|
-
|
|
171
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
172
|
-
|
|
173
|
-
|
|
174
161
|
================================================================================
|
|
175
162
|
Package: axios
|
|
176
|
-
Version: 1.
|
|
163
|
+
Version: 1.12.2
|
|
177
164
|
Repository: (https://github.com/axios/axios)
|
|
178
165
|
|
|
179
166
|
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
|
|
@@ -212,62 +199,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
212
199
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
213
200
|
THE SOFTWARE.
|
|
214
201
|
|
|
215
|
-
================================================================================
|
|
216
|
-
Package: balanced-match
|
|
217
|
-
Version: 1.0.2
|
|
218
|
-
Repository: (https://github.com/juliangruber/balanced-match)
|
|
219
|
-
|
|
220
|
-
(MIT)
|
|
221
|
-
|
|
222
|
-
Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
|
223
|
-
|
|
224
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
225
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
226
|
-
the Software without restriction, including without limitation the rights to
|
|
227
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
228
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
229
|
-
so, subject to the following conditions:
|
|
230
|
-
|
|
231
|
-
The above copyright notice and this permission notice shall be included in all
|
|
232
|
-
copies or substantial portions of the Software.
|
|
233
|
-
|
|
234
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
235
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
236
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
237
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
238
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
239
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
240
|
-
SOFTWARE.
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
================================================================================
|
|
244
|
-
Package: brace-expansion
|
|
245
|
-
Version: 1.1.12
|
|
246
|
-
Repository: (https://github.com/juliangruber/brace-expansion)
|
|
247
|
-
|
|
248
|
-
MIT License
|
|
249
|
-
|
|
250
|
-
Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
|
251
|
-
|
|
252
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
253
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
254
|
-
in the Software without restriction, including without limitation the rights
|
|
255
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
256
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
257
|
-
furnished to do so, subject to the following conditions:
|
|
258
|
-
|
|
259
|
-
The above copyright notice and this permission notice shall be included in all
|
|
260
|
-
copies or substantial portions of the Software.
|
|
261
|
-
|
|
262
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
263
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
264
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
265
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
266
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
267
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
268
|
-
SOFTWARE.
|
|
269
|
-
|
|
270
|
-
|
|
271
202
|
================================================================================
|
|
272
203
|
Package: braces
|
|
273
204
|
Version: 3.0.3
|
|
@@ -398,7 +329,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
398
329
|
|
|
399
330
|
================================================================================
|
|
400
331
|
Package: chalk
|
|
401
|
-
Version: 5.6.
|
|
332
|
+
Version: 5.6.2
|
|
402
333
|
Repository: (chalk/chalk)
|
|
403
334
|
|
|
404
335
|
MIT License
|
|
@@ -538,7 +469,7 @@ THE SOFTWARE.
|
|
|
538
469
|
|
|
539
470
|
================================================================================
|
|
540
471
|
Package: commander
|
|
541
|
-
Version: 14.0.
|
|
472
|
+
Version: 14.0.2
|
|
542
473
|
Repository: (https://github.com/tj/commander.js)
|
|
543
474
|
|
|
544
475
|
(The MIT License)
|
|
@@ -565,31 +496,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
565
496
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
566
497
|
|
|
567
498
|
|
|
568
|
-
================================================================================
|
|
569
|
-
Package: concat-map
|
|
570
|
-
Version: 0.0.1
|
|
571
|
-
Repository: (https://github.com/substack/node-concat-map)
|
|
572
|
-
|
|
573
|
-
This software is released under the MIT license:
|
|
574
|
-
|
|
575
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
576
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
577
|
-
the Software without restriction, including without limitation the rights to
|
|
578
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
579
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
580
|
-
subject to the following conditions:
|
|
581
|
-
|
|
582
|
-
The above copyright notice and this permission notice shall be included in all
|
|
583
|
-
copies or substantial portions of the Software.
|
|
584
|
-
|
|
585
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
586
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
587
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
588
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
589
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
590
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
591
|
-
|
|
592
|
-
|
|
593
499
|
================================================================================
|
|
594
500
|
Package: cross-spawn
|
|
595
501
|
Version: 7.0.6
|
|
@@ -844,7 +750,7 @@ SOFTWARE.
|
|
|
844
750
|
|
|
845
751
|
================================================================================
|
|
846
752
|
Package: fast-xml-parser
|
|
847
|
-
Version: 5.
|
|
753
|
+
Version: 5.3.0
|
|
848
754
|
Repository: (https://github.com/NaturalIntelligence/fast-xml-parser)
|
|
849
755
|
|
|
850
756
|
MIT License
|
|
@@ -1159,7 +1065,7 @@ Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
|
|
|
1159
1065
|
|
|
1160
1066
|
================================================================================
|
|
1161
1067
|
Package: fs-extra
|
|
1162
|
-
Version:
|
|
1068
|
+
Version: 10.1.0
|
|
1163
1069
|
Repository: (https://github.com/jprichardson/node-fs-extra)
|
|
1164
1070
|
|
|
1165
1071
|
(The MIT License)
|
|
@@ -1179,56 +1085,6 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
|
|
|
1179
1085
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1180
1086
|
|
|
1181
1087
|
|
|
1182
|
-
================================================================================
|
|
1183
|
-
Package: fs.realpath
|
|
1184
|
-
Version: 1.0.0
|
|
1185
|
-
Repository: (https://github.com/isaacs/fs.realpath)
|
|
1186
|
-
|
|
1187
|
-
The ISC License
|
|
1188
|
-
|
|
1189
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
1190
|
-
|
|
1191
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
1192
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
1193
|
-
copyright notice and this permission notice appear in all copies.
|
|
1194
|
-
|
|
1195
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1196
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1197
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1198
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1199
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1200
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
1201
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1202
|
-
|
|
1203
|
-
----
|
|
1204
|
-
|
|
1205
|
-
This library bundles a version of the `fs.realpath` and `fs.realpathSync`
|
|
1206
|
-
methods from Node.js v0.10 under the terms of the Node.js MIT license.
|
|
1207
|
-
|
|
1208
|
-
Node's license follows, also included at the header of `old.js` which contains
|
|
1209
|
-
the licensed code:
|
|
1210
|
-
|
|
1211
|
-
Copyright Joyent, Inc. and other Node contributors.
|
|
1212
|
-
|
|
1213
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
1214
|
-
copy of this software and associated documentation files (the "Software"),
|
|
1215
|
-
to deal in the Software without restriction, including without limitation
|
|
1216
|
-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
1217
|
-
and/or sell copies of the Software, and to permit persons to whom the
|
|
1218
|
-
Software is furnished to do so, subject to the following conditions:
|
|
1219
|
-
|
|
1220
|
-
The above copyright notice and this permission notice shall be included in
|
|
1221
|
-
all copies or substantial portions of the Software.
|
|
1222
|
-
|
|
1223
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1224
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1225
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1226
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1227
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1228
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1229
|
-
DEALINGS IN THE SOFTWARE.
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
1088
|
================================================================================
|
|
1233
1089
|
Package: function-bind
|
|
1234
1090
|
Version: 1.1.2
|
|
@@ -1312,34 +1168,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
1312
1168
|
SOFTWARE.
|
|
1313
1169
|
|
|
1314
1170
|
|
|
1315
|
-
================================================================================
|
|
1316
|
-
Package: glob
|
|
1317
|
-
Version: 7.2.3
|
|
1318
|
-
Repository: (https://github.com/isaacs/node-glob)
|
|
1319
|
-
|
|
1320
|
-
The ISC License
|
|
1321
|
-
|
|
1322
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
1323
|
-
|
|
1324
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
1325
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
1326
|
-
copyright notice and this permission notice appear in all copies.
|
|
1327
|
-
|
|
1328
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1329
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1330
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1331
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1332
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1333
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
1334
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1335
|
-
|
|
1336
|
-
## Glob Logo
|
|
1337
|
-
|
|
1338
|
-
Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
|
|
1339
|
-
under a Creative Commons Attribution-ShareAlike 4.0 International License
|
|
1340
|
-
https://creativecommons.org/licenses/by-sa/4.0/
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
1171
|
================================================================================
|
|
1344
1172
|
Package: gopd
|
|
1345
1173
|
Version: 1.2.0
|
|
@@ -1571,51 +1399,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1571
1399
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1572
1400
|
THE SOFTWARE.
|
|
1573
1401
|
|
|
1574
|
-
================================================================================
|
|
1575
|
-
Package: inflight
|
|
1576
|
-
Version: 1.0.6
|
|
1577
|
-
Repository: (https://github.com/npm/inflight)
|
|
1578
|
-
|
|
1579
|
-
The ISC License
|
|
1580
|
-
|
|
1581
|
-
Copyright (c) Isaac Z. Schlueter
|
|
1582
|
-
|
|
1583
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
1584
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
1585
|
-
copyright notice and this permission notice appear in all copies.
|
|
1586
|
-
|
|
1587
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1588
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1589
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1590
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1591
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
1592
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
1593
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
================================================================================
|
|
1597
|
-
Package: inherits
|
|
1598
|
-
Version: 2.0.4
|
|
1599
|
-
Repository: (git://github.com/isaacs/inherits)
|
|
1600
|
-
|
|
1601
|
-
The ISC License
|
|
1602
|
-
|
|
1603
|
-
Copyright (c) Isaac Z. Schlueter
|
|
1604
|
-
|
|
1605
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
1606
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
1607
|
-
copyright notice and this permission notice appear in all copies.
|
|
1608
|
-
|
|
1609
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1610
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
1611
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1612
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
1613
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
1614
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
1615
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
1402
|
================================================================================
|
|
1620
1403
|
Package: is-docker
|
|
1621
1404
|
Version: 2.2.1
|
|
@@ -1842,7 +1625,7 @@ THE SOFTWARE.
|
|
|
1842
1625
|
|
|
1843
1626
|
================================================================================
|
|
1844
1627
|
Package: libphonenumber-js
|
|
1845
|
-
Version: 1.12.
|
|
1628
|
+
Version: 1.12.25
|
|
1846
1629
|
Repository: (https://gitlab.com/catamphetamine/libphonenumber-js)
|
|
1847
1630
|
|
|
1848
1631
|
(The MIT License)
|
|
@@ -1870,7 +1653,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1870
1653
|
|
|
1871
1654
|
================================================================================
|
|
1872
1655
|
Package: lru-cache
|
|
1873
|
-
Version: 11.2.
|
|
1656
|
+
Version: 11.2.2
|
|
1874
1657
|
Repository: (https://github.com/isaacs/node-lru-cache)
|
|
1875
1658
|
|
|
1876
1659
|
The ISC License
|
|
@@ -1906,7 +1689,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1906
1689
|
|
|
1907
1690
|
================================================================================
|
|
1908
1691
|
Package: marked
|
|
1909
|
-
Version: 16.
|
|
1692
|
+
Version: 16.4.1
|
|
1910
1693
|
Repository: (https://github.com/markedjs/marked)
|
|
1911
1694
|
|
|
1912
1695
|
# License information
|
|
@@ -2071,28 +1854,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
2071
1854
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2072
1855
|
|
|
2073
1856
|
|
|
2074
|
-
================================================================================
|
|
2075
|
-
Package: minimatch
|
|
2076
|
-
Version: 3.1.2
|
|
2077
|
-
Repository: (https://github.com/isaacs/minimatch)
|
|
2078
|
-
|
|
2079
|
-
The ISC License
|
|
2080
|
-
|
|
2081
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
2082
|
-
|
|
2083
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
2084
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
2085
|
-
copyright notice and this permission notice appear in all copies.
|
|
2086
|
-
|
|
2087
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2088
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2089
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2090
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2091
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2092
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2093
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
1857
|
================================================================================
|
|
2097
1858
|
Package: minimist
|
|
2098
1859
|
Version: 1.2.8
|
|
@@ -2120,7 +1881,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2120
1881
|
|
|
2121
1882
|
================================================================================
|
|
2122
1883
|
Package: nanoid
|
|
2123
|
-
Version: 5.1.
|
|
1884
|
+
Version: 5.1.6
|
|
2124
1885
|
Repository: (ai/nanoid)
|
|
2125
1886
|
|
|
2126
1887
|
The MIT License (MIT)
|
|
@@ -2222,28 +1983,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2222
1983
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2223
1984
|
THE SOFTWARE.
|
|
2224
1985
|
|
|
2225
|
-
================================================================================
|
|
2226
|
-
Package: once
|
|
2227
|
-
Version: 1.4.0
|
|
2228
|
-
Repository: (https://github.com/isaacs/once)
|
|
2229
|
-
|
|
2230
|
-
The ISC License
|
|
2231
|
-
|
|
2232
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
2233
|
-
|
|
2234
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
2235
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
2236
|
-
copyright notice and this permission notice appear in all copies.
|
|
2237
|
-
|
|
2238
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2239
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2240
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2241
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2242
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2243
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2244
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
1986
|
================================================================================
|
|
2248
1987
|
Package: open
|
|
2249
1988
|
Version: 7.4.2
|
|
@@ -2260,34 +1999,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
2260
1999
|
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.
|
|
2261
2000
|
|
|
2262
2001
|
|
|
2263
|
-
================================================================================
|
|
2264
|
-
Package: os-tmpdir
|
|
2265
|
-
Version: 1.0.2
|
|
2266
|
-
Repository: (sindresorhus/os-tmpdir)
|
|
2267
|
-
|
|
2268
|
-
The MIT License (MIT)
|
|
2269
|
-
|
|
2270
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2271
|
-
|
|
2272
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2273
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2274
|
-
in the Software without restriction, including without limitation the rights
|
|
2275
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2276
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2277
|
-
furnished to do so, subject to the following conditions:
|
|
2278
|
-
|
|
2279
|
-
The above copyright notice and this permission notice shall be included in
|
|
2280
|
-
all copies or substantial portions of the Software.
|
|
2281
|
-
|
|
2282
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2283
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2284
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2285
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2286
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2287
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2288
|
-
THE SOFTWARE.
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
2002
|
================================================================================
|
|
2292
2003
|
Package: papaparse
|
|
2293
2004
|
Version: 5.5.3
|
|
@@ -2317,7 +2028,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2317
2028
|
|
|
2318
2029
|
================================================================================
|
|
2319
2030
|
Package: patch-package
|
|
2320
|
-
Version: 8.0.
|
|
2031
|
+
Version: 8.0.1
|
|
2321
2032
|
Repository: (https://github.com/ds300/patch-package)
|
|
2322
2033
|
|
|
2323
2034
|
Copyright (c) 2017-Present David Sheldrick
|
|
@@ -2341,34 +2052,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
2341
2052
|
SOFTWARE.
|
|
2342
2053
|
|
|
2343
2054
|
|
|
2344
|
-
================================================================================
|
|
2345
|
-
Package: path-is-absolute
|
|
2346
|
-
Version: 1.0.1
|
|
2347
|
-
Repository: (sindresorhus/path-is-absolute)
|
|
2348
|
-
|
|
2349
|
-
The MIT License (MIT)
|
|
2350
|
-
|
|
2351
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2352
|
-
|
|
2353
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2354
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2355
|
-
in the Software without restriction, including without limitation the rights
|
|
2356
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2357
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2358
|
-
furnished to do so, subject to the following conditions:
|
|
2359
|
-
|
|
2360
|
-
The above copyright notice and this permission notice shall be included in
|
|
2361
|
-
all copies or substantial portions of the Software.
|
|
2362
|
-
|
|
2363
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2364
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2365
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2366
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2367
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2368
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2369
|
-
THE SOFTWARE.
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
2055
|
================================================================================
|
|
2373
2056
|
Package: path-key
|
|
2374
2057
|
Version: 3.1.1
|
|
@@ -2470,7 +2153,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2470
2153
|
|
|
2471
2154
|
================================================================================
|
|
2472
2155
|
Package: rate-limiter-flexible
|
|
2473
|
-
Version: 7.
|
|
2156
|
+
Version: 7.4.0
|
|
2474
2157
|
Repository: (https://github.com/animir/node-rate-limiter-flexible)
|
|
2475
2158
|
|
|
2476
2159
|
## ISC License (ISC)
|
|
@@ -2482,31 +2165,9 @@ Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
|
2482
2165
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2483
2166
|
|
|
2484
2167
|
|
|
2485
|
-
================================================================================
|
|
2486
|
-
Package: rimraf
|
|
2487
|
-
Version: 2.7.1
|
|
2488
|
-
Repository: (git://github.com/isaacs/rimraf)
|
|
2489
|
-
|
|
2490
|
-
The ISC License
|
|
2491
|
-
|
|
2492
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
2493
|
-
|
|
2494
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
2495
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
2496
|
-
copyright notice and this permission notice appear in all copies.
|
|
2497
|
-
|
|
2498
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2499
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2500
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2501
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2502
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2503
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2504
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
2168
|
================================================================================
|
|
2508
2169
|
Package: semver
|
|
2509
|
-
Version: 7.7.
|
|
2170
|
+
Version: 7.7.3
|
|
2510
2171
|
Repository: (https://github.com/npm/node-semver)
|
|
2511
2172
|
|
|
2512
2173
|
The ISC License
|
|
@@ -2704,7 +2365,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2704
2365
|
|
|
2705
2366
|
================================================================================
|
|
2706
2367
|
Package: tldts
|
|
2707
|
-
Version: 7.0.
|
|
2368
|
+
Version: 7.0.17
|
|
2708
2369
|
Repository: (https://github.com/remusao/tldts)
|
|
2709
2370
|
|
|
2710
2371
|
Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson
|
|
@@ -2724,7 +2385,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTH
|
|
|
2724
2385
|
|
|
2725
2386
|
================================================================================
|
|
2726
2387
|
Package: tldts-core
|
|
2727
|
-
Version: 7.0.
|
|
2388
|
+
Version: 7.0.17
|
|
2728
2389
|
Repository: (https://github.com/remusao/tldts)
|
|
2729
2390
|
|
|
2730
2391
|
Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson
|
|
@@ -2742,34 +2403,6 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTH
|
|
|
2742
2403
|
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.
|
|
2743
2404
|
|
|
2744
2405
|
|
|
2745
|
-
================================================================================
|
|
2746
|
-
Package: tmp
|
|
2747
|
-
Version: 0.0.33
|
|
2748
|
-
Repository: (raszi/node-tmp)
|
|
2749
|
-
|
|
2750
|
-
The MIT License (MIT)
|
|
2751
|
-
|
|
2752
|
-
Copyright (c) 2014 KARASZI István
|
|
2753
|
-
|
|
2754
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2755
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2756
|
-
in the Software without restriction, including without limitation the rights
|
|
2757
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2758
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2759
|
-
furnished to do so, subject to the following conditions:
|
|
2760
|
-
|
|
2761
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2762
|
-
copies or substantial portions of the Software.
|
|
2763
|
-
|
|
2764
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2765
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2766
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2767
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2768
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2769
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2770
|
-
SOFTWARE.
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
2406
|
================================================================================
|
|
2774
2407
|
Package: tmp
|
|
2775
2408
|
Version: 0.2.5
|
|
@@ -2892,7 +2525,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2892
2525
|
|
|
2893
2526
|
================================================================================
|
|
2894
2527
|
Package: validator
|
|
2895
|
-
Version: 13.15.
|
|
2528
|
+
Version: 13.15.20
|
|
2896
2529
|
Repository: (https://github.com/validatorjs/validator.js)
|
|
2897
2530
|
|
|
2898
2531
|
Copyright (c) 2018 Chris O'Hara <cohara87@gmail.com>
|
|
@@ -2939,28 +2572,6 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
|
2939
2572
|
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2940
2573
|
|
|
2941
2574
|
|
|
2942
|
-
================================================================================
|
|
2943
|
-
Package: wrappy
|
|
2944
|
-
Version: 1.0.2
|
|
2945
|
-
Repository: (https://github.com/npm/wrappy)
|
|
2946
|
-
|
|
2947
|
-
The ISC License
|
|
2948
|
-
|
|
2949
|
-
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
2950
|
-
|
|
2951
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
2952
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
2953
|
-
copyright notice and this permission notice appear in all copies.
|
|
2954
|
-
|
|
2955
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
2956
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
2957
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
2958
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
2959
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
2960
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
2961
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
2575
|
================================================================================
|
|
2965
2576
|
Package: yaml
|
|
2966
2577
|
Version: 2.8.1
|