init
Showing
17 changed files
with
2118 additions
and
104 deletions
... | @@ -2,23 +2,7 @@ | ... | @@ -2,23 +2,7 @@ |
2 | 2 | ||
3 | ## Project setup | 3 | ## Project setup |
4 | ``` | 4 | ``` |
5 | pnpm install | 5 | pnpm i i2d --registry=http://core.pashanhoo.com:8932/repository/npm-public/ |
6 | pnpm install @turf/bbox | ||
6 | ``` | 7 | ``` |
7 | 8 | ||
8 | ### Compiles and hot-reloads for development | ||
9 | ``` | ||
10 | pnpm run serve | ||
11 | ``` | ||
12 | |||
13 | ### Compiles and minifies for production | ||
14 | ``` | ||
15 | pnpm run build | ||
16 | ``` | ||
17 | |||
18 | ### Lints and fixes files | ||
19 | ``` | ||
20 | pnpm run lint | ||
21 | ``` | ||
22 | |||
23 | ### Customize configuration | ||
24 | See [Configuration Reference](https://cli.vuejs.org/config/). | ... | ... |
... | @@ -8,8 +8,12 @@ | ... | @@ -8,8 +8,12 @@ |
8 | "lint": "vue-cli-service lint" | 8 | "lint": "vue-cli-service lint" |
9 | }, | 9 | }, |
10 | "dependencies": { | 10 | "dependencies": { |
11 | "@turf/bbox": "^7.0.0", | ||
12 | "axios": "^1.7.2", | ||
11 | "core-js": "^3.8.3", | 13 | "core-js": "^3.8.3", |
12 | "vue": "^2.6.14" | 14 | "i2d": "^0.0.5", |
15 | "vue": "^2.6.14", | ||
16 | "vue-router": "3.5.1" | ||
13 | }, | 17 | }, |
14 | "devDependencies": { | 18 | "devDependencies": { |
15 | "@babel/core": "^7.12.16", | 19 | "@babel/core": "^7.12.16", | ... | ... |
... | @@ -8,12 +8,24 @@ importers: | ... | @@ -8,12 +8,24 @@ importers: |
8 | 8 | ||
9 | .: | 9 | .: |
10 | dependencies: | 10 | dependencies: |
11 | '@turf/bbox': | ||
12 | specifier: ^7.0.0 | ||
13 | version: 7.0.0 | ||
14 | axios: | ||
15 | specifier: ^1.7.2 | ||
16 | version: 1.7.2 | ||
11 | core-js: | 17 | core-js: |
12 | specifier: ^3.8.3 | 18 | specifier: ^3.8.3 |
13 | version: 3.37.1 | 19 | version: 3.37.1 |
20 | i2d: | ||
21 | specifier: ^0.0.5 | ||
22 | version: 0.0.5 | ||
14 | vue: | 23 | vue: |
15 | specifier: ^2.6.14 | 24 | specifier: ^2.6.14 |
16 | version: 2.7.16 | 25 | version: 2.7.16 |
26 | vue-router: | ||
27 | specifier: 3.5.1 | ||
28 | version: 3.5.1(vue@2.7.16) | ||
17 | devDependencies: | 29 | devDependencies: |
18 | '@babel/core': | 30 | '@babel/core': |
19 | specifier: ^7.12.16 | 31 | specifier: ^7.12.16 |
... | @@ -758,10 +770,346 @@ packages: | ... | @@ -758,10 +770,346 @@ packages: |
758 | '@soda/get-current-script@1.0.2': | 770 | '@soda/get-current-script@1.0.2': |
759 | resolution: {integrity: sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==} | 771 | resolution: {integrity: sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==} |
760 | 772 | ||
773 | '@terraformer/arcgis@2.1.2': | ||
774 | resolution: {integrity: sha512-IvdfqehcNAUtKU1OFMKwPT8EvdKlVFZ7q7ZKzkIF8XzYZIVsZLuXuOS1UBdRh5u/o+X5Gax7jiZhD8U/4TV+Jw==} | ||
775 | |||
776 | '@terraformer/common@2.1.2': | ||
777 | resolution: {integrity: sha512-cwPdTFzIpekZhZRrgDEkqLKNPoqbyCBQHiemaovnGIeUx0Pl336MY/eCxzJ5zXkrQLVo9zPalq/vYW5HnyKevQ==} | ||
778 | |||
761 | '@trysound/sax@0.2.0': | 779 | '@trysound/sax@0.2.0': |
762 | resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} | 780 | resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} |
763 | engines: {node: '>=10.13.0'} | 781 | engines: {node: '>=10.13.0'} |
764 | 782 | ||
783 | '@turf/along@6.5.0': | ||
784 | resolution: {integrity: sha512-LLyWQ0AARqJCmMcIEAXF4GEu8usmd4Kbz3qk1Oy5HoRNpZX47+i5exQtmIWKdqJ1MMhW26fCTXgpsEs5zgJ5gw==} | ||
785 | |||
786 | '@turf/angle@6.5.0': | ||
787 | resolution: {integrity: sha512-4pXMbWhFofJJAOvTMCns6N4C8CMd5Ih4O2jSAG9b3dDHakj3O4yN1+Zbm+NUei+eVEZ9gFeVp9svE3aMDenIkw==} | ||
788 | |||
789 | '@turf/area@6.5.0': | ||
790 | resolution: {integrity: sha512-xCZdiuojokLbQ+29qR6qoMD89hv+JAgWjLrwSEWL+3JV8IXKeNFl6XkEJz9HGkVpnXvQKJoRz4/liT+8ZZ5Jyg==} | ||
791 | |||
792 | '@turf/bbox-clip@6.5.0': | ||
793 | resolution: {integrity: sha512-F6PaIRF8WMp8EmgU/Ke5B1Y6/pia14UAYB5TiBC668w5rVVjy5L8rTm/m2lEkkDMHlzoP9vNY4pxpNthE7rLcQ==} | ||
794 | |||
795 | '@turf/bbox-polygon@6.5.0': | ||
796 | resolution: {integrity: sha512-+/r0NyL1lOG3zKZmmf6L8ommU07HliP4dgYToMoTxqzsWzyLjaj/OzgQ8rBmv703WJX+aS6yCmLuIhYqyufyuw==} | ||
797 | |||
798 | '@turf/bbox@6.5.0': | ||
799 | resolution: {integrity: sha512-RBbLaao5hXTYyyg577iuMtDB8ehxMlUqHEJiMs8jT1GHkFhr6sYre3lmLsPeYEi/ZKj5TP5tt7fkzNdJ4GIVyw==} | ||
800 | |||
801 | '@turf/bbox@7.0.0': | ||
802 | resolution: {integrity: sha512-IyXG5HAsn6IZLdAtQo7aWYccjU5WsV+uzIzhGaXrh/qTVylSYmRiWgLdiekHZVED9nv9r7D/EJUMOT4zyA6POA==} | ||
803 | |||
804 | '@turf/bearing@6.5.0': | ||
805 | resolution: {integrity: sha512-dxINYhIEMzgDOztyMZc20I7ssYVNEpSv04VbMo5YPQsqa80KO3TFvbuCahMsCAW5z8Tncc8dwBlEFrmRjJG33A==} | ||
806 | |||
807 | '@turf/bezier-spline@6.5.0': | ||
808 | resolution: {integrity: sha512-vokPaurTd4PF96rRgGVm6zYYC5r1u98ZsG+wZEv9y3kJTuJRX/O3xIY2QnTGTdbVmAJN1ouOsD0RoZYaVoXORQ==} | ||
809 | |||
810 | '@turf/boolean-clockwise@6.5.0': | ||
811 | resolution: {integrity: sha512-45+C7LC5RMbRWrxh3Z0Eihsc8db1VGBO5d9BLTOAwU4jR6SgsunTfRWR16X7JUwIDYlCVEmnjcXJNi/kIU3VIw==} | ||
812 | |||
813 | '@turf/boolean-contains@6.5.0': | ||
814 | resolution: {integrity: sha512-4m8cJpbw+YQcKVGi8y0cHhBUnYT+QRfx6wzM4GI1IdtYH3p4oh/DOBJKrepQyiDzFDaNIjxuWXBh0ai1zVwOQQ==} | ||
815 | |||
816 | '@turf/boolean-crosses@6.5.0': | ||
817 | resolution: {integrity: sha512-gvshbTPhAHporTlQwBJqyfW+2yV8q/mOTxG6PzRVl6ARsqNoqYQWkd4MLug7OmAqVyBzLK3201uAeBjxbGw0Ng==} | ||
818 | |||
819 | '@turf/boolean-disjoint@6.5.0': | ||
820 | resolution: {integrity: sha512-rZ2ozlrRLIAGo2bjQ/ZUu4oZ/+ZjGvLkN5CKXSKBcu6xFO6k2bgqeM8a1836tAW+Pqp/ZFsTA5fZHsJZvP2D5g==} | ||
821 | |||
822 | '@turf/boolean-equal@6.5.0': | ||
823 | resolution: {integrity: sha512-cY0M3yoLC26mhAnjv1gyYNQjn7wxIXmL2hBmI/qs8g5uKuC2hRWi13ydufE3k4x0aNRjFGlg41fjoYLwaVF+9Q==} | ||
824 | |||
825 | '@turf/boolean-intersects@6.5.0': | ||
826 | resolution: {integrity: sha512-nIxkizjRdjKCYFQMnml6cjPsDOBCThrt+nkqtSEcxkKMhAQj5OO7o2CecioNTaX8EayqwMGVKcsz27oP4mKPTw==} | ||
827 | |||
828 | '@turf/boolean-overlap@6.5.0': | ||
829 | resolution: {integrity: sha512-8btMIdnbXVWUa1M7D4shyaSGxLRw6NjMcqKBcsTXcZdnaixl22k7ar7BvIzkaRYN3SFECk9VGXfLncNS3ckQUw==} | ||
830 | |||
831 | '@turf/boolean-parallel@6.5.0': | ||
832 | resolution: {integrity: sha512-aSHJsr1nq9e5TthZGZ9CZYeXklJyRgR5kCLm5X4urz7+MotMOp/LsGOsvKvK9NeUl9+8OUmfMn8EFTT8LkcvIQ==} | ||
833 | |||
834 | '@turf/boolean-point-in-polygon@6.5.0': | ||
835 | resolution: {integrity: sha512-DtSuVFB26SI+hj0SjrvXowGTUCHlgevPAIsukssW6BG5MlNSBQAo70wpICBNJL6RjukXg8d2eXaAWuD/CqL00A==} | ||
836 | |||
837 | '@turf/boolean-point-on-line@6.5.0': | ||
838 | resolution: {integrity: sha512-A1BbuQ0LceLHvq7F/P7w3QvfpmZqbmViIUPHdNLvZimFNLo4e6IQunmzbe+8aSStH9QRZm3VOflyvNeXvvpZEQ==} | ||
839 | |||
840 | '@turf/boolean-within@6.5.0': | ||
841 | resolution: {integrity: sha512-YQB3oU18Inx35C/LU930D36RAVe7LDXk1kWsQ8mLmuqYn9YdPsDQTMTkLJMhoQ8EbN7QTdy333xRQ4MYgToteQ==} | ||
842 | |||
843 | '@turf/buffer@6.5.0': | ||
844 | resolution: {integrity: sha512-qeX4N6+PPWbKqp1AVkBVWFerGjMYMUyencwfnkCesoznU6qvfugFHNAngNqIBVnJjZ5n8IFyOf+akcxnrt9sNg==} | ||
845 | |||
846 | '@turf/center-mean@6.5.0': | ||
847 | resolution: {integrity: sha512-AAX6f4bVn12pTVrMUiB9KrnV94BgeBKpyg3YpfnEbBpkN/znfVhL8dG8IxMAxAoSZ61Zt9WLY34HfENveuOZ7Q==} | ||
848 | |||
849 | '@turf/center-median@6.5.0': | ||
850 | resolution: {integrity: sha512-dT8Ndu5CiZkPrj15PBvslpuf01ky41DEYEPxS01LOxp5HOUHXp1oJxsPxvc+i/wK4BwccPNzU1vzJ0S4emd1KQ==} | ||
851 | |||
852 | '@turf/center-of-mass@6.5.0': | ||
853 | resolution: {integrity: sha512-EWrriU6LraOfPN7m1jZi+1NLTKNkuIsGLZc2+Y8zbGruvUW+QV7K0nhf7iZWutlxHXTBqEXHbKue/o79IumAsQ==} | ||
854 | |||
855 | '@turf/center@6.5.0': | ||
856 | resolution: {integrity: sha512-T8KtMTfSATWcAX088rEDKjyvQCBkUsLnK/Txb6/8WUXIeOZyHu42G7MkdkHRoHtwieLdduDdmPLFyTdG5/e7ZQ==} | ||
857 | |||
858 | '@turf/centroid@6.5.0': | ||
859 | resolution: {integrity: sha512-MwE1oq5E3isewPprEClbfU5pXljIK/GUOMbn22UM3IFPDJX0KeoyLNwghszkdmFp/qMGL/M13MMWvU+GNLXP/A==} | ||
860 | |||
861 | '@turf/circle@6.5.0': | ||
862 | resolution: {integrity: sha512-oU1+Kq9DgRnoSbWFHKnnUdTmtcRUMmHoV9DjTXu9vOLNV5OWtAAh1VZ+mzsioGGzoDNT/V5igbFOkMfBQc0B6A==} | ||
863 | |||
864 | '@turf/clean-coords@6.5.0': | ||
865 | resolution: {integrity: sha512-EMX7gyZz0WTH/ET7xV8MyrExywfm9qUi0/MY89yNffzGIEHuFfqwhcCqZ8O00rZIPZHUTxpmsxQSTfzJJA1CPw==} | ||
866 | |||
867 | '@turf/clone@6.5.0': | ||
868 | resolution: {integrity: sha512-mzVtTFj/QycXOn6ig+annKrM6ZlimreKYz6f/GSERytOpgzodbQyOgkfwru100O1KQhhjSudKK4DsQ0oyi9cTw==} | ||
869 | |||
870 | '@turf/clusters-dbscan@6.5.0': | ||
871 | resolution: {integrity: sha512-SxZEE4kADU9DqLRiT53QZBBhu8EP9skviSyl+FGj08Y01xfICM/RR9ACUdM0aEQimhpu+ZpRVcUK+2jtiCGrYQ==} | ||
872 | |||
873 | '@turf/clusters-kmeans@6.5.0': | ||
874 | resolution: {integrity: sha512-DwacD5+YO8kwDPKaXwT9DV46tMBVNsbi1IzdajZu1JDSWoN7yc7N9Qt88oi+p30583O0UPVkAK+A10WAQv4mUw==} | ||
875 | |||
876 | '@turf/clusters@6.5.0': | ||
877 | resolution: {integrity: sha512-Y6gfnTJzQ1hdLfCsyd5zApNbfLIxYEpmDibHUqR5z03Lpe02pa78JtgrgUNt1seeO/aJ4TG1NLN8V5gOrHk04g==} | ||
878 | |||
879 | '@turf/collect@6.5.0': | ||
880 | resolution: {integrity: sha512-4dN/T6LNnRg099m97BJeOcTA5fSI8cu87Ydgfibewd2KQwBexO69AnjEFqfPX3Wj+Zvisj1uAVIZbPmSSrZkjg==} | ||
881 | |||
882 | '@turf/combine@6.5.0': | ||
883 | resolution: {integrity: sha512-Q8EIC4OtAcHiJB3C4R+FpB4LANiT90t17uOd851qkM2/o6m39bfN5Mv0PWqMZIHWrrosZqRqoY9dJnzz/rJxYQ==} | ||
884 | |||
885 | '@turf/concave@6.5.0': | ||
886 | resolution: {integrity: sha512-I/sUmUC8TC5h/E2vPwxVht+nRt+TnXIPRoztDFvS8/Y0+cBDple9inLSo9nnPXMXidrBlGXZ9vQx/BjZUJgsRQ==} | ||
887 | |||
888 | '@turf/convex@6.5.0': | ||
889 | resolution: {integrity: sha512-x7ZwC5z7PJB0SBwNh7JCeCNx7Iu+QSrH7fYgK0RhhNop13TqUlvHMirMLRgf2db1DqUetrAO2qHJeIuasquUWg==} | ||
890 | |||
891 | '@turf/destination@6.5.0': | ||
892 | resolution: {integrity: sha512-4cnWQlNC8d1tItOz9B4pmJdWpXqS0vEvv65bI/Pj/genJnsL7evI0/Xw42RvEGROS481MPiU80xzvwxEvhQiMQ==} | ||
893 | |||
894 | '@turf/difference@6.5.0': | ||
895 | resolution: {integrity: sha512-l8iR5uJqvI+5Fs6leNbhPY5t/a3vipUF/3AeVLpwPQcgmedNXyheYuy07PcMGH5Jdpi5gItOiTqwiU/bUH4b3A==} | ||
896 | |||
897 | '@turf/dissolve@6.5.0': | ||
898 | resolution: {integrity: sha512-WBVbpm9zLTp0Bl9CE35NomTaOL1c4TQCtEoO43YaAhNEWJOOIhZMFJyr8mbvYruKl817KinT3x7aYjjCMjTAsQ==} | ||
899 | |||
900 | '@turf/distance-weight@6.5.0': | ||
901 | resolution: {integrity: sha512-a8qBKkgVNvPKBfZfEJZnC3DV7dfIsC3UIdpRci/iap/wZLH41EmS90nM+BokAJflUHYy8PqE44wySGWHN1FXrQ==} | ||
902 | |||
903 | '@turf/distance@6.5.0': | ||
904 | resolution: {integrity: sha512-xzykSLfoURec5qvQJcfifw/1mJa+5UwByZZ5TZ8iaqjGYN0vomhV9aiSLeYdUGtYRESZ+DYC/OzY+4RclZYgMg==} | ||
905 | |||
906 | '@turf/ellipse@6.5.0': | ||
907 | resolution: {integrity: sha512-kuXtwFviw/JqnyJXF1mrR/cb496zDTSbGKtSiolWMNImYzGGkbsAsFTjwJYgD7+4FixHjp0uQPzo70KDf3AIBw==} | ||
908 | |||
909 | '@turf/envelope@6.5.0': | ||
910 | resolution: {integrity: sha512-9Z+FnBWvOGOU4X+fMZxYFs1HjFlkKqsddLuMknRaqcJd6t+NIv5DWvPtDL8ATD2GEExYDiFLwMdckfr1yqJgHA==} | ||
911 | |||
912 | '@turf/explode@6.5.0': | ||
913 | resolution: {integrity: sha512-6cSvMrnHm2qAsace6pw9cDmK2buAlw8+tjeJVXMfMyY+w7ZUi1rprWMsY92J7s2Dar63Bv09n56/1V7+tcj52Q==} | ||
914 | |||
915 | '@turf/flatten@6.5.0': | ||
916 | resolution: {integrity: sha512-IBZVwoNLVNT6U/bcUUllubgElzpMsNoCw8tLqBw6dfYg9ObGmpEjf9BIYLr7a2Yn5ZR4l7YIj2T7kD5uJjZADQ==} | ||
917 | |||
918 | '@turf/flip@6.5.0': | ||
919 | resolution: {integrity: sha512-oyikJFNjt2LmIXQqgOGLvt70RgE2lyzPMloYWM7OR5oIFGRiBvqVD2hA6MNw6JewIm30fWZ8DQJw1NHXJTJPbg==} | ||
920 | |||
921 | '@turf/great-circle@6.5.0': | ||
922 | resolution: {integrity: sha512-7ovyi3HaKOXdFyN7yy1yOMa8IyOvV46RC1QOQTT+RYUN8ke10eyqExwBpL9RFUPvlpoTzoYbM/+lWPogQlFncg==} | ||
923 | |||
924 | '@turf/helpers@6.5.0': | ||
925 | resolution: {integrity: sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==} | ||
926 | |||
927 | '@turf/helpers@7.0.0': | ||
928 | resolution: {integrity: sha512-vwZvxRuyjGpGXvhXSbT9mX6FK92dBMLWbMbDJ/MXQUPx17ReVPFc+6N6IcxAzZfkiCnqy7vpuq0c+/TTrQxIiA==} | ||
929 | |||
930 | '@turf/hex-grid@6.5.0': | ||
931 | resolution: {integrity: sha512-Ln3tc2tgZT8etDOldgc6e741Smg1CsMKAz1/Mlel+MEL5Ynv2mhx3m0q4J9IB1F3a4MNjDeVvm8drAaf9SF33g==} | ||
932 | |||
933 | '@turf/interpolate@6.5.0': | ||
934 | resolution: {integrity: sha512-LSH5fMeiGyuDZ4WrDJNgh81d2DnNDUVJtuFryJFup8PV8jbs46lQGfI3r1DJ2p1IlEJIz3pmAZYeTfMMoeeohw==} | ||
935 | |||
936 | '@turf/intersect@6.5.0': | ||
937 | resolution: {integrity: sha512-2legGJeKrfFkzntcd4GouPugoqPUjexPZnOvfez+3SfIMrHvulw8qV8u7pfVyn2Yqs53yoVCEjS5sEpvQ5YRQg==} | ||
938 | |||
939 | '@turf/invariant@6.5.0': | ||
940 | resolution: {integrity: sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==} | ||
941 | |||
942 | '@turf/isobands@6.5.0': | ||
943 | resolution: {integrity: sha512-4h6sjBPhRwMVuFaVBv70YB7eGz+iw0bhPRnp+8JBdX1UPJSXhoi/ZF2rACemRUr0HkdVB/a1r9gC32vn5IAEkw==} | ||
944 | |||
945 | '@turf/isolines@6.5.0': | ||
946 | resolution: {integrity: sha512-6ElhiLCopxWlv4tPoxiCzASWt/jMRvmp6mRYrpzOm3EUl75OhHKa/Pu6Y9nWtCMmVC/RcWtiiweUocbPLZLm0A==} | ||
947 | |||
948 | '@turf/kinks@6.5.0': | ||
949 | resolution: {integrity: sha512-ViCngdPt1eEL7hYUHR2eHR662GvCgTc35ZJFaNR6kRtr6D8plLaDju0FILeFFWSc+o8e3fwxZEJKmFj9IzPiIQ==} | ||
950 | |||
951 | '@turf/length@6.5.0': | ||
952 | resolution: {integrity: sha512-5pL5/pnw52fck3oRsHDcSGrj9HibvtlrZ0QNy2OcW8qBFDNgZ4jtl6U7eATVoyWPKBHszW3dWETW+iLV7UARig==} | ||
953 | |||
954 | '@turf/line-arc@6.5.0': | ||
955 | resolution: {integrity: sha512-I6c+V6mIyEwbtg9P9zSFF89T7QPe1DPTG3MJJ6Cm1MrAY0MdejwQKOpsvNl8LDU2ekHOlz2kHpPVR7VJsoMllA==} | ||
956 | |||
957 | '@turf/line-chunk@6.5.0': | ||
958 | resolution: {integrity: sha512-i1FGE6YJaaYa+IJesTfyRRQZP31QouS+wh/pa6O3CC0q4T7LtHigyBSYjrbjSLfn2EVPYGlPCMFEqNWCOkC6zg==} | ||
959 | |||
960 | '@turf/line-intersect@6.5.0': | ||
961 | resolution: {integrity: sha512-CS6R1tZvVQD390G9Ea4pmpM6mJGPWoL82jD46y0q1KSor9s6HupMIo1kY4Ny+AEYQl9jd21V3Scz20eldpbTVA==} | ||
962 | |||
963 | '@turf/line-offset@6.5.0': | ||
964 | resolution: {integrity: sha512-CEXZbKgyz8r72qRvPchK0dxqsq8IQBdH275FE6o4MrBkzMcoZsfSjghtXzKaz9vvro+HfIXal0sTk2mqV1lQTw==} | ||
965 | |||
966 | '@turf/line-overlap@6.5.0': | ||
967 | resolution: {integrity: sha512-xHOaWLd0hkaC/1OLcStCpfq55lPHpPNadZySDXYiYjEz5HXr1oKmtMYpn0wGizsLwrOixRdEp+j7bL8dPt4ojQ==} | ||
968 | |||
969 | '@turf/line-segment@6.5.0': | ||
970 | resolution: {integrity: sha512-jI625Ho4jSuJESNq66Mmi290ZJ5pPZiQZruPVpmHkUw257Pew0alMmb6YrqYNnLUuiVVONxAAKXUVeeUGtycfw==} | ||
971 | |||
972 | '@turf/line-slice-along@6.5.0': | ||
973 | resolution: {integrity: sha512-KHJRU6KpHrAj+BTgTNqby6VCTnDzG6a1sJx/I3hNvqMBLvWVA2IrkR9L9DtsQsVY63IBwVdQDqiwCuZLDQh4Ng==} | ||
974 | |||
975 | '@turf/line-slice@6.5.0': | ||
976 | resolution: {integrity: sha512-vDqJxve9tBHhOaVVFXqVjF5qDzGtKWviyjbyi2QnSnxyFAmLlLnBfMX8TLQCAf2GxHibB95RO5FBE6I2KVPRuw==} | ||
977 | |||
978 | '@turf/line-split@6.5.0': | ||
979 | resolution: {integrity: sha512-/rwUMVr9OI2ccJjw7/6eTN53URtGThNSD5I0GgxyFXMtxWiloRJ9MTff8jBbtPWrRka/Sh2GkwucVRAEakx9Sw==} | ||
980 | |||
981 | '@turf/line-to-polygon@6.5.0': | ||
982 | resolution: {integrity: sha512-qYBuRCJJL8Gx27OwCD1TMijM/9XjRgXH/m/TyuND4OXedBpIWlK5VbTIO2gJ8OCfznBBddpjiObLBrkuxTpN4Q==} | ||
983 | |||
984 | '@turf/mask@6.5.0': | ||
985 | resolution: {integrity: sha512-RQha4aU8LpBrmrkH8CPaaoAfk0Egj5OuXtv6HuCQnHeGNOQt3TQVibTA3Sh4iduq4EPxnZfDjgsOeKtrCA19lg==} | ||
986 | |||
987 | '@turf/meta@6.5.0': | ||
988 | resolution: {integrity: sha512-RrArvtsV0vdsCBegoBtOalgdSOfkBrTJ07VkpiCnq/491W67hnMWmDu7e6Ztw0C3WldRYTXkg3SumfdzZxLBHA==} | ||
989 | |||
990 | '@turf/meta@7.0.0': | ||
991 | resolution: {integrity: sha512-cEXr13uFwhXq5mFBy0IK1U/QepE5qgk3zXpBYsla3lYV7cB83Vh+NNUR+r0/w/QoJqest1TG4H20F9tGYWPi/g==} | ||
992 | |||
993 | '@turf/midpoint@6.5.0': | ||
994 | resolution: {integrity: sha512-MyTzV44IwmVI6ec9fB2OgZ53JGNlgOpaYl9ArKoF49rXpL84F9rNATndbe0+MQIhdkw8IlzA6xVP4lZzfMNVCw==} | ||
995 | |||
996 | '@turf/moran-index@6.5.0': | ||
997 | resolution: {integrity: sha512-ItsnhrU2XYtTtTudrM8so4afBCYWNaB0Mfy28NZwLjB5jWuAsvyV+YW+J88+neK/ougKMTawkmjQqodNJaBeLQ==} | ||
998 | |||
999 | '@turf/nearest-point-on-line@6.5.0': | ||
1000 | resolution: {integrity: sha512-WthrvddddvmymnC+Vf7BrkHGbDOUu6Z3/6bFYUGv1kxw8tiZ6n83/VG6kHz4poHOfS0RaNflzXSkmCi64fLBlg==} | ||
1001 | |||
1002 | '@turf/nearest-point-to-line@6.5.0': | ||
1003 | resolution: {integrity: sha512-PXV7cN0BVzUZdjj6oeb/ESnzXSfWmEMrsfZSDRgqyZ9ytdiIj/eRsnOXLR13LkTdXVOJYDBuf7xt1mLhM4p6+Q==} | ||
1004 | |||
1005 | '@turf/nearest-point@6.5.0': | ||
1006 | resolution: {integrity: sha512-fguV09QxilZv/p94s8SMsXILIAMiaXI5PATq9d7YWijLxWUj6Q/r43kxyoi78Zmwwh1Zfqz9w+bCYUAxZ5+euA==} | ||
1007 | |||
1008 | '@turf/planepoint@6.5.0': | ||
1009 | resolution: {integrity: sha512-R3AahA6DUvtFbka1kcJHqZ7DMHmPXDEQpbU5WaglNn7NaCQg9HB0XM0ZfqWcd5u92YXV+Gg8QhC8x5XojfcM4Q==} | ||
1010 | |||
1011 | '@turf/point-grid@6.5.0': | ||
1012 | resolution: {integrity: sha512-Iq38lFokNNtQJnOj/RBKmyt6dlof0yhaHEDELaWHuECm1lIZLY3ZbVMwbs+nXkwTAHjKfS/OtMheUBkw+ee49w==} | ||
1013 | |||
1014 | '@turf/point-on-feature@6.5.0': | ||
1015 | resolution: {integrity: sha512-bDpuIlvugJhfcF/0awAQ+QI6Om1Y1FFYE8Y/YdxGRongivix850dTeXCo0mDylFdWFPGDo7Mmh9Vo4VxNwW/TA==} | ||
1016 | |||
1017 | '@turf/point-to-line-distance@6.5.0': | ||
1018 | resolution: {integrity: sha512-opHVQ4vjUhNBly1bob6RWy+F+hsZDH9SA0UW36pIRzfpu27qipU18xup0XXEePfY6+wvhF6yL/WgCO2IbrLqEA==} | ||
1019 | |||
1020 | '@turf/points-within-polygon@6.5.0': | ||
1021 | resolution: {integrity: sha512-YyuheKqjliDsBDt3Ho73QVZk1VXX1+zIA2gwWvuz8bR1HXOkcuwk/1J76HuFMOQI3WK78wyAi+xbkx268PkQzQ==} | ||
1022 | |||
1023 | '@turf/polygon-smooth@6.5.0': | ||
1024 | resolution: {integrity: sha512-LO/X/5hfh/Rk4EfkDBpLlVwt3i6IXdtQccDT9rMjXEP32tRgy0VMFmdkNaXoGlSSKf/1mGqLl4y4wHd86DqKbg==} | ||
1025 | |||
1026 | '@turf/polygon-tangents@6.5.0': | ||
1027 | resolution: {integrity: sha512-sB4/IUqJMYRQH9jVBwqS/XDitkEfbyqRy+EH/cMRJURTg78eHunvJ708x5r6umXsbiUyQU4eqgPzEylWEQiunw==} | ||
1028 | |||
1029 | '@turf/polygon-to-line@6.5.0': | ||
1030 | resolution: {integrity: sha512-5p4n/ij97EIttAq+ewSnKt0ruvuM+LIDzuczSzuHTpq4oS7Oq8yqg5TQ4nzMVuK41r/tALCk7nAoBuw3Su4Gcw==} | ||
1031 | |||
1032 | '@turf/polygonize@6.5.0': | ||
1033 | resolution: {integrity: sha512-a/3GzHRaCyzg7tVYHo43QUChCspa99oK4yPqooVIwTC61npFzdrmnywMv0S+WZjHZwK37BrFJGFrZGf6ocmY5w==} | ||
1034 | |||
1035 | '@turf/projection@6.5.0': | ||
1036 | resolution: {integrity: sha512-/Pgh9mDvQWWu8HRxqpM+tKz8OzgauV+DiOcr3FCjD6ubDnrrmMJlsf6fFJmggw93mtVPrZRL6yyi9aYCQBOIvg==} | ||
1037 | |||
1038 | '@turf/random@6.5.0': | ||
1039 | resolution: {integrity: sha512-8Q25gQ/XbA7HJAe+eXp4UhcXM9aOOJFaxZ02+XSNwMvY8gtWSCBLVqRcW4OhqilgZ8PeuQDWgBxeo+BIqqFWFQ==} | ||
1040 | |||
1041 | '@turf/rectangle-grid@6.5.0': | ||
1042 | resolution: {integrity: sha512-yQZ/1vbW68O2KsSB3OZYK+72aWz/Adnf7m2CMKcC+aq6TwjxZjAvlbCOsNUnMAuldRUVN1ph6RXMG4e9KEvKvg==} | ||
1043 | |||
1044 | '@turf/rewind@6.5.0': | ||
1045 | resolution: {integrity: sha512-IoUAMcHWotBWYwSYuYypw/LlqZmO+wcBpn8ysrBNbazkFNkLf3btSDZMkKJO/bvOzl55imr/Xj4fi3DdsLsbzQ==} | ||
1046 | |||
1047 | '@turf/rhumb-bearing@6.5.0': | ||
1048 | resolution: {integrity: sha512-jMyqiMRK4hzREjQmnLXmkJ+VTNTx1ii8vuqRwJPcTlKbNWfjDz/5JqJlb5NaFDcdMpftWovkW5GevfnuzHnOYA==} | ||
1049 | |||
1050 | '@turf/rhumb-destination@6.5.0': | ||
1051 | resolution: {integrity: sha512-RHNP1Oy+7xTTdRrTt375jOZeHceFbjwohPHlr9Hf68VdHHPMAWgAKqiX2YgSWDcvECVmiGaBKWus1Df+N7eE4Q==} | ||
1052 | |||
1053 | '@turf/rhumb-distance@6.5.0': | ||
1054 | resolution: {integrity: sha512-oKp8KFE8E4huC2Z1a1KNcFwjVOqa99isxNOwfo4g3SUABQ6NezjKDDrnvC4yI5YZ3/huDjULLBvhed45xdCrzg==} | ||
1055 | |||
1056 | '@turf/sample@6.5.0': | ||
1057 | resolution: {integrity: sha512-kSdCwY7el15xQjnXYW520heKUrHwRvnzx8ka4eYxX9NFeOxaFITLW2G7UtXb6LJK8mmPXI8Aexv23F2ERqzGFg==} | ||
1058 | |||
1059 | '@turf/sector@6.5.0': | ||
1060 | resolution: {integrity: sha512-cYUOkgCTWqa23SOJBqxoFAc/yGCUsPRdn/ovbRTn1zNTm/Spmk6hVB84LCKOgHqvSF25i0d2kWqpZDzLDdAPbw==} | ||
1061 | |||
1062 | '@turf/shortest-path@6.5.0': | ||
1063 | resolution: {integrity: sha512-4de5+G7+P4hgSoPwn+SO9QSi9HY5NEV/xRJ+cmoFVRwv2CDsuOPDheHKeuIAhKyeKDvPvPt04XYWbac4insJMg==} | ||
1064 | |||
1065 | '@turf/simplify@6.5.0': | ||
1066 | resolution: {integrity: sha512-USas3QqffPHUY184dwQdP8qsvcVH/PWBYdXY5am7YTBACaQOMAlf6AKJs9FT8jiO6fQpxfgxuEtwmox+pBtlOg==} | ||
1067 | |||
1068 | '@turf/square-grid@6.5.0': | ||
1069 | resolution: {integrity: sha512-mlR0ayUdA+L4c9h7p4k3pX6gPWHNGuZkt2c5II1TJRmhLkW2557d6b/Vjfd1z9OVaajb1HinIs1FMSAPXuuUrA==} | ||
1070 | |||
1071 | '@turf/square@6.5.0': | ||
1072 | resolution: {integrity: sha512-BM2UyWDmiuHCadVhHXKIx5CQQbNCpOxB6S/aCNOCLbhCeypKX5Q0Aosc5YcmCJgkwO5BERCC6Ee7NMbNB2vHmQ==} | ||
1073 | |||
1074 | '@turf/standard-deviational-ellipse@6.5.0': | ||
1075 | resolution: {integrity: sha512-02CAlz8POvGPFK2BKK8uHGUk/LXb0MK459JVjKxLC2yJYieOBTqEbjP0qaWhiBhGzIxSMaqe8WxZ0KvqdnstHA==} | ||
1076 | |||
1077 | '@turf/tag@6.5.0': | ||
1078 | resolution: {integrity: sha512-XwlBvrOV38CQsrNfrxvBaAPBQgXMljeU0DV8ExOyGM7/hvuGHJw3y8kKnQ4lmEQcmcrycjDQhP7JqoRv8vFssg==} | ||
1079 | |||
1080 | '@turf/tesselate@6.5.0': | ||
1081 | resolution: {integrity: sha512-M1HXuyZFCfEIIKkglh/r5L9H3c5QTEsnMBoZOFQiRnGPGmJWcaBissGb7mTFX2+DKE7FNWXh4TDnZlaLABB0dQ==} | ||
1082 | |||
1083 | '@turf/tin@6.5.0': | ||
1084 | resolution: {integrity: sha512-YLYikRzKisfwj7+F+Tmyy/LE3d2H7D4kajajIfc9mlik2+esG7IolsX/+oUz1biguDYsG0DUA8kVYXDkobukfg==} | ||
1085 | |||
1086 | '@turf/transform-rotate@6.5.0': | ||
1087 | resolution: {integrity: sha512-A2Ip1v4246ZmpssxpcL0hhiVBEf4L8lGnSPWTgSv5bWBEoya2fa/0SnFX9xJgP40rMP+ZzRaCN37vLHbv1Guag==} | ||
1088 | |||
1089 | '@turf/transform-scale@6.5.0': | ||
1090 | resolution: {integrity: sha512-VsATGXC9rYM8qTjbQJ/P7BswKWXHdnSJ35JlV4OsZyHBMxJQHftvmZJsFbOqVtQnIQIzf2OAly6rfzVV9QLr7g==} | ||
1091 | |||
1092 | '@turf/transform-translate@6.5.0': | ||
1093 | resolution: {integrity: sha512-NABLw5VdtJt/9vSstChp93pc6oel4qXEos56RBMsPlYB8hzNTEKYtC146XJvyF4twJeeYS8RVe1u7KhoFwEM5w==} | ||
1094 | |||
1095 | '@turf/triangle-grid@6.5.0': | ||
1096 | resolution: {integrity: sha512-2jToUSAS1R1htq4TyLQYPTIsoy6wg3e3BQXjm2rANzw4wPQCXGOxrur1Fy9RtzwqwljlC7DF4tg0OnWr8RjmfA==} | ||
1097 | |||
1098 | '@turf/truncate@6.5.0': | ||
1099 | resolution: {integrity: sha512-pFxg71pLk+eJj134Z9yUoRhIi8vqnnKvCYwdT4x/DQl/19RVdq1tV3yqOT3gcTQNfniteylL5qV1uTBDV5sgrg==} | ||
1100 | |||
1101 | '@turf/turf@6.5.0': | ||
1102 | resolution: {integrity: sha512-ipMCPnhu59bh92MNt8+pr1VZQhHVuTMHklciQURo54heoxRzt1neNYZOBR6jdL+hNsbDGAECMuIpAutX+a3Y+w==} | ||
1103 | |||
1104 | '@turf/union@6.5.0': | ||
1105 | resolution: {integrity: sha512-igYWCwP/f0RFHIlC2c0SKDuM/ObBaqSljI3IdV/x71805QbIvY/BYGcJdyNcgEA6cylIGl/0VSlIbpJHZ9ldhw==} | ||
1106 | |||
1107 | '@turf/unkink-polygon@6.5.0': | ||
1108 | resolution: {integrity: sha512-8QswkzC0UqKmN1DT6HpA9upfa1HdAA5n6bbuzHy8NJOX8oVizVAqfEPY0wqqTgboDjmBR4yyImsdPGUl3gZ8JQ==} | ||
1109 | |||
1110 | '@turf/voronoi@6.5.0': | ||
1111 | resolution: {integrity: sha512-C/xUsywYX+7h1UyNqnydHXiun4UPjK88VDghtoRypR9cLlb7qozkiLRphQxxsCM0KxyxpVPHBVQXdAL3+Yurow==} | ||
1112 | |||
765 | '@types/body-parser@1.19.5': | 1113 | '@types/body-parser@1.19.5': |
766 | resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} | 1114 | resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} |
767 | 1115 | ||
... | @@ -789,6 +1137,9 @@ packages: | ... | @@ -789,6 +1137,9 @@ packages: |
789 | '@types/express@4.17.21': | 1137 | '@types/express@4.17.21': |
790 | resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==} | 1138 | resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==} |
791 | 1139 | ||
1140 | '@types/geojson@7946.0.8': | ||
1141 | resolution: {integrity: sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==} | ||
1142 | |||
792 | '@types/html-minifier-terser@6.1.0': | 1143 | '@types/html-minifier-terser@6.1.0': |
793 | resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==} | 1144 | resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==} |
794 | 1145 | ||
... | @@ -1149,6 +1500,10 @@ packages: | ... | @@ -1149,6 +1500,10 @@ packages: |
1149 | argparse@1.0.10: | 1500 | argparse@1.0.10: |
1150 | resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} | 1501 | resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} |
1151 | 1502 | ||
1503 | array-buffer-byte-length@1.0.1: | ||
1504 | resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} | ||
1505 | engines: {node: '>= 0.4'} | ||
1506 | |||
1152 | array-flatten@1.1.1: | 1507 | array-flatten@1.1.1: |
1153 | resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} | 1508 | resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} |
1154 | 1509 | ||
... | @@ -1163,6 +1518,9 @@ packages: | ... | @@ -1163,6 +1518,9 @@ packages: |
1163 | async@2.6.4: | 1518 | async@2.6.4: |
1164 | resolution: {integrity: sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==} | 1519 | resolution: {integrity: sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==} |
1165 | 1520 | ||
1521 | asynckit@0.4.0: | ||
1522 | resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} | ||
1523 | |||
1166 | at-least-node@1.0.0: | 1524 | at-least-node@1.0.0: |
1167 | resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} | 1525 | resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} |
1168 | engines: {node: '>= 4.0.0'} | 1526 | engines: {node: '>= 4.0.0'} |
... | @@ -1174,6 +1532,13 @@ packages: | ... | @@ -1174,6 +1532,13 @@ packages: |
1174 | peerDependencies: | 1532 | peerDependencies: |
1175 | postcss: ^8.1.0 | 1533 | postcss: ^8.1.0 |
1176 | 1534 | ||
1535 | available-typed-arrays@1.0.7: | ||
1536 | resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} | ||
1537 | engines: {node: '>= 0.4'} | ||
1538 | |||
1539 | axios@1.7.2: | ||
1540 | resolution: {integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==} | ||
1541 | |||
1177 | babel-loader@8.3.0: | 1542 | babel-loader@8.3.0: |
1178 | resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} | 1543 | resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} |
1179 | engines: {node: '>= 8.9'} | 1544 | engines: {node: '>= 8.9'} |
... | @@ -1364,6 +1729,10 @@ packages: | ... | @@ -1364,6 +1729,10 @@ packages: |
1364 | colorette@2.0.20: | 1729 | colorette@2.0.20: |
1365 | resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} | 1730 | resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} |
1366 | 1731 | ||
1732 | combined-stream@1.0.8: | ||
1733 | resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} | ||
1734 | engines: {node: '>= 0.8'} | ||
1735 | |||
1367 | commander@2.20.3: | 1736 | commander@2.20.3: |
1368 | resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} | 1737 | resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} |
1369 | 1738 | ||
... | @@ -1389,6 +1758,9 @@ packages: | ... | @@ -1389,6 +1758,9 @@ packages: |
1389 | concat-map@0.0.1: | 1758 | concat-map@0.0.1: |
1390 | resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} | 1759 | resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} |
1391 | 1760 | ||
1761 | concaveman@1.2.1: | ||
1762 | resolution: {integrity: sha512-PwZYKaM/ckQSa8peP5JpVr7IMJ4Nn/MHIaWUjP4be+KoZ7Botgs8seAZGpmaOM+UZXawcdYRao/px9ycrCihHw==} | ||
1763 | |||
1392 | connect-history-api-fallback@2.0.0: | 1764 | connect-history-api-fallback@2.0.0: |
1393 | resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==} | 1765 | resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==} |
1394 | engines: {node: '>=0.8'} | 1766 | engines: {node: '>=0.8'} |
... | @@ -1685,6 +2057,15 @@ packages: | ... | @@ -1685,6 +2057,15 @@ packages: |
1685 | csstype@3.1.3: | 2057 | csstype@3.1.3: |
1686 | resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} | 2058 | resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} |
1687 | 2059 | ||
2060 | d3-array@1.2.4: | ||
2061 | resolution: {integrity: sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==} | ||
2062 | |||
2063 | d3-geo@1.7.1: | ||
2064 | resolution: {integrity: sha512-O4AempWAr+P5qbk2bC2FuN/sDW4z+dN2wDf9QV3bxQt4M5HfOEeXLgJ/UKQW0+o1Dj8BE+L5kiDbdWUMjsmQpw==} | ||
2065 | |||
2066 | d3-voronoi@1.1.2: | ||
2067 | resolution: {integrity: sha512-RhGS1u2vavcO7ay7ZNAPo4xeDh/VYeGof3x5ZLJBQgYhLegxr3s5IykvWmJ94FTU6mcbtp4sloqZ54mP6R4Utw==} | ||
2068 | |||
1688 | de-indent@1.0.2: | 2069 | de-indent@1.0.2: |
1689 | resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} | 2070 | resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} |
1690 | 2071 | ||
... | @@ -1716,6 +2097,14 @@ packages: | ... | @@ -1716,6 +2097,14 @@ packages: |
1716 | supports-color: | 2097 | supports-color: |
1717 | optional: true | 2098 | optional: true |
1718 | 2099 | ||
2100 | deep-equal@1.1.2: | ||
2101 | resolution: {integrity: sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg==} | ||
2102 | engines: {node: '>= 0.4'} | ||
2103 | |||
2104 | deep-equal@2.2.3: | ||
2105 | resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} | ||
2106 | engines: {node: '>= 0.4'} | ||
2107 | |||
1719 | deep-is@0.1.4: | 2108 | deep-is@0.1.4: |
1720 | resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} | 2109 | resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} |
1721 | 2110 | ||
... | @@ -1742,6 +2131,13 @@ packages: | ... | @@ -1742,6 +2131,13 @@ packages: |
1742 | resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} | 2131 | resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} |
1743 | engines: {node: '>= 0.4'} | 2132 | engines: {node: '>= 0.4'} |
1744 | 2133 | ||
2134 | delayed-stream@1.0.0: | ||
2135 | resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} | ||
2136 | engines: {node: '>=0.4.0'} | ||
2137 | |||
2138 | density-clustering@1.3.0: | ||
2139 | resolution: {integrity: sha512-icpmBubVTwLnsaor9qH/4tG5+7+f61VcqMN3V3pm9sxxSCt2Jcs0zWOgwZW9ARJYaKD3FumIgHiMOcIMRRAzFQ==} | ||
2140 | |||
1745 | depd@1.1.2: | 2141 | depd@1.1.2: |
1746 | resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==} | 2142 | resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==} |
1747 | engines: {node: '>= 0.6'} | 2143 | engines: {node: '>= 0.6'} |
... | @@ -1798,10 +2194,16 @@ packages: | ... | @@ -1798,10 +2194,16 @@ packages: |
1798 | duplexer@0.1.2: | 2194 | duplexer@0.1.2: |
1799 | resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} | 2195 | resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} |
1800 | 2196 | ||
2197 | earcut@2.2.4: | ||
2198 | resolution: {integrity: sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==} | ||
2199 | |||
1801 | easy-stack@1.0.1: | 2200 | easy-stack@1.0.1: |
1802 | resolution: {integrity: sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==} | 2201 | resolution: {integrity: sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==} |
1803 | engines: {node: '>=6.0.0'} | 2202 | engines: {node: '>=6.0.0'} |
1804 | 2203 | ||
2204 | echarts@5.5.1: | ||
2205 | resolution: {integrity: sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==} | ||
2206 | |||
1805 | ee-first@1.1.1: | 2207 | ee-first@1.1.1: |
1806 | resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} | 2208 | resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} |
1807 | 2209 | ||
... | @@ -1851,6 +2253,9 @@ packages: | ... | @@ -1851,6 +2253,9 @@ packages: |
1851 | resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} | 2253 | resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} |
1852 | engines: {node: '>= 0.4'} | 2254 | engines: {node: '>= 0.4'} |
1853 | 2255 | ||
2256 | es-get-iterator@1.1.3: | ||
2257 | resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} | ||
2258 | |||
1854 | es-module-lexer@1.5.4: | 2259 | es-module-lexer@1.5.4: |
1855 | resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==} | 2260 | resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==} |
1856 | 2261 | ||
... | @@ -1938,6 +2343,11 @@ packages: | ... | @@ -1938,6 +2343,11 @@ packages: |
1938 | resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} | 2343 | resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} |
1939 | engines: {node: '>=4.0'} | 2344 | engines: {node: '>=4.0'} |
1940 | 2345 | ||
2346 | esri-leaflet@3.0.12: | ||
2347 | resolution: {integrity: sha512-Yi7oH/mK4quOlCe920yuEYvUk0BjJRjmmE78ReAdJT5EbibW5wJoT9DtvG3JEJD22mQ0oF1LhcfL0Wb5jRhDAQ==} | ||
2348 | peerDependencies: | ||
2349 | leaflet: ^1.0.0 | ||
2350 | |||
1941 | estraverse@4.3.0: | 2351 | estraverse@4.3.0: |
1942 | resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} | 2352 | resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} |
1943 | engines: {node: '>=4.0'} | 2353 | engines: {node: '>=4.0'} |
... | @@ -2051,6 +2461,13 @@ packages: | ... | @@ -2051,6 +2461,13 @@ packages: |
2051 | debug: | 2461 | debug: |
2052 | optional: true | 2462 | optional: true |
2053 | 2463 | ||
2464 | for-each@0.3.3: | ||
2465 | resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} | ||
2466 | |||
2467 | form-data@4.0.0: | ||
2468 | resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} | ||
2469 | engines: {node: '>= 6'} | ||
2470 | |||
2054 | forwarded@0.2.0: | 2471 | forwarded@0.2.0: |
2055 | resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} | 2472 | resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} |
2056 | engines: {node: '>= 0.6'} | 2473 | engines: {node: '>= 0.6'} |
... | @@ -2083,10 +2500,19 @@ packages: | ... | @@ -2083,10 +2500,19 @@ packages: |
2083 | functional-red-black-tree@1.0.1: | 2500 | functional-red-black-tree@1.0.1: |
2084 | resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==} | 2501 | resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==} |
2085 | 2502 | ||
2503 | functions-have-names@1.2.3: | ||
2504 | resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} | ||
2505 | |||
2086 | gensync@1.0.0-beta.2: | 2506 | gensync@1.0.0-beta.2: |
2087 | resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} | 2507 | resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} |
2088 | engines: {node: '>=6.9.0'} | 2508 | engines: {node: '>=6.9.0'} |
2089 | 2509 | ||
2510 | geojson-equality@0.1.6: | ||
2511 | resolution: {integrity: sha512-TqG8YbqizP3EfwP5Uw4aLu6pKkg6JQK9uq/XZ1lXQntvTHD1BBKJWhNpJ2M0ax6TuWMP3oyx6Oq7FCIfznrgpQ==} | ||
2512 | |||
2513 | geojson-rbush@3.2.0: | ||
2514 | resolution: {integrity: sha512-oVltQTXolxvsz1sZnutlSuLDEcQAKYC/uXt9zDzJJ6bu0W+baTI8LZBaTup5afzibEH4N3jlq2p+a152wlBJ7w==} | ||
2515 | |||
2090 | get-caller-file@2.0.5: | 2516 | get-caller-file@2.0.5: |
2091 | resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} | 2517 | resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} |
2092 | engines: {node: 6.* || 8.* || >= 10.*} | 2518 | engines: {node: 6.* || 8.* || >= 10.*} |
... | @@ -2147,6 +2573,9 @@ packages: | ... | @@ -2147,6 +2573,9 @@ packages: |
2147 | handle-thing@2.0.1: | 2573 | handle-thing@2.0.1: |
2148 | resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} | 2574 | resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} |
2149 | 2575 | ||
2576 | has-bigints@1.0.2: | ||
2577 | resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} | ||
2578 | |||
2150 | has-flag@3.0.0: | 2579 | has-flag@3.0.0: |
2151 | resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} | 2580 | resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} |
2152 | engines: {node: '>=4'} | 2581 | engines: {node: '>=4'} |
... | @@ -2166,6 +2595,10 @@ packages: | ... | @@ -2166,6 +2595,10 @@ packages: |
2166 | resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} | 2595 | resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} |
2167 | engines: {node: '>= 0.4'} | 2596 | engines: {node: '>= 0.4'} |
2168 | 2597 | ||
2598 | has-tostringtag@1.0.2: | ||
2599 | resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} | ||
2600 | engines: {node: '>= 0.4'} | ||
2601 | |||
2169 | hash-sum@1.0.2: | 2602 | hash-sum@1.0.2: |
2170 | resolution: {integrity: sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==} | 2603 | resolution: {integrity: sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==} |
2171 | 2604 | ||
... | @@ -2254,6 +2687,9 @@ packages: | ... | @@ -2254,6 +2687,9 @@ packages: |
2254 | resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} | 2687 | resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} |
2255 | engines: {node: '>=10.17.0'} | 2688 | engines: {node: '>=10.17.0'} |
2256 | 2689 | ||
2690 | i2d@0.0.5: | ||
2691 | resolution: {integrity: sha512-OiCxrFbD5r2umgv9EO5ASuNspIsHlAVrYSbVfzgiuOIhPPf5iHrywpDkgkg53EuunZ8LOGUsIlVR/4C3++HnUA==} | ||
2692 | |||
2257 | iconv-lite@0.4.24: | 2693 | iconv-lite@0.4.24: |
2258 | resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} | 2694 | resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} |
2259 | engines: {node: '>=0.10.0'} | 2695 | engines: {node: '>=0.10.0'} |
... | @@ -2275,6 +2711,9 @@ packages: | ... | @@ -2275,6 +2711,9 @@ packages: |
2275 | resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} | 2711 | resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} |
2276 | engines: {node: '>= 4'} | 2712 | engines: {node: '>= 4'} |
2277 | 2713 | ||
2714 | immediate@3.0.6: | ||
2715 | resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==} | ||
2716 | |||
2278 | import-fresh@3.3.0: | 2717 | import-fresh@3.3.0: |
2279 | resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} | 2718 | resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} |
2280 | engines: {node: '>=6'} | 2719 | engines: {node: '>=6'} |
... | @@ -2293,6 +2732,10 @@ packages: | ... | @@ -2293,6 +2732,10 @@ packages: |
2293 | inherits@2.0.4: | 2732 | inherits@2.0.4: |
2294 | resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} | 2733 | resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} |
2295 | 2734 | ||
2735 | internal-slot@1.0.7: | ||
2736 | resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} | ||
2737 | engines: {node: '>= 0.4'} | ||
2738 | |||
2296 | ipaddr.js@1.9.1: | 2739 | ipaddr.js@1.9.1: |
2297 | resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} | 2740 | resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} |
2298 | engines: {node: '>= 0.10'} | 2741 | engines: {node: '>= 0.10'} |
... | @@ -2301,13 +2744,32 @@ packages: | ... | @@ -2301,13 +2744,32 @@ packages: |
2301 | resolution: {integrity: sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==} | 2744 | resolution: {integrity: sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==} |
2302 | engines: {node: '>= 10'} | 2745 | engines: {node: '>= 10'} |
2303 | 2746 | ||
2747 | is-arguments@1.1.1: | ||
2748 | resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} | ||
2749 | engines: {node: '>= 0.4'} | ||
2750 | |||
2751 | is-array-buffer@3.0.4: | ||
2752 | resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} | ||
2753 | engines: {node: '>= 0.4'} | ||
2754 | |||
2304 | is-arrayish@0.2.1: | 2755 | is-arrayish@0.2.1: |
2305 | resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} | 2756 | resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} |
2306 | 2757 | ||
2758 | is-bigint@1.0.4: | ||
2759 | resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} | ||
2760 | |||
2307 | is-binary-path@2.1.0: | 2761 | is-binary-path@2.1.0: |
2308 | resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} | 2762 | resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} |
2309 | engines: {node: '>=8'} | 2763 | engines: {node: '>=8'} |
2310 | 2764 | ||
2765 | is-boolean-object@1.1.2: | ||
2766 | resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} | ||
2767 | engines: {node: '>= 0.4'} | ||
2768 | |||
2769 | is-callable@1.2.7: | ||
2770 | resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} | ||
2771 | engines: {node: '>= 0.4'} | ||
2772 | |||
2311 | is-ci@1.2.1: | 2773 | is-ci@1.2.1: |
2312 | resolution: {integrity: sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==} | 2774 | resolution: {integrity: sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==} |
2313 | hasBin: true | 2775 | hasBin: true |
... | @@ -2316,6 +2778,10 @@ packages: | ... | @@ -2316,6 +2778,10 @@ packages: |
2316 | resolution: {integrity: sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==} | 2778 | resolution: {integrity: sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==} |
2317 | engines: {node: '>= 0.4'} | 2779 | engines: {node: '>= 0.4'} |
2318 | 2780 | ||
2781 | is-date-object@1.0.5: | ||
2782 | resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} | ||
2783 | engines: {node: '>= 0.4'} | ||
2784 | |||
2319 | is-docker@2.2.1: | 2785 | is-docker@2.2.1: |
2320 | resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} | 2786 | resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} |
2321 | engines: {node: '>=8'} | 2787 | engines: {node: '>=8'} |
... | @@ -2344,6 +2810,14 @@ packages: | ... | @@ -2344,6 +2810,14 @@ packages: |
2344 | resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} | 2810 | resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} |
2345 | engines: {node: '>=8'} | 2811 | engines: {node: '>=8'} |
2346 | 2812 | ||
2813 | is-map@2.0.3: | ||
2814 | resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} | ||
2815 | engines: {node: '>= 0.4'} | ||
2816 | |||
2817 | is-number-object@1.0.7: | ||
2818 | resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} | ||
2819 | engines: {node: '>= 0.4'} | ||
2820 | |||
2347 | is-number@7.0.0: | 2821 | is-number@7.0.0: |
2348 | resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} | 2822 | resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} |
2349 | engines: {node: '>=0.12.0'} | 2823 | engines: {node: '>=0.12.0'} |
... | @@ -2356,6 +2830,18 @@ packages: | ... | @@ -2356,6 +2830,18 @@ packages: |
2356 | resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} | 2830 | resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} |
2357 | engines: {node: '>=0.10.0'} | 2831 | engines: {node: '>=0.10.0'} |
2358 | 2832 | ||
2833 | is-regex@1.1.4: | ||
2834 | resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} | ||
2835 | engines: {node: '>= 0.4'} | ||
2836 | |||
2837 | is-set@2.0.3: | ||
2838 | resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} | ||
2839 | engines: {node: '>= 0.4'} | ||
2840 | |||
2841 | is-shared-array-buffer@1.0.3: | ||
2842 | resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} | ||
2843 | engines: {node: '>= 0.4'} | ||
2844 | |||
2359 | is-stream@1.1.0: | 2845 | is-stream@1.1.0: |
2360 | resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==} | 2846 | resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==} |
2361 | engines: {node: '>=0.10.0'} | 2847 | engines: {node: '>=0.10.0'} |
... | @@ -2364,10 +2850,26 @@ packages: | ... | @@ -2364,10 +2850,26 @@ packages: |
2364 | resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} | 2850 | resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} |
2365 | engines: {node: '>=8'} | 2851 | engines: {node: '>=8'} |
2366 | 2852 | ||
2853 | is-string@1.0.7: | ||
2854 | resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} | ||
2855 | engines: {node: '>= 0.4'} | ||
2856 | |||
2857 | is-symbol@1.0.4: | ||
2858 | resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} | ||
2859 | engines: {node: '>= 0.4'} | ||
2860 | |||
2367 | is-unicode-supported@0.1.0: | 2861 | is-unicode-supported@0.1.0: |
2368 | resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} | 2862 | resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} |
2369 | engines: {node: '>=10'} | 2863 | engines: {node: '>=10'} |
2370 | 2864 | ||
2865 | is-weakmap@2.0.2: | ||
2866 | resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} | ||
2867 | engines: {node: '>= 0.4'} | ||
2868 | |||
2869 | is-weakset@2.0.3: | ||
2870 | resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} | ||
2871 | engines: {node: '>= 0.4'} | ||
2872 | |||
2371 | is-wsl@2.2.0: | 2873 | is-wsl@2.2.0: |
2372 | resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} | 2874 | resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} |
2373 | engines: {node: '>=8'} | 2875 | engines: {node: '>=8'} |
... | @@ -2375,6 +2877,9 @@ packages: | ... | @@ -2375,6 +2877,9 @@ packages: |
2375 | isarray@1.0.0: | 2877 | isarray@1.0.0: |
2376 | resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} | 2878 | resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} |
2377 | 2879 | ||
2880 | isarray@2.0.5: | ||
2881 | resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} | ||
2882 | |||
2378 | isexe@2.0.0: | 2883 | isexe@2.0.0: |
2379 | resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} | 2884 | resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} |
2380 | 2885 | ||
... | @@ -2446,6 +2951,9 @@ packages: | ... | @@ -2446,6 +2951,9 @@ packages: |
2446 | jsonfile@6.1.0: | 2951 | jsonfile@6.1.0: |
2447 | resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} | 2952 | resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} |
2448 | 2953 | ||
2954 | jszip@3.10.1: | ||
2955 | resolution: {integrity: sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==} | ||
2956 | |||
2449 | keyv@4.5.4: | 2957 | keyv@4.5.4: |
2450 | resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} | 2958 | resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} |
2451 | 2959 | ||
... | @@ -2463,10 +2971,16 @@ packages: | ... | @@ -2463,10 +2971,16 @@ packages: |
2463 | launch-editor@2.8.0: | 2971 | launch-editor@2.8.0: |
2464 | resolution: {integrity: sha512-vJranOAJrI/llyWGRQqiDM+adrw+k83fvmmx3+nV47g3+36xM15jE+zyZ6Ffel02+xSvuM0b2GDRosXZkbb6wA==} | 2972 | resolution: {integrity: sha512-vJranOAJrI/llyWGRQqiDM+adrw+k83fvmmx3+nV47g3+36xM15jE+zyZ6Ffel02+xSvuM0b2GDRosXZkbb6wA==} |
2465 | 2973 | ||
2974 | leaflet@1.9.4: | ||
2975 | resolution: {integrity: sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==} | ||
2976 | |||
2466 | levn@0.4.1: | 2977 | levn@0.4.1: |
2467 | resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} | 2978 | resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} |
2468 | engines: {node: '>= 0.8.0'} | 2979 | engines: {node: '>= 0.8.0'} |
2469 | 2980 | ||
2981 | lie@3.3.0: | ||
2982 | resolution: {integrity: sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==} | ||
2983 | |||
2470 | lilconfig@2.1.0: | 2984 | lilconfig@2.1.0: |
2471 | resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} | 2985 | resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} |
2472 | engines: {node: '>=10'} | 2986 | engines: {node: '>=10'} |
... | @@ -2538,6 +3052,10 @@ packages: | ... | @@ -2538,6 +3052,10 @@ packages: |
2538 | resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} | 3052 | resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} |
2539 | engines: {node: '>=10'} | 3053 | engines: {node: '>=10'} |
2540 | 3054 | ||
3055 | lru-cache@7.18.3: | ||
3056 | resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} | ||
3057 | engines: {node: '>=12'} | ||
3058 | |||
2541 | magic-string@0.30.10: | 3059 | magic-string@0.30.10: |
2542 | resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} | 3060 | resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} |
2543 | 3061 | ||
... | @@ -2573,6 +3091,9 @@ packages: | ... | @@ -2573,6 +3091,9 @@ packages: |
2573 | resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} | 3091 | resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} |
2574 | engines: {node: '>= 0.6'} | 3092 | engines: {node: '>= 0.6'} |
2575 | 3093 | ||
3094 | mgrs@1.0.0: | ||
3095 | resolution: {integrity: sha512-awNbTOqCxK1DBGjalK3xqWIstBZgN6fxsMSiXLs9/spqWkF2pAhb2rrYCFSsr1/tT7PhcDGjZndG8SWYn0byYA==} | ||
3096 | |||
2576 | micromatch@4.0.7: | 3097 | micromatch@4.0.7: |
2577 | resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} | 3098 | resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} |
2578 | engines: {node: '>=8.6'} | 3099 | engines: {node: '>=8.6'} |
... | @@ -2723,6 +3244,10 @@ packages: | ... | @@ -2723,6 +3244,10 @@ packages: |
2723 | resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==} | 3244 | resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==} |
2724 | engines: {node: '>= 0.4'} | 3245 | engines: {node: '>= 0.4'} |
2725 | 3246 | ||
3247 | object-is@1.1.6: | ||
3248 | resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==} | ||
3249 | engines: {node: '>= 0.4'} | ||
3250 | |||
2726 | object-keys@1.1.1: | 3251 | object-keys@1.1.1: |
2727 | resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} | 3252 | resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} |
2728 | engines: {node: '>= 0.4'} | 3253 | engines: {node: '>= 0.4'} |
... | @@ -2789,6 +3314,9 @@ packages: | ... | @@ -2789,6 +3314,9 @@ packages: |
2789 | resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} | 3314 | resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} |
2790 | engines: {node: '>=6'} | 3315 | engines: {node: '>=6'} |
2791 | 3316 | ||
3317 | pako@1.0.11: | ||
3318 | resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} | ||
3319 | |||
2792 | param-case@3.0.4: | 3320 | param-case@3.0.4: |
2793 | resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} | 3321 | resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} |
2794 | 3322 | ||
... | @@ -2809,6 +3337,9 @@ packages: | ... | @@ -2809,6 +3337,9 @@ packages: |
2809 | parse5@6.0.1: | 3337 | parse5@6.0.1: |
2810 | resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} | 3338 | resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} |
2811 | 3339 | ||
3340 | parsedbf@1.1.1: | ||
3341 | resolution: {integrity: sha512-jndFmhcrzSAGCMccM4za+3bIRxqV6L2doQjYN8Xgz0kZUpyBT5I8Gs6Y6hL5GcO2rih9OBkPcLlx2uBoLi8R8Q==} | ||
3342 | |||
2812 | parseurl@1.3.3: | 3343 | parseurl@1.3.3: |
2813 | resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} | 3344 | resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} |
2814 | engines: {node: '>= 0.8'} | 3345 | engines: {node: '>= 0.8'} |
... | @@ -2856,10 +3387,20 @@ packages: | ... | @@ -2856,10 +3387,20 @@ packages: |
2856 | resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} | 3387 | resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} |
2857 | engines: {node: '>=8'} | 3388 | engines: {node: '>=8'} |
2858 | 3389 | ||
3390 | point-in-polygon@1.1.0: | ||
3391 | resolution: {integrity: sha512-3ojrFwjnnw8Q9242TzgXuTD+eKiutbzyslcq1ydfu82Db2y+Ogbmyrkpv0Hgj31qwT3lbS9+QAAO/pIQM35XRw==} | ||
3392 | |||
3393 | polygon-clipping@0.15.7: | ||
3394 | resolution: {integrity: sha512-nhfdr83ECBg6xtqOAJab1tbksbBAOMUltN60bU+llHVOL0e5Onm1WpAXXWXVB39L8AJFssoIhEVuy/S90MmotA==} | ||
3395 | |||
2859 | portfinder@1.0.32: | 3396 | portfinder@1.0.32: |
2860 | resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==} | 3397 | resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==} |
2861 | engines: {node: '>= 0.12.0'} | 3398 | engines: {node: '>= 0.12.0'} |
2862 | 3399 | ||
3400 | possible-typed-array-names@1.0.0: | ||
3401 | resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} | ||
3402 | engines: {node: '>= 0.4'} | ||
3403 | |||
2863 | postcss-calc@8.2.4: | 3404 | postcss-calc@8.2.4: |
2864 | resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==} | 3405 | resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==} |
2865 | peerDependencies: | 3406 | peerDependencies: |
... | @@ -3092,10 +3633,19 @@ packages: | ... | @@ -3092,10 +3633,19 @@ packages: |
3092 | resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} | 3633 | resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} |
3093 | engines: {node: '>=0.4.0'} | 3634 | engines: {node: '>=0.4.0'} |
3094 | 3635 | ||
3636 | proj4@2.11.0: | ||
3637 | resolution: {integrity: sha512-SasuTkAx8HnWQHfIyhkdUNJorSJqINHAN3EyMWYiQRVorftz9DHz650YraFgczwgtHOxqnfuDxSNv3C8MUnHeg==} | ||
3638 | |||
3639 | proj4leaflet@1.0.2: | ||
3640 | resolution: {integrity: sha512-6GdDeUlhX/tHUiMEj80xQhlPjwrXcdfD0D5OBymY8WvxfbmZcdhNqQk7n7nFf53ue6QdP9ls9ZPjsAxnbZDTsw==} | ||
3641 | |||
3095 | proxy-addr@2.0.7: | 3642 | proxy-addr@2.0.7: |
3096 | resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} | 3643 | resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} |
3097 | engines: {node: '>= 0.10'} | 3644 | engines: {node: '>= 0.10'} |
3098 | 3645 | ||
3646 | proxy-from-env@1.1.0: | ||
3647 | resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} | ||
3648 | |||
3099 | pseudomap@1.0.2: | 3649 | pseudomap@1.0.2: |
3100 | resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} | 3650 | resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} |
3101 | 3651 | ||
... | @@ -3113,6 +3663,12 @@ packages: | ... | @@ -3113,6 +3663,12 @@ packages: |
3113 | queue-microtask@1.2.3: | 3663 | queue-microtask@1.2.3: |
3114 | resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} | 3664 | resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} |
3115 | 3665 | ||
3666 | quickselect@1.1.1: | ||
3667 | resolution: {integrity: sha512-qN0Gqdw4c4KGPsBOQafj6yj/PA6c/L63f6CaZ/DCF/xF4Esu3jVmKLUDYxghFx8Kb/O7y9tI7x2RjTSXwdK1iQ==} | ||
3668 | |||
3669 | quickselect@2.0.0: | ||
3670 | resolution: {integrity: sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==} | ||
3671 | |||
3116 | randombytes@2.1.0: | 3672 | randombytes@2.1.0: |
3117 | resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} | 3673 | resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} |
3118 | 3674 | ||
... | @@ -3124,6 +3680,12 @@ packages: | ... | @@ -3124,6 +3680,12 @@ packages: |
3124 | resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} | 3680 | resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} |
3125 | engines: {node: '>= 0.8'} | 3681 | engines: {node: '>= 0.8'} |
3126 | 3682 | ||
3683 | rbush@2.0.2: | ||
3684 | resolution: {integrity: sha512-XBOuALcTm+O/H8G90b6pzu6nX6v2zCKiFG4BJho8a+bY6AER6t8uQUZdi5bomQc0AprCWhEGa7ncAbbRap0bRA==} | ||
3685 | |||
3686 | rbush@3.0.1: | ||
3687 | resolution: {integrity: sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==} | ||
3688 | |||
3127 | read-pkg-up@7.0.1: | 3689 | read-pkg-up@7.0.1: |
3128 | resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} | 3690 | resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} |
3129 | engines: {node: '>=8'} | 3691 | engines: {node: '>=8'} |
... | @@ -3156,6 +3718,10 @@ packages: | ... | @@ -3156,6 +3718,10 @@ packages: |
3156 | regenerator-transform@0.15.2: | 3718 | regenerator-transform@0.15.2: |
3157 | resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} | 3719 | resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} |
3158 | 3720 | ||
3721 | regexp.prototype.flags@1.5.2: | ||
3722 | resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} | ||
3723 | engines: {node: '>= 0.4'} | ||
3724 | |||
3159 | regexpp@3.2.0: | 3725 | regexpp@3.2.0: |
3160 | resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} | 3726 | resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} |
3161 | engines: {node: '>=8'} | 3727 | engines: {node: '>=8'} |
... | @@ -3215,6 +3781,12 @@ packages: | ... | @@ -3215,6 +3781,12 @@ packages: |
3215 | deprecated: Rimraf versions prior to v4 are no longer supported | 3781 | deprecated: Rimraf versions prior to v4 are no longer supported |
3216 | hasBin: true | 3782 | hasBin: true |
3217 | 3783 | ||
3784 | robust-predicates@2.0.4: | ||
3785 | resolution: {integrity: sha512-l4NwboJM74Ilm4VKfbAtFeGq7aEjWL+5kVFcmgFA2MrdnQWx9iE/tUGvxY5HyMI7o/WpSIUFLbC5fbeaHgSCYg==} | ||
3786 | |||
3787 | robust-predicates@3.0.2: | ||
3788 | resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} | ||
3789 | |||
3218 | run-parallel@1.2.0: | 3790 | run-parallel@1.2.0: |
3219 | resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} | 3791 | resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} |
3220 | 3792 | ||
... | @@ -3278,6 +3850,13 @@ packages: | ... | @@ -3278,6 +3850,13 @@ packages: |
3278 | resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} | 3850 | resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} |
3279 | engines: {node: '>= 0.4'} | 3851 | engines: {node: '>= 0.4'} |
3280 | 3852 | ||
3853 | set-function-name@2.0.2: | ||
3854 | resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} | ||
3855 | engines: {node: '>= 0.4'} | ||
3856 | |||
3857 | setimmediate@1.0.5: | ||
3858 | resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} | ||
3859 | |||
3281 | setprototypeof@1.1.0: | 3860 | setprototypeof@1.1.0: |
3282 | resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} | 3861 | resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} |
3283 | 3862 | ||
... | @@ -3307,6 +3886,9 @@ packages: | ... | @@ -3307,6 +3886,9 @@ packages: |
3307 | shell-quote@1.8.1: | 3886 | shell-quote@1.8.1: |
3308 | resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} | 3887 | resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} |
3309 | 3888 | ||
3889 | shp-geojson@2.0.0: | ||
3890 | resolution: {integrity: sha512-OCJ/IWt9F4wJtrftVyo+gMq4N1LbUUNiWtzzfrm/fscwm54d82dRM8tEEch1b8eGeFWWQrY0VFHDFfqEfJiFZw==} | ||
3891 | |||
3310 | side-channel@1.0.6: | 3892 | side-channel@1.0.6: |
3311 | resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} | 3893 | resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} |
3312 | engines: {node: '>= 0.4'} | 3894 | engines: {node: '>= 0.4'} |
... | @@ -3318,6 +3900,9 @@ packages: | ... | @@ -3318,6 +3900,9 @@ packages: |
3318 | resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} | 3900 | resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} |
3319 | engines: {node: '>= 10'} | 3901 | engines: {node: '>= 10'} |
3320 | 3902 | ||
3903 | skmeans@0.9.7: | ||
3904 | resolution: {integrity: sha512-hNj1/oZ7ygsfmPZ7ZfN5MUBRoGg1gtpnImuJBgLO0ljQ67DtJuiQaiYdS4lUA6s0KCwnPhGivtC/WRwIZLkHyg==} | ||
3905 | |||
3321 | slash@3.0.0: | 3906 | slash@3.0.0: |
3322 | resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} | 3907 | resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} |
3323 | engines: {node: '>=8'} | 3908 | engines: {node: '>=8'} |
... | @@ -3359,6 +3944,9 @@ packages: | ... | @@ -3359,6 +3944,9 @@ packages: |
3359 | resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} | 3944 | resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} |
3360 | engines: {node: '>=6.0.0'} | 3945 | engines: {node: '>=6.0.0'} |
3361 | 3946 | ||
3947 | splaytree@3.1.2: | ||
3948 | resolution: {integrity: sha512-4OM2BJgC5UzrhVnnJA4BkHKGtjXNzzUfpQjCO8I05xYPsfS/VuQDwjCGGMi8rYQilHEV4j8NBqTFbls/PZEE7A==} | ||
3949 | |||
3362 | sprintf-js@1.0.3: | 3950 | sprintf-js@1.0.3: |
3363 | resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} | 3951 | resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} |
3364 | 3952 | ||
... | @@ -3381,6 +3969,10 @@ packages: | ... | @@ -3381,6 +3969,10 @@ packages: |
3381 | resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} | 3969 | resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} |
3382 | engines: {node: '>= 0.8'} | 3970 | engines: {node: '>= 0.8'} |
3383 | 3971 | ||
3972 | stop-iteration-iterator@1.0.0: | ||
3973 | resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} | ||
3974 | engines: {node: '>= 0.4'} | ||
3975 | |||
3384 | string-width@2.1.1: | 3976 | string-width@2.1.1: |
3385 | resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==} | 3977 | resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==} |
3386 | engines: {node: '>=4'} | 3978 | engines: {node: '>=4'} |
... | @@ -3478,6 +4070,9 @@ packages: | ... | @@ -3478,6 +4070,9 @@ packages: |
3478 | engines: {node: '>=10'} | 4070 | engines: {node: '>=10'} |
3479 | hasBin: true | 4071 | hasBin: true |
3480 | 4072 | ||
4073 | text-encoding-polyfill@0.6.7: | ||
4074 | resolution: {integrity: sha512-/DZ1XJqhbqRkCop6s9ZFu8JrFRwmVuHg4quIRm+ziFkR3N3ec6ck6yBvJ1GYeEQZhLVwRW0rZE+C3SSJpy0RTg==} | ||
4075 | |||
3481 | text-table@0.2.0: | 4076 | text-table@0.2.0: |
3482 | resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} | 4077 | resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} |
3483 | 4078 | ||
... | @@ -3497,6 +4092,12 @@ packages: | ... | @@ -3497,6 +4092,12 @@ packages: |
3497 | thunky@1.1.0: | 4092 | thunky@1.1.0: |
3498 | resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} | 4093 | resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} |
3499 | 4094 | ||
4095 | tiny-binary-search@1.0.3: | ||
4096 | resolution: {integrity: sha512-STSHX/L5nI9WTLv6wrzJbAPbO7OIISX83KFBh2GVbX1Uz/vgZOU/ANn/8iV6t35yMTpoPzzO+3OQid3mifE0CA==} | ||
4097 | |||
4098 | tinyqueue@2.0.3: | ||
4099 | resolution: {integrity: sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==} | ||
4100 | |||
3500 | to-fast-properties@2.0.0: | 4101 | to-fast-properties@2.0.0: |
3501 | resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} | 4102 | resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} |
3502 | engines: {node: '>=4'} | 4103 | engines: {node: '>=4'} |
... | @@ -3509,6 +4110,14 @@ packages: | ... | @@ -3509,6 +4110,14 @@ packages: |
3509 | resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} | 4110 | resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} |
3510 | engines: {node: '>=0.6'} | 4111 | engines: {node: '>=0.6'} |
3511 | 4112 | ||
4113 | topojson-client@3.1.0: | ||
4114 | resolution: {integrity: sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==} | ||
4115 | hasBin: true | ||
4116 | |||
4117 | topojson-server@3.0.1: | ||
4118 | resolution: {integrity: sha512-/VS9j/ffKr2XAOjlZ9CgyyeLmgJ9dMwq6Y0YEON8O7p/tGGk+dCWnrE03zEdu7i4L7YsFZLEPZPzCvcB7lEEXw==} | ||
4119 | hasBin: true | ||
4120 | |||
3512 | totalist@3.0.1: | 4121 | totalist@3.0.1: |
3513 | resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} | 4122 | resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} |
3514 | engines: {node: '>=6'} | 4123 | engines: {node: '>=6'} |
... | @@ -3516,9 +4125,15 @@ packages: | ... | @@ -3516,9 +4125,15 @@ packages: |
3516 | tr46@0.0.3: | 4125 | tr46@0.0.3: |
3517 | resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} | 4126 | resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} |
3518 | 4127 | ||
4128 | tslib@2.3.0: | ||
4129 | resolution: {integrity: sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==} | ||
4130 | |||
3519 | tslib@2.6.3: | 4131 | tslib@2.6.3: |
3520 | resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} | 4132 | resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} |
3521 | 4133 | ||
4134 | turf-jsts@1.2.3: | ||
4135 | resolution: {integrity: sha512-Ja03QIJlPuHt4IQ2FfGex4F4JAr8m3jpaHbFbQrgwr7s7L6U8ocrHiF3J1+wf9jzhGKxvDeaCAnGDot8OjGFyA==} | ||
4136 | |||
3522 | type-check@0.4.0: | 4137 | type-check@0.4.0: |
3523 | resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} | 4138 | resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} |
3524 | engines: {node: '>= 0.8.0'} | 4139 | engines: {node: '>= 0.8.0'} |
... | @@ -3639,6 +4254,11 @@ packages: | ... | @@ -3639,6 +4254,11 @@ packages: |
3639 | vue: | 4254 | vue: |
3640 | optional: true | 4255 | optional: true |
3641 | 4256 | ||
4257 | vue-router@3.5.1: | ||
4258 | resolution: {integrity: sha512-RRQNLT8Mzr8z7eL4p7BtKvRaTSGdCbTy2+Mm5HTJvLGYSSeG9gDzNasJPP/yOYKLy+/cLG/ftrqq5fvkFwBJEw==} | ||
4259 | peerDependencies: | ||
4260 | vue: ^2 | ||
4261 | |||
3642 | vue-style-loader@4.1.3: | 4262 | vue-style-loader@4.1.3: |
3643 | resolution: {integrity: sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==} | 4263 | resolution: {integrity: sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==} |
3644 | 4264 | ||
... | @@ -3729,6 +4349,17 @@ packages: | ... | @@ -3729,6 +4349,17 @@ packages: |
3729 | whatwg-url@5.0.0: | 4349 | whatwg-url@5.0.0: |
3730 | resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} | 4350 | resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} |
3731 | 4351 | ||
4352 | which-boxed-primitive@1.0.2: | ||
4353 | resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} | ||
4354 | |||
4355 | which-collection@1.0.2: | ||
4356 | resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} | ||
4357 | engines: {node: '>= 0.4'} | ||
4358 | |||
4359 | which-typed-array@1.1.15: | ||
4360 | resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} | ||
4361 | engines: {node: '>= 0.4'} | ||
4362 | |||
3732 | which@1.3.1: | 4363 | which@1.3.1: |
3733 | resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} | 4364 | resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} |
3734 | hasBin: true | 4365 | hasBin: true |
... | @@ -3741,6 +4372,9 @@ packages: | ... | @@ -3741,6 +4372,9 @@ packages: |
3741 | wildcard@2.0.1: | 4372 | wildcard@2.0.1: |
3742 | resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} | 4373 | resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} |
3743 | 4374 | ||
4375 | wkt-parser@1.3.3: | ||
4376 | resolution: {integrity: sha512-ZnV3yH8/k58ZPACOXeiHaMuXIiaTk1t0hSUVisbO0t4RjA5wPpUytcxeyiN2h+LZRrmuHIh/1UlrR9e7DHDvTw==} | ||
4377 | |||
3744 | word-wrap@1.2.5: | 4378 | word-wrap@1.2.5: |
3745 | resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} | 4379 | resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} |
3746 | engines: {node: '>=0.10.0'} | 4380 | engines: {node: '>=0.10.0'} |
... | @@ -3809,6 +4443,9 @@ packages: | ... | @@ -3809,6 +4443,9 @@ packages: |
3809 | resolution: {integrity: sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw==} | 4443 | resolution: {integrity: sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw==} |
3810 | engines: {node: '>=4'} | 4444 | engines: {node: '>=4'} |
3811 | 4445 | ||
4446 | zrender@5.6.0: | ||
4447 | resolution: {integrity: sha512-uzgraf4njmmHAbEUxMJ8Oxg+P3fT04O+9p7gY+wJRVxo8Ge+KmYv0WJev945EH4wFuc4OY2NLXz46FZrWS9xJg==} | ||
4448 | |||
3812 | snapshots: | 4449 | snapshots: |
3813 | 4450 | ||
3814 | '@achrinza/node-ipc@9.2.9': | 4451 | '@achrinza/node-ipc@9.2.9': |
... | @@ -4741,42 +5378,879 @@ snapshots: | ... | @@ -4741,42 +5378,879 @@ snapshots: |
4741 | 5378 | ||
4742 | '@soda/get-current-script@1.0.2': {} | 5379 | '@soda/get-current-script@1.0.2': {} |
4743 | 5380 | ||
5381 | '@terraformer/arcgis@2.1.2': | ||
5382 | dependencies: | ||
5383 | '@terraformer/common': 2.1.2 | ||
5384 | |||
5385 | '@terraformer/common@2.1.2': {} | ||
5386 | |||
4744 | '@trysound/sax@0.2.0': {} | 5387 | '@trysound/sax@0.2.0': {} |
4745 | 5388 | ||
4746 | '@types/body-parser@1.19.5': | 5389 | '@turf/along@6.5.0': |
4747 | dependencies: | 5390 | dependencies: |
4748 | '@types/connect': 3.4.38 | 5391 | '@turf/bearing': 6.5.0 |
4749 | '@types/node': 20.14.10 | 5392 | '@turf/destination': 6.5.0 |
5393 | '@turf/distance': 6.5.0 | ||
5394 | '@turf/helpers': 6.5.0 | ||
5395 | '@turf/invariant': 6.5.0 | ||
4750 | 5396 | ||
4751 | '@types/bonjour@3.5.13': | 5397 | '@turf/angle@6.5.0': |
4752 | dependencies: | 5398 | dependencies: |
4753 | '@types/node': 20.14.10 | 5399 | '@turf/bearing': 6.5.0 |
5400 | '@turf/helpers': 6.5.0 | ||
5401 | '@turf/invariant': 6.5.0 | ||
5402 | '@turf/rhumb-bearing': 6.5.0 | ||
4754 | 5403 | ||
4755 | '@types/connect-history-api-fallback@1.5.4': | 5404 | '@turf/area@6.5.0': |
4756 | dependencies: | 5405 | dependencies: |
4757 | '@types/express-serve-static-core': 4.19.5 | 5406 | '@turf/helpers': 6.5.0 |
4758 | '@types/node': 20.14.10 | 5407 | '@turf/meta': 6.5.0 |
4759 | 5408 | ||
4760 | '@types/connect@3.4.38': | 5409 | '@turf/bbox-clip@6.5.0': |
4761 | dependencies: | 5410 | dependencies: |
4762 | '@types/node': 20.14.10 | 5411 | '@turf/helpers': 6.5.0 |
5412 | '@turf/invariant': 6.5.0 | ||
4763 | 5413 | ||
4764 | '@types/eslint-scope@3.7.7': | 5414 | '@turf/bbox-polygon@6.5.0': |
4765 | dependencies: | 5415 | dependencies: |
4766 | '@types/eslint': 8.56.10 | 5416 | '@turf/helpers': 6.5.0 |
4767 | '@types/estree': 1.0.5 | ||
4768 | 5417 | ||
4769 | '@types/eslint@8.56.10': | 5418 | '@turf/bbox@6.5.0': |
4770 | dependencies: | 5419 | dependencies: |
4771 | '@types/estree': 1.0.5 | 5420 | '@turf/helpers': 6.5.0 |
4772 | '@types/json-schema': 7.0.15 | 5421 | '@turf/meta': 6.5.0 |
4773 | 5422 | ||
4774 | '@types/estree@1.0.5': {} | 5423 | '@turf/bbox@7.0.0': |
5424 | dependencies: | ||
5425 | '@turf/helpers': 7.0.0 | ||
5426 | '@turf/meta': 7.0.0 | ||
5427 | tslib: 2.6.3 | ||
4775 | 5428 | ||
4776 | '@types/express-serve-static-core@4.19.5': | 5429 | '@turf/bearing@6.5.0': |
4777 | dependencies: | 5430 | dependencies: |
4778 | '@types/node': 20.14.10 | 5431 | '@turf/helpers': 6.5.0 |
4779 | '@types/qs': 6.9.15 | 5432 | '@turf/invariant': 6.5.0 |
5433 | |||
5434 | '@turf/bezier-spline@6.5.0': | ||
5435 | dependencies: | ||
5436 | '@turf/helpers': 6.5.0 | ||
5437 | '@turf/invariant': 6.5.0 | ||
5438 | |||
5439 | '@turf/boolean-clockwise@6.5.0': | ||
5440 | dependencies: | ||
5441 | '@turf/helpers': 6.5.0 | ||
5442 | '@turf/invariant': 6.5.0 | ||
5443 | |||
5444 | '@turf/boolean-contains@6.5.0': | ||
5445 | dependencies: | ||
5446 | '@turf/bbox': 6.5.0 | ||
5447 | '@turf/boolean-point-in-polygon': 6.5.0 | ||
5448 | '@turf/boolean-point-on-line': 6.5.0 | ||
5449 | '@turf/helpers': 6.5.0 | ||
5450 | '@turf/invariant': 6.5.0 | ||
5451 | |||
5452 | '@turf/boolean-crosses@6.5.0': | ||
5453 | dependencies: | ||
5454 | '@turf/boolean-point-in-polygon': 6.5.0 | ||
5455 | '@turf/helpers': 6.5.0 | ||
5456 | '@turf/invariant': 6.5.0 | ||
5457 | '@turf/line-intersect': 6.5.0 | ||
5458 | '@turf/polygon-to-line': 6.5.0 | ||
5459 | |||
5460 | '@turf/boolean-disjoint@6.5.0': | ||
5461 | dependencies: | ||
5462 | '@turf/boolean-point-in-polygon': 6.5.0 | ||
5463 | '@turf/helpers': 6.5.0 | ||
5464 | '@turf/line-intersect': 6.5.0 | ||
5465 | '@turf/meta': 6.5.0 | ||
5466 | '@turf/polygon-to-line': 6.5.0 | ||
5467 | |||
5468 | '@turf/boolean-equal@6.5.0': | ||
5469 | dependencies: | ||
5470 | '@turf/clean-coords': 6.5.0 | ||
5471 | '@turf/helpers': 6.5.0 | ||
5472 | '@turf/invariant': 6.5.0 | ||
5473 | geojson-equality: 0.1.6 | ||
5474 | |||
5475 | '@turf/boolean-intersects@6.5.0': | ||
5476 | dependencies: | ||
5477 | '@turf/boolean-disjoint': 6.5.0 | ||
5478 | '@turf/helpers': 6.5.0 | ||
5479 | '@turf/meta': 6.5.0 | ||
5480 | |||
5481 | '@turf/boolean-overlap@6.5.0': | ||
5482 | dependencies: | ||
5483 | '@turf/helpers': 6.5.0 | ||
5484 | '@turf/invariant': 6.5.0 | ||
5485 | '@turf/line-intersect': 6.5.0 | ||
5486 | '@turf/line-overlap': 6.5.0 | ||
5487 | '@turf/meta': 6.5.0 | ||
5488 | geojson-equality: 0.1.6 | ||
5489 | |||
5490 | '@turf/boolean-parallel@6.5.0': | ||
5491 | dependencies: | ||
5492 | '@turf/clean-coords': 6.5.0 | ||
5493 | '@turf/helpers': 6.5.0 | ||
5494 | '@turf/line-segment': 6.5.0 | ||
5495 | '@turf/rhumb-bearing': 6.5.0 | ||
5496 | |||
5497 | '@turf/boolean-point-in-polygon@6.5.0': | ||
5498 | dependencies: | ||
5499 | '@turf/helpers': 6.5.0 | ||
5500 | '@turf/invariant': 6.5.0 | ||
5501 | |||
5502 | '@turf/boolean-point-on-line@6.5.0': | ||
5503 | dependencies: | ||
5504 | '@turf/helpers': 6.5.0 | ||
5505 | '@turf/invariant': 6.5.0 | ||
5506 | |||
5507 | '@turf/boolean-within@6.5.0': | ||
5508 | dependencies: | ||
5509 | '@turf/bbox': 6.5.0 | ||
5510 | '@turf/boolean-point-in-polygon': 6.5.0 | ||
5511 | '@turf/boolean-point-on-line': 6.5.0 | ||
5512 | '@turf/helpers': 6.5.0 | ||
5513 | '@turf/invariant': 6.5.0 | ||
5514 | |||
5515 | '@turf/buffer@6.5.0': | ||
5516 | dependencies: | ||
5517 | '@turf/bbox': 6.5.0 | ||
5518 | '@turf/center': 6.5.0 | ||
5519 | '@turf/helpers': 6.5.0 | ||
5520 | '@turf/meta': 6.5.0 | ||
5521 | '@turf/projection': 6.5.0 | ||
5522 | d3-geo: 1.7.1 | ||
5523 | turf-jsts: 1.2.3 | ||
5524 | |||
5525 | '@turf/center-mean@6.5.0': | ||
5526 | dependencies: | ||
5527 | '@turf/bbox': 6.5.0 | ||
5528 | '@turf/helpers': 6.5.0 | ||
5529 | '@turf/meta': 6.5.0 | ||
5530 | |||
5531 | '@turf/center-median@6.5.0': | ||
5532 | dependencies: | ||
5533 | '@turf/center-mean': 6.5.0 | ||
5534 | '@turf/centroid': 6.5.0 | ||
5535 | '@turf/distance': 6.5.0 | ||
5536 | '@turf/helpers': 6.5.0 | ||
5537 | '@turf/meta': 6.5.0 | ||
5538 | |||
5539 | '@turf/center-of-mass@6.5.0': | ||
5540 | dependencies: | ||
5541 | '@turf/centroid': 6.5.0 | ||
5542 | '@turf/convex': 6.5.0 | ||
5543 | '@turf/helpers': 6.5.0 | ||
5544 | '@turf/invariant': 6.5.0 | ||
5545 | '@turf/meta': 6.5.0 | ||
5546 | |||
5547 | '@turf/center@6.5.0': | ||
5548 | dependencies: | ||
5549 | '@turf/bbox': 6.5.0 | ||
5550 | '@turf/helpers': 6.5.0 | ||
5551 | |||
5552 | '@turf/centroid@6.5.0': | ||
5553 | dependencies: | ||
5554 | '@turf/helpers': 6.5.0 | ||
5555 | '@turf/meta': 6.5.0 | ||
5556 | |||
5557 | '@turf/circle@6.5.0': | ||
5558 | dependencies: | ||
5559 | '@turf/destination': 6.5.0 | ||
5560 | '@turf/helpers': 6.5.0 | ||
5561 | |||
5562 | '@turf/clean-coords@6.5.0': | ||
5563 | dependencies: | ||
5564 | '@turf/helpers': 6.5.0 | ||
5565 | '@turf/invariant': 6.5.0 | ||
5566 | |||
5567 | '@turf/clone@6.5.0': | ||
5568 | dependencies: | ||
5569 | '@turf/helpers': 6.5.0 | ||
5570 | |||
5571 | '@turf/clusters-dbscan@6.5.0': | ||
5572 | dependencies: | ||
5573 | '@turf/clone': 6.5.0 | ||
5574 | '@turf/distance': 6.5.0 | ||
5575 | '@turf/helpers': 6.5.0 | ||
5576 | '@turf/meta': 6.5.0 | ||
5577 | density-clustering: 1.3.0 | ||
5578 | |||
5579 | '@turf/clusters-kmeans@6.5.0': | ||
5580 | dependencies: | ||
5581 | '@turf/clone': 6.5.0 | ||
5582 | '@turf/helpers': 6.5.0 | ||
5583 | '@turf/invariant': 6.5.0 | ||
5584 | '@turf/meta': 6.5.0 | ||
5585 | skmeans: 0.9.7 | ||
5586 | |||
5587 | '@turf/clusters@6.5.0': | ||
5588 | dependencies: | ||
5589 | '@turf/helpers': 6.5.0 | ||
5590 | '@turf/meta': 6.5.0 | ||
5591 | |||
5592 | '@turf/collect@6.5.0': | ||
5593 | dependencies: | ||
5594 | '@turf/bbox': 6.5.0 | ||
5595 | '@turf/boolean-point-in-polygon': 6.5.0 | ||
5596 | '@turf/helpers': 6.5.0 | ||
5597 | rbush: 2.0.2 | ||
5598 | |||
5599 | '@turf/combine@6.5.0': | ||
5600 | dependencies: | ||
5601 | '@turf/helpers': 6.5.0 | ||
5602 | '@turf/meta': 6.5.0 | ||
5603 | |||
5604 | '@turf/concave@6.5.0': | ||
5605 | dependencies: | ||
5606 | '@turf/clone': 6.5.0 | ||
5607 | '@turf/distance': 6.5.0 | ||
5608 | '@turf/helpers': 6.5.0 | ||
5609 | '@turf/invariant': 6.5.0 | ||
5610 | '@turf/meta': 6.5.0 | ||
5611 | '@turf/tin': 6.5.0 | ||
5612 | topojson-client: 3.1.0 | ||
5613 | topojson-server: 3.0.1 | ||
5614 | |||
5615 | '@turf/convex@6.5.0': | ||
5616 | dependencies: | ||
5617 | '@turf/helpers': 6.5.0 | ||
5618 | '@turf/meta': 6.5.0 | ||
5619 | concaveman: 1.2.1 | ||
5620 | |||
5621 | '@turf/destination@6.5.0': | ||
5622 | dependencies: | ||
5623 | '@turf/helpers': 6.5.0 | ||
5624 | '@turf/invariant': 6.5.0 | ||
5625 | |||
5626 | '@turf/difference@6.5.0': | ||
5627 | dependencies: | ||
5628 | '@turf/helpers': 6.5.0 | ||
5629 | '@turf/invariant': 6.5.0 | ||
5630 | polygon-clipping: 0.15.7 | ||
5631 | |||
5632 | '@turf/dissolve@6.5.0': | ||
5633 | dependencies: | ||
5634 | '@turf/helpers': 6.5.0 | ||
5635 | '@turf/invariant': 6.5.0 | ||
5636 | '@turf/meta': 6.5.0 | ||
5637 | polygon-clipping: 0.15.7 | ||
5638 | |||
5639 | '@turf/distance-weight@6.5.0': | ||
5640 | dependencies: | ||
5641 | '@turf/centroid': 6.5.0 | ||
5642 | '@turf/helpers': 6.5.0 | ||
5643 | '@turf/invariant': 6.5.0 | ||
5644 | '@turf/meta': 6.5.0 | ||
5645 | |||
5646 | '@turf/distance@6.5.0': | ||
5647 | dependencies: | ||
5648 | '@turf/helpers': 6.5.0 | ||
5649 | '@turf/invariant': 6.5.0 | ||
5650 | |||
5651 | '@turf/ellipse@6.5.0': | ||
5652 | dependencies: | ||
5653 | '@turf/helpers': 6.5.0 | ||
5654 | '@turf/invariant': 6.5.0 | ||
5655 | '@turf/rhumb-destination': 6.5.0 | ||
5656 | '@turf/transform-rotate': 6.5.0 | ||
5657 | |||
5658 | '@turf/envelope@6.5.0': | ||
5659 | dependencies: | ||
5660 | '@turf/bbox': 6.5.0 | ||
5661 | '@turf/bbox-polygon': 6.5.0 | ||
5662 | '@turf/helpers': 6.5.0 | ||
5663 | |||
5664 | '@turf/explode@6.5.0': | ||
5665 | dependencies: | ||
5666 | '@turf/helpers': 6.5.0 | ||
5667 | '@turf/meta': 6.5.0 | ||
5668 | |||
5669 | '@turf/flatten@6.5.0': | ||
5670 | dependencies: | ||
5671 | '@turf/helpers': 6.5.0 | ||
5672 | '@turf/meta': 6.5.0 | ||
5673 | |||
5674 | '@turf/flip@6.5.0': | ||
5675 | dependencies: | ||
5676 | '@turf/clone': 6.5.0 | ||
5677 | '@turf/helpers': 6.5.0 | ||
5678 | '@turf/meta': 6.5.0 | ||
5679 | |||
5680 | '@turf/great-circle@6.5.0': | ||
5681 | dependencies: | ||
5682 | '@turf/helpers': 6.5.0 | ||
5683 | '@turf/invariant': 6.5.0 | ||
5684 | |||
5685 | '@turf/helpers@6.5.0': {} | ||
5686 | |||
5687 | '@turf/helpers@7.0.0': | ||
5688 | dependencies: | ||
5689 | deep-equal: 2.2.3 | ||
5690 | tslib: 2.6.3 | ||
5691 | |||
5692 | '@turf/hex-grid@6.5.0': | ||
5693 | dependencies: | ||
5694 | '@turf/distance': 6.5.0 | ||
5695 | '@turf/helpers': 6.5.0 | ||
5696 | '@turf/intersect': 6.5.0 | ||
5697 | '@turf/invariant': 6.5.0 | ||
5698 | |||
5699 | '@turf/interpolate@6.5.0': | ||
5700 | dependencies: | ||
5701 | '@turf/bbox': 6.5.0 | ||
5702 | '@turf/centroid': 6.5.0 | ||
5703 | '@turf/clone': 6.5.0 | ||
5704 | '@turf/distance': 6.5.0 | ||
5705 | '@turf/helpers': 6.5.0 | ||
5706 | '@turf/hex-grid': 6.5.0 | ||
5707 | '@turf/invariant': 6.5.0 | ||
5708 | '@turf/meta': 6.5.0 | ||
5709 | '@turf/point-grid': 6.5.0 | ||
5710 | '@turf/square-grid': 6.5.0 | ||
5711 | '@turf/triangle-grid': 6.5.0 | ||
5712 | |||
5713 | '@turf/intersect@6.5.0': | ||
5714 | dependencies: | ||
5715 | '@turf/helpers': 6.5.0 | ||
5716 | '@turf/invariant': 6.5.0 | ||
5717 | polygon-clipping: 0.15.7 | ||
5718 | |||
5719 | '@turf/invariant@6.5.0': | ||
5720 | dependencies: | ||
5721 | '@turf/helpers': 6.5.0 | ||
5722 | |||
5723 | '@turf/isobands@6.5.0': | ||
5724 | dependencies: | ||
5725 | '@turf/area': 6.5.0 | ||
5726 | '@turf/bbox': 6.5.0 | ||
5727 | '@turf/boolean-point-in-polygon': 6.5.0 | ||
5728 | '@turf/explode': 6.5.0 | ||
5729 | '@turf/helpers': 6.5.0 | ||
5730 | '@turf/invariant': 6.5.0 | ||
5731 | '@turf/meta': 6.5.0 | ||
5732 | object-assign: 4.1.1 | ||
5733 | |||
5734 | '@turf/isolines@6.5.0': | ||
5735 | dependencies: | ||
5736 | '@turf/bbox': 6.5.0 | ||
5737 | '@turf/helpers': 6.5.0 | ||
5738 | '@turf/invariant': 6.5.0 | ||
5739 | '@turf/meta': 6.5.0 | ||
5740 | object-assign: 4.1.1 | ||
5741 | |||
5742 | '@turf/kinks@6.5.0': | ||
5743 | dependencies: | ||
5744 | '@turf/helpers': 6.5.0 | ||
5745 | |||
5746 | '@turf/length@6.5.0': | ||
5747 | dependencies: | ||
5748 | '@turf/distance': 6.5.0 | ||
5749 | '@turf/helpers': 6.5.0 | ||
5750 | '@turf/meta': 6.5.0 | ||
5751 | |||
5752 | '@turf/line-arc@6.5.0': | ||
5753 | dependencies: | ||
5754 | '@turf/circle': 6.5.0 | ||
5755 | '@turf/destination': 6.5.0 | ||
5756 | '@turf/helpers': 6.5.0 | ||
5757 | |||
5758 | '@turf/line-chunk@6.5.0': | ||
5759 | dependencies: | ||
5760 | '@turf/helpers': 6.5.0 | ||
5761 | '@turf/length': 6.5.0 | ||
5762 | '@turf/line-slice-along': 6.5.0 | ||
5763 | '@turf/meta': 6.5.0 | ||
5764 | |||
5765 | '@turf/line-intersect@6.5.0': | ||
5766 | dependencies: | ||
5767 | '@turf/helpers': 6.5.0 | ||
5768 | '@turf/invariant': 6.5.0 | ||
5769 | '@turf/line-segment': 6.5.0 | ||
5770 | '@turf/meta': 6.5.0 | ||
5771 | geojson-rbush: 3.2.0 | ||
5772 | |||
5773 | '@turf/line-offset@6.5.0': | ||
5774 | dependencies: | ||
5775 | '@turf/helpers': 6.5.0 | ||
5776 | '@turf/invariant': 6.5.0 | ||
5777 | '@turf/meta': 6.5.0 | ||
5778 | |||
5779 | '@turf/line-overlap@6.5.0': | ||
5780 | dependencies: | ||
5781 | '@turf/boolean-point-on-line': 6.5.0 | ||
5782 | '@turf/helpers': 6.5.0 | ||
5783 | '@turf/invariant': 6.5.0 | ||
5784 | '@turf/line-segment': 6.5.0 | ||
5785 | '@turf/meta': 6.5.0 | ||
5786 | '@turf/nearest-point-on-line': 6.5.0 | ||
5787 | deep-equal: 1.1.2 | ||
5788 | geojson-rbush: 3.2.0 | ||
5789 | |||
5790 | '@turf/line-segment@6.5.0': | ||
5791 | dependencies: | ||
5792 | '@turf/helpers': 6.5.0 | ||
5793 | '@turf/invariant': 6.5.0 | ||
5794 | '@turf/meta': 6.5.0 | ||
5795 | |||
5796 | '@turf/line-slice-along@6.5.0': | ||
5797 | dependencies: | ||
5798 | '@turf/bearing': 6.5.0 | ||
5799 | '@turf/destination': 6.5.0 | ||
5800 | '@turf/distance': 6.5.0 | ||
5801 | '@turf/helpers': 6.5.0 | ||
5802 | |||
5803 | '@turf/line-slice@6.5.0': | ||
5804 | dependencies: | ||
5805 | '@turf/helpers': 6.5.0 | ||
5806 | '@turf/invariant': 6.5.0 | ||
5807 | '@turf/nearest-point-on-line': 6.5.0 | ||
5808 | |||
5809 | '@turf/line-split@6.5.0': | ||
5810 | dependencies: | ||
5811 | '@turf/bbox': 6.5.0 | ||
5812 | '@turf/helpers': 6.5.0 | ||
5813 | '@turf/invariant': 6.5.0 | ||
5814 | '@turf/line-intersect': 6.5.0 | ||
5815 | '@turf/line-segment': 6.5.0 | ||
5816 | '@turf/meta': 6.5.0 | ||
5817 | '@turf/nearest-point-on-line': 6.5.0 | ||
5818 | '@turf/square': 6.5.0 | ||
5819 | '@turf/truncate': 6.5.0 | ||
5820 | geojson-rbush: 3.2.0 | ||
5821 | |||
5822 | '@turf/line-to-polygon@6.5.0': | ||
5823 | dependencies: | ||
5824 | '@turf/bbox': 6.5.0 | ||
5825 | '@turf/clone': 6.5.0 | ||
5826 | '@turf/helpers': 6.5.0 | ||
5827 | '@turf/invariant': 6.5.0 | ||
5828 | |||
5829 | '@turf/mask@6.5.0': | ||
5830 | dependencies: | ||
5831 | '@turf/helpers': 6.5.0 | ||
5832 | polygon-clipping: 0.15.7 | ||
5833 | |||
5834 | '@turf/meta@6.5.0': | ||
5835 | dependencies: | ||
5836 | '@turf/helpers': 6.5.0 | ||
5837 | |||
5838 | '@turf/meta@7.0.0': | ||
5839 | dependencies: | ||
5840 | '@turf/helpers': 7.0.0 | ||
5841 | |||
5842 | '@turf/midpoint@6.5.0': | ||
5843 | dependencies: | ||
5844 | '@turf/bearing': 6.5.0 | ||
5845 | '@turf/destination': 6.5.0 | ||
5846 | '@turf/distance': 6.5.0 | ||
5847 | '@turf/helpers': 6.5.0 | ||
5848 | |||
5849 | '@turf/moran-index@6.5.0': | ||
5850 | dependencies: | ||
5851 | '@turf/distance-weight': 6.5.0 | ||
5852 | '@turf/helpers': 6.5.0 | ||
5853 | '@turf/meta': 6.5.0 | ||
5854 | |||
5855 | '@turf/nearest-point-on-line@6.5.0': | ||
5856 | dependencies: | ||
5857 | '@turf/bearing': 6.5.0 | ||
5858 | '@turf/destination': 6.5.0 | ||
5859 | '@turf/distance': 6.5.0 | ||
5860 | '@turf/helpers': 6.5.0 | ||
5861 | '@turf/invariant': 6.5.0 | ||
5862 | '@turf/line-intersect': 6.5.0 | ||
5863 | '@turf/meta': 6.5.0 | ||
5864 | |||
5865 | '@turf/nearest-point-to-line@6.5.0': | ||
5866 | dependencies: | ||
5867 | '@turf/helpers': 6.5.0 | ||
5868 | '@turf/invariant': 6.5.0 | ||
5869 | '@turf/meta': 6.5.0 | ||
5870 | '@turf/point-to-line-distance': 6.5.0 | ||
5871 | object-assign: 4.1.1 | ||
5872 | |||
5873 | '@turf/nearest-point@6.5.0': | ||
5874 | dependencies: | ||
5875 | '@turf/clone': 6.5.0 | ||
5876 | '@turf/distance': 6.5.0 | ||
5877 | '@turf/helpers': 6.5.0 | ||
5878 | '@turf/meta': 6.5.0 | ||
5879 | |||
5880 | '@turf/planepoint@6.5.0': | ||
5881 | dependencies: | ||
5882 | '@turf/helpers': 6.5.0 | ||
5883 | '@turf/invariant': 6.5.0 | ||
5884 | |||
5885 | '@turf/point-grid@6.5.0': | ||
5886 | dependencies: | ||
5887 | '@turf/boolean-within': 6.5.0 | ||
5888 | '@turf/distance': 6.5.0 | ||
5889 | '@turf/helpers': 6.5.0 | ||
5890 | '@turf/invariant': 6.5.0 | ||
5891 | |||
5892 | '@turf/point-on-feature@6.5.0': | ||
5893 | dependencies: | ||
5894 | '@turf/boolean-point-in-polygon': 6.5.0 | ||
5895 | '@turf/center': 6.5.0 | ||
5896 | '@turf/explode': 6.5.0 | ||
5897 | '@turf/helpers': 6.5.0 | ||
5898 | '@turf/nearest-point': 6.5.0 | ||
5899 | |||
5900 | '@turf/point-to-line-distance@6.5.0': | ||
5901 | dependencies: | ||
5902 | '@turf/bearing': 6.5.0 | ||
5903 | '@turf/distance': 6.5.0 | ||
5904 | '@turf/helpers': 6.5.0 | ||
5905 | '@turf/invariant': 6.5.0 | ||
5906 | '@turf/meta': 6.5.0 | ||
5907 | '@turf/projection': 6.5.0 | ||
5908 | '@turf/rhumb-bearing': 6.5.0 | ||
5909 | '@turf/rhumb-distance': 6.5.0 | ||
5910 | |||
5911 | '@turf/points-within-polygon@6.5.0': | ||
5912 | dependencies: | ||
5913 | '@turf/boolean-point-in-polygon': 6.5.0 | ||
5914 | '@turf/helpers': 6.5.0 | ||
5915 | '@turf/meta': 6.5.0 | ||
5916 | |||
5917 | '@turf/polygon-smooth@6.5.0': | ||
5918 | dependencies: | ||
5919 | '@turf/helpers': 6.5.0 | ||
5920 | '@turf/meta': 6.5.0 | ||
5921 | |||
5922 | '@turf/polygon-tangents@6.5.0': | ||
5923 | dependencies: | ||
5924 | '@turf/bbox': 6.5.0 | ||
5925 | '@turf/boolean-within': 6.5.0 | ||
5926 | '@turf/explode': 6.5.0 | ||
5927 | '@turf/helpers': 6.5.0 | ||
5928 | '@turf/invariant': 6.5.0 | ||
5929 | '@turf/nearest-point': 6.5.0 | ||
5930 | |||
5931 | '@turf/polygon-to-line@6.5.0': | ||
5932 | dependencies: | ||
5933 | '@turf/helpers': 6.5.0 | ||
5934 | '@turf/invariant': 6.5.0 | ||
5935 | |||
5936 | '@turf/polygonize@6.5.0': | ||
5937 | dependencies: | ||
5938 | '@turf/boolean-point-in-polygon': 6.5.0 | ||
5939 | '@turf/envelope': 6.5.0 | ||
5940 | '@turf/helpers': 6.5.0 | ||
5941 | '@turf/invariant': 6.5.0 | ||
5942 | '@turf/meta': 6.5.0 | ||
5943 | |||
5944 | '@turf/projection@6.5.0': | ||
5945 | dependencies: | ||
5946 | '@turf/clone': 6.5.0 | ||
5947 | '@turf/helpers': 6.5.0 | ||
5948 | '@turf/meta': 6.5.0 | ||
5949 | |||
5950 | '@turf/random@6.5.0': | ||
5951 | dependencies: | ||
5952 | '@turf/helpers': 6.5.0 | ||
5953 | |||
5954 | '@turf/rectangle-grid@6.5.0': | ||
5955 | dependencies: | ||
5956 | '@turf/boolean-intersects': 6.5.0 | ||
5957 | '@turf/distance': 6.5.0 | ||
5958 | '@turf/helpers': 6.5.0 | ||
5959 | |||
5960 | '@turf/rewind@6.5.0': | ||
5961 | dependencies: | ||
5962 | '@turf/boolean-clockwise': 6.5.0 | ||
5963 | '@turf/clone': 6.5.0 | ||
5964 | '@turf/helpers': 6.5.0 | ||
5965 | '@turf/invariant': 6.5.0 | ||
5966 | '@turf/meta': 6.5.0 | ||
5967 | |||
5968 | '@turf/rhumb-bearing@6.5.0': | ||
5969 | dependencies: | ||
5970 | '@turf/helpers': 6.5.0 | ||
5971 | '@turf/invariant': 6.5.0 | ||
5972 | |||
5973 | '@turf/rhumb-destination@6.5.0': | ||
5974 | dependencies: | ||
5975 | '@turf/helpers': 6.5.0 | ||
5976 | '@turf/invariant': 6.5.0 | ||
5977 | |||
5978 | '@turf/rhumb-distance@6.5.0': | ||
5979 | dependencies: | ||
5980 | '@turf/helpers': 6.5.0 | ||
5981 | '@turf/invariant': 6.5.0 | ||
5982 | |||
5983 | '@turf/sample@6.5.0': | ||
5984 | dependencies: | ||
5985 | '@turf/helpers': 6.5.0 | ||
5986 | |||
5987 | '@turf/sector@6.5.0': | ||
5988 | dependencies: | ||
5989 | '@turf/circle': 6.5.0 | ||
5990 | '@turf/helpers': 6.5.0 | ||
5991 | '@turf/invariant': 6.5.0 | ||
5992 | '@turf/line-arc': 6.5.0 | ||
5993 | '@turf/meta': 6.5.0 | ||
5994 | |||
5995 | '@turf/shortest-path@6.5.0': | ||
5996 | dependencies: | ||
5997 | '@turf/bbox': 6.5.0 | ||
5998 | '@turf/bbox-polygon': 6.5.0 | ||
5999 | '@turf/boolean-point-in-polygon': 6.5.0 | ||
6000 | '@turf/clean-coords': 6.5.0 | ||
6001 | '@turf/distance': 6.5.0 | ||
6002 | '@turf/helpers': 6.5.0 | ||
6003 | '@turf/invariant': 6.5.0 | ||
6004 | '@turf/meta': 6.5.0 | ||
6005 | '@turf/transform-scale': 6.5.0 | ||
6006 | |||
6007 | '@turf/simplify@6.5.0': | ||
6008 | dependencies: | ||
6009 | '@turf/clean-coords': 6.5.0 | ||
6010 | '@turf/clone': 6.5.0 | ||
6011 | '@turf/helpers': 6.5.0 | ||
6012 | '@turf/meta': 6.5.0 | ||
6013 | |||
6014 | '@turf/square-grid@6.5.0': | ||
6015 | dependencies: | ||
6016 | '@turf/helpers': 6.5.0 | ||
6017 | '@turf/rectangle-grid': 6.5.0 | ||
6018 | |||
6019 | '@turf/square@6.5.0': | ||
6020 | dependencies: | ||
6021 | '@turf/distance': 6.5.0 | ||
6022 | '@turf/helpers': 6.5.0 | ||
6023 | |||
6024 | '@turf/standard-deviational-ellipse@6.5.0': | ||
6025 | dependencies: | ||
6026 | '@turf/center-mean': 6.5.0 | ||
6027 | '@turf/ellipse': 6.5.0 | ||
6028 | '@turf/helpers': 6.5.0 | ||
6029 | '@turf/invariant': 6.5.0 | ||
6030 | '@turf/meta': 6.5.0 | ||
6031 | '@turf/points-within-polygon': 6.5.0 | ||
6032 | |||
6033 | '@turf/tag@6.5.0': | ||
6034 | dependencies: | ||
6035 | '@turf/boolean-point-in-polygon': 6.5.0 | ||
6036 | '@turf/clone': 6.5.0 | ||
6037 | '@turf/helpers': 6.5.0 | ||
6038 | '@turf/meta': 6.5.0 | ||
6039 | |||
6040 | '@turf/tesselate@6.5.0': | ||
6041 | dependencies: | ||
6042 | '@turf/helpers': 6.5.0 | ||
6043 | earcut: 2.2.4 | ||
6044 | |||
6045 | '@turf/tin@6.5.0': | ||
6046 | dependencies: | ||
6047 | '@turf/helpers': 6.5.0 | ||
6048 | |||
6049 | '@turf/transform-rotate@6.5.0': | ||
6050 | dependencies: | ||
6051 | '@turf/centroid': 6.5.0 | ||
6052 | '@turf/clone': 6.5.0 | ||
6053 | '@turf/helpers': 6.5.0 | ||
6054 | '@turf/invariant': 6.5.0 | ||
6055 | '@turf/meta': 6.5.0 | ||
6056 | '@turf/rhumb-bearing': 6.5.0 | ||
6057 | '@turf/rhumb-destination': 6.5.0 | ||
6058 | '@turf/rhumb-distance': 6.5.0 | ||
6059 | |||
6060 | '@turf/transform-scale@6.5.0': | ||
6061 | dependencies: | ||
6062 | '@turf/bbox': 6.5.0 | ||
6063 | '@turf/center': 6.5.0 | ||
6064 | '@turf/centroid': 6.5.0 | ||
6065 | '@turf/clone': 6.5.0 | ||
6066 | '@turf/helpers': 6.5.0 | ||
6067 | '@turf/invariant': 6.5.0 | ||
6068 | '@turf/meta': 6.5.0 | ||
6069 | '@turf/rhumb-bearing': 6.5.0 | ||
6070 | '@turf/rhumb-destination': 6.5.0 | ||
6071 | '@turf/rhumb-distance': 6.5.0 | ||
6072 | |||
6073 | '@turf/transform-translate@6.5.0': | ||
6074 | dependencies: | ||
6075 | '@turf/clone': 6.5.0 | ||
6076 | '@turf/helpers': 6.5.0 | ||
6077 | '@turf/invariant': 6.5.0 | ||
6078 | '@turf/meta': 6.5.0 | ||
6079 | '@turf/rhumb-destination': 6.5.0 | ||
6080 | |||
6081 | '@turf/triangle-grid@6.5.0': | ||
6082 | dependencies: | ||
6083 | '@turf/distance': 6.5.0 | ||
6084 | '@turf/helpers': 6.5.0 | ||
6085 | '@turf/intersect': 6.5.0 | ||
6086 | |||
6087 | '@turf/truncate@6.5.0': | ||
6088 | dependencies: | ||
6089 | '@turf/helpers': 6.5.0 | ||
6090 | '@turf/meta': 6.5.0 | ||
6091 | |||
6092 | '@turf/turf@6.5.0': | ||
6093 | dependencies: | ||
6094 | '@turf/along': 6.5.0 | ||
6095 | '@turf/angle': 6.5.0 | ||
6096 | '@turf/area': 6.5.0 | ||
6097 | '@turf/bbox': 6.5.0 | ||
6098 | '@turf/bbox-clip': 6.5.0 | ||
6099 | '@turf/bbox-polygon': 6.5.0 | ||
6100 | '@turf/bearing': 6.5.0 | ||
6101 | '@turf/bezier-spline': 6.5.0 | ||
6102 | '@turf/boolean-clockwise': 6.5.0 | ||
6103 | '@turf/boolean-contains': 6.5.0 | ||
6104 | '@turf/boolean-crosses': 6.5.0 | ||
6105 | '@turf/boolean-disjoint': 6.5.0 | ||
6106 | '@turf/boolean-equal': 6.5.0 | ||
6107 | '@turf/boolean-intersects': 6.5.0 | ||
6108 | '@turf/boolean-overlap': 6.5.0 | ||
6109 | '@turf/boolean-parallel': 6.5.0 | ||
6110 | '@turf/boolean-point-in-polygon': 6.5.0 | ||
6111 | '@turf/boolean-point-on-line': 6.5.0 | ||
6112 | '@turf/boolean-within': 6.5.0 | ||
6113 | '@turf/buffer': 6.5.0 | ||
6114 | '@turf/center': 6.5.0 | ||
6115 | '@turf/center-mean': 6.5.0 | ||
6116 | '@turf/center-median': 6.5.0 | ||
6117 | '@turf/center-of-mass': 6.5.0 | ||
6118 | '@turf/centroid': 6.5.0 | ||
6119 | '@turf/circle': 6.5.0 | ||
6120 | '@turf/clean-coords': 6.5.0 | ||
6121 | '@turf/clone': 6.5.0 | ||
6122 | '@turf/clusters': 6.5.0 | ||
6123 | '@turf/clusters-dbscan': 6.5.0 | ||
6124 | '@turf/clusters-kmeans': 6.5.0 | ||
6125 | '@turf/collect': 6.5.0 | ||
6126 | '@turf/combine': 6.5.0 | ||
6127 | '@turf/concave': 6.5.0 | ||
6128 | '@turf/convex': 6.5.0 | ||
6129 | '@turf/destination': 6.5.0 | ||
6130 | '@turf/difference': 6.5.0 | ||
6131 | '@turf/dissolve': 6.5.0 | ||
6132 | '@turf/distance': 6.5.0 | ||
6133 | '@turf/distance-weight': 6.5.0 | ||
6134 | '@turf/ellipse': 6.5.0 | ||
6135 | '@turf/envelope': 6.5.0 | ||
6136 | '@turf/explode': 6.5.0 | ||
6137 | '@turf/flatten': 6.5.0 | ||
6138 | '@turf/flip': 6.5.0 | ||
6139 | '@turf/great-circle': 6.5.0 | ||
6140 | '@turf/helpers': 6.5.0 | ||
6141 | '@turf/hex-grid': 6.5.0 | ||
6142 | '@turf/interpolate': 6.5.0 | ||
6143 | '@turf/intersect': 6.5.0 | ||
6144 | '@turf/invariant': 6.5.0 | ||
6145 | '@turf/isobands': 6.5.0 | ||
6146 | '@turf/isolines': 6.5.0 | ||
6147 | '@turf/kinks': 6.5.0 | ||
6148 | '@turf/length': 6.5.0 | ||
6149 | '@turf/line-arc': 6.5.0 | ||
6150 | '@turf/line-chunk': 6.5.0 | ||
6151 | '@turf/line-intersect': 6.5.0 | ||
6152 | '@turf/line-offset': 6.5.0 | ||
6153 | '@turf/line-overlap': 6.5.0 | ||
6154 | '@turf/line-segment': 6.5.0 | ||
6155 | '@turf/line-slice': 6.5.0 | ||
6156 | '@turf/line-slice-along': 6.5.0 | ||
6157 | '@turf/line-split': 6.5.0 | ||
6158 | '@turf/line-to-polygon': 6.5.0 | ||
6159 | '@turf/mask': 6.5.0 | ||
6160 | '@turf/meta': 6.5.0 | ||
6161 | '@turf/midpoint': 6.5.0 | ||
6162 | '@turf/moran-index': 6.5.0 | ||
6163 | '@turf/nearest-point': 6.5.0 | ||
6164 | '@turf/nearest-point-on-line': 6.5.0 | ||
6165 | '@turf/nearest-point-to-line': 6.5.0 | ||
6166 | '@turf/planepoint': 6.5.0 | ||
6167 | '@turf/point-grid': 6.5.0 | ||
6168 | '@turf/point-on-feature': 6.5.0 | ||
6169 | '@turf/point-to-line-distance': 6.5.0 | ||
6170 | '@turf/points-within-polygon': 6.5.0 | ||
6171 | '@turf/polygon-smooth': 6.5.0 | ||
6172 | '@turf/polygon-tangents': 6.5.0 | ||
6173 | '@turf/polygon-to-line': 6.5.0 | ||
6174 | '@turf/polygonize': 6.5.0 | ||
6175 | '@turf/projection': 6.5.0 | ||
6176 | '@turf/random': 6.5.0 | ||
6177 | '@turf/rewind': 6.5.0 | ||
6178 | '@turf/rhumb-bearing': 6.5.0 | ||
6179 | '@turf/rhumb-destination': 6.5.0 | ||
6180 | '@turf/rhumb-distance': 6.5.0 | ||
6181 | '@turf/sample': 6.5.0 | ||
6182 | '@turf/sector': 6.5.0 | ||
6183 | '@turf/shortest-path': 6.5.0 | ||
6184 | '@turf/simplify': 6.5.0 | ||
6185 | '@turf/square': 6.5.0 | ||
6186 | '@turf/square-grid': 6.5.0 | ||
6187 | '@turf/standard-deviational-ellipse': 6.5.0 | ||
6188 | '@turf/tag': 6.5.0 | ||
6189 | '@turf/tesselate': 6.5.0 | ||
6190 | '@turf/tin': 6.5.0 | ||
6191 | '@turf/transform-rotate': 6.5.0 | ||
6192 | '@turf/transform-scale': 6.5.0 | ||
6193 | '@turf/transform-translate': 6.5.0 | ||
6194 | '@turf/triangle-grid': 6.5.0 | ||
6195 | '@turf/truncate': 6.5.0 | ||
6196 | '@turf/union': 6.5.0 | ||
6197 | '@turf/unkink-polygon': 6.5.0 | ||
6198 | '@turf/voronoi': 6.5.0 | ||
6199 | |||
6200 | '@turf/union@6.5.0': | ||
6201 | dependencies: | ||
6202 | '@turf/helpers': 6.5.0 | ||
6203 | '@turf/invariant': 6.5.0 | ||
6204 | polygon-clipping: 0.15.7 | ||
6205 | |||
6206 | '@turf/unkink-polygon@6.5.0': | ||
6207 | dependencies: | ||
6208 | '@turf/area': 6.5.0 | ||
6209 | '@turf/boolean-point-in-polygon': 6.5.0 | ||
6210 | '@turf/helpers': 6.5.0 | ||
6211 | '@turf/meta': 6.5.0 | ||
6212 | rbush: 2.0.2 | ||
6213 | |||
6214 | '@turf/voronoi@6.5.0': | ||
6215 | dependencies: | ||
6216 | '@turf/helpers': 6.5.0 | ||
6217 | '@turf/invariant': 6.5.0 | ||
6218 | d3-voronoi: 1.1.2 | ||
6219 | |||
6220 | '@types/body-parser@1.19.5': | ||
6221 | dependencies: | ||
6222 | '@types/connect': 3.4.38 | ||
6223 | '@types/node': 20.14.10 | ||
6224 | |||
6225 | '@types/bonjour@3.5.13': | ||
6226 | dependencies: | ||
6227 | '@types/node': 20.14.10 | ||
6228 | |||
6229 | '@types/connect-history-api-fallback@1.5.4': | ||
6230 | dependencies: | ||
6231 | '@types/express-serve-static-core': 4.19.5 | ||
6232 | '@types/node': 20.14.10 | ||
6233 | |||
6234 | '@types/connect@3.4.38': | ||
6235 | dependencies: | ||
6236 | '@types/node': 20.14.10 | ||
6237 | |||
6238 | '@types/eslint-scope@3.7.7': | ||
6239 | dependencies: | ||
6240 | '@types/eslint': 8.56.10 | ||
6241 | '@types/estree': 1.0.5 | ||
6242 | |||
6243 | '@types/eslint@8.56.10': | ||
6244 | dependencies: | ||
6245 | '@types/estree': 1.0.5 | ||
6246 | '@types/json-schema': 7.0.15 | ||
6247 | |||
6248 | '@types/estree@1.0.5': {} | ||
6249 | |||
6250 | '@types/express-serve-static-core@4.19.5': | ||
6251 | dependencies: | ||
6252 | '@types/node': 20.14.10 | ||
6253 | '@types/qs': 6.9.15 | ||
4780 | '@types/range-parser': 1.2.7 | 6254 | '@types/range-parser': 1.2.7 |
4781 | '@types/send': 0.17.4 | 6255 | '@types/send': 0.17.4 |
4782 | 6256 | ||
... | @@ -4787,6 +6261,8 @@ snapshots: | ... | @@ -4787,6 +6261,8 @@ snapshots: |
4787 | '@types/qs': 6.9.15 | 6261 | '@types/qs': 6.9.15 |
4788 | '@types/serve-static': 1.15.7 | 6262 | '@types/serve-static': 1.15.7 |
4789 | 6263 | ||
6264 | '@types/geojson@7946.0.8': {} | ||
6265 | |||
4790 | '@types/html-minifier-terser@6.1.0': {} | 6266 | '@types/html-minifier-terser@6.1.0': {} |
4791 | 6267 | ||
4792 | '@types/http-errors@2.0.4': {} | 6268 | '@types/http-errors@2.0.4': {} |
... | @@ -5434,6 +6910,11 @@ snapshots: | ... | @@ -5434,6 +6910,11 @@ snapshots: |
5434 | dependencies: | 6910 | dependencies: |
5435 | sprintf-js: 1.0.3 | 6911 | sprintf-js: 1.0.3 |
5436 | 6912 | ||
6913 | array-buffer-byte-length@1.0.1: | ||
6914 | dependencies: | ||
6915 | call-bind: 1.0.7 | ||
6916 | is-array-buffer: 3.0.4 | ||
6917 | |||
5437 | array-flatten@1.1.1: {} | 6918 | array-flatten@1.1.1: {} |
5438 | 6919 | ||
5439 | array-union@2.1.0: {} | 6920 | array-union@2.1.0: {} |
... | @@ -5444,6 +6925,8 @@ snapshots: | ... | @@ -5444,6 +6925,8 @@ snapshots: |
5444 | dependencies: | 6925 | dependencies: |
5445 | lodash: 4.17.21 | 6926 | lodash: 4.17.21 |
5446 | 6927 | ||
6928 | asynckit@0.4.0: {} | ||
6929 | |||
5447 | at-least-node@1.0.0: {} | 6930 | at-least-node@1.0.0: {} |
5448 | 6931 | ||
5449 | autoprefixer@10.4.19(postcss@8.4.39): | 6932 | autoprefixer@10.4.19(postcss@8.4.39): |
... | @@ -5456,6 +6939,18 @@ snapshots: | ... | @@ -5456,6 +6939,18 @@ snapshots: |
5456 | postcss: 8.4.39 | 6939 | postcss: 8.4.39 |
5457 | postcss-value-parser: 4.2.0 | 6940 | postcss-value-parser: 4.2.0 |
5458 | 6941 | ||
6942 | available-typed-arrays@1.0.7: | ||
6943 | dependencies: | ||
6944 | possible-typed-array-names: 1.0.0 | ||
6945 | |||
6946 | axios@1.7.2: | ||
6947 | dependencies: | ||
6948 | follow-redirects: 1.15.6(debug@4.3.5) | ||
6949 | form-data: 4.0.0 | ||
6950 | proxy-from-env: 1.1.0 | ||
6951 | transitivePeerDependencies: | ||
6952 | - debug | ||
6953 | |||
5459 | babel-loader@8.3.0(@babel/core@7.24.9)(webpack@5.93.0): | 6954 | babel-loader@8.3.0(@babel/core@7.24.9)(webpack@5.93.0): |
5460 | dependencies: | 6955 | dependencies: |
5461 | '@babel/core': 7.24.9 | 6956 | '@babel/core': 7.24.9 |
... | @@ -5683,6 +7178,10 @@ snapshots: | ... | @@ -5683,6 +7178,10 @@ snapshots: |
5683 | 7178 | ||
5684 | colorette@2.0.20: {} | 7179 | colorette@2.0.20: {} |
5685 | 7180 | ||
7181 | combined-stream@1.0.8: | ||
7182 | dependencies: | ||
7183 | delayed-stream: 1.0.0 | ||
7184 | |||
5686 | commander@2.20.3: {} | 7185 | commander@2.20.3: {} |
5687 | 7186 | ||
5688 | commander@7.2.0: {} | 7187 | commander@7.2.0: {} |
... | @@ -5709,6 +7208,13 @@ snapshots: | ... | @@ -5709,6 +7208,13 @@ snapshots: |
5709 | 7208 | ||
5710 | concat-map@0.0.1: {} | 7209 | concat-map@0.0.1: {} |
5711 | 7210 | ||
7211 | concaveman@1.2.1: | ||
7212 | dependencies: | ||
7213 | point-in-polygon: 1.1.0 | ||
7214 | rbush: 3.0.1 | ||
7215 | robust-predicates: 2.0.4 | ||
7216 | tinyqueue: 2.0.3 | ||
7217 | |||
5712 | connect-history-api-fallback@2.0.0: {} | 7218 | connect-history-api-fallback@2.0.0: {} |
5713 | 7219 | ||
5714 | consolidate@0.15.1(lodash@4.17.21): | 7220 | consolidate@0.15.1(lodash@4.17.21): |
... | @@ -5869,6 +7375,14 @@ snapshots: | ... | @@ -5869,6 +7375,14 @@ snapshots: |
5869 | 7375 | ||
5870 | csstype@3.1.3: {} | 7376 | csstype@3.1.3: {} |
5871 | 7377 | ||
7378 | d3-array@1.2.4: {} | ||
7379 | |||
7380 | d3-geo@1.7.1: | ||
7381 | dependencies: | ||
7382 | d3-array: 1.2.4 | ||
7383 | |||
7384 | d3-voronoi@1.1.2: {} | ||
7385 | |||
5872 | de-indent@1.0.2: {} | 7386 | de-indent@1.0.2: {} |
5873 | 7387 | ||
5874 | debounce@1.2.1: {} | 7388 | debounce@1.2.1: {} |
... | @@ -5885,6 +7399,36 @@ snapshots: | ... | @@ -5885,6 +7399,36 @@ snapshots: |
5885 | dependencies: | 7399 | dependencies: |
5886 | ms: 2.1.2 | 7400 | ms: 2.1.2 |
5887 | 7401 | ||
7402 | deep-equal@1.1.2: | ||
7403 | dependencies: | ||
7404 | is-arguments: 1.1.1 | ||
7405 | is-date-object: 1.0.5 | ||
7406 | is-regex: 1.1.4 | ||
7407 | object-is: 1.1.6 | ||
7408 | object-keys: 1.1.1 | ||
7409 | regexp.prototype.flags: 1.5.2 | ||
7410 | |||
7411 | deep-equal@2.2.3: | ||
7412 | dependencies: | ||
7413 | array-buffer-byte-length: 1.0.1 | ||
7414 | call-bind: 1.0.7 | ||
7415 | es-get-iterator: 1.1.3 | ||
7416 | get-intrinsic: 1.2.4 | ||
7417 | is-arguments: 1.1.1 | ||
7418 | is-array-buffer: 3.0.4 | ||
7419 | is-date-object: 1.0.5 | ||
7420 | is-regex: 1.1.4 | ||
7421 | is-shared-array-buffer: 1.0.3 | ||
7422 | isarray: 2.0.5 | ||
7423 | object-is: 1.1.6 | ||
7424 | object-keys: 1.1.1 | ||
7425 | object.assign: 4.1.5 | ||
7426 | regexp.prototype.flags: 1.5.2 | ||
7427 | side-channel: 1.0.6 | ||
7428 | which-boxed-primitive: 1.0.2 | ||
7429 | which-collection: 1.0.2 | ||
7430 | which-typed-array: 1.1.15 | ||
7431 | |||
5888 | deep-is@0.1.4: {} | 7432 | deep-is@0.1.4: {} |
5889 | 7433 | ||
5890 | deepmerge@1.5.2: {} | 7434 | deepmerge@1.5.2: {} |
... | @@ -5911,6 +7455,10 @@ snapshots: | ... | @@ -5911,6 +7455,10 @@ snapshots: |
5911 | has-property-descriptors: 1.0.2 | 7455 | has-property-descriptors: 1.0.2 |
5912 | object-keys: 1.1.1 | 7456 | object-keys: 1.1.1 |
5913 | 7457 | ||
7458 | delayed-stream@1.0.0: {} | ||
7459 | |||
7460 | density-clustering@1.3.0: {} | ||
7461 | |||
5914 | depd@1.1.2: {} | 7462 | depd@1.1.2: {} |
5915 | 7463 | ||
5916 | depd@2.0.0: {} | 7464 | depd@2.0.0: {} |
... | @@ -5964,8 +7512,15 @@ snapshots: | ... | @@ -5964,8 +7512,15 @@ snapshots: |
5964 | 7512 | ||
5965 | duplexer@0.1.2: {} | 7513 | duplexer@0.1.2: {} |
5966 | 7514 | ||
7515 | earcut@2.2.4: {} | ||
7516 | |||
5967 | easy-stack@1.0.1: {} | 7517 | easy-stack@1.0.1: {} |
5968 | 7518 | ||
7519 | echarts@5.5.1: | ||
7520 | dependencies: | ||
7521 | tslib: 2.3.0 | ||
7522 | zrender: 5.6.0 | ||
7523 | |||
5969 | ee-first@1.1.1: {} | 7524 | ee-first@1.1.1: {} |
5970 | 7525 | ||
5971 | electron-to-chromium@1.4.828: {} | 7526 | electron-to-chromium@1.4.828: {} |
... | @@ -6008,6 +7563,18 @@ snapshots: | ... | @@ -6008,6 +7563,18 @@ snapshots: |
6008 | 7563 | ||
6009 | es-errors@1.3.0: {} | 7564 | es-errors@1.3.0: {} |
6010 | 7565 | ||
7566 | es-get-iterator@1.1.3: | ||
7567 | dependencies: | ||
7568 | call-bind: 1.0.7 | ||
7569 | get-intrinsic: 1.2.4 | ||
7570 | has-symbols: 1.0.3 | ||
7571 | is-arguments: 1.1.1 | ||
7572 | is-map: 2.0.3 | ||
7573 | is-set: 2.0.3 | ||
7574 | is-string: 1.0.7 | ||
7575 | isarray: 2.0.5 | ||
7576 | stop-iteration-iterator: 1.0.0 | ||
7577 | |||
6011 | es-module-lexer@1.5.4: {} | 7578 | es-module-lexer@1.5.4: {} |
6012 | 7579 | ||
6013 | escalade@3.1.2: {} | 7580 | escalade@3.1.2: {} |
... | @@ -6132,6 +7699,12 @@ snapshots: | ... | @@ -6132,6 +7699,12 @@ snapshots: |
6132 | dependencies: | 7699 | dependencies: |
6133 | estraverse: 5.3.0 | 7700 | estraverse: 5.3.0 |
6134 | 7701 | ||
7702 | esri-leaflet@3.0.12(leaflet@1.9.4): | ||
7703 | dependencies: | ||
7704 | '@terraformer/arcgis': 2.1.2 | ||
7705 | leaflet: 1.9.4 | ||
7706 | tiny-binary-search: 1.0.3 | ||
7707 | |||
6135 | estraverse@4.3.0: {} | 7708 | estraverse@4.3.0: {} |
6136 | 7709 | ||
6137 | estraverse@5.3.0: {} | 7710 | estraverse@5.3.0: {} |
... | @@ -6289,6 +7862,16 @@ snapshots: | ... | @@ -6289,6 +7862,16 @@ snapshots: |
6289 | optionalDependencies: | 7862 | optionalDependencies: |
6290 | debug: 4.3.5 | 7863 | debug: 4.3.5 |
6291 | 7864 | ||
7865 | for-each@0.3.3: | ||
7866 | dependencies: | ||
7867 | is-callable: 1.2.7 | ||
7868 | |||
7869 | form-data@4.0.0: | ||
7870 | dependencies: | ||
7871 | asynckit: 0.4.0 | ||
7872 | combined-stream: 1.0.8 | ||
7873 | mime-types: 2.1.35 | ||
7874 | |||
6292 | forwarded@0.2.0: {} | 7875 | forwarded@0.2.0: {} |
6293 | 7876 | ||
6294 | fraction.js@4.3.7: {} | 7877 | fraction.js@4.3.7: {} |
... | @@ -6313,8 +7896,22 @@ snapshots: | ... | @@ -6313,8 +7896,22 @@ snapshots: |
6313 | 7896 | ||
6314 | functional-red-black-tree@1.0.1: {} | 7897 | functional-red-black-tree@1.0.1: {} |
6315 | 7898 | ||
7899 | functions-have-names@1.2.3: {} | ||
7900 | |||
6316 | gensync@1.0.0-beta.2: {} | 7901 | gensync@1.0.0-beta.2: {} |
6317 | 7902 | ||
7903 | geojson-equality@0.1.6: | ||
7904 | dependencies: | ||
7905 | deep-equal: 1.1.2 | ||
7906 | |||
7907 | geojson-rbush@3.2.0: | ||
7908 | dependencies: | ||
7909 | '@turf/bbox': 7.0.0 | ||
7910 | '@turf/helpers': 6.5.0 | ||
7911 | '@turf/meta': 6.5.0 | ||
7912 | '@types/geojson': 7946.0.8 | ||
7913 | rbush: 3.0.1 | ||
7914 | |||
6318 | get-caller-file@2.0.5: {} | 7915 | get-caller-file@2.0.5: {} |
6319 | 7916 | ||
6320 | get-intrinsic@1.2.4: | 7917 | get-intrinsic@1.2.4: |
... | @@ -6379,6 +7976,8 @@ snapshots: | ... | @@ -6379,6 +7976,8 @@ snapshots: |
6379 | 7976 | ||
6380 | handle-thing@2.0.1: {} | 7977 | handle-thing@2.0.1: {} |
6381 | 7978 | ||
7979 | has-bigints@1.0.2: {} | ||
7980 | |||
6382 | has-flag@3.0.0: {} | 7981 | has-flag@3.0.0: {} |
6383 | 7982 | ||
6384 | has-flag@4.0.0: {} | 7983 | has-flag@4.0.0: {} |
... | @@ -6391,6 +7990,10 @@ snapshots: | ... | @@ -6391,6 +7990,10 @@ snapshots: |
6391 | 7990 | ||
6392 | has-symbols@1.0.3: {} | 7991 | has-symbols@1.0.3: {} |
6393 | 7992 | ||
7993 | has-tostringtag@1.0.2: | ||
7994 | dependencies: | ||
7995 | has-symbols: 1.0.3 | ||
7996 | |||
6394 | hash-sum@1.0.2: {} | 7997 | hash-sum@1.0.2: {} |
6395 | 7998 | ||
6396 | hash-sum@2.0.0: {} | 7999 | hash-sum@2.0.0: {} |
... | @@ -6488,6 +8091,16 @@ snapshots: | ... | @@ -6488,6 +8091,16 @@ snapshots: |
6488 | 8091 | ||
6489 | human-signals@2.1.0: {} | 8092 | human-signals@2.1.0: {} |
6490 | 8093 | ||
8094 | i2d@0.0.5: | ||
8095 | dependencies: | ||
8096 | '@turf/turf': 6.5.0 | ||
8097 | echarts: 5.5.1 | ||
8098 | esri-leaflet: 3.0.12(leaflet@1.9.4) | ||
8099 | leaflet: 1.9.4 | ||
8100 | proj4: 2.11.0 | ||
8101 | proj4leaflet: 1.0.2 | ||
8102 | shp-geojson: 2.0.0 | ||
8103 | |||
6491 | iconv-lite@0.4.24: | 8104 | iconv-lite@0.4.24: |
6492 | dependencies: | 8105 | dependencies: |
6493 | safer-buffer: 2.1.2 | 8106 | safer-buffer: 2.1.2 |
... | @@ -6502,6 +8115,8 @@ snapshots: | ... | @@ -6502,6 +8115,8 @@ snapshots: |
6502 | 8115 | ||
6503 | ignore@5.3.1: {} | 8116 | ignore@5.3.1: {} |
6504 | 8117 | ||
8118 | immediate@3.0.6: {} | ||
8119 | |||
6505 | import-fresh@3.3.0: | 8120 | import-fresh@3.3.0: |
6506 | dependencies: | 8121 | dependencies: |
6507 | parent-module: 1.0.1 | 8122 | parent-module: 1.0.1 |
... | @@ -6518,16 +8133,43 @@ snapshots: | ... | @@ -6518,16 +8133,43 @@ snapshots: |
6518 | 8133 | ||
6519 | inherits@2.0.4: {} | 8134 | inherits@2.0.4: {} |
6520 | 8135 | ||
8136 | internal-slot@1.0.7: | ||
8137 | dependencies: | ||
8138 | es-errors: 1.3.0 | ||
8139 | hasown: 2.0.2 | ||
8140 | side-channel: 1.0.6 | ||
8141 | |||
6521 | ipaddr.js@1.9.1: {} | 8142 | ipaddr.js@1.9.1: {} |
6522 | 8143 | ||
6523 | ipaddr.js@2.2.0: {} | 8144 | ipaddr.js@2.2.0: {} |
6524 | 8145 | ||
8146 | is-arguments@1.1.1: | ||
8147 | dependencies: | ||
8148 | call-bind: 1.0.7 | ||
8149 | has-tostringtag: 1.0.2 | ||
8150 | |||
8151 | is-array-buffer@3.0.4: | ||
8152 | dependencies: | ||
8153 | call-bind: 1.0.7 | ||
8154 | get-intrinsic: 1.2.4 | ||
8155 | |||
6525 | is-arrayish@0.2.1: {} | 8156 | is-arrayish@0.2.1: {} |
6526 | 8157 | ||
8158 | is-bigint@1.0.4: | ||
8159 | dependencies: | ||
8160 | has-bigints: 1.0.2 | ||
8161 | |||
6527 | is-binary-path@2.1.0: | 8162 | is-binary-path@2.1.0: |
6528 | dependencies: | 8163 | dependencies: |
6529 | binary-extensions: 2.3.0 | 8164 | binary-extensions: 2.3.0 |
6530 | 8165 | ||
8166 | is-boolean-object@1.1.2: | ||
8167 | dependencies: | ||
8168 | call-bind: 1.0.7 | ||
8169 | has-tostringtag: 1.0.2 | ||
8170 | |||
8171 | is-callable@1.2.7: {} | ||
8172 | |||
6531 | is-ci@1.2.1: | 8173 | is-ci@1.2.1: |
6532 | dependencies: | 8174 | dependencies: |
6533 | ci-info: 1.6.0 | 8175 | ci-info: 1.6.0 |
... | @@ -6536,6 +8178,10 @@ snapshots: | ... | @@ -6536,6 +8178,10 @@ snapshots: |
6536 | dependencies: | 8178 | dependencies: |
6537 | hasown: 2.0.2 | 8179 | hasown: 2.0.2 |
6538 | 8180 | ||
8181 | is-date-object@1.0.5: | ||
8182 | dependencies: | ||
8183 | has-tostringtag: 1.0.2 | ||
8184 | |||
6539 | is-docker@2.2.1: {} | 8185 | is-docker@2.2.1: {} |
6540 | 8186 | ||
6541 | is-extglob@2.1.1: {} | 8187 | is-extglob@2.1.1: {} |
... | @@ -6554,6 +8200,12 @@ snapshots: | ... | @@ -6554,6 +8200,12 @@ snapshots: |
6554 | 8200 | ||
6555 | is-interactive@1.0.0: {} | 8201 | is-interactive@1.0.0: {} |
6556 | 8202 | ||
8203 | is-map@2.0.3: {} | ||
8204 | |||
8205 | is-number-object@1.0.7: | ||
8206 | dependencies: | ||
8207 | has-tostringtag: 1.0.2 | ||
8208 | |||
6557 | is-number@7.0.0: {} | 8209 | is-number@7.0.0: {} |
6558 | 8210 | ||
6559 | is-plain-obj@3.0.0: {} | 8211 | is-plain-obj@3.0.0: {} |
... | @@ -6562,18 +8214,46 @@ snapshots: | ... | @@ -6562,18 +8214,46 @@ snapshots: |
6562 | dependencies: | 8214 | dependencies: |
6563 | isobject: 3.0.1 | 8215 | isobject: 3.0.1 |
6564 | 8216 | ||
8217 | is-regex@1.1.4: | ||
8218 | dependencies: | ||
8219 | call-bind: 1.0.7 | ||
8220 | has-tostringtag: 1.0.2 | ||
8221 | |||
8222 | is-set@2.0.3: {} | ||
8223 | |||
8224 | is-shared-array-buffer@1.0.3: | ||
8225 | dependencies: | ||
8226 | call-bind: 1.0.7 | ||
8227 | |||
6565 | is-stream@1.1.0: {} | 8228 | is-stream@1.1.0: {} |
6566 | 8229 | ||
6567 | is-stream@2.0.1: {} | 8230 | is-stream@2.0.1: {} |
6568 | 8231 | ||
8232 | is-string@1.0.7: | ||
8233 | dependencies: | ||
8234 | has-tostringtag: 1.0.2 | ||
8235 | |||
8236 | is-symbol@1.0.4: | ||
8237 | dependencies: | ||
8238 | has-symbols: 1.0.3 | ||
8239 | |||
6569 | is-unicode-supported@0.1.0: {} | 8240 | is-unicode-supported@0.1.0: {} |
6570 | 8241 | ||
8242 | is-weakmap@2.0.2: {} | ||
8243 | |||
8244 | is-weakset@2.0.3: | ||
8245 | dependencies: | ||
8246 | call-bind: 1.0.7 | ||
8247 | get-intrinsic: 1.2.4 | ||
8248 | |||
6571 | is-wsl@2.2.0: | 8249 | is-wsl@2.2.0: |
6572 | dependencies: | 8250 | dependencies: |
6573 | is-docker: 2.2.1 | 8251 | is-docker: 2.2.1 |
6574 | 8252 | ||
6575 | isarray@1.0.0: {} | 8253 | isarray@1.0.0: {} |
6576 | 8254 | ||
8255 | isarray@2.0.5: {} | ||
8256 | |||
6577 | isexe@2.0.0: {} | 8257 | isexe@2.0.0: {} |
6578 | 8258 | ||
6579 | isobject@3.0.1: {} | 8259 | isobject@3.0.1: {} |
... | @@ -6637,6 +8317,13 @@ snapshots: | ... | @@ -6637,6 +8317,13 @@ snapshots: |
6637 | optionalDependencies: | 8317 | optionalDependencies: |
6638 | graceful-fs: 4.2.11 | 8318 | graceful-fs: 4.2.11 |
6639 | 8319 | ||
8320 | jszip@3.10.1: | ||
8321 | dependencies: | ||
8322 | lie: 3.3.0 | ||
8323 | pako: 1.0.11 | ||
8324 | readable-stream: 2.3.8 | ||
8325 | setimmediate: 1.0.5 | ||
8326 | |||
6640 | keyv@4.5.4: | 8327 | keyv@4.5.4: |
6641 | dependencies: | 8328 | dependencies: |
6642 | json-buffer: 3.0.1 | 8329 | json-buffer: 3.0.1 |
... | @@ -6654,11 +8341,17 @@ snapshots: | ... | @@ -6654,11 +8341,17 @@ snapshots: |
6654 | picocolors: 1.0.1 | 8341 | picocolors: 1.0.1 |
6655 | shell-quote: 1.8.1 | 8342 | shell-quote: 1.8.1 |
6656 | 8343 | ||
8344 | leaflet@1.9.4: {} | ||
8345 | |||
6657 | levn@0.4.1: | 8346 | levn@0.4.1: |
6658 | dependencies: | 8347 | dependencies: |
6659 | prelude-ls: 1.2.1 | 8348 | prelude-ls: 1.2.1 |
6660 | type-check: 0.4.0 | 8349 | type-check: 0.4.0 |
6661 | 8350 | ||
8351 | lie@3.3.0: | ||
8352 | dependencies: | ||
8353 | immediate: 3.0.6 | ||
8354 | |||
6662 | lilconfig@2.1.0: {} | 8355 | lilconfig@2.1.0: {} |
6663 | 8356 | ||
6664 | lines-and-columns@1.2.4: {} | 8357 | lines-and-columns@1.2.4: {} |
... | @@ -6727,6 +8420,8 @@ snapshots: | ... | @@ -6727,6 +8420,8 @@ snapshots: |
6727 | dependencies: | 8420 | dependencies: |
6728 | yallist: 4.0.0 | 8421 | yallist: 4.0.0 |
6729 | 8422 | ||
8423 | lru-cache@7.18.3: {} | ||
8424 | |||
6730 | magic-string@0.30.10: | 8425 | magic-string@0.30.10: |
6731 | dependencies: | 8426 | dependencies: |
6732 | '@jridgewell/sourcemap-codec': 1.5.0 | 8427 | '@jridgewell/sourcemap-codec': 1.5.0 |
... | @@ -6755,6 +8450,8 @@ snapshots: | ... | @@ -6755,6 +8450,8 @@ snapshots: |
6755 | 8450 | ||
6756 | methods@1.1.2: {} | 8451 | methods@1.1.2: {} |
6757 | 8452 | ||
8453 | mgrs@1.0.0: {} | ||
8454 | |||
6758 | micromatch@4.0.7: | 8455 | micromatch@4.0.7: |
6759 | dependencies: | 8456 | dependencies: |
6760 | braces: 3.0.3 | 8457 | braces: 3.0.3 |
... | @@ -6871,6 +8568,11 @@ snapshots: | ... | @@ -6871,6 +8568,11 @@ snapshots: |
6871 | 8568 | ||
6872 | object-inspect@1.13.2: {} | 8569 | object-inspect@1.13.2: {} |
6873 | 8570 | ||
8571 | object-is@1.1.6: | ||
8572 | dependencies: | ||
8573 | call-bind: 1.0.7 | ||
8574 | define-properties: 1.2.1 | ||
8575 | |||
6874 | object-keys@1.1.1: {} | 8576 | object-keys@1.1.1: {} |
6875 | 8577 | ||
6876 | object.assign@4.1.5: | 8578 | object.assign@4.1.5: |
... | @@ -6946,6 +8648,8 @@ snapshots: | ... | @@ -6946,6 +8648,8 @@ snapshots: |
6946 | 8648 | ||
6947 | p-try@2.2.0: {} | 8649 | p-try@2.2.0: {} |
6948 | 8650 | ||
8651 | pako@1.0.11: {} | ||
8652 | |||
6949 | param-case@3.0.4: | 8653 | param-case@3.0.4: |
6950 | dependencies: | 8654 | dependencies: |
6951 | dot-case: 3.0.4 | 8655 | dot-case: 3.0.4 |
... | @@ -6970,6 +8674,11 @@ snapshots: | ... | @@ -6970,6 +8674,11 @@ snapshots: |
6970 | 8674 | ||
6971 | parse5@6.0.1: {} | 8675 | parse5@6.0.1: {} |
6972 | 8676 | ||
8677 | parsedbf@1.1.1: | ||
8678 | dependencies: | ||
8679 | iconv-lite: 0.4.24 | ||
8680 | text-encoding-polyfill: 0.6.7 | ||
8681 | |||
6973 | parseurl@1.3.3: {} | 8682 | parseurl@1.3.3: {} |
6974 | 8683 | ||
6975 | pascal-case@3.1.2: | 8684 | pascal-case@3.1.2: |
... | @@ -7001,6 +8710,13 @@ snapshots: | ... | @@ -7001,6 +8710,13 @@ snapshots: |
7001 | dependencies: | 8710 | dependencies: |
7002 | find-up: 4.1.0 | 8711 | find-up: 4.1.0 |
7003 | 8712 | ||
8713 | point-in-polygon@1.1.0: {} | ||
8714 | |||
8715 | polygon-clipping@0.15.7: | ||
8716 | dependencies: | ||
8717 | robust-predicates: 3.0.2 | ||
8718 | splaytree: 3.1.2 | ||
8719 | |||
7004 | portfinder@1.0.32: | 8720 | portfinder@1.0.32: |
7005 | dependencies: | 8721 | dependencies: |
7006 | async: 2.6.4 | 8722 | async: 2.6.4 |
... | @@ -7009,6 +8725,8 @@ snapshots: | ... | @@ -7009,6 +8725,8 @@ snapshots: |
7009 | transitivePeerDependencies: | 8725 | transitivePeerDependencies: |
7010 | - supports-color | 8726 | - supports-color |
7011 | 8727 | ||
8728 | possible-typed-array-names@1.0.0: {} | ||
8729 | |||
7012 | postcss-calc@8.2.4(postcss@8.4.39): | 8730 | postcss-calc@8.2.4(postcss@8.4.39): |
7013 | dependencies: | 8731 | dependencies: |
7014 | postcss: 8.4.39 | 8732 | postcss: 8.4.39 |
... | @@ -7225,11 +8943,22 @@ snapshots: | ... | @@ -7225,11 +8943,22 @@ snapshots: |
7225 | 8943 | ||
7226 | progress@2.0.3: {} | 8944 | progress@2.0.3: {} |
7227 | 8945 | ||
8946 | proj4@2.11.0: | ||
8947 | dependencies: | ||
8948 | mgrs: 1.0.0 | ||
8949 | wkt-parser: 1.3.3 | ||
8950 | |||
8951 | proj4leaflet@1.0.2: | ||
8952 | dependencies: | ||
8953 | proj4: 2.11.0 | ||
8954 | |||
7228 | proxy-addr@2.0.7: | 8955 | proxy-addr@2.0.7: |
7229 | dependencies: | 8956 | dependencies: |
7230 | forwarded: 0.2.0 | 8957 | forwarded: 0.2.0 |
7231 | ipaddr.js: 1.9.1 | 8958 | ipaddr.js: 1.9.1 |
7232 | 8959 | ||
8960 | proxy-from-env@1.1.0: {} | ||
8961 | |||
7233 | pseudomap@1.0.2: {} | 8962 | pseudomap@1.0.2: {} |
7234 | 8963 | ||
7235 | pump@3.0.0: | 8964 | pump@3.0.0: |
... | @@ -7245,6 +8974,10 @@ snapshots: | ... | @@ -7245,6 +8974,10 @@ snapshots: |
7245 | 8974 | ||
7246 | queue-microtask@1.2.3: {} | 8975 | queue-microtask@1.2.3: {} |
7247 | 8976 | ||
8977 | quickselect@1.1.1: {} | ||
8978 | |||
8979 | quickselect@2.0.0: {} | ||
8980 | |||
7248 | randombytes@2.1.0: | 8981 | randombytes@2.1.0: |
7249 | dependencies: | 8982 | dependencies: |
7250 | safe-buffer: 5.2.1 | 8983 | safe-buffer: 5.2.1 |
... | @@ -7258,6 +8991,14 @@ snapshots: | ... | @@ -7258,6 +8991,14 @@ snapshots: |
7258 | iconv-lite: 0.4.24 | 8991 | iconv-lite: 0.4.24 |
7259 | unpipe: 1.0.0 | 8992 | unpipe: 1.0.0 |
7260 | 8993 | ||
8994 | rbush@2.0.2: | ||
8995 | dependencies: | ||
8996 | quickselect: 1.1.1 | ||
8997 | |||
8998 | rbush@3.0.1: | ||
8999 | dependencies: | ||
9000 | quickselect: 2.0.0 | ||
9001 | |||
7261 | read-pkg-up@7.0.1: | 9002 | read-pkg-up@7.0.1: |
7262 | dependencies: | 9003 | dependencies: |
7263 | find-up: 4.1.0 | 9004 | find-up: 4.1.0 |
... | @@ -7303,6 +9044,13 @@ snapshots: | ... | @@ -7303,6 +9044,13 @@ snapshots: |
7303 | dependencies: | 9044 | dependencies: |
7304 | '@babel/runtime': 7.24.8 | 9045 | '@babel/runtime': 7.24.8 |
7305 | 9046 | ||
9047 | regexp.prototype.flags@1.5.2: | ||
9048 | dependencies: | ||
9049 | call-bind: 1.0.7 | ||
9050 | define-properties: 1.2.1 | ||
9051 | es-errors: 1.3.0 | ||
9052 | set-function-name: 2.0.2 | ||
9053 | |||
7306 | regexpp@3.2.0: {} | 9054 | regexpp@3.2.0: {} |
7307 | 9055 | ||
7308 | regexpu-core@5.3.2: | 9056 | regexpu-core@5.3.2: |
... | @@ -7360,6 +9108,10 @@ snapshots: | ... | @@ -7360,6 +9108,10 @@ snapshots: |
7360 | dependencies: | 9108 | dependencies: |
7361 | glob: 7.2.3 | 9109 | glob: 7.2.3 |
7362 | 9110 | ||
9111 | robust-predicates@2.0.4: {} | ||
9112 | |||
9113 | robust-predicates@3.0.2: {} | ||
9114 | |||
7363 | run-parallel@1.2.0: | 9115 | run-parallel@1.2.0: |
7364 | dependencies: | 9116 | dependencies: |
7365 | queue-microtask: 1.2.3 | 9117 | queue-microtask: 1.2.3 |
... | @@ -7454,6 +9206,15 @@ snapshots: | ... | @@ -7454,6 +9206,15 @@ snapshots: |
7454 | gopd: 1.0.1 | 9206 | gopd: 1.0.1 |
7455 | has-property-descriptors: 1.0.2 | 9207 | has-property-descriptors: 1.0.2 |
7456 | 9208 | ||
9209 | set-function-name@2.0.2: | ||
9210 | dependencies: | ||
9211 | define-data-property: 1.1.4 | ||
9212 | es-errors: 1.3.0 | ||
9213 | functions-have-names: 1.2.3 | ||
9214 | has-property-descriptors: 1.0.2 | ||
9215 | |||
9216 | setimmediate@1.0.5: {} | ||
9217 | |||
7457 | setprototypeof@1.1.0: {} | 9218 | setprototypeof@1.1.0: {} |
7458 | 9219 | ||
7459 | setprototypeof@1.2.0: {} | 9220 | setprototypeof@1.2.0: {} |
... | @@ -7476,6 +9237,14 @@ snapshots: | ... | @@ -7476,6 +9237,14 @@ snapshots: |
7476 | 9237 | ||
7477 | shell-quote@1.8.1: {} | 9238 | shell-quote@1.8.1: {} |
7478 | 9239 | ||
9240 | shp-geojson@2.0.0: | ||
9241 | dependencies: | ||
9242 | jszip: 3.10.1 | ||
9243 | lie: 3.3.0 | ||
9244 | lru-cache: 7.18.3 | ||
9245 | parsedbf: 1.1.1 | ||
9246 | proj4: 2.11.0 | ||
9247 | |||
7479 | side-channel@1.0.6: | 9248 | side-channel@1.0.6: |
7480 | dependencies: | 9249 | dependencies: |
7481 | call-bind: 1.0.7 | 9250 | call-bind: 1.0.7 |
... | @@ -7491,6 +9260,8 @@ snapshots: | ... | @@ -7491,6 +9260,8 @@ snapshots: |
7491 | mrmime: 2.0.0 | 9260 | mrmime: 2.0.0 |
7492 | totalist: 3.0.1 | 9261 | totalist: 3.0.1 |
7493 | 9262 | ||
9263 | skmeans@0.9.7: {} | ||
9264 | |||
7494 | slash@3.0.0: {} | 9265 | slash@3.0.0: {} |
7495 | 9266 | ||
7496 | slice-ansi@4.0.0: | 9267 | slice-ansi@4.0.0: |
... | @@ -7549,6 +9320,8 @@ snapshots: | ... | @@ -7549,6 +9320,8 @@ snapshots: |
7549 | transitivePeerDependencies: | 9320 | transitivePeerDependencies: |
7550 | - supports-color | 9321 | - supports-color |
7551 | 9322 | ||
9323 | splaytree@3.1.2: {} | ||
9324 | |||
7552 | sprintf-js@1.0.3: {} | 9325 | sprintf-js@1.0.3: {} |
7553 | 9326 | ||
7554 | ssri@8.0.1: | 9327 | ssri@8.0.1: |
... | @@ -7563,6 +9336,10 @@ snapshots: | ... | @@ -7563,6 +9336,10 @@ snapshots: |
7563 | 9336 | ||
7564 | statuses@2.0.1: {} | 9337 | statuses@2.0.1: {} |
7565 | 9338 | ||
9339 | stop-iteration-iterator@1.0.0: | ||
9340 | dependencies: | ||
9341 | internal-slot: 1.0.7 | ||
9342 | |||
7566 | string-width@2.1.1: | 9343 | string-width@2.1.1: |
7567 | dependencies: | 9344 | dependencies: |
7568 | is-fullwidth-code-point: 2.0.0 | 9345 | is-fullwidth-code-point: 2.0.0 |
... | @@ -7656,6 +9433,8 @@ snapshots: | ... | @@ -7656,6 +9433,8 @@ snapshots: |
7656 | commander: 2.20.3 | 9433 | commander: 2.20.3 |
7657 | source-map-support: 0.5.21 | 9434 | source-map-support: 0.5.21 |
7658 | 9435 | ||
9436 | text-encoding-polyfill@0.6.7: {} | ||
9437 | |||
7659 | text-table@0.2.0: {} | 9438 | text-table@0.2.0: {} |
7660 | 9439 | ||
7661 | thenify-all@1.6.0: | 9440 | thenify-all@1.6.0: |
... | @@ -7677,6 +9456,10 @@ snapshots: | ... | @@ -7677,6 +9456,10 @@ snapshots: |
7677 | 9456 | ||
7678 | thunky@1.1.0: {} | 9457 | thunky@1.1.0: {} |
7679 | 9458 | ||
9459 | tiny-binary-search@1.0.3: {} | ||
9460 | |||
9461 | tinyqueue@2.0.3: {} | ||
9462 | |||
7680 | to-fast-properties@2.0.0: {} | 9463 | to-fast-properties@2.0.0: {} |
7681 | 9464 | ||
7682 | to-regex-range@5.0.1: | 9465 | to-regex-range@5.0.1: |
... | @@ -7685,12 +9468,24 @@ snapshots: | ... | @@ -7685,12 +9468,24 @@ snapshots: |
7685 | 9468 | ||
7686 | toidentifier@1.0.1: {} | 9469 | toidentifier@1.0.1: {} |
7687 | 9470 | ||
9471 | topojson-client@3.1.0: | ||
9472 | dependencies: | ||
9473 | commander: 2.20.3 | ||
9474 | |||
9475 | topojson-server@3.0.1: | ||
9476 | dependencies: | ||
9477 | commander: 2.20.3 | ||
9478 | |||
7688 | totalist@3.0.1: {} | 9479 | totalist@3.0.1: {} |
7689 | 9480 | ||
7690 | tr46@0.0.3: {} | 9481 | tr46@0.0.3: {} |
7691 | 9482 | ||
9483 | tslib@2.3.0: {} | ||
9484 | |||
7692 | tslib@2.6.3: {} | 9485 | tslib@2.6.3: {} |
7693 | 9486 | ||
9487 | turf-jsts@1.2.3: {} | ||
9488 | |||
7694 | type-check@0.4.0: | 9489 | type-check@0.4.0: |
7695 | dependencies: | 9490 | dependencies: |
7696 | prelude-ls: 1.2.1 | 9491 | prelude-ls: 1.2.1 |
... | @@ -7842,6 +9637,10 @@ snapshots: | ... | @@ -7842,6 +9637,10 @@ snapshots: |
7842 | '@vue/compiler-sfc': 3.4.31 | 9637 | '@vue/compiler-sfc': 3.4.31 |
7843 | vue: 2.7.16 | 9638 | vue: 2.7.16 |
7844 | 9639 | ||
9640 | vue-router@3.5.1(vue@2.7.16): | ||
9641 | dependencies: | ||
9642 | vue: 2.7.16 | ||
9643 | |||
7845 | vue-style-loader@4.1.3: | 9644 | vue-style-loader@4.1.3: |
7846 | dependencies: | 9645 | dependencies: |
7847 | hash-sum: 1.0.2 | 9646 | hash-sum: 1.0.2 |
... | @@ -8002,6 +9801,29 @@ snapshots: | ... | @@ -8002,6 +9801,29 @@ snapshots: |
8002 | tr46: 0.0.3 | 9801 | tr46: 0.0.3 |
8003 | webidl-conversions: 3.0.1 | 9802 | webidl-conversions: 3.0.1 |
8004 | 9803 | ||
9804 | which-boxed-primitive@1.0.2: | ||
9805 | dependencies: | ||
9806 | is-bigint: 1.0.4 | ||
9807 | is-boolean-object: 1.1.2 | ||
9808 | is-number-object: 1.0.7 | ||
9809 | is-string: 1.0.7 | ||
9810 | is-symbol: 1.0.4 | ||
9811 | |||
9812 | which-collection@1.0.2: | ||
9813 | dependencies: | ||
9814 | is-map: 2.0.3 | ||
9815 | is-set: 2.0.3 | ||
9816 | is-weakmap: 2.0.2 | ||
9817 | is-weakset: 2.0.3 | ||
9818 | |||
9819 | which-typed-array@1.1.15: | ||
9820 | dependencies: | ||
9821 | available-typed-arrays: 1.0.7 | ||
9822 | call-bind: 1.0.7 | ||
9823 | for-each: 0.3.3 | ||
9824 | gopd: 1.0.1 | ||
9825 | has-tostringtag: 1.0.2 | ||
9826 | |||
8005 | which@1.3.1: | 9827 | which@1.3.1: |
8006 | dependencies: | 9828 | dependencies: |
8007 | isexe: 2.0.0 | 9829 | isexe: 2.0.0 |
... | @@ -8012,6 +9834,8 @@ snapshots: | ... | @@ -8012,6 +9834,8 @@ snapshots: |
8012 | 9834 | ||
8013 | wildcard@2.0.1: {} | 9835 | wildcard@2.0.1: {} |
8014 | 9836 | ||
9837 | wkt-parser@1.3.3: {} | ||
9838 | |||
8015 | word-wrap@1.2.5: {} | 9839 | word-wrap@1.2.5: {} |
8016 | 9840 | ||
8017 | wrap-ansi@3.0.1: | 9841 | wrap-ansi@3.0.1: |
... | @@ -8059,3 +9883,7 @@ snapshots: | ... | @@ -8059,3 +9883,7 @@ snapshots: |
8059 | is-ci: 1.2.1 | 9883 | is-ci: 1.2.1 |
8060 | normalize-path: 1.0.0 | 9884 | normalize-path: 1.0.0 |
8061 | strip-indent: 2.0.0 | 9885 | strip-indent: 2.0.0 |
9886 | |||
9887 | zrender@5.6.0: | ||
9888 | dependencies: | ||
9889 | tslib: 2.3.0 | ... | ... |
public/dx.png
0 → 100644
351 KB
public/dz.png
0 → 100644
201 KB
public/gd.png
0 → 100644
101 KB
public/gddzt.png
0 → 100644
263 KB
public/gdwx.png
0 → 100644
479 KB
public/xjxzq.png
0 → 100644
9.67 KB
public/yx.png
0 → 100644
766 KB
1 | <template> | 1 | <template> |
2 | <div id="app"> | 2 | <div id="app"> |
3 | <img alt="Vue logo" src="./assets/logo.png"> | 3 | <p> |
4 | <HelloWorld msg="Welcome to Your Vue.js App"/> | 4 | <!-- 使用 router-link 组件来导航. --> |
5 | <!-- 通过传入 `to` 属性指定链接. --> | ||
6 | <!-- <router-link> 默认会被渲染成一个 `<a>` 标签 --> | ||
7 | <router-link to="/home-map">首页地图</router-link> | ||
8 | <br> | ||
9 | <router-link to="/dk-map">加载地块</router-link> | ||
10 | </p> | ||
11 | <!-- 路由出口 --> | ||
12 | <!-- 路由匹配到的组件将渲染在这里 --> | ||
13 | <router-view></router-view> | ||
5 | </div> | 14 | </div> |
6 | </template> | 15 | </template> |
7 | 16 | ||
8 | <script> | 17 | <script> |
9 | import HelloWorld from './components/HelloWorld.vue' | ||
10 | 18 | ||
11 | export default { | 19 | export default { |
12 | name: 'App', | 20 | name: 'App' |
13 | components: { | ||
14 | HelloWorld | ||
15 | } | ||
16 | } | 21 | } |
17 | </script> | 22 | </script> |
18 | 23 | ... | ... |
src/assets/logo.png
deleted
100644 → 0
6.69 KB
src/components/DkMap.vue
0 → 100644
1 | <template> | ||
2 | <div id="map"> | ||
3 | </div> | ||
4 | </template> | ||
5 | |||
6 | <script> | ||
7 | import * as i2d from "i2d"; | ||
8 | import 'leaflet/dist/leaflet.css' | ||
9 | import 'i2d/dist/i2d.css' | ||
10 | import L from "leaflet"; | ||
11 | import {bbox} from "@turf/bbox"; | ||
12 | |||
13 | |||
14 | export default { | ||
15 | name: 'DkMap', | ||
16 | data() { | ||
17 | return { | ||
18 | mapOptions: { | ||
19 | copyright: false, | ||
20 | basemaps: [ | ||
21 | { | ||
22 | type: 'group', | ||
23 | name: '天地图电子', | ||
24 | layers: [ | ||
25 | { | ||
26 | type: 'tdt', | ||
27 | layer: 'vec_d', | ||
28 | key: i2d.Token.tiandituArr, | ||
29 | crs: i2d.CRS.EPSG4490, | ||
30 | }, | ||
31 | { | ||
32 | type: 'tdt', | ||
33 | layer: 'vec_z', | ||
34 | key: i2d.Token.tiandituArr, | ||
35 | crs: i2d.CRS.EPSG4490, | ||
36 | } | ||
37 | ], | ||
38 | icon: './dz.png', | ||
39 | show: true | ||
40 | } | ||
41 | ], | ||
42 | zoom: 12, | ||
43 | minZoom: 1, | ||
44 | maxZoom: 16, | ||
45 | // 纬度在前 | ||
46 | center: [34.247161, 108.944213], | ||
47 | crs: i2d.CRS.EPSG4490 | ||
48 | } | ||
49 | } | ||
50 | }, | ||
51 | mounted() { | ||
52 | // 从数据库读取的地块信息 | ||
53 | const dkCoord = {"type": "Polygon", "coordinates": [[[100.98204924173348, 40.47840655548055], [101.22951318633983, 40.43081733536394], [101.14765972773921, 40.10340350096175], [100.85070299421159, 40.181449821952924], [100.98204924173348, 40.47840655548055]]]} | ||
54 | const geojson = { | ||
55 | "type": "FeatureCollection", | ||
56 | "features": [ | ||
57 | { | ||
58 | "type": "Feature", | ||
59 | "geometry": dkCoord | ||
60 | } | ||
61 | ] | ||
62 | } | ||
63 | // eslint-disable-next-line no-unused-vars | ||
64 | const map = new i2d.Map('map', this.mapOptions) | ||
65 | const geoJsonLayer = new i2d.Layer.GeoJsonLayer({ | ||
66 | name: "安徽各市", | ||
67 | data: geojson, | ||
68 | // 渲染颜色 | ||
69 | symbol: { | ||
70 | type: "polygon", | ||
71 | styleOptions: { | ||
72 | fillOpacity: 0.6, | ||
73 | fillColor: "#ff0044", | ||
74 | outline: true | ||
75 | } | ||
76 | } | ||
77 | }) | ||
78 | map.addLayer(geoJsonLayer) | ||
79 | |||
80 | //地块自带外包矩形 | ||
81 | if (dkCoord.bbox) { | ||
82 | //定位到矩形 | ||
83 | map.fitBounds(L.latLngBounds([ | ||
84 | [dkCoord.bbox[1], dkCoord.bbox[0]], | ||
85 | [dkCoord.bbox[3], dkCoord.bbox[2]] | ||
86 | ])); | ||
87 | } else { | ||
88 | const result = bbox(geojson); | ||
89 | map.fitBounds(L.latLngBounds([ | ||
90 | [result[1], result[0]], | ||
91 | [result[3], result[2]] | ||
92 | ])); | ||
93 | } | ||
94 | |||
95 | } | ||
96 | } | ||
97 | </script> | ||
98 | |||
99 | <style scoped> | ||
100 | #map { | ||
101 | position: absolute; | ||
102 | margin: 0; | ||
103 | height: 60%; | ||
104 | width: 60%; | ||
105 | } | ||
106 | </style> |
src/components/HelloWorld.vue
deleted
100644 → 0
1 | <template> | ||
2 | <div class="hello"> | ||
3 | <h1>{{ msg }}</h1> | ||
4 | <p> | ||
5 | For a guide and recipes on how to configure / customize this project,<br> | ||
6 | check out the | ||
7 | <a href="https://cli.vuejs.org" target="_blank" rel="noopener">vue-cli documentation</a>. | ||
8 | </p> | ||
9 | <h3>Installed CLI Plugins</h3> | ||
10 | <ul> | ||
11 | <li><a href="https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel" target="_blank" rel="noopener">babel</a></li> | ||
12 | <li><a href="https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint" target="_blank" rel="noopener">eslint</a></li> | ||
13 | </ul> | ||
14 | <h3>Essential Links</h3> | ||
15 | <ul> | ||
16 | <li><a href="https://vuejs.org" target="_blank" rel="noopener">Core Docs</a></li> | ||
17 | <li><a href="https://forum.vuejs.org" target="_blank" rel="noopener">Forum</a></li> | ||
18 | <li><a href="https://chat.vuejs.org" target="_blank" rel="noopener">Community Chat</a></li> | ||
19 | <li><a href="https://twitter.com/vuejs" target="_blank" rel="noopener">Twitter</a></li> | ||
20 | <li><a href="https://news.vuejs.org" target="_blank" rel="noopener">News</a></li> | ||
21 | </ul> | ||
22 | <h3>Ecosystem</h3> | ||
23 | <ul> | ||
24 | <li><a href="https://router.vuejs.org" target="_blank" rel="noopener">vue-router</a></li> | ||
25 | <li><a href="https://vuex.vuejs.org" target="_blank" rel="noopener">vuex</a></li> | ||
26 | <li><a href="https://github.com/vuejs/vue-devtools#vue-devtools" target="_blank" rel="noopener">vue-devtools</a></li> | ||
27 | <li><a href="https://vue-loader.vuejs.org" target="_blank" rel="noopener">vue-loader</a></li> | ||
28 | <li><a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener">awesome-vue</a></li> | ||
29 | </ul> | ||
30 | </div> | ||
31 | </template> | ||
32 | |||
33 | <script> | ||
34 | export default { | ||
35 | name: 'HelloWorld', | ||
36 | props: { | ||
37 | msg: String | ||
38 | } | ||
39 | } | ||
40 | </script> | ||
41 | |||
42 | <!-- Add "scoped" attribute to limit CSS to this component only --> | ||
43 | <style scoped> | ||
44 | h3 { | ||
45 | margin: 40px 0 0; | ||
46 | } | ||
47 | ul { | ||
48 | list-style-type: none; | ||
49 | padding: 0; | ||
50 | } | ||
51 | li { | ||
52 | display: inline-block; | ||
53 | margin: 0 10px; | ||
54 | } | ||
55 | a { | ||
56 | color: #42b983; | ||
57 | } | ||
58 | </style> |
src/components/HomeMap.vue
0 → 100644
1 | <template> | ||
2 | <div id="map"> | ||
3 | </div> | ||
4 | </template> | ||
5 | |||
6 | <script> | ||
7 | import * as i2d from "i2d"; | ||
8 | import 'leaflet/dist/leaflet.css' | ||
9 | import 'i2d/dist/i2d.css' | ||
10 | |||
11 | export default { | ||
12 | name: 'HomeMap', | ||
13 | data() { | ||
14 | return { | ||
15 | mapOptions: { | ||
16 | copyright: false, | ||
17 | basemaps: [ | ||
18 | { | ||
19 | type: 'group', | ||
20 | name: '天地图电子', | ||
21 | layers: [ | ||
22 | { | ||
23 | type: 'tdt', | ||
24 | layer: 'vec_d', | ||
25 | key: i2d.Token.tiandituArr, | ||
26 | crs: i2d.CRS.EPSG4490, | ||
27 | }, | ||
28 | { | ||
29 | type: 'tdt', | ||
30 | layer: 'vec_z', | ||
31 | key: i2d.Token.tiandituArr, | ||
32 | crs: i2d.CRS.EPSG4490, | ||
33 | } | ||
34 | ], | ||
35 | icon: './dz.png', | ||
36 | show: true | ||
37 | }, | ||
38 | { | ||
39 | type: 'group', | ||
40 | name: '天地图地形', | ||
41 | layers: [ | ||
42 | { | ||
43 | type: 'tdt', | ||
44 | layer: 'ter_d', | ||
45 | key: i2d.Token.tiandituArr, | ||
46 | errorTileUrl: 'img/tile/errortile.png', | ||
47 | crs: i2d.CRS.EPSG4490 | ||
48 | }, | ||
49 | { | ||
50 | type: 'tdt', | ||
51 | layer: 'ter_z', | ||
52 | key: i2d.Token.tiandituArr, | ||
53 | crs: i2d.CRS.EPSG4490 | ||
54 | } | ||
55 | ], | ||
56 | icon: './dx.png' | ||
57 | }, | ||
58 | { | ||
59 | type: 'group', | ||
60 | name: '天地图影像', | ||
61 | layers: [ | ||
62 | { | ||
63 | type: 'tdt', layer: 'img_d', key: i2d.Token.tiandituArr, | ||
64 | crs: i2d.CRS.EPSG4490 | ||
65 | }, | ||
66 | { | ||
67 | type: 'tdt', layer: 'img_z', key: i2d.Token.tiandituArr, | ||
68 | crs: i2d.CRS.EPSG4490 | ||
69 | } | ||
70 | ], | ||
71 | icon: './yx.png', | ||
72 | //必须给最后一个底图配置zindex要不然最后底图切换专题图层不展示 | ||
73 | // 要比专题图层小 | ||
74 | zIndex: 1 | ||
75 | } | ||
76 | ], | ||
77 | zoom: 12, | ||
78 | minZoom: 4, | ||
79 | maxZoom: 20, | ||
80 | // 纬度在前 | ||
81 | center: [34.247161, 108.944213], | ||
82 | crs: i2d.CRS.EPSG4490, | ||
83 | control: { | ||
84 | scale: true, | ||
85 | locationBar: { | ||
86 | crs: 'CGCS2000_GK_Zone_3', | ||
87 | template: '<div>经度:{lng}</div> <div>纬度:{lat}</div> <div>层级:{level}</div>' | ||
88 | }, | ||
89 | zoom: {position: 'bottomleft'}, | ||
90 | toolBar: { | ||
91 | position: 'bottomleft', | ||
92 | item: ['home', 'fullscreen', 'clear'] | ||
93 | }, | ||
94 | mapSwitch: { | ||
95 | position: 'bottomright' | ||
96 | } | ||
97 | } | ||
98 | } | ||
99 | } | ||
100 | }, | ||
101 | mounted() { | ||
102 | const map = new i2d.Map('map', this.mapOptions) | ||
103 | map.on('baselayerchange', (map) => { | ||
104 | map.sourceTarget.getLayers().forEach(lyr => { | ||
105 | console.log(lyr.name, lyr.zIndex) | ||
106 | }) | ||
107 | map.sourceTarget.getBasemaps().forEach(lyr => { | ||
108 | console.log(lyr.name, lyr.zIndex) | ||
109 | }) | ||
110 | }) | ||
111 | } | ||
112 | } | ||
113 | </script> | ||
114 | |||
115 | <style scoped> | ||
116 | #map { | ||
117 | position: absolute; | ||
118 | margin: 0; | ||
119 | height: 60%; | ||
120 | width: 60%; | ||
121 | } | ||
122 | </style> |
1 | import Vue from 'vue' | 1 | import Vue from 'vue' |
2 | import App from './App.vue' | 2 | import App from './App.vue' |
3 | import router from "./router"; | ||
3 | 4 | ||
4 | Vue.config.productionTip = false | 5 | Vue.config.productionTip = false |
5 | 6 | ||
6 | new Vue({ | 7 | new Vue({ |
8 | router, | ||
7 | render: h => h(App), | 9 | render: h => h(App), |
8 | }).$mount('#app') | 10 | }).$mount('#app') | ... | ... |
src/router/index.js
0 → 100644
1 | import Vue from 'vue' //引入Vue | ||
2 | import Router from 'vue-router' //引入vue-router | ||
3 | import HomeMap from '@/components/HomeMap' //引入根目录下的Hello.vue组件 | ||
4 | import DkMap from '@/components/DkMap' //引入根目录下的Hello.vue组件 | ||
5 | |||
6 | Vue.use(Router) //Vue全局使用Router | ||
7 | |||
8 | export default new Router({ | ||
9 | routes: [ | ||
10 | { | ||
11 | path: '/home-map', | ||
12 | name: 'HomeMap', | ||
13 | component: HomeMap | ||
14 | }, | ||
15 | { | ||
16 | path: '/dk-map', | ||
17 | name: 'DkMap', | ||
18 | component: DkMap | ||
19 | } | ||
20 | ] | ||
21 | }) | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment