-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
521 lines (521 loc) · 19.4 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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"boolbase": {
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/boolbase/download/boolbase-1.0.0.tgz",
"integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
},
"cheerio": {
"version": "0.22.0",
"resolved": "https://registry.npmmirror.com/cheerio/-/cheerio-0.22.0.tgz",
"integrity": "sha1-qbqoYKP5tZWmuBsahocxIe06Jp4=",
"requires": {
"css-select": "~1.2.0",
"dom-serializer": "~0.1.0",
"entities": "~1.1.1",
"htmlparser2": "^3.9.1",
"lodash.assignin": "^4.0.9",
"lodash.bind": "^4.1.4",
"lodash.defaults": "^4.0.1",
"lodash.filter": "^4.4.0",
"lodash.flatten": "^4.2.0",
"lodash.foreach": "^4.3.0",
"lodash.map": "^4.4.0",
"lodash.merge": "^4.4.0",
"lodash.pick": "^4.2.1",
"lodash.reduce": "^4.4.0",
"lodash.reject": "^4.4.0",
"lodash.some": "^4.4.0"
}
},
"colors": {
"version": "1.4.0",
"resolved": "https://registry.npmmirror.com/colors/-/colors-1.4.0.tgz",
"integrity": "sha1-xQSRR51MG9rtLJztMs98fcI2D3g="
},
"commonmark": {
"version": "0.21.0",
"resolved": "https://registry.npmmirror.com/commonmark/-/commonmark-0.21.0.tgz",
"integrity": "sha1-rWRrM1zV9fmJK2mAEp7ZljJvD20=",
"requires": {
"entities": "~ 1.1.1",
"mdurl": "~ 1.0.0",
"string.prototype.repeat": "^0.2.0"
}
},
"commonmark-helpers": {
"version": "0.4.1",
"resolved": "https://registry.npmmirror.com/commonmark-helpers/-/commonmark-helpers-0.4.1.tgz",
"integrity": "sha1-gDXSjdZMm65RkiCUi+qdabUEWTs=",
"requires": {
"commonmark": "^0.21.0",
"ramda": "^0.17.1"
}
},
"css-select": {
"version": "1.2.0",
"resolved": "https://registry.npmmirror.com/css-select/download/css-select-1.2.0.tgz",
"integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=",
"requires": {
"boolbase": "~1.0.0",
"css-what": "2.1",
"domutils": "1.5.1",
"nth-check": "~1.0.1"
}
},
"css-what": {
"version": "2.1.3",
"resolved": "https://registry.npmmirror.com/css-what/download/css-what-2.1.3.tgz",
"integrity": "sha1-ptdgRXM2X+dGhsPzEcVlE9iChfI="
},
"dom-serializer": {
"version": "0.1.1",
"resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-0.1.1.tgz",
"integrity": "sha1-HsQFnihLq+027sKUHUqXChic58A=",
"requires": {
"domelementtype": "^1.3.0",
"entities": "^1.1.1"
}
},
"domelementtype": {
"version": "1.3.1",
"resolved": "https://registry.nlark.com/domelementtype/download/domelementtype-1.3.1.tgz",
"integrity": "sha1-0EjESzew0Qp/Kj1f7j9DM9eQSB8="
},
"domhandler": {
"version": "2.4.2",
"resolved": "https://registry.npmmirror.com/domhandler/download/domhandler-2.4.2.tgz",
"integrity": "sha1-iAUJfpM9ZehVRvcm1g9euItE+AM=",
"requires": {
"domelementtype": "1"
}
},
"domutils": {
"version": "1.5.1",
"resolved": "https://registry.npmmirror.com/domutils/download/domutils-1.5.1.tgz",
"integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
"requires": {
"dom-serializer": "0",
"domelementtype": "1"
}
},
"emojify.js": {
"version": "1.1.0",
"resolved": "https://registry.npmmirror.com/emojify.js/-/emojify.js-1.1.0.tgz",
"integrity": "sha1-B5//IjMHyQB/VweF6OSTXVw5i+s="
},
"entities": {
"version": "1.1.2",
"resolved": "https://registry.npmmirror.com/entities/download/entities-1.1.2.tgz",
"integrity": "sha1-vfpzUplmTfr9NFKe1PhSKidf6lY="
},
"get-md-desc": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/get-md-desc/-/get-md-desc-1.0.2.tgz",
"integrity": "sha1-6PS2+58EzO2UXZY9GKP4A2JDyKo=",
"requires": {
"commonmark-helpers": "^0.4.0",
"trim-html-tag": "^1.0.4"
}
},
"get-md-title": {
"version": "1.0.4",
"resolved": "https://registry.npmmirror.com/get-md-title/-/get-md-title-1.0.4.tgz",
"integrity": "sha1-2uo3qVovexNsK93fqRfZp9/XDBU=",
"requires": {
"commonmark-helpers": "^0.4.0",
"trim-html-tag": "^1.0.3"
}
},
"gitbook-plugin-3-ba": {
"version": "0.9.0",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-3-ba/-/gitbook-plugin-3-ba-0.9.0.tgz",
"integrity": "sha1-uR3Q7fCHYSeC/hdzkXfuJDSj1X4="
},
"gitbook-plugin-accordion": {
"version": "1.1.3",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-accordion/-/gitbook-plugin-accordion-1.1.3.tgz",
"integrity": "sha1-rNYu+EN4E9Vr65+cVrK9kRRpt8E="
},
"gitbook-plugin-advanced-emoji": {
"version": "0.2.2",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-advanced-emoji/-/gitbook-plugin-advanced-emoji-0.2.2.tgz",
"integrity": "sha1-CLzGn2KnSc1pIEQ1J2UYyUHDGeM=",
"requires": {
"emojify.js": "^1.1.0"
}
},
"gitbook-plugin-anchor-navigation-ex": {
"version": "1.0.14",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-anchor-navigation-ex/-/gitbook-plugin-anchor-navigation-ex-1.0.14.tgz",
"integrity": "sha1-Gxkz8ApxiOPAMppFBxOFeQQ6Qnc=",
"requires": {
"cheerio": "*",
"colors": "^1.1.2",
"github-slugid": "1.0.1"
}
},
"gitbook-plugin-baidu-tongji": {
"version": "1.0.4",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-baidu-tongji/-/gitbook-plugin-baidu-tongji-1.0.4.tgz",
"integrity": "sha1-b5Qcz8hOU4KiYk3HuUUgywOwDwI="
},
"gitbook-plugin-change_girls": {
"version": "2.2.1",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-change_girls/-/gitbook-plugin-change_girls-2.2.1.tgz",
"integrity": "sha1-byR0DkyJtHtoG7pUzf72WBf41X8="
},
"gitbook-plugin-chapter-fold": {
"version": "0.0.4",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-chapter-fold/-/gitbook-plugin-chapter-fold-0.0.4.tgz",
"integrity": "sha1-3NWiH4C8vJjAiEGXdMOXrm1EY+8="
},
"gitbook-plugin-code": {
"version": "0.1.0",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-code/-/gitbook-plugin-code-0.1.0.tgz",
"integrity": "sha1-gRqWALrvdViuGTzufVgQABZn6Xs="
},
"gitbook-plugin-custom-favicon": {
"version": "0.0.4",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-custom-favicon/-/gitbook-plugin-custom-favicon-0.0.4.tgz",
"integrity": "sha1-y3NynUdYy3xsVk6O+wNdH24Irs8="
},
"gitbook-plugin-donate": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-donate/-/gitbook-plugin-donate-1.0.2.tgz",
"integrity": "sha1-telSLNaTFY4a/ueAtfATk/0yP2Q="
},
"gitbook-plugin-edit-link": {
"version": "2.0.2",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-edit-link/-/gitbook-plugin-edit-link-2.0.2.tgz",
"integrity": "sha1-2PzZJ+ztgeemYqctWdtgnq/X5y8="
},
"gitbook-plugin-expandable-chapters-small": {
"version": "0.1.7",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-expandable-chapters-small/-/gitbook-plugin-expandable-chapters-small-0.1.7.tgz",
"integrity": "sha512-bgmPN6AtXqFXH1q9HgWRHJbx0OXS3nuCU8gLgWEARz8adbFaW0p98NTCX3CaEuYTuU3t/UYWASAjQqI+zpCdng=="
},
"gitbook-plugin-flexible-alerts": {
"version": "1.0.3",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-flexible-alerts/-/gitbook-plugin-flexible-alerts-1.0.3.tgz",
"integrity": "sha1-BXoVqRIJ/rv90OgTQ3vhfaa72KA="
},
"gitbook-plugin-github": {
"version": "2.0.0",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-github/-/gitbook-plugin-github-2.0.0.tgz",
"integrity": "sha1-UWbnY8/MQC1DKIC3pshcHFS1ao0="
},
"gitbook-plugin-github-buttons": {
"version": "3.0.0",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-github-buttons/-/gitbook-plugin-github-buttons-3.0.0.tgz",
"integrity": "sha1-ClfJJmUU/gWbgIRSDTuYRCTba+E="
},
"gitbook-plugin-insert-logo": {
"version": "0.1.5",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-insert-logo/-/gitbook-plugin-insert-logo-0.1.5.tgz",
"integrity": "sha1-2q6N2kGiNtVPE5MeVwsmcpVXiFo="
},
"gitbook-plugin-musicxml": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-musicxml/-/gitbook-plugin-musicxml-1.0.2.tgz",
"integrity": "sha1-kIxnMJVpc1VuFaj9h7cckOWMoBw=",
"requires": {
"uuid": "^3.1.0"
}
},
"gitbook-plugin-pageview-count": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-pageview-count/-/gitbook-plugin-pageview-count-1.0.1.tgz",
"integrity": "sha1-38W0u5KQ9QMAXyhVnQcRQl1vlME="
},
"gitbook-plugin-prism": {
"version": "2.4.0",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-prism/-/gitbook-plugin-prism-2.4.0.tgz",
"integrity": "sha1-QSjiy/pMjEYQ6O0zAFbCScXOsuk=",
"requires": {
"cheerio": "0.22.0",
"mkdirp": "0.5.1",
"prismjs": "^1.15.0"
}
},
"gitbook-plugin-prism-themes": {
"version": "0.0.2",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-prism-themes/-/gitbook-plugin-prism-themes-0.0.2.tgz",
"integrity": "sha1-/wUs4wfss3G4/3dizGoCZXWlSko=",
"requires": {
"prism-themes": "^1.0.0"
}
},
"gitbook-plugin-rss": {
"version": "3.0.2",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-rss/-/gitbook-plugin-rss-3.0.2.tgz",
"integrity": "sha1-SqSvDgxBHHgbfVqO+tVUlhaUbNw=",
"requires": {
"get-md-desc": "^1.0.2",
"get-md-title": "^1.0.4",
"rss": "^1.2.2"
}
},
"gitbook-plugin-search-plus": {
"version": "1.0.3",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-search-plus/-/gitbook-plugin-search-plus-1.0.3.tgz",
"integrity": "sha1-oy7GCZ5WQTkCJMv3XIx34PiuMVw=",
"requires": {
"html-entities": "1.2.0"
}
},
"gitbook-plugin-sharing-plus": {
"version": "0.0.2",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-sharing-plus/-/gitbook-plugin-sharing-plus-0.0.2.tgz",
"integrity": "sha1-FstYGACikvAbvY19Ic6jID0Jcz8=",
"requires": {
"lodash": "^3.10.1"
}
},
"gitbook-plugin-sidebar-style": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-sidebar-style/-/gitbook-plugin-sidebar-style-1.0.2.tgz",
"integrity": "sha1-KyYFiAnhCB280Hj2rumjFGY5OSk="
},
"gitbook-plugin-splitter": {
"version": "0.0.8",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-splitter/-/gitbook-plugin-splitter-0.0.8.tgz",
"integrity": "sha1-8rBRMGD8kma0awQYLk7KHUtx+vw="
},
"gitbook-plugin-tags": {
"version": "1.5.2",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-tags/-/gitbook-plugin-tags-1.5.2.tgz",
"integrity": "sha1-0JJ5fj+15zKI+1DkP179dnTsdhs=",
"requires": {
"github-slugid": "^1.0.1"
}
},
"gitbook-plugin-tbfed-pagefooter": {
"version": "0.0.1",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-tbfed-pagefooter/-/gitbook-plugin-tbfed-pagefooter-0.0.1.tgz",
"integrity": "sha1-Fu54QGLdhQQmTEd+h2X8ScQb7T0=",
"requires": {
"moment": "^2.10.6"
}
},
"gitbook-plugin-theme-default": {
"version": "1.0.7",
"resolved": "https://registry.npmmirror.com/gitbook-plugin-theme-default/download/gitbook-plugin-theme-default-1.0.7.tgz",
"integrity": "sha1-UfcfvKdKJhBU6enRQcQhZ6/vzog="
},
"github-slugid": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/github-slugid/download/github-slugid-1.0.1.tgz",
"integrity": "sha1-vM3QgVv61p2KNZ+k/WWUfWBuw8A="
},
"html-entities": {
"version": "1.2.0",
"resolved": "https://registry.npmmirror.com/html-entities/download/html-entities-1.2.0.tgz",
"integrity": "sha1-QZSMr4XOgv7Tbk5qDtNxpmZDeeI="
},
"htmlparser2": {
"version": "3.10.1",
"resolved": "https://registry.npmmirror.com/htmlparser2/download/htmlparser2-3.10.1.tgz",
"integrity": "sha1-vWedw/WYl7ajS7EHSchVu1OpOS8=",
"requires": {
"domelementtype": "^1.3.1",
"domhandler": "^2.3.0",
"domutils": "^1.5.1",
"entities": "^1.1.1",
"inherits": "^2.0.1",
"readable-stream": "^3.1.1"
}
},
"inherits": {
"version": "2.0.4",
"resolved": "https://registry.npmmirror.com/inherits/download/inherits-2.0.4.tgz",
"integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w="
},
"lodash": {
"version": "3.10.1",
"resolved": "https://registry.npmmirror.com/lodash/download/lodash-3.10.1.tgz",
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y="
},
"lodash.assignin": {
"version": "4.2.0",
"resolved": "https://registry.npmmirror.com/lodash.assignin/-/lodash.assignin-4.2.0.tgz",
"integrity": "sha1-uo31+4QesKPoBEIysOJjqNxqKKI="
},
"lodash.bind": {
"version": "4.2.1",
"resolved": "https://registry.npmmirror.com/lodash.bind/-/lodash.bind-4.2.1.tgz",
"integrity": "sha1-euMBfpOWIqwxt9fX3LGzTbFpDTU="
},
"lodash.defaults": {
"version": "4.2.0",
"resolved": "https://registry.npmmirror.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
"integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw="
},
"lodash.filter": {
"version": "4.6.0",
"resolved": "https://registry.npmmirror.com/lodash.filter/-/lodash.filter-4.6.0.tgz",
"integrity": "sha1-ZosdSYFgOuHMWm+nYBQ+SAtMSs4="
},
"lodash.flatten": {
"version": "4.4.0",
"resolved": "https://registry.npmmirror.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz",
"integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8="
},
"lodash.foreach": {
"version": "4.5.0",
"resolved": "https://registry.npmmirror.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz",
"integrity": "sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM="
},
"lodash.map": {
"version": "4.6.0",
"resolved": "https://registry.npmmirror.com/lodash.map/-/lodash.map-4.6.0.tgz",
"integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM="
},
"lodash.merge": {
"version": "4.6.2",
"resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
"integrity": "sha1-VYqlO0O2YeGSWgr9+japoQhf5Xo="
},
"lodash.pick": {
"version": "4.4.0",
"resolved": "https://registry.npmmirror.com/lodash.pick/-/lodash.pick-4.4.0.tgz",
"integrity": "sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM="
},
"lodash.reduce": {
"version": "4.6.0",
"resolved": "https://registry.npmmirror.com/lodash.reduce/-/lodash.reduce-4.6.0.tgz",
"integrity": "sha1-8atrg5KZrUj3hKu/R2WW8DuRTTs="
},
"lodash.reject": {
"version": "4.6.0",
"resolved": "https://registry.npmmirror.com/lodash.reject/-/lodash.reject-4.6.0.tgz",
"integrity": "sha1-gNZJLcFHCGS79YNTO2UfQqn1JBU="
},
"lodash.some": {
"version": "4.6.0",
"resolved": "https://registry.npmmirror.com/lodash.some/-/lodash.some-4.6.0.tgz",
"integrity": "sha1-G7nzFO9ri63tE7VJFpsqlF62jk0="
},
"mdurl": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/mdurl/-/mdurl-1.0.1.tgz",
"integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4="
},
"mime-db": {
"version": "1.25.0",
"resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.25.0.tgz",
"integrity": "sha1-wY29fHOl2/b0SgJNwNFloeexw5I="
},
"mime-types": {
"version": "2.1.13",
"resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.13.tgz",
"integrity": "sha1-4HqqnGxrmnyjASxpADrSWjnpKog=",
"requires": {
"mime-db": "~1.25.0"
}
},
"minimist": {
"version": "0.0.8",
"resolved": "https://registry.npmmirror.com/minimist/download/minimist-0.0.8.tgz",
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
},
"mkdirp": {
"version": "0.5.1",
"resolved": "https://registry.npmmirror.com/mkdirp/download/mkdirp-0.5.1.tgz",
"integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
"requires": {
"minimist": "0.0.8"
}
},
"moment": {
"version": "2.29.3",
"resolved": "https://registry.npmmirror.com/moment/-/moment-2.29.3.tgz",
"integrity": "sha1-7dR0EcMiQTmZ96WUDVJt4YPAMfM="
},
"nth-check": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/nth-check/download/nth-check-1.0.2.tgz",
"integrity": "sha1-sr0pXDfj3VijvwcAN2Zjuk2c8Fw=",
"requires": {
"boolbase": "~1.0.0"
}
},
"prism-themes": {
"version": "1.9.0",
"resolved": "https://registry.npmmirror.com/prism-themes/-/prism-themes-1.9.0.tgz",
"integrity": "sha1-GcA08yBfHijXXYlyjlTM10X3490="
},
"prismjs": {
"version": "1.28.0",
"resolved": "https://registry.npmmirror.com/prismjs/-/prismjs-1.28.0.tgz",
"integrity": "sha1-DY9WH6D3z268qQF0eCixSRRwRLY="
},
"ramda": {
"version": "0.17.1",
"resolved": "https://registry.npmmirror.com/ramda/-/ramda-0.17.1.tgz",
"integrity": "sha1-TBmBR9OrVOjBUlXxFzDiEW9uYHM="
},
"readable-stream": {
"version": "3.6.0",
"resolved": "https://registry.npmmirror.com/readable-stream/download/readable-stream-3.6.0.tgz",
"integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
"requires": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
}
},
"rss": {
"version": "1.2.2",
"resolved": "https://registry.npmmirror.com/rss/-/rss-1.2.2.tgz",
"integrity": "sha1-UKFpiHYTgTOnT5oF0r3I240nqSE=",
"requires": {
"mime-types": "2.1.13",
"xml": "1.0.1"
}
},
"safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmmirror.com/safe-buffer/download/safe-buffer-5.2.1.tgz",
"integrity": "sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY="
},
"string.prototype.repeat": {
"version": "0.2.0",
"resolved": "https://registry.npmmirror.com/string.prototype.repeat/-/string.prototype.repeat-0.2.0.tgz",
"integrity": "sha1-q6Nt4I3O5qWjN9SbLqHaGyj8Ds8="
},
"string_decoder": {
"version": "1.3.0",
"resolved": "https://registry.nlark.com/string_decoder/download/string_decoder-1.3.0.tgz",
"integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=",
"requires": {
"safe-buffer": "~5.2.0"
}
},
"trim-html-tag": {
"version": "1.0.5",
"resolved": "https://registry.npmmirror.com/trim-html-tag/-/trim-html-tag-1.0.5.tgz",
"integrity": "sha1-u+rNf8P8wELOcC+RqtHM2dBad64=",
"requires": {
"ramda": "^0.17.1"
}
},
"util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/util-deprecate/download/util-deprecate-1.0.2.tgz",
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmmirror.com/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4="
},
"xml": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/xml/-/xml-1.0.1.tgz",
"integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU="
}
}
}