|
664 | 664 | version "1.4.0"
|
665 | 665 | resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
|
666 | 666 |
|
| 667 | +"@jimp/bmp@^0.5.0": |
| 668 | + version "0.5.0" |
| 669 | + resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.5.0.tgz#52b9a2bc3b23d59d21d252f7d60133413deaa351" |
| 670 | + dependencies: |
| 671 | + "@jimp/utils" "^0.5.0" |
| 672 | + bmp-js "^0.1.0" |
| 673 | + core-js "^2.5.7" |
| 674 | + |
| 675 | +"@jimp/core@^0.5.0": |
| 676 | + version "0.5.0" |
| 677 | + resolved "https://registry.yarnpkg.com/@jimp/core/-/core-0.5.0.tgz#5158ea2cbe32ef1ed6146a4237b6fefd942fc8a4" |
| 678 | + dependencies: |
| 679 | + "@jimp/utils" "^0.5.0" |
| 680 | + any-base "^1.1.0" |
| 681 | + buffer "^5.2.0" |
| 682 | + core-js "^2.5.7" |
| 683 | + exif-parser "^0.1.12" |
| 684 | + file-type "^9.0.0" |
| 685 | + load-bmfont "^1.3.1" |
| 686 | + mkdirp "0.5.1" |
| 687 | + phin "^2.9.1" |
| 688 | + pixelmatch "^4.0.2" |
| 689 | + tinycolor2 "^1.4.1" |
| 690 | + |
| 691 | +"@jimp/custom@^0.5.0": |
| 692 | + version "0.5.0" |
| 693 | + resolved "https://registry.yarnpkg.com/@jimp/custom/-/custom-0.5.0.tgz#ffae82641f26dd85b80814459999abbe425a7aaf" |
| 694 | + dependencies: |
| 695 | + "@jimp/core" "^0.5.0" |
| 696 | + core-js "^2.5.7" |
| 697 | + |
| 698 | +"@jimp/gif@^0.5.0": |
| 699 | + version "0.5.0" |
| 700 | + resolved "https://registry.yarnpkg.com/@jimp/gif/-/gif-0.5.0.tgz#7543870b3d744c9758da76ca43fac4ee48fd6a00" |
| 701 | + dependencies: |
| 702 | + "@jimp/utils" "^0.5.0" |
| 703 | + core-js "^2.5.7" |
| 704 | + omggif "^1.0.9" |
| 705 | + |
| 706 | +"@jimp/jpeg@^0.5.0": |
| 707 | + version "0.5.0" |
| 708 | + resolved "https://registry.yarnpkg.com/@jimp/jpeg/-/jpeg-0.5.0.tgz#28603290a21d7cea22cd4d568bc11e6d2b08aa2b" |
| 709 | + dependencies: |
| 710 | + "@jimp/utils" "^0.5.0" |
| 711 | + core-js "^2.5.7" |
| 712 | + jpeg-js "^0.3.4" |
| 713 | + |
| 714 | +"@jimp/plugin-blit@^0.5.0": |
| 715 | + version "0.5.0" |
| 716 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-blit/-/plugin-blit-0.5.0.tgz#0fb4ccc0a4e4b06df3ce21a7e37cc2dedd6872ee" |
| 717 | + dependencies: |
| 718 | + "@jimp/utils" "^0.5.0" |
| 719 | + core-js "^2.5.7" |
| 720 | + |
| 721 | +"@jimp/plugin-blur@^0.5.0": |
| 722 | + version "0.5.0" |
| 723 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-blur/-/plugin-blur-0.5.0.tgz#c8222bdae8eb4cc86613c0adbcb26a92829739a2" |
| 724 | + dependencies: |
| 725 | + "@jimp/utils" "^0.5.0" |
| 726 | + core-js "^2.5.7" |
| 727 | + |
| 728 | +"@jimp/plugin-color@^0.5.0": |
| 729 | + version "0.5.0" |
| 730 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-color/-/plugin-color-0.5.0.tgz#a3995ce92fb83040161442d94c12212a746e4d30" |
| 731 | + dependencies: |
| 732 | + "@jimp/utils" "^0.5.0" |
| 733 | + core-js "^2.5.7" |
| 734 | + tinycolor2 "^1.4.1" |
| 735 | + |
| 736 | +"@jimp/plugin-contain@^0.5.0": |
| 737 | + version "0.5.0" |
| 738 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-contain/-/plugin-contain-0.5.0.tgz#ba148b6c5948b72def62f4d695773aea562b0b43" |
| 739 | + dependencies: |
| 740 | + "@jimp/utils" "^0.5.0" |
| 741 | + core-js "^2.5.7" |
| 742 | + |
| 743 | +"@jimp/plugin-cover@^0.5.0": |
| 744 | + version "0.5.0" |
| 745 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-cover/-/plugin-cover-0.5.0.tgz#8d8589217db662003a1ba88ec25106d763ea79dc" |
| 746 | + dependencies: |
| 747 | + "@jimp/utils" "^0.5.0" |
| 748 | + core-js "^2.5.7" |
| 749 | + |
| 750 | +"@jimp/plugin-crop@^0.5.0": |
| 751 | + version "0.5.0" |
| 752 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-crop/-/plugin-crop-0.5.0.tgz#5d0129d320e1838721aaec09caf5b6fa22a674d7" |
| 753 | + dependencies: |
| 754 | + "@jimp/utils" "^0.5.0" |
| 755 | + core-js "^2.5.7" |
| 756 | + |
| 757 | +"@jimp/plugin-displace@^0.5.0": |
| 758 | + version "0.5.0" |
| 759 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-displace/-/plugin-displace-0.5.0.tgz#cb75d8588bdee45c1bdb1bec2323705d0e53d060" |
| 760 | + dependencies: |
| 761 | + "@jimp/utils" "^0.5.0" |
| 762 | + core-js "^2.5.7" |
| 763 | + |
| 764 | +"@jimp/plugin-dither@^0.5.0": |
| 765 | + version "0.5.0" |
| 766 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-dither/-/plugin-dither-0.5.0.tgz#0f1f6b7dcd5aba8f908bbd4b60685fc29cc6a3ed" |
| 767 | + dependencies: |
| 768 | + "@jimp/utils" "^0.5.0" |
| 769 | + core-js "^2.5.7" |
| 770 | + |
| 771 | +"@jimp/plugin-flip@^0.5.0": |
| 772 | + version "0.5.0" |
| 773 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-flip/-/plugin-flip-0.5.0.tgz#4a973c9c4bdc6dbcc7da66204a2bb2b12feb9381" |
| 774 | + dependencies: |
| 775 | + "@jimp/utils" "^0.5.0" |
| 776 | + core-js "^2.5.7" |
| 777 | + |
| 778 | +"@jimp/plugin-gaussian@^0.5.0": |
| 779 | + version "0.5.0" |
| 780 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.5.0.tgz#02c9f07516108e01ba0f2938289b08e6e865c2c9" |
| 781 | + dependencies: |
| 782 | + "@jimp/utils" "^0.5.0" |
| 783 | + core-js "^2.5.7" |
| 784 | + |
| 785 | +"@jimp/plugin-invert@^0.5.0": |
| 786 | + version "0.5.0" |
| 787 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-invert/-/plugin-invert-0.5.0.tgz#4496d2d67ab498c8fa3e89c4b6dd5892e7f14b9b" |
| 788 | + dependencies: |
| 789 | + "@jimp/utils" "^0.5.0" |
| 790 | + core-js "^2.5.7" |
| 791 | + |
| 792 | +"@jimp/plugin-mask@^0.5.0": |
| 793 | + version "0.5.0" |
| 794 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-mask/-/plugin-mask-0.5.0.tgz#a1026991f724ff0522cd458cf8f45dd31c169ef2" |
| 795 | + dependencies: |
| 796 | + "@jimp/utils" "^0.5.0" |
| 797 | + core-js "^2.5.7" |
| 798 | + |
| 799 | +"@jimp/plugin-normalize@^0.5.0": |
| 800 | + version "0.5.0" |
| 801 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-normalize/-/plugin-normalize-0.5.0.tgz#21a510ea2ccc6637c378cc0c86a4cec9753c2122" |
| 802 | + dependencies: |
| 803 | + "@jimp/utils" "^0.5.0" |
| 804 | + core-js "^2.5.7" |
| 805 | + |
| 806 | +"@jimp/plugin-print@^0.5.0": |
| 807 | + version "0.5.0" |
| 808 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-print/-/plugin-print-0.5.0.tgz#40f6d4f4555351dc39da2116ef5c239a73827218" |
| 809 | + dependencies: |
| 810 | + "@jimp/utils" "^0.5.0" |
| 811 | + core-js "^2.5.7" |
| 812 | + load-bmfont "^1.4.0" |
| 813 | + |
| 814 | +"@jimp/plugin-resize@^0.5.0": |
| 815 | + version "0.5.0" |
| 816 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-resize/-/plugin-resize-0.5.0.tgz#5886b15fb77caee70ca3ce972ea176ad88faca7a" |
| 817 | + dependencies: |
| 818 | + "@jimp/utils" "^0.5.0" |
| 819 | + core-js "^2.5.7" |
| 820 | + |
| 821 | +"@jimp/plugin-rotate@^0.5.0": |
| 822 | + version "0.5.0" |
| 823 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-rotate/-/plugin-rotate-0.5.0.tgz#08c2f74cb37837b41939c7eb78923a5cca735182" |
| 824 | + dependencies: |
| 825 | + "@jimp/utils" "^0.5.0" |
| 826 | + core-js "^2.5.7" |
| 827 | + |
| 828 | +"@jimp/plugin-scale@^0.5.0": |
| 829 | + version "0.5.0" |
| 830 | + resolved "https://registry.yarnpkg.com/@jimp/plugin-scale/-/plugin-scale-0.5.0.tgz#095f937e5a4887481b3074f5cd6a144d8f4f815e" |
| 831 | + dependencies: |
| 832 | + "@jimp/utils" "^0.5.0" |
| 833 | + core-js "^2.5.7" |
| 834 | + |
| 835 | +"@jimp/plugins@^0.5.0": |
| 836 | + version "0.5.0" |
| 837 | + resolved "https://registry.yarnpkg.com/@jimp/plugins/-/plugins-0.5.0.tgz#4af7aaa221d1cff119d89f2e103d9b01800a9817" |
| 838 | + dependencies: |
| 839 | + "@jimp/plugin-blit" "^0.5.0" |
| 840 | + "@jimp/plugin-blur" "^0.5.0" |
| 841 | + "@jimp/plugin-color" "^0.5.0" |
| 842 | + "@jimp/plugin-contain" "^0.5.0" |
| 843 | + "@jimp/plugin-cover" "^0.5.0" |
| 844 | + "@jimp/plugin-crop" "^0.5.0" |
| 845 | + "@jimp/plugin-displace" "^0.5.0" |
| 846 | + "@jimp/plugin-dither" "^0.5.0" |
| 847 | + "@jimp/plugin-flip" "^0.5.0" |
| 848 | + "@jimp/plugin-gaussian" "^0.5.0" |
| 849 | + "@jimp/plugin-invert" "^0.5.0" |
| 850 | + "@jimp/plugin-mask" "^0.5.0" |
| 851 | + "@jimp/plugin-normalize" "^0.5.0" |
| 852 | + "@jimp/plugin-print" "^0.5.0" |
| 853 | + "@jimp/plugin-resize" "^0.5.0" |
| 854 | + "@jimp/plugin-rotate" "^0.5.0" |
| 855 | + "@jimp/plugin-scale" "^0.5.0" |
| 856 | + core-js "^2.5.7" |
| 857 | + timm "^1.6.1" |
| 858 | + |
| 859 | +"@jimp/png@^0.5.0": |
| 860 | + version "0.5.0" |
| 861 | + resolved "https://registry.yarnpkg.com/@jimp/png/-/png-0.5.0.tgz#634d3443fedfafd30fec2b176da807cdce0bfb70" |
| 862 | + dependencies: |
| 863 | + "@jimp/utils" "^0.5.0" |
| 864 | + core-js "^2.5.7" |
| 865 | + pngjs "^3.3.3" |
| 866 | + |
| 867 | +"@jimp/tiff@^0.5.0": |
| 868 | + version "0.5.0" |
| 869 | + resolved "https://registry.yarnpkg.com/@jimp/tiff/-/tiff-0.5.0.tgz#e702aca1fac3313bb25b53833a6aa3a9b54578f1" |
| 870 | + dependencies: |
| 871 | + core-js "^2.5.7" |
| 872 | + utif "^2.0.1" |
| 873 | + |
| 874 | +"@jimp/types@^0.5.0": |
| 875 | + version "0.5.0" |
| 876 | + resolved "https://registry.yarnpkg.com/@jimp/types/-/types-0.5.0.tgz#c942d2196b3d57d17d5bc07d5a8bdaf9525af2e9" |
| 877 | + dependencies: |
| 878 | + "@jimp/bmp" "^0.5.0" |
| 879 | + "@jimp/gif" "^0.5.0" |
| 880 | + "@jimp/jpeg" "^0.5.0" |
| 881 | + "@jimp/png" "^0.5.0" |
| 882 | + "@jimp/tiff" "^0.5.0" |
| 883 | + core-js "^2.5.7" |
| 884 | + timm "^1.6.1" |
| 885 | + |
| 886 | +"@jimp/utils@^0.5.0": |
| 887 | + version "0.5.0" |
| 888 | + resolved "https://registry.yarnpkg.com/@jimp/utils/-/utils-0.5.0.tgz#ecb33259c75238053d6c7706a3e91f657dbabf91" |
| 889 | + dependencies: |
| 890 | + core-js "^2.5.7" |
| 891 | + |
667 | 892 | "@lerna/add@^3.3.2":
|
668 | 893 | version "3.3.2"
|
669 | 894 | resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.3.2.tgz#767a879ecb117be06414e7e76d4d93bb9934fa57"
|
@@ -1958,7 +2183,7 @@ bluebird@^3.1.1, bluebird@^3.5.1:
|
1958 | 2183 | version "3.5.2"
|
1959 | 2184 | resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.2.tgz#1be0908e054a751754549c270489c1505d4ab15a"
|
1960 | 2185 |
|
1961 |
| -bmp-js@0.1.0: |
| 2186 | +bmp-js@^0.1.0: |
1962 | 2187 | version "0.1.0"
|
1963 | 2188 | resolved "https://registry.yarnpkg.com/bmp-js/-/bmp-js-0.1.0.tgz#e05a63f796a6c1ff25f4771ec7adadc148c07233"
|
1964 | 2189 |
|
@@ -5442,24 +5667,15 @@ jest@^23.5.0:
|
5442 | 5667 | import-local "^1.0.0"
|
5443 | 5668 | jest-cli "^23.6.0"
|
5444 | 5669 |
|
5445 |
| -jimp@0.3.4: |
5446 |
| - version "0.3.4" |
5447 |
| - resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.3.4.tgz#df0bca587c28c263102dc72af712bda01a211c51" |
| 5670 | +jimp@^0.5.0: |
| 5671 | + version "0.5.0" |
| 5672 | + resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.5.0.tgz#ffc1c833d32ba2ab3589ffa9719eee0676b20bf3" |
5448 | 5673 | dependencies:
|
5449 |
| - any-base "^1.1.0" |
5450 |
| - bmp-js "0.1.0" |
5451 |
| - buffer "^5.2.0" |
5452 |
| - exif-parser "^0.1.12" |
5453 |
| - file-type "^9.0.0" |
5454 |
| - jpeg-js "^0.3.4" |
5455 |
| - load-bmfont "^1.3.0" |
5456 |
| - mkdirp "0.5.1" |
5457 |
| - omggif "^1.0.9" |
5458 |
| - phin "^2.9.1" |
5459 |
| - pixelmatch "^4.0.2" |
5460 |
| - pngjs "^3.3.3" |
5461 |
| - tinycolor2 "^1.4.1" |
5462 |
| - utif "^2.0.0" |
| 5674 | + "@babel/polyfill" "^7.0.0" |
| 5675 | + "@jimp/custom" "^0.5.0" |
| 5676 | + "@jimp/plugins" "^0.5.0" |
| 5677 | + "@jimp/types" "^0.5.0" |
| 5678 | + core-js "^2.5.7" |
5463 | 5679 |
|
5464 | 5680 | joi@^11.1.1:
|
5465 | 5681 | version "11.4.0"
|
@@ -5728,7 +5944,7 @@ libnpmaccess@^3.0.0:
|
5728 | 5944 | npm-package-arg "^6.1.0"
|
5729 | 5945 | npm-registry-fetch "^3.8.0"
|
5730 | 5946 |
|
5731 |
| -load-bmfont@^1.3.0: |
| 5947 | +load-bmfont@^1.3.1, load-bmfont@^1.4.0: |
5732 | 5948 | version "1.4.0"
|
5733 | 5949 | resolved "https://registry.yarnpkg.com/load-bmfont/-/load-bmfont-1.4.0.tgz#75f17070b14a8c785fe7f5bee2e6fd4f98093b6b"
|
5734 | 5950 | dependencies:
|
@@ -8958,6 +9174,10 @@ timers-browserify@^2.0.4:
|
8958 | 9174 | dependencies:
|
8959 | 9175 | setimmediate "^1.0.4"
|
8960 | 9176 |
|
| 9177 | +timm@^1.6.1: |
| 9178 | + version "1.6.1" |
| 9179 | + resolved "https://registry.yarnpkg.com/timm/-/timm-1.6.1.tgz#5f8aafc932248c76caf2c6af60542a32d3c30701" |
| 9180 | + |
8961 | 9181 | timsort@^0.3.0:
|
8962 | 9182 | version "0.3.0"
|
8963 | 9183 | resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
|
@@ -9239,7 +9459,7 @@ use@^3.1.0:
|
9239 | 9459 | version "3.1.1"
|
9240 | 9460 | resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
|
9241 | 9461 |
|
9242 |
| -utif@^2.0.0: |
| 9462 | +utif@^2.0.1: |
9243 | 9463 | version "2.0.1"
|
9244 | 9464 | resolved "https://registry.yarnpkg.com/utif/-/utif-2.0.1.tgz#9e1582d9bbd20011a6588548ed3266298e711759"
|
9245 | 9465 | dependencies:
|
|
0 commit comments