@webos-tools/cli 3.1.1 → 3.1.3

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.
Files changed (53) hide show
  1. package/CHANGELOG.md +173 -157
  2. package/LICENSES/342/200/216/LicenseRef-3rd_party_licenses.txt +1355 -0
  3. package/README.md +21 -19
  4. package/bin/ares-config.js +6 -3
  5. package/bin/ares-device.js +2 -2
  6. package/bin/ares-log.js +6 -2
  7. package/bin/ares-pull.js +1 -1
  8. package/bin/ares-push.js +1 -1
  9. package/bin/ares-setup-device.js +573 -528
  10. package/bin/ares-shell.js +1 -1
  11. package/bin/ares.js +1 -1
  12. package/files/conf/ares.json +5 -5
  13. package/files/conf/novacom-devices.json +18 -1
  14. package/files/conf-base/env/sdk-apollo.json +8 -0
  15. package/files/conf-base/profile/config-apollo.json +29 -0
  16. package/files/conf-base/profile/config-ose.json +1 -1
  17. package/files/conf-base/template-conf/apollo-sdk-templates.json +56 -0
  18. package/files/help/ares-config.help +6 -1
  19. package/files/help/ares-device.help +15 -0
  20. package/files/help/ares-generate.help +27 -1
  21. package/files/help/ares-inspect.help +6 -0
  22. package/files/help/ares-install.help +5 -0
  23. package/files/help/ares-launch.help +5 -0
  24. package/files/help/ares-server.help +5 -0
  25. package/files/help/ares-setup-device.help +40 -0
  26. package/files/help/ares.help +5 -0
  27. package/files/schema/NovacomDevices.schema +2 -1
  28. package/files/templates/apollo-sdk-templates/appinfo/appinfo.json +10 -0
  29. package/files/templates/apollo-sdk-templates/bootplate-web/index.html +88 -0
  30. package/files/templates/apollo-sdk-templates/hosted-webapp/index.html +14 -0
  31. package/files/templates/apollo-sdk-templates/icon/icon.png +0 -0
  32. package/files/templates/apollo-sdk-templates/js-service/helloclient.js +31 -0
  33. package/files/templates/apollo-sdk-templates/js-service/helloworld_webos_service.js +188 -0
  34. package/files/templates/apollo-sdk-templates/native-service/CMakeLists.txt +72 -0
  35. package/files/templates/apollo-sdk-templates/native-service/services.json +11 -0
  36. package/files/templates/apollo-sdk-templates/native-service/src/main.c +144 -0
  37. package/files/templates/apollo-sdk-templates/serviceinfo/package.json +11 -0
  38. package/files/templates/apollo-sdk-templates/serviceinfo/services.json +8 -0
  39. package/lib/base/novacom.js +1 -1
  40. package/lib/base/setup-device.js +338 -335
  41. package/lib/device.js +1 -1
  42. package/lib/generator.js +408 -377
  43. package/lib/package.js +3 -1
  44. package/lib/shell.js +1 -1
  45. package/npm-shrinkwrap.json +9242 -9242
  46. package/package.json +100 -100
  47. package/sbom-info.yaml +1758 -0
  48. package/spec/jsSpecs/ares-config.spec.js +10 -0
  49. package/spec/jsSpecs/ares-generate.spec.js +4 -4
  50. package/spec/jsSpecs/ares-log.spec.js +1 -1
  51. package/spec/test_data/ares-generate.json +18 -1
  52. package/spec/test_data/ares.json +17 -0
  53. package/webos-tools-cli-3.1.3.tgz +0 -0
package/sbom-info.yaml ADDED
@@ -0,0 +1,1758 @@
1
+ Bytes utility:
2
+ - version: "3.1.0"
3
+ license: "MIT"
4
+ download location: "https://github.com/visionmedia/bytes.js/releases/tag/2.1.0"
5
+ homepage: "https://github.com/visionmedia/bytes.js"
6
+ copyright text:
7
+ - "Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>"
8
+ - "Copyright (c) 2015 Jed Watson <jed.watson@me.com>"
9
+ Inquirer.js:
10
+ - version: "7.0.0"
11
+ license: "MIT"
12
+ download location: "https://github.com/SBoudrias/Inquirer.js/releases"
13
+ homepage: "https://github.com/sboudrias/Inquirer.js"
14
+ copyright text: "Copyright (c) 2016 Simon Boudrias"
15
+ Microsoft-tslib:
16
+ - version: "1.14.1"
17
+ license: "0BSD"
18
+ download location: "https://github.com/Microsoft/tslib"
19
+ homepage: "https://www.npmjs.com/package/tslib"
20
+ copyright text: "Copyright (c) Microsoft Corporation."
21
+ Polyfill for Object.setPrototypeOf:
22
+ - version: "1.1.1"
23
+ license: "ISC"
24
+ download location: "https://github.com/wesleytodd/setprototypeof"
25
+ homepage: "https://github.com/wesleytodd/setprototypeof"
26
+ copyright text: "Copyright (c) 2015, Wes Todd"
27
+ Punycode.js:
28
+ - version: "2.3.1"
29
+ license: "MIT"
30
+ download location: "https://github.com/bestiejs/punycode.js"
31
+ homepage: "https://github.com/bestiejs/punycode.js"
32
+ copyright text: "Copyright (c) Mathias Bynens <http://mathiasbynens.be/>"
33
+ RxJS:
34
+ - version: "6.6.7"
35
+ license: "Apache-2.0"
36
+ download location: "https://github.com/reactivex/rxjs"
37
+ homepage: "https://github.com/reactivex/rxjs"
38
+ copyright text: "Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft\
39
+ \ Corp. and contributors"
40
+ abbrev-js:
41
+ - version: "1.1.1"
42
+ license: "ISC"
43
+ download location: "https://github.com/npm/abbrev-js"
44
+ homepage: "https://github.com/npm/abbrev-js"
45
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
46
+ accepts:
47
+ - version: "1.3.8"
48
+ license: "MIT"
49
+ download location: "https://github.com/jshttp/accepts/releases/tag/1.1.0"
50
+ homepage: "https://github.com/jshttp/accepts"
51
+ copyright text:
52
+ - "Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>"
53
+ - "Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>"
54
+ ajv:
55
+ - version: "6.12.6"
56
+ license: "MIT"
57
+ download location: "https://github.com/epoberezkin/ajv"
58
+ homepage: "https://www.npmjs.org/ajv"
59
+ copyright text:
60
+ - "Copyright (c) 2015-2017 Evgeny Poberezkin"
61
+ - "Copyright (c) 2012 Julian Berman"
62
+ andyperlitch-jsbn:
63
+ - version: "0.1.1"
64
+ license: "MIT-like License (jsbn)"
65
+ download location: "https://github.com/andyperlitch/jsbn/tree/v0.1.1"
66
+ homepage: "https://github.com/andyperlitch/jsbn"
67
+ copyright text: "Copyright (c) 2003-2005 Tom Wu"
68
+ ansi-escapes:
69
+ - version: "4.3.2"
70
+ license: "MIT"
71
+ download location: "https://github.com/sindresorhus/ansi-escapes/tree/v1.4.0"
72
+ homepage: "https://github.com/sindresorhus/ansi-escapes"
73
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
74
+ ansi-regex:
75
+ - version: "5.0.1"
76
+ license: "MIT"
77
+ download location: "https://github.com/chalk/ansi-regex"
78
+ homepage: "https://github.com/sindresorhus/ansi-regex"
79
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
80
+ - version: "4.1.1"
81
+ license: "MIT"
82
+ download location: "https://github.com/chalk/ansi-regex"
83
+ homepage: "https://github.com/sindresorhus/ansi-regex"
84
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
85
+ - version: "3.0.1"
86
+ license: "MIT"
87
+ download location: "https://github.com/chalk/ansi-regex"
88
+ homepage: "https://github.com/sindresorhus/ansi-regex"
89
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
90
+ - version: "2.1.1"
91
+ license: "MIT"
92
+ download location: "https://github.com/chalk/ansi-regex"
93
+ homepage: "https://github.com/sindresorhus/ansi-regex"
94
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
95
+ ansi-styles:
96
+ - version: "4.3.0"
97
+ license: "MIT"
98
+ download location: "https://github.com/chalk/ansi-styles/releases/tag/v2.0.1"
99
+ homepage: "https://github.com/chalk/ansi-styles"
100
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
101
+ - version: "3.2.1"
102
+ license: "MIT"
103
+ download location: "https://github.com/chalk/ansi-styles/releases/tag/v2.0.1"
104
+ homepage: "https://github.com/chalk/ansi-styles"
105
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
106
+ - version: "2.2.1"
107
+ license: "MIT"
108
+ download location: "https://github.com/chalk/ansi-styles/releases/tag/v2.0.1"
109
+ homepage: "https://github.com/chalk/ansi-styles"
110
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
111
+ anymatch:
112
+ - version: "3.1.3"
113
+ license: "ISC"
114
+ download location: "https://github.com/es128/anymatch/releases/tag/1.3.0"
115
+ homepage: "https://github.com/es128/anymatch"
116
+ copyright text: "Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com)"
117
+ aproba:
118
+ - version: "1.2.0"
119
+ license: "ISC"
120
+ download location: "https://github.com/iarna/aproba"
121
+ homepage: "https://www.npmjs.org/aproba"
122
+ copyright text: "Copyright (c) 2015, Rebecca Turner <me@re-becca.org>"
123
+ are-we-there-yet:
124
+ - version: "1.1.7"
125
+ license: "ISC"
126
+ download location: "https://github.com/iarna/are-we-there-yet"
127
+ homepage: "https://www.npmjs.org/are-we-there-yet"
128
+ copyright text: "Copyright (c) 2015, Rebecca Turner"
129
+ array-flatten:
130
+ - version: "1.1.1"
131
+ license: "MIT"
132
+ download location: "https://github.com/blakeembrey/array-flatten/releases/tag/v1.1.1"
133
+ homepage: "https://github.com/blakeembrey/array-flatten"
134
+ copyright text: "Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)"
135
+ async:
136
+ - version: "3.2.5"
137
+ license: "MIT"
138
+ download location: "https://github.com/caolan/async"
139
+ homepage: "https://www.npmjs.com/package/async"
140
+ copyright text: "Copyright (c) 2010-2018 Caolan McMahon"
141
+ asynckit:
142
+ - version: "0.4.0"
143
+ license: "MIT"
144
+ download location: "https://www.npmjs.com/package/asynckit"
145
+ homepage: "https://github.com/alexindigo/asynckit"
146
+ copyright text: "Copyright (c) 2016 Alex Indigo"
147
+ aws-sign2:
148
+ - version: "0.7.0"
149
+ license: "Apache-2.0"
150
+ download location: "https://github.com/mikeal/aws-sign"
151
+ homepage: "https://www.npmjs.org/aws-sign2"
152
+ copyright text: "Copyright (c) Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)"
153
+ aws4:
154
+ - version: "1.12.0"
155
+ license: "MIT"
156
+ download location: "https://github.com/mhart/aws4"
157
+ homepage: "https://www.npmjs.org/aws4"
158
+ copyright text: "Copyright (c) 2013 Michael Hart (michael.hart.au@gmail.com)"
159
+ balanced-match:
160
+ - version: "1.0.2"
161
+ license: "MIT"
162
+ download location: "https://github.com/juliangruber/balanced-match/releases/tag/v0.3.0"
163
+ homepage: "https://github.com/juliangruber/balanced-match"
164
+ copyright text: "Copyright (c) 2013, Julian Gruber"
165
+ bcrypt-pbkdf:
166
+ - version: "1.0.2"
167
+ license: "BSD-3-Clause"
168
+ download location: "https://github.com/joyent/node-bcrypt-pbkdf"
169
+ homepage: "https://www.npmjs.org/bcrypt-pbkdf"
170
+ copyright text: "Copyright (c) 1997 Niels Provos <provos@physnet.uni-hamburg.de>"
171
+ beatgammit-base64-js:
172
+ - version: "1.5.1"
173
+ license: "MIT"
174
+ download location: "https://github.com/beatgammit/base64-js/releases"
175
+ homepage: "https://github.com/beatgammit/base64-js"
176
+ copyright text: "Copyright (c) 2014 Jameson Little"
177
+ binary-extensions:
178
+ - version: "2.2.0"
179
+ license: "MIT"
180
+ download location: "https://github.com/sindresorhus/binary-extensions/releases/tag/v1.5.0"
181
+ homepage: "https://github.com/sindresorhus/binary-extensions"
182
+ copyright text: "Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com),\
183
+ \ Paul Miller (https://paulmillr.com)"
184
+ bl:
185
+ - version: "4.1.0"
186
+ license: "MIT"
187
+ download location: "https://github.com/rvagg/bl/releases/tag/v1.1.2"
188
+ homepage: "https://github.com/rvagg/bl"
189
+ copyright text: "Copyright (c) 2013-2019 bl contributors"
190
+ - version: "1.2.3"
191
+ license: "MIT"
192
+ download location: "https://github.com/rvagg/bl/releases/tag/v1.1.2"
193
+ homepage: "https://github.com/rvagg/bl"
194
+ copyright text: "Copyright (c) 2013-2016 bl contributors"
195
+ bluebird:
196
+ - version: "3.7.2"
197
+ license: "MIT"
198
+ download location: "https://github.com/petkaantonov/bluebird/releases/tag/v2.10.2"
199
+ homepage: "http://bluebirdjs.com/docs/getting-started.html"
200
+ copyright text: "Copyright (c) 2013-2018 Petka Antonov"
201
+ body-parser:
202
+ - version: "1.19.0"
203
+ license: "MIT"
204
+ download location: "https://github.com/expressjs/body-parser/releases/tag/1.4.3"
205
+ homepage: "https://github.com/expressjs/body-parser"
206
+ copyright text:
207
+ - "Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>"
208
+ - "Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>"
209
+ brace-expansion:
210
+ - version: "1.1.11"
211
+ license: "MIT"
212
+ download location: "https://github.com/juliangruber/brace-expansion/releases/tag/v1.1.3"
213
+ homepage: "https://github.com/juliangruber/brace-expansion"
214
+ copyright text: "Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>"
215
+ braces:
216
+ - version: "3.0.2"
217
+ license: "MIT"
218
+ download location: "https://github.com/jonschlinkert/braces/releases/tag/1.8.5"
219
+ homepage: "https://github.com/jonschlinkert/braces"
220
+ copyright text: "Copyright (c) 2014-2018, Jon Schlinkert."
221
+ buffer-alloc:
222
+ - version: "1.2.0"
223
+ license: "MIT"
224
+ download location: "https://github.com/LinusU/buffer-alloc"
225
+ homepage: "https://www.npmjs.org/package/buffer-alloc"
226
+ buffer-alloc-unsafe:
227
+ - version: "1.1.0"
228
+ license: "MIT"
229
+ download location: "https://github.com/LinusU/buffer-alloc-unsafe"
230
+ homepage: "https://www.npmjs.org/package/buffer-alloc-unsafe"
231
+ buffer-crc32:
232
+ - version: "0.2.13"
233
+ license: "MIT"
234
+ download location: "https://github.com/brianloveswords/buffer-crc32/releases/tag/v0.2.5"
235
+ homepage: "https://github.com/brianloveswords/buffer-crc32"
236
+ copyright text: "Copyright (c) 2013 Brian J. Brennan"
237
+ buffer-fill:
238
+ - version: "1.0.0"
239
+ license: "MIT"
240
+ download location: "https://github.com/LinusU/buffer-fill"
241
+ homepage: "https://www.npmjs.org/package/buffer-fill"
242
+ buffer-from:
243
+ - version: "1.1.2"
244
+ license: "MIT"
245
+ download location: "https://github.com/LinusU/buffer-from"
246
+ homepage: "https://github.com/LinusU/buffer-from"
247
+ copyright text: "Copyright (c) 2016, 2018 Linus Unneback"
248
+ caseless:
249
+ - version: "0.12.0"
250
+ license: "Apache-2.0"
251
+ download location: "https://github.com/mikeal/caseless"
252
+ homepage: "https://www.npmjs.org/caseless"
253
+ copyright text: "Copyright (c) Mikeal Rogers <mikeal.rogers@gmail.com>"
254
+ chalk:
255
+ - version: "4.1.2"
256
+ license: "MIT"
257
+ download location: "https://github.com/chalk/chalk/releases/tag/v1.1.3"
258
+ homepage: "https://github.com/sindresorhus/chalk"
259
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
260
+ - version: "2.4.2"
261
+ license: "MIT"
262
+ download location: "https://github.com/chalk/chalk/releases/tag/v1.1.3"
263
+ homepage: "https://github.com/sindresorhus/chalk"
264
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
265
+ - version: "1.1.3"
266
+ license: "MIT"
267
+ download location: "https://github.com/chalk/chalk/releases/tag/v1.1.3"
268
+ homepage: "https://github.com/sindresorhus/chalk"
269
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
270
+ chokidar:
271
+ - version: "3.5.2"
272
+ license: "MIT"
273
+ download location: "https://github.com/paulmillr/chokidar/releases"
274
+ homepage: "http://paulmillr.com"
275
+ copyright text: "Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan\
276
+ \ Shanker"
277
+ chownr:
278
+ - version: "2.0.0"
279
+ license: "ISC"
280
+ download location: "https://github.com/isaacs/chownr"
281
+ homepage: "https://github.com/isaacs/chownr"
282
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
283
+ cli-cursor:
284
+ - version: "3.1.0"
285
+ license: "MIT"
286
+ download location: "https://github.com/sindresorhus/cli-cursor/tree/v1.0.2"
287
+ homepage: "https://github.com/sindresorhus/cli-cursor"
288
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
289
+ cli-spinners:
290
+ - version: "2.9.2"
291
+ license: "MIT"
292
+ download location: "https://github.com/sindresorhus/cli-spinners"
293
+ homepage: "https://github.com/sindresorhus/cli-spinners"
294
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
295
+ cli-width:
296
+ - version: "2.2.1"
297
+ license: "ISC"
298
+ download location: "https://github.com/knownasilya/cli-width/releases/tag/v1.0.1"
299
+ homepage: "https://github.com/knownasilya/cli-width"
300
+ copyright text: "Copyright (c) 2015 Ilya Radchenko <ilya@burstcreations.com></ilya@burstcreations.com>"
301
+ code-point-at:
302
+ - version: "1.1.0"
303
+ license: "MIT"
304
+ download location: "https://github.com/sindresorhus/code-point-at"
305
+ homepage: "https://www.npmjs.org/code-point-at"
306
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com>"
307
+ color-convert:
308
+ - version: "2.0.1"
309
+ license: "MIT"
310
+ download location: "https://www.npmjs.com/package/color-convert"
311
+ homepage: "https://github.com/qix-/color-convert"
312
+ copyright text: "Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>"
313
+ - version: "1.9.3"
314
+ license: "MIT"
315
+ download location: "https://www.npmjs.com/package/color-convert"
316
+ homepage: "https://github.com/qix-/color-convert"
317
+ copyright text: "Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>"
318
+ color-name:
319
+ - version: "1.1.4"
320
+ license: "MIT"
321
+ download location: "https://www.npmjs.com/package/color-name"
322
+ homepage: "https://github.com/dfcreative/color-name"
323
+ copyright text: "Copyright (c) 2015 Dmitry Ivanov"
324
+ - version: "1.1.3"
325
+ license: "MIT"
326
+ download location: "https://www.npmjs.com/package/color-name"
327
+ homepage: "https://github.com/dfcreative/color-name"
328
+ copyright text: "Copyright (c) 2015 Dmitry Ivanov"
329
+ commander:
330
+ - version: "2.20.3"
331
+ license: "MIT"
332
+ download location: "https://github.com/tj/commander.js/releases/tag/v2.8.1"
333
+ homepage: "https://github.com/tj/commander.js"
334
+ copyright text: "Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>"
335
+ concat-stream:
336
+ - version: "1.6.2"
337
+ license: "MIT"
338
+ download location: "https://github.com/maxogden/concat-stream/releases/tag/v1.4.8"
339
+ homepage: "https://github.com/maxogden/concat-stream"
340
+ copyright text: "Copyright (c) 2013 Max Ogden"
341
+ console-control-strings:
342
+ - version: "1.1.0"
343
+ license: "ISC"
344
+ download location: "https://github.com/iarna/console-control-strings"
345
+ homepage: "https://www.npmjs.org/console-control-strings"
346
+ copyright text: "Copyright (c) 2014, Rebecca Turner <me@re-becca.org>"
347
+ content-disposition:
348
+ - version: "0.5.3"
349
+ license: "MIT"
350
+ download location: "https://github.com/jshttp/content-disposition/releases/tag/v0.5.0"
351
+ homepage: "https://github.com/jshttp/content-disposition"
352
+ copyright text: "Copyright (c) 2014-2017 Douglas Christopher Wilson"
353
+ content-type:
354
+ - version: "1.0.5"
355
+ license: "MIT"
356
+ download location: "https://github.com/jshttp/content-type/releases/tag/v1.0.2"
357
+ homepage: "https://github.com/jshttp/content-type"
358
+ copyright text: "Copyright (c) 2015 Douglas Christopher Wilson"
359
+ core-util-is:
360
+ - version: "1.0.3"
361
+ license: "MIT"
362
+ download location: "https://github.com/isaacs/core-util-is/releases/tag/v1.0.2"
363
+ homepage: "https://github.com/isaacs/core-util-is"
364
+ copyright text: "Copyright (c) Node.js contributors"
365
+ - version: "1.0.2"
366
+ license: "MIT"
367
+ download location: "https://github.com/isaacs/core-util-is/releases/tag/v1.0.2"
368
+ homepage: "https://github.com/isaacs/core-util-is"
369
+ copyright text: "Copyright (c) Node.js contributors."
370
+ csv-writer:
371
+ - version: "1.6.0"
372
+ license: "MIT"
373
+ download location: "https://www.npmjs.com/package/csv-writer"
374
+ homepage: "https://www.npmjs.com/package/csv-writer"
375
+ decompress:
376
+ - version: "4.2.1"
377
+ license: "MIT"
378
+ download location: "https://github.com/kevva/decompress"
379
+ homepage: "https://github.com/kevva/decompress"
380
+ copyright text: "Copyright (c) Kevin Martensson <kevinmartensson@gmail.com>"
381
+ decompress-tar:
382
+ - version: "4.1.1"
383
+ license: "MIT"
384
+ download location: "https://github.com/kevva/decompress-tar"
385
+ homepage: "https://github.com/kevva/decompress-tar"
386
+ copyright text: "Copyright (c) Kevin Martensson <kevinmartensson@gmail.com>"
387
+ decompress-tarbz2:
388
+ - version: "4.1.1"
389
+ license: "MIT"
390
+ download location: "https://github.com/kevva/decompress-tarbz2"
391
+ homepage: "https://github.com/kevva/decompress-tarbz2"
392
+ copyright text: "Copyright (c) Kevin Martensson <kevinmartensson@gmail.com>"
393
+ decompress-targz:
394
+ - version: "4.1.1"
395
+ license: "MIT"
396
+ download location: "https://github.com/kevva/decompress-targz"
397
+ homepage: "https://github.com/kevva/decompress-targz"
398
+ copyright text:
399
+ - "Copyright (c) Kevin Martensson (https://github.com/kevva)"
400
+ - "Copyright (c) Kevin Martensson <kevinmartensson@gmail.com>"
401
+ decompress-unzip:
402
+ - version: "4.0.1"
403
+ license: "MIT"
404
+ download location: "https://github.com/kevva/decompress-unzip"
405
+ homepage: "https://github.com/kevva/decompress-unzip"
406
+ copyright text: "Copyright (c) Kevin Martensson <kevinmartensson@gmail.com>"
407
+ defaults:
408
+ - version: "1.0.4"
409
+ license: "MIT"
410
+ download location: "https://github.com/tmpvar/defaults"
411
+ homepage: "https://github.com/tmpvar/defaults"
412
+ copyright text:
413
+ - "Copyright (c) 2015 Elijah Insua"
414
+ - "Copyright (c) 2022 Sindre Sorhus"
415
+ destroy:
416
+ - version: "1.0.4"
417
+ license: "MIT"
418
+ download location: "https://github.com/stream-utils/destroy/releases"
419
+ homepage: "https://github.com/stream-utils/destroy"
420
+ copyright text: "Copyright (c) 2014 Jonathan Ong me@jongleberry.com"
421
+ easy-table:
422
+ - version: "1.1.1"
423
+ license: "MIT"
424
+ download location: "https://github.com/eldargab/easy-table/releases/tag/0.3.0"
425
+ homepage: "https://www.npmjs.org/package/easy-table"
426
+ copyright text: "Copyright (c) 2012 Eldar Gabdullin (eldargab@gmail.com)"
427
+ ecc-jsbn:
428
+ - version: "0.1.2"
429
+ license: "MIT"
430
+ download location: "https://github.com/quartzjer/ecc-jsbn"
431
+ homepage: "https://www.npmjs.org/ecc-jsbn"
432
+ copyright text: "Copyright (c) 2014 Jeremie Miller"
433
+ ee-first:
434
+ - version: "1.1.1"
435
+ license: "MIT"
436
+ download location: "https://github.com/jonathanong/ee-first/releases/tag/1.0.5"
437
+ homepage: "https://github.com/jonathanong/ee-first"
438
+ copyright text: "Copyright (c) 2014 Jonathan Ong me@jongleberry.com"
439
+ elfy:
440
+ - version: "1.0.0"
441
+ license: "MIT"
442
+ download location: "https://github.com/indutny/elfy/releases/tag/v0.1.0"
443
+ homepage: "https://github.com/indutny/elfy"
444
+ copyright text: "Copyright (c) 2014 Fedor Indutny."
445
+ emoji-regex:
446
+ - version: "8.0.0"
447
+ license: "MIT"
448
+ download location: "https://github.com/mathiasbynens/emoji-regex/releases/tag/v6.5.1"
449
+ homepage: "https://github.com/mathiasbynens/emoji-regex"
450
+ copyright text: "Copyright (c) Mathias Bynens <https://mathiasbynens.be/>"
451
+ encodeurl:
452
+ - version: "1.0.2"
453
+ license: "MIT"
454
+ download location: "https://github.com/pillarjs/encodeurl/releases/tag/v1.0.1"
455
+ homepage: "https://github.com/pillarjs/encodeurl"
456
+ copyright text: "Copyright (c) 2016 Douglas Christopher Wilson"
457
+ encoding:
458
+ - version: "0.1.13"
459
+ license: "MIT"
460
+ download location: "https://github.com/andris9/encoding/releases/tag/v0.1.11"
461
+ homepage: "https://github.com/andris9/encoding"
462
+ copyright text: "Copyright (c) 2012-2014 Andris Reinman"
463
+ end-of-stream:
464
+ - version: "1.4.4"
465
+ license: "MIT"
466
+ download location: "https://www.npmjs.com/package/end-of-stream"
467
+ homepage: "https://www.npmjs.com/package/end-of-stream"
468
+ copyright text: "Copyright (c) 2014 Mathias Buus"
469
+ endian-reader:
470
+ - version: "0.3.0"
471
+ license: "MIT"
472
+ download location: "https://github.com/indutny/endian-reader"
473
+ homepage: "https://github.com/indutny/endian-reader"
474
+ copyright text: "Copyright (c) 2014 Fedor Indutny"
475
+ escape-html:
476
+ - version: "1.0.3"
477
+ license: "MIT"
478
+ download location: "https://github.com/component/escape-html/releases"
479
+ homepage: "https://github.com/component/escape-html"
480
+ copyright text:
481
+ - "Copyright (c) 2012-2013 TJ Holowaychuk"
482
+ - "Copyright (c) 2015 Andreas Lubbe"
483
+ - "Copyright (c) 2015 Tiancheng \"Timothy\" Gu"
484
+ escape-string-regexp:
485
+ - version: "1.0.5"
486
+ license: "MIT"
487
+ download location: "https://github.com/sindresorhus/escape-string-regexp/releases/tag/v1.0.3"
488
+ homepage: "https://github.com/sindresorhus/escape-string-regexp"
489
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
490
+ etag:
491
+ - version: "1.8.1"
492
+ license: "MIT"
493
+ download location: "https://github.com/jshttp/etag/releases"
494
+ homepage: "https://github.com/jshttp/etag"
495
+ copyright text: "Copyright (c) 2014-2016 Douglas Christopher Wilson"
496
+ express:
497
+ - version: "4.17.1"
498
+ license: "MIT"
499
+ download location: "https://github.com/expressjs/express/releases/tag/4.12.4"
500
+ homepage: "http://expressjs.com"
501
+ copyright text:
502
+ - "Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>"
503
+ - "Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>"
504
+ - "Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>"
505
+ external-editor:
506
+ - version: "3.1.0"
507
+ license: "MIT"
508
+ download location: "https://github.com/mrkmg/node-external-editor/tree/3.0.3"
509
+ homepage: "https://github.com/mrkmg/node-external-editor"
510
+ copyright text: "Copyright (c) 2016 Kevin Gravier"
511
+ extract-zip:
512
+ - version: "1.7.0"
513
+ license: "BSD-2-Clause"
514
+ download location: "https://libraries.io/npm/extract-zip/1.0.3"
515
+ homepage: "https://github.com/maxogden/extract-zip"
516
+ copyright text: "Copyright (c) 2014 Max Ogden and other contributors"
517
+ fast-deep-equal:
518
+ - version: "3.1.3"
519
+ license: "MIT"
520
+ download location: "https://github.com/epoberezkin/fast-deep-equal"
521
+ homepage: "https://www.npmjs.org/fast-deep-equal"
522
+ copyright text: "Copyright (c) 2017 Evgeny Poberezkin"
523
+ fast-json-stable-stringify:
524
+ - version: "2.1.0"
525
+ license: "MIT"
526
+ download location: "https://github.com/epoberezkin/fast-json-stable-stringify"
527
+ homepage: "https://github.com/epoberezkin/fast-json-stable-stringify"
528
+ copyright text:
529
+ - "Copyright (c) 2017 Evgeny Poberezkin"
530
+ - "Copyright (c) 2013 James Halliday"
531
+ feross-buffer:
532
+ - version: "5.7.1"
533
+ license: "MIT"
534
+ download location: "https://github.com/feross/buffer"
535
+ homepage: "https://github.com/feross/buffer"
536
+ copyright text: "Copyright (c) Feross Aboukhadijeh, and other contributors."
537
+ figures:
538
+ - version: "3.2.0"
539
+ license: "MIT"
540
+ download location: "https://github.com/sindresorhus/figures/releases"
541
+ homepage: "https://github.com/sindresorhus/figures"
542
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
543
+ file-type:
544
+ - version: "6.2.0"
545
+ license: "MIT"
546
+ download location: "https://github.com/sindresorhus/file-type/releases/tag/v4.3.0"
547
+ homepage: "https://github.com/sindresorhus/file-type"
548
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
549
+ - version: "5.2.0"
550
+ license: "MIT"
551
+ download location: "https://github.com/sindresorhus/file-type/releases/tag/v4.3.0"
552
+ homepage: "https://github.com/sindresorhus/file-type"
553
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
554
+ - version: "3.9.0"
555
+ license: "MIT"
556
+ download location: "https://github.com/sindresorhus/file-type/releases/tag/v4.3.0"
557
+ homepage: "https://github.com/sindresorhus/file-type"
558
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
559
+ fill-range:
560
+ - version: "7.0.1"
561
+ license: "MIT"
562
+ download location: "https://github.com/jonschlinkert/fill-range/releases"
563
+ homepage: "https://github.com/jonschlinkert/fill-range"
564
+ copyright text: "Copyright (c) 2014-present, Jon Schlinkert."
565
+ finalhandler:
566
+ - version: "1.1.2"
567
+ license: "MIT"
568
+ download location: "https://github.com/pillarjs/finalhandler/releases"
569
+ homepage: "https://github.com/pillarjs/finalhandler"
570
+ copyright text: "Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>"
571
+ first-chunk-stream:
572
+ - version: "1.0.0"
573
+ license: "MIT"
574
+ download location: "https://github.com/sindresorhus/first-chunk-stream"
575
+ homepage: "https://github.com/sindresorhus/first-chunk-stream"
576
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
577
+ forever-agent:
578
+ - version: "0.6.1"
579
+ license: "Apache-2.0"
580
+ download location: "https://github.com/request/forever-agent/releases"
581
+ homepage: "http://github.com/mikeal/forever-agent"
582
+ form-data:
583
+ - version: "2.3.3"
584
+ license: "MIT"
585
+ download location: "https://github.com/form-data/form-data/releases"
586
+ homepage: "https://github.com/felixge/node-form-data"
587
+ copyright text: "Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and\
588
+ \ contributors"
589
+ forwarded:
590
+ - version: "0.2.0"
591
+ license: "MIT"
592
+ download location: "https://github.com/jshttp/forwarded/releases"
593
+ homepage: "https://github.com/jshttp/forwarded"
594
+ copyright text: "Copyright (c) 2014-2017 Douglas Christopher Wilson"
595
+ fresh:
596
+ - version: "0.5.2"
597
+ license: "MIT"
598
+ download location: "https://github.com/jshttp/fresh"
599
+ homepage: "https://github.com/jshttp/fresh"
600
+ copyright text:
601
+ - "Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>"
602
+ - "Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com>"
603
+ fs-constants:
604
+ - version: "1.0.0"
605
+ license: "MIT"
606
+ download location: "https://github.com/mafintosh/fs-constants"
607
+ homepage: "https://github.com/mafintosh/fs-constants"
608
+ copyright text: "Copyright (c) 2018 Mathias Buus"
609
+ fs-minipass:
610
+ - version: "2.1.0"
611
+ license: "ISC"
612
+ download location: "https://github.com/npm/fs-minipass/tree/v1.2.5"
613
+ homepage: "https://github.com/npm/fs-minipass"
614
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
615
+ fs.realpath:
616
+ - version: "1.0.0"
617
+ license: "ISC"
618
+ download location: "https://github.com/isaacs/fs.realpath"
619
+ homepage: "https://github.com/isaacs/fs.realpath"
620
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
621
+ fstream:
622
+ - version: "1.0.12"
623
+ license: "ISC"
624
+ download location: "https://github.com/npm/fstream"
625
+ homepage: "https://github.com/npm/fstream"
626
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
627
+ function-bind:
628
+ - version: "1.1.2"
629
+ license: "MIT"
630
+ download location: "https://www.npmjs.com/package/function-bind"
631
+ homepage: "https://github.com/Raynos/function-bind"
632
+ copyright text: "Copyright (c) 2013 Raynos"
633
+ gauge:
634
+ - version: "2.7.4"
635
+ license: "ISC"
636
+ download location: "https://github.com/iarna/gauge"
637
+ homepage: "https://www.npmjs.org/gauge"
638
+ copyright text: "Copyright (c) 2014, Rebecca Turner <me@re-becca.org>"
639
+ get-stream:
640
+ - version: "2.3.1"
641
+ license: "MIT"
642
+ download location: "https://github.com/sindresorhus/get-stream"
643
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
644
+ glob-parent:
645
+ - version: "5.1.2"
646
+ license: "ISC"
647
+ download location: "https://github.com/es128/glob-parent/releases"
648
+ homepage: "https://github.com/es128/glob-parent"
649
+ copyright text: "Copyright (c) 2015, 2019 Elan Shanker"
650
+ har-schema:
651
+ - version: "2.0.0"
652
+ license: "ISC"
653
+ download location: "https://github.com/ahmadnassri/har-schema"
654
+ homepage: "https://www.npmjs.org/har-schema"
655
+ copyright text: "Copyright (c) 2015, Ahmad Nassri <ahmad@ahmadnassri.com>"
656
+ har-validator:
657
+ - version: "5.1.5"
658
+ license: "MIT"
659
+ download location: "https://github.com/ahmadnassri/har-validator"
660
+ homepage: "https://www.npmjs.org/har-validator"
661
+ copyright text: "Copyright (c) 2018 Ahmad Nassri <ahmad@ahmadnassri.com>"
662
+ has-ansi:
663
+ - version: "2.0.0"
664
+ license: "MIT"
665
+ download location: "https://github.com/chalk/has-ansi/releases"
666
+ homepage: "https://github.com/sindresorhus/has-ansi"
667
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
668
+ has-flag:
669
+ - version: "4.0.0"
670
+ license: "MIT"
671
+ download location: "https://www.npmjs.com/package/has-flag"
672
+ homepage: "https://github.com/sindresorhus/has-flag"
673
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com>"
674
+ - version: "3.0.0"
675
+ license: "MIT"
676
+ download location: "https://www.npmjs.com/package/has-flag"
677
+ homepage: "https://github.com/sindresorhus/has-flag"
678
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
679
+ has-unicode:
680
+ - version: "2.0.1"
681
+ license: "ISC"
682
+ download location: "https://github.com/iarna/has-unicode"
683
+ homepage: "https://www.npmjs.org/has-unicode"
684
+ copyright text: "Copyright (c) 2014, Rebecca Turner <me@re-becca.org>"
685
+ hasOwn:
686
+ - version: "2.0.1"
687
+ license: "MIT"
688
+ download location: "https://www.npmjs.com/package/hasown"
689
+ homepage: "https://github.com/inspect-js/hasOwn"
690
+ copyright text: "Copyright (c) Jordan Harband and contributors"
691
+ http-errors:
692
+ - version: "1.7.2"
693
+ license: "MIT"
694
+ download location: "https://github.com/jshttp/http-errors/releases"
695
+ homepage: "https://github.com/jshttp/http-errors"
696
+ copyright text:
697
+ - "Copyright (c) 2014 Jonathan Ong me@jongleberry.com"
698
+ - "Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com"
699
+ iconv-lite:
700
+ - version: "0.6.3"
701
+ license: "MIT"
702
+ download location: "https://github.com/ashtuchkin/iconv-lite/releases"
703
+ homepage: "https://github.com/ashtuchkin/iconv-lite"
704
+ copyright text: "Copyright (c) 2011 Alexander Shtuchkin"
705
+ - version: "0.4.24"
706
+ license: "MIT"
707
+ download location: "https://github.com/ashtuchkin/iconv-lite/releases"
708
+ homepage: "https://github.com/ashtuchkin/iconv-lite"
709
+ copyright text: "Copyright (c) 2011 Alexander Shtuchkin"
710
+ ieee754:
711
+ - version: "1.2.1"
712
+ license: "BSD-3-Clause"
713
+ download location: "https://github.com/feross/ieee754"
714
+ homepage: "https://github.com/feross/ieee754"
715
+ copyright text: "Copyright (c) 2008, Fair Oaks Labs, Inc."
716
+ inflight:
717
+ - version: "1.0.6"
718
+ license: "ISC"
719
+ download location: "https://github.com/npm/inflight/releases"
720
+ homepage: "https://github.com/npm/inflight"
721
+ copyright text: "Copyright (c) Isaac Z. Schlueter"
722
+ inherits:
723
+ - version: "2.0.4"
724
+ license: "ISC"
725
+ download location: "https://github.com/isaacs/inherits/releases"
726
+ homepage: "https://github.com/isaacs/inherits"
727
+ copyright text: "Copyright (c) Isaac Z. Schlueter"
728
+ - version: "2.0.3"
729
+ license: "ISC"
730
+ download location: "https://github.com/isaacs/inherits/releases"
731
+ homepage: "https://github.com/isaacs/inherits"
732
+ copyright text: "Copyright (c) Isaac Z. Schlueter"
733
+ - version: "1.0.2"
734
+ license: "ISC"
735
+ download location: "https://github.com/isaacs/inherits/releases"
736
+ homepage: "https://github.com/isaacs/inherits"
737
+ copyright text: "Copyright (c) Isaac Z. Schlueter"
738
+ interpret:
739
+ - version: "1.4.0"
740
+ license: "MIT"
741
+ download location: "https://github.com/tkellen/node-interpret"
742
+ homepage: "https://www.npmjs.org/interpret"
743
+ copyright text: "Copyright (c) 2014-2018 Tyler Kellen <tyler@sleekcode.net>, Blaine\
744
+ \ Bublitz <blaine.bublitz@gmail.com>, and Eric Schoffstall <yo@contra.io>"
745
+ ipaddr.js:
746
+ - version: "1.9.1"
747
+ license: "MIT"
748
+ download location: "https://github.com/whitequark/ipaddr.js/releases"
749
+ homepage: "https://github.com/whitequark/ipaddr.js"
750
+ copyright text: "Copyright (c) 2011-2017 whitequark <whitequark@whitequark.org>"
751
+ is-binary-path:
752
+ - version: "2.1.0"
753
+ license: "MIT"
754
+ download location: "https://github.com/sindresorhus/is-binary-path/releases"
755
+ homepage: "https://github.com/sindresorhus/is-binary-path"
756
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
757
+ is-core-module:
758
+ - version: "2.13.1"
759
+ license: "MIT"
760
+ download location: "https://www.npmjs.com/package/is-core-module"
761
+ homepage: "https://www.npmjs.com/package/is-core-module"
762
+ copyright text: "Copyright (c) 2014 Dave Justice"
763
+ is-extglob:
764
+ - version: "2.1.1"
765
+ license: "MIT"
766
+ download location: "https://github.com/jonschlinkert/is-extglob/releases"
767
+ homepage: "https://github.com/jonschlinkert/is-extglob"
768
+ copyright text: "Copyright (c) 2014-2015, Jon Schlinkert."
769
+ is-fullwidth-code-point:
770
+ - version: "3.0.0"
771
+ license: "MIT"
772
+ download location: "https://github.com/sindresorhus/is-fullwidth-code-point"
773
+ homepage: "https://www.npmjs.org/is-fullwidth-code-point"
774
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
775
+ - version: "1.0.0"
776
+ license: "MIT"
777
+ download location: "https://github.com/sindresorhus/is-fullwidth-code-point"
778
+ homepage: "https://www.npmjs.org/is-fullwidth-code-point"
779
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
780
+ is-glob:
781
+ - version: "4.0.3"
782
+ license: "MIT"
783
+ download location: "https://github.com/jonschlinkert/is-glob/releases"
784
+ homepage: "https://github.com/jonschlinkert/is-glob"
785
+ copyright text: "Copyright (c) 2014-2017, Jon Schlinkert"
786
+ is-interactive:
787
+ - version: "1.0.0"
788
+ license: "MIT"
789
+ download location: "https://www.npmjs.com/package/is-interactive"
790
+ homepage: "https://www.npmjs.com/package/is-interactive"
791
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
792
+ is-natural-number:
793
+ - version: "4.0.1"
794
+ license: "MIT"
795
+ download location: "https://github.com/shinnn/is-natural-number.js"
796
+ homepage: "https://github.com/shinnn/is-natural-number.js"
797
+ copyright text: "Copyright (c) 2014 - 2016 Shinnosuke Watanabe"
798
+ is-number:
799
+ - version: "7.0.0"
800
+ license: "MIT"
801
+ download location: "https://github.com/jonschlinkert/is-number/releases"
802
+ homepage: "https://github.com/jonschlinkert/is-number"
803
+ copyright text: "Copyright (c) 2014-present, Jon Schlinkert."
804
+ is-stream:
805
+ - version: "1.1.0"
806
+ license: "MIT"
807
+ download location: "https://github.com/sindresorhus/is-stream"
808
+ homepage: "https://github.com/sindresorhus/is-stream"
809
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
810
+ is-typedarray:
811
+ - version: "1.0.0"
812
+ license: "MIT"
813
+ download location: "https://github.com/hughsk/is-typedarray"
814
+ homepage: "https://www.npmjs.org/is-typedarray"
815
+ copyright text: "Copyright (c) Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)"
816
+ is-unicode-supported:
817
+ - version: "0.1.0"
818
+ license: "MIT"
819
+ download location: "https://github.com/sindresorhus/is-unicode-supported"
820
+ homepage: "https://www.npmjs.com/package/is-unicode-supported"
821
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
822
+ is-utf8:
823
+ - version: "0.2.1"
824
+ license: "MIT"
825
+ download location: "https://github.com/wayfind/is-utf8"
826
+ homepage: "https://github.com/wayfind/is-utf8"
827
+ copyright text: "Copyright (c) 2014 Wei Fanzhe"
828
+ isStream:
829
+ - version: "0.1.2"
830
+ license: "MIT"
831
+ download location: "https://github.com/rvagg/isstream/releases"
832
+ homepage: "https://github.com/rvagg/isstream"
833
+ copyright text: "Copyright (c) 2015 Rod Vagg"
834
+ isarray:
835
+ - version: "1.0.0"
836
+ license: "MIT"
837
+ download location: "https://github.com/juliangruber/isarray/releases"
838
+ homepage: "https://github.com/juliangruber/isarray"
839
+ copyright text: "Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>"
840
+ jshttp-cookie:
841
+ - version: "0.4.0"
842
+ license: "MIT"
843
+ download location: "https://github.com/jshttp/cookie/releases/tag/v0.3.1"
844
+ homepage: "https://github.com/jshttp/cookie"
845
+ copyright text:
846
+ - "Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>"
847
+ - "Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>"
848
+ json-schema:
849
+ - version: "0.4.0"
850
+ license: "BSD-3-Clause"
851
+ download location: "https://github.com/kriszyp/json-schema"
852
+ homepage: "https://www.npmjs.org/json-schema"
853
+ copyright text: "Copyright (c) 2005-2015, The Dojo Foundation"
854
+ json-schema-traverse:
855
+ - version: "0.4.1"
856
+ license: "MIT"
857
+ download location: "https://github.com/epoberezkin/json-schema-traverse"
858
+ homepage: "https://www.npmjs.org/json-schema-traverse"
859
+ copyright text: "Copyright (c) 2017 Evgeny Poberezkin"
860
+ json-stringify-safe:
861
+ - version: "5.0.1"
862
+ license: "ISC"
863
+ download location: "https://github.com/isaacs/json-stringify-safe/releases"
864
+ homepage: "https://github.com/isaacs/json-stringify-safe"
865
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
866
+ lodash:
867
+ - version: "4.17.21"
868
+ license: "MIT"
869
+ download location: "https://github.com/lodash/lodash/releases/tag/3.10.1"
870
+ homepage: "https://github.com/lodash/lodash"
871
+ copyright text: "Copyright (c) JS Foundation and other contributors "
872
+ log-symbols:
873
+ - version: "4.1.0"
874
+ license: "MIT"
875
+ download location: "https://github.com/sindresorhus/log-symbols"
876
+ homepage: "https://github.com/sindresorhus/log-symbols"
877
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
878
+ make-dir:
879
+ - version: "1.3.0"
880
+ license: "MIT"
881
+ download location: "https://github.com/sindresorhus/make-dir"
882
+ homepage: "https://github.com/sindresorhus/make-dir"
883
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
884
+ media-typer:
885
+ - version: "0.3.0"
886
+ license: "MIT"
887
+ download location: "https://github.com/jshttp/media-typer/releases/tag/v0.2.0"
888
+ homepage: "https://github.com/jshttp/media-typer"
889
+ copyright text: "Copyright (c) 2014 Douglas Christopher Wilson"
890
+ merge-descriptors:
891
+ - version: "1.0.1"
892
+ license: "MIT"
893
+ download location: "https://github.com/component/merge-descriptors/releases"
894
+ homepage: "https://github.com/component/merge-descriptors"
895
+ copyright text:
896
+ - "Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>"
897
+ - "Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>"
898
+ methods:
899
+ - version: "1.1.2"
900
+ license: "MIT"
901
+ download location: "https://github.com/jshttp/methods/releases/tag/v1.1.0"
902
+ homepage: "https://github.com/jshttp/methods"
903
+ copyright text:
904
+ - "Copyright (c) 2013-2014 TJ Holowaychuk <tj@vision-media.ca>"
905
+ - "Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com>"
906
+ mime-db:
907
+ - version: "1.52.0"
908
+ license: "MIT"
909
+ download location: "https://github.com/jshttp/mime-db/releases/tag/v1.1.2"
910
+ homepage: "https://github.com/jshttp/mime-db"
911
+ copyright text:
912
+ - "Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>"
913
+ - "Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>"
914
+ mime-types:
915
+ - version: "2.1.35"
916
+ license: "MIT"
917
+ download location: "https://github.com/jshttp/mime-types/releases/tag/2.0.1"
918
+ homepage: "https://github.com/jshttp/mime-types"
919
+ copyright text:
920
+ - "Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>"
921
+ - "Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>"
922
+ mimic-fn:
923
+ - version: "2.1.0"
924
+ license: "MIT"
925
+ download location: "https://github.com/sindresorhus/mimic-fn"
926
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
927
+ minimatch:
928
+ - version: "3.1.2"
929
+ license: "ISC"
930
+ download location: "https://github.com/isaacs/minimatch/releases/tag/v3.0.0"
931
+ homepage: "https://github.com/isaacs/minimatch"
932
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
933
+ minimist:
934
+ - version: "1.2.8"
935
+ license: "MIT"
936
+ download location: "https://github.com/substack/minimist/releases/tag/1.2.0"
937
+ homepage: "https://github.com/substack/minimist"
938
+ minipass:
939
+ - version: "5.0.0"
940
+ license: "ISC"
941
+ download location: "https://github.com/isaacs/minipass/tree/v2.3.5"
942
+ homepage: "https://github.com/isaacs/minipass"
943
+ copyright text: "Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors"
944
+ - version: "3.3.6"
945
+ license: "ISC"
946
+ download location: "https://github.com/isaacs/minipass/tree/v2.3.5"
947
+ homepage: "https://github.com/isaacs/minipass"
948
+ copyright text: "Copyright (c) 2017-2022 npm, Inc., Isaac Z. Schlueter, and Contributors"
949
+ minizlib:
950
+ - version: "2.1.2"
951
+ license: "MIT"
952
+ download location: "https://github.com/isaacs/minizlib/tree/v1.1.1"
953
+ homepage: "https://github.com/isaacs/minizlib"
954
+ copyright text:
955
+ - "Copyright (c) Isaac Z. Schlueter and Contributors"
956
+ - "Copyright (c) Joyent, Inc. and other Node contributors."
957
+ ms.js:
958
+ - version: "2.1.1"
959
+ license: "MIT"
960
+ download location: "https://github.com/zeit/ms/releases/tag/0.6.2"
961
+ homepage: "https://www.npmjs.com/package/ms"
962
+ copyright text: "Copyright (c) 2016 Zeit, Inc."
963
+ - version: "2.0.0"
964
+ license: "MIT"
965
+ download location: "https://github.com/zeit/ms/releases/tag/0.6.2"
966
+ homepage: "https://www.npmjs.com/package/ms"
967
+ copyright text: "Copyright (c) 2016 Zeit, Inc."
968
+ mute-stream:
969
+ - version: "0.0.8"
970
+ license: "ISC"
971
+ download location: "https://github.com/npm/mute-stream/releases/tag/v0.0.4"
972
+ homepage: "https://github.com/isaacs/mute-stream"
973
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
974
+ negotiator:
975
+ - version: "0.6.3"
976
+ license: "MIT"
977
+ download location: "https://github.com/jshttp/negotiator/releases/tag/0.4.9"
978
+ homepage: "https://github.com/jshttp/negotiator"
979
+ copyright text:
980
+ - "Copyright (c) 2012-2014 Federico Romero"
981
+ - "Copyright (c) 2012-2014 Isaac Z. Schlueter"
982
+ - "Copyright (c) 2014-2015 Douglas Christopher Wilson"
983
+ node-ar-async:
984
+ - version: "0.1.4"
985
+ license: "MIT"
986
+ download location: "https://github.com/JayCanuck/node-ar-async"
987
+ homepage: "https://www.npmjs.com/package/ar-async"
988
+ copyright text:
989
+ - "Copyright (c) 2014 Jason Robitaille. "
990
+ - "Copyright (c) 2013 John Vilk. "
991
+ node-asn1:
992
+ - version: "0.2.6"
993
+ license: "MIT"
994
+ download location: "https://github.com/mcavage/node-asn1"
995
+ homepage: "https://github.com/mcavage/node-asn1"
996
+ copyright text: "Copyright (c) 2011 Mark Cavage"
997
+ node-assert-plus:
998
+ - version: "1.0.0"
999
+ license: "MIT"
1000
+ download location: "https://github.com/mcavage/node-assert-plus/releases"
1001
+ homepage: "https://github.com/mcavage/node-assert-plus"
1002
+ copyright text: "Copyright (c) 2012 Mark Cavage"
1003
+ node-chardet:
1004
+ - version: "0.8.0"
1005
+ license: "MIT"
1006
+ download location: "https://www.npmjs.com/package/chardet?activeTab=versions"
1007
+ homepage: "https://github.com/runk/node-chardet"
1008
+ copyright text: "Copyright (c) 2017 Dmitry Shirokov"
1009
+ - version: "0.7.0"
1010
+ license: "MIT"
1011
+ download location: "https://www.npmjs.com/package/chardet?activeTab=versions"
1012
+ homepage: "https://github.com/runk/node-chardet"
1013
+ copyright text: "Copyright (c) 2018 Dmitry Shirokov"
1014
+ node-clone:
1015
+ - version: "1.0.4"
1016
+ license: "MIT"
1017
+ download location: "https://github.com/pvorb/node-clone/releases/tag/v1.0.2"
1018
+ homepage: "https://github.com/pvorb/node-clone"
1019
+ copyright text: "Copyright (c) 2011-2015 Paul Vorbach <paul@vorba.ch>"
1020
+ node-combined-stream:
1021
+ - version: "1.0.8"
1022
+ license: "MIT"
1023
+ download location: "https://github.com/felixge/node-combined-stream/releases"
1024
+ homepage: "https://github.com/felixge/node-combined-stream"
1025
+ copyright text: "Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>"
1026
+ node-concat-map:
1027
+ - version: "0.0.1"
1028
+ license: "MIT"
1029
+ download location: "https://github.com/substack/node-concat-map"
1030
+ homepage: "https://github.com/substack/node-concat-map"
1031
+ node-cookie-signature:
1032
+ - version: "1.0.6"
1033
+ license: "MIT"
1034
+ download location: "https://github.com/tj/node-cookie-signature"
1035
+ homepage: "http://github.com/visionmedia/node-cookie-signature"
1036
+ copyright text: "Copyright (c) 2012 LearnBoost <tj@learnboost.com>"
1037
+ node-dashdash:
1038
+ - version: "1.14.1"
1039
+ license: "MIT"
1040
+ download location: "https://github.com/trentm/node-dashdash"
1041
+ homepage: "https://www.npmjs.org/dashdash"
1042
+ copyright text:
1043
+ - "Copyright (c) 2013 Trent Mick."
1044
+ - "Copyright (c) 2013 Joyent Inc."
1045
+ node-delayed-stream:
1046
+ - version: "1.0.0"
1047
+ license: "MIT"
1048
+ download location: "https://github.com/felixge/node-delayed-stream/releases"
1049
+ homepage: "https://github.com/felixge/node-delayed-stream"
1050
+ copyright text: "Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>"
1051
+ node-delegates:
1052
+ - version: "1.0.0"
1053
+ license: "MIT"
1054
+ download location: "https://github.com/visionmedia/node-delegates"
1055
+ homepage: "https://www.npmjs.org/delegates"
1056
+ copyright text: "Copyright (c) 2015 TJ Holowaychuk <tj@vision-media.ca>"
1057
+ node-extend:
1058
+ - version: "3.0.2"
1059
+ license: "MIT"
1060
+ download location: "https://www.npmjs.com/package/extend"
1061
+ homepage: "https://github.com/justmoon/node-extend"
1062
+ copyright text: "Copyright (c) 2014 Stefan Thomas"
1063
+ node-extsprintf:
1064
+ - version: "1.3.0"
1065
+ license: "MIT"
1066
+ download location: "https://github.com/davepacheco/node-extsprintf"
1067
+ homepage: "https://www.npmjs.org/extsprintf"
1068
+ copyright text: "Copyright (c) 2012, Joyent, Inc."
1069
+ node-fd-slicer:
1070
+ - version: "1.1.0"
1071
+ license: "MIT"
1072
+ download location: "https://github.com/andrewrk/node-fd-slicer/releases/tag/1.0.1"
1073
+ homepage: "https://github.com/andrewrk/node-fd-slicer"
1074
+ copyright text: "Copyright (c) 2014 Andrew Kelley"
1075
+ node-fs-extra:
1076
+ - version: "8.1.0"
1077
+ license: "MIT"
1078
+ download location: "https://github.com/jprichardson/node-fs-extra/releases/tag/0.18.4"
1079
+ homepage: "https://github.com/jprichardson/node-fs-extra"
1080
+ copyright text: "Copyright (c) 2011-2017 JP Richardson"
1081
+ node-getpass:
1082
+ - version: "0.1.7"
1083
+ license: "MIT"
1084
+ download location: "https://github.com/arekinath/node-getpass"
1085
+ homepage: "https://www.npmjs.org/getpass"
1086
+ copyright text: "Copyright (c) Joyent, Inc. "
1087
+ node-glob:
1088
+ - version: "7.2.3"
1089
+ license: "ISC"
1090
+ download location: "https://github.com/isaacs/node-glob/releases/tag/v5.0.15"
1091
+ homepage: "https://github.com/isaacs/node-glob"
1092
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
1093
+ node-graceful-fs:
1094
+ - version: "4.2.4"
1095
+ license: "ISC"
1096
+ download location: "https://github.com/isaacs/node-graceful-fs/releases/tag/v2.0.2"
1097
+ homepage: "https://github.com/isaacs/node-graceful-fs"
1098
+ copyright text: "Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors"
1099
+ node-http-signature:
1100
+ - version: "1.2.0"
1101
+ license: "MIT"
1102
+ download location: "https://github.com/joyent/node-http-signature/releases"
1103
+ homepage: "https://github.com/joyent/node-http-signature"
1104
+ copyright text: "Copyright (c) Joyent, Inc."
1105
+ node-jsonfile:
1106
+ - version: "4.0.0"
1107
+ license: "MIT"
1108
+ download location: "https://github.com/jprichardson/node-jsonfile/releases/tag/2.3.1"
1109
+ homepage: "https://github.com/jprichardson/node-jsonfile"
1110
+ copyright text: "Copyright (c) 2012-2015, JP Richardson <jprichardson@gmail.com>"
1111
+ node-jsprim:
1112
+ - version: "1.4.2"
1113
+ license: "MIT"
1114
+ download location: "https://github.com/joyent/node-jsprim"
1115
+ homepage: "https://www.npmjs.org/jsprim"
1116
+ copyright text: "Copyright (c) 2012, Joyent, Inc."
1117
+ node-mime:
1118
+ - version: "1.6.0"
1119
+ license: "MIT"
1120
+ download location: "https://github.com/broofa/node-mime/releases"
1121
+ homepage: "http://github.com/broofa/node-mime"
1122
+ copyright text: "Copyright (c) 2010, Benjamin Thomas, Robert Kieffer"
1123
+ node-mkdirp:
1124
+ - version: "1.0.4"
1125
+ license: "MIT"
1126
+ download location: "https://github.com/substack/node-mkdirp"
1127
+ homepage: "https://github.com/substack/node-mkdirp"
1128
+ copyright text: "Copyright (c) James Halliday (mail@substack.net) and Isaac Z. Schlueter\
1129
+ \ (i@izs.me)"
1130
+ - version: "0.5.5"
1131
+ license: "MIT"
1132
+ download location: "https://github.com/substack/node-mkdirp"
1133
+ homepage: "https://github.com/substack/node-mkdirp"
1134
+ copyright text: "Copyright (c) 2010 James Halliday (mail@substack.net)"
1135
+ node-pend:
1136
+ - version: "1.2.0"
1137
+ license: "MIT"
1138
+ download location: "https://github.com/andrewrk/node-pend"
1139
+ homepage: "https://github.com/andrewrk/node-pend"
1140
+ copyright text: "Copyright (c) 2014 Andrew Kelley"
1141
+ node-rechoir:
1142
+ - version: "0.6.2"
1143
+ license: "MIT"
1144
+ download location: "https://github.com/gulpjs/rechoir"
1145
+ homepage: "https://github.com/gulpjs/rechoir"
1146
+ copyright text: "Copyright (c) 2015 Tyler Kellen"
1147
+ node-semver:
1148
+ - version: "7.3.2"
1149
+ license: "ISC"
1150
+ download location: "https://github.com/npm/node-semver/releases/tag/v2.1.0"
1151
+ homepage: "https://github.com/npm/node-semver"
1152
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
1153
+ node-source-map-support:
1154
+ - version: "0.5.21"
1155
+ license: "MIT"
1156
+ download location: "https://github.com/evanw/node-source-map-support"
1157
+ homepage: "https://www.npmjs.org/source-map-support"
1158
+ copyright text: "Copyright (c) 2014 Evan Wallace"
1159
+ node-sshpk:
1160
+ - version: "1.18.0"
1161
+ license: "MIT"
1162
+ download location: "https://github.com/arekinath/node-sshpk"
1163
+ homepage: "https://www.npmjs.org/sshpk"
1164
+ copyright text: "Copyright Joyent, Inc."
1165
+ node-stream-buffers:
1166
+ - version: "3.0.2"
1167
+ license: "Unlicense"
1168
+ download location: "https://github.com/samcday/node-stream-buffer/releases/tag/v0.2.6"
1169
+ homepage: "https://github.com/samcday/node-stream-buffer"
1170
+ node-supports-preserve-symlinks-flag:
1171
+ - version: "1.0.0"
1172
+ license: "MIT"
1173
+ download location: "https://github.com/inspect-js/node-supports-preserve-symlinks-flag"
1174
+ homepage: "https://github.com/inspect-js/node-supports-preserve-symlinks-flag"
1175
+ copyright text: "Copyright (c) 2022 Inspect JS"
1176
+ node-tar:
1177
+ - version: "6.2.0"
1178
+ license: "ISC"
1179
+ download location: "https://github.com/npm/node-tar/releases/tag/v1.0.2"
1180
+ homepage: "https://github.com/isaacs/node-tar"
1181
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
1182
+ node-temp:
1183
+ - version: "0.9.1"
1184
+ license: "MIT"
1185
+ download location: "https://github.com/bruce/node-temp/releases"
1186
+ homepage: "https://github.com/bruce/node-temp"
1187
+ copyright text: "Copyright (c) 2010-2014 Bruce Williams"
1188
+ node-tmp:
1189
+ - version: "0.0.33"
1190
+ license: "MIT"
1191
+ download location: "https://github.com/raszi/node-tmp/releases"
1192
+ homepage: "https://github.com/raszi/node-tmp"
1193
+ copyright text: "Copyright (c) 2014 KARASZI István"
1194
+ node-uuid:
1195
+ - version: "3.4.0"
1196
+ license: "MIT"
1197
+ download location: "https://github.com/broofa/node-uuid/releases"
1198
+ homepage: "https://github.com/broofa/node-uuid"
1199
+ copyright text: "Copyright (c) 2010-2016 Robert Kieffer and other contributors"
1200
+ node-verror:
1201
+ - version: "1.10.0"
1202
+ license: "MIT"
1203
+ download location: "https://github.com/davepacheco/node-verror"
1204
+ homepage: "https://www.npmjs.org/verror"
1205
+ copyright text: "Copyright (c) 2016, Joyent, Inc. "
1206
+ nodejs-depd:
1207
+ - version: "1.1.2"
1208
+ license: "MIT"
1209
+ download location: "https://github.com/dougwilson/nodejs-depd/releases/tag/v0.3.0"
1210
+ homepage: "https://github.com/dougwilson/nodejs-depd"
1211
+ copyright text: "Copyright (c) 2014-2017 Douglas Christopher Wilson"
1212
+ nopt:
1213
+ - version: "2.1.2"
1214
+ license: "MIT"
1215
+ download location: "https://github.com/npm/nopt/releases/tag/v3.0.6"
1216
+ homepage: "https://github.com/npm/nopt"
1217
+ copyright text: "Copyright (c) 2009, 2010, 2011 Isaac Z. Schlueter."
1218
+ normalize-path:
1219
+ - version: "3.0.0"
1220
+ license: "MIT"
1221
+ download location: "https://github.com/jonschlinkert/normalize-path"
1222
+ homepage: "https://github.com/jonschlinkert/normalize-path"
1223
+ copyright text: "Copyright (c) 2014-2018, Jon Schlinkert."
1224
+ npmlog:
1225
+ - version: "4.1.2"
1226
+ license: "ISC"
1227
+ download location: "https://github.com/npm/npmlog/releases"
1228
+ homepage: "https://github.com/npm/npmlog"
1229
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
1230
+ number-is-nan:
1231
+ - version: "1.0.1"
1232
+ license: "MIT"
1233
+ download location: "https://github.com/sindresorhus/number-is-nan"
1234
+ homepage: "https://www.npmjs.org/number-is-nan"
1235
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1236
+ oauth-sign:
1237
+ - version: "0.9.0"
1238
+ license: "Apache-2.0"
1239
+ download location: "https://github.com/request/oauth-sign/releases"
1240
+ homepage: "https://github.com/request/oauth-sign"
1241
+ copyright text: "Copyright (c) Mikeal Rogers <mikeal.rogers@gmail.com>"
1242
+ object-assign:
1243
+ - version: "4.1.1"
1244
+ license: "MIT"
1245
+ download location: "https://github.com/sindresorhus/object-assign/releases/tag/v4.1.0"
1246
+ homepage: "https://github.com/sindresorhus/object-assign"
1247
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1248
+ on-finished:
1249
+ - version: "2.3.0"
1250
+ license: "MIT"
1251
+ download location: "https://github.com/jshttp/on-finished/releases"
1252
+ homepage: "https://github.com/jshttp/on-finished"
1253
+ copyright text:
1254
+ - "Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>"
1255
+ - "Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>"
1256
+ once:
1257
+ - version: "1.4.0"
1258
+ license: "ISC"
1259
+ download location: "https://github.com/isaacs/once/releases/tag/v1.3.3"
1260
+ homepage: "https://github.com/isaacs/once"
1261
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
1262
+ onetime:
1263
+ - version: "5.1.2"
1264
+ license: "MIT"
1265
+ download location: "https://github.com/sindresorhus/onetime/tree/v1.1.0"
1266
+ homepage: "https://github.com/sindresorhus/onetime"
1267
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
1268
+ ora:
1269
+ - version: "5.4.0"
1270
+ license: "MIT"
1271
+ download location: "https://github.com/sindresorhus/ora"
1272
+ homepage: "https://github.com/sindresorhus/ora"
1273
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
1274
+ os-tmpdir:
1275
+ - version: "1.0.2"
1276
+ license: "MIT"
1277
+ download location: "https://github.com/sindresorhus/os-tmpdir/releases/tag/1.0.1"
1278
+ homepage: "https://github.com/sindresorhus/os-tmpdir"
1279
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1280
+ parseurl:
1281
+ - version: "1.3.3"
1282
+ license: "MIT"
1283
+ download location: "https://github.com/pillarjs/parseurl/releases/tag/1.3.1"
1284
+ homepage: "https://github.com/pillarjs/parseurl"
1285
+ copyright text:
1286
+ - "Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>"
1287
+ - "Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>"
1288
+ path-is-absolute:
1289
+ - version: "1.0.1"
1290
+ license: "MIT"
1291
+ download location: "https://github.com/sindresorhus/path-is-absolute/releases/tag/v1.0.0"
1292
+ homepage: "https://github.com/sindresorhus/path-is-absolute"
1293
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1294
+ path-parse:
1295
+ - version: "1.0.7"
1296
+ license: "MIT"
1297
+ download location: "https://www.npmjs.com/package/path-parse"
1298
+ homepage: "https://github.com/jbgutierrez/path-parse"
1299
+ copyright text: "Copyright (c) 2015 Javier Blanco"
1300
+ path-to-regexp:
1301
+ - version: "0.1.7"
1302
+ license: "MIT"
1303
+ download location: "https://github.com/component/path-to-regexp"
1304
+ homepage: "https://github.com/component/path-to-regexp"
1305
+ copyright text: "Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)"
1306
+ performance-now:
1307
+ - version: "2.1.0"
1308
+ license: "MIT"
1309
+ download location: "https://github.com/braveg1rl/performance-now"
1310
+ homepage: "https://www.npmjs.org/performance-now"
1311
+ copyright text: "Copyright (c) 2013 Braveg1rl"
1312
+ picomatch:
1313
+ - version: "2.3.1"
1314
+ license: "MIT"
1315
+ download location: "https://github.com/micromatch/picomatch"
1316
+ homepage: "https://github.com/micromatch/picomatch"
1317
+ copyright text: "Copyright (c) 2017-present, Jon Schlinkert"
1318
+ pify:
1319
+ - version: "3.0.0"
1320
+ license: "MIT"
1321
+ download location: "https://github.com/sindresorhus/pify"
1322
+ homepage: "https://www.npmjs.org/pify"
1323
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1324
+ - version: "2.3.0"
1325
+ license: "MIT"
1326
+ download location: "https://github.com/sindresorhus/pify"
1327
+ homepage: "https://www.npmjs.org/pify"
1328
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1329
+ pinkie:
1330
+ - version: "2.0.4"
1331
+ license: "MIT"
1332
+ download location: "https://github.com/floatdrop/pinkie"
1333
+ homepage: "https://www.npmjs.org/pinkie"
1334
+ copyright text: "Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)"
1335
+ pinkie-promise:
1336
+ - version: "2.0.1"
1337
+ license: "MIT"
1338
+ download location: "https://github.com/floatdrop/pinkie-promise"
1339
+ homepage: "https://www.npmjs.org/pinkie-promise"
1340
+ copyright text: "Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)"
1341
+ process-nextick-args:
1342
+ - version: "2.0.1"
1343
+ license: "MIT"
1344
+ download location: "https://github.com/calvinmetcalf/process-nextick-args/tree/v1.0.6"
1345
+ homepage: "https://github.com/calvinmetcalf/process-nextick-args"
1346
+ copyright text: "Copyright (c) 2015 Calvin Metcalf"
1347
+ proxy-addr:
1348
+ - version: "2.0.7"
1349
+ license: "MIT"
1350
+ download location: "https://github.com/jshttp/proxy-addr/tree/v1.1.2"
1351
+ homepage: "https://github.com/jshttp/proxy-addr"
1352
+ copyright text: "Copyright (c) 2014-2016 Douglas Christopher Wilson"
1353
+ psl:
1354
+ - version: "1.9.0"
1355
+ license: "MIT"
1356
+ download location: "https://github.com/wrangr/psl/tree/v1.1.29"
1357
+ homepage: "https://github.com/wrangr/psl"
1358
+ copyright text: "Copyright (c) 2017 Lupo Montero lupomontero@gmail.com"
1359
+ qs:
1360
+ - version: "6.7.0"
1361
+ license: "BSD-3-Clause"
1362
+ download location: "https://github.com/ljharb/qs/tree/v6.2.0"
1363
+ homepage: "https://www.npmjs.com/package/qs"
1364
+ copyright text: "Copyright (c) 2014 Nathan LaFreniere and other contributors."
1365
+ - version: "6.5.3"
1366
+ license: "BSD-3-Clause"
1367
+ download location: "https://github.com/ljharb/qs/tree/v6.2.0"
1368
+ homepage: "https://www.npmjs.com/package/qs"
1369
+ copyright text: "Copyright (c) 2014, Nathan LaFreniere and other contributors (https://github.com/ljharb/qs/graphs/contributors)"
1370
+ range-parser:
1371
+ - version: "1.2.1"
1372
+ license: "MIT"
1373
+ download location: "https://github.com/jshttp/range-parser"
1374
+ homepage: "http://github.com/jshttp/range-parser"
1375
+ copyright text:
1376
+ - "Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>"
1377
+ - "Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com"
1378
+ raw-body:
1379
+ - version: "2.4.0"
1380
+ license: "MIT"
1381
+ download location: "https://github.com/stream-utils/raw-body"
1382
+ homepage: "https://github.com/stream-utils/raw-body"
1383
+ copyright text:
1384
+ - "Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>"
1385
+ - "Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>"
1386
+ readable-stream:
1387
+ - version: "3.6.2"
1388
+ license: "MIT"
1389
+ download location: "https://github.com/nodejs/readable-stream/tree/v2.0.6"
1390
+ homepage: "https://github.com/nodejs/readable-stream"
1391
+ copyright text: "Copyright Joyent, Inc. and other Node contributors"
1392
+ - version: "2.3.8"
1393
+ license: "MIT"
1394
+ download location: "https://github.com/nodejs/readable-stream/tree/v2.0.6"
1395
+ homepage: "https://github.com/nodejs/readable-stream"
1396
+ copyright text: "Copyright Joyent, Inc. and other Node contributors"
1397
+ readdirp:
1398
+ - version: "3.6.0"
1399
+ license: "MIT"
1400
+ download location: "https://github.com/thlorenz/readdirp/tree/v2.1.0"
1401
+ homepage: "https://github.com/thlorenz/readdirp"
1402
+ copyright text: "Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com)"
1403
+ request:
1404
+ - version: "2.88.2"
1405
+ license: "Apache-2.0"
1406
+ download location: "https://github.com/request/request"
1407
+ homepage: "https://github.com/mikeal/request"
1408
+ copyright text: "Copyright (c) 2010-2012 Mikeal Rogers"
1409
+ resolve:
1410
+ - version: "1.22.8"
1411
+ license: "MIT"
1412
+ download location: "https://www.npmjs.com/package/resolve"
1413
+ homepage: "https://github.com/browserify/resolve"
1414
+ copyright text: "Copyright (c) 2012 James Halliday"
1415
+ restore-cursor:
1416
+ - version: "3.1.0"
1417
+ license: "MIT"
1418
+ download location: "https://github.com/sindresorhus/restore-cursor/tree/v1.0.1"
1419
+ homepage: "https://github.com/sindresorhus/restore-cursor"
1420
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1421
+ rimraf:
1422
+ - version: "3.0.2"
1423
+ license: "ISC"
1424
+ download location: "https://github.com/isaacs/rimraf/tree/v2.2.8"
1425
+ homepage: "https://github.com/isaacs/rimraf"
1426
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
1427
+ - version: "2.7.1"
1428
+ license: "ISC"
1429
+ download location: "https://github.com/isaacs/rimraf/tree/v2.2.8"
1430
+ homepage: "https://github.com/isaacs/rimraf"
1431
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
1432
+ - version: "2.6.3"
1433
+ license: "ISC"
1434
+ download location: "https://github.com/isaacs/rimraf/tree/v2.2.8"
1435
+ homepage: "https://github.com/isaacs/rimraf"
1436
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
1437
+ run-async:
1438
+ - version: "2.4.1"
1439
+ license: "MIT"
1440
+ download location: "https://github.com/SBoudrias/run-async/tree/0.1.0"
1441
+ homepage: "https://github.com/SBoudrias/run-async"
1442
+ copyright text: "Copyright (c) 2014 Simon Boudrias"
1443
+ safe-buffer:
1444
+ - version: "5.1.2"
1445
+ license: "MIT"
1446
+ download location: "https://www.npmjs.com/package/safe-buffer"
1447
+ homepage: "https://github.com/feross/safe-buffer"
1448
+ copyright text: "Copyright (c) Feross Aboukhadijeh"
1449
+ safer-buffer:
1450
+ - version: "2.1.2"
1451
+ license: "MIT"
1452
+ download location: "https://github.com/ChALkeR/safer-buffer"
1453
+ homepage: "https://github.com/ChALkeR/safer-buffer"
1454
+ copyright text: "Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>"
1455
+ seek-bzip:
1456
+ - version: "1.0.6"
1457
+ license: "MIT"
1458
+ download location: "https://github.com/cscott/seek-bzip"
1459
+ homepage: "https://github.com/cscott/seek-bzip"
1460
+ copyright text:
1461
+ - "Copyright (c) 2013-2015 C. Scott Ananian"
1462
+ - "Copyright (c) 2011 Kevin Kwok"
1463
+ - "Copyright (c) 2012-2015 Eli Skeggs"
1464
+ send:
1465
+ - version: "0.17.1"
1466
+ license: "MIT"
1467
+ download location: "https://github.com/pillarjs/send"
1468
+ homepage: "http://github.com/visionmedia/send"
1469
+ copyright text:
1470
+ - "Copyright (c) 2012 TJ Holowaychuk"
1471
+ - "Copyright (c) 2014-2016 Douglas Christopher Wilson"
1472
+ serve-static:
1473
+ - version: "1.14.1"
1474
+ license: "MIT"
1475
+ download location: "https://github.com/expressjs/serve-static"
1476
+ homepage: "https://github.com/expressjs/serve-static"
1477
+ copyright text:
1478
+ - "Copyright (c) 2010 Sencha Inc."
1479
+ - "Copyright (c) 2011 LearnBoost"
1480
+ - "Copyright (c) 2011 TJ Holowaychuk"
1481
+ - "Copyright (c) 2014-2016 Douglas Christopher Wilson"
1482
+ set-blocking:
1483
+ - version: "2.0.0"
1484
+ license: "ISC"
1485
+ download location: "https://github.com/yargs/set-blocking"
1486
+ homepage: "https://www.npmjs.org/set-blocking"
1487
+ copyright text: "Copyright (c) 2016, Contributors"
1488
+ shelljs:
1489
+ - version: "0.8.5"
1490
+ license: "BSD-3-Clause"
1491
+ download location: "https://www.npmjs.com/package/shelljs"
1492
+ homepage: "https://www.npmjs.com/package/shelljs"
1493
+ copyright text: "Copyright (c) 2012, Artur Adib <aadib@mozilla.com>"
1494
+ signal-exit:
1495
+ - version: "3.0.7"
1496
+ license: "ISC"
1497
+ download location: "https://github.com/tapjs/signal-exit"
1498
+ homepage: "https://www.npmjs.org/signal-exit"
1499
+ copyright text: "Copyright (c) 2015, Contributors"
1500
+ source-map:
1501
+ - version: "0.6.1"
1502
+ license: "BSD-3-Clause"
1503
+ download location: "https://github.com/mozilla/source-map"
1504
+ homepage: "https://github.com/mozilla/source-map"
1505
+ copyright text: "Copyright (c) 2009-2011, Mozilla Foundation and contributors"
1506
+ sprintf-js:
1507
+ - version: "1.1.2"
1508
+ license: "BSD-3-Clause"
1509
+ download location: "https://github.com/alexei/sprintf.js"
1510
+ homepage: "https://github.com/alexei/sprintf.js"
1511
+ copyright text: "Copyright (c) 2007-present, Alexandru Mărășteanu <hello@alexei.ro>"
1512
+ ssdp-js:
1513
+ - version: "1.0.1"
1514
+ license: "MIT"
1515
+ download location: "https://github.com/Ivshti/node-ssdp-js"
1516
+ homepage: "https://github.com/Ivshti/node-ssdp-js"
1517
+ ssh2:
1518
+ - version: "1.15.0"
1519
+ license: "MIT"
1520
+ download location: "https://github.com/mscdex/ssh2"
1521
+ homepage: "https://github.com/mscdex/ssh2"
1522
+ copyright text: "Copyright Brian White"
1523
+ statuses:
1524
+ - version: "1.5.0"
1525
+ license: "MIT"
1526
+ download location: "https://github.com/jshttp/statuses"
1527
+ homepage: "https://github.com/jshttp/statuses"
1528
+ copyright text:
1529
+ - "Copyright (c) 2014 Jonathan Ong me@jongleberry.com"
1530
+ - "Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com"
1531
+ string-width:
1532
+ - version: "4.2.3"
1533
+ license: "MIT"
1534
+ download location: "https://github.com/sindresorhus/string-width"
1535
+ homepage: "https://www.npmjs.org/string-width"
1536
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1537
+ - version: "1.0.2"
1538
+ license: "MIT"
1539
+ download location: "https://github.com/sindresorhus/string-width"
1540
+ homepage: "https://www.npmjs.org/string-width"
1541
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1542
+ string_decoder:
1543
+ - version: "1.1.1"
1544
+ license: "MIT"
1545
+ download location: "https://github.com/nodejs/string_decoder"
1546
+ homepage: "https://github.com/rvagg/string_decoder"
1547
+ copyright text:
1548
+ - "Copyright (c) Node.js contributors."
1549
+ - "Copyright (c) Joyent, Inc. and other Node contributors."
1550
+ strip-ansi:
1551
+ - version: "6.0.1"
1552
+ license: "MIT"
1553
+ download location: "https://github.com/chalk/strip-ansi"
1554
+ homepage: "https://github.com/sindresorhus/strip-ansi"
1555
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1556
+ - version: "5.2.0"
1557
+ license: "MIT"
1558
+ download location: "https://github.com/chalk/strip-ansi"
1559
+ homepage: "https://github.com/sindresorhus/strip-ansi"
1560
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1561
+ - version: "3.0.1"
1562
+ license: "MIT"
1563
+ download location: "https://github.com/chalk/strip-ansi"
1564
+ homepage: "https://github.com/sindresorhus/strip-ansi"
1565
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1566
+ strip-bom:
1567
+ - version: "1.0.0"
1568
+ license: "MIT"
1569
+ download location: "https://github.com/sindresorhus/strip-bom"
1570
+ homepage: "https://github.com/sindresorhus/strip-bom"
1571
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1572
+ strip-dirs:
1573
+ - version: "2.1.0"
1574
+ license: "MIT"
1575
+ download location: "https://github.com/shinnn/node-strip-dirs"
1576
+ homepage: "https://github.com/shinnn/node-strip-dirs"
1577
+ copyright text: "Copyright (c) Shinnosuke Watanabe https://github.com/shinnn/node-strip-dirs"
1578
+ supports-color:
1579
+ - version: "7.2.0"
1580
+ license: "MIT"
1581
+ download location: "https://github.com/chalk/supports-color"
1582
+ homepage: "https://github.com/sindresorhus/supports-color"
1583
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
1584
+ - version: "5.5.0"
1585
+ license: "MIT"
1586
+ download location: "https://github.com/chalk/supports-color"
1587
+ homepage: "https://github.com/sindresorhus/supports-color"
1588
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1589
+ - version: "2.0.0"
1590
+ license: "MIT"
1591
+ download location: "https://github.com/chalk/supports-color"
1592
+ homepage: "https://github.com/sindresorhus/supports-color"
1593
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)"
1594
+ tar-stream:
1595
+ - version: "1.6.2"
1596
+ license: "MIT"
1597
+ download location: "https://github.com/mafintosh/tar-stream"
1598
+ homepage: "https://github.com/mafintosh/tar-stream"
1599
+ copyright text: "Copyright (c) 2014 Mathias Buus"
1600
+ tdegrunt-jsonschema:
1601
+ - version: "1.2.6"
1602
+ license: "MIT"
1603
+ download location: "https://github.com/tdegrunt/jsonschema"
1604
+ homepage: "https://github.com/tdegrunt/jsonschema"
1605
+ copyright text: "Copyright (c) 2012-2015 Tom de Grunt <tom@degrunt.nl>"
1606
+ terser:
1607
+ - version: "4.8.0"
1608
+ license: "BSD-2-Clause"
1609
+ download location: "https://github.com/terser-js/terser"
1610
+ homepage: "https://github.com/terser-js/terser"
1611
+ copyright text: "Copyright (c) 2012-2018 Mihai Bazon <mihai.bazon@gmail.com>"
1612
+ through:
1613
+ - version: "2.3.8"
1614
+ license: "MIT"
1615
+ download location: "https://github.com/dominictarr/through"
1616
+ homepage: "https://github.com/dominictarr/through"
1617
+ copyright text: "Copyright (c) 2011 Dominic Tarr"
1618
+ timoxley-wcwidth:
1619
+ - version: "1.0.1"
1620
+ license: "MIT"
1621
+ download location: "https://www.npmjs.com/package/wcwidth"
1622
+ homepage: "https://github.com/timoxley/wcwidth"
1623
+ copyright text: "Copyright (c) 2012 by Jun Woong."
1624
+ to-buffer:
1625
+ - version: "1.1.1"
1626
+ license: "MIT"
1627
+ download location: "https://github.com/mafintosh/to-buffer"
1628
+ homepage: "https://www.npmjs.org/package/to-buffer"
1629
+ copyright text: "Copyright (c) 2016 Mathias Buus"
1630
+ to-regex-range:
1631
+ - version: "5.0.1"
1632
+ license: "MIT"
1633
+ download location: "https://github.com/micromatch/to-regex-range"
1634
+ homepage: "https://github.com/micromatch/to-regex-range"
1635
+ copyright text: "Copyright (c) 2015-present, Jon Schlinkert."
1636
+ toidentifier:
1637
+ - version: "1.0.0"
1638
+ license: "MIT"
1639
+ download location: "https://github.com/component/toidentifier"
1640
+ homepage: "https://github.com/component/toidentifier"
1641
+ copyright text: "Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>"
1642
+ tough-cookie:
1643
+ - version: "2.5.0"
1644
+ license: "BSD-3-Clause"
1645
+ download location: "https://github.com/salesforce/tough-cookie"
1646
+ homepage: "https://github.com/salesforce/tough-cookie"
1647
+ copyright text: "Copyright (c) 2015, Salesforce.com, Inc."
1648
+ tunnel-agent:
1649
+ - version: "0.6.0"
1650
+ license: "Apache-2.0"
1651
+ download location: "https://github.com/request/tunnel-agent"
1652
+ homepage: "https://github.com/request/tunnel-agent"
1653
+ copyright text: "Copyright (c) Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)"
1654
+ tweetnacl-js:
1655
+ - version: "0.14.5"
1656
+ license: "Unlicense"
1657
+ download location: "https://github.com/dchest/tweetnacl-js"
1658
+ homepage: "https://www.npmjs.org/tweetnacl"
1659
+ type-fest:
1660
+ - version: "0.21.3"
1661
+ license: "MIT"
1662
+ download location: "https://github.com/sindresorhus/type-fest"
1663
+ homepage: "https://github.com/sindresorhus/type-fest"
1664
+ copyright text: "Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https:/sindresorhus.com)"
1665
+ type-is:
1666
+ - version: "1.6.18"
1667
+ license: "MIT"
1668
+ download location: "https://github.com/jshttp/type-is"
1669
+ homepage: "https://github.com/jshttp/type-is"
1670
+ copyright text:
1671
+ - "Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>"
1672
+ - "Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>"
1673
+ typedarray:
1674
+ - version: "0.0.6"
1675
+ license: "MIT"
1676
+ download location: "https://github.com/substack/typedarray"
1677
+ homepage: "https://github.com/substack/typedarray"
1678
+ copyright text:
1679
+ - "Copyright (c) 2010, Linden Research, Inc."
1680
+ - "Copyright (c) 2012, Joshua Bell"
1681
+ unbzip2-stream:
1682
+ - version: "1.4.3"
1683
+ license: "MIT"
1684
+ download location: "https://github.com/regular/unbzip2-stream"
1685
+ homepage: "https://github.com/regular/unbzip2-stream"
1686
+ copyright text: "Copyright (c) 2017 by Jan Boelsche (jan@lagomorph.de)"
1687
+ universalify:
1688
+ - version: "0.1.2"
1689
+ license: "MIT"
1690
+ download location: "https://github.com/RyanZim/universalify/tree/v0.1.2"
1691
+ homepage: "https://github.com/RyanZim/universalify"
1692
+ copyright text: "Copyright (c) 2017, Ryan Zimmerman <opensrc@ryanzim.com>"
1693
+ unpipe:
1694
+ - version: "1.0.0"
1695
+ license: "MIT"
1696
+ download location: "https://github.com/stream-utils/unpipe"
1697
+ homepage: "https://github.com/stream-utils/unpipe"
1698
+ copyright text: "Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>"
1699
+ uri-js:
1700
+ - version: "4.4.1"
1701
+ license: "BSD-2-Clause-Views"
1702
+ download location: "https://github.com/garycourt/uri-js/tree/4.2.2"
1703
+ homepage: "https://github.com/garycourt/uri-js"
1704
+ copyright text: "Copyright (c) 2011 Gary Court"
1705
+ util-deprecate:
1706
+ - version: "1.0.2"
1707
+ license: "MIT"
1708
+ download location: "https://github.com/TooTallNate/util-deprecate"
1709
+ homepage: "https://github.com/TooTallNate/util-deprecate"
1710
+ copyright text: "Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>"
1711
+ utils-merge:
1712
+ - version: "1.0.1"
1713
+ license: "MIT"
1714
+ download location: "https://github.com/jaredhanson/utils-merge"
1715
+ homepage: "https://github.com/jaredhanson/utils-merge"
1716
+ copyright text: "Copyright (c) 2013 Jared Hanson"
1717
+ vary:
1718
+ - version: "1.1.2"
1719
+ license: "MIT"
1720
+ download location: "https://github.com/jshttp/vary"
1721
+ homepage: "https://github.com/jshttp/vary"
1722
+ copyright text: "Copyright (c) 2014-2017 Douglas Christopher Wilson"
1723
+ visionmedia-debug:
1724
+ - version: "2.6.9"
1725
+ license: "MIT"
1726
+ download location: "https://github.com/visionmedia/debug"
1727
+ homepage: "https://github.com/visionmedia/debug"
1728
+ copyright text: "Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>"
1729
+ wide-align:
1730
+ - version: "1.1.5"
1731
+ license: "ISC"
1732
+ download location: "https://github.com/iarna/wide-align"
1733
+ homepage: "https://www.npmjs.org/wide-align"
1734
+ copyright text: "Copyright (c) 2015, Rebecca Turner <me@re-becca.org>"
1735
+ wrappy:
1736
+ - version: "1.0.2"
1737
+ license: "ISC"
1738
+ download location: "https://github.com/npm/wrappy"
1739
+ homepage: "https://github.com/npm/wrappy"
1740
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
1741
+ xtend:
1742
+ - version: "4.0.2"
1743
+ license: "MIT"
1744
+ download location: "https://github.com/Raynos/xtend"
1745
+ homepage: "https://github.com/Raynos/xtend"
1746
+ copyright text: "Copyright (c) 2012-2014 Raynos."
1747
+ yallist:
1748
+ - version: "4.0.0"
1749
+ license: "ISC"
1750
+ download location: "https://www.npmjs.com/package/yallist"
1751
+ homepage: "https://github.com/isaacs/yallist"
1752
+ copyright text: "Copyright (c) Isaac Z. Schlueter and Contributors"
1753
+ yauzl:
1754
+ - version: "2.10.0"
1755
+ license: "MIT"
1756
+ download location: "https://github.com/thejoshwolfe/yauzl"
1757
+ homepage: "https://github.com/thejoshwolfe/yauzl"
1758
+ copyright text: "Copyright (c) 2014 Josh Wolfe"