goodcheck 2.4.5 → 2.5.0
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.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +37 -0
- data/CHANGELOG.md +4 -0
- data/README.md +107 -50
- data/Rakefile +20 -0
- data/benchmark/gc.c +12221 -0
- data/docusaurus/website/package.json +1 -1
- data/docusaurus/website/versions.json +1 -0
- data/docusaurus/website/yarn.lock +209 -115
- data/lib/goodcheck/buffer.rb +42 -1
- data/lib/goodcheck/commands/check.rb +1 -0
- data/lib/goodcheck/version.rb +1 -1
- metadata +5 -4
- data/.travis.yml +0 -11
@@ -9,15 +9,15 @@
|
|
9
9
|
dependencies:
|
10
10
|
"@babel/highlight" "^7.0.0"
|
11
11
|
|
12
|
-
"@babel/core@^7.7.
|
13
|
-
version "7.7.
|
14
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.
|
15
|
-
integrity sha512
|
12
|
+
"@babel/core@^7.7.4":
|
13
|
+
version "7.7.7"
|
14
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.7.tgz#ee155d2e12300bcc0cff6a8ad46f2af5063803e9"
|
15
|
+
integrity sha512-jlSjuj/7z138NLZALxVgrx13AOtqip42ATZP7+kYl53GvDV6+4dCek1mVUo8z8c8Xnw/mx2q3d9HWh3griuesQ==
|
16
16
|
dependencies:
|
17
17
|
"@babel/code-frame" "^7.5.5"
|
18
|
-
"@babel/generator" "^7.7.
|
18
|
+
"@babel/generator" "^7.7.7"
|
19
19
|
"@babel/helpers" "^7.7.4"
|
20
|
-
"@babel/parser" "^7.7.
|
20
|
+
"@babel/parser" "^7.7.7"
|
21
21
|
"@babel/template" "^7.7.4"
|
22
22
|
"@babel/traverse" "^7.7.4"
|
23
23
|
"@babel/types" "^7.7.4"
|
@@ -39,6 +39,16 @@
|
|
39
39
|
lodash "^4.17.13"
|
40
40
|
source-map "^0.5.0"
|
41
41
|
|
42
|
+
"@babel/generator@^7.7.7":
|
43
|
+
version "7.7.7"
|
44
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45"
|
45
|
+
integrity sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==
|
46
|
+
dependencies:
|
47
|
+
"@babel/types" "^7.7.4"
|
48
|
+
jsesc "^2.5.1"
|
49
|
+
lodash "^4.17.13"
|
50
|
+
source-map "^0.5.0"
|
51
|
+
|
42
52
|
"@babel/helper-annotate-as-pure@^7.7.4":
|
43
53
|
version "7.7.4"
|
44
54
|
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce"
|
@@ -157,6 +167,18 @@
|
|
157
167
|
"@babel/types" "^7.7.4"
|
158
168
|
lodash "^4.17.13"
|
159
169
|
|
170
|
+
"@babel/helper-module-transforms@^7.7.5":
|
171
|
+
version "7.7.5"
|
172
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.7.5.tgz#d044da7ffd91ec967db25cd6748f704b6b244835"
|
173
|
+
integrity sha512-A7pSxyJf1gN5qXVcidwLWydjftUN878VkalhXX5iQDuGyiGK3sOrrKKHF4/A4fwHtnsotv/NipwAeLzY4KQPvw==
|
174
|
+
dependencies:
|
175
|
+
"@babel/helper-module-imports" "^7.7.4"
|
176
|
+
"@babel/helper-simple-access" "^7.7.4"
|
177
|
+
"@babel/helper-split-export-declaration" "^7.7.4"
|
178
|
+
"@babel/template" "^7.7.4"
|
179
|
+
"@babel/types" "^7.7.4"
|
180
|
+
lodash "^4.17.13"
|
181
|
+
|
160
182
|
"@babel/helper-optimise-call-expression@^7.7.4":
|
161
183
|
version "7.7.4"
|
162
184
|
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.4.tgz#034af31370d2995242aa4df402c3b7794b2dcdf2"
|
@@ -245,6 +267,11 @@
|
|
245
267
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
|
246
268
|
integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==
|
247
269
|
|
270
|
+
"@babel/parser@^7.7.7":
|
271
|
+
version "7.7.7"
|
272
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937"
|
273
|
+
integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw==
|
274
|
+
|
248
275
|
"@babel/plugin-proposal-async-generator-functions@^7.7.4":
|
249
276
|
version "7.7.4"
|
250
277
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.4.tgz#0351c5ac0a9e927845fffd5b82af476947b7ce6d"
|
@@ -254,7 +281,7 @@
|
|
254
281
|
"@babel/helper-remap-async-to-generator" "^7.7.4"
|
255
282
|
"@babel/plugin-syntax-async-generators" "^7.7.4"
|
256
283
|
|
257
|
-
"@babel/plugin-proposal-class-properties@^7.7.
|
284
|
+
"@babel/plugin-proposal-class-properties@^7.7.4":
|
258
285
|
version "7.7.4"
|
259
286
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.7.4.tgz#2f964f0cb18b948450362742e33e15211e77c2ba"
|
260
287
|
integrity sha512-EcuXeV4Hv1X3+Q1TsuOmyyxeTRiSqurGJ26+I/FW1WbymmRRapVORm6x1Zl3iDIHyRxEs+VXWp6qnlcfcJSbbw==
|
@@ -278,10 +305,10 @@
|
|
278
305
|
"@babel/helper-plugin-utils" "^7.0.0"
|
279
306
|
"@babel/plugin-syntax-json-strings" "^7.7.4"
|
280
307
|
|
281
|
-
"@babel/plugin-proposal-object-rest-spread@^7.
|
282
|
-
version "7.7.
|
283
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.
|
284
|
-
integrity sha512-
|
308
|
+
"@babel/plugin-proposal-object-rest-spread@^7.7.4", "@babel/plugin-proposal-object-rest-spread@^7.7.7":
|
309
|
+
version "7.7.7"
|
310
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.7.tgz#9f27075004ab99be08c5c1bd653a2985813cb370"
|
311
|
+
integrity sha512-3qp9I8lelgzNedI3hrhkvhaEYree6+WHnyA/q4Dza9z7iEIs1eyhWyJnetk3jJ69RT0AT4G0UhEGwyGFJ7GUuQ==
|
285
312
|
dependencies:
|
286
313
|
"@babel/helper-plugin-utils" "^7.0.0"
|
287
314
|
"@babel/plugin-syntax-object-rest-spread" "^7.7.4"
|
@@ -294,10 +321,10 @@
|
|
294
321
|
"@babel/helper-plugin-utils" "^7.0.0"
|
295
322
|
"@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
|
296
323
|
|
297
|
-
"@babel/plugin-proposal-unicode-property-regex@^7.7.
|
298
|
-
version "7.7.
|
299
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.
|
300
|
-
integrity sha512-
|
324
|
+
"@babel/plugin-proposal-unicode-property-regex@^7.7.7":
|
325
|
+
version "7.7.7"
|
326
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.7.tgz#433fa9dac64f953c12578b29633f456b68831c4e"
|
327
|
+
integrity sha512-80PbkKyORBUVm1fbTLrHpYdJxMThzM1UqFGh0ALEhO9TYbG86Ah9zQYAB/84axz2vcxefDLdZwWwZNlYARlu9w==
|
301
328
|
dependencies:
|
302
329
|
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
|
303
330
|
"@babel/helper-plugin-utils" "^7.0.0"
|
@@ -410,10 +437,10 @@
|
|
410
437
|
dependencies:
|
411
438
|
"@babel/helper-plugin-utils" "^7.0.0"
|
412
439
|
|
413
|
-
"@babel/plugin-transform-dotall-regex@^7.7.
|
414
|
-
version "7.7.
|
415
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.
|
416
|
-
integrity sha512-
|
440
|
+
"@babel/plugin-transform-dotall-regex@^7.7.7":
|
441
|
+
version "7.7.7"
|
442
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.7.7.tgz#3e9713f1b69f339e87fa796b097d73ded16b937b"
|
443
|
+
integrity sha512-b4in+YlTeE/QmTgrllnb3bHA0HntYvjz8O3Mcbx75UBPJA2xhb5A8nle498VhxSXJHQefjtQxpnLPehDJ4TRlg==
|
417
444
|
dependencies:
|
418
445
|
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
|
419
446
|
"@babel/helper-plugin-utils" "^7.0.0"
|
@@ -462,21 +489,21 @@
|
|
462
489
|
dependencies:
|
463
490
|
"@babel/helper-plugin-utils" "^7.0.0"
|
464
491
|
|
465
|
-
"@babel/plugin-transform-modules-amd@^7.7.
|
466
|
-
version "7.7.
|
467
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.7.
|
468
|
-
integrity sha512
|
492
|
+
"@babel/plugin-transform-modules-amd@^7.7.5":
|
493
|
+
version "7.7.5"
|
494
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.7.5.tgz#39e0fb717224b59475b306402bb8eedab01e729c"
|
495
|
+
integrity sha512-CT57FG4A2ZUNU1v+HdvDSDrjNWBrtCmSH6YbbgN3Lrf0Di/q/lWRxZrE72p3+HCCz9UjfZOEBdphgC0nzOS6DQ==
|
469
496
|
dependencies:
|
470
|
-
"@babel/helper-module-transforms" "^7.7.
|
497
|
+
"@babel/helper-module-transforms" "^7.7.5"
|
471
498
|
"@babel/helper-plugin-utils" "^7.0.0"
|
472
499
|
babel-plugin-dynamic-import-node "^2.3.0"
|
473
500
|
|
474
|
-
"@babel/plugin-transform-modules-commonjs@^7.7.
|
475
|
-
version "7.7.
|
476
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.
|
477
|
-
integrity sha512-
|
501
|
+
"@babel/plugin-transform-modules-commonjs@^7.7.5":
|
502
|
+
version "7.7.5"
|
503
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.5.tgz#1d27f5eb0bcf7543e774950e5b2fa782e637b345"
|
504
|
+
integrity sha512-9Cq4zTFExwFhQI6MT1aFxgqhIsMWQWDVwOgLzl7PTWJHsNaqFvklAU+Oz6AQLAS0dJKTwZSOCo20INwktxpi3Q==
|
478
505
|
dependencies:
|
479
|
-
"@babel/helper-module-transforms" "^7.7.
|
506
|
+
"@babel/helper-module-transforms" "^7.7.5"
|
480
507
|
"@babel/helper-plugin-utils" "^7.0.0"
|
481
508
|
"@babel/helper-simple-access" "^7.7.4"
|
482
509
|
babel-plugin-dynamic-import-node "^2.3.0"
|
@@ -520,10 +547,10 @@
|
|
520
547
|
"@babel/helper-plugin-utils" "^7.0.0"
|
521
548
|
"@babel/helper-replace-supers" "^7.7.4"
|
522
549
|
|
523
|
-
"@babel/plugin-transform-parameters@^7.7.
|
524
|
-
version "7.7.
|
525
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.
|
526
|
-
integrity sha512-
|
550
|
+
"@babel/plugin-transform-parameters@^7.7.7":
|
551
|
+
version "7.7.7"
|
552
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.7.7.tgz#7a884b2460164dc5f194f668332736584c760007"
|
553
|
+
integrity sha512-OhGSrf9ZBrr1fw84oFXj5hgi8Nmg+E2w5L7NhnG0lPvpDtqd7dbyilM2/vR8CKbJ907RyxPh2kj6sBCSSfI9Ew==
|
527
554
|
dependencies:
|
528
555
|
"@babel/helper-call-delegate" "^7.7.4"
|
529
556
|
"@babel/helper-get-function-arity" "^7.7.4"
|
@@ -568,10 +595,10 @@
|
|
568
595
|
"@babel/helper-plugin-utils" "^7.0.0"
|
569
596
|
"@babel/plugin-syntax-jsx" "^7.7.4"
|
570
597
|
|
571
|
-
"@babel/plugin-transform-regenerator@^7.7.
|
572
|
-
version "7.7.
|
573
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.
|
574
|
-
integrity sha512
|
598
|
+
"@babel/plugin-transform-regenerator@^7.7.5":
|
599
|
+
version "7.7.5"
|
600
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.5.tgz#3a8757ee1a2780f390e89f246065ecf59c26fce9"
|
601
|
+
integrity sha512-/8I8tPvX2FkuEyWbjRCt4qTAgZK0DVy8QRguhA524UH48RfGJy94On2ri+dCuwOpcerPRl9O4ebQkRcVzIaGBw==
|
575
602
|
dependencies:
|
576
603
|
regenerator-transform "^0.14.0"
|
577
604
|
|
@@ -627,7 +654,7 @@
|
|
627
654
|
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
|
628
655
|
"@babel/helper-plugin-utils" "^7.0.0"
|
629
656
|
|
630
|
-
"@babel/polyfill@^7.
|
657
|
+
"@babel/polyfill@^7.7.0":
|
631
658
|
version "7.7.0"
|
632
659
|
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.7.0.tgz#e1066e251e17606ec7908b05617f9b7f8180d8f3"
|
633
660
|
integrity sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ==
|
@@ -635,19 +662,19 @@
|
|
635
662
|
core-js "^2.6.5"
|
636
663
|
regenerator-runtime "^0.13.2"
|
637
664
|
|
638
|
-
"@babel/preset-env@^7.7.
|
639
|
-
version "7.7.
|
640
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.
|
641
|
-
integrity sha512-
|
665
|
+
"@babel/preset-env@^7.7.4":
|
666
|
+
version "7.7.7"
|
667
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.7.tgz#c294167b91e53e7e36d820e943ece8d0c7fe46ac"
|
668
|
+
integrity sha512-pCu0hrSSDVI7kCVUOdcMNQEbOPJ52E+LrQ14sN8uL2ALfSqePZQlKrOy+tM4uhEdYlCHi4imr8Zz2cZe9oSdIg==
|
642
669
|
dependencies:
|
643
670
|
"@babel/helper-module-imports" "^7.7.4"
|
644
671
|
"@babel/helper-plugin-utils" "^7.0.0"
|
645
672
|
"@babel/plugin-proposal-async-generator-functions" "^7.7.4"
|
646
673
|
"@babel/plugin-proposal-dynamic-import" "^7.7.4"
|
647
674
|
"@babel/plugin-proposal-json-strings" "^7.7.4"
|
648
|
-
"@babel/plugin-proposal-object-rest-spread" "^7.7.
|
675
|
+
"@babel/plugin-proposal-object-rest-spread" "^7.7.7"
|
649
676
|
"@babel/plugin-proposal-optional-catch-binding" "^7.7.4"
|
650
|
-
"@babel/plugin-proposal-unicode-property-regex" "^7.7.
|
677
|
+
"@babel/plugin-proposal-unicode-property-regex" "^7.7.7"
|
651
678
|
"@babel/plugin-syntax-async-generators" "^7.7.4"
|
652
679
|
"@babel/plugin-syntax-dynamic-import" "^7.7.4"
|
653
680
|
"@babel/plugin-syntax-json-strings" "^7.7.4"
|
@@ -661,23 +688,23 @@
|
|
661
688
|
"@babel/plugin-transform-classes" "^7.7.4"
|
662
689
|
"@babel/plugin-transform-computed-properties" "^7.7.4"
|
663
690
|
"@babel/plugin-transform-destructuring" "^7.7.4"
|
664
|
-
"@babel/plugin-transform-dotall-regex" "^7.7.
|
691
|
+
"@babel/plugin-transform-dotall-regex" "^7.7.7"
|
665
692
|
"@babel/plugin-transform-duplicate-keys" "^7.7.4"
|
666
693
|
"@babel/plugin-transform-exponentiation-operator" "^7.7.4"
|
667
694
|
"@babel/plugin-transform-for-of" "^7.7.4"
|
668
695
|
"@babel/plugin-transform-function-name" "^7.7.4"
|
669
696
|
"@babel/plugin-transform-literals" "^7.7.4"
|
670
697
|
"@babel/plugin-transform-member-expression-literals" "^7.7.4"
|
671
|
-
"@babel/plugin-transform-modules-amd" "^7.7.
|
672
|
-
"@babel/plugin-transform-modules-commonjs" "^7.7.
|
698
|
+
"@babel/plugin-transform-modules-amd" "^7.7.5"
|
699
|
+
"@babel/plugin-transform-modules-commonjs" "^7.7.5"
|
673
700
|
"@babel/plugin-transform-modules-systemjs" "^7.7.4"
|
674
701
|
"@babel/plugin-transform-modules-umd" "^7.7.4"
|
675
702
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.7.4"
|
676
703
|
"@babel/plugin-transform-new-target" "^7.7.4"
|
677
704
|
"@babel/plugin-transform-object-super" "^7.7.4"
|
678
|
-
"@babel/plugin-transform-parameters" "^7.7.
|
705
|
+
"@babel/plugin-transform-parameters" "^7.7.7"
|
679
706
|
"@babel/plugin-transform-property-literals" "^7.7.4"
|
680
|
-
"@babel/plugin-transform-regenerator" "^7.7.
|
707
|
+
"@babel/plugin-transform-regenerator" "^7.7.5"
|
681
708
|
"@babel/plugin-transform-reserved-words" "^7.7.4"
|
682
709
|
"@babel/plugin-transform-shorthand-properties" "^7.7.4"
|
683
710
|
"@babel/plugin-transform-spread" "^7.7.4"
|
@@ -687,12 +714,12 @@
|
|
687
714
|
"@babel/plugin-transform-unicode-regex" "^7.7.4"
|
688
715
|
"@babel/types" "^7.7.4"
|
689
716
|
browserslist "^4.6.0"
|
690
|
-
core-js-compat "^3.
|
717
|
+
core-js-compat "^3.6.0"
|
691
718
|
invariant "^2.2.2"
|
692
719
|
js-levenshtein "^1.1.3"
|
693
720
|
semver "^5.5.0"
|
694
721
|
|
695
|
-
"@babel/preset-react@^7.7.
|
722
|
+
"@babel/preset-react@^7.7.4":
|
696
723
|
version "7.7.4"
|
697
724
|
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.7.4.tgz#3fe2ea698d8fb536d8e7881a592c3c1ee8bf5707"
|
698
725
|
integrity sha512-j+vZtg0/8pQr1H8wKoaJyGL2IEk3rG/GIvua7Sec7meXVIvGycihlGMx5xcU00kqCJbwzHs18xTu3YfREOqQ+g==
|
@@ -703,10 +730,10 @@
|
|
703
730
|
"@babel/plugin-transform-react-jsx-self" "^7.7.4"
|
704
731
|
"@babel/plugin-transform-react-jsx-source" "^7.7.4"
|
705
732
|
|
706
|
-
"@babel/register@^7.7.
|
707
|
-
version "7.7.
|
708
|
-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.7.
|
709
|
-
integrity sha512
|
733
|
+
"@babel/register@^7.7.4":
|
734
|
+
version "7.7.7"
|
735
|
+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.7.7.tgz#46910c4d1926b9c6096421b23d1f9e159c1dcee1"
|
736
|
+
integrity sha512-S2mv9a5dc2pcpg/ConlKZx/6wXaEwHeqfo7x/QbXsdCAZm+WJC1ekVvL1TVxNsedTs5y/gG63MhJTEsmwmjtiA==
|
710
737
|
dependencies:
|
711
738
|
find-cache-dir "^2.0.0"
|
712
739
|
lodash "^4.17.13"
|
@@ -723,7 +750,7 @@
|
|
723
750
|
"@babel/parser" "^7.7.4"
|
724
751
|
"@babel/types" "^7.7.4"
|
725
752
|
|
726
|
-
"@babel/traverse@^7.7.
|
753
|
+
"@babel/traverse@^7.7.4":
|
727
754
|
version "7.7.4"
|
728
755
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
|
729
756
|
integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==
|
@@ -738,7 +765,7 @@
|
|
738
765
|
globals "^11.1.0"
|
739
766
|
lodash "^4.17.13"
|
740
767
|
|
741
|
-
"@babel/types@^7.7.
|
768
|
+
"@babel/types@^7.7.4":
|
742
769
|
version "7.7.4"
|
743
770
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"
|
744
771
|
integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==
|
@@ -1017,7 +1044,7 @@ autolinker@~0.28.0:
|
|
1017
1044
|
dependencies:
|
1018
1045
|
gulp-header "^1.7.1"
|
1019
1046
|
|
1020
|
-
autoprefixer@^9.7.
|
1047
|
+
autoprefixer@^9.7.2:
|
1021
1048
|
version "9.7.3"
|
1022
1049
|
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.3.tgz#fd42ed03f53de9beb4ca0d61fb4f7268a9bb50b4"
|
1023
1050
|
integrity sha512-8T5Y1C5Iyj6PgkPSFd0ODvK9DIleuPKUPYniNxybS47g2k2wFgLZ46lGQHlBuGKIAEV8fbCDfKCCRS1tvOgc3Q==
|
@@ -1212,7 +1239,7 @@ braces@^2.3.1, braces@^2.3.2:
|
|
1212
1239
|
split-string "^3.0.2"
|
1213
1240
|
to-regex "^3.0.1"
|
1214
1241
|
|
1215
|
-
browserslist@4.7.0, browserslist@^4.0.0, browserslist@^4.6.0
|
1242
|
+
browserslist@4.7.0, browserslist@^4.0.0, browserslist@^4.6.0:
|
1216
1243
|
version "4.7.0"
|
1217
1244
|
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.7.0.tgz#9ee89225ffc07db03409f2fee524dc8227458a17"
|
1218
1245
|
integrity sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA==
|
@@ -1230,6 +1257,15 @@ browserslist@^4.8.0:
|
|
1230
1257
|
electron-to-chromium "^1.3.317"
|
1231
1258
|
node-releases "^1.1.41"
|
1232
1259
|
|
1260
|
+
browserslist@^4.8.2:
|
1261
|
+
version "4.8.2"
|
1262
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.8.2.tgz#b45720ad5fbc8713b7253c20766f701c9a694289"
|
1263
|
+
integrity sha512-+M4oeaTplPm/f1pXDw84YohEv7B1i/2Aisei8s4s6k3QsoSHa7i5sz8u/cGQkkatCPxMASKxPualR4wwYgVboA==
|
1264
|
+
dependencies:
|
1265
|
+
caniuse-lite "^1.0.30001015"
|
1266
|
+
electron-to-chromium "^1.3.322"
|
1267
|
+
node-releases "^1.1.42"
|
1268
|
+
|
1233
1269
|
buffer-alloc-unsafe@^1.1.0:
|
1234
1270
|
version "1.1.0"
|
1235
1271
|
resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0"
|
@@ -1361,6 +1397,11 @@ caniuse-lite@^1.0.30001012:
|
|
1361
1397
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001012.tgz#653ec635e815b9e0fb801890923b0c2079eb34ec"
|
1362
1398
|
integrity sha512-7RR4Uh04t9K1uYRWzOJmzplgEOAXbfK72oVNokCdMzA67trrhPzy93ahKk1AWHiA0c58tD2P+NHqxrA8FZ+Trg==
|
1363
1399
|
|
1400
|
+
caniuse-lite@^1.0.30001015:
|
1401
|
+
version "1.0.30001017"
|
1402
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001017.tgz#d3ad6ec18148b9bd991829958d9d7e562bb78cd6"
|
1403
|
+
integrity sha512-EDnZyOJ6eYh6lHmCvCdHAFbfV4KJ9lSdfv4h/ppEhrU/Yudkl7jujwMZ1we6RX7DXqBfT04pVMQ4J+1wcTlsKA==
|
1404
|
+
|
1364
1405
|
caseless@~0.12.0:
|
1365
1406
|
version "0.12.0"
|
1366
1407
|
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
@@ -1557,14 +1598,6 @@ color-string@^1.5.2:
|
|
1557
1598
|
color-name "^1.0.0"
|
1558
1599
|
simple-swizzle "^0.2.2"
|
1559
1600
|
|
1560
|
-
color@^2.0.1:
|
1561
|
-
version "2.0.1"
|
1562
|
-
resolved "https://registry.yarnpkg.com/color/-/color-2.0.1.tgz#e4ed78a3c4603d0891eba5430b04b86314f4c839"
|
1563
|
-
integrity sha512-ubUCVVKfT7r2w2D3qtHakj8mbmKms+tThR8gI8zEYCbUBl8/voqFGt3kgBqGwXAopgXybnkuOq+qMYCRrp4cXw==
|
1564
|
-
dependencies:
|
1565
|
-
color-convert "^1.9.1"
|
1566
|
-
color-string "^1.5.2"
|
1567
|
-
|
1568
1601
|
color@^3.0.0:
|
1569
1602
|
version "3.1.2"
|
1570
1603
|
resolved "https://registry.yarnpkg.com/color/-/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10"
|
@@ -1580,10 +1613,10 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
|
|
1580
1613
|
dependencies:
|
1581
1614
|
delayed-stream "~1.0.0"
|
1582
1615
|
|
1583
|
-
commander@^2.15.1:
|
1584
|
-
version "2.20.
|
1585
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.
|
1586
|
-
integrity sha512-
|
1616
|
+
commander@^2.15.1, commander@~2.20.3:
|
1617
|
+
version "2.20.3"
|
1618
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
1619
|
+
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
1587
1620
|
|
1588
1621
|
commander@^4.0.1:
|
1589
1622
|
version "4.0.1"
|
@@ -1686,13 +1719,13 @@ copy-descriptor@^0.1.0:
|
|
1686
1719
|
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
1687
1720
|
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
1688
1721
|
|
1689
|
-
core-js-compat@^3.
|
1690
|
-
version "3.
|
1691
|
-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.
|
1692
|
-
integrity sha512-
|
1722
|
+
core-js-compat@^3.6.0:
|
1723
|
+
version "3.6.1"
|
1724
|
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.1.tgz#39638c935c83c93a793abb628b252ec43e85783a"
|
1725
|
+
integrity sha512-2Tl1EuxZo94QS2VeH28Ebf5g3xbPZG/hj/N5HDDy4XMP/ImR0JIer/nggQRiMN91Q54JVkGbytf42wO29oXVHg==
|
1693
1726
|
dependencies:
|
1694
|
-
browserslist "^4.
|
1695
|
-
semver "
|
1727
|
+
browserslist "^4.8.2"
|
1728
|
+
semver "7.0.0"
|
1696
1729
|
|
1697
1730
|
core-js@^2.6.5:
|
1698
1731
|
version "2.6.9"
|
@@ -1714,7 +1747,7 @@ cosmiconfig@^5.0.0:
|
|
1714
1747
|
js-yaml "^3.13.1"
|
1715
1748
|
parse-json "^4.0.0"
|
1716
1749
|
|
1717
|
-
cross-spawn@6.0.5, cross-spawn@^6.0.0
|
1750
|
+
cross-spawn@6.0.5, cross-spawn@^6.0.0:
|
1718
1751
|
version "6.0.5"
|
1719
1752
|
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
1720
1753
|
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
|
@@ -2089,37 +2122,35 @@ dir-glob@2.0.0:
|
|
2089
2122
|
arrify "^1.0.1"
|
2090
2123
|
path-type "^3.0.0"
|
2091
2124
|
|
2092
|
-
docusaurus@^1.14.
|
2093
|
-
version "1.14.
|
2094
|
-
resolved "https://registry.yarnpkg.com/docusaurus/-/docusaurus-1.14.
|
2095
|
-
integrity sha512-
|
2096
|
-
dependencies:
|
2097
|
-
"@babel/core" "^7.7.
|
2098
|
-
"@babel/plugin-proposal-class-properties" "^7.7.
|
2099
|
-
"@babel/plugin-proposal-object-rest-spread" "^7.
|
2100
|
-
"@babel/polyfill" "^7.
|
2101
|
-
"@babel/preset-env" "^7.7.
|
2102
|
-
"@babel/preset-react" "^7.7.
|
2103
|
-
"@babel/register" "^7.7.
|
2104
|
-
"@babel/traverse" "^7.7.
|
2105
|
-
"@babel/types" "^7.7.
|
2106
|
-
autoprefixer "^9.7.
|
2125
|
+
docusaurus@^1.14.4:
|
2126
|
+
version "1.14.4"
|
2127
|
+
resolved "https://registry.yarnpkg.com/docusaurus/-/docusaurus-1.14.4.tgz#1ef3ebe8c2aaaf1dec6c2e0e177e83be78aeaca3"
|
2128
|
+
integrity sha512-KALmrlZBc0E+AB0ITR4POGKv8WcrcSSxvmgq7nC3TdpS+S2hrlXN/2tV3tVOZ8q8m+zhcMs7l9mAIhGFQyQwIw==
|
2129
|
+
dependencies:
|
2130
|
+
"@babel/core" "^7.7.4"
|
2131
|
+
"@babel/plugin-proposal-class-properties" "^7.7.4"
|
2132
|
+
"@babel/plugin-proposal-object-rest-spread" "^7.7.4"
|
2133
|
+
"@babel/polyfill" "^7.7.0"
|
2134
|
+
"@babel/preset-env" "^7.7.4"
|
2135
|
+
"@babel/preset-react" "^7.7.4"
|
2136
|
+
"@babel/register" "^7.7.4"
|
2137
|
+
"@babel/traverse" "^7.7.4"
|
2138
|
+
"@babel/types" "^7.7.4"
|
2139
|
+
autoprefixer "^9.7.2"
|
2107
2140
|
babylon "^6.18.0"
|
2108
2141
|
chalk "^3.0.0"
|
2109
2142
|
classnames "^2.2.6"
|
2110
|
-
color "^2.0.1"
|
2111
2143
|
commander "^4.0.1"
|
2112
|
-
cross-spawn "^6.0.5"
|
2113
2144
|
crowdin-cli "^0.3.0"
|
2114
2145
|
cssnano "^4.1.10"
|
2115
2146
|
escape-string-regexp "^2.0.0"
|
2116
2147
|
express "^4.17.1"
|
2117
|
-
feed "^
|
2148
|
+
feed "^4.0.0"
|
2118
2149
|
fs-extra "^8.1.0"
|
2119
2150
|
gaze "^1.1.3"
|
2120
2151
|
github-slugger "^1.2.1"
|
2121
|
-
glob "^7.1.
|
2122
|
-
highlight.js "^9.16.
|
2152
|
+
glob "^7.1.6"
|
2153
|
+
highlight.js "^9.16.2"
|
2123
2154
|
imagemin "^6.0.0"
|
2124
2155
|
imagemin-gifsicle "^6.0.1"
|
2125
2156
|
imagemin-jpegtran "^6.0.0"
|
@@ -2129,7 +2160,7 @@ docusaurus@^1.14.2:
|
|
2129
2160
|
markdown-toc "^1.2.0"
|
2130
2161
|
mkdirp "^0.5.1"
|
2131
2162
|
portfinder "^1.0.25"
|
2132
|
-
postcss "^7.0.
|
2163
|
+
postcss "^7.0.23"
|
2133
2164
|
prismjs "^1.17.1"
|
2134
2165
|
react "^16.8.4"
|
2135
2166
|
react-dev-utils "^9.1.0"
|
@@ -2267,6 +2298,11 @@ electron-to-chromium@^1.3.317:
|
|
2267
2298
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.318.tgz#267ce297062fe25c229698827f3229b0ac11c0cf"
|
2268
2299
|
integrity sha512-1RHv5OZGuVKvWYMVR6g1QVQVrsJRaujry04R/6t/7JVs68Ra4V8ewv63fiwcq0uiT302lyTocc1rbNcRuj/HLA==
|
2269
2300
|
|
2301
|
+
electron-to-chromium@^1.3.322:
|
2302
|
+
version "1.3.322"
|
2303
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.322.tgz#a6f7e1c79025c2b05838e8e344f6e89eb83213a8"
|
2304
|
+
integrity sha512-Tc8JQEfGQ1MzfSzI/bTlSr7btJv/FFO7Yh6tanqVmIWOuNCu6/D1MilIEgLtmWqIrsv+o4IjpLAhgMBr/ncNAA==
|
2305
|
+
|
2270
2306
|
"emoji-regex@>=6.0.0 <=6.1.1":
|
2271
2307
|
version "6.1.1"
|
2272
2308
|
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.1.1.tgz#c6cd0ec1b0642e2a3c67a1137efc5e796da4f88e"
|
@@ -2586,12 +2622,12 @@ fd-slicer@~1.1.0:
|
|
2586
2622
|
dependencies:
|
2587
2623
|
pend "~1.2.0"
|
2588
2624
|
|
2589
|
-
feed@^
|
2590
|
-
version "
|
2591
|
-
resolved "https://registry.yarnpkg.com/feed/-/feed-
|
2592
|
-
integrity
|
2625
|
+
feed@^4.0.0:
|
2626
|
+
version "4.1.0"
|
2627
|
+
resolved "https://registry.yarnpkg.com/feed/-/feed-4.1.0.tgz#58f1c9cc2b44715d14ac59234e1bf20c5d757aa7"
|
2628
|
+
integrity sha512-dAXWXM8QMxZ1DRnAxDmy1MaWZFlh1Ku7TU3onbXgHrVJynsxkNGPUed1AxszVW8AXo43xExronVkIqK+ACsoBA==
|
2593
2629
|
dependencies:
|
2594
|
-
xml "^1.
|
2630
|
+
xml-js "^1.6.11"
|
2595
2631
|
|
2596
2632
|
figures@^1.3.5:
|
2597
2633
|
version "1.7.0"
|
@@ -2922,7 +2958,7 @@ glob-to-regexp@^0.3.0:
|
|
2922
2958
|
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
|
2923
2959
|
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
|
2924
2960
|
|
2925
|
-
glob@^7.0.0, glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@^7.1.
|
2961
|
+
glob@^7.0.0, glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@^7.1.6, glob@~7.1.1:
|
2926
2962
|
version "7.1.6"
|
2927
2963
|
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
|
2928
2964
|
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
|
@@ -3065,6 +3101,17 @@ gzip-size@5.1.1:
|
|
3065
3101
|
duplexer "^0.1.1"
|
3066
3102
|
pify "^4.0.1"
|
3067
3103
|
|
3104
|
+
handlebars@^4.5.3:
|
3105
|
+
version "4.5.3"
|
3106
|
+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482"
|
3107
|
+
integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==
|
3108
|
+
dependencies:
|
3109
|
+
neo-async "^2.6.0"
|
3110
|
+
optimist "^0.6.1"
|
3111
|
+
source-map "^0.6.1"
|
3112
|
+
optionalDependencies:
|
3113
|
+
uglify-js "^3.1.4"
|
3114
|
+
|
3068
3115
|
har-schema@^2.0.0:
|
3069
3116
|
version "2.0.0"
|
3070
3117
|
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
|
@@ -3160,10 +3207,12 @@ hex-color-regex@^1.1.0:
|
|
3160
3207
|
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
|
3161
3208
|
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
|
3162
3209
|
|
3163
|
-
highlight.js@^9.16.
|
3164
|
-
version "9.
|
3165
|
-
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.
|
3166
|
-
integrity sha512-
|
3210
|
+
highlight.js@^9.16.2:
|
3211
|
+
version "9.17.1"
|
3212
|
+
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.17.1.tgz#14a4eded23fd314b05886758bb906e39dd627f9a"
|
3213
|
+
integrity sha512-TA2/doAur5Ol8+iM3Ov7qy3jYcr/QiJ2eDTdRF4dfbjG7AaaB99J5G+zSl11ljbl6cIcahgPY6SKb3sC3EJ0fw==
|
3214
|
+
dependencies:
|
3215
|
+
handlebars "^4.5.3"
|
3167
3216
|
|
3168
3217
|
hosted-git-info@^2.1.4:
|
3169
3218
|
version "2.8.4"
|
@@ -4281,6 +4330,11 @@ minimist@^1.1.3, minimist@^1.2.0:
|
|
4281
4330
|
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
|
4282
4331
|
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
|
4283
4332
|
|
4333
|
+
minimist@~0.0.1:
|
4334
|
+
version "0.0.10"
|
4335
|
+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
|
4336
|
+
integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=
|
4337
|
+
|
4284
4338
|
minipass@^2.2.1, minipass@^2.3.5, minipass@^2.6.0:
|
4285
4339
|
version "2.6.2"
|
4286
4340
|
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.6.2.tgz#c3075a22680b3b1479bae5915904cb1eba50f5c0"
|
@@ -4367,6 +4421,11 @@ negotiator@0.6.2:
|
|
4367
4421
|
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
|
4368
4422
|
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
|
4369
4423
|
|
4424
|
+
neo-async@^2.6.0:
|
4425
|
+
version "2.6.1"
|
4426
|
+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
|
4427
|
+
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
|
4428
|
+
|
4370
4429
|
nice-try@^1.0.4:
|
4371
4430
|
version "1.0.5"
|
4372
4431
|
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
|
@@ -4407,6 +4466,13 @@ node-releases@^1.1.41:
|
|
4407
4466
|
dependencies:
|
4408
4467
|
semver "^6.3.0"
|
4409
4468
|
|
4469
|
+
node-releases@^1.1.42:
|
4470
|
+
version "1.1.44"
|
4471
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.44.tgz#cd66438a6eb875e3eb012b6a12e48d9f4326ffd7"
|
4472
|
+
integrity sha512-NwbdvJyR7nrcGrXvKAvzc5raj/NkoJudkarh2yIpJ4t0NH4aqjUDz/486P+ynIW5eokKOfzGNRdYoLfBlomruw==
|
4473
|
+
dependencies:
|
4474
|
+
semver "^6.3.0"
|
4475
|
+
|
4410
4476
|
nopt@^4.0.1:
|
4411
4477
|
version "4.0.1"
|
4412
4478
|
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d"
|
@@ -4610,6 +4676,14 @@ open@^6.3.0:
|
|
4610
4676
|
dependencies:
|
4611
4677
|
is-wsl "^1.1.0"
|
4612
4678
|
|
4679
|
+
optimist@^0.6.1:
|
4680
|
+
version "0.6.1"
|
4681
|
+
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
|
4682
|
+
integrity sha1-2j6nRob6IaGaERwybpDrFaAZZoY=
|
4683
|
+
dependencies:
|
4684
|
+
minimist "~0.0.1"
|
4685
|
+
wordwrap "~0.0.2"
|
4686
|
+
|
4613
4687
|
optipng-bin@^5.0.0:
|
4614
4688
|
version "5.1.0"
|
4615
4689
|
resolved "https://registry.yarnpkg.com/optipng-bin/-/optipng-bin-5.1.0.tgz#a7c7ab600a3ab5a177dae2f94c2d800aa386b5a9"
|
@@ -5180,7 +5254,7 @@ postcss-value-parser@^4.0.2:
|
|
5180
5254
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9"
|
5181
5255
|
integrity sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ==
|
5182
5256
|
|
5183
|
-
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.
|
5257
|
+
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.23, postcss@^7.0.5:
|
5184
5258
|
version "7.0.23"
|
5185
5259
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.23.tgz#9f9759fad661b15964f3cfc3140f66f1e05eadc1"
|
5186
5260
|
integrity sha512-hOlMf3ouRIFXD+j2VJecwssTwbvsPGJVMzupptg+85WA+i7MwyrydmQAgY3R+m0Bc0exunhbJmijy8u8+vufuQ==
|
@@ -5739,6 +5813,11 @@ semver-truncate@^1.1.2:
|
|
5739
5813
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
5740
5814
|
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
5741
5815
|
|
5816
|
+
semver@7.0.0:
|
5817
|
+
version "7.0.0"
|
5818
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
|
5819
|
+
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
|
5820
|
+
|
5742
5821
|
semver@^6.3.0:
|
5743
5822
|
version "6.3.0"
|
5744
5823
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
@@ -5945,7 +6024,7 @@ source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6:
|
|
5945
6024
|
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
|
5946
6025
|
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
|
5947
6026
|
|
5948
|
-
source-map@^0.6.0, source-map@^0.6.1:
|
6027
|
+
source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
|
5949
6028
|
version "0.6.1"
|
5950
6029
|
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
|
5951
6030
|
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
|
@@ -6431,6 +6510,14 @@ typedarray@^0.0.6:
|
|
6431
6510
|
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
6432
6511
|
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
6433
6512
|
|
6513
|
+
uglify-js@^3.1.4:
|
6514
|
+
version "3.7.3"
|
6515
|
+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.7.3.tgz#f918fce9182f466d5140f24bb0ff35c2d32dcc6a"
|
6516
|
+
integrity sha512-7tINm46/3puUA4hCkKYo4Xdts+JDaVC9ZPRcG8Xw9R4nhO/gZgUM3TENq8IF4Vatk8qCig4MzP/c8G4u2BkVQg==
|
6517
|
+
dependencies:
|
6518
|
+
commander "~2.20.3"
|
6519
|
+
source-map "~0.6.1"
|
6520
|
+
|
6434
6521
|
unbzip2-stream@^1.0.9:
|
6435
6522
|
version "1.3.3"
|
6436
6523
|
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.3.3.tgz#d156d205e670d8d8c393e1c02ebd506422873f6a"
|
@@ -6651,6 +6738,11 @@ wordwrap@0.0.2:
|
|
6651
6738
|
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"
|
6652
6739
|
integrity sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=
|
6653
6740
|
|
6741
|
+
wordwrap@~0.0.2:
|
6742
|
+
version "0.0.3"
|
6743
|
+
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
|
6744
|
+
integrity sha1-o9XabNXAvAAI03I0u68b7WMFkQc=
|
6745
|
+
|
6654
6746
|
worker-rpc@^0.1.0:
|
6655
6747
|
version "0.1.1"
|
6656
6748
|
resolved "https://registry.yarnpkg.com/worker-rpc/-/worker-rpc-0.1.1.tgz#cb565bd6d7071a8f16660686051e969ad32f54d5"
|
@@ -6663,10 +6755,12 @@ wrappy@1:
|
|
6663
6755
|
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
|
6664
6756
|
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
|
6665
6757
|
|
6666
|
-
xml@^1.
|
6667
|
-
version "1.
|
6668
|
-
resolved "https://registry.yarnpkg.com/xml/-/xml-1.
|
6669
|
-
integrity
|
6758
|
+
xml-js@^1.6.11:
|
6759
|
+
version "1.6.11"
|
6760
|
+
resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.6.11.tgz#927d2f6947f7f1c19a316dd8eea3614e8b18f8e9"
|
6761
|
+
integrity sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==
|
6762
|
+
dependencies:
|
6763
|
+
sax "^1.2.4"
|
6670
6764
|
|
6671
6765
|
xmlbuilder@^13.0.0:
|
6672
6766
|
version "13.0.2"
|