botium-core 1.12.3 → 1.12.4
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 +635 -650
- package/dist/botium-cjs.js +20 -17
- package/dist/botium-cjs.js.map +1 -1
- package/dist/botium-es.js +20 -17
- package/dist/botium-es.js.map +1 -1
- package/package.json +14 -14
- package/src/scripting/Convo.js +3 -3
- package/test/logichooks/hookfromsrc.spec.js +1 -1
package/LICENSES-3RDPARTY.txt
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
├─ @ampproject/remapping@2.1.1
|
|
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
|
|
1
8
|
├─ @apidevtools/json-schema-ref-parser@9.0.7
|
|
2
9
|
│ ├─ licenses: MIT
|
|
3
10
|
│ ├─ repository: https://github.com/APIDevTools/json-schema-ref-parser
|
|
@@ -26,117 +33,124 @@
|
|
|
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/core@7.
|
|
50
|
+
├─ @babel/core@7.17.2
|
|
51
51
|
│ ├─ licenses: MIT
|
|
52
52
|
│ ├─ repository: https://github.com/babel/babel
|
|
53
53
|
│ ├─ publisher: The Babel Team
|
|
54
54
|
│ ├─ url: https://babel.dev/team
|
|
55
55
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/core
|
|
56
56
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/core/LICENSE
|
|
57
|
-
├─ @babel/generator@7.
|
|
57
|
+
├─ @babel/generator@7.16.8
|
|
58
58
|
│ ├─ licenses: MIT
|
|
59
59
|
│ ├─ repository: https://github.com/babel/babel
|
|
60
60
|
│ ├─ publisher: The Babel Team
|
|
61
61
|
│ ├─ url: https://babel.dev/team
|
|
62
62
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/generator
|
|
63
63
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/generator/LICENSE
|
|
64
|
-
├─ @babel/
|
|
64
|
+
├─ @babel/generator@7.17.0
|
|
65
|
+
│ ├─ licenses: MIT
|
|
66
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
67
|
+
│ ├─ publisher: The Babel Team
|
|
68
|
+
│ ├─ url: https://babel.dev/team
|
|
69
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/generator
|
|
70
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/generator/LICENSE
|
|
71
|
+
├─ @babel/helper-annotate-as-pure@7.16.7
|
|
65
72
|
│ ├─ licenses: MIT
|
|
66
73
|
│ ├─ repository: https://github.com/babel/babel
|
|
67
74
|
│ ├─ publisher: The Babel Team
|
|
68
75
|
│ ├─ url: https://babel.dev/team
|
|
69
76
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-annotate-as-pure
|
|
70
77
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-annotate-as-pure/LICENSE
|
|
71
|
-
├─ @babel/helper-builder-binary-assignment-operator-visitor@7.
|
|
78
|
+
├─ @babel/helper-builder-binary-assignment-operator-visitor@7.16.7
|
|
72
79
|
│ ├─ licenses: MIT
|
|
73
80
|
│ ├─ repository: https://github.com/babel/babel
|
|
74
81
|
│ ├─ publisher: The Babel Team
|
|
75
82
|
│ ├─ url: https://babel.dev/team
|
|
76
83
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-builder-binary-assignment-operator-visitor
|
|
77
84
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/LICENSE
|
|
78
|
-
├─ @babel/helper-compilation-targets@7.
|
|
85
|
+
├─ @babel/helper-compilation-targets@7.16.7
|
|
79
86
|
│ ├─ licenses: MIT
|
|
80
87
|
│ ├─ repository: https://github.com/babel/babel
|
|
81
88
|
│ ├─ publisher: The Babel Team
|
|
82
89
|
│ ├─ url: https://babel.dev/team
|
|
83
90
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-compilation-targets
|
|
84
91
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-compilation-targets/LICENSE
|
|
85
|
-
├─ @babel/helper-create-class-features-plugin@7.
|
|
92
|
+
├─ @babel/helper-create-class-features-plugin@7.16.10
|
|
86
93
|
│ ├─ licenses: MIT
|
|
87
94
|
│ ├─ repository: https://github.com/babel/babel
|
|
88
95
|
│ ├─ publisher: The Babel Team
|
|
89
96
|
│ ├─ url: https://babel.dev/team
|
|
90
97
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-create-class-features-plugin
|
|
91
98
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-create-class-features-plugin/LICENSE
|
|
92
|
-
├─ @babel/helper-create-regexp-features-plugin@7.
|
|
99
|
+
├─ @babel/helper-create-regexp-features-plugin@7.16.7
|
|
93
100
|
│ ├─ licenses: MIT
|
|
94
101
|
│ ├─ repository: https://github.com/babel/babel
|
|
95
102
|
│ ├─ publisher: The Babel Team
|
|
96
103
|
│ ├─ url: https://babel.dev/team
|
|
97
104
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-create-regexp-features-plugin
|
|
98
105
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-create-regexp-features-plugin/LICENSE
|
|
99
|
-
├─ @babel/helper-define-polyfill-provider@0.
|
|
106
|
+
├─ @babel/helper-define-polyfill-provider@0.3.1
|
|
100
107
|
│ ├─ licenses: MIT
|
|
101
108
|
│ ├─ repository: https://github.com/babel/babel-polyfills
|
|
102
109
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-define-polyfill-provider
|
|
103
110
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-define-polyfill-provider/LICENSE
|
|
104
|
-
├─ @babel/helper-
|
|
111
|
+
├─ @babel/helper-environment-visitor@7.16.7
|
|
112
|
+
│ ├─ licenses: MIT
|
|
113
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
114
|
+
│ ├─ publisher: The Babel Team
|
|
115
|
+
│ ├─ url: https://babel.dev/team
|
|
116
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-environment-visitor
|
|
117
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-environment-visitor/LICENSE
|
|
118
|
+
├─ @babel/helper-explode-assignable-expression@7.16.7
|
|
105
119
|
│ ├─ licenses: MIT
|
|
106
120
|
│ ├─ repository: https://github.com/babel/babel
|
|
107
121
|
│ ├─ publisher: The Babel Team
|
|
108
122
|
│ ├─ url: https://babel.dev/team
|
|
109
123
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-explode-assignable-expression
|
|
110
124
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-explode-assignable-expression/LICENSE
|
|
111
|
-
├─ @babel/helper-function-name@7.
|
|
125
|
+
├─ @babel/helper-function-name@7.16.7
|
|
112
126
|
│ ├─ licenses: MIT
|
|
113
127
|
│ ├─ repository: https://github.com/babel/babel
|
|
114
128
|
│ ├─ publisher: The Babel Team
|
|
115
129
|
│ ├─ url: https://babel.dev/team
|
|
116
130
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-function-name
|
|
117
131
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-function-name/LICENSE
|
|
118
|
-
├─ @babel/helper-get-function-arity@7.
|
|
132
|
+
├─ @babel/helper-get-function-arity@7.16.7
|
|
119
133
|
│ ├─ licenses: MIT
|
|
120
134
|
│ ├─ repository: https://github.com/babel/babel
|
|
121
135
|
│ ├─ publisher: The Babel Team
|
|
122
136
|
│ ├─ url: https://babel.dev/team
|
|
123
137
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-get-function-arity
|
|
124
138
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-get-function-arity/LICENSE
|
|
125
|
-
├─ @babel/helper-hoist-variables@7.
|
|
139
|
+
├─ @babel/helper-hoist-variables@7.16.7
|
|
126
140
|
│ ├─ licenses: MIT
|
|
127
141
|
│ ├─ repository: https://github.com/babel/babel
|
|
128
142
|
│ ├─ publisher: The Babel Team
|
|
129
143
|
│ ├─ url: https://babel.dev/team
|
|
130
144
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-hoist-variables
|
|
131
145
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-hoist-variables/LICENSE
|
|
132
|
-
├─ @babel/helper-member-expression-to-functions@7.
|
|
146
|
+
├─ @babel/helper-member-expression-to-functions@7.16.7
|
|
133
147
|
│ ├─ licenses: MIT
|
|
134
148
|
│ ├─ repository: https://github.com/babel/babel
|
|
135
149
|
│ ├─ publisher: The Babel Team
|
|
136
150
|
│ ├─ url: https://babel.dev/team
|
|
137
151
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-member-expression-to-functions
|
|
138
152
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-member-expression-to-functions/LICENSE
|
|
139
|
-
├─ @babel/helper-module-imports@7.
|
|
153
|
+
├─ @babel/helper-module-imports@7.16.7
|
|
140
154
|
│ ├─ licenses: MIT
|
|
141
155
|
│ ├─ repository: https://github.com/babel/babel
|
|
142
156
|
│ ├─ publisher: The Babel Team
|
|
@@ -150,217 +164,231 @@
|
|
|
150
164
|
│ ├─ email: loganfsmyth@gmail.com
|
|
151
165
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-module-imports
|
|
152
166
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-module-imports/LICENSE
|
|
153
|
-
├─ @babel/helper-module-transforms@7.
|
|
167
|
+
├─ @babel/helper-module-transforms@7.16.7
|
|
154
168
|
│ ├─ licenses: MIT
|
|
155
169
|
│ ├─ repository: https://github.com/babel/babel
|
|
156
170
|
│ ├─ publisher: The Babel Team
|
|
157
171
|
│ ├─ url: https://babel.dev/team
|
|
158
172
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-module-transforms
|
|
159
173
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-module-transforms/LICENSE
|
|
160
|
-
├─ @babel/helper-optimise-call-expression@7.
|
|
174
|
+
├─ @babel/helper-optimise-call-expression@7.16.7
|
|
161
175
|
│ ├─ licenses: MIT
|
|
162
176
|
│ ├─ repository: https://github.com/babel/babel
|
|
163
177
|
│ ├─ publisher: The Babel Team
|
|
164
178
|
│ ├─ url: https://babel.dev/team
|
|
165
179
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-optimise-call-expression
|
|
166
180
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-optimise-call-expression/LICENSE
|
|
167
|
-
├─ @babel/helper-plugin-utils@7.
|
|
181
|
+
├─ @babel/helper-plugin-utils@7.16.7
|
|
168
182
|
│ ├─ licenses: MIT
|
|
169
183
|
│ ├─ repository: https://github.com/babel/babel
|
|
170
184
|
│ ├─ publisher: The Babel Team
|
|
171
185
|
│ ├─ url: https://babel.dev/team
|
|
172
186
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-plugin-utils
|
|
173
187
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-plugin-utils/LICENSE
|
|
174
|
-
├─ @babel/helper-remap-async-to-generator@7.
|
|
188
|
+
├─ @babel/helper-remap-async-to-generator@7.16.8
|
|
175
189
|
│ ├─ licenses: MIT
|
|
176
190
|
│ ├─ repository: https://github.com/babel/babel
|
|
177
191
|
│ ├─ publisher: The Babel Team
|
|
178
192
|
│ ├─ url: https://babel.dev/team
|
|
179
193
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-remap-async-to-generator
|
|
180
194
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-remap-async-to-generator/LICENSE
|
|
181
|
-
├─ @babel/helper-replace-supers@7.
|
|
195
|
+
├─ @babel/helper-replace-supers@7.16.7
|
|
182
196
|
│ ├─ licenses: MIT
|
|
183
197
|
│ ├─ repository: https://github.com/babel/babel
|
|
184
198
|
│ ├─ publisher: The Babel Team
|
|
185
199
|
│ ├─ url: https://babel.dev/team
|
|
186
200
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-replace-supers
|
|
187
201
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-replace-supers/LICENSE
|
|
188
|
-
├─ @babel/helper-simple-access@7.
|
|
202
|
+
├─ @babel/helper-simple-access@7.16.7
|
|
189
203
|
│ ├─ licenses: MIT
|
|
190
204
|
│ ├─ repository: https://github.com/babel/babel
|
|
191
205
|
│ ├─ publisher: The Babel Team
|
|
192
206
|
│ ├─ url: https://babel.dev/team
|
|
193
207
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-simple-access
|
|
194
208
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-simple-access/LICENSE
|
|
195
|
-
├─ @babel/helper-skip-transparent-expression-wrappers@7.
|
|
209
|
+
├─ @babel/helper-skip-transparent-expression-wrappers@7.16.0
|
|
196
210
|
│ ├─ licenses: MIT
|
|
197
211
|
│ ├─ repository: https://github.com/babel/babel
|
|
198
212
|
│ ├─ publisher: The Babel Team
|
|
199
213
|
│ ├─ url: https://babel.dev/team
|
|
200
214
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-skip-transparent-expression-wrappers
|
|
201
215
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE
|
|
202
|
-
├─ @babel/helper-split-export-declaration@7.
|
|
216
|
+
├─ @babel/helper-split-export-declaration@7.16.7
|
|
203
217
|
│ ├─ licenses: MIT
|
|
204
218
|
│ ├─ repository: https://github.com/babel/babel
|
|
205
219
|
│ ├─ publisher: The Babel Team
|
|
206
220
|
│ ├─ url: https://babel.dev/team
|
|
207
221
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-split-export-declaration
|
|
208
222
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-split-export-declaration/LICENSE
|
|
209
|
-
├─ @babel/helper-validator-identifier@7.
|
|
223
|
+
├─ @babel/helper-validator-identifier@7.16.7
|
|
210
224
|
│ ├─ licenses: MIT
|
|
211
225
|
│ ├─ repository: https://github.com/babel/babel
|
|
212
226
|
│ ├─ publisher: The Babel Team
|
|
213
227
|
│ ├─ url: https://babel.dev/team
|
|
214
228
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-validator-identifier
|
|
215
229
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-validator-identifier/LICENSE
|
|
216
|
-
├─ @babel/helper-validator-option@7.
|
|
230
|
+
├─ @babel/helper-validator-option@7.16.7
|
|
217
231
|
│ ├─ licenses: MIT
|
|
218
232
|
│ ├─ repository: https://github.com/babel/babel
|
|
219
233
|
│ ├─ publisher: The Babel Team
|
|
220
234
|
│ ├─ url: https://babel.dev/team
|
|
221
235
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-validator-option
|
|
222
236
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-validator-option/LICENSE
|
|
223
|
-
├─ @babel/helper-wrap-function@7.
|
|
237
|
+
├─ @babel/helper-wrap-function@7.16.8
|
|
224
238
|
│ ├─ licenses: MIT
|
|
225
239
|
│ ├─ repository: https://github.com/babel/babel
|
|
226
240
|
│ ├─ publisher: The Babel Team
|
|
227
241
|
│ ├─ url: https://babel.dev/team
|
|
228
242
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-wrap-function
|
|
229
243
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-wrap-function/LICENSE
|
|
230
|
-
├─ @babel/helpers@7.
|
|
244
|
+
├─ @babel/helpers@7.17.2
|
|
231
245
|
│ ├─ licenses: MIT
|
|
232
246
|
│ ├─ repository: https://github.com/babel/babel
|
|
233
247
|
│ ├─ publisher: The Babel Team
|
|
234
248
|
│ ├─ url: https://babel.dev/team
|
|
235
249
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helpers
|
|
236
250
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helpers/LICENSE
|
|
237
|
-
├─ @babel/highlight@7.
|
|
251
|
+
├─ @babel/highlight@7.16.10
|
|
238
252
|
│ ├─ licenses: MIT
|
|
239
253
|
│ ├─ repository: https://github.com/babel/babel
|
|
240
254
|
│ ├─ publisher: The Babel Team
|
|
241
255
|
│ ├─ url: https://babel.dev/team
|
|
242
256
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/highlight
|
|
243
257
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/highlight/LICENSE
|
|
244
|
-
├─ @babel/node@7.
|
|
258
|
+
├─ @babel/node@7.16.8
|
|
245
259
|
│ ├─ licenses: MIT
|
|
246
260
|
│ ├─ repository: https://github.com/babel/babel
|
|
247
261
|
│ ├─ publisher: The Babel Team
|
|
248
262
|
│ ├─ url: https://babel.dev/team
|
|
249
263
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/node
|
|
250
264
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/node/LICENSE
|
|
251
|
-
├─ @babel/parser@7.
|
|
265
|
+
├─ @babel/parser@7.16.12
|
|
252
266
|
│ ├─ licenses: MIT
|
|
253
267
|
│ ├─ repository: https://github.com/babel/babel
|
|
254
268
|
│ ├─ publisher: The Babel Team
|
|
255
269
|
│ ├─ url: https://babel.dev/team
|
|
256
270
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/parser
|
|
257
271
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/parser/LICENSE
|
|
258
|
-
├─ @babel/
|
|
272
|
+
├─ @babel/parser@7.17.0
|
|
273
|
+
│ ├─ licenses: MIT
|
|
274
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
275
|
+
│ ├─ publisher: The Babel Team
|
|
276
|
+
│ ├─ url: https://babel.dev/team
|
|
277
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helpers/node_modules/@babel/parser
|
|
278
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helpers/node_modules/@babel/parser/LICENSE
|
|
279
|
+
├─ @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.7
|
|
280
|
+
│ ├─ licenses: MIT
|
|
281
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
282
|
+
│ ├─ publisher: The Babel Team
|
|
283
|
+
│ ├─ url: https://babel.dev/team
|
|
284
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression
|
|
285
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/LICENSE
|
|
286
|
+
├─ @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7
|
|
259
287
|
│ ├─ licenses: MIT
|
|
260
288
|
│ ├─ repository: https://github.com/babel/babel
|
|
261
289
|
│ ├─ publisher: The Babel Team
|
|
262
290
|
│ ├─ url: https://babel.dev/team
|
|
263
291
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining
|
|
264
292
|
│ └─ 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.
|
|
293
|
+
├─ @babel/plugin-proposal-async-generator-functions@7.16.8
|
|
266
294
|
│ ├─ licenses: MIT
|
|
267
295
|
│ ├─ repository: https://github.com/babel/babel
|
|
268
296
|
│ ├─ publisher: The Babel Team
|
|
269
297
|
│ ├─ url: https://babel.dev/team
|
|
270
298
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-async-generator-functions
|
|
271
299
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-async-generator-functions/LICENSE
|
|
272
|
-
├─ @babel/plugin-proposal-class-properties@7.
|
|
300
|
+
├─ @babel/plugin-proposal-class-properties@7.16.7
|
|
273
301
|
│ ├─ licenses: MIT
|
|
274
302
|
│ ├─ repository: https://github.com/babel/babel
|
|
275
303
|
│ ├─ publisher: The Babel Team
|
|
276
304
|
│ ├─ url: https://babel.dev/team
|
|
277
305
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-class-properties
|
|
278
306
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-class-properties/LICENSE
|
|
279
|
-
├─ @babel/plugin-proposal-class-static-block@7.
|
|
307
|
+
├─ @babel/plugin-proposal-class-static-block@7.16.7
|
|
280
308
|
│ ├─ licenses: MIT
|
|
281
309
|
│ ├─ repository: https://github.com/babel/babel
|
|
282
310
|
│ ├─ publisher: The Babel Team
|
|
283
311
|
│ ├─ url: https://babel.dev/team
|
|
284
312
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-class-static-block
|
|
285
313
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-class-static-block/LICENSE
|
|
286
|
-
├─ @babel/plugin-proposal-dynamic-import@7.
|
|
314
|
+
├─ @babel/plugin-proposal-dynamic-import@7.16.7
|
|
287
315
|
│ ├─ licenses: MIT
|
|
288
316
|
│ ├─ repository: https://github.com/babel/babel
|
|
289
317
|
│ ├─ publisher: The Babel Team
|
|
290
318
|
│ ├─ url: https://babel.dev/team
|
|
291
319
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-dynamic-import
|
|
292
320
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-dynamic-import/LICENSE
|
|
293
|
-
├─ @babel/plugin-proposal-export-namespace-from@7.
|
|
321
|
+
├─ @babel/plugin-proposal-export-namespace-from@7.16.7
|
|
294
322
|
│ ├─ licenses: MIT
|
|
295
323
|
│ ├─ repository: https://github.com/babel/babel
|
|
296
324
|
│ ├─ publisher: The Babel Team
|
|
297
325
|
│ ├─ url: https://babel.dev/team
|
|
298
326
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-export-namespace-from
|
|
299
327
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-export-namespace-from/LICENSE
|
|
300
|
-
├─ @babel/plugin-proposal-json-strings@7.
|
|
328
|
+
├─ @babel/plugin-proposal-json-strings@7.16.7
|
|
301
329
|
│ ├─ licenses: MIT
|
|
302
330
|
│ ├─ repository: https://github.com/babel/babel
|
|
303
331
|
│ ├─ publisher: The Babel Team
|
|
304
332
|
│ ├─ url: https://babel.dev/team
|
|
305
333
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-json-strings
|
|
306
334
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-json-strings/LICENSE
|
|
307
|
-
├─ @babel/plugin-proposal-logical-assignment-operators@7.
|
|
335
|
+
├─ @babel/plugin-proposal-logical-assignment-operators@7.16.7
|
|
308
336
|
│ ├─ licenses: MIT
|
|
309
337
|
│ ├─ repository: https://github.com/babel/babel
|
|
310
338
|
│ ├─ publisher: The Babel Team
|
|
311
339
|
│ ├─ url: https://babel.dev/team
|
|
312
340
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-logical-assignment-operators
|
|
313
341
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-logical-assignment-operators/LICENSE
|
|
314
|
-
├─ @babel/plugin-proposal-nullish-coalescing-operator@7.
|
|
342
|
+
├─ @babel/plugin-proposal-nullish-coalescing-operator@7.16.7
|
|
315
343
|
│ ├─ licenses: MIT
|
|
316
344
|
│ ├─ repository: https://github.com/babel/babel
|
|
317
345
|
│ ├─ publisher: The Babel Team
|
|
318
346
|
│ ├─ url: https://babel.dev/team
|
|
319
347
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-nullish-coalescing-operator
|
|
320
348
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-nullish-coalescing-operator/LICENSE
|
|
321
|
-
├─ @babel/plugin-proposal-numeric-separator@7.
|
|
349
|
+
├─ @babel/plugin-proposal-numeric-separator@7.16.7
|
|
322
350
|
│ ├─ licenses: MIT
|
|
323
351
|
│ ├─ repository: https://github.com/babel/babel
|
|
324
352
|
│ ├─ publisher: The Babel Team
|
|
325
353
|
│ ├─ url: https://babel.dev/team
|
|
326
354
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-numeric-separator
|
|
327
355
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-numeric-separator/LICENSE
|
|
328
|
-
├─ @babel/plugin-proposal-object-rest-spread@7.
|
|
356
|
+
├─ @babel/plugin-proposal-object-rest-spread@7.16.7
|
|
329
357
|
│ ├─ licenses: MIT
|
|
330
358
|
│ ├─ repository: https://github.com/babel/babel
|
|
331
359
|
│ ├─ publisher: The Babel Team
|
|
332
360
|
│ ├─ url: https://babel.dev/team
|
|
333
361
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-object-rest-spread
|
|
334
362
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-object-rest-spread/LICENSE
|
|
335
|
-
├─ @babel/plugin-proposal-optional-catch-binding@7.
|
|
363
|
+
├─ @babel/plugin-proposal-optional-catch-binding@7.16.7
|
|
336
364
|
│ ├─ licenses: MIT
|
|
337
365
|
│ ├─ repository: https://github.com/babel/babel
|
|
338
366
|
│ ├─ publisher: The Babel Team
|
|
339
367
|
│ ├─ url: https://babel.dev/team
|
|
340
368
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-optional-catch-binding
|
|
341
369
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-optional-catch-binding/LICENSE
|
|
342
|
-
├─ @babel/plugin-proposal-optional-chaining@7.
|
|
370
|
+
├─ @babel/plugin-proposal-optional-chaining@7.16.7
|
|
343
371
|
│ ├─ licenses: MIT
|
|
344
372
|
│ ├─ repository: https://github.com/babel/babel
|
|
345
373
|
│ ├─ publisher: The Babel Team
|
|
346
374
|
│ ├─ url: https://babel.dev/team
|
|
347
375
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-optional-chaining
|
|
348
376
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-optional-chaining/LICENSE
|
|
349
|
-
├─ @babel/plugin-proposal-private-methods@7.
|
|
377
|
+
├─ @babel/plugin-proposal-private-methods@7.16.11
|
|
350
378
|
│ ├─ licenses: MIT
|
|
351
379
|
│ ├─ repository: https://github.com/babel/babel
|
|
352
380
|
│ ├─ publisher: The Babel Team
|
|
353
381
|
│ ├─ url: https://babel.dev/team
|
|
354
382
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-private-methods
|
|
355
383
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-private-methods/LICENSE
|
|
356
|
-
├─ @babel/plugin-proposal-private-property-in-object@7.
|
|
384
|
+
├─ @babel/plugin-proposal-private-property-in-object@7.16.7
|
|
357
385
|
│ ├─ licenses: MIT
|
|
358
386
|
│ ├─ repository: https://github.com/babel/babel
|
|
359
387
|
│ ├─ publisher: The Babel Team
|
|
360
388
|
│ ├─ url: https://babel.dev/team
|
|
361
389
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-private-property-in-object
|
|
362
390
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-proposal-private-property-in-object/LICENSE
|
|
363
|
-
├─ @babel/plugin-proposal-unicode-property-regex@7.
|
|
391
|
+
├─ @babel/plugin-proposal-unicode-property-regex@7.16.7
|
|
364
392
|
│ ├─ licenses: MIT
|
|
365
393
|
│ ├─ repository: https://github.com/babel/babel
|
|
366
394
|
│ ├─ publisher: The Babel Team
|
|
@@ -443,290 +471,305 @@
|
|
|
443
471
|
│ ├─ url: https://babel.dev/team
|
|
444
472
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-syntax-top-level-await
|
|
445
473
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-syntax-top-level-await/LICENSE
|
|
446
|
-
├─ @babel/plugin-transform-arrow-functions@7.
|
|
474
|
+
├─ @babel/plugin-transform-arrow-functions@7.16.7
|
|
447
475
|
│ ├─ licenses: MIT
|
|
448
476
|
│ ├─ repository: https://github.com/babel/babel
|
|
449
477
|
│ ├─ publisher: The Babel Team
|
|
450
478
|
│ ├─ url: https://babel.dev/team
|
|
451
479
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-arrow-functions
|
|
452
480
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-arrow-functions/LICENSE
|
|
453
|
-
├─ @babel/plugin-transform-async-to-generator@7.
|
|
481
|
+
├─ @babel/plugin-transform-async-to-generator@7.16.8
|
|
454
482
|
│ ├─ licenses: MIT
|
|
455
483
|
│ ├─ repository: https://github.com/babel/babel
|
|
456
484
|
│ ├─ publisher: The Babel Team
|
|
457
485
|
│ ├─ url: https://babel.dev/team
|
|
458
486
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-async-to-generator
|
|
459
487
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-async-to-generator/LICENSE
|
|
460
|
-
├─ @babel/plugin-transform-block-scoped-functions@7.
|
|
488
|
+
├─ @babel/plugin-transform-block-scoped-functions@7.16.7
|
|
461
489
|
│ ├─ licenses: MIT
|
|
462
490
|
│ ├─ repository: https://github.com/babel/babel
|
|
463
491
|
│ ├─ publisher: The Babel Team
|
|
464
492
|
│ ├─ url: https://babel.dev/team
|
|
465
493
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-block-scoped-functions
|
|
466
494
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-block-scoped-functions/LICENSE
|
|
467
|
-
├─ @babel/plugin-transform-block-scoping@7.
|
|
495
|
+
├─ @babel/plugin-transform-block-scoping@7.16.7
|
|
468
496
|
│ ├─ licenses: MIT
|
|
469
497
|
│ ├─ repository: https://github.com/babel/babel
|
|
470
498
|
│ ├─ publisher: The Babel Team
|
|
471
499
|
│ ├─ url: https://babel.dev/team
|
|
472
500
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-block-scoping
|
|
473
501
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-block-scoping/LICENSE
|
|
474
|
-
├─ @babel/plugin-transform-classes@7.
|
|
502
|
+
├─ @babel/plugin-transform-classes@7.16.7
|
|
475
503
|
│ ├─ licenses: MIT
|
|
476
504
|
│ ├─ repository: https://github.com/babel/babel
|
|
477
505
|
│ ├─ publisher: The Babel Team
|
|
478
506
|
│ ├─ url: https://babel.dev/team
|
|
479
507
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-classes
|
|
480
508
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-classes/LICENSE
|
|
481
|
-
├─ @babel/plugin-transform-computed-properties@7.
|
|
509
|
+
├─ @babel/plugin-transform-computed-properties@7.16.7
|
|
482
510
|
│ ├─ licenses: MIT
|
|
483
511
|
│ ├─ repository: https://github.com/babel/babel
|
|
484
512
|
│ ├─ publisher: The Babel Team
|
|
485
513
|
│ ├─ url: https://babel.dev/team
|
|
486
514
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-computed-properties
|
|
487
515
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-computed-properties/LICENSE
|
|
488
|
-
├─ @babel/plugin-transform-destructuring@7.
|
|
516
|
+
├─ @babel/plugin-transform-destructuring@7.16.7
|
|
489
517
|
│ ├─ licenses: MIT
|
|
490
518
|
│ ├─ repository: https://github.com/babel/babel
|
|
491
519
|
│ ├─ publisher: The Babel Team
|
|
492
520
|
│ ├─ url: https://babel.dev/team
|
|
493
521
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-destructuring
|
|
494
522
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-destructuring/LICENSE
|
|
495
|
-
├─ @babel/plugin-transform-dotall-regex@7.
|
|
523
|
+
├─ @babel/plugin-transform-dotall-regex@7.16.7
|
|
496
524
|
│ ├─ licenses: MIT
|
|
497
525
|
│ ├─ repository: https://github.com/babel/babel
|
|
498
526
|
│ ├─ publisher: The Babel Team
|
|
499
527
|
│ ├─ url: https://babel.dev/team
|
|
500
528
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-dotall-regex
|
|
501
529
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-dotall-regex/LICENSE
|
|
502
|
-
├─ @babel/plugin-transform-duplicate-keys@7.
|
|
530
|
+
├─ @babel/plugin-transform-duplicate-keys@7.16.7
|
|
503
531
|
│ ├─ licenses: MIT
|
|
504
532
|
│ ├─ repository: https://github.com/babel/babel
|
|
505
533
|
│ ├─ publisher: The Babel Team
|
|
506
534
|
│ ├─ url: https://babel.dev/team
|
|
507
535
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-duplicate-keys
|
|
508
536
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-duplicate-keys/LICENSE
|
|
509
|
-
├─ @babel/plugin-transform-exponentiation-operator@7.
|
|
537
|
+
├─ @babel/plugin-transform-exponentiation-operator@7.16.7
|
|
510
538
|
│ ├─ licenses: MIT
|
|
511
539
|
│ ├─ repository: https://github.com/babel/babel
|
|
512
540
|
│ ├─ publisher: The Babel Team
|
|
513
541
|
│ ├─ url: https://babel.dev/team
|
|
514
542
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-exponentiation-operator
|
|
515
543
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-exponentiation-operator/LICENSE
|
|
516
|
-
├─ @babel/plugin-transform-for-of@7.
|
|
544
|
+
├─ @babel/plugin-transform-for-of@7.16.7
|
|
517
545
|
│ ├─ licenses: MIT
|
|
518
546
|
│ ├─ repository: https://github.com/babel/babel
|
|
519
547
|
│ ├─ publisher: The Babel Team
|
|
520
548
|
│ ├─ url: https://babel.dev/team
|
|
521
549
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-for-of
|
|
522
550
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-for-of/LICENSE
|
|
523
|
-
├─ @babel/plugin-transform-function-name@7.
|
|
551
|
+
├─ @babel/plugin-transform-function-name@7.16.7
|
|
524
552
|
│ ├─ licenses: MIT
|
|
525
553
|
│ ├─ repository: https://github.com/babel/babel
|
|
526
554
|
│ ├─ publisher: The Babel Team
|
|
527
555
|
│ ├─ url: https://babel.dev/team
|
|
528
556
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-function-name
|
|
529
557
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-function-name/LICENSE
|
|
530
|
-
├─ @babel/plugin-transform-literals@7.
|
|
558
|
+
├─ @babel/plugin-transform-literals@7.16.7
|
|
531
559
|
│ ├─ licenses: MIT
|
|
532
560
|
│ ├─ repository: https://github.com/babel/babel
|
|
533
561
|
│ ├─ publisher: The Babel Team
|
|
534
562
|
│ ├─ url: https://babel.dev/team
|
|
535
563
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-literals
|
|
536
564
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-literals/LICENSE
|
|
537
|
-
├─ @babel/plugin-transform-member-expression-literals@7.
|
|
565
|
+
├─ @babel/plugin-transform-member-expression-literals@7.16.7
|
|
538
566
|
│ ├─ licenses: MIT
|
|
539
567
|
│ ├─ repository: https://github.com/babel/babel
|
|
540
568
|
│ ├─ publisher: The Babel Team
|
|
541
569
|
│ ├─ url: https://babel.dev/team
|
|
542
570
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-member-expression-literals
|
|
543
571
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-member-expression-literals/LICENSE
|
|
544
|
-
├─ @babel/plugin-transform-modules-amd@7.
|
|
572
|
+
├─ @babel/plugin-transform-modules-amd@7.16.7
|
|
545
573
|
│ ├─ licenses: MIT
|
|
546
574
|
│ ├─ repository: https://github.com/babel/babel
|
|
547
575
|
│ ├─ publisher: The Babel Team
|
|
548
576
|
│ ├─ url: https://babel.dev/team
|
|
549
577
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-amd
|
|
550
578
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-amd/LICENSE
|
|
551
|
-
├─ @babel/plugin-transform-modules-commonjs@7.
|
|
579
|
+
├─ @babel/plugin-transform-modules-commonjs@7.16.8
|
|
552
580
|
│ ├─ licenses: MIT
|
|
553
581
|
│ ├─ repository: https://github.com/babel/babel
|
|
554
582
|
│ ├─ publisher: The Babel Team
|
|
555
583
|
│ ├─ url: https://babel.dev/team
|
|
556
584
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-commonjs
|
|
557
585
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-commonjs/LICENSE
|
|
558
|
-
├─ @babel/plugin-transform-modules-systemjs@7.
|
|
586
|
+
├─ @babel/plugin-transform-modules-systemjs@7.16.7
|
|
559
587
|
│ ├─ licenses: MIT
|
|
560
588
|
│ ├─ repository: https://github.com/babel/babel
|
|
561
589
|
│ ├─ publisher: The Babel Team
|
|
562
590
|
│ ├─ url: https://babel.dev/team
|
|
563
591
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-systemjs
|
|
564
592
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-systemjs/LICENSE
|
|
565
|
-
├─ @babel/plugin-transform-modules-umd@7.
|
|
593
|
+
├─ @babel/plugin-transform-modules-umd@7.16.7
|
|
566
594
|
│ ├─ licenses: MIT
|
|
567
595
|
│ ├─ repository: https://github.com/babel/babel
|
|
568
596
|
│ ├─ publisher: The Babel Team
|
|
569
597
|
│ ├─ url: https://babel.dev/team
|
|
570
598
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-umd
|
|
571
599
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-modules-umd/LICENSE
|
|
572
|
-
├─ @babel/plugin-transform-named-capturing-groups-regex@7.
|
|
600
|
+
├─ @babel/plugin-transform-named-capturing-groups-regex@7.16.8
|
|
573
601
|
│ ├─ licenses: MIT
|
|
574
602
|
│ ├─ repository: https://github.com/babel/babel
|
|
575
603
|
│ ├─ publisher: The Babel Team
|
|
576
604
|
│ ├─ url: https://babel.dev/team
|
|
577
605
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-named-capturing-groups-regex
|
|
578
606
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-named-capturing-groups-regex/LICENSE
|
|
579
|
-
├─ @babel/plugin-transform-new-target@7.
|
|
607
|
+
├─ @babel/plugin-transform-new-target@7.16.7
|
|
580
608
|
│ ├─ licenses: MIT
|
|
581
609
|
│ ├─ repository: https://github.com/babel/babel
|
|
582
610
|
│ ├─ publisher: The Babel Team
|
|
583
611
|
│ ├─ url: https://babel.dev/team
|
|
584
612
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-new-target
|
|
585
613
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-new-target/LICENSE
|
|
586
|
-
├─ @babel/plugin-transform-object-super@7.
|
|
614
|
+
├─ @babel/plugin-transform-object-super@7.16.7
|
|
587
615
|
│ ├─ licenses: MIT
|
|
588
616
|
│ ├─ repository: https://github.com/babel/babel
|
|
589
617
|
│ ├─ publisher: The Babel Team
|
|
590
618
|
│ ├─ url: https://babel.dev/team
|
|
591
619
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-object-super
|
|
592
620
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-object-super/LICENSE
|
|
593
|
-
├─ @babel/plugin-transform-parameters@7.
|
|
621
|
+
├─ @babel/plugin-transform-parameters@7.16.7
|
|
594
622
|
│ ├─ licenses: MIT
|
|
595
623
|
│ ├─ repository: https://github.com/babel/babel
|
|
596
624
|
│ ├─ publisher: The Babel Team
|
|
597
625
|
│ ├─ url: https://babel.dev/team
|
|
598
626
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-parameters
|
|
599
627
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-parameters/LICENSE
|
|
600
|
-
├─ @babel/plugin-transform-property-literals@7.
|
|
628
|
+
├─ @babel/plugin-transform-property-literals@7.16.7
|
|
601
629
|
│ ├─ licenses: MIT
|
|
602
630
|
│ ├─ repository: https://github.com/babel/babel
|
|
603
631
|
│ ├─ publisher: The Babel Team
|
|
604
632
|
│ ├─ url: https://babel.dev/team
|
|
605
633
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-property-literals
|
|
606
634
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-property-literals/LICENSE
|
|
607
|
-
├─ @babel/plugin-transform-regenerator@7.
|
|
635
|
+
├─ @babel/plugin-transform-regenerator@7.16.7
|
|
608
636
|
│ ├─ licenses: MIT
|
|
609
637
|
│ ├─ repository: https://github.com/babel/babel
|
|
610
638
|
│ ├─ publisher: The Babel Team
|
|
611
639
|
│ ├─ url: https://babel.dev/team
|
|
612
640
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-regenerator
|
|
613
641
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-regenerator/LICENSE
|
|
614
|
-
├─ @babel/plugin-transform-reserved-words@7.
|
|
642
|
+
├─ @babel/plugin-transform-reserved-words@7.16.7
|
|
615
643
|
│ ├─ licenses: MIT
|
|
616
644
|
│ ├─ repository: https://github.com/babel/babel
|
|
617
645
|
│ ├─ publisher: The Babel Team
|
|
618
646
|
│ ├─ url: https://babel.dev/team
|
|
619
647
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-reserved-words
|
|
620
648
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-reserved-words/LICENSE
|
|
621
|
-
├─ @babel/plugin-transform-runtime@7.
|
|
649
|
+
├─ @babel/plugin-transform-runtime@7.17.0
|
|
622
650
|
│ ├─ licenses: MIT
|
|
623
651
|
│ ├─ repository: https://github.com/babel/babel
|
|
624
652
|
│ ├─ publisher: The Babel Team
|
|
625
653
|
│ ├─ url: https://babel.dev/team
|
|
626
654
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-runtime
|
|
627
655
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-runtime/LICENSE
|
|
628
|
-
├─ @babel/plugin-transform-shorthand-properties@7.
|
|
656
|
+
├─ @babel/plugin-transform-shorthand-properties@7.16.7
|
|
629
657
|
│ ├─ licenses: MIT
|
|
630
658
|
│ ├─ repository: https://github.com/babel/babel
|
|
631
659
|
│ ├─ publisher: The Babel Team
|
|
632
660
|
│ ├─ url: https://babel.dev/team
|
|
633
661
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-shorthand-properties
|
|
634
662
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-shorthand-properties/LICENSE
|
|
635
|
-
├─ @babel/plugin-transform-spread@7.
|
|
663
|
+
├─ @babel/plugin-transform-spread@7.16.7
|
|
636
664
|
│ ├─ licenses: MIT
|
|
637
665
|
│ ├─ repository: https://github.com/babel/babel
|
|
638
666
|
│ ├─ publisher: The Babel Team
|
|
639
667
|
│ ├─ url: https://babel.dev/team
|
|
640
668
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-spread
|
|
641
669
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-spread/LICENSE
|
|
642
|
-
├─ @babel/plugin-transform-sticky-regex@7.
|
|
670
|
+
├─ @babel/plugin-transform-sticky-regex@7.16.7
|
|
643
671
|
│ ├─ licenses: MIT
|
|
644
672
|
│ ├─ repository: https://github.com/babel/babel
|
|
645
673
|
│ ├─ publisher: The Babel Team
|
|
646
674
|
│ ├─ url: https://babel.dev/team
|
|
647
675
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-sticky-regex
|
|
648
676
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-sticky-regex/LICENSE
|
|
649
|
-
├─ @babel/plugin-transform-template-literals@7.
|
|
677
|
+
├─ @babel/plugin-transform-template-literals@7.16.7
|
|
650
678
|
│ ├─ licenses: MIT
|
|
651
679
|
│ ├─ repository: https://github.com/babel/babel
|
|
652
680
|
│ ├─ publisher: The Babel Team
|
|
653
681
|
│ ├─ url: https://babel.dev/team
|
|
654
682
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-template-literals
|
|
655
683
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-template-literals/LICENSE
|
|
656
|
-
├─ @babel/plugin-transform-typeof-symbol@7.
|
|
684
|
+
├─ @babel/plugin-transform-typeof-symbol@7.16.7
|
|
657
685
|
│ ├─ licenses: MIT
|
|
658
686
|
│ ├─ repository: https://github.com/babel/babel
|
|
659
687
|
│ ├─ publisher: The Babel Team
|
|
660
688
|
│ ├─ url: https://babel.dev/team
|
|
661
689
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-typeof-symbol
|
|
662
690
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-typeof-symbol/LICENSE
|
|
663
|
-
├─ @babel/plugin-transform-unicode-escapes@7.
|
|
691
|
+
├─ @babel/plugin-transform-unicode-escapes@7.16.7
|
|
664
692
|
│ ├─ licenses: MIT
|
|
665
693
|
│ ├─ repository: https://github.com/babel/babel
|
|
666
694
|
│ ├─ publisher: The Babel Team
|
|
667
695
|
│ ├─ url: https://babel.dev/team
|
|
668
696
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-unicode-escapes
|
|
669
697
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-unicode-escapes/LICENSE
|
|
670
|
-
├─ @babel/plugin-transform-unicode-regex@7.
|
|
698
|
+
├─ @babel/plugin-transform-unicode-regex@7.16.7
|
|
671
699
|
│ ├─ licenses: MIT
|
|
672
700
|
│ ├─ repository: https://github.com/babel/babel
|
|
673
701
|
│ ├─ publisher: The Babel Team
|
|
674
702
|
│ ├─ url: https://babel.dev/team
|
|
675
703
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-unicode-regex
|
|
676
704
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/plugin-transform-unicode-regex/LICENSE
|
|
677
|
-
├─ @babel/preset-env@7.
|
|
705
|
+
├─ @babel/preset-env@7.16.11
|
|
678
706
|
│ ├─ licenses: MIT
|
|
679
707
|
│ ├─ repository: https://github.com/babel/babel
|
|
680
708
|
│ ├─ publisher: The Babel Team
|
|
681
709
|
│ ├─ url: https://babel.dev/team
|
|
682
710
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/preset-env
|
|
683
711
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/preset-env/LICENSE
|
|
684
|
-
├─ @babel/preset-modules@0.1.
|
|
712
|
+
├─ @babel/preset-modules@0.1.5
|
|
685
713
|
│ ├─ licenses: MIT
|
|
714
|
+
│ ├─ repository: https://github.com/babel/preset-modules
|
|
686
715
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/preset-modules
|
|
687
716
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/preset-modules/LICENSE
|
|
688
|
-
├─ @babel/register@7.
|
|
717
|
+
├─ @babel/register@7.16.9
|
|
689
718
|
│ ├─ licenses: MIT
|
|
690
719
|
│ ├─ repository: https://github.com/babel/babel
|
|
691
720
|
│ ├─ publisher: The Babel Team
|
|
692
721
|
│ ├─ url: https://babel.dev/team
|
|
693
722
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/register
|
|
694
723
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/register/LICENSE
|
|
695
|
-
├─ @babel/runtime-corejs3@7.
|
|
724
|
+
├─ @babel/runtime-corejs3@7.15.3
|
|
696
725
|
│ ├─ licenses: MIT
|
|
697
726
|
│ ├─ repository: https://github.com/babel/babel
|
|
698
|
-
│ ├─ publisher:
|
|
699
|
-
│ ├─
|
|
727
|
+
│ ├─ publisher: The Babel Team
|
|
728
|
+
│ ├─ url: https://babel.dev/team
|
|
700
729
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/runtime-corejs3
|
|
701
730
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/runtime-corejs3/LICENSE
|
|
702
|
-
├─ @babel/runtime@7.
|
|
731
|
+
├─ @babel/runtime@7.17.2
|
|
703
732
|
│ ├─ licenses: MIT
|
|
704
733
|
│ ├─ repository: https://github.com/babel/babel
|
|
705
734
|
│ ├─ publisher: The Babel Team
|
|
706
735
|
│ ├─ url: https://babel.dev/team
|
|
707
736
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/runtime
|
|
708
737
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/runtime/LICENSE
|
|
709
|
-
├─ @babel/template@7.
|
|
738
|
+
├─ @babel/template@7.16.7
|
|
710
739
|
│ ├─ licenses: MIT
|
|
711
740
|
│ ├─ repository: https://github.com/babel/babel
|
|
712
741
|
│ ├─ publisher: The Babel Team
|
|
713
742
|
│ ├─ url: https://babel.dev/team
|
|
714
743
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/template
|
|
715
744
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/template/LICENSE
|
|
716
|
-
├─ @babel/traverse@7.
|
|
745
|
+
├─ @babel/traverse@7.16.10
|
|
717
746
|
│ ├─ licenses: MIT
|
|
718
747
|
│ ├─ repository: https://github.com/babel/babel
|
|
719
748
|
│ ├─ publisher: The Babel Team
|
|
720
749
|
│ ├─ url: https://babel.dev/team
|
|
721
750
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/traverse
|
|
722
751
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/traverse/LICENSE
|
|
723
|
-
├─ @babel/
|
|
752
|
+
├─ @babel/traverse@7.17.0
|
|
753
|
+
│ ├─ licenses: MIT
|
|
754
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
755
|
+
│ ├─ publisher: The Babel Team
|
|
756
|
+
│ ├─ url: https://babel.dev/team
|
|
757
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helpers/node_modules/@babel/traverse
|
|
758
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helpers/node_modules/@babel/traverse/LICENSE
|
|
759
|
+
├─ @babel/types@7.16.8
|
|
724
760
|
│ ├─ licenses: MIT
|
|
725
761
|
│ ├─ repository: https://github.com/babel/babel
|
|
726
762
|
│ ├─ publisher: The Babel Team
|
|
727
763
|
│ ├─ url: https://babel.dev/team
|
|
728
764
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-annotate-as-pure/node_modules/@babel/types
|
|
729
765
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-annotate-as-pure/node_modules/@babel/types/LICENSE
|
|
766
|
+
├─ @babel/types@7.17.0
|
|
767
|
+
│ ├─ licenses: MIT
|
|
768
|
+
│ ├─ repository: https://github.com/babel/babel
|
|
769
|
+
│ ├─ publisher: The Babel Team
|
|
770
|
+
│ ├─ url: https://babel.dev/team
|
|
771
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/types
|
|
772
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/core/node_modules/@babel/types/LICENSE
|
|
730
773
|
├─ @babel/types@7.8.7
|
|
731
774
|
│ ├─ licenses: MIT
|
|
732
775
|
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-types
|
|
@@ -734,12 +777,31 @@
|
|
|
734
777
|
│ ├─ email: sebmck@gmail.com
|
|
735
778
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/types
|
|
736
779
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/types/LICENSE
|
|
737
|
-
├─ @eslint/eslintrc@
|
|
780
|
+
├─ @eslint/eslintrc@1.1.0
|
|
738
781
|
│ ├─ licenses: MIT
|
|
739
782
|
│ ├─ repository: https://github.com/eslint/eslintrc
|
|
740
783
|
│ ├─ publisher: Nicholas C. Zakas
|
|
741
784
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc
|
|
742
785
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc/LICENSE
|
|
786
|
+
├─ @gar/promisify@1.1.2
|
|
787
|
+
│ ├─ licenses: MIT
|
|
788
|
+
│ ├─ repository: https://github.com/wraithgar/gar-promisify
|
|
789
|
+
│ ├─ publisher: Gar
|
|
790
|
+
│ ├─ email: gar+npm@danger.computer
|
|
791
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@gar/promisify
|
|
792
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@gar/promisify/README.md
|
|
793
|
+
├─ @humanwhocodes/config-array@0.9.3
|
|
794
|
+
│ ├─ licenses: Apache-2.0
|
|
795
|
+
│ ├─ repository: https://github.com/humanwhocodes/config-array
|
|
796
|
+
│ ├─ publisher: Nicholas C. Zakas
|
|
797
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@humanwhocodes/config-array
|
|
798
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@humanwhocodes/config-array/LICENSE
|
|
799
|
+
├─ @humanwhocodes/object-schema@1.2.1
|
|
800
|
+
│ ├─ licenses: BSD-3-Clause
|
|
801
|
+
│ ├─ repository: https://github.com/humanwhocodes/object-schema
|
|
802
|
+
│ ├─ publisher: Nicholas C. Zakas
|
|
803
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@humanwhocodes/object-schema
|
|
804
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@humanwhocodes/object-schema/LICENSE
|
|
743
805
|
├─ @istanbuljs/load-nyc-config@1.1.0
|
|
744
806
|
│ ├─ licenses: ISC
|
|
745
807
|
│ ├─ repository: https://github.com/istanbuljs/load-nyc-config
|
|
@@ -751,6 +813,26 @@
|
|
|
751
813
|
│ ├─ publisher: Corey Farrell
|
|
752
814
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@istanbuljs/schema
|
|
753
815
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@istanbuljs/schema/LICENSE
|
|
816
|
+
├─ @jridgewell/resolve-uri@3.0.5
|
|
817
|
+
│ ├─ licenses: MIT
|
|
818
|
+
│ ├─ repository: https://github.com/jridgewell/resolve-uri
|
|
819
|
+
│ ├─ publisher: Justin Ridgewell
|
|
820
|
+
│ ├─ email: justin@ridgewell.name
|
|
821
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@jridgewell/resolve-uri
|
|
822
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@jridgewell/resolve-uri/LICENSE
|
|
823
|
+
├─ @jridgewell/sourcemap-codec@1.4.11
|
|
824
|
+
│ ├─ licenses: MIT
|
|
825
|
+
│ ├─ repository: https://github.com/jridgewell/sourcemap-codec
|
|
826
|
+
│ ├─ publisher: Rich Harris
|
|
827
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@jridgewell/sourcemap-codec
|
|
828
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@jridgewell/sourcemap-codec/LICENSE
|
|
829
|
+
├─ @jridgewell/trace-mapping@0.3.4
|
|
830
|
+
│ ├─ licenses: MIT
|
|
831
|
+
│ ├─ repository: https://github.com/jridgewell/trace-mapping
|
|
832
|
+
│ ├─ publisher: Justin Ridgewell
|
|
833
|
+
│ ├─ email: justin@ridgewell.name
|
|
834
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@jridgewell/trace-mapping
|
|
835
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@jridgewell/trace-mapping/LICENSE
|
|
754
836
|
├─ @jsdevtools/ono@7.1.3
|
|
755
837
|
│ ├─ licenses: MIT
|
|
756
838
|
│ ├─ repository: https://github.com/JS-DevTools/ono
|
|
@@ -758,22 +840,27 @@
|
|
|
758
840
|
│ ├─ url: https://jamesmessinger.com
|
|
759
841
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@jsdevtools/ono
|
|
760
842
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@jsdevtools/ono/LICENSE
|
|
761
|
-
├─ @nodelib/fs.scandir@2.1.
|
|
843
|
+
├─ @nodelib/fs.scandir@2.1.5
|
|
762
844
|
│ ├─ licenses: MIT
|
|
763
845
|
│ ├─ repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
|
|
764
846
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@nodelib/fs.scandir
|
|
765
847
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@nodelib/fs.scandir/LICENSE
|
|
766
|
-
├─ @nodelib/fs.stat@2.0.
|
|
848
|
+
├─ @nodelib/fs.stat@2.0.5
|
|
767
849
|
│ ├─ licenses: MIT
|
|
768
850
|
│ ├─ repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
|
|
769
851
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@nodelib/fs.stat
|
|
770
852
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@nodelib/fs.stat/LICENSE
|
|
771
|
-
├─ @nodelib/fs.walk@1.2.
|
|
853
|
+
├─ @nodelib/fs.walk@1.2.8
|
|
772
854
|
│ ├─ licenses: MIT
|
|
773
855
|
│ ├─ repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
|
|
774
856
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@nodelib/fs.walk
|
|
775
857
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@nodelib/fs.walk/LICENSE
|
|
776
|
-
├─ @npmcli/
|
|
858
|
+
├─ @npmcli/fs@1.1.1
|
|
859
|
+
│ ├─ licenses: ISC
|
|
860
|
+
│ ├─ publisher: GitHub Inc.
|
|
861
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@npmcli/fs
|
|
862
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@npmcli/fs/LICENSE.md
|
|
863
|
+
├─ @npmcli/git@2.1.0
|
|
777
864
|
│ ├─ licenses: ISC
|
|
778
865
|
│ ├─ repository: https://github.com/npm/git
|
|
779
866
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -794,8 +881,9 @@
|
|
|
794
881
|
│ ├─ repository: https://github.com/npm/move-file
|
|
795
882
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@npmcli/move-file
|
|
796
883
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@npmcli/move-file/LICENSE.md
|
|
797
|
-
├─ @npmcli/node-gyp@1.0.
|
|
884
|
+
├─ @npmcli/node-gyp@1.0.3
|
|
798
885
|
│ ├─ licenses: ISC
|
|
886
|
+
│ ├─ repository: https://github.com/npm/node-gyp
|
|
799
887
|
│ ├─ publisher: Brian Jenkins
|
|
800
888
|
│ ├─ email: bonkydog@bonkydog.com
|
|
801
889
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@npmcli/node-gyp
|
|
@@ -808,7 +896,7 @@
|
|
|
808
896
|
│ ├─ url: https://izs.me
|
|
809
897
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@npmcli/promise-spawn
|
|
810
898
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@npmcli/promise-spawn/LICENSE
|
|
811
|
-
├─ @npmcli/run-script@
|
|
899
|
+
├─ @npmcli/run-script@2.0.0
|
|
812
900
|
│ ├─ licenses: ISC
|
|
813
901
|
│ ├─ repository: https://github.com/npm/run-script
|
|
814
902
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -824,6 +912,19 @@
|
|
|
824
912
|
│ ├─ url: sindresorhus.com
|
|
825
913
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@sindresorhus/is
|
|
826
914
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@sindresorhus/is/license
|
|
915
|
+
├─ @socket.io/base64-arraybuffer@1.0.2
|
|
916
|
+
│ ├─ licenses: MIT
|
|
917
|
+
│ ├─ repository: https://github.com/socketio/base64-arraybuffer
|
|
918
|
+
│ ├─ publisher: Niklas von Hertzen
|
|
919
|
+
│ ├─ email: niklasvh@gmail.com
|
|
920
|
+
│ ├─ url: https://hertzen.com
|
|
921
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@socket.io/base64-arraybuffer
|
|
922
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@socket.io/base64-arraybuffer/LICENSE
|
|
923
|
+
├─ @socket.io/component-emitter@3.0.0
|
|
924
|
+
│ ├─ licenses: MIT
|
|
925
|
+
│ ├─ repository: https://github.com/socketio/emitter
|
|
926
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@socket.io/component-emitter
|
|
927
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@socket.io/component-emitter/LICENSE
|
|
827
928
|
├─ @szmarczak/http-timer@1.1.2
|
|
828
929
|
│ ├─ licenses: MIT
|
|
829
930
|
│ ├─ repository: https://github.com/szmarczak/http-timer
|
|
@@ -837,22 +938,30 @@
|
|
|
837
938
|
│ ├─ email: nathan@tootallnate.net
|
|
838
939
|
│ ├─ url: http://n8.io/
|
|
839
940
|
│ └─ path: /home/ftreml/dev/botium-core/node_modules/@tootallnate/once
|
|
941
|
+
├─ @tootallnate/once@2.0.0
|
|
942
|
+
│ ├─ licenses: MIT
|
|
943
|
+
│ ├─ repository: https://github.com/TooTallNate/once
|
|
944
|
+
│ ├─ publisher: Nathan Rajlich
|
|
945
|
+
│ ├─ email: nathan@tootallnate.net
|
|
946
|
+
│ ├─ url: http://n8.io/
|
|
947
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch/node_modules/@tootallnate/once
|
|
948
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch/node_modules/@tootallnate/once/LICENSE
|
|
840
949
|
├─ @types/color-name@1.1.1
|
|
841
950
|
│ ├─ licenses: MIT
|
|
842
951
|
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
843
952
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@types/color-name
|
|
844
953
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@types/color-name/LICENSE
|
|
845
|
-
├─ @types/component-emitter@1.2.
|
|
954
|
+
├─ @types/component-emitter@1.2.11
|
|
846
955
|
│ ├─ licenses: MIT
|
|
847
956
|
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
848
957
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@types/component-emitter
|
|
849
958
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@types/component-emitter/LICENSE
|
|
850
|
-
├─ @types/cookie@0.4.
|
|
959
|
+
├─ @types/cookie@0.4.1
|
|
851
960
|
│ ├─ licenses: MIT
|
|
852
961
|
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
853
962
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@types/cookie
|
|
854
963
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@types/cookie/LICENSE
|
|
855
|
-
├─ @types/cors@2.8.
|
|
964
|
+
├─ @types/cors@2.8.12
|
|
856
965
|
│ ├─ licenses: MIT
|
|
857
966
|
│ ├─ repository: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
858
967
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@types/cors
|
|
@@ -897,17 +1006,22 @@
|
|
|
897
1006
|
│ ├─ repository: https://github.com/jshttp/accepts
|
|
898
1007
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/accepts
|
|
899
1008
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/accepts/LICENSE
|
|
900
|
-
├─ acorn-jsx@5.3.
|
|
1009
|
+
├─ acorn-jsx@5.3.2
|
|
901
1010
|
│ ├─ licenses: MIT
|
|
902
1011
|
│ ├─ repository: https://github.com/acornjs/acorn-jsx
|
|
903
1012
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/acorn-jsx
|
|
904
1013
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/acorn-jsx/LICENSE
|
|
905
|
-
├─ acorn@
|
|
1014
|
+
├─ acorn-walk@8.2.0
|
|
1015
|
+
│ ├─ licenses: MIT
|
|
1016
|
+
│ ├─ repository: https://github.com/acornjs/acorn
|
|
1017
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/acorn-walk
|
|
1018
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/acorn-walk/LICENSE
|
|
1019
|
+
├─ acorn@8.7.0
|
|
906
1020
|
│ ├─ licenses: MIT
|
|
907
1021
|
│ ├─ repository: https://github.com/acornjs/acorn
|
|
908
1022
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/acorn
|
|
909
1023
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/acorn/LICENSE
|
|
910
|
-
├─ adler-32@1.
|
|
1024
|
+
├─ adler-32@1.3.0
|
|
911
1025
|
│ ├─ licenses: Apache-2.0
|
|
912
1026
|
│ ├─ repository: https://github.com/SheetJS/js-adler32
|
|
913
1027
|
│ ├─ publisher: sheetjs
|
|
@@ -921,7 +1035,7 @@
|
|
|
921
1035
|
│ ├─ url: http://n8.io/
|
|
922
1036
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/agent-base
|
|
923
1037
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/agent-base/README.md
|
|
924
|
-
├─ agentkeepalive@4.
|
|
1038
|
+
├─ agentkeepalive@4.2.0
|
|
925
1039
|
│ ├─ licenses: MIT
|
|
926
1040
|
│ ├─ repository: https://github.com/node-modules/agentkeepalive
|
|
927
1041
|
│ ├─ publisher: fengmk2
|
|
@@ -949,12 +1063,6 @@
|
|
|
949
1063
|
│ ├─ publisher: Evgeny Poberezkin
|
|
950
1064
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc/node_modules/ajv
|
|
951
1065
|
│ └─ 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
1066
|
├─ ansi-align@3.0.0
|
|
959
1067
|
│ ├─ licenses: ISC
|
|
960
1068
|
│ ├─ repository: https://github.com/nexdrew/ansi-align
|
|
@@ -968,22 +1076,6 @@
|
|
|
968
1076
|
│ ├─ url: https://github.com/doowb
|
|
969
1077
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ansi-colors
|
|
970
1078
|
│ └─ 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
1079
|
├─ ansi-regex@4.1.0
|
|
988
1080
|
│ ├─ licenses: MIT
|
|
989
1081
|
│ ├─ repository: https://github.com/chalk/ansi-regex
|
|
@@ -1000,6 +1092,14 @@
|
|
|
1000
1092
|
│ ├─ url: sindresorhus.com
|
|
1001
1093
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ansi-regex
|
|
1002
1094
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ansi-regex/license
|
|
1095
|
+
├─ ansi-regex@5.0.1
|
|
1096
|
+
│ ├─ licenses: MIT
|
|
1097
|
+
│ ├─ repository: https://github.com/chalk/ansi-regex
|
|
1098
|
+
│ ├─ publisher: Sindre Sorhus
|
|
1099
|
+
│ ├─ email: sindresorhus@gmail.com
|
|
1100
|
+
│ ├─ url: sindresorhus.com
|
|
1101
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/ansi-regex
|
|
1102
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/ansi-regex/license
|
|
1003
1103
|
├─ ansi-styles@3.2.1
|
|
1004
1104
|
│ ├─ licenses: MIT
|
|
1005
1105
|
│ ├─ repository: https://github.com/chalk/ansi-styles
|
|
@@ -1039,7 +1139,7 @@
|
|
|
1039
1139
|
│ ├─ url: github.com/jamestalmage
|
|
1040
1140
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/append-transform
|
|
1041
1141
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/append-transform/license
|
|
1042
|
-
├─ aproba@
|
|
1142
|
+
├─ aproba@2.0.0
|
|
1043
1143
|
│ ├─ licenses: ISC
|
|
1044
1144
|
│ ├─ repository: https://github.com/iarna/aproba
|
|
1045
1145
|
│ ├─ publisher: Rebecca Turner
|
|
@@ -1054,13 +1154,12 @@
|
|
|
1054
1154
|
│ ├─ url: http://substack.net
|
|
1055
1155
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/archy
|
|
1056
1156
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/archy/LICENSE
|
|
1057
|
-
├─ are-we-there-yet@
|
|
1157
|
+
├─ are-we-there-yet@3.0.0
|
|
1058
1158
|
│ ├─ licenses: ISC
|
|
1059
|
-
│ ├─ repository: https://github.com/
|
|
1060
|
-
│ ├─ publisher:
|
|
1061
|
-
│ ├─ url: http://re-becca.org
|
|
1159
|
+
│ ├─ repository: https://github.com/npm/are-we-there-yet
|
|
1160
|
+
│ ├─ publisher: GitHub Inc.
|
|
1062
1161
|
│ ├─ 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
|
|
1162
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/are-we-there-yet/LICENSE.md
|
|
1064
1163
|
├─ argparse@1.0.10
|
|
1065
1164
|
│ ├─ licenses: MIT
|
|
1066
1165
|
│ ├─ repository: https://github.com/nodeca/argparse
|
|
@@ -1087,7 +1186,7 @@
|
|
|
1087
1186
|
│ ├─ url: http://blakeembrey.me
|
|
1088
1187
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array-flatten
|
|
1089
1188
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array-flatten/LICENSE
|
|
1090
|
-
├─ array-includes@3.1.
|
|
1189
|
+
├─ array-includes@3.1.4
|
|
1091
1190
|
│ ├─ licenses: MIT
|
|
1092
1191
|
│ ├─ repository: https://github.com/es-shims/array-includes
|
|
1093
1192
|
│ ├─ publisher: Jordan Harband
|
|
@@ -1103,7 +1202,7 @@
|
|
|
1103
1202
|
│ ├─ url: sindresorhus.com
|
|
1104
1203
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array-union
|
|
1105
1204
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array-union/license
|
|
1106
|
-
├─ array.prototype.flat@1.2.
|
|
1205
|
+
├─ array.prototype.flat@1.2.5
|
|
1107
1206
|
│ ├─ licenses: MIT
|
|
1108
1207
|
│ ├─ repository: https://github.com/es-shims/Array.prototype.flat
|
|
1109
1208
|
│ ├─ publisher: Jordan Harband
|
|
@@ -1111,7 +1210,7 @@
|
|
|
1111
1210
|
│ ├─ url: http://ljharb.codes
|
|
1112
1211
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat
|
|
1113
1212
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.flat/LICENSE
|
|
1114
|
-
├─ array.prototype.map@1.0.
|
|
1213
|
+
├─ array.prototype.map@1.0.4
|
|
1115
1214
|
│ ├─ licenses: MIT
|
|
1116
1215
|
│ ├─ repository: https://github.com/es-shims/Array.prototype.map
|
|
1117
1216
|
│ ├─ publisher: Jordan Harband
|
|
@@ -1145,15 +1244,7 @@
|
|
|
1145
1244
|
│ ├─ url: http://qualiancy.com
|
|
1146
1245
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/assertion-error
|
|
1147
1246
|
│ └─ 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
|
|
1247
|
+
├─ async@3.2.3
|
|
1157
1248
|
│ ├─ licenses: MIT
|
|
1158
1249
|
│ ├─ repository: https://github.com/caolan/async
|
|
1159
1250
|
│ ├─ publisher: Caolan McMahon
|
|
@@ -1189,17 +1280,17 @@
|
|
|
1189
1280
|
│ ├─ email: jordan.gensler@airbnb.com
|
|
1190
1281
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/babel-plugin-dynamic-import-node
|
|
1191
1282
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/babel-plugin-dynamic-import-node/LICENSE
|
|
1192
|
-
├─ babel-plugin-polyfill-corejs2@0.
|
|
1283
|
+
├─ babel-plugin-polyfill-corejs2@0.3.1
|
|
1193
1284
|
│ ├─ licenses: MIT
|
|
1194
1285
|
│ ├─ repository: https://github.com/babel/babel-polyfills
|
|
1195
1286
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/babel-plugin-polyfill-corejs2
|
|
1196
1287
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/babel-plugin-polyfill-corejs2/LICENSE
|
|
1197
|
-
├─ babel-plugin-polyfill-corejs3@0.
|
|
1288
|
+
├─ babel-plugin-polyfill-corejs3@0.5.1
|
|
1198
1289
|
│ ├─ licenses: MIT
|
|
1199
1290
|
│ ├─ repository: https://github.com/babel/babel-polyfills
|
|
1200
1291
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/babel-plugin-polyfill-corejs3
|
|
1201
1292
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/babel-plugin-polyfill-corejs3/LICENSE
|
|
1202
|
-
├─ babel-plugin-polyfill-regenerator@0.
|
|
1293
|
+
├─ babel-plugin-polyfill-regenerator@0.3.1
|
|
1203
1294
|
│ ├─ licenses: MIT
|
|
1204
1295
|
│ ├─ repository: https://github.com/babel/babel-polyfills
|
|
1205
1296
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/babel-plugin-polyfill-regenerator
|
|
@@ -1217,14 +1308,6 @@
|
|
|
1217
1308
|
│ ├─ url: http://juliangruber.com
|
|
1218
1309
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/balanced-match
|
|
1219
1310
|
│ └─ 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
1311
|
├─ base64id@2.0.0
|
|
1229
1312
|
│ ├─ licenses: MIT
|
|
1230
1313
|
│ ├─ repository: https://github.com/faeldt/base64id
|
|
@@ -1245,17 +1328,17 @@
|
|
|
1245
1328
|
│ ├─ url: sindresorhus.com
|
|
1246
1329
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/binary-extensions
|
|
1247
1330
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/binary-extensions/license
|
|
1248
|
-
├─ body-parser@1.19.
|
|
1331
|
+
├─ body-parser@1.19.1
|
|
1249
1332
|
│ ├─ licenses: MIT
|
|
1250
1333
|
│ ├─ repository: https://github.com/expressjs/body-parser
|
|
1251
1334
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/body-parser
|
|
1252
1335
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/body-parser/LICENSE
|
|
1253
|
-
├─ boolean@3.1.
|
|
1336
|
+
├─ boolean@3.1.4
|
|
1254
1337
|
│ ├─ licenses: MIT
|
|
1255
1338
|
│ ├─ repository: https://github.com/thenativeweb/boolean
|
|
1256
1339
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/boolean
|
|
1257
1340
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/boolean/LICENSE.txt
|
|
1258
|
-
├─ botium-core@1.
|
|
1341
|
+
├─ botium-core@1.12.3
|
|
1259
1342
|
│ ├─ licenses: MIT
|
|
1260
1343
|
│ ├─ repository: https://github.com/codeforequity-at/botium-core
|
|
1261
1344
|
│ ├─ publisher: Florian Treml
|
|
@@ -1267,7 +1350,7 @@
|
|
|
1267
1350
|
│ ├─ publisher: Simon Grondin
|
|
1268
1351
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/bottleneck
|
|
1269
1352
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/bottleneck/LICENSE
|
|
1270
|
-
├─ boxen@5.
|
|
1353
|
+
├─ boxen@5.1.1
|
|
1271
1354
|
│ ├─ licenses: MIT
|
|
1272
1355
|
│ ├─ repository: https://github.com/sindresorhus/boxen
|
|
1273
1356
|
│ ├─ publisher: Sindre Sorhus
|
|
@@ -1296,14 +1379,14 @@
|
|
|
1296
1379
|
│ ├─ publisher: kumavis
|
|
1297
1380
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/browser-stdout
|
|
1298
1381
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/browser-stdout/LICENSE
|
|
1299
|
-
├─ browserslist@4.
|
|
1382
|
+
├─ browserslist@4.19.1
|
|
1300
1383
|
│ ├─ licenses: MIT
|
|
1301
1384
|
│ ├─ repository: https://github.com/browserslist/browserslist
|
|
1302
1385
|
│ ├─ publisher: Andrey Sitnik
|
|
1303
1386
|
│ ├─ email: andrey@sitnik.ru
|
|
1304
1387
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/browserslist
|
|
1305
1388
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/browserslist/LICENSE
|
|
1306
|
-
├─ buffer-from@1.1.
|
|
1389
|
+
├─ buffer-from@1.1.2
|
|
1307
1390
|
│ ├─ licenses: MIT
|
|
1308
1391
|
│ ├─ repository: https://github.com/LinusU/buffer-from
|
|
1309
1392
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/buffer-from
|
|
@@ -1321,7 +1404,7 @@
|
|
|
1321
1404
|
│ ├─ repository: https://github.com/juliangruber/builtins
|
|
1322
1405
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/builtins
|
|
1323
1406
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/builtins/License
|
|
1324
|
-
├─ bytes@3.1.
|
|
1407
|
+
├─ bytes@3.1.1
|
|
1325
1408
|
│ ├─ licenses: MIT
|
|
1326
1409
|
│ ├─ repository: https://github.com/visionmedia/bytes.js
|
|
1327
1410
|
│ ├─ publisher: TJ Holowaychuk
|
|
@@ -1329,7 +1412,7 @@
|
|
|
1329
1412
|
│ ├─ url: http://tjholowaychuk.com
|
|
1330
1413
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/bytes
|
|
1331
1414
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/bytes/LICENSE
|
|
1332
|
-
├─ cacache@15.
|
|
1415
|
+
├─ cacache@15.3.0
|
|
1333
1416
|
│ ├─ licenses: ISC
|
|
1334
1417
|
│ ├─ repository: https://github.com/npm/cacache
|
|
1335
1418
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cacache
|
|
@@ -1386,7 +1469,15 @@
|
|
|
1386
1469
|
│ ├─ url: https://sindresorhus.com
|
|
1387
1470
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/boxen/node_modules/camelcase
|
|
1388
1471
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/boxen/node_modules/camelcase/license
|
|
1389
|
-
├─
|
|
1472
|
+
├─ camelcase@6.3.0
|
|
1473
|
+
│ ├─ licenses: MIT
|
|
1474
|
+
│ ├─ repository: https://github.com/sindresorhus/camelcase
|
|
1475
|
+
│ ├─ publisher: Sindre Sorhus
|
|
1476
|
+
│ ├─ email: sindresorhus@gmail.com
|
|
1477
|
+
│ ├─ url: https://sindresorhus.com
|
|
1478
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/yargs-unparser/node_modules/camelcase
|
|
1479
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/yargs-unparser/node_modules/camelcase/license
|
|
1480
|
+
├─ caniuse-lite@1.0.30001301
|
|
1390
1481
|
│ ├─ licenses: CC-BY-4.0
|
|
1391
1482
|
│ ├─ repository: https://github.com/browserslist/caniuse-lite
|
|
1392
1483
|
│ ├─ publisher: Ben Briggs
|
|
@@ -1401,7 +1492,7 @@
|
|
|
1401
1492
|
│ ├─ email: mikeal.rogers@gmail.com
|
|
1402
1493
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/caseless
|
|
1403
1494
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/caseless/LICENSE
|
|
1404
|
-
├─ cfb@1.2.
|
|
1495
|
+
├─ cfb@1.2.1
|
|
1405
1496
|
│ ├─ licenses: Apache-2.0
|
|
1406
1497
|
│ ├─ repository: https://github.com/SheetJS/js-cfb
|
|
1407
1498
|
│ ├─ publisher: sheetjs
|
|
@@ -1415,7 +1506,7 @@
|
|
|
1415
1506
|
│ ├─ url: https://domenic.me
|
|
1416
1507
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/chai-as-promised
|
|
1417
1508
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/chai-as-promised/LICENSE.txt
|
|
1418
|
-
├─ chai@4.3.
|
|
1509
|
+
├─ chai@4.3.6
|
|
1419
1510
|
│ ├─ licenses: MIT
|
|
1420
1511
|
│ ├─ repository: https://github.com/chaijs/chai
|
|
1421
1512
|
│ ├─ publisher: Jake Luer
|
|
@@ -1427,7 +1518,7 @@
|
|
|
1427
1518
|
│ ├─ repository: https://github.com/chalk/chalk
|
|
1428
1519
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/chalk
|
|
1429
1520
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/chalk/license
|
|
1430
|
-
├─ chalk@4.1.
|
|
1521
|
+
├─ chalk@4.1.2
|
|
1431
1522
|
│ ├─ licenses: MIT
|
|
1432
1523
|
│ ├─ repository: https://github.com/chalk/chalk
|
|
1433
1524
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/boxen/node_modules/chalk
|
|
@@ -1440,7 +1531,7 @@
|
|
|
1440
1531
|
│ ├─ url: http://alogicalparadox.com
|
|
1441
1532
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/check-error
|
|
1442
1533
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/check-error/LICENSE
|
|
1443
|
-
├─ chokidar@3.5.
|
|
1534
|
+
├─ chokidar@3.5.3
|
|
1444
1535
|
│ ├─ licenses: MIT
|
|
1445
1536
|
│ ├─ repository: https://github.com/paulmillr/chokidar
|
|
1446
1537
|
│ ├─ publisher: Paul Miller
|
|
@@ -1485,13 +1576,13 @@
|
|
|
1485
1576
|
│ ├─ url: https://sindresorhus.com
|
|
1486
1577
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cli-boxes
|
|
1487
1578
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cli-boxes/license
|
|
1488
|
-
├─ cli-table@0.3.
|
|
1579
|
+
├─ cli-table@0.3.11
|
|
1489
1580
|
│ ├─ licenses: MIT*
|
|
1490
1581
|
│ ├─ repository: https://github.com/Automattic/cli-table
|
|
1491
1582
|
│ ├─ publisher: Guillermo Rauch
|
|
1492
1583
|
│ ├─ email: guillermo@learnboost.com
|
|
1493
1584
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cli-table
|
|
1494
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cli-table/
|
|
1585
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cli-table/LICENSE
|
|
1495
1586
|
├─ cliui@6.0.0
|
|
1496
1587
|
│ ├─ licenses: ISC
|
|
1497
1588
|
│ ├─ repository: https://github.com/yargs/cliui
|
|
@@ -1529,15 +1620,7 @@
|
|
|
1529
1620
|
│ ├─ url: http://github.com/Salakar/
|
|
1530
1621
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cluster-key-slot
|
|
1531
1622
|
│ └─ 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
|
|
1623
|
+
├─ codepage@1.15.0
|
|
1541
1624
|
│ ├─ licenses: Apache-2.0
|
|
1542
1625
|
│ ├─ repository: https://github.com/SheetJS/js-codepage
|
|
1543
1626
|
│ ├─ publisher: SheetJS
|
|
@@ -1571,18 +1654,26 @@
|
|
|
1571
1654
|
│ ├─ email: dfcreative@gmail.com
|
|
1572
1655
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/wrap-ansi/node_modules/color-name
|
|
1573
1656
|
│ └─ 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
|
-
│
|
|
1657
|
+
├─ color-support@1.1.3
|
|
1658
|
+
│ ├─ licenses: ISC
|
|
1659
|
+
│ ├─ repository: https://github.com/isaacs/color-support
|
|
1660
|
+
│ ├─ publisher: Isaac Z. Schlueter
|
|
1661
|
+
│ ├─ email: i@izs.me
|
|
1662
|
+
│ ├─ url: http://blog.izs.me/
|
|
1663
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/color-support
|
|
1664
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/color-support/LICENSE
|
|
1580
1665
|
├─ colors@1.0.3
|
|
1581
1666
|
│ ├─ licenses: MIT
|
|
1582
1667
|
│ ├─ repository: https://github.com/Marak/colors.js
|
|
1583
1668
|
│ ├─ publisher: Marak Squires
|
|
1584
1669
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/colors
|
|
1585
1670
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/colors/ReadMe.md
|
|
1671
|
+
├─ colors@1.4.0
|
|
1672
|
+
│ ├─ licenses: MIT
|
|
1673
|
+
│ ├─ repository: https://github.com/Marak/colors.js
|
|
1674
|
+
│ ├─ publisher: Marak Squires
|
|
1675
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/license-compatibility-checker/node_modules/colors
|
|
1676
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/license-compatibility-checker/node_modules/colors/LICENSE
|
|
1586
1677
|
├─ combined-stream@1.0.8
|
|
1587
1678
|
│ ├─ licenses: MIT
|
|
1588
1679
|
│ ├─ repository: https://github.com/felixge/node-combined-stream
|
|
@@ -1591,20 +1682,6 @@
|
|
|
1591
1682
|
│ ├─ url: http://debuggable.com/
|
|
1592
1683
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/combined-stream
|
|
1593
1684
|
│ └─ 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
1685
|
├─ commander@2.20.3
|
|
1609
1686
|
│ ├─ licenses: MIT
|
|
1610
1687
|
│ ├─ repository: https://github.com/tj/commander.js
|
|
@@ -1626,7 +1703,7 @@
|
|
|
1626
1703
|
│ ├─ email: tj@vision-media.ca
|
|
1627
1704
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/swagger-jsdoc/node_modules/commander
|
|
1628
1705
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/swagger-jsdoc/node_modules/commander/LICENSE
|
|
1629
|
-
├─ commander@
|
|
1706
|
+
├─ commander@8.3.0
|
|
1630
1707
|
│ ├─ licenses: MIT
|
|
1631
1708
|
│ ├─ repository: https://github.com/tj/commander.js
|
|
1632
1709
|
│ ├─ publisher: TJ Holowaychuk
|
|
@@ -1670,7 +1747,7 @@
|
|
|
1670
1747
|
│ ├─ url: http://re-becca.org/
|
|
1671
1748
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/console-control-strings
|
|
1672
1749
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/console-control-strings/LICENSE
|
|
1673
|
-
├─ content-disposition@0.5.
|
|
1750
|
+
├─ content-disposition@0.5.4
|
|
1674
1751
|
│ ├─ licenses: MIT
|
|
1675
1752
|
│ ├─ repository: https://github.com/jshttp/content-disposition
|
|
1676
1753
|
│ ├─ publisher: Douglas Christopher Wilson
|
|
@@ -1699,31 +1776,24 @@
|
|
|
1699
1776
|
│ ├─ email: tj@learnboost.com
|
|
1700
1777
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cookie-signature
|
|
1701
1778
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cookie-signature/Readme.md
|
|
1702
|
-
├─ cookie@0.4.
|
|
1779
|
+
├─ cookie@0.4.1
|
|
1703
1780
|
│ ├─ licenses: MIT
|
|
1704
1781
|
│ ├─ repository: https://github.com/jshttp/cookie
|
|
1705
1782
|
│ ├─ publisher: Roman Shtylman
|
|
1706
1783
|
│ ├─ email: shtylman@gmail.com
|
|
1707
1784
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cookie
|
|
1708
1785
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cookie/LICENSE
|
|
1709
|
-
├─
|
|
1710
|
-
│ ├─ licenses: MIT
|
|
1711
|
-
│ ├─ repository: https://github.com/jshttp/cookie
|
|
1712
|
-
│ ├─ publisher: Roman Shtylman
|
|
1713
|
-
│ ├─ email: shtylman@gmail.com
|
|
1714
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/engine.io/node_modules/cookie
|
|
1715
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/engine.io/node_modules/cookie/LICENSE
|
|
1716
|
-
├─ core-js-compat@3.14.0
|
|
1786
|
+
├─ core-js-compat@3.20.3
|
|
1717
1787
|
│ ├─ licenses: MIT
|
|
1718
1788
|
│ ├─ repository: https://github.com/zloirock/core-js
|
|
1719
1789
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/core-js-compat
|
|
1720
1790
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/core-js-compat/LICENSE
|
|
1721
|
-
├─ core-js-pure@3.
|
|
1791
|
+
├─ core-js-pure@3.16.1
|
|
1722
1792
|
│ ├─ licenses: MIT
|
|
1723
1793
|
│ ├─ repository: https://github.com/zloirock/core-js
|
|
1724
1794
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/core-js-pure
|
|
1725
1795
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/core-js-pure/LICENSE
|
|
1726
|
-
├─ core-js@3.
|
|
1796
|
+
├─ core-js@3.20.3
|
|
1727
1797
|
│ ├─ licenses: MIT
|
|
1728
1798
|
│ ├─ repository: https://github.com/zloirock/core-js
|
|
1729
1799
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/core-js
|
|
@@ -1744,7 +1814,7 @@
|
|
|
1744
1814
|
│ ├─ url: https://github.com/troygoode/
|
|
1745
1815
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cors
|
|
1746
1816
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cors/LICENSE
|
|
1747
|
-
├─ crc-32@1.2.
|
|
1817
|
+
├─ crc-32@1.2.1
|
|
1748
1818
|
│ ├─ licenses: Apache-2.0
|
|
1749
1819
|
│ ├─ repository: https://github.com/SheetJS/js-crc32
|
|
1750
1820
|
│ ├─ publisher: sheetjs
|
|
@@ -1780,9 +1850,9 @@
|
|
|
1780
1850
|
│ ├─ url: sindresorhus.com
|
|
1781
1851
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/crypto-random-string
|
|
1782
1852
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/crypto-random-string/license
|
|
1783
|
-
├─ csv-parse@
|
|
1853
|
+
├─ csv-parse@5.0.4
|
|
1784
1854
|
│ ├─ licenses: MIT
|
|
1785
|
-
│ ├─ repository: https://github.com/
|
|
1855
|
+
│ ├─ repository: https://github.com/adaltas/node-csv
|
|
1786
1856
|
│ ├─ publisher: David Worms
|
|
1787
1857
|
│ ├─ email: david@adaltas.com
|
|
1788
1858
|
│ ├─ url: https://www.adaltas.com
|
|
@@ -1817,11 +1887,11 @@
|
|
|
1817
1887
|
│ ├─ email: tj@vision-media.ca
|
|
1818
1888
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-module-utils/node_modules/debug
|
|
1819
1889
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-module-utils/node_modules/debug/LICENSE
|
|
1820
|
-
├─ debug@4.3.
|
|
1890
|
+
├─ debug@4.3.3
|
|
1821
1891
|
│ ├─ licenses: MIT
|
|
1822
|
-
│ ├─ repository: https://github.com/
|
|
1823
|
-
│ ├─ publisher:
|
|
1824
|
-
│ ├─ email:
|
|
1892
|
+
│ ├─ repository: https://github.com/debug-js/debug
|
|
1893
|
+
│ ├─ publisher: Josh Junon
|
|
1894
|
+
│ ├─ email: josh.junon@protonmail.com
|
|
1825
1895
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/debug
|
|
1826
1896
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/debug/LICENSE
|
|
1827
1897
|
├─ debuglog@1.0.1
|
|
@@ -1904,7 +1974,7 @@
|
|
|
1904
1974
|
│ ├─ repository: https://github.com/visionmedia/node-delegates
|
|
1905
1975
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/delegates
|
|
1906
1976
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/delegates/License
|
|
1907
|
-
├─ denque@1.5.
|
|
1977
|
+
├─ denque@1.5.1
|
|
1908
1978
|
│ ├─ licenses: Apache-2.0
|
|
1909
1979
|
│ ├─ repository: https://github.com/invertase/denque
|
|
1910
1980
|
│ ├─ publisher: Invertase
|
|
@@ -1990,7 +2060,7 @@
|
|
|
1990
2060
|
│ ├─ url: http://jongleberry.com
|
|
1991
2061
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ee-first
|
|
1992
2062
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ee-first/LICENSE
|
|
1993
|
-
├─ electron-to-chromium@1.
|
|
2063
|
+
├─ electron-to-chromium@1.4.51
|
|
1994
2064
|
│ ├─ licenses: ISC
|
|
1995
2065
|
│ ├─ repository: https://github.com/kilian/electron-to-chromium
|
|
1996
2066
|
│ ├─ publisher: Kilian Valkhof
|
|
@@ -2028,30 +2098,23 @@
|
|
|
2028
2098
|
│ ├─ email: mathiasbuus@gmail.com
|
|
2029
2099
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/end-of-stream
|
|
2030
2100
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/end-of-stream/LICENSE
|
|
2031
|
-
├─ engine.io-client@
|
|
2101
|
+
├─ engine.io-client@6.1.1
|
|
2032
2102
|
│ ├─ licenses: MIT
|
|
2033
2103
|
│ ├─ repository: https://github.com/socketio/engine.io-client
|
|
2034
2104
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/engine.io-client
|
|
2035
2105
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/engine.io-client/LICENSE
|
|
2036
|
-
├─ engine.io-parser@
|
|
2106
|
+
├─ engine.io-parser@5.0.3
|
|
2037
2107
|
│ ├─ licenses: MIT
|
|
2038
2108
|
│ ├─ repository: https://github.com/socketio/engine.io-parser
|
|
2039
2109
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/engine.io-parser
|
|
2040
2110
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/engine.io-parser/LICENSE
|
|
2041
|
-
├─ engine.io@
|
|
2111
|
+
├─ engine.io@6.1.2
|
|
2042
2112
|
│ ├─ licenses: MIT
|
|
2043
2113
|
│ ├─ repository: https://github.com/socketio/engine.io
|
|
2044
2114
|
│ ├─ publisher: Guillermo Rauch
|
|
2045
2115
|
│ ├─ email: guillermo@learnboost.com
|
|
2046
2116
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/engine.io
|
|
2047
2117
|
│ └─ 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
2118
|
├─ entities@2.1.0
|
|
2056
2119
|
│ ├─ licenses: BSD-2-Clause
|
|
2057
2120
|
│ ├─ repository: https://github.com/fb55/entities
|
|
@@ -2075,12 +2138,7 @@
|
|
|
2075
2138
|
│ ├─ url: http://indigounited.com
|
|
2076
2139
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/err-code
|
|
2077
2140
|
│ └─ 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
|
|
2141
|
+
├─ es-abstract@1.19.1
|
|
2084
2142
|
│ ├─ licenses: MIT
|
|
2085
2143
|
│ ├─ repository: https://github.com/ljharb/es-abstract
|
|
2086
2144
|
│ ├─ publisher: Jordan Harband
|
|
@@ -2088,14 +2146,6 @@
|
|
|
2088
2146
|
│ ├─ url: http://ljharb.codes
|
|
2089
2147
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.map/node_modules/es-abstract
|
|
2090
2148
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.map/node_modules/es-abstract/LICENSE
|
|
2091
|
-
├─ es-abstract@1.18.3
|
|
2092
|
-
│ ├─ licenses: MIT
|
|
2093
|
-
│ ├─ repository: https://github.com/ljharb/es-abstract
|
|
2094
|
-
│ ├─ publisher: Jordan Harband
|
|
2095
|
-
│ ├─ email: ljharb@gmail.com
|
|
2096
|
-
│ ├─ 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
|
|
2099
2149
|
├─ es-array-method-boxes-properly@1.0.0
|
|
2100
2150
|
│ ├─ licenses: MIT
|
|
2101
2151
|
│ ├─ repository: https://github.com/ljharb/es-array-method-boxes-properly
|
|
@@ -2158,8 +2208,8 @@
|
|
|
2158
2208
|
│ ├─ publisher: Sindre Sorhus
|
|
2159
2209
|
│ ├─ email: sindresorhus@gmail.com
|
|
2160
2210
|
│ ├─ url: https://sindresorhus.com
|
|
2161
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
2162
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
2211
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/escape-string-regexp
|
|
2212
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/escape-string-regexp/license
|
|
2163
2213
|
├─ escodegen@1.14.3
|
|
2164
2214
|
│ ├─ licenses: BSD-2-Clause
|
|
2165
2215
|
│ ├─ repository: https://github.com/estools/escodegen
|
|
@@ -2173,16 +2223,16 @@
|
|
|
2173
2223
|
│ ├─ url: https://feross.org
|
|
2174
2224
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-config-standard
|
|
2175
2225
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-config-standard/LICENSE
|
|
2176
|
-
├─ eslint-import-resolver-node@0.3.
|
|
2226
|
+
├─ eslint-import-resolver-node@0.3.6
|
|
2177
2227
|
│ ├─ licenses: MIT
|
|
2178
|
-
│ ├─ repository: https://github.com/
|
|
2228
|
+
│ ├─ repository: https://github.com/import-js/eslint-plugin-import
|
|
2179
2229
|
│ ├─ publisher: Ben Mosher
|
|
2180
2230
|
│ ├─ url: me@benmosher.com
|
|
2181
2231
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-import-resolver-node
|
|
2182
2232
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-import-resolver-node/LICENSE
|
|
2183
|
-
├─ eslint-module-utils@2.
|
|
2233
|
+
├─ eslint-module-utils@2.7.2
|
|
2184
2234
|
│ ├─ licenses: MIT
|
|
2185
|
-
│ ├─ repository: https://github.com/
|
|
2235
|
+
│ ├─ repository: https://github.com/import-js/eslint-plugin-import
|
|
2186
2236
|
│ ├─ publisher: Ben Mosher
|
|
2187
2237
|
│ ├─ email: me@benmosher.com
|
|
2188
2238
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-module-utils
|
|
@@ -2194,9 +2244,9 @@
|
|
|
2194
2244
|
│ ├─ url: https://github.com/mysticatea
|
|
2195
2245
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-es
|
|
2196
2246
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-es/LICENSE
|
|
2197
|
-
├─ eslint-plugin-import@2.
|
|
2247
|
+
├─ eslint-plugin-import@2.25.4
|
|
2198
2248
|
│ ├─ licenses: MIT
|
|
2199
|
-
│ ├─ repository: https://github.com/
|
|
2249
|
+
│ ├─ repository: https://github.com/import-js/eslint-plugin-import
|
|
2200
2250
|
│ ├─ publisher: Ben Mosher
|
|
2201
2251
|
│ ├─ email: me@benmosher.com
|
|
2202
2252
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-import
|
|
@@ -2207,7 +2257,7 @@
|
|
|
2207
2257
|
│ ├─ publisher: Toru Nagashima
|
|
2208
2258
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-node
|
|
2209
2259
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-node/LICENSE
|
|
2210
|
-
├─ eslint-plugin-promise@
|
|
2260
|
+
├─ eslint-plugin-promise@6.0.0
|
|
2211
2261
|
│ ├─ licenses: ISC
|
|
2212
2262
|
│ ├─ repository: https://github.com/xjamundx/eslint-plugin-promise
|
|
2213
2263
|
│ ├─ publisher: jden
|
|
@@ -2222,7 +2272,7 @@
|
|
|
2222
2272
|
│ ├─ url: https://feross.org
|
|
2223
2273
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-standard
|
|
2224
2274
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-standard/LICENSE
|
|
2225
|
-
├─ eslint-scope@
|
|
2275
|
+
├─ eslint-scope@7.1.1
|
|
2226
2276
|
│ ├─ licenses: BSD-2-Clause
|
|
2227
2277
|
│ ├─ repository: https://github.com/eslint/eslint-scope
|
|
2228
2278
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-scope
|
|
@@ -2233,7 +2283,7 @@
|
|
|
2233
2283
|
│ ├─ publisher: Toru Nagashima
|
|
2234
2284
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-es/node_modules/eslint-utils
|
|
2235
2285
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-es/node_modules/eslint-utils/LICENSE
|
|
2236
|
-
├─ eslint-utils@
|
|
2286
|
+
├─ eslint-utils@3.0.0
|
|
2237
2287
|
│ ├─ licenses: MIT
|
|
2238
2288
|
│ ├─ repository: https://github.com/mysticatea/eslint-utils
|
|
2239
2289
|
│ ├─ publisher: Toru Nagashima
|
|
@@ -2246,28 +2296,28 @@
|
|
|
2246
2296
|
│ ├─ url: https://github.com/mysticatea
|
|
2247
2297
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-visitor-keys
|
|
2248
2298
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-visitor-keys/LICENSE
|
|
2249
|
-
├─ eslint-visitor-keys@1.
|
|
2299
|
+
├─ eslint-visitor-keys@2.1.0
|
|
2250
2300
|
│ ├─ licenses: Apache-2.0
|
|
2251
2301
|
│ ├─ repository: https://github.com/eslint/eslint-visitor-keys
|
|
2252
2302
|
│ ├─ publisher: Toru Nagashima
|
|
2253
2303
|
│ ├─ 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@
|
|
2304
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-utils/node_modules/eslint-visitor-keys
|
|
2305
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-utils/node_modules/eslint-visitor-keys/LICENSE
|
|
2306
|
+
├─ eslint-visitor-keys@3.3.0
|
|
2257
2307
|
│ ├─ licenses: Apache-2.0
|
|
2258
2308
|
│ ├─ repository: https://github.com/eslint/eslint-visitor-keys
|
|
2259
2309
|
│ ├─ publisher: Toru Nagashima
|
|
2260
2310
|
│ ├─ 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@
|
|
2311
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/espree/node_modules/eslint-visitor-keys
|
|
2312
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/espree/node_modules/eslint-visitor-keys/LICENSE
|
|
2313
|
+
├─ eslint@8.9.0
|
|
2264
2314
|
│ ├─ licenses: MIT
|
|
2265
2315
|
│ ├─ repository: https://github.com/eslint/eslint
|
|
2266
2316
|
│ ├─ publisher: Nicholas C. Zakas
|
|
2267
2317
|
│ ├─ email: nicholas+npm@nczconsulting.com
|
|
2268
2318
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint
|
|
2269
2319
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint/LICENSE
|
|
2270
|
-
├─ espree@
|
|
2320
|
+
├─ espree@9.3.1
|
|
2271
2321
|
│ ├─ licenses: BSD-2-Clause
|
|
2272
2322
|
│ ├─ repository: https://github.com/eslint/espree
|
|
2273
2323
|
│ ├─ publisher: Nicholas C. Zakas
|
|
@@ -2305,7 +2355,7 @@
|
|
|
2305
2355
|
│ ├─ repository: https://github.com/estools/estraverse
|
|
2306
2356
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/estraverse
|
|
2307
2357
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/estraverse/LICENSE.BSD
|
|
2308
|
-
├─ estraverse@5.
|
|
2358
|
+
├─ estraverse@5.3.0
|
|
2309
2359
|
│ ├─ licenses: BSD-2-Clause
|
|
2310
2360
|
│ ├─ repository: https://github.com/estools/estraverse
|
|
2311
2361
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/esrecurse/node_modules/estraverse
|
|
@@ -2332,7 +2382,7 @@
|
|
|
2332
2382
|
│ ├─ publisher: sheetjs
|
|
2333
2383
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/exit-on-epipe
|
|
2334
2384
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/exit-on-epipe/LICENSE
|
|
2335
|
-
├─ express@4.17.
|
|
2385
|
+
├─ express@4.17.2
|
|
2336
2386
|
│ ├─ licenses: MIT
|
|
2337
2387
|
│ ├─ repository: https://github.com/expressjs/express
|
|
2338
2388
|
│ ├─ publisher: TJ Holowaychuk
|
|
@@ -2371,7 +2421,7 @@
|
|
|
2371
2421
|
│ ├─ publisher: Evgeny Poberezkin
|
|
2372
2422
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint/node_modules/fast-deep-equal
|
|
2373
2423
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint/node_modules/fast-deep-equal/LICENSE
|
|
2374
|
-
├─ fast-glob@3.2.
|
|
2424
|
+
├─ fast-glob@3.2.7
|
|
2375
2425
|
│ ├─ licenses: MIT
|
|
2376
2426
|
│ ├─ repository: https://github.com/mrmlnc/fast-glob
|
|
2377
2427
|
│ ├─ publisher: Denis Malinochkin
|
|
@@ -2394,19 +2444,21 @@
|
|
|
2394
2444
|
│ ├─ url: http://www.hiddentao.com/
|
|
2395
2445
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/fast-levenshtein
|
|
2396
2446
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/fast-levenshtein/LICENSE.md
|
|
2397
|
-
├─
|
|
2447
|
+
├─ fast-memoize@2.5.2
|
|
2448
|
+
│ ├─ licenses: MIT
|
|
2449
|
+
│ ├─ repository: https://github.com/caiogondim/fast-memoize
|
|
2450
|
+
│ ├─ publisher: Caio Gondim
|
|
2451
|
+
│ ├─ email: me@caiogondim.com
|
|
2452
|
+
│ ├─ url: http://caiogondim.com
|
|
2453
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/fast-memoize
|
|
2454
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/fast-memoize/LICENSE
|
|
2455
|
+
├─ fastq@1.13.0
|
|
2398
2456
|
│ ├─ licenses: ISC
|
|
2399
2457
|
│ ├─ repository: https://github.com/mcollina/fastq
|
|
2400
2458
|
│ ├─ publisher: Matteo Collina
|
|
2401
2459
|
│ ├─ email: hello@matteocollina.com
|
|
2402
2460
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/fastq
|
|
2403
2461
|
│ └─ 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
2462
|
├─ figgy-pudding@3.5.2
|
|
2411
2463
|
│ ├─ licenses: ISC
|
|
2412
2464
|
│ ├─ repository: https://github.com/npm/figgy-pudding
|
|
@@ -2492,7 +2544,7 @@
|
|
|
2492
2544
|
│ ├─ url: http://hughskennedy.com
|
|
2493
2545
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/flat
|
|
2494
2546
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/flat/LICENSE
|
|
2495
|
-
├─ flatted@3.
|
|
2547
|
+
├─ flatted@3.2.5
|
|
2496
2548
|
│ ├─ licenses: ISC
|
|
2497
2549
|
│ ├─ repository: https://github.com/WebReflection/flatted
|
|
2498
2550
|
│ ├─ publisher: Andrea Giammarchi
|
|
@@ -2522,7 +2574,7 @@
|
|
|
2522
2574
|
│ ├─ url: http://debuggable.com/
|
|
2523
2575
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/form-data
|
|
2524
2576
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/form-data/License
|
|
2525
|
-
├─ forwarded@0.
|
|
2577
|
+
├─ forwarded@0.2.0
|
|
2526
2578
|
│ ├─ licenses: MIT
|
|
2527
2579
|
│ ├─ repository: https://github.com/jshttp/forwarded
|
|
2528
2580
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/forwarded
|
|
@@ -2592,13 +2644,12 @@
|
|
|
2592
2644
|
│ ├─ publisher: Mikola Lysenko
|
|
2593
2645
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/functional-red-black-tree
|
|
2594
2646
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/functional-red-black-tree/LICENSE
|
|
2595
|
-
├─ gauge@
|
|
2647
|
+
├─ gauge@4.0.0
|
|
2596
2648
|
│ ├─ licenses: ISC
|
|
2597
|
-
│ ├─ repository: https://github.com/
|
|
2598
|
-
│ ├─ publisher:
|
|
2599
|
-
│ ├─ email: me@re-becca.org
|
|
2649
|
+
│ ├─ repository: https://github.com/npm/gauge
|
|
2650
|
+
│ ├─ publisher: GitHub Inc.
|
|
2600
2651
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/gauge
|
|
2601
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/LICENSE
|
|
2652
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/LICENSE.md
|
|
2602
2653
|
├─ gensync@1.0.0-beta.2
|
|
2603
2654
|
│ ├─ licenses: MIT
|
|
2604
2655
|
│ ├─ repository: https://github.com/loganfsmyth/gensync
|
|
@@ -2657,6 +2708,13 @@
|
|
|
2657
2708
|
│ ├─ url: https://sindresorhus.com
|
|
2658
2709
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/cacheable-request/node_modules/get-stream
|
|
2659
2710
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/cacheable-request/node_modules/get-stream/license
|
|
2711
|
+
├─ get-symbol-description@1.0.0
|
|
2712
|
+
│ ├─ licenses: MIT
|
|
2713
|
+
│ ├─ repository: https://github.com/inspect-js/get-symbol-description
|
|
2714
|
+
│ ├─ publisher: Jordan Harband
|
|
2715
|
+
│ ├─ email: ljharb@gmail.com
|
|
2716
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/get-symbol-description
|
|
2717
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/get-symbol-description/LICENSE
|
|
2660
2718
|
├─ getpass@0.1.7
|
|
2661
2719
|
│ ├─ licenses: MIT
|
|
2662
2720
|
│ ├─ repository: https://github.com/arekinath/node-getpass
|
|
@@ -2672,6 +2730,14 @@
|
|
|
2672
2730
|
│ ├─ url: https://gulpjs.com/
|
|
2673
2731
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/glob-parent
|
|
2674
2732
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/glob-parent/LICENSE
|
|
2733
|
+
├─ glob-parent@6.0.2
|
|
2734
|
+
│ ├─ licenses: ISC
|
|
2735
|
+
│ ├─ repository: https://github.com/gulpjs/glob-parent
|
|
2736
|
+
│ ├─ publisher: Gulp Team
|
|
2737
|
+
│ ├─ email: team@gulpjs.com
|
|
2738
|
+
│ ├─ url: https://gulpjs.com/
|
|
2739
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint/node_modules/glob-parent
|
|
2740
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint/node_modules/glob-parent/LICENSE
|
|
2675
2741
|
├─ glob@7.1.6
|
|
2676
2742
|
│ ├─ licenses: ISC
|
|
2677
2743
|
│ ├─ repository: https://github.com/isaacs/node-glob
|
|
@@ -2680,7 +2746,7 @@
|
|
|
2680
2746
|
│ ├─ url: http://blog.izs.me/
|
|
2681
2747
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/glob
|
|
2682
2748
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/glob/LICENSE
|
|
2683
|
-
├─ glob@7.
|
|
2749
|
+
├─ glob@7.2.0
|
|
2684
2750
|
│ ├─ licenses: ISC
|
|
2685
2751
|
│ ├─ repository: https://github.com/isaacs/node-glob
|
|
2686
2752
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -2704,7 +2770,7 @@
|
|
|
2704
2770
|
│ ├─ url: sindresorhus.com
|
|
2705
2771
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/globals
|
|
2706
2772
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/globals/license
|
|
2707
|
-
├─ globals@13.
|
|
2773
|
+
├─ globals@13.12.1
|
|
2708
2774
|
│ ├─ licenses: MIT
|
|
2709
2775
|
│ ├─ repository: https://github.com/sindresorhus/globals
|
|
2710
2776
|
│ ├─ publisher: Sindre Sorhus
|
|
@@ -2712,7 +2778,7 @@
|
|
|
2712
2778
|
│ ├─ url: https://sindresorhus.com
|
|
2713
2779
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc/node_modules/globals
|
|
2714
2780
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc/node_modules/globals/license
|
|
2715
|
-
├─ globby@11.0.
|
|
2781
|
+
├─ globby@11.0.4
|
|
2716
2782
|
│ ├─ licenses: MIT
|
|
2717
2783
|
│ ├─ repository: https://github.com/sindresorhus/globby
|
|
2718
2784
|
│ ├─ publisher: Sindre Sorhus
|
|
@@ -2730,7 +2796,7 @@
|
|
|
2730
2796
|
│ ├─ repository: https://github.com/isaacs/node-graceful-fs
|
|
2731
2797
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/graceful-fs
|
|
2732
2798
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/graceful-fs/LICENSE
|
|
2733
|
-
├─ graceful-fs@4.2.
|
|
2799
|
+
├─ graceful-fs@4.2.9
|
|
2734
2800
|
│ ├─ licenses: ISC
|
|
2735
2801
|
│ ├─ repository: https://github.com/isaacs/node-graceful-fs
|
|
2736
2802
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/node-gyp/node_modules/graceful-fs
|
|
@@ -2789,22 +2855,22 @@
|
|
|
2789
2855
|
│ ├─ url: sindresorhus.com
|
|
2790
2856
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/istanbul-lib-report/node_modules/has-flag
|
|
2791
2857
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/istanbul-lib-report/node_modules/has-flag/license
|
|
2792
|
-
├─ has-symbols@1.0.
|
|
2858
|
+
├─ has-symbols@1.0.2
|
|
2793
2859
|
│ ├─ licenses: MIT
|
|
2794
|
-
│ ├─ repository: https://github.com/
|
|
2860
|
+
│ ├─ repository: https://github.com/inspect-js/has-symbols
|
|
2795
2861
|
│ ├─ publisher: Jordan Harband
|
|
2796
2862
|
│ ├─ email: ljharb@gmail.com
|
|
2797
2863
|
│ ├─ url: http://ljharb.codes
|
|
2798
2864
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/has-symbols
|
|
2799
2865
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/has-symbols/LICENSE
|
|
2800
|
-
├─ has-
|
|
2866
|
+
├─ has-tostringtag@1.0.0
|
|
2801
2867
|
│ ├─ licenses: MIT
|
|
2802
|
-
│ ├─ repository: https://github.com/inspect-js/has-
|
|
2868
|
+
│ ├─ repository: https://github.com/inspect-js/has-tostringtag
|
|
2803
2869
|
│ ├─ publisher: Jordan Harband
|
|
2804
2870
|
│ ├─ email: ljharb@gmail.com
|
|
2805
2871
|
│ ├─ url: http://ljharb.codes
|
|
2806
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
2807
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
2872
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/has-tostringtag
|
|
2873
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/has-tostringtag/LICENSE
|
|
2808
2874
|
├─ has-unicode@2.0.1
|
|
2809
2875
|
│ ├─ licenses: ISC
|
|
2810
2876
|
│ ├─ repository: https://github.com/iarna/has-unicode
|
|
@@ -2857,7 +2923,7 @@
|
|
|
2857
2923
|
│ ├─ url: http://re-becca.org
|
|
2858
2924
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/hosted-git-info
|
|
2859
2925
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/hosted-git-info/LICENSE
|
|
2860
|
-
├─ hosted-git-info@4.0
|
|
2926
|
+
├─ hosted-git-info@4.1.0
|
|
2861
2927
|
│ ├─ licenses: ISC
|
|
2862
2928
|
│ ├─ repository: https://github.com/npm/hosted-git-info
|
|
2863
2929
|
│ ├─ publisher: Rebecca Turner
|
|
@@ -2879,7 +2945,7 @@
|
|
|
2879
2945
|
│ ├─ url: https://kornel.ski/
|
|
2880
2946
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/http-cache-semantics
|
|
2881
2947
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/http-cache-semantics/LICENSE
|
|
2882
|
-
├─ http-errors@1.
|
|
2948
|
+
├─ http-errors@1.8.1
|
|
2883
2949
|
│ ├─ licenses: MIT
|
|
2884
2950
|
│ ├─ repository: https://github.com/jshttp/http-errors
|
|
2885
2951
|
│ ├─ publisher: Jonathan Ong
|
|
@@ -2895,6 +2961,14 @@
|
|
|
2895
2961
|
│ ├─ url: http://n8.io/
|
|
2896
2962
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/http-proxy-agent
|
|
2897
2963
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/http-proxy-agent/README.md
|
|
2964
|
+
├─ http-proxy-agent@5.0.0
|
|
2965
|
+
│ ├─ licenses: MIT
|
|
2966
|
+
│ ├─ repository: https://github.com/TooTallNate/node-http-proxy-agent
|
|
2967
|
+
│ ├─ publisher: Nathan Rajlich
|
|
2968
|
+
│ ├─ email: nathan@tootallnate.net
|
|
2969
|
+
│ ├─ url: http://n8.io/
|
|
2970
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch/node_modules/http-proxy-agent
|
|
2971
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch/node_modules/http-proxy-agent/README.md
|
|
2898
2972
|
├─ http-signature@1.2.0
|
|
2899
2973
|
│ ├─ licenses: MIT
|
|
2900
2974
|
│ ├─ repository: https://github.com/joyent/node-http-signature
|
|
@@ -2931,7 +3005,7 @@
|
|
|
2931
3005
|
│ ├─ email: ashtuchkin@gmail.com
|
|
2932
3006
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/encoding/node_modules/iconv-lite
|
|
2933
3007
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/encoding/node_modules/iconv-lite/LICENSE
|
|
2934
|
-
├─ ignore-walk@
|
|
3008
|
+
├─ ignore-walk@4.0.1
|
|
2935
3009
|
│ ├─ licenses: ISC
|
|
2936
3010
|
│ ├─ repository: https://github.com/isaacs/ignore-walk
|
|
2937
3011
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -2943,8 +3017,8 @@
|
|
|
2943
3017
|
│ ├─ licenses: MIT
|
|
2944
3018
|
│ ├─ repository: https://github.com/kaelzhang/node-ignore
|
|
2945
3019
|
│ ├─ publisher: kael
|
|
2946
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ignore
|
|
2947
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ignore/LICENSE-MIT
|
|
3020
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc/node_modules/ignore
|
|
3021
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc/node_modules/ignore/LICENSE-MIT
|
|
2948
3022
|
├─ ignore@5.1.4
|
|
2949
3023
|
│ ├─ licenses: MIT
|
|
2950
3024
|
│ ├─ repository: https://github.com/kaelzhang/node-ignore
|
|
@@ -2957,6 +3031,12 @@
|
|
|
2957
3031
|
│ ├─ publisher: kael
|
|
2958
3032
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/globby/node_modules/ignore
|
|
2959
3033
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/globby/node_modules/ignore/LICENSE-MIT
|
|
3034
|
+
├─ ignore@5.2.0
|
|
3035
|
+
│ ├─ licenses: MIT
|
|
3036
|
+
│ ├─ repository: https://github.com/kaelzhang/node-ignore
|
|
3037
|
+
│ ├─ publisher: kael
|
|
3038
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ignore
|
|
3039
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ignore/LICENSE-MIT
|
|
2960
3040
|
├─ import-fresh@3.3.0
|
|
2961
3041
|
│ ├─ licenses: MIT
|
|
2962
3042
|
│ ├─ repository: https://github.com/sindresorhus/import-fresh
|
|
@@ -3010,6 +3090,11 @@
|
|
|
3010
3090
|
│ ├─ repository: https://github.com/isaacs/inherits
|
|
3011
3091
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/inherits
|
|
3012
3092
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/inherits/LICENSE
|
|
3093
|
+
├─ inherits@2.0.4
|
|
3094
|
+
│ ├─ licenses: ISC
|
|
3095
|
+
│ ├─ repository: https://github.com/isaacs/inherits
|
|
3096
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/http-errors/node_modules/inherits
|
|
3097
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/http-errors/node_modules/inherits/LICENSE
|
|
3013
3098
|
├─ ini@1.3.8
|
|
3014
3099
|
│ ├─ licenses: ISC
|
|
3015
3100
|
│ ├─ repository: https://github.com/isaacs/ini
|
|
@@ -3026,7 +3111,14 @@
|
|
|
3026
3111
|
│ ├─ url: http://blog.izs.me/
|
|
3027
3112
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/global-dirs/node_modules/ini
|
|
3028
3113
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/global-dirs/node_modules/ini/LICENSE
|
|
3029
|
-
├─
|
|
3114
|
+
├─ internal-slot@1.0.3
|
|
3115
|
+
│ ├─ licenses: MIT
|
|
3116
|
+
│ ├─ repository: https://github.com/ljharb/internal-slot
|
|
3117
|
+
│ ├─ publisher: Jordan Harband
|
|
3118
|
+
│ ├─ email: ljharb@gmail.com
|
|
3119
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/internal-slot
|
|
3120
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/internal-slot/LICENSE
|
|
3121
|
+
├─ ioredis@4.28.5
|
|
3030
3122
|
│ ├─ licenses: MIT
|
|
3031
3123
|
│ ├─ repository: https://github.com/luin/ioredis
|
|
3032
3124
|
│ ├─ publisher: luin
|
|
@@ -3041,14 +3133,14 @@
|
|
|
3041
3133
|
│ ├─ email: fedor@indutny.com
|
|
3042
3134
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ip
|
|
3043
3135
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ip/README.md
|
|
3044
|
-
├─ ipaddr.js@1.9.
|
|
3136
|
+
├─ ipaddr.js@1.9.1
|
|
3045
3137
|
│ ├─ licenses: MIT
|
|
3046
3138
|
│ ├─ repository: https://github.com/whitequark/ipaddr.js
|
|
3047
3139
|
│ ├─ publisher: whitequark
|
|
3048
3140
|
│ ├─ email: whitequark@whitequark.org
|
|
3049
3141
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ipaddr.js
|
|
3050
3142
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ipaddr.js/LICENSE
|
|
3051
|
-
├─ is-arguments@1.1.
|
|
3143
|
+
├─ is-arguments@1.1.1
|
|
3052
3144
|
│ ├─ licenses: MIT
|
|
3053
3145
|
│ ├─ repository: https://github.com/inspect-js/is-arguments
|
|
3054
3146
|
│ ├─ publisher: Jordan Harband
|
|
@@ -3056,16 +3148,9 @@
|
|
|
3056
3148
|
│ ├─ url: http://ljharb.codes
|
|
3057
3149
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-arguments
|
|
3058
3150
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-arguments/LICENSE
|
|
3059
|
-
├─ is-
|
|
3060
|
-
│ ├─ licenses: MIT
|
|
3061
|
-
│ ├─ repository: https://github.com/qix-/node-is-arrayish
|
|
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
|
|
3151
|
+
├─ is-bigint@1.0.4
|
|
3067
3152
|
│ ├─ licenses: MIT
|
|
3068
|
-
│ ├─ repository: https://github.com/
|
|
3153
|
+
│ ├─ repository: https://github.com/inspect-js/is-bigint
|
|
3069
3154
|
│ ├─ publisher: Jordan Harband
|
|
3070
3155
|
│ ├─ email: ljharb@gmail.com
|
|
3071
3156
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-bigint
|
|
@@ -3078,29 +3163,21 @@
|
|
|
3078
3163
|
│ ├─ url: sindresorhus.com
|
|
3079
3164
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-binary-path
|
|
3080
3165
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-binary-path/license
|
|
3081
|
-
├─ is-boolean-object@1.1.
|
|
3166
|
+
├─ is-boolean-object@1.1.2
|
|
3082
3167
|
│ ├─ licenses: MIT
|
|
3083
|
-
│ ├─ repository: https://github.com/
|
|
3168
|
+
│ ├─ repository: https://github.com/inspect-js/is-boolean-object
|
|
3084
3169
|
│ ├─ publisher: Jordan Harband
|
|
3085
3170
|
│ ├─ email: ljharb@gmail.com
|
|
3086
3171
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-boolean-object
|
|
3087
3172
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-boolean-object/LICENSE
|
|
3088
|
-
├─ is-callable@1.
|
|
3173
|
+
├─ is-callable@1.2.4
|
|
3089
3174
|
│ ├─ licenses: MIT
|
|
3090
|
-
│ ├─ repository: https://github.com/
|
|
3175
|
+
│ ├─ repository: https://github.com/inspect-js/is-callable
|
|
3091
3176
|
│ ├─ publisher: Jordan Harband
|
|
3092
3177
|
│ ├─ email: ljharb@gmail.com
|
|
3093
3178
|
│ ├─ url: http://ljharb.codes
|
|
3094
3179
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-callable
|
|
3095
3180
|
│ └─ 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
3181
|
├─ is-ci@2.0.0
|
|
3105
3182
|
│ ├─ licenses: MIT
|
|
3106
3183
|
│ ├─ repository: https://github.com/watson/is-ci
|
|
@@ -3117,16 +3194,16 @@
|
|
|
3117
3194
|
│ ├─ url: https://miguelmota.com/
|
|
3118
3195
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-class
|
|
3119
3196
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-class/LICENSE
|
|
3120
|
-
├─ is-core-module@2.
|
|
3197
|
+
├─ is-core-module@2.8.1
|
|
3121
3198
|
│ ├─ licenses: MIT
|
|
3122
3199
|
│ ├─ repository: https://github.com/inspect-js/is-core-module
|
|
3123
3200
|
│ ├─ publisher: Jordan Harband
|
|
3124
3201
|
│ ├─ email: ljharb@gmail.com
|
|
3125
3202
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-core-module
|
|
3126
3203
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-core-module/LICENSE
|
|
3127
|
-
├─ is-date-object@1.0.
|
|
3204
|
+
├─ is-date-object@1.0.5
|
|
3128
3205
|
│ ├─ licenses: MIT
|
|
3129
|
-
│ ├─ repository: https://github.com/
|
|
3206
|
+
│ ├─ repository: https://github.com/inspect-js/is-date-object
|
|
3130
3207
|
│ ├─ publisher: Jordan Harband
|
|
3131
3208
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-date-object
|
|
3132
3209
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-date-object/LICENSE
|
|
@@ -3144,22 +3221,14 @@
|
|
|
3144
3221
|
│ ├─ url: https://github.com/jonschlinkert
|
|
3145
3222
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-extglob
|
|
3146
3223
|
│ └─ 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
3224
|
├─ is-fullwidth-code-point@2.0.0
|
|
3156
3225
|
│ ├─ licenses: MIT
|
|
3157
3226
|
│ ├─ repository: https://github.com/sindresorhus/is-fullwidth-code-point
|
|
3158
3227
|
│ ├─ publisher: Sindre Sorhus
|
|
3159
3228
|
│ ├─ email: sindresorhus@gmail.com
|
|
3160
3229
|
│ ├─ url: sindresorhus.com
|
|
3161
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
3162
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
3230
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ansi-align/node_modules/is-fullwidth-code-point
|
|
3231
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/ansi-align/node_modules/is-fullwidth-code-point/license
|
|
3163
3232
|
├─ is-fullwidth-code-point@3.0.0
|
|
3164
3233
|
│ ├─ licenses: MIT
|
|
3165
3234
|
│ ├─ repository: https://github.com/sindresorhus/is-fullwidth-code-point
|
|
@@ -3175,6 +3244,13 @@
|
|
|
3175
3244
|
│ ├─ url: https://github.com/jonschlinkert
|
|
3176
3245
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-glob
|
|
3177
3246
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-glob/LICENSE
|
|
3247
|
+
├─ is-glob@4.0.3
|
|
3248
|
+
│ ├─ licenses: MIT
|
|
3249
|
+
│ ├─ repository: https://github.com/micromatch/is-glob
|
|
3250
|
+
│ ├─ publisher: Jon Schlinkert
|
|
3251
|
+
│ ├─ url: https://github.com/jonschlinkert
|
|
3252
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-import/node_modules/is-glob
|
|
3253
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-import/node_modules/is-glob/LICENSE
|
|
3178
3254
|
├─ is-installed-globally@0.4.0
|
|
3179
3255
|
│ ├─ licenses: MIT
|
|
3180
3256
|
│ ├─ repository: https://github.com/sindresorhus/is-installed-globally
|
|
@@ -3227,7 +3303,7 @@
|
|
|
3227
3303
|
│ ├─ url: https://sindresorhus.com
|
|
3228
3304
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-npm
|
|
3229
3305
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-npm/license
|
|
3230
|
-
├─ is-number-object@1.0.
|
|
3306
|
+
├─ is-number-object@1.0.6
|
|
3231
3307
|
│ ├─ licenses: MIT
|
|
3232
3308
|
│ ├─ repository: https://github.com/inspect-js/is-number-object
|
|
3233
3309
|
│ ├─ publisher: Jordan Harband
|
|
@@ -3285,14 +3361,7 @@
|
|
|
3285
3361
|
│ ├─ publisher: Rich Harris
|
|
3286
3362
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-reference
|
|
3287
3363
|
│ └─ 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
|
|
3364
|
+
├─ is-regex@1.1.4
|
|
3296
3365
|
│ ├─ licenses: MIT
|
|
3297
3366
|
│ ├─ repository: https://github.com/inspect-js/is-regex
|
|
3298
3367
|
│ ├─ publisher: Jordan Harband
|
|
@@ -3306,6 +3375,14 @@
|
|
|
3306
3375
|
│ ├─ email: ljharb@gmail.com
|
|
3307
3376
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-set
|
|
3308
3377
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-set/LICENSE
|
|
3378
|
+
├─ is-shared-array-buffer@1.0.1
|
|
3379
|
+
│ ├─ licenses: MIT
|
|
3380
|
+
│ ├─ repository: https://github.com/inspect-js/is-shared-array-buffer
|
|
3381
|
+
│ ├─ publisher: Jordan Harband
|
|
3382
|
+
│ ├─ email: ljharb@gmail.com
|
|
3383
|
+
│ ├─ url: http://ljharb.codes
|
|
3384
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-shared-array-buffer
|
|
3385
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-shared-array-buffer/LICENSE
|
|
3309
3386
|
├─ is-stream@2.0.0
|
|
3310
3387
|
│ ├─ licenses: MIT
|
|
3311
3388
|
│ ├─ repository: https://github.com/sindresorhus/is-stream
|
|
@@ -3314,21 +3391,14 @@
|
|
|
3314
3391
|
│ ├─ url: sindresorhus.com
|
|
3315
3392
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-stream
|
|
3316
3393
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-stream/license
|
|
3317
|
-
├─ is-string@1.0.
|
|
3394
|
+
├─ is-string@1.0.7
|
|
3318
3395
|
│ ├─ licenses: MIT
|
|
3319
3396
|
│ ├─ repository: https://github.com/ljharb/is-string
|
|
3320
3397
|
│ ├─ publisher: Jordan Harband
|
|
3321
3398
|
│ ├─ email: ljharb@gmail.com
|
|
3322
3399
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-string
|
|
3323
3400
|
│ └─ 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
|
|
3401
|
+
├─ is-symbol@1.0.4
|
|
3332
3402
|
│ ├─ licenses: MIT
|
|
3333
3403
|
│ ├─ repository: https://github.com/inspect-js/is-symbol
|
|
3334
3404
|
│ ├─ publisher: Jordan Harband
|
|
@@ -3351,6 +3421,13 @@
|
|
|
3351
3421
|
│ ├─ url: https://sindresorhus.com
|
|
3352
3422
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-unicode-supported
|
|
3353
3423
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-unicode-supported/license
|
|
3424
|
+
├─ is-weakref@1.0.1
|
|
3425
|
+
│ ├─ licenses: MIT
|
|
3426
|
+
│ ├─ repository: https://github.com/inspect-js/is-weakref
|
|
3427
|
+
│ ├─ publisher: Jordan Harband
|
|
3428
|
+
│ ├─ email: ljharb@gmail.com
|
|
3429
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-weakref
|
|
3430
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/is-weakref/LICENSE
|
|
3354
3431
|
├─ is-windows@1.0.2
|
|
3355
3432
|
│ ├─ licenses: MIT
|
|
3356
3433
|
│ ├─ repository: https://github.com/jonschlinkert/is-windows
|
|
@@ -3365,14 +3442,6 @@
|
|
|
3365
3442
|
│ ├─ url: litomore@gmail.com
|
|
3366
3443
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/is-yarn-global
|
|
3367
3444
|
│ └─ 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
3445
|
├─ isarray@2.0.5
|
|
3377
3446
|
│ ├─ licenses: MIT
|
|
3378
3447
|
│ ├─ repository: https://github.com/juliangruber/isarray
|
|
@@ -3450,7 +3519,7 @@
|
|
|
3450
3519
|
│ ├─ email: kananthmail-github@yahoo.com
|
|
3451
3520
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/istanbul-reports
|
|
3452
3521
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/istanbul-reports/LICENSE
|
|
3453
|
-
├─ iterate-iterator@1.0.
|
|
3522
|
+
├─ iterate-iterator@1.0.2
|
|
3454
3523
|
│ ├─ licenses: MIT
|
|
3455
3524
|
│ ├─ repository: https://github.com/ljharb/iterate-iterator
|
|
3456
3525
|
│ ├─ publisher: Jordan Harband
|
|
@@ -3489,8 +3558,8 @@
|
|
|
3489
3558
|
│ ├─ repository: https://github.com/nodeca/js-yaml
|
|
3490
3559
|
│ ├─ publisher: Vladimir Zapparov
|
|
3491
3560
|
│ ├─ email: dervus.grim@gmail.com
|
|
3492
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
3493
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
3561
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc/node_modules/js-yaml
|
|
3562
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@eslint/eslintrc/node_modules/js-yaml/LICENSE
|
|
3494
3563
|
├─ jsbn@0.1.1
|
|
3495
3564
|
│ ├─ licenses: MIT
|
|
3496
3565
|
│ ├─ repository: https://github.com/andyperlitch/jsbn
|
|
@@ -3546,12 +3615,6 @@
|
|
|
3546
3615
|
│ ├─ publisher: Evgeny Poberezkin
|
|
3547
3616
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/json-schema-traverse
|
|
3548
3617
|
│ └─ 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
3618
|
├─ json-schema@0.2.3
|
|
3556
3619
|
│ ├─ licenses
|
|
3557
3620
|
│ │ ├─ 0: AFLv2.1
|
|
@@ -3674,19 +3737,18 @@
|
|
|
3674
3737
|
│ ├─ email: davglass@gmail.com
|
|
3675
3738
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/license-checker
|
|
3676
3739
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/license-checker/LICENSE
|
|
3677
|
-
├─
|
|
3740
|
+
├─ license-compatibility-checker@0.3.5
|
|
3741
|
+
│ ├─ licenses: MIT
|
|
3742
|
+
│ ├─ repository: https://github.com/HansHammel/license-compatibility-checker
|
|
3743
|
+
│ ├─ publisher: Oliver Bleckmann
|
|
3744
|
+
│ ├─ url: https://github.com/HansHammel
|
|
3745
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/license-compatibility-checker
|
|
3746
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/license-compatibility-checker/LICENSE
|
|
3747
|
+
├─ linkify-it@3.0.3
|
|
3678
3748
|
│ ├─ licenses: MIT
|
|
3679
3749
|
│ ├─ repository: https://github.com/markdown-it/linkify-it
|
|
3680
3750
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/linkify-it
|
|
3681
3751
|
│ └─ 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
3752
|
├─ locate-path@2.0.0
|
|
3691
3753
|
│ ├─ licenses: MIT
|
|
3692
3754
|
│ ├─ repository: https://github.com/sindresorhus/locate-path
|
|
@@ -3719,14 +3781,6 @@
|
|
|
3719
3781
|
│ ├─ url: https://sindresorhus.com
|
|
3720
3782
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/locate-path
|
|
3721
3783
|
│ └─ 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
3784
|
├─ lodash.debounce@4.0.8
|
|
3731
3785
|
│ ├─ licenses: MIT
|
|
3732
3786
|
│ ├─ repository: https://github.com/lodash/lodash
|
|
@@ -3767,6 +3821,14 @@
|
|
|
3767
3821
|
│ ├─ url: http://allyoucanleet.com/
|
|
3768
3822
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/lodash.get
|
|
3769
3823
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/lodash.get/LICENSE
|
|
3824
|
+
├─ lodash.isarguments@3.1.0
|
|
3825
|
+
│ ├─ licenses: MIT
|
|
3826
|
+
│ ├─ repository: https://github.com/lodash/lodash
|
|
3827
|
+
│ ├─ publisher: John-David Dalton
|
|
3828
|
+
│ ├─ email: john.david.dalton@gmail.com
|
|
3829
|
+
│ ├─ url: http://allyoucanleet.com/
|
|
3830
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/lodash.isarguments
|
|
3831
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/lodash.isarguments/LICENSE
|
|
3770
3832
|
├─ lodash.isequal@4.5.0
|
|
3771
3833
|
│ ├─ licenses: MIT
|
|
3772
3834
|
│ ├─ repository: https://github.com/lodash/lodash
|
|
@@ -3797,14 +3859,6 @@
|
|
|
3797
3859
|
│ ├─ url: http://allyoucanleet.com/
|
|
3798
3860
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/lodash.set
|
|
3799
3861
|
│ └─ 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
3862
|
├─ lodash@4.17.21
|
|
3809
3863
|
│ ├─ licenses: MIT
|
|
3810
3864
|
│ ├─ repository: https://github.com/lodash/lodash
|
|
@@ -3820,6 +3874,13 @@
|
|
|
3820
3874
|
│ ├─ url: https://sindresorhus.com
|
|
3821
3875
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/log-symbols
|
|
3822
3876
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/log-symbols/license
|
|
3877
|
+
├─ loupe@2.3.4
|
|
3878
|
+
│ ├─ licenses: MIT
|
|
3879
|
+
│ ├─ repository: https://github.com/chaijs/loupe
|
|
3880
|
+
│ ├─ publisher: Veselin Todorov
|
|
3881
|
+
│ ├─ email: hi@vesln.com
|
|
3882
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/loupe
|
|
3883
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/loupe/LICENSE
|
|
3823
3884
|
├─ lowercase-keys@1.0.1
|
|
3824
3885
|
│ ├─ licenses: MIT
|
|
3825
3886
|
│ ├─ repository: https://github.com/sindresorhus/lowercase-keys
|
|
@@ -3843,6 +3904,13 @@
|
|
|
3843
3904
|
│ ├─ email: i@izs.me
|
|
3844
3905
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/lru-cache
|
|
3845
3906
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/lru-cache/LICENSE
|
|
3907
|
+
├─ lru-cache@7.3.1
|
|
3908
|
+
│ ├─ licenses: ISC
|
|
3909
|
+
│ ├─ repository: https://github.com/isaacs/node-lru-cache
|
|
3910
|
+
│ ├─ publisher: Isaac Z. Schlueter
|
|
3911
|
+
│ ├─ email: i@izs.me
|
|
3912
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch/node_modules/lru-cache
|
|
3913
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch/node_modules/lru-cache/LICENSE
|
|
3846
3914
|
├─ magic-string@0.25.3
|
|
3847
3915
|
│ ├─ licenses: MIT
|
|
3848
3916
|
│ ├─ repository: https://github.com/rich-harris/magic-string
|
|
@@ -3865,22 +3933,20 @@
|
|
|
3865
3933
|
│ ├─ url: sindresorhus.com
|
|
3866
3934
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/istanbul-lib-report/node_modules/make-dir
|
|
3867
3935
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/istanbul-lib-report/node_modules/make-dir/license
|
|
3868
|
-
├─ make-fetch-happen@
|
|
3936
|
+
├─ make-fetch-happen@10.0.2
|
|
3937
|
+
│ ├─ licenses: ISC
|
|
3938
|
+
│ ├─ repository: https://github.com/npm/make-fetch-happen
|
|
3939
|
+
│ ├─ publisher: GitHub Inc.
|
|
3940
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch/node_modules/make-fetch-happen
|
|
3941
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/LICENSE
|
|
3942
|
+
├─ make-fetch-happen@9.1.0
|
|
3869
3943
|
│ ├─ licenses: ISC
|
|
3870
3944
|
│ ├─ repository: https://github.com/npm/make-fetch-happen
|
|
3871
3945
|
│ ├─ publisher: Kat Marchán
|
|
3872
3946
|
│ ├─ email: kzm@zkat.tech
|
|
3873
3947
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/make-fetch-happen
|
|
3874
3948
|
│ └─ 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
|
|
3949
|
+
├─ markdown-it@12.3.2
|
|
3884
3950
|
│ ├─ licenses: MIT
|
|
3885
3951
|
│ ├─ repository: https://github.com/markdown-it/markdown-it
|
|
3886
3952
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/markdown-it
|
|
@@ -3903,14 +3969,6 @@
|
|
|
3903
3969
|
│ ├─ email: doug@somethingdoug.com
|
|
3904
3970
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/media-typer
|
|
3905
3971
|
│ └─ 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
3972
|
├─ merge-descriptors@1.0.1
|
|
3915
3973
|
│ ├─ licenses: MIT
|
|
3916
3974
|
│ ├─ repository: https://github.com/component/merge-descriptors
|
|
@@ -3936,12 +3994,12 @@
|
|
|
3936
3994
|
│ ├─ url: https://github.com/jonschlinkert
|
|
3937
3995
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/micromatch
|
|
3938
3996
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/micromatch/LICENSE
|
|
3939
|
-
├─ mime-db@1.
|
|
3997
|
+
├─ mime-db@1.51.0
|
|
3940
3998
|
│ ├─ licenses: MIT
|
|
3941
3999
|
│ ├─ repository: https://github.com/jshttp/mime-db
|
|
3942
4000
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mime-db
|
|
3943
4001
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mime-db/LICENSE
|
|
3944
|
-
├─ mime-types@2.1.
|
|
4002
|
+
├─ mime-types@2.1.34
|
|
3945
4003
|
│ ├─ licenses: MIT
|
|
3946
4004
|
│ ├─ repository: https://github.com/jshttp/mime-types
|
|
3947
4005
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mime-types
|
|
@@ -3954,14 +4012,6 @@
|
|
|
3954
4012
|
│ ├─ url: http://github.com/broofa
|
|
3955
4013
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mime
|
|
3956
4014
|
│ └─ 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
4015
|
├─ mimic-response@1.0.1
|
|
3966
4016
|
│ ├─ licenses: MIT
|
|
3967
4017
|
│ ├─ repository: https://github.com/sindresorhus/mimic-response
|
|
@@ -3993,7 +4043,7 @@
|
|
|
3993
4043
|
│ ├─ url: https://izs.me
|
|
3994
4044
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/minipass-collect
|
|
3995
4045
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/minipass-collect/LICENSE
|
|
3996
|
-
├─ minipass-fetch@1.
|
|
4046
|
+
├─ minipass-fetch@1.4.1
|
|
3997
4047
|
│ ├─ licenses: MIT
|
|
3998
4048
|
│ ├─ repository: https://github.com/npm/minipass-fetch
|
|
3999
4049
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/minipass-fetch
|
|
@@ -4029,7 +4079,7 @@
|
|
|
4029
4079
|
│ ├─ url: https://izs.me
|
|
4030
4080
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/minipass-sized
|
|
4031
4081
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/minipass-sized/LICENSE
|
|
4032
|
-
├─ minipass@3.1.
|
|
4082
|
+
├─ minipass@3.1.6
|
|
4033
4083
|
│ ├─ licenses: ISC
|
|
4034
4084
|
│ ├─ repository: https://github.com/isaacs/minipass
|
|
4035
4085
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -4058,7 +4108,7 @@
|
|
|
4058
4108
|
│ ├─ repository: https://github.com/isaacs/node-mkdirp
|
|
4059
4109
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mkdirp
|
|
4060
4110
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mkdirp/LICENSE
|
|
4061
|
-
├─ mocha@9.
|
|
4111
|
+
├─ mocha@9.2.0
|
|
4062
4112
|
│ ├─ licenses: MIT
|
|
4063
4113
|
│ ├─ repository: https://github.com/mochajs/mocha
|
|
4064
4114
|
│ ├─ publisher: TJ Holowaychuk
|
|
@@ -4078,11 +4128,6 @@
|
|
|
4078
4128
|
│ ├─ repository: https://github.com/zeit/ms
|
|
4079
4129
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/ms
|
|
4080
4130
|
│ └─ 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
4131
|
├─ ms@2.1.2
|
|
4087
4132
|
│ ├─ licenses: MIT
|
|
4088
4133
|
│ ├─ repository: https://github.com/zeit/ms
|
|
@@ -4091,8 +4136,8 @@
|
|
|
4091
4136
|
├─ ms@2.1.3
|
|
4092
4137
|
│ ├─ licenses: MIT
|
|
4093
4138
|
│ ├─ repository: https://github.com/vercel/ms
|
|
4094
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/
|
|
4095
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/
|
|
4139
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/send/node_modules/ms
|
|
4140
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/send/node_modules/ms/license.md
|
|
4096
4141
|
├─ mustache@4.2.0
|
|
4097
4142
|
│ ├─ licenses: MIT
|
|
4098
4143
|
│ ├─ repository: https://github.com/janl/mustache.js
|
|
@@ -4100,7 +4145,7 @@
|
|
|
4100
4145
|
│ ├─ email: http://github.com/janl/mustache.js
|
|
4101
4146
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mustache
|
|
4102
4147
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mustache/LICENSE
|
|
4103
|
-
├─ nanoid@3.
|
|
4148
|
+
├─ nanoid@3.2.0
|
|
4104
4149
|
│ ├─ licenses: MIT
|
|
4105
4150
|
│ ├─ repository: https://github.com/ai/nanoid
|
|
4106
4151
|
│ ├─ publisher: Andrey Sitnik
|
|
@@ -4119,7 +4164,12 @@
|
|
|
4119
4164
|
│ ├─ repository: https://github.com/jshttp/negotiator
|
|
4120
4165
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/negotiator
|
|
4121
4166
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/negotiator/LICENSE
|
|
4122
|
-
├─
|
|
4167
|
+
├─ negotiator@0.6.3
|
|
4168
|
+
│ ├─ licenses: MIT
|
|
4169
|
+
│ ├─ repository: https://github.com/jshttp/negotiator
|
|
4170
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch/node_modules/negotiator
|
|
4171
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch/node_modules/negotiator/LICENSE
|
|
4172
|
+
├─ nock@13.2.4
|
|
4123
4173
|
│ ├─ licenses: MIT
|
|
4124
4174
|
│ ├─ repository: https://github.com/nock/nock
|
|
4125
4175
|
│ ├─ publisher: Pedro Teixeira
|
|
@@ -4134,7 +4184,7 @@
|
|
|
4134
4184
|
│ ├─ url: https://boneskull.com/
|
|
4135
4185
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/node-environment-flags
|
|
4136
4186
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/node-environment-flags/LICENSE
|
|
4137
|
-
├─ node-gyp@
|
|
4187
|
+
├─ node-gyp@8.4.1
|
|
4138
4188
|
│ ├─ licenses: MIT
|
|
4139
4189
|
│ ├─ repository: https://github.com/nodejs/node-gyp
|
|
4140
4190
|
│ ├─ publisher: Nathan Rajlich
|
|
@@ -4142,21 +4192,13 @@
|
|
|
4142
4192
|
│ ├─ url: http://tootallnate.net
|
|
4143
4193
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/node-gyp
|
|
4144
4194
|
│ └─ 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
4195
|
├─ node-preload@0.2.1
|
|
4154
4196
|
│ ├─ licenses: MIT
|
|
4155
4197
|
│ ├─ repository: https://github.com/cfware/node-preload
|
|
4156
4198
|
│ ├─ publisher: Corey Farrell
|
|
4157
4199
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/node-preload
|
|
4158
4200
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/node-preload/LICENSE
|
|
4159
|
-
├─ node-releases@
|
|
4201
|
+
├─ node-releases@2.0.1
|
|
4160
4202
|
│ ├─ licenses: MIT
|
|
4161
4203
|
│ ├─ repository: https://github.com/chicoxyzzy/node-releases
|
|
4162
4204
|
│ ├─ publisher: Sergey Rubanov
|
|
@@ -4209,7 +4251,7 @@
|
|
|
4209
4251
|
│ ├─ url: http://blog.izs.me/
|
|
4210
4252
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-bundled
|
|
4211
4253
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-bundled/LICENSE
|
|
4212
|
-
├─ npm-check-updates@
|
|
4254
|
+
├─ npm-check-updates@12.3.0
|
|
4213
4255
|
│ ├─ licenses: Apache-2.0
|
|
4214
4256
|
│ ├─ repository: https://github.com/raineorshine/npm-check-updates
|
|
4215
4257
|
│ ├─ publisher: Tomas Junnonen
|
|
@@ -4229,7 +4271,7 @@
|
|
|
4229
4271
|
│ ├─ url: https://izs.me
|
|
4230
4272
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-normalize-package-bin
|
|
4231
4273
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-normalize-package-bin/LICENSE
|
|
4232
|
-
├─ npm-package-arg@8.1.
|
|
4274
|
+
├─ npm-package-arg@8.1.5
|
|
4233
4275
|
│ ├─ licenses: ISC
|
|
4234
4276
|
│ ├─ repository: https://github.com/npm/npm-package-arg
|
|
4235
4277
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -4237,7 +4279,7 @@
|
|
|
4237
4279
|
│ ├─ url: http://blog.izs.me/
|
|
4238
4280
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-package-arg
|
|
4239
4281
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-package-arg/LICENSE
|
|
4240
|
-
├─ npm-packlist@
|
|
4282
|
+
├─ npm-packlist@3.0.0
|
|
4241
4283
|
│ ├─ licenses: ISC
|
|
4242
4284
|
│ ├─ repository: https://github.com/npm/npm-packlist
|
|
4243
4285
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -4252,29 +4294,18 @@
|
|
|
4252
4294
|
│ ├─ email: kzm@sykosomatic.org
|
|
4253
4295
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-pick-manifest
|
|
4254
4296
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-pick-manifest/LICENSE.md
|
|
4255
|
-
├─ npm-registry-fetch@
|
|
4297
|
+
├─ npm-registry-fetch@12.0.2
|
|
4256
4298
|
│ ├─ licenses: ISC
|
|
4257
4299
|
│ ├─ repository: https://github.com/npm/npm-registry-fetch
|
|
4258
|
-
│ ├─ publisher:
|
|
4259
|
-
│ ├─ email: kzm@sykosomatic.org
|
|
4300
|
+
│ ├─ publisher: GitHub Inc.
|
|
4260
4301
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch
|
|
4261
4302
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npm-registry-fetch/LICENSE.md
|
|
4262
|
-
├─ npmlog@
|
|
4303
|
+
├─ npmlog@6.0.1
|
|
4263
4304
|
│ ├─ licenses: ISC
|
|
4264
4305
|
│ ├─ repository: https://github.com/npm/npmlog
|
|
4265
|
-
│ ├─ publisher:
|
|
4266
|
-
│ ├─ email: i@izs.me
|
|
4267
|
-
│ ├─ url: http://blog.izs.me/
|
|
4306
|
+
│ ├─ publisher: GitHub Inc.
|
|
4268
4307
|
│ ├─ 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
|
|
4308
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/npmlog/LICENSE.md
|
|
4278
4309
|
├─ nyc@15.1.0
|
|
4279
4310
|
│ ├─ licenses: ISC
|
|
4280
4311
|
│ ├─ repository: https://github.com/istanbuljs/nyc
|
|
@@ -4298,7 +4329,7 @@
|
|
|
4298
4329
|
│ ├─ url: sindresorhus.com
|
|
4299
4330
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/object-assign
|
|
4300
4331
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/object-assign/license
|
|
4301
|
-
├─ object-inspect@1.
|
|
4332
|
+
├─ object-inspect@1.11.0
|
|
4302
4333
|
│ ├─ licenses: MIT
|
|
4303
4334
|
│ ├─ repository: https://github.com/inspect-js/object-inspect
|
|
4304
4335
|
│ ├─ publisher: James Halliday
|
|
@@ -4306,14 +4337,6 @@
|
|
|
4306
4337
|
│ ├─ url: http://substack.net
|
|
4307
4338
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/object-inspect
|
|
4308
4339
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/object-inspect/LICENSE
|
|
4309
|
-
├─ object-inspect@1.9.0
|
|
4310
|
-
│ ├─ licenses: MIT
|
|
4311
|
-
│ ├─ repository: https://github.com/inspect-js/object-inspect
|
|
4312
|
-
│ ├─ publisher: James Halliday
|
|
4313
|
-
│ ├─ email: mail@substack.net
|
|
4314
|
-
│ ├─ url: http://substack.net
|
|
4315
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/array.prototype.map/node_modules/object-inspect
|
|
4316
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/array.prototype.map/node_modules/object-inspect/LICENSE
|
|
4317
4340
|
├─ object-keys@1.1.1
|
|
4318
4341
|
│ ├─ licenses: MIT
|
|
4319
4342
|
│ ├─ repository: https://github.com/ljharb/object-keys
|
|
@@ -4326,16 +4349,16 @@
|
|
|
4326
4349
|
│ ├─ licenses: MIT
|
|
4327
4350
|
│ ├─ repository: https://github.com/ljharb/object.assign
|
|
4328
4351
|
│ ├─ 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.
|
|
4352
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/object.assign
|
|
4353
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/object.assign/LICENSE
|
|
4354
|
+
├─ object.getownpropertydescriptors@2.1.3
|
|
4332
4355
|
│ ├─ licenses: MIT
|
|
4333
4356
|
│ ├─ repository: https://github.com/es-shims/object.getownpropertydescriptors
|
|
4334
4357
|
│ ├─ publisher: Jordan Harband
|
|
4335
4358
|
│ ├─ email: ljharb@gmail.com
|
|
4336
4359
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/object.getownpropertydescriptors
|
|
4337
4360
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/object.getownpropertydescriptors/LICENSE
|
|
4338
|
-
├─ object.values@1.1.
|
|
4361
|
+
├─ object.values@1.1.5
|
|
4339
4362
|
│ ├─ licenses: MIT
|
|
4340
4363
|
│ ├─ repository: https://github.com/es-shims/Object.values
|
|
4341
4364
|
│ ├─ publisher: Jordan Harband
|
|
@@ -4401,14 +4424,6 @@
|
|
|
4401
4424
|
│ ├─ url: sindresorhus.com
|
|
4402
4425
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/p-cancelable
|
|
4403
4426
|
│ └─ 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
4427
|
├─ p-limit@1.3.0
|
|
4413
4428
|
│ ├─ licenses: MIT
|
|
4414
4429
|
│ ├─ repository: https://github.com/sindresorhus/p-limit
|
|
@@ -4520,7 +4535,7 @@
|
|
|
4520
4535
|
│ ├─ url: sindresorhus.com
|
|
4521
4536
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/package-json
|
|
4522
4537
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/package-json/license
|
|
4523
|
-
├─ pacote@
|
|
4538
|
+
├─ pacote@12.0.3
|
|
4524
4539
|
│ ├─ licenses: ISC
|
|
4525
4540
|
│ ├─ repository: https://github.com/npm/pacote
|
|
4526
4541
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -4543,14 +4558,6 @@
|
|
|
4543
4558
|
│ ├─ url: https://github.com/jonschlinkert
|
|
4544
4559
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/parse-github-url
|
|
4545
4560
|
│ └─ 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
4561
|
├─ parse-passwd@1.0.0
|
|
4555
4562
|
│ ├─ licenses: MIT
|
|
4556
4563
|
│ ├─ repository: https://github.com/doowb/parse-passwd
|
|
@@ -4614,19 +4621,18 @@
|
|
|
4614
4621
|
│ ├─ email: http://jbgutierrez.info
|
|
4615
4622
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/path-parse
|
|
4616
4623
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/path-parse/LICENSE
|
|
4624
|
+
├─ path-parse@1.0.7
|
|
4625
|
+
│ ├─ licenses: MIT
|
|
4626
|
+
│ ├─ repository: https://github.com/jbgutierrez/path-parse
|
|
4627
|
+
│ ├─ publisher: Javier Blanco
|
|
4628
|
+
│ ├─ email: http://jbgutierrez.info
|
|
4629
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@babel/helper-define-polyfill-provider/node_modules/path-parse
|
|
4630
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@babel/helper-define-polyfill-provider/node_modules/path-parse/LICENSE
|
|
4617
4631
|
├─ path-to-regexp@0.1.7
|
|
4618
4632
|
│ ├─ licenses: MIT
|
|
4619
4633
|
│ ├─ repository: https://github.com/component/path-to-regexp
|
|
4620
4634
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/path-to-regexp
|
|
4621
4635
|
│ └─ 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
4636
|
├─ path-type@4.0.0
|
|
4631
4637
|
│ ├─ licenses: MIT
|
|
4632
4638
|
│ ├─ repository: https://github.com/sindresorhus/path-type
|
|
@@ -4649,21 +4655,19 @@
|
|
|
4649
4655
|
│ ├─ email: braveg1rl@outlook.com
|
|
4650
4656
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/performance-now
|
|
4651
4657
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/performance-now/license.txt
|
|
4652
|
-
├─
|
|
4658
|
+
├─ picocolors@1.0.0
|
|
4659
|
+
│ ├─ licenses: ISC
|
|
4660
|
+
│ ├─ repository: https://github.com/alexeyraspopov/picocolors
|
|
4661
|
+
│ ├─ publisher: Alexey Raspopov
|
|
4662
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/picocolors
|
|
4663
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/picocolors/LICENSE
|
|
4664
|
+
├─ picomatch@2.3.0
|
|
4653
4665
|
│ ├─ licenses: MIT
|
|
4654
4666
|
│ ├─ repository: https://github.com/micromatch/picomatch
|
|
4655
4667
|
│ ├─ publisher: Jon Schlinkert
|
|
4656
4668
|
│ ├─ url: https://github.com/jonschlinkert
|
|
4657
4669
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/picomatch
|
|
4658
4670
|
│ └─ 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
4671
|
├─ pify@4.0.1
|
|
4668
4672
|
│ ├─ licenses: MIT
|
|
4669
4673
|
│ ├─ repository: https://github.com/sindresorhus/pify
|
|
@@ -4672,22 +4676,14 @@
|
|
|
4672
4676
|
│ ├─ url: sindresorhus.com
|
|
4673
4677
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/pify
|
|
4674
4678
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/pify/license
|
|
4675
|
-
├─ pirates@4.0.
|
|
4679
|
+
├─ pirates@4.0.4
|
|
4676
4680
|
│ ├─ licenses: MIT
|
|
4677
|
-
│ ├─ repository: https://github.com/
|
|
4681
|
+
│ ├─ repository: https://github.com/danez/pirates
|
|
4678
4682
|
│ ├─ publisher: Ari Porad
|
|
4679
4683
|
│ ├─ email: ari@ariporad.com
|
|
4680
4684
|
│ ├─ url: http://ariporad.com
|
|
4681
4685
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/pirates
|
|
4682
4686
|
│ └─ 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
4687
|
├─ pkg-dir@3.0.0
|
|
4692
4688
|
│ ├─ licenses: MIT
|
|
4693
4689
|
│ ├─ repository: https://github.com/sindresorhus/pkg-dir
|
|
@@ -4704,14 +4700,6 @@
|
|
|
4704
4700
|
│ ├─ url: sindresorhus.com
|
|
4705
4701
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/nyc/node_modules/pkg-dir
|
|
4706
4702
|
│ └─ 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
4703
|
├─ prelude-ls@1.1.2
|
|
4716
4704
|
│ ├─ licenses: MIT
|
|
4717
4705
|
│ ├─ repository: https://github.com/gkz/prelude-ls
|
|
@@ -4734,17 +4722,18 @@
|
|
|
4734
4722
|
│ ├─ url: sindresorhus.com
|
|
4735
4723
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/prepend-http
|
|
4736
4724
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/prepend-http/license
|
|
4737
|
-
├─ printj@1.
|
|
4725
|
+
├─ printj@1.2.3
|
|
4738
4726
|
│ ├─ licenses: Apache-2.0
|
|
4739
4727
|
│ ├─ repository: https://github.com/SheetJS/printj
|
|
4740
4728
|
│ ├─ publisher: sheetjs
|
|
4741
4729
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/printj
|
|
4742
4730
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/printj/LICENSE
|
|
4743
|
-
├─
|
|
4744
|
-
│ ├─ licenses:
|
|
4745
|
-
│ ├─ repository: https://github.com/
|
|
4746
|
-
│ ├─
|
|
4747
|
-
│
|
|
4731
|
+
├─ printj@1.3.1
|
|
4732
|
+
│ ├─ licenses: Apache-2.0
|
|
4733
|
+
│ ├─ repository: https://github.com/SheetJS/printj
|
|
4734
|
+
│ ├─ publisher: sheetjs
|
|
4735
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/crc-32/node_modules/printj
|
|
4736
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/crc-32/node_modules/printj/LICENSE
|
|
4748
4737
|
├─ process-on-spawn@1.0.0
|
|
4749
4738
|
│ ├─ licenses: MIT
|
|
4750
4739
|
│ ├─ repository: https://github.com/cfware/process-on-spawn
|
|
@@ -4774,14 +4763,14 @@
|
|
|
4774
4763
|
│ ├─ url: http://indigounited.com
|
|
4775
4764
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/promise-retry
|
|
4776
4765
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/promise-retry/LICENSE
|
|
4777
|
-
├─ promise.allsettled@1.0.
|
|
4766
|
+
├─ promise.allsettled@1.0.5
|
|
4778
4767
|
│ ├─ licenses: MIT
|
|
4779
4768
|
│ ├─ repository: https://github.com/es-shims/Promise.allSettled
|
|
4780
4769
|
│ ├─ publisher: Jordan Harband
|
|
4781
4770
|
│ ├─ email: ljharb@gmail.com
|
|
4782
4771
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/promise.allsettled
|
|
4783
4772
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/promise.allsettled/LICENSE
|
|
4784
|
-
├─ prompts@2.4.
|
|
4773
|
+
├─ prompts@2.4.2
|
|
4785
4774
|
│ ├─ licenses: MIT
|
|
4786
4775
|
│ ├─ repository: https://github.com/terkelg/prompts
|
|
4787
4776
|
│ ├─ publisher: Terkel Gjervig
|
|
@@ -4796,7 +4785,7 @@
|
|
|
4796
4785
|
│ ├─ email: pedro.teixeira@gmail.com
|
|
4797
4786
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/propagate
|
|
4798
4787
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/propagate/LICENSE.md
|
|
4799
|
-
├─ proxy-addr@2.0.
|
|
4788
|
+
├─ proxy-addr@2.0.7
|
|
4800
4789
|
│ ├─ licenses: MIT
|
|
4801
4790
|
│ ├─ repository: https://github.com/jshttp/proxy-addr
|
|
4802
4791
|
│ ├─ publisher: Douglas Christopher Wilson
|
|
@@ -4838,11 +4827,11 @@
|
|
|
4838
4827
|
│ ├─ repository: https://github.com/ljharb/qs
|
|
4839
4828
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/request/node_modules/qs
|
|
4840
4829
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/request/node_modules/qs/LICENSE
|
|
4841
|
-
├─ qs@6.
|
|
4830
|
+
├─ qs@6.9.6
|
|
4842
4831
|
│ ├─ licenses: BSD-3-Clause
|
|
4843
4832
|
│ ├─ repository: https://github.com/ljharb/qs
|
|
4844
4833
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/qs
|
|
4845
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/qs/LICENSE
|
|
4834
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/qs/LICENSE.md
|
|
4846
4835
|
├─ queue-microtask@1.2.3
|
|
4847
4836
|
│ ├─ licenses: MIT
|
|
4848
4837
|
│ ├─ repository: https://github.com/feross/queue-microtask
|
|
@@ -4871,7 +4860,7 @@
|
|
|
4871
4860
|
│ ├─ url: http://tjholowaychuk.com
|
|
4872
4861
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/range-parser
|
|
4873
4862
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/range-parser/LICENSE
|
|
4874
|
-
├─ raw-body@2.4.
|
|
4863
|
+
├─ raw-body@2.4.2
|
|
4875
4864
|
│ ├─ licenses: MIT
|
|
4876
4865
|
│ ├─ repository: https://github.com/stream-utils/raw-body
|
|
4877
4866
|
│ ├─ publisher: Jonathan Ong
|
|
@@ -4901,7 +4890,7 @@
|
|
|
4901
4890
|
│ ├─ url: http://blog.izs.me/
|
|
4902
4891
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/read-installed
|
|
4903
4892
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/read-installed/LICENSE
|
|
4904
|
-
├─ read-package-json-fast@2.0.
|
|
4893
|
+
├─ read-package-json-fast@2.0.3
|
|
4905
4894
|
│ ├─ licenses: ISC
|
|
4906
4895
|
│ ├─ repository: https://github.com/npm/read-package-json-fast
|
|
4907
4896
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -4917,23 +4906,7 @@
|
|
|
4917
4906
|
│ ├─ url: http://blog.izs.me/
|
|
4918
4907
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/read-package-json
|
|
4919
4908
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/read-package-json/LICENSE
|
|
4920
|
-
├─
|
|
4921
|
-
│ ├─ licenses: MIT
|
|
4922
|
-
│ ├─ repository: https://github.com/sindresorhus/read-pkg-up
|
|
4923
|
-
│ ├─ publisher: Sindre Sorhus
|
|
4924
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
4925
|
-
│ ├─ url: sindresorhus.com
|
|
4926
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/read-pkg-up
|
|
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
|
|
4909
|
+
├─ readable-stream@3.6.0
|
|
4937
4910
|
│ ├─ licenses: MIT
|
|
4938
4911
|
│ ├─ repository: https://github.com/nodejs/readable-stream
|
|
4939
4912
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/readable-stream
|
|
@@ -4946,7 +4919,7 @@
|
|
|
4946
4919
|
│ ├─ url: http://blog.izs.me/
|
|
4947
4920
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/readdir-scoped-modules
|
|
4948
4921
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/readdir-scoped-modules/LICENSE
|
|
4949
|
-
├─ readdirp@3.
|
|
4922
|
+
├─ readdirp@3.6.0
|
|
4950
4923
|
│ ├─ licenses: MIT
|
|
4951
4924
|
│ ├─ repository: https://github.com/paulmillr/readdirp
|
|
4952
4925
|
│ ├─ publisher: Thorsten Lorenz
|
|
@@ -4974,7 +4947,7 @@
|
|
|
4974
4947
|
│ ├─ publisher: Ruben Bridgewater
|
|
4975
4948
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/redis-parser
|
|
4976
4949
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/redis-parser/LICENSE
|
|
4977
|
-
├─ regenerate-unicode-properties@
|
|
4950
|
+
├─ regenerate-unicode-properties@9.0.0
|
|
4978
4951
|
│ ├─ licenses: MIT
|
|
4979
4952
|
│ ├─ repository: https://github.com/mathiasbynens/regenerate-unicode-properties
|
|
4980
4953
|
│ ├─ publisher: Mathias Bynens
|
|
@@ -4988,9 +4961,9 @@
|
|
|
4988
4961
|
│ ├─ url: https://mathiasbynens.be/
|
|
4989
4962
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/regenerate
|
|
4990
4963
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/regenerate/LICENSE-MIT.txt
|
|
4991
|
-
├─ regenerator-runtime@0.13.
|
|
4964
|
+
├─ regenerator-runtime@0.13.9
|
|
4992
4965
|
│ ├─ licenses: MIT
|
|
4993
|
-
│ ├─ repository: https://github.com/facebook/regenerator/tree/master/packages/
|
|
4966
|
+
│ ├─ repository: https://github.com/facebook/regenerator/tree/master/packages/runtime
|
|
4994
4967
|
│ ├─ publisher: Ben Newman
|
|
4995
4968
|
│ ├─ email: bn@cs.stanford.edu
|
|
4996
4969
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/regenerator-runtime
|
|
@@ -5007,9 +4980,16 @@
|
|
|
5007
4980
|
│ ├─ repository: https://github.com/mysticatea/regexpp
|
|
5008
4981
|
│ ├─ publisher: Toru Nagashima
|
|
5009
4982
|
│ ├─ url: https://github.com/mysticatea
|
|
4983
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-es/node_modules/regexpp
|
|
4984
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/eslint-plugin-es/node_modules/regexpp/LICENSE
|
|
4985
|
+
├─ regexpp@3.2.0
|
|
4986
|
+
│ ├─ licenses: MIT
|
|
4987
|
+
│ ├─ repository: https://github.com/mysticatea/regexpp
|
|
4988
|
+
│ ├─ publisher: Toru Nagashima
|
|
4989
|
+
│ ├─ url: https://github.com/mysticatea
|
|
5010
4990
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/regexpp
|
|
5011
4991
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/regexpp/LICENSE
|
|
5012
|
-
├─ regexpu-core@4.
|
|
4992
|
+
├─ regexpu-core@4.8.0
|
|
5013
4993
|
│ ├─ licenses: MIT
|
|
5014
4994
|
│ ├─ repository: https://github.com/mathiasbynens/regexpu-core
|
|
5015
4995
|
│ ├─ publisher: Mathias Bynens
|
|
@@ -5038,7 +5018,7 @@
|
|
|
5038
5018
|
│ ├─ url: https://ofcr.se/
|
|
5039
5019
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/regjsgen
|
|
5040
5020
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/regjsgen/LICENSE-MIT.txt
|
|
5041
|
-
├─ regjsparser@0.
|
|
5021
|
+
├─ regjsparser@0.7.0
|
|
5042
5022
|
│ ├─ licenses: BSD-2-Clause
|
|
5043
5023
|
│ ├─ repository: https://github.com/jviereck/regjsparser
|
|
5044
5024
|
│ ├─ publisher: 'Julian Viereck'
|
|
@@ -5122,7 +5102,7 @@
|
|
|
5122
5102
|
│ ├─ url: http://substack.net
|
|
5123
5103
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/rollup-plugin-node-resolve/node_modules/resolve
|
|
5124
5104
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/rollup-plugin-node-resolve/node_modules/resolve/LICENSE
|
|
5125
|
-
├─ resolve@1.
|
|
5105
|
+
├─ resolve@1.22.0
|
|
5126
5106
|
│ ├─ licenses: MIT
|
|
5127
5107
|
│ ├─ repository: https://github.com/browserify/resolve
|
|
5128
5108
|
│ ├─ publisher: James Halliday
|
|
@@ -5190,7 +5170,7 @@
|
|
|
5190
5170
|
│ ├─ email: richard.a.harris@gmail.com
|
|
5191
5171
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/rollup-pluginutils
|
|
5192
5172
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/rollup-pluginutils/README.md
|
|
5193
|
-
├─ rollup@2.
|
|
5173
|
+
├─ rollup@2.67.2
|
|
5194
5174
|
│ ├─ licenses: MIT
|
|
5195
5175
|
│ ├─ repository: https://github.com/rollup/rollup
|
|
5196
5176
|
│ ├─ publisher: Rich Harris
|
|
@@ -5212,6 +5192,14 @@
|
|
|
5212
5192
|
│ ├─ url: http://feross.org
|
|
5213
5193
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/safe-buffer
|
|
5214
5194
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/safe-buffer/LICENSE
|
|
5195
|
+
├─ safe-buffer@5.2.1
|
|
5196
|
+
│ ├─ licenses: MIT
|
|
5197
|
+
│ ├─ repository: https://github.com/feross/safe-buffer
|
|
5198
|
+
│ ├─ publisher: Feross Aboukhadijeh
|
|
5199
|
+
│ ├─ email: feross@feross.org
|
|
5200
|
+
│ ├─ url: https://feross.org
|
|
5201
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/content-disposition/node_modules/safe-buffer
|
|
5202
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/content-disposition/node_modules/safe-buffer/LICENSE
|
|
5215
5203
|
├─ safer-buffer@2.1.2
|
|
5216
5204
|
│ ├─ licenses: MIT
|
|
5217
5205
|
│ ├─ repository: https://github.com/ChALkeR/safer-buffer
|
|
@@ -5258,23 +5246,23 @@
|
|
|
5258
5246
|
├─ semver@7.3.5
|
|
5259
5247
|
│ ├─ licenses: ISC
|
|
5260
5248
|
│ ├─ 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
|
-
├─ send@0.17.
|
|
5249
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/@npmcli/fs/node_modules/semver
|
|
5250
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/@npmcli/fs/node_modules/semver/LICENSE
|
|
5251
|
+
├─ send@0.17.2
|
|
5264
5252
|
│ ├─ licenses: MIT
|
|
5265
5253
|
│ ├─ repository: https://github.com/pillarjs/send
|
|
5266
5254
|
│ ├─ publisher: TJ Holowaychuk
|
|
5267
5255
|
│ ├─ email: tj@vision-media.ca
|
|
5268
5256
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/send
|
|
5269
5257
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/send/LICENSE
|
|
5270
|
-
├─ serialize-javascript@
|
|
5258
|
+
├─ serialize-javascript@6.0.0
|
|
5271
5259
|
│ ├─ licenses: BSD-3-Clause
|
|
5272
5260
|
│ ├─ repository: https://github.com/yahoo/serialize-javascript
|
|
5273
5261
|
│ ├─ publisher: Eric Ferraiuolo
|
|
5274
5262
|
│ ├─ email: edf@ericf.me
|
|
5275
5263
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/serialize-javascript
|
|
5276
5264
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/serialize-javascript/LICENSE
|
|
5277
|
-
├─ serve-static@1.14.
|
|
5265
|
+
├─ serve-static@1.14.2
|
|
5278
5266
|
│ ├─ licenses: MIT
|
|
5279
5267
|
│ ├─ repository: https://github.com/expressjs/serve-static
|
|
5280
5268
|
│ ├─ publisher: Douglas Christopher Wilson
|
|
@@ -5288,7 +5276,7 @@
|
|
|
5288
5276
|
│ ├─ email: ben@npmjs.com
|
|
5289
5277
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/set-blocking
|
|
5290
5278
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/set-blocking/LICENSE.txt
|
|
5291
|
-
├─ setprototypeof@1.
|
|
5279
|
+
├─ setprototypeof@1.2.0
|
|
5292
5280
|
│ ├─ licenses: ISC
|
|
5293
5281
|
│ ├─ repository: https://github.com/wesleytodd/setprototypeof
|
|
5294
5282
|
│ ├─ publisher: Wes Todd
|
|
@@ -5317,6 +5305,13 @@
|
|
|
5317
5305
|
│ ├─ url: sindresorhus.com
|
|
5318
5306
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/shebang-regex
|
|
5319
5307
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/shebang-regex/license
|
|
5308
|
+
├─ side-channel@1.0.4
|
|
5309
|
+
│ ├─ licenses: MIT
|
|
5310
|
+
│ ├─ repository: https://github.com/ljharb/side-channel
|
|
5311
|
+
│ ├─ publisher: Jordan Harband
|
|
5312
|
+
│ ├─ email: ljharb@gmail.com
|
|
5313
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/side-channel
|
|
5314
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/side-channel/LICENSE
|
|
5320
5315
|
├─ signal-exit@3.0.3
|
|
5321
5316
|
│ ├─ licenses: ISC
|
|
5322
5317
|
│ ├─ repository: https://github.com/tapjs/signal-exit
|
|
@@ -5348,11 +5343,6 @@
|
|
|
5348
5343
|
│ ├─ url: sindresorhus.com
|
|
5349
5344
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/globby/node_modules/slash
|
|
5350
5345
|
│ └─ 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
5346
|
├─ slide@1.1.6
|
|
5357
5347
|
│ ├─ licenses: ISC
|
|
5358
5348
|
│ ├─ repository: https://github.com/isaacs/slide-flow-control
|
|
@@ -5361,7 +5351,7 @@
|
|
|
5361
5351
|
│ ├─ url: http://blog.izs.me/
|
|
5362
5352
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/slide
|
|
5363
5353
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/slide/LICENSE
|
|
5364
|
-
├─ slugify@1.5
|
|
5354
|
+
├─ slugify@1.6.5
|
|
5365
5355
|
│ ├─ licenses: MIT
|
|
5366
5356
|
│ ├─ repository: https://github.com/simov/slugify
|
|
5367
5357
|
│ ├─ publisher: Simeon Velichkov
|
|
@@ -5369,18 +5359,18 @@
|
|
|
5369
5359
|
│ ├─ url: https://simov.github.io
|
|
5370
5360
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/slugify
|
|
5371
5361
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/slugify/LICENSE
|
|
5372
|
-
├─ smart-buffer@4.
|
|
5362
|
+
├─ smart-buffer@4.2.0
|
|
5373
5363
|
│ ├─ licenses: MIT
|
|
5374
5364
|
│ ├─ repository: https://github.com/JoshGlazebrook/smart-buffer
|
|
5375
5365
|
│ ├─ publisher: Josh Glazebrook
|
|
5376
5366
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/smart-buffer
|
|
5377
5367
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/smart-buffer/LICENSE
|
|
5378
|
-
├─ socket.io-adapter@2.3.
|
|
5368
|
+
├─ socket.io-adapter@2.3.3
|
|
5379
5369
|
│ ├─ licenses: MIT
|
|
5380
5370
|
│ ├─ repository: https://github.com/socketio/socket.io-adapter
|
|
5381
5371
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socket.io-adapter
|
|
5382
5372
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/socket.io-adapter/LICENSE
|
|
5383
|
-
├─ socket.io-client@4.1
|
|
5373
|
+
├─ socket.io-client@4.4.1
|
|
5384
5374
|
│ ├─ licenses: MIT
|
|
5385
5375
|
│ ├─ repository: https://github.com/socketio/socket.io-client
|
|
5386
5376
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socket.io-client
|
|
@@ -5390,7 +5380,12 @@
|
|
|
5390
5380
|
│ ├─ repository: https://github.com/socketio/socket.io-parser
|
|
5391
5381
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socket.io-parser
|
|
5392
5382
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/socket.io-parser/LICENSE
|
|
5393
|
-
├─ socket.io@4.1.
|
|
5383
|
+
├─ socket.io-parser@4.1.1
|
|
5384
|
+
│ ├─ licenses: MIT
|
|
5385
|
+
│ ├─ repository: https://github.com/socketio/socket.io-parser
|
|
5386
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socket.io-client/node_modules/socket.io-parser
|
|
5387
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/socket.io-client/node_modules/socket.io-parser/LICENSE
|
|
5388
|
+
├─ socket.io@4.4.1
|
|
5394
5389
|
│ ├─ licenses: MIT
|
|
5395
5390
|
│ ├─ repository: https://github.com/socketio/socket.io
|
|
5396
5391
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socket.io
|
|
@@ -5401,7 +5396,7 @@
|
|
|
5401
5396
|
│ ├─ publisher: Facundo Olano and Martín Paulucci
|
|
5402
5397
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socketio-auth
|
|
5403
5398
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/socketio-auth/README.md
|
|
5404
|
-
├─ socks-proxy-agent@
|
|
5399
|
+
├─ socks-proxy-agent@6.1.1
|
|
5405
5400
|
│ ├─ licenses: MIT
|
|
5406
5401
|
│ ├─ repository: https://github.com/TooTallNate/node-socks-proxy-agent
|
|
5407
5402
|
│ ├─ publisher: Nathan Rajlich
|
|
@@ -5409,13 +5404,13 @@
|
|
|
5409
5404
|
│ ├─ url: http://n8.io/
|
|
5410
5405
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socks-proxy-agent
|
|
5411
5406
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/socks-proxy-agent/README.md
|
|
5412
|
-
├─ socks@2.6.
|
|
5407
|
+
├─ socks@2.6.2
|
|
5413
5408
|
│ ├─ licenses: MIT
|
|
5414
5409
|
│ ├─ repository: https://github.com/JoshGlazebrook/socks
|
|
5415
5410
|
│ ├─ publisher: Josh Glazebrook
|
|
5416
5411
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/socks
|
|
5417
5412
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/socks/LICENSE
|
|
5418
|
-
├─ source-map-support@0.5.
|
|
5413
|
+
├─ source-map-support@0.5.21
|
|
5419
5414
|
│ ├─ licenses: MIT
|
|
5420
5415
|
│ ├─ repository: https://github.com/evanw/node-source-map-support
|
|
5421
5416
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/source-map-support
|
|
@@ -5553,22 +5548,6 @@
|
|
|
5553
5548
|
│ ├─ repository: https://github.com/jshttp/statuses
|
|
5554
5549
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/statuses
|
|
5555
5550
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/statuses/LICENSE
|
|
5556
|
-
├─ string-width@1.0.2
|
|
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
|
|
5565
|
-
│ ├─ licenses: MIT
|
|
5566
|
-
│ ├─ repository: https://github.com/sindresorhus/string-width
|
|
5567
|
-
│ ├─ publisher: Sindre Sorhus
|
|
5568
|
-
│ ├─ email: sindresorhus@gmail.com
|
|
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
|
|
5572
5551
|
├─ string-width@3.1.0
|
|
5573
5552
|
│ ├─ licenses: MIT
|
|
5574
5553
|
│ ├─ repository: https://github.com/sindresorhus/string-width
|
|
@@ -5593,6 +5572,14 @@
|
|
|
5593
5572
|
│ ├─ url: sindresorhus.com
|
|
5594
5573
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/string-width
|
|
5595
5574
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/string-width/license
|
|
5575
|
+
├─ string-width@4.2.3
|
|
5576
|
+
│ ├─ licenses: MIT
|
|
5577
|
+
│ ├─ repository: https://github.com/sindresorhus/string-width
|
|
5578
|
+
│ ├─ publisher: Sindre Sorhus
|
|
5579
|
+
│ ├─ email: sindresorhus@gmail.com
|
|
5580
|
+
│ ├─ url: sindresorhus.com
|
|
5581
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/string-width
|
|
5582
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/string-width/license
|
|
5596
5583
|
├─ string.prototype.trimend@1.0.4
|
|
5597
5584
|
│ ├─ licenses: MIT
|
|
5598
5585
|
│ ├─ repository: https://github.com/es-shims/String.prototype.trimEnd
|
|
@@ -5607,27 +5594,11 @@
|
|
|
5607
5594
|
│ ├─ email: ljharb@gmail.com
|
|
5608
5595
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/string.prototype.trimstart
|
|
5609
5596
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/string.prototype.trimstart/LICENSE
|
|
5610
|
-
├─ string_decoder@1.
|
|
5597
|
+
├─ string_decoder@1.3.0
|
|
5611
5598
|
│ ├─ licenses: MIT
|
|
5612
5599
|
│ ├─ repository: https://github.com/nodejs/string_decoder
|
|
5613
5600
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/string_decoder
|
|
5614
5601
|
│ └─ 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
5602
|
├─ strip-ansi@5.2.0
|
|
5632
5603
|
│ ├─ licenses: MIT
|
|
5633
5604
|
│ ├─ repository: https://github.com/chalk/strip-ansi
|
|
@@ -5644,6 +5615,14 @@
|
|
|
5644
5615
|
│ ├─ url: sindresorhus.com
|
|
5645
5616
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/strip-ansi
|
|
5646
5617
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/strip-ansi/license
|
|
5618
|
+
├─ strip-ansi@6.0.1
|
|
5619
|
+
│ ├─ licenses: MIT
|
|
5620
|
+
│ ├─ repository: https://github.com/chalk/strip-ansi
|
|
5621
|
+
│ ├─ publisher: Sindre Sorhus
|
|
5622
|
+
│ ├─ email: sindresorhus@gmail.com
|
|
5623
|
+
│ ├─ url: sindresorhus.com
|
|
5624
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/strip-ansi
|
|
5625
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/gauge/node_modules/strip-ansi/license
|
|
5647
5626
|
├─ strip-bom@3.0.0
|
|
5648
5627
|
│ ├─ licenses: MIT
|
|
5649
5628
|
│ ├─ repository: https://github.com/sindresorhus/strip-bom
|
|
@@ -5700,6 +5679,13 @@
|
|
|
5700
5679
|
│ ├─ url: https://sindresorhus.com
|
|
5701
5680
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/supports-color
|
|
5702
5681
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/mocha/node_modules/supports-color/license
|
|
5682
|
+
├─ supports-preserve-symlinks-flag@1.0.0
|
|
5683
|
+
│ ├─ licenses: MIT
|
|
5684
|
+
│ ├─ repository: https://github.com/inspect-js/node-supports-preserve-symlinks-flag
|
|
5685
|
+
│ ├─ publisher: Jordan Harband
|
|
5686
|
+
│ ├─ email: ljharb@gmail.com
|
|
5687
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/supports-preserve-symlinks-flag
|
|
5688
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/supports-preserve-symlinks-flag/LICENSE
|
|
5703
5689
|
├─ swagger-jsdoc@6.1.0
|
|
5704
5690
|
│ ├─ licenses: MIT
|
|
5705
5691
|
│ ├─ repository: https://github.com/Surnet/swagger-jsdoc
|
|
@@ -5713,27 +5699,20 @@
|
|
|
5713
5699
|
│ ├─ url: https://jamesmessinger.com
|
|
5714
5700
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/swagger-parser
|
|
5715
5701
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/swagger-parser/LICENSE
|
|
5716
|
-
├─ swagger-ui-dist@
|
|
5702
|
+
├─ swagger-ui-dist@4.1.3
|
|
5717
5703
|
│ ├─ licenses: Apache-2.0
|
|
5718
5704
|
│ ├─ repository: https://github.com/swagger-api/swagger-ui
|
|
5719
5705
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/swagger-ui-dist
|
|
5720
|
-
│
|
|
5721
|
-
|
|
5706
|
+
│ ├─ licenseFile: /home/ftreml/dev/botium-core/node_modules/swagger-ui-dist/LICENSE
|
|
5707
|
+
│ └─ noticeFile: /home/ftreml/dev/botium-core/node_modules/swagger-ui-dist/NOTICE
|
|
5708
|
+
├─ swagger-ui-express@4.3.0
|
|
5722
5709
|
│ ├─ licenses: MIT
|
|
5723
5710
|
│ ├─ repository: https://github.com/scottie1984/swagger-ui-express
|
|
5724
5711
|
│ ├─ publisher: Stephen Scott
|
|
5725
5712
|
│ ├─ email: scottie1984@gmail.com
|
|
5726
5713
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/swagger-ui-express
|
|
5727
5714
|
│ └─ 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
|
|
5715
|
+
├─ tar@6.1.11
|
|
5737
5716
|
│ ├─ licenses: ISC
|
|
5738
5717
|
│ ├─ repository: https://github.com/npm/node-tar
|
|
5739
5718
|
│ ├─ publisher: Isaac Z. Schlueter
|
|
@@ -5779,7 +5758,7 @@
|
|
|
5779
5758
|
│ ├─ url: https://github.com/jonschlinkert
|
|
5780
5759
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/to-regex-range
|
|
5781
5760
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/to-regex-range/LICENSE
|
|
5782
|
-
├─ toidentifier@1.0.
|
|
5761
|
+
├─ toidentifier@1.0.1
|
|
5783
5762
|
│ ├─ licenses: MIT
|
|
5784
5763
|
│ ├─ repository: https://github.com/component/toidentifier
|
|
5785
5764
|
│ ├─ publisher: Douglas Christopher Wilson
|
|
@@ -5807,7 +5786,7 @@
|
|
|
5807
5786
|
│ ├─ email: xiongc05@gmail.com
|
|
5808
5787
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/truncate-utf8-bytes
|
|
5809
5788
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/truncate-utf8-bytes/README.md
|
|
5810
|
-
├─ tsconfig-paths@3.
|
|
5789
|
+
├─ tsconfig-paths@3.12.0
|
|
5811
5790
|
│ ├─ licenses: MIT
|
|
5812
5791
|
│ ├─ repository: https://github.com/dividab/tsconfig-paths
|
|
5813
5792
|
│ ├─ publisher: Jonas Kello
|
|
@@ -5855,8 +5834,8 @@
|
|
|
5855
5834
|
│ ├─ publisher: Sindre Sorhus
|
|
5856
5835
|
│ ├─ email: sindresorhus@gmail.com
|
|
5857
5836
|
│ ├─ url: https://sindresorhus.com
|
|
5858
|
-
│ ├─ path: /home/ftreml/dev/botium-core/node_modules
|
|
5859
|
-
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules
|
|
5837
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/boxen/node_modules/type-fest
|
|
5838
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/boxen/node_modules/type-fest/license
|
|
5860
5839
|
├─ type-fest@0.8.1
|
|
5861
5840
|
│ ├─ licenses: (MIT OR CC0-1.0)
|
|
5862
5841
|
│ ├─ repository: https://github.com/sindresorhus/type-fest
|
|
@@ -5897,28 +5876,28 @@
|
|
|
5897
5876
|
│ ├─ email: jeremy@documentcloud.org
|
|
5898
5877
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/underscore
|
|
5899
5878
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/underscore/LICENSE
|
|
5900
|
-
├─ unicode-canonical-property-names-ecmascript@
|
|
5879
|
+
├─ unicode-canonical-property-names-ecmascript@2.0.0
|
|
5901
5880
|
│ ├─ licenses: MIT
|
|
5902
5881
|
│ ├─ repository: https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript
|
|
5903
5882
|
│ ├─ publisher: Mathias Bynens
|
|
5904
5883
|
│ ├─ url: https://mathiasbynens.be/
|
|
5905
5884
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/unicode-canonical-property-names-ecmascript
|
|
5906
5885
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/unicode-canonical-property-names-ecmascript/LICENSE-MIT.txt
|
|
5907
|
-
├─ unicode-match-property-ecmascript@
|
|
5886
|
+
├─ unicode-match-property-ecmascript@2.0.0
|
|
5908
5887
|
│ ├─ licenses: MIT
|
|
5909
5888
|
│ ├─ repository: https://github.com/mathiasbynens/unicode-match-property-ecmascript
|
|
5910
5889
|
│ ├─ publisher: Mathias Bynens
|
|
5911
5890
|
│ ├─ url: https://mathiasbynens.be/
|
|
5912
5891
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/unicode-match-property-ecmascript
|
|
5913
5892
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/unicode-match-property-ecmascript/LICENSE-MIT.txt
|
|
5914
|
-
├─ unicode-match-property-value-ecmascript@
|
|
5893
|
+
├─ unicode-match-property-value-ecmascript@2.0.0
|
|
5915
5894
|
│ ├─ licenses: MIT
|
|
5916
5895
|
│ ├─ repository: https://github.com/mathiasbynens/unicode-match-property-value-ecmascript
|
|
5917
5896
|
│ ├─ publisher: Mathias Bynens
|
|
5918
5897
|
│ ├─ url: https://mathiasbynens.be/
|
|
5919
5898
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/unicode-match-property-value-ecmascript
|
|
5920
5899
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/unicode-match-property-value-ecmascript/LICENSE-MIT.txt
|
|
5921
|
-
├─ unicode-property-aliases-ecmascript@
|
|
5900
|
+
├─ unicode-property-aliases-ecmascript@2.0.0
|
|
5922
5901
|
│ ├─ licenses: MIT
|
|
5923
5902
|
│ ├─ repository: https://github.com/mathiasbynens/unicode-property-aliases-ecmascript
|
|
5924
5903
|
│ ├─ publisher: Mathias Bynens
|
|
@@ -6065,7 +6044,7 @@
|
|
|
6065
6044
|
│ ├─ repository: https://github.com/davepacheco/node-verror
|
|
6066
6045
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/verror
|
|
6067
6046
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/verror/LICENSE
|
|
6068
|
-
├─ vm2@3.9.
|
|
6047
|
+
├─ vm2@3.9.7
|
|
6069
6048
|
│ ├─ licenses: MIT
|
|
6070
6049
|
│ ├─ repository: https://github.com/patriksimek/vm2
|
|
6071
6050
|
│ ├─ publisher: Patrik Simek
|
|
@@ -6093,7 +6072,7 @@
|
|
|
6093
6072
|
│ ├─ url: http://blog.izs.me
|
|
6094
6073
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/which
|
|
6095
6074
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/which/LICENSE
|
|
6096
|
-
├─ wide-align@1.1.
|
|
6075
|
+
├─ wide-align@1.1.5
|
|
6097
6076
|
│ ├─ licenses: ISC
|
|
6098
6077
|
│ ├─ repository: https://github.com/iarna/wide-align
|
|
6099
6078
|
│ ├─ publisher: Rebecca Turner
|
|
@@ -6128,7 +6107,7 @@
|
|
|
6128
6107
|
│ ├─ publisher: sheetjs
|
|
6129
6108
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/word
|
|
6130
6109
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/word/LICENSE
|
|
6131
|
-
├─ workerpool@6.
|
|
6110
|
+
├─ workerpool@6.2.0
|
|
6132
6111
|
│ ├─ licenses: Apache-2.0
|
|
6133
6112
|
│ ├─ repository: https://github.com/josdejong/workerpool
|
|
6134
6113
|
│ ├─ publisher: Jos de Jong
|
|
@@ -6182,7 +6161,7 @@
|
|
|
6182
6161
|
│ ├─ url: https://github.com/jonschlinkert
|
|
6183
6162
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/write
|
|
6184
6163
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/write/LICENSE
|
|
6185
|
-
├─ ws@
|
|
6164
|
+
├─ ws@8.2.3
|
|
6186
6165
|
│ ├─ licenses: MIT
|
|
6187
6166
|
│ ├─ repository: https://github.com/websockets/ws
|
|
6188
6167
|
│ ├─ publisher: Einar Otto Stangvik
|
|
@@ -6198,13 +6177,19 @@
|
|
|
6198
6177
|
│ ├─ url: sindresorhus.com
|
|
6199
6178
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/xdg-basedir
|
|
6200
6179
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/xdg-basedir/license
|
|
6201
|
-
├─ xlsx@0.
|
|
6180
|
+
├─ xlsx@0.18.2
|
|
6202
6181
|
│ ├─ licenses: Apache-2.0
|
|
6203
6182
|
│ ├─ repository: https://github.com/SheetJS/sheetjs
|
|
6204
6183
|
│ ├─ publisher: sheetjs
|
|
6205
6184
|
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/xlsx
|
|
6206
6185
|
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/xlsx/LICENSE
|
|
6207
|
-
├─
|
|
6186
|
+
├─ xmlhttprequest-ssl@2.0.0
|
|
6187
|
+
│ ├─ licenses: MIT
|
|
6188
|
+
│ ├─ repository: https://github.com/mjwwit/node-XMLHttpRequest
|
|
6189
|
+
│ ├─ publisher: Michael de Wit
|
|
6190
|
+
│ ├─ path: /home/ftreml/dev/botium-core/node_modules/xmlhttprequest-ssl
|
|
6191
|
+
│ └─ licenseFile: /home/ftreml/dev/botium-core/node_modules/xmlhttprequest-ssl/LICENSE
|
|
6192
|
+
├─ xregexp@5.1.0
|
|
6208
6193
|
│ ├─ licenses: MIT
|
|
6209
6194
|
│ ├─ repository: https://github.com/slevithan/xregexp
|
|
6210
6195
|
│ ├─ publisher: Steven Levithan
|