-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
473 lines (473 loc) Β· 20.5 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
{
"name": "what-is-x",
"version": "0.5.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"ansi-styles": {
"version": "3.2.1",
"resolved": "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-3.2.1.tgz",
"requires": {
"color-convert": "^1.9.0"
},
"dependencies": {
"color-convert": {
"version": "1.9.3",
"resolved": "https://registry.npm.taobao.org/color-convert/download/color-convert-1.9.3.tgz",
"requires": {
"color-name": "1.1.3"
},
"dependencies": {
"color-name": {
"version": "1.1.3",
"resolved": "https://registry.npm.taobao.org/color-name/download/color-name-1.1.3.tgz"
}
}
}
}
},
"blueimp-md5": {
"version": "2.12.0",
"resolved": "https://registry.npm.taobao.org/blueimp-md5/download/blueimp-md5-2.12.0.tgz"
},
"chalk": {
"version": "2.4.2",
"resolved": "https://registry.npm.taobao.org/chalk/download/chalk-2.4.2.tgz?cache=0&sync_timestamp=1573282918610&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchalk%2Fdownload%2Fchalk-2.4.2.tgz",
"requires": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
},
"dependencies": {
"ansi-styles": {
"version": "3.2.1",
"resolved": "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-3.2.1.tgz",
"requires": {
"color-convert": "^1.9.0"
},
"dependencies": {
"color-convert": {
"version": "1.9.3",
"resolved": "https://registry.npm.taobao.org/color-convert/download/color-convert-1.9.3.tgz",
"requires": {
"color-name": "1.1.3"
},
"dependencies": {}
}
}
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz"
},
"supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-5.5.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-5.5.0.tgz",
"requires": {
"has-flag": "^3.0.0"
},
"dependencies": {
"has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npm.taobao.org/has-flag/download/has-flag-3.0.0.tgz"
}
}
}
}
},
"commander": {
"version": "3.0.2",
"resolved": "https://registry.npm.taobao.org/commander/download/commander-3.0.2.tgz"
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz"
},
"has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npm.taobao.org/has-flag/download/has-flag-3.0.0.tgz"
},
"is-chinese": {
"version": "1.2.9",
"resolved": "https://registry.npm.taobao.org/is-chinese/download/is-chinese-1.2.9.tgz",
"dependencies": {
"string.prototype.codepointat": {
"version": "https://registry.npm.taobao.org/string.prototype.codepointat/download/string.prototype.codepointat-0.2.1.tgz"
}
}
},
"js-sha256": {
"version": "0.9.0",
"resolved": "https://registry.npm.taobao.org/js-sha256/download/js-sha256-0.9.0.tgz"
},
"log-symbols": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-3.0.0.tgz",
"integrity": "sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==",
"requires": {
"chalk": "^2.4.2"
},
"dependencies": {
"chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
"requires": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
}
},
"supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
"requires": {
"has-flag": "^3.0.0"
}
}
}
},
"ora": {
"version": "3.4.0",
"resolved": "https://registry.npm.taobao.org/ora/download/ora-3.4.0.tgz",
"requires": {
"chalk": "^2.4.2"
},
"dependencies": {
"chalk": {
"version": "https://registry.npm.taobao.org/chalk/download/chalk-2.4.2.tgz?cache=0&sync_timestamp=1573282918610&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchalk%2Fdownload%2Fchalk-2.4.2.tgz",
"dependencies": {
"ansi-styles": {
"version": "3.2.1",
"resolved": "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-3.2.1.tgz",
"requires": {
"color-convert": "^1.9.0"
},
"dependencies": {}
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz"
},
"supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-5.5.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-5.5.0.tgz",
"requires": {
"has-flag": "^3.0.0"
},
"dependencies": {}
}
}
},
"cli-cursor": {
"version": "https://registry.npm.taobao.org/cli-cursor/download/cli-cursor-2.1.0.tgz"
},
"cli-spinners": {
"version": "https://registry.npm.taobao.org/cli-spinners/download/cli-spinners-2.2.0.tgz"
},
"log-symbols": {
"version": "https://registry.npm.taobao.org/log-symbols/download/log-symbols-2.2.0.tgz"
},
"strip-ansi": {
"version": "https://registry.npm.taobao.org/strip-ansi/download/strip-ansi-5.2.0.tgz"
},
"wcwidth": {
"version": "https://registry.npm.taobao.org/wcwidth/download/wcwidth-1.0.1.tgz",
"dependencies": {
"defaults": {
"version": "https://registry.npm.taobao.org/defaults/download/defaults-1.0.3.tgz"
}
}
}
}
},
"say": {
"version": "0.16.0",
"resolved": "https://registry.npm.taobao.org/say/download/say-0.16.0.tgz",
"dependencies": {
"one-time": {
"version": "https://registry.npm.taobao.org/one-time/download/one-time-0.0.4.tgz"
}
}
},
"sqlite3": {
"version": "4.1.0",
"resolved": "https://registry.npm.taobao.org/sqlite3/download/sqlite3-4.1.0.tgz",
"dependencies": {
"nan": {
"version": "https://registry.npm.taobao.org/nan/download/nan-2.14.0.tgz"
},
"node-pre-gyp": {
"version": "https://registry.npm.taobao.org/node-pre-gyp/download/node-pre-gyp-0.11.0.tgz"
},
"request": {
"version": "https://registry.npm.taobao.org/request/download/request-2.88.0.tgz",
"dependencies": {
"aws-sign2": {
"version": "https://registry.npm.taobao.org/aws-sign2/download/aws-sign2-0.7.0.tgz"
},
"aws4": {
"version": "https://registry.npm.taobao.org/aws4/download/aws4-1.8.0.tgz"
},
"caseless": {
"version": "https://registry.npm.taobao.org/caseless/download/caseless-0.12.0.tgz"
},
"combined-stream": {
"version": "https://registry.npm.taobao.org/combined-stream/download/combined-stream-1.0.8.tgz"
},
"extend": {
"version": "https://registry.npm.taobao.org/extend/download/extend-3.0.2.tgz"
},
"forever-agent": {
"version": "https://registry.npm.taobao.org/forever-agent/download/forever-agent-0.6.1.tgz"
},
"form-data": {
"version": "https://registry.npm.taobao.org/form-data/download/form-data-2.3.3.tgz?cache=0&sync_timestamp=1573027118125&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fform-data%2Fdownload%2Fform-data-2.3.3.tgz",
"dependencies": {
"asynckit": {
"version": "https://registry.npm.taobao.org/asynckit/download/asynckit-0.4.0.tgz"
},
"combined-stream": {
"version": "https://registry.npm.taobao.org/combined-stream/download/combined-stream-1.0.8.tgz",
"dependencies": {
"delayed-stream": {
"version": "https://registry.npm.taobao.org/delayed-stream/download/delayed-stream-1.0.0.tgz"
}
}
},
"mime-types": {
"version": "https://registry.npm.taobao.org/mime-types/download/mime-types-2.1.24.tgz"
}
}
},
"har-validator": {
"version": "https://registry.npm.taobao.org/har-validator/download/har-validator-5.1.3.tgz",
"dependencies": {
"ajv": {
"version": "https://registry.npm.taobao.org/ajv/download/ajv-6.10.2.tgz",
"dependencies": {
"fast-deep-equal": {
"version": "https://registry.npm.taobao.org/fast-deep-equal/download/fast-deep-equal-2.0.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffast-deep-equal%2Fdownload%2Ffast-deep-equal-2.0.1.tgz"
},
"fast-json-stable-stringify": {
"version": "https://registry.npm.taobao.org/fast-json-stable-stringify/download/fast-json-stable-stringify-2.0.0.tgz"
},
"json-schema-traverse": {
"version": "https://registry.npm.taobao.org/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz"
},
"uri-js": {
"version": "https://registry.npm.taobao.org/uri-js/download/uri-js-4.2.2.tgz"
}
}
},
"har-schema": {
"version": "https://registry.npm.taobao.org/har-schema/download/har-schema-2.0.0.tgz"
}
}
},
"http-signature": {
"version": "https://registry.npm.taobao.org/http-signature/download/http-signature-1.2.0.tgz?cache=0&sync_timestamp=1572997318670&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhttp-signature%2Fdownload%2Fhttp-signature-1.2.0.tgz"
},
"is-typedarray": {
"version": "https://registry.npm.taobao.org/is-typedarray/download/is-typedarray-1.0.0.tgz"
},
"isstream": {
"version": "https://registry.npm.taobao.org/isstream/download/isstream-0.1.2.tgz"
},
"json-stringify-safe": {
"version": "https://registry.npm.taobao.org/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz"
},
"mime-types": {
"version": "https://registry.npm.taobao.org/mime-types/download/mime-types-2.1.24.tgz",
"dependencies": {
"mime-db": {
"version": "https://registry.npm.taobao.org/mime-db/download/mime-db-1.40.0.tgz?cache=0&sync_timestamp=1569468742433&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime-db%2Fdownload%2Fmime-db-1.40.0.tgz"
}
}
},
"oauth-sign": {
"version": "https://registry.npm.taobao.org/oauth-sign/download/oauth-sign-0.9.0.tgz"
},
"performance-now": {
"version": "https://registry.npm.taobao.org/performance-now/download/performance-now-2.1.0.tgz"
},
"qs": {
"version": "https://registry.npm.taobao.org/qs/download/qs-6.5.2.tgz"
},
"safe-buffer": {
"version": "https://registry.npm.taobao.org/safe-buffer/download/safe-buffer-5.2.0.tgz"
},
"tough-cookie": {
"version": "https://registry.npm.taobao.org/tough-cookie/download/tough-cookie-2.4.3.tgz"
},
"tunnel-agent": {
"version": "https://registry.npm.taobao.org/tunnel-agent/download/tunnel-agent-0.6.0.tgz"
},
"uuid": {
"version": "https://registry.npm.taobao.org/uuid/download/uuid-3.3.3.tgz"
}
}
}
}
},
"tty-table": {
"version": "2.8.2",
"resolved": "https://registry.npm.taobao.org/tty-table/download/tty-table-2.8.2.tgz",
"requires": {
"chalk": "^2.4.2"
},
"dependencies": {
"chalk": {
"version": "https://registry.npm.taobao.org/chalk/download/chalk-2.4.2.tgz?cache=0&sync_timestamp=1573282918610&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchalk%2Fdownload%2Fchalk-2.4.2.tgz",
"dependencies": {
"ansi-styles": {
"version": "3.2.1",
"resolved": "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-3.2.1.tgz",
"requires": {
"color-convert": "^1.9.0"
},
"dependencies": {}
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz"
},
"supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npm.taobao.org/supports-color/download/supports-color-5.5.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-5.5.0.tgz",
"requires": {
"has-flag": "^3.0.0"
},
"dependencies": {}
}
}
},
"csv": {
"version": "https://registry.npm.taobao.org/csv/download/csv-5.1.3.tgz"
},
"smartwrap": {
"version": "https://registry.npm.taobao.org/smartwrap/download/smartwrap-1.2.0.tgz",
"dependencies": {
"breakword": {
"version": "https://registry.npm.taobao.org/breakword/download/breakword-1.0.5.tgz"
},
"wcwidth": {
"version": "https://registry.npm.taobao.org/wcwidth/download/wcwidth-1.0.1.tgz",
"dependencies": {
"defaults": {
"version": "https://registry.npm.taobao.org/defaults/download/defaults-1.0.3.tgz"
}
}
},
"yargs": {
"version": "https://registry.npm.taobao.org/yargs/download/yargs-14.2.0.tgz?cache=0&sync_timestamp=1573351949877&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs%2Fdownload%2Fyargs-14.2.0.tgz"
}
}
},
"strip-ansi": {
"version": "https://registry.npm.taobao.org/strip-ansi/download/strip-ansi-5.2.0.tgz",
"dependencies": {
"ansi-regex": {
"version": "https://registry.npm.taobao.org/ansi-regex/download/ansi-regex-4.1.0.tgz"
}
}
},
"wcwidth": {
"version": "https://registry.npm.taobao.org/wcwidth/download/wcwidth-1.0.1.tgz",
"dependencies": {
"defaults": {
"version": "https://registry.npm.taobao.org/defaults/download/defaults-1.0.3.tgz"
}
}
},
"yargs": {
"version": "https://registry.npm.taobao.org/yargs/download/yargs-13.3.0.tgz?cache=0&sync_timestamp=1573351949877&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fyargs%2Fdownload%2Fyargs-13.3.0.tgz"
}
}
},
"xml2js": {
"version": "0.4.22",
"resolved": "https://registry.npm.taobao.org/xml2js/download/xml2js-0.4.22.tgz",
"dependencies": {
"sax": {
"version": "https://registry.npm.taobao.org/sax/download/sax-1.2.4.tgz"
},
"util.promisify": {
"version": "https://registry.npm.taobao.org/util.promisify/download/util.promisify-1.0.0.tgz",
"dependencies": {
"define-properties": {
"version": "https://registry.npm.taobao.org/define-properties/download/define-properties-1.1.3.tgz",
"dependencies": {
"object-keys": {
"version": "https://registry.npm.taobao.org/object-keys/download/object-keys-1.1.1.tgz"
}
}
},
"object.getownpropertydescriptors": {
"version": "https://registry.npm.taobao.org/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.0.3.tgz",
"dependencies": {
"define-properties": {
"version": "https://registry.npm.taobao.org/define-properties/download/define-properties-1.1.3.tgz",
"dependencies": {
"object-keys": {
"version": "https://registry.npm.taobao.org/object-keys/download/object-keys-1.1.1.tgz"
}
}
},
"es-abstract": {
"version": "https://registry.npm.taobao.org/es-abstract/download/es-abstract-1.16.0.tgz?cache=0&sync_timestamp=1571460404163&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fes-abstract%2Fdownload%2Fes-abstract-1.16.0.tgz",
"dependencies": {
"es-to-primitive": {
"version": "https://registry.npm.taobao.org/es-to-primitive/download/es-to-primitive-1.2.1.tgz"
},
"function-bind": {
"version": "https://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz"
},
"has": {
"version": "https://registry.npm.taobao.org/has/download/has-1.0.3.tgz"
},
"has-symbols": {
"version": "https://registry.npm.taobao.org/has-symbols/download/has-symbols-1.0.0.tgz"
},
"is-callable": {
"version": "https://registry.npm.taobao.org/is-callable/download/is-callable-1.1.4.tgz"
},
"is-regex": {
"version": "https://registry.npm.taobao.org/is-regex/download/is-regex-1.0.4.tgz",
"dependencies": {
"has": {
"version": "https://registry.npm.taobao.org/has/download/has-1.0.3.tgz",
"dependencies": {
"function-bind": {
"version": "https://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz"
}
}
}
}
},
"object-inspect": {
"version": "https://registry.npm.taobao.org/object-inspect/download/object-inspect-1.7.0.tgz"
},
"object-keys": {
"version": "https://registry.npm.taobao.org/object-keys/download/object-keys-1.1.1.tgz"
},
"string.prototype.trimleft": {
"version": "https://registry.npm.taobao.org/string.prototype.trimleft/download/string.prototype.trimleft-2.1.0.tgz"
},
"string.prototype.trimright": {
"version": "https://registry.npm.taobao.org/string.prototype.trimright/download/string.prototype.trimright-2.1.0.tgz"
}
}
}
}
}
}
},
"xmlbuilder": {
"version": "https://registry.npm.taobao.org/xmlbuilder/download/xmlbuilder-11.0.1.tgz"
}
}
}
}
}