@testiny/cli 1.31.1 → 1.33.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 +9 -1
- package/licenses.txt +117 -85
- package/package.json +1 -1
- package/testiny-importer.js +315 -318
package/README.md
CHANGED
|
@@ -60,17 +60,25 @@ Import manual test cases (with folders)
|
|
|
60
60
|
Options:
|
|
61
61
|
--csv <file> Import this CSV file
|
|
62
62
|
--csv-encoding <encoding> CSV file encoding (default: "utf8")
|
|
63
|
+
--csv-column-work-items <column name> Column to use to import work items
|
|
63
64
|
--trl <file> Import TestRail XML export
|
|
64
65
|
--trl-api <server url> Import from TestRail API
|
|
65
66
|
--trl-user <user name> Username/email for TestRail API
|
|
66
67
|
--trl-export-users <file> Export TestRail users to CSV file
|
|
67
68
|
--trl-tc-limit <count> Limits the number of test cases fetched
|
|
68
69
|
--trl-rate-limit <rps> Limits the number of requests to the TestRail api (default 160, zero for no limit)
|
|
70
|
+
--zephyr-api <server url> Import from Zephyr API
|
|
71
|
+
--zephyr-type <zephyr type> Type of Zephyr product: scale_dc
|
|
72
|
+
--zephyr-user <user name> Username/email for Zephyr/Jira API (not needed for Jira Server/DC)
|
|
73
|
+
--zephyr-project <project key> Import from this Jira Project (Zephyr-enabled projects only)
|
|
74
|
+
--zephyr-tc-limit <count> Limits the number of test cases fetched
|
|
75
|
+
--zephyr-rate-limit <rps> Limits the number of requests to the TestRail api (default = zero for no limit)
|
|
69
76
|
--steps <step mode> Controls how steps are imported (choices: "auto", "off", "rows", "row_blocks", "newlines",
|
|
70
77
|
"numbered", "numbered_bracket", "asterisk")
|
|
71
78
|
--attachments <attachment mode> Controls how test case attachments are imported (choices: "off", "inline", "all")
|
|
72
|
-
--work-items Import work items (e.g. Jira issues) when importing from TestRail API
|
|
79
|
+
--work-items Import work items (e.g. Jira issues) when importing from CSV, TestRail API or Zephyr API
|
|
73
80
|
--integration <name or id> Name or Id of the integration to use for workitem import
|
|
81
|
+
--owner-id <id> Owner user id for imported test cases
|
|
74
82
|
-h, --help display help for command
|
|
75
83
|
|
|
76
84
|
```
|
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
|
|
@@ -160,7 +132,7 @@ SOFTWARE.
|
|
|
160
132
|
|
|
161
133
|
================================================================================
|
|
162
134
|
Package: axios
|
|
163
|
-
Version: 1.13.
|
|
135
|
+
Version: 1.13.4
|
|
164
136
|
Repository: (https://github.com/axios/axios)
|
|
165
137
|
|
|
166
138
|
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
|
|
@@ -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,25 +310,9 @@ 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
|
-
Version: 1.
|
|
315
|
+
Version: 1.2.0
|
|
356
316
|
Repository: (https://github.com/cheeriojs/cheerio)
|
|
357
317
|
|
|
358
318
|
MIT License
|
|
@@ -858,6 +818,24 @@ THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRE
|
|
|
858
818
|
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
859
819
|
|
|
860
820
|
|
|
821
|
+
================================================================================
|
|
822
|
+
Package: entities
|
|
823
|
+
Version: 7.0.1
|
|
824
|
+
Repository: (https://github.com/fb55/entities)
|
|
825
|
+
|
|
826
|
+
Copyright (c) Felix Böhm
|
|
827
|
+
All rights reserved.
|
|
828
|
+
|
|
829
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
830
|
+
|
|
831
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
832
|
+
|
|
833
|
+
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.
|
|
834
|
+
|
|
835
|
+
THIS 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,
|
|
836
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
837
|
+
|
|
838
|
+
|
|
861
839
|
================================================================================
|
|
862
840
|
Package: es-define-property
|
|
863
841
|
Version: 1.0.1
|
|
@@ -972,7 +950,7 @@ SOFTWARE.
|
|
|
972
950
|
|
|
973
951
|
================================================================================
|
|
974
952
|
Package: fast-xml-parser
|
|
975
|
-
Version: 5.3.
|
|
953
|
+
Version: 5.3.4
|
|
976
954
|
Repository: (https://github.com/NaturalIntelligence/fast-xml-parser)
|
|
977
955
|
|
|
978
956
|
MIT License
|
|
@@ -1026,6 +1004,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
1026
1004
|
THE SOFTWARE.
|
|
1027
1005
|
|
|
1028
1006
|
|
|
1007
|
+
================================================================================
|
|
1008
|
+
Package: find-up-simple
|
|
1009
|
+
Version: 1.0.1
|
|
1010
|
+
Repository: (sindresorhus/find-up-simple)
|
|
1011
|
+
|
|
1012
|
+
MIT License
|
|
1013
|
+
|
|
1014
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1015
|
+
|
|
1016
|
+
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:
|
|
1017
|
+
|
|
1018
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1019
|
+
|
|
1020
|
+
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.
|
|
1021
|
+
|
|
1022
|
+
|
|
1029
1023
|
================================================================================
|
|
1030
1024
|
Package: find-yarn-workspace-root
|
|
1031
1025
|
Version: 2.0.0
|
|
@@ -1596,7 +1590,7 @@ THE SOFTWARE.
|
|
|
1596
1590
|
|
|
1597
1591
|
================================================================================
|
|
1598
1592
|
Package: htmlparser2
|
|
1599
|
-
Version: 10.
|
|
1593
|
+
Version: 10.1.0
|
|
1600
1594
|
Repository: (https://github.com/fb55/htmlparser2)
|
|
1601
1595
|
|
|
1602
1596
|
Copyright 2010, 2011, Chris Winberry <chris@winberry.net>. All rights reserved.
|
|
@@ -1899,7 +1893,7 @@ THE SOFTWARE.
|
|
|
1899
1893
|
|
|
1900
1894
|
================================================================================
|
|
1901
1895
|
Package: libphonenumber-js
|
|
1902
|
-
Version: 1.12.
|
|
1896
|
+
Version: 1.12.34
|
|
1903
1897
|
Repository: (https://gitlab.com/catamphetamine/libphonenumber-js)
|
|
1904
1898
|
|
|
1905
1899
|
(The MIT License)
|
|
@@ -1927,24 +1921,64 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1927
1921
|
|
|
1928
1922
|
================================================================================
|
|
1929
1923
|
Package: lru-cache
|
|
1930
|
-
Version: 11.2.
|
|
1924
|
+
Version: 11.2.5
|
|
1931
1925
|
Repository: (https://github.com/isaacs/node-lru-cache)
|
|
1932
1926
|
|
|
1933
|
-
|
|
1927
|
+
# Blue Oak Model License
|
|
1934
1928
|
|
|
1935
|
-
|
|
1929
|
+
Version 1.0.0
|
|
1936
1930
|
|
|
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.
|
|
1931
|
+
## Purpose
|
|
1940
1932
|
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1933
|
+
This license gives everyone as much permission to work with
|
|
1934
|
+
this software as possible, while protecting contributors
|
|
1935
|
+
from liability.
|
|
1936
|
+
|
|
1937
|
+
## Acceptance
|
|
1938
|
+
|
|
1939
|
+
In order to receive this license, you must agree to its
|
|
1940
|
+
rules. The rules of this license are both obligations
|
|
1941
|
+
under that agreement and conditions to your license.
|
|
1942
|
+
You must not do anything with this software that triggers
|
|
1943
|
+
a rule that you cannot or will not follow.
|
|
1944
|
+
|
|
1945
|
+
## Copyright
|
|
1946
|
+
|
|
1947
|
+
Each contributor licenses you to do everything with this
|
|
1948
|
+
software that would otherwise infringe that contributor's
|
|
1949
|
+
copyright in it.
|
|
1950
|
+
|
|
1951
|
+
## Notices
|
|
1952
|
+
|
|
1953
|
+
You must ensure that everyone who gets a copy of
|
|
1954
|
+
any part of this software from you, with or without
|
|
1955
|
+
changes, also gets the text of this license or a link to
|
|
1956
|
+
<https://blueoakcouncil.org/license/1.0.0>.
|
|
1957
|
+
|
|
1958
|
+
## Excuse
|
|
1959
|
+
|
|
1960
|
+
If anyone notifies you in writing that you have not
|
|
1961
|
+
complied with [Notices](#notices), you can keep your
|
|
1962
|
+
license by taking all practical steps to comply within 30
|
|
1963
|
+
days after the notice. If you do not do so, your license
|
|
1964
|
+
ends immediately.
|
|
1965
|
+
|
|
1966
|
+
## Patent
|
|
1967
|
+
|
|
1968
|
+
Each contributor licenses you to do everything with this
|
|
1969
|
+
software that would otherwise infringe any patent claims
|
|
1970
|
+
they can license or become able to license.
|
|
1971
|
+
|
|
1972
|
+
## Reliability
|
|
1973
|
+
|
|
1974
|
+
No contributor can revoke this license.
|
|
1975
|
+
|
|
1976
|
+
## No Liability
|
|
1977
|
+
|
|
1978
|
+
***As far as the law allows, this software comes as is,
|
|
1979
|
+
without any warranty or condition, and no contributor
|
|
1980
|
+
will be liable to anyone for any damages related to this
|
|
1981
|
+
software or this license, under any kind of legal claim.***
|
|
1948
1982
|
|
|
1949
1983
|
|
|
1950
1984
|
================================================================================
|
|
@@ -2291,6 +2325,22 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
2291
2325
|
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
2326
|
|
|
2293
2327
|
|
|
2328
|
+
================================================================================
|
|
2329
|
+
Package: package-directory
|
|
2330
|
+
Version: 8.1.0
|
|
2331
|
+
Repository: (sindresorhus/package-directory)
|
|
2332
|
+
|
|
2333
|
+
MIT License
|
|
2334
|
+
|
|
2335
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2336
|
+
|
|
2337
|
+
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:
|
|
2338
|
+
|
|
2339
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2340
|
+
|
|
2341
|
+
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.
|
|
2342
|
+
|
|
2343
|
+
|
|
2294
2344
|
================================================================================
|
|
2295
2345
|
Package: papaparse
|
|
2296
2346
|
Version: 5.5.3
|
|
@@ -2719,7 +2769,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2719
2769
|
|
|
2720
2770
|
================================================================================
|
|
2721
2771
|
Package: strnum
|
|
2722
|
-
Version: 2.1.
|
|
2772
|
+
Version: 2.1.2
|
|
2723
2773
|
Repository: (https://github.com/NaturalIntelligence/strnum)
|
|
2724
2774
|
|
|
2725
2775
|
MIT License
|
|
@@ -2876,27 +2926,9 @@ Redistribution and use in source and binary forms, with or without modification,
|
|
|
2876
2926
|
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
2927
|
|
|
2878
2928
|
|
|
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
2929
|
================================================================================
|
|
2898
2930
|
Package: undici
|
|
2899
|
-
Version: 7.
|
|
2931
|
+
Version: 7.19.1
|
|
2900
2932
|
Repository: (https://github.com/nodejs/undici)
|
|
2901
2933
|
|
|
2902
2934
|
MIT License
|
|
@@ -2951,7 +2983,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2951
2983
|
|
|
2952
2984
|
================================================================================
|
|
2953
2985
|
Package: validator
|
|
2954
|
-
Version: 13.15.
|
|
2986
|
+
Version: 13.15.26
|
|
2955
2987
|
Repository: (https://github.com/validatorjs/validator.js)
|
|
2956
2988
|
|
|
2957
2989
|
Copyright (c) 2018 Chris O'Hara <cohara87@gmail.com>
|
|
@@ -3028,7 +3060,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
3028
3060
|
|
|
3029
3061
|
================================================================================
|
|
3030
3062
|
Package: yaml
|
|
3031
|
-
Version: 2.8.
|
|
3063
|
+
Version: 2.8.2
|
|
3032
3064
|
Repository: (https://github.com/eemeli/yaml)
|
|
3033
3065
|
|
|
3034
3066
|
Copyright Eemeli Aro <eemeli@gmail.com>
|