botium-core 1.12.3 → 1.12.6
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-3RDPARTY.txt +901 -751
- package/dist/botium-cjs.js +138 -71
- package/dist/botium-cjs.js.map +1 -1
- package/dist/botium-es.js +138 -71
- package/dist/botium-es.js.map +1 -1
- package/package.json +21 -21
- package/src/BotDriver.js +24 -19
- package/src/Capabilities.js +1 -0
- package/src/Defaults.js +1 -0
- package/src/containers/plugins/SimpleRestContainer.js +42 -8
- package/src/containers/plugins/index.js +1 -1
- package/src/helpers/Utils.js +1 -1
- package/src/scripting/CompilerXlsx.js +2 -2
- package/src/scripting/Convo.js +7 -7
- package/src/scripting/ScriptingProvider.js +1 -1
- package/src/scripting/helper.js +20 -13
- package/src/scripting/logichook/asserter/BaseCountAsserter.js +1 -1
- package/src/scripting/logichook/asserter/ButtonsAsserter.js +4 -2
- package/src/scripting/logichook/asserter/CardsAsserter.js +4 -2
- package/test/compiler/compilertxt.spec.js +13 -0
- package/test/compiler/convos/txt/convos_args_escape.convo.txt +2 -0
- package/test/connectors/simplerest.spec.js +49 -8
- package/test/convo/convos/continuefailing_timeout.convo.txt +16 -0
- package/test/convo/transcript.spec.js +18 -1
- package/test/logichooks/convos/WAITFORBOT_INFINITE.convo.txt +1 -1
- package/test/logichooks/hookfromsrc.spec.js +1 -1
- package/test/scripting/asserters/buttonsAsserter.spec.js +47 -0
- package/test/scripting/asserters/cardsAsserter.spec.js +39 -0
- package/test/scripting/scriptingProvider.spec.js +1 -1
- package/test/scripting/txt/decompile.spec.js +24 -0
package/LICENSES-3RDPARTY.txt
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
|
-
├─ @
|
|
1
|
+
├─ @ampproject/remapping@2.1.2
|
|
2
|
+
│ ├─ licenses: Apache-2.0
|
|
3
|
+
│ ├─ repository: https://github.com/ampproject/remapping
|
|
4
|
+
│ ├─ publisher: Justin Ridgewell
|
|
5
|
+
│ ├─ email: jridgewell@google.com
|
|
6
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@ampproject/remapping
|
|
7
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@ampproject/remapping/LICENSE
|
|
8
|
+
├─ @apidevtools/json-schema-ref-parser@9.0.9
|
|
2
9
|
│ ├─ licenses: MIT
|
|
3
10
|
│ ├─ repository: https://github.com/APIDevTools/json-schema-ref-parser
|
|
4
11
|
│ ├─ publisher: James Messinger
|
|
5
12
|
│ ├─ url: https://jamesmessinger.com
|
|
6
13
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@apidevtools/json-schema-ref-parser
|
|
7
14
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@apidevtools/json-schema-ref-parser/LICENSE
|
|
8
|
-
├─ @apidevtools/openapi-schemas@2.0
|
|
15
|
+
├─ @apidevtools/openapi-schemas@2.1.0
|
|
9
16
|
│ ├─ licenses: MIT
|
|
10
17
|
│ ├─ repository: https://github.com/APIDevTools/openapi-schemas
|
|
11
18
|
│ ├─ publisher: James Messinger
|
|
@@ -26,117 +33,145 @@
|
|
|
26
33
|
│ ├─ url: https://jamesmessinger.com
|
|
27
34
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@apidevtools/swagger-parser
|
|
28
35
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@apidevtools/swagger-parser/LICENSE
|
|
29
|
-
├─ @babel/code-frame@7.
|
|
30
|
-
│ ├─ licenses: MIT
|
|
31
|
-
│ ├─ repository: https://github.com/babel/babel
|
|
32
|
-
│ ├─ publisher: Sebastian McKenzie
|
|
33
|
-
│ ├─ email: sebmck@gmail.com
|
|
34
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint/node_modules/@babel/code-frame
|
|
35
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint/node_modules/@babel/code-frame/LICENSE
|
|
36
|
-
├─ @babel/code-frame@7.14.5
|
|
36
|
+
├─ @babel/code-frame@7.16.7
|
|
37
37
|
│ ├─ licenses: MIT
|
|
38
38
|
│ ├─ repository: https://github.com/babel/babel
|
|
39
39
|
│ ├─ publisher: The Babel Team
|
|
40
40
|
│ ├─ url: https://babel.dev/team
|
|
41
41
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/code-frame
|
|
42
42
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/code-frame/LICENSE
|
|
43
|
-
├─ @babel/compat-data@7.
|
|
43
|
+
├─ @babel/compat-data@7.16.8
|
|
44
44
|
│ ├─ licenses: MIT
|
|
45
45
|
│ ├─ repository: https://github.com/babel/babel
|
|
46
46
|
│ ├─ publisher: The Babel Team
|
|
47
47
|
│ ├─ url: https://babel.dev/team
|
|
48
48
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/compat-data
|
|
49
49
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/compat-data/LICENSE
|
|
50
|
-
├─ @babel/
|
|
50
|
+
├─ @babel/compat-data@7.17.7
|
|
51
|
+
│ ├─ licenses: MIT
|
|
52
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
53
|
+
│ ├─ publisher: The Babel Team
|
|
54
|
+
│ ├─ url: https://babel.dev/team
|
|
55
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/compat-data
|
|
56
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/compat-data/LICENSE
|
|
57
|
+
├─ @babel/core@7.17.9
|
|
51
58
|
│ ├─ licenses: MIT
|
|
52
59
|
│ ├─ repository: https://github.com/babel/babel
|
|
53
60
|
│ ├─ publisher: The Babel Team
|
|
54
61
|
│ ├─ url: https://babel.dev/team
|
|
55
62
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/core
|
|
56
63
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/core/LICENSE
|
|
57
|
-
├─ @babel/generator@7.
|
|
64
|
+
├─ @babel/generator@7.16.8
|
|
58
65
|
│ ├─ licenses: MIT
|
|
59
66
|
│ ├─ repository: https://github.com/babel/babel
|
|
60
67
|
│ ├─ publisher: The Babel Team
|
|
61
68
|
│ ├─ url: https://babel.dev/team
|
|
62
69
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/generator
|
|
63
70
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/generator/LICENSE
|
|
64
|
-
├─ @babel/
|
|
71
|
+
├─ @babel/generator@7.17.9
|
|
72
|
+
│ ├─ licenses: MIT
|
|
73
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
74
|
+
│ ├─ publisher: The Babel Team
|
|
75
|
+
│ ├─ url: https://babel.dev/team
|
|
76
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/generator
|
|
77
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/generator/LICENSE
|
|
78
|
+
├─ @babel/helper-annotate-as-pure@7.16.7
|
|
65
79
|
│ ├─ licenses: MIT
|
|
66
80
|
│ ├─ repository: https://github.com/babel/babel
|
|
67
81
|
│ ├─ publisher: The Babel Team
|
|
68
82
|
│ ├─ url: https://babel.dev/team
|
|
69
83
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-annotate-as-pure
|
|
70
84
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-annotate-as-pure/LICENSE
|
|
71
|
-
├─ @babel/helper-builder-binary-assignment-operator-visitor@7.
|
|
85
|
+
├─ @babel/helper-builder-binary-assignment-operator-visitor@7.16.7
|
|
72
86
|
│ ├─ licenses: MIT
|
|
73
87
|
│ ├─ repository: https://github.com/babel/babel
|
|
74
88
|
│ ├─ publisher: The Babel Team
|
|
75
89
|
│ ├─ url: https://babel.dev/team
|
|
76
90
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-builder-binary-assignment-operator-visitor
|
|
77
91
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/LICENSE
|
|
78
|
-
├─ @babel/helper-compilation-targets@7.
|
|
92
|
+
├─ @babel/helper-compilation-targets@7.16.7
|
|
79
93
|
│ ├─ licenses: MIT
|
|
80
94
|
│ ├─ repository: https://github.com/babel/babel
|
|
81
95
|
│ ├─ publisher: The Babel Team
|
|
82
96
|
│ ├─ url: https://babel.dev/team
|
|
83
97
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-compilation-targets
|
|
84
98
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-compilation-targets/LICENSE
|
|
85
|
-
├─ @babel/helper-
|
|
99
|
+
├─ @babel/helper-compilation-targets@7.17.7
|
|
100
|
+
│ ├─ licenses: MIT
|
|
101
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
102
|
+
│ ├─ publisher: The Babel Team
|
|
103
|
+
│ ├─ url: https://babel.dev/team
|
|
104
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/helper-compilation-targets
|
|
105
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/helper-compilation-targets/LICENSE
|
|
106
|
+
├─ @babel/helper-create-class-features-plugin@7.16.10
|
|
86
107
|
│ ├─ licenses: MIT
|
|
87
108
|
│ ├─ repository: https://github.com/babel/babel
|
|
88
109
|
│ ├─ publisher: The Babel Team
|
|
89
110
|
│ ├─ url: https://babel.dev/team
|
|
90
111
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-create-class-features-plugin
|
|
91
112
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-create-class-features-plugin/LICENSE
|
|
92
|
-
├─ @babel/helper-create-regexp-features-plugin@7.
|
|
113
|
+
├─ @babel/helper-create-regexp-features-plugin@7.16.7
|
|
93
114
|
│ ├─ licenses: MIT
|
|
94
115
|
│ ├─ repository: https://github.com/babel/babel
|
|
95
116
|
│ ├─ publisher: The Babel Team
|
|
96
117
|
│ ├─ url: https://babel.dev/team
|
|
97
118
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-create-regexp-features-plugin
|
|
98
119
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-create-regexp-features-plugin/LICENSE
|
|
99
|
-
├─ @babel/helper-define-polyfill-provider@0.
|
|
120
|
+
├─ @babel/helper-define-polyfill-provider@0.3.1
|
|
100
121
|
│ ├─ licenses: MIT
|
|
101
122
|
│ ├─ repository: https://github.com/babel/babel-polyfills
|
|
102
123
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-define-polyfill-provider
|
|
103
124
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-define-polyfill-provider/LICENSE
|
|
104
|
-
├─ @babel/helper-
|
|
125
|
+
├─ @babel/helper-environment-visitor@7.16.7
|
|
126
|
+
│ ├─ licenses: MIT
|
|
127
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
128
|
+
│ ├─ publisher: The Babel Team
|
|
129
|
+
│ ├─ url: https://babel.dev/team
|
|
130
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-environment-visitor
|
|
131
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-environment-visitor/LICENSE
|
|
132
|
+
├─ @babel/helper-explode-assignable-expression@7.16.7
|
|
105
133
|
│ ├─ licenses: MIT
|
|
106
134
|
│ ├─ repository: https://github.com/babel/babel
|
|
107
135
|
│ ├─ publisher: The Babel Team
|
|
108
136
|
│ ├─ url: https://babel.dev/team
|
|
109
137
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-explode-assignable-expression
|
|
110
138
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-explode-assignable-expression/LICENSE
|
|
111
|
-
├─ @babel/helper-function-name@7.
|
|
139
|
+
├─ @babel/helper-function-name@7.16.7
|
|
112
140
|
│ ├─ licenses: MIT
|
|
113
141
|
│ ├─ repository: https://github.com/babel/babel
|
|
114
142
|
│ ├─ publisher: The Babel Team
|
|
115
143
|
│ ├─ url: https://babel.dev/team
|
|
116
144
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-function-name
|
|
117
145
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-function-name/LICENSE
|
|
118
|
-
├─ @babel/helper-
|
|
146
|
+
├─ @babel/helper-function-name@7.17.9
|
|
147
|
+
│ ├─ licenses: MIT
|
|
148
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
149
|
+
│ ├─ publisher: The Babel Team
|
|
150
|
+
│ ├─ url: https://babel.dev/team
|
|
151
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/helper-function-name
|
|
152
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/helper-function-name/LICENSE
|
|
153
|
+
├─ @babel/helper-get-function-arity@7.16.7
|
|
119
154
|
│ ├─ licenses: MIT
|
|
120
155
|
│ ├─ repository: https://github.com/babel/babel
|
|
121
156
|
│ ├─ publisher: The Babel Team
|
|
122
157
|
│ ├─ url: https://babel.dev/team
|
|
123
158
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-get-function-arity
|
|
124
159
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-get-function-arity/LICENSE
|
|
125
|
-
├─ @babel/helper-hoist-variables@7.
|
|
160
|
+
├─ @babel/helper-hoist-variables@7.16.7
|
|
126
161
|
│ ├─ licenses: MIT
|
|
127
162
|
│ ├─ repository: https://github.com/babel/babel
|
|
128
163
|
│ ├─ publisher: The Babel Team
|
|
129
164
|
│ ├─ url: https://babel.dev/team
|
|
130
165
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-hoist-variables
|
|
131
166
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-hoist-variables/LICENSE
|
|
132
|
-
├─ @babel/helper-member-expression-to-functions@7.
|
|
167
|
+
├─ @babel/helper-member-expression-to-functions@7.16.7
|
|
133
168
|
│ ├─ licenses: MIT
|
|
134
169
|
│ ├─ repository: https://github.com/babel/babel
|
|
135
170
|
│ ├─ publisher: The Babel Team
|
|
136
171
|
│ ├─ url: https://babel.dev/team
|
|
137
172
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-member-expression-to-functions
|
|
138
173
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-member-expression-to-functions/LICENSE
|
|
139
|
-
├─ @babel/helper-module-imports@7.
|
|
174
|
+
├─ @babel/helper-module-imports@7.16.7
|
|
140
175
|
│ ├─ licenses: MIT
|
|
141
176
|
│ ├─ repository: https://github.com/babel/babel
|
|
142
177
|
│ ├─ publisher: The Babel Team
|
|
@@ -150,217 +185,245 @@
|
|
|
150
185
|
│ ├─ email: loganfsmyth@gmail.com
|
|
151
186
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-module-imports
|
|
152
187
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-module-imports/LICENSE
|
|
153
|
-
├─ @babel/helper-module-transforms@7.
|
|
188
|
+
├─ @babel/helper-module-transforms@7.16.7
|
|
154
189
|
│ ├─ licenses: MIT
|
|
155
190
|
│ ├─ repository: https://github.com/babel/babel
|
|
156
191
|
│ ├─ publisher: The Babel Team
|
|
157
192
|
│ ├─ url: https://babel.dev/team
|
|
158
193
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-module-transforms
|
|
159
194
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-module-transforms/LICENSE
|
|
160
|
-
├─ @babel/helper-
|
|
195
|
+
├─ @babel/helper-module-transforms@7.17.7
|
|
196
|
+
│ ├─ licenses: MIT
|
|
197
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
198
|
+
│ ├─ publisher: The Babel Team
|
|
199
|
+
│ ├─ url: https://babel.dev/team
|
|
200
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/helper-module-transforms
|
|
201
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/helper-module-transforms/LICENSE
|
|
202
|
+
├─ @babel/helper-optimise-call-expression@7.16.7
|
|
161
203
|
│ ├─ licenses: MIT
|
|
162
204
|
│ ├─ repository: https://github.com/babel/babel
|
|
163
205
|
│ ├─ publisher: The Babel Team
|
|
164
206
|
│ ├─ url: https://babel.dev/team
|
|
165
207
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-optimise-call-expression
|
|
166
208
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-optimise-call-expression/LICENSE
|
|
167
|
-
├─ @babel/helper-plugin-utils@7.
|
|
209
|
+
├─ @babel/helper-plugin-utils@7.16.7
|
|
168
210
|
│ ├─ licenses: MIT
|
|
169
211
|
│ ├─ repository: https://github.com/babel/babel
|
|
170
212
|
│ ├─ publisher: The Babel Team
|
|
171
213
|
│ ├─ url: https://babel.dev/team
|
|
172
214
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-plugin-utils
|
|
173
215
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-plugin-utils/LICENSE
|
|
174
|
-
├─ @babel/helper-remap-async-to-generator@7.
|
|
216
|
+
├─ @babel/helper-remap-async-to-generator@7.16.8
|
|
175
217
|
│ ├─ licenses: MIT
|
|
176
218
|
│ ├─ repository: https://github.com/babel/babel
|
|
177
219
|
│ ├─ publisher: The Babel Team
|
|
178
220
|
│ ├─ url: https://babel.dev/team
|
|
179
221
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-remap-async-to-generator
|
|
180
222
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-remap-async-to-generator/LICENSE
|
|
181
|
-
├─ @babel/helper-replace-supers@7.
|
|
223
|
+
├─ @babel/helper-replace-supers@7.16.7
|
|
182
224
|
│ ├─ licenses: MIT
|
|
183
225
|
│ ├─ repository: https://github.com/babel/babel
|
|
184
226
|
│ ├─ publisher: The Babel Team
|
|
185
227
|
│ ├─ url: https://babel.dev/team
|
|
186
228
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-replace-supers
|
|
187
229
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-replace-supers/LICENSE
|
|
188
|
-
├─ @babel/helper-simple-access@7.
|
|
230
|
+
├─ @babel/helper-simple-access@7.16.7
|
|
189
231
|
│ ├─ licenses: MIT
|
|
190
232
|
│ ├─ repository: https://github.com/babel/babel
|
|
191
233
|
│ ├─ publisher: The Babel Team
|
|
192
234
|
│ ├─ url: https://babel.dev/team
|
|
193
235
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-simple-access
|
|
194
236
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-simple-access/LICENSE
|
|
195
|
-
├─ @babel/helper-
|
|
237
|
+
├─ @babel/helper-simple-access@7.17.7
|
|
238
|
+
│ ├─ licenses: MIT
|
|
239
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
240
|
+
│ ├─ publisher: The Babel Team
|
|
241
|
+
│ ├─ url: https://babel.dev/team
|
|
242
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/helper-simple-access
|
|
243
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/helper-simple-access/LICENSE
|
|
244
|
+
├─ @babel/helper-skip-transparent-expression-wrappers@7.16.0
|
|
196
245
|
│ ├─ licenses: MIT
|
|
197
246
|
│ ├─ repository: https://github.com/babel/babel
|
|
198
247
|
│ ├─ publisher: The Babel Team
|
|
199
248
|
│ ├─ url: https://babel.dev/team
|
|
200
249
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-skip-transparent-expression-wrappers
|
|
201
250
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE
|
|
202
|
-
├─ @babel/helper-split-export-declaration@7.
|
|
251
|
+
├─ @babel/helper-split-export-declaration@7.16.7
|
|
203
252
|
│ ├─ licenses: MIT
|
|
204
253
|
│ ├─ repository: https://github.com/babel/babel
|
|
205
254
|
│ ├─ publisher: The Babel Team
|
|
206
255
|
│ ├─ url: https://babel.dev/team
|
|
207
256
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-split-export-declaration
|
|
208
257
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-split-export-declaration/LICENSE
|
|
209
|
-
├─ @babel/helper-validator-identifier@7.
|
|
258
|
+
├─ @babel/helper-validator-identifier@7.16.7
|
|
210
259
|
│ ├─ licenses: MIT
|
|
211
260
|
│ ├─ repository: https://github.com/babel/babel
|
|
212
261
|
│ ├─ publisher: The Babel Team
|
|
213
262
|
│ ├─ url: https://babel.dev/team
|
|
214
263
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-validator-identifier
|
|
215
264
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-validator-identifier/LICENSE
|
|
216
|
-
├─ @babel/helper-validator-option@7.
|
|
265
|
+
├─ @babel/helper-validator-option@7.16.7
|
|
217
266
|
│ ├─ licenses: MIT
|
|
218
267
|
│ ├─ repository: https://github.com/babel/babel
|
|
219
268
|
│ ├─ publisher: The Babel Team
|
|
220
269
|
│ ├─ url: https://babel.dev/team
|
|
221
270
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-validator-option
|
|
222
271
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-validator-option/LICENSE
|
|
223
|
-
├─ @babel/helper-wrap-function@7.
|
|
272
|
+
├─ @babel/helper-wrap-function@7.16.8
|
|
224
273
|
│ ├─ licenses: MIT
|
|
225
274
|
│ ├─ repository: https://github.com/babel/babel
|
|
226
275
|
│ ├─ publisher: The Babel Team
|
|
227
276
|
│ ├─ url: https://babel.dev/team
|
|
228
277
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-wrap-function
|
|
229
278
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-wrap-function/LICENSE
|
|
230
|
-
├─ @babel/helpers@7.
|
|
279
|
+
├─ @babel/helpers@7.17.9
|
|
231
280
|
│ ├─ licenses: MIT
|
|
232
281
|
│ ├─ repository: https://github.com/babel/babel
|
|
233
282
|
│ ├─ publisher: The Babel Team
|
|
234
283
|
│ ├─ url: https://babel.dev/team
|
|
235
284
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helpers
|
|
236
285
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helpers/LICENSE
|
|
237
|
-
├─ @babel/highlight@7.
|
|
286
|
+
├─ @babel/highlight@7.16.10
|
|
238
287
|
│ ├─ licenses: MIT
|
|
239
288
|
│ ├─ repository: https://github.com/babel/babel
|
|
240
289
|
│ ├─ publisher: The Babel Team
|
|
241
290
|
│ ├─ url: https://babel.dev/team
|
|
242
291
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/highlight
|
|
243
292
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/highlight/LICENSE
|
|
244
|
-
├─ @babel/node@7.
|
|
293
|
+
├─ @babel/node@7.16.8
|
|
245
294
|
│ ├─ licenses: MIT
|
|
246
295
|
│ ├─ repository: https://github.com/babel/babel
|
|
247
296
|
│ ├─ publisher: The Babel Team
|
|
248
297
|
│ ├─ url: https://babel.dev/team
|
|
249
298
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/node
|
|
250
299
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/node/LICENSE
|
|
251
|
-
├─ @babel/parser@7.
|
|
300
|
+
├─ @babel/parser@7.16.12
|
|
252
301
|
│ ├─ licenses: MIT
|
|
253
302
|
│ ├─ repository: https://github.com/babel/babel
|
|
254
303
|
│ ├─ publisher: The Babel Team
|
|
255
304
|
│ ├─ url: https://babel.dev/team
|
|
256
305
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/parser
|
|
257
306
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/parser/LICENSE
|
|
258
|
-
├─ @babel/
|
|
307
|
+
├─ @babel/parser@7.17.9
|
|
308
|
+
│ ├─ licenses: MIT
|
|
309
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
310
|
+
│ ├─ publisher: The Babel Team
|
|
311
|
+
│ ├─ url: https://babel.dev/team
|
|
312
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/parser
|
|
313
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/parser/LICENSE
|
|
314
|
+
├─ @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.7
|
|
315
|
+
│ ├─ licenses: MIT
|
|
316
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
317
|
+
│ ├─ publisher: The Babel Team
|
|
318
|
+
│ ├─ url: https://babel.dev/team
|
|
319
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression
|
|
320
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/LICENSE
|
|
321
|
+
├─ @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7
|
|
259
322
|
│ ├─ licenses: MIT
|
|
260
323
|
│ ├─ repository: https://github.com/babel/babel
|
|
261
324
|
│ ├─ publisher: The Babel Team
|
|
262
325
|
│ ├─ url: https://babel.dev/team
|
|
263
326
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining
|
|
264
327
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/LICENSE
|
|
265
|
-
├─ @babel/plugin-proposal-async-generator-functions@7.
|
|
328
|
+
├─ @babel/plugin-proposal-async-generator-functions@7.16.8
|
|
266
329
|
│ ├─ licenses: MIT
|
|
267
330
|
│ ├─ repository: https://github.com/babel/babel
|
|
268
331
|
│ ├─ publisher: The Babel Team
|
|
269
332
|
│ ├─ url: https://babel.dev/team
|
|
270
333
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-async-generator-functions
|
|
271
334
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-async-generator-functions/LICENSE
|
|
272
|
-
├─ @babel/plugin-proposal-class-properties@7.
|
|
335
|
+
├─ @babel/plugin-proposal-class-properties@7.16.7
|
|
273
336
|
│ ├─ licenses: MIT
|
|
274
337
|
│ ├─ repository: https://github.com/babel/babel
|
|
275
338
|
│ ├─ publisher: The Babel Team
|
|
276
339
|
│ ├─ url: https://babel.dev/team
|
|
277
340
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-class-properties
|
|
278
341
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-class-properties/LICENSE
|
|
279
|
-
├─ @babel/plugin-proposal-class-static-block@7.
|
|
342
|
+
├─ @babel/plugin-proposal-class-static-block@7.16.7
|
|
280
343
|
│ ├─ licenses: MIT
|
|
281
344
|
│ ├─ repository: https://github.com/babel/babel
|
|
282
345
|
│ ├─ publisher: The Babel Team
|
|
283
346
|
│ ├─ url: https://babel.dev/team
|
|
284
347
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-class-static-block
|
|
285
348
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-class-static-block/LICENSE
|
|
286
|
-
├─ @babel/plugin-proposal-dynamic-import@7.
|
|
349
|
+
├─ @babel/plugin-proposal-dynamic-import@7.16.7
|
|
287
350
|
│ ├─ licenses: MIT
|
|
288
351
|
│ ├─ repository: https://github.com/babel/babel
|
|
289
352
|
│ ├─ publisher: The Babel Team
|
|
290
353
|
│ ├─ url: https://babel.dev/team
|
|
291
354
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-dynamic-import
|
|
292
355
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-dynamic-import/LICENSE
|
|
293
|
-
├─ @babel/plugin-proposal-export-namespace-from@7.
|
|
356
|
+
├─ @babel/plugin-proposal-export-namespace-from@7.16.7
|
|
294
357
|
│ ├─ licenses: MIT
|
|
295
358
|
│ ├─ repository: https://github.com/babel/babel
|
|
296
359
|
│ ├─ publisher: The Babel Team
|
|
297
360
|
│ ├─ url: https://babel.dev/team
|
|
298
361
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-export-namespace-from
|
|
299
362
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-export-namespace-from/LICENSE
|
|
300
|
-
├─ @babel/plugin-proposal-json-strings@7.
|
|
363
|
+
├─ @babel/plugin-proposal-json-strings@7.16.7
|
|
301
364
|
│ ├─ licenses: MIT
|
|
302
365
|
│ ├─ repository: https://github.com/babel/babel
|
|
303
366
|
│ ├─ publisher: The Babel Team
|
|
304
367
|
│ ├─ url: https://babel.dev/team
|
|
305
368
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-json-strings
|
|
306
369
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-json-strings/LICENSE
|
|
307
|
-
├─ @babel/plugin-proposal-logical-assignment-operators@7.
|
|
370
|
+
├─ @babel/plugin-proposal-logical-assignment-operators@7.16.7
|
|
308
371
|
│ ├─ licenses: MIT
|
|
309
372
|
│ ├─ repository: https://github.com/babel/babel
|
|
310
373
|
│ ├─ publisher: The Babel Team
|
|
311
374
|
│ ├─ url: https://babel.dev/team
|
|
312
375
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-logical-assignment-operators
|
|
313
376
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-logical-assignment-operators/LICENSE
|
|
314
|
-
├─ @babel/plugin-proposal-nullish-coalescing-operator@7.
|
|
377
|
+
├─ @babel/plugin-proposal-nullish-coalescing-operator@7.16.7
|
|
315
378
|
│ ├─ licenses: MIT
|
|
316
379
|
│ ├─ repository: https://github.com/babel/babel
|
|
317
380
|
│ ├─ publisher: The Babel Team
|
|
318
381
|
│ ├─ url: https://babel.dev/team
|
|
319
382
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-nullish-coalescing-operator
|
|
320
383
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-nullish-coalescing-operator/LICENSE
|
|
321
|
-
├─ @babel/plugin-proposal-numeric-separator@7.
|
|
384
|
+
├─ @babel/plugin-proposal-numeric-separator@7.16.7
|
|
322
385
|
│ ├─ licenses: MIT
|
|
323
386
|
│ ├─ repository: https://github.com/babel/babel
|
|
324
387
|
│ ├─ publisher: The Babel Team
|
|
325
388
|
│ ├─ url: https://babel.dev/team
|
|
326
389
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-numeric-separator
|
|
327
390
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-numeric-separator/LICENSE
|
|
328
|
-
├─ @babel/plugin-proposal-object-rest-spread@7.
|
|
391
|
+
├─ @babel/plugin-proposal-object-rest-spread@7.16.7
|
|
329
392
|
│ ├─ licenses: MIT
|
|
330
393
|
│ ├─ repository: https://github.com/babel/babel
|
|
331
394
|
│ ├─ publisher: The Babel Team
|
|
332
395
|
│ ├─ url: https://babel.dev/team
|
|
333
396
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-object-rest-spread
|
|
334
397
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-object-rest-spread/LICENSE
|
|
335
|
-
├─ @babel/plugin-proposal-optional-catch-binding@7.
|
|
398
|
+
├─ @babel/plugin-proposal-optional-catch-binding@7.16.7
|
|
336
399
|
│ ├─ licenses: MIT
|
|
337
400
|
│ ├─ repository: https://github.com/babel/babel
|
|
338
401
|
│ ├─ publisher: The Babel Team
|
|
339
402
|
│ ├─ url: https://babel.dev/team
|
|
340
403
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-optional-catch-binding
|
|
341
404
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-optional-catch-binding/LICENSE
|
|
342
|
-
├─ @babel/plugin-proposal-optional-chaining@7.
|
|
405
|
+
├─ @babel/plugin-proposal-optional-chaining@7.16.7
|
|
343
406
|
│ ├─ licenses: MIT
|
|
344
407
|
│ ├─ repository: https://github.com/babel/babel
|
|
345
408
|
│ ├─ publisher: The Babel Team
|
|
346
409
|
│ ├─ url: https://babel.dev/team
|
|
347
410
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-optional-chaining
|
|
348
411
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-optional-chaining/LICENSE
|
|
349
|
-
├─ @babel/plugin-proposal-private-methods@7.
|
|
412
|
+
├─ @babel/plugin-proposal-private-methods@7.16.11
|
|
350
413
|
│ ├─ licenses: MIT
|
|
351
414
|
│ ├─ repository: https://github.com/babel/babel
|
|
352
415
|
│ ├─ publisher: The Babel Team
|
|
353
416
|
│ ├─ url: https://babel.dev/team
|
|
354
417
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-private-methods
|
|
355
418
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-private-methods/LICENSE
|
|
356
|
-
├─ @babel/plugin-proposal-private-property-in-object@7.
|
|
419
|
+
├─ @babel/plugin-proposal-private-property-in-object@7.16.7
|
|
357
420
|
│ ├─ licenses: MIT
|
|
358
421
|
│ ├─ repository: https://github.com/babel/babel
|
|
359
422
|
│ ├─ publisher: The Babel Team
|
|
360
423
|
│ ├─ url: https://babel.dev/team
|
|
361
424
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-private-property-in-object
|
|
362
425
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-private-property-in-object/LICENSE
|
|
363
|
-
├─ @babel/plugin-proposal-unicode-property-regex@7.
|
|
426
|
+
├─ @babel/plugin-proposal-unicode-property-regex@7.16.7
|
|
364
427
|
│ ├─ licenses: MIT
|
|
365
428
|
│ ├─ repository: https://github.com/babel/babel
|
|
366
429
|
│ ├─ publisher: The Babel Team
|
|
@@ -443,290 +506,305 @@
|
|
|
443
506
|
│ ├─ url: https://babel.dev/team
|
|
444
507
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-syntax-top-level-await
|
|
445
508
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-syntax-top-level-await/LICENSE
|
|
446
|
-
├─ @babel/plugin-transform-arrow-functions@7.
|
|
509
|
+
├─ @babel/plugin-transform-arrow-functions@7.16.7
|
|
447
510
|
│ ├─ licenses: MIT
|
|
448
511
|
│ ├─ repository: https://github.com/babel/babel
|
|
449
512
|
│ ├─ publisher: The Babel Team
|
|
450
513
|
│ ├─ url: https://babel.dev/team
|
|
451
514
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-arrow-functions
|
|
452
515
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-arrow-functions/LICENSE
|
|
453
|
-
├─ @babel/plugin-transform-async-to-generator@7.
|
|
516
|
+
├─ @babel/plugin-transform-async-to-generator@7.16.8
|
|
454
517
|
│ ├─ licenses: MIT
|
|
455
518
|
│ ├─ repository: https://github.com/babel/babel
|
|
456
519
|
│ ├─ publisher: The Babel Team
|
|
457
520
|
│ ├─ url: https://babel.dev/team
|
|
458
521
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-async-to-generator
|
|
459
522
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-async-to-generator/LICENSE
|
|
460
|
-
├─ @babel/plugin-transform-block-scoped-functions@7.
|
|
523
|
+
├─ @babel/plugin-transform-block-scoped-functions@7.16.7
|
|
461
524
|
│ ├─ licenses: MIT
|
|
462
525
|
│ ├─ repository: https://github.com/babel/babel
|
|
463
526
|
│ ├─ publisher: The Babel Team
|
|
464
527
|
│ ├─ url: https://babel.dev/team
|
|
465
528
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-block-scoped-functions
|
|
466
529
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-block-scoped-functions/LICENSE
|
|
467
|
-
├─ @babel/plugin-transform-block-scoping@7.
|
|
530
|
+
├─ @babel/plugin-transform-block-scoping@7.16.7
|
|
468
531
|
│ ├─ licenses: MIT
|
|
469
532
|
│ ├─ repository: https://github.com/babel/babel
|
|
470
533
|
│ ├─ publisher: The Babel Team
|
|
471
534
|
│ ├─ url: https://babel.dev/team
|
|
472
535
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-block-scoping
|
|
473
536
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-block-scoping/LICENSE
|
|
474
|
-
├─ @babel/plugin-transform-classes@7.
|
|
537
|
+
├─ @babel/plugin-transform-classes@7.16.7
|
|
475
538
|
│ ├─ licenses: MIT
|
|
476
539
|
│ ├─ repository: https://github.com/babel/babel
|
|
477
540
|
│ ├─ publisher: The Babel Team
|
|
478
541
|
│ ├─ url: https://babel.dev/team
|
|
479
542
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-classes
|
|
480
543
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-classes/LICENSE
|
|
481
|
-
├─ @babel/plugin-transform-computed-properties@7.
|
|
544
|
+
├─ @babel/plugin-transform-computed-properties@7.16.7
|
|
482
545
|
│ ├─ licenses: MIT
|
|
483
546
|
│ ├─ repository: https://github.com/babel/babel
|
|
484
547
|
│ ├─ publisher: The Babel Team
|
|
485
548
|
│ ├─ url: https://babel.dev/team
|
|
486
549
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-computed-properties
|
|
487
550
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-computed-properties/LICENSE
|
|
488
|
-
├─ @babel/plugin-transform-destructuring@7.
|
|
551
|
+
├─ @babel/plugin-transform-destructuring@7.16.7
|
|
489
552
|
│ ├─ licenses: MIT
|
|
490
553
|
│ ├─ repository: https://github.com/babel/babel
|
|
491
554
|
│ ├─ publisher: The Babel Team
|
|
492
555
|
│ ├─ url: https://babel.dev/team
|
|
493
556
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-destructuring
|
|
494
557
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-destructuring/LICENSE
|
|
495
|
-
├─ @babel/plugin-transform-dotall-regex@7.
|
|
558
|
+
├─ @babel/plugin-transform-dotall-regex@7.16.7
|
|
496
559
|
│ ├─ licenses: MIT
|
|
497
560
|
│ ├─ repository: https://github.com/babel/babel
|
|
498
561
|
│ ├─ publisher: The Babel Team
|
|
499
562
|
│ ├─ url: https://babel.dev/team
|
|
500
563
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-dotall-regex
|
|
501
564
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-dotall-regex/LICENSE
|
|
502
|
-
├─ @babel/plugin-transform-duplicate-keys@7.
|
|
565
|
+
├─ @babel/plugin-transform-duplicate-keys@7.16.7
|
|
503
566
|
│ ├─ licenses: MIT
|
|
504
567
|
│ ├─ repository: https://github.com/babel/babel
|
|
505
568
|
│ ├─ publisher: The Babel Team
|
|
506
569
|
│ ├─ url: https://babel.dev/team
|
|
507
570
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-duplicate-keys
|
|
508
571
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-duplicate-keys/LICENSE
|
|
509
|
-
├─ @babel/plugin-transform-exponentiation-operator@7.
|
|
572
|
+
├─ @babel/plugin-transform-exponentiation-operator@7.16.7
|
|
510
573
|
│ ├─ licenses: MIT
|
|
511
574
|
│ ├─ repository: https://github.com/babel/babel
|
|
512
575
|
│ ├─ publisher: The Babel Team
|
|
513
576
|
│ ├─ url: https://babel.dev/team
|
|
514
577
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-exponentiation-operator
|
|
515
578
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-exponentiation-operator/LICENSE
|
|
516
|
-
├─ @babel/plugin-transform-for-of@7.
|
|
579
|
+
├─ @babel/plugin-transform-for-of@7.16.7
|
|
517
580
|
│ ├─ licenses: MIT
|
|
518
581
|
│ ├─ repository: https://github.com/babel/babel
|
|
519
582
|
│ ├─ publisher: The Babel Team
|
|
520
583
|
│ ├─ url: https://babel.dev/team
|
|
521
584
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-for-of
|
|
522
585
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-for-of/LICENSE
|
|
523
|
-
├─ @babel/plugin-transform-function-name@7.
|
|
586
|
+
├─ @babel/plugin-transform-function-name@7.16.7
|
|
524
587
|
│ ├─ licenses: MIT
|
|
525
588
|
│ ├─ repository: https://github.com/babel/babel
|
|
526
589
|
│ ├─ publisher: The Babel Team
|
|
527
590
|
│ ├─ url: https://babel.dev/team
|
|
528
591
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-function-name
|
|
529
592
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-function-name/LICENSE
|
|
530
|
-
├─ @babel/plugin-transform-literals@7.
|
|
593
|
+
├─ @babel/plugin-transform-literals@7.16.7
|
|
531
594
|
│ ├─ licenses: MIT
|
|
532
595
|
│ ├─ repository: https://github.com/babel/babel
|
|
533
596
|
│ ├─ publisher: The Babel Team
|
|
534
597
|
│ ├─ url: https://babel.dev/team
|
|
535
598
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-literals
|
|
536
599
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-literals/LICENSE
|
|
537
|
-
├─ @babel/plugin-transform-member-expression-literals@7.
|
|
600
|
+
├─ @babel/plugin-transform-member-expression-literals@7.16.7
|
|
538
601
|
│ ├─ licenses: MIT
|
|
539
602
|
│ ├─ repository: https://github.com/babel/babel
|
|
540
603
|
│ ├─ publisher: The Babel Team
|
|
541
604
|
│ ├─ url: https://babel.dev/team
|
|
542
605
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-member-expression-literals
|
|
543
606
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-member-expression-literals/LICENSE
|
|
544
|
-
├─ @babel/plugin-transform-modules-amd@7.
|
|
607
|
+
├─ @babel/plugin-transform-modules-amd@7.16.7
|
|
545
608
|
│ ├─ licenses: MIT
|
|
546
609
|
│ ├─ repository: https://github.com/babel/babel
|
|
547
610
|
│ ├─ publisher: The Babel Team
|
|
548
611
|
│ ├─ url: https://babel.dev/team
|
|
549
612
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-amd
|
|
550
613
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-amd/LICENSE
|
|
551
|
-
├─ @babel/plugin-transform-modules-commonjs@7.
|
|
614
|
+
├─ @babel/plugin-transform-modules-commonjs@7.16.8
|
|
552
615
|
│ ├─ licenses: MIT
|
|
553
616
|
│ ├─ repository: https://github.com/babel/babel
|
|
554
617
|
│ ├─ publisher: The Babel Team
|
|
555
618
|
│ ├─ url: https://babel.dev/team
|
|
556
619
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-commonjs
|
|
557
620
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-commonjs/LICENSE
|
|
558
|
-
├─ @babel/plugin-transform-modules-systemjs@7.
|
|
621
|
+
├─ @babel/plugin-transform-modules-systemjs@7.16.7
|
|
559
622
|
│ ├─ licenses: MIT
|
|
560
623
|
│ ├─ repository: https://github.com/babel/babel
|
|
561
624
|
│ ├─ publisher: The Babel Team
|
|
562
625
|
│ ├─ url: https://babel.dev/team
|
|
563
626
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-systemjs
|
|
564
627
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-systemjs/LICENSE
|
|
565
|
-
├─ @babel/plugin-transform-modules-umd@7.
|
|
628
|
+
├─ @babel/plugin-transform-modules-umd@7.16.7
|
|
566
629
|
│ ├─ licenses: MIT
|
|
567
630
|
│ ├─ repository: https://github.com/babel/babel
|
|
568
631
|
│ ├─ publisher: The Babel Team
|
|
569
632
|
│ ├─ url: https://babel.dev/team
|
|
570
633
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-umd
|
|
571
634
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-umd/LICENSE
|
|
572
|
-
├─ @babel/plugin-transform-named-capturing-groups-regex@7.
|
|
635
|
+
├─ @babel/plugin-transform-named-capturing-groups-regex@7.16.8
|
|
573
636
|
│ ├─ licenses: MIT
|
|
574
637
|
│ ├─ repository: https://github.com/babel/babel
|
|
575
638
|
│ ├─ publisher: The Babel Team
|
|
576
639
|
│ ├─ url: https://babel.dev/team
|
|
577
640
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-named-capturing-groups-regex
|
|
578
641
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-named-capturing-groups-regex/LICENSE
|
|
579
|
-
├─ @babel/plugin-transform-new-target@7.
|
|
642
|
+
├─ @babel/plugin-transform-new-target@7.16.7
|
|
580
643
|
│ ├─ licenses: MIT
|
|
581
644
|
│ ├─ repository: https://github.com/babel/babel
|
|
582
645
|
│ ├─ publisher: The Babel Team
|
|
583
646
|
│ ├─ url: https://babel.dev/team
|
|
584
647
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-new-target
|
|
585
648
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-new-target/LICENSE
|
|
586
|
-
├─ @babel/plugin-transform-object-super@7.
|
|
649
|
+
├─ @babel/plugin-transform-object-super@7.16.7
|
|
587
650
|
│ ├─ licenses: MIT
|
|
588
651
|
│ ├─ repository: https://github.com/babel/babel
|
|
589
652
|
│ ├─ publisher: The Babel Team
|
|
590
653
|
│ ├─ url: https://babel.dev/team
|
|
591
654
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-object-super
|
|
592
655
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-object-super/LICENSE
|
|
593
|
-
├─ @babel/plugin-transform-parameters@7.
|
|
656
|
+
├─ @babel/plugin-transform-parameters@7.16.7
|
|
594
657
|
│ ├─ licenses: MIT
|
|
595
658
|
│ ├─ repository: https://github.com/babel/babel
|
|
596
659
|
│ ├─ publisher: The Babel Team
|
|
597
660
|
│ ├─ url: https://babel.dev/team
|
|
598
661
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-parameters
|
|
599
662
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-parameters/LICENSE
|
|
600
|
-
├─ @babel/plugin-transform-property-literals@7.
|
|
663
|
+
├─ @babel/plugin-transform-property-literals@7.16.7
|
|
601
664
|
│ ├─ licenses: MIT
|
|
602
665
|
│ ├─ repository: https://github.com/babel/babel
|
|
603
666
|
│ ├─ publisher: The Babel Team
|
|
604
667
|
│ ├─ url: https://babel.dev/team
|
|
605
668
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-property-literals
|
|
606
669
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-property-literals/LICENSE
|
|
607
|
-
├─ @babel/plugin-transform-regenerator@7.
|
|
670
|
+
├─ @babel/plugin-transform-regenerator@7.16.7
|
|
608
671
|
│ ├─ licenses: MIT
|
|
609
672
|
│ ├─ repository: https://github.com/babel/babel
|
|
610
673
|
│ ├─ publisher: The Babel Team
|
|
611
674
|
│ ├─ url: https://babel.dev/team
|
|
612
675
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-regenerator
|
|
613
676
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-regenerator/LICENSE
|
|
614
|
-
├─ @babel/plugin-transform-reserved-words@7.
|
|
677
|
+
├─ @babel/plugin-transform-reserved-words@7.16.7
|
|
615
678
|
│ ├─ licenses: MIT
|
|
616
679
|
│ ├─ repository: https://github.com/babel/babel
|
|
617
680
|
│ ├─ publisher: The Babel Team
|
|
618
681
|
│ ├─ url: https://babel.dev/team
|
|
619
682
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-reserved-words
|
|
620
683
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-reserved-words/LICENSE
|
|
621
|
-
├─ @babel/plugin-transform-runtime@7.
|
|
684
|
+
├─ @babel/plugin-transform-runtime@7.17.0
|
|
622
685
|
│ ├─ licenses: MIT
|
|
623
686
|
│ ├─ repository: https://github.com/babel/babel
|
|
624
687
|
│ ├─ publisher: The Babel Team
|
|
625
688
|
│ ├─ url: https://babel.dev/team
|
|
626
689
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-runtime
|
|
627
690
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-runtime/LICENSE
|
|
628
|
-
├─ @babel/plugin-transform-shorthand-properties@7.
|
|
691
|
+
├─ @babel/plugin-transform-shorthand-properties@7.16.7
|
|
629
692
|
│ ├─ licenses: MIT
|
|
630
693
|
│ ├─ repository: https://github.com/babel/babel
|
|
631
694
|
│ ├─ publisher: The Babel Team
|
|
632
695
|
│ ├─ url: https://babel.dev/team
|
|
633
696
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-shorthand-properties
|
|
634
697
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-shorthand-properties/LICENSE
|
|
635
|
-
├─ @babel/plugin-transform-spread@7.
|
|
698
|
+
├─ @babel/plugin-transform-spread@7.16.7
|
|
636
699
|
│ ├─ licenses: MIT
|
|
637
700
|
│ ├─ repository: https://github.com/babel/babel
|
|
638
701
|
│ ├─ publisher: The Babel Team
|
|
639
702
|
│ ├─ url: https://babel.dev/team
|
|
640
703
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-spread
|
|
641
704
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-spread/LICENSE
|
|
642
|
-
├─ @babel/plugin-transform-sticky-regex@7.
|
|
705
|
+
├─ @babel/plugin-transform-sticky-regex@7.16.7
|
|
643
706
|
│ ├─ licenses: MIT
|
|
644
707
|
│ ├─ repository: https://github.com/babel/babel
|
|
645
708
|
│ ├─ publisher: The Babel Team
|
|
646
709
|
│ ├─ url: https://babel.dev/team
|
|
647
710
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-sticky-regex
|
|
648
711
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-sticky-regex/LICENSE
|
|
649
|
-
├─ @babel/plugin-transform-template-literals@7.
|
|
712
|
+
├─ @babel/plugin-transform-template-literals@7.16.7
|
|
650
713
|
│ ├─ licenses: MIT
|
|
651
714
|
│ ├─ repository: https://github.com/babel/babel
|
|
652
715
|
│ ├─ publisher: The Babel Team
|
|
653
716
|
│ ├─ url: https://babel.dev/team
|
|
654
717
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-template-literals
|
|
655
718
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-template-literals/LICENSE
|
|
656
|
-
├─ @babel/plugin-transform-typeof-symbol@7.
|
|
719
|
+
├─ @babel/plugin-transform-typeof-symbol@7.16.7
|
|
657
720
|
│ ├─ licenses: MIT
|
|
658
721
|
│ ├─ repository: https://github.com/babel/babel
|
|
659
722
|
│ ├─ publisher: The Babel Team
|
|
660
723
|
│ ├─ url: https://babel.dev/team
|
|
661
724
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-typeof-symbol
|
|
662
725
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-typeof-symbol/LICENSE
|
|
663
|
-
├─ @babel/plugin-transform-unicode-escapes@7.
|
|
726
|
+
├─ @babel/plugin-transform-unicode-escapes@7.16.7
|
|
664
727
|
│ ├─ licenses: MIT
|
|
665
728
|
│ ├─ repository: https://github.com/babel/babel
|
|
666
729
|
│ ├─ publisher: The Babel Team
|
|
667
730
|
│ ├─ url: https://babel.dev/team
|
|
668
731
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-unicode-escapes
|
|
669
732
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-unicode-escapes/LICENSE
|
|
670
|
-
├─ @babel/plugin-transform-unicode-regex@7.
|
|
733
|
+
├─ @babel/plugin-transform-unicode-regex@7.16.7
|
|
671
734
|
│ ├─ licenses: MIT
|
|
672
735
|
│ ├─ repository: https://github.com/babel/babel
|
|
673
736
|
│ ├─ publisher: The Babel Team
|
|
674
737
|
│ ├─ url: https://babel.dev/team
|
|
675
738
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-unicode-regex
|
|
676
739
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-unicode-regex/LICENSE
|
|
677
|
-
├─ @babel/preset-env@7.
|
|
740
|
+
├─ @babel/preset-env@7.16.11
|
|
678
741
|
│ ├─ licenses: MIT
|
|
679
742
|
│ ├─ repository: https://github.com/babel/babel
|
|
680
743
|
│ ├─ publisher: The Babel Team
|
|
681
744
|
│ ├─ url: https://babel.dev/team
|
|
682
745
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/preset-env
|
|
683
746
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/preset-env/LICENSE
|
|
684
|
-
├─ @babel/preset-modules@0.1.
|
|
747
|
+
├─ @babel/preset-modules@0.1.5
|
|
685
748
|
│ ├─ licenses: MIT
|
|
749
|
+
│ ├─ repository: https://github.com/babel/preset-modules
|
|
686
750
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/preset-modules
|
|
687
751
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/preset-modules/LICENSE
|
|
688
|
-
├─ @babel/register@7.
|
|
752
|
+
├─ @babel/register@7.16.9
|
|
689
753
|
│ ├─ licenses: MIT
|
|
690
754
|
│ ├─ repository: https://github.com/babel/babel
|
|
691
755
|
│ ├─ publisher: The Babel Team
|
|
692
756
|
│ ├─ url: https://babel.dev/team
|
|
693
757
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/register
|
|
694
758
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/register/LICENSE
|
|
695
|
-
├─ @babel/runtime-corejs3@7.
|
|
759
|
+
├─ @babel/runtime-corejs3@7.15.3
|
|
696
760
|
│ ├─ licenses: MIT
|
|
697
761
|
│ ├─ repository: https://github.com/babel/babel
|
|
698
|
-
│ ├─ publisher:
|
|
699
|
-
│ ├─
|
|
762
|
+
│ ├─ publisher: The Babel Team
|
|
763
|
+
│ ├─ url: https://babel.dev/team
|
|
700
764
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/runtime-corejs3
|
|
701
765
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/runtime-corejs3/LICENSE
|
|
702
|
-
├─ @babel/runtime@7.
|
|
766
|
+
├─ @babel/runtime@7.17.9
|
|
703
767
|
│ ├─ licenses: MIT
|
|
704
768
|
│ ├─ repository: https://github.com/babel/babel
|
|
705
769
|
│ ├─ publisher: The Babel Team
|
|
706
770
|
│ ├─ url: https://babel.dev/team
|
|
707
771
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/runtime
|
|
708
772
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/runtime/LICENSE
|
|
709
|
-
├─ @babel/template@7.
|
|
773
|
+
├─ @babel/template@7.16.7
|
|
710
774
|
│ ├─ licenses: MIT
|
|
711
775
|
│ ├─ repository: https://github.com/babel/babel
|
|
712
776
|
│ ├─ publisher: The Babel Team
|
|
713
777
|
│ ├─ url: https://babel.dev/team
|
|
714
778
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/template
|
|
715
779
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/template/LICENSE
|
|
716
|
-
├─ @babel/traverse@7.
|
|
780
|
+
├─ @babel/traverse@7.16.10
|
|
717
781
|
│ ├─ licenses: MIT
|
|
718
782
|
│ ├─ repository: https://github.com/babel/babel
|
|
719
783
|
│ ├─ publisher: The Babel Team
|
|
720
784
|
│ ├─ url: https://babel.dev/team
|
|
721
785
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/traverse
|
|
722
786
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/traverse/LICENSE
|
|
723
|
-
├─ @babel/
|
|
787
|
+
├─ @babel/traverse@7.17.9
|
|
788
|
+
│ ├─ licenses: MIT
|
|
789
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
790
|
+
│ ├─ publisher: The Babel Team
|
|
791
|
+
│ ├─ url: https://babel.dev/team
|
|
792
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/traverse
|
|
793
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/traverse/LICENSE
|
|
794
|
+
├─ @babel/types@7.16.8
|
|
724
795
|
│ ├─ licenses: MIT
|
|
725
796
|
│ ├─ repository: https://github.com/babel/babel
|
|
726
797
|
│ ├─ publisher: The Babel Team
|
|
727
798
|
│ ├─ url: https://babel.dev/team
|
|
728
799
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-annotate-as-pure/node_modules/@babel/types
|
|
729
800
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-annotate-as-pure/node_modules/@babel/types/LICENSE
|
|
801
|
+
├─ @babel/types@7.17.0
|
|
802
|
+
│ ├─ licenses: MIT
|
|
803
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
804
|
+
│ ├─ publisher: The Babel Team
|
|
805
|
+
│ ├─ url: https://babel.dev/team
|
|
806
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/types
|
|
807
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/types/LICENSE
|
|
730
808
|
├─ @babel/types@7.8.7
|
|
731
809
|
│ ├─ licenses: MIT
|
|
732
810
|
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-types
|
|
@@ -734,12 +812,39 @@
|
|
|
734
812
|
│ ├─ email: sebmck@gmail.com
|
|
735
813
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/types
|
|
736
814
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/types/LICENSE
|
|
737
|
-
├─ @eslint/eslintrc@
|
|
815
|
+
├─ @eslint/eslintrc@1.2.1
|
|
738
816
|
│ ├─ licenses: MIT
|
|
739
817
|
│ ├─ repository: https://github.com/eslint/eslintrc
|
|
740
818
|
│ ├─ publisher: Nicholas C. Zakas
|
|
741
819
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc
|
|
742
820
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc/LICENSE
|
|
821
|
+
├─ @gar/promisify@1.1.3
|
|
822
|
+
│ ├─ licenses: MIT
|
|
823
|
+
│ ├─ repository: https://github.com/wraithgar/gar-promisify
|
|
824
|
+
│ ├─ publisher: Gar
|
|
825
|
+
│ ├─ email: gar+npm@danger.computer
|
|
826
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@gar/promisify
|
|
827
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@gar/promisify/LICENSE.md
|
|
828
|
+
├─ @humanwhocodes/config-array@0.9.5
|
|
829
|
+
│ ├─ licenses: Apache-2.0
|
|
830
|
+
│ ├─ repository: https://github.com/humanwhocodes/config-array
|
|
831
|
+
│ ├─ publisher: Nicholas C. Zakas
|
|
832
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@humanwhocodes/config-array
|
|
833
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@humanwhocodes/config-array/LICENSE
|
|
834
|
+
├─ @humanwhocodes/object-schema@1.2.1
|
|
835
|
+
│ ├─ licenses: BSD-3-Clause
|
|
836
|
+
│ ├─ repository: https://github.com/humanwhocodes/object-schema
|
|
837
|
+
│ ├─ publisher: Nicholas C. Zakas
|
|
838
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@humanwhocodes/object-schema
|
|
839
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@humanwhocodes/object-schema/LICENSE
|
|
840
|
+
├─ @ioredis/commands@1.1.1
|
|
841
|
+
│ ├─ licenses: MIT
|
|
842
|
+
│ ├─ repository: https://github.com/ioredis/commands
|
|
843
|
+
│ ├─ publisher: Zihua Li
|
|
844
|
+
│ ├─ email: i@zihua.li
|
|
845
|
+
│ ├─ url: http://zihua.li
|
|
846
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@ioredis/commands
|
|
847
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@ioredis/commands/LICENSE
|
|
743
848
|
├─ @istanbuljs/load-nyc-config@1.1.0
|
|
744
849
|
│ ├─ licenses: ISC
|
|
745
850
|
│ ├─ repository: https://github.com/istanbuljs/load-nyc-config
|
|
@@ -751,6 +856,26 @@
|
|
|
751
856
|
│ ├─ publisher: Corey Farrell
|
|
752
857
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@istanbuljs/schema
|
|
753
858
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@istanbuljs/schema/LICENSE
|
|
859
|
+
├─ @jridgewell/resolve-uri@3.0.5
|
|
860
|
+
│ ├─ licenses: MIT
|
|
861
|
+
│ ├─ repository: https://github.com/jridgewell/resolve-uri
|
|
862
|
+
│ ├─ publisher: Justin Ridgewell
|
|
863
|
+
│ ├─ email: justin@ridgewell.name
|
|
864
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@jridgewell/resolve-uri
|
|
865
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@jridgewell/resolve-uri/LICENSE
|
|
866
|
+
├─ @jridgewell/sourcemap-codec@1.4.11
|
|
867
|
+
│ ├─ licenses: MIT
|
|
868
|
+
│ ├─ repository: https://github.com/jridgewell/sourcemap-codec
|
|
869
|
+
│ ├─ publisher: Rich Harris
|
|
870
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@jridgewell/sourcemap-codec
|
|
871
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@jridgewell/sourcemap-codec/LICENSE
|
|
872
|
+
├─ @jridgewell/trace-mapping@0.3.7
|
|
873
|
+
│ ├─ licenses: MIT
|
|
874
|
+
│ ├─ repository: https://github.com/jridgewell/trace-mapping
|
|
875
|
+
│ ├─ publisher: Justin Ridgewell
|
|
876
|
+
│ ├─ email: justin@ridgewell.name
|
|
877
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@jridgewell/trace-mapping
|
|
878
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@jridgewell/trace-mapping/LICENSE
|
|
754
879
|
├─ @jsdevtools/ono@7.1.3
|
|
755
880
|
│ ├─ licenses: MIT
|
|
756
881
|
│ ├─ repository: https://github.com/JS-DevTools/ono
|
|
@@ -758,27 +883,31 @@
|
|
|
758
883
|
│ ├─ url: https://jamesmessinger.com
|
|
759
884
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@jsdevtools/ono
|
|
760
885
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@jsdevtools/ono/LICENSE
|
|
761
|
-
├─ @nodelib/fs.scandir@2.1.
|
|
886
|
+
├─ @nodelib/fs.scandir@2.1.5
|
|
762
887
|
│ ├─ licenses: MIT
|
|
763
888
|
│ ├─ repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
|
|
764
889
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@nodelib/fs.scandir
|
|
765
890
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@nodelib/fs.scandir/LICENSE
|
|
766
|
-
├─ @nodelib/fs.stat@2.0.
|
|
891
|
+
├─ @nodelib/fs.stat@2.0.5
|
|
767
892
|
│ ├─ licenses: MIT
|
|
768
893
|
│ ├─ repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
|
|
769
894
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@nodelib/fs.stat
|
|
770
895
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@nodelib/fs.stat/LICENSE
|
|
771
|
-
├─ @nodelib/fs.walk@1.2.
|
|
896
|
+
├─ @nodelib/fs.walk@1.2.8
|
|
772
897
|
│ ├─ licenses: MIT
|
|
773
898
|
│ ├─ repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
|
|
774
899
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@nodelib/fs.walk
|
|
775
900
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@nodelib/fs.walk/LICENSE
|
|
776
|
-
├─ @npmcli/
|
|
901
|
+
├─ @npmcli/fs@2.1.0
|
|
902
|
+
│ ├─ licenses: ISC
|
|
903
|
+
│ ├─ repository: https://github.com/npm/fs
|
|
904
|
+
│ ├─ publisher: GitHub Inc.
|
|
905
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@npmcli/fs
|
|
906
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@npmcli/fs/LICENSE.md
|
|
907
|
+
├─ @npmcli/git@3.0.1
|
|
777
908
|
│ ├─ licenses: ISC
|
|
778
909
|
│ ├─ repository: https://github.com/npm/git
|
|
779
|
-
│ ├─ publisher:
|
|
780
|
-
│ ├─ email: i@izs.me
|
|
781
|
-
│ ├─ url: https://izs.me
|
|
910
|
+
│ ├─ publisher: GitHub Inc.
|
|
782
911
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@npmcli/git
|
|
783
912
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@npmcli/git/LICENSE
|
|
784
913
|
├─ @npmcli/installed-package-contents@1.0.7
|
|
@@ -789,31 +918,28 @@
|
|
|
789
918
|
│ ├─ url: https://izs.me
|
|
790
919
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@npmcli/installed-package-contents
|
|
791
920
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@npmcli/installed-package-contents/LICENSE
|
|
792
|
-
├─ @npmcli/move-file@
|
|
921
|
+
├─ @npmcli/move-file@2.0.0
|
|
793
922
|
│ ├─ licenses: MIT
|
|
794
923
|
│ ├─ repository: https://github.com/npm/move-file
|
|
924
|
+
│ ├─ publisher: GitHub Inc.
|
|
795
925
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@npmcli/move-file
|
|
796
926
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@npmcli/move-file/LICENSE.md
|
|
797
|
-
├─ @npmcli/node-gyp@
|
|
927
|
+
├─ @npmcli/node-gyp@2.0.0
|
|
798
928
|
│ ├─ licenses: ISC
|
|
799
|
-
│ ├─
|
|
800
|
-
│ ├─
|
|
929
|
+
│ ├─ repository: https://github.com/npm/node-gyp
|
|
930
|
+
│ ├─ publisher: GitHub Inc.
|
|
801
931
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@npmcli/node-gyp
|
|
802
932
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@npmcli/node-gyp/README.md
|
|
803
|
-
├─ @npmcli/promise-spawn@
|
|
933
|
+
├─ @npmcli/promise-spawn@3.0.0
|
|
804
934
|
│ ├─ licenses: ISC
|
|
805
935
|
│ ├─ repository: https://github.com/npm/promise-spawn
|
|
806
|
-
│ ├─ publisher:
|
|
807
|
-
│ ├─ email: i@izs.me
|
|
808
|
-
│ ├─ url: https://izs.me
|
|
936
|
+
│ ├─ publisher: GitHub Inc.
|
|
809
937
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@npmcli/promise-spawn
|
|
810
938
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@npmcli/promise-spawn/LICENSE
|
|
811
|
-
├─ @npmcli/run-script@
|
|
939
|
+
├─ @npmcli/run-script@3.0.2
|
|
812
940
|
│ ├─ licenses: ISC
|
|
813
941
|
│ ├─ repository: https://github.com/npm/run-script
|
|
814
|
-
│ ├─ publisher:
|
|
815
|
-
│ ├─ email: i@izs.me
|
|
816
|
-
│ ├─ url: https://izs.me
|
|
942
|
+
│ ├─ publisher: GitHub Inc.
|
|
817
943
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@npmcli/run-script
|
|
818
944
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@npmcli/run-script/LICENSE
|
|
819
945
|
├─ @sindresorhus/is@0.14.0
|
|
@@ -824,35 +950,49 @@
|
|
|
824
950
|
│ ├─ url: sindresorhus.com
|
|
825
951
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@sindresorhus/is
|
|
826
952
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@sindresorhus/is/license
|
|
953
|
+
├─ @socket.io/base64-arraybuffer@1.0.2
|
|
954
|
+
│ ├─ licenses: MIT
|
|
955
|
+
│ ├─ repository: https://github.com/socketio/base64-arraybuffer
|
|
956
|
+
│ ├─ publisher: Niklas von Hertzen
|
|
957
|
+
│ ├─ email: niklasvh@gmail.com
|
|
958
|
+
│ ├─ url: https://hertzen.com
|
|
959
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@socket.io/base64-arraybuffer
|
|
960
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@socket.io/base64-arraybuffer/LICENSE
|
|
961
|
+
├─ @socket.io/component-emitter@3.0.0
|
|
962
|
+
│ ├─ licenses: MIT
|
|
963
|
+
│ ├─ repository: https://github.com/socketio/emitter
|
|
964
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@socket.io/component-emitter
|
|
965
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@socket.io/component-emitter/LICENSE
|
|
827
966
|
├─ @szmarczak/http-timer@1.1.2
|
|
828
967
|
│ ├─ licenses: MIT
|
|
829
968
|
│ ├─ repository: https://github.com/szmarczak/http-timer
|
|
830
969
|
│ ├─ publisher: Szymon Marczak
|
|
831
970
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@szmarczak/http-timer
|
|
832
971
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@szmarczak/http-timer/LICENSE
|
|
833
|
-
├─ @tootallnate/once@
|
|
972
|
+
├─ @tootallnate/once@2.0.0
|
|
834
973
|
│ ├─ licenses: MIT
|
|
835
974
|
│ ├─ repository: https://github.com/TooTallNate/once
|
|
836
975
|
│ ├─ publisher: Nathan Rajlich
|
|
837
976
|
│ ├─ email: nathan@tootallnate.net
|
|
838
977
|
│ ├─ url: http://n8.io/
|
|
839
|
-
│
|
|
978
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@tootallnate/once
|
|
979
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@tootallnate/once/LICENSE
|
|
840
980
|
├─ @types/color-name@1.1.1
|
|
841
981
|
│ ├─ licenses: MIT
|
|
842
982
|
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
843
983
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@types/color-name
|
|
844
984
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@types/color-name/LICENSE
|
|
845
|
-
├─ @types/component-emitter@1.2.
|
|
985
|
+
├─ @types/component-emitter@1.2.11
|
|
846
986
|
│ ├─ licenses: MIT
|
|
847
987
|
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
848
988
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@types/component-emitter
|
|
849
989
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@types/component-emitter/LICENSE
|
|
850
|
-
├─ @types/cookie@0.4.
|
|
990
|
+
├─ @types/cookie@0.4.1
|
|
851
991
|
│ ├─ licenses: MIT
|
|
852
992
|
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
853
993
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@types/cookie
|
|
854
994
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@types/cookie/LICENSE
|
|
855
|
-
├─ @types/cors@2.8.
|
|
995
|
+
├─ @types/cors@2.8.12
|
|
856
996
|
│ ├─ licenses: MIT
|
|
857
997
|
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
858
998
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@types/cors
|
|
@@ -862,6 +1002,11 @@
|
|
|
862
1002
|
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
863
1003
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@types/estree
|
|
864
1004
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@types/estree/LICENSE
|
|
1005
|
+
├─ @types/json-schema@7.0.11
|
|
1006
|
+
│ ├─ licenses: MIT
|
|
1007
|
+
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
1008
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@types/json-schema
|
|
1009
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@types/json-schema/LICENSE
|
|
865
1010
|
├─ @types/json5@0.0.29
|
|
866
1011
|
│ ├─ licenses: MIT
|
|
867
1012
|
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
@@ -897,17 +1042,27 @@
|
|
|
897
1042
|
│ ├─ repository: https://github.com/jshttp/accepts
|
|
898
1043
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/accepts
|
|
899
1044
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/accepts/LICENSE
|
|
900
|
-
├─
|
|
1045
|
+
├─ accepts@1.3.8
|
|
1046
|
+
│ ├─ licenses: MIT
|
|
1047
|
+
│ ├─ repository: https://github.com/jshttp/accepts
|
|
1048
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/express/node_modules/accepts
|
|
1049
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/express/node_modules/accepts/LICENSE
|
|
1050
|
+
├─ acorn-jsx@5.3.2
|
|
901
1051
|
│ ├─ licenses: MIT
|
|
902
1052
|
│ ├─ repository: https://github.com/acornjs/acorn-jsx
|
|
903
1053
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/acorn-jsx
|
|
904
1054
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/acorn-jsx/LICENSE
|
|
905
|
-
├─ acorn@
|
|
1055
|
+
├─ acorn-walk@8.2.0
|
|
1056
|
+
│ ├─ licenses: MIT
|
|
1057
|
+
│ ├─ repository: https://github.com/acornjs/acorn
|
|
1058
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/acorn-walk
|
|
1059
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/acorn-walk/LICENSE
|
|
1060
|
+
├─ acorn@8.7.0
|
|
906
1061
|
│ ├─ licenses: MIT
|
|
907
1062
|
│ ├─ repository: https://github.com/acornjs/acorn
|
|
908
1063
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/acorn
|
|
909
1064
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/acorn/LICENSE
|
|
910
|
-
├─ adler-32@1.
|
|
1065
|
+
├─ adler-32@1.3.1
|
|
911
1066
|
│ ├─ licenses: Apache-2.0
|
|
912
1067
|
│ ├─ repository: https://github.com/SheetJS/js-adler32
|
|
913
1068
|
│ ├─ publisher: sheetjs
|
|
@@ -921,7 +1076,7 @@
|
|
|
921
1076
|
│ ├─ url: http://n8.io/
|
|
922
1077
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/agent-base
|
|
923
1078
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/agent-base/README.md
|
|
924
|
-
├─ agentkeepalive@4.1
|
|
1079
|
+
├─ agentkeepalive@4.2.1
|
|
925
1080
|
│ ├─ licenses: MIT
|
|
926
1081
|
│ ├─ repository: https://github.com/node-modules/agentkeepalive
|
|
927
1082
|
│ ├─ publisher: fengmk2
|
|
@@ -949,12 +1104,6 @@
|
|
|
949
1104
|
│ ├─ publisher: Evgeny Poberezkin
|
|
950
1105
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc/node_modules/ajv
|
|
951
1106
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc/node_modules/ajv/LICENSE
|
|
952
|
-
├─ ajv@8.6.0
|
|
953
|
-
│ ├─ licenses: MIT
|
|
954
|
-
│ ├─ repository: https://github.com/ajv-validator/ajv
|
|
955
|
-
│ ├─ publisher: Evgeny Poberezkin
|
|
956
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/table/node_modules/ajv
|
|
957
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/table/node_modules/ajv/LICENSE
|
|
958
1107
|
├─ ansi-align@3.0.0
|
|
959
1108
|
│ ├─ licenses: ISC
|
|
960
1109
|
│ ├─ repository: https://github.com/nexdrew/ansi-align
|
|
@@ -968,22 +1117,6 @@
|
|
|
968
1117
|
│ ├─ url: https://github.com/doowb
|
|
969
1118
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ansi-colors
|
|
970
1119
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ansi-colors/LICENSE
|
|
971
|
-
├─ ansi-regex@2.1.1
|
|
972
|
-
│ ├─ licenses: MIT
|
|
973
|
-
│ ├─ repository: https://github.com/chalk/ansi-regex
|
|
974
|
-
│ ├─ publisher: Sindre Sorhus
|
|
975
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
976
|
-
│ ├─ url: sindresorhus.com
|
|
977
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/ansi-regex
|
|
978
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/ansi-regex/license
|
|
979
|
-
├─ ansi-regex@3.0.0
|
|
980
|
-
│ ├─ licenses: MIT
|
|
981
|
-
│ ├─ repository: https://github.com/chalk/ansi-regex
|
|
982
|
-
│ ├─ publisher: Sindre Sorhus
|
|
983
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
984
|
-
│ ├─ url: sindresorhus.com
|
|
985
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/wide-align/node_modules/ansi-regex
|
|
986
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/wide-align/node_modules/ansi-regex/license
|
|
987
1120
|
├─ ansi-regex@4.1.0
|
|
988
1121
|
│ ├─ licenses: MIT
|
|
989
1122
|
│ ├─ repository: https://github.com/chalk/ansi-regex
|
|
@@ -1000,6 +1133,14 @@
|
|
|
1000
1133
|
│ ├─ url: sindresorhus.com
|
|
1001
1134
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ansi-regex
|
|
1002
1135
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ansi-regex/license
|
|
1136
|
+
├─ ansi-regex@5.0.1
|
|
1137
|
+
│ ├─ licenses: MIT
|
|
1138
|
+
│ ├─ repository: https://github.com/chalk/ansi-regex
|
|
1139
|
+
│ ├─ publisher: Sindre Sorhus
|
|
1140
|
+
│ ├─ email: sindresorhus@gmail.com
|
|
1141
|
+
│ ├─ url: sindresorhus.com
|
|
1142
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/ansi-regex
|
|
1143
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/ansi-regex/license
|
|
1003
1144
|
├─ ansi-styles@3.2.1
|
|
1004
1145
|
│ ├─ licenses: MIT
|
|
1005
1146
|
│ ├─ repository: https://github.com/chalk/ansi-styles
|
|
@@ -1039,7 +1180,7 @@
|
|
|
1039
1180
|
│ ├─ url: github.com/jamestalmage
|
|
1040
1181
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/append-transform
|
|
1041
1182
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/append-transform/license
|
|
1042
|
-
├─ aproba@
|
|
1183
|
+
├─ aproba@2.0.0
|
|
1043
1184
|
│ ├─ licenses: ISC
|
|
1044
1185
|
│ ├─ repository: https://github.com/iarna/aproba
|
|
1045
1186
|
│ ├─ publisher: Rebecca Turner
|
|
@@ -1054,13 +1195,12 @@
|
|
|
1054
1195
|
│ ├─ url: http://substack.net
|
|
1055
1196
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/archy
|
|
1056
1197
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/archy/LICENSE
|
|
1057
|
-
├─ are-we-there-yet@
|
|
1198
|
+
├─ are-we-there-yet@3.0.0
|
|
1058
1199
|
│ ├─ licenses: ISC
|
|
1059
|
-
│ ├─ repository: https://github.com/
|
|
1060
|
-
│ ├─ publisher:
|
|
1061
|
-
│ ├─ url: http://re-becca.org
|
|
1200
|
+
│ ├─ repository: https://github.com/npm/are-we-there-yet
|
|
1201
|
+
│ ├─ publisher: GitHub Inc.
|
|
1062
1202
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/are-we-there-yet
|
|
1063
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/are-we-there-yet/LICENSE
|
|
1203
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/are-we-there-yet/LICENSE.md
|
|
1064
1204
|
├─ argparse@1.0.10
|
|
1065
1205
|
│ ├─ licenses: MIT
|
|
1066
1206
|
│ ├─ repository: https://github.com/nodeca/argparse
|
|
@@ -1087,7 +1227,7 @@
|
|
|
1087
1227
|
│ ├─ url: http://blakeembrey.me
|
|
1088
1228
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array-flatten
|
|
1089
1229
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array-flatten/LICENSE
|
|
1090
|
-
├─ array-includes@3.1.
|
|
1230
|
+
├─ array-includes@3.1.4
|
|
1091
1231
|
│ ├─ licenses: MIT
|
|
1092
1232
|
│ ├─ repository: https://github.com/es-shims/array-includes
|
|
1093
1233
|
│ ├─ publisher: Jordan Harband
|
|
@@ -1103,7 +1243,7 @@
|
|
|
1103
1243
|
│ ├─ url: sindresorhus.com
|
|
1104
1244
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array-union
|
|
1105
1245
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array-union/license
|
|
1106
|
-
├─ array.prototype.flat@1.
|
|
1246
|
+
├─ array.prototype.flat@1.3.0
|
|
1107
1247
|
│ ├─ licenses: MIT
|
|
1108
1248
|
│ ├─ repository: https://github.com/es-shims/Array.prototype.flat
|
|
1109
1249
|
│ ├─ publisher: Jordan Harband
|
|
@@ -1111,7 +1251,7 @@
|
|
|
1111
1251
|
│ ├─ url: http://ljharb.codes
|
|
1112
1252
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat
|
|
1113
1253
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/LICENSE
|
|
1114
|
-
├─ array.prototype.map@1.0.
|
|
1254
|
+
├─ array.prototype.map@1.0.4
|
|
1115
1255
|
│ ├─ licenses: MIT
|
|
1116
1256
|
│ ├─ repository: https://github.com/es-shims/Array.prototype.map
|
|
1117
1257
|
│ ├─ publisher: Jordan Harband
|
|
@@ -1145,15 +1285,7 @@
|
|
|
1145
1285
|
│ ├─ url: http://qualiancy.com
|
|
1146
1286
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/assertion-error
|
|
1147
1287
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/assertion-error/README.md
|
|
1148
|
-
├─
|
|
1149
|
-
│ ├─ licenses: MIT
|
|
1150
|
-
│ ├─ repository: https://github.com/kevva/astral-regex
|
|
1151
|
-
│ ├─ publisher: Kevin Mårtensson
|
|
1152
|
-
│ ├─ email: kevinmartensson@gmail.com
|
|
1153
|
-
│ ├─ url: github.com/kevva
|
|
1154
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/astral-regex
|
|
1155
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/astral-regex/license
|
|
1156
|
-
├─ async@3.2.0
|
|
1288
|
+
├─ async@3.2.3
|
|
1157
1289
|
│ ├─ licenses: MIT
|
|
1158
1290
|
│ ├─ repository: https://github.com/caolan/async
|
|
1159
1291
|
│ ├─ publisher: Caolan McMahon
|
|
@@ -1189,17 +1321,17 @@
|
|
|
1189
1321
|
│ ├─ email: jordan.gensler@airbnb.com
|
|
1190
1322
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/babel-plugin-dynamic-import-node
|
|
1191
1323
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/babel-plugin-dynamic-import-node/LICENSE
|
|
1192
|
-
├─ babel-plugin-polyfill-corejs2@0.
|
|
1324
|
+
├─ babel-plugin-polyfill-corejs2@0.3.1
|
|
1193
1325
|
│ ├─ licenses: MIT
|
|
1194
1326
|
│ ├─ repository: https://github.com/babel/babel-polyfills
|
|
1195
1327
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/babel-plugin-polyfill-corejs2
|
|
1196
1328
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/babel-plugin-polyfill-corejs2/LICENSE
|
|
1197
|
-
├─ babel-plugin-polyfill-corejs3@0.
|
|
1329
|
+
├─ babel-plugin-polyfill-corejs3@0.5.1
|
|
1198
1330
|
│ ├─ licenses: MIT
|
|
1199
1331
|
│ ├─ repository: https://github.com/babel/babel-polyfills
|
|
1200
1332
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/babel-plugin-polyfill-corejs3
|
|
1201
1333
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/babel-plugin-polyfill-corejs3/LICENSE
|
|
1202
|
-
├─ babel-plugin-polyfill-regenerator@0.
|
|
1334
|
+
├─ babel-plugin-polyfill-regenerator@0.3.1
|
|
1203
1335
|
│ ├─ licenses: MIT
|
|
1204
1336
|
│ ├─ repository: https://github.com/babel/babel-polyfills
|
|
1205
1337
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/babel-plugin-polyfill-regenerator
|
|
@@ -1217,14 +1349,6 @@
|
|
|
1217
1349
|
│ ├─ url: http://juliangruber.com
|
|
1218
1350
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/balanced-match
|
|
1219
1351
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/balanced-match/LICENSE.md
|
|
1220
|
-
├─ base64-arraybuffer@0.1.4
|
|
1221
|
-
│ ├─ licenses: MIT
|
|
1222
|
-
│ ├─ repository: https://github.com/niklasvh/base64-arraybuffer
|
|
1223
|
-
│ ├─ publisher: Niklas von Hertzen
|
|
1224
|
-
│ ├─ email: niklasvh@gmail.com
|
|
1225
|
-
│ ├─ url: http://hertzen.com
|
|
1226
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/base64-arraybuffer
|
|
1227
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/base64-arraybuffer/LICENSE-MIT
|
|
1228
1352
|
├─ base64id@2.0.0
|
|
1229
1353
|
│ ├─ licenses: MIT
|
|
1230
1354
|
│ ├─ repository: https://github.com/faeldt/base64id
|
|
@@ -1245,17 +1369,22 @@
|
|
|
1245
1369
|
│ ├─ url: sindresorhus.com
|
|
1246
1370
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/binary-extensions
|
|
1247
1371
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/binary-extensions/license
|
|
1248
|
-
├─ body-parser@1.19.
|
|
1372
|
+
├─ body-parser@1.19.2
|
|
1373
|
+
│ ├─ licenses: MIT
|
|
1374
|
+
│ ├─ repository: https://github.com/expressjs/body-parser
|
|
1375
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/express/node_modules/body-parser
|
|
1376
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/express/node_modules/body-parser/LICENSE
|
|
1377
|
+
├─ body-parser@1.20.0
|
|
1249
1378
|
│ ├─ licenses: MIT
|
|
1250
1379
|
│ ├─ repository: https://github.com/expressjs/body-parser
|
|
1251
1380
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/body-parser
|
|
1252
1381
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/body-parser/LICENSE
|
|
1253
|
-
├─ boolean@3.
|
|
1382
|
+
├─ boolean@3.2.0
|
|
1254
1383
|
│ ├─ licenses: MIT
|
|
1255
1384
|
│ ├─ repository: https://github.com/thenativeweb/boolean
|
|
1256
1385
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/boolean
|
|
1257
1386
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/boolean/LICENSE.txt
|
|
1258
|
-
├─ botium-core@1.
|
|
1387
|
+
├─ botium-core@1.12.5
|
|
1259
1388
|
│ ├─ licenses: MIT
|
|
1260
1389
|
│ ├─ repository: https://github.com/codeforequity-at/botium-core
|
|
1261
1390
|
│ ├─ publisher: Florian Treml
|
|
@@ -1267,7 +1396,7 @@
|
|
|
1267
1396
|
│ ├─ publisher: Simon Grondin
|
|
1268
1397
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/bottleneck
|
|
1269
1398
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/bottleneck/LICENSE
|
|
1270
|
-
├─ boxen@5.
|
|
1399
|
+
├─ boxen@5.1.1
|
|
1271
1400
|
│ ├─ licenses: MIT
|
|
1272
1401
|
│ ├─ repository: https://github.com/sindresorhus/boxen
|
|
1273
1402
|
│ ├─ publisher: Sindre Sorhus
|
|
@@ -1283,6 +1412,14 @@
|
|
|
1283
1412
|
│ ├─ url: http://juliangruber.com
|
|
1284
1413
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/brace-expansion
|
|
1285
1414
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/brace-expansion/LICENSE
|
|
1415
|
+
├─ brace-expansion@2.0.1
|
|
1416
|
+
│ ├─ licenses: MIT
|
|
1417
|
+
│ ├─ repository: https://github.com/juliangruber/brace-expansion
|
|
1418
|
+
│ ├─ publisher: Julian Gruber
|
|
1419
|
+
│ ├─ email: mail@juliangruber.com
|
|
1420
|
+
│ ├─ url: http://juliangruber.com
|
|
1421
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ignore-walk/node_modules/brace-expansion
|
|
1422
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ignore-walk/node_modules/brace-expansion/LICENSE
|
|
1286
1423
|
├─ braces@3.0.2
|
|
1287
1424
|
│ ├─ licenses: MIT
|
|
1288
1425
|
│ ├─ repository: https://github.com/micromatch/braces
|
|
@@ -1296,14 +1433,14 @@
|
|
|
1296
1433
|
│ ├─ publisher: kumavis
|
|
1297
1434
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/browser-stdout
|
|
1298
1435
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/browser-stdout/LICENSE
|
|
1299
|
-
├─ browserslist@4.
|
|
1436
|
+
├─ browserslist@4.19.1
|
|
1300
1437
|
│ ├─ licenses: MIT
|
|
1301
1438
|
│ ├─ repository: https://github.com/browserslist/browserslist
|
|
1302
1439
|
│ ├─ publisher: Andrey Sitnik
|
|
1303
1440
|
│ ├─ email: andrey@sitnik.ru
|
|
1304
1441
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/browserslist
|
|
1305
1442
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/browserslist/LICENSE
|
|
1306
|
-
├─ buffer-from@1.1.
|
|
1443
|
+
├─ buffer-from@1.1.2
|
|
1307
1444
|
│ ├─ licenses: MIT
|
|
1308
1445
|
│ ├─ repository: https://github.com/LinusU/buffer-from
|
|
1309
1446
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/buffer-from
|
|
@@ -1316,12 +1453,17 @@
|
|
|
1316
1453
|
│ ├─ url: sindresorhus.com
|
|
1317
1454
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/builtin-modules
|
|
1318
1455
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/builtin-modules/license
|
|
1319
|
-
├─ builtins@1.0
|
|
1456
|
+
├─ builtins@4.1.0
|
|
1457
|
+
│ ├─ licenses: MIT
|
|
1458
|
+
│ ├─ repository: https://github.com/juliangruber/builtins
|
|
1459
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-n/node_modules/builtins
|
|
1460
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-n/node_modules/builtins/License
|
|
1461
|
+
├─ builtins@5.0.1
|
|
1320
1462
|
│ ├─ licenses: MIT
|
|
1321
1463
|
│ ├─ repository: https://github.com/juliangruber/builtins
|
|
1322
1464
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/builtins
|
|
1323
1465
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/builtins/License
|
|
1324
|
-
├─ bytes@3.1.
|
|
1466
|
+
├─ bytes@3.1.2
|
|
1325
1467
|
│ ├─ licenses: MIT
|
|
1326
1468
|
│ ├─ repository: https://github.com/visionmedia/bytes.js
|
|
1327
1469
|
│ ├─ publisher: TJ Holowaychuk
|
|
@@ -1329,9 +1471,10 @@
|
|
|
1329
1471
|
│ ├─ url: http://tjholowaychuk.com
|
|
1330
1472
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/bytes
|
|
1331
1473
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/bytes/LICENSE
|
|
1332
|
-
├─ cacache@
|
|
1474
|
+
├─ cacache@16.0.4
|
|
1333
1475
|
│ ├─ licenses: ISC
|
|
1334
1476
|
│ ├─ repository: https://github.com/npm/cacache
|
|
1477
|
+
│ ├─ publisher: GitHub Inc.
|
|
1335
1478
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cacache
|
|
1336
1479
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cacache/LICENSE.md
|
|
1337
1480
|
├─ cacheable-request@6.1.0
|
|
@@ -1386,7 +1529,15 @@
|
|
|
1386
1529
|
│ ├─ url: https://sindresorhus.com
|
|
1387
1530
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/boxen/node_modules/camelcase
|
|
1388
1531
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/boxen/node_modules/camelcase/license
|
|
1389
|
-
├─
|
|
1532
|
+
├─ camelcase@6.3.0
|
|
1533
|
+
│ ├─ licenses: MIT
|
|
1534
|
+
│ ├─ repository: https://github.com/sindresorhus/camelcase
|
|
1535
|
+
│ ├─ publisher: Sindre Sorhus
|
|
1536
|
+
│ ├─ email: sindresorhus@gmail.com
|
|
1537
|
+
│ ├─ url: https://sindresorhus.com
|
|
1538
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/yargs-unparser/node_modules/camelcase
|
|
1539
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/yargs-unparser/node_modules/camelcase/license
|
|
1540
|
+
├─ caniuse-lite@1.0.30001301
|
|
1390
1541
|
│ ├─ licenses: CC-BY-4.0
|
|
1391
1542
|
│ ├─ repository: https://github.com/browserslist/caniuse-lite
|
|
1392
1543
|
│ ├─ publisher: Ben Briggs
|
|
@@ -1401,7 +1552,7 @@
|
|
|
1401
1552
|
│ ├─ email: mikeal.rogers@gmail.com
|
|
1402
1553
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/caseless
|
|
1403
1554
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/caseless/LICENSE
|
|
1404
|
-
├─ cfb@1.2.
|
|
1555
|
+
├─ cfb@1.2.2
|
|
1405
1556
|
│ ├─ licenses: Apache-2.0
|
|
1406
1557
|
│ ├─ repository: https://github.com/SheetJS/js-cfb
|
|
1407
1558
|
│ ├─ publisher: sheetjs
|
|
@@ -1415,7 +1566,7 @@
|
|
|
1415
1566
|
│ ├─ url: https://domenic.me
|
|
1416
1567
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/chai-as-promised
|
|
1417
1568
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/chai-as-promised/LICENSE.txt
|
|
1418
|
-
├─ chai@4.3.
|
|
1569
|
+
├─ chai@4.3.6
|
|
1419
1570
|
│ ├─ licenses: MIT
|
|
1420
1571
|
│ ├─ repository: https://github.com/chaijs/chai
|
|
1421
1572
|
│ ├─ publisher: Jake Luer
|
|
@@ -1427,7 +1578,7 @@
|
|
|
1427
1578
|
│ ├─ repository: https://github.com/chalk/chalk
|
|
1428
1579
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/chalk
|
|
1429
1580
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/chalk/license
|
|
1430
|
-
├─ chalk@4.1.
|
|
1581
|
+
├─ chalk@4.1.2
|
|
1431
1582
|
│ ├─ licenses: MIT
|
|
1432
1583
|
│ ├─ repository: https://github.com/chalk/chalk
|
|
1433
1584
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/boxen/node_modules/chalk
|
|
@@ -1440,7 +1591,7 @@
|
|
|
1440
1591
|
│ ├─ url: http://alogicalparadox.com
|
|
1441
1592
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/check-error
|
|
1442
1593
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/check-error/LICENSE
|
|
1443
|
-
├─ chokidar@3.5.
|
|
1594
|
+
├─ chokidar@3.5.3
|
|
1444
1595
|
│ ├─ licenses: MIT
|
|
1445
1596
|
│ ├─ repository: https://github.com/paulmillr/chokidar
|
|
1446
1597
|
│ ├─ publisher: Paul Miller
|
|
@@ -1485,13 +1636,13 @@
|
|
|
1485
1636
|
│ ├─ url: https://sindresorhus.com
|
|
1486
1637
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cli-boxes
|
|
1487
1638
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cli-boxes/license
|
|
1488
|
-
├─ cli-table@0.3.
|
|
1639
|
+
├─ cli-table@0.3.11
|
|
1489
1640
|
│ ├─ licenses: MIT*
|
|
1490
1641
|
│ ├─ repository: https://github.com/Automattic/cli-table
|
|
1491
1642
|
│ ├─ publisher: Guillermo Rauch
|
|
1492
1643
|
│ ├─ email: guillermo@learnboost.com
|
|
1493
1644
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cli-table
|
|
1494
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cli-table/
|
|
1645
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cli-table/LICENSE
|
|
1495
1646
|
├─ cliui@6.0.0
|
|
1496
1647
|
│ ├─ licenses: ISC
|
|
1497
1648
|
│ ├─ repository: https://github.com/yargs/cliui
|
|
@@ -1529,15 +1680,7 @@
|
|
|
1529
1680
|
│ ├─ url: http://github.com/Salakar/
|
|
1530
1681
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cluster-key-slot
|
|
1531
1682
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cluster-key-slot/LICENSE
|
|
1532
|
-
├─
|
|
1533
|
-
│ ├─ licenses: MIT
|
|
1534
|
-
│ ├─ repository: https://github.com/sindresorhus/code-point-at
|
|
1535
|
-
│ ├─ publisher: Sindre Sorhus
|
|
1536
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
1537
|
-
│ ├─ url: sindresorhus.com
|
|
1538
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/code-point-at
|
|
1539
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/code-point-at/license
|
|
1540
|
-
├─ codepage@1.14.0
|
|
1683
|
+
├─ codepage@1.15.0
|
|
1541
1684
|
│ ├─ licenses: Apache-2.0
|
|
1542
1685
|
│ ├─ repository: https://github.com/SheetJS/js-codepage
|
|
1543
1686
|
│ ├─ publisher: SheetJS
|
|
@@ -1571,18 +1714,26 @@
|
|
|
1571
1714
|
│ ├─ email: dfcreative@gmail.com
|
|
1572
1715
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/wrap-ansi/node_modules/color-name
|
|
1573
1716
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/wrap-ansi/node_modules/color-name/LICENSE
|
|
1574
|
-
├─
|
|
1575
|
-
│ ├─ licenses:
|
|
1576
|
-
│ ├─ repository: https://github.com/
|
|
1577
|
-
│ ├─ publisher:
|
|
1578
|
-
│ ├─
|
|
1579
|
-
│
|
|
1717
|
+
├─ color-support@1.1.3
|
|
1718
|
+
│ ├─ licenses: ISC
|
|
1719
|
+
│ ├─ repository: https://github.com/isaacs/color-support
|
|
1720
|
+
│ ├─ publisher: Isaac Z. Schlueter
|
|
1721
|
+
│ ├─ email: i@izs.me
|
|
1722
|
+
│ ├─ url: http://blog.izs.me/
|
|
1723
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/color-support
|
|
1724
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/color-support/LICENSE
|
|
1580
1725
|
├─ colors@1.0.3
|
|
1581
1726
|
│ ├─ licenses: MIT
|
|
1582
1727
|
│ ├─ repository: https://github.com/Marak/colors.js
|
|
1583
1728
|
│ ├─ publisher: Marak Squires
|
|
1584
1729
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/colors
|
|
1585
1730
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/colors/ReadMe.md
|
|
1731
|
+
├─ colors@1.4.0
|
|
1732
|
+
│ ├─ licenses: MIT
|
|
1733
|
+
│ ├─ repository: https://github.com/Marak/colors.js
|
|
1734
|
+
│ ├─ publisher: Marak Squires
|
|
1735
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/license-compatibility-checker/node_modules/colors
|
|
1736
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/license-compatibility-checker/node_modules/colors/LICENSE
|
|
1586
1737
|
├─ combined-stream@1.0.8
|
|
1587
1738
|
│ ├─ licenses: MIT
|
|
1588
1739
|
│ ├─ repository: https://github.com/felixge/node-combined-stream
|
|
@@ -1591,20 +1742,6 @@
|
|
|
1591
1742
|
│ ├─ url: http://debuggable.com/
|
|
1592
1743
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/combined-stream
|
|
1593
1744
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/combined-stream/License
|
|
1594
|
-
├─ commander@2.14.1
|
|
1595
|
-
│ ├─ licenses: MIT
|
|
1596
|
-
│ ├─ repository: https://github.com/tj/commander.js
|
|
1597
|
-
│ ├─ publisher: TJ Holowaychuk
|
|
1598
|
-
│ ├─ email: tj@vision-media.ca
|
|
1599
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/codepage/node_modules/commander
|
|
1600
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/codepage/node_modules/commander/LICENSE
|
|
1601
|
-
├─ commander@2.17.1
|
|
1602
|
-
│ ├─ licenses: MIT
|
|
1603
|
-
│ ├─ repository: https://github.com/tj/commander.js
|
|
1604
|
-
│ ├─ publisher: TJ Holowaychuk
|
|
1605
|
-
│ ├─ email: tj@vision-media.ca
|
|
1606
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/xlsx/node_modules/commander
|
|
1607
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/xlsx/node_modules/commander/LICENSE
|
|
1608
1745
|
├─ commander@2.20.3
|
|
1609
1746
|
│ ├─ licenses: MIT
|
|
1610
1747
|
│ ├─ repository: https://github.com/tj/commander.js
|
|
@@ -1626,7 +1763,7 @@
|
|
|
1626
1763
|
│ ├─ email: tj@vision-media.ca
|
|
1627
1764
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/swagger-jsdoc/node_modules/commander
|
|
1628
1765
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/swagger-jsdoc/node_modules/commander/LICENSE
|
|
1629
|
-
├─ commander@
|
|
1766
|
+
├─ commander@9.2.0
|
|
1630
1767
|
│ ├─ licenses: MIT
|
|
1631
1768
|
│ ├─ repository: https://github.com/tj/commander.js
|
|
1632
1769
|
│ ├─ publisher: TJ Holowaychuk
|
|
@@ -1670,7 +1807,7 @@
|
|
|
1670
1807
|
│ ├─ url: http://re-becca.org/
|
|
1671
1808
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/console-control-strings
|
|
1672
1809
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/console-control-strings/LICENSE
|
|
1673
|
-
├─ content-disposition@0.5.
|
|
1810
|
+
├─ content-disposition@0.5.4
|
|
1674
1811
|
│ ├─ licenses: MIT
|
|
1675
1812
|
│ ├─ repository: https://github.com/jshttp/content-disposition
|
|
1676
1813
|
│ ├─ publisher: Douglas Christopher Wilson
|
|
@@ -1699,31 +1836,31 @@
|
|
|
1699
1836
|
│ ├─ email: tj@learnboost.com
|
|
1700
1837
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cookie-signature
|
|
1701
1838
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cookie-signature/Readme.md
|
|
1702
|
-
├─ cookie@0.4.
|
|
1839
|
+
├─ cookie@0.4.1
|
|
1703
1840
|
│ ├─ licenses: MIT
|
|
1704
1841
|
│ ├─ repository: https://github.com/jshttp/cookie
|
|
1705
1842
|
│ ├─ publisher: Roman Shtylman
|
|
1706
1843
|
│ ├─ email: shtylman@gmail.com
|
|
1707
1844
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cookie
|
|
1708
1845
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cookie/LICENSE
|
|
1709
|
-
├─ cookie@0.4.
|
|
1846
|
+
├─ cookie@0.4.2
|
|
1710
1847
|
│ ├─ licenses: MIT
|
|
1711
1848
|
│ ├─ repository: https://github.com/jshttp/cookie
|
|
1712
1849
|
│ ├─ publisher: Roman Shtylman
|
|
1713
1850
|
│ ├─ email: shtylman@gmail.com
|
|
1714
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
1715
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
1716
|
-
├─ core-js-compat@3.
|
|
1851
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/express/node_modules/cookie
|
|
1852
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/express/node_modules/cookie/LICENSE
|
|
1853
|
+
├─ core-js-compat@3.20.3
|
|
1717
1854
|
│ ├─ licenses: MIT
|
|
1718
1855
|
│ ├─ repository: https://github.com/zloirock/core-js
|
|
1719
1856
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/core-js-compat
|
|
1720
1857
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/core-js-compat/LICENSE
|
|
1721
|
-
├─ core-js-pure@3.
|
|
1858
|
+
├─ core-js-pure@3.16.1
|
|
1722
1859
|
│ ├─ licenses: MIT
|
|
1723
1860
|
│ ├─ repository: https://github.com/zloirock/core-js
|
|
1724
1861
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/core-js-pure
|
|
1725
1862
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/core-js-pure/LICENSE
|
|
1726
|
-
├─ core-js@3.
|
|
1863
|
+
├─ core-js@3.20.3
|
|
1727
1864
|
│ ├─ licenses: MIT
|
|
1728
1865
|
│ ├─ repository: https://github.com/zloirock/core-js
|
|
1729
1866
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/core-js
|
|
@@ -1744,7 +1881,7 @@
|
|
|
1744
1881
|
│ ├─ url: https://github.com/troygoode/
|
|
1745
1882
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cors
|
|
1746
1883
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cors/LICENSE
|
|
1747
|
-
├─ crc-32@1.2.
|
|
1884
|
+
├─ crc-32@1.2.2
|
|
1748
1885
|
│ ├─ licenses: Apache-2.0
|
|
1749
1886
|
│ ├─ repository: https://github.com/SheetJS/js-crc32
|
|
1750
1887
|
│ ├─ publisher: sheetjs
|
|
@@ -1780,9 +1917,9 @@
|
|
|
1780
1917
|
│ ├─ url: sindresorhus.com
|
|
1781
1918
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/crypto-random-string
|
|
1782
1919
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/crypto-random-string/license
|
|
1783
|
-
├─ csv-parse@
|
|
1920
|
+
├─ csv-parse@5.0.4
|
|
1784
1921
|
│ ├─ licenses: MIT
|
|
1785
|
-
│ ├─ repository: https://github.com/
|
|
1922
|
+
│ ├─ repository: https://github.com/adaltas/node-csv
|
|
1786
1923
|
│ ├─ publisher: David Worms
|
|
1787
1924
|
│ ├─ email: david@adaltas.com
|
|
1788
1925
|
│ ├─ url: https://www.adaltas.com
|
|
@@ -1817,11 +1954,18 @@
|
|
|
1817
1954
|
│ ├─ email: tj@vision-media.ca
|
|
1818
1955
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-module-utils/node_modules/debug
|
|
1819
1956
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-module-utils/node_modules/debug/LICENSE
|
|
1820
|
-
├─ debug@4.3.
|
|
1821
|
-
│ ├─ licenses: MIT
|
|
1822
|
-
│ ├─ repository: https://github.com/
|
|
1823
|
-
│ ├─ publisher:
|
|
1824
|
-
│ ├─ email:
|
|
1957
|
+
├─ debug@4.3.3
|
|
1958
|
+
│ ├─ licenses: MIT
|
|
1959
|
+
│ ├─ repository: https://github.com/debug-js/debug
|
|
1960
|
+
│ ├─ publisher: Josh Junon
|
|
1961
|
+
│ ├─ email: josh.junon@protonmail.com
|
|
1962
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/debug
|
|
1963
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/debug/LICENSE
|
|
1964
|
+
├─ debug@4.3.4
|
|
1965
|
+
│ ├─ licenses: MIT
|
|
1966
|
+
│ ├─ repository: https://github.com/debug-js/debug
|
|
1967
|
+
│ ├─ publisher: Josh Junon
|
|
1968
|
+
│ ├─ email: josh.junon@protonmail.com
|
|
1825
1969
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/debug
|
|
1826
1970
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/debug/LICENSE
|
|
1827
1971
|
├─ debuglog@1.0.1
|
|
@@ -1904,7 +2048,7 @@
|
|
|
1904
2048
|
│ ├─ repository: https://github.com/visionmedia/node-delegates
|
|
1905
2049
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/delegates
|
|
1906
2050
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/delegates/License
|
|
1907
|
-
├─ denque@
|
|
2051
|
+
├─ denque@2.0.1
|
|
1908
2052
|
│ ├─ licenses: Apache-2.0
|
|
1909
2053
|
│ ├─ repository: https://github.com/invertase/denque
|
|
1910
2054
|
│ ├─ publisher: Invertase
|
|
@@ -1919,6 +2063,13 @@
|
|
|
1919
2063
|
│ ├─ email: doug@somethingdoug.com
|
|
1920
2064
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/depd
|
|
1921
2065
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/depd/LICENSE
|
|
2066
|
+
├─ depd@2.0.0
|
|
2067
|
+
│ ├─ licenses: MIT
|
|
2068
|
+
│ ├─ repository: https://github.com/dougwilson/nodejs-depd
|
|
2069
|
+
│ ├─ publisher: Douglas Christopher Wilson
|
|
2070
|
+
│ ├─ email: doug@somethingdoug.com
|
|
2071
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/depd
|
|
2072
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/depd/LICENSE
|
|
1922
2073
|
├─ destroy@1.0.4
|
|
1923
2074
|
│ ├─ licenses: MIT
|
|
1924
2075
|
│ ├─ repository: https://github.com/stream-utils/destroy
|
|
@@ -1927,6 +2078,14 @@
|
|
|
1927
2078
|
│ ├─ url: http://jongleberry.com
|
|
1928
2079
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/destroy
|
|
1929
2080
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/destroy/LICENSE
|
|
2081
|
+
├─ destroy@1.2.0
|
|
2082
|
+
│ ├─ licenses: MIT
|
|
2083
|
+
│ ├─ repository: https://github.com/stream-utils/destroy
|
|
2084
|
+
│ ├─ publisher: Jonathan Ong
|
|
2085
|
+
│ ├─ email: me@jongleberry.com
|
|
2086
|
+
│ ├─ url: http://jongleberry.com
|
|
2087
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/destroy
|
|
2088
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/destroy/LICENSE
|
|
1930
2089
|
├─ dezalgo@1.0.3
|
|
1931
2090
|
│ ├─ licenses: ISC
|
|
1932
2091
|
│ ├─ repository: https://github.com/npm/dezalgo
|
|
@@ -1990,7 +2149,7 @@
|
|
|
1990
2149
|
│ ├─ url: http://jongleberry.com
|
|
1991
2150
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ee-first
|
|
1992
2151
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ee-first/LICENSE
|
|
1993
|
-
├─ electron-to-chromium@1.
|
|
2152
|
+
├─ electron-to-chromium@1.4.51
|
|
1994
2153
|
│ ├─ licenses: ISC
|
|
1995
2154
|
│ ├─ repository: https://github.com/kilian/electron-to-chromium
|
|
1996
2155
|
│ ├─ publisher: Kilian Valkhof
|
|
@@ -2028,30 +2187,23 @@
|
|
|
2028
2187
|
│ ├─ email: mathiasbuus@gmail.com
|
|
2029
2188
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/end-of-stream
|
|
2030
2189
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/end-of-stream/LICENSE
|
|
2031
|
-
├─ engine.io-client@
|
|
2190
|
+
├─ engine.io-client@6.1.1
|
|
2032
2191
|
│ ├─ licenses: MIT
|
|
2033
2192
|
│ ├─ repository: https://github.com/socketio/engine.io-client
|
|
2034
2193
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/engine.io-client
|
|
2035
2194
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/engine.io-client/LICENSE
|
|
2036
|
-
├─ engine.io-parser@
|
|
2195
|
+
├─ engine.io-parser@5.0.3
|
|
2037
2196
|
│ ├─ licenses: MIT
|
|
2038
2197
|
│ ├─ repository: https://github.com/socketio/engine.io-parser
|
|
2039
2198
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/engine.io-parser
|
|
2040
2199
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/engine.io-parser/LICENSE
|
|
2041
|
-
├─ engine.io@
|
|
2200
|
+
├─ engine.io@6.1.2
|
|
2042
2201
|
│ ├─ licenses: MIT
|
|
2043
2202
|
│ ├─ repository: https://github.com/socketio/engine.io
|
|
2044
2203
|
│ ├─ publisher: Guillermo Rauch
|
|
2045
2204
|
│ ├─ email: guillermo@learnboost.com
|
|
2046
2205
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/engine.io
|
|
2047
2206
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/engine.io/LICENSE
|
|
2048
|
-
├─ enquirer@2.3.6
|
|
2049
|
-
│ ├─ licenses: MIT
|
|
2050
|
-
│ ├─ repository: https://github.com/enquirer/enquirer
|
|
2051
|
-
│ ├─ publisher: Jon Schlinkert
|
|
2052
|
-
│ ├─ url: https://github.com/jonschlinkert
|
|
2053
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/enquirer
|
|
2054
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/enquirer/LICENSE
|
|
2055
2207
|
├─ entities@2.1.0
|
|
2056
2208
|
│ ├─ licenses: BSD-2-Clause
|
|
2057
2209
|
│ ├─ repository: https://github.com/fb55/entities
|
|
@@ -2075,12 +2227,7 @@
|
|
|
2075
2227
|
│ ├─ url: http://indigounited.com
|
|
2076
2228
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/err-code
|
|
2077
2229
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/err-code/README.md
|
|
2078
|
-
├─
|
|
2079
|
-
│ ├─ licenses: MIT
|
|
2080
|
-
│ ├─ repository: https://github.com/qix-/node-error-ex
|
|
2081
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/error-ex
|
|
2082
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/error-ex/LICENSE
|
|
2083
|
-
├─ es-abstract@1.18.0
|
|
2230
|
+
├─ es-abstract@1.19.1
|
|
2084
2231
|
│ ├─ licenses: MIT
|
|
2085
2232
|
│ ├─ repository: https://github.com/ljharb/es-abstract
|
|
2086
2233
|
│ ├─ publisher: Jordan Harband
|
|
@@ -2088,14 +2235,14 @@
|
|
|
2088
2235
|
│ ├─ url: http://ljharb.codes
|
|
2089
2236
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.map/node_modules/es-abstract
|
|
2090
2237
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.map/node_modules/es-abstract/LICENSE
|
|
2091
|
-
├─ es-abstract@1.
|
|
2238
|
+
├─ es-abstract@1.19.5
|
|
2092
2239
|
│ ├─ licenses: MIT
|
|
2093
2240
|
│ ├─ repository: https://github.com/ljharb/es-abstract
|
|
2094
2241
|
│ ├─ publisher: Jordan Harband
|
|
2095
2242
|
│ ├─ email: ljharb@gmail.com
|
|
2096
2243
|
│ ├─ url: http://ljharb.codes
|
|
2097
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/es-abstract
|
|
2098
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/es-abstract/LICENSE
|
|
2244
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/node_modules/es-abstract
|
|
2245
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/node_modules/es-abstract/LICENSE
|
|
2099
2246
|
├─ es-array-method-boxes-properly@1.0.0
|
|
2100
2247
|
│ ├─ licenses: MIT
|
|
2101
2248
|
│ ├─ repository: https://github.com/ljharb/es-array-method-boxes-properly
|
|
@@ -2110,6 +2257,13 @@
|
|
|
2110
2257
|
│ ├─ email: ljharb@gmail.com
|
|
2111
2258
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/es-get-iterator
|
|
2112
2259
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/es-get-iterator/LICENSE
|
|
2260
|
+
├─ es-shim-unscopables@1.0.0
|
|
2261
|
+
│ ├─ licenses: MIT
|
|
2262
|
+
│ ├─ repository: https://github.com/ljharb/es-shim-unscopables
|
|
2263
|
+
│ ├─ publisher: Jordan Harband
|
|
2264
|
+
│ ├─ email: ljharb@gmail.com
|
|
2265
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/es-shim-unscopables
|
|
2266
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/es-shim-unscopables/LICENSE
|
|
2113
2267
|
├─ es-to-primitive@1.2.1
|
|
2114
2268
|
│ ├─ licenses: MIT
|
|
2115
2269
|
│ ├─ repository: https://github.com/ljharb/es-to-primitive
|
|
@@ -2165,7 +2319,7 @@
|
|
|
2165
2319
|
│ ├─ repository: https://github.com/estools/escodegen
|
|
2166
2320
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/escodegen
|
|
2167
2321
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/escodegen/LICENSE.BSD
|
|
2168
|
-
├─ eslint-config-standard@
|
|
2322
|
+
├─ eslint-config-standard@17.0.0
|
|
2169
2323
|
│ ├─ licenses: MIT
|
|
2170
2324
|
│ ├─ repository: https://github.com/standard/eslint-config-standard
|
|
2171
2325
|
│ ├─ publisher: Feross Aboukhadijeh
|
|
@@ -2173,41 +2327,41 @@
|
|
|
2173
2327
|
│ ├─ url: https://feross.org
|
|
2174
2328
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-config-standard
|
|
2175
2329
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-config-standard/LICENSE
|
|
2176
|
-
├─ eslint-import-resolver-node@0.3.
|
|
2330
|
+
├─ eslint-import-resolver-node@0.3.6
|
|
2177
2331
|
│ ├─ licenses: MIT
|
|
2178
|
-
│ ├─ repository: https://github.com/
|
|
2332
|
+
│ ├─ repository: https://github.com/import-js/eslint-plugin-import
|
|
2179
2333
|
│ ├─ publisher: Ben Mosher
|
|
2180
2334
|
│ ├─ url: me@benmosher.com
|
|
2181
2335
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-import-resolver-node
|
|
2182
2336
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-import-resolver-node/LICENSE
|
|
2183
|
-
├─ eslint-module-utils@2.
|
|
2337
|
+
├─ eslint-module-utils@2.7.3
|
|
2184
2338
|
│ ├─ licenses: MIT
|
|
2185
|
-
│ ├─ repository: https://github.com/
|
|
2339
|
+
│ ├─ repository: https://github.com/import-js/eslint-plugin-import
|
|
2186
2340
|
│ ├─ publisher: Ben Mosher
|
|
2187
2341
|
│ ├─ email: me@benmosher.com
|
|
2188
2342
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-module-utils
|
|
2189
2343
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-module-utils/LICENSE
|
|
2190
|
-
├─ eslint-plugin-es@
|
|
2344
|
+
├─ eslint-plugin-es@4.1.0
|
|
2191
2345
|
│ ├─ licenses: MIT
|
|
2192
2346
|
│ ├─ repository: https://github.com/mysticatea/eslint-plugin-es
|
|
2193
2347
|
│ ├─ publisher: Toru Nagashima
|
|
2194
2348
|
│ ├─ url: https://github.com/mysticatea
|
|
2195
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-es
|
|
2196
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-es/LICENSE
|
|
2197
|
-
├─ eslint-plugin-import@2.
|
|
2349
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-n/node_modules/eslint-plugin-es
|
|
2350
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-n/node_modules/eslint-plugin-es/LICENSE
|
|
2351
|
+
├─ eslint-plugin-import@2.26.0
|
|
2198
2352
|
│ ├─ licenses: MIT
|
|
2199
|
-
│ ├─ repository: https://github.com/
|
|
2353
|
+
│ ├─ repository: https://github.com/import-js/eslint-plugin-import
|
|
2200
2354
|
│ ├─ publisher: Ben Mosher
|
|
2201
2355
|
│ ├─ email: me@benmosher.com
|
|
2202
2356
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-import
|
|
2203
2357
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-import/LICENSE
|
|
2204
|
-
├─ eslint-plugin-
|
|
2358
|
+
├─ eslint-plugin-n@15.1.0
|
|
2205
2359
|
│ ├─ licenses: MIT
|
|
2206
|
-
│ ├─ repository: https://github.com/
|
|
2360
|
+
│ ├─ repository: https://github.com/weiran-zsd/eslint-plugin-node
|
|
2207
2361
|
│ ├─ publisher: Toru Nagashima
|
|
2208
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-
|
|
2209
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-
|
|
2210
|
-
├─ eslint-plugin-promise@
|
|
2362
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-n
|
|
2363
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-n/LICENSE
|
|
2364
|
+
├─ eslint-plugin-promise@6.0.0
|
|
2211
2365
|
│ ├─ licenses: ISC
|
|
2212
2366
|
│ ├─ repository: https://github.com/xjamundx/eslint-plugin-promise
|
|
2213
2367
|
│ ├─ publisher: jden
|
|
@@ -2222,18 +2376,18 @@
|
|
|
2222
2376
|
│ ├─ url: https://feross.org
|
|
2223
2377
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-standard
|
|
2224
2378
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-standard/LICENSE
|
|
2225
|
-
├─ eslint-scope@
|
|
2379
|
+
├─ eslint-scope@7.1.1
|
|
2226
2380
|
│ ├─ licenses: BSD-2-Clause
|
|
2227
2381
|
│ ├─ repository: https://github.com/eslint/eslint-scope
|
|
2228
2382
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-scope
|
|
2229
2383
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-scope/LICENSE
|
|
2230
|
-
├─ eslint-utils@2.
|
|
2384
|
+
├─ eslint-utils@2.1.0
|
|
2231
2385
|
│ ├─ licenses: MIT
|
|
2232
2386
|
│ ├─ repository: https://github.com/mysticatea/eslint-utils
|
|
2233
2387
|
│ ├─ publisher: Toru Nagashima
|
|
2234
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-es/node_modules/eslint-utils
|
|
2235
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-es/node_modules/eslint-utils/LICENSE
|
|
2236
|
-
├─ eslint-utils@
|
|
2388
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-n/node_modules/eslint-plugin-es/node_modules/eslint-utils
|
|
2389
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-n/node_modules/eslint-plugin-es/node_modules/eslint-utils/LICENSE
|
|
2390
|
+
├─ eslint-utils@3.0.0
|
|
2237
2391
|
│ ├─ licenses: MIT
|
|
2238
2392
|
│ ├─ repository: https://github.com/mysticatea/eslint-utils
|
|
2239
2393
|
│ ├─ publisher: Toru Nagashima
|
|
@@ -2246,28 +2400,28 @@
|
|
|
2246
2400
|
│ ├─ url: https://github.com/mysticatea
|
|
2247
2401
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-visitor-keys
|
|
2248
2402
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-visitor-keys/LICENSE
|
|
2249
|
-
├─ eslint-visitor-keys@1.
|
|
2403
|
+
├─ eslint-visitor-keys@2.1.0
|
|
2250
2404
|
│ ├─ licenses: Apache-2.0
|
|
2251
2405
|
│ ├─ repository: https://github.com/eslint/eslint-visitor-keys
|
|
2252
2406
|
│ ├─ publisher: Toru Nagashima
|
|
2253
2407
|
│ ├─ url: https://github.com/mysticatea
|
|
2254
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
2255
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
2256
|
-
├─ eslint-visitor-keys@
|
|
2408
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-utils/node_modules/eslint-visitor-keys
|
|
2409
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-utils/node_modules/eslint-visitor-keys/LICENSE
|
|
2410
|
+
├─ eslint-visitor-keys@3.3.0
|
|
2257
2411
|
│ ├─ licenses: Apache-2.0
|
|
2258
2412
|
│ ├─ repository: https://github.com/eslint/eslint-visitor-keys
|
|
2259
2413
|
│ ├─ publisher: Toru Nagashima
|
|
2260
2414
|
│ ├─ url: https://github.com/mysticatea
|
|
2261
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
2262
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
2263
|
-
├─ eslint@
|
|
2415
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/espree/node_modules/eslint-visitor-keys
|
|
2416
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/espree/node_modules/eslint-visitor-keys/LICENSE
|
|
2417
|
+
├─ eslint@8.13.0
|
|
2264
2418
|
│ ├─ licenses: MIT
|
|
2265
2419
|
│ ├─ repository: https://github.com/eslint/eslint
|
|
2266
2420
|
│ ├─ publisher: Nicholas C. Zakas
|
|
2267
2421
|
│ ├─ email: nicholas+npm@nczconsulting.com
|
|
2268
2422
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint
|
|
2269
2423
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint/LICENSE
|
|
2270
|
-
├─ espree@
|
|
2424
|
+
├─ espree@9.3.1
|
|
2271
2425
|
│ ├─ licenses: BSD-2-Clause
|
|
2272
2426
|
│ ├─ repository: https://github.com/eslint/espree
|
|
2273
2427
|
│ ├─ publisher: Nicholas C. Zakas
|
|
@@ -2305,11 +2459,11 @@
|
|
|
2305
2459
|
│ ├─ repository: https://github.com/estools/estraverse
|
|
2306
2460
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/estraverse
|
|
2307
2461
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/estraverse/LICENSE.BSD
|
|
2308
|
-
├─ estraverse@5.
|
|
2462
|
+
├─ estraverse@5.3.0
|
|
2309
2463
|
│ ├─ licenses: BSD-2-Clause
|
|
2310
2464
|
│ ├─ repository: https://github.com/estools/estraverse
|
|
2311
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
2312
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
2465
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/esquery/node_modules/estraverse
|
|
2466
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/esquery/node_modules/estraverse/LICENSE.BSD
|
|
2313
2467
|
├─ estree-walker@0.6.1
|
|
2314
2468
|
│ ├─ licenses: MIT
|
|
2315
2469
|
│ ├─ repository: https://github.com/Rich-Harris/estree-walker
|
|
@@ -2326,13 +2480,7 @@
|
|
|
2326
2480
|
│ ├─ repository: https://github.com/jshttp/etag
|
|
2327
2481
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/etag
|
|
2328
2482
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/etag/LICENSE
|
|
2329
|
-
├─
|
|
2330
|
-
│ ├─ licenses: Apache-2.0
|
|
2331
|
-
│ ├─ repository: https://github.com/SheetJS/node-exit-on-epipe
|
|
2332
|
-
│ ├─ publisher: sheetjs
|
|
2333
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/exit-on-epipe
|
|
2334
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/exit-on-epipe/LICENSE
|
|
2335
|
-
├─ express@4.17.1
|
|
2483
|
+
├─ express@4.17.3
|
|
2336
2484
|
│ ├─ licenses: MIT
|
|
2337
2485
|
│ ├─ repository: https://github.com/expressjs/express
|
|
2338
2486
|
│ ├─ publisher: TJ Holowaychuk
|
|
@@ -2371,7 +2519,7 @@
|
|
|
2371
2519
|
│ ├─ publisher: Evgeny Poberezkin
|
|
2372
2520
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint/node_modules/fast-deep-equal
|
|
2373
2521
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint/node_modules/fast-deep-equal/LICENSE
|
|
2374
|
-
├─ fast-glob@3.2.
|
|
2522
|
+
├─ fast-glob@3.2.7
|
|
2375
2523
|
│ ├─ licenses: MIT
|
|
2376
2524
|
│ ├─ repository: https://github.com/mrmlnc/fast-glob
|
|
2377
2525
|
│ ├─ publisher: Denis Malinochkin
|
|
@@ -2394,19 +2542,21 @@
|
|
|
2394
2542
|
│ ├─ url: http://www.hiddentao.com/
|
|
2395
2543
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/fast-levenshtein
|
|
2396
2544
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/fast-levenshtein/LICENSE.md
|
|
2397
|
-
├─
|
|
2545
|
+
├─ fast-memoize@2.5.2
|
|
2546
|
+
│ ├─ licenses: MIT
|
|
2547
|
+
│ ├─ repository: https://github.com/caiogondim/fast-memoize
|
|
2548
|
+
│ ├─ publisher: Caio Gondim
|
|
2549
|
+
│ ├─ email: me@caiogondim.com
|
|
2550
|
+
│ ├─ url: http://caiogondim.com
|
|
2551
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/fast-memoize
|
|
2552
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/fast-memoize/LICENSE
|
|
2553
|
+
├─ fastq@1.13.0
|
|
2398
2554
|
│ ├─ licenses: ISC
|
|
2399
2555
|
│ ├─ repository: https://github.com/mcollina/fastq
|
|
2400
2556
|
│ ├─ publisher: Matteo Collina
|
|
2401
2557
|
│ ├─ email: hello@matteocollina.com
|
|
2402
2558
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/fastq
|
|
2403
2559
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/fastq/LICENSE
|
|
2404
|
-
├─ fflate@0.3.11
|
|
2405
|
-
│ ├─ licenses: MIT
|
|
2406
|
-
│ ├─ repository: https://github.com/101arrowz/fflate
|
|
2407
|
-
│ ├─ publisher: Arjun Barrett
|
|
2408
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/fflate
|
|
2409
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/fflate/LICENSE
|
|
2410
2560
|
├─ figgy-pudding@3.5.2
|
|
2411
2561
|
│ ├─ licenses: ISC
|
|
2412
2562
|
│ ├─ repository: https://github.com/npm/figgy-pudding
|
|
@@ -2492,7 +2642,7 @@
|
|
|
2492
2642
|
│ ├─ url: http://hughskennedy.com
|
|
2493
2643
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/flat
|
|
2494
2644
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/flat/LICENSE
|
|
2495
|
-
├─ flatted@3.
|
|
2645
|
+
├─ flatted@3.2.5
|
|
2496
2646
|
│ ├─ licenses: ISC
|
|
2497
2647
|
│ ├─ repository: https://github.com/WebReflection/flatted
|
|
2498
2648
|
│ ├─ publisher: Andrea Giammarchi
|
|
@@ -2522,7 +2672,7 @@
|
|
|
2522
2672
|
│ ├─ url: http://debuggable.com/
|
|
2523
2673
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/form-data
|
|
2524
2674
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/form-data/License
|
|
2525
|
-
├─ forwarded@0.
|
|
2675
|
+
├─ forwarded@0.2.0
|
|
2526
2676
|
│ ├─ licenses: MIT
|
|
2527
2677
|
│ ├─ repository: https://github.com/jshttp/forwarded
|
|
2528
2678
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/forwarded
|
|
@@ -2592,13 +2742,12 @@
|
|
|
2592
2742
|
│ ├─ publisher: Mikola Lysenko
|
|
2593
2743
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/functional-red-black-tree
|
|
2594
2744
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/functional-red-black-tree/LICENSE
|
|
2595
|
-
├─ gauge@
|
|
2745
|
+
├─ gauge@4.0.4
|
|
2596
2746
|
│ ├─ licenses: ISC
|
|
2597
|
-
│ ├─ repository: https://github.com/
|
|
2598
|
-
│ ├─ publisher:
|
|
2599
|
-
│ ├─ email: me@re-becca.org
|
|
2747
|
+
│ ├─ repository: https://github.com/npm/gauge
|
|
2748
|
+
│ ├─ publisher: GitHub Inc.
|
|
2600
2749
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/gauge
|
|
2601
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/LICENSE
|
|
2750
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/LICENSE.md
|
|
2602
2751
|
├─ gensync@1.0.0-beta.2
|
|
2603
2752
|
│ ├─ licenses: MIT
|
|
2604
2753
|
│ ├─ repository: https://github.com/loganfsmyth/gensync
|
|
@@ -2657,6 +2806,13 @@
|
|
|
2657
2806
|
│ ├─ url: https://sindresorhus.com
|
|
2658
2807
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cacheable-request/node_modules/get-stream
|
|
2659
2808
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cacheable-request/node_modules/get-stream/license
|
|
2809
|
+
├─ get-symbol-description@1.0.0
|
|
2810
|
+
│ ├─ licenses: MIT
|
|
2811
|
+
│ ├─ repository: https://github.com/inspect-js/get-symbol-description
|
|
2812
|
+
│ ├─ publisher: Jordan Harband
|
|
2813
|
+
│ ├─ email: ljharb@gmail.com
|
|
2814
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/get-symbol-description
|
|
2815
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/get-symbol-description/LICENSE
|
|
2660
2816
|
├─ getpass@0.1.7
|
|
2661
2817
|
│ ├─ licenses: MIT
|
|
2662
2818
|
│ ├─ repository: https://github.com/arekinath/node-getpass
|
|
@@ -2672,6 +2828,14 @@
|
|
|
2672
2828
|
│ ├─ url: https://gulpjs.com/
|
|
2673
2829
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/glob-parent
|
|
2674
2830
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/glob-parent/LICENSE
|
|
2831
|
+
├─ glob-parent@6.0.2
|
|
2832
|
+
│ ├─ licenses: ISC
|
|
2833
|
+
│ ├─ repository: https://github.com/gulpjs/glob-parent
|
|
2834
|
+
│ ├─ publisher: Gulp Team
|
|
2835
|
+
│ ├─ email: team@gulpjs.com
|
|
2836
|
+
│ ├─ url: https://gulpjs.com/
|
|
2837
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint/node_modules/glob-parent
|
|
2838
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint/node_modules/glob-parent/LICENSE
|
|
2675
2839
|
├─ glob@7.1.6
|
|
2676
2840
|
│ ├─ licenses: ISC
|
|
2677
2841
|
│ ├─ repository: https://github.com/isaacs/node-glob
|
|
@@ -2680,14 +2844,22 @@
|
|
|
2680
2844
|
│ ├─ url: http://blog.izs.me/
|
|
2681
2845
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/glob
|
|
2682
2846
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/glob/LICENSE
|
|
2683
|
-
├─ glob@7.
|
|
2847
|
+
├─ glob@7.2.0
|
|
2684
2848
|
│ ├─ licenses: ISC
|
|
2685
2849
|
│ ├─ repository: https://github.com/isaacs/node-glob
|
|
2686
2850
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
2687
2851
|
│ ├─ email: i@izs.me
|
|
2688
2852
|
│ ├─ url: http://blog.izs.me/
|
|
2689
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
2690
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
2853
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cacache/node_modules/glob
|
|
2854
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cacache/node_modules/glob/LICENSE
|
|
2855
|
+
├─ glob@8.0.1
|
|
2856
|
+
│ ├─ licenses: ISC
|
|
2857
|
+
│ ├─ repository: https://github.com/isaacs/node-glob
|
|
2858
|
+
│ ├─ publisher: Isaac Z. Schlueter
|
|
2859
|
+
│ ├─ email: i@izs.me
|
|
2860
|
+
│ ├─ url: http://blog.izs.me/
|
|
2861
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/pacote/node_modules/glob
|
|
2862
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/pacote/node_modules/glob/LICENSE
|
|
2691
2863
|
├─ global-dirs@3.0.0
|
|
2692
2864
|
│ ├─ licenses: MIT
|
|
2693
2865
|
│ ├─ repository: https://github.com/sindresorhus/global-dirs
|
|
@@ -2704,7 +2876,7 @@
|
|
|
2704
2876
|
│ ├─ url: sindresorhus.com
|
|
2705
2877
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/globals
|
|
2706
2878
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/globals/license
|
|
2707
|
-
├─ globals@13.
|
|
2879
|
+
├─ globals@13.13.0
|
|
2708
2880
|
│ ├─ licenses: MIT
|
|
2709
2881
|
│ ├─ repository: https://github.com/sindresorhus/globals
|
|
2710
2882
|
│ ├─ publisher: Sindre Sorhus
|
|
@@ -2712,7 +2884,7 @@
|
|
|
2712
2884
|
│ ├─ url: https://sindresorhus.com
|
|
2713
2885
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc/node_modules/globals
|
|
2714
2886
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc/node_modules/globals/license
|
|
2715
|
-
├─ globby@11.0.
|
|
2887
|
+
├─ globby@11.0.4
|
|
2716
2888
|
│ ├─ licenses: MIT
|
|
2717
2889
|
│ ├─ repository: https://github.com/sindresorhus/globby
|
|
2718
2890
|
│ ├─ publisher: Sindre Sorhus
|
|
@@ -2730,7 +2902,7 @@
|
|
|
2730
2902
|
│ ├─ repository: https://github.com/isaacs/node-graceful-fs
|
|
2731
2903
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/graceful-fs
|
|
2732
2904
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/graceful-fs/LICENSE
|
|
2733
|
-
├─ graceful-fs@4.2.
|
|
2905
|
+
├─ graceful-fs@4.2.10
|
|
2734
2906
|
│ ├─ licenses: ISC
|
|
2735
2907
|
│ ├─ repository: https://github.com/isaacs/node-graceful-fs
|
|
2736
2908
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/node-gyp/node_modules/graceful-fs
|
|
@@ -2789,22 +2961,30 @@
|
|
|
2789
2961
|
│ ├─ url: sindresorhus.com
|
|
2790
2962
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/istanbul-lib-report/node_modules/has-flag
|
|
2791
2963
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/istanbul-lib-report/node_modules/has-flag/license
|
|
2792
|
-
├─ has-symbols@1.0.
|
|
2964
|
+
├─ has-symbols@1.0.2
|
|
2793
2965
|
│ ├─ licenses: MIT
|
|
2794
|
-
│ ├─ repository: https://github.com/
|
|
2966
|
+
│ ├─ repository: https://github.com/inspect-js/has-symbols
|
|
2795
2967
|
│ ├─ publisher: Jordan Harband
|
|
2796
2968
|
│ ├─ email: ljharb@gmail.com
|
|
2797
2969
|
│ ├─ url: http://ljharb.codes
|
|
2798
2970
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/has-symbols
|
|
2799
2971
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/has-symbols/LICENSE
|
|
2800
|
-
├─ has-symbols@1.0.
|
|
2972
|
+
├─ has-symbols@1.0.3
|
|
2801
2973
|
│ ├─ licenses: MIT
|
|
2802
2974
|
│ ├─ repository: https://github.com/inspect-js/has-symbols
|
|
2803
2975
|
│ ├─ publisher: Jordan Harband
|
|
2804
2976
|
│ ├─ email: ljharb@gmail.com
|
|
2805
2977
|
│ ├─ url: http://ljharb.codes
|
|
2806
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.
|
|
2807
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.
|
|
2978
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/node_modules/has-symbols
|
|
2979
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/node_modules/has-symbols/LICENSE
|
|
2980
|
+
├─ has-tostringtag@1.0.0
|
|
2981
|
+
│ ├─ licenses: MIT
|
|
2982
|
+
│ ├─ repository: https://github.com/inspect-js/has-tostringtag
|
|
2983
|
+
│ ├─ publisher: Jordan Harband
|
|
2984
|
+
│ ├─ email: ljharb@gmail.com
|
|
2985
|
+
│ ├─ url: http://ljharb.codes
|
|
2986
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/has-tostringtag
|
|
2987
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/has-tostringtag/LICENSE
|
|
2808
2988
|
├─ has-unicode@2.0.1
|
|
2809
2989
|
│ ├─ licenses: ISC
|
|
2810
2990
|
│ ├─ repository: https://github.com/iarna/has-unicode
|
|
@@ -2857,12 +3037,10 @@
|
|
|
2857
3037
|
│ ├─ url: http://re-becca.org
|
|
2858
3038
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/hosted-git-info
|
|
2859
3039
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/hosted-git-info/LICENSE
|
|
2860
|
-
├─ hosted-git-info@
|
|
3040
|
+
├─ hosted-git-info@5.0.0
|
|
2861
3041
|
│ ├─ licenses: ISC
|
|
2862
3042
|
│ ├─ repository: https://github.com/npm/hosted-git-info
|
|
2863
|
-
│ ├─ publisher:
|
|
2864
|
-
│ ├─ email: me@re-becca.org
|
|
2865
|
-
│ ├─ url: http://re-becca.org
|
|
3043
|
+
│ ├─ publisher: GitHub Inc.
|
|
2866
3044
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-package-arg/node_modules/hosted-git-info
|
|
2867
3045
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-package-arg/node_modules/hosted-git-info/LICENSE
|
|
2868
3046
|
├─ html-escaper@2.0.2
|
|
@@ -2879,7 +3057,7 @@
|
|
|
2879
3057
|
│ ├─ url: https://kornel.ski/
|
|
2880
3058
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/http-cache-semantics
|
|
2881
3059
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/http-cache-semantics/LICENSE
|
|
2882
|
-
├─ http-errors@1.
|
|
3060
|
+
├─ http-errors@1.8.1
|
|
2883
3061
|
│ ├─ licenses: MIT
|
|
2884
3062
|
│ ├─ repository: https://github.com/jshttp/http-errors
|
|
2885
3063
|
│ ├─ publisher: Jonathan Ong
|
|
@@ -2887,7 +3065,15 @@
|
|
|
2887
3065
|
│ ├─ url: http://jongleberry.com
|
|
2888
3066
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/http-errors
|
|
2889
3067
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/http-errors/LICENSE
|
|
2890
|
-
├─ http-
|
|
3068
|
+
├─ http-errors@2.0.0
|
|
3069
|
+
│ ├─ licenses: MIT
|
|
3070
|
+
│ ├─ repository: https://github.com/jshttp/http-errors
|
|
3071
|
+
│ ├─ publisher: Jonathan Ong
|
|
3072
|
+
│ ├─ email: me@jongleberry.com
|
|
3073
|
+
│ ├─ url: http://jongleberry.com
|
|
3074
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/http-errors
|
|
3075
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/http-errors/LICENSE
|
|
3076
|
+
├─ http-proxy-agent@5.0.0
|
|
2891
3077
|
│ ├─ licenses: MIT
|
|
2892
3078
|
│ ├─ repository: https://github.com/TooTallNate/node-http-proxy-agent
|
|
2893
3079
|
│ ├─ publisher: Nathan Rajlich
|
|
@@ -2901,7 +3087,7 @@
|
|
|
2901
3087
|
│ ├─ publisher: Joyent, Inc
|
|
2902
3088
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/http-signature
|
|
2903
3089
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/http-signature/LICENSE
|
|
2904
|
-
├─ https-proxy-agent@5.0.
|
|
3090
|
+
├─ https-proxy-agent@5.0.1
|
|
2905
3091
|
│ ├─ licenses: MIT
|
|
2906
3092
|
│ ├─ repository: https://github.com/TooTallNate/node-https-proxy-agent
|
|
2907
3093
|
│ ├─ publisher: Nathan Rajlich
|
|
@@ -2931,32 +3117,24 @@
|
|
|
2931
3117
|
│ ├─ email: ashtuchkin@gmail.com
|
|
2932
3118
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/encoding/node_modules/iconv-lite
|
|
2933
3119
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/encoding/node_modules/iconv-lite/LICENSE
|
|
2934
|
-
├─ ignore-walk@
|
|
3120
|
+
├─ ignore-walk@5.0.1
|
|
2935
3121
|
│ ├─ licenses: ISC
|
|
2936
|
-
│ ├─ repository: https://github.com/
|
|
2937
|
-
│ ├─ publisher:
|
|
2938
|
-
│ ├─ email: i@izs.me
|
|
2939
|
-
│ ├─ url: http://blog.izs.me/
|
|
3122
|
+
│ ├─ repository: https://github.com/npm/ignore-walk
|
|
3123
|
+
│ ├─ publisher: GitHub Inc.
|
|
2940
3124
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ignore-walk
|
|
2941
3125
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ignore-walk/LICENSE
|
|
2942
|
-
├─ ignore@4.0.6
|
|
2943
|
-
│ ├─ licenses: MIT
|
|
2944
|
-
│ ├─ repository: https://github.com/kaelzhang/node-ignore
|
|
2945
|
-
│ ├─ publisher: kael
|
|
2946
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ignore
|
|
2947
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ignore/LICENSE-MIT
|
|
2948
|
-
├─ ignore@5.1.4
|
|
2949
|
-
│ ├─ licenses: MIT
|
|
2950
|
-
│ ├─ repository: https://github.com/kaelzhang/node-ignore
|
|
2951
|
-
│ ├─ publisher: kael
|
|
2952
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-node/node_modules/ignore
|
|
2953
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-node/node_modules/ignore/LICENSE-MIT
|
|
2954
3126
|
├─ ignore@5.1.8
|
|
2955
3127
|
│ ├─ licenses: MIT
|
|
2956
3128
|
│ ├─ repository: https://github.com/kaelzhang/node-ignore
|
|
2957
3129
|
│ ├─ publisher: kael
|
|
2958
3130
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/globby/node_modules/ignore
|
|
2959
3131
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/globby/node_modules/ignore/LICENSE-MIT
|
|
3132
|
+
├─ ignore@5.2.0
|
|
3133
|
+
│ ├─ licenses: MIT
|
|
3134
|
+
│ ├─ repository: https://github.com/kaelzhang/node-ignore
|
|
3135
|
+
│ ├─ publisher: kael
|
|
3136
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ignore
|
|
3137
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ignore/LICENSE-MIT
|
|
2960
3138
|
├─ import-fresh@3.3.0
|
|
2961
3139
|
│ ├─ licenses: MIT
|
|
2962
3140
|
│ ├─ repository: https://github.com/sindresorhus/import-fresh
|
|
@@ -3010,6 +3188,11 @@
|
|
|
3010
3188
|
│ ├─ repository: https://github.com/isaacs/inherits
|
|
3011
3189
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/inherits
|
|
3012
3190
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/inherits/LICENSE
|
|
3191
|
+
├─ inherits@2.0.4
|
|
3192
|
+
│ ├─ licenses: ISC
|
|
3193
|
+
│ ├─ repository: https://github.com/isaacs/inherits
|
|
3194
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/inherits
|
|
3195
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/inherits/LICENSE
|
|
3013
3196
|
├─ ini@1.3.8
|
|
3014
3197
|
│ ├─ licenses: ISC
|
|
3015
3198
|
│ ├─ repository: https://github.com/isaacs/ini
|
|
@@ -3026,10 +3209,17 @@
|
|
|
3026
3209
|
│ ├─ url: http://blog.izs.me/
|
|
3027
3210
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/global-dirs/node_modules/ini
|
|
3028
3211
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/global-dirs/node_modules/ini/LICENSE
|
|
3029
|
-
├─
|
|
3212
|
+
├─ internal-slot@1.0.3
|
|
3213
|
+
│ ├─ licenses: MIT
|
|
3214
|
+
│ ├─ repository: https://github.com/ljharb/internal-slot
|
|
3215
|
+
│ ├─ publisher: Jordan Harband
|
|
3216
|
+
│ ├─ email: ljharb@gmail.com
|
|
3217
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/internal-slot
|
|
3218
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/internal-slot/LICENSE
|
|
3219
|
+
├─ ioredis@5.0.4
|
|
3030
3220
|
│ ├─ licenses: MIT
|
|
3031
3221
|
│ ├─ repository: https://github.com/luin/ioredis
|
|
3032
|
-
│ ├─ publisher:
|
|
3222
|
+
│ ├─ publisher: Zihua Li
|
|
3033
3223
|
│ ├─ email: i@zihua.li
|
|
3034
3224
|
│ ├─ url: http://zihua.li
|
|
3035
3225
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ioredis
|
|
@@ -3041,14 +3231,14 @@
|
|
|
3041
3231
|
│ ├─ email: fedor@indutny.com
|
|
3042
3232
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ip
|
|
3043
3233
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ip/README.md
|
|
3044
|
-
├─ ipaddr.js@1.9.
|
|
3234
|
+
├─ ipaddr.js@1.9.1
|
|
3045
3235
|
│ ├─ licenses: MIT
|
|
3046
3236
|
│ ├─ repository: https://github.com/whitequark/ipaddr.js
|
|
3047
3237
|
│ ├─ publisher: whitequark
|
|
3048
3238
|
│ ├─ email: whitequark@whitequark.org
|
|
3049
3239
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ipaddr.js
|
|
3050
3240
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ipaddr.js/LICENSE
|
|
3051
|
-
├─ is-arguments@1.1.
|
|
3241
|
+
├─ is-arguments@1.1.1
|
|
3052
3242
|
│ ├─ licenses: MIT
|
|
3053
3243
|
│ ├─ repository: https://github.com/inspect-js/is-arguments
|
|
3054
3244
|
│ ├─ publisher: Jordan Harband
|
|
@@ -3056,16 +3246,9 @@
|
|
|
3056
3246
|
│ ├─ url: http://ljharb.codes
|
|
3057
3247
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-arguments
|
|
3058
3248
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-arguments/LICENSE
|
|
3059
|
-
├─ is-
|
|
3249
|
+
├─ is-bigint@1.0.4
|
|
3060
3250
|
│ ├─ licenses: MIT
|
|
3061
|
-
│ ├─ repository: https://github.com/
|
|
3062
|
-
│ ├─ publisher: Qix
|
|
3063
|
-
│ ├─ url: http://github.com/qix-
|
|
3064
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-arrayish
|
|
3065
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-arrayish/LICENSE
|
|
3066
|
-
├─ is-bigint@1.0.1
|
|
3067
|
-
│ ├─ licenses: MIT
|
|
3068
|
-
│ ├─ repository: https://github.com/ljharb/is-bigint
|
|
3251
|
+
│ ├─ repository: https://github.com/inspect-js/is-bigint
|
|
3069
3252
|
│ ├─ publisher: Jordan Harband
|
|
3070
3253
|
│ ├─ email: ljharb@gmail.com
|
|
3071
3254
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-bigint
|
|
@@ -3078,29 +3261,21 @@
|
|
|
3078
3261
|
│ ├─ url: sindresorhus.com
|
|
3079
3262
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-binary-path
|
|
3080
3263
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-binary-path/license
|
|
3081
|
-
├─ is-boolean-object@1.1.
|
|
3264
|
+
├─ is-boolean-object@1.1.2
|
|
3082
3265
|
│ ├─ licenses: MIT
|
|
3083
|
-
│ ├─ repository: https://github.com/
|
|
3266
|
+
│ ├─ repository: https://github.com/inspect-js/is-boolean-object
|
|
3084
3267
|
│ ├─ publisher: Jordan Harband
|
|
3085
3268
|
│ ├─ email: ljharb@gmail.com
|
|
3086
3269
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-boolean-object
|
|
3087
3270
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-boolean-object/LICENSE
|
|
3088
|
-
├─ is-callable@1.
|
|
3271
|
+
├─ is-callable@1.2.4
|
|
3089
3272
|
│ ├─ licenses: MIT
|
|
3090
|
-
│ ├─ repository: https://github.com/
|
|
3273
|
+
│ ├─ repository: https://github.com/inspect-js/is-callable
|
|
3091
3274
|
│ ├─ publisher: Jordan Harband
|
|
3092
3275
|
│ ├─ email: ljharb@gmail.com
|
|
3093
3276
|
│ ├─ url: http://ljharb.codes
|
|
3094
3277
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-callable
|
|
3095
3278
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-callable/LICENSE
|
|
3096
|
-
├─ is-callable@1.2.3
|
|
3097
|
-
│ ├─ licenses: MIT
|
|
3098
|
-
│ ├─ repository: https://github.com/ljharb/is-callable
|
|
3099
|
-
│ ├─ publisher: Jordan Harband
|
|
3100
|
-
│ ├─ email: ljharb@gmail.com
|
|
3101
|
-
│ ├─ url: http://ljharb.codes
|
|
3102
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.map/node_modules/is-callable
|
|
3103
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.map/node_modules/is-callable/LICENSE
|
|
3104
3279
|
├─ is-ci@2.0.0
|
|
3105
3280
|
│ ├─ licenses: MIT
|
|
3106
3281
|
│ ├─ repository: https://github.com/watson/is-ci
|
|
@@ -3117,16 +3292,16 @@
|
|
|
3117
3292
|
│ ├─ url: https://miguelmota.com/
|
|
3118
3293
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-class
|
|
3119
3294
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-class/LICENSE
|
|
3120
|
-
├─ is-core-module@2.
|
|
3295
|
+
├─ is-core-module@2.8.1
|
|
3121
3296
|
│ ├─ licenses: MIT
|
|
3122
3297
|
│ ├─ repository: https://github.com/inspect-js/is-core-module
|
|
3123
3298
|
│ ├─ publisher: Jordan Harband
|
|
3124
3299
|
│ ├─ email: ljharb@gmail.com
|
|
3125
3300
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-core-module
|
|
3126
3301
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-core-module/LICENSE
|
|
3127
|
-
├─ is-date-object@1.0.
|
|
3302
|
+
├─ is-date-object@1.0.5
|
|
3128
3303
|
│ ├─ licenses: MIT
|
|
3129
|
-
│ ├─ repository: https://github.com/
|
|
3304
|
+
│ ├─ repository: https://github.com/inspect-js/is-date-object
|
|
3130
3305
|
│ ├─ publisher: Jordan Harband
|
|
3131
3306
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-date-object
|
|
3132
3307
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-date-object/LICENSE
|
|
@@ -3144,22 +3319,14 @@
|
|
|
3144
3319
|
│ ├─ url: https://github.com/jonschlinkert
|
|
3145
3320
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-extglob
|
|
3146
3321
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-extglob/LICENSE
|
|
3147
|
-
├─ is-fullwidth-code-point@1.0.0
|
|
3148
|
-
│ ├─ licenses: MIT
|
|
3149
|
-
│ ├─ repository: https://github.com/sindresorhus/is-fullwidth-code-point
|
|
3150
|
-
│ ├─ publisher: Sindre Sorhus
|
|
3151
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
3152
|
-
│ ├─ url: sindresorhus.com
|
|
3153
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/is-fullwidth-code-point
|
|
3154
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/is-fullwidth-code-point/license
|
|
3155
3322
|
├─ is-fullwidth-code-point@2.0.0
|
|
3156
3323
|
│ ├─ licenses: MIT
|
|
3157
3324
|
│ ├─ repository: https://github.com/sindresorhus/is-fullwidth-code-point
|
|
3158
3325
|
│ ├─ publisher: Sindre Sorhus
|
|
3159
3326
|
│ ├─ email: sindresorhus@gmail.com
|
|
3160
3327
|
│ ├─ url: sindresorhus.com
|
|
3161
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
3162
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
3328
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ansi-align/node_modules/is-fullwidth-code-point
|
|
3329
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ansi-align/node_modules/is-fullwidth-code-point/license
|
|
3163
3330
|
├─ is-fullwidth-code-point@3.0.0
|
|
3164
3331
|
│ ├─ licenses: MIT
|
|
3165
3332
|
│ ├─ repository: https://github.com/sindresorhus/is-fullwidth-code-point
|
|
@@ -3175,6 +3342,13 @@
|
|
|
3175
3342
|
│ ├─ url: https://github.com/jonschlinkert
|
|
3176
3343
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-glob
|
|
3177
3344
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-glob/LICENSE
|
|
3345
|
+
├─ is-glob@4.0.3
|
|
3346
|
+
│ ├─ licenses: MIT
|
|
3347
|
+
│ ├─ repository: https://github.com/micromatch/is-glob
|
|
3348
|
+
│ ├─ publisher: Jon Schlinkert
|
|
3349
|
+
│ ├─ url: https://github.com/jonschlinkert
|
|
3350
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-import/node_modules/is-glob
|
|
3351
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-import/node_modules/is-glob/LICENSE
|
|
3178
3352
|
├─ is-installed-globally@0.4.0
|
|
3179
3353
|
│ ├─ licenses: MIT
|
|
3180
3354
|
│ ├─ repository: https://github.com/sindresorhus/is-installed-globally
|
|
@@ -3219,6 +3393,13 @@
|
|
|
3219
3393
|
│ ├─ email: ljharb@gmail.com
|
|
3220
3394
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-negative-zero
|
|
3221
3395
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-negative-zero/LICENSE
|
|
3396
|
+
├─ is-negative-zero@2.0.2
|
|
3397
|
+
│ ├─ licenses: MIT
|
|
3398
|
+
│ ├─ repository: https://github.com/inspect-js/is-negative-zero
|
|
3399
|
+
│ ├─ publisher: Jordan Harband
|
|
3400
|
+
│ ├─ email: ljharb@gmail.com
|
|
3401
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/node_modules/is-negative-zero
|
|
3402
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/node_modules/is-negative-zero/LICENSE
|
|
3222
3403
|
├─ is-npm@5.0.0
|
|
3223
3404
|
│ ├─ licenses: MIT
|
|
3224
3405
|
│ ├─ repository: https://github.com/sindresorhus/is-npm
|
|
@@ -3227,7 +3408,7 @@
|
|
|
3227
3408
|
│ ├─ url: https://sindresorhus.com
|
|
3228
3409
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-npm
|
|
3229
3410
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-npm/license
|
|
3230
|
-
├─ is-number-object@1.0.
|
|
3411
|
+
├─ is-number-object@1.0.6
|
|
3231
3412
|
│ ├─ licenses: MIT
|
|
3232
3413
|
│ ├─ repository: https://github.com/inspect-js/is-number-object
|
|
3233
3414
|
│ ├─ publisher: Jordan Harband
|
|
@@ -3285,14 +3466,7 @@
|
|
|
3285
3466
|
│ ├─ publisher: Rich Harris
|
|
3286
3467
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-reference
|
|
3287
3468
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-reference/README.md
|
|
3288
|
-
├─ is-regex@1.1.
|
|
3289
|
-
│ ├─ licenses: MIT
|
|
3290
|
-
│ ├─ repository: https://github.com/inspect-js/is-regex
|
|
3291
|
-
│ ├─ publisher: Jordan Harband
|
|
3292
|
-
│ ├─ email: ljharb@gmail.com
|
|
3293
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.map/node_modules/is-regex
|
|
3294
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.map/node_modules/is-regex/LICENSE
|
|
3295
|
-
├─ is-regex@1.1.3
|
|
3469
|
+
├─ is-regex@1.1.4
|
|
3296
3470
|
│ ├─ licenses: MIT
|
|
3297
3471
|
│ ├─ repository: https://github.com/inspect-js/is-regex
|
|
3298
3472
|
│ ├─ publisher: Jordan Harband
|
|
@@ -3306,6 +3480,22 @@
|
|
|
3306
3480
|
│ ├─ email: ljharb@gmail.com
|
|
3307
3481
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-set
|
|
3308
3482
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-set/LICENSE
|
|
3483
|
+
├─ is-shared-array-buffer@1.0.1
|
|
3484
|
+
│ ├─ licenses: MIT
|
|
3485
|
+
│ ├─ repository: https://github.com/inspect-js/is-shared-array-buffer
|
|
3486
|
+
│ ├─ publisher: Jordan Harband
|
|
3487
|
+
│ ├─ email: ljharb@gmail.com
|
|
3488
|
+
│ ├─ url: http://ljharb.codes
|
|
3489
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-shared-array-buffer
|
|
3490
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-shared-array-buffer/LICENSE
|
|
3491
|
+
├─ is-shared-array-buffer@1.0.2
|
|
3492
|
+
│ ├─ licenses: MIT
|
|
3493
|
+
│ ├─ repository: https://github.com/inspect-js/is-shared-array-buffer
|
|
3494
|
+
│ ├─ publisher: Jordan Harband
|
|
3495
|
+
│ ├─ email: ljharb@gmail.com
|
|
3496
|
+
│ ├─ url: http://ljharb.codes
|
|
3497
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/node_modules/is-shared-array-buffer
|
|
3498
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/node_modules/is-shared-array-buffer/LICENSE
|
|
3309
3499
|
├─ is-stream@2.0.0
|
|
3310
3500
|
│ ├─ licenses: MIT
|
|
3311
3501
|
│ ├─ repository: https://github.com/sindresorhus/is-stream
|
|
@@ -3314,21 +3504,14 @@
|
|
|
3314
3504
|
│ ├─ url: sindresorhus.com
|
|
3315
3505
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-stream
|
|
3316
3506
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-stream/license
|
|
3317
|
-
├─ is-string@1.0.
|
|
3507
|
+
├─ is-string@1.0.7
|
|
3318
3508
|
│ ├─ licenses: MIT
|
|
3319
3509
|
│ ├─ repository: https://github.com/ljharb/is-string
|
|
3320
3510
|
│ ├─ publisher: Jordan Harband
|
|
3321
3511
|
│ ├─ email: ljharb@gmail.com
|
|
3322
3512
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-string
|
|
3323
3513
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-string/LICENSE
|
|
3324
|
-
├─ is-
|
|
3325
|
-
│ ├─ licenses: MIT
|
|
3326
|
-
│ ├─ repository: https://github.com/ljharb/is-string
|
|
3327
|
-
│ ├─ publisher: Jordan Harband
|
|
3328
|
-
│ ├─ email: ljharb@gmail.com
|
|
3329
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/es-abstract/node_modules/is-string
|
|
3330
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/es-abstract/node_modules/is-string/LICENSE
|
|
3331
|
-
├─ is-symbol@1.0.3
|
|
3514
|
+
├─ is-symbol@1.0.4
|
|
3332
3515
|
│ ├─ licenses: MIT
|
|
3333
3516
|
│ ├─ repository: https://github.com/inspect-js/is-symbol
|
|
3334
3517
|
│ ├─ publisher: Jordan Harband
|
|
@@ -3351,6 +3534,20 @@
|
|
|
3351
3534
|
│ ├─ url: https://sindresorhus.com
|
|
3352
3535
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-unicode-supported
|
|
3353
3536
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-unicode-supported/license
|
|
3537
|
+
├─ is-weakref@1.0.1
|
|
3538
|
+
│ ├─ licenses: MIT
|
|
3539
|
+
│ ├─ repository: https://github.com/inspect-js/is-weakref
|
|
3540
|
+
│ ├─ publisher: Jordan Harband
|
|
3541
|
+
│ ├─ email: ljharb@gmail.com
|
|
3542
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-weakref
|
|
3543
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-weakref/LICENSE
|
|
3544
|
+
├─ is-weakref@1.0.2
|
|
3545
|
+
│ ├─ licenses: MIT
|
|
3546
|
+
│ ├─ repository: https://github.com/inspect-js/is-weakref
|
|
3547
|
+
│ ├─ publisher: Jordan Harband
|
|
3548
|
+
│ ├─ email: ljharb@gmail.com
|
|
3549
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/node_modules/is-weakref
|
|
3550
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/node_modules/is-weakref/LICENSE
|
|
3354
3551
|
├─ is-windows@1.0.2
|
|
3355
3552
|
│ ├─ licenses: MIT
|
|
3356
3553
|
│ ├─ repository: https://github.com/jonschlinkert/is-windows
|
|
@@ -3365,14 +3562,6 @@
|
|
|
3365
3562
|
│ ├─ url: litomore@gmail.com
|
|
3366
3563
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-yarn-global
|
|
3367
3564
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-yarn-global/LICENSE
|
|
3368
|
-
├─ isarray@1.0.0
|
|
3369
|
-
│ ├─ licenses: MIT
|
|
3370
|
-
│ ├─ repository: https://github.com/juliangruber/isarray
|
|
3371
|
-
│ ├─ publisher: Julian Gruber
|
|
3372
|
-
│ ├─ email: mail@juliangruber.com
|
|
3373
|
-
│ ├─ url: http://juliangruber.com
|
|
3374
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/isarray
|
|
3375
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/isarray/README.md
|
|
3376
3565
|
├─ isarray@2.0.5
|
|
3377
3566
|
│ ├─ licenses: MIT
|
|
3378
3567
|
│ ├─ repository: https://github.com/juliangruber/isarray
|
|
@@ -3450,7 +3639,7 @@
|
|
|
3450
3639
|
│ ├─ email: kananthmail-github@yahoo.com
|
|
3451
3640
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/istanbul-reports
|
|
3452
3641
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/istanbul-reports/LICENSE
|
|
3453
|
-
├─ iterate-iterator@1.0.
|
|
3642
|
+
├─ iterate-iterator@1.0.2
|
|
3454
3643
|
│ ├─ licenses: MIT
|
|
3455
3644
|
│ ├─ repository: https://github.com/ljharb/iterate-iterator
|
|
3456
3645
|
│ ├─ publisher: Jordan Harband
|
|
@@ -3489,8 +3678,8 @@
|
|
|
3489
3678
|
│ ├─ repository: https://github.com/nodeca/js-yaml
|
|
3490
3679
|
│ ├─ publisher: Vladimir Zapparov
|
|
3491
3680
|
│ ├─ email: dervus.grim@gmail.com
|
|
3492
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
3493
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
3681
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@apidevtools/json-schema-ref-parser/node_modules/js-yaml
|
|
3682
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@apidevtools/json-schema-ref-parser/node_modules/js-yaml/LICENSE
|
|
3494
3683
|
├─ jsbn@0.1.1
|
|
3495
3684
|
│ ├─ licenses: MIT
|
|
3496
3685
|
│ ├─ repository: https://github.com/andyperlitch/jsbn
|
|
@@ -3546,12 +3735,6 @@
|
|
|
3546
3735
|
│ ├─ publisher: Evgeny Poberezkin
|
|
3547
3736
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/json-schema-traverse
|
|
3548
3737
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/json-schema-traverse/LICENSE
|
|
3549
|
-
├─ json-schema-traverse@1.0.0
|
|
3550
|
-
│ ├─ licenses: MIT
|
|
3551
|
-
│ ├─ repository: https://github.com/epoberezkin/json-schema-traverse
|
|
3552
|
-
│ ├─ publisher: Evgeny Poberezkin
|
|
3553
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/table/node_modules/json-schema-traverse
|
|
3554
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/table/node_modules/json-schema-traverse/LICENSE
|
|
3555
3738
|
├─ json-schema@0.2.3
|
|
3556
3739
|
│ ├─ licenses
|
|
3557
3740
|
│ │ ├─ 0: AFLv2.1
|
|
@@ -3583,7 +3766,7 @@
|
|
|
3583
3766
|
│ ├─ email: aseem.kishore@gmail.com
|
|
3584
3767
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/tsconfig-paths/node_modules/json5
|
|
3585
3768
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/tsconfig-paths/node_modules/json5/LICENSE.md
|
|
3586
|
-
├─ json5@2.2.
|
|
3769
|
+
├─ json5@2.2.1
|
|
3587
3770
|
│ ├─ licenses: MIT
|
|
3588
3771
|
│ ├─ repository: https://github.com/json5/json5
|
|
3589
3772
|
│ ├─ publisher: Aseem Kishore
|
|
@@ -3674,19 +3857,18 @@
|
|
|
3674
3857
|
│ ├─ email: davglass@gmail.com
|
|
3675
3858
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/license-checker
|
|
3676
3859
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/license-checker/LICENSE
|
|
3677
|
-
├─
|
|
3860
|
+
├─ license-compatibility-checker@0.3.5
|
|
3861
|
+
│ ├─ licenses: MIT
|
|
3862
|
+
│ ├─ repository: https://github.com/HansHammel/license-compatibility-checker
|
|
3863
|
+
│ ├─ publisher: Oliver Bleckmann
|
|
3864
|
+
│ ├─ url: https://github.com/HansHammel
|
|
3865
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/license-compatibility-checker
|
|
3866
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/license-compatibility-checker/LICENSE
|
|
3867
|
+
├─ linkify-it@3.0.3
|
|
3678
3868
|
│ ├─ licenses: MIT
|
|
3679
3869
|
│ ├─ repository: https://github.com/markdown-it/linkify-it
|
|
3680
3870
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/linkify-it
|
|
3681
3871
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/linkify-it/LICENSE
|
|
3682
|
-
├─ load-json-file@4.0.0
|
|
3683
|
-
│ ├─ licenses: MIT
|
|
3684
|
-
│ ├─ repository: https://github.com/sindresorhus/load-json-file
|
|
3685
|
-
│ ├─ publisher: Sindre Sorhus
|
|
3686
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
3687
|
-
│ ├─ url: sindresorhus.com
|
|
3688
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/load-json-file
|
|
3689
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/load-json-file/license
|
|
3690
3872
|
├─ locate-path@2.0.0
|
|
3691
3873
|
│ ├─ licenses: MIT
|
|
3692
3874
|
│ ├─ repository: https://github.com/sindresorhus/locate-path
|
|
@@ -3719,14 +3901,6 @@
|
|
|
3719
3901
|
│ ├─ url: https://sindresorhus.com
|
|
3720
3902
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/locate-path
|
|
3721
3903
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/locate-path/license
|
|
3722
|
-
├─ lodash.clonedeep@4.5.0
|
|
3723
|
-
│ ├─ licenses: MIT
|
|
3724
|
-
│ ├─ repository: https://github.com/lodash/lodash
|
|
3725
|
-
│ ├─ publisher: John-David Dalton
|
|
3726
|
-
│ ├─ email: john.david.dalton@gmail.com
|
|
3727
|
-
│ ├─ url: http://allyoucanleet.com/
|
|
3728
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/lodash.clonedeep
|
|
3729
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/lodash.clonedeep/LICENSE
|
|
3730
3904
|
├─ lodash.debounce@4.0.8
|
|
3731
3905
|
│ ├─ licenses: MIT
|
|
3732
3906
|
│ ├─ repository: https://github.com/lodash/lodash
|
|
@@ -3743,14 +3917,6 @@
|
|
|
3743
3917
|
│ ├─ url: http://allyoucanleet.com/
|
|
3744
3918
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/lodash.defaults
|
|
3745
3919
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/lodash.defaults/LICENSE
|
|
3746
|
-
├─ lodash.flatten@4.4.0
|
|
3747
|
-
│ ├─ licenses: MIT
|
|
3748
|
-
│ ├─ repository: https://github.com/lodash/lodash
|
|
3749
|
-
│ ├─ publisher: John-David Dalton
|
|
3750
|
-
│ ├─ email: john.david.dalton@gmail.com
|
|
3751
|
-
│ ├─ url: http://allyoucanleet.com/
|
|
3752
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/lodash.flatten
|
|
3753
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/lodash.flatten/LICENSE
|
|
3754
3920
|
├─ lodash.flattendeep@4.4.0
|
|
3755
3921
|
│ ├─ licenses: MIT
|
|
3756
3922
|
│ ├─ repository: https://github.com/lodash/lodash
|
|
@@ -3767,6 +3933,14 @@
|
|
|
3767
3933
|
│ ├─ url: http://allyoucanleet.com/
|
|
3768
3934
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/lodash.get
|
|
3769
3935
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/lodash.get/LICENSE
|
|
3936
|
+
├─ lodash.isarguments@3.1.0
|
|
3937
|
+
│ ├─ licenses: MIT
|
|
3938
|
+
│ ├─ repository: https://github.com/lodash/lodash
|
|
3939
|
+
│ ├─ publisher: John-David Dalton
|
|
3940
|
+
│ ├─ email: john.david.dalton@gmail.com
|
|
3941
|
+
│ ├─ url: http://allyoucanleet.com/
|
|
3942
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/lodash.isarguments
|
|
3943
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/lodash.isarguments/LICENSE
|
|
3770
3944
|
├─ lodash.isequal@4.5.0
|
|
3771
3945
|
│ ├─ licenses: MIT
|
|
3772
3946
|
│ ├─ repository: https://github.com/lodash/lodash
|
|
@@ -3797,14 +3971,6 @@
|
|
|
3797
3971
|
│ ├─ url: http://allyoucanleet.com/
|
|
3798
3972
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/lodash.set
|
|
3799
3973
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/lodash.set/LICENSE
|
|
3800
|
-
├─ lodash.truncate@4.4.2
|
|
3801
|
-
│ ├─ licenses: MIT
|
|
3802
|
-
│ ├─ repository: https://github.com/lodash/lodash
|
|
3803
|
-
│ ├─ publisher: John-David Dalton
|
|
3804
|
-
│ ├─ email: john.david.dalton@gmail.com
|
|
3805
|
-
│ ├─ url: http://allyoucanleet.com/
|
|
3806
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/lodash.truncate
|
|
3807
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/lodash.truncate/LICENSE
|
|
3808
3974
|
├─ lodash@4.17.21
|
|
3809
3975
|
│ ├─ licenses: MIT
|
|
3810
3976
|
│ ├─ repository: https://github.com/lodash/lodash
|
|
@@ -3820,6 +3986,13 @@
|
|
|
3820
3986
|
│ ├─ url: https://sindresorhus.com
|
|
3821
3987
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/log-symbols
|
|
3822
3988
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/log-symbols/license
|
|
3989
|
+
├─ loupe@2.3.4
|
|
3990
|
+
│ ├─ licenses: MIT
|
|
3991
|
+
│ ├─ repository: https://github.com/chaijs/loupe
|
|
3992
|
+
│ ├─ publisher: Veselin Todorov
|
|
3993
|
+
│ ├─ email: hi@vesln.com
|
|
3994
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/loupe
|
|
3995
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/loupe/LICENSE
|
|
3823
3996
|
├─ lowercase-keys@1.0.1
|
|
3824
3997
|
│ ├─ licenses: MIT
|
|
3825
3998
|
│ ├─ repository: https://github.com/sindresorhus/lowercase-keys
|
|
@@ -3843,6 +4016,13 @@
|
|
|
3843
4016
|
│ ├─ email: i@izs.me
|
|
3844
4017
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/lru-cache
|
|
3845
4018
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/lru-cache/LICENSE
|
|
4019
|
+
├─ lru-cache@7.8.1
|
|
4020
|
+
│ ├─ licenses: ISC
|
|
4021
|
+
│ ├─ repository: https://github.com/isaacs/node-lru-cache
|
|
4022
|
+
│ ├─ publisher: Isaac Z. Schlueter
|
|
4023
|
+
│ ├─ email: i@izs.me
|
|
4024
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cacache/node_modules/lru-cache
|
|
4025
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cacache/node_modules/lru-cache/LICENSE
|
|
3846
4026
|
├─ magic-string@0.25.3
|
|
3847
4027
|
│ ├─ licenses: MIT
|
|
3848
4028
|
│ ├─ repository: https://github.com/rich-harris/magic-string
|
|
@@ -3865,22 +4045,13 @@
|
|
|
3865
4045
|
│ ├─ url: sindresorhus.com
|
|
3866
4046
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/istanbul-lib-report/node_modules/make-dir
|
|
3867
4047
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/istanbul-lib-report/node_modules/make-dir/license
|
|
3868
|
-
├─ make-fetch-happen@
|
|
4048
|
+
├─ make-fetch-happen@10.1.2
|
|
3869
4049
|
│ ├─ licenses: ISC
|
|
3870
4050
|
│ ├─ repository: https://github.com/npm/make-fetch-happen
|
|
3871
|
-
│ ├─ publisher:
|
|
3872
|
-
│ ├─ email: kzm@zkat.tech
|
|
4051
|
+
│ ├─ publisher: GitHub Inc.
|
|
3873
4052
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/make-fetch-happen
|
|
3874
4053
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/make-fetch-happen/LICENSE
|
|
3875
|
-
├─
|
|
3876
|
-
│ ├─ licenses: MIT
|
|
3877
|
-
│ ├─ repository: https://github.com/SamVerschueren/map-age-cleaner
|
|
3878
|
-
│ ├─ publisher: Sam Verschueren
|
|
3879
|
-
│ ├─ email: sam.verschueren@gmail.com
|
|
3880
|
-
│ ├─ url: github.com/SamVerschueren
|
|
3881
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/map-age-cleaner
|
|
3882
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/map-age-cleaner/license
|
|
3883
|
-
├─ markdown-it@12.0.6
|
|
4054
|
+
├─ markdown-it@12.3.2
|
|
3884
4055
|
│ ├─ licenses: MIT
|
|
3885
4056
|
│ ├─ repository: https://github.com/markdown-it/markdown-it
|
|
3886
4057
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/markdown-it
|
|
@@ -3903,14 +4074,6 @@
|
|
|
3903
4074
|
│ ├─ email: doug@somethingdoug.com
|
|
3904
4075
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/media-typer
|
|
3905
4076
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/media-typer/LICENSE
|
|
3906
|
-
├─ mem@8.1.1
|
|
3907
|
-
│ ├─ licenses: MIT
|
|
3908
|
-
│ ├─ repository: https://github.com/sindresorhus/mem
|
|
3909
|
-
│ ├─ publisher: Sindre Sorhus
|
|
3910
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
3911
|
-
│ ├─ url: https://sindresorhus.com
|
|
3912
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mem
|
|
3913
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mem/license
|
|
3914
4077
|
├─ merge-descriptors@1.0.1
|
|
3915
4078
|
│ ├─ licenses: MIT
|
|
3916
4079
|
│ ├─ repository: https://github.com/component/merge-descriptors
|
|
@@ -3936,12 +4099,12 @@
|
|
|
3936
4099
|
│ ├─ url: https://github.com/jonschlinkert
|
|
3937
4100
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/micromatch
|
|
3938
4101
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/micromatch/LICENSE
|
|
3939
|
-
├─ mime-db@1.
|
|
4102
|
+
├─ mime-db@1.52.0
|
|
3940
4103
|
│ ├─ licenses: MIT
|
|
3941
4104
|
│ ├─ repository: https://github.com/jshttp/mime-db
|
|
3942
4105
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mime-db
|
|
3943
4106
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mime-db/LICENSE
|
|
3944
|
-
├─ mime-types@2.1.
|
|
4107
|
+
├─ mime-types@2.1.35
|
|
3945
4108
|
│ ├─ licenses: MIT
|
|
3946
4109
|
│ ├─ repository: https://github.com/jshttp/mime-types
|
|
3947
4110
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mime-types
|
|
@@ -3954,14 +4117,6 @@
|
|
|
3954
4117
|
│ ├─ url: http://github.com/broofa
|
|
3955
4118
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mime
|
|
3956
4119
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mime/LICENSE
|
|
3957
|
-
├─ mimic-fn@3.1.0
|
|
3958
|
-
│ ├─ licenses: MIT
|
|
3959
|
-
│ ├─ repository: https://github.com/sindresorhus/mimic-fn
|
|
3960
|
-
│ ├─ publisher: Sindre Sorhus
|
|
3961
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
3962
|
-
│ ├─ url: sindresorhus.com
|
|
3963
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mimic-fn
|
|
3964
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mimic-fn/license
|
|
3965
4120
|
├─ mimic-response@1.0.1
|
|
3966
4121
|
│ ├─ licenses: MIT
|
|
3967
4122
|
│ ├─ repository: https://github.com/sindresorhus/mimic-response
|
|
@@ -3978,6 +4133,30 @@
|
|
|
3978
4133
|
│ ├─ url: http://blog.izs.me
|
|
3979
4134
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/minimatch
|
|
3980
4135
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/minimatch/LICENSE
|
|
4136
|
+
├─ minimatch@3.1.2
|
|
4137
|
+
│ ├─ licenses: ISC
|
|
4138
|
+
│ ├─ repository: https://github.com/isaacs/minimatch
|
|
4139
|
+
│ ├─ publisher: Isaac Z. Schlueter
|
|
4140
|
+
│ ├─ email: i@izs.me
|
|
4141
|
+
│ ├─ url: http://blog.izs.me
|
|
4142
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-import/node_modules/minimatch
|
|
4143
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-import/node_modules/minimatch/LICENSE
|
|
4144
|
+
├─ minimatch@4.2.1
|
|
4145
|
+
│ ├─ licenses: ISC
|
|
4146
|
+
│ ├─ repository: https://github.com/isaacs/minimatch
|
|
4147
|
+
│ ├─ publisher: Isaac Z. Schlueter
|
|
4148
|
+
│ ├─ email: i@izs.me
|
|
4149
|
+
│ ├─ url: http://blog.izs.me
|
|
4150
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/minimatch
|
|
4151
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/minimatch/LICENSE
|
|
4152
|
+
├─ minimatch@5.0.1
|
|
4153
|
+
│ ├─ licenses: ISC
|
|
4154
|
+
│ ├─ repository: https://github.com/isaacs/minimatch
|
|
4155
|
+
│ ├─ publisher: Isaac Z. Schlueter
|
|
4156
|
+
│ ├─ email: i@izs.me
|
|
4157
|
+
│ ├─ url: http://blog.izs.me
|
|
4158
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ignore-walk/node_modules/minimatch
|
|
4159
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ignore-walk/node_modules/minimatch/LICENSE
|
|
3981
4160
|
├─ minimist@1.2.5
|
|
3982
4161
|
│ ├─ licenses: MIT
|
|
3983
4162
|
│ ├─ repository: https://github.com/substack/minimist
|
|
@@ -3986,6 +4165,14 @@
|
|
|
3986
4165
|
│ ├─ url: http://substack.net
|
|
3987
4166
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/write/node_modules/mkdirp/node_modules/minimist
|
|
3988
4167
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/write/node_modules/mkdirp/node_modules/minimist/LICENSE
|
|
4168
|
+
├─ minimist@1.2.6
|
|
4169
|
+
│ ├─ licenses: MIT
|
|
4170
|
+
│ ├─ repository: https://github.com/substack/minimist
|
|
4171
|
+
│ ├─ publisher: James Halliday
|
|
4172
|
+
│ ├─ email: mail@substack.net
|
|
4173
|
+
│ ├─ url: http://substack.net
|
|
4174
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/tsconfig-paths/node_modules/minimist
|
|
4175
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/tsconfig-paths/node_modules/minimist/LICENSE
|
|
3989
4176
|
├─ minipass-collect@1.0.2
|
|
3990
4177
|
│ ├─ licenses: ISC
|
|
3991
4178
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -3993,9 +4180,10 @@
|
|
|
3993
4180
|
│ ├─ url: https://izs.me
|
|
3994
4181
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/minipass-collect
|
|
3995
4182
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/minipass-collect/LICENSE
|
|
3996
|
-
├─ minipass-fetch@1.
|
|
4183
|
+
├─ minipass-fetch@2.1.0
|
|
3997
4184
|
│ ├─ licenses: MIT
|
|
3998
4185
|
│ ├─ repository: https://github.com/npm/minipass-fetch
|
|
4186
|
+
│ ├─ publisher: GitHub Inc.
|
|
3999
4187
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/minipass-fetch
|
|
4000
4188
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/minipass-fetch/LICENSE
|
|
4001
4189
|
├─ minipass-flush@1.0.5
|
|
@@ -4029,7 +4217,7 @@
|
|
|
4029
4217
|
│ ├─ url: https://izs.me
|
|
4030
4218
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/minipass-sized
|
|
4031
4219
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/minipass-sized/LICENSE
|
|
4032
|
-
├─ minipass@3.1.
|
|
4220
|
+
├─ minipass@3.1.6
|
|
4033
4221
|
│ ├─ licenses: ISC
|
|
4034
4222
|
│ ├─ repository: https://github.com/isaacs/minipass
|
|
4035
4223
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -4058,14 +4246,14 @@
|
|
|
4058
4246
|
│ ├─ repository: https://github.com/isaacs/node-mkdirp
|
|
4059
4247
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mkdirp
|
|
4060
4248
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mkdirp/LICENSE
|
|
4061
|
-
├─ mocha@9.
|
|
4249
|
+
├─ mocha@9.2.2
|
|
4062
4250
|
│ ├─ licenses: MIT
|
|
4063
4251
|
│ ├─ repository: https://github.com/mochajs/mocha
|
|
4064
4252
|
│ ├─ publisher: TJ Holowaychuk
|
|
4065
4253
|
│ ├─ email: tj@vision-media.ca
|
|
4066
4254
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mocha
|
|
4067
4255
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mocha/LICENSE
|
|
4068
|
-
├─ moment@2.29.
|
|
4256
|
+
├─ moment@2.29.3
|
|
4069
4257
|
│ ├─ licenses: MIT
|
|
4070
4258
|
│ ├─ repository: https://github.com/moment/moment
|
|
4071
4259
|
│ ├─ publisher: Iskren Ivov Chernev
|
|
@@ -4078,11 +4266,6 @@
|
|
|
4078
4266
|
│ ├─ repository: https://github.com/zeit/ms
|
|
4079
4267
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ms
|
|
4080
4268
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ms/license.md
|
|
4081
|
-
├─ ms@2.1.1
|
|
4082
|
-
│ ├─ licenses: MIT
|
|
4083
|
-
│ ├─ repository: https://github.com/zeit/ms
|
|
4084
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/send/node_modules/ms
|
|
4085
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/send/node_modules/ms/license.md
|
|
4086
4269
|
├─ ms@2.1.2
|
|
4087
4270
|
│ ├─ licenses: MIT
|
|
4088
4271
|
│ ├─ repository: https://github.com/zeit/ms
|
|
@@ -4091,8 +4274,8 @@
|
|
|
4091
4274
|
├─ ms@2.1.3
|
|
4092
4275
|
│ ├─ licenses: MIT
|
|
4093
4276
|
│ ├─ repository: https://github.com/vercel/ms
|
|
4094
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
4095
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
4277
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/send/node_modules/ms
|
|
4278
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/send/node_modules/ms/license.md
|
|
4096
4279
|
├─ mustache@4.2.0
|
|
4097
4280
|
│ ├─ licenses: MIT
|
|
4098
4281
|
│ ├─ repository: https://github.com/janl/mustache.js
|
|
@@ -4100,7 +4283,7 @@
|
|
|
4100
4283
|
│ ├─ email: http://github.com/janl/mustache.js
|
|
4101
4284
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mustache
|
|
4102
4285
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mustache/LICENSE
|
|
4103
|
-
├─ nanoid@3.1
|
|
4286
|
+
├─ nanoid@3.3.1
|
|
4104
4287
|
│ ├─ licenses: MIT
|
|
4105
4288
|
│ ├─ repository: https://github.com/ai/nanoid
|
|
4106
4289
|
│ ├─ publisher: Andrey Sitnik
|
|
@@ -4119,7 +4302,12 @@
|
|
|
4119
4302
|
│ ├─ repository: https://github.com/jshttp/negotiator
|
|
4120
4303
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/negotiator
|
|
4121
4304
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/negotiator/LICENSE
|
|
4122
|
-
├─
|
|
4305
|
+
├─ negotiator@0.6.3
|
|
4306
|
+
│ ├─ licenses: MIT
|
|
4307
|
+
│ ├─ repository: https://github.com/jshttp/negotiator
|
|
4308
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/express/node_modules/negotiator
|
|
4309
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/express/node_modules/negotiator/LICENSE
|
|
4310
|
+
├─ nock@13.2.4
|
|
4123
4311
|
│ ├─ licenses: MIT
|
|
4124
4312
|
│ ├─ repository: https://github.com/nock/nock
|
|
4125
4313
|
│ ├─ publisher: Pedro Teixeira
|
|
@@ -4134,7 +4322,7 @@
|
|
|
4134
4322
|
│ ├─ url: https://boneskull.com/
|
|
4135
4323
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/node-environment-flags
|
|
4136
4324
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/node-environment-flags/LICENSE
|
|
4137
|
-
├─ node-gyp@
|
|
4325
|
+
├─ node-gyp@9.0.0
|
|
4138
4326
|
│ ├─ licenses: MIT
|
|
4139
4327
|
│ ├─ repository: https://github.com/nodejs/node-gyp
|
|
4140
4328
|
│ ├─ publisher: Nathan Rajlich
|
|
@@ -4142,21 +4330,13 @@
|
|
|
4142
4330
|
│ ├─ url: http://tootallnate.net
|
|
4143
4331
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/node-gyp
|
|
4144
4332
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/node-gyp/LICENSE
|
|
4145
|
-
├─ node-modules-regexp@1.0.0
|
|
4146
|
-
│ ├─ licenses: MIT
|
|
4147
|
-
│ ├─ repository: https://github.com/jamestalmage/node-modules-regexp
|
|
4148
|
-
│ ├─ publisher: James Talmage
|
|
4149
|
-
│ ├─ email: james@talmage.io
|
|
4150
|
-
│ ├─ url: github.com/jamestalmage
|
|
4151
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/node-modules-regexp
|
|
4152
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/node-modules-regexp/license
|
|
4153
4333
|
├─ node-preload@0.2.1
|
|
4154
4334
|
│ ├─ licenses: MIT
|
|
4155
4335
|
│ ├─ repository: https://github.com/cfware/node-preload
|
|
4156
4336
|
│ ├─ publisher: Corey Farrell
|
|
4157
4337
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/node-preload
|
|
4158
4338
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/node-preload/LICENSE
|
|
4159
|
-
├─ node-releases@
|
|
4339
|
+
├─ node-releases@2.0.1
|
|
4160
4340
|
│ ├─ licenses: MIT
|
|
4161
4341
|
│ ├─ repository: https://github.com/chicoxyzzy/node-releases
|
|
4162
4342
|
│ ├─ publisher: Sergey Rubanov
|
|
@@ -4186,6 +4366,12 @@
|
|
|
4186
4366
|
│ ├─ email: merynstol@gmail.com
|
|
4187
4367
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/normalize-package-data
|
|
4188
4368
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/normalize-package-data/LICENSE
|
|
4369
|
+
├─ normalize-package-data@4.0.0
|
|
4370
|
+
│ ├─ licenses: BSD-2-Clause
|
|
4371
|
+
│ ├─ repository: https://github.com/npm/normalize-package-data
|
|
4372
|
+
│ ├─ publisher: GitHub Inc.
|
|
4373
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/pacote/node_modules/normalize-package-data
|
|
4374
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/pacote/node_modules/normalize-package-data/LICENSE
|
|
4189
4375
|
├─ normalize-path@3.0.0
|
|
4190
4376
|
│ ├─ licenses: MIT
|
|
4191
4377
|
│ ├─ repository: https://github.com/jonschlinkert/normalize-path
|
|
@@ -4209,16 +4395,17 @@
|
|
|
4209
4395
|
│ ├─ url: http://blog.izs.me/
|
|
4210
4396
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-bundled
|
|
4211
4397
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-bundled/LICENSE
|
|
4212
|
-
├─ npm-check-updates@
|
|
4398
|
+
├─ npm-check-updates@12.5.9
|
|
4213
4399
|
│ ├─ licenses: Apache-2.0
|
|
4214
4400
|
│ ├─ repository: https://github.com/raineorshine/npm-check-updates
|
|
4215
4401
|
│ ├─ publisher: Tomas Junnonen
|
|
4216
4402
|
│ ├─ email: tomas1@gmail.com
|
|
4217
4403
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-check-updates
|
|
4218
4404
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-check-updates/LICENSE
|
|
4219
|
-
├─ npm-install-checks@
|
|
4405
|
+
├─ npm-install-checks@5.0.0
|
|
4220
4406
|
│ ├─ licenses: BSD-2-Clause
|
|
4221
4407
|
│ ├─ repository: https://github.com/npm/npm-install-checks
|
|
4408
|
+
│ ├─ publisher: GitHub Inc.
|
|
4222
4409
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-install-checks
|
|
4223
4410
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-install-checks/LICENSE
|
|
4224
4411
|
├─ npm-normalize-package-bin@1.0.1
|
|
@@ -4229,52 +4416,36 @@
|
|
|
4229
4416
|
│ ├─ url: https://izs.me
|
|
4230
4417
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-normalize-package-bin
|
|
4231
4418
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-normalize-package-bin/LICENSE
|
|
4232
|
-
├─ npm-package-arg@
|
|
4419
|
+
├─ npm-package-arg@9.0.2
|
|
4233
4420
|
│ ├─ licenses: ISC
|
|
4234
4421
|
│ ├─ repository: https://github.com/npm/npm-package-arg
|
|
4235
|
-
│ ├─ publisher:
|
|
4236
|
-
│ ├─ email: i@izs.me
|
|
4237
|
-
│ ├─ url: http://blog.izs.me/
|
|
4422
|
+
│ ├─ publisher: GitHub Inc.
|
|
4238
4423
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-package-arg
|
|
4239
4424
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-package-arg/LICENSE
|
|
4240
|
-
├─ npm-packlist@
|
|
4425
|
+
├─ npm-packlist@5.0.0
|
|
4241
4426
|
│ ├─ licenses: ISC
|
|
4242
4427
|
│ ├─ repository: https://github.com/npm/npm-packlist
|
|
4243
|
-
│ ├─ publisher:
|
|
4244
|
-
│ ├─ email: i@izs.me
|
|
4245
|
-
│ ├─ url: http://blog.izs.me/
|
|
4428
|
+
│ ├─ publisher: GitHub Inc.
|
|
4246
4429
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-packlist
|
|
4247
4430
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-packlist/LICENSE
|
|
4248
|
-
├─ npm-pick-manifest@
|
|
4431
|
+
├─ npm-pick-manifest@7.0.1
|
|
4249
4432
|
│ ├─ licenses: ISC
|
|
4250
4433
|
│ ├─ repository: https://github.com/npm/npm-pick-manifest
|
|
4251
|
-
│ ├─ publisher:
|
|
4252
|
-
│ ├─ email: kzm@sykosomatic.org
|
|
4434
|
+
│ ├─ publisher: GitHub Inc.
|
|
4253
4435
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-pick-manifest
|
|
4254
4436
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-pick-manifest/LICENSE.md
|
|
4255
|
-
├─ npm-registry-fetch@
|
|
4437
|
+
├─ npm-registry-fetch@13.1.1
|
|
4256
4438
|
│ ├─ licenses: ISC
|
|
4257
4439
|
│ ├─ repository: https://github.com/npm/npm-registry-fetch
|
|
4258
|
-
│ ├─ publisher:
|
|
4259
|
-
│ ├─ email: kzm@sykosomatic.org
|
|
4440
|
+
│ ├─ publisher: GitHub Inc.
|
|
4260
4441
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch
|
|
4261
4442
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch/LICENSE.md
|
|
4262
|
-
├─ npmlog@
|
|
4443
|
+
├─ npmlog@6.0.1
|
|
4263
4444
|
│ ├─ licenses: ISC
|
|
4264
4445
|
│ ├─ repository: https://github.com/npm/npmlog
|
|
4265
|
-
│ ├─ publisher:
|
|
4266
|
-
│ ├─ email: i@izs.me
|
|
4267
|
-
│ ├─ url: http://blog.izs.me/
|
|
4446
|
+
│ ├─ publisher: GitHub Inc.
|
|
4268
4447
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npmlog
|
|
4269
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npmlog/LICENSE
|
|
4270
|
-
├─ number-is-nan@1.0.1
|
|
4271
|
-
│ ├─ licenses: MIT
|
|
4272
|
-
│ ├─ repository: https://github.com/sindresorhus/number-is-nan
|
|
4273
|
-
│ ├─ publisher: Sindre Sorhus
|
|
4274
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
4275
|
-
│ ├─ url: sindresorhus.com
|
|
4276
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/number-is-nan
|
|
4277
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/number-is-nan/license
|
|
4448
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npmlog/LICENSE.md
|
|
4278
4449
|
├─ nyc@15.1.0
|
|
4279
4450
|
│ ├─ licenses: ISC
|
|
4280
4451
|
│ ├─ repository: https://github.com/istanbuljs/nyc
|
|
@@ -4298,7 +4469,7 @@
|
|
|
4298
4469
|
│ ├─ url: sindresorhus.com
|
|
4299
4470
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/object-assign
|
|
4300
4471
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/object-assign/license
|
|
4301
|
-
├─ object-inspect@1.
|
|
4472
|
+
├─ object-inspect@1.11.0
|
|
4302
4473
|
│ ├─ licenses: MIT
|
|
4303
4474
|
│ ├─ repository: https://github.com/inspect-js/object-inspect
|
|
4304
4475
|
│ ├─ publisher: James Halliday
|
|
@@ -4306,14 +4477,14 @@
|
|
|
4306
4477
|
│ ├─ url: http://substack.net
|
|
4307
4478
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/object-inspect
|
|
4308
4479
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/object-inspect/LICENSE
|
|
4309
|
-
├─ object-inspect@1.
|
|
4480
|
+
├─ object-inspect@1.12.0
|
|
4310
4481
|
│ ├─ licenses: MIT
|
|
4311
4482
|
│ ├─ repository: https://github.com/inspect-js/object-inspect
|
|
4312
4483
|
│ ├─ publisher: James Halliday
|
|
4313
4484
|
│ ├─ email: mail@substack.net
|
|
4314
4485
|
│ ├─ url: http://substack.net
|
|
4315
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.
|
|
4316
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.
|
|
4486
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/node_modules/object-inspect
|
|
4487
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/node_modules/object-inspect/LICENSE
|
|
4317
4488
|
├─ object-keys@1.1.1
|
|
4318
4489
|
│ ├─ licenses: MIT
|
|
4319
4490
|
│ ├─ repository: https://github.com/ljharb/object-keys
|
|
@@ -4326,16 +4497,16 @@
|
|
|
4326
4497
|
│ ├─ licenses: MIT
|
|
4327
4498
|
│ ├─ repository: https://github.com/ljharb/object.assign
|
|
4328
4499
|
│ ├─ publisher: Jordan Harband
|
|
4329
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
4330
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
4331
|
-
├─ object.getownpropertydescriptors@2.1.
|
|
4500
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/object.assign
|
|
4501
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/object.assign/LICENSE
|
|
4502
|
+
├─ object.getownpropertydescriptors@2.1.3
|
|
4332
4503
|
│ ├─ licenses: MIT
|
|
4333
4504
|
│ ├─ repository: https://github.com/es-shims/object.getownpropertydescriptors
|
|
4334
4505
|
│ ├─ publisher: Jordan Harband
|
|
4335
4506
|
│ ├─ email: ljharb@gmail.com
|
|
4336
4507
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/object.getownpropertydescriptors
|
|
4337
4508
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/object.getownpropertydescriptors/LICENSE
|
|
4338
|
-
├─ object.values@1.1.
|
|
4509
|
+
├─ object.values@1.1.5
|
|
4339
4510
|
│ ├─ licenses: MIT
|
|
4340
4511
|
│ ├─ repository: https://github.com/es-shims/Object.values
|
|
4341
4512
|
│ ├─ publisher: Jordan Harband
|
|
@@ -4347,6 +4518,11 @@
|
|
|
4347
4518
|
│ ├─ repository: https://github.com/jshttp/on-finished
|
|
4348
4519
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/on-finished
|
|
4349
4520
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/on-finished/LICENSE
|
|
4521
|
+
├─ on-finished@2.4.1
|
|
4522
|
+
│ ├─ licenses: MIT
|
|
4523
|
+
│ ├─ repository: https://github.com/jshttp/on-finished
|
|
4524
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/on-finished
|
|
4525
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/on-finished/LICENSE
|
|
4350
4526
|
├─ once@1.4.0
|
|
4351
4527
|
│ ├─ licenses: ISC
|
|
4352
4528
|
│ ├─ repository: https://github.com/isaacs/once
|
|
@@ -4401,14 +4577,6 @@
|
|
|
4401
4577
|
│ ├─ url: sindresorhus.com
|
|
4402
4578
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/p-cancelable
|
|
4403
4579
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/p-cancelable/license
|
|
4404
|
-
├─ p-defer@1.0.0
|
|
4405
|
-
│ ├─ licenses: MIT
|
|
4406
|
-
│ ├─ repository: https://github.com/sindresorhus/p-defer
|
|
4407
|
-
│ ├─ publisher: Sindre Sorhus
|
|
4408
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
4409
|
-
│ ├─ url: sindresorhus.com
|
|
4410
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/p-defer
|
|
4411
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/p-defer/license
|
|
4412
4580
|
├─ p-limit@1.3.0
|
|
4413
4581
|
│ ├─ licenses: MIT
|
|
4414
4582
|
│ ├─ repository: https://github.com/sindresorhus/p-limit
|
|
@@ -4465,14 +4633,6 @@
|
|
|
4465
4633
|
│ ├─ url: https://sindresorhus.com
|
|
4466
4634
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/p-locate
|
|
4467
4635
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/p-locate/license
|
|
4468
|
-
├─ p-map@2.1.0
|
|
4469
|
-
│ ├─ licenses: MIT
|
|
4470
|
-
│ ├─ repository: https://github.com/sindresorhus/p-map
|
|
4471
|
-
│ ├─ publisher: Sindre Sorhus
|
|
4472
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
4473
|
-
│ ├─ url: sindresorhus.com
|
|
4474
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ioredis/node_modules/p-map
|
|
4475
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ioredis/node_modules/p-map/license
|
|
4476
4636
|
├─ p-map@3.0.0
|
|
4477
4637
|
│ ├─ licenses: MIT
|
|
4478
4638
|
│ ├─ repository: https://github.com/sindresorhus/p-map
|
|
@@ -4520,12 +4680,10 @@
|
|
|
4520
4680
|
│ ├─ url: sindresorhus.com
|
|
4521
4681
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/package-json
|
|
4522
4682
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/package-json/license
|
|
4523
|
-
├─ pacote@
|
|
4683
|
+
├─ pacote@13.1.1
|
|
4524
4684
|
│ ├─ licenses: ISC
|
|
4525
4685
|
│ ├─ repository: https://github.com/npm/pacote
|
|
4526
|
-
│ ├─ publisher:
|
|
4527
|
-
│ ├─ email: i@izs.me
|
|
4528
|
-
│ ├─ url: https://izs.me
|
|
4686
|
+
│ ├─ publisher: GitHub Inc.
|
|
4529
4687
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/pacote
|
|
4530
4688
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/pacote/LICENSE
|
|
4531
4689
|
├─ parent-module@1.0.1
|
|
@@ -4543,14 +4701,6 @@
|
|
|
4543
4701
|
│ ├─ url: https://github.com/jonschlinkert
|
|
4544
4702
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/parse-github-url
|
|
4545
4703
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/parse-github-url/LICENSE
|
|
4546
|
-
├─ parse-json@4.0.0
|
|
4547
|
-
│ ├─ licenses: MIT
|
|
4548
|
-
│ ├─ repository: https://github.com/sindresorhus/parse-json
|
|
4549
|
-
│ ├─ publisher: Sindre Sorhus
|
|
4550
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
4551
|
-
│ ├─ url: sindresorhus.com
|
|
4552
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/parse-json
|
|
4553
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/parse-json/license
|
|
4554
4704
|
├─ parse-passwd@1.0.0
|
|
4555
4705
|
│ ├─ licenses: MIT
|
|
4556
4706
|
│ ├─ repository: https://github.com/doowb/parse-passwd
|
|
@@ -4614,19 +4764,18 @@
|
|
|
4614
4764
|
│ ├─ email: http://jbgutierrez.info
|
|
4615
4765
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/path-parse
|
|
4616
4766
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/path-parse/LICENSE
|
|
4767
|
+
├─ path-parse@1.0.7
|
|
4768
|
+
│ ├─ licenses: MIT
|
|
4769
|
+
│ ├─ repository: https://github.com/jbgutierrez/path-parse
|
|
4770
|
+
│ ├─ publisher: Javier Blanco
|
|
4771
|
+
│ ├─ email: http://jbgutierrez.info
|
|
4772
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-define-polyfill-provider/node_modules/path-parse
|
|
4773
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-define-polyfill-provider/node_modules/path-parse/LICENSE
|
|
4617
4774
|
├─ path-to-regexp@0.1.7
|
|
4618
4775
|
│ ├─ licenses: MIT
|
|
4619
4776
|
│ ├─ repository: https://github.com/component/path-to-regexp
|
|
4620
4777
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/path-to-regexp
|
|
4621
4778
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/path-to-regexp/LICENSE
|
|
4622
|
-
├─ path-type@3.0.0
|
|
4623
|
-
│ ├─ licenses: MIT
|
|
4624
|
-
│ ├─ repository: https://github.com/sindresorhus/path-type
|
|
4625
|
-
│ ├─ publisher: Sindre Sorhus
|
|
4626
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
4627
|
-
│ ├─ url: sindresorhus.com
|
|
4628
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/path-type
|
|
4629
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/path-type/license
|
|
4630
4779
|
├─ path-type@4.0.0
|
|
4631
4780
|
│ ├─ licenses: MIT
|
|
4632
4781
|
│ ├─ repository: https://github.com/sindresorhus/path-type
|
|
@@ -4649,21 +4798,19 @@
|
|
|
4649
4798
|
│ ├─ email: braveg1rl@outlook.com
|
|
4650
4799
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/performance-now
|
|
4651
4800
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/performance-now/license.txt
|
|
4652
|
-
├─
|
|
4801
|
+
├─ picocolors@1.0.0
|
|
4802
|
+
│ ├─ licenses: ISC
|
|
4803
|
+
│ ├─ repository: https://github.com/alexeyraspopov/picocolors
|
|
4804
|
+
│ ├─ publisher: Alexey Raspopov
|
|
4805
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/picocolors
|
|
4806
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/picocolors/LICENSE
|
|
4807
|
+
├─ picomatch@2.3.0
|
|
4653
4808
|
│ ├─ licenses: MIT
|
|
4654
4809
|
│ ├─ repository: https://github.com/micromatch/picomatch
|
|
4655
4810
|
│ ├─ publisher: Jon Schlinkert
|
|
4656
4811
|
│ ├─ url: https://github.com/jonschlinkert
|
|
4657
4812
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/picomatch
|
|
4658
4813
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/picomatch/LICENSE
|
|
4659
|
-
├─ pify@3.0.0
|
|
4660
|
-
│ ├─ licenses: MIT
|
|
4661
|
-
│ ├─ repository: https://github.com/sindresorhus/pify
|
|
4662
|
-
│ ├─ publisher: Sindre Sorhus
|
|
4663
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
4664
|
-
│ ├─ url: sindresorhus.com
|
|
4665
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/load-json-file/node_modules/pify
|
|
4666
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/load-json-file/node_modules/pify/license
|
|
4667
4814
|
├─ pify@4.0.1
|
|
4668
4815
|
│ ├─ licenses: MIT
|
|
4669
4816
|
│ ├─ repository: https://github.com/sindresorhus/pify
|
|
@@ -4672,22 +4819,14 @@
|
|
|
4672
4819
|
│ ├─ url: sindresorhus.com
|
|
4673
4820
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/pify
|
|
4674
4821
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/pify/license
|
|
4675
|
-
├─ pirates@4.0.
|
|
4822
|
+
├─ pirates@4.0.4
|
|
4676
4823
|
│ ├─ licenses: MIT
|
|
4677
|
-
│ ├─ repository: https://github.com/
|
|
4824
|
+
│ ├─ repository: https://github.com/danez/pirates
|
|
4678
4825
|
│ ├─ publisher: Ari Porad
|
|
4679
4826
|
│ ├─ email: ari@ariporad.com
|
|
4680
4827
|
│ ├─ url: http://ariporad.com
|
|
4681
4828
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/pirates
|
|
4682
4829
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/pirates/LICENSE
|
|
4683
|
-
├─ pkg-dir@2.0.0
|
|
4684
|
-
│ ├─ licenses: MIT
|
|
4685
|
-
│ ├─ repository: https://github.com/sindresorhus/pkg-dir
|
|
4686
|
-
│ ├─ publisher: Sindre Sorhus
|
|
4687
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
4688
|
-
│ ├─ url: sindresorhus.com
|
|
4689
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-module-utils/node_modules/pkg-dir
|
|
4690
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-module-utils/node_modules/pkg-dir/license
|
|
4691
4830
|
├─ pkg-dir@3.0.0
|
|
4692
4831
|
│ ├─ licenses: MIT
|
|
4693
4832
|
│ ├─ repository: https://github.com/sindresorhus/pkg-dir
|
|
@@ -4704,14 +4843,6 @@
|
|
|
4704
4843
|
│ ├─ url: sindresorhus.com
|
|
4705
4844
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/nyc/node_modules/pkg-dir
|
|
4706
4845
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/nyc/node_modules/pkg-dir/license
|
|
4707
|
-
├─ pkg-up@2.0.0
|
|
4708
|
-
│ ├─ licenses: MIT
|
|
4709
|
-
│ ├─ repository: https://github.com/sindresorhus/pkg-up
|
|
4710
|
-
│ ├─ publisher: Sindre Sorhus
|
|
4711
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
4712
|
-
│ ├─ url: sindresorhus.com
|
|
4713
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/pkg-up
|
|
4714
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/pkg-up/license
|
|
4715
4846
|
├─ prelude-ls@1.1.2
|
|
4716
4847
|
│ ├─ licenses: MIT
|
|
4717
4848
|
│ ├─ repository: https://github.com/gkz/prelude-ls
|
|
@@ -4734,17 +4865,12 @@
|
|
|
4734
4865
|
│ ├─ url: sindresorhus.com
|
|
4735
4866
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/prepend-http
|
|
4736
4867
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/prepend-http/license
|
|
4737
|
-
├─
|
|
4738
|
-
│ ├─ licenses:
|
|
4739
|
-
│ ├─ repository: https://github.com/
|
|
4740
|
-
│ ├─ publisher:
|
|
4741
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
4742
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
4743
|
-
├─ process-nextick-args@2.0.1
|
|
4744
|
-
│ ├─ licenses: MIT
|
|
4745
|
-
│ ├─ repository: https://github.com/calvinmetcalf/process-nextick-args
|
|
4746
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/process-nextick-args
|
|
4747
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/process-nextick-args/license.md
|
|
4868
|
+
├─ proc-log@2.0.1
|
|
4869
|
+
│ ├─ licenses: ISC
|
|
4870
|
+
│ ├─ repository: https://github.com/npm/proc-log
|
|
4871
|
+
│ ├─ publisher: GitHub Inc.
|
|
4872
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/proc-log
|
|
4873
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/proc-log/LICENSE
|
|
4748
4874
|
├─ process-on-spawn@1.0.0
|
|
4749
4875
|
│ ├─ licenses: MIT
|
|
4750
4876
|
│ ├─ repository: https://github.com/cfware/process-on-spawn
|
|
@@ -4774,14 +4900,14 @@
|
|
|
4774
4900
|
│ ├─ url: http://indigounited.com
|
|
4775
4901
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/promise-retry
|
|
4776
4902
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/promise-retry/LICENSE
|
|
4777
|
-
├─ promise.allsettled@1.0.
|
|
4903
|
+
├─ promise.allsettled@1.0.5
|
|
4778
4904
|
│ ├─ licenses: MIT
|
|
4779
4905
|
│ ├─ repository: https://github.com/es-shims/Promise.allSettled
|
|
4780
4906
|
│ ├─ publisher: Jordan Harband
|
|
4781
4907
|
│ ├─ email: ljharb@gmail.com
|
|
4782
4908
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/promise.allsettled
|
|
4783
4909
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/promise.allsettled/LICENSE
|
|
4784
|
-
├─ prompts@2.4.
|
|
4910
|
+
├─ prompts@2.4.2
|
|
4785
4911
|
│ ├─ licenses: MIT
|
|
4786
4912
|
│ ├─ repository: https://github.com/terkelg/prompts
|
|
4787
4913
|
│ ├─ publisher: Terkel Gjervig
|
|
@@ -4796,7 +4922,7 @@
|
|
|
4796
4922
|
│ ├─ email: pedro.teixeira@gmail.com
|
|
4797
4923
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/propagate
|
|
4798
4924
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/propagate/LICENSE.md
|
|
4799
|
-
├─ proxy-addr@2.0.
|
|
4925
|
+
├─ proxy-addr@2.0.7
|
|
4800
4926
|
│ ├─ licenses: MIT
|
|
4801
4927
|
│ ├─ repository: https://github.com/jshttp/proxy-addr
|
|
4802
4928
|
│ ├─ publisher: Douglas Christopher Wilson
|
|
@@ -4833,16 +4959,21 @@
|
|
|
4833
4959
|
│ ├─ url: sindresorhus.com
|
|
4834
4960
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/pupa
|
|
4835
4961
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/pupa/license
|
|
4962
|
+
├─ qs@6.10.3
|
|
4963
|
+
│ ├─ licenses: BSD-3-Clause
|
|
4964
|
+
│ ├─ repository: https://github.com/ljharb/qs
|
|
4965
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/qs
|
|
4966
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/qs/LICENSE.md
|
|
4836
4967
|
├─ qs@6.5.2
|
|
4837
4968
|
│ ├─ licenses: BSD-3-Clause
|
|
4838
4969
|
│ ├─ repository: https://github.com/ljharb/qs
|
|
4839
4970
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/request/node_modules/qs
|
|
4840
4971
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/request/node_modules/qs/LICENSE
|
|
4841
|
-
├─ qs@6.7
|
|
4972
|
+
├─ qs@6.9.7
|
|
4842
4973
|
│ ├─ licenses: BSD-3-Clause
|
|
4843
4974
|
│ ├─ repository: https://github.com/ljharb/qs
|
|
4844
4975
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/qs
|
|
4845
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/qs/LICENSE
|
|
4976
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/qs/LICENSE.md
|
|
4846
4977
|
├─ queue-microtask@1.2.3
|
|
4847
4978
|
│ ├─ licenses: MIT
|
|
4848
4979
|
│ ├─ repository: https://github.com/feross/queue-microtask
|
|
@@ -4871,7 +5002,15 @@
|
|
|
4871
5002
|
│ ├─ url: http://tjholowaychuk.com
|
|
4872
5003
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/range-parser
|
|
4873
5004
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/range-parser/LICENSE
|
|
4874
|
-
├─ raw-body@2.4.
|
|
5005
|
+
├─ raw-body@2.4.3
|
|
5006
|
+
│ ├─ licenses: MIT
|
|
5007
|
+
│ ├─ repository: https://github.com/stream-utils/raw-body
|
|
5008
|
+
│ ├─ publisher: Jonathan Ong
|
|
5009
|
+
│ ├─ email: me@jongleberry.com
|
|
5010
|
+
│ ├─ url: http://jongleberry.com
|
|
5011
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/express/node_modules/raw-body
|
|
5012
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/express/node_modules/raw-body/LICENSE
|
|
5013
|
+
├─ raw-body@2.5.1
|
|
4875
5014
|
│ ├─ licenses: MIT
|
|
4876
5015
|
│ ├─ repository: https://github.com/stream-utils/raw-body
|
|
4877
5016
|
│ ├─ publisher: Jonathan Ong
|
|
@@ -4879,7 +5018,7 @@
|
|
|
4879
5018
|
│ ├─ url: http://jongleberry.com
|
|
4880
5019
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/raw-body
|
|
4881
5020
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/raw-body/LICENSE
|
|
4882
|
-
├─ rc-config-loader@4.
|
|
5021
|
+
├─ rc-config-loader@4.1.0
|
|
4883
5022
|
│ ├─ licenses: MIT
|
|
4884
5023
|
│ ├─ repository: https://github.com/azu/rc-config-loader
|
|
4885
5024
|
│ ├─ publisher: azu
|
|
@@ -4901,7 +5040,7 @@
|
|
|
4901
5040
|
│ ├─ url: http://blog.izs.me/
|
|
4902
5041
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/read-installed
|
|
4903
5042
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/read-installed/LICENSE
|
|
4904
|
-
├─ read-package-json-fast@2.0.
|
|
5043
|
+
├─ read-package-json-fast@2.0.3
|
|
4905
5044
|
│ ├─ licenses: ISC
|
|
4906
5045
|
│ ├─ repository: https://github.com/npm/read-package-json-fast
|
|
4907
5046
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -4917,23 +5056,13 @@
|
|
|
4917
5056
|
│ ├─ url: http://blog.izs.me/
|
|
4918
5057
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/read-package-json
|
|
4919
5058
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/read-package-json/LICENSE
|
|
4920
|
-
├─ read-
|
|
4921
|
-
│ ├─ licenses:
|
|
4922
|
-
│ ├─ repository: https://github.com/
|
|
4923
|
-
│ ├─ publisher:
|
|
4924
|
-
│ ├─
|
|
4925
|
-
│
|
|
4926
|
-
|
|
4927
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/read-pkg-up/license
|
|
4928
|
-
├─ read-pkg@3.0.0
|
|
4929
|
-
│ ├─ licenses: MIT
|
|
4930
|
-
│ ├─ repository: https://github.com/sindresorhus/read-pkg
|
|
4931
|
-
│ ├─ publisher: Sindre Sorhus
|
|
4932
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
4933
|
-
│ ├─ url: sindresorhus.com
|
|
4934
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/read-pkg
|
|
4935
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/read-pkg/license
|
|
4936
|
-
├─ readable-stream@2.3.7
|
|
5059
|
+
├─ read-package-json@5.0.1
|
|
5060
|
+
│ ├─ licenses: ISC
|
|
5061
|
+
│ ├─ repository: https://github.com/npm/read-package-json
|
|
5062
|
+
│ ├─ publisher: GitHub Inc.
|
|
5063
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/pacote/node_modules/read-package-json
|
|
5064
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/pacote/node_modules/read-package-json/LICENSE
|
|
5065
|
+
├─ readable-stream@3.6.0
|
|
4937
5066
|
│ ├─ licenses: MIT
|
|
4938
5067
|
│ ├─ repository: https://github.com/nodejs/readable-stream
|
|
4939
5068
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/readable-stream
|
|
@@ -4946,7 +5075,7 @@
|
|
|
4946
5075
|
│ ├─ url: http://blog.izs.me/
|
|
4947
5076
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/readdir-scoped-modules
|
|
4948
5077
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/readdir-scoped-modules/LICENSE
|
|
4949
|
-
├─ readdirp@3.
|
|
5078
|
+
├─ readdirp@3.6.0
|
|
4950
5079
|
│ ├─ licenses: MIT
|
|
4951
5080
|
│ ├─ repository: https://github.com/paulmillr/readdirp
|
|
4952
5081
|
│ ├─ publisher: Thorsten Lorenz
|
|
@@ -4954,14 +5083,6 @@
|
|
|
4954
5083
|
│ ├─ url: thlorenz.com
|
|
4955
5084
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/readdirp
|
|
4956
5085
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/readdirp/LICENSE
|
|
4957
|
-
├─ redis-commands@1.7.0
|
|
4958
|
-
│ ├─ licenses: MIT
|
|
4959
|
-
│ ├─ repository: https://github.com/NodeRedis/redis-commands
|
|
4960
|
-
│ ├─ publisher: luin
|
|
4961
|
-
│ ├─ email: i@zihua.li
|
|
4962
|
-
│ ├─ url: http://zihua.li
|
|
4963
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/redis-commands
|
|
4964
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/redis-commands/LICENSE
|
|
4965
5086
|
├─ redis-errors@1.2.0
|
|
4966
5087
|
│ ├─ licenses: MIT
|
|
4967
5088
|
│ ├─ repository: https://github.com/NodeRedis/redis-errors
|
|
@@ -4974,7 +5095,7 @@
|
|
|
4974
5095
|
│ ├─ publisher: Ruben Bridgewater
|
|
4975
5096
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/redis-parser
|
|
4976
5097
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/redis-parser/LICENSE
|
|
4977
|
-
├─ regenerate-unicode-properties@
|
|
5098
|
+
├─ regenerate-unicode-properties@9.0.0
|
|
4978
5099
|
│ ├─ licenses: MIT
|
|
4979
5100
|
│ ├─ repository: https://github.com/mathiasbynens/regenerate-unicode-properties
|
|
4980
5101
|
│ ├─ publisher: Mathias Bynens
|
|
@@ -4988,9 +5109,9 @@
|
|
|
4988
5109
|
│ ├─ url: https://mathiasbynens.be/
|
|
4989
5110
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/regenerate
|
|
4990
5111
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/regenerate/LICENSE-MIT.txt
|
|
4991
|
-
├─ regenerator-runtime@0.13.
|
|
5112
|
+
├─ regenerator-runtime@0.13.9
|
|
4992
5113
|
│ ├─ licenses: MIT
|
|
4993
|
-
│ ├─ repository: https://github.com/facebook/regenerator/tree/master/packages/
|
|
5114
|
+
│ ├─ repository: https://github.com/facebook/regenerator/tree/master/packages/runtime
|
|
4994
5115
|
│ ├─ publisher: Ben Newman
|
|
4995
5116
|
│ ├─ email: bn@cs.stanford.edu
|
|
4996
5117
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/regenerator-runtime
|
|
@@ -5002,14 +5123,14 @@
|
|
|
5002
5123
|
│ ├─ email: bn@cs.stanford.edu
|
|
5003
5124
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/regenerator-transform
|
|
5004
5125
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/regenerator-transform/LICENSE
|
|
5005
|
-
├─ regexpp@3.
|
|
5126
|
+
├─ regexpp@3.2.0
|
|
5006
5127
|
│ ├─ licenses: MIT
|
|
5007
5128
|
│ ├─ repository: https://github.com/mysticatea/regexpp
|
|
5008
5129
|
│ ├─ publisher: Toru Nagashima
|
|
5009
5130
|
│ ├─ url: https://github.com/mysticatea
|
|
5010
5131
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/regexpp
|
|
5011
5132
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/regexpp/LICENSE
|
|
5012
|
-
├─ regexpu-core@4.
|
|
5133
|
+
├─ regexpu-core@4.8.0
|
|
5013
5134
|
│ ├─ licenses: MIT
|
|
5014
5135
|
│ ├─ repository: https://github.com/mathiasbynens/regexpu-core
|
|
5015
5136
|
│ ├─ publisher: Mathias Bynens
|
|
@@ -5038,7 +5159,7 @@
|
|
|
5038
5159
|
│ ├─ url: https://ofcr.se/
|
|
5039
5160
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/regjsgen
|
|
5040
5161
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/regjsgen/LICENSE-MIT.txt
|
|
5041
|
-
├─ regjsparser@0.
|
|
5162
|
+
├─ regjsparser@0.7.0
|
|
5042
5163
|
│ ├─ licenses: BSD-2-Clause
|
|
5043
5164
|
│ ├─ repository: https://github.com/jviereck/regjsparser
|
|
5044
5165
|
│ ├─ publisher: 'Julian Viereck'
|
|
@@ -5122,7 +5243,7 @@
|
|
|
5122
5243
|
│ ├─ url: http://substack.net
|
|
5123
5244
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/rollup-plugin-node-resolve/node_modules/resolve
|
|
5124
5245
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/rollup-plugin-node-resolve/node_modules/resolve/LICENSE
|
|
5125
|
-
├─ resolve@1.
|
|
5246
|
+
├─ resolve@1.22.0
|
|
5126
5247
|
│ ├─ licenses: MIT
|
|
5127
5248
|
│ ├─ repository: https://github.com/browserify/resolve
|
|
5128
5249
|
│ ├─ publisher: James Halliday
|
|
@@ -5190,7 +5311,7 @@
|
|
|
5190
5311
|
│ ├─ email: richard.a.harris@gmail.com
|
|
5191
5312
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/rollup-pluginutils
|
|
5192
5313
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/rollup-pluginutils/README.md
|
|
5193
|
-
├─ rollup@2.
|
|
5314
|
+
├─ rollup@2.70.2
|
|
5194
5315
|
│ ├─ licenses: MIT
|
|
5195
5316
|
│ ├─ repository: https://github.com/rollup/rollup
|
|
5196
5317
|
│ ├─ publisher: Rich Harris
|
|
@@ -5212,6 +5333,14 @@
|
|
|
5212
5333
|
│ ├─ url: http://feross.org
|
|
5213
5334
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/safe-buffer
|
|
5214
5335
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/safe-buffer/LICENSE
|
|
5336
|
+
├─ safe-buffer@5.2.1
|
|
5337
|
+
│ ├─ licenses: MIT
|
|
5338
|
+
│ ├─ repository: https://github.com/feross/safe-buffer
|
|
5339
|
+
│ ├─ publisher: Feross Aboukhadijeh
|
|
5340
|
+
│ ├─ email: feross@feross.org
|
|
5341
|
+
│ ├─ url: https://feross.org
|
|
5342
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/content-disposition/node_modules/safe-buffer
|
|
5343
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/content-disposition/node_modules/safe-buffer/LICENSE
|
|
5215
5344
|
├─ safer-buffer@2.1.2
|
|
5216
5345
|
│ ├─ licenses: MIT
|
|
5217
5346
|
│ ├─ repository: https://github.com/ChALkeR/safer-buffer
|
|
@@ -5258,23 +5387,29 @@
|
|
|
5258
5387
|
├─ semver@7.3.5
|
|
5259
5388
|
│ ├─ licenses: ISC
|
|
5260
5389
|
│ ├─ repository: https://github.com/npm/node-semver
|
|
5261
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
5262
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
5263
|
-
├─
|
|
5390
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/update-notifier/node_modules/semver
|
|
5391
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/update-notifier/node_modules/semver/LICENSE
|
|
5392
|
+
├─ semver@7.3.7
|
|
5393
|
+
│ ├─ licenses: ISC
|
|
5394
|
+
│ ├─ repository: https://github.com/npm/node-semver
|
|
5395
|
+
│ ├─ publisher: GitHub Inc.
|
|
5396
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@npmcli/fs/node_modules/semver
|
|
5397
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@npmcli/fs/node_modules/semver/LICENSE
|
|
5398
|
+
├─ send@0.17.2
|
|
5264
5399
|
│ ├─ licenses: MIT
|
|
5265
5400
|
│ ├─ repository: https://github.com/pillarjs/send
|
|
5266
5401
|
│ ├─ publisher: TJ Holowaychuk
|
|
5267
5402
|
│ ├─ email: tj@vision-media.ca
|
|
5268
5403
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/send
|
|
5269
5404
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/send/LICENSE
|
|
5270
|
-
├─ serialize-javascript@
|
|
5405
|
+
├─ serialize-javascript@6.0.0
|
|
5271
5406
|
│ ├─ licenses: BSD-3-Clause
|
|
5272
5407
|
│ ├─ repository: https://github.com/yahoo/serialize-javascript
|
|
5273
5408
|
│ ├─ publisher: Eric Ferraiuolo
|
|
5274
5409
|
│ ├─ email: edf@ericf.me
|
|
5275
5410
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/serialize-javascript
|
|
5276
5411
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/serialize-javascript/LICENSE
|
|
5277
|
-
├─ serve-static@1.14.
|
|
5412
|
+
├─ serve-static@1.14.2
|
|
5278
5413
|
│ ├─ licenses: MIT
|
|
5279
5414
|
│ ├─ repository: https://github.com/expressjs/serve-static
|
|
5280
5415
|
│ ├─ publisher: Douglas Christopher Wilson
|
|
@@ -5288,7 +5423,7 @@
|
|
|
5288
5423
|
│ ├─ email: ben@npmjs.com
|
|
5289
5424
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/set-blocking
|
|
5290
5425
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/set-blocking/LICENSE.txt
|
|
5291
|
-
├─ setprototypeof@1.
|
|
5426
|
+
├─ setprototypeof@1.2.0
|
|
5292
5427
|
│ ├─ licenses: ISC
|
|
5293
5428
|
│ ├─ repository: https://github.com/wesleytodd/setprototypeof
|
|
5294
5429
|
│ ├─ publisher: Wes Todd
|
|
@@ -5317,6 +5452,13 @@
|
|
|
5317
5452
|
│ ├─ url: sindresorhus.com
|
|
5318
5453
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/shebang-regex
|
|
5319
5454
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/shebang-regex/license
|
|
5455
|
+
├─ side-channel@1.0.4
|
|
5456
|
+
│ ├─ licenses: MIT
|
|
5457
|
+
│ ├─ repository: https://github.com/ljharb/side-channel
|
|
5458
|
+
│ ├─ publisher: Jordan Harband
|
|
5459
|
+
│ ├─ email: ljharb@gmail.com
|
|
5460
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/side-channel
|
|
5461
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/side-channel/LICENSE
|
|
5320
5462
|
├─ signal-exit@3.0.3
|
|
5321
5463
|
│ ├─ licenses: ISC
|
|
5322
5464
|
│ ├─ repository: https://github.com/tapjs/signal-exit
|
|
@@ -5324,6 +5466,13 @@
|
|
|
5324
5466
|
│ ├─ email: ben@npmjs.com
|
|
5325
5467
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/signal-exit
|
|
5326
5468
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/signal-exit/LICENSE.txt
|
|
5469
|
+
├─ signal-exit@3.0.7
|
|
5470
|
+
│ ├─ licenses: ISC
|
|
5471
|
+
│ ├─ repository: https://github.com/tapjs/signal-exit
|
|
5472
|
+
│ ├─ publisher: Ben Coe
|
|
5473
|
+
│ ├─ email: ben@npmjs.com
|
|
5474
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/signal-exit
|
|
5475
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/signal-exit/LICENSE.txt
|
|
5327
5476
|
├─ sisteransi@1.0.5
|
|
5328
5477
|
│ ├─ licenses: MIT
|
|
5329
5478
|
│ ├─ repository: https://github.com/terkelg/sisteransi
|
|
@@ -5348,11 +5497,6 @@
|
|
|
5348
5497
|
│ ├─ url: sindresorhus.com
|
|
5349
5498
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/globby/node_modules/slash
|
|
5350
5499
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/globby/node_modules/slash/license
|
|
5351
|
-
├─ slice-ansi@4.0.0
|
|
5352
|
-
│ ├─ licenses: MIT
|
|
5353
|
-
│ ├─ repository: https://github.com/chalk/slice-ansi
|
|
5354
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/slice-ansi
|
|
5355
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/slice-ansi/license
|
|
5356
5500
|
├─ slide@1.1.6
|
|
5357
5501
|
│ ├─ licenses: ISC
|
|
5358
5502
|
│ ├─ repository: https://github.com/isaacs/slide-flow-control
|
|
@@ -5361,7 +5505,7 @@
|
|
|
5361
5505
|
│ ├─ url: http://blog.izs.me/
|
|
5362
5506
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/slide
|
|
5363
5507
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/slide/LICENSE
|
|
5364
|
-
├─ slugify@1.5
|
|
5508
|
+
├─ slugify@1.6.5
|
|
5365
5509
|
│ ├─ licenses: MIT
|
|
5366
5510
|
│ ├─ repository: https://github.com/simov/slugify
|
|
5367
5511
|
│ ├─ publisher: Simeon Velichkov
|
|
@@ -5369,18 +5513,18 @@
|
|
|
5369
5513
|
│ ├─ url: https://simov.github.io
|
|
5370
5514
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/slugify
|
|
5371
5515
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/slugify/LICENSE
|
|
5372
|
-
├─ smart-buffer@4.
|
|
5516
|
+
├─ smart-buffer@4.2.0
|
|
5373
5517
|
│ ├─ licenses: MIT
|
|
5374
5518
|
│ ├─ repository: https://github.com/JoshGlazebrook/smart-buffer
|
|
5375
5519
|
│ ├─ publisher: Josh Glazebrook
|
|
5376
5520
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/smart-buffer
|
|
5377
5521
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/smart-buffer/LICENSE
|
|
5378
|
-
├─ socket.io-adapter@2.3.
|
|
5522
|
+
├─ socket.io-adapter@2.3.3
|
|
5379
5523
|
│ ├─ licenses: MIT
|
|
5380
5524
|
│ ├─ repository: https://github.com/socketio/socket.io-adapter
|
|
5381
5525
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socket.io-adapter
|
|
5382
5526
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/socket.io-adapter/LICENSE
|
|
5383
|
-
├─ socket.io-client@4.1
|
|
5527
|
+
├─ socket.io-client@4.4.1
|
|
5384
5528
|
│ ├─ licenses: MIT
|
|
5385
5529
|
│ ├─ repository: https://github.com/socketio/socket.io-client
|
|
5386
5530
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socket.io-client
|
|
@@ -5390,7 +5534,12 @@
|
|
|
5390
5534
|
│ ├─ repository: https://github.com/socketio/socket.io-parser
|
|
5391
5535
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socket.io-parser
|
|
5392
5536
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/socket.io-parser/LICENSE
|
|
5393
|
-
├─ socket.io@4.1.
|
|
5537
|
+
├─ socket.io-parser@4.1.1
|
|
5538
|
+
│ ├─ licenses: MIT
|
|
5539
|
+
│ ├─ repository: https://github.com/socketio/socket.io-parser
|
|
5540
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socket.io-client/node_modules/socket.io-parser
|
|
5541
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/socket.io-client/node_modules/socket.io-parser/LICENSE
|
|
5542
|
+
├─ socket.io@4.4.1
|
|
5394
5543
|
│ ├─ licenses: MIT
|
|
5395
5544
|
│ ├─ repository: https://github.com/socketio/socket.io
|
|
5396
5545
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socket.io
|
|
@@ -5401,7 +5550,7 @@
|
|
|
5401
5550
|
│ ├─ publisher: Facundo Olano and Martín Paulucci
|
|
5402
5551
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socketio-auth
|
|
5403
5552
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/socketio-auth/README.md
|
|
5404
|
-
├─ socks-proxy-agent@
|
|
5553
|
+
├─ socks-proxy-agent@6.2.0
|
|
5405
5554
|
│ ├─ licenses: MIT
|
|
5406
5555
|
│ ├─ repository: https://github.com/TooTallNate/node-socks-proxy-agent
|
|
5407
5556
|
│ ├─ publisher: Nathan Rajlich
|
|
@@ -5409,13 +5558,13 @@
|
|
|
5409
5558
|
│ ├─ url: http://n8.io/
|
|
5410
5559
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socks-proxy-agent
|
|
5411
5560
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/socks-proxy-agent/README.md
|
|
5412
|
-
├─ socks@2.6.
|
|
5561
|
+
├─ socks@2.6.2
|
|
5413
5562
|
│ ├─ licenses: MIT
|
|
5414
5563
|
│ ├─ repository: https://github.com/JoshGlazebrook/socks
|
|
5415
5564
|
│ ├─ publisher: Josh Glazebrook
|
|
5416
5565
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socks
|
|
5417
5566
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/socks/LICENSE
|
|
5418
|
-
├─ source-map-support@0.5.
|
|
5567
|
+
├─ source-map-support@0.5.21
|
|
5419
5568
|
│ ├─ licenses: MIT
|
|
5420
5569
|
│ ├─ repository: https://github.com/evanw/node-source-map-support
|
|
5421
5570
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/source-map-support
|
|
@@ -5526,11 +5675,10 @@
|
|
|
5526
5675
|
│ ├─ publisher: Joyent, Inc
|
|
5527
5676
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/sshpk
|
|
5528
5677
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/sshpk/LICENSE
|
|
5529
|
-
├─ ssri@
|
|
5678
|
+
├─ ssri@9.0.0
|
|
5530
5679
|
│ ├─ licenses: ISC
|
|
5531
5680
|
│ ├─ repository: https://github.com/npm/ssri
|
|
5532
|
-
│ ├─ publisher:
|
|
5533
|
-
│ ├─ email: kzm@sykosomatic.org
|
|
5681
|
+
│ ├─ publisher: GitHub Inc.
|
|
5534
5682
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ssri
|
|
5535
5683
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ssri/LICENSE.md
|
|
5536
5684
|
├─ standard-as-callback@2.1.0
|
|
@@ -5553,22 +5701,11 @@
|
|
|
5553
5701
|
│ ├─ repository: https://github.com/jshttp/statuses
|
|
5554
5702
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/statuses
|
|
5555
5703
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/statuses/LICENSE
|
|
5556
|
-
├─
|
|
5557
|
-
│ ├─ licenses: MIT
|
|
5558
|
-
│ ├─ repository: https://github.com/sindresorhus/string-width
|
|
5559
|
-
│ ├─ publisher: Sindre Sorhus
|
|
5560
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
5561
|
-
│ ├─ url: sindresorhus.com
|
|
5562
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/string-width
|
|
5563
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/string-width/license
|
|
5564
|
-
├─ string-width@2.1.1
|
|
5704
|
+
├─ statuses@2.0.1
|
|
5565
5705
|
│ ├─ licenses: MIT
|
|
5566
|
-
│ ├─ repository: https://github.com/
|
|
5567
|
-
│ ├─
|
|
5568
|
-
│
|
|
5569
|
-
│ ├─ url: sindresorhus.com
|
|
5570
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/wide-align/node_modules/string-width
|
|
5571
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/wide-align/node_modules/string-width/license
|
|
5706
|
+
│ ├─ repository: https://github.com/jshttp/statuses
|
|
5707
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/statuses
|
|
5708
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/body-parser/node_modules/statuses/LICENSE
|
|
5572
5709
|
├─ string-width@3.1.0
|
|
5573
5710
|
│ ├─ licenses: MIT
|
|
5574
5711
|
│ ├─ repository: https://github.com/sindresorhus/string-width
|
|
@@ -5593,6 +5730,14 @@
|
|
|
5593
5730
|
│ ├─ url: sindresorhus.com
|
|
5594
5731
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/string-width
|
|
5595
5732
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/string-width/license
|
|
5733
|
+
├─ string-width@4.2.3
|
|
5734
|
+
│ ├─ licenses: MIT
|
|
5735
|
+
│ ├─ repository: https://github.com/sindresorhus/string-width
|
|
5736
|
+
│ ├─ publisher: Sindre Sorhus
|
|
5737
|
+
│ ├─ email: sindresorhus@gmail.com
|
|
5738
|
+
│ ├─ url: sindresorhus.com
|
|
5739
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/string-width
|
|
5740
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/string-width/license
|
|
5596
5741
|
├─ string.prototype.trimend@1.0.4
|
|
5597
5742
|
│ ├─ licenses: MIT
|
|
5598
5743
|
│ ├─ repository: https://github.com/es-shims/String.prototype.trimEnd
|
|
@@ -5607,27 +5752,11 @@
|
|
|
5607
5752
|
│ ├─ email: ljharb@gmail.com
|
|
5608
5753
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/string.prototype.trimstart
|
|
5609
5754
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/string.prototype.trimstart/LICENSE
|
|
5610
|
-
├─ string_decoder@1.
|
|
5755
|
+
├─ string_decoder@1.3.0
|
|
5611
5756
|
│ ├─ licenses: MIT
|
|
5612
5757
|
│ ├─ repository: https://github.com/nodejs/string_decoder
|
|
5613
5758
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/string_decoder
|
|
5614
5759
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/string_decoder/LICENSE
|
|
5615
|
-
├─ strip-ansi@3.0.1
|
|
5616
|
-
│ ├─ licenses: MIT
|
|
5617
|
-
│ ├─ repository: https://github.com/chalk/strip-ansi
|
|
5618
|
-
│ ├─ publisher: Sindre Sorhus
|
|
5619
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
5620
|
-
│ ├─ url: sindresorhus.com
|
|
5621
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/strip-ansi
|
|
5622
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/strip-ansi/license
|
|
5623
|
-
├─ strip-ansi@4.0.0
|
|
5624
|
-
│ ├─ licenses: MIT
|
|
5625
|
-
│ ├─ repository: https://github.com/chalk/strip-ansi
|
|
5626
|
-
│ ├─ publisher: Sindre Sorhus
|
|
5627
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
5628
|
-
│ ├─ url: sindresorhus.com
|
|
5629
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/wide-align/node_modules/strip-ansi
|
|
5630
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/wide-align/node_modules/strip-ansi/license
|
|
5631
5760
|
├─ strip-ansi@5.2.0
|
|
5632
5761
|
│ ├─ licenses: MIT
|
|
5633
5762
|
│ ├─ repository: https://github.com/chalk/strip-ansi
|
|
@@ -5644,6 +5773,14 @@
|
|
|
5644
5773
|
│ ├─ url: sindresorhus.com
|
|
5645
5774
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/strip-ansi
|
|
5646
5775
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/strip-ansi/license
|
|
5776
|
+
├─ strip-ansi@6.0.1
|
|
5777
|
+
│ ├─ licenses: MIT
|
|
5778
|
+
│ ├─ repository: https://github.com/chalk/strip-ansi
|
|
5779
|
+
│ ├─ publisher: Sindre Sorhus
|
|
5780
|
+
│ ├─ email: sindresorhus@gmail.com
|
|
5781
|
+
│ ├─ url: sindresorhus.com
|
|
5782
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/strip-ansi
|
|
5783
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/strip-ansi/license
|
|
5647
5784
|
├─ strip-bom@3.0.0
|
|
5648
5785
|
│ ├─ licenses: MIT
|
|
5649
5786
|
│ ├─ repository: https://github.com/sindresorhus/strip-bom
|
|
@@ -5700,7 +5837,14 @@
|
|
|
5700
5837
|
│ ├─ url: https://sindresorhus.com
|
|
5701
5838
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/supports-color
|
|
5702
5839
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/supports-color/license
|
|
5703
|
-
├─
|
|
5840
|
+
├─ supports-preserve-symlinks-flag@1.0.0
|
|
5841
|
+
│ ├─ licenses: MIT
|
|
5842
|
+
│ ├─ repository: https://github.com/inspect-js/node-supports-preserve-symlinks-flag
|
|
5843
|
+
│ ├─ publisher: Jordan Harband
|
|
5844
|
+
│ ├─ email: ljharb@gmail.com
|
|
5845
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/supports-preserve-symlinks-flag
|
|
5846
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/supports-preserve-symlinks-flag/LICENSE
|
|
5847
|
+
├─ swagger-jsdoc@6.2.1
|
|
5704
5848
|
│ ├─ licenses: MIT
|
|
5705
5849
|
│ ├─ repository: https://github.com/Surnet/swagger-jsdoc
|
|
5706
5850
|
│ ├─ publisher: https://github.com/Surnet/swagger-jsdoc/graphs/contributors
|
|
@@ -5713,27 +5857,20 @@
|
|
|
5713
5857
|
│ ├─ url: https://jamesmessinger.com
|
|
5714
5858
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/swagger-parser
|
|
5715
5859
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/swagger-parser/LICENSE
|
|
5716
|
-
├─ swagger-ui-dist@
|
|
5860
|
+
├─ swagger-ui-dist@4.1.3
|
|
5717
5861
|
│ ├─ licenses: Apache-2.0
|
|
5718
5862
|
│ ├─ repository: https://github.com/swagger-api/swagger-ui
|
|
5719
5863
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/swagger-ui-dist
|
|
5720
|
-
│
|
|
5721
|
-
|
|
5864
|
+
│ ├─ licenseFile: /home/ftreml/dev/botium-core/node_modules/swagger-ui-dist/LICENSE
|
|
5865
|
+
│ └─ noticeFile: /home/ftreml/dev/botium-core/node_modules/swagger-ui-dist/NOTICE
|
|
5866
|
+
├─ swagger-ui-express@4.3.0
|
|
5722
5867
|
│ ├─ licenses: MIT
|
|
5723
5868
|
│ ├─ repository: https://github.com/scottie1984/swagger-ui-express
|
|
5724
5869
|
│ ├─ publisher: Stephen Scott
|
|
5725
5870
|
│ ├─ email: scottie1984@gmail.com
|
|
5726
5871
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/swagger-ui-express
|
|
5727
5872
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/swagger-ui-express/LICENSE
|
|
5728
|
-
├─
|
|
5729
|
-
│ ├─ licenses: BSD-3-Clause
|
|
5730
|
-
│ ├─ repository: https://github.com/gajus/table
|
|
5731
|
-
│ ├─ publisher: Gajus Kuizinas
|
|
5732
|
-
│ ├─ email: gajus@gajus.com
|
|
5733
|
-
│ ├─ url: http://gajus.com
|
|
5734
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/table
|
|
5735
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/table/LICENSE
|
|
5736
|
-
├─ tar@6.1.0
|
|
5873
|
+
├─ tar@6.1.11
|
|
5737
5874
|
│ ├─ licenses: ISC
|
|
5738
5875
|
│ ├─ repository: https://github.com/npm/node-tar
|
|
5739
5876
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -5779,7 +5916,7 @@
|
|
|
5779
5916
|
│ ├─ url: https://github.com/jonschlinkert
|
|
5780
5917
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/to-regex-range
|
|
5781
5918
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/to-regex-range/LICENSE
|
|
5782
|
-
├─ toidentifier@1.0.
|
|
5919
|
+
├─ toidentifier@1.0.1
|
|
5783
5920
|
│ ├─ licenses: MIT
|
|
5784
5921
|
│ ├─ repository: https://github.com/component/toidentifier
|
|
5785
5922
|
│ ├─ publisher: Douglas Christopher Wilson
|
|
@@ -5807,7 +5944,7 @@
|
|
|
5807
5944
|
│ ├─ email: xiongc05@gmail.com
|
|
5808
5945
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/truncate-utf8-bytes
|
|
5809
5946
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/truncate-utf8-bytes/README.md
|
|
5810
|
-
├─ tsconfig-paths@3.
|
|
5947
|
+
├─ tsconfig-paths@3.14.1
|
|
5811
5948
|
│ ├─ licenses: MIT
|
|
5812
5949
|
│ ├─ repository: https://github.com/dividab/tsconfig-paths
|
|
5813
5950
|
│ ├─ publisher: Jonas Kello
|
|
@@ -5855,8 +5992,8 @@
|
|
|
5855
5992
|
│ ├─ publisher: Sindre Sorhus
|
|
5856
5993
|
│ ├─ email: sindresorhus@gmail.com
|
|
5857
5994
|
│ ├─ url: https://sindresorhus.com
|
|
5858
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules
|
|
5859
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules
|
|
5995
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/boxen/node_modules/type-fest
|
|
5996
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/boxen/node_modules/type-fest/license
|
|
5860
5997
|
├─ type-fest@0.8.1
|
|
5861
5998
|
│ ├─ licenses: (MIT OR CC0-1.0)
|
|
5862
5999
|
│ ├─ repository: https://github.com/sindresorhus/type-fest
|
|
@@ -5897,28 +6034,28 @@
|
|
|
5897
6034
|
│ ├─ email: jeremy@documentcloud.org
|
|
5898
6035
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/underscore
|
|
5899
6036
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/underscore/LICENSE
|
|
5900
|
-
├─ unicode-canonical-property-names-ecmascript@
|
|
6037
|
+
├─ unicode-canonical-property-names-ecmascript@2.0.0
|
|
5901
6038
|
│ ├─ licenses: MIT
|
|
5902
6039
|
│ ├─ repository: https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript
|
|
5903
6040
|
│ ├─ publisher: Mathias Bynens
|
|
5904
6041
|
│ ├─ url: https://mathiasbynens.be/
|
|
5905
6042
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/unicode-canonical-property-names-ecmascript
|
|
5906
6043
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/unicode-canonical-property-names-ecmascript/LICENSE-MIT.txt
|
|
5907
|
-
├─ unicode-match-property-ecmascript@
|
|
6044
|
+
├─ unicode-match-property-ecmascript@2.0.0
|
|
5908
6045
|
│ ├─ licenses: MIT
|
|
5909
6046
|
│ ├─ repository: https://github.com/mathiasbynens/unicode-match-property-ecmascript
|
|
5910
6047
|
│ ├─ publisher: Mathias Bynens
|
|
5911
6048
|
│ ├─ url: https://mathiasbynens.be/
|
|
5912
6049
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/unicode-match-property-ecmascript
|
|
5913
6050
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/unicode-match-property-ecmascript/LICENSE-MIT.txt
|
|
5914
|
-
├─ unicode-match-property-value-ecmascript@
|
|
6051
|
+
├─ unicode-match-property-value-ecmascript@2.0.0
|
|
5915
6052
|
│ ├─ licenses: MIT
|
|
5916
6053
|
│ ├─ repository: https://github.com/mathiasbynens/unicode-match-property-value-ecmascript
|
|
5917
6054
|
│ ├─ publisher: Mathias Bynens
|
|
5918
6055
|
│ ├─ url: https://mathiasbynens.be/
|
|
5919
6056
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/unicode-match-property-value-ecmascript
|
|
5920
6057
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/unicode-match-property-value-ecmascript/LICENSE-MIT.txt
|
|
5921
|
-
├─ unicode-property-aliases-ecmascript@
|
|
6058
|
+
├─ unicode-property-aliases-ecmascript@2.0.0
|
|
5922
6059
|
│ ├─ licenses: MIT
|
|
5923
6060
|
│ ├─ repository: https://github.com/mathiasbynens/unicode-property-aliases-ecmascript
|
|
5924
6061
|
│ ├─ publisher: Mathias Bynens
|
|
@@ -6040,15 +6177,15 @@
|
|
|
6040
6177
|
│ ├─ url: https://kemitchell.com
|
|
6041
6178
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/validate-npm-package-license
|
|
6042
6179
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/validate-npm-package-license/LICENSE
|
|
6043
|
-
├─ validate-npm-package-name@
|
|
6180
|
+
├─ validate-npm-package-name@4.0.0
|
|
6044
6181
|
│ ├─ licenses: ISC
|
|
6045
6182
|
│ ├─ repository: https://github.com/npm/validate-npm-package-name
|
|
6046
|
-
│ ├─ publisher:
|
|
6183
|
+
│ ├─ publisher: GitHub Inc.
|
|
6047
6184
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/validate-npm-package-name
|
|
6048
6185
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/validate-npm-package-name/LICENSE
|
|
6049
|
-
├─ validator@
|
|
6186
|
+
├─ validator@13.7.0
|
|
6050
6187
|
│ ├─ licenses: MIT
|
|
6051
|
-
│ ├─ repository: https://github.com/
|
|
6188
|
+
│ ├─ repository: https://github.com/validatorjs/validator.js
|
|
6052
6189
|
│ ├─ publisher: Chris O'Hara
|
|
6053
6190
|
│ ├─ email: cohara87@gmail.com
|
|
6054
6191
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/validator
|
|
@@ -6065,7 +6202,7 @@
|
|
|
6065
6202
|
│ ├─ repository: https://github.com/davepacheco/node-verror
|
|
6066
6203
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/verror
|
|
6067
6204
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/verror/LICENSE
|
|
6068
|
-
├─ vm2@3.9.
|
|
6205
|
+
├─ vm2@3.9.9
|
|
6069
6206
|
│ ├─ licenses: MIT
|
|
6070
6207
|
│ ├─ repository: https://github.com/patriksimek/vm2
|
|
6071
6208
|
│ ├─ publisher: Patrik Simek
|
|
@@ -6093,7 +6230,7 @@
|
|
|
6093
6230
|
│ ├─ url: http://blog.izs.me
|
|
6094
6231
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/which
|
|
6095
6232
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/which/LICENSE
|
|
6096
|
-
├─ wide-align@1.1.
|
|
6233
|
+
├─ wide-align@1.1.5
|
|
6097
6234
|
│ ├─ licenses: ISC
|
|
6098
6235
|
│ ├─ repository: https://github.com/iarna/wide-align
|
|
6099
6236
|
│ ├─ publisher: Rebecca Turner
|
|
@@ -6128,7 +6265,7 @@
|
|
|
6128
6265
|
│ ├─ publisher: sheetjs
|
|
6129
6266
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/word
|
|
6130
6267
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/word/LICENSE
|
|
6131
|
-
├─ workerpool@6.
|
|
6268
|
+
├─ workerpool@6.2.0
|
|
6132
6269
|
│ ├─ licenses: Apache-2.0
|
|
6133
6270
|
│ ├─ repository: https://github.com/josdejong/workerpool
|
|
6134
6271
|
│ ├─ publisher: Jos de Jong
|
|
@@ -6182,7 +6319,7 @@
|
|
|
6182
6319
|
│ ├─ url: https://github.com/jonschlinkert
|
|
6183
6320
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/write
|
|
6184
6321
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/write/LICENSE
|
|
6185
|
-
├─ ws@
|
|
6322
|
+
├─ ws@8.2.3
|
|
6186
6323
|
│ ├─ licenses: MIT
|
|
6187
6324
|
│ ├─ repository: https://github.com/websockets/ws
|
|
6188
6325
|
│ ├─ publisher: Einar Otto Stangvik
|
|
@@ -6198,13 +6335,19 @@
|
|
|
6198
6335
|
│ ├─ url: sindresorhus.com
|
|
6199
6336
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/xdg-basedir
|
|
6200
6337
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/xdg-basedir/license
|
|
6201
|
-
├─ xlsx@0.
|
|
6338
|
+
├─ xlsx@0.18.5
|
|
6202
6339
|
│ ├─ licenses: Apache-2.0
|
|
6203
6340
|
│ ├─ repository: https://github.com/SheetJS/sheetjs
|
|
6204
6341
|
│ ├─ publisher: sheetjs
|
|
6205
6342
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/xlsx
|
|
6206
6343
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/xlsx/LICENSE
|
|
6207
|
-
├─
|
|
6344
|
+
├─ xmlhttprequest-ssl@2.0.0
|
|
6345
|
+
│ ├─ licenses: MIT
|
|
6346
|
+
│ ├─ repository: https://github.com/mjwwit/node-XMLHttpRequest
|
|
6347
|
+
│ ├─ publisher: Michael de Wit
|
|
6348
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/xmlhttprequest-ssl
|
|
6349
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/xmlhttprequest-ssl/LICENSE
|
|
6350
|
+
├─ xregexp@5.1.0
|
|
6208
6351
|
│ ├─ licenses: MIT
|
|
6209
6352
|
│ ├─ repository: https://github.com/slevithan/xregexp
|
|
6210
6353
|
│ ├─ publisher: Steven Levithan
|
|
@@ -6238,8 +6381,8 @@
|
|
|
6238
6381
|
│ ├─ repository: https://github.com/eemeli/yaml
|
|
6239
6382
|
│ ├─ publisher: Eemeli Aro
|
|
6240
6383
|
│ ├─ email: eemeli@gmail.com
|
|
6241
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/yaml
|
|
6242
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/yaml/LICENSE
|
|
6384
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-check-updates/node_modules/yaml
|
|
6385
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-check-updates/node_modules/yaml/LICENSE
|
|
6243
6386
|
├─ yaml@2.0.0-1
|
|
6244
6387
|
│ ├─ licenses: ISC
|
|
6245
6388
|
│ ├─ repository: https://github.com/eemeli/yaml
|
|
@@ -6247,6 +6390,13 @@
|
|
|
6247
6390
|
│ ├─ email: eemeli@gmail.com
|
|
6248
6391
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/swagger-jsdoc/node_modules/yaml
|
|
6249
6392
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/swagger-jsdoc/node_modules/yaml/LICENSE
|
|
6393
|
+
├─ yaml@2.0.1
|
|
6394
|
+
│ ├─ licenses: ISC
|
|
6395
|
+
│ ├─ repository: https://github.com/eemeli/yaml
|
|
6396
|
+
│ ├─ publisher: Eemeli Aro
|
|
6397
|
+
│ ├─ email: eemeli@gmail.com
|
|
6398
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/yaml
|
|
6399
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/yaml/LICENSE
|
|
6250
6400
|
├─ yargs-parser@18.1.3
|
|
6251
6401
|
│ ├─ licenses: ISC
|
|
6252
6402
|
│ ├─ repository: https://github.com/yargs/yargs-parser
|
|
@@ -6292,7 +6442,7 @@
|
|
|
6292
6442
|
│ ├─ url: https://sindresorhus.com
|
|
6293
6443
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/yocto-queue
|
|
6294
6444
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/yocto-queue/license
|
|
6295
|
-
└─ z-schema@4.2.
|
|
6445
|
+
└─ z-schema@4.2.4
|
|
6296
6446
|
├─ licenses: MIT
|
|
6297
6447
|
├─ repository: https://github.com/zaggino/z-schema
|
|
6298
6448
|
├─ path: /home/ftreml/dev/botium-core/node_modules/z-schema
|