@testiny/cli 1.31.0 → 1.32.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/licenses.txt +96 -82
- package/package.json +1 -1
- package/testiny-importer.js +316 -319
package/licenses.txt
CHANGED
|
@@ -102,34 +102,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
102
102
|
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.
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
================================================================================
|
|
106
|
-
Package: app-root-path
|
|
107
|
-
Version: 3.1.0
|
|
108
|
-
Repository: (https://github.com/inxilpro/node-app-root-path)
|
|
109
|
-
|
|
110
|
-
The MIT License (MIT)
|
|
111
|
-
|
|
112
|
-
Copyright (c) 2014 Chris Morrell
|
|
113
|
-
|
|
114
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
115
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
116
|
-
in the Software without restriction, including without limitation the rights
|
|
117
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
118
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
119
|
-
furnished to do so, subject to the following conditions:
|
|
120
|
-
|
|
121
|
-
The above copyright notice and this permission notice shall be included in all
|
|
122
|
-
copies or substantial portions of the Software.
|
|
123
|
-
|
|
124
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
125
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
126
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
127
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
128
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
129
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
130
|
-
SOFTWARE.
|
|
131
|
-
|
|
132
|
-
|
|
133
105
|
================================================================================
|
|
134
106
|
Package: asynckit
|
|
135
107
|
Version: 0.4.0
|
|
@@ -204,7 +176,11 @@ Package: boolbase
|
|
|
204
176
|
Version: 1.0.0
|
|
205
177
|
Repository: (https://github.com/fb55/boolbase)
|
|
206
178
|
|
|
207
|
-
|
|
179
|
+
Copyright (c) 2014-2015, Felix Boehm <me@feedic.com>
|
|
180
|
+
|
|
181
|
+
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.
|
|
182
|
+
|
|
183
|
+
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.
|
|
208
184
|
|
|
209
185
|
================================================================================
|
|
210
186
|
Package: braces
|
|
@@ -334,22 +310,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
334
310
|
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.
|
|
335
311
|
|
|
336
312
|
|
|
337
|
-
================================================================================
|
|
338
|
-
Package: chalk
|
|
339
|
-
Version: 5.6.2
|
|
340
|
-
Repository: (chalk/chalk)
|
|
341
|
-
|
|
342
|
-
MIT License
|
|
343
|
-
|
|
344
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
345
|
-
|
|
346
|
-
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:
|
|
347
|
-
|
|
348
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
349
|
-
|
|
350
|
-
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.
|
|
351
|
-
|
|
352
|
-
|
|
353
313
|
================================================================================
|
|
354
314
|
Package: cheerio
|
|
355
315
|
Version: 1.1.2
|
|
@@ -972,7 +932,7 @@ SOFTWARE.
|
|
|
972
932
|
|
|
973
933
|
================================================================================
|
|
974
934
|
Package: fast-xml-parser
|
|
975
|
-
Version: 5.3.
|
|
935
|
+
Version: 5.3.3
|
|
976
936
|
Repository: (https://github.com/NaturalIntelligence/fast-xml-parser)
|
|
977
937
|
|
|
978
938
|
MIT License
|
|
@@ -1026,6 +986,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
1026
986
|
THE SOFTWARE.
|
|
1027
987
|
|
|
1028
988
|
|
|
989
|
+
================================================================================
|
|
990
|
+
Package: find-up-simple
|
|
991
|
+
Version: 1.0.1
|
|
992
|
+
Repository: (sindresorhus/find-up-simple)
|
|
993
|
+
|
|
994
|
+
MIT License
|
|
995
|
+
|
|
996
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
997
|
+
|
|
998
|
+
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:
|
|
999
|
+
|
|
1000
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1001
|
+
|
|
1002
|
+
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.
|
|
1003
|
+
|
|
1004
|
+
|
|
1029
1005
|
================================================================================
|
|
1030
1006
|
Package: find-yarn-workspace-root
|
|
1031
1007
|
Version: 2.0.0
|
|
@@ -1899,7 +1875,7 @@ THE SOFTWARE.
|
|
|
1899
1875
|
|
|
1900
1876
|
================================================================================
|
|
1901
1877
|
Package: libphonenumber-js
|
|
1902
|
-
Version: 1.12.
|
|
1878
|
+
Version: 1.12.34
|
|
1903
1879
|
Repository: (https://gitlab.com/catamphetamine/libphonenumber-js)
|
|
1904
1880
|
|
|
1905
1881
|
(The MIT License)
|
|
@@ -1927,24 +1903,64 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1927
1903
|
|
|
1928
1904
|
================================================================================
|
|
1929
1905
|
Package: lru-cache
|
|
1930
|
-
Version: 11.2.
|
|
1906
|
+
Version: 11.2.4
|
|
1931
1907
|
Repository: (https://github.com/isaacs/node-lru-cache)
|
|
1932
1908
|
|
|
1933
|
-
|
|
1909
|
+
# Blue Oak Model License
|
|
1934
1910
|
|
|
1935
|
-
|
|
1911
|
+
Version 1.0.0
|
|
1936
1912
|
|
|
1937
|
-
|
|
1938
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
1939
|
-
copyright notice and this permission notice appear in all copies.
|
|
1913
|
+
## Purpose
|
|
1940
1914
|
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1915
|
+
This license gives everyone as much permission to work with
|
|
1916
|
+
this software as possible, while protecting contributors
|
|
1917
|
+
from liability.
|
|
1918
|
+
|
|
1919
|
+
## Acceptance
|
|
1920
|
+
|
|
1921
|
+
In order to receive this license, you must agree to its
|
|
1922
|
+
rules. The rules of this license are both obligations
|
|
1923
|
+
under that agreement and conditions to your license.
|
|
1924
|
+
You must not do anything with this software that triggers
|
|
1925
|
+
a rule that you cannot or will not follow.
|
|
1926
|
+
|
|
1927
|
+
## Copyright
|
|
1928
|
+
|
|
1929
|
+
Each contributor licenses you to do everything with this
|
|
1930
|
+
software that would otherwise infringe that contributor's
|
|
1931
|
+
copyright in it.
|
|
1932
|
+
|
|
1933
|
+
## Notices
|
|
1934
|
+
|
|
1935
|
+
You must ensure that everyone who gets a copy of
|
|
1936
|
+
any part of this software from you, with or without
|
|
1937
|
+
changes, also gets the text of this license or a link to
|
|
1938
|
+
<https://blueoakcouncil.org/license/1.0.0>.
|
|
1939
|
+
|
|
1940
|
+
## Excuse
|
|
1941
|
+
|
|
1942
|
+
If anyone notifies you in writing that you have not
|
|
1943
|
+
complied with [Notices](#notices), you can keep your
|
|
1944
|
+
license by taking all practical steps to comply within 30
|
|
1945
|
+
days after the notice. If you do not do so, your license
|
|
1946
|
+
ends immediately.
|
|
1947
|
+
|
|
1948
|
+
## Patent
|
|
1949
|
+
|
|
1950
|
+
Each contributor licenses you to do everything with this
|
|
1951
|
+
software that would otherwise infringe any patent claims
|
|
1952
|
+
they can license or become able to license.
|
|
1953
|
+
|
|
1954
|
+
## Reliability
|
|
1955
|
+
|
|
1956
|
+
No contributor can revoke this license.
|
|
1957
|
+
|
|
1958
|
+
## No Liability
|
|
1959
|
+
|
|
1960
|
+
***As far as the law allows, this software comes as is,
|
|
1961
|
+
without any warranty or condition, and no contributor
|
|
1962
|
+
will be liable to anyone for any damages related to this
|
|
1963
|
+
software or this license, under any kind of legal claim.***
|
|
1948
1964
|
|
|
1949
1965
|
|
|
1950
1966
|
================================================================================
|
|
@@ -2291,6 +2307,22 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
2291
2307
|
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.
|
|
2292
2308
|
|
|
2293
2309
|
|
|
2310
|
+
================================================================================
|
|
2311
|
+
Package: package-directory
|
|
2312
|
+
Version: 8.1.0
|
|
2313
|
+
Repository: (sindresorhus/package-directory)
|
|
2314
|
+
|
|
2315
|
+
MIT License
|
|
2316
|
+
|
|
2317
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2318
|
+
|
|
2319
|
+
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:
|
|
2320
|
+
|
|
2321
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2322
|
+
|
|
2323
|
+
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.
|
|
2324
|
+
|
|
2325
|
+
|
|
2294
2326
|
================================================================================
|
|
2295
2327
|
Package: papaparse
|
|
2296
2328
|
Version: 5.5.3
|
|
@@ -2719,7 +2751,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2719
2751
|
|
|
2720
2752
|
================================================================================
|
|
2721
2753
|
Package: strnum
|
|
2722
|
-
Version: 2.1.
|
|
2754
|
+
Version: 2.1.2
|
|
2723
2755
|
Repository: (https://github.com/NaturalIntelligence/strnum)
|
|
2724
2756
|
|
|
2725
2757
|
MIT License
|
|
@@ -2876,27 +2908,9 @@ Redistribution and use in source and binary forms, with or without modification,
|
|
|
2876
2908
|
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 DAMAGE.
|
|
2877
2909
|
|
|
2878
2910
|
|
|
2879
|
-
================================================================================
|
|
2880
|
-
Package: tslib
|
|
2881
|
-
Version: 2.8.1
|
|
2882
|
-
Repository: (https://github.com/Microsoft/tslib)
|
|
2883
|
-
|
|
2884
|
-
Copyright (c) Microsoft Corporation.
|
|
2885
|
-
|
|
2886
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
2887
|
-
purpose with or without fee is hereby granted.
|
|
2888
|
-
|
|
2889
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
2890
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
2891
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
2892
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
2893
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
2894
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
2895
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
2896
|
-
|
|
2897
2911
|
================================================================================
|
|
2898
2912
|
Package: undici
|
|
2899
|
-
Version: 7.
|
|
2913
|
+
Version: 7.18.2
|
|
2900
2914
|
Repository: (https://github.com/nodejs/undici)
|
|
2901
2915
|
|
|
2902
2916
|
MIT License
|
|
@@ -2951,7 +2965,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2951
2965
|
|
|
2952
2966
|
================================================================================
|
|
2953
2967
|
Package: validator
|
|
2954
|
-
Version: 13.15.
|
|
2968
|
+
Version: 13.15.26
|
|
2955
2969
|
Repository: (https://github.com/validatorjs/validator.js)
|
|
2956
2970
|
|
|
2957
2971
|
Copyright (c) 2018 Chris O'Hara <cohara87@gmail.com>
|
|
@@ -3028,7 +3042,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
3028
3042
|
|
|
3029
3043
|
================================================================================
|
|
3030
3044
|
Package: yaml
|
|
3031
|
-
Version: 2.8.
|
|
3045
|
+
Version: 2.8.2
|
|
3032
3046
|
Repository: (https://github.com/eemeli/yaml)
|
|
3033
3047
|
|
|
3034
3048
|
Copyright Eemeli Aro <eemeli@gmail.com>
|